@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
package/dist/index.js
CHANGED
|
@@ -300,7 +300,86 @@ var de_default = {
|
|
|
300
300
|
"pdf_viewer.error_hint": "Bitte versuche es erneut.",
|
|
301
301
|
"pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
|
|
302
302
|
"pdf_viewer.loading": "Dokument wird geladen\u2026",
|
|
303
|
-
"pdf_viewer.page_label": "Seite {page} von {total}"
|
|
303
|
+
"pdf_viewer.page_label": "Seite {page} von {total}",
|
|
304
|
+
"editor.toolbar.block.text": "Text",
|
|
305
|
+
"editor.toolbar.block.heading_1": "\xDCberschrift 1",
|
|
306
|
+
"editor.toolbar.block.heading_2": "\xDCberschrift 2",
|
|
307
|
+
"editor.toolbar.block.heading_3": "\xDCberschrift 3",
|
|
308
|
+
"editor.toolbar.block.heading_4": "\xDCberschrift 4",
|
|
309
|
+
"editor.toolbar.block.bullet_list": "Aufz\xE4hlung",
|
|
310
|
+
"editor.toolbar.block.ordered_list": "Nummerierte Liste",
|
|
311
|
+
"editor.toolbar.block.task_list": "Aufgabenliste",
|
|
312
|
+
"editor.toolbar.block.blockquote": "Zitat",
|
|
313
|
+
"editor.toolbar.block.code_block": "Codeblock",
|
|
314
|
+
"editor.toolbar.turn_into": "Umwandeln in",
|
|
315
|
+
"editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
|
|
316
|
+
"editor.toolbar.reset_formatting": "Formatierung zur\xFCcksetzen",
|
|
317
|
+
"editor.toolbar.bold": "Fett",
|
|
318
|
+
"editor.toolbar.italic": "Kursiv",
|
|
319
|
+
"editor.toolbar.underline": "Unterstrichen",
|
|
320
|
+
"editor.toolbar.strikethrough": "Durchgestrichen",
|
|
321
|
+
"editor.toolbar.code": "Code",
|
|
322
|
+
"editor.toolbar.superscript": "Hochgestellt",
|
|
323
|
+
"editor.toolbar.subscript": "Tiefgestellt",
|
|
324
|
+
"editor.toolbar.link.save": "Link speichern",
|
|
325
|
+
"editor.toolbar.link.open": "Link in neuem Tab \xF6ffnen",
|
|
326
|
+
"editor.toolbar.link.edit": "Link bearbeiten",
|
|
327
|
+
"editor.toolbar.link.remove": "Link entfernen",
|
|
328
|
+
"editor.toolbar.link.placeholder": "URL eingeben...",
|
|
329
|
+
"editor.toolbar.undo": "R\xFCckg\xE4ngig",
|
|
330
|
+
"editor.toolbar.redo": "Wiederholen",
|
|
331
|
+
"editor.slash.group.ai": "KI",
|
|
332
|
+
"editor.slash.group.style": "Formatierung",
|
|
333
|
+
"editor.slash.group.insert": "Einf\xFCgen",
|
|
334
|
+
"editor.slash.group.upload": "Hochladen",
|
|
335
|
+
"editor.slash.continue_writing": "Weiterschreiben",
|
|
336
|
+
"editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
|
|
337
|
+
"editor.slash.ask_ai": "KI fragen",
|
|
338
|
+
"editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
|
|
339
|
+
"editor.slash.text": "Text",
|
|
340
|
+
"editor.slash.text.subtext": "Normaler Textabsatz",
|
|
341
|
+
"editor.slash.heading_1": "\xDCberschrift 1",
|
|
342
|
+
"editor.slash.heading_1.subtext": "Haupt\xFCberschrift",
|
|
343
|
+
"editor.slash.heading_2": "\xDCberschrift 2",
|
|
344
|
+
"editor.slash.heading_2.subtext": "Abschnitts\xFCberschrift",
|
|
345
|
+
"editor.slash.heading_3": "\xDCberschrift 3",
|
|
346
|
+
"editor.slash.heading_3.subtext": "Unterabschnitts\xFCberschrift",
|
|
347
|
+
"editor.slash.bullet_list": "Aufz\xE4hlung",
|
|
348
|
+
"editor.slash.bullet_list.subtext": "Liste mit Aufz\xE4hlungspunkten",
|
|
349
|
+
"editor.slash.ordered_list": "Nummerierte Liste",
|
|
350
|
+
"editor.slash.ordered_list.subtext": "Liste mit Nummern",
|
|
351
|
+
"editor.slash.task_list": "Aufgabenliste",
|
|
352
|
+
"editor.slash.task_list.subtext": "Liste mit Aufgaben",
|
|
353
|
+
"editor.slash.blockquote": "Zitat",
|
|
354
|
+
"editor.slash.blockquote.subtext": "Zitatblock",
|
|
355
|
+
"editor.slash.code_block": "Codeblock",
|
|
356
|
+
"editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
|
|
357
|
+
"editor.slash.control": "Kontrolle",
|
|
358
|
+
"editor.slash.control.subtext": "Kontrollblock einf\xFCgen",
|
|
359
|
+
"editor.slash.separator": "Trennlinie",
|
|
360
|
+
"editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
|
|
361
|
+
"editor.slash.table": "Tabelle",
|
|
362
|
+
"editor.slash.table.subtext": "Tabelle einf\xFCgen",
|
|
363
|
+
"editor.slash.toc": "Inhaltsverzeichnis",
|
|
364
|
+
"editor.slash.toc.subtext": "Automatisch generierte \xDCberschriftenliste",
|
|
365
|
+
"editor.slash.callout": "Hinweis",
|
|
366
|
+
"editor.slash.callout.subtext": "Hervorgehobener Block f\xFCr wichtige Informationen",
|
|
367
|
+
"editor.slash.warning": "Warnung",
|
|
368
|
+
"editor.slash.warning.subtext": "Warnungsblock",
|
|
369
|
+
"editor.slash.formula": "Formel",
|
|
370
|
+
"editor.slash.formula.subtext": "LaTeX-Formelblock",
|
|
371
|
+
"editor.slash.image": "Bild",
|
|
372
|
+
"editor.slash.image.subtext": "Bild mit Gr\xF6\xDFenanpassung",
|
|
373
|
+
"editor.slash.filter_placeholder": "Filtern...",
|
|
374
|
+
"editor.toolbar.table.insert": "Tabelle einf\xFCgen",
|
|
375
|
+
"editor.toolbar.text_color": "Textfarbe",
|
|
376
|
+
"editor.toolbar.highlight_color": "Hervorhebungsfarbe",
|
|
377
|
+
"editor.toolbar.align.left": "Linksb\xFCndig",
|
|
378
|
+
"editor.toolbar.align.center": "Zentriert",
|
|
379
|
+
"editor.toolbar.align.right": "Rechtsb\xFCndig",
|
|
380
|
+
"editor.toolbar.align.justify": "Blocksatz",
|
|
381
|
+
"editor.placeholder": "Schreiben, '/' f\xFCr Befehle eingeben\u2026",
|
|
382
|
+
"editor.toolbar.more_options": "Weitere Optionen"
|
|
304
383
|
};
|
|
305
384
|
|
|
306
385
|
// src/lang/en.json
|
|
@@ -529,7 +608,86 @@ var en_default = {
|
|
|
529
608
|
"pdf_viewer.loading": "Loading document\u2026",
|
|
530
609
|
"pdf_viewer.page_label": "Page {page} of {total}",
|
|
531
610
|
"use_file_upload.file_exceeds_max": 'File "{name}" exceeds the maximum size of {max}.',
|
|
532
|
-
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.'
|
|
611
|
+
"use_file_upload.file_not_accepted": 'File "{name}" is not an accepted file type.',
|
|
612
|
+
"editor.toolbar.block.text": "Text",
|
|
613
|
+
"editor.toolbar.block.heading_1": "Heading 1",
|
|
614
|
+
"editor.toolbar.block.heading_2": "Heading 2",
|
|
615
|
+
"editor.toolbar.block.heading_3": "Heading 3",
|
|
616
|
+
"editor.toolbar.block.heading_4": "Heading 4",
|
|
617
|
+
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
618
|
+
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
619
|
+
"editor.toolbar.block.task_list": "To-do list",
|
|
620
|
+
"editor.toolbar.block.blockquote": "Blockquote",
|
|
621
|
+
"editor.toolbar.block.code_block": "Code block",
|
|
622
|
+
"editor.toolbar.turn_into": "Turn into",
|
|
623
|
+
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
624
|
+
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
625
|
+
"editor.toolbar.bold": "Bold",
|
|
626
|
+
"editor.toolbar.italic": "Italic",
|
|
627
|
+
"editor.toolbar.underline": "Underline",
|
|
628
|
+
"editor.toolbar.strikethrough": "Strikethrough",
|
|
629
|
+
"editor.toolbar.code": "Code",
|
|
630
|
+
"editor.toolbar.superscript": "Superscript",
|
|
631
|
+
"editor.toolbar.subscript": "Subscript",
|
|
632
|
+
"editor.toolbar.link.save": "Save link",
|
|
633
|
+
"editor.toolbar.link.open": "Open link in new tab",
|
|
634
|
+
"editor.toolbar.link.edit": "Edit link",
|
|
635
|
+
"editor.toolbar.link.remove": "Remove link",
|
|
636
|
+
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
637
|
+
"editor.toolbar.undo": "Undo",
|
|
638
|
+
"editor.toolbar.redo": "Redo",
|
|
639
|
+
"editor.slash.group.ai": "AI",
|
|
640
|
+
"editor.slash.group.style": "Style",
|
|
641
|
+
"editor.slash.group.insert": "Insert",
|
|
642
|
+
"editor.slash.group.upload": "Upload",
|
|
643
|
+
"editor.slash.continue_writing": "Continue Writing",
|
|
644
|
+
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
645
|
+
"editor.slash.ask_ai": "Ask AI",
|
|
646
|
+
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
647
|
+
"editor.slash.text": "Text",
|
|
648
|
+
"editor.slash.text.subtext": "Regular text paragraph",
|
|
649
|
+
"editor.slash.heading_1": "Heading 1",
|
|
650
|
+
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
651
|
+
"editor.slash.heading_2": "Heading 2",
|
|
652
|
+
"editor.slash.heading_2.subtext": "Key section heading",
|
|
653
|
+
"editor.slash.heading_3": "Heading 3",
|
|
654
|
+
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
655
|
+
"editor.slash.bullet_list": "Bullet List",
|
|
656
|
+
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
657
|
+
"editor.slash.ordered_list": "Numbered List",
|
|
658
|
+
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
659
|
+
"editor.slash.task_list": "To-do list",
|
|
660
|
+
"editor.slash.task_list.subtext": "List with tasks",
|
|
661
|
+
"editor.slash.blockquote": "Blockquote",
|
|
662
|
+
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
663
|
+
"editor.slash.code_block": "Code Block",
|
|
664
|
+
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
665
|
+
"editor.slash.control": "Control",
|
|
666
|
+
"editor.slash.control.subtext": "Insert a control block",
|
|
667
|
+
"editor.slash.separator": "Separator",
|
|
668
|
+
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
669
|
+
"editor.slash.table": "Table",
|
|
670
|
+
"editor.slash.table.subtext": "Insert a table",
|
|
671
|
+
"editor.slash.toc": "Table of Contents",
|
|
672
|
+
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
673
|
+
"editor.slash.callout": "Callout",
|
|
674
|
+
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
675
|
+
"editor.slash.warning": "Warning",
|
|
676
|
+
"editor.slash.warning.subtext": "Warning callout block",
|
|
677
|
+
"editor.slash.formula": "Formula",
|
|
678
|
+
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
679
|
+
"editor.slash.image": "Image",
|
|
680
|
+
"editor.slash.image.subtext": "Resizable image with caption",
|
|
681
|
+
"editor.slash.filter_placeholder": "Filter...",
|
|
682
|
+
"editor.toolbar.table.insert": "Insert table",
|
|
683
|
+
"editor.toolbar.text_color": "Text color",
|
|
684
|
+
"editor.toolbar.highlight_color": "Highlight color",
|
|
685
|
+
"editor.toolbar.align.left": "Align left",
|
|
686
|
+
"editor.toolbar.align.center": "Align center",
|
|
687
|
+
"editor.toolbar.align.right": "Align right",
|
|
688
|
+
"editor.toolbar.align.justify": "Justify",
|
|
689
|
+
"editor.placeholder": "Write, type '/' for commands\u2026",
|
|
690
|
+
"editor.toolbar.more_options": "More options"
|
|
533
691
|
};
|
|
534
692
|
|
|
535
693
|
// src/loaders/index.ts
|
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-YNVLZSJJ.mjs";
|
|
5
|
+
import "./chunk-BDMF2P3B.mjs";
|
|
6
|
+
import "./chunk-KUIMUFXV.mjs";
|
|
7
|
+
import "./chunk-TL42QJGW.mjs";
|
|
8
|
+
import "./chunk-4YZVLMSD.mjs";
|
|
9
9
|
import "./chunk-TYEI7NWI.mjs";
|
|
10
10
|
import {
|
|
11
11
|
useSafeIntl
|
package/dist/lang/de.d.mts
CHANGED
|
@@ -242,7 +242,86 @@ var de = {
|
|
|
242
242
|
"pdf_viewer.error_hint": "Bitte versuche es erneut.",
|
|
243
243
|
"pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
|
|
244
244
|
"pdf_viewer.loading": "Dokument wird geladen…",
|
|
245
|
-
"pdf_viewer.page_label": "Seite {page} von {total}"
|
|
245
|
+
"pdf_viewer.page_label": "Seite {page} von {total}",
|
|
246
|
+
"editor.toolbar.block.text": "Text",
|
|
247
|
+
"editor.toolbar.block.heading_1": "Überschrift 1",
|
|
248
|
+
"editor.toolbar.block.heading_2": "Überschrift 2",
|
|
249
|
+
"editor.toolbar.block.heading_3": "Überschrift 3",
|
|
250
|
+
"editor.toolbar.block.heading_4": "Überschrift 4",
|
|
251
|
+
"editor.toolbar.block.bullet_list": "Aufzählung",
|
|
252
|
+
"editor.toolbar.block.ordered_list": "Nummerierte Liste",
|
|
253
|
+
"editor.toolbar.block.task_list": "Aufgabenliste",
|
|
254
|
+
"editor.toolbar.block.blockquote": "Zitat",
|
|
255
|
+
"editor.toolbar.block.code_block": "Codeblock",
|
|
256
|
+
"editor.toolbar.turn_into": "Umwandeln in",
|
|
257
|
+
"editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
|
|
258
|
+
"editor.toolbar.reset_formatting": "Formatierung zurücksetzen",
|
|
259
|
+
"editor.toolbar.bold": "Fett",
|
|
260
|
+
"editor.toolbar.italic": "Kursiv",
|
|
261
|
+
"editor.toolbar.underline": "Unterstrichen",
|
|
262
|
+
"editor.toolbar.strikethrough": "Durchgestrichen",
|
|
263
|
+
"editor.toolbar.code": "Code",
|
|
264
|
+
"editor.toolbar.superscript": "Hochgestellt",
|
|
265
|
+
"editor.toolbar.subscript": "Tiefgestellt",
|
|
266
|
+
"editor.toolbar.link.save": "Link speichern",
|
|
267
|
+
"editor.toolbar.link.open": "Link in neuem Tab öffnen",
|
|
268
|
+
"editor.toolbar.link.edit": "Link bearbeiten",
|
|
269
|
+
"editor.toolbar.link.remove": "Link entfernen",
|
|
270
|
+
"editor.toolbar.link.placeholder": "URL eingeben...",
|
|
271
|
+
"editor.toolbar.undo": "Rückgängig",
|
|
272
|
+
"editor.toolbar.redo": "Wiederholen",
|
|
273
|
+
"editor.slash.group.ai": "KI",
|
|
274
|
+
"editor.slash.group.style": "Formatierung",
|
|
275
|
+
"editor.slash.group.insert": "Einfügen",
|
|
276
|
+
"editor.slash.group.upload": "Hochladen",
|
|
277
|
+
"editor.slash.continue_writing": "Weiterschreiben",
|
|
278
|
+
"editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
|
|
279
|
+
"editor.slash.ask_ai": "KI fragen",
|
|
280
|
+
"editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
|
|
281
|
+
"editor.slash.text": "Text",
|
|
282
|
+
"editor.slash.text.subtext": "Normaler Textabsatz",
|
|
283
|
+
"editor.slash.heading_1": "Überschrift 1",
|
|
284
|
+
"editor.slash.heading_1.subtext": "Hauptüberschrift",
|
|
285
|
+
"editor.slash.heading_2": "Überschrift 2",
|
|
286
|
+
"editor.slash.heading_2.subtext": "Abschnittsüberschrift",
|
|
287
|
+
"editor.slash.heading_3": "Überschrift 3",
|
|
288
|
+
"editor.slash.heading_3.subtext": "Unterabschnittsüberschrift",
|
|
289
|
+
"editor.slash.bullet_list": "Aufzählung",
|
|
290
|
+
"editor.slash.bullet_list.subtext": "Liste mit Aufzählungspunkten",
|
|
291
|
+
"editor.slash.ordered_list": "Nummerierte Liste",
|
|
292
|
+
"editor.slash.ordered_list.subtext": "Liste mit Nummern",
|
|
293
|
+
"editor.slash.task_list": "Aufgabenliste",
|
|
294
|
+
"editor.slash.task_list.subtext": "Liste mit Aufgaben",
|
|
295
|
+
"editor.slash.blockquote": "Zitat",
|
|
296
|
+
"editor.slash.blockquote.subtext": "Zitatblock",
|
|
297
|
+
"editor.slash.code_block": "Codeblock",
|
|
298
|
+
"editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
|
|
299
|
+
"editor.slash.control": "Kontrolle",
|
|
300
|
+
"editor.slash.control.subtext": "Kontrollblock einfügen",
|
|
301
|
+
"editor.slash.separator": "Trennlinie",
|
|
302
|
+
"editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
|
|
303
|
+
"editor.slash.table": "Tabelle",
|
|
304
|
+
"editor.slash.table.subtext": "Tabelle einfügen",
|
|
305
|
+
"editor.slash.toc": "Inhaltsverzeichnis",
|
|
306
|
+
"editor.slash.toc.subtext": "Automatisch generierte Überschriftenliste",
|
|
307
|
+
"editor.slash.callout": "Hinweis",
|
|
308
|
+
"editor.slash.callout.subtext": "Hervorgehobener Block für wichtige Informationen",
|
|
309
|
+
"editor.slash.warning": "Warnung",
|
|
310
|
+
"editor.slash.warning.subtext": "Warnungsblock",
|
|
311
|
+
"editor.slash.formula": "Formel",
|
|
312
|
+
"editor.slash.formula.subtext": "LaTeX-Formelblock",
|
|
313
|
+
"editor.slash.image": "Bild",
|
|
314
|
+
"editor.slash.image.subtext": "Bild mit Größenanpassung",
|
|
315
|
+
"editor.slash.filter_placeholder": "Filtern...",
|
|
316
|
+
"editor.toolbar.table.insert": "Tabelle einfügen",
|
|
317
|
+
"editor.toolbar.text_color": "Textfarbe",
|
|
318
|
+
"editor.toolbar.highlight_color": "Hervorhebungsfarbe",
|
|
319
|
+
"editor.toolbar.align.left": "Linksbündig",
|
|
320
|
+
"editor.toolbar.align.center": "Zentriert",
|
|
321
|
+
"editor.toolbar.align.right": "Rechtsbündig",
|
|
322
|
+
"editor.toolbar.align.justify": "Blocksatz",
|
|
323
|
+
"editor.placeholder": "Schreiben, '/' für Befehle eingeben…",
|
|
324
|
+
"editor.toolbar.more_options": "Weitere Optionen"
|
|
246
325
|
};
|
|
247
326
|
|
|
248
327
|
export { de as default };
|
package/dist/lang/de.d.ts
CHANGED
|
@@ -242,7 +242,86 @@ var de = {
|
|
|
242
242
|
"pdf_viewer.error_hint": "Bitte versuche es erneut.",
|
|
243
243
|
"pdf_viewer.error_title": "Beim Laden des Dokuments ist ein Fehler aufgetreten.",
|
|
244
244
|
"pdf_viewer.loading": "Dokument wird geladen…",
|
|
245
|
-
"pdf_viewer.page_label": "Seite {page} von {total}"
|
|
245
|
+
"pdf_viewer.page_label": "Seite {page} von {total}",
|
|
246
|
+
"editor.toolbar.block.text": "Text",
|
|
247
|
+
"editor.toolbar.block.heading_1": "Überschrift 1",
|
|
248
|
+
"editor.toolbar.block.heading_2": "Überschrift 2",
|
|
249
|
+
"editor.toolbar.block.heading_3": "Überschrift 3",
|
|
250
|
+
"editor.toolbar.block.heading_4": "Überschrift 4",
|
|
251
|
+
"editor.toolbar.block.bullet_list": "Aufzählung",
|
|
252
|
+
"editor.toolbar.block.ordered_list": "Nummerierte Liste",
|
|
253
|
+
"editor.toolbar.block.task_list": "Aufgabenliste",
|
|
254
|
+
"editor.toolbar.block.blockquote": "Zitat",
|
|
255
|
+
"editor.toolbar.block.code_block": "Codeblock",
|
|
256
|
+
"editor.toolbar.turn_into": "Umwandeln in",
|
|
257
|
+
"editor.toolbar.turn_into_current": "Umwandeln in (aktuell: {current})",
|
|
258
|
+
"editor.toolbar.reset_formatting": "Formatierung zurücksetzen",
|
|
259
|
+
"editor.toolbar.bold": "Fett",
|
|
260
|
+
"editor.toolbar.italic": "Kursiv",
|
|
261
|
+
"editor.toolbar.underline": "Unterstrichen",
|
|
262
|
+
"editor.toolbar.strikethrough": "Durchgestrichen",
|
|
263
|
+
"editor.toolbar.code": "Code",
|
|
264
|
+
"editor.toolbar.superscript": "Hochgestellt",
|
|
265
|
+
"editor.toolbar.subscript": "Tiefgestellt",
|
|
266
|
+
"editor.toolbar.link.save": "Link speichern",
|
|
267
|
+
"editor.toolbar.link.open": "Link in neuem Tab öffnen",
|
|
268
|
+
"editor.toolbar.link.edit": "Link bearbeiten",
|
|
269
|
+
"editor.toolbar.link.remove": "Link entfernen",
|
|
270
|
+
"editor.toolbar.link.placeholder": "URL eingeben...",
|
|
271
|
+
"editor.toolbar.undo": "Rückgängig",
|
|
272
|
+
"editor.toolbar.redo": "Wiederholen",
|
|
273
|
+
"editor.slash.group.ai": "KI",
|
|
274
|
+
"editor.slash.group.style": "Formatierung",
|
|
275
|
+
"editor.slash.group.insert": "Einfügen",
|
|
276
|
+
"editor.slash.group.upload": "Hochladen",
|
|
277
|
+
"editor.slash.continue_writing": "Weiterschreiben",
|
|
278
|
+
"editor.slash.continue_writing.subtext": "Ab der aktuellen Position weiterschreiben",
|
|
279
|
+
"editor.slash.ask_ai": "KI fragen",
|
|
280
|
+
"editor.slash.ask_ai.subtext": "KI-generierten Inhalt erstellen",
|
|
281
|
+
"editor.slash.text": "Text",
|
|
282
|
+
"editor.slash.text.subtext": "Normaler Textabsatz",
|
|
283
|
+
"editor.slash.heading_1": "Überschrift 1",
|
|
284
|
+
"editor.slash.heading_1.subtext": "Hauptüberschrift",
|
|
285
|
+
"editor.slash.heading_2": "Überschrift 2",
|
|
286
|
+
"editor.slash.heading_2.subtext": "Abschnittsüberschrift",
|
|
287
|
+
"editor.slash.heading_3": "Überschrift 3",
|
|
288
|
+
"editor.slash.heading_3.subtext": "Unterabschnittsüberschrift",
|
|
289
|
+
"editor.slash.bullet_list": "Aufzählung",
|
|
290
|
+
"editor.slash.bullet_list.subtext": "Liste mit Aufzählungspunkten",
|
|
291
|
+
"editor.slash.ordered_list": "Nummerierte Liste",
|
|
292
|
+
"editor.slash.ordered_list.subtext": "Liste mit Nummern",
|
|
293
|
+
"editor.slash.task_list": "Aufgabenliste",
|
|
294
|
+
"editor.slash.task_list.subtext": "Liste mit Aufgaben",
|
|
295
|
+
"editor.slash.blockquote": "Zitat",
|
|
296
|
+
"editor.slash.blockquote.subtext": "Zitatblock",
|
|
297
|
+
"editor.slash.code_block": "Codeblock",
|
|
298
|
+
"editor.slash.code_block.subtext": "Codeblock mit Syntaxhervorhebung",
|
|
299
|
+
"editor.slash.control": "Kontrolle",
|
|
300
|
+
"editor.slash.control.subtext": "Kontrollblock einfügen",
|
|
301
|
+
"editor.slash.separator": "Trennlinie",
|
|
302
|
+
"editor.slash.separator.subtext": "Horizontale Linie zur Trennung",
|
|
303
|
+
"editor.slash.table": "Tabelle",
|
|
304
|
+
"editor.slash.table.subtext": "Tabelle einfügen",
|
|
305
|
+
"editor.slash.toc": "Inhaltsverzeichnis",
|
|
306
|
+
"editor.slash.toc.subtext": "Automatisch generierte Überschriftenliste",
|
|
307
|
+
"editor.slash.callout": "Hinweis",
|
|
308
|
+
"editor.slash.callout.subtext": "Hervorgehobener Block für wichtige Informationen",
|
|
309
|
+
"editor.slash.warning": "Warnung",
|
|
310
|
+
"editor.slash.warning.subtext": "Warnungsblock",
|
|
311
|
+
"editor.slash.formula": "Formel",
|
|
312
|
+
"editor.slash.formula.subtext": "LaTeX-Formelblock",
|
|
313
|
+
"editor.slash.image": "Bild",
|
|
314
|
+
"editor.slash.image.subtext": "Bild mit Größenanpassung",
|
|
315
|
+
"editor.slash.filter_placeholder": "Filtern...",
|
|
316
|
+
"editor.toolbar.table.insert": "Tabelle einfügen",
|
|
317
|
+
"editor.toolbar.text_color": "Textfarbe",
|
|
318
|
+
"editor.toolbar.highlight_color": "Hervorhebungsfarbe",
|
|
319
|
+
"editor.toolbar.align.left": "Linksbündig",
|
|
320
|
+
"editor.toolbar.align.center": "Zentriert",
|
|
321
|
+
"editor.toolbar.align.right": "Rechtsbündig",
|
|
322
|
+
"editor.toolbar.align.justify": "Blocksatz",
|
|
323
|
+
"editor.placeholder": "Schreiben, '/' für Befehle eingeben…",
|
|
324
|
+
"editor.toolbar.more_options": "Weitere Optionen"
|
|
246
325
|
};
|
|
247
326
|
|
|
248
327
|
export { de as default };
|
package/dist/lang/de.js
CHANGED
|
@@ -245,5 +245,84 @@ 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
|
};
|
package/dist/lang/de.mjs
CHANGED
package/dist/lang/en.d.mts
CHANGED
|
@@ -223,7 +223,86 @@ var en = {
|
|
|
223
223
|
"pdf_viewer.loading": "Loading document…",
|
|
224
224
|
"pdf_viewer.page_label": "Page {page} of {total}",
|
|
225
225
|
"use_file_upload.file_exceeds_max": "File \"{name}\" exceeds the maximum size of {max}.",
|
|
226
|
-
"use_file_upload.file_not_accepted": "File \"{name}\" is not an accepted file type."
|
|
226
|
+
"use_file_upload.file_not_accepted": "File \"{name}\" is not an accepted file type.",
|
|
227
|
+
"editor.toolbar.block.text": "Text",
|
|
228
|
+
"editor.toolbar.block.heading_1": "Heading 1",
|
|
229
|
+
"editor.toolbar.block.heading_2": "Heading 2",
|
|
230
|
+
"editor.toolbar.block.heading_3": "Heading 3",
|
|
231
|
+
"editor.toolbar.block.heading_4": "Heading 4",
|
|
232
|
+
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
233
|
+
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
234
|
+
"editor.toolbar.block.task_list": "To-do list",
|
|
235
|
+
"editor.toolbar.block.blockquote": "Blockquote",
|
|
236
|
+
"editor.toolbar.block.code_block": "Code block",
|
|
237
|
+
"editor.toolbar.turn_into": "Turn into",
|
|
238
|
+
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
239
|
+
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
240
|
+
"editor.toolbar.bold": "Bold",
|
|
241
|
+
"editor.toolbar.italic": "Italic",
|
|
242
|
+
"editor.toolbar.underline": "Underline",
|
|
243
|
+
"editor.toolbar.strikethrough": "Strikethrough",
|
|
244
|
+
"editor.toolbar.code": "Code",
|
|
245
|
+
"editor.toolbar.superscript": "Superscript",
|
|
246
|
+
"editor.toolbar.subscript": "Subscript",
|
|
247
|
+
"editor.toolbar.link.save": "Save link",
|
|
248
|
+
"editor.toolbar.link.open": "Open link in new tab",
|
|
249
|
+
"editor.toolbar.link.edit": "Edit link",
|
|
250
|
+
"editor.toolbar.link.remove": "Remove link",
|
|
251
|
+
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
252
|
+
"editor.toolbar.undo": "Undo",
|
|
253
|
+
"editor.toolbar.redo": "Redo",
|
|
254
|
+
"editor.slash.group.ai": "AI",
|
|
255
|
+
"editor.slash.group.style": "Style",
|
|
256
|
+
"editor.slash.group.insert": "Insert",
|
|
257
|
+
"editor.slash.group.upload": "Upload",
|
|
258
|
+
"editor.slash.continue_writing": "Continue Writing",
|
|
259
|
+
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
260
|
+
"editor.slash.ask_ai": "Ask AI",
|
|
261
|
+
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
262
|
+
"editor.slash.text": "Text",
|
|
263
|
+
"editor.slash.text.subtext": "Regular text paragraph",
|
|
264
|
+
"editor.slash.heading_1": "Heading 1",
|
|
265
|
+
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
266
|
+
"editor.slash.heading_2": "Heading 2",
|
|
267
|
+
"editor.slash.heading_2.subtext": "Key section heading",
|
|
268
|
+
"editor.slash.heading_3": "Heading 3",
|
|
269
|
+
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
270
|
+
"editor.slash.bullet_list": "Bullet List",
|
|
271
|
+
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
272
|
+
"editor.slash.ordered_list": "Numbered List",
|
|
273
|
+
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
274
|
+
"editor.slash.task_list": "To-do list",
|
|
275
|
+
"editor.slash.task_list.subtext": "List with tasks",
|
|
276
|
+
"editor.slash.blockquote": "Blockquote",
|
|
277
|
+
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
278
|
+
"editor.slash.code_block": "Code Block",
|
|
279
|
+
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
280
|
+
"editor.slash.control": "Control",
|
|
281
|
+
"editor.slash.control.subtext": "Insert a control block",
|
|
282
|
+
"editor.slash.separator": "Separator",
|
|
283
|
+
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
284
|
+
"editor.slash.table": "Table",
|
|
285
|
+
"editor.slash.table.subtext": "Insert a table",
|
|
286
|
+
"editor.slash.toc": "Table of Contents",
|
|
287
|
+
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
288
|
+
"editor.slash.callout": "Callout",
|
|
289
|
+
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
290
|
+
"editor.slash.warning": "Warning",
|
|
291
|
+
"editor.slash.warning.subtext": "Warning callout block",
|
|
292
|
+
"editor.slash.formula": "Formula",
|
|
293
|
+
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
294
|
+
"editor.slash.image": "Image",
|
|
295
|
+
"editor.slash.image.subtext": "Resizable image with caption",
|
|
296
|
+
"editor.slash.filter_placeholder": "Filter...",
|
|
297
|
+
"editor.toolbar.table.insert": "Insert table",
|
|
298
|
+
"editor.toolbar.text_color": "Text color",
|
|
299
|
+
"editor.toolbar.highlight_color": "Highlight color",
|
|
300
|
+
"editor.toolbar.align.left": "Align left",
|
|
301
|
+
"editor.toolbar.align.center": "Align center",
|
|
302
|
+
"editor.toolbar.align.right": "Align right",
|
|
303
|
+
"editor.toolbar.align.justify": "Justify",
|
|
304
|
+
"editor.placeholder": "Write, type '/' for commands…",
|
|
305
|
+
"editor.toolbar.more_options": "More options"
|
|
227
306
|
};
|
|
228
307
|
|
|
229
308
|
export { en as default };
|
package/dist/lang/en.d.ts
CHANGED
|
@@ -223,7 +223,86 @@ var en = {
|
|
|
223
223
|
"pdf_viewer.loading": "Loading document…",
|
|
224
224
|
"pdf_viewer.page_label": "Page {page} of {total}",
|
|
225
225
|
"use_file_upload.file_exceeds_max": "File \"{name}\" exceeds the maximum size of {max}.",
|
|
226
|
-
"use_file_upload.file_not_accepted": "File \"{name}\" is not an accepted file type."
|
|
226
|
+
"use_file_upload.file_not_accepted": "File \"{name}\" is not an accepted file type.",
|
|
227
|
+
"editor.toolbar.block.text": "Text",
|
|
228
|
+
"editor.toolbar.block.heading_1": "Heading 1",
|
|
229
|
+
"editor.toolbar.block.heading_2": "Heading 2",
|
|
230
|
+
"editor.toolbar.block.heading_3": "Heading 3",
|
|
231
|
+
"editor.toolbar.block.heading_4": "Heading 4",
|
|
232
|
+
"editor.toolbar.block.bullet_list": "Bulleted list",
|
|
233
|
+
"editor.toolbar.block.ordered_list": "Numbered list",
|
|
234
|
+
"editor.toolbar.block.task_list": "To-do list",
|
|
235
|
+
"editor.toolbar.block.blockquote": "Blockquote",
|
|
236
|
+
"editor.toolbar.block.code_block": "Code block",
|
|
237
|
+
"editor.toolbar.turn_into": "Turn into",
|
|
238
|
+
"editor.toolbar.turn_into_current": "Turn into (current: {current})",
|
|
239
|
+
"editor.toolbar.reset_formatting": "Reset formatting",
|
|
240
|
+
"editor.toolbar.bold": "Bold",
|
|
241
|
+
"editor.toolbar.italic": "Italic",
|
|
242
|
+
"editor.toolbar.underline": "Underline",
|
|
243
|
+
"editor.toolbar.strikethrough": "Strikethrough",
|
|
244
|
+
"editor.toolbar.code": "Code",
|
|
245
|
+
"editor.toolbar.superscript": "Superscript",
|
|
246
|
+
"editor.toolbar.subscript": "Subscript",
|
|
247
|
+
"editor.toolbar.link.save": "Save link",
|
|
248
|
+
"editor.toolbar.link.open": "Open link in new tab",
|
|
249
|
+
"editor.toolbar.link.edit": "Edit link",
|
|
250
|
+
"editor.toolbar.link.remove": "Remove link",
|
|
251
|
+
"editor.toolbar.link.placeholder": "Enter URL...",
|
|
252
|
+
"editor.toolbar.undo": "Undo",
|
|
253
|
+
"editor.toolbar.redo": "Redo",
|
|
254
|
+
"editor.slash.group.ai": "AI",
|
|
255
|
+
"editor.slash.group.style": "Style",
|
|
256
|
+
"editor.slash.group.insert": "Insert",
|
|
257
|
+
"editor.slash.group.upload": "Upload",
|
|
258
|
+
"editor.slash.continue_writing": "Continue Writing",
|
|
259
|
+
"editor.slash.continue_writing.subtext": "Continue writing from the current position",
|
|
260
|
+
"editor.slash.ask_ai": "Ask AI",
|
|
261
|
+
"editor.slash.ask_ai.subtext": "Ask AI to generate content",
|
|
262
|
+
"editor.slash.text": "Text",
|
|
263
|
+
"editor.slash.text.subtext": "Regular text paragraph",
|
|
264
|
+
"editor.slash.heading_1": "Heading 1",
|
|
265
|
+
"editor.slash.heading_1.subtext": "Top-level heading",
|
|
266
|
+
"editor.slash.heading_2": "Heading 2",
|
|
267
|
+
"editor.slash.heading_2.subtext": "Key section heading",
|
|
268
|
+
"editor.slash.heading_3": "Heading 3",
|
|
269
|
+
"editor.slash.heading_3.subtext": "Subsection and group heading",
|
|
270
|
+
"editor.slash.bullet_list": "Bullet List",
|
|
271
|
+
"editor.slash.bullet_list.subtext": "List with unordered items",
|
|
272
|
+
"editor.slash.ordered_list": "Numbered List",
|
|
273
|
+
"editor.slash.ordered_list.subtext": "List with ordered items",
|
|
274
|
+
"editor.slash.task_list": "To-do list",
|
|
275
|
+
"editor.slash.task_list.subtext": "List with tasks",
|
|
276
|
+
"editor.slash.blockquote": "Blockquote",
|
|
277
|
+
"editor.slash.blockquote.subtext": "Blockquote block",
|
|
278
|
+
"editor.slash.code_block": "Code Block",
|
|
279
|
+
"editor.slash.code_block.subtext": "Code block with syntax highlighting",
|
|
280
|
+
"editor.slash.control": "Control",
|
|
281
|
+
"editor.slash.control.subtext": "Insert a control block",
|
|
282
|
+
"editor.slash.separator": "Separator",
|
|
283
|
+
"editor.slash.separator.subtext": "Horizontal line to separate content",
|
|
284
|
+
"editor.slash.table": "Table",
|
|
285
|
+
"editor.slash.table.subtext": "Insert a table",
|
|
286
|
+
"editor.slash.toc": "Table of Contents",
|
|
287
|
+
"editor.slash.toc.subtext": "Auto-generated list of headings",
|
|
288
|
+
"editor.slash.callout": "Callout",
|
|
289
|
+
"editor.slash.callout.subtext": "Highlighted block for important information",
|
|
290
|
+
"editor.slash.warning": "Warning",
|
|
291
|
+
"editor.slash.warning.subtext": "Warning callout block",
|
|
292
|
+
"editor.slash.formula": "Formula",
|
|
293
|
+
"editor.slash.formula.subtext": "LaTeX math formula block",
|
|
294
|
+
"editor.slash.image": "Image",
|
|
295
|
+
"editor.slash.image.subtext": "Resizable image with caption",
|
|
296
|
+
"editor.slash.filter_placeholder": "Filter...",
|
|
297
|
+
"editor.toolbar.table.insert": "Insert table",
|
|
298
|
+
"editor.toolbar.text_color": "Text color",
|
|
299
|
+
"editor.toolbar.highlight_color": "Highlight color",
|
|
300
|
+
"editor.toolbar.align.left": "Align left",
|
|
301
|
+
"editor.toolbar.align.center": "Align center",
|
|
302
|
+
"editor.toolbar.align.right": "Align right",
|
|
303
|
+
"editor.toolbar.align.justify": "Justify",
|
|
304
|
+
"editor.placeholder": "Write, type '/' for commands…",
|
|
305
|
+
"editor.toolbar.more_options": "More options"
|
|
227
306
|
};
|
|
228
307
|
|
|
229
308
|
export { en as default };
|