中英文翻译

This commit is contained in:
2025-04-15 19:46:09 +08:00
parent 2ab2d3df93
commit dcfd44da94
12 changed files with 157 additions and 127 deletions

View File

@@ -63,6 +63,12 @@ export default {
month:'Mnth',
day:'Day',
changedSuccessfully:'changed successfully',
PleaseSelectItemsFirstly:'Please select items firstlys'
PleaseSelectItemsFirstly:'Please select items firstlys',
language:'Language',
noData:'No Data',
success:'Success',
copy:'Copy',
deleteText:'Delete',
scqd:'Please confirm the deletion of the delivery note?'
},
};

View File

@@ -15,7 +15,7 @@ export default {
selected: '已选中',
items: '条数据',
proceed: '去查看',
date: '采购日期',
date: '日期',
status: '关闭状态',
unclosed: '未关闭',
partNumber: '物料编码',
@@ -64,6 +64,12 @@ export default {
month:'月',
day:'日',
changedSuccessfully:'修改成功',
PleaseSelectItemsFirstly:'请先选中数据'
PleaseSelectItemsFirstly:'请先选中数据',
language:'语言',
noData:'没有数据',
success:'成功',
copy:'复制',
deleteText:'删除',
scqd:'确定要删除该条送货单?'
},
};