@kopexa/i18n 17.9.0 → 17.10.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-ATBVTBSC.mjs → chunk-4YZVLMSD.mjs} +80 -1
- package/dist/{chunk-35YYNHY7.mjs → chunk-BDMF2P3B.mjs} +1 -1
- package/dist/{chunk-N4234BFC.mjs → chunk-KUIMUFXV.mjs} +2 -2
- package/dist/{chunk-KCSPBCHV.mjs → chunk-TL42QJGW.mjs} +80 -1
- package/dist/{chunk-EOO6QQTZ.mjs → chunk-YNVLZSJJ.mjs} +1 -1
- package/dist/hooks/use-built-in-messages.js +160 -2
- package/dist/hooks/use-built-in-messages.mjs +4 -4
- package/dist/i18n.js +160 -2
- package/dist/i18n.mjs +5 -5
- package/dist/index.js +160 -2
- package/dist/index.mjs +5 -5
- package/dist/lang/de.d.mts +80 -1
- package/dist/lang/de.d.ts +80 -1
- package/dist/lang/de.js +80 -1
- package/dist/lang/de.mjs +1 -1
- package/dist/lang/en.d.mts +80 -1
- package/dist/lang/en.d.ts +80 -1
- package/dist/lang/en.js +80 -1
- package/dist/lang/en.mjs +1 -1
- package/dist/loaders/index.js +160 -2
- package/dist/loaders/index.mjs +3 -3
- package/package.json +4 -4
|
@@ -226,7 +226,86 @@ var en_default = {
|
|
|
226
226
|
"pdf_viewer.loading": "Loading document\u2026",
|
|
227
227
|
"pdf_viewer.page_label": "Page {page} of {total}",
|
|
228
228
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
229
|
-
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
229
|
+
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.',
|
|
230
|
+
"editor.toolbar.block.text": "Text",
|
|
231
|
+
"editor.toolbar.block.heading_1": "Heading 1",
|
|
232
|
+
"editor.toolbar.block.heading_2": "Heading 2",
|
|
233
|
+
"editor.toolbar.block.heading_3": "Heading 3",
|
|
234
|
+
"editor.toolbar.block.heading_4": "Heading 4",
|
|
235
|
+
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
236
|
+
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
237
|
+
"editor.toolbar.block.task_list": "To-do list",
|
|
238
|
+
"editor.toolbar.block.blockquote": "Blockquote",
|
|
239
|
+
"editor.toolbar.block.code_block": "Code block",
|
|
240
|
+
"editor.toolbar.turn_into": "Turn into",
|
|
241
|
+
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
242
|
+
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
243
|
+
"editor.toolbar.bold": "Bold",
|
|
244
|
+
"editor.toolbar.italic": "Italic",
|
|
245
|
+
"editor.toolbar.underline": "Underline",
|
|
246
|
+
"editor.toolbar.strikethrough": "Strikethrough",
|
|
247
|
+
"editor.toolbar.code": "Code",
|
|
248
|
+
"editor.toolbar.superscript": "Superscript",
|
|
249
|
+
"editor.toolbar.subscript": "Subscript",
|
|
250
|
+
"editor.toolbar.link.save": "Save link",
|
|
251
|
+
"editor.toolbar.link.open": "Open link in new tab",
|
|
252
|
+
"editor.toolbar.link.edit": "Edit link",
|
|
253
|
+
"editor.toolbar.link.remove": "Remove link",
|
|
254
|
+
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
255
|
+
"editor.toolbar.undo": "Undo",
|
|
256
|
+
"editor.toolbar.redo": "Redo",
|
|
257
|
+
"editor.slash.group.ai": "AI",
|
|
258
|
+
"editor.slash.group.style": "Style",
|
|
259
|
+
"editor.slash.group.insert": "Insert",
|
|
260
|
+
"editor.slash.group.upload": "Upload",
|
|
261
|
+
"editor.slash.continue_writing": "Continue Writing",
|
|
262
|
+
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
263
|
+
"editor.slash.ask_ai": "Ask AI",
|
|
264
|
+
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
265
|
+
"editor.slash.text": "Text",
|
|
266
|
+
"editor.slash.text.subtext": "Regular text paragraph",
|
|
267
|
+
"editor.slash.heading_1": "Heading 1",
|
|
268
|
+
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
269
|
+
"editor.slash.heading_2": "Heading 2",
|
|
270
|
+
"editor.slash.heading_2.subtext": "Key section heading",
|
|
271
|
+
"editor.slash.heading_3": "Heading 3",
|
|
272
|
+
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
273
|
+
"editor.slash.bullet_list": "Bullet List",
|
|
274
|
+
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
275
|
+
"editor.slash.ordered_list": "Numbered List",
|
|
276
|
+
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
277
|
+
"editor.slash.task_list": "To-do list",
|
|
278
|
+
"editor.slash.task_list.subtext": "List with tasks",
|
|
279
|
+
"editor.slash.blockquote": "Blockquote",
|
|
280
|
+
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
281
|
+
"editor.slash.code_block": "Code Block",
|
|
282
|
+
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
283
|
+
"editor.slash.control": "Control",
|
|
284
|
+
"editor.slash.control.subtext": "Insert a control block",
|
|
285
|
+
"editor.slash.separator": "Separator",
|
|
286
|
+
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
287
|
+
"editor.slash.table": "Table",
|
|
288
|
+
"editor.slash.table.subtext": "Insert a table",
|
|
289
|
+
"editor.slash.toc": "Table of Contents",
|
|
290
|
+
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
291
|
+
"editor.slash.callout": "Callout",
|
|
292
|
+
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
293
|
+
"editor.slash.warning": "Warning",
|
|
294
|
+
"editor.slash.warning.subtext": "Warning callout block",
|
|
295
|
+
"editor.slash.formula": "Formula",
|
|
296
|
+
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
297
|
+
"editor.slash.image": "Image",
|
|
298
|
+
"editor.slash.image.subtext": "Resizable image with caption",
|
|
299
|
+
"editor.slash.filter_placeholder": "Filter...",
|
|
300
|
+
"editor.toolbar.table.insert": "Insert table",
|
|
301
|
+
"editor.toolbar.text_color": "Text color",
|
|
302
|
+
"editor.toolbar.highlight_color": "Highlight color",
|
|
303
|
+
"editor.toolbar.align.left": "Align left",
|
|
304
|
+
"editor.toolbar.align.center": "Align center",
|
|
305
|
+
"editor.toolbar.align.right": "Align right",
|
|
306
|
+
"editor.toolbar.align.justify": "Justify",
|
|
307
|
+
"editor.placeholder": "Write, type '/' for commands\u2026",
|
|
308
|
+
"editor.toolbar.more_options": "More options"
|
|
230
309
|
};
|
|
231
310
|
|
|
232
311
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
de_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TL42QJGW.mjs";
|
|
5
5
|
import {
|
|
6
6
|
en_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-4YZVLMSD.mjs";
|
|
8
8
|
|
|
9
9
|
// src/loaders/index.ts
|
|
10
10
|
var CACHE = /* @__PURE__ */ new Map();
|
|
@@ -245,7 +245,86 @@ var de_default = {
|
|
|
245
245
|
"pdf_viewer.error_hint": "Bitte versuche es erneut.",
|
|
246
246
|
"pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
|
|
247
247
|
"pdf_viewer.loading": "Dokument wird geladen\u2026",
|
|
248
|
-
"pdf_viewer.page_label": "Seite {page} von {total}"
|
|
248
|
+
"pdf_viewer.page_label": "Seite {page} von {total}",
|
|
249
|
+
"editor.toolbar.block.text": "Text",
|
|
250
|
+
"editor.toolbar.block.heading_1": "\xDCberschrift 1",
|
|
251
|
+
"editor.toolbar.block.heading_2": "\xDCberschrift 2",
|
|
252
|
+
"editor.toolbar.block.heading_3": "\xDCberschrift 3",
|
|
253
|
+
"editor.toolbar.block.heading_4": "\xDCberschrift 4",
|
|
254
|
+
"editor.toolbar.block.bullet_list": "Aufz\xE4hlung",
|
|
255
|
+
"editor.toolbar.block.ordered_list": "Nummerierte Liste",
|
|
256
|
+
"editor.toolbar.block.task_list": "Aufgabenliste",
|
|
257
|
+
"editor.toolbar.block.blockquote": "Zitat",
|
|
258
|
+
"editor.toolbar.block.code_block": "Codeblock",
|
|
259
|
+
"editor.toolbar.turn_into": "Umwandeln in",
|
|
260
|
+
"editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
|
|
261
|
+
"editor.toolbar.reset_formatting": "Formatierung zur\xFCcksetzen",
|
|
262
|
+
"editor.toolbar.bold": "Fett",
|
|
263
|
+
"editor.toolbar.italic": "Kursiv",
|
|
264
|
+
"editor.toolbar.underline": "Unterstrichen",
|
|
265
|
+
"editor.toolbar.strikethrough": "Durchgestrichen",
|
|
266
|
+
"editor.toolbar.code": "Code",
|
|
267
|
+
"editor.toolbar.superscript": "Hochgestellt",
|
|
268
|
+
"editor.toolbar.subscript": "Tiefgestellt",
|
|
269
|
+
"editor.toolbar.link.save": "Link speichern",
|
|
270
|
+
"editor.toolbar.link.open": "Link in neuem Tab \xF6ffnen",
|
|
271
|
+
"editor.toolbar.link.edit": "Link bearbeiten",
|
|
272
|
+
"editor.toolbar.link.remove": "Link entfernen",
|
|
273
|
+
"editor.toolbar.link.placeholder": "URL eingeben...",
|
|
274
|
+
"editor.toolbar.undo": "R\xFCckg\xE4ngig",
|
|
275
|
+
"editor.toolbar.redo": "Wiederholen",
|
|
276
|
+
"editor.slash.group.ai": "KI",
|
|
277
|
+
"editor.slash.group.style": "Formatierung",
|
|
278
|
+
"editor.slash.group.insert": "Einf\xFCgen",
|
|
279
|
+
"editor.slash.group.upload": "Hochladen",
|
|
280
|
+
"editor.slash.continue_writing": "Weiterschreiben",
|
|
281
|
+
"editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
|
|
282
|
+
"editor.slash.ask_ai": "KI fragen",
|
|
283
|
+
"editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
|
|
284
|
+
"editor.slash.text": "Text",
|
|
285
|
+
"editor.slash.text.subtext": "Normaler Textabsatz",
|
|
286
|
+
"editor.slash.heading_1": "\xDCberschrift 1",
|
|
287
|
+
"editor.slash.heading_1.subtext": "Haupt\xFCberschrift",
|
|
288
|
+
"editor.slash.heading_2": "\xDCberschrift 2",
|
|
289
|
+
"editor.slash.heading_2.subtext": "Abschnitts\xFCberschrift",
|
|
290
|
+
"editor.slash.heading_3": "\xDCberschrift 3",
|
|
291
|
+
"editor.slash.heading_3.subtext": "Unterabschnitts\xFCberschrift",
|
|
292
|
+
"editor.slash.bullet_list": "Aufz\xE4hlung",
|
|
293
|
+
"editor.slash.bullet_list.subtext": "Liste mit Aufz\xE4hlungspunkten",
|
|
294
|
+
"editor.slash.ordered_list": "Nummerierte Liste",
|
|
295
|
+
"editor.slash.ordered_list.subtext": "Liste mit Nummern",
|
|
296
|
+
"editor.slash.task_list": "Aufgabenliste",
|
|
297
|
+
"editor.slash.task_list.subtext": "Liste mit Aufgaben",
|
|
298
|
+
"editor.slash.blockquote": "Zitat",
|
|
299
|
+
"editor.slash.blockquote.subtext": "Zitatblock",
|
|
300
|
+
"editor.slash.code_block": "Codeblock",
|
|
301
|
+
"editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
|
|
302
|
+
"editor.slash.control": "Kontrolle",
|
|
303
|
+
"editor.slash.control.subtext": "Kontrollblock einf\xFCgen",
|
|
304
|
+
"editor.slash.separator": "Trennlinie",
|
|
305
|
+
"editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
|
|
306
|
+
"editor.slash.table": "Tabelle",
|
|
307
|
+
"editor.slash.table.subtext": "Tabelle einf\xFCgen",
|
|
308
|
+
"editor.slash.toc": "Inhaltsverzeichnis",
|
|
309
|
+
"editor.slash.toc.subtext": "Automatisch generierte \xDCberschriftenliste",
|
|
310
|
+
"editor.slash.callout": "Hinweis",
|
|
311
|
+
"editor.slash.callout.subtext": "Hervorgehobener Block f\xFCr wichtige Informationen",
|
|
312
|
+
"editor.slash.warning": "Warnung",
|
|
313
|
+
"editor.slash.warning.subtext": "Warnungsblock",
|
|
314
|
+
"editor.slash.formula": "Formel",
|
|
315
|
+
"editor.slash.formula.subtext": "LaTeX-Formelblock",
|
|
316
|
+
"editor.slash.image": "Bild",
|
|
317
|
+
"editor.slash.image.subtext": "Bild mit Gr\xF6\xDFenanpassung",
|
|
318
|
+
"editor.slash.filter_placeholder": "Filtern...",
|
|
319
|
+
"editor.toolbar.table.insert": "Tabelle einf\xFCgen",
|
|
320
|
+
"editor.toolbar.text_color": "Textfarbe",
|
|
321
|
+
"editor.toolbar.highlight_color": "Hervorhebungsfarbe",
|
|
322
|
+
"editor.toolbar.align.left": "Linksb\xFCndig",
|
|
323
|
+
"editor.toolbar.align.center": "Zentriert",
|
|
324
|
+
"editor.toolbar.align.right": "Rechtsb\xFCndig",
|
|
325
|
+
"editor.toolbar.align.justify": "Blocksatz",
|
|
326
|
+
"editor.placeholder": "Schreiben, '/' f\xFCr Befehle eingeben\u2026",
|
|
327
|
+
"editor.toolbar.more_options": "Weitere Optionen"
|
|
249
328
|
};
|
|
250
329
|
|
|
251
330
|
export {
|
|
@@ -272,7 +272,86 @@ var de_default = {
|
|
|
272
272
|
"pdf_viewer.error_hint": "Bitte versuche es erneut.",
|
|
273
273
|
"pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
|
|
274
274
|
"pdf_viewer.loading": "Dokument wird geladen\u2026",
|
|
275
|
-
"pdf_viewer.page_label": "Seite {page} von {total}"
|
|
275
|
+
"pdf_viewer.page_label": "Seite {page} von {total}",
|
|
276
|
+
"editor.toolbar.block.text": "Text",
|
|
277
|
+
"editor.toolbar.block.heading_1": "\xDCberschrift 1",
|
|
278
|
+
"editor.toolbar.block.heading_2": "\xDCberschrift 2",
|
|
279
|
+
"editor.toolbar.block.heading_3": "\xDCberschrift 3",
|
|
280
|
+
"editor.toolbar.block.heading_4": "\xDCberschrift 4",
|
|
281
|
+
"editor.toolbar.block.bullet_list": "Aufz\xE4hlung",
|
|
282
|
+
"editor.toolbar.block.ordered_list": "Nummerierte Liste",
|
|
283
|
+
"editor.toolbar.block.task_list": "Aufgabenliste",
|
|
284
|
+
"editor.toolbar.block.blockquote": "Zitat",
|
|
285
|
+
"editor.toolbar.block.code_block": "Codeblock",
|
|
286
|
+
"editor.toolbar.turn_into": "Umwandeln in",
|
|
287
|
+
"editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
|
|
288
|
+
"editor.toolbar.reset_formatting": "Formatierung zur\xFCcksetzen",
|
|
289
|
+
"editor.toolbar.bold": "Fett",
|
|
290
|
+
"editor.toolbar.italic": "Kursiv",
|
|
291
|
+
"editor.toolbar.underline": "Unterstrichen",
|
|
292
|
+
"editor.toolbar.strikethrough": "Durchgestrichen",
|
|
293
|
+
"editor.toolbar.code": "Code",
|
|
294
|
+
"editor.toolbar.superscript": "Hochgestellt",
|
|
295
|
+
"editor.toolbar.subscript": "Tiefgestellt",
|
|
296
|
+
"editor.toolbar.link.save": "Link speichern",
|
|
297
|
+
"editor.toolbar.link.open": "Link in neuem Tab \xF6ffnen",
|
|
298
|
+
"editor.toolbar.link.edit": "Link bearbeiten",
|
|
299
|
+
"editor.toolbar.link.remove": "Link entfernen",
|
|
300
|
+
"editor.toolbar.link.placeholder": "URL eingeben...",
|
|
301
|
+
"editor.toolbar.undo": "R\xFCckg\xE4ngig",
|
|
302
|
+
"editor.toolbar.redo": "Wiederholen",
|
|
303
|
+
"editor.slash.group.ai": "KI",
|
|
304
|
+
"editor.slash.group.style": "Formatierung",
|
|
305
|
+
"editor.slash.group.insert": "Einf\xFCgen",
|
|
306
|
+
"editor.slash.group.upload": "Hochladen",
|
|
307
|
+
"editor.slash.continue_writing": "Weiterschreiben",
|
|
308
|
+
"editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
|
|
309
|
+
"editor.slash.ask_ai": "KI fragen",
|
|
310
|
+
"editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
|
|
311
|
+
"editor.slash.text": "Text",
|
|
312
|
+
"editor.slash.text.subtext": "Normaler Textabsatz",
|
|
313
|
+
"editor.slash.heading_1": "\xDCberschrift 1",
|
|
314
|
+
"editor.slash.heading_1.subtext": "Haupt\xFCberschrift",
|
|
315
|
+
"editor.slash.heading_2": "\xDCberschrift 2",
|
|
316
|
+
"editor.slash.heading_2.subtext": "Abschnitts\xFCberschrift",
|
|
317
|
+
"editor.slash.heading_3": "\xDCberschrift 3",
|
|
318
|
+
"editor.slash.heading_3.subtext": "Unterabschnitts\xFCberschrift",
|
|
319
|
+
"editor.slash.bullet_list": "Aufz\xE4hlung",
|
|
320
|
+
"editor.slash.bullet_list.subtext": "Liste mit Aufz\xE4hlungspunkten",
|
|
321
|
+
"editor.slash.ordered_list": "Nummerierte Liste",
|
|
322
|
+
"editor.slash.ordered_list.subtext": "Liste mit Nummern",
|
|
323
|
+
"editor.slash.task_list": "Aufgabenliste",
|
|
324
|
+
"editor.slash.task_list.subtext": "Liste mit Aufgaben",
|
|
325
|
+
"editor.slash.blockquote": "Zitat",
|
|
326
|
+
"editor.slash.blockquote.subtext": "Zitatblock",
|
|
327
|
+
"editor.slash.code_block": "Codeblock",
|
|
328
|
+
"editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
|
|
329
|
+
"editor.slash.control": "Kontrolle",
|
|
330
|
+
"editor.slash.control.subtext": "Kontrollblock einf\xFCgen",
|
|
331
|
+
"editor.slash.separator": "Trennlinie",
|
|
332
|
+
"editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
|
|
333
|
+
"editor.slash.table": "Tabelle",
|
|
334
|
+
"editor.slash.table.subtext": "Tabelle einf\xFCgen",
|
|
335
|
+
"editor.slash.toc": "Inhaltsverzeichnis",
|
|
336
|
+
"editor.slash.toc.subtext": "Automatisch generierte \xDCberschriftenliste",
|
|
337
|
+
"editor.slash.callout": "Hinweis",
|
|
338
|
+
"editor.slash.callout.subtext": "Hervorgehobener Block f\xFCr wichtige Informationen",
|
|
339
|
+
"editor.slash.warning": "Warnung",
|
|
340
|
+
"editor.slash.warning.subtext": "Warnungsblock",
|
|
341
|
+
"editor.slash.formula": "Formel",
|
|
342
|
+
"editor.slash.formula.subtext": "LaTeX-Formelblock",
|
|
343
|
+
"editor.slash.image": "Bild",
|
|
344
|
+
"editor.slash.image.subtext": "Bild mit Gr\xF6\xDFenanpassung",
|
|
345
|
+
"editor.slash.filter_placeholder": "Filtern...",
|
|
346
|
+
"editor.toolbar.table.insert": "Tabelle einf\xFCgen",
|
|
347
|
+
"editor.toolbar.text_color": "Textfarbe",
|
|
348
|
+
"editor.toolbar.highlight_color": "Hervorhebungsfarbe",
|
|
349
|
+
"editor.toolbar.align.left": "Linksb\xFCndig",
|
|
350
|
+
"editor.toolbar.align.center": "Zentriert",
|
|
351
|
+
"editor.toolbar.align.right": "Rechtsb\xFCndig",
|
|
352
|
+
"editor.toolbar.align.justify": "Blocksatz",
|
|
353
|
+
"editor.placeholder": "Schreiben, '/' f\xFCr Befehle eingeben\u2026",
|
|
354
|
+
"editor.toolbar.more_options": "Weitere Optionen"
|
|
276
355
|
};
|
|
277
356
|
|
|
278
357
|
// src/lang/en.json
|
|
@@ -501,7 +580,86 @@ var en_default = {
|
|
|
501
580
|
"pdf_viewer.loading": "Loading document\u2026",
|
|
502
581
|
"pdf_viewer.page_label": "Page {page} of {total}",
|
|
503
582
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
504
|
-
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
583
|
+
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.',
|
|
584
|
+
"editor.toolbar.block.text": "Text",
|
|
585
|
+
"editor.toolbar.block.heading_1": "Heading 1",
|
|
586
|
+
"editor.toolbar.block.heading_2": "Heading 2",
|
|
587
|
+
"editor.toolbar.block.heading_3": "Heading 3",
|
|
588
|
+
"editor.toolbar.block.heading_4": "Heading 4",
|
|
589
|
+
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
590
|
+
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
591
|
+
"editor.toolbar.block.task_list": "To-do list",
|
|
592
|
+
"editor.toolbar.block.blockquote": "Blockquote",
|
|
593
|
+
"editor.toolbar.block.code_block": "Code block",
|
|
594
|
+
"editor.toolbar.turn_into": "Turn into",
|
|
595
|
+
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
596
|
+
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
597
|
+
"editor.toolbar.bold": "Bold",
|
|
598
|
+
"editor.toolbar.italic": "Italic",
|
|
599
|
+
"editor.toolbar.underline": "Underline",
|
|
600
|
+
"editor.toolbar.strikethrough": "Strikethrough",
|
|
601
|
+
"editor.toolbar.code": "Code",
|
|
602
|
+
"editor.toolbar.superscript": "Superscript",
|
|
603
|
+
"editor.toolbar.subscript": "Subscript",
|
|
604
|
+
"editor.toolbar.link.save": "Save link",
|
|
605
|
+
"editor.toolbar.link.open": "Open link in new tab",
|
|
606
|
+
"editor.toolbar.link.edit": "Edit link",
|
|
607
|
+
"editor.toolbar.link.remove": "Remove link",
|
|
608
|
+
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
609
|
+
"editor.toolbar.undo": "Undo",
|
|
610
|
+
"editor.toolbar.redo": "Redo",
|
|
611
|
+
"editor.slash.group.ai": "AI",
|
|
612
|
+
"editor.slash.group.style": "Style",
|
|
613
|
+
"editor.slash.group.insert": "Insert",
|
|
614
|
+
"editor.slash.group.upload": "Upload",
|
|
615
|
+
"editor.slash.continue_writing": "Continue Writing",
|
|
616
|
+
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
617
|
+
"editor.slash.ask_ai": "Ask AI",
|
|
618
|
+
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
619
|
+
"editor.slash.text": "Text",
|
|
620
|
+
"editor.slash.text.subtext": "Regular text paragraph",
|
|
621
|
+
"editor.slash.heading_1": "Heading 1",
|
|
622
|
+
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
623
|
+
"editor.slash.heading_2": "Heading 2",
|
|
624
|
+
"editor.slash.heading_2.subtext": "Key section heading",
|
|
625
|
+
"editor.slash.heading_3": "Heading 3",
|
|
626
|
+
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
627
|
+
"editor.slash.bullet_list": "Bullet List",
|
|
628
|
+
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
629
|
+
"editor.slash.ordered_list": "Numbered List",
|
|
630
|
+
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
631
|
+
"editor.slash.task_list": "To-do list",
|
|
632
|
+
"editor.slash.task_list.subtext": "List with tasks",
|
|
633
|
+
"editor.slash.blockquote": "Blockquote",
|
|
634
|
+
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
635
|
+
"editor.slash.code_block": "Code Block",
|
|
636
|
+
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
637
|
+
"editor.slash.control": "Control",
|
|
638
|
+
"editor.slash.control.subtext": "Insert a control block",
|
|
639
|
+
"editor.slash.separator": "Separator",
|
|
640
|
+
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
641
|
+
"editor.slash.table": "Table",
|
|
642
|
+
"editor.slash.table.subtext": "Insert a table",
|
|
643
|
+
"editor.slash.toc": "Table of Contents",
|
|
644
|
+
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
645
|
+
"editor.slash.callout": "Callout",
|
|
646
|
+
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
647
|
+
"editor.slash.warning": "Warning",
|
|
648
|
+
"editor.slash.warning.subtext": "Warning callout block",
|
|
649
|
+
"editor.slash.formula": "Formula",
|
|
650
|
+
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
651
|
+
"editor.slash.image": "Image",
|
|
652
|
+
"editor.slash.image.subtext": "Resizable image with caption",
|
|
653
|
+
"editor.slash.filter_placeholder": "Filter...",
|
|
654
|
+
"editor.toolbar.table.insert": "Insert table",
|
|
655
|
+
"editor.toolbar.text_color": "Text color",
|
|
656
|
+
"editor.toolbar.highlight_color": "Highlight color",
|
|
657
|
+
"editor.toolbar.align.left": "Align left",
|
|
658
|
+
"editor.toolbar.align.center": "Align center",
|
|
659
|
+
"editor.toolbar.align.right": "Align right",
|
|
660
|
+
"editor.toolbar.align.justify": "Justify",
|
|
661
|
+
"editor.placeholder": "Write, type '/' for commands\u2026",
|
|
662
|
+
"editor.toolbar.more_options": "More options"
|
|
505
663
|
};
|
|
506
664
|
|
|
507
665
|
// src/loaders/index.ts
|
|
@@ -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-BDMF2P3B.mjs";
|
|
6
|
+
import "../chunk-KUIMUFXV.mjs";
|
|
7
|
+
import "../chunk-TL42QJGW.mjs";
|
|
8
|
+
import "../chunk-4YZVLMSD.mjs";
|
|
9
9
|
export {
|
|
10
10
|
useBuiltInMessages
|
|
11
11
|
};
|
package/dist/i18n.js
CHANGED
|
@@ -276,7 +276,86 @@ var de_default = {
|
|
|
276
276
|
"pdf_viewer.error_hint": "Bitte versuche es erneut.",
|
|
277
277
|
"pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
|
|
278
278
|
"pdf_viewer.loading": "Dokument wird geladen\u2026",
|
|
279
|
-
"pdf_viewer.page_label": "Seite {page} von {total}"
|
|
279
|
+
"pdf_viewer.page_label": "Seite {page} von {total}",
|
|
280
|
+
"editor.toolbar.block.text": "Text",
|
|
281
|
+
"editor.toolbar.block.heading_1": "\xDCberschrift 1",
|
|
282
|
+
"editor.toolbar.block.heading_2": "\xDCberschrift 2",
|
|
283
|
+
"editor.toolbar.block.heading_3": "\xDCberschrift 3",
|
|
284
|
+
"editor.toolbar.block.heading_4": "\xDCberschrift 4",
|
|
285
|
+
"editor.toolbar.block.bullet_list": "Aufz\xE4hlung",
|
|
286
|
+
"editor.toolbar.block.ordered_list": "Nummerierte Liste",
|
|
287
|
+
"editor.toolbar.block.task_list": "Aufgabenliste",
|
|
288
|
+
"editor.toolbar.block.blockquote": "Zitat",
|
|
289
|
+
"editor.toolbar.block.code_block": "Codeblock",
|
|
290
|
+
"editor.toolbar.turn_into": "Umwandeln in",
|
|
291
|
+
"editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
|
|
292
|
+
"editor.toolbar.reset_formatting": "Formatierung zur\xFCcksetzen",
|
|
293
|
+
"editor.toolbar.bold": "Fett",
|
|
294
|
+
"editor.toolbar.italic": "Kursiv",
|
|
295
|
+
"editor.toolbar.underline": "Unterstrichen",
|
|
296
|
+
"editor.toolbar.strikethrough": "Durchgestrichen",
|
|
297
|
+
"editor.toolbar.code": "Code",
|
|
298
|
+
"editor.toolbar.superscript": "Hochgestellt",
|
|
299
|
+
"editor.toolbar.subscript": "Tiefgestellt",
|
|
300
|
+
"editor.toolbar.link.save": "Link speichern",
|
|
301
|
+
"editor.toolbar.link.open": "Link in neuem Tab \xF6ffnen",
|
|
302
|
+
"editor.toolbar.link.edit": "Link bearbeiten",
|
|
303
|
+
"editor.toolbar.link.remove": "Link entfernen",
|
|
304
|
+
"editor.toolbar.link.placeholder": "URL eingeben...",
|
|
305
|
+
"editor.toolbar.undo": "R\xFCckg\xE4ngig",
|
|
306
|
+
"editor.toolbar.redo": "Wiederholen",
|
|
307
|
+
"editor.slash.group.ai": "KI",
|
|
308
|
+
"editor.slash.group.style": "Formatierung",
|
|
309
|
+
"editor.slash.group.insert": "Einf\xFCgen",
|
|
310
|
+
"editor.slash.group.upload": "Hochladen",
|
|
311
|
+
"editor.slash.continue_writing": "Weiterschreiben",
|
|
312
|
+
"editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
|
|
313
|
+
"editor.slash.ask_ai": "KI fragen",
|
|
314
|
+
"editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
|
|
315
|
+
"editor.slash.text": "Text",
|
|
316
|
+
"editor.slash.text.subtext": "Normaler Textabsatz",
|
|
317
|
+
"editor.slash.heading_1": "\xDCberschrift 1",
|
|
318
|
+
"editor.slash.heading_1.subtext": "Haupt\xFCberschrift",
|
|
319
|
+
"editor.slash.heading_2": "\xDCberschrift 2",
|
|
320
|
+
"editor.slash.heading_2.subtext": "Abschnitts\xFCberschrift",
|
|
321
|
+
"editor.slash.heading_3": "\xDCberschrift 3",
|
|
322
|
+
"editor.slash.heading_3.subtext": "Unterabschnitts\xFCberschrift",
|
|
323
|
+
"editor.slash.bullet_list": "Aufz\xE4hlung",
|
|
324
|
+
"editor.slash.bullet_list.subtext": "Liste mit Aufz\xE4hlungspunkten",
|
|
325
|
+
"editor.slash.ordered_list": "Nummerierte Liste",
|
|
326
|
+
"editor.slash.ordered_list.subtext": "Liste mit Nummern",
|
|
327
|
+
"editor.slash.task_list": "Aufgabenliste",
|
|
328
|
+
"editor.slash.task_list.subtext": "Liste mit Aufgaben",
|
|
329
|
+
"editor.slash.blockquote": "Zitat",
|
|
330
|
+
"editor.slash.blockquote.subtext": "Zitatblock",
|
|
331
|
+
"editor.slash.code_block": "Codeblock",
|
|
332
|
+
"editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
|
|
333
|
+
"editor.slash.control": "Kontrolle",
|
|
334
|
+
"editor.slash.control.subtext": "Kontrollblock einf\xFCgen",
|
|
335
|
+
"editor.slash.separator": "Trennlinie",
|
|
336
|
+
"editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
|
|
337
|
+
"editor.slash.table": "Tabelle",
|
|
338
|
+
"editor.slash.table.subtext": "Tabelle einf\xFCgen",
|
|
339
|
+
"editor.slash.toc": "Inhaltsverzeichnis",
|
|
340
|
+
"editor.slash.toc.subtext": "Automatisch generierte \xDCberschriftenliste",
|
|
341
|
+
"editor.slash.callout": "Hinweis",
|
|
342
|
+
"editor.slash.callout.subtext": "Hervorgehobener Block f\xFCr wichtige Informationen",
|
|
343
|
+
"editor.slash.warning": "Warnung",
|
|
344
|
+
"editor.slash.warning.subtext": "Warnungsblock",
|
|
345
|
+
"editor.slash.formula": "Formel",
|
|
346
|
+
"editor.slash.formula.subtext": "LaTeX-Formelblock",
|
|
347
|
+
"editor.slash.image": "Bild",
|
|
348
|
+
"editor.slash.image.subtext": "Bild mit Gr\xF6\xDFenanpassung",
|
|
349
|
+
"editor.slash.filter_placeholder": "Filtern...",
|
|
350
|
+
"editor.toolbar.table.insert": "Tabelle einf\xFCgen",
|
|
351
|
+
"editor.toolbar.text_color": "Textfarbe",
|
|
352
|
+
"editor.toolbar.highlight_color": "Hervorhebungsfarbe",
|
|
353
|
+
"editor.toolbar.align.left": "Linksb\xFCndig",
|
|
354
|
+
"editor.toolbar.align.center": "Zentriert",
|
|
355
|
+
"editor.toolbar.align.right": "Rechtsb\xFCndig",
|
|
356
|
+
"editor.toolbar.align.justify": "Blocksatz",
|
|
357
|
+
"editor.placeholder": "Schreiben, '/' f\xFCr Befehle eingeben\u2026",
|
|
358
|
+
"editor.toolbar.more_options": "Weitere Optionen"
|
|
280
359
|
};
|
|
281
360
|
|
|
282
361
|
// src/lang/en.json
|
|
@@ -505,7 +584,86 @@ var en_default = {
|
|
|
505
584
|
"pdf_viewer.loading": "Loading document\u2026",
|
|
506
585
|
"pdf_viewer.page_label": "Page {page} of {total}",
|
|
507
586
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
508
|
-
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
587
|
+
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.',
|
|
588
|
+
"editor.toolbar.block.text": "Text",
|
|
589
|
+
"editor.toolbar.block.heading_1": "Heading 1",
|
|
590
|
+
"editor.toolbar.block.heading_2": "Heading 2",
|
|
591
|
+
"editor.toolbar.block.heading_3": "Heading 3",
|
|
592
|
+
"editor.toolbar.block.heading_4": "Heading 4",
|
|
593
|
+
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
594
|
+
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
595
|
+
"editor.toolbar.block.task_list": "To-do list",
|
|
596
|
+
"editor.toolbar.block.blockquote": "Blockquote",
|
|
597
|
+
"editor.toolbar.block.code_block": "Code block",
|
|
598
|
+
"editor.toolbar.turn_into": "Turn into",
|
|
599
|
+
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
600
|
+
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
601
|
+
"editor.toolbar.bold": "Bold",
|
|
602
|
+
"editor.toolbar.italic": "Italic",
|
|
603
|
+
"editor.toolbar.underline": "Underline",
|
|
604
|
+
"editor.toolbar.strikethrough": "Strikethrough",
|
|
605
|
+
"editor.toolbar.code": "Code",
|
|
606
|
+
"editor.toolbar.superscript": "Superscript",
|
|
607
|
+
"editor.toolbar.subscript": "Subscript",
|
|
608
|
+
"editor.toolbar.link.save": "Save link",
|
|
609
|
+
"editor.toolbar.link.open": "Open link in new tab",
|
|
610
|
+
"editor.toolbar.link.edit": "Edit link",
|
|
611
|
+
"editor.toolbar.link.remove": "Remove link",
|
|
612
|
+
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
613
|
+
"editor.toolbar.undo": "Undo",
|
|
614
|
+
"editor.toolbar.redo": "Redo",
|
|
615
|
+
"editor.slash.group.ai": "AI",
|
|
616
|
+
"editor.slash.group.style": "Style",
|
|
617
|
+
"editor.slash.group.insert": "Insert",
|
|
618
|
+
"editor.slash.group.upload": "Upload",
|
|
619
|
+
"editor.slash.continue_writing": "Continue Writing",
|
|
620
|
+
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
621
|
+
"editor.slash.ask_ai": "Ask AI",
|
|
622
|
+
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
623
|
+
"editor.slash.text": "Text",
|
|
624
|
+
"editor.slash.text.subtext": "Regular text paragraph",
|
|
625
|
+
"editor.slash.heading_1": "Heading 1",
|
|
626
|
+
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
627
|
+
"editor.slash.heading_2": "Heading 2",
|
|
628
|
+
"editor.slash.heading_2.subtext": "Key section heading",
|
|
629
|
+
"editor.slash.heading_3": "Heading 3",
|
|
630
|
+
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
631
|
+
"editor.slash.bullet_list": "Bullet List",
|
|
632
|
+
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
633
|
+
"editor.slash.ordered_list": "Numbered List",
|
|
634
|
+
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
635
|
+
"editor.slash.task_list": "To-do list",
|
|
636
|
+
"editor.slash.task_list.subtext": "List with tasks",
|
|
637
|
+
"editor.slash.blockquote": "Blockquote",
|
|
638
|
+
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
639
|
+
"editor.slash.code_block": "Code Block",
|
|
640
|
+
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
641
|
+
"editor.slash.control": "Control",
|
|
642
|
+
"editor.slash.control.subtext": "Insert a control block",
|
|
643
|
+
"editor.slash.separator": "Separator",
|
|
644
|
+
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
645
|
+
"editor.slash.table": "Table",
|
|
646
|
+
"editor.slash.table.subtext": "Insert a table",
|
|
647
|
+
"editor.slash.toc": "Table of Contents",
|
|
648
|
+
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
649
|
+
"editor.slash.callout": "Callout",
|
|
650
|
+
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
651
|
+
"editor.slash.warning": "Warning",
|
|
652
|
+
"editor.slash.warning.subtext": "Warning callout block",
|
|
653
|
+
"editor.slash.formula": "Formula",
|
|
654
|
+
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
655
|
+
"editor.slash.image": "Image",
|
|
656
|
+
"editor.slash.image.subtext": "Resizable image with caption",
|
|
657
|
+
"editor.slash.filter_placeholder": "Filter...",
|
|
658
|
+
"editor.toolbar.table.insert": "Insert table",
|
|
659
|
+
"editor.toolbar.text_color": "Text color",
|
|
660
|
+
"editor.toolbar.highlight_color": "Highlight color",
|
|
661
|
+
"editor.toolbar.align.left": "Align left",
|
|
662
|
+
"editor.toolbar.align.center": "Align center",
|
|
663
|
+
"editor.toolbar.align.right": "Align right",
|
|
664
|
+
"editor.toolbar.align.justify": "Justify",
|
|
665
|
+
"editor.placeholder": "Write, type '/' for commands\u2026",
|
|
666
|
+
"editor.toolbar.more_options": "More options"
|
|
509
667
|
};
|
|
510
668
|
|
|
511
669
|
// src/loaders/index.ts
|
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-YNVLZSJJ.mjs";
|
|
6
|
+
import "./chunk-BDMF2P3B.mjs";
|
|
7
|
+
import "./chunk-KUIMUFXV.mjs";
|
|
8
|
+
import "./chunk-TL42QJGW.mjs";
|
|
9
|
+
import "./chunk-4YZVLMSD.mjs";
|
|
10
10
|
import "./chunk-TYEI7NWI.mjs";
|
|
11
11
|
import "./chunk-DWCWMJZD.mjs";
|
|
12
12
|
import "./chunk-DRJHB4YN.mjs";
|