@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/{chunk-KVXCANCE.mjs → chunk-75EZRJ47.mjs} +1 -1
- package/dist/{chunk-CHVSH2N6.mjs → chunk-E7P7BGVX.mjs} +3 -2
- package/dist/{chunk-A4XWHIRD.mjs → chunk-F3WNKH45.mjs} +6 -0
- package/dist/{chunk-OR6OVR5X.mjs → chunk-V6LT4KWY.mjs} +2 -2
- package/dist/{chunk-BJ7WX4PC.mjs → chunk-XIZMWNNK.mjs} +17 -116
- package/dist/hooks/use-built-in-messages.js +23 -116
- package/dist/hooks/use-built-in-messages.mjs +4 -4
- package/dist/i18n.js +25 -117
- package/dist/i18n.mjs +5 -5
- package/dist/index.js +25 -117
- package/dist/index.mjs +5 -5
- package/dist/lang/de.d.mts +6 -0
- package/dist/lang/de.d.ts +6 -0
- package/dist/lang/de.js +6 -0
- package/dist/lang/de.mjs +1 -1
- package/dist/lang/en.d.mts +17 -116
- package/dist/lang/en.d.ts +17 -116
- package/dist/lang/en.js +17 -116
- package/dist/lang/en.mjs +1 -1
- package/dist/loaders/index.js +23 -116
- package/dist/loaders/index.mjs +3 -3
- package/package.json +5 -4
package/dist/loaders/index.js
CHANGED
|
@@ -268,6 +268,12 @@ var de_default = {
|
|
|
268
268
|
"filter-bar.enter_value": "Wert eingeben...",
|
|
269
269
|
"filter-bar.no_results": "Keine Ergebnisse gefunden",
|
|
270
270
|
"filter-bar.operator.contains": "enth\xE4lt",
|
|
271
|
+
"filter-bar.operator.date_after": "nach",
|
|
272
|
+
"filter-bar.operator.date_before": "vor",
|
|
273
|
+
"filter-bar.operator.date_not_on": "nicht am",
|
|
274
|
+
"filter-bar.operator.date_on": "am",
|
|
275
|
+
"filter-bar.operator.date_on_or_after": "ab",
|
|
276
|
+
"filter-bar.operator.date_on_or_before": "bis",
|
|
271
277
|
"filter-bar.operator.ends_with": "endet mit",
|
|
272
278
|
"filter-bar.operator.equals": "ist",
|
|
273
279
|
"filter-bar.operator.gt": "gr\xF6\xDFer als",
|
|
@@ -378,19 +384,6 @@ var de_default = {
|
|
|
378
384
|
|
|
379
385
|
// src/lang/en.json
|
|
380
386
|
var en_default = {
|
|
381
|
-
"color-picker.clear": "Clear",
|
|
382
|
-
"color-picker.hex_label": "Hex",
|
|
383
|
-
"color-picker.label": "Color",
|
|
384
|
-
"color-picker.pick_color": "Pick a color",
|
|
385
|
-
"date-picker.clear": "Clear",
|
|
386
|
-
"date-picker.open_calendar": "Open calendar",
|
|
387
|
-
"date-picker.select_date": "Select date",
|
|
388
|
-
"date-picker.select_date_and_time": "Select date and time",
|
|
389
|
-
"date-picker.save": "Save",
|
|
390
|
-
"date-picker.today": "Today",
|
|
391
|
-
"editable-text.cancel": "Cancel",
|
|
392
|
-
"editable-text.edit": "Edit",
|
|
393
|
-
"editable-text.save": "Save",
|
|
394
387
|
"editor.controlblock.header_status": "Show status in header",
|
|
395
388
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
396
389
|
"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.",
|
|
@@ -438,50 +431,6 @@ var en_default = {
|
|
|
438
431
|
"editor.controlref.variant_card": "Card",
|
|
439
432
|
"editor.controlref.variant_chip": "Chip",
|
|
440
433
|
"editor.controlref.variant_hint": "Choose a visual emphasis for this section.",
|
|
441
|
-
"editor.placeholder": "Write, type '/' for commands\u2026",
|
|
442
|
-
"editor.slash.ask_ai": "Ask AI",
|
|
443
|
-
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
444
|
-
"editor.slash.blockquote": "Blockquote",
|
|
445
|
-
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
446
|
-
"editor.slash.bullet_list": "Bullet List",
|
|
447
|
-
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
448
|
-
"editor.slash.callout": "Callout",
|
|
449
|
-
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
450
|
-
"editor.slash.code_block": "Code Block",
|
|
451
|
-
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
452
|
-
"editor.slash.continue_writing": "Continue Writing",
|
|
453
|
-
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
454
|
-
"editor.slash.control": "Control",
|
|
455
|
-
"editor.slash.control.subtext": "Insert a control block",
|
|
456
|
-
"editor.slash.filter_placeholder": "Filter...",
|
|
457
|
-
"editor.slash.formula": "Formula",
|
|
458
|
-
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
459
|
-
"editor.slash.group.ai": "AI",
|
|
460
|
-
"editor.slash.group.insert": "Insert",
|
|
461
|
-
"editor.slash.group.style": "Style",
|
|
462
|
-
"editor.slash.group.upload": "Upload",
|
|
463
|
-
"editor.slash.heading_1": "Heading 1",
|
|
464
|
-
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
465
|
-
"editor.slash.heading_2": "Heading 2",
|
|
466
|
-
"editor.slash.heading_2.subtext": "Key section heading",
|
|
467
|
-
"editor.slash.heading_3": "Heading 3",
|
|
468
|
-
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
469
|
-
"editor.slash.image": "Image",
|
|
470
|
-
"editor.slash.image.subtext": "Resizable image with caption",
|
|
471
|
-
"editor.slash.ordered_list": "Numbered List",
|
|
472
|
-
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
473
|
-
"editor.slash.separator": "Separator",
|
|
474
|
-
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
475
|
-
"editor.slash.table": "Table",
|
|
476
|
-
"editor.slash.table.subtext": "Insert a table",
|
|
477
|
-
"editor.slash.task_list": "To-do list",
|
|
478
|
-
"editor.slash.task_list.subtext": "List with tasks",
|
|
479
|
-
"editor.slash.text": "Text",
|
|
480
|
-
"editor.slash.text.subtext": "Regular text paragraph",
|
|
481
|
-
"editor.slash.toc": "Table of Contents",
|
|
482
|
-
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
483
|
-
"editor.slash.warning": "Warning",
|
|
484
|
-
"editor.slash.warning.subtext": "Warning callout block",
|
|
485
434
|
"editor.table.align_bottom": "Align bottom",
|
|
486
435
|
"editor.table.align_center": "Align center",
|
|
487
436
|
"editor.table.align_left": "Align left",
|
|
@@ -516,41 +465,6 @@ var en_default = {
|
|
|
516
465
|
"editor.table.sort_row_asc": "Sort row A-Z",
|
|
517
466
|
"editor.table.sort_row_desc": "Sort row Z-A",
|
|
518
467
|
"editor.table.split_cell": "Split cell",
|
|
519
|
-
"editor.toolbar.align.center": "Align center",
|
|
520
|
-
"editor.toolbar.align.justify": "Justify",
|
|
521
|
-
"editor.toolbar.align.left": "Align left",
|
|
522
|
-
"editor.toolbar.align.right": "Align right",
|
|
523
|
-
"editor.toolbar.block.blockquote": "Blockquote",
|
|
524
|
-
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
525
|
-
"editor.toolbar.block.code_block": "Code block",
|
|
526
|
-
"editor.toolbar.block.heading_1": "Heading 1",
|
|
527
|
-
"editor.toolbar.block.heading_2": "Heading 2",
|
|
528
|
-
"editor.toolbar.block.heading_3": "Heading 3",
|
|
529
|
-
"editor.toolbar.block.heading_4": "Heading 4",
|
|
530
|
-
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
531
|
-
"editor.toolbar.block.task_list": "To-do list",
|
|
532
|
-
"editor.toolbar.block.text": "Text",
|
|
533
|
-
"editor.toolbar.bold": "Bold",
|
|
534
|
-
"editor.toolbar.code": "Code",
|
|
535
|
-
"editor.toolbar.highlight_color": "Highlight color",
|
|
536
|
-
"editor.toolbar.italic": "Italic",
|
|
537
|
-
"editor.toolbar.link.edit": "Edit link",
|
|
538
|
-
"editor.toolbar.link.open": "Open link in new tab",
|
|
539
|
-
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
540
|
-
"editor.toolbar.link.remove": "Remove link",
|
|
541
|
-
"editor.toolbar.link.save": "Save link",
|
|
542
|
-
"editor.toolbar.more_options": "More options",
|
|
543
|
-
"editor.toolbar.redo": "Redo",
|
|
544
|
-
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
545
|
-
"editor.toolbar.strikethrough": "Strikethrough",
|
|
546
|
-
"editor.toolbar.subscript": "Subscript",
|
|
547
|
-
"editor.toolbar.superscript": "Superscript",
|
|
548
|
-
"editor.toolbar.table.insert": "Insert table",
|
|
549
|
-
"editor.toolbar.text_color": "Text color",
|
|
550
|
-
"editor.toolbar.turn_into": "Turn into",
|
|
551
|
-
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
552
|
-
"editor.toolbar.underline": "Underline",
|
|
553
|
-
"editor.toolbar.undo": "Undo",
|
|
554
468
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { up to {size}}}",
|
|
555
469
|
"file_upload.apply_crop": "Apply",
|
|
556
470
|
"file_upload.avatar_uploaded": "Avatar uploaded",
|
|
@@ -565,7 +479,14 @@ var en_default = {
|
|
|
565
479
|
"filter-bar.clear_all": "Clear all",
|
|
566
480
|
"filter-bar.enter_value": "Enter value...",
|
|
567
481
|
"filter-bar.no_results": "No results found",
|
|
482
|
+
"filter-bar.operator_label": "{field} operator",
|
|
568
483
|
"filter-bar.operator.contains": "contains",
|
|
484
|
+
"filter-bar.operator.date_after": "after",
|
|
485
|
+
"filter-bar.operator.date_before": "before",
|
|
486
|
+
"filter-bar.operator.date_not_on": "not on",
|
|
487
|
+
"filter-bar.operator.date_on": "on",
|
|
488
|
+
"filter-bar.operator.date_on_or_after": "on or after",
|
|
489
|
+
"filter-bar.operator.date_on_or_before": "on or before",
|
|
569
490
|
"filter-bar.operator.ends_with": "ends with",
|
|
570
491
|
"filter-bar.operator.equals": "is",
|
|
571
492
|
"filter-bar.operator.gt": "greater than",
|
|
@@ -577,7 +498,6 @@ var en_default = {
|
|
|
577
498
|
"filter-bar.operator.not_contains": "does not contain",
|
|
578
499
|
"filter-bar.operator.not_equals": "is not",
|
|
579
500
|
"filter-bar.operator.starts_with": "starts with",
|
|
580
|
-
"filter-bar.operator_label": "{field} operator",
|
|
581
501
|
"filter-bar.remove_filter": "Remove {field} filter",
|
|
582
502
|
"filter-bar.search_placeholder": "Search...",
|
|
583
503
|
"filter-bar.select_value": "Select value...",
|
|
@@ -592,6 +512,7 @@ var en_default = {
|
|
|
592
512
|
"filter.enter_value": "Enter value...",
|
|
593
513
|
"filter.loading": "Loading...",
|
|
594
514
|
"filter.no_fields": "No filter options available",
|
|
515
|
+
"filter.operator_label": "{field} operator",
|
|
595
516
|
"filter.operator.between": "between",
|
|
596
517
|
"filter.operator.contains": "contains",
|
|
597
518
|
"filter.operator.ends_with": "ends with",
|
|
@@ -605,7 +526,6 @@ var en_default = {
|
|
|
605
526
|
"filter.operator.not_contains": "does not contain",
|
|
606
527
|
"filter.operator.not_equals": "is not",
|
|
607
528
|
"filter.operator.starts_with": "starts with",
|
|
608
|
-
"filter.operator_label": "{field} operator",
|
|
609
529
|
"filter.range_max": "Max",
|
|
610
530
|
"filter.range_min": "Min",
|
|
611
531
|
"filter.remove_filter": "Remove {field} filter",
|
|
@@ -657,15 +577,6 @@ var en_default = {
|
|
|
657
577
|
"grc.impact.scale.risk.5": "Critical",
|
|
658
578
|
"grc.impact.title_cia": "CIA Impact",
|
|
659
579
|
"grc.impact.title_ciaa": "CIAA Impact",
|
|
660
|
-
"grc.risk.consequence": "Consequence",
|
|
661
|
-
"grc.risk.level.critical": "Critical",
|
|
662
|
-
"grc.risk.level.high": "High",
|
|
663
|
-
"grc.risk.level.low": "Low",
|
|
664
|
-
"grc.risk.level.medium": "Medium",
|
|
665
|
-
"grc.risk.level.unrated": "Not rated",
|
|
666
|
-
"grc.risk.likelihood": "Likelihood",
|
|
667
|
-
"grc.risk.not_rated_hint": "Risk has not been assessed yet",
|
|
668
|
-
"grc.risk.rating": "Rating",
|
|
669
580
|
"grc.risk_treatment.accept.description": "Consciously accept the risk because treatment costs exceed potential damage or the risk is within acceptable limits.",
|
|
670
581
|
"grc.risk_treatment.accept.hint": "Requires: Documented approval",
|
|
671
582
|
"grc.risk_treatment.accept.label": "Accept",
|
|
@@ -689,19 +600,15 @@ var en_default = {
|
|
|
689
600
|
"grc.risk_treatment.transfer.description": "Transfer the risk to third parties (e.g., insurance, outsourcing).",
|
|
690
601
|
"grc.risk_treatment.transfer.hint": "Requires: Contract documentation, Residual risk assessment",
|
|
691
602
|
"grc.risk_treatment.transfer.label": "Transfer",
|
|
692
|
-
"
|
|
693
|
-
"
|
|
694
|
-
"
|
|
695
|
-
"
|
|
696
|
-
"
|
|
697
|
-
"
|
|
698
|
-
"
|
|
699
|
-
"
|
|
700
|
-
"
|
|
701
|
-
"pdf_viewer.toolbar_print": "Print",
|
|
702
|
-
"pdf_viewer.toolbar_zoom_in": "Zoom in",
|
|
703
|
-
"pdf_viewer.toolbar_zoom_level": "{level}%",
|
|
704
|
-
"pdf_viewer.toolbar_zoom_out": "Zoom out",
|
|
603
|
+
"grc.risk.consequence": "Consequence",
|
|
604
|
+
"grc.risk.level.critical": "Critical",
|
|
605
|
+
"grc.risk.level.high": "High",
|
|
606
|
+
"grc.risk.level.low": "Low",
|
|
607
|
+
"grc.risk.level.medium": "Medium",
|
|
608
|
+
"grc.risk.level.unrated": "Not rated",
|
|
609
|
+
"grc.risk.likelihood": "Likelihood",
|
|
610
|
+
"grc.risk.not_rated_hint": "Risk has not been assessed yet",
|
|
611
|
+
"grc.risk.rating": "Rating",
|
|
705
612
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
706
613
|
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
707
614
|
};
|
package/dist/loaders/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
loadBuiltinMessages
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-V6LT4KWY.mjs";
|
|
5
|
+
import "../chunk-F3WNKH45.mjs";
|
|
6
|
+
import "../chunk-XIZMWNNK.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.
|
|
3
|
+
"version": "17.17.0",
|
|
4
4
|
"description": "i18n provider for kopexa apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n"
|
|
@@ -28,12 +28,13 @@
|
|
|
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.
|
|
31
|
+
"@kopexa/theme": "17.36.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
+
"@react-aria/i18n": "^3.13.1",
|
|
34
35
|
"react-intl": "^7.1.14",
|
|
35
|
-
"@kopexa/shared-utils": "17.0.
|
|
36
|
-
"@kopexa/react-utils": "17.1.
|
|
36
|
+
"@kopexa/shared-utils": "17.0.95",
|
|
37
|
+
"@kopexa/react-utils": "17.1.37"
|
|
37
38
|
},
|
|
38
39
|
"clean-package": "../../../clean-package.config.json",
|
|
39
40
|
"module": "dist/index.mjs",
|