添加前端国际化框架

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,11 @@
export default {
'customPolicy': {
'title': '自定义策略',
'unit_code': '策略编号',
'unit_name': '策略名称'
},
'msg': {
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
}
}