Selaa lähdekoodia

feat: Added fr_FR AppFlowy editor translation (#1201)

Alessio Marinelli 2 vuotta sitten
vanhempi
commit
7b8aa78e95
1 muutettua tiedostoa jossa 16 lisäystä ja 16 poistoa
  1. 16 16
      frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_fr_FR.arb

+ 16 - 16
frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_fr_FR.arb

@@ -1,35 +1,35 @@
 {
   "@@locale": "fr-FR",
-  "bold": "",
+  "bold": "Gras",
   "@bold": {},
-  "bulletedList": "",
+  "bulletedList": "List à puces",
   "@bulletedList": {},
-  "checkbox": "",
+  "checkbox": "Case à cocher",
   "@checkbox": {},
-  "embedCode": "",
+  "embedCode": "Incorporer code",
   "@embedCode": {},
-  "heading1": "",
+  "heading1": "Titre 1",
   "@heading1": {},
-  "heading2": "",
+  "heading2": "Titre 2",
   "@heading2": {},
-  "heading3": "",
+  "heading3": "Titre 3",
   "@heading3": {},
-  "highlight": "",
+  "highlight": "Surligné",
   "@highlight": {},
-  "image": "",
+  "image": "Image",
   "@image": {},
-  "italic": "",
+  "italic": "Italique",
   "@italic": {},
-  "link": "",
+  "link": "Lien",
   "@link": {},
-  "numberedList": "",
+  "numberedList": "Liste numérotée",
   "@numberedList": {},
-  "quote": "",
+  "quote": "Citation",
   "@quote": {},
-  "strikethrough": "",
+  "strikethrough": "Barré",
   "@strikethrough": {},
-  "text": "",
+  "text": "Texte",
   "@text": {},
-  "underline": "",
+  "underline": "Souligné",
   "@underline": {}
 }