From 1eaf97b669059dbc4613e792d60a299a6627ea41 Mon Sep 17 00:00:00 2001 From: PapuleX <32964290+PapuleX@users.noreply.github.com> Date: Mon, 3 Oct 2022 03:45:45 +0200 Subject: [PATCH] feat: Add Czech language (#1207) --- .../appflowy_editor/lib/l10n/intl_cz_CZ.arb | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_cz_CZ.arb diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_cz_CZ.arb b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_cz_CZ.arb new file mode 100644 index 0000000000..2b1ea7b0bf --- /dev/null +++ b/frontend/app_flowy/packages/appflowy_editor/lib/l10n/intl_cz_CZ.arb @@ -0,0 +1,35 @@ +{ + "@@locale": "cs-CZ", + "bold": "Tučně", + "@bold": {}, + "bulletedList": "Odrážkový seznam", + "@bulletedList": {}, + "checkbox": "Zaškrtávací políčko", + "@checkbox": {}, + "embedCode": "Vložit kód", + "@embedCode": {}, + "heading1": "Nadpis 1", + "@heading1": {}, + "heading2": "Nadpis 2", + "@heading2": {}, + "heading3": "Nadpis 3", + "@heading3": {}, + "highlight": "Zvýraznění", + "@highlight": {}, + "image": "Obrázek", + "@image": {}, + "italic": "Kurzíva", + "@italic": {}, + "link": "Odkaz", + "@link": {}, + "numberedList": "Číslovaný seznam", + "@numberedList": {}, + "quote": "Citace", + "@quote": {}, + "strikethrough": "Přeškrtnutí", + "@strikethrough": {}, + "text": "Text", + "@text": {}, + "underline": "Podtržení", + "@underline": {} +} \ No newline at end of file