completes french translations (#1007)

pull/1008/head
francksoudan 2 years ago committed by GitHub
parent a0afc6d644
commit 0afc6cc1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 37
      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': '粘贴链接',

Loading…
Cancel
Save