@kopexa/i18n 17.3.3 → 17.5.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-2MWD5WUJ.mjs → chunk-2ASAMT27.mjs} +1 -1
- package/dist/{chunk-VRLINT73.mjs → chunk-AXCASSHI.mjs} +47 -0
- package/dist/{chunk-NIUM7JU2.mjs → chunk-D4DTNPDG.mjs} +47 -0
- package/dist/{chunk-VQJ3EDYE.mjs → chunk-GKWVFJ3U.mjs} +1 -1
- package/dist/{chunk-KMHFT4XB.mjs → chunk-LIUASDA4.mjs} +2 -2
- package/dist/hooks/use-built-in-messages.js +94 -0
- package/dist/hooks/use-built-in-messages.mjs +4 -4
- package/dist/i18n.js +94 -0
- package/dist/i18n.mjs +5 -5
- package/dist/index.js +94 -0
- package/dist/index.mjs +5 -5
- package/dist/lang/de.d.mts +47 -0
- package/dist/lang/de.d.ts +47 -0
- package/dist/lang/de.js +47 -0
- package/dist/lang/de.mjs +1 -1
- package/dist/lang/en.d.mts +47 -0
- package/dist/lang/en.d.ts +47 -0
- package/dist/lang/en.js +47 -0
- package/dist/lang/en.mjs +1 -1
- package/dist/loaders/index.js +94 -0
- package/dist/loaders/index.mjs +3 -3
- package/package.json +4 -4
|
@@ -7,9 +7,42 @@ 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",
|
|
33
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
34
|
+
"editor.image.alt_text": "Alt text",
|
|
35
|
+
"editor.image.error": "Failed to load image",
|
|
36
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
37
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
38
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
39
|
+
"editor.image.loading": "Loading image...",
|
|
40
|
+
"editor.image.remove": "Remove",
|
|
41
|
+
"editor.image.retry": "Retry",
|
|
42
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
43
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
44
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
45
|
+
"editor.image.uploading": "Uploading...",
|
|
13
46
|
"editor.controlref.appearance": "Appearance",
|
|
14
47
|
"editor.controlref.border": "Border",
|
|
15
48
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -46,6 +79,20 @@ var en_default = {
|
|
|
46
79
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
47
80
|
"editor.controlref.show_status": "Show Status",
|
|
48
81
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
82
|
+
"editor.toc.cancel": "Cancel",
|
|
83
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
84
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
85
|
+
"editor.toc.max_level": "Maximum level",
|
|
86
|
+
"editor.toc.min_level": "Minimum level",
|
|
87
|
+
"editor.toc.numbered": "Numbering",
|
|
88
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
89
|
+
"editor.toc.save": "Save",
|
|
90
|
+
"editor.toc.settings": "Settings",
|
|
91
|
+
"editor.toc.style": "Style",
|
|
92
|
+
"editor.toc.style_compact": "Compact",
|
|
93
|
+
"editor.toc.style_default": "Default",
|
|
94
|
+
"editor.toc.style_flat": "Flat",
|
|
95
|
+
"editor.toc.title": "Table of Contents",
|
|
49
96
|
"editor.controlref.spacing": "Spacing",
|
|
50
97
|
"editor.controlref.unmap": "Unmap",
|
|
51
98
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
|
@@ -7,9 +7,42 @@ 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",
|
|
33
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
34
|
+
"editor.image.alt_text": "Alternativtext",
|
|
35
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
36
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
37
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
38
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
39
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
40
|
+
"editor.image.remove": "Entfernen",
|
|
41
|
+
"editor.image.retry": "Wiederholen",
|
|
42
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
43
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
44
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
45
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
13
46
|
"editor.controlref.appearance": "Darstellung",
|
|
14
47
|
"editor.controlref.border": "Rahmen",
|
|
15
48
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -55,6 +88,20 @@ var de_default = {
|
|
|
55
88
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
56
89
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
57
90
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
91
|
+
"editor.toc.cancel": "Abbrechen",
|
|
92
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
93
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
94
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
95
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
96
|
+
"editor.toc.numbered": "Nummerierung",
|
|
97
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
98
|
+
"editor.toc.save": "Speichern",
|
|
99
|
+
"editor.toc.settings": "Einstellungen",
|
|
100
|
+
"editor.toc.style": "Darstellung",
|
|
101
|
+
"editor.toc.style_compact": "Kompakt",
|
|
102
|
+
"editor.toc.style_default": "Standard",
|
|
103
|
+
"editor.toc.style_flat": "Flach",
|
|
104
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
58
105
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
59
106
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
60
107
|
"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-D4DTNPDG.mjs";
|
|
5
5
|
import {
|
|
6
6
|
en_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AXCASSHI.mjs";
|
|
8
8
|
|
|
9
9
|
// src/loaders/index.ts
|
|
10
10
|
var CACHE = /* @__PURE__ */ new Map();
|
|
@@ -34,9 +34,42 @@ 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",
|
|
60
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
61
|
+
"editor.image.alt_text": "Alternativtext",
|
|
62
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
63
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
64
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
65
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
66
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
67
|
+
"editor.image.remove": "Entfernen",
|
|
68
|
+
"editor.image.retry": "Wiederholen",
|
|
69
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
70
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
71
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
72
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
40
73
|
"editor.controlref.appearance": "Darstellung",
|
|
41
74
|
"editor.controlref.border": "Rahmen",
|
|
42
75
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -82,6 +115,20 @@ var de_default = {
|
|
|
82
115
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
83
116
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
84
117
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
118
|
+
"editor.toc.cancel": "Abbrechen",
|
|
119
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
120
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
121
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
122
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
123
|
+
"editor.toc.numbered": "Nummerierung",
|
|
124
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
125
|
+
"editor.toc.save": "Speichern",
|
|
126
|
+
"editor.toc.settings": "Einstellungen",
|
|
127
|
+
"editor.toc.style": "Darstellung",
|
|
128
|
+
"editor.toc.style_compact": "Kompakt",
|
|
129
|
+
"editor.toc.style_default": "Standard",
|
|
130
|
+
"editor.toc.style_flat": "Flach",
|
|
131
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
85
132
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
86
133
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
87
134
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -159,9 +206,42 @@ var en_default = {
|
|
|
159
206
|
"audit-info.title": "Metadata",
|
|
160
207
|
"audit-info.updated_at": "Updated",
|
|
161
208
|
"audit-info.updated_by": "Updated by",
|
|
209
|
+
"editor.callout.cancel": "Cancel",
|
|
210
|
+
"editor.callout.save": "Save",
|
|
211
|
+
"editor.callout.settings": "Settings",
|
|
212
|
+
"editor.callout.title": "Title",
|
|
213
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
214
|
+
"editor.callout.variant": "Variant",
|
|
215
|
+
"editor.callout.variant_default": "Default",
|
|
216
|
+
"editor.callout.variant_destructive": "Error",
|
|
217
|
+
"editor.callout.variant_info": "Info",
|
|
218
|
+
"editor.callout.variant_success": "Success",
|
|
219
|
+
"editor.callout.variant_warning": "Warning",
|
|
162
220
|
"editor.controlblock.header_status": "Show status in header",
|
|
163
221
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
164
222
|
"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.",
|
|
223
|
+
"editor.math.cancel": "Cancel",
|
|
224
|
+
"editor.math.edit": "Edit",
|
|
225
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
226
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
227
|
+
"editor.math.latex_input": "LaTeX",
|
|
228
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
229
|
+
"editor.math.preview": "Preview",
|
|
230
|
+
"editor.math.save": "Save",
|
|
231
|
+
"editor.math.title": "Formula",
|
|
232
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
233
|
+
"editor.image.alt_text": "Alt text",
|
|
234
|
+
"editor.image.error": "Failed to load image",
|
|
235
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
236
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
237
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
238
|
+
"editor.image.loading": "Loading image...",
|
|
239
|
+
"editor.image.remove": "Remove",
|
|
240
|
+
"editor.image.retry": "Retry",
|
|
241
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
242
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
243
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
244
|
+
"editor.image.uploading": "Uploading...",
|
|
165
245
|
"editor.controlref.appearance": "Appearance",
|
|
166
246
|
"editor.controlref.border": "Border",
|
|
167
247
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -198,6 +278,20 @@ var en_default = {
|
|
|
198
278
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
199
279
|
"editor.controlref.show_status": "Show Status",
|
|
200
280
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
281
|
+
"editor.toc.cancel": "Cancel",
|
|
282
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
283
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
284
|
+
"editor.toc.max_level": "Maximum level",
|
|
285
|
+
"editor.toc.min_level": "Minimum level",
|
|
286
|
+
"editor.toc.numbered": "Numbering",
|
|
287
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
288
|
+
"editor.toc.save": "Save",
|
|
289
|
+
"editor.toc.settings": "Settings",
|
|
290
|
+
"editor.toc.style": "Style",
|
|
291
|
+
"editor.toc.style_compact": "Compact",
|
|
292
|
+
"editor.toc.style_default": "Default",
|
|
293
|
+
"editor.toc.style_flat": "Flat",
|
|
294
|
+
"editor.toc.title": "Table of Contents",
|
|
201
295
|
"editor.controlref.spacing": "Spacing",
|
|
202
296
|
"editor.controlref.unmap": "Unmap",
|
|
203
297
|
"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-2ASAMT27.mjs";
|
|
6
|
+
import "../chunk-LIUASDA4.mjs";
|
|
7
|
+
import "../chunk-D4DTNPDG.mjs";
|
|
8
|
+
import "../chunk-AXCASSHI.mjs";
|
|
9
9
|
export {
|
|
10
10
|
useBuiltInMessages
|
|
11
11
|
};
|
package/dist/i18n.js
CHANGED
|
@@ -38,9 +38,42 @@ 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",
|
|
64
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
65
|
+
"editor.image.alt_text": "Alternativtext",
|
|
66
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
67
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
68
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
69
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
70
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
71
|
+
"editor.image.remove": "Entfernen",
|
|
72
|
+
"editor.image.retry": "Wiederholen",
|
|
73
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
74
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
75
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
76
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
44
77
|
"editor.controlref.appearance": "Darstellung",
|
|
45
78
|
"editor.controlref.border": "Rahmen",
|
|
46
79
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -86,6 +119,20 @@ var de_default = {
|
|
|
86
119
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
87
120
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
88
121
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
122
|
+
"editor.toc.cancel": "Abbrechen",
|
|
123
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
124
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
125
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
126
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
127
|
+
"editor.toc.numbered": "Nummerierung",
|
|
128
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
129
|
+
"editor.toc.save": "Speichern",
|
|
130
|
+
"editor.toc.settings": "Einstellungen",
|
|
131
|
+
"editor.toc.style": "Darstellung",
|
|
132
|
+
"editor.toc.style_compact": "Kompakt",
|
|
133
|
+
"editor.toc.style_default": "Standard",
|
|
134
|
+
"editor.toc.style_flat": "Flach",
|
|
135
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
89
136
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
90
137
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
91
138
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -163,9 +210,42 @@ var en_default = {
|
|
|
163
210
|
"audit-info.title": "Metadata",
|
|
164
211
|
"audit-info.updated_at": "Updated",
|
|
165
212
|
"audit-info.updated_by": "Updated by",
|
|
213
|
+
"editor.callout.cancel": "Cancel",
|
|
214
|
+
"editor.callout.save": "Save",
|
|
215
|
+
"editor.callout.settings": "Settings",
|
|
216
|
+
"editor.callout.title": "Title",
|
|
217
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
218
|
+
"editor.callout.variant": "Variant",
|
|
219
|
+
"editor.callout.variant_default": "Default",
|
|
220
|
+
"editor.callout.variant_destructive": "Error",
|
|
221
|
+
"editor.callout.variant_info": "Info",
|
|
222
|
+
"editor.callout.variant_success": "Success",
|
|
223
|
+
"editor.callout.variant_warning": "Warning",
|
|
166
224
|
"editor.controlblock.header_status": "Show status in header",
|
|
167
225
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
168
226
|
"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.",
|
|
227
|
+
"editor.math.cancel": "Cancel",
|
|
228
|
+
"editor.math.edit": "Edit",
|
|
229
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
230
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
231
|
+
"editor.math.latex_input": "LaTeX",
|
|
232
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
233
|
+
"editor.math.preview": "Preview",
|
|
234
|
+
"editor.math.save": "Save",
|
|
235
|
+
"editor.math.title": "Formula",
|
|
236
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
237
|
+
"editor.image.alt_text": "Alt text",
|
|
238
|
+
"editor.image.error": "Failed to load image",
|
|
239
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
240
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
241
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
242
|
+
"editor.image.loading": "Loading image...",
|
|
243
|
+
"editor.image.remove": "Remove",
|
|
244
|
+
"editor.image.retry": "Retry",
|
|
245
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
246
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
247
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
248
|
+
"editor.image.uploading": "Uploading...",
|
|
169
249
|
"editor.controlref.appearance": "Appearance",
|
|
170
250
|
"editor.controlref.border": "Border",
|
|
171
251
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -202,6 +282,20 @@ var en_default = {
|
|
|
202
282
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
203
283
|
"editor.controlref.show_status": "Show Status",
|
|
204
284
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
285
|
+
"editor.toc.cancel": "Cancel",
|
|
286
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
287
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
288
|
+
"editor.toc.max_level": "Maximum level",
|
|
289
|
+
"editor.toc.min_level": "Minimum level",
|
|
290
|
+
"editor.toc.numbered": "Numbering",
|
|
291
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
292
|
+
"editor.toc.save": "Save",
|
|
293
|
+
"editor.toc.settings": "Settings",
|
|
294
|
+
"editor.toc.style": "Style",
|
|
295
|
+
"editor.toc.style_compact": "Compact",
|
|
296
|
+
"editor.toc.style_default": "Default",
|
|
297
|
+
"editor.toc.style_flat": "Flat",
|
|
298
|
+
"editor.toc.title": "Table of Contents",
|
|
205
299
|
"editor.controlref.spacing": "Spacing",
|
|
206
300
|
"editor.controlref.unmap": "Unmap",
|
|
207
301
|
"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-GKWVFJ3U.mjs";
|
|
6
|
+
import "./chunk-2ASAMT27.mjs";
|
|
7
|
+
import "./chunk-LIUASDA4.mjs";
|
|
8
|
+
import "./chunk-D4DTNPDG.mjs";
|
|
9
|
+
import "./chunk-AXCASSHI.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,42 @@ 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",
|
|
88
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
89
|
+
"editor.image.alt_text": "Alternativtext",
|
|
90
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
91
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
92
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
93
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
94
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
95
|
+
"editor.image.remove": "Entfernen",
|
|
96
|
+
"editor.image.retry": "Wiederholen",
|
|
97
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
98
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
99
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
100
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
68
101
|
"editor.controlref.appearance": "Darstellung",
|
|
69
102
|
"editor.controlref.border": "Rahmen",
|
|
70
103
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -110,6 +143,20 @@ var de_default = {
|
|
|
110
143
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
111
144
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
112
145
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
146
|
+
"editor.toc.cancel": "Abbrechen",
|
|
147
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
148
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
149
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
150
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
151
|
+
"editor.toc.numbered": "Nummerierung",
|
|
152
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
153
|
+
"editor.toc.save": "Speichern",
|
|
154
|
+
"editor.toc.settings": "Einstellungen",
|
|
155
|
+
"editor.toc.style": "Darstellung",
|
|
156
|
+
"editor.toc.style_compact": "Kompakt",
|
|
157
|
+
"editor.toc.style_default": "Standard",
|
|
158
|
+
"editor.toc.style_flat": "Flach",
|
|
159
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
113
160
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
114
161
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
115
162
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -187,9 +234,42 @@ var en_default = {
|
|
|
187
234
|
"audit-info.title": "Metadata",
|
|
188
235
|
"audit-info.updated_at": "Updated",
|
|
189
236
|
"audit-info.updated_by": "Updated by",
|
|
237
|
+
"editor.callout.cancel": "Cancel",
|
|
238
|
+
"editor.callout.save": "Save",
|
|
239
|
+
"editor.callout.settings": "Settings",
|
|
240
|
+
"editor.callout.title": "Title",
|
|
241
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
242
|
+
"editor.callout.variant": "Variant",
|
|
243
|
+
"editor.callout.variant_default": "Default",
|
|
244
|
+
"editor.callout.variant_destructive": "Error",
|
|
245
|
+
"editor.callout.variant_info": "Info",
|
|
246
|
+
"editor.callout.variant_success": "Success",
|
|
247
|
+
"editor.callout.variant_warning": "Warning",
|
|
190
248
|
"editor.controlblock.header_status": "Show status in header",
|
|
191
249
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
192
250
|
"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.",
|
|
251
|
+
"editor.math.cancel": "Cancel",
|
|
252
|
+
"editor.math.edit": "Edit",
|
|
253
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
254
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
255
|
+
"editor.math.latex_input": "LaTeX",
|
|
256
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
257
|
+
"editor.math.preview": "Preview",
|
|
258
|
+
"editor.math.save": "Save",
|
|
259
|
+
"editor.math.title": "Formula",
|
|
260
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
261
|
+
"editor.image.alt_text": "Alt text",
|
|
262
|
+
"editor.image.error": "Failed to load image",
|
|
263
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
264
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
265
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
266
|
+
"editor.image.loading": "Loading image...",
|
|
267
|
+
"editor.image.remove": "Remove",
|
|
268
|
+
"editor.image.retry": "Retry",
|
|
269
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
270
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
271
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
272
|
+
"editor.image.uploading": "Uploading...",
|
|
193
273
|
"editor.controlref.appearance": "Appearance",
|
|
194
274
|
"editor.controlref.border": "Border",
|
|
195
275
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -226,6 +306,20 @@ var en_default = {
|
|
|
226
306
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
227
307
|
"editor.controlref.show_status": "Show Status",
|
|
228
308
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
309
|
+
"editor.toc.cancel": "Cancel",
|
|
310
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
311
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
312
|
+
"editor.toc.max_level": "Maximum level",
|
|
313
|
+
"editor.toc.min_level": "Minimum level",
|
|
314
|
+
"editor.toc.numbered": "Numbering",
|
|
315
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
316
|
+
"editor.toc.save": "Save",
|
|
317
|
+
"editor.toc.settings": "Settings",
|
|
318
|
+
"editor.toc.style": "Style",
|
|
319
|
+
"editor.toc.style_compact": "Compact",
|
|
320
|
+
"editor.toc.style_default": "Default",
|
|
321
|
+
"editor.toc.style_flat": "Flat",
|
|
322
|
+
"editor.toc.title": "Table of Contents",
|
|
229
323
|
"editor.controlref.spacing": "Spacing",
|
|
230
324
|
"editor.controlref.unmap": "Unmap",
|
|
231
325
|
"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-GKWVFJ3U.mjs";
|
|
5
|
+
import "./chunk-2ASAMT27.mjs";
|
|
6
|
+
import "./chunk-LIUASDA4.mjs";
|
|
7
|
+
import "./chunk-D4DTNPDG.mjs";
|
|
8
|
+
import "./chunk-AXCASSHI.mjs";
|
|
9
9
|
import "./chunk-TYEI7NWI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useSafeIntl
|
package/dist/lang/de.d.mts
CHANGED
|
@@ -4,9 +4,42 @@ 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",
|
|
30
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
31
|
+
"editor.image.alt_text": "Alternativtext",
|
|
32
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
33
|
+
"editor.image.file_too_large": "Datei ist zu groß (max. {maxSize})",
|
|
34
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
35
|
+
"editor.image.invalid_type": "Ungültiger Dateityp",
|
|
36
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
37
|
+
"editor.image.remove": "Entfernen",
|
|
38
|
+
"editor.image.retry": "Wiederholen",
|
|
39
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
40
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
41
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
42
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
10
43
|
"editor.controlref.appearance": "Darstellung",
|
|
11
44
|
"editor.controlref.border": "Rahmen",
|
|
12
45
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -52,6 +85,20 @@ var de = {
|
|
|
52
85
|
"editor.controlref.error_timeout": "Zeitüberschreitung bei der Anfrage",
|
|
53
86
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
54
87
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
88
|
+
"editor.toc.cancel": "Abbrechen",
|
|
89
|
+
"editor.toc.empty_heading": "(Leere Überschrift)",
|
|
90
|
+
"editor.toc.empty_state": "Keine Überschriften gefunden. Füge Überschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu füllen.",
|
|
91
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
92
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
93
|
+
"editor.toc.numbered": "Nummerierung",
|
|
94
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
95
|
+
"editor.toc.save": "Speichern",
|
|
96
|
+
"editor.toc.settings": "Einstellungen",
|
|
97
|
+
"editor.toc.style": "Darstellung",
|
|
98
|
+
"editor.toc.style_compact": "Kompakt",
|
|
99
|
+
"editor.toc.style_default": "Standard",
|
|
100
|
+
"editor.toc.style_flat": "Flach",
|
|
101
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
55
102
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
56
103
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
57
104
|
"file_upload.change_avatar": "Avatar ändern",
|
package/dist/lang/de.d.ts
CHANGED
|
@@ -4,9 +4,42 @@ 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",
|
|
30
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
31
|
+
"editor.image.alt_text": "Alternativtext",
|
|
32
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
33
|
+
"editor.image.file_too_large": "Datei ist zu groß (max. {maxSize})",
|
|
34
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
35
|
+
"editor.image.invalid_type": "Ungültiger Dateityp",
|
|
36
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
37
|
+
"editor.image.remove": "Entfernen",
|
|
38
|
+
"editor.image.retry": "Wiederholen",
|
|
39
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
40
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
41
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
42
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
10
43
|
"editor.controlref.appearance": "Darstellung",
|
|
11
44
|
"editor.controlref.border": "Rahmen",
|
|
12
45
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -52,6 +85,20 @@ var de = {
|
|
|
52
85
|
"editor.controlref.error_timeout": "Zeitüberschreitung bei der Anfrage",
|
|
53
86
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
54
87
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
88
|
+
"editor.toc.cancel": "Abbrechen",
|
|
89
|
+
"editor.toc.empty_heading": "(Leere Überschrift)",
|
|
90
|
+
"editor.toc.empty_state": "Keine Überschriften gefunden. Füge Überschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu füllen.",
|
|
91
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
92
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
93
|
+
"editor.toc.numbered": "Nummerierung",
|
|
94
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
95
|
+
"editor.toc.save": "Speichern",
|
|
96
|
+
"editor.toc.settings": "Einstellungen",
|
|
97
|
+
"editor.toc.style": "Darstellung",
|
|
98
|
+
"editor.toc.style_compact": "Kompakt",
|
|
99
|
+
"editor.toc.style_default": "Standard",
|
|
100
|
+
"editor.toc.style_flat": "Flach",
|
|
101
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
55
102
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
56
103
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
57
104
|
"file_upload.change_avatar": "Avatar ändern",
|
package/dist/lang/de.js
CHANGED
|
@@ -7,9 +7,42 @@ 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",
|
|
33
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
34
|
+
"editor.image.alt_text": "Alternativtext",
|
|
35
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
36
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
37
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
38
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
39
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
40
|
+
"editor.image.remove": "Entfernen",
|
|
41
|
+
"editor.image.retry": "Wiederholen",
|
|
42
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
43
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
44
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
45
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
13
46
|
"editor.controlref.appearance": "Darstellung",
|
|
14
47
|
"editor.controlref.border": "Rahmen",
|
|
15
48
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -55,6 +88,20 @@ var de_default = {
|
|
|
55
88
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
56
89
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
57
90
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
91
|
+
"editor.toc.cancel": "Abbrechen",
|
|
92
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
93
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
94
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
95
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
96
|
+
"editor.toc.numbered": "Nummerierung",
|
|
97
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
98
|
+
"editor.toc.save": "Speichern",
|
|
99
|
+
"editor.toc.settings": "Einstellungen",
|
|
100
|
+
"editor.toc.style": "Darstellung",
|
|
101
|
+
"editor.toc.style_compact": "Kompakt",
|
|
102
|
+
"editor.toc.style_default": "Standard",
|
|
103
|
+
"editor.toc.style_flat": "Flach",
|
|
104
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
58
105
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
59
106
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
60
107
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
package/dist/lang/de.mjs
CHANGED
package/dist/lang/en.d.mts
CHANGED
|
@@ -4,9 +4,42 @@ 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",
|
|
30
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
31
|
+
"editor.image.alt_text": "Alt text",
|
|
32
|
+
"editor.image.error": "Failed to load image",
|
|
33
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
34
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
35
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
36
|
+
"editor.image.loading": "Loading image...",
|
|
37
|
+
"editor.image.remove": "Remove",
|
|
38
|
+
"editor.image.retry": "Retry",
|
|
39
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
40
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
41
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
42
|
+
"editor.image.uploading": "Uploading...",
|
|
10
43
|
"editor.controlref.appearance": "Appearance",
|
|
11
44
|
"editor.controlref.border": "Border",
|
|
12
45
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -43,6 +76,20 @@ var en = {
|
|
|
43
76
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
44
77
|
"editor.controlref.show_status": "Show Status",
|
|
45
78
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
79
|
+
"editor.toc.cancel": "Cancel",
|
|
80
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
81
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
82
|
+
"editor.toc.max_level": "Maximum level",
|
|
83
|
+
"editor.toc.min_level": "Minimum level",
|
|
84
|
+
"editor.toc.numbered": "Numbering",
|
|
85
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
86
|
+
"editor.toc.save": "Save",
|
|
87
|
+
"editor.toc.settings": "Settings",
|
|
88
|
+
"editor.toc.style": "Style",
|
|
89
|
+
"editor.toc.style_compact": "Compact",
|
|
90
|
+
"editor.toc.style_default": "Default",
|
|
91
|
+
"editor.toc.style_flat": "Flat",
|
|
92
|
+
"editor.toc.title": "Table of Contents",
|
|
46
93
|
"editor.controlref.spacing": "Spacing",
|
|
47
94
|
"editor.controlref.unmap": "Unmap",
|
|
48
95
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
package/dist/lang/en.d.ts
CHANGED
|
@@ -4,9 +4,42 @@ 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",
|
|
30
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
31
|
+
"editor.image.alt_text": "Alt text",
|
|
32
|
+
"editor.image.error": "Failed to load image",
|
|
33
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
34
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
35
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
36
|
+
"editor.image.loading": "Loading image...",
|
|
37
|
+
"editor.image.remove": "Remove",
|
|
38
|
+
"editor.image.retry": "Retry",
|
|
39
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
40
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
41
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
42
|
+
"editor.image.uploading": "Uploading...",
|
|
10
43
|
"editor.controlref.appearance": "Appearance",
|
|
11
44
|
"editor.controlref.border": "Border",
|
|
12
45
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -43,6 +76,20 @@ var en = {
|
|
|
43
76
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
44
77
|
"editor.controlref.show_status": "Show Status",
|
|
45
78
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
79
|
+
"editor.toc.cancel": "Cancel",
|
|
80
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
81
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
82
|
+
"editor.toc.max_level": "Maximum level",
|
|
83
|
+
"editor.toc.min_level": "Minimum level",
|
|
84
|
+
"editor.toc.numbered": "Numbering",
|
|
85
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
86
|
+
"editor.toc.save": "Save",
|
|
87
|
+
"editor.toc.settings": "Settings",
|
|
88
|
+
"editor.toc.style": "Style",
|
|
89
|
+
"editor.toc.style_compact": "Compact",
|
|
90
|
+
"editor.toc.style_default": "Default",
|
|
91
|
+
"editor.toc.style_flat": "Flat",
|
|
92
|
+
"editor.toc.title": "Table of Contents",
|
|
46
93
|
"editor.controlref.spacing": "Spacing",
|
|
47
94
|
"editor.controlref.unmap": "Unmap",
|
|
48
95
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
package/dist/lang/en.js
CHANGED
|
@@ -7,9 +7,42 @@ 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",
|
|
33
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
34
|
+
"editor.image.alt_text": "Alt text",
|
|
35
|
+
"editor.image.error": "Failed to load image",
|
|
36
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
37
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
38
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
39
|
+
"editor.image.loading": "Loading image...",
|
|
40
|
+
"editor.image.remove": "Remove",
|
|
41
|
+
"editor.image.retry": "Retry",
|
|
42
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
43
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
44
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
45
|
+
"editor.image.uploading": "Uploading...",
|
|
13
46
|
"editor.controlref.appearance": "Appearance",
|
|
14
47
|
"editor.controlref.border": "Border",
|
|
15
48
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -46,6 +79,20 @@ var en_default = {
|
|
|
46
79
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
47
80
|
"editor.controlref.show_status": "Show Status",
|
|
48
81
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
82
|
+
"editor.toc.cancel": "Cancel",
|
|
83
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
84
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
85
|
+
"editor.toc.max_level": "Maximum level",
|
|
86
|
+
"editor.toc.min_level": "Minimum level",
|
|
87
|
+
"editor.toc.numbered": "Numbering",
|
|
88
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
89
|
+
"editor.toc.save": "Save",
|
|
90
|
+
"editor.toc.settings": "Settings",
|
|
91
|
+
"editor.toc.style": "Style",
|
|
92
|
+
"editor.toc.style_compact": "Compact",
|
|
93
|
+
"editor.toc.style_default": "Default",
|
|
94
|
+
"editor.toc.style_flat": "Flat",
|
|
95
|
+
"editor.toc.title": "Table of Contents",
|
|
49
96
|
"editor.controlref.spacing": "Spacing",
|
|
50
97
|
"editor.controlref.unmap": "Unmap",
|
|
51
98
|
"editor.controlref.unmapped_control": "Unmapped Control",
|
package/dist/lang/en.mjs
CHANGED
package/dist/loaders/index.js
CHANGED
|
@@ -32,9 +32,42 @@ 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",
|
|
58
|
+
"editor.image.alt_placeholder": "Bild beschreiben...",
|
|
59
|
+
"editor.image.alt_text": "Alternativtext",
|
|
60
|
+
"editor.image.error": "Bild konnte nicht geladen werden",
|
|
61
|
+
"editor.image.file_too_large": "Datei ist zu gro\xDF (max. {maxSize})",
|
|
62
|
+
"editor.image.files_not_supported": "Datei-Upload ist nicht konfiguriert",
|
|
63
|
+
"editor.image.invalid_type": "Ung\xFCltiger Dateityp",
|
|
64
|
+
"editor.image.loading": "Bild wird geladen...",
|
|
65
|
+
"editor.image.remove": "Entfernen",
|
|
66
|
+
"editor.image.retry": "Wiederholen",
|
|
67
|
+
"editor.image.upload_error": "Bild konnte nicht hochgeladen werden",
|
|
68
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
69
|
+
"editor.image.upload_placeholder": "Klicken zum Hochladen oder hierher ziehen",
|
|
70
|
+
"editor.image.uploading": "Wird hochgeladen...",
|
|
38
71
|
"editor.controlref.appearance": "Darstellung",
|
|
39
72
|
"editor.controlref.border": "Rahmen",
|
|
40
73
|
"editor.controlref.cancel": "Abbrechen",
|
|
@@ -80,6 +113,20 @@ var de_default = {
|
|
|
80
113
|
"editor.controlref.error_timeout": "Zeit\xFCberschreitung bei der Anfrage",
|
|
81
114
|
"editor.controlref.error_loading": "Kontrollen konnten nicht geladen werden",
|
|
82
115
|
"editor.controlref.show_status_indicator_aria": "Status-Indikator anzeigen",
|
|
116
|
+
"editor.toc.cancel": "Abbrechen",
|
|
117
|
+
"editor.toc.empty_heading": "(Leere \xDCberschrift)",
|
|
118
|
+
"editor.toc.empty_state": "Keine \xDCberschriften gefunden. F\xFCge \xDCberschriften (H1-H6) hinzu, um das Inhaltsverzeichnis zu f\xFCllen.",
|
|
119
|
+
"editor.toc.max_level": "Maximale Ebene",
|
|
120
|
+
"editor.toc.min_level": "Minimale Ebene",
|
|
121
|
+
"editor.toc.numbered": "Nummerierung",
|
|
122
|
+
"editor.toc.numbered_hint": "Hierarchische Nummerierung anzeigen (1, 1.1, 1.1.1)",
|
|
123
|
+
"editor.toc.save": "Speichern",
|
|
124
|
+
"editor.toc.settings": "Einstellungen",
|
|
125
|
+
"editor.toc.style": "Darstellung",
|
|
126
|
+
"editor.toc.style_compact": "Kompakt",
|
|
127
|
+
"editor.toc.style_default": "Standard",
|
|
128
|
+
"editor.toc.style_flat": "Flach",
|
|
129
|
+
"editor.toc.title": "Inhaltsverzeichnis",
|
|
83
130
|
"file_upload.accepted_file_types": "{types}{size, select, none {} other { bis {size}}}",
|
|
84
131
|
"file_upload.avatar_uploaded": "Avatar hochgeladen",
|
|
85
132
|
"file_upload.change_avatar": "Avatar \xE4ndern",
|
|
@@ -157,9 +204,42 @@ var en_default = {
|
|
|
157
204
|
"audit-info.title": "Metadata",
|
|
158
205
|
"audit-info.updated_at": "Updated",
|
|
159
206
|
"audit-info.updated_by": "Updated by",
|
|
207
|
+
"editor.callout.cancel": "Cancel",
|
|
208
|
+
"editor.callout.save": "Save",
|
|
209
|
+
"editor.callout.settings": "Settings",
|
|
210
|
+
"editor.callout.title": "Title",
|
|
211
|
+
"editor.callout.title_placeholder": "Optional title...",
|
|
212
|
+
"editor.callout.variant": "Variant",
|
|
213
|
+
"editor.callout.variant_default": "Default",
|
|
214
|
+
"editor.callout.variant_destructive": "Error",
|
|
215
|
+
"editor.callout.variant_info": "Info",
|
|
216
|
+
"editor.callout.variant_success": "Success",
|
|
217
|
+
"editor.callout.variant_warning": "Warning",
|
|
160
218
|
"editor.controlblock.header_status": "Show status in header",
|
|
161
219
|
"editor.controlblock.header_status_aria": "Toggle status chip in card header",
|
|
162
220
|
"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.",
|
|
221
|
+
"editor.math.cancel": "Cancel",
|
|
222
|
+
"editor.math.edit": "Edit",
|
|
223
|
+
"editor.math.empty_formula": "Click to add formula",
|
|
224
|
+
"editor.math.invalid_latex": "Invalid LaTeX syntax",
|
|
225
|
+
"editor.math.latex_input": "LaTeX",
|
|
226
|
+
"editor.math.latex_placeholder": "Enter LaTeX formula...",
|
|
227
|
+
"editor.math.preview": "Preview",
|
|
228
|
+
"editor.math.save": "Save",
|
|
229
|
+
"editor.math.title": "Formula",
|
|
230
|
+
"editor.image.alt_placeholder": "Describe the image...",
|
|
231
|
+
"editor.image.alt_text": "Alt text",
|
|
232
|
+
"editor.image.error": "Failed to load image",
|
|
233
|
+
"editor.image.file_too_large": "File is too large (max {maxSize})",
|
|
234
|
+
"editor.image.files_not_supported": "File upload is not configured",
|
|
235
|
+
"editor.image.invalid_type": "Invalid file type",
|
|
236
|
+
"editor.image.loading": "Loading image...",
|
|
237
|
+
"editor.image.remove": "Remove",
|
|
238
|
+
"editor.image.retry": "Retry",
|
|
239
|
+
"editor.image.upload_error": "Failed to upload image",
|
|
240
|
+
"editor.image.upload_hint": "PNG, JPG, GIF, WebP, SVG",
|
|
241
|
+
"editor.image.upload_placeholder": "Click to upload or drag & drop",
|
|
242
|
+
"editor.image.uploading": "Uploading...",
|
|
163
243
|
"editor.controlref.appearance": "Appearance",
|
|
164
244
|
"editor.controlref.border": "Border",
|
|
165
245
|
"editor.controlref.cancel": "Cancel",
|
|
@@ -196,6 +276,20 @@ var en_default = {
|
|
|
196
276
|
"editor.controlref.show_implementations": "Show Implementations",
|
|
197
277
|
"editor.controlref.show_status": "Show Status",
|
|
198
278
|
"editor.controlref.show_status_indicator": "Show status indicator",
|
|
279
|
+
"editor.toc.cancel": "Cancel",
|
|
280
|
+
"editor.toc.empty_heading": "(Empty heading)",
|
|
281
|
+
"editor.toc.empty_state": "No headings found. Add headings (H1-H6) to populate the table of contents.",
|
|
282
|
+
"editor.toc.max_level": "Maximum level",
|
|
283
|
+
"editor.toc.min_level": "Minimum level",
|
|
284
|
+
"editor.toc.numbered": "Numbering",
|
|
285
|
+
"editor.toc.numbered_hint": "Show hierarchical numbering (1, 1.1, 1.1.1)",
|
|
286
|
+
"editor.toc.save": "Save",
|
|
287
|
+
"editor.toc.settings": "Settings",
|
|
288
|
+
"editor.toc.style": "Style",
|
|
289
|
+
"editor.toc.style_compact": "Compact",
|
|
290
|
+
"editor.toc.style_default": "Default",
|
|
291
|
+
"editor.toc.style_flat": "Flat",
|
|
292
|
+
"editor.toc.title": "Table of Contents",
|
|
199
293
|
"editor.controlref.spacing": "Spacing",
|
|
200
294
|
"editor.controlref.unmap": "Unmap",
|
|
201
295
|
"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-LIUASDA4.mjs";
|
|
5
|
+
import "../chunk-D4DTNPDG.mjs";
|
|
6
|
+
import "../chunk-AXCASSHI.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.5.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.11.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"react-intl": "^7.1.14",
|
|
35
|
-
"@kopexa/
|
|
36
|
-
"@kopexa/
|
|
35
|
+
"@kopexa/react-utils": "17.0.19",
|
|
36
|
+
"@kopexa/shared-utils": "17.0.19"
|
|
37
37
|
},
|
|
38
38
|
"clean-package": "../../../clean-package.config.json",
|
|
39
39
|
"module": "dist/index.mjs",
|