mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-22 04:12:23 +02:00
* 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>
82 lines
3.0 KiB
JSON
82 lines
3.0 KiB
JSON
{
|
||
"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": "L’aperçu du lien n’a pas pu être chargé en raison des paramètres d’autorisation ou d’un 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"
|
||
}
|
||
}
|