⬇️(vue-i18n): 回退版本

This commit is contained in:
就眠儀式
2022-10-22 19:44:55 +08:00
parent e579bf774f
commit 261853cf00
12 changed files with 55 additions and 42 deletions

View File

@@ -9,7 +9,7 @@ export default {
confirm: "confirm",
page: "page",
item: "item",
total: "Total"
total: "Total",
},
datePicker: {
year: "year",
@@ -28,9 +28,9 @@ export default {
clear: "clear",
confirm: "confirm",
cancel: "cancel",
now: "now"
now: "now",
},
empty: {
description: "No data"
}
description: "No data",
},
};

View File

@@ -9,7 +9,7 @@ export default {
confirm: "确认",
page: "页",
item: "条",
total: "共"
total: "共",
},
datePicker: {
year: "年",
@@ -28,9 +28,9 @@ export default {
clear: "清空",
confirm: "确认",
cancel: "取消",
now: "现在"
now: "现在",
},
empty: {
description: "无数据"
}
description: "无数据",
},
};