From 35fbf99fb12c71888caa327bcd4dbb0ee2e91e30 Mon Sep 17 00:00:00 2001 From: Alessio Marinelli Date: Sun, 2 Oct 2022 14:25:06 +0200 Subject: [PATCH] feat: Added it_IT translation (#1200) --- .../appflowy_editor/lib/l10n/intl_it_IT.arb | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_it_IT.arb b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_it_IT.arb index 908b80f275..e645959f7b 100644 --- a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_it_IT.arb +++ b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_it_IT.arb @@ -1,35 +1,35 @@ { "@@locale": "it-IT", - "bold": "", + "bold": "Grassetto", "@bold": {}, - "bulletedList": "", + "bulletedList": "Elenco puntato", "@bulletedList": {}, - "checkbox": "", + "checkbox": "Casella di spunta", "@checkbox": {}, - "embedCode": "", + "embedCode": "Incorpora codice", "@embedCode": {}, - "heading1": "", + "heading1": "H1", "@heading1": {}, - "heading2": "", + "heading2": "H2", "@heading2": {}, - "heading3": "", + "heading3": "H3", "@heading3": {}, - "highlight": "", + "highlight": "Evidenzia", "@highlight": {}, - "image": "", + "image": "Immagine", "@image": {}, - "italic": "", + "italic": "Corsivo", "@italic": {}, - "link": "", + "link": "Collegamento", "@link": {}, - "numberedList": "", + "numberedList": "Elenco numerato", "@numberedList": {}, - "quote": "", + "quote": "Cita", "@quote": {}, - "strikethrough": "", + "strikethrough": "Barrato", "@strikethrough": {}, - "text": "", + "text": "Testo", "@text": {}, - "underline": "", + "underline": "Sottolineato", "@underline": {} } \ No newline at end of file