first commit

This commit is contained in:
2026-03-03 19:33:16 +08:00
commit 7d333f219f
904 changed files with 72462 additions and 0 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!'
}
}

View File

@@ -0,0 +1,13 @@
export default {
'address': {
'title': 'Địa chỉ WMS',
'methods_code': 'Mã hóa phương pháp',
'methods_name': 'Tên phương thức',
'methods_url': 'Địa chỉ yêu cầu',
'remark': 'Ghi chú'
},
'msg': {
'delete_msg': 'Có xác định xóa bỏ không, nếu có các nút cấp dưới thì xóa cùng một, hành động này không thể hủy bỏ!'
}
}

View File

@@ -0,0 +1,13 @@
export default {
'address': {
'title': 'wms地址',
'methods_code': '方法编码',
'methods_name': '方法名称',
'methods_url': '请求地址',
'remark': '备注'
},
'msg': {
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}