2020-07-06 09:36:45 +00:00
{
2020-07-31 13:20:42 +00:00
"Nav" : {
"File" : {
"Title" : "File" ,
"New" : "New" ,
"Share" : "Share" ,
"Duplicate" : "Duplicate" ,
"Open" : "Open" ,
"Download" : "Download" ,
"AddToCollection" : "Add to Collection" ,
"Examples" : "Examples"
} ,
"Edit" : {
"Title" : "Edit" ,
"TidyCode" : "Tidy Code" ,
"Find" : "Find" ,
"FindNext" : "Find Next" ,
"FindPrevious" : "Find Previous"
} ,
"Sketch" : {
"Title" : "Sketch" ,
"AddFile" : "Add File" ,
"AddFolder" : "Add Folder" ,
"Run" : "Run" ,
"Stop" : "Stop"
} ,
"Help" : {
"Title" : "Help" ,
"KeyboardShortcuts" : "Keyboard Shortcuts" ,
"Reference" : "Reference" ,
"About" : "About"
} ,
"Lang" : "Language" ,
"BackEditor" : "Back to Editor" ,
"WarningUnsavedChanges" : "Are you sure you want to leave this page? You have unsaved changes." ,
2020-08-12 14:24:29 +00:00
"Login" : "Log in" ,
"LoginOr" : "or" ,
"SignUp" : "Sign up" ,
2020-07-31 13:20:42 +00:00
"Auth" : {
"Welcome" : "Welcome" ,
"Hello" : "Hello" ,
"MyAccount" : "My Account" ,
"My" : "My" ,
"MySketches" : "My Sketches" ,
"MyCollections" : "My Collections" ,
"Asset" : "Asset" ,
"MyAssets" : "My Assets" ,
"LogOut" : "Log Out"
}
} ,
2020-08-12 14:24:29 +00:00
"LoginForm" : {
"UsernameOrEmail" : "Email or Username" ,
"UsernameOrEmailARIA" : "Email or Username" ,
"Password" : "Password" ,
"PasswordARIA" : "Password" ,
"Submit" : "Log In"
} ,
"LoginView" : {
"Title" : "p5.js Web Editor | Login" ,
"Login" : "Log In" ,
"LoginOr" : "or" ,
"SignUp" : "Sign Up" ,
"Email" : "email" ,
"Username" : "username" ,
"DontHaveAccount" : "Don't have an account? " ,
"ForgotPassword" : "Forgot your password? " ,
"ResetPassword" : "Reset your password"
} ,
"SocialAuthButton" : {
"Github" : "Login with Github" ,
"LogoARIA" : "{{serviceauth}} logo" ,
"Google" : "Login with Google"
} ,
2020-07-31 13:20:42 +00:00
"About" : {
"Title" : "About" ,
"TitleHelmet" : "p5.js Web Editor | About" ,
2020-07-06 09:36:45 +00:00
"Contribute" : "Contribute" ,
"NewP5" : "New to p5.js?" ,
"Report" : "Report a bug" ,
"Learn" : "Learn" ,
"Resources" : "Resources" ,
"Libraries" : "Libraries" ,
"Forum" : "Forum" ,
2020-07-31 13:20:42 +00:00
"Examples" : "Examples"
} ,
"Toast" : {
"OpenedNewSketch" : "Opened new sketch." ,
"SketchSaved" : "Sketch saved." ,
"SketchFailedSave" : "Failed to save sketch." ,
"AutosaveEnabled" : "Autosave enabled." ,
"LangChange" : "Language changed"
} ,
"Toolbar" : {
2020-07-06 09:36:45 +00:00
"Preview" : "Preview" ,
"Auto-refresh" : "Auto-refresh" ,
2020-07-31 13:20:42 +00:00
"OpenPreferencesARIA" : "Open Preferences" ,
"PlaySketchARIA" : "Play sketch" ,
"PlayOnlyVisualSketchARIA" : "Play only visual sketch" ,
"StopSketchARIA" : "Stop sketch" ,
"EditSketchARIA" : "Edit sketch name" ,
"NewSketchNameARIA" : "New sketch name"
} ,
"Console" : {
"Title" : "Console" ,
"Clear" : "Clear" ,
"ClearARIA" : "Clear console" ,
"Close" : "Close" ,
"CloseARIA" : "Close console" ,
"Open" : "Open" ,
"OpenARIA" : "Open console"
} ,
"Preferences" : {
2020-07-06 09:36:45 +00:00
"Settings" : "Settings" ,
"GeneralSettings" : "General settings" ,
2020-07-31 13:20:42 +00:00
"Accessibility" : "Accessibility" ,
2020-07-06 09:36:45 +00:00
"Theme" : "Theme" ,
2020-07-31 13:20:42 +00:00
"LightTheme" : "Light" ,
"LightThemeARIA" : "light theme on" ,
"DarkTheme" : "Dark" ,
"DarkThemeARIA" : "dark theme on" ,
"HighContrastTheme" : "High Contrast" ,
"HighContrastThemeARIA" : "high contrast theme on" ,
2020-07-06 09:36:45 +00:00
"TextSize" : "Text Size" ,
2020-07-31 13:20:42 +00:00
"DecreaseFont" : "Decrease" ,
"DecreaseFontARIA" : "decrease font size" ,
"IncreaseFont" : "Increase" ,
"IncreaseFontARIA" : "increase font size" ,
2020-07-06 09:36:45 +00:00
"Autosave" : "Autosave" ,
"On" : "On" ,
2020-07-31 13:20:42 +00:00
"AutosaveOnARIA" : "autosave on" ,
2020-07-06 09:36:45 +00:00
"Off" : "Off" ,
2020-07-31 13:20:42 +00:00
"AutosaveOffARIA" : "autosave off" ,
"WordWrap" : "Word Wrap" ,
"LineWrapOnARIA" : "linewrap on" ,
"LineWrapOffARIA" : "linewrap off" ,
"LineNumbers" : "Line numbers" ,
"LineNumbersOnARIA" : "line numbers on" ,
"LineNumbersOffARIA" : "line numbers off" ,
2020-07-06 09:36:45 +00:00
"LintWarningSound" : "Lint warning sound" ,
2020-07-31 13:20:42 +00:00
"LintWarningOnARIA" : "lint warning on" ,
"LintWarningOffARIA" : "lint warning off" ,
2020-07-06 09:36:45 +00:00
"PreviewSound" : "Preview sound" ,
2020-07-31 13:20:42 +00:00
"PreviewSoundARIA" : "preview sound" ,
2020-07-06 09:36:45 +00:00
"AccessibleTextBasedCanvas" : "Accessible text-based canvas" ,
"UsedScreenReader" : "Used with screen reader" ,
"PlainText" : "Plain-text" ,
2020-07-31 13:20:42 +00:00
"TextOutputARIA" : "text output on" ,
2020-07-06 09:36:45 +00:00
"TableText" : "Table-text" ,
2020-07-31 13:20:42 +00:00
"TableOutputARIA" : "table output on" ,
2020-07-06 09:36:45 +00:00
"Sound" : "Sound" ,
2020-07-31 13:20:42 +00:00
"SoundOutputARIA" : "sound output on"
} ,
"KeyboardShortcuts" : {
"Title" : " Keyboard Shortcuts" ,
"ShortcutsFollow" : "Code editing keyboard shortcuts follow" ,
"SublimeText" : "Sublime Text shortcuts" ,
"CodeEditing" : {
"Tidy" : "Tidy" ,
"FindText" : "Find Text" ,
"FindNextMatch" : "Find Next Match" ,
"FindPrevMatch" : "Find Previous Match" ,
"IndentCodeLeft" : "Indent Code Left" ,
"IndentCodeRight" : "Indent Code Right" ,
"CommentLine" : "Comment Line" ,
"FindNextTextMatch" : "Find Next Text Match" ,
"FindPreviousTextMatch" : "Find Previous Text Match" ,
"CodeEditing" : "Code Editing"
} ,
"General" : {
"StartSketch" : "Start Sketch" ,
"StopSketch" : "Stop Sketch" ,
"TurnOnAccessibleOutput" : "Turn On Accessible Output" ,
"TurnOffAccessibleOutput" : "Turn Off Accessible Output"
}
} ,
"Sidebar" : {
2020-07-06 09:36:45 +00:00
"Create" : "Create" ,
2020-07-31 13:20:42 +00:00
"EnterName" : "enter a name" ,
2020-07-06 09:36:45 +00:00
"Add" : "Add" ,
2020-07-31 13:20:42 +00:00
"Folder" : "Folder"
} ,
"Common" : {
"Error" : "Error" ,
"Save" : "Save" ,
"p5logoARIA" : "p5.js Logo"
} ,
"IDEView" : {
"SubmitFeedback" : "Submit Feedback"
2020-08-11 13:56:45 +00:00
} ,
"NewFileModal" : {
"Title" : "Create File" ,
2020-08-13 10:12:02 +00:00
"CloseButtonARIA" : "Close New File Modal" ,
2020-08-11 13:56:45 +00:00
"EnterName" : "Please enter a name" ,
"InvalidType" : "Invalid file type. Valid extensions are .js, .css, .json, .txt, .csv, .tsv, .frag, and .vert."
} ,
"NewFileForm" : {
2020-08-13 10:12:02 +00:00
"AddFileSubmit" : "Add File" ,
2020-08-11 13:56:45 +00:00
"Placeholder" : "Name"
2020-08-13 10:12:02 +00:00
} ,
2020-08-11 13:56:45 +00:00
"NewFolderModal" : {
"Title" : "Create Folder" ,
"CloseButtonARIA" : "Close New Folder Modal" ,
"EnterName" : "Please enter a name" ,
"EmptyName" : "Folder name cannot contain only spaces" ,
"InvalidExtension" : "Folder name cannot contain an extension"
} ,
"NewFolderForm" : {
"AddFolderSubmit" : "Add Folder" ,
"Placeholder" : "Name"
2020-08-13 10:12:02 +00:00
} ,
"ResetPasswordForm" : {
"Email" : "Email used for registration" ,
"EmailARIA" : "email" ,
"Submit" : "Send Password Reset Email"
} ,
"ResetPasswordView" : {
"Title" : "p5.js Web Editor | Reset Password" ,
"Reset" : "Reset Your Password" ,
"Submitted" : "Your password reset email should arrive shortly. If you don't see it, check\n in your spam folder as sometimes it can end up there." ,
"Login" : "Log In" ,
"LoginOr" : "or" ,
"SignUp" : "Sign Up"
} ,
"ReduxFormUtils" : {
"errorInvalidEmail" : "Please enter a valid email address" ,
"errorEmptyEmail" : "Please enter an email" ,
"errorPasswordMismatch" : "Passwords must match" ,
"errorEmptyPassword" : "Please enter a password" ,
"errorShortPassword" : "Password must be at least 6 characters" ,
"errorConfirmPassword" : "Please enter a password confirmation" ,
"errorNewPassword" : "Please enter a new password or leave the current password empty." ,
"errorEmptyUsername" : "Please enter a username." ,
"errorLongUsername" : "Username must be less than 20 characters." ,
"errorValidUsername" : "Username must only consist of numbers, letters, periods, dashes, and underscores."
2020-08-13 12:25:57 +00:00
} ,
"NewPasswordView" : {
"Title" : "p5.js Web Editor | New Password" ,
"Description" : "Set a New Password" ,
"TokenInvalidOrExpired" : "The password reset token is invalid or has expired." ,
"EmptyPassword" : "Please enter a password" ,
"PasswordConfirmation" : "Please enter a password confirmation" ,
"PasswordMismatch" : "Passwords must match"
} ,
"AccountForm" : {
"Email" : "Email" ,
"EmailARIA" : "email" ,
"Unconfirmed" : "Unconfirmed." ,
"EmailSent" : "Confirmation sent, check your email." ,
"Resend" : "Resend confirmation email" ,
"UserName" : "User Name" ,
"UserNameARIA" : "Username" ,
"CurrentPassword" : "Current Password" ,
"CurrentPasswordARIA" : "Current Password" ,
"NewPassword" : "New Password" ,
"NewPasswordARIA" : "New Password" ,
"SubmitSaveAllSettings" : "Save All Settings"
} ,
"AccountView" : {
"SocialLogin" : "Social Login" ,
"SocialLoginDescription" : "Use your GitHub or Google account to log into the p5.js Web Editor." ,
"Title" : "p5.js Web Editor | Account Settings" ,
"Settings" : "Account Settings" ,
"AccountTab" : "Account" ,
"AccessTokensTab" : "Access Tokens"
} ,
"APIKeyForm" : {
"ConfirmDelete" : "Are you sure you want to delete {{key_label}}?" ,
"Summary" : "Personal Access Tokens act like your password to allow automated\n scripts to access the Editor API. Create a token for each script\n that needs access." ,
"CreateToken" : "Create new token" ,
"TokenLabel" : "What is this token for?" ,
"TokenPlaceholder" : "What is this token for? e.g. Example import script" ,
"CreateTokenSubmit" : "Create" ,
"NoTokens" : "You have no existing tokens." ,
"NewTokenTitle" : "Your new access token" ,
"NewTokenInfo" : "Make sure to copy your new personal access token now.\n You won’ t be able to see it again!" ,
"ExistingTokensTitle" : "Existing tokens"
} ,
"APIKeyList" : {
"Name" : "Name" ,
"Created" : "Created on" ,
"LastUsed" : "Last used" ,
"Actions" : "Actions" ,
"Never" : "Never" ,
"DeleteARIA" : "Delete API Key"
} ,
"NewPasswordForm" : {
"Title" : "Password" ,
"TitleARIA" : "Password" ,
"ConfirmPassword" : "Confirm Password" ,
"ConfirmPasswordARIA" : "Confirm Password" ,
"SubmitSetNewPassword" : "Set New Password"
2020-07-31 13:20:42 +00:00
}
2020-07-06 09:36:45 +00:00
}