@truedat/bg 5.13.6 → 5.13.8
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 +5 -5
- package/src/messages/en.js +1 -0
- package/src/messages/es.js +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truedat/bg",
|
|
3
|
-
"version": "5.13.
|
|
3
|
+
"version": "5.13.8",
|
|
4
4
|
"description": "Truedat Web Business Glossary",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"jsnext:main": "src/index.js",
|
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
]
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@truedat/core": "5.13.
|
|
90
|
-
"@truedat/df": "5.13.
|
|
91
|
-
"@truedat/lm": "5.13.
|
|
89
|
+
"@truedat/core": "5.13.8",
|
|
90
|
+
"@truedat/df": "5.13.8",
|
|
91
|
+
"@truedat/lm": "5.13.8",
|
|
92
92
|
"decode-uri-component": "^0.2.2",
|
|
93
93
|
"file-saver": "^2.0.5",
|
|
94
94
|
"moment": "^2.29.4",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"react-dom": ">= 16.8.6 < 17",
|
|
112
112
|
"semantic-ui-react": ">= 2.0.3 < 2.2"
|
|
113
113
|
},
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "7df525b7a8d6029a2b2878b63e869923d8515622"
|
|
115
115
|
}
|
package/src/messages/en.js
CHANGED
|
@@ -116,6 +116,7 @@ export default {
|
|
|
116
116
|
"concepts.actions.edit": "Edit",
|
|
117
117
|
"concepts.actions.execute": "Execute rules",
|
|
118
118
|
"concepts.actions.publish": "Publish",
|
|
119
|
+
"concepts.actions.restore": "Restore",
|
|
119
120
|
"concepts.actions.reject": "Reject",
|
|
120
121
|
"concepts.actions.send_for_approval": "Send for Approval",
|
|
121
122
|
"concepts.actions.undo_rejection": "Rectify",
|
package/src/messages/es.js
CHANGED
|
@@ -114,6 +114,7 @@ export default {
|
|
|
114
114
|
"concepts.actions.edit": "Editar",
|
|
115
115
|
"concepts.actions.execute": "Ejecutar reglas",
|
|
116
116
|
"concepts.actions.publish": "Publicar",
|
|
117
|
+
"concepts.actions.restore": "Restaurar",
|
|
117
118
|
"concepts.actions.reject": "Rechazar",
|
|
118
119
|
"concepts.actions.send_for_approval": "Solicitar aprobación",
|
|
119
120
|
"concepts.actions.undo_rejection": "Corregir",
|