Merge pull request 'resolve no break space in the english localization' (#164) from fix/english-localization into develop

Reviewed-on: http://85.143.176.51:3000/free-land/front-end/pulls/164
This commit is contained in:
Daniel Weissmall 2022-10-21 11:42:39 +00:00
commit b8849945b9

View File

@ -62,10 +62,19 @@
}, },
"articlePage": { "articlePage": {
"abstract": "Abstract", "abstract": "Abstract",
"keywords": "Keywords" "keywords": "Keywords",
"interactionButtons":{
"abstract": "Abstract",
"readFile": "Read File",
"download" : "Download",
"share" : "Share",
"cite" : "Cite",
"copied": "Copied"
}
}, },
"navbar": { "navbar": {
"createNew": "Create New", "createNew": "Create New",
"about": { "about": {
"navTitle": "About", "navTitle": "About",
"aboutProject": "About Scipaper", "aboutProject": "About Scipaper",
@ -73,15 +82,15 @@
"help": "Help" "help": "Help"
}, },
"library": { "library": {
"navTitle": "My library", "navTitle": "My library",
"publications": "Publications", "publications": "Publications",
"favorites": "Favorites", "favorites": "Favorites",
"collections": "Collections", "collections": "Collections",
"recentViewed": "History" "recentViewed": "History"
}, },
"auth": { "auth": {
"signIn": "Sign In", "signIn": "Sign In",
"signUp": "Sign Up" "signUp": "Sign Up"
} }
}, },
"footer": { "footer": {
@ -123,6 +132,17 @@
"title": "Search results", "title": "Search results",
"totalResults":"Total results", "totalResults":"Total results",
"nothingFound": "Nothing found" "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"
} }
} }