From e8ad2e80e86e1a4052fd044c7ab588289ef85d2d Mon Sep 17 00:00:00 2001 From: Feruz M Date: Fri, 17 Jul 2020 11:16:36 +0300 Subject: [PATCH] New translations en-US.json (Gothic) --- src/config/locales/got-DE.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/config/locales/got-DE.json b/src/config/locales/got-DE.json index 00a0c53b4..cbd32b86d 100644 --- a/src/config/locales/got-DE.json +++ b/src/config/locales/got-DE.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": "Waurda" + }, + "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" } }