@kopexa/i18n 17.12.1 → 17.13.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/dist/i18n.js CHANGED
@@ -34,13 +34,21 @@ var import_react = require("react");
34
34
  // src/lang/de.json
35
35
  var de_default = {
36
36
  "audit-info.created_at": "Erstellt",
37
- "color-picker.hex_label": "Hex",
38
- "color-picker.label": "Farbe",
39
- "color-picker.pick_color": "Farbe ausw\xE4hlen",
40
37
  "audit-info.created_by": "Erstellt von",
41
38
  "audit-info.title": "Metadaten",
42
39
  "audit-info.updated_at": "Aktualisiert",
43
40
  "audit-info.updated_by": "Aktualisiert von",
41
+ "color-picker.hex_label": "Hex",
42
+ "color-picker.label": "Farbe",
43
+ "color-picker.pick_color": "Farbe ausw\xE4hlen",
44
+ "date-picker.clear": "L\xF6schen",
45
+ "date-picker.open_calendar": "Kalender \xF6ffnen",
46
+ "date-picker.select_date": "Datum ausw\xE4hlen",
47
+ "date-picker.select_date_and_time": "Datum und Uhrzeit ausw\xE4hlen",
48
+ "date-picker.today": "Heute",
49
+ "editable-text.cancel": "Abbrechen",
50
+ "editable-text.edit": "Bearbeiten",
51
+ "editable-text.save": "Speichern",
44
52
  "editor.callout.cancel": "Abbrechen",
45
53
  "editor.callout.save": "Speichern",
46
54
  "editor.callout.settings": "Einstellungen",
@@ -55,62 +63,6 @@ var de_default = {
55
63
  "editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
56
64
  "editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
57
65
  "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.",
58
- "editor.math.cancel": "Abbrechen",
59
- "editor.math.edit": "Bearbeiten",
60
- "editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
61
- "editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
62
- "editor.math.latex_input": "LaTeX",
63
- "editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
64
- "editor.math.preview": "Vorschau",
65
- "editor.math.save": "Speichern",
66
- "editor.math.title": "Formel",
67
- "editor.image.alt_placeholder": "Bild beschreiben...",
68
- "editor.image.alt_text": "Alternativtext",
69
- "editor.image.error": "Bild konnte nicht geladen werden",
70
- "editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
71
- "editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
72
- "editor.image.invalid_type": "Ung\xFCltiger Dateityp",
73
- "editor.image.loading": "Bild wird geladen...",
74
- "editor.image.remove": "Entfernen",
75
- "editor.image.retry": "Wiederholen",
76
- "editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
77
- "editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
78
- "editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
79
- "editor.image.uploading": "Wird hochgeladen...",
80
- "editor.table.row_actions": "Zeilenaktionen",
81
- "editor.table.column_actions": "Spaltenaktionen",
82
- "editor.table.cell_options": "Zellenoptionen",
83
- "editor.table.alignment": "Ausrichtung",
84
- "editor.table.align_left": "Linksb\xFCndig",
85
- "editor.table.align_center": "Zentriert",
86
- "editor.table.align_right": "Rechtsb\xFCndig",
87
- "editor.table.justify": "Blocksatz",
88
- "editor.table.align_top": "Oben ausrichten",
89
- "editor.table.align_middle": "Mittig ausrichten",
90
- "editor.table.align_bottom": "Unten ausrichten",
91
- "editor.table.insert_row_above": "Zeile oberhalb einf\xFCgen",
92
- "editor.table.insert_row_below": "Zeile unterhalb einf\xFCgen",
93
- "editor.table.insert_column_left": "Spalte links einf\xFCgen",
94
- "editor.table.insert_column_right": "Spalte rechts einf\xFCgen",
95
- "editor.table.delete_row": "Zeile l\xF6schen",
96
- "editor.table.delete_column": "Spalte l\xF6schen",
97
- "editor.table.move_row_up": "Zeile nach oben",
98
- "editor.table.move_row_down": "Zeile nach unten",
99
- "editor.table.move_column_left": "Spalte nach links",
100
- "editor.table.move_column_right": "Spalte nach rechts",
101
- "editor.table.sort_row_asc": "Zeile A-Z sortieren",
102
- "editor.table.sort_row_desc": "Zeile Z-A sortieren",
103
- "editor.table.sort_column_asc": "Spalte A-Z sortieren",
104
- "editor.table.sort_column_desc": "Spalte Z-A sortieren",
105
- "editor.table.duplicate_row": "Zeile duplizieren",
106
- "editor.table.duplicate_column": "Spalte duplizieren",
107
- "editor.table.header_row": "Kopfzeile",
108
- "editor.table.header_column": "Kopfspalte",
109
- "editor.table.merge_cells": "Zellen verbinden",
110
- "editor.table.split_cell": "Zelle teilen",
111
- "editor.table.clear_row_contents": "Zeileninhalt l\xF6schen",
112
- "editor.table.clear_column_contents": "Spalteninhalt l\xF6schen",
113
- "editor.table.clear_contents": "Inhalt l\xF6schen",
114
66
  "editor.controlref.appearance": "Darstellung",
115
67
  "editor.controlref.border": "Rahmen",
116
68
  "editor.controlref.cancel": "Abbrechen",
@@ -121,16 +73,23 @@ var de_default = {
121
73
  "editor.controlref.control_with_title": "Kontrolle: {title}",
122
74
  "editor.controlref.controls": "Kontrollen",
123
75
  "editor.controlref.display_options": "Anzeigeoptionen",
76
+ "editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
77
+ "editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
124
78
  "editor.controlref.live_preview": "Live-Vorschau",
125
79
  "editor.controlref.map_control": "Kontrolle zuordnen",
126
80
  "editor.controlref.map_control_aria": "Kontrolle zuordnen",
81
+ "editor.controlref.missing_badge": "Kontrolle existiert nicht mehr",
82
+ "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.",
127
83
  "editor.controlref.no_control_selected": "Keine Kontrolle ausgew\xE4hlt",
128
84
  "editor.controlref.no_results": "Keine Kontrollen gefunden f\xFCr \u201E{query}\u201C. Dieser Chip kann unzugeordnet bleiben.",
85
+ "editor.controlref.outdated_badge": "Es ist eine neuere Revision vorhanden",
86
+ "editor.controlref.outdated_callout": "Es gibt eine neuere Revision der aktuell zugeordneten Kontrolle. Aktualisieren Sie auf die neueste Version, indem Sie sie unten erneut ausw\xE4hlen.",
129
87
  "editor.controlref.radius": "Radius",
130
88
  "editor.controlref.results_count": "{count, plural, one {# Ergebnis} other {# Ergebnisse}}",
131
89
  "editor.controlref.save_settings": "Einstellungen speichern",
132
90
  "editor.controlref.search_controls": "Kontrollen durchsuchen\u2026",
133
91
  "editor.controlref.search_hint": "Beginnen Sie zu tippen, um nach ID, Titel oder Status zu suchen.",
92
+ "editor.controlref.search_placeholder": "z. B. CTRL-001, Asset Inventory \u2026",
134
93
  "editor.controlref.searching": "Suche l\xE4uft\u2026",
135
94
  "editor.controlref.selected": "Ausgew\xE4hlt",
136
95
  "editor.controlref.settings": "Einstellungen",
@@ -140,6 +99,7 @@ var de_default = {
140
99
  "editor.controlref.show_implementations": "Umsetzungen anzeigen",
141
100
  "editor.controlref.show_status": "Status anzeigen",
142
101
  "editor.controlref.show_status_indicator": "Status-Indikator anzeigen",
102
+ "editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
143
103
  "editor.controlref.spacing": "Abstand",
144
104
  "editor.controlref.unmap": "Zuordnung aufheben",
145
105
  "editor.controlref.unmapped_control": "Nicht zugeordnete Kontrolle",
@@ -148,14 +108,106 @@ var de_default = {
148
108
  "editor.controlref.variant_card": "Karte",
149
109
  "editor.controlref.variant_chip": "Chip",
150
110
  "editor.controlref.variant_hint": "W\xE4hlen Sie eine visuelle Darstellung f\xFCr diesen Abschnitt.",
151
- "editor.controlref.outdated_badge": "Es ist eine neuere Revision vorhanden",
152
- "editor.controlref.missing_badge": "Kontrolle existiert nicht mehr",
153
- "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.",
154
- "editor.controlref.outdated_callout": "Es gibt eine neuere Revision der aktuell zugeordneten Kontrolle. Aktualisieren Sie auf die neueste Version, indem Sie sie unten erneut ausw\xE4hlen.",
155
- "editor.controlref.search_placeholder": "z. B. CTRL-001, Asset Inventory \u2026",
156
- "editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
157
- "editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
158
- "editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
111
+ "editor.image.alt_placeholder": "Bild beschreiben...",
112
+ "editor.image.alt_text": "Alternativtext",
113
+ "editor.image.error": "Bild konnte nicht geladen werden",
114
+ "editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
115
+ "editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
116
+ "editor.image.invalid_type": "Ung\xFCltiger Dateityp",
117
+ "editor.image.loading": "Bild wird geladen...",
118
+ "editor.image.remove": "Entfernen",
119
+ "editor.image.retry": "Wiederholen",
120
+ "editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
121
+ "editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
122
+ "editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
123
+ "editor.image.uploading": "Wird hochgeladen...",
124
+ "editor.math.cancel": "Abbrechen",
125
+ "editor.math.edit": "Bearbeiten",
126
+ "editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
127
+ "editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
128
+ "editor.math.latex_input": "LaTeX",
129
+ "editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
130
+ "editor.math.preview": "Vorschau",
131
+ "editor.math.save": "Speichern",
132
+ "editor.math.title": "Formel",
133
+ "editor.placeholder": "Schreiben, '/' f\xFCr Befehle eingeben\u2026",
134
+ "editor.slash.ask_ai": "KI fragen",
135
+ "editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
136
+ "editor.slash.blockquote": "Zitat",
137
+ "editor.slash.blockquote.subtext": "Zitatblock",
138
+ "editor.slash.bullet_list": "Aufz\xE4hlung",
139
+ "editor.slash.bullet_list.subtext": "Liste mit Aufz\xE4hlungspunkten",
140
+ "editor.slash.callout": "Hinweis",
141
+ "editor.slash.callout.subtext": "Hervorgehobener Block f\xFCr wichtige Informationen",
142
+ "editor.slash.code_block": "Codeblock",
143
+ "editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
144
+ "editor.slash.continue_writing": "Weiterschreiben",
145
+ "editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
146
+ "editor.slash.control": "Kontrolle",
147
+ "editor.slash.control.subtext": "Kontrollblock einf\xFCgen",
148
+ "editor.slash.filter_placeholder": "Filtern...",
149
+ "editor.slash.formula": "Formel",
150
+ "editor.slash.formula.subtext": "LaTeX-Formelblock",
151
+ "editor.slash.group.ai": "KI",
152
+ "editor.slash.group.insert": "Einf\xFCgen",
153
+ "editor.slash.group.style": "Formatierung",
154
+ "editor.slash.group.upload": "Hochladen",
155
+ "editor.slash.heading_1": "\xDCberschrift 1",
156
+ "editor.slash.heading_1.subtext": "Haupt\xFCberschrift",
157
+ "editor.slash.heading_2": "\xDCberschrift 2",
158
+ "editor.slash.heading_2.subtext": "Abschnitts\xFCberschrift",
159
+ "editor.slash.heading_3": "\xDCberschrift 3",
160
+ "editor.slash.heading_3.subtext": "Unterabschnitts\xFCberschrift",
161
+ "editor.slash.image": "Bild",
162
+ "editor.slash.image.subtext": "Bild mit Gr\xF6\xDFenanpassung",
163
+ "editor.slash.ordered_list": "Nummerierte Liste",
164
+ "editor.slash.ordered_list.subtext": "Liste mit Nummern",
165
+ "editor.slash.separator": "Trennlinie",
166
+ "editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
167
+ "editor.slash.table": "Tabelle",
168
+ "editor.slash.table.subtext": "Tabelle einf\xFCgen",
169
+ "editor.slash.task_list": "Aufgabenliste",
170
+ "editor.slash.task_list.subtext": "Liste mit Aufgaben",
171
+ "editor.slash.text": "Text",
172
+ "editor.slash.text.subtext": "Normaler Textabsatz",
173
+ "editor.slash.toc": "Inhaltsverzeichnis",
174
+ "editor.slash.toc.subtext": "Automatisch generierte \xDCberschriftenliste",
175
+ "editor.slash.warning": "Warnung",
176
+ "editor.slash.warning.subtext": "Warnungsblock",
177
+ "editor.table.align_bottom": "Unten ausrichten",
178
+ "editor.table.align_center": "Zentriert",
179
+ "editor.table.align_left": "Linksb\xFCndig",
180
+ "editor.table.align_middle": "Mittig ausrichten",
181
+ "editor.table.align_right": "Rechtsb\xFCndig",
182
+ "editor.table.align_top": "Oben ausrichten",
183
+ "editor.table.alignment": "Ausrichtung",
184
+ "editor.table.cell_options": "Zellenoptionen",
185
+ "editor.table.clear_column_contents": "Spalteninhalt l\xF6schen",
186
+ "editor.table.clear_contents": "Inhalt l\xF6schen",
187
+ "editor.table.clear_row_contents": "Zeileninhalt l\xF6schen",
188
+ "editor.table.column_actions": "Spaltenaktionen",
189
+ "editor.table.delete_column": "Spalte l\xF6schen",
190
+ "editor.table.delete_row": "Zeile l\xF6schen",
191
+ "editor.table.duplicate_column": "Spalte duplizieren",
192
+ "editor.table.duplicate_row": "Zeile duplizieren",
193
+ "editor.table.header_column": "Kopfspalte",
194
+ "editor.table.header_row": "Kopfzeile",
195
+ "editor.table.insert_column_left": "Spalte links einf\xFCgen",
196
+ "editor.table.insert_column_right": "Spalte rechts einf\xFCgen",
197
+ "editor.table.insert_row_above": "Zeile oberhalb einf\xFCgen",
198
+ "editor.table.insert_row_below": "Zeile unterhalb einf\xFCgen",
199
+ "editor.table.justify": "Blocksatz",
200
+ "editor.table.merge_cells": "Zellen verbinden",
201
+ "editor.table.move_column_left": "Spalte nach links",
202
+ "editor.table.move_column_right": "Spalte nach rechts",
203
+ "editor.table.move_row_down": "Zeile nach unten",
204
+ "editor.table.move_row_up": "Zeile nach oben",
205
+ "editor.table.row_actions": "Zeilenaktionen",
206
+ "editor.table.sort_column_asc": "Spalte A-Z sortieren",
207
+ "editor.table.sort_column_desc": "Spalte Z-A sortieren",
208
+ "editor.table.sort_row_asc": "Zeile A-Z sortieren",
209
+ "editor.table.sort_row_desc": "Zeile Z-A sortieren",
210
+ "editor.table.split_cell": "Zelle teilen",
159
211
  "editor.toc.cancel": "Abbrechen",
160
212
  "editor.toc.empty_heading": "(Leere \xDCberschrift)",
161
213
  "editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
@@ -170,88 +222,49 @@ var de_default = {
170
222
  "editor.toc.style_default": "Standard",
171
223
  "editor.toc.style_flat": "Flach",
172
224
  "editor.toc.title": "Inhaltsverzeichnis",
173
- "editable-text.cancel": "Abbrechen",
174
- "editable-text.edit": "Bearbeiten",
175
- "editable-text.save": "Speichern",
225
+ "editor.toolbar.align.center": "Zentriert",
226
+ "editor.toolbar.align.justify": "Blocksatz",
227
+ "editor.toolbar.align.left": "Linksb\xFCndig",
228
+ "editor.toolbar.align.right": "Rechtsb\xFCndig",
229
+ "editor.toolbar.block.blockquote": "Zitat",
230
+ "editor.toolbar.block.bullet_list": "Aufz\xE4hlung",
231
+ "editor.toolbar.block.code_block": "Codeblock",
232
+ "editor.toolbar.block.heading_1": "\xDCberschrift 1",
233
+ "editor.toolbar.block.heading_2": "\xDCberschrift 2",
234
+ "editor.toolbar.block.heading_3": "\xDCberschrift 3",
235
+ "editor.toolbar.block.heading_4": "\xDCberschrift 4",
236
+ "editor.toolbar.block.ordered_list": "Nummerierte Liste",
237
+ "editor.toolbar.block.task_list": "Aufgabenliste",
238
+ "editor.toolbar.block.text": "Text",
239
+ "editor.toolbar.bold": "Fett",
240
+ "editor.toolbar.code": "Code",
241
+ "editor.toolbar.highlight_color": "Hervorhebungsfarbe",
242
+ "editor.toolbar.italic": "Kursiv",
243
+ "editor.toolbar.link.edit": "Link bearbeiten",
244
+ "editor.toolbar.link.open": "Link in neuem Tab \xF6ffnen",
245
+ "editor.toolbar.link.placeholder": "URL eingeben...",
246
+ "editor.toolbar.link.remove": "Link entfernen",
247
+ "editor.toolbar.link.save": "Link speichern",
248
+ "editor.toolbar.more_options": "Weitere Optionen",
249
+ "editor.toolbar.redo": "Wiederholen",
250
+ "editor.toolbar.reset_formatting": "Formatierung zur\xFCcksetzen",
251
+ "editor.toolbar.strikethrough": "Durchgestrichen",
252
+ "editor.toolbar.subscript": "Tiefgestellt",
253
+ "editor.toolbar.superscript": "Hochgestellt",
254
+ "editor.toolbar.table.insert": "Tabelle einf\xFCgen",
255
+ "editor.toolbar.text_color": "Textfarbe",
256
+ "editor.toolbar.turn_into": "Umwandeln in",
257
+ "editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
258
+ "editor.toolbar.underline": "Unterstrichen",
259
+ "editor.toolbar.undo": "R\xFCckg\xE4ngig",
176
260
  "file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
261
+ "file_upload.apply_crop": "Best\xE4tigen",
177
262
  "file_upload.avatar_uploaded": "Avatar hochgeladen",
263
+ "file_upload.cancel": "Abbrechen",
178
264
  "file_upload.change_avatar": "Avatar \xE4ndern",
179
265
  "file_upload.remove_avatar": "Avatar entfernen",
180
266
  "file_upload.too_many_files": "Es k\xF6nnen maximal {max} Dateien hochgeladen werden.",
181
267
  "file_upload.upload_avatar": "Avatar hochladen",
182
- "use_file_upload.file_exceeds_max": 'Datei "{name}" \xFCberschreitet die maximale Gr\xF6\xDFe von {max}.',
183
- "use_file_upload.file_not_accepted": 'Datei "{name}" ist kein zul\xE4ssiger Dateityp.',
184
- "file_upload.apply_crop": "Best\xE4tigen",
185
- "file_upload.cancel": "Abbrechen",
186
- "filter.add_filter": "Filter hinzuf\xFCgen",
187
- "filter.apply": "Anwenden",
188
- "filter.cancel": "Abbrechen",
189
- "filter.clear_all": "Alle l\xF6schen",
190
- "filter.enter_value": "Wert eingeben...",
191
- "filter.no_fields": "Keine Filteroptionen verf\xFCgbar",
192
- "filter.operator.between": "zwischen",
193
- "filter.operator.contains": "enth\xE4lt",
194
- "filter.operator.ends_with": "endet mit",
195
- "filter.operator.equals": "ist",
196
- "filter.operator.gt": "gr\xF6\xDFer als",
197
- "filter.operator.gte": "gr\xF6\xDFer oder gleich",
198
- "filter.operator.is_empty": "ist leer",
199
- "filter.operator.is_not_empty": "ist nicht leer",
200
- "filter.operator.lt": "kleiner als",
201
- "filter.operator.lte": "kleiner oder gleich",
202
- "filter.operator.not_contains": "enth\xE4lt nicht",
203
- "filter.operator.not_equals": "ist nicht",
204
- "filter.operator.starts_with": "beginnt mit",
205
- "filter.select_value": "Wert ausw\xE4hlen...",
206
- "filter.loading": "L\xE4dt...",
207
- "filter.boolean_true": "Ja",
208
- "filter.boolean_false": "Nein",
209
- "filter.range_min": "Min",
210
- "filter.range_max": "Max",
211
- "filter.remove_filter": "{field}-Filter entfernen",
212
- "filter.operator_label": "{field} Operator",
213
- "filter.value_label": "{field} Wert",
214
- "filter.value_min_label": "{field} Minimalwert",
215
- "filter.value_max_label": "{field} Maximalwert",
216
- "grc.compliance.dora.label": "DORA",
217
- "grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
218
- "grc.compliance.nis2.label": "NIS2",
219
- "grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
220
- "grc.control.mapped.more": "+{count} weitere",
221
- "grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
222
- "grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
223
- "grc.impact.authenticity": "Authentizit\xE4t",
224
- "grc.impact.availability": "Verf\xFCgbarkeit",
225
- "grc.impact.cancel": "Abbrechen",
226
- "grc.impact.confidentiality": "Vertraulichkeit",
227
- "grc.impact.edit": "Bearbeiten",
228
- "grc.impact.integrity": "Integrit\xE4t",
229
- "grc.impact.justification": "Begr\xFCndung",
230
- "grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
231
- "grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
232
- "grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
233
- "grc.impact.save": "Speichern",
234
- "grc.impact.scale.asset.0": "Nicht klassifiziert",
235
- "grc.impact.scale.asset.1": "Unbedeutend",
236
- "grc.impact.scale.asset.2": "Gering",
237
- "grc.impact.scale.asset.3": "Mittel",
238
- "grc.impact.scale.asset.4": "Hoch",
239
- "grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
240
- "grc.impact.scale.process.0": "Nicht bewertet",
241
- "grc.impact.scale.process.1": "Unbedeutend",
242
- "grc.impact.scale.process.2": "Gering",
243
- "grc.impact.scale.process.3": "Relevant",
244
- "grc.impact.scale.process.4": "Wichtig",
245
- "grc.impact.scale.process.5": "Vital",
246
- "grc.impact.required": "Erforderlich",
247
- "grc.impact.scale.risk.0": "Nicht bewertet",
248
- "grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
249
- "grc.impact.scale.risk.2": "Gering",
250
- "grc.impact.scale.risk.3": "Mittel",
251
- "grc.impact.scale.risk.4": "Hoch",
252
- "grc.impact.scale.risk.5": "Kritisch",
253
- "grc.impact.title_cia": "CIA-Auswirkung",
254
- "grc.impact.title_ciaa": "CIAA-Auswirkung",
255
268
  "filter-bar.add_filter": "Filter hinzuf\xFCgen",
256
269
  "filter-bar.apply": "Anwenden",
257
270
  "filter-bar.cancel": "Abbrechen",
@@ -276,102 +289,102 @@ var de_default = {
276
289
  "filter-bar.select_value": "Wert ausw\xE4hlen...",
277
290
  "filter-bar.selected_count": "{count} ausgew\xE4hlt",
278
291
  "filter-bar.value_label": "{field} Wert",
279
- "pdf_viewer.error_hint": "Bitte versuche es erneut.",
280
- "pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
281
- "pdf_viewer.loading": "Dokument wird geladen\u2026",
282
- "pdf_viewer.page_label": "Seite {page} von {total}",
283
- "pdf_viewer.toolbar_download": "Herunterladen",
284
- "pdf_viewer.toolbar_fit_width": "An Breite anpassen",
285
- "pdf_viewer.toolbar_next_page": "N\xE4chste Seite",
286
- "pdf_viewer.toolbar_page_of": "{page} von {total}",
287
- "pdf_viewer.toolbar_prev_page": "Vorherige Seite",
288
- "pdf_viewer.toolbar_print": "Drucken",
289
- "pdf_viewer.toolbar_zoom_in": "Vergr\xF6\xDFern",
290
- "pdf_viewer.toolbar_zoom_level": "{level} %",
291
- "pdf_viewer.toolbar_zoom_out": "Verkleinern",
292
- "editor.toolbar.block.text": "Text",
293
- "editor.toolbar.block.heading_1": "\xDCberschrift 1",
294
- "editor.toolbar.block.heading_2": "\xDCberschrift 2",
295
- "editor.toolbar.block.heading_3": "\xDCberschrift 3",
296
- "editor.toolbar.block.heading_4": "\xDCberschrift 4",
297
- "editor.toolbar.block.bullet_list": "Aufz\xE4hlung",
298
- "editor.toolbar.block.ordered_list": "Nummerierte Liste",
299
- "editor.toolbar.block.task_list": "Aufgabenliste",
300
- "editor.toolbar.block.blockquote": "Zitat",
301
- "editor.toolbar.block.code_block": "Codeblock",
302
- "editor.toolbar.turn_into": "Umwandeln in",
303
- "editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
304
- "editor.toolbar.reset_formatting": "Formatierung zur\xFCcksetzen",
305
- "editor.toolbar.bold": "Fett",
306
- "editor.toolbar.italic": "Kursiv",
307
- "editor.toolbar.underline": "Unterstrichen",
308
- "editor.toolbar.strikethrough": "Durchgestrichen",
309
- "editor.toolbar.code": "Code",
310
- "editor.toolbar.superscript": "Hochgestellt",
311
- "editor.toolbar.subscript": "Tiefgestellt",
312
- "editor.toolbar.link.save": "Link speichern",
313
- "editor.toolbar.link.open": "Link in neuem Tab \xF6ffnen",
314
- "editor.toolbar.link.edit": "Link bearbeiten",
315
- "editor.toolbar.link.remove": "Link entfernen",
316
- "editor.toolbar.link.placeholder": "URL eingeben...",
317
- "editor.toolbar.undo": "R\xFCckg\xE4ngig",
318
- "editor.toolbar.redo": "Wiederholen",
319
- "editor.slash.group.ai": "KI",
320
- "editor.slash.group.style": "Formatierung",
321
- "editor.slash.group.insert": "Einf\xFCgen",
322
- "editor.slash.group.upload": "Hochladen",
323
- "editor.slash.continue_writing": "Weiterschreiben",
324
- "editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
325
- "editor.slash.ask_ai": "KI fragen",
326
- "editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
327
- "editor.slash.text": "Text",
328
- "editor.slash.text.subtext": "Normaler Textabsatz",
329
- "editor.slash.heading_1": "\xDCberschrift 1",
330
- "editor.slash.heading_1.subtext": "Haupt\xFCberschrift",
331
- "editor.slash.heading_2": "\xDCberschrift 2",
332
- "editor.slash.heading_2.subtext": "Abschnitts\xFCberschrift",
333
- "editor.slash.heading_3": "\xDCberschrift 3",
334
- "editor.slash.heading_3.subtext": "Unterabschnitts\xFCberschrift",
335
- "editor.slash.bullet_list": "Aufz\xE4hlung",
336
- "editor.slash.bullet_list.subtext": "Liste mit Aufz\xE4hlungspunkten",
337
- "editor.slash.ordered_list": "Nummerierte Liste",
338
- "editor.slash.ordered_list.subtext": "Liste mit Nummern",
339
- "editor.slash.task_list": "Aufgabenliste",
340
- "editor.slash.task_list.subtext": "Liste mit Aufgaben",
341
- "editor.slash.blockquote": "Zitat",
342
- "editor.slash.blockquote.subtext": "Zitatblock",
343
- "editor.slash.code_block": "Codeblock",
344
- "editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
345
- "editor.slash.control": "Kontrolle",
346
- "editor.slash.control.subtext": "Kontrollblock einf\xFCgen",
347
- "editor.slash.separator": "Trennlinie",
348
- "editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
349
- "editor.slash.table": "Tabelle",
350
- "editor.slash.table.subtext": "Tabelle einf\xFCgen",
351
- "editor.slash.toc": "Inhaltsverzeichnis",
352
- "editor.slash.toc.subtext": "Automatisch generierte \xDCberschriftenliste",
353
- "editor.slash.callout": "Hinweis",
354
- "editor.slash.callout.subtext": "Hervorgehobener Block f\xFCr wichtige Informationen",
355
- "editor.slash.warning": "Warnung",
356
- "editor.slash.warning.subtext": "Warnungsblock",
357
- "editor.slash.formula": "Formel",
358
- "editor.slash.formula.subtext": "LaTeX-Formelblock",
359
- "editor.slash.image": "Bild",
360
- "editor.slash.image.subtext": "Bild mit Gr\xF6\xDFenanpassung",
361
- "editor.slash.filter_placeholder": "Filtern...",
362
- "editor.toolbar.table.insert": "Tabelle einf\xFCgen",
363
- "editor.toolbar.text_color": "Textfarbe",
364
- "editor.toolbar.highlight_color": "Hervorhebungsfarbe",
365
- "editor.toolbar.align.left": "Linksb\xFCndig",
366
- "editor.toolbar.align.center": "Zentriert",
367
- "editor.toolbar.align.right": "Rechtsb\xFCndig",
368
- "editor.toolbar.align.justify": "Blocksatz",
369
- "editor.placeholder": "Schreiben, '/' f\xFCr Befehle eingeben\u2026",
370
- "editor.toolbar.more_options": "Weitere Optionen"
292
+ "filter.add_filter": "Filter hinzuf\xFCgen",
293
+ "filter.apply": "Anwenden",
294
+ "filter.boolean_false": "Nein",
295
+ "filter.boolean_true": "Ja",
296
+ "filter.cancel": "Abbrechen",
297
+ "filter.clear_all": "Alle l\xF6schen",
298
+ "filter.enter_value": "Wert eingeben...",
299
+ "filter.loading": "L\xE4dt...",
300
+ "filter.no_fields": "Keine Filteroptionen verf\xFCgbar",
301
+ "filter.operator.between": "zwischen",
302
+ "filter.operator.contains": "enth\xE4lt",
303
+ "filter.operator.ends_with": "endet mit",
304
+ "filter.operator.equals": "ist",
305
+ "filter.operator.gt": "gr\xF6\xDFer als",
306
+ "filter.operator.gte": "gr\xF6\xDFer oder gleich",
307
+ "filter.operator.is_empty": "ist leer",
308
+ "filter.operator.is_not_empty": "ist nicht leer",
309
+ "filter.operator.lt": "kleiner als",
310
+ "filter.operator.lte": "kleiner oder gleich",
311
+ "filter.operator.not_contains": "enth\xE4lt nicht",
312
+ "filter.operator.not_equals": "ist nicht",
313
+ "filter.operator.starts_with": "beginnt mit",
314
+ "filter.operator_label": "{field} Operator",
315
+ "filter.range_max": "Max",
316
+ "filter.range_min": "Min",
317
+ "filter.remove_filter": "{field}-Filter entfernen",
318
+ "filter.select_value": "Wert ausw\xE4hlen...",
319
+ "filter.value_label": "{field} Wert",
320
+ "filter.value_max_label": "{field} Maximalwert",
321
+ "filter.value_min_label": "{field} Minimalwert",
322
+ "grc.compliance.dora.label": "DORA",
323
+ "grc.compliance.dora.tooltip": "DORA Critical - Betrifft kritische IKT-Funktionen",
324
+ "grc.compliance.nis2.label": "NIS2",
325
+ "grc.compliance.nis2.tooltip": "NIS2 Significant - All-hazards Risiko",
326
+ "grc.control.mapped.more": "+{count} weitere",
327
+ "grc.control.mapped.no_controls": "Keine Kontrollen zugeordnet",
328
+ "grc.control.mapped.view_all": "Alle {count} Kontrollen anzeigen",
329
+ "grc.impact.authenticity": "Authentizit\xE4t",
330
+ "grc.impact.availability": "Verf\xFCgbarkeit",
331
+ "grc.impact.cancel": "Abbrechen",
332
+ "grc.impact.confidentiality": "Vertraulichkeit",
333
+ "grc.impact.edit": "Bearbeiten",
334
+ "grc.impact.integrity": "Integrit\xE4t",
335
+ "grc.impact.justification": "Begr\xFCndung",
336
+ "grc.impact.justification_hint": "(h\xF6chste Auswirkung: {level})",
337
+ "grc.impact.justification_placeholder": "Begr\xFCndung f\xFCr die gew\xE4hlten Auswirkungswerte eingeben...",
338
+ "grc.impact.no_justification": "Keine Begr\xFCndung angegeben",
339
+ "grc.impact.required": "Erforderlich",
340
+ "grc.impact.save": "Speichern",
341
+ "grc.impact.scale.asset.0": "Nicht klassifiziert",
342
+ "grc.impact.scale.asset.1": "Unbedeutend",
343
+ "grc.impact.scale.asset.2": "Gering",
344
+ "grc.impact.scale.asset.3": "Mittel",
345
+ "grc.impact.scale.asset.4": "Hoch",
346
+ "grc.impact.scale.asset.5": "Gesch\xE4ftskritisch",
347
+ "grc.impact.scale.process.0": "Nicht bewertet",
348
+ "grc.impact.scale.process.1": "Unbedeutend",
349
+ "grc.impact.scale.process.2": "Gering",
350
+ "grc.impact.scale.process.3": "Relevant",
351
+ "grc.impact.scale.process.4": "Wichtig",
352
+ "grc.impact.scale.process.5": "Vital",
353
+ "grc.impact.scale.risk.0": "Nicht bewertet",
354
+ "grc.impact.scale.risk.1": "Vernachl\xE4ssigbar",
355
+ "grc.impact.scale.risk.2": "Gering",
356
+ "grc.impact.scale.risk.3": "Mittel",
357
+ "grc.impact.scale.risk.4": "Hoch",
358
+ "grc.impact.scale.risk.5": "Kritisch",
359
+ "grc.impact.title_cia": "CIA-Auswirkung",
360
+ "grc.impact.title_ciaa": "CIAA-Auswirkung",
361
+ "pdf_viewer.error_hint": "Bitte versuche es erneut.",
362
+ "pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
363
+ "pdf_viewer.loading": "Dokument wird geladen\u2026",
364
+ "pdf_viewer.page_label": "Seite {page} von {total}",
365
+ "pdf_viewer.toolbar_download": "Herunterladen",
366
+ "pdf_viewer.toolbar_fit_width": "An Breite anpassen",
367
+ "pdf_viewer.toolbar_next_page": "N\xE4chste Seite",
368
+ "pdf_viewer.toolbar_page_of": "{page} von {total}",
369
+ "pdf_viewer.toolbar_prev_page": "Vorherige Seite",
370
+ "pdf_viewer.toolbar_print": "Drucken",
371
+ "pdf_viewer.toolbar_zoom_in": "Vergr\xF6\xDFern",
372
+ "pdf_viewer.toolbar_zoom_level": "{level} %",
373
+ "pdf_viewer.toolbar_zoom_out": "Verkleinern",
374
+ "use_file_upload.file_exceeds_max": 'Datei "{name}" \xFCberschreitet die maximale Gr\xF6\xDFe von {max}.',
375
+ "use_file_upload.file_not_accepted": 'Datei "{name}" ist kein zul\xE4ssiger Dateityp.'
371
376
  };
372
377
 
373
378
  // src/lang/en.json
374
379
  var en_default = {
380
+ "date-picker.clear": "Clear",
381
+ "date-picker.open_calendar": "Open calendar",
382
+ "date-picker.select_date": "Select date",
383
+ "date-picker.select_date_and_time": "Select date and time",
384
+ "date-picker.today": "Today",
385
+ "editable-text.cancel": "Cancel",
386
+ "editable-text.edit": "Edit",
387
+ "editable-text.save": "Save",
375
388
  "editor.controlblock.header_status": "Show status in header",
376
389
  "editor.controlblock.header_status_aria": "Toggle status chip in card header",
377
390
  "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.",
@@ -419,6 +432,50 @@ var en_default = {
419
432
  "editor.controlref.variant_card": "Card",
420
433
  "editor.controlref.variant_chip": "Chip",
421
434
  "editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
435
+ "editor.placeholder": "Write, type '/' for commands\u2026",
436
+ "editor.slash.ask_ai": "Ask AI",
437
+ "editor.slash.ask_ai.subtext": "Ask AI to generate content",
438
+ "editor.slash.blockquote": "Blockquote",
439
+ "editor.slash.blockquote.subtext": "Blockquote block",
440
+ "editor.slash.bullet_list": "Bullet List",
441
+ "editor.slash.bullet_list.subtext": "List with unordered items",
442
+ "editor.slash.callout": "Callout",
443
+ "editor.slash.callout.subtext": "Highlighted block for important information",
444
+ "editor.slash.code_block": "Code Block",
445
+ "editor.slash.code_block.subtext": "Code block with syntax highlighting",
446
+ "editor.slash.continue_writing": "Continue Writing",
447
+ "editor.slash.continue_writing.subtext": "Continue writing from the current position",
448
+ "editor.slash.control": "Control",
449
+ "editor.slash.control.subtext": "Insert a control block",
450
+ "editor.slash.filter_placeholder": "Filter...",
451
+ "editor.slash.formula": "Formula",
452
+ "editor.slash.formula.subtext": "LaTeX math formula block",
453
+ "editor.slash.group.ai": "AI",
454
+ "editor.slash.group.insert": "Insert",
455
+ "editor.slash.group.style": "Style",
456
+ "editor.slash.group.upload": "Upload",
457
+ "editor.slash.heading_1": "Heading 1",
458
+ "editor.slash.heading_1.subtext": "Top-level heading",
459
+ "editor.slash.heading_2": "Heading 2",
460
+ "editor.slash.heading_2.subtext": "Key section heading",
461
+ "editor.slash.heading_3": "Heading 3",
462
+ "editor.slash.heading_3.subtext": "Subsection and group heading",
463
+ "editor.slash.image": "Image",
464
+ "editor.slash.image.subtext": "Resizable image with caption",
465
+ "editor.slash.ordered_list": "Numbered List",
466
+ "editor.slash.ordered_list.subtext": "List with ordered items",
467
+ "editor.slash.separator": "Separator",
468
+ "editor.slash.separator.subtext": "Horizontal line to separate content",
469
+ "editor.slash.table": "Table",
470
+ "editor.slash.table.subtext": "Insert a table",
471
+ "editor.slash.task_list": "To-do list",
472
+ "editor.slash.task_list.subtext": "List with tasks",
473
+ "editor.slash.text": "Text",
474
+ "editor.slash.text.subtext": "Regular text paragraph",
475
+ "editor.slash.toc": "Table of Contents",
476
+ "editor.slash.toc.subtext": "Auto-generated list of headings",
477
+ "editor.slash.warning": "Warning",
478
+ "editor.slash.warning.subtext": "Warning callout block",
422
479
  "editor.table.align_bottom": "Align bottom",
423
480
  "editor.table.align_center": "Align center",
424
481
  "editor.table.align_left": "Align left",
@@ -453,9 +510,41 @@ var en_default = {
453
510
  "editor.table.sort_row_asc": "Sort row A-Z",
454
511
  "editor.table.sort_row_desc": "Sort row Z-A",
455
512
  "editor.table.split_cell": "Split cell",
456
- "editable-text.cancel": "Cancel",
457
- "editable-text.edit": "Edit",
458
- "editable-text.save": "Save",
513
+ "editor.toolbar.align.center": "Align center",
514
+ "editor.toolbar.align.justify": "Justify",
515
+ "editor.toolbar.align.left": "Align left",
516
+ "editor.toolbar.align.right": "Align right",
517
+ "editor.toolbar.block.blockquote": "Blockquote",
518
+ "editor.toolbar.block.bullet_list": "Bulleted list",
519
+ "editor.toolbar.block.code_block": "Code block",
520
+ "editor.toolbar.block.heading_1": "Heading 1",
521
+ "editor.toolbar.block.heading_2": "Heading 2",
522
+ "editor.toolbar.block.heading_3": "Heading 3",
523
+ "editor.toolbar.block.heading_4": "Heading 4",
524
+ "editor.toolbar.block.ordered_list": "Numbered list",
525
+ "editor.toolbar.block.task_list": "To-do list",
526
+ "editor.toolbar.block.text": "Text",
527
+ "editor.toolbar.bold": "Bold",
528
+ "editor.toolbar.code": "Code",
529
+ "editor.toolbar.highlight_color": "Highlight color",
530
+ "editor.toolbar.italic": "Italic",
531
+ "editor.toolbar.link.edit": "Edit link",
532
+ "editor.toolbar.link.open": "Open link in new tab",
533
+ "editor.toolbar.link.placeholder": "Enter URL...",
534
+ "editor.toolbar.link.remove": "Remove link",
535
+ "editor.toolbar.link.save": "Save link",
536
+ "editor.toolbar.more_options": "More options",
537
+ "editor.toolbar.redo": "Redo",
538
+ "editor.toolbar.reset_formatting": "Reset formatting",
539
+ "editor.toolbar.strikethrough": "Strikethrough",
540
+ "editor.toolbar.subscript": "Subscript",
541
+ "editor.toolbar.superscript": "Superscript",
542
+ "editor.toolbar.table.insert": "Insert table",
543
+ "editor.toolbar.text_color": "Text color",
544
+ "editor.toolbar.turn_into": "Turn into",
545
+ "editor.toolbar.turn_into_current": "Turn into (current: {current})",
546
+ "editor.toolbar.underline": "Underline",
547
+ "editor.toolbar.undo": "Undo",
459
548
  "file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
460
549
  "file_upload.apply_crop": "Apply",
461
550
  "file_upload.avatar_uploaded": "Avatar uploaded",
@@ -470,7 +559,6 @@ var en_default = {
470
559
  "filter-bar.clear_all": "Clear all",
471
560
  "filter-bar.enter_value": "Enter value...",
472
561
  "filter-bar.no_results": "No results found",
473
- "filter-bar.operator_label": "{field} operator",
474
562
  "filter-bar.operator.contains": "contains",
475
563
  "filter-bar.operator.ends_with": "ends with",
476
564
  "filter-bar.operator.equals": "is",
@@ -483,6 +571,7 @@ var en_default = {
483
571
  "filter-bar.operator.not_contains": "does not contain",
484
572
  "filter-bar.operator.not_equals": "is not",
485
573
  "filter-bar.operator.starts_with": "starts with",
574
+ "filter-bar.operator_label": "{field} operator",
486
575
  "filter-bar.remove_filter": "Remove {field} filter",
487
576
  "filter-bar.search_placeholder": "Search...",
488
577
  "filter-bar.select_value": "Select value...",
@@ -497,7 +586,6 @@ var en_default = {
497
586
  "filter.enter_value": "Enter value...",
498
587
  "filter.loading": "Loading...",
499
588
  "filter.no_fields": "No filter options available",
500
- "filter.operator_label": "{field} operator",
501
589
  "filter.operator.between": "between",
502
590
  "filter.operator.contains": "contains",
503
591
  "filter.operator.ends_with": "ends with",
@@ -511,6 +599,7 @@ var en_default = {
511
599
  "filter.operator.not_contains": "does not contain",
512
600
  "filter.operator.not_equals": "is not",
513
601
  "filter.operator.starts_with": "starts with",
602
+ "filter.operator_label": "{field} operator",
514
603
  "filter.range_max": "Max",
515
604
  "filter.range_min": "Min",
516
605
  "filter.remove_filter": "Remove {field} filter",
@@ -562,6 +651,15 @@ var en_default = {
562
651
  "grc.impact.scale.risk.5": "Critical",
563
652
  "grc.impact.title_cia": "CIA Impact",
564
653
  "grc.impact.title_ciaa": "CIAA Impact",
654
+ "grc.risk.consequence": "Consequence",
655
+ "grc.risk.level.critical": "Critical",
656
+ "grc.risk.level.high": "High",
657
+ "grc.risk.level.low": "Low",
658
+ "grc.risk.level.medium": "Medium",
659
+ "grc.risk.level.unrated": "Not rated",
660
+ "grc.risk.likelihood": "Likelihood",
661
+ "grc.risk.not_rated_hint": "Risk has not been assessed yet",
662
+ "grc.risk.rating": "Rating",
565
663
  "grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
566
664
  "grc.risk_treatment.accept.hint": "Requires: Documented approval",
567
665
  "grc.risk_treatment.accept.label": "Accept",
@@ -585,15 +683,6 @@ var en_default = {
585
683
  "grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
586
684
  "grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
587
685
  "grc.risk_treatment.transfer.label": "Transfer",
588
- "grc.risk.consequence": "Consequence",
589
- "grc.risk.level.critical": "Critical",
590
- "grc.risk.level.high": "High",
591
- "grc.risk.level.low": "Low",
592
- "grc.risk.level.medium": "Medium",
593
- "grc.risk.level.unrated": "Not rated",
594
- "grc.risk.likelihood": "Likelihood",
595
- "grc.risk.not_rated_hint": "Risk has not been assessed yet",
596
- "grc.risk.rating": "Rating",
597
686
  "pdf_viewer.error_hint": "Please try again.",
598
687
  "pdf_viewer.error_title": "Something went wrong while loading the document.",
599
688
  "pdf_viewer.loading": "Loading document\u2026",
@@ -608,86 +697,7 @@ var en_default = {
608
697
  "pdf_viewer.toolbar_zoom_level": "{level}%",
609
698
  "pdf_viewer.toolbar_zoom_out": "Zoom out",
610
699
  "use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
611
- "use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.',
612
- "editor.toolbar.block.text": "Text",
613
- "editor.toolbar.block.heading_1": "Heading 1",
614
- "editor.toolbar.block.heading_2": "Heading 2",
615
- "editor.toolbar.block.heading_3": "Heading 3",
616
- "editor.toolbar.block.heading_4": "Heading 4",
617
- "editor.toolbar.block.bullet_list": "Bulleted list",
618
- "editor.toolbar.block.ordered_list": "Numbered list",
619
- "editor.toolbar.block.task_list": "To-do list",
620
- "editor.toolbar.block.blockquote": "Blockquote",
621
- "editor.toolbar.block.code_block": "Code block",
622
- "editor.toolbar.turn_into": "Turn into",
623
- "editor.toolbar.turn_into_current": "Turn into (current: {current})",
624
- "editor.toolbar.reset_formatting": "Reset formatting",
625
- "editor.toolbar.bold": "Bold",
626
- "editor.toolbar.italic": "Italic",
627
- "editor.toolbar.underline": "Underline",
628
- "editor.toolbar.strikethrough": "Strikethrough",
629
- "editor.toolbar.code": "Code",
630
- "editor.toolbar.superscript": "Superscript",
631
- "editor.toolbar.subscript": "Subscript",
632
- "editor.toolbar.link.save": "Save link",
633
- "editor.toolbar.link.open": "Open link in new tab",
634
- "editor.toolbar.link.edit": "Edit link",
635
- "editor.toolbar.link.remove": "Remove link",
636
- "editor.toolbar.link.placeholder": "Enter URL...",
637
- "editor.toolbar.undo": "Undo",
638
- "editor.toolbar.redo": "Redo",
639
- "editor.slash.group.ai": "AI",
640
- "editor.slash.group.style": "Style",
641
- "editor.slash.group.insert": "Insert",
642
- "editor.slash.group.upload": "Upload",
643
- "editor.slash.continue_writing": "Continue Writing",
644
- "editor.slash.continue_writing.subtext": "Continue writing from the current position",
645
- "editor.slash.ask_ai": "Ask AI",
646
- "editor.slash.ask_ai.subtext": "Ask AI to generate content",
647
- "editor.slash.text": "Text",
648
- "editor.slash.text.subtext": "Regular text paragraph",
649
- "editor.slash.heading_1": "Heading 1",
650
- "editor.slash.heading_1.subtext": "Top-level heading",
651
- "editor.slash.heading_2": "Heading 2",
652
- "editor.slash.heading_2.subtext": "Key section heading",
653
- "editor.slash.heading_3": "Heading 3",
654
- "editor.slash.heading_3.subtext": "Subsection and group heading",
655
- "editor.slash.bullet_list": "Bullet List",
656
- "editor.slash.bullet_list.subtext": "List with unordered items",
657
- "editor.slash.ordered_list": "Numbered List",
658
- "editor.slash.ordered_list.subtext": "List with ordered items",
659
- "editor.slash.task_list": "To-do list",
660
- "editor.slash.task_list.subtext": "List with tasks",
661
- "editor.slash.blockquote": "Blockquote",
662
- "editor.slash.blockquote.subtext": "Blockquote block",
663
- "editor.slash.code_block": "Code Block",
664
- "editor.slash.code_block.subtext": "Code block with syntax highlighting",
665
- "editor.slash.control": "Control",
666
- "editor.slash.control.subtext": "Insert a control block",
667
- "editor.slash.separator": "Separator",
668
- "editor.slash.separator.subtext": "Horizontal line to separate content",
669
- "editor.slash.table": "Table",
670
- "editor.slash.table.subtext": "Insert a table",
671
- "editor.slash.toc": "Table of Contents",
672
- "editor.slash.toc.subtext": "Auto-generated list of headings",
673
- "editor.slash.callout": "Callout",
674
- "editor.slash.callout.subtext": "Highlighted block for important information",
675
- "editor.slash.warning": "Warning",
676
- "editor.slash.warning.subtext": "Warning callout block",
677
- "editor.slash.formula": "Formula",
678
- "editor.slash.formula.subtext": "LaTeX math formula block",
679
- "editor.slash.image": "Image",
680
- "editor.slash.image.subtext": "Resizable image with caption",
681
- "editor.slash.filter_placeholder": "Filter...",
682
- "editor.toolbar.table.insert": "Insert table",
683
- "editor.toolbar.text_color": "Text color",
684
- "editor.toolbar.highlight_color": "Highlight color",
685
- "editor.toolbar.align.left": "Align left",
686
- "editor.toolbar.align.center": "Align center",
687
- "editor.toolbar.align.right": "Align right",
688
- "editor.toolbar.align.justify": "Justify",
689
- "editor.placeholder": "Write, type '/' for commands\u2026",
690
- "editor.toolbar.more_options": "More options"
700
+ "use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
691
701
  };
692
702
 
693
703
  // src/loaders/index.ts