From 069a23c96b51a5a959fdc9e97345d46d1a731824 Mon Sep 17 00:00:00 2001 From: Ankur Date: Tue, 4 Oct 2022 18:00:06 +0530 Subject: [PATCH] feat: Added hu-HU translation (#1214) Signed-off-by: ankur12-1610 Signed-off-by: ankur12-1610 --- .../appflowy_editor/lib/l10n/intl_hu_HU.arb | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_hu_HU.arb b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_hu_HU.arb index 8b55ed3096..f96b3b0ec3 100644 --- a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_hu_HU.arb +++ b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_hu_HU.arb @@ -1,35 +1,35 @@ { "@@locale": "hu-HU", - "bold": "", + "bold": "bátor", "@bold": {}, - "bulletedList": "", + "bulletedList": "pontozott lista", "@bulletedList": {}, - "checkbox": "", + "checkbox": "jelölőnégyzetet", "@checkbox": {}, - "embedCode": "", + "embedCode": "Beágyazás", "@embedCode": {}, - "heading1": "", + "heading1": "címsor1", "@heading1": {}, - "heading2": "", + "heading2": "címsor2", "@heading2": {}, - "heading3": "", + "heading3": "címsor3", "@heading3": {}, - "highlight": "", + "highlight": "Kiemel", "@highlight": {}, - "image": "", + "image": "kép", "@image": {}, - "italic": "", + "italic": "dőlt", "@italic": {}, - "link": "", + "link": "link", "@link": {}, - "numberedList": "", + "numberedList": "számozottLista", "@numberedList": {}, - "quote": "", + "quote": "idézet", "@quote": {}, - "strikethrough": "", + "strikethrough": "áthúzott", "@strikethrough": {}, - "text": "", + "text": "szöveg", "@text": {}, - "underline": "", + "underline": "aláhúzás", "@underline": {} } \ No newline at end of file