diff --git a/public/locales/en/translation.json b/public/locales/en/translation.json index ccf5658..0e74b24 100755 --- a/public/locales/en/translation.json +++ b/public/locales/en/translation.json @@ -62,10 +62,19 @@ }, "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", + "createNew": "Create New", "about": { "navTitle": "About", "aboutProject": "About Scipaper", @@ -73,15 +82,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": { @@ -123,6 +132,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" } }