Files
2d26c74874 feat(text-editor): add highlight, subscript, superscript and mathematics toolbar actions (#10627)
* feat(text-editor): add highlight action

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* feat(text-editor): add subscript and superscript actions

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* feat(text-editor): add mathematics inline and block actions

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add mathematics and katex dependencies

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): fix eslint strict-boolean-expressions in mathematics extension

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): change max-width of toolbar to display all icons correctly

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add subscript and superscript as direct dependencies

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* chore(text-editor): add missing locale keys for new text editor actions [temp, AI-generated]

Adds placeholder translations (English fallback) for Highlight, Subscript,  Superscript, Mathematics, and MathematicsBlock to all non-English locale files. Translations are not reviewed and should be replaced by a native speaker.

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

* fix(text-editor): fix subscript/superscript serialization and extension placement

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>

---------

Signed-off-by: ComputerCrack <github.compacter838@simplelogin.com>
Co-authored-by: ComputerCrack <github.compacter838@simplelogin.com>
2026-03-19 09:51:24 +07:00

91 lines
3.4 KiB
JSON

{
"string": {
"TableOfContents": "Inhaltsverzeichnis",
"Suggested": "NLICHE",
"NoItems": "Keine Artikel",
"EditorPlaceholder": "Fang an zu tippen...",
"Edit": "Bearbeiten",
"Bold": "Kühn",
"Italic": "Kursiv",
"Strikethrough": "Durchgestrichen",
"Link": "Verknüpfen",
"Save": "Speichern",
"OrderedList": "Geordnete Liste",
"BulletedList": "Aufgelistete Liste",
"Blockquote": "Blockquote",
"Code": "Codes",
"CodeBlock": "Codeblock",
"Note": "Notiz",
"ConfigureNote": "Anpassen einer Notiz",
"Set": "Festlegen",
"Update": "Update",
"Remove": "Entfernen",
"NotePlaceholder": "Fügen Sie eine Notiz hinzu...",
"SampleText": "Beispieltext",
"Send": "Senden",
"Attach": "Befestigen",
"TextStyle": "Textstil",
"Emoji": "Emoji",
"GIF": "GIF",
"Mention": "Erwähnen",
"Underlined": "Unterstrichen",
"AlignCenter": "Zentrieren ausrichten",
"AlignLeft": "Nach links ausrichten",
"AlignRight": "Nach rechts ausrichten",
"Download": "Herunterladen",
"ViewImage": "Bild anzeigen",
"ViewOriginal": "Original ansehen",
"MoreActions": "Zusätzliche Aktionen",
"FullDescription": "Objektbeschreibung",
"NoFullDescription": "Keine vollständige Beschreibung",
"EnableDiffMode": "Vergleichsmodus",
"AddColumnBefore": "Spalte vorher hinzufügen",
"AddColumnAfter": "Spalte nach hinzufügen",
"DeleteColumn": "Spalte löschen",
"AddRowBefore": "Zeile vorher hinzufügen",
"AddRowAfter": "Zeile danach hinzufügen",
"DeleteRow": "Zeile löschen",
"DeleteTable": "Tabelle löschen",
"MergeCells": "Zellen verbinden",
"SplitCells": "Zellen teilen",
"Duplicate": "Doppelt",
"CategoryRow": "Zeilen",
"CategoryColumn": "Spalten",
"CategoryCell": "Zellen",
"Table": "Tabelle",
"InsertTable": "Tabelle einfügen",
"TableOptions": "Tabelle anpassen",
"SelectTable": "Tabelle auswählen",
"Width": "Breite",
"Height": "Höhe",
"Unset": "Nicht eingestellt",
"Image": "Bild",
"SeparatorLine": "Trennungslinie",
"TodoList": "Aufgabenliste",
"DrawingBoard": "Reißbrett",
"MermaidDiargram": "Diagramm",
"Comment": "Ein Kommentar",
"AddComment": "Kommentar hinzufügen",
"AddCommentPlaceholder": "Fügen Sie einen Kommentar hinzu...",
"SetCellHighlightColor": "Zellfarbe ändern",
"SetTextColor": "Textfarbe ändern",
"RefreshTable": "Tabelle aktualisieren",
"ShowDiff": "Unterschiede anzeigen",
"SeeOriginalData": "Originaldaten anzeigen",
"CategoryVersioning": "Versionierung",
"TableDiffLabel": "Tabellenänderungen",
"TableRefreshConfirmationLabel": "Tabellenaktualisierung bestätigen",
"ConvertToLinkPreview": "Als Link anzeigen",
"ConvertToEmbedPreview": "Als Inhaltsvorschau anzeigen",
"UnableToLoadEmbeddedContent": "Die Linkvorschau konnte aufgrund von Berechtigungseinstellungen oder nicht unterstütztem Inhalt nicht geladen werden",
"CannotConnectToCollaborationService": "Kann keine Verbindung zum Kollaborationsdienst herstellen",
"SourceURL": "Quell-URL",
"SelectedDocuments": "Ausgewählte Dokumente ({count, plural, =1 {1 Element} other {# Elemente}})",
"Highlight": "Highlight",
"Subscript": "Subscript",
"Superscript": "Superscript",
"Mathematics": "MathematiK",
"MathematicsBlock": "Mathematik Block"
}
}