(page): i18n support

This commit is contained in:
就眠儀式
2022-10-22 19:09:41 +08:00
parent e51ce78db5
commit e579bf774f
12 changed files with 112 additions and 29 deletions

View File

@@ -3,7 +3,34 @@ export default {
placeholder: "please input",
},
page: {
prev: "prev",
previous: "previous",
next: "next",
goTo: "Go to",
confirm: "confirm",
page: "page",
item: "item",
total: "Total"
},
datePicker: {
year: "year",
month: "month",
sunday: "SU",
monday: "MO",
tuesday: "TU",
wednesday: "WE",
thursday: "TH",
friday: "FR",
saturday: "SA",
selectDate: "select date",
selectTime: "select time",
selectYear: "select year",
selectMonth: "select month",
clear: "clear",
confirm: "confirm",
cancel: "cancel",
now: "now"
},
empty: {
description: "No data"
}
};

View File

@@ -3,7 +3,34 @@ export default {
placeholder: "请输入",
},
page: {
prev: "上一页",
previous: "上一页",
next: "下一页",
goTo: "到第",
confirm: "确认",
page: "页",
item: "条",
total: "共"
},
datePicker: {
year: "年",
month: "月",
sunday: "日",
monday: "一",
tuesday: "二",
wednesday: "三",
thursday: "四",
friday: "五",
saturday: "六",
selectDate: "选择日期",
selectTime: "选择时间",
selectYear: "选择年份",
selectMonth: "选择月份",
clear: "清空",
confirm: "确认",
cancel: "取消",
now: "现在"
},
empty: {
description: "无数据"
}
};