From 209507833e0e67c1b0c9cb8c65fe4d04e01380ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSalar?= <“salar.sali97@gmail.com”> Date: Fri, 21 Oct 2022 13:00:25 +0300 Subject: [PATCH 1/3] resolve no break space in the english localization --- public/locales/en/translation.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index ccf5658..c8d81d5 100755 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -65,7 +65,7 @@ "keywords": "Keywords" }, "navbar": { - "createNew": "Create New", + "createNew": "Create New", "about": { "navTitle": "About", "aboutProject": "About Scipaper", @@ -73,15 +73,15 @@ "help": "Help" }, "library": { - "navTitle": "My library", + "navTitle": "My library", "publications": "Publications", "favorites": "Favorites", "collections": "Collections", "recentViewed": "History" }, "auth": { - "signIn": "Sign In", - "signUp": "Sign Up" + "signIn": "Sign In", + "signUp": "Sign Up" } }, "footer": { 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 2/3] 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" } } From 753223c7a93a7eb76145775abe6d2a02998004f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CSalar?= <“salar.sali97@gmail.com”> Date: Fri, 21 Oct 2022 14:07:48 +0300 Subject: [PATCH 3/3] the translation of interaction buttons has been added --- public/locales/en/translation.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index f134e92..0e74b24 100755 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -62,7 +62,16 @@ }, "articlePage": { "abstract": "Abstract", - "keywords": "Keywords" + "keywords": "Keywords", + "interactionButtons":{ + "abstract": "Abstract", + "readFile": "Read File", + "download" : "Download", + "share" : "Share", + "cite" : "Cite", + "copied": "Copied" + } + }, "navbar": { "createNew": "Create New",