From f09c85d361677635280a6b7fd6c16d09f4164b02 Mon Sep 17 00:00:00 2001 From: legrandced <32277778+legrandced@users.noreply.github.com> Date: Tue, 27 Jun 2023 15:59:39 +0200 Subject: [PATCH] Update toolbar.i18n.dart - FR Updated FR not translated sentences --- lib/src/translations/toolbar.i18n.dart | 72 +++++++++++++------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index c2cf0b86..00f12ec2 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -353,13 +353,13 @@ extension Localization on String { 'Link': 'Lien', 'Please first select some text to transform into a link.': "Veuillez d'abord sélectionner un texte à transformer en lien.", - 'Open': 'Ouverte', + 'Open': 'Ouvrir', 'Copy': 'Copier', 'Remove': 'Supprimer', 'Save': 'Sauvegarder', - 'Zoom': 'Zoom', + 'Zoom': 'Zoomer', 'Saved': 'Enregistrée', - 'Text': 'Text', + 'Text': 'Texte', 'What is entered is not a link': "Ce qui est saisi n'est pas un lien", 'Resize': 'Redimensionner', 'Width': 'Largeur', @@ -377,39 +377,39 @@ extension Localization on String { 'Next': 'Suivant', 'Camera': 'Caméra', 'Video': 'Vidéo', - 'Undo': 'Undo', - 'Redo': 'Redo', - 'Font family': 'Font family', - 'Font size': 'Font size', - 'Bold': 'Bold', - 'Subscript': 'Subscript', - 'Superscript': 'Superscript', - 'Italic': 'Italic', - 'Underline': 'Underline', - 'Strike through': 'Strike through', - 'Inline code': 'Inline code', - 'Font color': 'Font color', - 'Background color': 'Background color', - 'Clear format': 'Clear format', - 'Align left': 'Align left', - 'Align center': 'Align center', - 'Align right': 'Align right', - 'Justify win width': 'Justify win width', - 'Text direction': 'Text direction', - 'Header style': 'Header style', - 'Numbered list': 'Numbered list', - 'Bullet list': 'Bullet list', - 'Checked list': 'Checked list', - 'Code block': 'Code block', - 'Quote': 'Quote', - 'Increase indent': 'Increase indent', - 'Decrease indent': 'Decrease indent', - 'Insert URL': 'Insert URL', - 'Visit link': 'Visit link', - 'Enter link': 'Enter link', - 'Enter media': 'Enter media', - 'Edit': 'Edit', - 'Apply': 'Apply', + 'Undo': 'Annuler', + 'Redo': 'Refaire', + 'Font family': 'Famille de police', + 'Font size': 'Taille de police', + 'Bold': 'Gras', + 'Subscript': 'Indice', + 'Superscript': 'Exposant', + 'Italic': 'Italique', + 'Underline': 'Souligné', + 'Strike through': 'Barré', + 'Inline code': 'Code en ligne', + 'Font color': 'Couleur de police', + 'Background color': 'Couleur de fond', + 'Clear format': 'Effacer la mise en forme', + 'Align left': 'Aligner à gauche', + 'Align center': 'Aligner au centre', + 'Align right': 'Aligner à droite', + 'Justify win width': 'Justifier', + 'Text direction': 'Direction du texte', + 'Header style': "Style d'en-tête", + 'Numbered list': 'Liste numérotée', + 'Bullet list': 'Liste à puces', + 'Checked list': 'Check-list', + 'Code block': 'Bloc de code', + 'Quote': 'Citation', + 'Increase indent': 'Augmenter le retrait', + 'Decrease indent': 'Diminuer le retrait', + 'Insert URL': 'Insérer une URL', + 'Visit link': 'Visiter', + 'Enter link': 'Entrer un lien', + 'Enter media': 'Entrer un média', + 'Edit': 'Modifier', + 'Apply': 'Appliquer', }, 'zh_cn': { 'Paste a link': '粘贴链接',