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