127 lines
3.4 KiB
JavaScript
Raw Normal View History

2024-01-29 09:26:07 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const zhTW = {
name: 'zh-TW',
global: {
undo: '復原',
redo: '重做',
confirm: '確定',
clear: '清除'
},
Popconfirm: {
positiveText: '確定',
negativeText: '取消'
},
Cascader: {
placeholder: '請選擇',
loading: '載入中',
loadingRequiredMessage: (label) => `載入全部 ${label} 的子節點後才可選擇`
},
Time: {
dateFormat: 'yyyy-MM-dd',
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss'
},
DatePicker: {
yearFormat: 'yyyy 年',
monthFormat: 'MMM',
dayFormat: 'eeeeee',
yearTypeFormat: 'yyyy',
monthTypeFormat: 'yyyy-MM',
dateFormat: 'yyyy-MM-dd',
dateTimeFormat: 'yyyy-MM-dd HH:mm:ss',
quarterFormat: 'yyyy-qqq',
weekFormat: 'yyyy-w',
clear: '清除',
now: '現在',
confirm: '確定',
selectTime: '選擇時間',
selectDate: '選擇日期',
datePlaceholder: '選擇日期',
datetimePlaceholder: '選擇日期時間',
monthPlaceholder: '選擇月份',
yearPlaceholder: '選擇年份',
quarterPlaceholder: '選擇季度',
weekPlaceholder: 'Select Week',
startDatePlaceholder: '開始日期',
endDatePlaceholder: '結束日期',
startDatetimePlaceholder: '開始日期時間',
endDatetimePlaceholder: '結束日期時間',
startMonthPlaceholder: '開始月份',
endMonthPlaceholder: '結束月份',
monthBeforeYear: false,
firstDayOfWeek: 0,
today: '今天'
},
DataTable: {
checkTableAll: '選擇全部表格資料',
uncheckTableAll: '取消選擇全部表格資料',
confirm: '確定',
clear: '重設'
},
LegacyTransfer: {
sourceTitle: '來源',
targetTitle: '目標'
},
Transfer: {
selectAll: '全選',
unselectAll: '取消全選',
clearAll: '清除全部',
total: (num) => `${num}`,
selected: (num) => `已選 ${num}`
},
Empty: {
description: '無資料'
},
Select: {
placeholder: '請選擇'
},
TimePicker: {
placeholder: '請選擇時間',
positiveText: '確定',
negativeText: '取消',
now: '現在',
clear: '清除'
},
Pagination: {
goto: '跳至',
selectionSuffix: '頁'
},
DynamicTags: {
add: '新增'
},
Log: {
loading: '載入中'
},
Input: {
placeholder: '請輸入'
},
InputNumber: {
placeholder: '請輸入'
},
DynamicInput: {
create: '新增'
},
ThemeEditor: {
title: '主題編輯器',
clearAllVars: '清除全部變數',
clearSearch: '清除搜尋',
filterCompName: '過濾組件名稱',
filterVarName: '過濾變數名稱',
import: '匯入',
export: '匯出',
restore: '恢復預設'
},
Image: {
tipPrevious: '上一張(←)',
tipNext: '下一張(→)',
tipCounterclockwise: '向左旋轉',
tipClockwise: '向右旋轉',
tipZoomOut: '縮小',
tipZoomIn: '放大',
tipDownload: '下載',
tipClose: '關閉Esc',
tipOriginalSize: '縮放到原始尺寸'
}
};
exports.default = zhTW;