@kopexa/i18n 17.7.2 → 17.8.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.
@@ -2,10 +2,10 @@
2
2
  "use client";
3
3
  import {
4
4
  useBuiltInMessages
5
- } from "../chunk-JBGSTAGM.mjs";
6
- import "../chunk-YB2ENZAM.mjs";
7
- import "../chunk-LXHSMLY5.mjs";
8
- import "../chunk-HK5XNEGW.mjs";
5
+ } from "../chunk-E52HNK4E.mjs";
6
+ import "../chunk-ZEVJC7JD.mjs";
7
+ import "../chunk-Y3UYTT3V.mjs";
8
+ import "../chunk-2IWMR3YG.mjs";
9
9
  export {
10
10
  useBuiltInMessages
11
11
  };
package/dist/i18n.js CHANGED
@@ -77,6 +77,40 @@ var de_default = {
77
77
  "editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
78
78
  "editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
79
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",
80
114
  "editor.controlref.appearance": "Darstellung",
81
115
  "editor.controlref.border": "Rahmen",
82
116
  "editor.controlref.cancel": "Abbrechen",
@@ -243,50 +277,9 @@ var de_default = {
243
277
 
244
278
  // src/lang/en.json
245
279
  var en_default = {
246
- "audit-info.created_at": "Created",
247
- "color-picker.hex_label": "Hex",
248
- "color-picker.label": "Color",
249
- "color-picker.pick_color": "Pick a color",
250
- "audit-info.created_by": "Created by",
251
- "audit-info.title": "Metadata",
252
- "audit-info.updated_at": "Updated",
253
- "audit-info.updated_by": "Updated by",
254
- "editor.callout.cancel": "Cancel",
255
- "editor.callout.save": "Save",
256
- "editor.callout.settings": "Settings",
257
- "editor.callout.title": "Title",
258
- "editor.callout.title_placeholder": "Optional title...",
259
- "editor.callout.variant": "Variant",
260
- "editor.callout.variant_default": "Default",
261
- "editor.callout.variant_destructive": "Error",
262
- "editor.callout.variant_info": "Info",
263
- "editor.callout.variant_success": "Success",
264
- "editor.callout.variant_warning": "Warning",
265
280
  "editor.controlblock.header_status": "Show status in header",
266
281
  "editor.controlblock.header_status_aria": "Toggle status chip in card header",
267
282
  "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.",
268
- "editor.math.cancel": "Cancel",
269
- "editor.math.edit": "Edit",
270
- "editor.math.empty_formula": "Click to add formula",
271
- "editor.math.invalid_latex": "Invalid LaTeX syntax",
272
- "editor.math.latex_input": "LaTeX",
273
- "editor.math.latex_placeholder": "Enter LaTeX formula...",
274
- "editor.math.preview": "Preview",
275
- "editor.math.save": "Save",
276
- "editor.math.title": "Formula",
277
- "editor.image.alt_placeholder": "Describe the image...",
278
- "editor.image.alt_text": "Alt text",
279
- "editor.image.error": "Failed to load image",
280
- "editor.image.file_too_large": "File is too large (max {maxSize})",
281
- "editor.image.files_not_supported": "File upload is not configured",
282
- "editor.image.invalid_type": "Invalid file type",
283
- "editor.image.loading": "Loading image...",
284
- "editor.image.remove": "Remove",
285
- "editor.image.retry": "Retry",
286
- "editor.image.upload_error": "Failed to upload image",
287
- "editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
288
- "editor.image.upload_placeholder": "Click to upload or drag & drop",
289
- "editor.image.uploading": "Uploading...",
290
283
  "editor.controlref.appearance": "Appearance",
291
284
  "editor.controlref.border": "Border",
292
285
  "editor.controlref.cancel": "Cancel",
@@ -323,20 +316,6 @@ var en_default = {
323
316
  "editor.controlref.show_implementations": "Show Implementations",
324
317
  "editor.controlref.show_status": "Show Status",
325
318
  "editor.controlref.show_status_indicator": "Show status indicator",
326
- "editor.toc.cancel": "Cancel",
327
- "editor.toc.empty_heading": "(Empty heading)",
328
- "editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
329
- "editor.toc.max_level": "Maximum level",
330
- "editor.toc.min_level": "Minimum level",
331
- "editor.toc.numbered": "Numbering",
332
- "editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
333
- "editor.toc.save": "Save",
334
- "editor.toc.settings": "Settings",
335
- "editor.toc.style": "Style",
336
- "editor.toc.style_compact": "Compact",
337
- "editor.toc.style_default": "Default",
338
- "editor.toc.style_flat": "Flat",
339
- "editor.toc.title": "Table of Contents",
340
319
  "editor.controlref.spacing": "Spacing",
341
320
  "editor.controlref.unmap": "Unmap",
342
321
  "editor.controlref.unmapped_control": "Unmapped Control",
@@ -345,6 +324,40 @@ var en_default = {
345
324
  "editor.controlref.variant_card": "Card",
346
325
  "editor.controlref.variant_chip": "Chip",
347
326
  "editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
327
+ "editor.table.align_bottom": "Align bottom",
328
+ "editor.table.align_center": "Align center",
329
+ "editor.table.align_left": "Align left",
330
+ "editor.table.align_middle": "Align middle",
331
+ "editor.table.align_right": "Align right",
332
+ "editor.table.align_top": "Align top",
333
+ "editor.table.alignment": "Alignment",
334
+ "editor.table.cell_options": "Table cells option",
335
+ "editor.table.clear_column_contents": "Clear column contents",
336
+ "editor.table.clear_contents": "Clear contents",
337
+ "editor.table.clear_row_contents": "Clear row contents",
338
+ "editor.table.column_actions": "Column actions",
339
+ "editor.table.delete_column": "Delete column",
340
+ "editor.table.delete_row": "Delete row",
341
+ "editor.table.duplicate_column": "Duplicate column",
342
+ "editor.table.duplicate_row": "Duplicate row",
343
+ "editor.table.header_column": "Header column",
344
+ "editor.table.header_row": "Header row",
345
+ "editor.table.insert_column_left": "Insert column left",
346
+ "editor.table.insert_column_right": "Insert column right",
347
+ "editor.table.insert_row_above": "Insert row above",
348
+ "editor.table.insert_row_below": "Insert row below",
349
+ "editor.table.justify": "Justify",
350
+ "editor.table.merge_cells": "Merge cells",
351
+ "editor.table.move_column_left": "Move column left",
352
+ "editor.table.move_column_right": "Move column right",
353
+ "editor.table.move_row_down": "Move row down",
354
+ "editor.table.move_row_up": "Move row up",
355
+ "editor.table.row_actions": "Row actions",
356
+ "editor.table.sort_column_asc": "Sort column A-Z",
357
+ "editor.table.sort_column_desc": "Sort column Z-A",
358
+ "editor.table.sort_row_asc": "Sort row A-Z",
359
+ "editor.table.sort_row_desc": "Sort row Z-A",
360
+ "editor.table.split_cell": "Split cell",
348
361
  "file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
349
362
  "file_upload.apply_crop": "Apply",
350
363
  "file_upload.avatar_uploaded": "Avatar uploaded",
@@ -353,12 +366,40 @@ var en_default = {
353
366
  "file_upload.remove_avatar": "Remove Avatar",
354
367
  "file_upload.too_many_files": "You can only upload a maximum of {max} files.",
355
368
  "file_upload.upload_avatar": "Upload Avatar",
369
+ "filter-bar.add_filter": "Add Filter",
370
+ "filter-bar.apply": "Apply",
371
+ "filter-bar.cancel": "Cancel",
372
+ "filter-bar.clear_all": "Clear all",
373
+ "filter-bar.enter_value": "Enter value...",
374
+ "filter-bar.no_results": "No results found",
375
+ "filter-bar.operator_label": "{field} operator",
376
+ "filter-bar.operator.contains": "contains",
377
+ "filter-bar.operator.ends_with": "ends with",
378
+ "filter-bar.operator.equals": "is",
379
+ "filter-bar.operator.gt": "greater than",
380
+ "filter-bar.operator.gte": "greater or equal",
381
+ "filter-bar.operator.is_empty": "is empty",
382
+ "filter-bar.operator.is_not_empty": "is not empty",
383
+ "filter-bar.operator.lt": "less than",
384
+ "filter-bar.operator.lte": "less or equal",
385
+ "filter-bar.operator.not_contains": "does not contain",
386
+ "filter-bar.operator.not_equals": "is not",
387
+ "filter-bar.operator.starts_with": "starts with",
388
+ "filter-bar.remove_filter": "Remove {field} filter",
389
+ "filter-bar.search_placeholder": "Search...",
390
+ "filter-bar.select_value": "Select value...",
391
+ "filter-bar.selected_count": "{count} selected",
392
+ "filter-bar.value_label": "{field} value",
356
393
  "filter.add_filter": "Add Filter",
357
394
  "filter.apply": "Apply",
395
+ "filter.boolean_false": "No",
396
+ "filter.boolean_true": "Yes",
358
397
  "filter.cancel": "Cancel",
359
398
  "filter.clear_all": "Clear all",
360
399
  "filter.enter_value": "Enter value...",
400
+ "filter.loading": "Loading...",
361
401
  "filter.no_fields": "No filter options available",
402
+ "filter.operator_label": "{field} operator",
362
403
  "filter.operator.between": "between",
363
404
  "filter.operator.contains": "contains",
364
405
  "filter.operator.ends_with": "ends with",
@@ -372,17 +413,13 @@ var en_default = {
372
413
  "filter.operator.not_contains": "does not contain",
373
414
  "filter.operator.not_equals": "is not",
374
415
  "filter.operator.starts_with": "starts with",
375
- "filter.select_value": "Select value...",
376
- "filter.loading": "Loading...",
377
- "filter.boolean_true": "Yes",
378
- "filter.boolean_false": "No",
379
- "filter.range_min": "Min",
380
416
  "filter.range_max": "Max",
417
+ "filter.range_min": "Min",
381
418
  "filter.remove_filter": "Remove {field} filter",
382
- "filter.operator_label": "{field} operator",
419
+ "filter.select_value": "Select value...",
383
420
  "filter.value_label": "{field} value",
384
- "filter.value_min_label": "{field} minimum value",
385
421
  "filter.value_max_label": "{field} maximum value",
422
+ "filter.value_min_label": "{field} minimum value",
386
423
  "grc.compliance.dora.label": "DORA",
387
424
  "grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
388
425
  "grc.compliance.nis2.label": "NIS2",
@@ -390,6 +427,11 @@ var en_default = {
390
427
  "grc.control.mapped.more": "+{count} more",
391
428
  "grc.control.mapped.no_controls": "No mapped controls",
392
429
  "grc.control.mapped.view_all": "View all {count} controls",
430
+ "grc.editor_card.cancel": "Cancel",
431
+ "grc.editor_card.edit": "Edit",
432
+ "grc.editor_card.empty": "No content yet. Click edit to add content.",
433
+ "grc.editor_card.placeholder": "Start typing or press '/' for commands...",
434
+ "grc.editor_card.save": "Save",
393
435
  "grc.impact.authenticity": "Authenticity",
394
436
  "grc.impact.availability": "Availability",
395
437
  "grc.impact.cancel": "Cancel",
@@ -400,6 +442,7 @@ var en_default = {
400
442
  "grc.impact.justification_hint": "(highest impact: {level})",
401
443
  "grc.impact.justification_placeholder": "Enter justification for the chosen impact values...",
402
444
  "grc.impact.no_justification": "No justification provided",
445
+ "grc.impact.required": "Required",
403
446
  "grc.impact.save": "Save",
404
447
  "grc.impact.scale.asset.0": "Not classified",
405
448
  "grc.impact.scale.asset.1": "Insignificant",
@@ -416,38 +459,45 @@ var en_default = {
416
459
  "grc.impact.scale.risk.0": "Not rated",
417
460
  "grc.impact.scale.risk.1": "Negligible",
418
461
  "grc.impact.scale.risk.2": "Low",
419
- "grc.impact.required": "Required",
420
462
  "grc.impact.scale.risk.3": "Medium",
421
463
  "grc.impact.scale.risk.4": "High",
422
464
  "grc.impact.scale.risk.5": "Critical",
423
465
  "grc.impact.title_cia": "CIA Impact",
424
466
  "grc.impact.title_ciaa": "CIAA Impact",
467
+ "grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
468
+ "grc.risk_treatment.accept.hint": "Requires: Documented approval",
469
+ "grc.risk_treatment.accept.label": "Accept",
470
+ "grc.risk_treatment.avoid.description": "Completely eliminate the risk by avoiding the risky activity or changing business processes.",
471
+ "grc.risk_treatment.avoid.hint": "Requires: Business Impact Analysis",
472
+ "grc.risk_treatment.avoid.label": "Avoid",
473
+ "grc.risk_treatment.cancel": "Cancel",
474
+ "grc.risk_treatment.edit": "Edit",
475
+ "grc.risk_treatment.mitigate.description": "Reduce the risk to an acceptable level through implementation of controls and measures.",
476
+ "grc.risk_treatment.mitigate.hint": "Requires: Action plan, Control mapping",
477
+ "grc.risk_treatment.mitigate.label": "Mitigate",
478
+ "grc.risk_treatment.no_rationale": "No rationale defined",
479
+ "grc.risk_treatment.not_defined.label": "No strategy defined",
480
+ "grc.risk_treatment.rationale_label": "Rationale",
481
+ "grc.risk_treatment.rationale_placeholder": "Document why this strategy was chosen...",
482
+ "grc.risk_treatment.recommended": "Recommended",
483
+ "grc.risk_treatment.save": "Save",
484
+ "grc.risk_treatment.strategy_label": "Selected Strategy",
485
+ "grc.risk_treatment.strategy_prompt": "How do you want to handle this risk?",
486
+ "grc.risk_treatment.title": "Risk Treatment",
487
+ "grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
488
+ "grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
489
+ "grc.risk_treatment.transfer.label": "Transfer",
490
+ "grc.risk.consequence": "Consequence",
491
+ "grc.risk.level.critical": "Critical",
492
+ "grc.risk.level.high": "High",
493
+ "grc.risk.level.low": "Low",
494
+ "grc.risk.level.medium": "Medium",
495
+ "grc.risk.level.unrated": "Not rated",
496
+ "grc.risk.likelihood": "Likelihood",
497
+ "grc.risk.not_rated_hint": "Risk has not been assessed yet",
498
+ "grc.risk.rating": "Rating",
425
499
  "use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
426
- "use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.',
427
- "filter-bar.add_filter": "Add Filter",
428
- "filter-bar.apply": "Apply",
429
- "filter-bar.cancel": "Cancel",
430
- "filter-bar.clear_all": "Clear all",
431
- "filter-bar.enter_value": "Enter value...",
432
- "filter-bar.no_results": "No results found",
433
- "filter-bar.operator.contains": "contains",
434
- "filter-bar.operator.ends_with": "ends with",
435
- "filter-bar.operator.equals": "is",
436
- "filter-bar.operator.gt": "greater than",
437
- "filter-bar.operator.gte": "greater or equal",
438
- "filter-bar.operator.is_empty": "is empty",
439
- "filter-bar.operator.is_not_empty": "is not empty",
440
- "filter-bar.operator.lt": "less than",
441
- "filter-bar.operator.lte": "less or equal",
442
- "filter-bar.operator.not_contains": "does not contain",
443
- "filter-bar.operator.not_equals": "is not",
444
- "filter-bar.operator.starts_with": "starts with",
445
- "filter-bar.operator_label": "{field} operator",
446
- "filter-bar.remove_filter": "Remove {field} filter",
447
- "filter-bar.search_placeholder": "Search...",
448
- "filter-bar.select_value": "Select value...",
449
- "filter-bar.selected_count": "{count} selected",
450
- "filter-bar.value_label": "{field} value"
500
+ "use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
451
501
  };
452
502
 
453
503
  // src/loaders/index.ts
package/dist/i18n.mjs CHANGED
@@ -2,11 +2,11 @@
2
2
  "use client";
3
3
  import {
4
4
  I18nProvider
5
- } from "./chunk-U2A4Q7ED.mjs";
6
- import "./chunk-JBGSTAGM.mjs";
7
- import "./chunk-YB2ENZAM.mjs";
8
- import "./chunk-LXHSMLY5.mjs";
9
- import "./chunk-HK5XNEGW.mjs";
5
+ } from "./chunk-JVVEC6UZ.mjs";
6
+ import "./chunk-E52HNK4E.mjs";
7
+ import "./chunk-ZEVJC7JD.mjs";
8
+ import "./chunk-Y3UYTT3V.mjs";
9
+ import "./chunk-2IWMR3YG.mjs";
10
10
  import "./chunk-TYEI7NWI.mjs";
11
11
  import "./chunk-DWCWMJZD.mjs";
12
12
  import "./chunk-DRJHB4YN.mjs";
package/dist/index.js CHANGED
@@ -101,6 +101,40 @@ var de_default = {
101
101
  "editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
102
102
  "editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
103
103
  "editor.image.uploading": "Wird hochgeladen...",
104
+ "editor.table.row_actions": "Zeilenaktionen",
105
+ "editor.table.column_actions": "Spaltenaktionen",
106
+ "editor.table.cell_options": "Zellenoptionen",
107
+ "editor.table.alignment": "Ausrichtung",
108
+ "editor.table.align_left": "Linksb\xFCndig",
109
+ "editor.table.align_center": "Zentriert",
110
+ "editor.table.align_right": "Rechtsb\xFCndig",
111
+ "editor.table.justify": "Blocksatz",
112
+ "editor.table.align_top": "Oben ausrichten",
113
+ "editor.table.align_middle": "Mittig ausrichten",
114
+ "editor.table.align_bottom": "Unten ausrichten",
115
+ "editor.table.insert_row_above": "Zeile oberhalb einf\xFCgen",
116
+ "editor.table.insert_row_below": "Zeile unterhalb einf\xFCgen",
117
+ "editor.table.insert_column_left": "Spalte links einf\xFCgen",
118
+ "editor.table.insert_column_right": "Spalte rechts einf\xFCgen",
119
+ "editor.table.delete_row": "Zeile l\xF6schen",
120
+ "editor.table.delete_column": "Spalte l\xF6schen",
121
+ "editor.table.move_row_up": "Zeile nach oben",
122
+ "editor.table.move_row_down": "Zeile nach unten",
123
+ "editor.table.move_column_left": "Spalte nach links",
124
+ "editor.table.move_column_right": "Spalte nach rechts",
125
+ "editor.table.sort_row_asc": "Zeile A-Z sortieren",
126
+ "editor.table.sort_row_desc": "Zeile Z-A sortieren",
127
+ "editor.table.sort_column_asc": "Spalte A-Z sortieren",
128
+ "editor.table.sort_column_desc": "Spalte Z-A sortieren",
129
+ "editor.table.duplicate_row": "Zeile duplizieren",
130
+ "editor.table.duplicate_column": "Spalte duplizieren",
131
+ "editor.table.header_row": "Kopfzeile",
132
+ "editor.table.header_column": "Kopfspalte",
133
+ "editor.table.merge_cells": "Zellen verbinden",
134
+ "editor.table.split_cell": "Zelle teilen",
135
+ "editor.table.clear_row_contents": "Zeileninhalt l\xF6schen",
136
+ "editor.table.clear_column_contents": "Spalteninhalt l\xF6schen",
137
+ "editor.table.clear_contents": "Inhalt l\xF6schen",
104
138
  "editor.controlref.appearance": "Darstellung",
105
139
  "editor.controlref.border": "Rahmen",
106
140
  "editor.controlref.cancel": "Abbrechen",
@@ -267,50 +301,9 @@ var de_default = {
267
301
 
268
302
  // src/lang/en.json
269
303
  var en_default = {
270
- "audit-info.created_at": "Created",
271
- "color-picker.hex_label": "Hex",
272
- "color-picker.label": "Color",
273
- "color-picker.pick_color": "Pick a color",
274
- "audit-info.created_by": "Created by",
275
- "audit-info.title": "Metadata",
276
- "audit-info.updated_at": "Updated",
277
- "audit-info.updated_by": "Updated by",
278
- "editor.callout.cancel": "Cancel",
279
- "editor.callout.save": "Save",
280
- "editor.callout.settings": "Settings",
281
- "editor.callout.title": "Title",
282
- "editor.callout.title_placeholder": "Optional title...",
283
- "editor.callout.variant": "Variant",
284
- "editor.callout.variant_default": "Default",
285
- "editor.callout.variant_destructive": "Error",
286
- "editor.callout.variant_info": "Info",
287
- "editor.callout.variant_success": "Success",
288
- "editor.callout.variant_warning": "Warning",
289
304
  "editor.controlblock.header_status": "Show status in header",
290
305
  "editor.controlblock.header_status_aria": "Toggle status chip in card header",
291
306
  "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.",
292
- "editor.math.cancel": "Cancel",
293
- "editor.math.edit": "Edit",
294
- "editor.math.empty_formula": "Click to add formula",
295
- "editor.math.invalid_latex": "Invalid LaTeX syntax",
296
- "editor.math.latex_input": "LaTeX",
297
- "editor.math.latex_placeholder": "Enter LaTeX formula...",
298
- "editor.math.preview": "Preview",
299
- "editor.math.save": "Save",
300
- "editor.math.title": "Formula",
301
- "editor.image.alt_placeholder": "Describe the image...",
302
- "editor.image.alt_text": "Alt text",
303
- "editor.image.error": "Failed to load image",
304
- "editor.image.file_too_large": "File is too large (max {maxSize})",
305
- "editor.image.files_not_supported": "File upload is not configured",
306
- "editor.image.invalid_type": "Invalid file type",
307
- "editor.image.loading": "Loading image...",
308
- "editor.image.remove": "Remove",
309
- "editor.image.retry": "Retry",
310
- "editor.image.upload_error": "Failed to upload image",
311
- "editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
312
- "editor.image.upload_placeholder": "Click to upload or drag & drop",
313
- "editor.image.uploading": "Uploading...",
314
307
  "editor.controlref.appearance": "Appearance",
315
308
  "editor.controlref.border": "Border",
316
309
  "editor.controlref.cancel": "Cancel",
@@ -347,20 +340,6 @@ var en_default = {
347
340
  "editor.controlref.show_implementations": "Show Implementations",
348
341
  "editor.controlref.show_status": "Show Status",
349
342
  "editor.controlref.show_status_indicator": "Show status indicator",
350
- "editor.toc.cancel": "Cancel",
351
- "editor.toc.empty_heading": "(Empty heading)",
352
- "editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
353
- "editor.toc.max_level": "Maximum level",
354
- "editor.toc.min_level": "Minimum level",
355
- "editor.toc.numbered": "Numbering",
356
- "editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
357
- "editor.toc.save": "Save",
358
- "editor.toc.settings": "Settings",
359
- "editor.toc.style": "Style",
360
- "editor.toc.style_compact": "Compact",
361
- "editor.toc.style_default": "Default",
362
- "editor.toc.style_flat": "Flat",
363
- "editor.toc.title": "Table of Contents",
364
343
  "editor.controlref.spacing": "Spacing",
365
344
  "editor.controlref.unmap": "Unmap",
366
345
  "editor.controlref.unmapped_control": "Unmapped Control",
@@ -369,6 +348,40 @@ var en_default = {
369
348
  "editor.controlref.variant_card": "Card",
370
349
  "editor.controlref.variant_chip": "Chip",
371
350
  "editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
351
+ "editor.table.align_bottom": "Align bottom",
352
+ "editor.table.align_center": "Align center",
353
+ "editor.table.align_left": "Align left",
354
+ "editor.table.align_middle": "Align middle",
355
+ "editor.table.align_right": "Align right",
356
+ "editor.table.align_top": "Align top",
357
+ "editor.table.alignment": "Alignment",
358
+ "editor.table.cell_options": "Table cells option",
359
+ "editor.table.clear_column_contents": "Clear column contents",
360
+ "editor.table.clear_contents": "Clear contents",
361
+ "editor.table.clear_row_contents": "Clear row contents",
362
+ "editor.table.column_actions": "Column actions",
363
+ "editor.table.delete_column": "Delete column",
364
+ "editor.table.delete_row": "Delete row",
365
+ "editor.table.duplicate_column": "Duplicate column",
366
+ "editor.table.duplicate_row": "Duplicate row",
367
+ "editor.table.header_column": "Header column",
368
+ "editor.table.header_row": "Header row",
369
+ "editor.table.insert_column_left": "Insert column left",
370
+ "editor.table.insert_column_right": "Insert column right",
371
+ "editor.table.insert_row_above": "Insert row above",
372
+ "editor.table.insert_row_below": "Insert row below",
373
+ "editor.table.justify": "Justify",
374
+ "editor.table.merge_cells": "Merge cells",
375
+ "editor.table.move_column_left": "Move column left",
376
+ "editor.table.move_column_right": "Move column right",
377
+ "editor.table.move_row_down": "Move row down",
378
+ "editor.table.move_row_up": "Move row up",
379
+ "editor.table.row_actions": "Row actions",
380
+ "editor.table.sort_column_asc": "Sort column A-Z",
381
+ "editor.table.sort_column_desc": "Sort column Z-A",
382
+ "editor.table.sort_row_asc": "Sort row A-Z",
383
+ "editor.table.sort_row_desc": "Sort row Z-A",
384
+ "editor.table.split_cell": "Split cell",
372
385
  "file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
373
386
  "file_upload.apply_crop": "Apply",
374
387
  "file_upload.avatar_uploaded": "Avatar uploaded",
@@ -377,12 +390,40 @@ var en_default = {
377
390
  "file_upload.remove_avatar": "Remove Avatar",
378
391
  "file_upload.too_many_files": "You can only upload a maximum of {max} files.",
379
392
  "file_upload.upload_avatar": "Upload Avatar",
393
+ "filter-bar.add_filter": "Add Filter",
394
+ "filter-bar.apply": "Apply",
395
+ "filter-bar.cancel": "Cancel",
396
+ "filter-bar.clear_all": "Clear all",
397
+ "filter-bar.enter_value": "Enter value...",
398
+ "filter-bar.no_results": "No results found",
399
+ "filter-bar.operator_label": "{field} operator",
400
+ "filter-bar.operator.contains": "contains",
401
+ "filter-bar.operator.ends_with": "ends with",
402
+ "filter-bar.operator.equals": "is",
403
+ "filter-bar.operator.gt": "greater than",
404
+ "filter-bar.operator.gte": "greater or equal",
405
+ "filter-bar.operator.is_empty": "is empty",
406
+ "filter-bar.operator.is_not_empty": "is not empty",
407
+ "filter-bar.operator.lt": "less than",
408
+ "filter-bar.operator.lte": "less or equal",
409
+ "filter-bar.operator.not_contains": "does not contain",
410
+ "filter-bar.operator.not_equals": "is not",
411
+ "filter-bar.operator.starts_with": "starts with",
412
+ "filter-bar.remove_filter": "Remove {field} filter",
413
+ "filter-bar.search_placeholder": "Search...",
414
+ "filter-bar.select_value": "Select value...",
415
+ "filter-bar.selected_count": "{count} selected",
416
+ "filter-bar.value_label": "{field} value",
380
417
  "filter.add_filter": "Add Filter",
381
418
  "filter.apply": "Apply",
419
+ "filter.boolean_false": "No",
420
+ "filter.boolean_true": "Yes",
382
421
  "filter.cancel": "Cancel",
383
422
  "filter.clear_all": "Clear all",
384
423
  "filter.enter_value": "Enter value...",
424
+ "filter.loading": "Loading...",
385
425
  "filter.no_fields": "No filter options available",
426
+ "filter.operator_label": "{field} operator",
386
427
  "filter.operator.between": "between",
387
428
  "filter.operator.contains": "contains",
388
429
  "filter.operator.ends_with": "ends with",
@@ -396,17 +437,13 @@ var en_default = {
396
437
  "filter.operator.not_contains": "does not contain",
397
438
  "filter.operator.not_equals": "is not",
398
439
  "filter.operator.starts_with": "starts with",
399
- "filter.select_value": "Select value...",
400
- "filter.loading": "Loading...",
401
- "filter.boolean_true": "Yes",
402
- "filter.boolean_false": "No",
403
- "filter.range_min": "Min",
404
440
  "filter.range_max": "Max",
441
+ "filter.range_min": "Min",
405
442
  "filter.remove_filter": "Remove {field} filter",
406
- "filter.operator_label": "{field} operator",
443
+ "filter.select_value": "Select value...",
407
444
  "filter.value_label": "{field} value",
408
- "filter.value_min_label": "{field} minimum value",
409
445
  "filter.value_max_label": "{field} maximum value",
446
+ "filter.value_min_label": "{field} minimum value",
410
447
  "grc.compliance.dora.label": "DORA",
411
448
  "grc.compliance.dora.tooltip": "DORA Critical - Affects critical ICT functions",
412
449
  "grc.compliance.nis2.label": "NIS2",
@@ -414,6 +451,11 @@ var en_default = {
414
451
  "grc.control.mapped.more": "+{count} more",
415
452
  "grc.control.mapped.no_controls": "No mapped controls",
416
453
  "grc.control.mapped.view_all": "View all {count} controls",
454
+ "grc.editor_card.cancel": "Cancel",
455
+ "grc.editor_card.edit": "Edit",
456
+ "grc.editor_card.empty": "No content yet. Click edit to add content.",
457
+ "grc.editor_card.placeholder": "Start typing or press '/' for commands...",
458
+ "grc.editor_card.save": "Save",
417
459
  "grc.impact.authenticity": "Authenticity",
418
460
  "grc.impact.availability": "Availability",
419
461
  "grc.impact.cancel": "Cancel",
@@ -424,6 +466,7 @@ var en_default = {
424
466
  "grc.impact.justification_hint": "(highest impact: {level})",
425
467
  "grc.impact.justification_placeholder": "Enter justification for the chosen impact values...",
426
468
  "grc.impact.no_justification": "No justification provided",
469
+ "grc.impact.required": "Required",
427
470
  "grc.impact.save": "Save",
428
471
  "grc.impact.scale.asset.0": "Not classified",
429
472
  "grc.impact.scale.asset.1": "Insignificant",
@@ -440,38 +483,45 @@ var en_default = {
440
483
  "grc.impact.scale.risk.0": "Not rated",
441
484
  "grc.impact.scale.risk.1": "Negligible",
442
485
  "grc.impact.scale.risk.2": "Low",
443
- "grc.impact.required": "Required",
444
486
  "grc.impact.scale.risk.3": "Medium",
445
487
  "grc.impact.scale.risk.4": "High",
446
488
  "grc.impact.scale.risk.5": "Critical",
447
489
  "grc.impact.title_cia": "CIA Impact",
448
490
  "grc.impact.title_ciaa": "CIAA Impact",
491
+ "grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
492
+ "grc.risk_treatment.accept.hint": "Requires: Documented approval",
493
+ "grc.risk_treatment.accept.label": "Accept",
494
+ "grc.risk_treatment.avoid.description": "Completely eliminate the risk by avoiding the risky activity or changing business processes.",
495
+ "grc.risk_treatment.avoid.hint": "Requires: Business Impact Analysis",
496
+ "grc.risk_treatment.avoid.label": "Avoid",
497
+ "grc.risk_treatment.cancel": "Cancel",
498
+ "grc.risk_treatment.edit": "Edit",
499
+ "grc.risk_treatment.mitigate.description": "Reduce the risk to an acceptable level through implementation of controls and measures.",
500
+ "grc.risk_treatment.mitigate.hint": "Requires: Action plan, Control mapping",
501
+ "grc.risk_treatment.mitigate.label": "Mitigate",
502
+ "grc.risk_treatment.no_rationale": "No rationale defined",
503
+ "grc.risk_treatment.not_defined.label": "No strategy defined",
504
+ "grc.risk_treatment.rationale_label": "Rationale",
505
+ "grc.risk_treatment.rationale_placeholder": "Document why this strategy was chosen...",
506
+ "grc.risk_treatment.recommended": "Recommended",
507
+ "grc.risk_treatment.save": "Save",
508
+ "grc.risk_treatment.strategy_label": "Selected Strategy",
509
+ "grc.risk_treatment.strategy_prompt": "How do you want to handle this risk?",
510
+ "grc.risk_treatment.title": "Risk Treatment",
511
+ "grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
512
+ "grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
513
+ "grc.risk_treatment.transfer.label": "Transfer",
514
+ "grc.risk.consequence": "Consequence",
515
+ "grc.risk.level.critical": "Critical",
516
+ "grc.risk.level.high": "High",
517
+ "grc.risk.level.low": "Low",
518
+ "grc.risk.level.medium": "Medium",
519
+ "grc.risk.level.unrated": "Not rated",
520
+ "grc.risk.likelihood": "Likelihood",
521
+ "grc.risk.not_rated_hint": "Risk has not been assessed yet",
522
+ "grc.risk.rating": "Rating",
449
523
  "use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
450
- "use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.',
451
- "filter-bar.add_filter": "Add Filter",
452
- "filter-bar.apply": "Apply",
453
- "filter-bar.cancel": "Cancel",
454
- "filter-bar.clear_all": "Clear all",
455
- "filter-bar.enter_value": "Enter value...",
456
- "filter-bar.no_results": "No results found",
457
- "filter-bar.operator.contains": "contains",
458
- "filter-bar.operator.ends_with": "ends with",
459
- "filter-bar.operator.equals": "is",
460
- "filter-bar.operator.gt": "greater than",
461
- "filter-bar.operator.gte": "greater or equal",
462
- "filter-bar.operator.is_empty": "is empty",
463
- "filter-bar.operator.is_not_empty": "is not empty",
464
- "filter-bar.operator.lt": "less than",
465
- "filter-bar.operator.lte": "less or equal",
466
- "filter-bar.operator.not_contains": "does not contain",
467
- "filter-bar.operator.not_equals": "is not",
468
- "filter-bar.operator.starts_with": "starts with",
469
- "filter-bar.operator_label": "{field} operator",
470
- "filter-bar.remove_filter": "Remove {field} filter",
471
- "filter-bar.search_placeholder": "Search...",
472
- "filter-bar.select_value": "Select value...",
473
- "filter-bar.selected_count": "{count} selected",
474
- "filter-bar.value_label": "{field} value"
524
+ "use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
475
525
  };
476
526
 
477
527
  // src/loaders/index.ts