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

82 lines
3.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"string": {
"TableOfContents": "Table des matières",
"Suggested": "Suggéré",
"NoItems": "Aucun élément",
"EditorPlaceholder": "Commencez à taper...",
"Edit": "Modifier",
"Bold": "Gras",
"Italic": "Italique",
"Strikethrough": "Barré",
"Link": "Lien",
"Save": "Enregistrer",
"OrderedList": "Liste ordonnée",
"BulletedList": "Liste à puces",
"Blockquote": "Bloc de citation",
"Code": "Code",
"CodeBlock": "Bloc de code",
"Note": "Note",
"ConfigureNote": "Configurer la note",
"Set": "Définir",
"Update": "Mettre à jour",
"Remove": "Supprimer",
"NotePlaceholder": "Ajouter une note...",
"SampleText": "Texte d'exemple",
"Send": "Envoyer",
"Attach": "Joindre",
"TextStyle": "Style de texte",
"Emoji": "Emoji",
"GIF": "GIF",
"Mention": "Mentionner",
"Underlined": "Souligné",
"AlignCenter": "Aligner au centre",
"AlignLeft": "Aligner à gauche",
"AlignRight": "Aligner à droite",
"Download": "Télécharger",
"ViewImage": "Voir l'image",
"ViewOriginal": "Voir l'original",
"MoreActions": "Plus d'actions",
"FullDescription": "Description complète",
"NoFullDescription": "Il n'y a pas de description détaillée",
"EnableDiffMode": "Mode différentiel",
"AddColumnBefore": "Ajouter avant",
"AddColumnAfter": "Ajouter après",
"TodoItem": "Tâche",
"TodoList": "Liste des tâches",
"DeleteColumn": "Supprimer",
"AddRowBefore": "Ajouter avant",
"AddRowAfter": "Ajouter après",
"DeleteRow": "Supprimer",
"DeleteTable": "Supprimer",
"Duplicate": "Dupliquer",
"CategoryRow": "Lignes",
"CategoryColumn": "Colonnes",
"Table": "Tableau",
"InsertTable": "Insérer un tableau",
"TableOptions": "Personnaliser le tableau",
"Width": "Largeur",
"Height": "Hauteur",
"Unset": "Non défini",
"Image": "Image",
"SeparatorLine": "Ligne de séparation",
"DrawingBoard": "Tableau de dessin",
"RefreshTable": "Actualiser le tableau",
"ShowDiff": "Afficher les différences",
"SeeOriginalData": "Voir les données originales",
"CategoryVersioning": "Gestion de versions",
"TableDiffLabel": "Modifications du tableau",
"TableRefreshConfirmationLabel": "Confirmer l'actualisation du tableau",
"ConvertToLinkPreview": "Afficher comme lien",
"ConvertToEmbedPreview": "Afficher comme aperçu de contenu",
"UnableToLoadEmbeddedContent": "Laperçu du lien na pas pu être chargé en raison des paramètres dautorisation ou dun contenu non pris en charge",
"CannotConnectToCollaborationService": "Impossible de se connecter au collaborateur",
"SourceURL": "URL source",
"SelectedDocuments": "Documents sélectionnés ({count, plural, =1 {1 élément} other {# éléments}})",
"Highlight": "Highlight",
"Subscript": "Subscript",
"Superscript": "Superscript",
"Mathematics": "Mathematics",
"MathematicsBlock": "Mathematics block"
}
}