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
125 lines
3.5 KiB
JSON
125 lines
3.5 KiB
JSON
{
|
|
"locale": "ca",
|
|
"Pagination": {
|
|
"items_per_page": "/ pàgina",
|
|
"jump_to": "Anar a",
|
|
"jump_to_confirm": "Confirma",
|
|
"page": "",
|
|
"prev_page": "Pàgina prèvia",
|
|
"next_page": "Pàgina següent",
|
|
"prev_5": "5 pàgines prèvies",
|
|
"next_5": "5 pàgines següents",
|
|
"prev_3": "3 pàgines prèvies",
|
|
"next_3": "3 pàgines següents"
|
|
},
|
|
"DatePicker": {
|
|
"lang": {
|
|
"placeholder": "Seleccionar data",
|
|
"rangePlaceholder": [ "Data inicial", "Data final" ],
|
|
"locale": "ca_ES",
|
|
"today": "Avui",
|
|
"now": "Ara",
|
|
"backToToday": "Tornar a avui",
|
|
"ok": "Acceptar",
|
|
"clear": "Netejar",
|
|
"month": "Mes",
|
|
"year": "Any",
|
|
"timeSelect": "Seleccionar hora",
|
|
"dateSelect": "Seleccionar data",
|
|
"monthSelect": "Escollir un mes",
|
|
"yearSelect": "Escollir un any",
|
|
"decadeSelect": "Escollir 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 següent (PageDown)",
|
|
"previousYear": "Any anterior (Control + left)",
|
|
"nextYear": "Mes següent (Control + right)",
|
|
"previousDecade": "Dècada anterior",
|
|
"nextDecade": "Dècada següent",
|
|
"previousCentury": "Segle anterior",
|
|
"nextCentury": "Segle següent"
|
|
},
|
|
"timePickerLocale": {
|
|
"placeholder": "Seleccionar hora"
|
|
}
|
|
},
|
|
"TimePicker": {
|
|
"placeholder": "Seleccionar hora"
|
|
},
|
|
"Calendar": {
|
|
"lang": {
|
|
"placeholder": "Seleccionar data",
|
|
"rangePlaceholder": [ "Data inicial", "Data final" ],
|
|
"locale": "ca_ES",
|
|
"today": "Avui",
|
|
"now": "Ara",
|
|
"backToToday": "Tornar a avui",
|
|
"ok": "Acceptar",
|
|
"clear": "Netejar",
|
|
"month": "Mes",
|
|
"year": "Any",
|
|
"timeSelect": "Seleccionar hora",
|
|
"dateSelect": "Seleccionar data",
|
|
"monthSelect": "Escollir un mes",
|
|
"yearSelect": "Escollir un any",
|
|
"decadeSelect": "Escollir 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 següent (PageDown)",
|
|
"previousYear": "Any anterior (Control + left)",
|
|
"nextYear": "Mes següent (Control + right)",
|
|
"previousDecade": "Dècada anterior",
|
|
"nextDecade": "Dècada següent",
|
|
"previousCentury": "Segle anterior",
|
|
"nextCentury": "Segle següent"
|
|
},
|
|
"timePickerLocale": {
|
|
"placeholder": "Seleccionar hora"
|
|
}
|
|
},
|
|
"Table": {
|
|
"filterTitle": "Filtrar Menu",
|
|
"filterConfirm": "OK",
|
|
"filterReset": "Restablir"
|
|
},
|
|
"Modal": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel·lar"
|
|
},
|
|
"Confirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel·lar",
|
|
"yesText": "Sí",
|
|
"noText": "No",
|
|
"retryText": "Intentar de nou",
|
|
"abortText": "Abortar",
|
|
"ignoreText": "Ignorar"
|
|
},
|
|
"Popconfirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel·lar"
|
|
},
|
|
"Transfer": {
|
|
"searchPlaceholder": "Cercar aquí",
|
|
"itemUnit": "item",
|
|
"itemsUnit": "items"
|
|
},
|
|
"Upload": {
|
|
"uploading": "Carregant...",
|
|
"removeFile": "Elimina el fitxer",
|
|
"uploadError": "Error de càrrega",
|
|
"previewFile": "Vista prèvia del fitxer",
|
|
"downloadFile": "Descarrega l'arxiu"
|
|
},
|
|
"Empty": {
|
|
"description": "Sense dades"
|
|
}
|
|
} |