From 24e0cb7eff3114b746a886512867e96016f9f438 Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 17 Jul 2020 11:17:26 +0300 Subject: [PATCH] New translations en-US.json (Czech) --- src/config/locales/cs-CZ.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/config/locales/cs-CZ.json b/src/config/locales/cs-CZ.json index d4e44fed7..88e5c31aa 100644 --- a/src/config/locales/cs-CZ.json +++ b/src/config/locales/cs-CZ.json @@ -503,5 +503,33 @@ "reveal_comment": "Reveal comment", "read_more": "Read more comments", "more_replies": "more replies" + }, + "search_result": { + "others": "Others", + "communities": { + "title": "Communities", + "subscribe": "Subscribe", + "unsubscribe": "Unsubscribe", + "subscribers": "Subscribers", + "posters": "Posters", + "posts": "Post" + }, + "communities_filter": { + "rank": "Rank", + "subs": "Subscribers", + "new": "New" + }, + "post_result_filter": { + "popularity": "Popularity", + "newest": "Newest", + "relevance": "Relevance" + }, + "other_result_filter": { + "user": "User", + "tag": "Tag" + } + }, + "community": { + "new_post": "New Post" } }