@drax/audit-front 0.51.0 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
- package/src/i18n/Audit-i18n.ts +9 -10
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "
|
|
7
|
+
"version": "1.2.2",
|
|
8
8
|
"main": "./src/index.ts",
|
|
9
9
|
"module": "./src/index.ts",
|
|
10
10
|
"types": "./src/index.ts",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"tsc": "vue-tsc"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@drax/audit-share": "^0.
|
|
23
|
-
"@drax/common-front": "^0.
|
|
22
|
+
"@drax/audit-share": "^1.0.0",
|
|
23
|
+
"@drax/common-front": "^1.0.0",
|
|
24
24
|
"deepmerge": "^4.3.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"vite": "^5.1.5",
|
|
31
31
|
"vue-tsc": "^2.0.6"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "38ce26ae2944dabdafaad74a37be3d3d360015c2"
|
|
34
34
|
}
|
package/src/i18n/Audit-i18n.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
const messages = {
|
|
2
2
|
en: {
|
|
3
|
-
|
|
4
3
|
audit: {
|
|
5
4
|
entity: 'Audit',
|
|
6
5
|
menu: 'Audit',
|
|
@@ -40,10 +39,10 @@ const messages = {
|
|
|
40
39
|
},
|
|
41
40
|
es: {
|
|
42
41
|
audit: {
|
|
43
|
-
entity: '
|
|
44
|
-
menu: '
|
|
45
|
-
crud: 'Gestionar
|
|
46
|
-
dashboard: '
|
|
42
|
+
entity: 'Auditoria',
|
|
43
|
+
menu: 'Auditoria',
|
|
44
|
+
crud: 'Gestionar Auditoria',
|
|
45
|
+
dashboard: 'Auditoria Dashboard',
|
|
47
46
|
field: {
|
|
48
47
|
_id: '_id',
|
|
49
48
|
entity: 'Entidad',
|
|
@@ -69,11 +68,11 @@ const messages = {
|
|
|
69
68
|
}
|
|
70
69
|
},
|
|
71
70
|
permission: {
|
|
72
|
-
'audit:view': 'Ver
|
|
73
|
-
'audit:create': 'Crear
|
|
74
|
-
'audit:update': 'Editar
|
|
75
|
-
'audit:delete': 'Eliminar
|
|
76
|
-
'audit:manage': 'Gestionar
|
|
71
|
+
'audit:view': 'Ver Auditoria',
|
|
72
|
+
'audit:create': 'Crear Auditoria',
|
|
73
|
+
'audit:update': 'Editar Auditoria',
|
|
74
|
+
'audit:delete': 'Eliminar Auditoria',
|
|
75
|
+
'audit:manage': 'Gestionar Auditoria',
|
|
77
76
|
}
|
|
78
77
|
}
|
|
79
78
|
}
|