ant-design-blazor/components/locales/zh-TW.json

121 lines
3.6 KiB
JSON
Raw Normal View History

{
"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": "上一世紀",
feat(module: date-picker): support localization (#803) * 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.
2020-11-25 11:08:12 +08:00
"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": "返回" }
}