@kopexa/i18n 17.15.8 → 17.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/i18n.js CHANGED
@@ -25,6 +25,7 @@ __export(i18n_exports, {
25
25
  I18nProvider: () => I18nProvider
26
26
  });
27
27
  module.exports = __toCommonJS(i18n_exports);
28
+ var import_i18n = require("@react-aria/i18n");
28
29
  var import_react4 = require("react");
29
30
  var import_react_intl2 = require("react-intl");
30
31
 
@@ -274,6 +275,12 @@ var de_default = {
274
275
  "filter-bar.enter_value": "Wert eingeben...",
275
276
  "filter-bar.no_results": "Keine Ergebnisse gefunden",
276
277
  "filter-bar.operator.contains": "enth\xE4lt",
278
+ "filter-bar.operator.date_after": "nach",
279
+ "filter-bar.operator.date_before": "vor",
280
+ "filter-bar.operator.date_not_on": "nicht am",
281
+ "filter-bar.operator.date_on": "am",
282
+ "filter-bar.operator.date_on_or_after": "ab",
283
+ "filter-bar.operator.date_on_or_before": "bis",
277
284
  "filter-bar.operator.ends_with": "endet mit",
278
285
  "filter-bar.operator.equals": "ist",
279
286
  "filter-bar.operator.gt": "gr\xF6\xDFer als",
@@ -384,19 +391,6 @@ var de_default = {
384
391
 
385
392
  // src/lang/en.json
386
393
  var en_default = {
387
- "color-picker.clear": "Clear",
388
- "color-picker.hex_label": "Hex",
389
- "color-picker.label": "Color",
390
- "color-picker.pick_color": "Pick a color",
391
- "date-picker.clear": "Clear",
392
- "date-picker.open_calendar": "Open calendar",
393
- "date-picker.select_date": "Select date",
394
- "date-picker.select_date_and_time": "Select date and time",
395
- "date-picker.save": "Save",
396
- "date-picker.today": "Today",
397
- "editable-text.cancel": "Cancel",
398
- "editable-text.edit": "Edit",
399
- "editable-text.save": "Save",
400
394
  "editor.controlblock.header_status": "Show status in header",
401
395
  "editor.controlblock.header_status_aria": "Toggle status chip in card header",
402
396
  "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.",
@@ -444,50 +438,6 @@ var en_default = {
444
438
  "editor.controlref.variant_card": "Card",
445
439
  "editor.controlref.variant_chip": "Chip",
446
440
  "editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
447
- "editor.placeholder": "Write, type '/' for commands\u2026",
448
- "editor.slash.ask_ai": "Ask AI",
449
- "editor.slash.ask_ai.subtext": "Ask AI to generate content",
450
- "editor.slash.blockquote": "Blockquote",
451
- "editor.slash.blockquote.subtext": "Blockquote block",
452
- "editor.slash.bullet_list": "Bullet List",
453
- "editor.slash.bullet_list.subtext": "List with unordered items",
454
- "editor.slash.callout": "Callout",
455
- "editor.slash.callout.subtext": "Highlighted block for important information",
456
- "editor.slash.code_block": "Code Block",
457
- "editor.slash.code_block.subtext": "Code block with syntax highlighting",
458
- "editor.slash.continue_writing": "Continue Writing",
459
- "editor.slash.continue_writing.subtext": "Continue writing from the current position",
460
- "editor.slash.control": "Control",
461
- "editor.slash.control.subtext": "Insert a control block",
462
- "editor.slash.filter_placeholder": "Filter...",
463
- "editor.slash.formula": "Formula",
464
- "editor.slash.formula.subtext": "LaTeX math formula block",
465
- "editor.slash.group.ai": "AI",
466
- "editor.slash.group.insert": "Insert",
467
- "editor.slash.group.style": "Style",
468
- "editor.slash.group.upload": "Upload",
469
- "editor.slash.heading_1": "Heading 1",
470
- "editor.slash.heading_1.subtext": "Top-level heading",
471
- "editor.slash.heading_2": "Heading 2",
472
- "editor.slash.heading_2.subtext": "Key section heading",
473
- "editor.slash.heading_3": "Heading 3",
474
- "editor.slash.heading_3.subtext": "Subsection and group heading",
475
- "editor.slash.image": "Image",
476
- "editor.slash.image.subtext": "Resizable image with caption",
477
- "editor.slash.ordered_list": "Numbered List",
478
- "editor.slash.ordered_list.subtext": "List with ordered items",
479
- "editor.slash.separator": "Separator",
480
- "editor.slash.separator.subtext": "Horizontal line to separate content",
481
- "editor.slash.table": "Table",
482
- "editor.slash.table.subtext": "Insert a table",
483
- "editor.slash.task_list": "To-do list",
484
- "editor.slash.task_list.subtext": "List with tasks",
485
- "editor.slash.text": "Text",
486
- "editor.slash.text.subtext": "Regular text paragraph",
487
- "editor.slash.toc": "Table of Contents",
488
- "editor.slash.toc.subtext": "Auto-generated list of headings",
489
- "editor.slash.warning": "Warning",
490
- "editor.slash.warning.subtext": "Warning callout block",
491
441
  "editor.table.align_bottom": "Align bottom",
492
442
  "editor.table.align_center": "Align center",
493
443
  "editor.table.align_left": "Align left",
@@ -522,41 +472,6 @@ var en_default = {
522
472
  "editor.table.sort_row_asc": "Sort row A-Z",
523
473
  "editor.table.sort_row_desc": "Sort row Z-A",
524
474
  "editor.table.split_cell": "Split cell",
525
- "editor.toolbar.align.center": "Align center",
526
- "editor.toolbar.align.justify": "Justify",
527
- "editor.toolbar.align.left": "Align left",
528
- "editor.toolbar.align.right": "Align right",
529
- "editor.toolbar.block.blockquote": "Blockquote",
530
- "editor.toolbar.block.bullet_list": "Bulleted list",
531
- "editor.toolbar.block.code_block": "Code block",
532
- "editor.toolbar.block.heading_1": "Heading 1",
533
- "editor.toolbar.block.heading_2": "Heading 2",
534
- "editor.toolbar.block.heading_3": "Heading 3",
535
- "editor.toolbar.block.heading_4": "Heading 4",
536
- "editor.toolbar.block.ordered_list": "Numbered list",
537
- "editor.toolbar.block.task_list": "To-do list",
538
- "editor.toolbar.block.text": "Text",
539
- "editor.toolbar.bold": "Bold",
540
- "editor.toolbar.code": "Code",
541
- "editor.toolbar.highlight_color": "Highlight color",
542
- "editor.toolbar.italic": "Italic",
543
- "editor.toolbar.link.edit": "Edit link",
544
- "editor.toolbar.link.open": "Open link in new tab",
545
- "editor.toolbar.link.placeholder": "Enter URL...",
546
- "editor.toolbar.link.remove": "Remove link",
547
- "editor.toolbar.link.save": "Save link",
548
- "editor.toolbar.more_options": "More options",
549
- "editor.toolbar.redo": "Redo",
550
- "editor.toolbar.reset_formatting": "Reset formatting",
551
- "editor.toolbar.strikethrough": "Strikethrough",
552
- "editor.toolbar.subscript": "Subscript",
553
- "editor.toolbar.superscript": "Superscript",
554
- "editor.toolbar.table.insert": "Insert table",
555
- "editor.toolbar.text_color": "Text color",
556
- "editor.toolbar.turn_into": "Turn into",
557
- "editor.toolbar.turn_into_current": "Turn into (current: {current})",
558
- "editor.toolbar.underline": "Underline",
559
- "editor.toolbar.undo": "Undo",
560
475
  "file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
561
476
  "file_upload.apply_crop": "Apply",
562
477
  "file_upload.avatar_uploaded": "Avatar uploaded",
@@ -571,7 +486,14 @@ var en_default = {
571
486
  "filter-bar.clear_all": "Clear all",
572
487
  "filter-bar.enter_value": "Enter value...",
573
488
  "filter-bar.no_results": "No results found",
489
+ "filter-bar.operator_label": "{field} operator",
574
490
  "filter-bar.operator.contains": "contains",
491
+ "filter-bar.operator.date_after": "after",
492
+ "filter-bar.operator.date_before": "before",
493
+ "filter-bar.operator.date_not_on": "not on",
494
+ "filter-bar.operator.date_on": "on",
495
+ "filter-bar.operator.date_on_or_after": "on or after",
496
+ "filter-bar.operator.date_on_or_before": "on or before",
575
497
  "filter-bar.operator.ends_with": "ends with",
576
498
  "filter-bar.operator.equals": "is",
577
499
  "filter-bar.operator.gt": "greater than",
@@ -583,7 +505,6 @@ var en_default = {
583
505
  "filter-bar.operator.not_contains": "does not contain",
584
506
  "filter-bar.operator.not_equals": "is not",
585
507
  "filter-bar.operator.starts_with": "starts with",
586
- "filter-bar.operator_label": "{field} operator",
587
508
  "filter-bar.remove_filter": "Remove {field} filter",
588
509
  "filter-bar.search_placeholder": "Search...",
589
510
  "filter-bar.select_value": "Select value...",
@@ -598,6 +519,7 @@ var en_default = {
598
519
  "filter.enter_value": "Enter value...",
599
520
  "filter.loading": "Loading...",
600
521
  "filter.no_fields": "No filter options available",
522
+ "filter.operator_label": "{field} operator",
601
523
  "filter.operator.between": "between",
602
524
  "filter.operator.contains": "contains",
603
525
  "filter.operator.ends_with": "ends with",
@@ -611,7 +533,6 @@ var en_default = {
611
533
  "filter.operator.not_contains": "does not contain",
612
534
  "filter.operator.not_equals": "is not",
613
535
  "filter.operator.starts_with": "starts with",
614
- "filter.operator_label": "{field} operator",
615
536
  "filter.range_max": "Max",
616
537
  "filter.range_min": "Min",
617
538
  "filter.remove_filter": "Remove {field} filter",
@@ -663,15 +584,6 @@ var en_default = {
663
584
  "grc.impact.scale.risk.5": "Critical",
664
585
  "grc.impact.title_cia": "CIA Impact",
665
586
  "grc.impact.title_ciaa": "CIAA Impact",
666
- "grc.risk.consequence": "Consequence",
667
- "grc.risk.level.critical": "Critical",
668
- "grc.risk.level.high": "High",
669
- "grc.risk.level.low": "Low",
670
- "grc.risk.level.medium": "Medium",
671
- "grc.risk.level.unrated": "Not rated",
672
- "grc.risk.likelihood": "Likelihood",
673
- "grc.risk.not_rated_hint": "Risk has not been assessed yet",
674
- "grc.risk.rating": "Rating",
675
587
  "grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
676
588
  "grc.risk_treatment.accept.hint": "Requires: Documented approval",
677
589
  "grc.risk_treatment.accept.label": "Accept",
@@ -695,19 +607,15 @@ var en_default = {
695
607
  "grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
696
608
  "grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
697
609
  "grc.risk_treatment.transfer.label": "Transfer",
698
- "pdf_viewer.error_hint": "Please try again.",
699
- "pdf_viewer.error_title": "Something went wrong while loading the document.",
700
- "pdf_viewer.loading": "Loading document\u2026",
701
- "pdf_viewer.page_label": "Page {page} of {total}",
702
- "pdf_viewer.toolbar_download": "Download",
703
- "pdf_viewer.toolbar_fit_width": "Fit to width",
704
- "pdf_viewer.toolbar_next_page": "Next page",
705
- "pdf_viewer.toolbar_page_of": "{page} of {total}",
706
- "pdf_viewer.toolbar_prev_page": "Previous page",
707
- "pdf_viewer.toolbar_print": "Print",
708
- "pdf_viewer.toolbar_zoom_in": "Zoom in",
709
- "pdf_viewer.toolbar_zoom_level": "{level}%",
710
- "pdf_viewer.toolbar_zoom_out": "Zoom out",
610
+ "grc.risk.consequence": "Consequence",
611
+ "grc.risk.level.critical": "Critical",
612
+ "grc.risk.level.high": "High",
613
+ "grc.risk.level.low": "Low",
614
+ "grc.risk.level.medium": "Medium",
615
+ "grc.risk.level.unrated": "Not rated",
616
+ "grc.risk.likelihood": "Likelihood",
617
+ "grc.risk.not_rated_hint": "Risk has not been assessed yet",
618
+ "grc.risk.rating": "Rating",
711
619
  "use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
712
620
  "use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
713
621
  };
@@ -814,7 +722,7 @@ var I18nProvider = (props) => {
814
722
  locale,
815
723
  messages: mergedMessages,
816
724
  onError: () => null,
817
- children
725
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_i18n.I18nProvider, { locale, children })
818
726
  }
819
727
  );
820
728
  };
package/dist/i18n.mjs CHANGED
@@ -2,11 +2,11 @@
2
2
  "use client";
3
3
  import {
4
4
  I18nProvider
5
- } from "./chunk-CHVSH2N6.mjs";
6
- import "./chunk-KVXCANCE.mjs";
7
- import "./chunk-OR6OVR5X.mjs";
8
- import "./chunk-A4XWHIRD.mjs";
9
- import "./chunk-BJ7WX4PC.mjs";
5
+ } from "./chunk-E7P7BGVX.mjs";
6
+ import "./chunk-75EZRJ47.mjs";
7
+ import "./chunk-V6LT4KWY.mjs";
8
+ import "./chunk-F3WNKH45.mjs";
9
+ import "./chunk-XIZMWNNK.mjs";
10
10
  import "./chunk-TYEI7NWI.mjs";
11
11
  import "./chunk-DWCWMJZD.mjs";
12
12
  import "./chunk-DRJHB4YN.mjs";
package/dist/index.js CHANGED
@@ -49,6 +49,7 @@ var useSafeIntl = () => {
49
49
  };
50
50
 
51
51
  // src/i18n.tsx
52
+ var import_i18n = require("@react-aria/i18n");
52
53
  var import_react4 = require("react");
53
54
  var import_react_intl2 = require("react-intl");
54
55
 
@@ -298,6 +299,12 @@ var de_default = {
298
299
  "filter-bar.enter_value": "Wert eingeben...",
299
300
  "filter-bar.no_results": "Keine Ergebnisse gefunden",
300
301
  "filter-bar.operator.contains": "enth\xE4lt",
302
+ "filter-bar.operator.date_after": "nach",
303
+ "filter-bar.operator.date_before": "vor",
304
+ "filter-bar.operator.date_not_on": "nicht am",
305
+ "filter-bar.operator.date_on": "am",
306
+ "filter-bar.operator.date_on_or_after": "ab",
307
+ "filter-bar.operator.date_on_or_before": "bis",
301
308
  "filter-bar.operator.ends_with": "endet mit",
302
309
  "filter-bar.operator.equals": "ist",
303
310
  "filter-bar.operator.gt": "gr\xF6\xDFer als",
@@ -408,19 +415,6 @@ var de_default = {
408
415
 
409
416
  // src/lang/en.json
410
417
  var en_default = {
411
- "color-picker.clear": "Clear",
412
- "color-picker.hex_label": "Hex",
413
- "color-picker.label": "Color",
414
- "color-picker.pick_color": "Pick a color",
415
- "date-picker.clear": "Clear",
416
- "date-picker.open_calendar": "Open calendar",
417
- "date-picker.select_date": "Select date",
418
- "date-picker.select_date_and_time": "Select date and time",
419
- "date-picker.save": "Save",
420
- "date-picker.today": "Today",
421
- "editable-text.cancel": "Cancel",
422
- "editable-text.edit": "Edit",
423
- "editable-text.save": "Save",
424
418
  "editor.controlblock.header_status": "Show status in header",
425
419
  "editor.controlblock.header_status_aria": "Toggle status chip in card header",
426
420
  "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.",
@@ -468,50 +462,6 @@ var en_default = {
468
462
  "editor.controlref.variant_card": "Card",
469
463
  "editor.controlref.variant_chip": "Chip",
470
464
  "editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
471
- "editor.placeholder": "Write, type '/' for commands\u2026",
472
- "editor.slash.ask_ai": "Ask AI",
473
- "editor.slash.ask_ai.subtext": "Ask AI to generate content",
474
- "editor.slash.blockquote": "Blockquote",
475
- "editor.slash.blockquote.subtext": "Blockquote block",
476
- "editor.slash.bullet_list": "Bullet List",
477
- "editor.slash.bullet_list.subtext": "List with unordered items",
478
- "editor.slash.callout": "Callout",
479
- "editor.slash.callout.subtext": "Highlighted block for important information",
480
- "editor.slash.code_block": "Code Block",
481
- "editor.slash.code_block.subtext": "Code block with syntax highlighting",
482
- "editor.slash.continue_writing": "Continue Writing",
483
- "editor.slash.continue_writing.subtext": "Continue writing from the current position",
484
- "editor.slash.control": "Control",
485
- "editor.slash.control.subtext": "Insert a control block",
486
- "editor.slash.filter_placeholder": "Filter...",
487
- "editor.slash.formula": "Formula",
488
- "editor.slash.formula.subtext": "LaTeX math formula block",
489
- "editor.slash.group.ai": "AI",
490
- "editor.slash.group.insert": "Insert",
491
- "editor.slash.group.style": "Style",
492
- "editor.slash.group.upload": "Upload",
493
- "editor.slash.heading_1": "Heading 1",
494
- "editor.slash.heading_1.subtext": "Top-level heading",
495
- "editor.slash.heading_2": "Heading 2",
496
- "editor.slash.heading_2.subtext": "Key section heading",
497
- "editor.slash.heading_3": "Heading 3",
498
- "editor.slash.heading_3.subtext": "Subsection and group heading",
499
- "editor.slash.image": "Image",
500
- "editor.slash.image.subtext": "Resizable image with caption",
501
- "editor.slash.ordered_list": "Numbered List",
502
- "editor.slash.ordered_list.subtext": "List with ordered items",
503
- "editor.slash.separator": "Separator",
504
- "editor.slash.separator.subtext": "Horizontal line to separate content",
505
- "editor.slash.table": "Table",
506
- "editor.slash.table.subtext": "Insert a table",
507
- "editor.slash.task_list": "To-do list",
508
- "editor.slash.task_list.subtext": "List with tasks",
509
- "editor.slash.text": "Text",
510
- "editor.slash.text.subtext": "Regular text paragraph",
511
- "editor.slash.toc": "Table of Contents",
512
- "editor.slash.toc.subtext": "Auto-generated list of headings",
513
- "editor.slash.warning": "Warning",
514
- "editor.slash.warning.subtext": "Warning callout block",
515
465
  "editor.table.align_bottom": "Align bottom",
516
466
  "editor.table.align_center": "Align center",
517
467
  "editor.table.align_left": "Align left",
@@ -546,41 +496,6 @@ var en_default = {
546
496
  "editor.table.sort_row_asc": "Sort row A-Z",
547
497
  "editor.table.sort_row_desc": "Sort row Z-A",
548
498
  "editor.table.split_cell": "Split cell",
549
- "editor.toolbar.align.center": "Align center",
550
- "editor.toolbar.align.justify": "Justify",
551
- "editor.toolbar.align.left": "Align left",
552
- "editor.toolbar.align.right": "Align right",
553
- "editor.toolbar.block.blockquote": "Blockquote",
554
- "editor.toolbar.block.bullet_list": "Bulleted list",
555
- "editor.toolbar.block.code_block": "Code block",
556
- "editor.toolbar.block.heading_1": "Heading 1",
557
- "editor.toolbar.block.heading_2": "Heading 2",
558
- "editor.toolbar.block.heading_3": "Heading 3",
559
- "editor.toolbar.block.heading_4": "Heading 4",
560
- "editor.toolbar.block.ordered_list": "Numbered list",
561
- "editor.toolbar.block.task_list": "To-do list",
562
- "editor.toolbar.block.text": "Text",
563
- "editor.toolbar.bold": "Bold",
564
- "editor.toolbar.code": "Code",
565
- "editor.toolbar.highlight_color": "Highlight color",
566
- "editor.toolbar.italic": "Italic",
567
- "editor.toolbar.link.edit": "Edit link",
568
- "editor.toolbar.link.open": "Open link in new tab",
569
- "editor.toolbar.link.placeholder": "Enter URL...",
570
- "editor.toolbar.link.remove": "Remove link",
571
- "editor.toolbar.link.save": "Save link",
572
- "editor.toolbar.more_options": "More options",
573
- "editor.toolbar.redo": "Redo",
574
- "editor.toolbar.reset_formatting": "Reset formatting",
575
- "editor.toolbar.strikethrough": "Strikethrough",
576
- "editor.toolbar.subscript": "Subscript",
577
- "editor.toolbar.superscript": "Superscript",
578
- "editor.toolbar.table.insert": "Insert table",
579
- "editor.toolbar.text_color": "Text color",
580
- "editor.toolbar.turn_into": "Turn into",
581
- "editor.toolbar.turn_into_current": "Turn into (current: {current})",
582
- "editor.toolbar.underline": "Underline",
583
- "editor.toolbar.undo": "Undo",
584
499
  "file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
585
500
  "file_upload.apply_crop": "Apply",
586
501
  "file_upload.avatar_uploaded": "Avatar uploaded",
@@ -595,7 +510,14 @@ var en_default = {
595
510
  "filter-bar.clear_all": "Clear all",
596
511
  "filter-bar.enter_value": "Enter value...",
597
512
  "filter-bar.no_results": "No results found",
513
+ "filter-bar.operator_label": "{field} operator",
598
514
  "filter-bar.operator.contains": "contains",
515
+ "filter-bar.operator.date_after": "after",
516
+ "filter-bar.operator.date_before": "before",
517
+ "filter-bar.operator.date_not_on": "not on",
518
+ "filter-bar.operator.date_on": "on",
519
+ "filter-bar.operator.date_on_or_after": "on or after",
520
+ "filter-bar.operator.date_on_or_before": "on or before",
599
521
  "filter-bar.operator.ends_with": "ends with",
600
522
  "filter-bar.operator.equals": "is",
601
523
  "filter-bar.operator.gt": "greater than",
@@ -607,7 +529,6 @@ var en_default = {
607
529
  "filter-bar.operator.not_contains": "does not contain",
608
530
  "filter-bar.operator.not_equals": "is not",
609
531
  "filter-bar.operator.starts_with": "starts with",
610
- "filter-bar.operator_label": "{field} operator",
611
532
  "filter-bar.remove_filter": "Remove {field} filter",
612
533
  "filter-bar.search_placeholder": "Search...",
613
534
  "filter-bar.select_value": "Select value...",
@@ -622,6 +543,7 @@ var en_default = {
622
543
  "filter.enter_value": "Enter value...",
623
544
  "filter.loading": "Loading...",
624
545
  "filter.no_fields": "No filter options available",
546
+ "filter.operator_label": "{field} operator",
625
547
  "filter.operator.between": "between",
626
548
  "filter.operator.contains": "contains",
627
549
  "filter.operator.ends_with": "ends with",
@@ -635,7 +557,6 @@ var en_default = {
635
557
  "filter.operator.not_contains": "does not contain",
636
558
  "filter.operator.not_equals": "is not",
637
559
  "filter.operator.starts_with": "starts with",
638
- "filter.operator_label": "{field} operator",
639
560
  "filter.range_max": "Max",
640
561
  "filter.range_min": "Min",
641
562
  "filter.remove_filter": "Remove {field} filter",
@@ -687,15 +608,6 @@ var en_default = {
687
608
  "grc.impact.scale.risk.5": "Critical",
688
609
  "grc.impact.title_cia": "CIA Impact",
689
610
  "grc.impact.title_ciaa": "CIAA Impact",
690
- "grc.risk.consequence": "Consequence",
691
- "grc.risk.level.critical": "Critical",
692
- "grc.risk.level.high": "High",
693
- "grc.risk.level.low": "Low",
694
- "grc.risk.level.medium": "Medium",
695
- "grc.risk.level.unrated": "Not rated",
696
- "grc.risk.likelihood": "Likelihood",
697
- "grc.risk.not_rated_hint": "Risk has not been assessed yet",
698
- "grc.risk.rating": "Rating",
699
611
  "grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
700
612
  "grc.risk_treatment.accept.hint": "Requires: Documented approval",
701
613
  "grc.risk_treatment.accept.label": "Accept",
@@ -719,19 +631,15 @@ var en_default = {
719
631
  "grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
720
632
  "grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
721
633
  "grc.risk_treatment.transfer.label": "Transfer",
722
- "pdf_viewer.error_hint": "Please try again.",
723
- "pdf_viewer.error_title": "Something went wrong while loading the document.",
724
- "pdf_viewer.loading": "Loading document\u2026",
725
- "pdf_viewer.page_label": "Page {page} of {total}",
726
- "pdf_viewer.toolbar_download": "Download",
727
- "pdf_viewer.toolbar_fit_width": "Fit to width",
728
- "pdf_viewer.toolbar_next_page": "Next page",
729
- "pdf_viewer.toolbar_page_of": "{page} of {total}",
730
- "pdf_viewer.toolbar_prev_page": "Previous page",
731
- "pdf_viewer.toolbar_print": "Print",
732
- "pdf_viewer.toolbar_zoom_in": "Zoom in",
733
- "pdf_viewer.toolbar_zoom_level": "{level}%",
734
- "pdf_viewer.toolbar_zoom_out": "Zoom out",
634
+ "grc.risk.consequence": "Consequence",
635
+ "grc.risk.level.critical": "Critical",
636
+ "grc.risk.level.high": "High",
637
+ "grc.risk.level.low": "Low",
638
+ "grc.risk.level.medium": "Medium",
639
+ "grc.risk.level.unrated": "Not rated",
640
+ "grc.risk.likelihood": "Likelihood",
641
+ "grc.risk.not_rated_hint": "Risk has not been assessed yet",
642
+ "grc.risk.rating": "Rating",
735
643
  "use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
736
644
  "use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
737
645
  };
@@ -818,7 +726,7 @@ var I18nProvider = (props) => {
818
726
  locale,
819
727
  messages: mergedMessages,
820
728
  onError: () => null,
821
- children
729
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_i18n.I18nProvider, { locale, children })
822
730
  }
823
731
  );
824
732
  };
package/dist/index.mjs CHANGED
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  I18nProvider
4
- } from "./chunk-CHVSH2N6.mjs";
5
- import "./chunk-KVXCANCE.mjs";
6
- import "./chunk-OR6OVR5X.mjs";
7
- import "./chunk-A4XWHIRD.mjs";
8
- import "./chunk-BJ7WX4PC.mjs";
4
+ } from "./chunk-E7P7BGVX.mjs";
5
+ import "./chunk-75EZRJ47.mjs";
6
+ import "./chunk-V6LT4KWY.mjs";
7
+ import "./chunk-F3WNKH45.mjs";
8
+ import "./chunk-XIZMWNNK.mjs";
9
9
  import "./chunk-TYEI7NWI.mjs";
10
10
  import {
11
11
  useSafeIntl
@@ -240,6 +240,12 @@ var de = {
240
240
  "filter-bar.enter_value": "Wert eingeben...",
241
241
  "filter-bar.no_results": "Keine Ergebnisse gefunden",
242
242
  "filter-bar.operator.contains": "enthält",
243
+ "filter-bar.operator.date_after": "nach",
244
+ "filter-bar.operator.date_before": "vor",
245
+ "filter-bar.operator.date_not_on": "nicht am",
246
+ "filter-bar.operator.date_on": "am",
247
+ "filter-bar.operator.date_on_or_after": "ab",
248
+ "filter-bar.operator.date_on_or_before": "bis",
243
249
  "filter-bar.operator.ends_with": "endet mit",
244
250
  "filter-bar.operator.equals": "ist",
245
251
  "filter-bar.operator.gt": "größer als",
package/dist/lang/de.d.ts CHANGED
@@ -240,6 +240,12 @@ var de = {
240
240
  "filter-bar.enter_value": "Wert eingeben...",
241
241
  "filter-bar.no_results": "Keine Ergebnisse gefunden",
242
242
  "filter-bar.operator.contains": "enthält",
243
+ "filter-bar.operator.date_after": "nach",
244
+ "filter-bar.operator.date_before": "vor",
245
+ "filter-bar.operator.date_not_on": "nicht am",
246
+ "filter-bar.operator.date_on": "am",
247
+ "filter-bar.operator.date_on_or_after": "ab",
248
+ "filter-bar.operator.date_on_or_before": "bis",
243
249
  "filter-bar.operator.ends_with": "endet mit",
244
250
  "filter-bar.operator.equals": "ist",
245
251
  "filter-bar.operator.gt": "größer als",
package/dist/lang/de.js CHANGED
@@ -243,6 +243,12 @@ var de_default = {
243
243
  "filter-bar.enter_value": "Wert eingeben...",
244
244
  "filter-bar.no_results": "Keine Ergebnisse gefunden",
245
245
  "filter-bar.operator.contains": "enth\xE4lt",
246
+ "filter-bar.operator.date_after": "nach",
247
+ "filter-bar.operator.date_before": "vor",
248
+ "filter-bar.operator.date_not_on": "nicht am",
249
+ "filter-bar.operator.date_on": "am",
250
+ "filter-bar.operator.date_on_or_after": "ab",
251
+ "filter-bar.operator.date_on_or_before": "bis",
246
252
  "filter-bar.operator.ends_with": "endet mit",
247
253
  "filter-bar.operator.equals": "ist",
248
254
  "filter-bar.operator.gt": "gr\xF6\xDFer als",
package/dist/lang/de.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  de_default
4
- } from "../chunk-A4XWHIRD.mjs";
4
+ } from "../chunk-F3WNKH45.mjs";
5
5
  export {
6
6
  de_default as default
7
7
  };