fix(i18n): manually update messages file

This commit is contained in:
albemarle
2019-05-06 13:49:47 -04:00
parent d04a33b311
commit d754db2ed9

View File

@@ -1,19 +1,64 @@
{
"account.settings.page.heading": "Account Settings",
"account.settings.loading.message": "Loading",
"account.settings.loading.error": "Error: {error}",
"account.settings.section.account.information": "Account Information",
"account.settings.section.account.information.description": "These settings include basic information about your account.",
"account.settings.field.username": "Username",
"account.settings.field.full.name": "Full name",
"account.settings.field.email": "Email address (Sign in)",
"account.settings.field.email.confirmation": "Weve sent a confirmation message to {value}. Click the link in the message to update your email address.",
"account.settings.email.field.confirmation.header": "Pending confirmation",
"account.settings.field.dob": "Year of birth",
"account.settings.field.country": "Country",
"account.settings.field.education": "Education",
"account.settings.field.education.levels.null": "Select a level of education",
"account.settings.field.education.levels.p": "Doctorate",
"account.settings.field.education.levels.m": "Master's or professional degree",
"account.settings.field.education.levels.b": "Bachelor's Degree",
"account.settings.field.education.levels.a": "Associate's degree",
"account.settings.field.education.levels.hs": "Secondary/high school",
"account.settings.field.education.levels.jhs": "Junior secondary/junior high/middle school",
"account.settings.field.education.levels.el": "Elementary/primary school",
"account.settings.field.education.levels.none": "No formal education",
"account.settings.field.education.levels.o": "Other education",
"account.settings.field.gender": "Gender",
"account.settings.field.gender.options.null": "Select a gender",
"account.settings.field.gender.options.f": "Female",
"account.settings.field.gender.options.m": "Male",
"account.settings.field.gender.options.o": "Other",
"account.settings.field.language.proficiencies": "Spoken Languages",
"account.settings.section.social.media": "Social Media Links",
"account.settings.section.social.media.description": "Optionally, link your personal accounts to the social media icons on your edX profile.",
"account.settings.field.social.platform.name.linkedin": "LinkedIn",
"account.settings.field.social.platform.name.twitter": "Twitter",
"account.settings.field.social.platform.name.facebook": "Facebook",
"account.settings.editable.field.password.reset.button": "We've sent a message to {email}. Click the link in the message to reset your password. Didn't receive the message? Contact {technicalSupportLink}.",
"account.settings.editable.field.action.save": "Save",
"account.settings.editable.field.action.cancel": "Cancel",
"account.settings.editable.field.action.edit": "Edit",
"account.settings.editable.field.password.reset.button.support.link": "technical support",
"account.settings.editable.field.password.reset.label": "Password",
"account.settings.sso.link.account": "Sign in with {name}",
"account.settings.sso.account.connected": "Linked",
"account.settings.sso.unlink.account": "Unlink {name} account",
"account.settings.sso.no.providers": "No accounts can be linked at this time.",
"account.settings.sso.loading": "Loading...",
"account.settings.sso.loading.error": "There was a problem loading linked accounts.",
"account.settings.sso.section.header": "Linked Accounts",
"account.settings.sso.section.subheader": "You can link your identity accounts to simplify signing in to edX.",
"siteheader.links.courses": "Courses",
"siteheader.links.programs": "Programs & Degrees",
"siteheader.links.schools": "Schools & Partners",
"siteheader.user.menu.dashboard": "Dashboard",
"siteheader.user.menu.profile": "Profile",
"siteheader.user.menu.account.settings": "Account",
"siteheader.user.menu.order.history": "Order History",
"siteheader.user.menu.logout": "Logout",
"siteheader.user.menu.login": "Login",
"siteheader.user.menu.register": "Sign Up",
"app.loading.message": "Loading",
"error.unexpected.message": "An unexpected error occurred.",
"error.notfound.message": "The page you're looking for is unavailable or there's an error in the URL. Please check the URL and try again.",
"app.page": "Congratulations! You have a new micro-frontend.",
"app.example.link": "Click here to visit a example page that loads data.",
"example.page.heading": "Example Page",
"example.loading.message": "Loading",
"example.loading.error": "Error: {error}"
}
"app.page": "Congratulations! You have a new micro-frontend."
}