Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
4fa85e5c
Commit
4fa85e5c
authored
Aug 11, 2019
by
Ben Wheeler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add several missing strings for join flow errors
parent
8f6c3e57
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
6 deletions
+12
-6
src/l10n.json
src/l10n.json
+12
-6
No files found.
src/l10n.json
View file @
4fa85e5c
...
...
@@ -2,6 +2,7 @@
"general.accountSettings"
:
"Account settings"
,
"general.about"
:
"About"
,
"general.aboutScratch"
:
"About Scratch"
,
"general.apiError"
:
"Oops! Our server had an error."
,
"general.back"
:
"Back"
,
"general.birthMonth"
:
"Birth Month"
,
"general.birthYear"
:
"Birth Year"
,
...
...
@@ -70,6 +71,7 @@
"general.privacyPolicy"
:
"Privacy Policy"
,
"general.projects"
:
"Projects"
,
"general.profile"
:
"Profile"
,
"general.required"
:
"Required"
,
"general.resourcesTitle"
:
"Educator Resources"
,
"general.scratchConference"
:
"Scratch Conference"
,
"general.scratchEd"
:
"ScratchEd"
,
...
...
@@ -148,6 +150,8 @@
"registration.choosePasswordStepTitle"
:
"Create a password"
,
"registration.choosePasswordStepTooltip"
:
"Don't use your name or anything that's easy for someone else to guess."
,
"registration.classroomApiGeneralError"
:
"Sorry, we could not find the registration information for this class"
,
"registration.countryStepDescription"
:
"We’ll display your country on your profile."
,
"registration.countryStepTitle"
:
"What country do you live in?"
,
"registration.generalError"
:
"Sorry, an unexpected error occurred."
,
"registration.classroomInviteExistingStudentStepDescription"
:
"you have been invited to join the class:"
,
"registration.classroomInviteNewStudentStepDescription"
:
"Your teacher has invited you to join a class:"
,
...
...
@@ -187,13 +191,15 @@
"registration.usernameStepTitle"
:
"Request a Teacher Account"
,
"registration.usernameStepTitleScratcher"
:
"Create a Scratch Account"
,
"registration.validationMaxLength"
:
"Sorry, you have exceeded the maximum character limit."
,
"registration.validationPasswordLength"
:
"Passwords must be at least six characters"
,
"registration.validationPasswordNotEquals"
:
"Your password may not be
\"
password
\"
"
,
"registration.validationPasswordNotUsername"
:
"Your password may not be your username"
,
"registration.validationPasswordConfirmNotEquals"
:
"Passwords don’t match"
,
"registration.validationPasswordLength"
:
"Must be 6 letters or longer"
,
"registration.validationPasswordNotEquals"
:
"Password is too easy to guess. Try something else?"
,
"registration.validationPasswordNotUsername"
:
"Password can’t match your username"
,
"registration.validationUsernameRegexp"
:
"Your username may only contain letters, numbers,
\"
-
\"
, and
\"
_
\"
"
,
"registration.validationUsernameMinLength"
:
"Usernames must be at least 3 characters"
,
"registration.validationUsernameMaxLength"
:
"Usernames must be at most 20 characters"
,
"registration.validationUsernameExists"
:
"Sorry, that username already exists"
,
"registration.validationUsernameMinLength"
:
"Must be more than 3 letters long"
,
"registration.validationUsernameMaxLength"
:
"“Must be fewer than 20 letters long"
,
"registration.validationUsernameExists"
:
"Username taken. Try another?"
,
"registration.validationUsernameNotAllowed"
:
"Username not allowed"
,
"registration.validationUsernameVulgar"
:
"Hmm, that looks inappropriate"
,
"registration.validationUsernameInvalid"
:
"Invalid username"
,
"registration.validationEmailInvalid"
:
"Email doesn’t look right. Try another?"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment