| // 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/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 [getTranslation] 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'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 => r'م'; |
| |
| @override |
| String get previousMonthTooltip => r'الشهر السابق'; |
| |
| @override |
| String get previousPageTooltip => r'الصفحة السابقة'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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 |
| String get scriptCategory => r'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'TBD'; |
| |
| @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'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'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 remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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 |
| String get scriptCategory => r'English-like'; |
| |
| @override |
| String get searchFieldLabel => r'TBD'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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 remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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'Redaka po stranici:'; |
| |
| @override |
| String get scriptCategory => r'English-like'; |
| |
| @override |
| String get searchFieldLabel => r'TBD'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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 remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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'Files per pàgina:'; |
| |
| @override |
| String get scriptCategory => r'English-like'; |
| |
| @override |
| String get searchFieldLabel => r'TBD'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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 remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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'Počet řádků na stránku:'; |
| |
| @override |
| String get scriptCategory => r'English-like'; |
| |
| @override |
| String get searchFieldLabel => r'TBD'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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 remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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'Rækker pr. side:'; |
| |
| @override |
| String get scriptCategory => r'English-like'; |
| |
| @override |
| String get searchFieldLabel => r'TBD'; |
| |
| @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'Aufmerksam'; |
| |
| @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'TBD'; |
| |
| @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'TBD'; |
| |
| @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 remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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'Zeilen pro Seite:'; |
| |
| @override |
| String get scriptCategory => r'English-like'; |
| |
| @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'TBD'; |
| |
| @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'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 => r'μ.μ.'; |
| |
| @override |
| String get previousMonthTooltip => r'Προηγούμενος μήνας'; |
| |
| @override |
| String get previousPageTooltip => r'Προηγούμενη σελίδα'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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 |
| String get scriptCategory => r'English-like'; |
| |
| @override |
| String get searchFieldLabel => r'TBD'; |
| |
| @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 remainingTextFieldCharacterCountOne => r'1 character remaining'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'$remainingCount characters remaining'; |
| |
| @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 |
| String get scriptCategory => r'English-like'; |
| |
| @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'; |
| } |
| |
| /// 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'; |
| } |
| |
| /// 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'; |
| } |
| |
| /// 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'; |
| } |
| |
| /// 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'; |
| } |
| |
| /// 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'; |
| } |
| |
| /// 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'; |
| } |
| |
| /// 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'TBD'; |
| |
| @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'TBD'; |
| |
| @override |
| String get hideAccountsLabel => r'Ocultar cuentas'; |
| |
| @override |
| String get licensesPageTitle => r'Licencias'; |
| |
| @override |
| String get modalBarrierDismissLabel => r'Ignorar'; |
| |
| @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 remainingTextFieldCharacterCountOne => r'TBD'; |
| |
| @override |
| String get remainingTextFieldCharacterCountOther => r'TBD'; |
| |
| @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'Filas por página:'; |
| |
| @override |
| String get scriptCategory => r'English-like'; |
| |
| @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'; |
| } |
| |
| /// 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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'; |
| } |
| |
| /// 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 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 |