Update flutter localizations. (#92923)

This commit is contained in:
godofredoc 2021-11-02 16:08:06 -07:00 committed by GitHub
parent a4e7b5994c
commit f729043cb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 17 additions and 14 deletions

View File

@ -31,5 +31,5 @@
"selectAllButtonLabel": "Вибрати все",
"tabSemanticsLabel": "Вкладка $tabIndex з $tabCount",
"modalBarrierDismissLabel": "Закрити",
"searchTextFieldPlaceholderLabel": "Пошук"
"searchTextFieldPlaceholderLabel": "Шукайте"
}

View File

@ -12656,7 +12656,7 @@ class CupertinoLocalizationUk extends GlobalCupertinoLocalizations {
String get postMeridiemAbbreviation => 'пп';
@override
String get searchTextFieldPlaceholderLabel => 'Пошук';
String get searchTextFieldPlaceholderLabel => 'Шукайте';
@override
String get selectAllButtonLabel => 'Вибрати все';

View File

@ -14348,7 +14348,7 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations {
String get firstPageTooltip => 'Бірінші бет';
@override
String get hideAccountsLabel => 'Есептік жазбаларды жасыру';
String get hideAccountsLabel => 'Аккаунттарды жасыру';
@override
String get inputDateModeButtonLabel => 'Мәтін енгізуге ауысу';
@ -14504,13 +14504,13 @@ class MaterialLocalizationKk extends GlobalMaterialLocalizations {
String? get selectedRowCountTitleZero => 'Тармақ таңдалмаған';
@override
String get showAccountsLabel => 'Есептік жазбаларды көрсету';
String get showAccountsLabel => 'Аккаунттарды көрсету';
@override
String get showMenuTooltip => 'Мәзірді көрсету';
@override
String get signedInLabel => 'Есептік жазбаға кірген';
String get signedInLabel => 'Аккаунтқа кірген';
@override
String get tabLabelRaw => r'$tabCount/$tabIndex қойынды';
@ -19496,10 +19496,10 @@ class MaterialLocalizationNl extends GlobalMaterialLocalizations {
String? get selectedRowCountTitleZero => null;
@override
String get showAccountsLabel => 'Accounts weergeven';
String get showAccountsLabel => 'Accounts tonen';
@override
String get showMenuTooltip => 'Menu weergeven';
String get showMenuTooltip => 'Menu tonen';
@override
String get signedInLabel => 'Ingelogd';
@ -21152,7 +21152,7 @@ class MaterialLocalizationPt extends GlobalMaterialLocalizations {
String get closeButtonTooltip => 'Fechar';
@override
String get collapsedIconTapHint => 'Expandir';
String get collapsedIconTapHint => 'Abrir';
@override
String get continueButtonLabel => 'CONTINUAR';
@ -21529,6 +21529,9 @@ class MaterialLocalizationPtPt extends MaterialLocalizationPt {
@override
String get expandedIconTapHint => 'Reduzir';
@override
String get collapsedIconTapHint => 'Expandir';
@override
String? get remainingTextFieldCharacterCountOne => 'Resta 1 caráter';

View File

@ -36,9 +36,9 @@
"timePickerHourModeAnnouncement": "Сағаттарды таңдаңыз",
"timePickerMinuteModeAnnouncement": "Минуттарды таңдаңыз",
"modalBarrierDismissLabel": "Жабу",
"signedInLabel": "Есептік жазбаға кірген",
"hideAccountsLabel": "Есептік жазбаларды жасыру",
"showAccountsLabel": "Есептік жазбаларды көрсету",
"signedInLabel": "Аккаунтқа кірген",
"hideAccountsLabel": "Аккаунттарды жасыру",
"showAccountsLabel": "Аккаунттарды көрсету",
"drawerLabel": "Навигация мәзірі",
"popupMenuLabel": "Қалқымалы терезе мәзірі",
"dialogLabel": "Диалогтық терезе",

View File

@ -11,7 +11,7 @@
"previousPageTooltip": "Vorige pagina",
"firstPageTooltip": "Eerste pagina",
"lastPageTooltip": "Laatste pagina",
"showMenuTooltip": "Menu weergeven",
"showMenuTooltip": "Menu tonen",
"aboutListTileTitle": "Over $applicationName",
"licensesPageTitle": "Licenties",
"pageRowsInfoTitle": "$firstRow-$lastRow van $rowCount",
@ -35,7 +35,7 @@
"timePickerMinuteModeAnnouncement": "Minuten selecteren",
"signedInLabel": "Ingelogd",
"hideAccountsLabel": "Accounts verbergen",
"showAccountsLabel": "Accounts weergeven",
"showAccountsLabel": "Accounts tonen",
"modalBarrierDismissLabel": "Sluiten",
"drawerLabel": "Navigatiemenu",
"popupMenuLabel": "Pop-upmenu",

View File

@ -51,7 +51,7 @@
"reorderItemLeft": "Mover para a esquerda",
"reorderItemRight": "Mover para a direita",
"expandedIconTapHint": "Recolher",
"collapsedIconTapHint": "Expandir",
"collapsedIconTapHint": "Abrir",
"remainingTextFieldCharacterCountZero": "TBD",
"remainingTextFieldCharacterCountOne": "1 caractere restante",
"remainingTextFieldCharacterCountOther": "$remainingCount caracteres restantes",