Files
huly-platform/plugins/text-editor-assets/lang/fr.json
T
Artyom SavchenkoandGitHub 1d450682b1 Display documents table source (#10433)
* Display documents table source

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Clean up

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Fix warning

Signed-off-by: Artem Savchenko <armisav@gmail.com>

* Fix review comments

Signed-off-by: Artem Savchenko <armisav@gmail.com>

---------

Signed-off-by: Artem Savchenko <armisav@gmail.com>
2026-01-23 11:20:06 +07:00

76 lines
2.8 KiB
JSON
Raw 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}})"
}
}