@truedat/audit 5.0.0 → 5.0.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/CHANGELOG.md +6 -0
- package/package.json +5 -5
- package/src/messages/en.js +5 -4
- package/src/messages/es.js +6 -4
- package/src/subscriptionConstants.js +1 -0
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/audit",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Truedat Web Audit Module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@testing-library/jest-dom": "^5.16.5",
|
|
35
35
|
"@testing-library/react": "^12.0.0",
|
|
36
36
|
"@testing-library/user-event": "^13.2.1",
|
|
37
|
-
"@truedat/test": "5.0.
|
|
37
|
+
"@truedat/test": "5.0.2",
|
|
38
38
|
"babel-jest": "^28.1.0",
|
|
39
39
|
"babel-plugin-dynamic-import-node": "^2.3.3",
|
|
40
40
|
"babel-plugin-lodash": "^3.3.4",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
]
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@truedat/auth": "5.0.
|
|
88
|
-
"@truedat/core": "5.0.
|
|
87
|
+
"@truedat/auth": "5.0.2",
|
|
88
|
+
"@truedat/core": "5.0.2",
|
|
89
89
|
"moment": "^2.29.4",
|
|
90
90
|
"path-to-regexp": "^1.7.0",
|
|
91
91
|
"prop-types": "^15.8.1",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"react-dom": ">= 16.8.6 < 17",
|
|
108
108
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "627767d6f31541ef09a077d7e535fb488a05700c"
|
|
111
111
|
}
|
package/src/messages/en.js
CHANGED
|
@@ -126,6 +126,7 @@ export default {
|
|
|
126
126
|
"Structure Note pending to approval",
|
|
127
127
|
"subscriptions.events.structure_note_published": "Structure Note published",
|
|
128
128
|
"subscriptions.events.structure_note_rejected": "Structure Note rejected",
|
|
129
|
+
"subscriptions.events.structure_note_updated": "Structure Note updated",
|
|
129
130
|
"subscriptions.events.structure_note_versioned": "Structure Note versioned",
|
|
130
131
|
|
|
131
132
|
"subscriptions.events.structure_tag_linked": "Structure tag linked",
|
|
@@ -153,11 +154,11 @@ export default {
|
|
|
153
154
|
"subscriptions.actions.create": "New Subscription",
|
|
154
155
|
"subscriptions.actions.edit": "Edit Subscription",
|
|
155
156
|
"subscriptions.selectFilters": "Filters to subscription",
|
|
156
|
-
"subscription.actions.remove": "Delete
|
|
157
|
-
"subscription.actions.delete.confirmation.header": "Delete
|
|
157
|
+
"subscription.actions.remove": "Delete subscription",
|
|
158
|
+
"subscription.actions.delete.confirmation.header": "Delete subscription",
|
|
158
159
|
"subscription.actions.delete.confirmation.content":
|
|
159
|
-
"Are you sure to delete this
|
|
160
|
-
"subscription.actions.edit": "Edit
|
|
160
|
+
"Are you sure to delete this subscription?",
|
|
161
|
+
"subscription.actions.edit": "Edit subscription",
|
|
161
162
|
|
|
162
163
|
"subscription.subscriber_type.user": "User",
|
|
163
164
|
"subscription.subscriber_type.role": "Role",
|
package/src/messages/es.js
CHANGED
|
@@ -139,6 +139,8 @@ export default {
|
|
|
139
139
|
"Nota de estructura publicada",
|
|
140
140
|
"subscriptions.events.structure_note_rejected":
|
|
141
141
|
"Nota de estructura rechazada",
|
|
142
|
+
"subscriptions.events.structure_note_updated":
|
|
143
|
+
"Nota de estructura modificada",
|
|
142
144
|
"subscriptions.events.structure_note_versioned":
|
|
143
145
|
"Nota de estructura versionada",
|
|
144
146
|
|
|
@@ -165,11 +167,11 @@ export default {
|
|
|
165
167
|
"subscriptions.actions.create": "Nueva Suscripción",
|
|
166
168
|
"subscriptions.actions.edit": "Editar Suscripción",
|
|
167
169
|
"subscriptions.selectFilters": "Filtros de la subscripción",
|
|
168
|
-
"subscription.actions.remove": "
|
|
169
|
-
"subscription.actions.delete.confirmation.header": "
|
|
170
|
+
"subscription.actions.remove": "Eliminar subscripción",
|
|
171
|
+
"subscription.actions.delete.confirmation.header": "Eliminar subscripción",
|
|
170
172
|
"subscription.actions.delete.confirmation.content":
|
|
171
|
-
"¿Estás seguro de que quieres eliminar esta
|
|
172
|
-
"subscription.actions.edit": "Editar
|
|
173
|
+
"¿Estás seguro de que quieres eliminar esta subscripción?",
|
|
174
|
+
"subscription.actions.edit": "Editar subscripción",
|
|
173
175
|
|
|
174
176
|
"subscription.subscriber_type.user": "Usuario",
|
|
175
177
|
"subscription.subscriber_type.role": "Rol",
|