From f965eaddbc0e6587a3611bd37633d33b4c36130f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSalar?= <“salar.sali97@gmail.com”> Date: Fri, 21 Oct 2022 13:26:23 +0300 Subject: [PATCH] content and filter were added --- public/locales/en/translation.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index c8d81d5..f134e92 100755 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -123,6 +123,17 @@ "title": "Search results", "totalResults":"Total results", "nothingFound": "Nothing found" + }, + "filters": { + "authors":"Authors", + "publicationsType": "Publications Type", + "content":"Content", + "publisher":"Publisher", + "publicationTopic":"Publication Topic", + "appliedFitlers":"Applied Fitlers", + "clearAll":"Clear All", + "enterAuthorsName":"Enter Author Name", + "showAll":"Show All" } }