mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-03 12:37:40 +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
134 lines
3.8 KiB
JSON
134 lines
3.8 KiB
JSON
{
|
|
"locale": "en-gb",
|
|
"Pagination": {
|
|
"items_per_page": "/ page",
|
|
"jump_to": "Go to",
|
|
"jump_to_confirm": "confirm",
|
|
"page": "",
|
|
"prev_page": "Previous Page",
|
|
"next_page": "Next Page",
|
|
"prev_5": "Previous 5 Pages",
|
|
"next_5": "Next 5 Pages",
|
|
"prev_3": "Previous 3 Pages",
|
|
"next_3": "Next 3 Pages"
|
|
},
|
|
"DatePicker": {
|
|
"firstDayOfWeek": "Monday",
|
|
"lang": {
|
|
"placeholder": "Select date",
|
|
"rangePlaceholder": [ "Start date", "End date" ],
|
|
"locale": "en_GB",
|
|
"today": "Today",
|
|
"now": "Now",
|
|
"backToToday": "Back to today",
|
|
"ok": "Ok",
|
|
"clear": "Clear",
|
|
"month": "Month",
|
|
"year": "Year",
|
|
"timeSelect": "Select time",
|
|
"dateSelect": "Select date",
|
|
"monthSelect": "Choose a month",
|
|
"yearSelect": "Choose a year",
|
|
"decadeSelect": "Choose a decade",
|
|
"yearFormat": "yyyy",
|
|
"dateFormat": "d/M/yyyy",
|
|
"dayFormat": "d",
|
|
"dateTimeFormat": "d/M/yyyy HH:mm:ss",
|
|
"monthBeforeYear": true,
|
|
"previousMonth": "Previous month (PageUp)",
|
|
"nextMonth": "Next month (PageDown)",
|
|
"previousYear": "Last year (Control + left)",
|
|
"nextYear": "Next year (Control + right)",
|
|
"previousDecade": "Last decade",
|
|
"nextDecade": "Next decade",
|
|
"previousCentury": "Last century",
|
|
"nextCentury": "Next century",
|
|
"startDate": "Start date",
|
|
"startWeek": "Start week",
|
|
"startMonth": "Start month",
|
|
"startYear": "Start year",
|
|
"startQuarter": "Start quarter",
|
|
"endDate": "End date",
|
|
"endWeek": "End week",
|
|
"endMonth": "End month",
|
|
"endYear": "End year",
|
|
"endQuarter": "End Quarter",
|
|
"quarterSelect": "Select quarter",
|
|
"week": "Week",
|
|
"monthFormat": "MMM",
|
|
"shortWeekDays": [ "Mo", "Tu", "We", "Th", "Fr", "Sa", "Su" ]
|
|
},
|
|
"timePickerLocale": { "placeholder": "Select time" }
|
|
},
|
|
"TimePicker": { "placeholder": "Select time" },
|
|
"Calendar": {
|
|
"lang": {
|
|
"placeholder": "Select date",
|
|
"rangePlaceholder": [ "Start date", "End date" ],
|
|
"locale": "en_GB",
|
|
"today": "Today",
|
|
"now": "Now",
|
|
"backToToday": "Back to today",
|
|
"ok": "Ok",
|
|
"clear": "Clear",
|
|
"month": "Month",
|
|
"year": "Year",
|
|
"timeSelect": "Select time",
|
|
"dateSelect": "Select date",
|
|
"monthSelect": "Choose a month",
|
|
"yearSelect": "Choose a year",
|
|
"decadeSelect": "Choose a decade",
|
|
"yearFormat": "YYYY",
|
|
"dateFormat": "D/M/YYYY",
|
|
"dayFormat": "D",
|
|
"dateTimeFormat": "D/M/YYYY HH:mm:ss",
|
|
"monthBeforeYear": true,
|
|
"previousMonth": "Previous month (PageUp)",
|
|
"nextMonth": "Next month (PageDown)",
|
|
"previousYear": "Last year (Control + left)",
|
|
"nextYear": "Next year (Control + right)",
|
|
"previousDecade": "Last decade",
|
|
"nextDecade": "Next decade",
|
|
"previousCentury": "Last century",
|
|
"nextCentury": "Next century"
|
|
},
|
|
"timePickerLocale": { "placeholder": "Select time" }
|
|
},
|
|
"Table": {
|
|
"filterTitle": "Filter menu",
|
|
"filterConfirm": "OK",
|
|
"filterReset": "Reset",
|
|
"selectAll": "Select current page",
|
|
"selectInvert": "Invert current page"
|
|
},
|
|
"Modal": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel"
|
|
},
|
|
"Confirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel",
|
|
"yesText": "Yes",
|
|
"noText": "No",
|
|
"retryText": "Retry",
|
|
"abortText": "Abort",
|
|
"ignoreText": "Ignore"
|
|
},
|
|
"Popconfirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel"
|
|
},
|
|
"Transfer": {
|
|
"searchPlaceholder": "Search here",
|
|
"itemUnit": "item",
|
|
"itemsUnit": "items"
|
|
},
|
|
"Upload": {
|
|
"uploading": "Uploading...",
|
|
"removeFile": "Remove file",
|
|
"uploadError": "Upload error",
|
|
"previewFile": "Preview file",
|
|
"downloadFile": "Download file"
|
|
},
|
|
"Empty": { "description": "No data" }
|
|
} |