@kopexa/i18n 17.0.11 → 17.1.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-XB3YWSB4.mjs → chunk-37UVZFGK.mjs} +55 -0
- package/dist/{chunk-KQOCN6FR.mjs → chunk-C55FZ43L.mjs} +1 -1
- package/dist/{chunk-WYRRONV4.mjs → chunk-RC7UW6B5.mjs} +1 -1
- package/dist/{chunk-MI7WISX7.mjs → chunk-TMFKB72Z.mjs} +61 -1
- package/dist/{chunk-4JN3AV24.mjs → chunk-ZCJSSLOJ.mjs} +2 -2
- package/dist/hooks/use-built-in-messages.js +116 -1
- package/dist/hooks/use-built-in-messages.mjs +4 -4
- package/dist/i18n.js +116 -1
- package/dist/i18n.mjs +5 -5
- package/dist/index.js +116 -1
- package/dist/index.mjs +5 -5
- package/dist/lang/de.d.mts +61 -1
- package/dist/lang/de.d.ts +61 -1
- package/dist/lang/de.js +61 -1
- package/dist/lang/de.mjs +1 -1
- package/dist/lang/en.d.mts +55 -0
- package/dist/lang/en.d.ts +55 -0
- package/dist/lang/en.js +55 -0
- package/dist/lang/en.mjs +1 -1
- package/dist/loaders/index.js +116 -1
- package/dist/loaders/index.mjs +3 -3
- package/package.json +4 -4
|
@@ -57,6 +57,61 @@ var en_default = {
|
|
|
57
57
|
"file_upload.remove_avatar": "Remove Avatar",
|
|
58
58
|
"file_upload.too_many_files": "You can only upload a maximum of {max} files.",
|
|
59
59
|
"file_upload.upload_avatar": "Upload Avatar",
|
|
60
|
+
"filter.add_filter": "Add Filter",
|
|
61
|
+
"filter.apply": "Apply",
|
|
62
|
+
"filter.cancel": "Cancel",
|
|
63
|
+
"filter.clear_all": "Clear all",
|
|
64
|
+
"filter.enter_value": "Enter value...",
|
|
65
|
+
"filter.no_fields": "No filter options available",
|
|
66
|
+
"filter.operator.between": "between",
|
|
67
|
+
"filter.operator.contains": "contains",
|
|
68
|
+
"filter.operator.ends_with": "ends with",
|
|
69
|
+
"filter.operator.equals": "is",
|
|
70
|
+
"filter.operator.gt": "greater than",
|
|
71
|
+
"filter.operator.gte": "greater or equal",
|
|
72
|
+
"filter.operator.is_empty": "is empty",
|
|
73
|
+
"filter.operator.is_not_empty": "is not empty",
|
|
74
|
+
"filter.operator.lt": "less than",
|
|
75
|
+
"filter.operator.lte": "less or equal",
|
|
76
|
+
"filter.operator.not_contains": "does not contain",
|
|
77
|
+
"filter.operator.not_equals": "is not",
|
|
78
|
+
"filter.operator.starts_with": "starts with",
|
|
79
|
+
"filter.select_value": "Select value...",
|
|
80
|
+
"grc.compliance.dora.label": "DORA",
|
|
81
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
82
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
83
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
84
|
+
"grc.impact.authenticity": "Authenticity",
|
|
85
|
+
"grc.impact.availability": "Availability",
|
|
86
|
+
"grc.impact.cancel": "Cancel",
|
|
87
|
+
"grc.impact.confidentiality": "Confidentiality",
|
|
88
|
+
"grc.impact.edit": "Edit",
|
|
89
|
+
"grc.impact.integrity": "Integrity",
|
|
90
|
+
"grc.impact.justification": "Justification",
|
|
91
|
+
"grc.impact.justification_hint": "(highest impact: {level})",
|
|
92
|
+
"grc.impact.justification_placeholder": "Enter justification for the chosen impact values...",
|
|
93
|
+
"grc.impact.no_justification": "No justification provided",
|
|
94
|
+
"grc.impact.save": "Save",
|
|
95
|
+
"grc.impact.scale.asset.0": "Not classified",
|
|
96
|
+
"grc.impact.scale.asset.1": "Insignificant",
|
|
97
|
+
"grc.impact.scale.asset.2": "Low",
|
|
98
|
+
"grc.impact.scale.asset.3": "Medium",
|
|
99
|
+
"grc.impact.scale.asset.4": "High",
|
|
100
|
+
"grc.impact.scale.asset.5": "Business Critical",
|
|
101
|
+
"grc.impact.scale.process.0": "Not rated",
|
|
102
|
+
"grc.impact.scale.process.1": "Insignificant",
|
|
103
|
+
"grc.impact.scale.process.2": "Low",
|
|
104
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
105
|
+
"grc.impact.scale.process.4": "Important",
|
|
106
|
+
"grc.impact.scale.process.5": "Vital",
|
|
107
|
+
"grc.impact.scale.risk.0": "Not rated",
|
|
108
|
+
"grc.impact.scale.risk.1": "Negligible",
|
|
109
|
+
"grc.impact.scale.risk.2": "Low",
|
|
110
|
+
"grc.impact.scale.risk.3": "Medium",
|
|
111
|
+
"grc.impact.scale.risk.4": "High",
|
|
112
|
+
"grc.impact.scale.risk.5": "Critical",
|
|
113
|
+
"grc.impact.title_cia": "CIA Impact",
|
|
114
|
+
"grc.impact.title_ciaa": "CIAA Impact",
|
|
60
115
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
61
116
|
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
62
117
|
};
|
|
@@ -2,12 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
// src/lang/de.json
|
|
4
4
|
var de_default = {
|
|
5
|
+
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
6
|
+
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
7
|
+
"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.",
|
|
5
8
|
"editor.controlref.appearance": "Darstellung",
|
|
6
9
|
"editor.controlref.border": "Rahmen",
|
|
7
10
|
"editor.controlref.cancel": "Abbrechen",
|
|
8
11
|
"editor.controlref.change_control": "Kontrolle \xE4ndern",
|
|
9
12
|
"editor.controlref.clear": "Zur\xFCcksetzen",
|
|
10
13
|
"editor.controlref.control": "Kontrolle",
|
|
14
|
+
"editor.controlref.control_implementations": "Umsetzungen",
|
|
11
15
|
"editor.controlref.control_with_title": "Kontrolle: {title}",
|
|
12
16
|
"editor.controlref.controls": "Kontrollen",
|
|
13
17
|
"editor.controlref.display_options": "Anzeigeoptionen",
|
|
@@ -37,6 +41,7 @@ var de_default = {
|
|
|
37
41
|
"editor.controlref.variant": "Variante",
|
|
38
42
|
"editor.controlref.variant_card": "Karte",
|
|
39
43
|
"editor.controlref.variant_chip": "Chip",
|
|
44
|
+
"editor.controlref.variant_hint": "W\xE4hlen Sie eine visuelle Darstellung f\xFCr diesen Abschnitt.",
|
|
40
45
|
"editor.controlref.outdated_badge": "Es ist eine neuere Revision vorhanden",
|
|
41
46
|
"editor.controlref.missing_badge": "Kontrolle existiert nicht mehr",
|
|
42
47
|
"editor.controlref.missing_callout": "Die aktuell zugeordnete Kontrolle wurde nicht gefunden. Sie wurde m\xF6glicherweise gel\xF6scht oder Sie haben keinen Zugriff mehr. Bitte w\xE4hlen Sie eine andere Kontrolle aus.",
|
|
@@ -54,7 +59,62 @@ var de_default = {
|
|
|
54
59
|
"use_file_upload.file_exceeds_max": 'Datei "{name}" \xFCberschreitet die maximale Gr\xF6\xDFe von {max}.',
|
|
55
60
|
"use_file_upload.file_not_accepted": 'Datei "{name}" ist kein zul\xE4ssiger Dateityp.',
|
|
56
61
|
"file_upload.apply_crop": "Best\xE4tigen",
|
|
57
|
-
"file_upload.cancel": "Abbrechen"
|
|
62
|
+
"file_upload.cancel": "Abbrechen",
|
|
63
|
+
"filter.add_filter": "Filter hinzuf\xFCgen",
|
|
64
|
+
"filter.apply": "Anwenden",
|
|
65
|
+
"filter.cancel": "Abbrechen",
|
|
66
|
+
"filter.clear_all": "Alle l\xF6schen",
|
|
67
|
+
"filter.enter_value": "Wert eingeben...",
|
|
68
|
+
"filter.no_fields": "Keine Filteroptionen verf\xFCgbar",
|
|
69
|
+
"filter.operator.between": "zwischen",
|
|
70
|
+
"filter.operator.contains": "enth\xE4lt",
|
|
71
|
+
"filter.operator.ends_with": "endet mit",
|
|
72
|
+
"filter.operator.equals": "ist",
|
|
73
|
+
"filter.operator.gt": "gr\xF6\xDFer als",
|
|
74
|
+
"filter.operator.gte": "gr\xF6\xDFer oder gleich",
|
|
75
|
+
"filter.operator.is_empty": "ist leer",
|
|
76
|
+
"filter.operator.is_not_empty": "ist nicht leer",
|
|
77
|
+
"filter.operator.lt": "kleiner als",
|
|
78
|
+
"filter.operator.lte": "kleiner oder gleich",
|
|
79
|
+
"filter.operator.not_contains": "enth\xE4lt nicht",
|
|
80
|
+
"filter.operator.not_equals": "ist nicht",
|
|
81
|
+
"filter.operator.starts_with": "beginnt mit",
|
|
82
|
+
"filter.select_value": "Wert ausw\xE4hlen...",
|
|
83
|
+
"grc.compliance.dora.label": "DORA",
|
|
84
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
85
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
86
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
87
|
+
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
88
|
+
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
89
|
+
"grc.impact.cancel": "Abbrechen",
|
|
90
|
+
"grc.impact.confidentiality": "Vertraulichkeit",
|
|
91
|
+
"grc.impact.edit": "Bearbeiten",
|
|
92
|
+
"grc.impact.integrity": "Integrit\xE4t",
|
|
93
|
+
"grc.impact.justification": "Begr\xFCndung",
|
|
94
|
+
"grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
|
|
95
|
+
"grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
|
|
96
|
+
"grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
|
|
97
|
+
"grc.impact.save": "Speichern",
|
|
98
|
+
"grc.impact.scale.asset.0": "Nicht klassifiziert",
|
|
99
|
+
"grc.impact.scale.asset.1": "Unbedeutend",
|
|
100
|
+
"grc.impact.scale.asset.2": "Gering",
|
|
101
|
+
"grc.impact.scale.asset.3": "Mittel",
|
|
102
|
+
"grc.impact.scale.asset.4": "Hoch",
|
|
103
|
+
"grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
|
|
104
|
+
"grc.impact.scale.process.0": "Nicht bewertet",
|
|
105
|
+
"grc.impact.scale.process.1": "Unbedeutend",
|
|
106
|
+
"grc.impact.scale.process.2": "Gering",
|
|
107
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
108
|
+
"grc.impact.scale.process.4": "Wichtig",
|
|
109
|
+
"grc.impact.scale.process.5": "Vital",
|
|
110
|
+
"grc.impact.scale.risk.0": "Nicht bewertet",
|
|
111
|
+
"grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
|
|
112
|
+
"grc.impact.scale.risk.2": "Gering",
|
|
113
|
+
"grc.impact.scale.risk.3": "Mittel",
|
|
114
|
+
"grc.impact.scale.risk.4": "Hoch",
|
|
115
|
+
"grc.impact.scale.risk.5": "Kritisch",
|
|
116
|
+
"grc.impact.title_cia": "CIA-Auswirkung",
|
|
117
|
+
"grc.impact.title_ciaa": "CIAA-Auswirkung"
|
|
58
118
|
};
|
|
59
119
|
|
|
60
120
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
de_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TMFKB72Z.mjs";
|
|
5
5
|
import {
|
|
6
6
|
en_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-37UVZFGK.mjs";
|
|
8
8
|
|
|
9
9
|
// src/loaders/index.ts
|
|
10
10
|
var CACHE = /* @__PURE__ */ new Map();
|
|
@@ -29,12 +29,16 @@ var import_react = require("react");
|
|
|
29
29
|
|
|
30
30
|
// src/lang/de.json
|
|
31
31
|
var de_default = {
|
|
32
|
+
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
33
|
+
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
34
|
+
"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.",
|
|
32
35
|
"editor.controlref.appearance": "Darstellung",
|
|
33
36
|
"editor.controlref.border": "Rahmen",
|
|
34
37
|
"editor.controlref.cancel": "Abbrechen",
|
|
35
38
|
"editor.controlref.change_control": "Kontrolle \xE4ndern",
|
|
36
39
|
"editor.controlref.clear": "Zur\xFCcksetzen",
|
|
37
40
|
"editor.controlref.control": "Kontrolle",
|
|
41
|
+
"editor.controlref.control_implementations": "Umsetzungen",
|
|
38
42
|
"editor.controlref.control_with_title": "Kontrolle: {title}",
|
|
39
43
|
"editor.controlref.controls": "Kontrollen",
|
|
40
44
|
"editor.controlref.display_options": "Anzeigeoptionen",
|
|
@@ -64,6 +68,7 @@ var de_default = {
|
|
|
64
68
|
"editor.controlref.variant": "Variante",
|
|
65
69
|
"editor.controlref.variant_card": "Karte",
|
|
66
70
|
"editor.controlref.variant_chip": "Chip",
|
|
71
|
+
"editor.controlref.variant_hint": "W\xE4hlen Sie eine visuelle Darstellung f\xFCr diesen Abschnitt.",
|
|
67
72
|
"editor.controlref.outdated_badge": "Es ist eine neuere Revision vorhanden",
|
|
68
73
|
"editor.controlref.missing_badge": "Kontrolle existiert nicht mehr",
|
|
69
74
|
"editor.controlref.missing_callout": "Die aktuell zugeordnete Kontrolle wurde nicht gefunden. Sie wurde m\xF6glicherweise gel\xF6scht oder Sie haben keinen Zugriff mehr. Bitte w\xE4hlen Sie eine andere Kontrolle aus.",
|
|
@@ -81,7 +86,62 @@ var de_default = {
|
|
|
81
86
|
"use_file_upload.file_exceeds_max": 'Datei "{name}" \xFCberschreitet die maximale Gr\xF6\xDFe von {max}.',
|
|
82
87
|
"use_file_upload.file_not_accepted": 'Datei "{name}" ist kein zul\xE4ssiger Dateityp.',
|
|
83
88
|
"file_upload.apply_crop": "Best\xE4tigen",
|
|
84
|
-
"file_upload.cancel": "Abbrechen"
|
|
89
|
+
"file_upload.cancel": "Abbrechen",
|
|
90
|
+
"filter.add_filter": "Filter hinzuf\xFCgen",
|
|
91
|
+
"filter.apply": "Anwenden",
|
|
92
|
+
"filter.cancel": "Abbrechen",
|
|
93
|
+
"filter.clear_all": "Alle l\xF6schen",
|
|
94
|
+
"filter.enter_value": "Wert eingeben...",
|
|
95
|
+
"filter.no_fields": "Keine Filteroptionen verf\xFCgbar",
|
|
96
|
+
"filter.operator.between": "zwischen",
|
|
97
|
+
"filter.operator.contains": "enth\xE4lt",
|
|
98
|
+
"filter.operator.ends_with": "endet mit",
|
|
99
|
+
"filter.operator.equals": "ist",
|
|
100
|
+
"filter.operator.gt": "gr\xF6\xDFer als",
|
|
101
|
+
"filter.operator.gte": "gr\xF6\xDFer oder gleich",
|
|
102
|
+
"filter.operator.is_empty": "ist leer",
|
|
103
|
+
"filter.operator.is_not_empty": "ist nicht leer",
|
|
104
|
+
"filter.operator.lt": "kleiner als",
|
|
105
|
+
"filter.operator.lte": "kleiner oder gleich",
|
|
106
|
+
"filter.operator.not_contains": "enth\xE4lt nicht",
|
|
107
|
+
"filter.operator.not_equals": "ist nicht",
|
|
108
|
+
"filter.operator.starts_with": "beginnt mit",
|
|
109
|
+
"filter.select_value": "Wert ausw\xE4hlen...",
|
|
110
|
+
"grc.compliance.dora.label": "DORA",
|
|
111
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
112
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
113
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
114
|
+
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
115
|
+
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
116
|
+
"grc.impact.cancel": "Abbrechen",
|
|
117
|
+
"grc.impact.confidentiality": "Vertraulichkeit",
|
|
118
|
+
"grc.impact.edit": "Bearbeiten",
|
|
119
|
+
"grc.impact.integrity": "Integrit\xE4t",
|
|
120
|
+
"grc.impact.justification": "Begr\xFCndung",
|
|
121
|
+
"grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
|
|
122
|
+
"grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
|
|
123
|
+
"grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
|
|
124
|
+
"grc.impact.save": "Speichern",
|
|
125
|
+
"grc.impact.scale.asset.0": "Nicht klassifiziert",
|
|
126
|
+
"grc.impact.scale.asset.1": "Unbedeutend",
|
|
127
|
+
"grc.impact.scale.asset.2": "Gering",
|
|
128
|
+
"grc.impact.scale.asset.3": "Mittel",
|
|
129
|
+
"grc.impact.scale.asset.4": "Hoch",
|
|
130
|
+
"grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
|
|
131
|
+
"grc.impact.scale.process.0": "Nicht bewertet",
|
|
132
|
+
"grc.impact.scale.process.1": "Unbedeutend",
|
|
133
|
+
"grc.impact.scale.process.2": "Gering",
|
|
134
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
135
|
+
"grc.impact.scale.process.4": "Wichtig",
|
|
136
|
+
"grc.impact.scale.process.5": "Vital",
|
|
137
|
+
"grc.impact.scale.risk.0": "Nicht bewertet",
|
|
138
|
+
"grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
|
|
139
|
+
"grc.impact.scale.risk.2": "Gering",
|
|
140
|
+
"grc.impact.scale.risk.3": "Mittel",
|
|
141
|
+
"grc.impact.scale.risk.4": "Hoch",
|
|
142
|
+
"grc.impact.scale.risk.5": "Kritisch",
|
|
143
|
+
"grc.impact.title_cia": "CIA-Auswirkung",
|
|
144
|
+
"grc.impact.title_ciaa": "CIAA-Auswirkung"
|
|
85
145
|
};
|
|
86
146
|
|
|
87
147
|
// src/lang/en.json
|
|
@@ -141,6 +201,61 @@ var en_default = {
|
|
|
141
201
|
"file_upload.remove_avatar": "Remove Avatar",
|
|
142
202
|
"file_upload.too_many_files": "You can only upload a maximum of {max} files.",
|
|
143
203
|
"file_upload.upload_avatar": "Upload Avatar",
|
|
204
|
+
"filter.add_filter": "Add Filter",
|
|
205
|
+
"filter.apply": "Apply",
|
|
206
|
+
"filter.cancel": "Cancel",
|
|
207
|
+
"filter.clear_all": "Clear all",
|
|
208
|
+
"filter.enter_value": "Enter value...",
|
|
209
|
+
"filter.no_fields": "No filter options available",
|
|
210
|
+
"filter.operator.between": "between",
|
|
211
|
+
"filter.operator.contains": "contains",
|
|
212
|
+
"filter.operator.ends_with": "ends with",
|
|
213
|
+
"filter.operator.equals": "is",
|
|
214
|
+
"filter.operator.gt": "greater than",
|
|
215
|
+
"filter.operator.gte": "greater or equal",
|
|
216
|
+
"filter.operator.is_empty": "is empty",
|
|
217
|
+
"filter.operator.is_not_empty": "is not empty",
|
|
218
|
+
"filter.operator.lt": "less than",
|
|
219
|
+
"filter.operator.lte": "less or equal",
|
|
220
|
+
"filter.operator.not_contains": "does not contain",
|
|
221
|
+
"filter.operator.not_equals": "is not",
|
|
222
|
+
"filter.operator.starts_with": "starts with",
|
|
223
|
+
"filter.select_value": "Select value...",
|
|
224
|
+
"grc.compliance.dora.label": "DORA",
|
|
225
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
226
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
227
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
228
|
+
"grc.impact.authenticity": "Authenticity",
|
|
229
|
+
"grc.impact.availability": "Availability",
|
|
230
|
+
"grc.impact.cancel": "Cancel",
|
|
231
|
+
"grc.impact.confidentiality": "Confidentiality",
|
|
232
|
+
"grc.impact.edit": "Edit",
|
|
233
|
+
"grc.impact.integrity": "Integrity",
|
|
234
|
+
"grc.impact.justification": "Justification",
|
|
235
|
+
"grc.impact.justification_hint": "(highest impact: {level})",
|
|
236
|
+
"grc.impact.justification_placeholder": "Enter justification for the chosen impact values...",
|
|
237
|
+
"grc.impact.no_justification": "No justification provided",
|
|
238
|
+
"grc.impact.save": "Save",
|
|
239
|
+
"grc.impact.scale.asset.0": "Not classified",
|
|
240
|
+
"grc.impact.scale.asset.1": "Insignificant",
|
|
241
|
+
"grc.impact.scale.asset.2": "Low",
|
|
242
|
+
"grc.impact.scale.asset.3": "Medium",
|
|
243
|
+
"grc.impact.scale.asset.4": "High",
|
|
244
|
+
"grc.impact.scale.asset.5": "Business Critical",
|
|
245
|
+
"grc.impact.scale.process.0": "Not rated",
|
|
246
|
+
"grc.impact.scale.process.1": "Insignificant",
|
|
247
|
+
"grc.impact.scale.process.2": "Low",
|
|
248
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
249
|
+
"grc.impact.scale.process.4": "Important",
|
|
250
|
+
"grc.impact.scale.process.5": "Vital",
|
|
251
|
+
"grc.impact.scale.risk.0": "Not rated",
|
|
252
|
+
"grc.impact.scale.risk.1": "Negligible",
|
|
253
|
+
"grc.impact.scale.risk.2": "Low",
|
|
254
|
+
"grc.impact.scale.risk.3": "Medium",
|
|
255
|
+
"grc.impact.scale.risk.4": "High",
|
|
256
|
+
"grc.impact.scale.risk.5": "Critical",
|
|
257
|
+
"grc.impact.title_cia": "CIA Impact",
|
|
258
|
+
"grc.impact.title_ciaa": "CIAA Impact",
|
|
144
259
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
145
260
|
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
146
261
|
};
|
|
@@ -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-C55FZ43L.mjs";
|
|
6
|
+
import "../chunk-ZCJSSLOJ.mjs";
|
|
7
|
+
import "../chunk-TMFKB72Z.mjs";
|
|
8
|
+
import "../chunk-37UVZFGK.mjs";
|
|
9
9
|
export {
|
|
10
10
|
useBuiltInMessages
|
|
11
11
|
};
|
package/dist/i18n.js
CHANGED
|
@@ -33,12 +33,16 @@ var import_react = require("react");
|
|
|
33
33
|
|
|
34
34
|
// src/lang/de.json
|
|
35
35
|
var de_default = {
|
|
36
|
+
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
37
|
+
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
38
|
+
"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.",
|
|
36
39
|
"editor.controlref.appearance": "Darstellung",
|
|
37
40
|
"editor.controlref.border": "Rahmen",
|
|
38
41
|
"editor.controlref.cancel": "Abbrechen",
|
|
39
42
|
"editor.controlref.change_control": "Kontrolle \xE4ndern",
|
|
40
43
|
"editor.controlref.clear": "Zur\xFCcksetzen",
|
|
41
44
|
"editor.controlref.control": "Kontrolle",
|
|
45
|
+
"editor.controlref.control_implementations": "Umsetzungen",
|
|
42
46
|
"editor.controlref.control_with_title": "Kontrolle: {title}",
|
|
43
47
|
"editor.controlref.controls": "Kontrollen",
|
|
44
48
|
"editor.controlref.display_options": "Anzeigeoptionen",
|
|
@@ -68,6 +72,7 @@ var de_default = {
|
|
|
68
72
|
"editor.controlref.variant": "Variante",
|
|
69
73
|
"editor.controlref.variant_card": "Karte",
|
|
70
74
|
"editor.controlref.variant_chip": "Chip",
|
|
75
|
+
"editor.controlref.variant_hint": "W\xE4hlen Sie eine visuelle Darstellung f\xFCr diesen Abschnitt.",
|
|
71
76
|
"editor.controlref.outdated_badge": "Es ist eine neuere Revision vorhanden",
|
|
72
77
|
"editor.controlref.missing_badge": "Kontrolle existiert nicht mehr",
|
|
73
78
|
"editor.controlref.missing_callout": "Die aktuell zugeordnete Kontrolle wurde nicht gefunden. Sie wurde m\xF6glicherweise gel\xF6scht oder Sie haben keinen Zugriff mehr. Bitte w\xE4hlen Sie eine andere Kontrolle aus.",
|
|
@@ -85,7 +90,62 @@ var de_default = {
|
|
|
85
90
|
"use_file_upload.file_exceeds_max": 'Datei "{name}" \xFCberschreitet die maximale Gr\xF6\xDFe von {max}.',
|
|
86
91
|
"use_file_upload.file_not_accepted": 'Datei "{name}" ist kein zul\xE4ssiger Dateityp.',
|
|
87
92
|
"file_upload.apply_crop": "Best\xE4tigen",
|
|
88
|
-
"file_upload.cancel": "Abbrechen"
|
|
93
|
+
"file_upload.cancel": "Abbrechen",
|
|
94
|
+
"filter.add_filter": "Filter hinzuf\xFCgen",
|
|
95
|
+
"filter.apply": "Anwenden",
|
|
96
|
+
"filter.cancel": "Abbrechen",
|
|
97
|
+
"filter.clear_all": "Alle l\xF6schen",
|
|
98
|
+
"filter.enter_value": "Wert eingeben...",
|
|
99
|
+
"filter.no_fields": "Keine Filteroptionen verf\xFCgbar",
|
|
100
|
+
"filter.operator.between": "zwischen",
|
|
101
|
+
"filter.operator.contains": "enth\xE4lt",
|
|
102
|
+
"filter.operator.ends_with": "endet mit",
|
|
103
|
+
"filter.operator.equals": "ist",
|
|
104
|
+
"filter.operator.gt": "gr\xF6\xDFer als",
|
|
105
|
+
"filter.operator.gte": "gr\xF6\xDFer oder gleich",
|
|
106
|
+
"filter.operator.is_empty": "ist leer",
|
|
107
|
+
"filter.operator.is_not_empty": "ist nicht leer",
|
|
108
|
+
"filter.operator.lt": "kleiner als",
|
|
109
|
+
"filter.operator.lte": "kleiner oder gleich",
|
|
110
|
+
"filter.operator.not_contains": "enth\xE4lt nicht",
|
|
111
|
+
"filter.operator.not_equals": "ist nicht",
|
|
112
|
+
"filter.operator.starts_with": "beginnt mit",
|
|
113
|
+
"filter.select_value": "Wert ausw\xE4hlen...",
|
|
114
|
+
"grc.compliance.dora.label": "DORA",
|
|
115
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
|
|
116
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
117
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
|
|
118
|
+
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
119
|
+
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
120
|
+
"grc.impact.cancel": "Abbrechen",
|
|
121
|
+
"grc.impact.confidentiality": "Vertraulichkeit",
|
|
122
|
+
"grc.impact.edit": "Bearbeiten",
|
|
123
|
+
"grc.impact.integrity": "Integrit\xE4t",
|
|
124
|
+
"grc.impact.justification": "Begr\xFCndung",
|
|
125
|
+
"grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
|
|
126
|
+
"grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
|
|
127
|
+
"grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
|
|
128
|
+
"grc.impact.save": "Speichern",
|
|
129
|
+
"grc.impact.scale.asset.0": "Nicht klassifiziert",
|
|
130
|
+
"grc.impact.scale.asset.1": "Unbedeutend",
|
|
131
|
+
"grc.impact.scale.asset.2": "Gering",
|
|
132
|
+
"grc.impact.scale.asset.3": "Mittel",
|
|
133
|
+
"grc.impact.scale.asset.4": "Hoch",
|
|
134
|
+
"grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
|
|
135
|
+
"grc.impact.scale.process.0": "Nicht bewertet",
|
|
136
|
+
"grc.impact.scale.process.1": "Unbedeutend",
|
|
137
|
+
"grc.impact.scale.process.2": "Gering",
|
|
138
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
139
|
+
"grc.impact.scale.process.4": "Wichtig",
|
|
140
|
+
"grc.impact.scale.process.5": "Vital",
|
|
141
|
+
"grc.impact.scale.risk.0": "Nicht bewertet",
|
|
142
|
+
"grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
|
|
143
|
+
"grc.impact.scale.risk.2": "Gering",
|
|
144
|
+
"grc.impact.scale.risk.3": "Mittel",
|
|
145
|
+
"grc.impact.scale.risk.4": "Hoch",
|
|
146
|
+
"grc.impact.scale.risk.5": "Kritisch",
|
|
147
|
+
"grc.impact.title_cia": "CIA-Auswirkung",
|
|
148
|
+
"grc.impact.title_ciaa": "CIAA-Auswirkung"
|
|
89
149
|
};
|
|
90
150
|
|
|
91
151
|
// src/lang/en.json
|
|
@@ -145,6 +205,61 @@ var en_default = {
|
|
|
145
205
|
"file_upload.remove_avatar": "Remove Avatar",
|
|
146
206
|
"file_upload.too_many_files": "You can only upload a maximum of {max} files.",
|
|
147
207
|
"file_upload.upload_avatar": "Upload Avatar",
|
|
208
|
+
"filter.add_filter": "Add Filter",
|
|
209
|
+
"filter.apply": "Apply",
|
|
210
|
+
"filter.cancel": "Cancel",
|
|
211
|
+
"filter.clear_all": "Clear all",
|
|
212
|
+
"filter.enter_value": "Enter value...",
|
|
213
|
+
"filter.no_fields": "No filter options available",
|
|
214
|
+
"filter.operator.between": "between",
|
|
215
|
+
"filter.operator.contains": "contains",
|
|
216
|
+
"filter.operator.ends_with": "ends with",
|
|
217
|
+
"filter.operator.equals": "is",
|
|
218
|
+
"filter.operator.gt": "greater than",
|
|
219
|
+
"filter.operator.gte": "greater or equal",
|
|
220
|
+
"filter.operator.is_empty": "is empty",
|
|
221
|
+
"filter.operator.is_not_empty": "is not empty",
|
|
222
|
+
"filter.operator.lt": "less than",
|
|
223
|
+
"filter.operator.lte": "less or equal",
|
|
224
|
+
"filter.operator.not_contains": "does not contain",
|
|
225
|
+
"filter.operator.not_equals": "is not",
|
|
226
|
+
"filter.operator.starts_with": "starts with",
|
|
227
|
+
"filter.select_value": "Select value...",
|
|
228
|
+
"grc.compliance.dora.label": "DORA",
|
|
229
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
230
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
231
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
232
|
+
"grc.impact.authenticity": "Authenticity",
|
|
233
|
+
"grc.impact.availability": "Availability",
|
|
234
|
+
"grc.impact.cancel": "Cancel",
|
|
235
|
+
"grc.impact.confidentiality": "Confidentiality",
|
|
236
|
+
"grc.impact.edit": "Edit",
|
|
237
|
+
"grc.impact.integrity": "Integrity",
|
|
238
|
+
"grc.impact.justification": "Justification",
|
|
239
|
+
"grc.impact.justification_hint": "(highest impact: {level})",
|
|
240
|
+
"grc.impact.justification_placeholder": "Enter justification for the chosen impact values...",
|
|
241
|
+
"grc.impact.no_justification": "No justification provided",
|
|
242
|
+
"grc.impact.save": "Save",
|
|
243
|
+
"grc.impact.scale.asset.0": "Not classified",
|
|
244
|
+
"grc.impact.scale.asset.1": "Insignificant",
|
|
245
|
+
"grc.impact.scale.asset.2": "Low",
|
|
246
|
+
"grc.impact.scale.asset.3": "Medium",
|
|
247
|
+
"grc.impact.scale.asset.4": "High",
|
|
248
|
+
"grc.impact.scale.asset.5": "Business Critical",
|
|
249
|
+
"grc.impact.scale.process.0": "Not rated",
|
|
250
|
+
"grc.impact.scale.process.1": "Insignificant",
|
|
251
|
+
"grc.impact.scale.process.2": "Low",
|
|
252
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
253
|
+
"grc.impact.scale.process.4": "Important",
|
|
254
|
+
"grc.impact.scale.process.5": "Vital",
|
|
255
|
+
"grc.impact.scale.risk.0": "Not rated",
|
|
256
|
+
"grc.impact.scale.risk.1": "Negligible",
|
|
257
|
+
"grc.impact.scale.risk.2": "Low",
|
|
258
|
+
"grc.impact.scale.risk.3": "Medium",
|
|
259
|
+
"grc.impact.scale.risk.4": "High",
|
|
260
|
+
"grc.impact.scale.risk.5": "Critical",
|
|
261
|
+
"grc.impact.title_cia": "CIA Impact",
|
|
262
|
+
"grc.impact.title_ciaa": "CIAA Impact",
|
|
148
263
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
149
264
|
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
150
265
|
};
|
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-RC7UW6B5.mjs";
|
|
6
|
+
import "./chunk-C55FZ43L.mjs";
|
|
7
|
+
import "./chunk-ZCJSSLOJ.mjs";
|
|
8
|
+
import "./chunk-TMFKB72Z.mjs";
|
|
9
|
+
import "./chunk-37UVZFGK.mjs";
|
|
10
10
|
import "./chunk-TYEI7NWI.mjs";
|
|
11
11
|
import "./chunk-DWCWMJZD.mjs";
|
|
12
12
|
import "./chunk-DRJHB4YN.mjs";
|