@kopexa/i18n 17.0.11 → 17.2.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-4JN3AV24.mjs → chunk-FUPRVTN3.mjs} +2 -2
- package/dist/{chunk-KQOCN6FR.mjs → chunk-HGZR6ZZL.mjs} +1 -1
- package/dist/{chunk-WYRRONV4.mjs → chunk-N2KX5O2F.mjs} +1 -1
- package/dist/{chunk-MI7WISX7.mjs → chunk-TB774NCK.mjs} +64 -1
- package/dist/{chunk-XB3YWSB4.mjs → chunk-W7VVTVPH.mjs} +58 -0
- package/dist/hooks/use-built-in-messages.js +122 -1
- package/dist/hooks/use-built-in-messages.mjs +4 -4
- package/dist/i18n.js +122 -1
- package/dist/i18n.mjs +5 -5
- package/dist/index.js +122 -1
- package/dist/index.mjs +5 -5
- package/dist/lang/de.d.mts +64 -1
- package/dist/lang/de.d.ts +64 -1
- package/dist/lang/de.js +64 -1
- package/dist/lang/de.mjs +1 -1
- package/dist/lang/en.d.mts +58 -0
- package/dist/lang/en.d.ts +58 -0
- package/dist/lang/en.js +58 -0
- package/dist/lang/en.mjs +1 -1
- package/dist/loaders/index.js +122 -1
- 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-TB774NCK.mjs";
|
|
5
5
|
import {
|
|
6
6
|
en_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-W7VVTVPH.mjs";
|
|
8
8
|
|
|
9
9
|
// src/loaders/index.ts
|
|
10
10
|
var CACHE = /* @__PURE__ */ new Map();
|
|
@@ -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,65 @@ 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.control.mapped.more": "+{count} weitere",
|
|
88
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
89
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
90
|
+
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
91
|
+
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
92
|
+
"grc.impact.cancel": "Abbrechen",
|
|
93
|
+
"grc.impact.confidentiality": "Vertraulichkeit",
|
|
94
|
+
"grc.impact.edit": "Bearbeiten",
|
|
95
|
+
"grc.impact.integrity": "Integrit\xE4t",
|
|
96
|
+
"grc.impact.justification": "Begr\xFCndung",
|
|
97
|
+
"grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
|
|
98
|
+
"grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
|
|
99
|
+
"grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
|
|
100
|
+
"grc.impact.save": "Speichern",
|
|
101
|
+
"grc.impact.scale.asset.0": "Nicht klassifiziert",
|
|
102
|
+
"grc.impact.scale.asset.1": "Unbedeutend",
|
|
103
|
+
"grc.impact.scale.asset.2": "Gering",
|
|
104
|
+
"grc.impact.scale.asset.3": "Mittel",
|
|
105
|
+
"grc.impact.scale.asset.4": "Hoch",
|
|
106
|
+
"grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
|
|
107
|
+
"grc.impact.scale.process.0": "Nicht bewertet",
|
|
108
|
+
"grc.impact.scale.process.1": "Unbedeutend",
|
|
109
|
+
"grc.impact.scale.process.2": "Gering",
|
|
110
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
111
|
+
"grc.impact.scale.process.4": "Wichtig",
|
|
112
|
+
"grc.impact.scale.process.5": "Vital",
|
|
113
|
+
"grc.impact.scale.risk.0": "Nicht bewertet",
|
|
114
|
+
"grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
|
|
115
|
+
"grc.impact.scale.risk.2": "Gering",
|
|
116
|
+
"grc.impact.scale.risk.3": "Mittel",
|
|
117
|
+
"grc.impact.scale.risk.4": "Hoch",
|
|
118
|
+
"grc.impact.scale.risk.5": "Kritisch",
|
|
119
|
+
"grc.impact.title_cia": "CIA-Auswirkung",
|
|
120
|
+
"grc.impact.title_ciaa": "CIAA-Auswirkung"
|
|
58
121
|
};
|
|
59
122
|
|
|
60
123
|
export {
|
|
@@ -57,6 +57,64 @@ 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.control.mapped.more": "+{count} more",
|
|
85
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
86
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
87
|
+
"grc.impact.authenticity": "Authenticity",
|
|
88
|
+
"grc.impact.availability": "Availability",
|
|
89
|
+
"grc.impact.cancel": "Cancel",
|
|
90
|
+
"grc.impact.confidentiality": "Confidentiality",
|
|
91
|
+
"grc.impact.edit": "Edit",
|
|
92
|
+
"grc.impact.integrity": "Integrity",
|
|
93
|
+
"grc.impact.justification": "Justification",
|
|
94
|
+
"grc.impact.justification_hint": "(highest impact: {level})",
|
|
95
|
+
"grc.impact.justification_placeholder": "Enter justification for the chosen impact values...",
|
|
96
|
+
"grc.impact.no_justification": "No justification provided",
|
|
97
|
+
"grc.impact.save": "Save",
|
|
98
|
+
"grc.impact.scale.asset.0": "Not classified",
|
|
99
|
+
"grc.impact.scale.asset.1": "Insignificant",
|
|
100
|
+
"grc.impact.scale.asset.2": "Low",
|
|
101
|
+
"grc.impact.scale.asset.3": "Medium",
|
|
102
|
+
"grc.impact.scale.asset.4": "High",
|
|
103
|
+
"grc.impact.scale.asset.5": "Business Critical",
|
|
104
|
+
"grc.impact.scale.process.0": "Not rated",
|
|
105
|
+
"grc.impact.scale.process.1": "Insignificant",
|
|
106
|
+
"grc.impact.scale.process.2": "Low",
|
|
107
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
108
|
+
"grc.impact.scale.process.4": "Important",
|
|
109
|
+
"grc.impact.scale.process.5": "Vital",
|
|
110
|
+
"grc.impact.scale.risk.0": "Not rated",
|
|
111
|
+
"grc.impact.scale.risk.1": "Negligible",
|
|
112
|
+
"grc.impact.scale.risk.2": "Low",
|
|
113
|
+
"grc.impact.scale.risk.3": "Medium",
|
|
114
|
+
"grc.impact.scale.risk.4": "High",
|
|
115
|
+
"grc.impact.scale.risk.5": "Critical",
|
|
116
|
+
"grc.impact.title_cia": "CIA Impact",
|
|
117
|
+
"grc.impact.title_ciaa": "CIAA Impact",
|
|
60
118
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
61
119
|
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
62
120
|
};
|
|
@@ -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,65 @@ 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.control.mapped.more": "+{count} weitere",
|
|
115
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
116
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
117
|
+
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
118
|
+
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
119
|
+
"grc.impact.cancel": "Abbrechen",
|
|
120
|
+
"grc.impact.confidentiality": "Vertraulichkeit",
|
|
121
|
+
"grc.impact.edit": "Bearbeiten",
|
|
122
|
+
"grc.impact.integrity": "Integrit\xE4t",
|
|
123
|
+
"grc.impact.justification": "Begr\xFCndung",
|
|
124
|
+
"grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
|
|
125
|
+
"grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
|
|
126
|
+
"grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
|
|
127
|
+
"grc.impact.save": "Speichern",
|
|
128
|
+
"grc.impact.scale.asset.0": "Nicht klassifiziert",
|
|
129
|
+
"grc.impact.scale.asset.1": "Unbedeutend",
|
|
130
|
+
"grc.impact.scale.asset.2": "Gering",
|
|
131
|
+
"grc.impact.scale.asset.3": "Mittel",
|
|
132
|
+
"grc.impact.scale.asset.4": "Hoch",
|
|
133
|
+
"grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
|
|
134
|
+
"grc.impact.scale.process.0": "Nicht bewertet",
|
|
135
|
+
"grc.impact.scale.process.1": "Unbedeutend",
|
|
136
|
+
"grc.impact.scale.process.2": "Gering",
|
|
137
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
138
|
+
"grc.impact.scale.process.4": "Wichtig",
|
|
139
|
+
"grc.impact.scale.process.5": "Vital",
|
|
140
|
+
"grc.impact.scale.risk.0": "Nicht bewertet",
|
|
141
|
+
"grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
|
|
142
|
+
"grc.impact.scale.risk.2": "Gering",
|
|
143
|
+
"grc.impact.scale.risk.3": "Mittel",
|
|
144
|
+
"grc.impact.scale.risk.4": "Hoch",
|
|
145
|
+
"grc.impact.scale.risk.5": "Kritisch",
|
|
146
|
+
"grc.impact.title_cia": "CIA-Auswirkung",
|
|
147
|
+
"grc.impact.title_ciaa": "CIAA-Auswirkung"
|
|
85
148
|
};
|
|
86
149
|
|
|
87
150
|
// src/lang/en.json
|
|
@@ -141,6 +204,64 @@ var en_default = {
|
|
|
141
204
|
"file_upload.remove_avatar": "Remove Avatar",
|
|
142
205
|
"file_upload.too_many_files": "You can only upload a maximum of {max} files.",
|
|
143
206
|
"file_upload.upload_avatar": "Upload Avatar",
|
|
207
|
+
"filter.add_filter": "Add Filter",
|
|
208
|
+
"filter.apply": "Apply",
|
|
209
|
+
"filter.cancel": "Cancel",
|
|
210
|
+
"filter.clear_all": "Clear all",
|
|
211
|
+
"filter.enter_value": "Enter value...",
|
|
212
|
+
"filter.no_fields": "No filter options available",
|
|
213
|
+
"filter.operator.between": "between",
|
|
214
|
+
"filter.operator.contains": "contains",
|
|
215
|
+
"filter.operator.ends_with": "ends with",
|
|
216
|
+
"filter.operator.equals": "is",
|
|
217
|
+
"filter.operator.gt": "greater than",
|
|
218
|
+
"filter.operator.gte": "greater or equal",
|
|
219
|
+
"filter.operator.is_empty": "is empty",
|
|
220
|
+
"filter.operator.is_not_empty": "is not empty",
|
|
221
|
+
"filter.operator.lt": "less than",
|
|
222
|
+
"filter.operator.lte": "less or equal",
|
|
223
|
+
"filter.operator.not_contains": "does not contain",
|
|
224
|
+
"filter.operator.not_equals": "is not",
|
|
225
|
+
"filter.operator.starts_with": "starts with",
|
|
226
|
+
"filter.select_value": "Select value...",
|
|
227
|
+
"grc.compliance.dora.label": "DORA",
|
|
228
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
229
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
230
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
231
|
+
"grc.control.mapped.more": "+{count} more",
|
|
232
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
233
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
234
|
+
"grc.impact.authenticity": "Authenticity",
|
|
235
|
+
"grc.impact.availability": "Availability",
|
|
236
|
+
"grc.impact.cancel": "Cancel",
|
|
237
|
+
"grc.impact.confidentiality": "Confidentiality",
|
|
238
|
+
"grc.impact.edit": "Edit",
|
|
239
|
+
"grc.impact.integrity": "Integrity",
|
|
240
|
+
"grc.impact.justification": "Justification",
|
|
241
|
+
"grc.impact.justification_hint": "(highest impact: {level})",
|
|
242
|
+
"grc.impact.justification_placeholder": "Enter justification for the chosen impact values...",
|
|
243
|
+
"grc.impact.no_justification": "No justification provided",
|
|
244
|
+
"grc.impact.save": "Save",
|
|
245
|
+
"grc.impact.scale.asset.0": "Not classified",
|
|
246
|
+
"grc.impact.scale.asset.1": "Insignificant",
|
|
247
|
+
"grc.impact.scale.asset.2": "Low",
|
|
248
|
+
"grc.impact.scale.asset.3": "Medium",
|
|
249
|
+
"grc.impact.scale.asset.4": "High",
|
|
250
|
+
"grc.impact.scale.asset.5": "Business Critical",
|
|
251
|
+
"grc.impact.scale.process.0": "Not rated",
|
|
252
|
+
"grc.impact.scale.process.1": "Insignificant",
|
|
253
|
+
"grc.impact.scale.process.2": "Low",
|
|
254
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
255
|
+
"grc.impact.scale.process.4": "Important",
|
|
256
|
+
"grc.impact.scale.process.5": "Vital",
|
|
257
|
+
"grc.impact.scale.risk.0": "Not rated",
|
|
258
|
+
"grc.impact.scale.risk.1": "Negligible",
|
|
259
|
+
"grc.impact.scale.risk.2": "Low",
|
|
260
|
+
"grc.impact.scale.risk.3": "Medium",
|
|
261
|
+
"grc.impact.scale.risk.4": "High",
|
|
262
|
+
"grc.impact.scale.risk.5": "Critical",
|
|
263
|
+
"grc.impact.title_cia": "CIA Impact",
|
|
264
|
+
"grc.impact.title_ciaa": "CIAA Impact",
|
|
144
265
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
145
266
|
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
146
267
|
};
|
|
@@ -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-HGZR6ZZL.mjs";
|
|
6
|
+
import "../chunk-FUPRVTN3.mjs";
|
|
7
|
+
import "../chunk-TB774NCK.mjs";
|
|
8
|
+
import "../chunk-W7VVTVPH.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,65 @@ 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.control.mapped.more": "+{count} weitere",
|
|
119
|
+
"grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
|
|
120
|
+
"grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
|
|
121
|
+
"grc.impact.authenticity": "Authentizit\xE4t",
|
|
122
|
+
"grc.impact.availability": "Verf\xFCgbarkeit",
|
|
123
|
+
"grc.impact.cancel": "Abbrechen",
|
|
124
|
+
"grc.impact.confidentiality": "Vertraulichkeit",
|
|
125
|
+
"grc.impact.edit": "Bearbeiten",
|
|
126
|
+
"grc.impact.integrity": "Integrit\xE4t",
|
|
127
|
+
"grc.impact.justification": "Begr\xFCndung",
|
|
128
|
+
"grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
|
|
129
|
+
"grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
|
|
130
|
+
"grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
|
|
131
|
+
"grc.impact.save": "Speichern",
|
|
132
|
+
"grc.impact.scale.asset.0": "Nicht klassifiziert",
|
|
133
|
+
"grc.impact.scale.asset.1": "Unbedeutend",
|
|
134
|
+
"grc.impact.scale.asset.2": "Gering",
|
|
135
|
+
"grc.impact.scale.asset.3": "Mittel",
|
|
136
|
+
"grc.impact.scale.asset.4": "Hoch",
|
|
137
|
+
"grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
|
|
138
|
+
"grc.impact.scale.process.0": "Nicht bewertet",
|
|
139
|
+
"grc.impact.scale.process.1": "Unbedeutend",
|
|
140
|
+
"grc.impact.scale.process.2": "Gering",
|
|
141
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
142
|
+
"grc.impact.scale.process.4": "Wichtig",
|
|
143
|
+
"grc.impact.scale.process.5": "Vital",
|
|
144
|
+
"grc.impact.scale.risk.0": "Nicht bewertet",
|
|
145
|
+
"grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
|
|
146
|
+
"grc.impact.scale.risk.2": "Gering",
|
|
147
|
+
"grc.impact.scale.risk.3": "Mittel",
|
|
148
|
+
"grc.impact.scale.risk.4": "Hoch",
|
|
149
|
+
"grc.impact.scale.risk.5": "Kritisch",
|
|
150
|
+
"grc.impact.title_cia": "CIA-Auswirkung",
|
|
151
|
+
"grc.impact.title_ciaa": "CIAA-Auswirkung"
|
|
89
152
|
};
|
|
90
153
|
|
|
91
154
|
// src/lang/en.json
|
|
@@ -145,6 +208,64 @@ var en_default = {
|
|
|
145
208
|
"file_upload.remove_avatar": "Remove Avatar",
|
|
146
209
|
"file_upload.too_many_files": "You can only upload a maximum of {max} files.",
|
|
147
210
|
"file_upload.upload_avatar": "Upload Avatar",
|
|
211
|
+
"filter.add_filter": "Add Filter",
|
|
212
|
+
"filter.apply": "Apply",
|
|
213
|
+
"filter.cancel": "Cancel",
|
|
214
|
+
"filter.clear_all": "Clear all",
|
|
215
|
+
"filter.enter_value": "Enter value...",
|
|
216
|
+
"filter.no_fields": "No filter options available",
|
|
217
|
+
"filter.operator.between": "between",
|
|
218
|
+
"filter.operator.contains": "contains",
|
|
219
|
+
"filter.operator.ends_with": "ends with",
|
|
220
|
+
"filter.operator.equals": "is",
|
|
221
|
+
"filter.operator.gt": "greater than",
|
|
222
|
+
"filter.operator.gte": "greater or equal",
|
|
223
|
+
"filter.operator.is_empty": "is empty",
|
|
224
|
+
"filter.operator.is_not_empty": "is not empty",
|
|
225
|
+
"filter.operator.lt": "less than",
|
|
226
|
+
"filter.operator.lte": "less or equal",
|
|
227
|
+
"filter.operator.not_contains": "does not contain",
|
|
228
|
+
"filter.operator.not_equals": "is not",
|
|
229
|
+
"filter.operator.starts_with": "starts with",
|
|
230
|
+
"filter.select_value": "Select value...",
|
|
231
|
+
"grc.compliance.dora.label": "DORA",
|
|
232
|
+
"grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
|
|
233
|
+
"grc.compliance.nis2.label": "NIS2",
|
|
234
|
+
"grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards risk",
|
|
235
|
+
"grc.control.mapped.more": "+{count} more",
|
|
236
|
+
"grc.control.mapped.no_controls": "No mapped controls",
|
|
237
|
+
"grc.control.mapped.view_all": "View all {count} controls",
|
|
238
|
+
"grc.impact.authenticity": "Authenticity",
|
|
239
|
+
"grc.impact.availability": "Availability",
|
|
240
|
+
"grc.impact.cancel": "Cancel",
|
|
241
|
+
"grc.impact.confidentiality": "Confidentiality",
|
|
242
|
+
"grc.impact.edit": "Edit",
|
|
243
|
+
"grc.impact.integrity": "Integrity",
|
|
244
|
+
"grc.impact.justification": "Justification",
|
|
245
|
+
"grc.impact.justification_hint": "(highest impact: {level})",
|
|
246
|
+
"grc.impact.justification_placeholder": "Enter justification for the chosen impact values...",
|
|
247
|
+
"grc.impact.no_justification": "No justification provided",
|
|
248
|
+
"grc.impact.save": "Save",
|
|
249
|
+
"grc.impact.scale.asset.0": "Not classified",
|
|
250
|
+
"grc.impact.scale.asset.1": "Insignificant",
|
|
251
|
+
"grc.impact.scale.asset.2": "Low",
|
|
252
|
+
"grc.impact.scale.asset.3": "Medium",
|
|
253
|
+
"grc.impact.scale.asset.4": "High",
|
|
254
|
+
"grc.impact.scale.asset.5": "Business Critical",
|
|
255
|
+
"grc.impact.scale.process.0": "Not rated",
|
|
256
|
+
"grc.impact.scale.process.1": "Insignificant",
|
|
257
|
+
"grc.impact.scale.process.2": "Low",
|
|
258
|
+
"grc.impact.scale.process.3": "Relevant",
|
|
259
|
+
"grc.impact.scale.process.4": "Important",
|
|
260
|
+
"grc.impact.scale.process.5": "Vital",
|
|
261
|
+
"grc.impact.scale.risk.0": "Not rated",
|
|
262
|
+
"grc.impact.scale.risk.1": "Negligible",
|
|
263
|
+
"grc.impact.scale.risk.2": "Low",
|
|
264
|
+
"grc.impact.scale.risk.3": "Medium",
|
|
265
|
+
"grc.impact.scale.risk.4": "High",
|
|
266
|
+
"grc.impact.scale.risk.5": "Critical",
|
|
267
|
+
"grc.impact.title_cia": "CIA Impact",
|
|
268
|
+
"grc.impact.title_ciaa": "CIAA Impact",
|
|
148
269
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
149
270
|
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
150
271
|
};
|
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-N2KX5O2F.mjs";
|
|
6
|
+
import "./chunk-HGZR6ZZL.mjs";
|
|
7
|
+
import "./chunk-FUPRVTN3.mjs";
|
|
8
|
+
import "./chunk-TB774NCK.mjs";
|
|
9
|
+
import "./chunk-W7VVTVPH.mjs";
|
|
10
10
|
import "./chunk-TYEI7NWI.mjs";
|
|
11
11
|
import "./chunk-DWCWMJZD.mjs";
|
|
12
12
|
import "./chunk-DRJHB4YN.mjs";
|