From 0afc6cc1f3d4c64e9884fdcfa01ea32e8eb91c16 Mon Sep 17 00:00:00 2001 From: francksoudan <112876604+francksoudan@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:18:50 +0100 Subject: [PATCH] completes french translations (#1007) --- lib/src/translations/toolbar.i18n.dart | 37 +++++++++++++------------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/lib/src/translations/toolbar.i18n.dart b/lib/src/translations/toolbar.i18n.dart index 20b67489..e69f5eb6 100644 --- a/lib/src/translations/toolbar.i18n.dart +++ b/lib/src/translations/toolbar.i18n.dart @@ -178,29 +178,30 @@ extension Localization on String { 'Please first select some text to transform into a link.': "Veuillez d'abord sélectionner un texte à transformer en lien.", 'Open': 'Ouverte', - 'Copy': 'Copie', + 'Copy': 'Copier', 'Remove': 'Supprimer', 'Save': 'Sauvegarder', 'Zoom': 'Zoom', 'Saved': 'Enregistrée', 'Text': 'Text', - 'What is entered is not a link': 'What is entered is not a link', - 'Resize': 'Resize', - 'Width': 'Width', - 'Height': 'Height', - 'Size': 'Size', - 'Small': 'Small', - 'Large': 'Large', - 'Huge': 'Huge', - 'Clear': 'Clear', - 'Font': 'Font', - 'Search': 'Search', - 'matches': 'matches', - 'showing match': 'showing match', - 'Prev': 'Prev', - 'Next': 'Next', - 'Camera': 'Camera', - 'Video': 'Video', + 'What is entered is not a link': + "Ce qui est saisi n'est pas un lien", + 'Resize': 'Redimensionner', + 'Width': 'Largeur', + 'Height': 'Hauteur', + 'Size': 'Taille', + 'Small': 'Petit', + 'Large': 'Grand', + 'Huge': 'Énorme', + 'Clear': 'Supprimer la mise en forme', + 'Font': 'Police', + 'Search': 'Rechercher', + 'matches': 'correspondances', + 'showing match': 'voir la correspondance', + 'Prev': 'Précédent', + 'Next': 'Suivant', + 'Camera': 'Caméra', + 'Video': 'Vidéo', }, 'zh_cn': { 'Paste a link': '粘贴链接',