添加前端国际化框架

This commit is contained in:
2024-12-18 16:41:06 +08:00
parent 41b9914090
commit 219108b6bd
351 changed files with 25091 additions and 840 deletions

View File

@@ -0,0 +1,12 @@
export default {
'address': {
'title': 'Wms Address',
'methods_code': 'Methods Code',
'methods_name': 'Methods Name',
'methods_url': 'Methods Url',
'remark': 'Remark'
},
'msg': {
'delete_msg': 'If There Are Subordinate Nodes, Delete Them Together, And This Operation Cannot Be Undone!'
}
}