From fc4a65e4b5bb901f37b027fa05b1032bf9f421f8 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Tue, 24 Sep 2024 23:48:09 +0200 Subject: [PATCH] New translations en.json (Czech) --- website/src/locales/cs.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/website/src/locales/cs.json b/website/src/locales/cs.json index 87f6bdb8..37a9dbd2 100644 --- a/website/src/locales/cs.json +++ b/website/src/locales/cs.json @@ -469,19 +469,19 @@ "answer_not_found": "Did not find what you were looking for?", "ask_on_reddit": "Ask the community on Reddit", "search": { - "search": "Search", - "clear": "Clear", + "search": "Hledat", + "clear": "Vyčistit", "cancel": "Storno", - "recent": "Recent searches", + "recent": "Nedávná hledání", "no_recent": "No recent searches", "save": "Save this search", "remove": "Remove this search from history", - "favorites": "Favorites", - "remove_favorite": "Remove this search from favorites", - "to_select": "to select", + "favorites": "Oblíbené", + "remove_favorite": "Odstranit toto hledání z oblíbených", + "to_select": "vybrat", "to_navigate": "to navigate", - "to_close": "to close", - "no_results": "No results for", + "to_close": "zavřít", + "no_results": "Žádné výsledky pro", "no_results_suggestion": "Try searching for" } },