@kopexa/i18n 17.1.0 → 17.3.0
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/dist/{chunk-C55FZ43L.mjs → chunk-2MWD5WUJ.mjs} +1 -1
- package/dist/{chunk-ZCJSSLOJ.mjs → chunk-KMHFT4XB.mjs} +2 -2
- package/dist/{chunk-TMFKB72Z.mjs → chunk-NIUM7JU2.mjs} +8 -0
- package/dist/{chunk-RC7UW6B5.mjs → chunk-VQJ3EDYE.mjs} +1 -1
- package/dist/{chunk-37UVZFGK.mjs → chunk-VRLINT73.mjs} +8 -0
- package/dist/hooks/use-built-in-messages.js +16 -0
- package/dist/hooks/use-built-in-messages.mjs +4 -4
- package/dist/i18n.js +16 -0
- package/dist/i18n.mjs +5 -5
- package/dist/index.js +16 -0
- package/dist/index.mjs +5 -5
- package/dist/lang/de.d.mts +8 -0
- package/dist/lang/de.d.ts +8 -0
- package/dist/lang/de.js +8 -0
- package/dist/lang/de.mjs +1 -1
- package/dist/lang/en.d.mts +8 -0
- package/dist/lang/en.d.ts +8 -0
- package/dist/lang/en.js +8 -0
- package/dist/lang/en.mjs +1 -1
- package/dist/loaders/index.js +16 -0
- package/dist/loaders/index.mjs +3 -3
- package/package.json +4 -4
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
de_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NIUM7JU2.mjs";
|
|
5
5
|
import {
|
|
6
6
|
en_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VRLINT73.mjs";
|
|
8
8
|
|
|
9
9
|
// src/loaders/index.ts
|
|
10
10
|
var CACHE = /* @__PURE__ */ new Map();
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
// src/lang/de.json
|
|
4
4
|
var de_default = {
|
|
5
|
+
"audit-info.created_at": "Erstellt",
|
|
6
|
+
"audit-info.created_by": "Erstellt von",
|
|
7
|
+
"audit-info.title": "Metadaten",
|
|
8
|
+
"audit-info.updated_at": "Aktualisiert",
|
|
9
|
+
"audit-info.updated_by": "Aktualisiert von",
|
|
5
10
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
6
11
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
7
12
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
@@ -84,6 +89,9 @@ var de_default = {
|
|
|
84
89
|
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
85
90
|
"grc.compliance.nis2.label": "NIS2",
|
|
86
91
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
92
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
93
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
94
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
87
95
|
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
88
96
|
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
89
97
|
"grc.impact.cancel": "Abbrechen",
|
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
// src/lang/en.json
|
|
4
4
|
var en_default = {
|
|
5
|
+
"audit-info.created_at": "Created",
|
|
6
|
+
"audit-info.created_by": "Created by",
|
|
7
|
+
"audit-info.title": "Metadata",
|
|
8
|
+
"audit-info.updated_at": "Updated",
|
|
9
|
+
"audit-info.updated_by": "Updated by",
|
|
5
10
|
"editor.controlblock.header_status": "Show status in header",
|
|
6
11
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
7
12
|
"editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
|
|
@@ -81,6 +86,9 @@ var en_default = {
|
|
|
81
86
|
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
82
87
|
"grc.compliance.nis2.label": "NIS2",
|
|
83
88
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
89
|
+
"grc.control.mapped.more": "+{count} more",
|
|
90
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
91
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
84
92
|
"grc.impact.authenticity": "Authenticity",
|
|
85
93
|
"grc.impact.availability": "Availability",
|
|
86
94
|
"grc.impact.cancel": "Cancel",
|
|
@@ -29,6 +29,11 @@ var import_react = require("react");
|
|
|
29
29
|
|
|
30
30
|
// src/lang/de.json
|
|
31
31
|
var de_default = {
|
|
32
|
+
"audit-info.created_at": "Erstellt",
|
|
33
|
+
"audit-info.created_by": "Erstellt von",
|
|
34
|
+
"audit-info.title": "Metadaten",
|
|
35
|
+
"audit-info.updated_at": "Aktualisiert",
|
|
36
|
+
"audit-info.updated_by": "Aktualisiert von",
|
|
32
37
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
33
38
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
34
39
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
@@ -111,6 +116,9 @@ var de_default = {
|
|
|
111
116
|
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
112
117
|
"grc.compliance.nis2.label": "NIS2",
|
|
113
118
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
119
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
120
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
121
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
114
122
|
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
115
123
|
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
116
124
|
"grc.impact.cancel": "Abbrechen",
|
|
@@ -146,6 +154,11 @@ var de_default = {
|
|
|
146
154
|
|
|
147
155
|
// src/lang/en.json
|
|
148
156
|
var en_default = {
|
|
157
|
+
"audit-info.created_at": "Created",
|
|
158
|
+
"audit-info.created_by": "Created by",
|
|
159
|
+
"audit-info.title": "Metadata",
|
|
160
|
+
"audit-info.updated_at": "Updated",
|
|
161
|
+
"audit-info.updated_by": "Updated by",
|
|
149
162
|
"editor.controlblock.header_status": "Show status in header",
|
|
150
163
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
151
164
|
"editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
|
|
@@ -225,6 +238,9 @@ var en_default = {
|
|
|
225
238
|
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
226
239
|
"grc.compliance.nis2.label": "NIS2",
|
|
227
240
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
241
|
+
"grc.control.mapped.more": "+{count} more",
|
|
242
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
243
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
228
244
|
"grc.impact.authenticity": "Authenticity",
|
|
229
245
|
"grc.impact.availability": "Availability",
|
|
230
246
|
"grc.impact.cancel": "Cancel",
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
useBuiltInMessages
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-2MWD5WUJ.mjs";
|
|
6
|
+
import "../chunk-KMHFT4XB.mjs";
|
|
7
|
+
import "../chunk-NIUM7JU2.mjs";
|
|
8
|
+
import "../chunk-VRLINT73.mjs";
|
|
9
9
|
export {
|
|
10
10
|
useBuiltInMessages
|
|
11
11
|
};
|
package/dist/i18n.js
CHANGED
|
@@ -33,6 +33,11 @@ var import_react = require("react");
|
|
|
33
33
|
|
|
34
34
|
// src/lang/de.json
|
|
35
35
|
var de_default = {
|
|
36
|
+
"audit-info.created_at": "Erstellt",
|
|
37
|
+
"audit-info.created_by": "Erstellt von",
|
|
38
|
+
"audit-info.title": "Metadaten",
|
|
39
|
+
"audit-info.updated_at": "Aktualisiert",
|
|
40
|
+
"audit-info.updated_by": "Aktualisiert von",
|
|
36
41
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
37
42
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
38
43
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
@@ -115,6 +120,9 @@ var de_default = {
|
|
|
115
120
|
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
116
121
|
"grc.compliance.nis2.label": "NIS2",
|
|
117
122
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
123
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
124
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
125
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
118
126
|
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
119
127
|
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
120
128
|
"grc.impact.cancel": "Abbrechen",
|
|
@@ -150,6 +158,11 @@ var de_default = {
|
|
|
150
158
|
|
|
151
159
|
// src/lang/en.json
|
|
152
160
|
var en_default = {
|
|
161
|
+
"audit-info.created_at": "Created",
|
|
162
|
+
"audit-info.created_by": "Created by",
|
|
163
|
+
"audit-info.title": "Metadata",
|
|
164
|
+
"audit-info.updated_at": "Updated",
|
|
165
|
+
"audit-info.updated_by": "Updated by",
|
|
153
166
|
"editor.controlblock.header_status": "Show status in header",
|
|
154
167
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
155
168
|
"editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
|
|
@@ -229,6 +242,9 @@ var en_default = {
|
|
|
229
242
|
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
230
243
|
"grc.compliance.nis2.label": "NIS2",
|
|
231
244
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
245
|
+
"grc.control.mapped.more": "+{count} more",
|
|
246
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
247
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
232
248
|
"grc.impact.authenticity": "Authenticity",
|
|
233
249
|
"grc.impact.availability": "Availability",
|
|
234
250
|
"grc.impact.cancel": "Cancel",
|
package/dist/i18n.mjs
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
I18nProvider
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-VQJ3EDYE.mjs";
|
|
6
|
+
import "./chunk-2MWD5WUJ.mjs";
|
|
7
|
+
import "./chunk-KMHFT4XB.mjs";
|
|
8
|
+
import "./chunk-NIUM7JU2.mjs";
|
|
9
|
+
import "./chunk-VRLINT73.mjs";
|
|
10
10
|
import "./chunk-TYEI7NWI.mjs";
|
|
11
11
|
import "./chunk-DWCWMJZD.mjs";
|
|
12
12
|
import "./chunk-DRJHB4YN.mjs";
|
package/dist/index.js
CHANGED
|
@@ -57,6 +57,11 @@ var import_react2 = require("react");
|
|
|
57
57
|
|
|
58
58
|
// src/lang/de.json
|
|
59
59
|
var de_default = {
|
|
60
|
+
"audit-info.created_at": "Erstellt",
|
|
61
|
+
"audit-info.created_by": "Erstellt von",
|
|
62
|
+
"audit-info.title": "Metadaten",
|
|
63
|
+
"audit-info.updated_at": "Aktualisiert",
|
|
64
|
+
"audit-info.updated_by": "Aktualisiert von",
|
|
60
65
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
61
66
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
62
67
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
@@ -139,6 +144,9 @@ var de_default = {
|
|
|
139
144
|
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
140
145
|
"grc.compliance.nis2.label": "NIS2",
|
|
141
146
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
147
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
148
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
149
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
142
150
|
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
143
151
|
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
144
152
|
"grc.impact.cancel": "Abbrechen",
|
|
@@ -174,6 +182,11 @@ var de_default = {
|
|
|
174
182
|
|
|
175
183
|
// src/lang/en.json
|
|
176
184
|
var en_default = {
|
|
185
|
+
"audit-info.created_at": "Created",
|
|
186
|
+
"audit-info.created_by": "Created by",
|
|
187
|
+
"audit-info.title": "Metadata",
|
|
188
|
+
"audit-info.updated_at": "Updated",
|
|
189
|
+
"audit-info.updated_by": "Updated by",
|
|
177
190
|
"editor.controlblock.header_status": "Show status in header",
|
|
178
191
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
179
192
|
"editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
|
|
@@ -253,6 +266,9 @@ var en_default = {
|
|
|
253
266
|
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
254
267
|
"grc.compliance.nis2.label": "NIS2",
|
|
255
268
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
269
|
+
"grc.control.mapped.more": "+{count} more",
|
|
270
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
271
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
256
272
|
"grc.impact.authenticity": "Authenticity",
|
|
257
273
|
"grc.impact.availability": "Availability",
|
|
258
274
|
"grc.impact.cancel": "Cancel",
|
package/dist/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
I18nProvider
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-VQJ3EDYE.mjs";
|
|
5
|
+
import "./chunk-2MWD5WUJ.mjs";
|
|
6
|
+
import "./chunk-KMHFT4XB.mjs";
|
|
7
|
+
import "./chunk-NIUM7JU2.mjs";
|
|
8
|
+
import "./chunk-VRLINT73.mjs";
|
|
9
9
|
import "./chunk-TYEI7NWI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useSafeIntl
|
package/dist/lang/de.d.mts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
var de = {
|
|
2
|
+
"audit-info.created_at": "Erstellt",
|
|
3
|
+
"audit-info.created_by": "Erstellt von",
|
|
4
|
+
"audit-info.title": "Metadaten",
|
|
5
|
+
"audit-info.updated_at": "Aktualisiert",
|
|
6
|
+
"audit-info.updated_by": "Aktualisiert von",
|
|
2
7
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
3
8
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
4
9
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument für die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie möchten den aktuellen Kontrollstatus explizit veröffentlichen.",
|
|
@@ -81,6 +86,9 @@ var de = {
|
|
|
81
86
|
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
82
87
|
"grc.compliance.nis2.label": "NIS2",
|
|
83
88
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
89
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
90
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
91
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
84
92
|
"grc.impact.authenticity": "Authentizität",
|
|
85
93
|
"grc.impact.availability": "Verfügbarkeit",
|
|
86
94
|
"grc.impact.cancel": "Abbrechen",
|
package/dist/lang/de.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
var de = {
|
|
2
|
+
"audit-info.created_at": "Erstellt",
|
|
3
|
+
"audit-info.created_by": "Erstellt von",
|
|
4
|
+
"audit-info.title": "Metadaten",
|
|
5
|
+
"audit-info.updated_at": "Aktualisiert",
|
|
6
|
+
"audit-info.updated_by": "Aktualisiert von",
|
|
2
7
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
3
8
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
4
9
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument für die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie möchten den aktuellen Kontrollstatus explizit veröffentlichen.",
|
|
@@ -81,6 +86,9 @@ var de = {
|
|
|
81
86
|
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
82
87
|
"grc.compliance.nis2.label": "NIS2",
|
|
83
88
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
89
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
90
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
91
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
84
92
|
"grc.impact.authenticity": "Authentizität",
|
|
85
93
|
"grc.impact.availability": "Verfügbarkeit",
|
|
86
94
|
"grc.impact.cancel": "Abbrechen",
|
package/dist/lang/de.js
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
// src/lang/de.json
|
|
4
4
|
var de_default = {
|
|
5
|
+
"audit-info.created_at": "Erstellt",
|
|
6
|
+
"audit-info.created_by": "Erstellt von",
|
|
7
|
+
"audit-info.title": "Metadaten",
|
|
8
|
+
"audit-info.updated_at": "Aktualisiert",
|
|
9
|
+
"audit-info.updated_by": "Aktualisiert von",
|
|
5
10
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
6
11
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
7
12
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
@@ -84,6 +89,9 @@ var de_default = {
|
|
|
84
89
|
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
85
90
|
"grc.compliance.nis2.label": "NIS2",
|
|
86
91
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
92
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
93
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
94
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
87
95
|
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
88
96
|
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
89
97
|
"grc.impact.cancel": "Abbrechen",
|
package/dist/lang/de.mjs
CHANGED
package/dist/lang/en.d.mts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
var en = {
|
|
2
|
+
"audit-info.created_at": "Created",
|
|
3
|
+
"audit-info.created_by": "Created by",
|
|
4
|
+
"audit-info.title": "Metadata",
|
|
5
|
+
"audit-info.updated_at": "Updated",
|
|
6
|
+
"audit-info.updated_by": "Updated by",
|
|
2
7
|
"editor.controlblock.header_status": "Show status in header",
|
|
3
8
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
4
9
|
"editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
|
|
@@ -78,6 +83,9 @@ var en = {
|
|
|
78
83
|
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
79
84
|
"grc.compliance.nis2.label": "NIS2",
|
|
80
85
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
86
|
+
"grc.control.mapped.more": "+{count} more",
|
|
87
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
88
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
81
89
|
"grc.impact.authenticity": "Authenticity",
|
|
82
90
|
"grc.impact.availability": "Availability",
|
|
83
91
|
"grc.impact.cancel": "Cancel",
|
package/dist/lang/en.d.ts
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
1
|
var en = {
|
|
2
|
+
"audit-info.created_at": "Created",
|
|
3
|
+
"audit-info.created_by": "Created by",
|
|
4
|
+
"audit-info.title": "Metadata",
|
|
5
|
+
"audit-info.updated_at": "Updated",
|
|
6
|
+
"audit-info.updated_by": "Updated by",
|
|
2
7
|
"editor.controlblock.header_status": "Show status in header",
|
|
3
8
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
4
9
|
"editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
|
|
@@ -78,6 +83,9 @@ var en = {
|
|
|
78
83
|
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
79
84
|
"grc.compliance.nis2.label": "NIS2",
|
|
80
85
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
86
|
+
"grc.control.mapped.more": "+{count} more",
|
|
87
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
88
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
81
89
|
"grc.impact.authenticity": "Authenticity",
|
|
82
90
|
"grc.impact.availability": "Availability",
|
|
83
91
|
"grc.impact.cancel": "Cancel",
|
package/dist/lang/en.js
CHANGED
|
@@ -2,6 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
// src/lang/en.json
|
|
4
4
|
var en_default = {
|
|
5
|
+
"audit-info.created_at": "Created",
|
|
6
|
+
"audit-info.created_by": "Created by",
|
|
7
|
+
"audit-info.title": "Metadata",
|
|
8
|
+
"audit-info.updated_at": "Updated",
|
|
9
|
+
"audit-info.updated_by": "Updated by",
|
|
5
10
|
"editor.controlblock.header_status": "Show status in header",
|
|
6
11
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
7
12
|
"editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
|
|
@@ -81,6 +86,9 @@ var en_default = {
|
|
|
81
86
|
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
82
87
|
"grc.compliance.nis2.label": "NIS2",
|
|
83
88
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
89
|
+
"grc.control.mapped.more": "+{count} more",
|
|
90
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
91
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
84
92
|
"grc.impact.authenticity": "Authenticity",
|
|
85
93
|
"grc.impact.availability": "Availability",
|
|
86
94
|
"grc.impact.cancel": "Cancel",
|
package/dist/lang/en.mjs
CHANGED
package/dist/loaders/index.js
CHANGED
|
@@ -27,6 +27,11 @@ module.exports = __toCommonJS(loaders_exports);
|
|
|
27
27
|
|
|
28
28
|
// src/lang/de.json
|
|
29
29
|
var de_default = {
|
|
30
|
+
"audit-info.created_at": "Erstellt",
|
|
31
|
+
"audit-info.created_by": "Erstellt von",
|
|
32
|
+
"audit-info.title": "Metadaten",
|
|
33
|
+
"audit-info.updated_at": "Aktualisiert",
|
|
34
|
+
"audit-info.updated_by": "Aktualisiert von",
|
|
30
35
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
31
36
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
32
37
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
@@ -109,6 +114,9 @@ var de_default = {
|
|
|
109
114
|
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
110
115
|
"grc.compliance.nis2.label": "NIS2",
|
|
111
116
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
117
|
+
"grc.control.mapped.more": "+{count} weitere",
|
|
118
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
119
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
112
120
|
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
113
121
|
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
114
122
|
"grc.impact.cancel": "Abbrechen",
|
|
@@ -144,6 +152,11 @@ var de_default = {
|
|
|
144
152
|
|
|
145
153
|
// src/lang/en.json
|
|
146
154
|
var en_default = {
|
|
155
|
+
"audit-info.created_at": "Created",
|
|
156
|
+
"audit-info.created_by": "Created by",
|
|
157
|
+
"audit-info.title": "Metadata",
|
|
158
|
+
"audit-info.updated_at": "Updated",
|
|
159
|
+
"audit-info.updated_by": "Updated by",
|
|
147
160
|
"editor.controlblock.header_status": "Show status in header",
|
|
148
161
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
149
162
|
"editor.controlblock.header_status_avv_tip": "If this document is intended for use or export as a data processing agreement (AVV), disable this option unless you explicitly want to publish the current control status.",
|
|
@@ -223,6 +236,9 @@ var en_default = {
|
|
|
223
236
|
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
224
237
|
"grc.compliance.nis2.label": "NIS2",
|
|
225
238
|
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
239
|
+
"grc.control.mapped.more": "+{count} more",
|
|
240
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
241
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
226
242
|
"grc.impact.authenticity": "Authenticity",
|
|
227
243
|
"grc.impact.availability": "Availability",
|
|
228
244
|
"grc.impact.cancel": "Cancel",
|
package/dist/loaders/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
loadBuiltinMessages
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-KMHFT4XB.mjs";
|
|
5
|
+
import "../chunk-NIUM7JU2.mjs";
|
|
6
|
+
import "../chunk-VRLINT73.mjs";
|
|
7
7
|
export {
|
|
8
8
|
loadBuiltinMessages
|
|
9
9
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/i18n",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.3.0",
|
|
4
4
|
"description": "i18n provider for kopexa apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n"
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"react": ">=19.0.0-rc.0",
|
|
29
29
|
"react-dom": ">=19.0.0-rc.0",
|
|
30
30
|
"motion": ">=12.23.6",
|
|
31
|
-
"@kopexa/theme": "17.
|
|
31
|
+
"@kopexa/theme": "17.8.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"react-intl": "^7.1.14",
|
|
35
|
-
"@kopexa/shared-utils": "17.0.
|
|
36
|
-
"@kopexa/react-utils": "17.0.
|
|
35
|
+
"@kopexa/shared-utils": "17.0.14",
|
|
36
|
+
"@kopexa/react-utils": "17.0.14"
|
|
37
37
|
},
|
|
38
38
|
"clean-package": "../../../clean-package.config.json",
|
|
39
39
|
"module": "dist/index.mjs",
|