mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-02 03:57:38 +08:00
1bdece0ea8
* feat(module: modal): add Modal locale * feat(module: confirm): locale support for zh-cn, en-us * docs: add the demo of override locale's custom text * feat: locale's json files add confirm configuration * fix: custom ButtonProps override Button[1,2,3]Text or OK(Cancel)Text * docs: using InvokeAsync to invoke StateHasChanged * docs(module: modal): add override locale de
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"
|
|
}
|
|
} |