feat: 业务功能前端国际化

This commit is contained in:
2024-04-16 13:53:43 +08:00
parent 67ae97d6da
commit eb08f3f43f
43 changed files with 1387 additions and 304 deletions

View File

@@ -23,8 +23,7 @@ export default {
'msg': {
'tip1': 'Are you sure to delete it? If there are lower-level nodes, delete them together. This operation cannot be undone!',
'tip2': 'The upper department cannot be empty',
'tip3.1': 'This operation will',
'tip3.2': 'department, Do you want to continue?'
'tip3': 'This operation will {display_name} {name} department, Do you want to continue?'
},
'rules': {
'r1': 'Please enter name',

View File

@@ -23,8 +23,7 @@ export default {
'msg': {
'tip1': 'Apakah Anda yakin untuk menghapus? Jika ada node bawahan, node tersebut juga akan dihapus. Operasi ini tidak dapat dibatalkan!',
'tip2': 'Departemen induk tidak boleh kosong',
'tip3.1': 'Operasi ini akan terjadi',
'tip3.2': 'departemen, Apakah akan melanjutkan?'
'tip3': 'Operasi ini untuk departemen {display_name} {name}, apakah Anda ingin melanjutkan?'
},
'rules': {
'r1': 'Silakan masukkan nama',

View File

@@ -23,8 +23,7 @@ export default {
'msg': {
'tip1': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!',
'tip2': '上级部门不能为空',
'tip3.1': '此操作将',
'tip3.2': '部门, 是否继续?'
'tip3': '此操作将{display_name} {name} 部门, 是否继续?'
},
'rules': {
'r1': '请输入名称',