@kopexa/i18n 17.3.2 → 17.4.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-VRLINT73.mjs → chunk-6UWDSAYT.mjs} +34 -0
- package/dist/{chunk-VQJ3EDYE.mjs → chunk-BGXE255Q.mjs} +1 -1
- package/dist/{chunk-NIUM7JU2.mjs → chunk-EA7IZSAN.mjs} +34 -0
- package/dist/{chunk-KMHFT4XB.mjs → chunk-ENXZNL5M.mjs} +2 -2
- package/dist/{chunk-2MWD5WUJ.mjs → chunk-QFS6LLV6.mjs} +1 -1
- package/dist/hooks/use-built-in-messages.js +68 -0
- package/dist/hooks/use-built-in-messages.mjs +4 -4
- package/dist/i18n.js +68 -0
- package/dist/i18n.mjs +5 -5
- package/dist/index.js +68 -0
- package/dist/index.mjs +5 -5
- package/dist/lang/de.d.mts +34 -0
- package/dist/lang/de.d.ts +34 -0
- package/dist/lang/de.js +34 -0
- package/dist/lang/de.mjs +1 -1
- package/dist/lang/en.d.mts +34 -0
- package/dist/lang/en.d.ts +34 -0
- package/dist/lang/en.js +34 -0
- package/dist/lang/en.mjs +1 -1
- package/dist/loaders/index.js +68 -0
- package/dist/loaders/index.mjs +3 -3
- package/package.json +4 -4
|
@@ -7,9 +7,29 @@ var en_default = {
|
|
|
7
7
|
"audit-info.title": "Metadata",
|
|
8
8
|
"audit-info.updated_at": "Updated",
|
|
9
9
|
"audit-info.updated_by": "Updated by",
|
|
10
|
+
"editor.callout.cancel": "Cancel",
|
|
11
|
+
"editor.callout.save": "Save",
|
|
12
|
+
"editor.callout.settings": "Settings",
|
|
13
|
+
"editor.callout.title": "Title",
|
|
14
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
15
|
+
"editor.callout.variant": "Variant",
|
|
16
|
+
"editor.callout.variant_default": "Default",
|
|
17
|
+
"editor.callout.variant_destructive": "Error",
|
|
18
|
+
"editor.callout.variant_info": "Info",
|
|
19
|
+
"editor.callout.variant_success": "Success",
|
|
20
|
+
"editor.callout.variant_warning": "Warning",
|
|
10
21
|
"editor.controlblock.header_status": "Show status in header",
|
|
11
22
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
12
23
|
"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.",
|
|
24
|
+
"editor.math.cancel": "Cancel",
|
|
25
|
+
"editor.math.edit": "Edit",
|
|
26
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
27
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
28
|
+
"editor.math.latex_input": "LaTeX",
|
|
29
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
30
|
+
"editor.math.preview": "Preview",
|
|
31
|
+
"editor.math.save": "Save",
|
|
32
|
+
"editor.math.title": "Formula",
|
|
13
33
|
"editor.controlref.appearance": "Appearance",
|
|
14
34
|
"editor.controlref.border": "Border",
|
|
15
35
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -46,6 +66,20 @@ var en_default = {
|
|
|
46
66
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
47
67
|
"editor.controlref.show_status": "Show Status",
|
|
48
68
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
69
|
+
"editor.toc.cancel": "Cancel",
|
|
70
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
71
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
72
|
+
"editor.toc.max_level": "Maximum level",
|
|
73
|
+
"editor.toc.min_level": "Minimum level",
|
|
74
|
+
"editor.toc.numbered": "Numbering",
|
|
75
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
76
|
+
"editor.toc.save": "Save",
|
|
77
|
+
"editor.toc.settings": "Settings",
|
|
78
|
+
"editor.toc.style": "Style",
|
|
79
|
+
"editor.toc.style_compact": "Compact",
|
|
80
|
+
"editor.toc.style_default": "Default",
|
|
81
|
+
"editor.toc.style_flat": "Flat",
|
|
82
|
+
"editor.toc.title": "Table of Contents",
|
|
49
83
|
"editor.controlref.spacing": "Spacing",
|
|
50
84
|
"editor.controlref.unmap": "Unmap",
|
|
51
85
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
|
@@ -7,9 +7,29 @@ var de_default = {
|
|
|
7
7
|
"audit-info.title": "Metadaten",
|
|
8
8
|
"audit-info.updated_at": "Aktualisiert",
|
|
9
9
|
"audit-info.updated_by": "Aktualisiert von",
|
|
10
|
+
"editor.callout.cancel": "Abbrechen",
|
|
11
|
+
"editor.callout.save": "Speichern",
|
|
12
|
+
"editor.callout.settings": "Einstellungen",
|
|
13
|
+
"editor.callout.title": "Titel",
|
|
14
|
+
"editor.callout.title_placeholder": "Optionaler Titel...",
|
|
15
|
+
"editor.callout.variant": "Variante",
|
|
16
|
+
"editor.callout.variant_default": "Standard",
|
|
17
|
+
"editor.callout.variant_destructive": "Fehler",
|
|
18
|
+
"editor.callout.variant_info": "Info",
|
|
19
|
+
"editor.callout.variant_success": "Erfolg",
|
|
20
|
+
"editor.callout.variant_warning": "Warnung",
|
|
10
21
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
11
22
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
12
23
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
24
|
+
"editor.math.cancel": "Abbrechen",
|
|
25
|
+
"editor.math.edit": "Bearbeiten",
|
|
26
|
+
"editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
|
|
27
|
+
"editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
|
|
28
|
+
"editor.math.latex_input": "LaTeX",
|
|
29
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
30
|
+
"editor.math.preview": "Vorschau",
|
|
31
|
+
"editor.math.save": "Speichern",
|
|
32
|
+
"editor.math.title": "Formel",
|
|
13
33
|
"editor.controlref.appearance": "Darstellung",
|
|
14
34
|
"editor.controlref.border": "Rahmen",
|
|
15
35
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -55,6 +75,20 @@ var de_default = {
|
|
|
55
75
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
56
76
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
57
77
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
78
|
+
"editor.toc.cancel": "Abbrechen",
|
|
79
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
80
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
81
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
82
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
83
|
+
"editor.toc.numbered": "Nummerierung",
|
|
84
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
85
|
+
"editor.toc.save": "Speichern",
|
|
86
|
+
"editor.toc.settings": "Einstellungen",
|
|
87
|
+
"editor.toc.style": "Darstellung",
|
|
88
|
+
"editor.toc.style_compact": "Kompakt",
|
|
89
|
+
"editor.toc.style_default": "Standard",
|
|
90
|
+
"editor.toc.style_flat": "Flach",
|
|
91
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
58
92
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
59
93
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
60
94
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
de_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EA7IZSAN.mjs";
|
|
5
5
|
import {
|
|
6
6
|
en_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6UWDSAYT.mjs";
|
|
8
8
|
|
|
9
9
|
// src/loaders/index.ts
|
|
10
10
|
var CACHE = /* @__PURE__ */ new Map();
|
|
@@ -34,9 +34,29 @@ var de_default = {
|
|
|
34
34
|
"audit-info.title": "Metadaten",
|
|
35
35
|
"audit-info.updated_at": "Aktualisiert",
|
|
36
36
|
"audit-info.updated_by": "Aktualisiert von",
|
|
37
|
+
"editor.callout.cancel": "Abbrechen",
|
|
38
|
+
"editor.callout.save": "Speichern",
|
|
39
|
+
"editor.callout.settings": "Einstellungen",
|
|
40
|
+
"editor.callout.title": "Titel",
|
|
41
|
+
"editor.callout.title_placeholder": "Optionaler Titel...",
|
|
42
|
+
"editor.callout.variant": "Variante",
|
|
43
|
+
"editor.callout.variant_default": "Standard",
|
|
44
|
+
"editor.callout.variant_destructive": "Fehler",
|
|
45
|
+
"editor.callout.variant_info": "Info",
|
|
46
|
+
"editor.callout.variant_success": "Erfolg",
|
|
47
|
+
"editor.callout.variant_warning": "Warnung",
|
|
37
48
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
38
49
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
39
50
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
51
|
+
"editor.math.cancel": "Abbrechen",
|
|
52
|
+
"editor.math.edit": "Bearbeiten",
|
|
53
|
+
"editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
|
|
54
|
+
"editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
|
|
55
|
+
"editor.math.latex_input": "LaTeX",
|
|
56
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
57
|
+
"editor.math.preview": "Vorschau",
|
|
58
|
+
"editor.math.save": "Speichern",
|
|
59
|
+
"editor.math.title": "Formel",
|
|
40
60
|
"editor.controlref.appearance": "Darstellung",
|
|
41
61
|
"editor.controlref.border": "Rahmen",
|
|
42
62
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -82,6 +102,20 @@ var de_default = {
|
|
|
82
102
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
83
103
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
84
104
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
105
|
+
"editor.toc.cancel": "Abbrechen",
|
|
106
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
107
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
108
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
109
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
110
|
+
"editor.toc.numbered": "Nummerierung",
|
|
111
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
112
|
+
"editor.toc.save": "Speichern",
|
|
113
|
+
"editor.toc.settings": "Einstellungen",
|
|
114
|
+
"editor.toc.style": "Darstellung",
|
|
115
|
+
"editor.toc.style_compact": "Kompakt",
|
|
116
|
+
"editor.toc.style_default": "Standard",
|
|
117
|
+
"editor.toc.style_flat": "Flach",
|
|
118
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
85
119
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
86
120
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
87
121
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -159,9 +193,29 @@ var en_default = {
|
|
|
159
193
|
"audit-info.title": "Metadata",
|
|
160
194
|
"audit-info.updated_at": "Updated",
|
|
161
195
|
"audit-info.updated_by": "Updated by",
|
|
196
|
+
"editor.callout.cancel": "Cancel",
|
|
197
|
+
"editor.callout.save": "Save",
|
|
198
|
+
"editor.callout.settings": "Settings",
|
|
199
|
+
"editor.callout.title": "Title",
|
|
200
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
201
|
+
"editor.callout.variant": "Variant",
|
|
202
|
+
"editor.callout.variant_default": "Default",
|
|
203
|
+
"editor.callout.variant_destructive": "Error",
|
|
204
|
+
"editor.callout.variant_info": "Info",
|
|
205
|
+
"editor.callout.variant_success": "Success",
|
|
206
|
+
"editor.callout.variant_warning": "Warning",
|
|
162
207
|
"editor.controlblock.header_status": "Show status in header",
|
|
163
208
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
164
209
|
"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.",
|
|
210
|
+
"editor.math.cancel": "Cancel",
|
|
211
|
+
"editor.math.edit": "Edit",
|
|
212
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
213
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
214
|
+
"editor.math.latex_input": "LaTeX",
|
|
215
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
216
|
+
"editor.math.preview": "Preview",
|
|
217
|
+
"editor.math.save": "Save",
|
|
218
|
+
"editor.math.title": "Formula",
|
|
165
219
|
"editor.controlref.appearance": "Appearance",
|
|
166
220
|
"editor.controlref.border": "Border",
|
|
167
221
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -198,6 +252,20 @@ var en_default = {
|
|
|
198
252
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
199
253
|
"editor.controlref.show_status": "Show Status",
|
|
200
254
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
255
|
+
"editor.toc.cancel": "Cancel",
|
|
256
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
257
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
258
|
+
"editor.toc.max_level": "Maximum level",
|
|
259
|
+
"editor.toc.min_level": "Minimum level",
|
|
260
|
+
"editor.toc.numbered": "Numbering",
|
|
261
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
262
|
+
"editor.toc.save": "Save",
|
|
263
|
+
"editor.toc.settings": "Settings",
|
|
264
|
+
"editor.toc.style": "Style",
|
|
265
|
+
"editor.toc.style_compact": "Compact",
|
|
266
|
+
"editor.toc.style_default": "Default",
|
|
267
|
+
"editor.toc.style_flat": "Flat",
|
|
268
|
+
"editor.toc.title": "Table of Contents",
|
|
201
269
|
"editor.controlref.spacing": "Spacing",
|
|
202
270
|
"editor.controlref.unmap": "Unmap",
|
|
203
271
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
useBuiltInMessages
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-QFS6LLV6.mjs";
|
|
6
|
+
import "../chunk-ENXZNL5M.mjs";
|
|
7
|
+
import "../chunk-EA7IZSAN.mjs";
|
|
8
|
+
import "../chunk-6UWDSAYT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
useBuiltInMessages
|
|
11
11
|
};
|
package/dist/i18n.js
CHANGED
|
@@ -38,9 +38,29 @@ var de_default = {
|
|
|
38
38
|
"audit-info.title": "Metadaten",
|
|
39
39
|
"audit-info.updated_at": "Aktualisiert",
|
|
40
40
|
"audit-info.updated_by": "Aktualisiert von",
|
|
41
|
+
"editor.callout.cancel": "Abbrechen",
|
|
42
|
+
"editor.callout.save": "Speichern",
|
|
43
|
+
"editor.callout.settings": "Einstellungen",
|
|
44
|
+
"editor.callout.title": "Titel",
|
|
45
|
+
"editor.callout.title_placeholder": "Optionaler Titel...",
|
|
46
|
+
"editor.callout.variant": "Variante",
|
|
47
|
+
"editor.callout.variant_default": "Standard",
|
|
48
|
+
"editor.callout.variant_destructive": "Fehler",
|
|
49
|
+
"editor.callout.variant_info": "Info",
|
|
50
|
+
"editor.callout.variant_success": "Erfolg",
|
|
51
|
+
"editor.callout.variant_warning": "Warnung",
|
|
41
52
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
42
53
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
43
54
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
55
|
+
"editor.math.cancel": "Abbrechen",
|
|
56
|
+
"editor.math.edit": "Bearbeiten",
|
|
57
|
+
"editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
|
|
58
|
+
"editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
|
|
59
|
+
"editor.math.latex_input": "LaTeX",
|
|
60
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
61
|
+
"editor.math.preview": "Vorschau",
|
|
62
|
+
"editor.math.save": "Speichern",
|
|
63
|
+
"editor.math.title": "Formel",
|
|
44
64
|
"editor.controlref.appearance": "Darstellung",
|
|
45
65
|
"editor.controlref.border": "Rahmen",
|
|
46
66
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -86,6 +106,20 @@ var de_default = {
|
|
|
86
106
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
87
107
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
88
108
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
109
|
+
"editor.toc.cancel": "Abbrechen",
|
|
110
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
111
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
112
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
113
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
114
|
+
"editor.toc.numbered": "Nummerierung",
|
|
115
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
116
|
+
"editor.toc.save": "Speichern",
|
|
117
|
+
"editor.toc.settings": "Einstellungen",
|
|
118
|
+
"editor.toc.style": "Darstellung",
|
|
119
|
+
"editor.toc.style_compact": "Kompakt",
|
|
120
|
+
"editor.toc.style_default": "Standard",
|
|
121
|
+
"editor.toc.style_flat": "Flach",
|
|
122
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
89
123
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
90
124
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
91
125
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -163,9 +197,29 @@ var en_default = {
|
|
|
163
197
|
"audit-info.title": "Metadata",
|
|
164
198
|
"audit-info.updated_at": "Updated",
|
|
165
199
|
"audit-info.updated_by": "Updated by",
|
|
200
|
+
"editor.callout.cancel": "Cancel",
|
|
201
|
+
"editor.callout.save": "Save",
|
|
202
|
+
"editor.callout.settings": "Settings",
|
|
203
|
+
"editor.callout.title": "Title",
|
|
204
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
205
|
+
"editor.callout.variant": "Variant",
|
|
206
|
+
"editor.callout.variant_default": "Default",
|
|
207
|
+
"editor.callout.variant_destructive": "Error",
|
|
208
|
+
"editor.callout.variant_info": "Info",
|
|
209
|
+
"editor.callout.variant_success": "Success",
|
|
210
|
+
"editor.callout.variant_warning": "Warning",
|
|
166
211
|
"editor.controlblock.header_status": "Show status in header",
|
|
167
212
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
168
213
|
"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.",
|
|
214
|
+
"editor.math.cancel": "Cancel",
|
|
215
|
+
"editor.math.edit": "Edit",
|
|
216
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
217
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
218
|
+
"editor.math.latex_input": "LaTeX",
|
|
219
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
220
|
+
"editor.math.preview": "Preview",
|
|
221
|
+
"editor.math.save": "Save",
|
|
222
|
+
"editor.math.title": "Formula",
|
|
169
223
|
"editor.controlref.appearance": "Appearance",
|
|
170
224
|
"editor.controlref.border": "Border",
|
|
171
225
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -202,6 +256,20 @@ var en_default = {
|
|
|
202
256
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
203
257
|
"editor.controlref.show_status": "Show Status",
|
|
204
258
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
259
|
+
"editor.toc.cancel": "Cancel",
|
|
260
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
261
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
262
|
+
"editor.toc.max_level": "Maximum level",
|
|
263
|
+
"editor.toc.min_level": "Minimum level",
|
|
264
|
+
"editor.toc.numbered": "Numbering",
|
|
265
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
266
|
+
"editor.toc.save": "Save",
|
|
267
|
+
"editor.toc.settings": "Settings",
|
|
268
|
+
"editor.toc.style": "Style",
|
|
269
|
+
"editor.toc.style_compact": "Compact",
|
|
270
|
+
"editor.toc.style_default": "Default",
|
|
271
|
+
"editor.toc.style_flat": "Flat",
|
|
272
|
+
"editor.toc.title": "Table of Contents",
|
|
205
273
|
"editor.controlref.spacing": "Spacing",
|
|
206
274
|
"editor.controlref.unmap": "Unmap",
|
|
207
275
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
package/dist/i18n.mjs
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"use client";
|
|
3
3
|
import {
|
|
4
4
|
I18nProvider
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-BGXE255Q.mjs";
|
|
6
|
+
import "./chunk-QFS6LLV6.mjs";
|
|
7
|
+
import "./chunk-ENXZNL5M.mjs";
|
|
8
|
+
import "./chunk-EA7IZSAN.mjs";
|
|
9
|
+
import "./chunk-6UWDSAYT.mjs";
|
|
10
10
|
import "./chunk-TYEI7NWI.mjs";
|
|
11
11
|
import "./chunk-DWCWMJZD.mjs";
|
|
12
12
|
import "./chunk-DRJHB4YN.mjs";
|
package/dist/index.js
CHANGED
|
@@ -62,9 +62,29 @@ var de_default = {
|
|
|
62
62
|
"audit-info.title": "Metadaten",
|
|
63
63
|
"audit-info.updated_at": "Aktualisiert",
|
|
64
64
|
"audit-info.updated_by": "Aktualisiert von",
|
|
65
|
+
"editor.callout.cancel": "Abbrechen",
|
|
66
|
+
"editor.callout.save": "Speichern",
|
|
67
|
+
"editor.callout.settings": "Einstellungen",
|
|
68
|
+
"editor.callout.title": "Titel",
|
|
69
|
+
"editor.callout.title_placeholder": "Optionaler Titel...",
|
|
70
|
+
"editor.callout.variant": "Variante",
|
|
71
|
+
"editor.callout.variant_default": "Standard",
|
|
72
|
+
"editor.callout.variant_destructive": "Fehler",
|
|
73
|
+
"editor.callout.variant_info": "Info",
|
|
74
|
+
"editor.callout.variant_success": "Erfolg",
|
|
75
|
+
"editor.callout.variant_warning": "Warnung",
|
|
65
76
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
66
77
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
67
78
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
79
|
+
"editor.math.cancel": "Abbrechen",
|
|
80
|
+
"editor.math.edit": "Bearbeiten",
|
|
81
|
+
"editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
|
|
82
|
+
"editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
|
|
83
|
+
"editor.math.latex_input": "LaTeX",
|
|
84
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
85
|
+
"editor.math.preview": "Vorschau",
|
|
86
|
+
"editor.math.save": "Speichern",
|
|
87
|
+
"editor.math.title": "Formel",
|
|
68
88
|
"editor.controlref.appearance": "Darstellung",
|
|
69
89
|
"editor.controlref.border": "Rahmen",
|
|
70
90
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -110,6 +130,20 @@ var de_default = {
|
|
|
110
130
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
111
131
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
112
132
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
133
|
+
"editor.toc.cancel": "Abbrechen",
|
|
134
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
135
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
136
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
137
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
138
|
+
"editor.toc.numbered": "Nummerierung",
|
|
139
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
140
|
+
"editor.toc.save": "Speichern",
|
|
141
|
+
"editor.toc.settings": "Einstellungen",
|
|
142
|
+
"editor.toc.style": "Darstellung",
|
|
143
|
+
"editor.toc.style_compact": "Kompakt",
|
|
144
|
+
"editor.toc.style_default": "Standard",
|
|
145
|
+
"editor.toc.style_flat": "Flach",
|
|
146
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
113
147
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
114
148
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
115
149
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -187,9 +221,29 @@ var en_default = {
|
|
|
187
221
|
"audit-info.title": "Metadata",
|
|
188
222
|
"audit-info.updated_at": "Updated",
|
|
189
223
|
"audit-info.updated_by": "Updated by",
|
|
224
|
+
"editor.callout.cancel": "Cancel",
|
|
225
|
+
"editor.callout.save": "Save",
|
|
226
|
+
"editor.callout.settings": "Settings",
|
|
227
|
+
"editor.callout.title": "Title",
|
|
228
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
229
|
+
"editor.callout.variant": "Variant",
|
|
230
|
+
"editor.callout.variant_default": "Default",
|
|
231
|
+
"editor.callout.variant_destructive": "Error",
|
|
232
|
+
"editor.callout.variant_info": "Info",
|
|
233
|
+
"editor.callout.variant_success": "Success",
|
|
234
|
+
"editor.callout.variant_warning": "Warning",
|
|
190
235
|
"editor.controlblock.header_status": "Show status in header",
|
|
191
236
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
192
237
|
"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.",
|
|
238
|
+
"editor.math.cancel": "Cancel",
|
|
239
|
+
"editor.math.edit": "Edit",
|
|
240
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
241
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
242
|
+
"editor.math.latex_input": "LaTeX",
|
|
243
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
244
|
+
"editor.math.preview": "Preview",
|
|
245
|
+
"editor.math.save": "Save",
|
|
246
|
+
"editor.math.title": "Formula",
|
|
193
247
|
"editor.controlref.appearance": "Appearance",
|
|
194
248
|
"editor.controlref.border": "Border",
|
|
195
249
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -226,6 +280,20 @@ var en_default = {
|
|
|
226
280
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
227
281
|
"editor.controlref.show_status": "Show Status",
|
|
228
282
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
283
|
+
"editor.toc.cancel": "Cancel",
|
|
284
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
285
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
286
|
+
"editor.toc.max_level": "Maximum level",
|
|
287
|
+
"editor.toc.min_level": "Minimum level",
|
|
288
|
+
"editor.toc.numbered": "Numbering",
|
|
289
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
290
|
+
"editor.toc.save": "Save",
|
|
291
|
+
"editor.toc.settings": "Settings",
|
|
292
|
+
"editor.toc.style": "Style",
|
|
293
|
+
"editor.toc.style_compact": "Compact",
|
|
294
|
+
"editor.toc.style_default": "Default",
|
|
295
|
+
"editor.toc.style_flat": "Flat",
|
|
296
|
+
"editor.toc.title": "Table of Contents",
|
|
229
297
|
"editor.controlref.spacing": "Spacing",
|
|
230
298
|
"editor.controlref.unmap": "Unmap",
|
|
231
299
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
package/dist/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
I18nProvider
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
4
|
+
} from "./chunk-BGXE255Q.mjs";
|
|
5
|
+
import "./chunk-QFS6LLV6.mjs";
|
|
6
|
+
import "./chunk-ENXZNL5M.mjs";
|
|
7
|
+
import "./chunk-EA7IZSAN.mjs";
|
|
8
|
+
import "./chunk-6UWDSAYT.mjs";
|
|
9
9
|
import "./chunk-TYEI7NWI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useSafeIntl
|
package/dist/lang/de.d.mts
CHANGED
|
@@ -4,9 +4,29 @@ var de = {
|
|
|
4
4
|
"audit-info.title": "Metadaten",
|
|
5
5
|
"audit-info.updated_at": "Aktualisiert",
|
|
6
6
|
"audit-info.updated_by": "Aktualisiert von",
|
|
7
|
+
"editor.callout.cancel": "Abbrechen",
|
|
8
|
+
"editor.callout.save": "Speichern",
|
|
9
|
+
"editor.callout.settings": "Einstellungen",
|
|
10
|
+
"editor.callout.title": "Titel",
|
|
11
|
+
"editor.callout.title_placeholder": "Optionaler Titel...",
|
|
12
|
+
"editor.callout.variant": "Variante",
|
|
13
|
+
"editor.callout.variant_default": "Standard",
|
|
14
|
+
"editor.callout.variant_destructive": "Fehler",
|
|
15
|
+
"editor.callout.variant_info": "Info",
|
|
16
|
+
"editor.callout.variant_success": "Erfolg",
|
|
17
|
+
"editor.callout.variant_warning": "Warnung",
|
|
7
18
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
8
19
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
9
20
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument für die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie möchten den aktuellen Kontrollstatus explizit veröffentlichen.",
|
|
21
|
+
"editor.math.cancel": "Abbrechen",
|
|
22
|
+
"editor.math.edit": "Bearbeiten",
|
|
23
|
+
"editor.math.empty_formula": "Klicken zum Hinzufügen einer Formel",
|
|
24
|
+
"editor.math.invalid_latex": "Ungültige LaTeX-Syntax",
|
|
25
|
+
"editor.math.latex_input": "LaTeX",
|
|
26
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
27
|
+
"editor.math.preview": "Vorschau",
|
|
28
|
+
"editor.math.save": "Speichern",
|
|
29
|
+
"editor.math.title": "Formel",
|
|
10
30
|
"editor.controlref.appearance": "Darstellung",
|
|
11
31
|
"editor.controlref.border": "Rahmen",
|
|
12
32
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -52,6 +72,20 @@ var de = {
|
|
|
52
72
|
"editor.controlref.error_timeout": "Zeitüberschreitung bei der Anfrage",
|
|
53
73
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
54
74
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
75
|
+
"editor.toc.cancel": "Abbrechen",
|
|
76
|
+
"editor.toc.empty_heading": "(Leere Überschrift)",
|
|
77
|
+
"editor.toc.empty_state": "Keine Überschriften gefunden. Füge Überschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu füllen.",
|
|
78
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
79
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
80
|
+
"editor.toc.numbered": "Nummerierung",
|
|
81
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
82
|
+
"editor.toc.save": "Speichern",
|
|
83
|
+
"editor.toc.settings": "Einstellungen",
|
|
84
|
+
"editor.toc.style": "Darstellung",
|
|
85
|
+
"editor.toc.style_compact": "Kompakt",
|
|
86
|
+
"editor.toc.style_default": "Standard",
|
|
87
|
+
"editor.toc.style_flat": "Flach",
|
|
88
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
55
89
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
56
90
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
57
91
|
"file_upload.change_avatar": "Avatar ändern",
|
package/dist/lang/de.d.ts
CHANGED
|
@@ -4,9 +4,29 @@ var de = {
|
|
|
4
4
|
"audit-info.title": "Metadaten",
|
|
5
5
|
"audit-info.updated_at": "Aktualisiert",
|
|
6
6
|
"audit-info.updated_by": "Aktualisiert von",
|
|
7
|
+
"editor.callout.cancel": "Abbrechen",
|
|
8
|
+
"editor.callout.save": "Speichern",
|
|
9
|
+
"editor.callout.settings": "Einstellungen",
|
|
10
|
+
"editor.callout.title": "Titel",
|
|
11
|
+
"editor.callout.title_placeholder": "Optionaler Titel...",
|
|
12
|
+
"editor.callout.variant": "Variante",
|
|
13
|
+
"editor.callout.variant_default": "Standard",
|
|
14
|
+
"editor.callout.variant_destructive": "Fehler",
|
|
15
|
+
"editor.callout.variant_info": "Info",
|
|
16
|
+
"editor.callout.variant_success": "Erfolg",
|
|
17
|
+
"editor.callout.variant_warning": "Warnung",
|
|
7
18
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
8
19
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
9
20
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument für die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie möchten den aktuellen Kontrollstatus explizit veröffentlichen.",
|
|
21
|
+
"editor.math.cancel": "Abbrechen",
|
|
22
|
+
"editor.math.edit": "Bearbeiten",
|
|
23
|
+
"editor.math.empty_formula": "Klicken zum Hinzufügen einer Formel",
|
|
24
|
+
"editor.math.invalid_latex": "Ungültige LaTeX-Syntax",
|
|
25
|
+
"editor.math.latex_input": "LaTeX",
|
|
26
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
27
|
+
"editor.math.preview": "Vorschau",
|
|
28
|
+
"editor.math.save": "Speichern",
|
|
29
|
+
"editor.math.title": "Formel",
|
|
10
30
|
"editor.controlref.appearance": "Darstellung",
|
|
11
31
|
"editor.controlref.border": "Rahmen",
|
|
12
32
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -52,6 +72,20 @@ var de = {
|
|
|
52
72
|
"editor.controlref.error_timeout": "Zeitüberschreitung bei der Anfrage",
|
|
53
73
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
54
74
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
75
|
+
"editor.toc.cancel": "Abbrechen",
|
|
76
|
+
"editor.toc.empty_heading": "(Leere Überschrift)",
|
|
77
|
+
"editor.toc.empty_state": "Keine Überschriften gefunden. Füge Überschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu füllen.",
|
|
78
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
79
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
80
|
+
"editor.toc.numbered": "Nummerierung",
|
|
81
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
82
|
+
"editor.toc.save": "Speichern",
|
|
83
|
+
"editor.toc.settings": "Einstellungen",
|
|
84
|
+
"editor.toc.style": "Darstellung",
|
|
85
|
+
"editor.toc.style_compact": "Kompakt",
|
|
86
|
+
"editor.toc.style_default": "Standard",
|
|
87
|
+
"editor.toc.style_flat": "Flach",
|
|
88
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
55
89
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
56
90
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
57
91
|
"file_upload.change_avatar": "Avatar ändern",
|
package/dist/lang/de.js
CHANGED
|
@@ -7,9 +7,29 @@ var de_default = {
|
|
|
7
7
|
"audit-info.title": "Metadaten",
|
|
8
8
|
"audit-info.updated_at": "Aktualisiert",
|
|
9
9
|
"audit-info.updated_by": "Aktualisiert von",
|
|
10
|
+
"editor.callout.cancel": "Abbrechen",
|
|
11
|
+
"editor.callout.save": "Speichern",
|
|
12
|
+
"editor.callout.settings": "Einstellungen",
|
|
13
|
+
"editor.callout.title": "Titel",
|
|
14
|
+
"editor.callout.title_placeholder": "Optionaler Titel...",
|
|
15
|
+
"editor.callout.variant": "Variante",
|
|
16
|
+
"editor.callout.variant_default": "Standard",
|
|
17
|
+
"editor.callout.variant_destructive": "Fehler",
|
|
18
|
+
"editor.callout.variant_info": "Info",
|
|
19
|
+
"editor.callout.variant_success": "Erfolg",
|
|
20
|
+
"editor.callout.variant_warning": "Warnung",
|
|
10
21
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
11
22
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
12
23
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
24
|
+
"editor.math.cancel": "Abbrechen",
|
|
25
|
+
"editor.math.edit": "Bearbeiten",
|
|
26
|
+
"editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
|
|
27
|
+
"editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
|
|
28
|
+
"editor.math.latex_input": "LaTeX",
|
|
29
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
30
|
+
"editor.math.preview": "Vorschau",
|
|
31
|
+
"editor.math.save": "Speichern",
|
|
32
|
+
"editor.math.title": "Formel",
|
|
13
33
|
"editor.controlref.appearance": "Darstellung",
|
|
14
34
|
"editor.controlref.border": "Rahmen",
|
|
15
35
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -55,6 +75,20 @@ var de_default = {
|
|
|
55
75
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
56
76
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
57
77
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
78
|
+
"editor.toc.cancel": "Abbrechen",
|
|
79
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
80
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
81
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
82
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
83
|
+
"editor.toc.numbered": "Nummerierung",
|
|
84
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
85
|
+
"editor.toc.save": "Speichern",
|
|
86
|
+
"editor.toc.settings": "Einstellungen",
|
|
87
|
+
"editor.toc.style": "Darstellung",
|
|
88
|
+
"editor.toc.style_compact": "Kompakt",
|
|
89
|
+
"editor.toc.style_default": "Standard",
|
|
90
|
+
"editor.toc.style_flat": "Flach",
|
|
91
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
58
92
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
59
93
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
60
94
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
package/dist/lang/de.mjs
CHANGED
package/dist/lang/en.d.mts
CHANGED
|
@@ -4,9 +4,29 @@ var en = {
|
|
|
4
4
|
"audit-info.title": "Metadata",
|
|
5
5
|
"audit-info.updated_at": "Updated",
|
|
6
6
|
"audit-info.updated_by": "Updated by",
|
|
7
|
+
"editor.callout.cancel": "Cancel",
|
|
8
|
+
"editor.callout.save": "Save",
|
|
9
|
+
"editor.callout.settings": "Settings",
|
|
10
|
+
"editor.callout.title": "Title",
|
|
11
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
12
|
+
"editor.callout.variant": "Variant",
|
|
13
|
+
"editor.callout.variant_default": "Default",
|
|
14
|
+
"editor.callout.variant_destructive": "Error",
|
|
15
|
+
"editor.callout.variant_info": "Info",
|
|
16
|
+
"editor.callout.variant_success": "Success",
|
|
17
|
+
"editor.callout.variant_warning": "Warning",
|
|
7
18
|
"editor.controlblock.header_status": "Show status in header",
|
|
8
19
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
9
20
|
"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.",
|
|
21
|
+
"editor.math.cancel": "Cancel",
|
|
22
|
+
"editor.math.edit": "Edit",
|
|
23
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
24
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
25
|
+
"editor.math.latex_input": "LaTeX",
|
|
26
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
27
|
+
"editor.math.preview": "Preview",
|
|
28
|
+
"editor.math.save": "Save",
|
|
29
|
+
"editor.math.title": "Formula",
|
|
10
30
|
"editor.controlref.appearance": "Appearance",
|
|
11
31
|
"editor.controlref.border": "Border",
|
|
12
32
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -43,6 +63,20 @@ var en = {
|
|
|
43
63
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
44
64
|
"editor.controlref.show_status": "Show Status",
|
|
45
65
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
66
|
+
"editor.toc.cancel": "Cancel",
|
|
67
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
68
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
69
|
+
"editor.toc.max_level": "Maximum level",
|
|
70
|
+
"editor.toc.min_level": "Minimum level",
|
|
71
|
+
"editor.toc.numbered": "Numbering",
|
|
72
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
73
|
+
"editor.toc.save": "Save",
|
|
74
|
+
"editor.toc.settings": "Settings",
|
|
75
|
+
"editor.toc.style": "Style",
|
|
76
|
+
"editor.toc.style_compact": "Compact",
|
|
77
|
+
"editor.toc.style_default": "Default",
|
|
78
|
+
"editor.toc.style_flat": "Flat",
|
|
79
|
+
"editor.toc.title": "Table of Contents",
|
|
46
80
|
"editor.controlref.spacing": "Spacing",
|
|
47
81
|
"editor.controlref.unmap": "Unmap",
|
|
48
82
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
package/dist/lang/en.d.ts
CHANGED
|
@@ -4,9 +4,29 @@ var en = {
|
|
|
4
4
|
"audit-info.title": "Metadata",
|
|
5
5
|
"audit-info.updated_at": "Updated",
|
|
6
6
|
"audit-info.updated_by": "Updated by",
|
|
7
|
+
"editor.callout.cancel": "Cancel",
|
|
8
|
+
"editor.callout.save": "Save",
|
|
9
|
+
"editor.callout.settings": "Settings",
|
|
10
|
+
"editor.callout.title": "Title",
|
|
11
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
12
|
+
"editor.callout.variant": "Variant",
|
|
13
|
+
"editor.callout.variant_default": "Default",
|
|
14
|
+
"editor.callout.variant_destructive": "Error",
|
|
15
|
+
"editor.callout.variant_info": "Info",
|
|
16
|
+
"editor.callout.variant_success": "Success",
|
|
17
|
+
"editor.callout.variant_warning": "Warning",
|
|
7
18
|
"editor.controlblock.header_status": "Show status in header",
|
|
8
19
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
9
20
|
"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.",
|
|
21
|
+
"editor.math.cancel": "Cancel",
|
|
22
|
+
"editor.math.edit": "Edit",
|
|
23
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
24
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
25
|
+
"editor.math.latex_input": "LaTeX",
|
|
26
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
27
|
+
"editor.math.preview": "Preview",
|
|
28
|
+
"editor.math.save": "Save",
|
|
29
|
+
"editor.math.title": "Formula",
|
|
10
30
|
"editor.controlref.appearance": "Appearance",
|
|
11
31
|
"editor.controlref.border": "Border",
|
|
12
32
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -43,6 +63,20 @@ var en = {
|
|
|
43
63
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
44
64
|
"editor.controlref.show_status": "Show Status",
|
|
45
65
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
66
|
+
"editor.toc.cancel": "Cancel",
|
|
67
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
68
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
69
|
+
"editor.toc.max_level": "Maximum level",
|
|
70
|
+
"editor.toc.min_level": "Minimum level",
|
|
71
|
+
"editor.toc.numbered": "Numbering",
|
|
72
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
73
|
+
"editor.toc.save": "Save",
|
|
74
|
+
"editor.toc.settings": "Settings",
|
|
75
|
+
"editor.toc.style": "Style",
|
|
76
|
+
"editor.toc.style_compact": "Compact",
|
|
77
|
+
"editor.toc.style_default": "Default",
|
|
78
|
+
"editor.toc.style_flat": "Flat",
|
|
79
|
+
"editor.toc.title": "Table of Contents",
|
|
46
80
|
"editor.controlref.spacing": "Spacing",
|
|
47
81
|
"editor.controlref.unmap": "Unmap",
|
|
48
82
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
package/dist/lang/en.js
CHANGED
|
@@ -7,9 +7,29 @@ var en_default = {
|
|
|
7
7
|
"audit-info.title": "Metadata",
|
|
8
8
|
"audit-info.updated_at": "Updated",
|
|
9
9
|
"audit-info.updated_by": "Updated by",
|
|
10
|
+
"editor.callout.cancel": "Cancel",
|
|
11
|
+
"editor.callout.save": "Save",
|
|
12
|
+
"editor.callout.settings": "Settings",
|
|
13
|
+
"editor.callout.title": "Title",
|
|
14
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
15
|
+
"editor.callout.variant": "Variant",
|
|
16
|
+
"editor.callout.variant_default": "Default",
|
|
17
|
+
"editor.callout.variant_destructive": "Error",
|
|
18
|
+
"editor.callout.variant_info": "Info",
|
|
19
|
+
"editor.callout.variant_success": "Success",
|
|
20
|
+
"editor.callout.variant_warning": "Warning",
|
|
10
21
|
"editor.controlblock.header_status": "Show status in header",
|
|
11
22
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
12
23
|
"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.",
|
|
24
|
+
"editor.math.cancel": "Cancel",
|
|
25
|
+
"editor.math.edit": "Edit",
|
|
26
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
27
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
28
|
+
"editor.math.latex_input": "LaTeX",
|
|
29
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
30
|
+
"editor.math.preview": "Preview",
|
|
31
|
+
"editor.math.save": "Save",
|
|
32
|
+
"editor.math.title": "Formula",
|
|
13
33
|
"editor.controlref.appearance": "Appearance",
|
|
14
34
|
"editor.controlref.border": "Border",
|
|
15
35
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -46,6 +66,20 @@ var en_default = {
|
|
|
46
66
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
47
67
|
"editor.controlref.show_status": "Show Status",
|
|
48
68
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
69
|
+
"editor.toc.cancel": "Cancel",
|
|
70
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
71
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
72
|
+
"editor.toc.max_level": "Maximum level",
|
|
73
|
+
"editor.toc.min_level": "Minimum level",
|
|
74
|
+
"editor.toc.numbered": "Numbering",
|
|
75
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
76
|
+
"editor.toc.save": "Save",
|
|
77
|
+
"editor.toc.settings": "Settings",
|
|
78
|
+
"editor.toc.style": "Style",
|
|
79
|
+
"editor.toc.style_compact": "Compact",
|
|
80
|
+
"editor.toc.style_default": "Default",
|
|
81
|
+
"editor.toc.style_flat": "Flat",
|
|
82
|
+
"editor.toc.title": "Table of Contents",
|
|
49
83
|
"editor.controlref.spacing": "Spacing",
|
|
50
84
|
"editor.controlref.unmap": "Unmap",
|
|
51
85
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
package/dist/lang/en.mjs
CHANGED
package/dist/loaders/index.js
CHANGED
|
@@ -32,9 +32,29 @@ var de_default = {
|
|
|
32
32
|
"audit-info.title": "Metadaten",
|
|
33
33
|
"audit-info.updated_at": "Aktualisiert",
|
|
34
34
|
"audit-info.updated_by": "Aktualisiert von",
|
|
35
|
+
"editor.callout.cancel": "Abbrechen",
|
|
36
|
+
"editor.callout.save": "Speichern",
|
|
37
|
+
"editor.callout.settings": "Einstellungen",
|
|
38
|
+
"editor.callout.title": "Titel",
|
|
39
|
+
"editor.callout.title_placeholder": "Optionaler Titel...",
|
|
40
|
+
"editor.callout.variant": "Variante",
|
|
41
|
+
"editor.callout.variant_default": "Standard",
|
|
42
|
+
"editor.callout.variant_destructive": "Fehler",
|
|
43
|
+
"editor.callout.variant_info": "Info",
|
|
44
|
+
"editor.callout.variant_success": "Erfolg",
|
|
45
|
+
"editor.callout.variant_warning": "Warnung",
|
|
35
46
|
"editor.controlblock.header_status": "Status in Kopfzeile anzeigen",
|
|
36
47
|
"editor.controlblock.header_status_aria": "Status-Chip in Kartenkopfzeile ein-/ausblenden",
|
|
37
48
|
"editor.controlblock.header_status_avv_tip": "Wenn dieses Dokument f\xFCr die Verwendung oder den Export als Auftragsverarbeitungsvertrag (AVV) vorgesehen ist, deaktivieren Sie diese Option, es sei denn, Sie m\xF6chten den aktuellen Kontrollstatus explizit ver\xF6ffentlichen.",
|
|
49
|
+
"editor.math.cancel": "Abbrechen",
|
|
50
|
+
"editor.math.edit": "Bearbeiten",
|
|
51
|
+
"editor.math.empty_formula": "Klicken zum Hinzuf\xFCgen einer Formel",
|
|
52
|
+
"editor.math.invalid_latex": "Ung\xFCltige LaTeX-Syntax",
|
|
53
|
+
"editor.math.latex_input": "LaTeX",
|
|
54
|
+
"editor.math.latex_placeholder": "LaTeX-Formel eingeben...",
|
|
55
|
+
"editor.math.preview": "Vorschau",
|
|
56
|
+
"editor.math.save": "Speichern",
|
|
57
|
+
"editor.math.title": "Formel",
|
|
38
58
|
"editor.controlref.appearance": "Darstellung",
|
|
39
59
|
"editor.controlref.border": "Rahmen",
|
|
40
60
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -80,6 +100,20 @@ var de_default = {
|
|
|
80
100
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
81
101
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
82
102
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
103
|
+
"editor.toc.cancel": "Abbrechen",
|
|
104
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
105
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
106
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
107
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
108
|
+
"editor.toc.numbered": "Nummerierung",
|
|
109
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
110
|
+
"editor.toc.save": "Speichern",
|
|
111
|
+
"editor.toc.settings": "Einstellungen",
|
|
112
|
+
"editor.toc.style": "Darstellung",
|
|
113
|
+
"editor.toc.style_compact": "Kompakt",
|
|
114
|
+
"editor.toc.style_default": "Standard",
|
|
115
|
+
"editor.toc.style_flat": "Flach",
|
|
116
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
83
117
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
84
118
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
85
119
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -157,9 +191,29 @@ var en_default = {
|
|
|
157
191
|
"audit-info.title": "Metadata",
|
|
158
192
|
"audit-info.updated_at": "Updated",
|
|
159
193
|
"audit-info.updated_by": "Updated by",
|
|
194
|
+
"editor.callout.cancel": "Cancel",
|
|
195
|
+
"editor.callout.save": "Save",
|
|
196
|
+
"editor.callout.settings": "Settings",
|
|
197
|
+
"editor.callout.title": "Title",
|
|
198
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
199
|
+
"editor.callout.variant": "Variant",
|
|
200
|
+
"editor.callout.variant_default": "Default",
|
|
201
|
+
"editor.callout.variant_destructive": "Error",
|
|
202
|
+
"editor.callout.variant_info": "Info",
|
|
203
|
+
"editor.callout.variant_success": "Success",
|
|
204
|
+
"editor.callout.variant_warning": "Warning",
|
|
160
205
|
"editor.controlblock.header_status": "Show status in header",
|
|
161
206
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
162
207
|
"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.",
|
|
208
|
+
"editor.math.cancel": "Cancel",
|
|
209
|
+
"editor.math.edit": "Edit",
|
|
210
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
211
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
212
|
+
"editor.math.latex_input": "LaTeX",
|
|
213
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
214
|
+
"editor.math.preview": "Preview",
|
|
215
|
+
"editor.math.save": "Save",
|
|
216
|
+
"editor.math.title": "Formula",
|
|
163
217
|
"editor.controlref.appearance": "Appearance",
|
|
164
218
|
"editor.controlref.border": "Border",
|
|
165
219
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -196,6 +250,20 @@ var en_default = {
|
|
|
196
250
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
197
251
|
"editor.controlref.show_status": "Show Status",
|
|
198
252
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
253
|
+
"editor.toc.cancel": "Cancel",
|
|
254
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
255
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
256
|
+
"editor.toc.max_level": "Maximum level",
|
|
257
|
+
"editor.toc.min_level": "Minimum level",
|
|
258
|
+
"editor.toc.numbered": "Numbering",
|
|
259
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
260
|
+
"editor.toc.save": "Save",
|
|
261
|
+
"editor.toc.settings": "Settings",
|
|
262
|
+
"editor.toc.style": "Style",
|
|
263
|
+
"editor.toc.style_compact": "Compact",
|
|
264
|
+
"editor.toc.style_default": "Default",
|
|
265
|
+
"editor.toc.style_flat": "Flat",
|
|
266
|
+
"editor.toc.title": "Table of Contents",
|
|
199
267
|
"editor.controlref.spacing": "Spacing",
|
|
200
268
|
"editor.controlref.unmap": "Unmap",
|
|
201
269
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
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-ENXZNL5M.mjs";
|
|
5
|
+
import "../chunk-EA7IZSAN.mjs";
|
|
6
|
+
import "../chunk-6UWDSAYT.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.4.0",
|
|
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.
|
|
31
|
+
"@kopexa/theme": "17.10.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"react-intl": "^7.1.14",
|
|
35
|
-
"@kopexa/shared-utils": "17.0.
|
|
36
|
-
"@kopexa/react-utils": "17.0.
|
|
35
|
+
"@kopexa/shared-utils": "17.0.18",
|
|
36
|
+
"@kopexa/react-utils": "17.0.18"
|
|
37
37
|
},
|
|
38
38
|
"clean-package": "../../../clean-package.config.json",
|
|
39
39
|
"module": "dist/index.mjs",
|