You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lang/en.js
+7-1
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ export default {
6
6
guide: 'Guide',
7
7
permission: 'Permission',
8
8
pagePermission: 'Page Permission',
9
+
rolePermission: 'Role Permission',
9
10
directivePermission: 'Directive Permission',
10
11
icons: 'Icons',
11
12
components: 'Components',
@@ -86,9 +87,14 @@ export default {
86
87
github: 'Github Repository'
87
88
},
88
89
permission: {
90
+
addRole: 'New Role',
91
+
editPermission: 'Edit Permission',
89
92
roles: 'Your roles',
90
93
switchRoles: 'Switch roles',
91
-
tips: 'In some cases it is not suitable to use v-permission, such as element Tab component or el-table-column and other asynchronous rendering dom cases which can only be achieved by manually setting the v-if.'
94
+
tips: 'In some cases it is not suitable to use v-permission, such as element Tab component or el-table-column and other asynchronous rendering dom cases which can only be achieved by manually setting the v-if.',
95
+
delete: 'Delete',
96
+
confirm: 'Confirm',
97
+
cancel: 'Cancel'
92
98
},
93
99
guide: {
94
100
description: 'The guide page is useful for some people who entered the project for the first time. You can briefly introduce the features of the project. Demo is based on ',
Copy file name to clipboardExpand all lines: src/lang/es.js
+7-1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ export default {
5
5
documentation: 'Documentación',
6
6
guide: 'Guía',
7
7
permission: 'Permisos',
8
+
rolePermission: 'Permisos de rol',
8
9
pagePermission: 'Permisos de la página',
9
10
directivePermission: 'Permisos de la directiva',
10
11
icons: 'Iconos',
@@ -86,9 +87,14 @@ export default {
86
87
github: 'Repositorio Github'
87
88
},
88
89
permission: {
90
+
addRole: 'Nuevo rol',
91
+
editPermission: 'Permiso de edición',
89
92
roles: 'Tus permisos',
90
93
switchRoles: 'Cambiar permisos',
91
-
tips: 'In some cases it is not suitable to use v-permission, such as element Tab component or el-table-column and other asynchronous rendering dom cases which can only be achieved by manually setting the v-if.'
94
+
tips: 'In some cases it is not suitable to use v-permission, such as element Tab component or el-table-column and other asynchronous rendering dom cases which can only be achieved by manually setting the v-if.',
95
+
delete: 'Borrar',
96
+
confirm: 'Confirmar',
97
+
cancel: 'Cancelar'
92
98
},
93
99
guide: {
94
100
description: 'The guide page is useful for some people who entered the project for the first time. You can briefly introduce the features of the project. Demo is based on ',
0 commit comments