ant-design-blazor/components/locales/zh-TW.json
Andrzej Bakun dcbaecc919 fix(module: date-picker): incorrect date format strings (#1097)
* fix(module:datepicker): incorrect date format strings fix

culture set takes effect
fallback to default local when locale json does not exist

* fix(module:datepicker): do not replace Locale if is set in attribute
2021-02-05 16:50:12 +08:00

121 lines
3.6 KiB
JSON

{
"locale": "zh-tw",
"Pagination": {
"items_per_page": "條/頁",
"jump_to": "跳至",
"jump_to_confirm": "確定",
"page": "頁",
"prev_page": "上一頁",
"next_page": "下一頁",
"prev_5": "向前 5 頁",
"next_5": "向後 5 頁",
"prev_3": "向前 3 頁",
"next_3": "向後 3 頁"
},
"DatePicker": {
"lang": {
"placeholder": "請選擇日期",
"rangePlaceholder": [ "開始日期", "結束日期" ],
"locale": "zh_TW",
"today": "今天",
"now": "此刻",
"backToToday": "返回今天",
"ok": "確定",
"timeSelect": "選擇時間",
"dateSelect": "選擇日期",
"weekSelect": "選擇周",
"clear": "清除",
"month": "月",
"year": "年",
"previousMonth": "上個月 (翻頁上鍵)",
"nextMonth": "下個月 (翻頁下鍵)",
"monthSelect": "選擇月份",
"yearSelect": "選擇年份",
"decadeSelect": "選擇年代",
"yearFormat": "yyyy年",
"dayFormat": "d日",
"dateFormat": "yyyy年M月d日",
"dateTimeFormat": "yyyy年M月d日 HH時mm分ss秒",
"previousYear": "上一年 (Control鍵加左方向鍵)",
"nextYear": "下一年 (Control鍵加右方向鍵)",
"previousDecade": "上一年代",
"nextDecade": "下一年代",
"previousCentury": "上一世紀",
"nextCentury": "下一世紀",
"monthFormat": "M月"
},
"timePickerLocale": { "placeholder": "請選擇時間" }
},
"TimePicker": { "placeholder": "請選擇時間" },
"Calendar": {
"lang": {
"placeholder": "請選擇日期",
"rangePlaceholder": [ "開始日期", "結束日期" ],
"locale": "zh_TW",
"today": "今天",
"now": "此刻",
"backToToday": "返回今天",
"ok": "確定",
"timeSelect": "選擇時間",
"dateSelect": "選擇日期",
"weekSelect": "選擇周",
"clear": "清除",
"month": "月",
"year": "年",
"previousMonth": "上個月 (翻頁上鍵)",
"nextMonth": "下個月 (翻頁下鍵)",
"monthSelect": "選擇月份",
"yearSelect": "選擇年份",
"decadeSelect": "選擇年代",
"yearFormat": "yyyy年",
"dayFormat": "d日",
"dateFormat": "yyyy年M月d日",
"dateTimeFormat": "yyyy年M月d日 HH時mm分ss秒",
"previousYear": "上一年 (Control鍵加左方向鍵)",
"nextYear": "下一年 (Control鍵加右方向鍵)",
"previousDecade": "上一年代",
"nextDecade": "下一年代",
"previousCentury": "上一世紀",
"nextCentury": "下一世紀"
},
"timePickerLocale": { "placeholder": "請選擇時間" }
},
"Table": {
"filterTitle": "篩選器",
"filterConfirm": "確 定",
"filterReset": "重 置",
"selectAll": "全部選取",
"selectInvert": "反向選取"
},
"Modal": {
"okText": "確 定",
"cancelText": "取 消"
},
"Confirm": {
"okText": "確 定",
"cancelText": "取 消",
"yesText": "是",
"noText": "否",
"retryText": "重 試",
"abortText": "終 止",
"ignoreText": "忽 略"
},
"Popconfirm": {
"okText": "確 定",
"cancelText": "取 消"
},
"Transfer": {
"searchPlaceholder": "搜尋資料",
"itemUnit": "項目",
"itemsUnit": "項目"
},
"Upload": {
"uploading": "正在上傳...",
"removeFile": "刪除檔案",
"uploadError": "上傳失敗",
"previewFile": "檔案預覽",
"downloadFile": "下载文件"
},
"Empty": { "description": "無此資料" },
"PageHeader": { "back": "返回" }
}