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": {
"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"
}
}