@truedat/bg 4.45.0 → 4.45.1

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.45.1] 2022-05-26
4
+
5
+ ### Changed
6
+
7
+ - [TD-4482] i18n messages for `filters.link_tags`
8
+
3
9
  ## [4.44.5] 2022-05-20
4
10
 
5
11
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@truedat/bg",
3
- "version": "4.45.0",
3
+ "version": "4.45.1",
4
4
  "description": "Truedat Web Business Glossary",
5
5
  "sideEffects": false,
6
6
  "jsnext:main": "src/index.js",
@@ -34,7 +34,7 @@
34
34
  "@testing-library/jest-dom": "^5.16.4",
35
35
  "@testing-library/react": "^12.0.0",
36
36
  "@testing-library/user-event": "^13.2.1",
37
- "@truedat/test": "4.45.0",
37
+ "@truedat/test": "4.45.1",
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",
@@ -86,8 +86,8 @@
86
86
  ]
87
87
  },
88
88
  "dependencies": {
89
- "@truedat/core": "4.45.0",
90
- "@truedat/df": "4.45.0",
89
+ "@truedat/core": "4.45.1",
90
+ "@truedat/df": "4.45.1",
91
91
  "file-saver": "^2.0.5",
92
92
  "moment": "^2.24.0",
93
93
  "path-to-regexp": "^1.7.0",
@@ -107,5 +107,5 @@
107
107
  "react-dom": ">= 16.8.6 < 17",
108
108
  "semantic-ui-react": ">= 0.88.2 < 2.1"
109
109
  },
110
- "gitHead": "b8a49c6bae0bbde203dfb4763a5657fc398e3b7a"
110
+ "gitHead": "c13f37ee357bf4a5e8c8c99eb6bd0c798f468c49"
111
111
  }
@@ -245,12 +245,13 @@ export default {
245
245
  "filters._confidential": "Confidential",
246
246
  "filters.domain": "Domain",
247
247
  "filters.filiacion": "Filiacion",
248
- "filters.has_links": "Data fields",
249
- "filters.has_links.false": "Without data fields",
250
- "filters.has_links.true": "With data fields",
251
248
  "filters.has_rules": "Quality Rules",
252
249
  "filters.has_rules.false": "Without quality rules",
253
250
  "filters.has_rules.true": "With quality rules",
251
+ "filters.link_tags": "Data fields",
252
+ "filters.link_tags._none": "Without linked fields",
253
+ "filters.link_tags._tagless": "Default relation",
254
+ "filters.link_tags.business_concept_to_field_master": "Master relation",
254
255
  "filters.shared_to_names": "Shared to",
255
256
  "filters.status": "Status",
256
257
  "filters.taxonomy": "Domain",
@@ -247,12 +247,13 @@ export default {
247
247
  "filters._confidential": "Confidencial",
248
248
  "filters.domain": "Dominio",
249
249
  "filters.filiacion": "Filiacion",
250
- "filters.has_links": "Datos",
251
- "filters.has_links.false": "Sin campos enlazados",
252
- "filters.has_links.true": "Con campos enlazados",
253
250
  "filters.has_rules": "Reglas de calidad",
254
251
  "filters.has_rules.false": "Sin reglas de calidad",
255
252
  "filters.has_rules.true": "Con reglas de calidad",
253
+ "filters.link_tags": "Vinculación",
254
+ "filters.link_tags._none": "Sin campos vinculados",
255
+ "filters.link_tags._tagless": "Con vínculos sin tipo",
256
+ "filters.link_tags.business_concept_to_field_master": "Con vínculos master",
256
257
  "filters.shared_to_names": "Compartido en",
257
258
  "filters.status": "Estado",
258
259
  "filters.taxonomy": "Dominio",