Unverified Commit e818c470 authored by Daniel Edrisian's avatar Daniel Edrisian Committed by GitHub

Added CupertinoSearchTextField (#68074)

parent e5814756
...@@ -35,6 +35,7 @@ export 'src/cupertino/picker.dart'; ...@@ -35,6 +35,7 @@ export 'src/cupertino/picker.dart';
export 'src/cupertino/refresh.dart'; export 'src/cupertino/refresh.dart';
export 'src/cupertino/route.dart'; export 'src/cupertino/route.dart';
export 'src/cupertino/scrollbar.dart'; export 'src/cupertino/scrollbar.dart';
export 'src/cupertino/search_field.dart';
export 'src/cupertino/segmented_control.dart'; export 'src/cupertino/segmented_control.dart';
export 'src/cupertino/slider.dart'; export 'src/cupertino/slider.dart';
export 'src/cupertino/sliding_segmented_control.dart'; export 'src/cupertino/sliding_segmented_control.dart';
......
...@@ -232,6 +232,10 @@ abstract class CupertinoLocalizations { ...@@ -232,6 +232,10 @@ abstract class CupertinoLocalizations {
// The global version uses the translated string from the arb file. // The global version uses the translated string from the arb file.
String get selectAllButtonLabel; String get selectAllButtonLabel;
/// The default placeholder used in [CupertinoSearchTextField].
// The global version uses the translated string from the arb file.
String get searchTextFieldPlaceholerLabel;
/// Label read out by accessibility tools (VoiceOver) for a modal /// Label read out by accessibility tools (VoiceOver) for a modal
/// barrier to indicate that a tap dismisses the barrier. /// barrier to indicate that a tap dismisses the barrier.
/// ///
...@@ -423,6 +427,9 @@ class DefaultCupertinoLocalizations implements CupertinoLocalizations { ...@@ -423,6 +427,9 @@ class DefaultCupertinoLocalizations implements CupertinoLocalizations {
@override @override
String get selectAllButtonLabel => 'Select All'; String get selectAllButtonLabel => 'Select All';
@override
String get searchTextFieldPlaceholerLabel => 'Search';
@override @override
String get modalBarrierDismissLabel => 'Dismiss'; String get modalBarrierDismissLabel => 'Dismiss';
......
This diff is collapsed.
...@@ -31,6 +31,7 @@ void main() { ...@@ -31,6 +31,7 @@ void main() {
expect(localizations.timerPickerSecondLabel(0), isNotNull); expect(localizations.timerPickerSecondLabel(0), isNotNull);
expect(localizations.modalBarrierDismissLabel, isNotNull); expect(localizations.modalBarrierDismissLabel, isNotNull);
expect(localizations.searchTextFieldPlaceholerLabel, isNotNull);
}); });
testWidgets('CupertinoLocalizations.of throws', (WidgetTester tester) async { testWidgets('CupertinoLocalizations.of throws', (WidgetTester tester) async {
......
This diff is collapsed.
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Plak", "pasteButtonLabel": "Plak",
"selectAllButtonLabel": "Kies alles", "selectAllButtonLabel": "Kies alles",
"tabSemanticsLabel": "Oortjie $tabIndex van $tabCount", "tabSemanticsLabel": "Oortjie $tabIndex van $tabCount",
"modalBarrierDismissLabel": "Maak toe" "modalBarrierDismissLabel": "Maak toe",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ለጥፍ", "pasteButtonLabel": "ለጥፍ",
"selectAllButtonLabel": "ሁሉንም ምረጥ", "selectAllButtonLabel": "ሁሉንም ምረጥ",
"tabSemanticsLabel": "ትር $tabIndex ከ$tabCount", "tabSemanticsLabel": "ትር $tabIndex ከ$tabCount",
"modalBarrierDismissLabel": "አሰናብት" "modalBarrierDismissLabel": "አሰናብት",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -40,5 +40,6 @@ ...@@ -40,5 +40,6 @@
"pasteButtonLabel": "لصق", "pasteButtonLabel": "لصق",
"selectAllButtonLabel": "اختيار الكل", "selectAllButtonLabel": "اختيار الكل",
"tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount", "tabSemanticsLabel": "علامة التبويب $tabIndex من $tabCount",
"modalBarrierDismissLabel": "رفض" "modalBarrierDismissLabel": "رفض",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "পে'ষ্ট কৰক", "pasteButtonLabel": "পে'ষ্ট কৰক",
"selectAllButtonLabel": "সকলো বাছনি কৰক", "selectAllButtonLabel": "সকলো বাছনি কৰক",
"tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো", "tabSemanticsLabel": "$tabCount টা টেবৰ $tabIndex নম্বৰটো",
"modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক" "modalBarrierDismissLabel": "অগ্ৰাহ্য কৰক",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Yerləşdirin", "pasteButtonLabel": "Yerləşdirin",
"selectAllButtonLabel": "Hamısını seçin", "selectAllButtonLabel": "Hamısını seçin",
"tabSemanticsLabel": "Tab $tabIndex/$tabCount", "tabSemanticsLabel": "Tab $tabIndex/$tabCount",
"modalBarrierDismissLabel": "İmtina edin" "modalBarrierDismissLabel": "İmtina edin",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "Уставіць", "pasteButtonLabel": "Уставіць",
"selectAllButtonLabel": "Выбраць усе", "selectAllButtonLabel": "Выбраць усе",
"tabSemanticsLabel": "Укладка $tabIndex з $tabCount", "tabSemanticsLabel": "Укладка $tabIndex з $tabCount",
"modalBarrierDismissLabel": "Адхіліць" "modalBarrierDismissLabel": "Адхіліць",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Поставяне", "pasteButtonLabel": "Поставяне",
"selectAllButtonLabel": "Избиране на всички", "selectAllButtonLabel": "Избиране на всички",
"tabSemanticsLabel": "Раздел $tabIndex от $tabCount", "tabSemanticsLabel": "Раздел $tabIndex от $tabCount",
"modalBarrierDismissLabel": "Отхвърляне" "modalBarrierDismissLabel": "Отхвърляне",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "পেস্ট করুন", "pasteButtonLabel": "পেস্ট করুন",
"selectAllButtonLabel": "সব বেছে নিন", "selectAllButtonLabel": "সব বেছে নিন",
"tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব", "tabSemanticsLabel": "$tabCount-এর মধ্যে $tabIndex নম্বর ট্যাব",
"modalBarrierDismissLabel": "খারিজ করুন" "modalBarrierDismissLabel": "খারিজ করুন",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -25,5 +25,6 @@ ...@@ -25,5 +25,6 @@
"pasteButtonLabel": "Zalijepi", "pasteButtonLabel": "Zalijepi",
"selectAllButtonLabel": "Odaberi sve", "selectAllButtonLabel": "Odaberi sve",
"tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount",
"modalBarrierDismissLabel": "Odbaci" "modalBarrierDismissLabel": "Odbaci",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Enganxa", "pasteButtonLabel": "Enganxa",
"selectAllButtonLabel": "Selecciona-ho tot", "selectAllButtonLabel": "Selecciona-ho tot",
"tabSemanticsLabel": "Pestanya $tabIndex de $tabCount", "tabSemanticsLabel": "Pestanya $tabIndex de $tabCount",
"modalBarrierDismissLabel": "Ignora" "modalBarrierDismissLabel": "Ignora",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "Vložit", "pasteButtonLabel": "Vložit",
"selectAllButtonLabel": "Vybrat vše", "selectAllButtonLabel": "Vybrat vše",
"tabSemanticsLabel": "Karta $tabIndex z $tabCount", "tabSemanticsLabel": "Karta $tabIndex z $tabCount",
"modalBarrierDismissLabel": "Zavřít" "modalBarrierDismissLabel": "Zavřít",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Sæt ind", "pasteButtonLabel": "Sæt ind",
"selectAllButtonLabel": "Vælg alle", "selectAllButtonLabel": "Vælg alle",
"tabSemanticsLabel": "Fane $tabIndex af $tabCount", "tabSemanticsLabel": "Fane $tabIndex af $tabCount",
"modalBarrierDismissLabel": "Afvis" "modalBarrierDismissLabel": "Afvis",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Einsetzen", "pasteButtonLabel": "Einsetzen",
"selectAllButtonLabel": "Alles auswählen", "selectAllButtonLabel": "Alles auswählen",
"tabSemanticsLabel": "Tab $tabIndex von $tabCount", "tabSemanticsLabel": "Tab $tabIndex von $tabCount",
"modalBarrierDismissLabel": "Schließen" "modalBarrierDismissLabel": "Schließen",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Επικόλληση", "pasteButtonLabel": "Επικόλληση",
"selectAllButtonLabel": "Επιλογή όλων", "selectAllButtonLabel": "Επιλογή όλων",
"tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount", "tabSemanticsLabel": "Καρτέλα $tabIndex από $tabCount",
"modalBarrierDismissLabel": "Παράβλεψη" "modalBarrierDismissLabel": "Παράβλεψη",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -90,6 +90,11 @@ ...@@ -90,6 +90,11 @@
"description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars." "description": "The label for select-all buttons and menu items. The reference abbreviation is what iOS shows on text selection toolbars."
}, },
"searchTextFieldPlaceholerLabel": "Search",
"@searchTextFieldPlaceholerLabel": {
"description": "The default placeholder used in [CupertinoSearchTextField]."
},
"modalBarrierDismissLabel": "Dismiss", "modalBarrierDismissLabel": "Dismiss",
"@modalBarrierDismissLabel": { "@modalBarrierDismissLabel": {
"description": "Label read out by accessibility tools (VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can, for example, be found behind an alert or popup to block user interaction with elements behind it." "description": "Label read out by accessibility tools (VoiceOver) for a modal barrier to indicate that a tap dismisses the barrier. A modal barrier can, for example, be found behind an alert or popup to block user interaction with elements behind it."
......
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Pegar", "pasteButtonLabel": "Pegar",
"selectAllButtonLabel": "Seleccionar todos", "selectAllButtonLabel": "Seleccionar todos",
"tabSemanticsLabel": "Pestaña $tabIndex de $tabCount", "tabSemanticsLabel": "Pestaña $tabIndex de $tabCount",
"modalBarrierDismissLabel": "Cerrar" "modalBarrierDismissLabel": "Cerrar",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Kleebi", "pasteButtonLabel": "Kleebi",
"selectAllButtonLabel": "Vali kõik", "selectAllButtonLabel": "Vali kõik",
"tabSemanticsLabel": "$tabIndex. vaheleht $tabCount-st", "tabSemanticsLabel": "$tabIndex. vaheleht $tabCount-st",
"modalBarrierDismissLabel": "Loobu" "modalBarrierDismissLabel": "Loobu",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Itsatsi", "pasteButtonLabel": "Itsatsi",
"selectAllButtonLabel": "Hautatu guztiak", "selectAllButtonLabel": "Hautatu guztiak",
"tabSemanticsLabel": "$tabIndex/$tabCount fitxa", "tabSemanticsLabel": "$tabIndex/$tabCount fitxa",
"modalBarrierDismissLabel": "Baztertu" "modalBarrierDismissLabel": "Baztertu",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "جای‌گذاری", "pasteButtonLabel": "جای‌گذاری",
"selectAllButtonLabel": "انتخاب همه", "selectAllButtonLabel": "انتخاب همه",
"tabSemanticsLabel": "برگه $tabIndex از $tabCount", "tabSemanticsLabel": "برگه $tabIndex از $tabCount",
"modalBarrierDismissLabel": "نپذیرفتن" "modalBarrierDismissLabel": "نپذیرفتن",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Liitä", "pasteButtonLabel": "Liitä",
"selectAllButtonLabel": "Valitse kaikki", "selectAllButtonLabel": "Valitse kaikki",
"tabSemanticsLabel": "Välilehti $tabIndex/$tabCount", "tabSemanticsLabel": "Välilehti $tabIndex/$tabCount",
"modalBarrierDismissLabel": "Ohita" "modalBarrierDismissLabel": "Ohita",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "I-paste", "pasteButtonLabel": "I-paste",
"selectAllButtonLabel": "Piliin Lahat", "selectAllButtonLabel": "Piliin Lahat",
"tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount",
"modalBarrierDismissLabel": "I-dismiss" "modalBarrierDismissLabel": "I-dismiss",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Coller", "pasteButtonLabel": "Coller",
"selectAllButtonLabel": "Tout sélect.", "selectAllButtonLabel": "Tout sélect.",
"tabSemanticsLabel": "Onglet $tabIndex sur $tabCount", "tabSemanticsLabel": "Onglet $tabIndex sur $tabCount",
"modalBarrierDismissLabel": "Ignorer" "modalBarrierDismissLabel": "Ignorer",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Pegar", "pasteButtonLabel": "Pegar",
"selectAllButtonLabel": "Seleccionar todo", "selectAllButtonLabel": "Seleccionar todo",
"tabSemanticsLabel": "Pestana $tabIndex de $tabCount", "tabSemanticsLabel": "Pestana $tabIndex de $tabCount",
"modalBarrierDismissLabel": "Ignorar" "modalBarrierDismissLabel": "Ignorar",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Einsetzen", "pasteButtonLabel": "Einsetzen",
"selectAllButtonLabel": "Alles auswählen", "selectAllButtonLabel": "Alles auswählen",
"tabSemanticsLabel": "Tab $tabIndex von $tabCount", "tabSemanticsLabel": "Tab $tabIndex von $tabCount",
"modalBarrierDismissLabel": "Schließen" "modalBarrierDismissLabel": "Schließen",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "પેસ્ટ કરો", "pasteButtonLabel": "પેસ્ટ કરો",
"selectAllButtonLabel": "બધા પસંદ કરો", "selectAllButtonLabel": "બધા પસંદ કરો",
"tabSemanticsLabel": "$tabCountમાંથી $tabIndex ટૅબ", "tabSemanticsLabel": "$tabCountમાંથી $tabIndex ટૅબ",
"modalBarrierDismissLabel": "છોડી દો" "modalBarrierDismissLabel": "છોડી દો",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "הדבקה", "pasteButtonLabel": "הדבקה",
"selectAllButtonLabel": "בחירת הכול", "selectAllButtonLabel": "בחירת הכול",
"tabSemanticsLabel": "כרטיסייה $tabIndex מתוך $tabCount", "tabSemanticsLabel": "כרטיסייה $tabIndex מתוך $tabCount",
"modalBarrierDismissLabel": "סגירה" "modalBarrierDismissLabel": "סגירה",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "चिपकाएं", "pasteButtonLabel": "चिपकाएं",
"selectAllButtonLabel": "सभी चुनें", "selectAllButtonLabel": "सभी चुनें",
"tabSemanticsLabel": "$tabCount का टैब $tabIndex", "tabSemanticsLabel": "$tabCount का टैब $tabIndex",
"modalBarrierDismissLabel": "खारिज करें" "modalBarrierDismissLabel": "खारिज करें",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -25,5 +25,6 @@ ...@@ -25,5 +25,6 @@
"pasteButtonLabel": "Zalijepi", "pasteButtonLabel": "Zalijepi",
"selectAllButtonLabel": "Odaberi sve", "selectAllButtonLabel": "Odaberi sve",
"tabSemanticsLabel": "Kartica $tabIndex od $tabCount", "tabSemanticsLabel": "Kartica $tabIndex od $tabCount",
"modalBarrierDismissLabel": "Odbaci" "modalBarrierDismissLabel": "Odbaci",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Beillesztés", "pasteButtonLabel": "Beillesztés",
"selectAllButtonLabel": "Összes kijelölése", "selectAllButtonLabel": "Összes kijelölése",
"tabSemanticsLabel": "$tabCount/$tabIndex. lap", "tabSemanticsLabel": "$tabCount/$tabIndex. lap",
"modalBarrierDismissLabel": "Elvetés" "modalBarrierDismissLabel": "Elvetés",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Տեղադրել", "pasteButtonLabel": "Տեղադրել",
"selectAllButtonLabel": "Նշել բոլորը", "selectAllButtonLabel": "Նշել բոլորը",
"tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից", "tabSemanticsLabel": "Ներդիր $tabIndex՝ $tabCount-ից",
"modalBarrierDismissLabel": "Փակել" "modalBarrierDismissLabel": "Փակել",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Tempel", "pasteButtonLabel": "Tempel",
"selectAllButtonLabel": "Pilih Semua", "selectAllButtonLabel": "Pilih Semua",
"tabSemanticsLabel": "Tab $tabIndex dari $tabCount", "tabSemanticsLabel": "Tab $tabIndex dari $tabCount",
"modalBarrierDismissLabel": "Tutup" "modalBarrierDismissLabel": "Tutup",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Líma", "pasteButtonLabel": "Líma",
"selectAllButtonLabel": "Velja allt", "selectAllButtonLabel": "Velja allt",
"tabSemanticsLabel": "Flipi $tabIndex af $tabCount", "tabSemanticsLabel": "Flipi $tabIndex af $tabCount",
"modalBarrierDismissLabel": "Hunsa" "modalBarrierDismissLabel": "Hunsa",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Incolla", "pasteButtonLabel": "Incolla",
"selectAllButtonLabel": "Seleziona tutto", "selectAllButtonLabel": "Seleziona tutto",
"tabSemanticsLabel": "Scheda $tabIndex di $tabCount", "tabSemanticsLabel": "Scheda $tabIndex di $tabCount",
"modalBarrierDismissLabel": "Ignora" "modalBarrierDismissLabel": "Ignora",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "貼り付け", "pasteButtonLabel": "貼り付け",
"selectAllButtonLabel": "すべて選択", "selectAllButtonLabel": "すべて選択",
"tabSemanticsLabel": "タブ: $tabIndex/$tabCount", "tabSemanticsLabel": "タブ: $tabIndex/$tabCount",
"modalBarrierDismissLabel": "閉じる" "modalBarrierDismissLabel": "閉じる",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ჩასმა", "pasteButtonLabel": "ჩასმა",
"selectAllButtonLabel": "ყველას არჩევა", "selectAllButtonLabel": "ყველას არჩევა",
"tabSemanticsLabel": "ჩანართი $tabIndex / $tabCount-დან", "tabSemanticsLabel": "ჩანართი $tabIndex / $tabCount-დან",
"modalBarrierDismissLabel": "დახურვა" "modalBarrierDismissLabel": "დახურვა",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Қою", "pasteButtonLabel": "Қою",
"selectAllButtonLabel": "Барлығын таңдау", "selectAllButtonLabel": "Барлығын таңдау",
"tabSemanticsLabel": "Қойынды: $tabIndex/$tabCount", "tabSemanticsLabel": "Қойынды: $tabIndex/$tabCount",
"modalBarrierDismissLabel": "Жабу" "modalBarrierDismissLabel": "Жабу",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ដាក់​ចូល", "pasteButtonLabel": "ដាក់​ចូល",
"selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់", "selectAllButtonLabel": "ជ្រើសរើស​ទាំងអស់",
"tabSemanticsLabel": "ផ្ទាំងទី $tabIndex នៃ $tabCount", "tabSemanticsLabel": "ផ្ទាំងទី $tabIndex នៃ $tabCount",
"modalBarrierDismissLabel": "ច្រាន​ចោល" "modalBarrierDismissLabel": "ច្រាន​ចោល",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf", "pasteButtonLabel": "\u0c85\u0c82\u0c9f\u0cbf\u0cb8\u0cbf",
"selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf", "selectAllButtonLabel": "\u0c8e\u0cb2\u0ccd\u0cb2\u0cb5\u0ca8\u0ccd\u0ca8\u0cc2\u0020\u0c86\u0caf\u0ccd\u0c95\u0cc6\u0cae\u0cbe\u0ca1\u0cbf",
"modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf", "modalBarrierDismissLabel": "\u0cb5\u0c9c\u0cbe\u0c97\u0cca\u0cb3\u0cbf\u0cb8\u0cbf",
"tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd" "tabSemanticsLabel": "\u0024\u0074\u0061\u0062\u0043\u006f\u0075\u006e\u0074\u0020\u0cb0\u0cb2\u0ccd\u0cb2\u0cbf\u0ca8\u0020\u0024\u0074\u0061\u0062\u0049\u006e\u0064\u0065\u0078\u0020\u0c9f\u0ccd\u0caf\u0cbe\u0cac\u0ccd",
"searchTextFieldPlaceholerLabel": "\u0053\u0065\u0061\u0072\u0063\u0068"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "붙여넣기", "pasteButtonLabel": "붙여넣기",
"selectAllButtonLabel": "전체 선택", "selectAllButtonLabel": "전체 선택",
"tabSemanticsLabel": "탭 $tabCount개 중 $tabIndex번째", "tabSemanticsLabel": "탭 $tabCount개 중 $tabIndex번째",
"modalBarrierDismissLabel": "닫기" "modalBarrierDismissLabel": "닫기",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Чаптоо", "pasteButtonLabel": "Чаптоо",
"selectAllButtonLabel": "Баарын тандоо", "selectAllButtonLabel": "Баарын тандоо",
"tabSemanticsLabel": "$tabCount ичинен $tabIndex-өтмөк", "tabSemanticsLabel": "$tabCount ичинен $tabIndex-өтмөк",
"modalBarrierDismissLabel": "Жабуу" "modalBarrierDismissLabel": "Жабуу",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ວາງ", "pasteButtonLabel": "ວາງ",
"selectAllButtonLabel": "ເລືອກທັງໝົດ", "selectAllButtonLabel": "ເລືອກທັງໝົດ",
"tabSemanticsLabel": "ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount", "tabSemanticsLabel": "ແຖບທີ $tabIndex ຈາກທັງໝົດ $tabCount",
"modalBarrierDismissLabel": "ປິດໄວ້" "modalBarrierDismissLabel": "ປິດໄວ້",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "Įklijuoti", "pasteButtonLabel": "Įklijuoti",
"selectAllButtonLabel": "Pasirinkti viską", "selectAllButtonLabel": "Pasirinkti viską",
"tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount", "tabSemanticsLabel": "$tabIndex skirtukas iš $tabCount",
"modalBarrierDismissLabel": "Atsisakyti" "modalBarrierDismissLabel": "Atsisakyti",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -25,5 +25,6 @@ ...@@ -25,5 +25,6 @@
"pasteButtonLabel": "Ielīmēt", "pasteButtonLabel": "Ielīmēt",
"selectAllButtonLabel": "Atlasīt visu", "selectAllButtonLabel": "Atlasīt visu",
"tabSemanticsLabel": "$tabIndex. cilne no $tabCount", "tabSemanticsLabel": "$tabIndex. cilne no $tabCount",
"modalBarrierDismissLabel": "Nerādīt" "modalBarrierDismissLabel": "Nerādīt",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Залепи", "pasteButtonLabel": "Залепи",
"selectAllButtonLabel": "Избери ги сите", "selectAllButtonLabel": "Избери ги сите",
"tabSemanticsLabel": "Картичка $tabIndex од $tabCount", "tabSemanticsLabel": "Картичка $tabIndex од $tabCount",
"modalBarrierDismissLabel": "Отфрли" "modalBarrierDismissLabel": "Отфрли",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ഒട്ടിക്കുക", "pasteButtonLabel": "ഒട്ടിക്കുക",
"selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക", "selectAllButtonLabel": "എല്ലാം തിരഞ്ഞെടുക്കുക",
"tabSemanticsLabel": "$tabCount ടാബിൽ $tabIndex-ാമത്തേത്", "tabSemanticsLabel": "$tabCount ടാബിൽ $tabIndex-ാമത്തേത്",
"modalBarrierDismissLabel": "നിരസിക്കുക" "modalBarrierDismissLabel": "നിരസിക്കുക",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Буулгах", "pasteButtonLabel": "Буулгах",
"selectAllButtonLabel": "Бүгдийг сонгох", "selectAllButtonLabel": "Бүгдийг сонгох",
"tabSemanticsLabel": "$tabCount-н $tabIndex-р таб", "tabSemanticsLabel": "$tabCount-н $tabIndex-р таб",
"modalBarrierDismissLabel": "Үл хэрэгсэх" "modalBarrierDismissLabel": "Үл хэрэгсэх",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "पेस्ट करा", "pasteButtonLabel": "पेस्ट करा",
"selectAllButtonLabel": "सर्व निवडा", "selectAllButtonLabel": "सर्व निवडा",
"tabSemanticsLabel": "$tabCount पैकी $tabIndex टॅब", "tabSemanticsLabel": "$tabCount पैकी $tabIndex टॅब",
"modalBarrierDismissLabel": "डिसमिस करा" "modalBarrierDismissLabel": "डिसमिस करा",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Tampal", "pasteButtonLabel": "Tampal",
"selectAllButtonLabel": "Pilih Semua", "selectAllButtonLabel": "Pilih Semua",
"tabSemanticsLabel": "Tab $tabIndex daripada $tabCount", "tabSemanticsLabel": "Tab $tabIndex daripada $tabCount",
"modalBarrierDismissLabel": "Tolak" "modalBarrierDismissLabel": "Tolak",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ကူးထည့်ရန်", "pasteButtonLabel": "ကူးထည့်ရန်",
"selectAllButtonLabel": "အားလုံး ရွေးရန်", "selectAllButtonLabel": "အားလုံး ရွေးရန်",
"tabSemanticsLabel": "တဘ် $tabCount ခုအနက် $tabIndex ခု", "tabSemanticsLabel": "တဘ် $tabCount ခုအနက် $tabIndex ခု",
"modalBarrierDismissLabel": "ပယ်ရန်" "modalBarrierDismissLabel": "ပယ်ရန်",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"copyButtonLabel": "Kopiér", "copyButtonLabel": "Kopiér",
"pasteButtonLabel": "Lim inn", "pasteButtonLabel": "Lim inn",
"selectAllButtonLabel": "Velg alle", "selectAllButtonLabel": "Velg alle",
"modalBarrierDismissLabel": "Avvis" "modalBarrierDismissLabel": "Avvis",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "टाँस्नुहोस्", "pasteButtonLabel": "टाँस्नुहोस्",
"selectAllButtonLabel": "सबै चयन गर्नुहोस्", "selectAllButtonLabel": "सबै चयन गर्नुहोस्",
"tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब", "tabSemanticsLabel": "$tabCount मध्ये $tabIndex ट्याब",
"modalBarrierDismissLabel": "खारेज गर्नुहोस्" "modalBarrierDismissLabel": "खारेज गर्नुहोस्",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Plakken", "pasteButtonLabel": "Plakken",
"selectAllButtonLabel": "Alles selecteren", "selectAllButtonLabel": "Alles selecteren",
"tabSemanticsLabel": "Tabblad $tabIndex van $tabCount", "tabSemanticsLabel": "Tabblad $tabIndex van $tabCount",
"modalBarrierDismissLabel": "Sluiten" "modalBarrierDismissLabel": "Sluiten",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"copyButtonLabel": "Kopiér", "copyButtonLabel": "Kopiér",
"pasteButtonLabel": "Lim inn", "pasteButtonLabel": "Lim inn",
"selectAllButtonLabel": "Velg alle", "selectAllButtonLabel": "Velg alle",
"modalBarrierDismissLabel": "Avvis" "modalBarrierDismissLabel": "Avvis",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ", "pasteButtonLabel": "ପେଷ୍ଟ କରନ୍ତୁ",
"selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ", "selectAllButtonLabel": "ସମସ୍ତ ଚୟନ କରନ୍ତୁ",
"tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍", "tabSemanticsLabel": "$tabCountର $tabIndex ଟାବ୍",
"modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ" "modalBarrierDismissLabel": "ଖାରଜ କରନ୍ତୁ",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ਪੇਸਟ ਕਰੋ", "pasteButtonLabel": "ਪੇਸਟ ਕਰੋ",
"selectAllButtonLabel": "ਸਭ ਚੁਣੋ", "selectAllButtonLabel": "ਸਭ ਚੁਣੋ",
"tabSemanticsLabel": "$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ", "tabSemanticsLabel": "$tabCount ਵਿੱਚੋਂ $tabIndex ਟੈਬ",
"modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ" "modalBarrierDismissLabel": "ਖਾਰਜ ਕਰੋ",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "Wklej", "pasteButtonLabel": "Wklej",
"selectAllButtonLabel": "Wybierz wszystkie", "selectAllButtonLabel": "Wybierz wszystkie",
"tabSemanticsLabel": "Karta $tabIndex z $tabCount", "tabSemanticsLabel": "Karta $tabIndex z $tabCount",
"modalBarrierDismissLabel": "Zamknij" "modalBarrierDismissLabel": "Zamknij",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Colar", "pasteButtonLabel": "Colar",
"selectAllButtonLabel": "Selecionar Tudo", "selectAllButtonLabel": "Selecionar Tudo",
"tabSemanticsLabel": "Guia $tabIndex de $tabCount", "tabSemanticsLabel": "Guia $tabIndex de $tabCount",
"modalBarrierDismissLabel": "Dispensar" "modalBarrierDismissLabel": "Dispensar",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -25,5 +25,6 @@ ...@@ -25,5 +25,6 @@
"pasteButtonLabel": "Inserați", "pasteButtonLabel": "Inserați",
"selectAllButtonLabel": "Selectați-le pe toate", "selectAllButtonLabel": "Selectați-le pe toate",
"tabSemanticsLabel": "Fila $tabIndex din $tabCount", "tabSemanticsLabel": "Fila $tabIndex din $tabCount",
"modalBarrierDismissLabel": "Închideți" "modalBarrierDismissLabel": "Închideți",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "Вставить", "pasteButtonLabel": "Вставить",
"selectAllButtonLabel": "Выбрать все", "selectAllButtonLabel": "Выбрать все",
"tabSemanticsLabel": "Вкладка $tabIndex из $tabCount", "tabSemanticsLabel": "Вкладка $tabIndex из $tabCount",
"modalBarrierDismissLabel": "Закрыть" "modalBarrierDismissLabel": "Закрыть",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "අලවන්න", "pasteButtonLabel": "අලවන්න",
"selectAllButtonLabel": "සියල්ල තෝරන්න", "selectAllButtonLabel": "සියල්ල තෝරන්න",
"tabSemanticsLabel": "ටැබ $tabCount න් $tabIndex", "tabSemanticsLabel": "ටැබ $tabCount න් $tabIndex",
"modalBarrierDismissLabel": "ඉවත ලන්න" "modalBarrierDismissLabel": "ඉවත ලන්න",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "Prilepiť", "pasteButtonLabel": "Prilepiť",
"selectAllButtonLabel": "Vybrať všetko", "selectAllButtonLabel": "Vybrať všetko",
"tabSemanticsLabel": "Karta $tabIndex z $tabCount", "tabSemanticsLabel": "Karta $tabIndex z $tabCount",
"modalBarrierDismissLabel": "Odmietnuť" "modalBarrierDismissLabel": "Odmietnuť",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "Prilepi", "pasteButtonLabel": "Prilepi",
"selectAllButtonLabel": "Izberi vse", "selectAllButtonLabel": "Izberi vse",
"tabSemanticsLabel": "Zavihek $tabIndex od $tabCount", "tabSemanticsLabel": "Zavihek $tabIndex od $tabCount",
"modalBarrierDismissLabel": "Opusti" "modalBarrierDismissLabel": "Opusti",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Ngjit", "pasteButtonLabel": "Ngjit",
"selectAllButtonLabel": "Zgjidhi të gjitha", "selectAllButtonLabel": "Zgjidhi të gjitha",
"tabSemanticsLabel": "Skeda $tabIndex nga $tabCount", "tabSemanticsLabel": "Skeda $tabIndex nga $tabCount",
"modalBarrierDismissLabel": "Hiq" "modalBarrierDismissLabel": "Hiq",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -25,5 +25,6 @@ ...@@ -25,5 +25,6 @@
"pasteButtonLabel": "Налепи", "pasteButtonLabel": "Налепи",
"selectAllButtonLabel": "Изабери све", "selectAllButtonLabel": "Изабери све",
"tabSemanticsLabel": "$tabIndex. картица од $tabCount", "tabSemanticsLabel": "$tabIndex. картица од $tabCount",
"modalBarrierDismissLabel": "Одбаци" "modalBarrierDismissLabel": "Одбаци",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Klistra in", "pasteButtonLabel": "Klistra in",
"selectAllButtonLabel": "Markera alla", "selectAllButtonLabel": "Markera alla",
"tabSemanticsLabel": "Flik $tabIndex av $tabCount", "tabSemanticsLabel": "Flik $tabIndex av $tabCount",
"modalBarrierDismissLabel": "Stäng" "modalBarrierDismissLabel": "Stäng",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Bandika", "pasteButtonLabel": "Bandika",
"selectAllButtonLabel": "Teua Zote", "selectAllButtonLabel": "Teua Zote",
"tabSemanticsLabel": "Kichupo cha $tabIndex kati ya $tabCount", "tabSemanticsLabel": "Kichupo cha $tabIndex kati ya $tabCount",
"modalBarrierDismissLabel": "Ondoa" "modalBarrierDismissLabel": "Ondoa",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "ஒட்டு", "pasteButtonLabel": "ஒட்டு",
"selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு", "selectAllButtonLabel": "எல்லாம் தேர்ந்தெடு",
"tabSemanticsLabel": "தாவல் $tabIndex / $tabCount", "tabSemanticsLabel": "தாவல் $tabIndex / $tabCount",
"modalBarrierDismissLabel": "நிராகரிக்கும்" "modalBarrierDismissLabel": "நிராகரிக்கும்",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "అతికించు", "pasteButtonLabel": "అతికించు",
"selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి", "selectAllButtonLabel": "అన్నింటినీ ఎంచుకోండి",
"tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్", "tabSemanticsLabel": "$tabCountలో $tabIndexవ ట్యాబ్",
"modalBarrierDismissLabel": "విస్మరించు" "modalBarrierDismissLabel": "విస్మరించు",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "วาง", "pasteButtonLabel": "วาง",
"selectAllButtonLabel": "เลือกทั้งหมด", "selectAllButtonLabel": "เลือกทั้งหมด",
"tabSemanticsLabel": "แท็บที่ $tabIndex จาก $tabCount", "tabSemanticsLabel": "แท็บที่ $tabIndex จาก $tabCount",
"modalBarrierDismissLabel": "ปิด" "modalBarrierDismissLabel": "ปิด",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "I-paste", "pasteButtonLabel": "I-paste",
"selectAllButtonLabel": "Piliin Lahat", "selectAllButtonLabel": "Piliin Lahat",
"tabSemanticsLabel": "Tab $tabIndex ng $tabCount", "tabSemanticsLabel": "Tab $tabIndex ng $tabCount",
"modalBarrierDismissLabel": "I-dismiss" "modalBarrierDismissLabel": "I-dismiss",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Yapıştır", "pasteButtonLabel": "Yapıştır",
"selectAllButtonLabel": "Tümünü Seç", "selectAllButtonLabel": "Tümünü Seç",
"tabSemanticsLabel": "Sekme $tabIndex/$tabCount", "tabSemanticsLabel": "Sekme $tabIndex/$tabCount",
"modalBarrierDismissLabel": "Kapat" "modalBarrierDismissLabel": "Kapat",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -30,5 +30,6 @@ ...@@ -30,5 +30,6 @@
"pasteButtonLabel": "Вставити", "pasteButtonLabel": "Вставити",
"selectAllButtonLabel": "Вибрати все", "selectAllButtonLabel": "Вибрати все",
"tabSemanticsLabel": "Вкладка $tabIndex з $tabCount", "tabSemanticsLabel": "Вкладка $tabIndex з $tabCount",
"modalBarrierDismissLabel": "Закрити" "modalBarrierDismissLabel": "Закрити",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "پیسٹ کریں", "pasteButtonLabel": "پیسٹ کریں",
"selectAllButtonLabel": "سبھی منتخب کریں", "selectAllButtonLabel": "سبھی منتخب کریں",
"tabSemanticsLabel": "$tabCount میں سے $tabIndex ٹیب", "tabSemanticsLabel": "$tabCount میں سے $tabIndex ٹیب",
"modalBarrierDismissLabel": "برخاست کریں" "modalBarrierDismissLabel": "برخاست کریں",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Joylash", "pasteButtonLabel": "Joylash",
"selectAllButtonLabel": "Barchasini tanlash", "selectAllButtonLabel": "Barchasini tanlash",
"tabSemanticsLabel": "$tabCount varaqdan $tabIndex", "tabSemanticsLabel": "$tabCount varaqdan $tabIndex",
"modalBarrierDismissLabel": "Yopish" "modalBarrierDismissLabel": "Yopish",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Dán", "pasteButtonLabel": "Dán",
"selectAllButtonLabel": "Chọn tất cả", "selectAllButtonLabel": "Chọn tất cả",
"tabSemanticsLabel": "Thẻ $tabIndex/$tabCount", "tabSemanticsLabel": "Thẻ $tabIndex/$tabCount",
"modalBarrierDismissLabel": "Bỏ qua" "modalBarrierDismissLabel": "Bỏ qua",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "粘贴", "pasteButtonLabel": "粘贴",
"selectAllButtonLabel": "全选", "selectAllButtonLabel": "全选",
"tabSemanticsLabel": "第 $tabIndex 个标签,共 $tabCount 个", "tabSemanticsLabel": "第 $tabIndex 个标签,共 $tabCount 个",
"modalBarrierDismissLabel": "关闭" "modalBarrierDismissLabel": "关闭",
"searchTextFieldPlaceholerLabel": "Search"
} }
...@@ -20,5 +20,6 @@ ...@@ -20,5 +20,6 @@
"pasteButtonLabel": "Namathisela", "pasteButtonLabel": "Namathisela",
"selectAllButtonLabel": "Khetha konke", "selectAllButtonLabel": "Khetha konke",
"tabSemanticsLabel": "Ithebhu $tabIndex kwangu-$tabCount", "tabSemanticsLabel": "Ithebhu $tabIndex kwangu-$tabCount",
"modalBarrierDismissLabel": "Cashisa" "modalBarrierDismissLabel": "Cashisa",
"searchTextFieldPlaceholerLabel": "Search"
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment