material_es.arb 2.3 KB
Newer Older
1
{
2
  "scriptCategory": "English-like",
Yegor's avatar
Yegor committed
3
  "timeOfDayFormat": "H:mm",
4
  "openAppDrawerTooltip": "Abrir el menú de navegación",
5
  "backButtonTooltip": "Atrás",
6
  "closeButtonTooltip": "Cerrar",
7
  "deleteButtonTooltip": "Eliminar",
8
  "nextMonthTooltip": "Mes siguiente",
9
  "previousMonthTooltip": "Mes anterior",
10 11 12 13
  "nextPageTooltip": "Página siguiente",
  "previousPageTooltip": "Página anterior",
  "showMenuTooltip": "Mostrar menú",
  "aboutListTileTitle": "Sobre $applicationName",
14
  "licensesPageTitle": "Licencias",
15 16
  "pageRowsInfoTitle": "$firstRow‑$lastRow de $rowCount",
  "pageRowsInfoTitleApproximate": "$firstRow‑$lastRow de aproximadamente $rowCount",
17
  "rowsPerPageTitle": "Filas por página:",
18
  "tabLabel": "Pestaña $tabIndex de $tabCount",
19
  "selectedRowCountTitleZero": "No se han seleccionado elementos",
20 21
  "selectedRowCountTitleOne": "1 elemento seleccionado",
  "selectedRowCountTitleOther": "$selectedRowCount elementos seleccionados",
22 23 24 25 26
  "cancelButtonLabel": "CANCELAR",
  "closeButtonLabel": "CERRAR",
  "continueButtonLabel": "CONTINUAR",
  "copyButtonLabel": "COPIAR",
  "cutButtonLabel": "CORTAR",
27
  "okButtonLabel": "ACEPTAR",
28 29
  "pasteButtonLabel": "PEGAR",
  "selectAllButtonLabel": "SELECCIONAR TODO",
30 31
  "viewLicensesButtonLabel": "VER LICENCIAS",
  "anteMeridiemAbbreviation": "A.M.",
32
  "postMeridiemAbbreviation": "P.M.",
33 34
  "timePickerHourModeAnnouncement": "Seleccionar horas",
  "timePickerMinuteModeAnnouncement": "Seleccionar minutos",
35
  "signedInLabel": "Sesión iniciada",
36 37
  "hideAccountsLabel": "Ocultar cuentas",
  "showAccountsLabel": "Mostrar cuentas",
38
  "modalBarrierDismissLabel": "Ignorar",
39
  "drawerLabel": "Menú de navegación",
40
  "popupMenuLabel": "Menú emergente",
41
  "dialogLabel": "Cuadro de diálogo",
42
  "alertDialogLabel": "Alerta",
43
  "searchFieldLabel": "Buscar",
44 45 46 47 48 49 50 51
  "reorderItemToStart": "Mover al principio",
  "reorderItemToEnd": "Mover al final",
  "reorderItemUp": "Mover hacia arriba",
  "reorderItemDown": "Mover hacia abajo",
  "reorderItemLeft": "Mover hacia la izquierda",
  "reorderItemRight": "Mover hacia la derecha",
  "expandedIconTapHint": "Ocultar",
  "collapsedIconTapHint": "Mostrar",
52
  "remainingTextFieldCharacterCountZero": "TBD",
53 54
  "remainingTextFieldCharacterCountOne": "Queda 1 carácter.",
  "remainingTextFieldCharacterCountOther": "Quedan $remainingCount caracteres"
55
}