From 7407764f61361faf899b4557d36b8a15eabd3816 Mon Sep 17 00:00:00 2001 From: AkiraFukushima Date: Mon, 8 Nov 2021 00:30:11 +0900 Subject: [PATCH] New translations translation.json (Czech) --- src/config/locales/cs/translation.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/config/locales/cs/translation.json b/src/config/locales/cs/translation.json index c935df4e..cd748621 100644 --- a/src/config/locales/cs/translation.json +++ b/src/config/locales/cs/translation.json @@ -3,24 +3,24 @@ "application": { "name": "Whalebird", "about": "About Whalebird", - "preferences": "Preferences...", + "preferences": "Předvolby...", "services": "Services", "hide": "Hide Whalebird", "hide_others": "Hide Others", "show_all": "Show All", - "open": "Open Window", - "quit": "Quit" + "open": "Otevřít okno", + "quit": "Ukončit" }, "toot": { "name": "Toot", - "new": "New Toot" + "new": "Nový toot" }, "edit": { - "name": "Edit", - "undo": "Undo", - "redo": "Redo", - "cut": "Cut", - "copy": "Copy", + "name": "Upravit", + "undo": "Vrátit zpět", + "redo": "Vykonat znovu", + "cut": "Vyjmout", + "copy": "Kopírovat", "paste": "Paste", "select_all": "Select All" },