mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-05 05:27:37 +08:00
5809c80011
* start trying to add a different first day of the week based on localization. * add first day of week parameter and get weekday local from .net * fix some issues * extend demo * remove no longed needed Locale parameter * fix range for selection * add german localization * add entry for API section * remove obsolet things from the react ant documentation * add description to chart documentation * translate general configuration to english. * code cleanup * use LocalProvider to get first day of week. * use localeprovider instead of date picker localization * remove no longer used parameter * delete no longer used interface * change from enum to string due to parsing issue. * add missing formats and use culture info from localprovider * correct locales * us Sunday as a default * remove no longer used culture info parameter * adjust locales * add parameter for Locale instead of directly accessing it. * add inheritance to access locale * typo * readd culture info parameter * fixes for locale jsons * adjust demo and api * small adjustments on docs, set monday in chinese as first day of the week. * use locale in calendar as well. * adjust docs * use enum * adjust demo * adjust for different starting date. * add defaults for DatePickerLocale * add short week days to locale files * use days from locale file * code cleanup use consts instead of magic numbers, add code comment and use dayOfWeek As param instead of the whole locale object. Remove no longed used method. * not sure about the chinese translation so I remove them * Revert "not sure about the chinese translation so I remove them" This reverts commit 54017513c7b684494cf06184b4051a4dcfc43850.
215 lines
7.0 KiB
JSON
215 lines
7.0 KiB
JSON
{
|
|
"locale": "en",
|
|
"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": "Sunday",
|
|
"lang": {
|
|
"placeholder": "Select date",
|
|
"yearPlaceholder": "Select year",
|
|
"quarterPlaceholder": "Select quarter",
|
|
"monthPlaceholder": "Select month",
|
|
"weekPlaceholder": "Select week",
|
|
"rangePlaceholder": [ "Start date", "End date" ],
|
|
"rangeYearPlaceholder": [ "Start year", "End year" ],
|
|
"rangeMonthPlaceholder": [ "Start month", "End month" ],
|
|
"rangeWeekPlaceholder": [ "Start week", "End week" ],
|
|
"locale": "en_US",
|
|
"today": "Today",
|
|
"now": "Now",
|
|
"backToToday": "Back to today",
|
|
"ok": "Ok",
|
|
"clear": "Clear",
|
|
"month": "Month",
|
|
"year": "Year",
|
|
"timeSelect": "select time",
|
|
"dateSelect": "select date",
|
|
"weekSelect": "Choose a week",
|
|
"monthSelect": "Choose a month",
|
|
"yearSelect": "Choose a year",
|
|
"decadeSelect": "Choose a decade",
|
|
"yearFormat": "yyyy",
|
|
"dateFormat": "yyyy-MM-dd",
|
|
"dayFormat": "D",
|
|
"dateTimeFormat": "yyyy-MM-dd 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": [ "Su", "Mo", "Tu", "We", "Th", "Fr", "Sa" ]
|
|
},
|
|
"timePickerLocale": {
|
|
"placeholder": "Select time",
|
|
"rangePlaceholder": [ "Start time", "End time" ]
|
|
}
|
|
},
|
|
"TimePicker": {
|
|
"placeholder": "Select time",
|
|
"rangePlaceholder": [ "Start time", "End time" ]
|
|
},
|
|
"Calendar": {
|
|
"lang": {
|
|
"placeholder": "Select date",
|
|
"yearPlaceholder": "Select year",
|
|
"quarterPlaceholder": "Select quarter",
|
|
"monthPlaceholder": "Select month",
|
|
"weekPlaceholder": "Select week",
|
|
"rangePlaceholder": [ "Start date", "End date" ],
|
|
"rangeYearPlaceholder": [ "Start year", "End year" ],
|
|
"rangeMonthPlaceholder": [ "Start month", "End month" ],
|
|
"rangeWeekPlaceholder": [ "Start week", "End week" ],
|
|
"locale": "en_US",
|
|
"today": "Today",
|
|
"now": "Now",
|
|
"backToToday": "Back to today",
|
|
"ok": "Ok",
|
|
"clear": "Clear",
|
|
"month": "Month",
|
|
"year": "Year",
|
|
"timeSelect": "select time",
|
|
"dateSelect": "select date",
|
|
"weekSelect": "Choose a week",
|
|
"monthSelect": "Choose a month",
|
|
"yearSelect": "Choose a year",
|
|
"decadeSelect": "Choose a decade",
|
|
"yearFormat": "YYYY",
|
|
"dateFormat": "M/D/YYYY",
|
|
"dayFormat": "D",
|
|
"dateTimeFormat": "M/D/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",
|
|
"rangePlaceholder": [ "Start time", "End time" ]
|
|
}
|
|
},
|
|
"global": { "placeholder": "Please select" },
|
|
"Table": {
|
|
"filterTitle": "Filter menu",
|
|
"filterConfirm": "OK",
|
|
"filterReset": "Reset",
|
|
"selectAll": "Select current page",
|
|
"selectInvert": "Invert current page",
|
|
"selectionAll": "Select all data",
|
|
"sortTitle": "Sort",
|
|
"expand": "Expand row",
|
|
"collapse": "Collapse row",
|
|
"triggerDesc": "Click sort by descend",
|
|
"triggerAsc": "Click sort by ascend",
|
|
"cancelSort": "Click to cancel sort"
|
|
},
|
|
"Modal": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel",
|
|
"justOkText": "OK"
|
|
},
|
|
"Popconfirm": {
|
|
"okText": "OK",
|
|
"cancelText": "Cancel"
|
|
},
|
|
"Transfer": {
|
|
"titles": [ "", "" ],
|
|
"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" },
|
|
"Icon": { "icon": "icon" },
|
|
"Text": {
|
|
"edit": "Edit",
|
|
"copy": "Copy",
|
|
"copied": "Copied",
|
|
"expand": "Expand"
|
|
},
|
|
"PageHeader": { "back": "Back" },
|
|
"Form": {
|
|
"defaultValidateMessages": {
|
|
"default": "Field validation error ${label}",
|
|
"required": "Please enter ${label}",
|
|
"enum": "${label} must be one of [${enum}]",
|
|
"whitespace": "${label} cannot be a blank character",
|
|
"date": {
|
|
"format": "${label} date format is invalid",
|
|
"parse": "${label} cannot be converted to a date",
|
|
"invalid": "${label} is an invalid date"
|
|
},
|
|
"types": {
|
|
"string": "${label} is not a valid ${type}",
|
|
"method": "${label} is not a valid ${type}",
|
|
"array": "${label} is not a valid ${type}",
|
|
"object": "${label} is not a valid ${type}",
|
|
"number": "${label} is not a valid ${type}",
|
|
"date": "${label} is not a valid ${type}",
|
|
"boolean": "${label} is not a valid ${type}",
|
|
"integer": "${label} is not a valid ${type}",
|
|
"float": "${label} is not a valid ${type}",
|
|
"regexp": "${label} is not a valid ${type}",
|
|
"email": "${label} is not a valid ${type}",
|
|
"url": "${label} is not a valid ${type}",
|
|
"hex": "${label} is not a valid ${type}"
|
|
},
|
|
"string": {
|
|
"len": "${label} must be ${len} characters",
|
|
"min": "${label} at least ${min} characters",
|
|
"max": "${label} up to ${max} characters",
|
|
"range": "${label} must be between ${min}-${max} characters"
|
|
},
|
|
"number": {
|
|
"len": "${label} must be equal to ${len}",
|
|
"min": "${label} minimum value is ${min}",
|
|
"max": "${label} maximum value is ${max}",
|
|
"range": "${label} must be between ${min}-${max}"
|
|
},
|
|
"array": {
|
|
"len": "Must be ${len} ${label}",
|
|
"min": "At least ${min} ${label}",
|
|
"max": "At most ${max} ${label}",
|
|
"range": "The amount of ${label} must be between ${min}-${max}"
|
|
},
|
|
"pattern": { "mismatch": "${label} does not match the pattern ${pattern}" }
|
|
}
|
|
}
|
|
} |