mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 21:47:38 +08:00
dcbaecc919
* fix(module:datepicker): incorrect date format strings fix culture set takes effect fallback to default local when locale json does not exist * fix(module:datepicker): do not replace Locale if is set in attribute
143 lines
3.8 KiB
JSON
143 lines
3.8 KiB
JSON
{
|
|
"locale": "es",
|
|
"Pagination": {
|
|
"items_per_page": "/ página",
|
|
"jump_to": "Ir a",
|
|
"jump_to_confirm": "confirmar",
|
|
"page": "",
|
|
"prev_page": "Página anterior",
|
|
"next_page": "Página siguiente",
|
|
"prev_5": "5 páginas previas",
|
|
"next_5": "5 páginas siguientes",
|
|
"prev_3": "3 páginas previas",
|
|
"next_3": "3 páginas siguientes"
|
|
},
|
|
"DatePicker": {
|
|
"lang": {
|
|
"placeholder": "Seleccionar fecha",
|
|
"rangePlaceholder": [ "Fecha inicial", "Fecha final" ],
|
|
"locale": "es_ES",
|
|
"today": "Hoy",
|
|
"now": "Ahora",
|
|
"backToToday": "Volver a hoy",
|
|
"ok": "Aceptar",
|
|
"clear": "Limpiar",
|
|
"month": "Mes",
|
|
"year": "Año",
|
|
"timeSelect": "Seleccionar hora",
|
|
"dateSelect": "Seleccionar fecha",
|
|
"monthSelect": "Elegir un mes",
|
|
"yearSelect": "Elegir un año",
|
|
"decadeSelect": "Elegir una década",
|
|
"yearFormat": "yyyy",
|
|
"dateFormat": "d/M/yyyy",
|
|
"dayFormat": "d",
|
|
"dateTimeFormat": "d/M/yyyy HH:mm:ss",
|
|
"monthBeforeYear": true,
|
|
"previousMonth": "Mes anterior (PageUp)",
|
|
"nextMonth": "Mes siguiente (PageDown)",
|
|
"previousYear": "Año anterior (Control + left)",
|
|
"nextYear": "Año siguiente (Control + right)",
|
|
"previousDecade": "Década anterior",
|
|
"nextDecade": "Década siguiente",
|
|
"previousCentury": "Siglo anterior",
|
|
"nextCentury": "Siglo siguiente"
|
|
},
|
|
"timePickerLocale": {
|
|
"placeholder": "Seleccionar hora"
|
|
}
|
|
},
|
|
"TimePicker": {
|
|
"placeholder": "Seleccionar hora"
|
|
},
|
|
"Calendar": {
|
|
"lang": {
|
|
"placeholder": "Seleccionar fecha",
|
|
"rangePlaceholder": [ "Fecha inicial", "Fecha final" ],
|
|
"locale": "es_ES",
|
|
"today": "Hoy",
|
|
"now": "Ahora",
|
|
"backToToday": "Volver a hoy",
|
|
"ok": "Aceptar",
|
|
"clear": "Limpiar",
|
|
"month": "Mes",
|
|
"year": "Año",
|
|
"timeSelect": "Seleccionar hora",
|
|
"dateSelect": "Seleccionar fecha",
|
|
"monthSelect": "Elegir un mes",
|
|
"yearSelect": "Elegir un año",
|
|
"decadeSelect": "Elegir una década",
|
|
"yearFormat": "yyyy",
|
|
"dateFormat": "d/M/yyyy",
|
|
"dayFormat": "d",
|
|
"dateTimeFormat": "d/M/yyyy HH:mm:ss",
|
|
"monthBeforeYear": true,
|
|
"previousMonth": "Mes anterior (PageUp)",
|
|
"nextMonth": "Mes siguiente (PageDown)",
|
|
"previousYear": "Año anterior (Control + left)",
|
|
"nextYear": "Año siguiente (Control + right)",
|
|
"previousDecade": "Década anterior",
|
|
"nextDecade": "Década siguiente",
|
|
"previousCentury": "Siglo anterior",
|
|
"nextCentury": "Siglo siguiente"
|
|
},
|
|
"timePickerLocale": {
|
|
"placeholder": "Seleccionar hora"
|
|
}
|
|
},
|
|
"global": {
|
|
"placeholder": "Seleccione"
|
|
},
|
|
"Table": {
|
|
"filterTitle": "Filtrar menú",
|
|
"filterConfirm": "Aceptar",
|
|
"filterReset": "Reiniciar",
|
|
"selectAll": "Seleccionar todo",
|
|
"selectInvert": "Invertir selección",
|
|
"sortTitle": "Ordenar"
|
|
},
|
|
"Modal": {
|
|
"okText": "Aceptar",
|
|
"cancelText": "Cancelar"
|
|
},
|
|
"Confirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel",
|
|
"yesText": "Sí",
|
|
"noText": "No",
|
|
"retryText": "Volver",
|
|
"abortText": "Suspensión",
|
|
"ignoreText": "Ignorar"
|
|
},
|
|
"Popconfirm": {
|
|
"okText": "Aceptar",
|
|
"cancelText": "Cancelar"
|
|
},
|
|
"Transfer": {
|
|
"searchPlaceholder": "Buscar aquí",
|
|
"itemUnit": "elemento",
|
|
"itemsUnit": "elementos"
|
|
},
|
|
"Upload": {
|
|
"uploading": "Subiendo...",
|
|
"removeFile": "Eliminar archivo",
|
|
"uploadError": "Error al subir el archivo",
|
|
"previewFile": "Vista previa",
|
|
"downloadFile": "Descargar archivo"
|
|
},
|
|
"Empty": {
|
|
"description": "No hay datos"
|
|
},
|
|
"Icon": {
|
|
"icon": "ícono"
|
|
},
|
|
"Text": {
|
|
"edit": "editar",
|
|
"copy": "copiar",
|
|
"copied": "copiado",
|
|
"expand": "expandir"
|
|
},
|
|
"PageHeader": {
|
|
"back": "volver"
|
|
}
|
|
} |