@bimdata/bcf-components 6.7.1 → 6.7.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bimdata/bcf-components",
3
- "version": "6.7.1",
3
+ "version": "6.7.2",
4
4
  "files": [
5
5
  "src",
6
6
  "vue3-plugin.js"
@@ -23,10 +23,10 @@
23
23
  "@semantic-release/changelog": "^6.0.3",
24
24
  "@semantic-release/commit-analyzer": "^13.0.1",
25
25
  "@semantic-release/git": "^10.0.1",
26
- "@semantic-release/github": "^12.0.1",
26
+ "@semantic-release/github": "^12.0.2",
27
27
  "@semantic-release/npm": "^13.1.1",
28
28
  "@semantic-release/release-notes-generator": "^14.1.0",
29
29
  "conventional-changelog-eslint": "^6.0.0",
30
- "semantic-release": "^25.0.1"
30
+ "semantic-release": "^25.0.2"
31
31
  }
32
32
  }
@@ -70,7 +70,13 @@
70
70
  "takeSnapshot": "Mach einen Schnappschuss",
71
71
  "importFile": "Eine Datei importieren",
72
72
  "searchPlaceholder": "Suchen",
73
- "emptySearch": "kein Ergebnis"
73
+ "emptySearch": "kein Ergebnis",
74
+ "documentsLabel": "Dokumente",
75
+ "documentsCount": "Dokumente – {count} ausgewählte Dokumente",
76
+ "groupsLabel": "Berechtigungen",
77
+ "groupsCount": "Berechtigungen – {count} ausgewählte Gruppen",
78
+ "groupsText": "Wählen Sie die Benutzergruppen aus, die dieses Thema sehen und damit interagieren dürfen.",
79
+ "validate": "Bestätigen"
74
80
  },
75
81
  "BcfTopicOverview": {
76
82
  "openViewer": "Im Viewer öffnen",
@@ -122,7 +128,8 @@
122
128
  "commentsText": "Kommentare",
123
129
  "deleteCommentText": "Diesen Kommentar löschen?",
124
130
  "deleteButton": "Löschen",
125
- "takeSnapshot": "Mach einen Schnappschuss"
131
+ "takeSnapshot": "Mach einen Schnappschuss",
132
+ "edited": "bearbeitet"
126
133
  },
127
134
  "BcfTopicPriorityCell": {
128
135
  "noPriority": "Keine"