English localization
This commit is contained in:
parent
904730dfd9
commit
705ae6471f
@ -1,7 +1,7 @@
|
||||
{
|
||||
"serv": {
|
||||
"goHome": "Home",
|
||||
"noSuchPath": "We don't have this page"
|
||||
"goHome": "Home page",
|
||||
"noSuchPath": "We don't have such a page"
|
||||
},
|
||||
"sidemenu": {
|
||||
"dashboard": "Dashboard",
|
||||
@ -19,45 +19,110 @@
|
||||
"hellousr": "Hello, {{username}}",
|
||||
"edit": "Edit",
|
||||
"language": "Language",
|
||||
"selectLanguage": "Select language",
|
||||
"selectLanguage": "Select a language",
|
||||
"save": "Save",
|
||||
"cancel": "Cancel",
|
||||
"account": {
|
||||
"info": "Personal information",
|
||||
"info": "Personal Information",
|
||||
"mail": "Mail",
|
||||
"connect": "Add account",
|
||||
"connectedAccounts_one": "Connected account",
|
||||
"connectedAccounts_other": "Connected accounts",
|
||||
"settings": "Account settings"
|
||||
"connect": "Add Account",
|
||||
"connectedAccounts_one": "Linked Account",
|
||||
"connectedAccounts_other": "Linked Accounts",
|
||||
"settings": "Account Settings"
|
||||
},
|
||||
"security": {
|
||||
"password": {
|
||||
"caption": "Password",
|
||||
"twoFactor": "Two factor authentication (2FA)",
|
||||
"description": "Keep your account secure by enabling 2FA via SMS or using a temporary one-time passcode (TOTP) from an authenticator app."
|
||||
"twoFactor": "Two-factor authentication (2FA)",
|
||||
"description": "Protect your account by enabling 2FA via SMS or using a temporary one-time password (OTP) from the authentication app."
|
||||
},
|
||||
"activity": {
|
||||
"caption": "Device activity"
|
||||
}
|
||||
},
|
||||
"search": {
|
||||
"label": "Search for something.."
|
||||
"label": "We will find something.."
|
||||
},
|
||||
"subscriptions": {
|
||||
"subscribed": "Service have been connected"
|
||||
"subscribed": "The service is attached to the account"
|
||||
},
|
||||
"viewHistory": "View history",
|
||||
"logOutEverywhere": "log out from all devices",
|
||||
"logOutEverywhere": "Log out from all devices",
|
||||
"back": "Back",
|
||||
"logOut": "Log out",
|
||||
"logOut": "Exit",
|
||||
"failures": {
|
||||
"subscriptions": {
|
||||
"failure": "Failed to connect service",
|
||||
"exists": "Service have already been connected",
|
||||
"confirmation": "Invalid confirmation information provided"
|
||||
"failure": "Failed to attach the service to your account",
|
||||
"exists": "The service was already attached to your account earlier",
|
||||
"confirmation": "Invalid password"
|
||||
},
|
||||
"services": {
|
||||
"fork": "Failed to authenticate in service"
|
||||
"fork": "Failed to perform authorization in the service"
|
||||
}
|
||||
},
|
||||
"articlePage": {
|
||||
"abstract": "Abstract",
|
||||
"keywords": "Keywords"
|
||||
},
|
||||
"navbar": {
|
||||
"createNew": "Create an article",
|
||||
"about": {
|
||||
"navTitle": "About the project",
|
||||
"aboutProject": "About Scipaper",
|
||||
"contacts": "Contacts",
|
||||
"help": "Help"
|
||||
},
|
||||
"library": {
|
||||
"navTitle": "My library",
|
||||
"publications": "Publications",
|
||||
"favorites": "Favorites",
|
||||
"collections": "Collections",
|
||||
"recentViewed": "History"
|
||||
},
|
||||
"auth": {
|
||||
"signIn": "Sign In",
|
||||
"signUp": "Sign Up"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"accountSettings": "Account Settings",
|
||||
"about": "About Scipaper",
|
||||
"help": "Help",
|
||||
"contactUs": "Contacts",
|
||||
"allRightsReserved": "All rights reserved",
|
||||
"termsOfUse": "Terms of Use",
|
||||
"privacyPolicy": "Privacy Policy",
|
||||
"coockiesPolicy": "coockies Usage Policy",
|
||||
"supportedBy": "Created"
|
||||
},
|
||||
"mainPage": {
|
||||
"title": "Scientific Library with free access",
|
||||
"search": "Search",
|
||||
"article_one": "Articles",
|
||||
"article_few": "Articles",
|
||||
"article_many": "Articles",
|
||||
"advancedSearch": "Advanced search",
|
||||
"featuredArticles": {
|
||||
"title": "Popular articles",
|
||||
"descriptionPart1": "Choose the one you are interested in",
|
||||
"descriptionPart2": "Scientific category",
|
||||
"categories": {
|
||||
"Medical": "Medical",
|
||||
"TechnicsAndTechlonogies": "Technics and Technology",
|
||||
"Fundamental": "Fundamental",
|
||||
"Humanitarian": "Humanitarian",
|
||||
"Agricultural": "Agricultural",
|
||||
"Social": "Social"
|
||||
}
|
||||
},
|
||||
"featuredAuthors": "Popular authors",
|
||||
"more": "More",
|
||||
"showAll": "Show all"
|
||||
},
|
||||
"searchResults": {
|
||||
"title": "Search results",
|
||||
"totalResults":"Total results",
|
||||
"nothingFound": "Nothing found"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user