kui-vue
Version:
A lightweight desktop UI component library suitable for Vue.js 2.
58 lines (57 loc) • 1.29 kB
JavaScript
export default {
name: "zh-tw",
k: {
datePicker: {
year: "年",
month: "月",
selectYear: "請選擇年",
selectMonth: "請選擇月",
selectDate: "請選擇日期",
selectTime: "選擇時間",
startDate: "開始日期",
endDate: "結束日期",
today: "今天",
now: "此刻",
ok: "確定",
back: "返回",
},
form: {
required: "請輸入 {label}",
email: "請輸入有效的電子郵件地址",
phone: "請輸入有效的手機號碼",
number: "請輸入有效的數字",
num_min: "數值不能小於 {min}",
num_max: "數值不能大於 {max}",
},
empty: {
description: "暫無數據",
},
common: {
ok: "確定",
cancel: "取消",
},
page: {
page: "頁",
pageSize: "條/頁",
goto: "跳至",
items: "條數據",
total: "共",
},
select: {
placeholder: "請選擇",
loading: "加載中…",
emptyText: "暫無數據",
},
table: {
emptyText: "暫無數據",
},
upload: {
successful: "上傳成功",
failed: "上傳失敗",
errorFileSize: "檔案尺寸不合法",
},
image: {
preview: "預覽",
},
},
};