From 176668049c932e5bd01c54d4bd4b5de582a8f502 Mon Sep 17 00:00:00 2001 From: Ankur Date: Tue, 4 Oct 2022 18:00:45 +0530 Subject: [PATCH] feat: Added fr_CA translation (#1212) Signed-off-by: ankur12-1610 Signed-off-by: ankur12-1610 --- .../appflowy_editor/lib/l10n/intl_fr_CA.arb | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_fr_CA.arb b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_fr_CA.arb index 6875d45d72..1ff4ab2f75 100644 --- a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_fr_CA.arb +++ b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_fr_CA.arb @@ -1,35 +1,35 @@ { "@@locale": "fr-CA", - "bold": "", + "bold": "gras", "@bold": {}, - "bulletedList": "", + "bulletedList": "liste à puces", "@bulletedList": {}, - "checkbox": "", + "checkbox": "case à cocher", "@checkbox": {}, - "embedCode": "", + "embedCode": "incorporer Code", "@embedCode": {}, - "heading1": "", + "heading1": "en-tête1", "@heading1": {}, - "heading2": "", + "heading2": "en-tête2", "@heading2": {}, - "heading3": "", + "heading3": "en-tête3", "@heading3": {}, - "highlight": "", + "highlight": "mettre en évidence", "@highlight": {}, - "image": "", + "image": "l’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": "souligner", "@underline": {} } \ No newline at end of file