mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00

Fixes #123107 Adds a customizable semantic label so that the clear button on the Cupertino text field will be picked up by screen readers. https://github.com/flutter/flutter/assets/58190796/de31d9dd-923c-402f-a55b-e5cc77ea68bb
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
{
|
||
"datePickerHourSemanticsLabelOne": "$hour en punto",
|
||
"datePickerHourSemanticsLabelOther": "$hour en punto",
|
||
"datePickerMinuteSemanticsLabelOne": "1 minuto",
|
||
"datePickerMinuteSemanticsLabelOther": "$minute minutos",
|
||
"datePickerDateOrder": "dmy",
|
||
"datePickerDateTimeOrder": "date_time_dayPeriod",
|
||
"anteMeridiemAbbreviation": "a.m.",
|
||
"postMeridiemAbbreviation": "p.m.",
|
||
"todayLabel": "Hoxe",
|
||
"alertDialogLabel": "Alerta",
|
||
"timerPickerHourLabelOne": "hora",
|
||
"timerPickerHourLabelOther": "horas",
|
||
"timerPickerMinuteLabelOne": "min",
|
||
"timerPickerMinuteLabelOther": "min",
|
||
"timerPickerSecondLabelOne": "s",
|
||
"timerPickerSecondLabelOther": "s",
|
||
"cutButtonLabel": "Cortar",
|
||
"copyButtonLabel": "Copiar",
|
||
"pasteButtonLabel": "Pegar",
|
||
"selectAllButtonLabel": "Seleccionar todo",
|
||
"tabSemanticsLabel": "Pestana $tabIndex de $tabCount",
|
||
"modalBarrierDismissLabel": "Ignorar",
|
||
"searchTextFieldPlaceholderLabel": "Fai unha busca",
|
||
"noSpellCheckReplacementsLabel": "Non se encontrou ningunha substitución",
|
||
"menuDismissLabel": "Pechar menú",
|
||
"lookUpButtonLabel": "Mirar cara arriba",
|
||
"searchWebButtonLabel": "Buscar na Web",
|
||
"shareButtonLabel": "Compartir…",
|
||
"clearButtonLabel": "Clear"
|
||
}
|