mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 11:40:04 +08:00
e7f5030f2b
* 修复AutoComplete组件allowClear属性的说明有歧义的问题 * fix: change Ok to OK * update jest snapshot Co-authored-by: chj_damon <chjdamon@gmail.com>
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"lang": {
|
|
"locale": "en_US",
|
|
"placeholder": "Select date",
|
|
"rangePlaceholder": ["Start date", "End date"],
|
|
"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": "M/D/YYYY",
|
|
"dayFormat": "D",
|
|
"dateTimeFormat": "M/D/YYYY HH:mm:ss",
|
|
"monthFormat": "MMMM",
|
|
"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"
|
|
},
|
|
"dateFormat": "YYYY-MM-DD",
|
|
"dateTimeFormat": "YYYY-MM-DD HH:mm:ss",
|
|
"weekFormat": "YYYY-wo",
|
|
"monthFormat": "YYYY-MM"
|
|
}
|