From 4ecaf9844041b12ea88dd9786b1c9fe57988fc5a Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Tue, 12 Oct 2021 20:32:54 +0200 Subject: [PATCH 01/16] Create translations.json --- translations/locales/se/translations.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 translations/locales/se/translations.json diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json new file mode 100644 index 0000000000..9daeafb986 --- /dev/null +++ b/translations/locales/se/translations.json @@ -0,0 +1 @@ +test From 072ab58c0cb40ceb07a5cc8f5a9a7fdd84d9b9d6 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Tue, 12 Oct 2021 20:34:13 +0200 Subject: [PATCH 02/16] Update translations.json --- translations/locales/se/translations.json | 618 +++++++++++++++++++++- 1 file changed, 617 insertions(+), 1 deletion(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index 9daeafb986..f78692fdeb 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -1 +1,617 @@ -test +{ +"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", +"Replace": "Replace" +}, +"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.", +"Login": "Log in", +"LoginOr": "or", +"SignUp": "Sign up", +"Auth": { +"Welcome": "Welcome", +"Hello": "Hello", +"MyAccount": "My Account", +"My": "My", +"MySketches": "My Sketches", +"MyCollections": "My Collections", +"Asset": "Asset", +"MyAssets": "My Assets", +"LogOut": "Log Out" +} +}, +"CodemirrorFindAndReplace": { +"ToggleReplace": "Toggle Replace", +"Find": "Find", +"FindPlaceholder": "Find in files", +"Replace": "Replace", +"ReplaceAll": "Replace All", +"ReplacePlaceholder": "Text to replace", +"Regex": "Regular expression", +"CaseSensitive": "Case sensitive", +"WholeWords": "Whole words", +"Previous": "Previous", +"Next": "Next", +"NoResults": "No results", +"Close": "Close" +}, +"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": { +"Connect": "Connect {{serviceauth}} Account", +"Unlink": "Unlink {{serviceauth}} Account", +"Login": "Login with {{serviceauth}}", +"LogoARIA": "{{serviceauth}} logo" +}, +"About": { +"Title": "About", +"TitleHelmet": "p5.js Web Editor | About", +"Contribute": "Contribute", +"NewP5": "New to p5.js?", +"Report": "Report a bug", +"Learn": "Learn", +"Resources": "Resources", +"Libraries": "Libraries", +"Forum": "Forum", +"Examples": "Examples", +"PrivacyPolicy": "Privacy Policy", +"TermsOfUse": "Terms of Use", +"CodeOfConduct": "Code of Conduct" +}, +"Toast": { +"OpenedNewSketch": "Opened new sketch.", +"SketchSaved": "Sketch saved.", +"SketchFailedSave": "Failed to save sketch.", +"AutosaveEnabled": "Autosave enabled.", +"LangChange": "Language changed", +"SettingsSaved": "Settings saved." +}, +"Toolbar": { +"Preview": "Preview", +"Auto-refresh": "Auto-refresh", +"OpenPreferencesARIA": "Open Preferences", +"PlaySketchARIA": "Play sketch", +"PlayOnlyVisualSketchARIA": "Play only visual sketch", +"StopSketchARIA": "Stop sketch", +"EditSketchARIA": "Edit sketch name", +"NewSketchNameARIA": "New sketch name", +"By": " by " +}, +"Console": { +"Title": "Console", +"Clear": "Clear", +"ClearARIA": "Clear console", +"Close": "Close", +"CloseARIA": "Close console", +"Open": "Open", +"OpenARIA": "Open console" +}, +"Preferences": { +"Settings": "Settings", +"GeneralSettings": "General settings", +"Accessibility": "Accessibility", +"Theme": "Theme", +"LightTheme": "Light", +"LightThemeARIA": "light theme on", +"DarkTheme": "Dark", +"DarkThemeARIA": "dark theme on", +"HighContrastTheme": "High Contrast", +"HighContrastThemeARIA": "high contrast theme on", +"TextSize": "Text Size", +"DecreaseFont": "Decrease", +"DecreaseFontARIA": "decrease font size", +"IncreaseFont": "Increase", +"IncreaseFontARIA": "increase font size", +"Autosave": "Autosave", +"On": "On", +"AutosaveOnARIA": "autosave on", +"Off": "Off", +"AutosaveOffARIA": "autosave off", +"AutocloseBracketsQuotes": "Autoclose Brackets and Quotes", +"AutocloseBracketsQuotesOnARIA": "autoclose brackets and quotes on", +"AutocloseBracketsQuotesOffARIA": "autoclose brackets and quotes off", +"WordWrap": "Word Wrap", +"LineWrapOnARIA": "linewrap on", +"LineWrapOffARIA": "linewrap off", +"LineNumbers": "Line numbers", +"LineNumbersOnARIA": "line numbers on", +"LineNumbersOffARIA": "line numbers off", +"LintWarningSound": "Lint warning sound", +"LintWarningOnARIA": "lint warning on", +"LintWarningOffARIA": "lint warning off", +"PreviewSound": "Preview sound", +"PreviewSoundARIA": "preview sound", +"AccessibleTextBasedCanvas": "Accessible text-based canvas", +"UsedScreenReader": "Used with screen reader", +"PlainText": "Plain-text", +"TextOutputARIA": "text output on", +"TableText": "Table-text", +"TableOutputARIA": "table 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", +"ReplaceTextMatch": "Replace Text 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": { +"Title": "Sketch Files", +"ToggleARIA": "Toggle open/close sketch file options", +"AddFolder": "Create folder", +"AddFolderARIA": "add folder", +"AddFile": "Create file", +"AddFileARIA": "add file", +"UploadFile": "Upload file", +"UploadFileARIA": "upload file" +}, +"FileNode": { +"OpenFolderARIA": "Open folder contents", +"CloseFolderARIA": "Close folder contents", +"ToggleFileOptionsARIA": "Toggle open/close file options", +"AddFolder": "Create folder", +"AddFolderARIA": "add folder", +"AddFile": "Create file", +"AddFileARIA": "add file", +"UploadFile": "Upload file", +"UploadFileARIA": "upload file", +"Rename": "Rename", +"Delete": "Delete" +}, +"Common": { +"Error": "Error", +"ErrorARIA": "Error", +"Save": "Save", +"p5logoARIA": "p5.js Logo", +"DeleteConfirmation": "Are you sure you want to delete {{name}}?" +}, +"IDEView": { +"SubmitFeedback": "Submit Feedback", +"SubmitFeedbackARIA": "submit-feedback", +"AddCollectionTitle": "Add to collection", +"AddCollectionARIA": "add to collection", +"ShareTitle": "Share", +"ShareARIA": "share" +}, +"NewFileModal": { +"Title": "Create File", +"CloseButtonARIA": "Close New File Modal", +"EnterName": "Please enter a name", +"InvalidType": "Invalid file type. Valid extensions are .js, .css, .json, .xml, .txt, .csv, .tsv, .frag, and .vert." +}, +"NewFileForm": { +"AddFileSubmit": "Add File", +"Placeholder": "Name" +}, +"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" +}, +"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." +}, +"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" +}, +"SignupForm": { +"Title": "User Name", +"TitleARIA": "username", +"Email": "Email", +"EmailARIA": "email", +"Password": "Password", +"PasswordARIA": "password", +"ConfirmPassword": "Confirm Password", +"ConfirmPasswordARIA": "Confirm password", +"SubmitSignup": "Sign Up" +}, +"SignupView": { +"Title": "p5.js Web Editor | Signup", +"Description": "Sign Up", +"Or": "Or", +"AlreadyHave": "Already have an account?", +"Login": "Log In" +}, +"EmailVerificationView": { +"Title": "p5.js Web Editor | Email Verification", +"Verify": "Verify your email", +"InvalidTokenNull": "That link is invalid.", +"Checking": "Validating token, please wait...", +"Verified": "All done, your email address has been verified.", +"InvalidState": "Something went wrong." +}, +"AssetList": { +"Title": "p5.js Web Editor | My assets", +"ToggleOpenCloseARIA": "Toggle Open/Close Asset Options", +"Delete": "Delete", +"OpenNewTab": "Open in New Tab", +"NoUploadedAssets": "No uploaded assets.", +"HeaderName": "Name", +"HeaderSize": "Size", +"HeaderSketch": "Sketch" +}, +"Feedback": { +"Title": "p5.js Web Editor | Feedback", +"ViaGithubHeader": "Via Github Issues", +"ViaGithubDescription": "If you're familiar with Github, this is our preferred method for receiving bug reports and feedback.", +"GoToGithub": "Go to Github", +"ViaGoogleHeader": "Via Google Form", +"ViaGoogleDescription": "You can also submit this quick form.", +"GoToForm": "Go to Form" +}, +"Searchbar": { +"SearchSketch": "Search sketches...", +"SearchCollection": "Search collections...", +"ClearTerm": "clear" +}, +"UploadFileModal": { +"Title": "Upload File", +"CloseButtonARIA": "Close upload file modal", +"SizeLimitError": "Error: You cannot upload any more files. You have reached the total size limit of {{sizeLimit}}.\n If you would like to upload more, please remove the ones you aren't using anymore by\n in your " +}, +"FileUploader": { +"DictDefaultMessage": "Drop files here or click to use the file browser" +}, +"ErrorModal": { +"MessageLogin": "In order to save sketches, you must be logged in. Please ", +"Login": "Login", +"LoginOr": " or ", +"SignUp": "Sign Up", +"MessageLoggedOut": "It looks like you've been logged out. Please ", +"LogIn": "log in", +"SavedDifferentWindow": "The project you have attempted to save has been saved from another window.\n Please refresh the page to see the latest version.", +"LinkTitle": "Error Linking Account", +"LinkMessage": "There was a problem linking your {{serviceauth}} account to your p5.js Web Editor account. Your {{serviceauth}} account has already been linked to another p5.js Web Editor account." +}, +"ShareModal": { +"Embed": "Embed", +"Present": "Present", +"Fullscreen": "Fullscreen", +"Edit": "Edit" +}, +"CollectionView": { +"TitleCreate": "Create collection", +"TitleDefault": "collection" +}, +"Collection": { +"Title": "p5.js Web Editor | My collections", +"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", +"Share": "Share", +"URLLink": "Link to Collection", +"AddSketch": "Add Sketch", +"DeleteFromCollection": "Are you sure you want to remove {{name_sketch}} from this collection?", +"SketchDeleted": "Sketch deleted", +"SketchRemoveARIA": "Remove sketch from collection", +"DescriptionPlaceholder": "Add description", +"Description": "description", +"NumSketches": "{{count}} sketch", +"NumSketches_plural": "{{count}} sketches", +"By": "Collection by ", +"NoSketches": "No sketches in collection", +"TableSummary": "table containing all collections", +"HeaderName": "Name", +"HeaderCreatedAt": "Date Added", +"HeaderUser": "Owner", +"DirectionAscendingARIA": "Ascending", +"DirectionDescendingARIA": "Descending", +"ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", +"ButtonLabelDescendingARIA": "Sort by {{displayName}} descending." +}, +"AddToCollectionList": { +"Title": "p5.js Web Editor | My collections", +"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", +"Empty": "No collections" +}, +"CollectionCreate": { +"Title": "p5.js Web Editor | Create collection", +"FormError": "Couldn't create collection", +"FormLabel": "Collection name", +"FormLabelARIA": "name", +"NameRequired": "Collection name is required", +"Description": "Description (optional)", +"DescriptionARIA": "description", +"DescriptionPlaceholder": "My fave sketches", +"SubmitCollectionCreate": "Create collection" +}, +"DashboardView": { +"CreateCollection": "Create collection", +"NewSketch": "New sketch", +"CreateCollectionOverlay": "Create collection" +}, +"DashboardTabSwitcher": { +"Sketches": "Sketches", +"Collections": "Collections", +"Assets": "Assets" +}, +"CollectionList": { +"Title": "p5.js Web Editor | My collections", +"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", +"NoCollections": "No collections.", +"TableSummary": "table containing all collections", +"HeaderName": "Name", +"HeaderCreatedAt": "Date Created", +"HeaderCreatedAt_mobile": "Created", +"HeaderUpdatedAt": "Date Updated", +"HeaderUpdatedAt_mobile": "Updated", +"HeaderNumItems": "# sketches", +"HeaderNumItems_mobile": "# sketches", +"DirectionAscendingARIA": "Ascending", +"DirectionDescendingARIA": "Descending", +"ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", +"ButtonLabelDescendingARIA": "Sort by {{displayName}} descending.", +"AddSketch": "Add Sketch" +}, +"CollectionListRow": { +"ToggleCollectionOptionsARIA": "Toggle Open/Close collection options", +"AddSketch": "Add sketch", +"Delete": "Delete", +"Rename": "Rename" +}, +"Overlay": { +"AriaLabel": "Close {{title}} overlay" +}, +"QuickAddList": { +"ButtonRemoveARIA": "Remove from collection", +"ButtonAddToCollectionARIA": "Add to collection", +"View": "View" +}, +"SketchList": { +"View": "View", +"Title": "p5.js Web Editor | My sketches", +"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s sketches", +"ToggleLabelARIA": "Toggle Open/Close Sketch Options", +"DropdownRename": "Rename", +"DropdownDownload": "Download", +"DropdownDuplicate": "Duplicate", +"DropdownAddToCollection": "Add to collection", +"DropdownDelete": "Delete", +"DirectionAscendingARIA": "Ascending", +"DirectionDescendingARIA": "Descending", +"ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", +"ButtonLabelDescendingARIA": "Sort by {{displayName}} descending.", +"AddToCollectionOverlayTitle": "Add to collection", +"TableSummary": "table containing all saved projects", +"HeaderName": "Sketch", +"HeaderCreatedAt": "Date Created", +"HeaderCreatedAt_mobile": "Created", +"HeaderUpdatedAt": "Date Updated", +"HeaderUpdatedAt_mobile": "Updated", +"NoSketches": "No sketches." +}, +"AddToCollectionSketchList": { +"Title": "p5.js Web Editor | My sketches", +"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s sketches", +"NoCollections": "No collections." +}, +"Editor": { +"OpenSketchARIA": "Open Sketch files navigation", +"CloseSketchARIA": "Close Sketch files navigation", +"UnsavedChangesARIA": "Sketch has unsaved changes", +"KeyUpLineNumber": "line {{lineNumber}}" +}, +"EditorAccessibility": { +"NoLintMessages": "There are no lint messages ", +"CurrentLine": " Current line" +}, +"Timer": { +"SavedAgo": "Saved: {{timeAgo}}" +}, +"formatDate": { +"JustNow": "just now", +"15Seconds": "15 seconds ago", +"25Seconds": "25 seconds ago", +"35Seconds": "35 seconds ago", +"Ago": "{{timeAgo}} ago" +}, +"AddRemoveButton": { +"AltAddARIA": "Add to collection", +"AltRemoveARIA": "Remove from collection" +}, +"CopyableInput": { +"CopiedARIA": "Copied to Clipboard!", +"OpenViewTabARIA": "Open {{label}} view in new tab" +}, +"EditableInput": { +"EditValue": "Edit {{display}} value", +"EmptyPlaceholder": "No value" +}, +"PreviewNav": { +"EditSketchARIA": "Edit Sketch", +"ByUser": "by" +}, +"MobilePreferences": { +"Settings": "Settings", +"GeneralSettings": "General settings", +"Accessibility": "Accessibility", +"AccessibleOutput": "Accessible Output", +"Theme": "Theme", +"LightTheme": "Light", +"DarkTheme": "Dark", +"HighContrastTheme": "High Contrast", +"Autosave": "Autosave", +"WordWrap": "Word Wrap", +"LineNumbers": "Line numbers", +"LintWarningSound": "Lint warning sound", +"UsedScreenReader": "Used with screen reader", +"PlainText": "Plain-text", +"TableText": "Table-text", +"Sound": "Sound" +}, +"PreferenceCreators": { +"On": "On", +"Off": "Off" +}, +"MobileIDEView": { +"Preferences": "Preferences", +"MyStuff": "My Stuff", +"Examples": "Examples", +"OriginalEditor": "Original Editor", +"Login": "Login", +"Logout": "Logout" +}, +"MobileDashboardView": { +"Examples": "Examples", +"Sketches": "Sketches", +"Collections": "Collections", +"Assets": "Assets", +"MyStuff": "My Stuff", +"CreateSketch": "Create Sketch", +"CreateCollection": "Create Collection" +}, +"Explorer": { +"Files": "Files" +}, +"Cookies": { +"Header": "Cookies", +"Body": "The p5.js Editor uses cookies. Some are essential to the website functionality and allow you to manage an account and preferences. Others are not essential—they are used for analytics and allow us to learn more about our community. We never sell this data or use it for advertising. You can decide which cookies you would like to allow, and learn more in our <0>Privacy Policy<0>.", +"AllowAll": "Allow All", +"AllowEssential": "Allow Essential" +}, +"Legal": { +"PrivacyPolicy": "Privacy Policy", +"TermsOfUse": "Terms of Use", +"CodeOfConduct": "Code of Conduct" +} +} From 700076ca4a7f5d1057d90f56a6bf01a3cbdafead Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Tue, 12 Oct 2021 20:36:57 +0200 Subject: [PATCH 03/16] Update translations.json --- translations/locales/se/translations.json | 1230 ++++++++++----------- 1 file changed, 615 insertions(+), 615 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index f78692fdeb..6b3f74c228 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -1,617 +1,617 @@ { -"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", -"Replace": "Replace" -}, -"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.", -"Login": "Log in", -"LoginOr": "or", -"SignUp": "Sign up", -"Auth": { -"Welcome": "Welcome", -"Hello": "Hello", -"MyAccount": "My Account", -"My": "My", -"MySketches": "My Sketches", -"MyCollections": "My Collections", -"Asset": "Asset", -"MyAssets": "My Assets", -"LogOut": "Log Out" -} -}, -"CodemirrorFindAndReplace": { -"ToggleReplace": "Toggle Replace", -"Find": "Find", -"FindPlaceholder": "Find in files", -"Replace": "Replace", -"ReplaceAll": "Replace All", -"ReplacePlaceholder": "Text to replace", -"Regex": "Regular expression", -"CaseSensitive": "Case sensitive", -"WholeWords": "Whole words", -"Previous": "Previous", -"Next": "Next", -"NoResults": "No results", -"Close": "Close" -}, -"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": { -"Connect": "Connect {{serviceauth}} Account", -"Unlink": "Unlink {{serviceauth}} Account", -"Login": "Login with {{serviceauth}}", -"LogoARIA": "{{serviceauth}} logo" -}, -"About": { -"Title": "About", -"TitleHelmet": "p5.js Web Editor | About", -"Contribute": "Contribute", -"NewP5": "New to p5.js?", -"Report": "Report a bug", -"Learn": "Learn", -"Resources": "Resources", -"Libraries": "Libraries", -"Forum": "Forum", -"Examples": "Examples", -"PrivacyPolicy": "Privacy Policy", -"TermsOfUse": "Terms of Use", -"CodeOfConduct": "Code of Conduct" -}, -"Toast": { -"OpenedNewSketch": "Opened new sketch.", -"SketchSaved": "Sketch saved.", -"SketchFailedSave": "Failed to save sketch.", -"AutosaveEnabled": "Autosave enabled.", -"LangChange": "Language changed", -"SettingsSaved": "Settings saved." -}, -"Toolbar": { -"Preview": "Preview", -"Auto-refresh": "Auto-refresh", -"OpenPreferencesARIA": "Open Preferences", -"PlaySketchARIA": "Play sketch", -"PlayOnlyVisualSketchARIA": "Play only visual sketch", -"StopSketchARIA": "Stop sketch", -"EditSketchARIA": "Edit sketch name", -"NewSketchNameARIA": "New sketch name", -"By": " by " -}, -"Console": { -"Title": "Console", -"Clear": "Clear", -"ClearARIA": "Clear console", -"Close": "Close", -"CloseARIA": "Close console", -"Open": "Open", -"OpenARIA": "Open console" -}, -"Preferences": { -"Settings": "Settings", -"GeneralSettings": "General settings", -"Accessibility": "Accessibility", -"Theme": "Theme", -"LightTheme": "Light", -"LightThemeARIA": "light theme on", -"DarkTheme": "Dark", -"DarkThemeARIA": "dark theme on", -"HighContrastTheme": "High Contrast", -"HighContrastThemeARIA": "high contrast theme on", -"TextSize": "Text Size", -"DecreaseFont": "Decrease", -"DecreaseFontARIA": "decrease font size", -"IncreaseFont": "Increase", -"IncreaseFontARIA": "increase font size", -"Autosave": "Autosave", -"On": "On", -"AutosaveOnARIA": "autosave on", -"Off": "Off", -"AutosaveOffARIA": "autosave off", -"AutocloseBracketsQuotes": "Autoclose Brackets and Quotes", -"AutocloseBracketsQuotesOnARIA": "autoclose brackets and quotes on", -"AutocloseBracketsQuotesOffARIA": "autoclose brackets and quotes off", -"WordWrap": "Word Wrap", -"LineWrapOnARIA": "linewrap on", -"LineWrapOffARIA": "linewrap off", -"LineNumbers": "Line numbers", -"LineNumbersOnARIA": "line numbers on", -"LineNumbersOffARIA": "line numbers off", -"LintWarningSound": "Lint warning sound", -"LintWarningOnARIA": "lint warning on", -"LintWarningOffARIA": "lint warning off", -"PreviewSound": "Preview sound", -"PreviewSoundARIA": "preview sound", -"AccessibleTextBasedCanvas": "Accessible text-based canvas", -"UsedScreenReader": "Used with screen reader", -"PlainText": "Plain-text", -"TextOutputARIA": "text output on", -"TableText": "Table-text", -"TableOutputARIA": "table 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", -"ReplaceTextMatch": "Replace Text 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": { -"Title": "Sketch Files", -"ToggleARIA": "Toggle open/close sketch file options", -"AddFolder": "Create folder", -"AddFolderARIA": "add folder", -"AddFile": "Create file", -"AddFileARIA": "add file", -"UploadFile": "Upload file", -"UploadFileARIA": "upload file" -}, -"FileNode": { -"OpenFolderARIA": "Open folder contents", -"CloseFolderARIA": "Close folder contents", -"ToggleFileOptionsARIA": "Toggle open/close file options", -"AddFolder": "Create folder", -"AddFolderARIA": "add folder", -"AddFile": "Create file", -"AddFileARIA": "add file", -"UploadFile": "Upload file", -"UploadFileARIA": "upload file", -"Rename": "Rename", -"Delete": "Delete" -}, -"Common": { -"Error": "Error", -"ErrorARIA": "Error", -"Save": "Save", -"p5logoARIA": "p5.js Logo", -"DeleteConfirmation": "Are you sure you want to delete {{name}}?" -}, -"IDEView": { -"SubmitFeedback": "Submit Feedback", -"SubmitFeedbackARIA": "submit-feedback", -"AddCollectionTitle": "Add to collection", -"AddCollectionARIA": "add to collection", -"ShareTitle": "Share", -"ShareARIA": "share" -}, -"NewFileModal": { -"Title": "Create File", -"CloseButtonARIA": "Close New File Modal", -"EnterName": "Please enter a name", -"InvalidType": "Invalid file type. Valid extensions are .js, .css, .json, .xml, .txt, .csv, .tsv, .frag, and .vert." -}, -"NewFileForm": { -"AddFileSubmit": "Add File", -"Placeholder": "Name" -}, -"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" -}, -"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." -}, -"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" -}, -"SignupForm": { -"Title": "User Name", -"TitleARIA": "username", -"Email": "Email", -"EmailARIA": "email", -"Password": "Password", -"PasswordARIA": "password", -"ConfirmPassword": "Confirm Password", -"ConfirmPasswordARIA": "Confirm password", -"SubmitSignup": "Sign Up" -}, -"SignupView": { -"Title": "p5.js Web Editor | Signup", -"Description": "Sign Up", -"Or": "Or", -"AlreadyHave": "Already have an account?", -"Login": "Log In" -}, -"EmailVerificationView": { -"Title": "p5.js Web Editor | Email Verification", -"Verify": "Verify your email", -"InvalidTokenNull": "That link is invalid.", -"Checking": "Validating token, please wait...", -"Verified": "All done, your email address has been verified.", -"InvalidState": "Something went wrong." -}, -"AssetList": { -"Title": "p5.js Web Editor | My assets", -"ToggleOpenCloseARIA": "Toggle Open/Close Asset Options", -"Delete": "Delete", -"OpenNewTab": "Open in New Tab", -"NoUploadedAssets": "No uploaded assets.", -"HeaderName": "Name", -"HeaderSize": "Size", -"HeaderSketch": "Sketch" -}, -"Feedback": { -"Title": "p5.js Web Editor | Feedback", -"ViaGithubHeader": "Via Github Issues", -"ViaGithubDescription": "If you're familiar with Github, this is our preferred method for receiving bug reports and feedback.", -"GoToGithub": "Go to Github", -"ViaGoogleHeader": "Via Google Form", -"ViaGoogleDescription": "You can also submit this quick form.", -"GoToForm": "Go to Form" -}, -"Searchbar": { -"SearchSketch": "Search sketches...", -"SearchCollection": "Search collections...", -"ClearTerm": "clear" -}, -"UploadFileModal": { -"Title": "Upload File", -"CloseButtonARIA": "Close upload file modal", -"SizeLimitError": "Error: You cannot upload any more files. You have reached the total size limit of {{sizeLimit}}.\n If you would like to upload more, please remove the ones you aren't using anymore by\n in your " -}, -"FileUploader": { -"DictDefaultMessage": "Drop files here or click to use the file browser" -}, -"ErrorModal": { -"MessageLogin": "In order to save sketches, you must be logged in. Please ", -"Login": "Login", -"LoginOr": " or ", -"SignUp": "Sign Up", -"MessageLoggedOut": "It looks like you've been logged out. Please ", -"LogIn": "log in", -"SavedDifferentWindow": "The project you have attempted to save has been saved from another window.\n Please refresh the page to see the latest version.", -"LinkTitle": "Error Linking Account", -"LinkMessage": "There was a problem linking your {{serviceauth}} account to your p5.js Web Editor account. Your {{serviceauth}} account has already been linked to another p5.js Web Editor account." -}, -"ShareModal": { -"Embed": "Embed", -"Present": "Present", -"Fullscreen": "Fullscreen", -"Edit": "Edit" -}, -"CollectionView": { -"TitleCreate": "Create collection", -"TitleDefault": "collection" -}, -"Collection": { -"Title": "p5.js Web Editor | My collections", -"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", -"Share": "Share", -"URLLink": "Link to Collection", -"AddSketch": "Add Sketch", -"DeleteFromCollection": "Are you sure you want to remove {{name_sketch}} from this collection?", -"SketchDeleted": "Sketch deleted", -"SketchRemoveARIA": "Remove sketch from collection", -"DescriptionPlaceholder": "Add description", -"Description": "description", -"NumSketches": "{{count}} sketch", -"NumSketches_plural": "{{count}} sketches", -"By": "Collection by ", -"NoSketches": "No sketches in collection", -"TableSummary": "table containing all collections", -"HeaderName": "Name", -"HeaderCreatedAt": "Date Added", -"HeaderUser": "Owner", -"DirectionAscendingARIA": "Ascending", -"DirectionDescendingARIA": "Descending", -"ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", -"ButtonLabelDescendingARIA": "Sort by {{displayName}} descending." -}, -"AddToCollectionList": { -"Title": "p5.js Web Editor | My collections", -"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", -"Empty": "No collections" -}, -"CollectionCreate": { -"Title": "p5.js Web Editor | Create collection", -"FormError": "Couldn't create collection", -"FormLabel": "Collection name", -"FormLabelARIA": "name", -"NameRequired": "Collection name is required", -"Description": "Description (optional)", -"DescriptionARIA": "description", -"DescriptionPlaceholder": "My fave sketches", -"SubmitCollectionCreate": "Create collection" -}, -"DashboardView": { -"CreateCollection": "Create collection", -"NewSketch": "New sketch", -"CreateCollectionOverlay": "Create collection" -}, -"DashboardTabSwitcher": { -"Sketches": "Sketches", -"Collections": "Collections", -"Assets": "Assets" -}, -"CollectionList": { -"Title": "p5.js Web Editor | My collections", -"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", -"NoCollections": "No collections.", -"TableSummary": "table containing all collections", -"HeaderName": "Name", -"HeaderCreatedAt": "Date Created", -"HeaderCreatedAt_mobile": "Created", -"HeaderUpdatedAt": "Date Updated", -"HeaderUpdatedAt_mobile": "Updated", -"HeaderNumItems": "# sketches", -"HeaderNumItems_mobile": "# sketches", -"DirectionAscendingARIA": "Ascending", -"DirectionDescendingARIA": "Descending", -"ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", -"ButtonLabelDescendingARIA": "Sort by {{displayName}} descending.", -"AddSketch": "Add Sketch" -}, -"CollectionListRow": { -"ToggleCollectionOptionsARIA": "Toggle Open/Close collection options", -"AddSketch": "Add sketch", -"Delete": "Delete", -"Rename": "Rename" -}, -"Overlay": { -"AriaLabel": "Close {{title}} overlay" -}, -"QuickAddList": { -"ButtonRemoveARIA": "Remove from collection", -"ButtonAddToCollectionARIA": "Add to collection", -"View": "View" -}, -"SketchList": { -"View": "View", -"Title": "p5.js Web Editor | My sketches", -"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s sketches", -"ToggleLabelARIA": "Toggle Open/Close Sketch Options", -"DropdownRename": "Rename", -"DropdownDownload": "Download", -"DropdownDuplicate": "Duplicate", -"DropdownAddToCollection": "Add to collection", -"DropdownDelete": "Delete", -"DirectionAscendingARIA": "Ascending", -"DirectionDescendingARIA": "Descending", -"ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", -"ButtonLabelDescendingARIA": "Sort by {{displayName}} descending.", -"AddToCollectionOverlayTitle": "Add to collection", -"TableSummary": "table containing all saved projects", -"HeaderName": "Sketch", -"HeaderCreatedAt": "Date Created", -"HeaderCreatedAt_mobile": "Created", -"HeaderUpdatedAt": "Date Updated", -"HeaderUpdatedAt_mobile": "Updated", -"NoSketches": "No sketches." -}, -"AddToCollectionSketchList": { -"Title": "p5.js Web Editor | My sketches", -"AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s sketches", -"NoCollections": "No collections." -}, -"Editor": { -"OpenSketchARIA": "Open Sketch files navigation", -"CloseSketchARIA": "Close Sketch files navigation", -"UnsavedChangesARIA": "Sketch has unsaved changes", -"KeyUpLineNumber": "line {{lineNumber}}" -}, -"EditorAccessibility": { -"NoLintMessages": "There are no lint messages ", -"CurrentLine": " Current line" -}, -"Timer": { -"SavedAgo": "Saved: {{timeAgo}}" -}, -"formatDate": { -"JustNow": "just now", -"15Seconds": "15 seconds ago", -"25Seconds": "25 seconds ago", -"35Seconds": "35 seconds ago", -"Ago": "{{timeAgo}} ago" -}, -"AddRemoveButton": { -"AltAddARIA": "Add to collection", -"AltRemoveARIA": "Remove from collection" -}, -"CopyableInput": { -"CopiedARIA": "Copied to Clipboard!", -"OpenViewTabARIA": "Open {{label}} view in new tab" -}, -"EditableInput": { -"EditValue": "Edit {{display}} value", -"EmptyPlaceholder": "No value" -}, -"PreviewNav": { -"EditSketchARIA": "Edit Sketch", -"ByUser": "by" -}, -"MobilePreferences": { -"Settings": "Settings", -"GeneralSettings": "General settings", -"Accessibility": "Accessibility", -"AccessibleOutput": "Accessible Output", -"Theme": "Theme", -"LightTheme": "Light", -"DarkTheme": "Dark", -"HighContrastTheme": "High Contrast", -"Autosave": "Autosave", -"WordWrap": "Word Wrap", -"LineNumbers": "Line numbers", -"LintWarningSound": "Lint warning sound", -"UsedScreenReader": "Used with screen reader", -"PlainText": "Plain-text", -"TableText": "Table-text", -"Sound": "Sound" -}, -"PreferenceCreators": { -"On": "On", -"Off": "Off" -}, -"MobileIDEView": { -"Preferences": "Preferences", -"MyStuff": "My Stuff", -"Examples": "Examples", -"OriginalEditor": "Original Editor", -"Login": "Login", -"Logout": "Logout" -}, -"MobileDashboardView": { -"Examples": "Examples", -"Sketches": "Sketches", -"Collections": "Collections", -"Assets": "Assets", -"MyStuff": "My Stuff", -"CreateSketch": "Create Sketch", -"CreateCollection": "Create Collection" -}, -"Explorer": { -"Files": "Files" -}, -"Cookies": { -"Header": "Cookies", -"Body": "The p5.js Editor uses cookies. Some are essential to the website functionality and allow you to manage an account and preferences. Others are not essential—they are used for analytics and allow us to learn more about our community. We never sell this data or use it for advertising. You can decide which cookies you would like to allow, and learn more in our <0>Privacy Policy<0>.", -"AllowAll": "Allow All", -"AllowEssential": "Allow Essential" -}, -"Legal": { -"PrivacyPolicy": "Privacy Policy", -"TermsOfUse": "Terms of Use", -"CodeOfConduct": "Code of Conduct" -} + "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", + "Replace": "Replace" + }, + "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.", + "Login": "Log in", + "LoginOr": "or", + "SignUp": "Sign up", + "Auth": { + "Welcome": "Welcome", + "Hello": "Hello", + "MyAccount": "My Account", + "My": "My", + "MySketches": "My Sketches", + "MyCollections": "My Collections", + "Asset": "Asset", + "MyAssets": "My Assets", + "LogOut": "Log Out" + } + }, + "CodemirrorFindAndReplace": { + "ToggleReplace": "Toggle Replace", + "Find": "Find", + "FindPlaceholder": "Find in files", + "Replace": "Replace", + "ReplaceAll": "Replace All", + "ReplacePlaceholder": "Text to replace", + "Regex": "Regular expression", + "CaseSensitive": "Case sensitive", + "WholeWords": "Whole words", + "Previous": "Previous", + "Next": "Next", + "NoResults": "No results", + "Close": "Close" + }, + "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": { + "Connect": "Connect {{serviceauth}} Account", + "Unlink": "Unlink {{serviceauth}} Account", + "Login": "Login with {{serviceauth}}", + "LogoARIA": "{{serviceauth}} logo" + }, + "About": { + "Title": "About", + "TitleHelmet": "p5.js Web Editor | About", + "Contribute": "Contribute", + "NewP5": "New to p5.js?", + "Report": "Report a bug", + "Learn": "Learn", + "Resources": "Resources", + "Libraries": "Libraries", + "Forum": "Forum", + "Examples": "Examples", + "PrivacyPolicy": "Privacy Policy", + "TermsOfUse": "Terms of Use", + "CodeOfConduct": "Code of Conduct" + }, + "Toast": { + "OpenedNewSketch": "Opened new sketch.", + "SketchSaved": "Sketch saved.", + "SketchFailedSave": "Failed to save sketch.", + "AutosaveEnabled": "Autosave enabled.", + "LangChange": "Language changed", + "SettingsSaved": "Settings saved." + }, + "Toolbar": { + "Preview": "Preview", + "Auto-refresh": "Auto-refresh", + "OpenPreferencesARIA": "Open Preferences", + "PlaySketchARIA": "Play sketch", + "PlayOnlyVisualSketchARIA": "Play only visual sketch", + "StopSketchARIA": "Stop sketch", + "EditSketchARIA": "Edit sketch name", + "NewSketchNameARIA": "New sketch name", + "By": " by " + }, + "Console": { + "Title": "Console", + "Clear": "Clear", + "ClearARIA": "Clear console", + "Close": "Close", + "CloseARIA": "Close console", + "Open": "Open", + "OpenARIA": "Open console" + }, + "Preferences": { + "Settings": "Settings", + "GeneralSettings": "General settings", + "Accessibility": "Accessibility", + "Theme": "Theme", + "LightTheme": "Light", + "LightThemeARIA": "light theme on", + "DarkTheme": "Dark", + "DarkThemeARIA": "dark theme on", + "HighContrastTheme": "High Contrast", + "HighContrastThemeARIA": "high contrast theme on", + "TextSize": "Text Size", + "DecreaseFont": "Decrease", + "DecreaseFontARIA": "decrease font size", + "IncreaseFont": "Increase", + "IncreaseFontARIA": "increase font size", + "Autosave": "Autosave", + "On": "On", + "AutosaveOnARIA": "autosave on", + "Off": "Off", + "AutosaveOffARIA": "autosave off", + "AutocloseBracketsQuotes": "Autoclose Brackets and Quotes", + "AutocloseBracketsQuotesOnARIA": "autoclose brackets and quotes on", + "AutocloseBracketsQuotesOffARIA": "autoclose brackets and quotes off", + "WordWrap": "Word Wrap", + "LineWrapOnARIA": "linewrap on", + "LineWrapOffARIA": "linewrap off", + "LineNumbers": "Line numbers", + "LineNumbersOnARIA": "line numbers on", + "LineNumbersOffARIA": "line numbers off", + "LintWarningSound": "Lint warning sound", + "LintWarningOnARIA": "lint warning on", + "LintWarningOffARIA": "lint warning off", + "PreviewSound": "Preview sound", + "PreviewSoundARIA": "preview sound", + "AccessibleTextBasedCanvas": "Accessible text-based canvas", + "UsedScreenReader": "Used with screen reader", + "PlainText": "Plain-text", + "TextOutputARIA": "text output on", + "TableText": "Table-text", + "TableOutputARIA": "table 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", + "ReplaceTextMatch": "Replace Text 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": { + "Title": "Sketch Files", + "ToggleARIA": "Toggle open/close sketch file options", + "AddFolder": "Create folder", + "AddFolderARIA": "add folder", + "AddFile": "Create file", + "AddFileARIA": "add file", + "UploadFile": "Upload file", + "UploadFileARIA": "upload file" + }, + "FileNode": { + "OpenFolderARIA": "Open folder contents", + "CloseFolderARIA": "Close folder contents", + "ToggleFileOptionsARIA": "Toggle open/close file options", + "AddFolder": "Create folder", + "AddFolderARIA": "add folder", + "AddFile": "Create file", + "AddFileARIA": "add file", + "UploadFile": "Upload file", + "UploadFileARIA": "upload file", + "Rename": "Rename", + "Delete": "Delete" + }, + "Common": { + "Error": "Error", + "ErrorARIA": "Error", + "Save": "Save", + "p5logoARIA": "p5.js Logo", + "DeleteConfirmation": "Are you sure you want to delete {{name}}?" + }, + "IDEView": { + "SubmitFeedback": "Submit Feedback", + "SubmitFeedbackARIA": "submit-feedback", + "AddCollectionTitle": "Add to collection", + "AddCollectionARIA":"add to collection", + "ShareTitle": "Share", + "ShareARIA":"share" + }, + "NewFileModal": { + "Title": "Create File", + "CloseButtonARIA": "Close New File Modal", + "EnterName": "Please enter a name", + "InvalidType": "Invalid file type. Valid extensions are .js, .css, .json, .xml, .txt, .csv, .tsv, .frag, and .vert." + }, + "NewFileForm": { + "AddFileSubmit": "Add File", + "Placeholder": "Name" + }, + "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" + }, + "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." + }, + "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" + }, + "SignupForm": { + "Title": "User Name", + "TitleARIA": "username", + "Email": "Email", + "EmailARIA": "email", + "Password": "Password", + "PasswordARIA": "password", + "ConfirmPassword": "Confirm Password", + "ConfirmPasswordARIA": "Confirm password", + "SubmitSignup": "Sign Up" + }, + "SignupView": { + "Title": "p5.js Web Editor | Signup", + "Description": "Sign Up", + "Or": "Or", + "AlreadyHave": "Already have an account?", + "Login": "Log In" + }, + "EmailVerificationView": { + "Title": "p5.js Web Editor | Email Verification", + "Verify": "Verify your email", + "InvalidTokenNull": "That link is invalid.", + "Checking": "Validating token, please wait...", + "Verified": "All done, your email address has been verified.", + "InvalidState": "Something went wrong." + }, + "AssetList": { + "Title": "p5.js Web Editor | My assets", + "ToggleOpenCloseARIA": "Toggle Open/Close Asset Options", + "Delete": "Delete", + "OpenNewTab": "Open in New Tab", + "NoUploadedAssets": "No uploaded assets.", + "HeaderName": "Name", + "HeaderSize": "Size", + "HeaderSketch": "Sketch" + }, + "Feedback": { + "Title": "p5.js Web Editor | Feedback", + "ViaGithubHeader": "Via Github Issues", + "ViaGithubDescription": "If you're familiar with Github, this is our preferred method for receiving bug reports and feedback.", + "GoToGithub": "Go to Github", + "ViaGoogleHeader": "Via Google Form", + "ViaGoogleDescription": "You can also submit this quick form.", + "GoToForm": "Go to Form" + }, + "Searchbar": { + "SearchSketch": "Search sketches...", + "SearchCollection": "Search collections...", + "ClearTerm": "clear" + }, + "UploadFileModal": { + "Title": "Upload File", + "CloseButtonARIA": "Close upload file modal", + "SizeLimitError": "Error: You cannot upload any more files. You have reached the total size limit of {{sizeLimit}}.\n If you would like to upload more, please remove the ones you aren't using anymore by\n in your " + }, + "FileUploader": { + "DictDefaultMessage": "Drop files here or click to use the file browser" + }, + "ErrorModal": { + "MessageLogin": "In order to save sketches, you must be logged in. Please ", + "Login": "Login", + "LoginOr": " or ", + "SignUp": "Sign Up", + "MessageLoggedOut": "It looks like you've been logged out. Please ", + "LogIn": "log in", + "SavedDifferentWindow": "The project you have attempted to save has been saved from another window.\n Please refresh the page to see the latest version.", + "LinkTitle": "Error Linking Account", + "LinkMessage": "There was a problem linking your {{serviceauth}} account to your p5.js Web Editor account. Your {{serviceauth}} account has already been linked to another p5.js Web Editor account." + }, + "ShareModal": { + "Embed": "Embed", + "Present": "Present", + "Fullscreen": "Fullscreen", + "Edit": "Edit" + }, + "CollectionView": { + "TitleCreate": "Create collection", + "TitleDefault": "collection" + }, + "Collection": { + "Title": "p5.js Web Editor | My collections", + "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", + "Share": "Share", + "URLLink": "Link to Collection", + "AddSketch": "Add Sketch", + "DeleteFromCollection": "Are you sure you want to remove {{name_sketch}} from this collection?", + "SketchDeleted": "Sketch deleted", + "SketchRemoveARIA": "Remove sketch from collection", + "DescriptionPlaceholder": "Add description", + "Description": "description", + "NumSketches": "{{count}} sketch", + "NumSketches_plural": "{{count}} sketches", + "By":"Collection by ", + "NoSketches": "No sketches in collection", + "TableSummary": "table containing all collections", + "HeaderName": "Name", + "HeaderCreatedAt": "Date Added", + "HeaderUser": "Owner", + "DirectionAscendingARIA": "Ascending", + "DirectionDescendingARIA": "Descending", + "ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", + "ButtonLabelDescendingARIA": "Sort by {{displayName}} descending." + }, + "AddToCollectionList": { + "Title": "p5.js Web Editor | My collections", + "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", + "Empty": "No collections" + }, + "CollectionCreate": { + "Title": "p5.js Web Editor | Create collection", + "FormError": "Couldn't create collection", + "FormLabel": "Collection name", + "FormLabelARIA": "name", + "NameRequired": "Collection name is required", + "Description": "Description (optional)", + "DescriptionARIA": "description", + "DescriptionPlaceholder": "My fave sketches", + "SubmitCollectionCreate": "Create collection" + }, + "DashboardView": { + "CreateCollection": "Create collection", + "NewSketch": "New sketch", + "CreateCollectionOverlay": "Create collection" + }, + "DashboardTabSwitcher": { + "Sketches": "Sketches", + "Collections": "Collections", + "Assets": "Assets" + }, + "CollectionList": { + "Title": "p5.js Web Editor | My collections", + "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", + "NoCollections": "No collections.", + "TableSummary": "table containing all collections", + "HeaderName": "Name", + "HeaderCreatedAt": "Date Created", + "HeaderCreatedAt_mobile": "Created", + "HeaderUpdatedAt": "Date Updated", + "HeaderUpdatedAt_mobile": "Updated", + "HeaderNumItems": "# sketches", + "HeaderNumItems_mobile": "# sketches", + "DirectionAscendingARIA": "Ascending", + "DirectionDescendingARIA": "Descending", + "ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", + "ButtonLabelDescendingARIA": "Sort by {{displayName}} descending.", + "AddSketch": "Add Sketch" + }, + "CollectionListRow": { + "ToggleCollectionOptionsARIA": "Toggle Open/Close collection options", + "AddSketch": "Add sketch", + "Delete": "Delete", + "Rename": "Rename" + }, + "Overlay": { + "AriaLabel": "Close {{title}} overlay" + }, + "QuickAddList":{ + "ButtonRemoveARIA": "Remove from collection", + "ButtonAddToCollectionARIA": "Add to collection", + "View": "View" + }, + "SketchList": { + "View": "View", + "Title": "p5.js Web Editor | My sketches", + "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s sketches", + "ToggleLabelARIA": "Toggle Open/Close Sketch Options", + "DropdownRename": "Rename", + "DropdownDownload": "Download", + "DropdownDuplicate": "Duplicate", + "DropdownAddToCollection": "Add to collection", + "DropdownDelete": "Delete", + "DirectionAscendingARIA": "Ascending", + "DirectionDescendingARIA": "Descending", + "ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", + "ButtonLabelDescendingARIA": "Sort by {{displayName}} descending.", + "AddToCollectionOverlayTitle": "Add to collection", + "TableSummary": "table containing all saved projects", + "HeaderName": "Sketch", + "HeaderCreatedAt": "Date Created", + "HeaderCreatedAt_mobile": "Created", + "HeaderUpdatedAt": "Date Updated", + "HeaderUpdatedAt_mobile": "Updated", + "NoSketches": "No sketches." + }, + "AddToCollectionSketchList": { + "Title": "p5.js Web Editor | My sketches", + "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s sketches", + "NoCollections": "No collections." + }, + "Editor": { + "OpenSketchARIA": "Open Sketch files navigation", + "CloseSketchARIA": "Close Sketch files navigation", + "UnsavedChangesARIA": "Sketch has unsaved changes", + "KeyUpLineNumber": "line {{lineNumber}}" + }, + "EditorAccessibility": { + "NoLintMessages": "There are no lint messages ", + "CurrentLine": " Current line" + }, + "Timer": { + "SavedAgo": "Saved: {{timeAgo}}" + }, + "formatDate": { + "JustNow": "just now", + "15Seconds": "15 seconds ago", + "25Seconds": "25 seconds ago", + "35Seconds": "35 seconds ago", + "Ago": "{{timeAgo}} ago" + }, + "AddRemoveButton": { + "AltAddARIA": "Add to collection", + "AltRemoveARIA": "Remove from collection" + }, + "CopyableInput": { + "CopiedARIA": "Copied to Clipboard!", + "OpenViewTabARIA": "Open {{label}} view in new tab" + }, + "EditableInput": { + "EditValue": "Edit {{display}} value", + "EmptyPlaceholder": "No value" + }, + "PreviewNav": { + "EditSketchARIA": "Edit Sketch", + "ByUser": "by" + }, + "MobilePreferences": { + "Settings": "Settings", + "GeneralSettings": "General settings", + "Accessibility": "Accessibility", + "AccessibleOutput": "Accessible Output", + "Theme": "Theme", + "LightTheme": "Light", + "DarkTheme": "Dark", + "HighContrastTheme": "High Contrast", + "Autosave": "Autosave", + "WordWrap": "Word Wrap", + "LineNumbers": "Line numbers", + "LintWarningSound": "Lint warning sound", + "UsedScreenReader": "Used with screen reader", + "PlainText": "Plain-text", + "TableText": "Table-text", + "Sound": "Sound" + }, + "PreferenceCreators": { + "On": "On", + "Off": "Off" + }, + "MobileIDEView":{ + "Preferences": "Preferences", + "MyStuff": "My Stuff", + "Examples": "Examples", + "OriginalEditor": "Original Editor", + "Login": "Login", + "Logout": "Logout" + }, + "MobileDashboardView": { + "Examples": "Examples", + "Sketches": "Sketches", + "Collections": "Collections", + "Assets": "Assets", + "MyStuff": "My Stuff", + "CreateSketch": "Create Sketch", + "CreateCollection": "Create Collection" + }, + "Explorer": { + "Files": "Files" + }, + "Cookies": { + "Header": "Cookies", + "Body": "The p5.js Editor uses cookies. Some are essential to the website functionality and allow you to manage an account and preferences. Others are not essential—they are used for analytics and allow us to learn more about our community. We never sell this data or use it for advertising. You can decide which cookies you would like to allow, and learn more in our <0>Privacy Policy<0>.", + "AllowAll": "Allow All", + "AllowEssential": "Allow Essential" + }, + "Legal": { + "PrivacyPolicy": "Privacy Policy", + "TermsOfUse": "Terms of Use", + "CodeOfConduct": "Code of Conduct" + } } From 8a663039bce0edef47c2833c637013cd487d9062 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Tue, 12 Oct 2021 20:42:30 +0200 Subject: [PATCH 04/16] Update translations.json --- translations/locales/se/translations.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index 6b3f74c228..66d01c1f9a 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -1,18 +1,18 @@ { "Nav": { "File": { - "Title": "File", - "New": "New", - "Share": "Share", - "Duplicate": "Duplicate", - "Open": "Open", - "Download": "Download", - "AddToCollection": "Add to Collection", - "Examples": "Examples" + "Title": "Arkiv", + "New": "Ny", + "Share": "Dela", + "Duplicate": "Duplicera", + "Open": "Öppna", + "Download": "Ladda ner", + "AddToCollection": "Lägg till i Collection", + "Examples": "Exampel" }, "Edit": { - "Title": "Edit", - "TidyCode": "Tidy Code", + "Title": "Redigera", + "TidyCode": "Städa upp kod", "Find": "Find", "Replace": "Replace" }, From 723a9d8db3fc379951ac20f34bc89377d9429566 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Tue, 12 Oct 2021 20:55:43 +0200 Subject: [PATCH 05/16] Update translations.json --- translations/locales/se/translations.json | 90 +++++++++++------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index 66d01c1f9a..3739688caf 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -7,67 +7,67 @@ "Duplicate": "Duplicera", "Open": "Öppna", "Download": "Ladda ner", - "AddToCollection": "Lägg till i Collection", - "Examples": "Exampel" + "AddToCollection": "Lägg till i samlingar", + "Examples": "Exempel" }, "Edit": { "Title": "Redigera", - "TidyCode": "Städa upp kod", - "Find": "Find", - "Replace": "Replace" + "TidyCode": "Formatera kod", + "Find": "Sök", + "Replace": "Ersätt" }, "Sketch": { "Title": "Sketch", - "AddFile": "Add File", - "AddFolder": "Add Folder", - "Run": "Run", - "Stop": "Stop" + "AddFile": "Lägg till fil", + "AddFolder": "Lägg till mapp", + "Run": "Kör", + "Stop": "Stoppa" }, "Help": { - "Title": "Help", - "KeyboardShortcuts": "Keyboard Shortcuts", - "Reference": "Reference", - "About": "About" + "Title": "Hjälp", + "KeyboardShortcuts": "Tangentbordsgenvägar", + "Reference": "Referens", + "About": "Om" }, - "Lang": "Language", - "BackEditor": "Back to Editor", - "WarningUnsavedChanges": "Are you sure you want to leave this page? You have unsaved changes.", - "Login": "Log in", - "LoginOr": "or", - "SignUp": "Sign up", + "Lang": "Språk", + "BackEditor": "Tillbaka till editor", + "WarningUnsavedChanges": "Är du säker på att du vill lämna sidan? Det finns osparade ändringar.", + "Login": "Logga in", + "LoginOr": "eller", + "SignUp": "Registrera dig", "Auth": { - "Welcome": "Welcome", - "Hello": "Hello", - "MyAccount": "My Account", - "My": "My", - "MySketches": "My Sketches", - "MyCollections": "My Collections", - "Asset": "Asset", - "MyAssets": "My Assets", - "LogOut": "Log Out" + "Welcome": "Välkommen", + "Hello": "Hej", + "MyAccount": "Mitt konto", + "My": "Mina", + "MySketches": "Mina sketcher", + "MyCollections": "Mina samlingar", + "Asset": "Resurs", + "MyAssets": "Mina resurser", + "LogOut": "Logga ut" } }, "CodemirrorFindAndReplace": { - "ToggleReplace": "Toggle Replace", - "Find": "Find", - "FindPlaceholder": "Find in files", - "Replace": "Replace", - "ReplaceAll": "Replace All", - "ReplacePlaceholder": "Text to replace", + "ToggleReplace": "Växla ersätt", + "Find": "Sök", + "FindPlaceholder": "Sök i filer", + "Replace": "Ersätt", + "ReplaceAll": "Ersätt alla", + "ReplacePlaceholder": "Text att ersätta", "Regex": "Regular expression", - "CaseSensitive": "Case sensitive", - "WholeWords": "Whole words", - "Previous": "Previous", - "Next": "Next", - "NoResults": "No results", - "Close": "Close" + "CaseSensitive": "Skiftlägeskänsligt", + "WholeWords": "Hela ord", + "Previous": "Föregående", + "Next": "Nästa", + "NoResults": "Inget resultat", + "Close": "Stäng" }, "LoginForm": { - "UsernameOrEmail": "Email or Username", - "UsernameOrEmailARIA": "Email or Username", - "Password": "Password", - "PasswordARIA": "Password", - "Submit": "Log In" + "UsernameOrEmail": "E-post eller användarnamn", + "UsernameOrEmailARIA": "E-post eller användarnamn", + "Password": "Lösenord", + "PasswordARIA": "Lösenord", + "Submit": "Logga in" }, "LoginView": { "Title": "p5.js Web Editor | Login", From 84fc3ad8318e1d2e284aa08070133e33c9c3e7d2 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Tue, 12 Oct 2021 21:03:18 +0200 Subject: [PATCH 06/16] Update translations.json --- translations/locales/se/translations.json | 46 +++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index 3739688caf..761dfea778 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -70,36 +70,36 @@ "Submit": "Logga 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" + "Title": "p5.js Webb editor | Logga in", + "Login": "Logga in", + "LoginOr": "eller", + "SignUp": "Registrera dig", + "Email": "E-post", + "Username": "användarnamn", + "DontHaveAccount": "Har du inget konto? ", + "ForgotPassword": "Har du glömt ditt lösenord? ", + "ResetPassword": "Återställ ditt lösenord" }, "SocialAuthButton": { - "Connect": "Connect {{serviceauth}} Account", - "Unlink": "Unlink {{serviceauth}} Account", - "Login": "Login with {{serviceauth}}", + "Connect": "Koppla {{serviceauth}} konto", + "Unlink": "Koppla bort {{serviceauth}} konto", + "Login": "Logga in med {{serviceauth}}", "LogoARIA": "{{serviceauth}} logo" }, "About": { - "Title": "About", - "TitleHelmet": "p5.js Web Editor | About", - "Contribute": "Contribute", - "NewP5": "New to p5.js?", - "Report": "Report a bug", - "Learn": "Learn", - "Resources": "Resources", - "Libraries": "Libraries", + "Title": "Om", + "TitleHelmet": "p5.js Webb editor | Om", + "Contribute": "Bidra", + "NewP5": "Nybörjare med p5.js?", + "Report": "Rapportera en bug", + "Learn": "Lär dig", + "Resources": "Resurser", + "Libraries": "Bibliotek", "Forum": "Forum", "Examples": "Examples", - "PrivacyPolicy": "Privacy Policy", - "TermsOfUse": "Terms of Use", - "CodeOfConduct": "Code of Conduct" + "PrivacyPolicy": "Integritetspolicy", + "TermsOfUse": "Villkor för användning", + "CodeOfConduct": "Uppförandekod" }, "Toast": { "OpenedNewSketch": "Opened new sketch.", From c6720191f468d9fd082a823a7d46fc96d02b5d7e Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Tue, 12 Oct 2021 21:09:46 +0200 Subject: [PATCH 07/16] Update translations.json --- translations/locales/se/translations.json | 30 +++++++++++------------ 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index 761dfea778..dc4697c722 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -102,23 +102,23 @@ "CodeOfConduct": "Uppförandekod" }, "Toast": { - "OpenedNewSketch": "Opened new sketch.", - "SketchSaved": "Sketch saved.", - "SketchFailedSave": "Failed to save sketch.", - "AutosaveEnabled": "Autosave enabled.", - "LangChange": "Language changed", - "SettingsSaved": "Settings saved." + "OpenedNewSketch": "Öppnat ny sketch.", + "SketchSaved": "Sketch sparad.", + "SketchFailedSave": "Misslyckades spara sketch.", + "AutosaveEnabled": "Autospara aktiverat.", + "LangChange": "Språk bytt.", + "SettingsSaved": "Sparat inställningar." }, "Toolbar": { - "Preview": "Preview", - "Auto-refresh": "Auto-refresh", - "OpenPreferencesARIA": "Open Preferences", - "PlaySketchARIA": "Play sketch", - "PlayOnlyVisualSketchARIA": "Play only visual sketch", - "StopSketchARIA": "Stop sketch", - "EditSketchARIA": "Edit sketch name", - "NewSketchNameARIA": "New sketch name", - "By": " by " + "Preview": "Förhandsvisning", + "Auto-refresh": "Automatisk uppdatering", + "OpenPreferencesARIA": "Öppna preferenser", + "PlaySketchARIA": "Kör sketch", + "PlayOnlyVisualSketchARIA": "Kör bara visuell sketch", + "StopSketchARIA": "Stoppa sketch", + "EditSketchARIA": "Redigera sketchnamn", + "NewSketchNameARIA": "Nytt sketchnamn", + "By": " genom " }, "Console": { "Title": "Console", From 75c467f8e5951e4dde7a81f4560f238e633d70cd Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 13 Oct 2021 09:30:11 +0200 Subject: [PATCH 08/16] Update translations.json --- translations/locales/se/translations.json | 402 +++++++++++----------- 1 file changed, 201 insertions(+), 201 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index dc4697c722..568e7c128b 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -121,265 +121,265 @@ "By": " genom " }, "Console": { - "Title": "Console", - "Clear": "Clear", - "ClearARIA": "Clear console", - "Close": "Close", - "CloseARIA": "Close console", - "Open": "Open", - "OpenARIA": "Open console" + "Title": "Konsoll", + "Clear": "Rensa", + "ClearARIA": "Rensa konsoll", + "Close": "Stäng", + "CloseARIA": "Stäng konsoll", + "Open": "Öppna", + "OpenARIA": "Öppna konsoll" }, "Preferences": { - "Settings": "Settings", - "GeneralSettings": "General settings", - "Accessibility": "Accessibility", - "Theme": "Theme", - "LightTheme": "Light", - "LightThemeARIA": "light theme on", - "DarkTheme": "Dark", - "DarkThemeARIA": "dark theme on", - "HighContrastTheme": "High Contrast", - "HighContrastThemeARIA": "high contrast theme on", - "TextSize": "Text Size", - "DecreaseFont": "Decrease", - "DecreaseFontARIA": "decrease font size", - "IncreaseFont": "Increase", - "IncreaseFontARIA": "increase font size", - "Autosave": "Autosave", - "On": "On", - "AutosaveOnARIA": "autosave on", - "Off": "Off", - "AutosaveOffARIA": "autosave off", - "AutocloseBracketsQuotes": "Autoclose Brackets and Quotes", - "AutocloseBracketsQuotesOnARIA": "autoclose brackets and quotes on", - "AutocloseBracketsQuotesOffARIA": "autoclose brackets and quotes off", - "WordWrap": "Word Wrap", - "LineWrapOnARIA": "linewrap on", - "LineWrapOffARIA": "linewrap off", - "LineNumbers": "Line numbers", - "LineNumbersOnARIA": "line numbers on", - "LineNumbersOffARIA": "line numbers off", - "LintWarningSound": "Lint warning sound", - "LintWarningOnARIA": "lint warning on", - "LintWarningOffARIA": "lint warning off", - "PreviewSound": "Preview sound", - "PreviewSoundARIA": "preview sound", - "AccessibleTextBasedCanvas": "Accessible text-based canvas", - "UsedScreenReader": "Used with screen reader", - "PlainText": "Plain-text", - "TextOutputARIA": "text output on", - "TableText": "Table-text", - "TableOutputARIA": "table output on" + "Settings": "Inställningar", + "GeneralSettings": "Allmänna inställningar", + "Accessibility": "Tillgänglighet", + "Theme": "Tema", + "LightTheme": "Ljust", + "LightThemeARIA": "ljust tema på", + "DarkTheme": "Mörkt", + "DarkThemeARIA": "mörkt tema på", + "HighContrastTheme": "Hög Kontrast", + "HighContrastThemeARIA": "hög kontrast-tema på", + "TextSize": "Textstorlek", + "DecreaseFont": "Minska", + "DecreaseFontARIA": "minska fontstorlek", + "IncreaseFont": "Öka", + "IncreaseFontARIA": "öka fontstorlek", + "Autosave": "Autospara", + "On": "På", + "AutosaveOnARIA": "autospara på", + "Off": "Av", + "AutosaveOffARIA": "autospara av", + "AutocloseBracketsQuotes": "Automatisk stängnging av parenteser och citattecken", + "AutocloseBracketsQuotesOnARIA": "automatisk stängnging av parenteser och citattecken på", + "AutocloseBracketsQuotesOffARIA": "automatisk stängnging av parenteser och citattecken av", + "WordWrap": "Radbrytning", + "LineWrapOnARIA": "radbrytning på", + "LineWrapOffARIA": "radbrytning av", + "LineNumbers": "Radnummer", + "LineNumbersOnARIA": "radnummer på", + "LineNumbersOffARIA": "radnummer av", + "LintWarningSound": "Lint varningsljud", + "LintWarningOnARIA": "lint varning på", + "LintWarningOffARIA": "lint varning av", + "PreviewSound": "Förhandsvisningsljud", + "PreviewSoundARIA": "Förhandsvisningsljud", + "AccessibleTextBasedCanvas": "Tillgänglig textbaserad canvas", + "UsedScreenReader": "Använd med skärmläsare", + "PlainText": "Oformatterad text", + "TextOutputARIA": "text-output på", + "TableText": "Tabelltext", + "TableOutputARIA": "tabell-output på" }, "KeyboardShortcuts": { - "Title": " Keyboard Shortcuts", - "ShortcutsFollow": "Code editing keyboard shortcuts follow", - "SublimeText": "Sublime Text shortcuts", + "Title": "Tangentbordsgenvägar", + "ShortcutsFollow": "Tangentbordsgenvägar för kodredigering följer", + "SublimeText": "Sublime Text-genvägar", "CodeEditing": { - "Tidy": "Tidy", - "FindText": "Find Text", - "FindNextMatch": "Find Next Match", - "FindPrevMatch": "Find Previous Match", - "ReplaceTextMatch": "Replace Text 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" + "Tidy": "Formatera", + "FindText": "Sök text", + "FindNextMatch": "Sök nästa matchning", + "FindPrevMatch": "Sök Föregående matchning", + "ReplaceTextMatch": "Ersätt textmatchning", + "IndentCodeLeft": "Indentera kod vänster", + "IndentCodeRight": "Indentera kod höger", + "CommentLine": "Kommentera rad", + "FindNextTextMatch": "Sök nästa textmatchning", + "FindPreviousTextMatch": "Sök föregående textmatchning", + "CodeEditing": "kodredigering" }, "General": { - "StartSketch": "Start Sketch", - "StopSketch": "Stop Sketch", - "TurnOnAccessibleOutput": "Turn On Accessible Output", - "TurnOffAccessibleOutput": "Turn Off Accessible Output" + "StartSketch": "Kör sketch", + "StopSketch": "Stoppa sketch", + "TurnOnAccessibleOutput": "Sätt på tillgänglig output", + "TurnOffAccessibleOutput": "Stäng av tillgänglig output" } }, "Sidebar": { - "Title": "Sketch Files", - "ToggleARIA": "Toggle open/close sketch file options", - "AddFolder": "Create folder", - "AddFolderARIA": "add folder", - "AddFile": "Create file", - "AddFileARIA": "add file", - "UploadFile": "Upload file", - "UploadFileARIA": "upload file" + "Title": "Sketchfiler", + "ToggleARIA": "Växla öppna/stäng sketchfilsalternativ", + "AddFolder": "Skapa mapp", + "AddFolderARIA": "lägg till mapp", + "AddFile": "Skapa fil", + "AddFileARIA": "lägg till fil", + "UploadFile": "Ladda upp fil", + "UploadFileARIA": "ladda upp fil" }, "FileNode": { - "OpenFolderARIA": "Open folder contents", - "CloseFolderARIA": "Close folder contents", - "ToggleFileOptionsARIA": "Toggle open/close file options", - "AddFolder": "Create folder", - "AddFolderARIA": "add folder", - "AddFile": "Create file", - "AddFileARIA": "add file", - "UploadFile": "Upload file", - "UploadFileARIA": "upload file", - "Rename": "Rename", - "Delete": "Delete" + "OpenFolderARIA": "Öppna mapp", + "CloseFolderARIA": "Stäng mapp", + "ToggleFileOptionsARIA": "Växla öppna/stäng filalternativ", + "AddFolder": "Skapa mapp", + "AddFolderARIA": "skapa mapp", + "AddFile": "Skapa fil", + "AddFileARIA": "skapa fil", + "UploadFile": "Ladda upp fil", + "UploadFileARIA": "ladda upp fil", + "Rename": "Byt namn", + "Delete": "Radera" }, "Common": { "Error": "Error", "ErrorARIA": "Error", - "Save": "Save", + "Save": "Spara", "p5logoARIA": "p5.js Logo", - "DeleteConfirmation": "Are you sure you want to delete {{name}}?" + "DeleteConfirmation": "Är du säker på att du vill radera {{name}}?" }, "IDEView": { - "SubmitFeedback": "Submit Feedback", - "SubmitFeedbackARIA": "submit-feedback", - "AddCollectionTitle": "Add to collection", - "AddCollectionARIA":"add to collection", - "ShareTitle": "Share", - "ShareARIA":"share" + "SubmitFeedback": "Skicka feedback", + "SubmitFeedbackARIA": "skicka-feedback", + "AddCollectionTitle": "Lägg till i samling", + "AddCollectionARIA":"lägg till i samling", + "ShareTitle": "Dela", + "ShareARIA":"dela" }, "NewFileModal": { - "Title": "Create File", - "CloseButtonARIA": "Close New File Modal", - "EnterName": "Please enter a name", - "InvalidType": "Invalid file type. Valid extensions are .js, .css, .json, .xml, .txt, .csv, .tsv, .frag, and .vert." + "Title": "Skapa fil", + "CloseButtonARIA": "Stäng ny fil Modal", + "EnterName": "Skriv in ett namn", + "InvalidType": "Felaktig filtyp. Giltiga filändelser är .js, .css, .json, .xml, .txt, .csv, .tsv, .frag, och .vert." }, "NewFileForm": { - "AddFileSubmit": "Add File", - "Placeholder": "Name" + "AddFileSubmit": "Lägg till fil", + "Placeholder": "Namn" }, "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" + "Title": "Skapa mapp", + "CloseButtonARIA": "Stäng ny mapp Modal", + "EnterName": "Skriv in ett namn", + "EmptyName": "Mappnamnet kan inte vara tomt", + "InvalidExtension": "Mappnamnet kan inte innehålla en filändelse" }, "NewFolderForm": { - "AddFolderSubmit": "Add Folder", - "Placeholder": "Name" + "AddFolderSubmit": "Lägg till mapp", + "Placeholder": "Namn" }, "ResetPasswordForm": { - "Email": "Email used for registration", - "EmailARIA": "email", - "Submit": "Send Password Reset Email" + "Email": "E-post som använts för registrering", + "EmailARIA": "e-post", + "Submit": "Skicka e-post med lösenordsåterställning" }, "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" + "Title": "p5.js Webb editor | Återställ lösenord", + "Reset": "Återställ ditt lösenord", + "Submitted": "Du bör få e-post med återställning av lösenord inom kort. Om du inte ser det, kontrollera din spam-mapp då det kan ha hamnat där.", + "Login": "Logga in", + "LoginOr": "eller", + "SignUp": "Registrera dig" }, "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." + "errorInvalidEmail": "Ange en giltig e-postadress", + "errorEmptyEmail": "Ange en e-mailadress", + "errorPasswordMismatch": "Lösenorden måste vara samma", + "errorEmptyPassword": "Ange ett lösenord", + "errorShortPassword": "Lösenordet måste vara minst 6 tecken", + "errorConfirmPassword": "Ange en lösenordsbekräftelse", + "errorNewPassword": "Ange ett nytt lösenord eller lämna det nuvarande lösenordet tomt.", + "errorEmptyUsername": "Ange ett användarnamn.", + "errorLongUsername": "Användarnamnet får innehålla högst 19 tecken.", + "errorValidUsername": "Användarnamnet får bara innehålla siffror, bokstäver, punkter, bindestreck och understreck." }, "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" + "Title": "p5.js Webb editor | Nytt lösenord", + "Description": "Ange ett nytt lösenord", + "TokenInvalidOrExpired": "Koden för återställning av lösenord har upphört att gälla.", + "EmptyPassword": "Ange ett lösenord", + "PasswordConfirmation": "Ange en lösenordsbekräftelse", + "PasswordMismatch": "Lösenorden måste vara samma" }, "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" + "Email": "E-post", + "EmailARIA": "e-post", + "Unconfirmed": "Inte bekräftad.", + "EmailSent": "Bekräftelse skickad, kontollera din e-post.", + "Resend": "Återsänd e-post med bekräftelse", + "UserName": "Användarnamn", + "UserNameARIA": "Användarnamn", + "CurrentPassword": "Nuvarande lösenord", + "CurrentPasswordARIA": "Nuvarande lösenord", + "NewPassword": "Nytt lösenord", + "NewPasswordARIA": "Nytt lösenord", + "SubmitSaveAllSettings": "Spara alla inställningar" }, "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" + "SocialLogin": "Social inloggning", + "SocialLoginDescription": "Använd ditt GitHub- eller Googlekonto för att logga in till p5.js Webb editor.", + "Title": "p5.js Webb editor | Kontoinställningar", + "Settings": "Kontoinställningar", + "AccountTab": "Konto", + "AccessTokensTab": "Tokens för åtkomst" }, "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" + "ConfirmDelete": "Är du säker på att du vill radera {{key_label}}?", + "Summary": "Personliga åtkomst-tokens fungerar som lösenord för att tillåta automatiserade\n skript att få tillgång till editorns API. Skapa ett token för varje skript\n som behöver tillgång.", + "CreateToken": "Skapa nytt token", + "TokenLabel": "Vad används detta token till?", + "TokenPlaceholder": "Vad används detta token till? T.ex. Exempel för import-skript", + "CreateTokenSubmit": "Skapa", + "NoTokens": "Du har inga tokens för närvarande.", + "NewTokenTitle": "Ditt nya token för åtkomst", + "NewTokenInfo": "Se till att kopiera ditt nya personliga åtkomst-token nu.\n Du kommer inte att kunna se det igen!", + "ExistingTokensTitle": "Existerande tokens" }, "APIKeyList": { - "Name": "Name", - "Created": "Created on", - "LastUsed": "Last used", - "Actions": "Actions", - "Never": "Never", - "DeleteARIA": "Delete API Key" + "Name": "Namn", + "Created": "Skapad", + "LastUsed": "Senast använd", + "Actions": "Händelser", + "Never": "Aldrig", + "DeleteARIA": "Radera API-nyckel" }, "NewPasswordForm": { - "Title": "Password", - "TitleARIA": "Password", - "ConfirmPassword": "Confirm Password", - "ConfirmPasswordARIA": "Confirm Password", - "SubmitSetNewPassword": "Set New Password" + "Title": "Lösenord", + "TitleARIA": "Lösenord", + "ConfirmPassword": "Bekräfta lösenord", + "ConfirmPasswordARIA": "Bekräfta lösenord", + "SubmitSetNewPassword": "Ange nytt lösenord" }, "SignupForm": { - "Title": "User Name", - "TitleARIA": "username", - "Email": "Email", - "EmailARIA": "email", - "Password": "Password", - "PasswordARIA": "password", - "ConfirmPassword": "Confirm Password", - "ConfirmPasswordARIA": "Confirm password", - "SubmitSignup": "Sign Up" + "Title": "Användarnamn", + "TitleARIA": "användarnamn", + "Email": "E-post", + "EmailARIA": "e-post", + "Password": "Lösenord", + "PasswordARIA": "lösenord", + "ConfirmPassword": "Bekräfta lösenord", + "ConfirmPasswordARIA": "Bekräfta lösenord", + "SubmitSignup": "Registrera dig" }, "SignupView": { - "Title": "p5.js Web Editor | Signup", - "Description": "Sign Up", - "Or": "Or", - "AlreadyHave": "Already have an account?", - "Login": "Log In" + "Title": "p5.js Webb editor | Registrering", + "Description": "Registrering", + "Or": "Eller", + "AlreadyHave": "Har du redan ett konto?", + "Login": "Logga in" }, "EmailVerificationView": { - "Title": "p5.js Web Editor | Email Verification", - "Verify": "Verify your email", - "InvalidTokenNull": "That link is invalid.", - "Checking": "Validating token, please wait...", - "Verified": "All done, your email address has been verified.", - "InvalidState": "Something went wrong." + "Title": "p5.js Webb editor | E-postbekräftelse", + "Verify": "Verifiera din e-post", + "InvalidTokenNull": "Den länken är ogiltig.", + "Checking": "Validerar token, var god vänta...", + "Verified": "Allt klart, din e-postadress är verifierad.", + "InvalidState": "Någonting gick fel." }, "AssetList": { - "Title": "p5.js Web Editor | My assets", - "ToggleOpenCloseARIA": "Toggle Open/Close Asset Options", - "Delete": "Delete", - "OpenNewTab": "Open in New Tab", - "NoUploadedAssets": "No uploaded assets.", - "HeaderName": "Name", - "HeaderSize": "Size", + "Title": "p5.js Webb editor | Mina resurser", + "ToggleOpenCloseARIA": "Växla öppna/stäng alternativ för resurser", + "Delete": "Radera", + "OpenNewTab": "Öppna i ny flik", + "NoUploadedAssets": "Inga uppladdade resurser.", + "HeaderName": "Namn", + "HeaderSize": "Storlek", "HeaderSketch": "Sketch" }, "Feedback": { - "Title": "p5.js Web Editor | Feedback", + "Title": "p5.js Webb editor | Feedback", "ViaGithubHeader": "Via Github Issues", - "ViaGithubDescription": "If you're familiar with Github, this is our preferred method for receiving bug reports and feedback.", - "GoToGithub": "Go to Github", + "ViaGithubDescription": "Om du är bekant med Github är detta vår föredragna metod för att ta emot bugg-rapportering och feedback.", + "GoToGithub": "Gå till Github", "ViaGoogleHeader": "Via Google Form", - "ViaGoogleDescription": "You can also submit this quick form.", - "GoToForm": "Go to Form" + "ViaGoogleDescription": "Du kan också skicka detta snabba formulär.", + "GoToForm": "Gå till formulär" }, "Searchbar": { "SearchSketch": "Search sketches...", From a3e67ca11480de912c831df824fbeddd2e8561cc Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 13 Oct 2021 12:47:03 +0200 Subject: [PATCH 09/16] Update translations.json --- translations/locales/se/translations.json | 330 +++++++++++----------- 1 file changed, 165 insertions(+), 165 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index 568e7c128b..611a7bd8d4 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -378,240 +378,240 @@ "ViaGithubDescription": "Om du är bekant med Github är detta vår föredragna metod för att ta emot bugg-rapportering och feedback.", "GoToGithub": "Gå till Github", "ViaGoogleHeader": "Via Google Form", - "ViaGoogleDescription": "Du kan också skicka detta snabba formulär.", + "ViaGoogleDescription": "Du kan också skicka detta formulär.", "GoToForm": "Gå till formulär" }, "Searchbar": { "SearchSketch": "Search sketches...", "SearchCollection": "Search collections...", - "ClearTerm": "clear" + "ClearTerm": "rensa" }, "UploadFileModal": { - "Title": "Upload File", - "CloseButtonARIA": "Close upload file modal", - "SizeLimitError": "Error: You cannot upload any more files. You have reached the total size limit of {{sizeLimit}}.\n If you would like to upload more, please remove the ones you aren't using anymore by\n in your " + "Title": "Ladda upp fil", + "CloseButtonARIA": "Stäng ladda upp fil modal", + "SizeLimitError": "Error: Du kan inte ladda upp fler filer. Du har nått den totala storleksbegränsningen {{sizeLimit}}.\n Om du vill ladda upp flera filer, var god radera de filer som du inte längre använder genom\n i din " }, "FileUploader": { - "DictDefaultMessage": "Drop files here or click to use the file browser" + "DictDefaultMessage": "Släpp filerna här eller klicka för att använda filhanteraren" }, "ErrorModal": { - "MessageLogin": "In order to save sketches, you must be logged in. Please ", - "Login": "Login", - "LoginOr": " or ", - "SignUp": "Sign Up", - "MessageLoggedOut": "It looks like you've been logged out. Please ", - "LogIn": "log in", - "SavedDifferentWindow": "The project you have attempted to save has been saved from another window.\n Please refresh the page to see the latest version.", - "LinkTitle": "Error Linking Account", - "LinkMessage": "There was a problem linking your {{serviceauth}} account to your p5.js Web Editor account. Your {{serviceauth}} account has already been linked to another p5.js Web Editor account." + "MessageLogin": "För att spara sketcher måste du vara inloggad. Var god ", + "Login": "logga in", + "LoginOr": " eller ", + "SignUp": "registrera dig", + "MessageLoggedOut": "Det ser ut som att du har blivit utloggad. Var god ", + "LogIn": "logga in", + "SavedDifferentWindow": "Det projekt du försöker spara har sparats från ett annat fönster.\n Var god ladda om sidan för att se den senaste versionen.", + "LinkTitle": "Fel vid kontolänkning", + "LinkMessage": "Det uppstod ett problem vid länkning av ditt {{serviceauth}}-konto till ditt p5.js Webb editor-konto. Ditt {{serviceauth}} konto har redan länkats till ett annat p5.js Webb editor-konto." }, "ShareModal": { - "Embed": "Embed", - "Present": "Present", - "Fullscreen": "Fullscreen", - "Edit": "Edit" + "Embed": "Bädda in", + "Present": "Presentera", + "Fullscreen": "Fullskärm", + "Edit": "Redigera" }, "CollectionView": { - "TitleCreate": "Create collection", - "TitleDefault": "collection" + "TitleCreate": "Skapa samling", + "TitleDefault": "samling" }, "Collection": { - "Title": "p5.js Web Editor | My collections", - "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", - "Share": "Share", - "URLLink": "Link to Collection", - "AddSketch": "Add Sketch", - "DeleteFromCollection": "Are you sure you want to remove {{name_sketch}} from this collection?", - "SketchDeleted": "Sketch deleted", - "SketchRemoveARIA": "Remove sketch from collection", - "DescriptionPlaceholder": "Add description", - "Description": "description", + "Title": "p5.js Webb editor | Mina samlingar", + "AnothersTitle": "p5.js Webb editor | {{anotheruser}}:s samlingar", + "Share": "Dela", + "URLLink": "Länk till samling", + "AddSketch": "Lägg till sketch", + "DeleteFromCollection": "Är du säker på att du vill radera {{name_sketch}} från den här samlingen?", + "SketchDeleted": "Sketchen är raderad", + "SketchRemoveARIA": "Radera sketch från samling", + "DescriptionPlaceholder": "Lägg till beskrivning", + "Description": "beskrivning", "NumSketches": "{{count}} sketch", - "NumSketches_plural": "{{count}} sketches", - "By":"Collection by ", - "NoSketches": "No sketches in collection", - "TableSummary": "table containing all collections", - "HeaderName": "Name", - "HeaderCreatedAt": "Date Added", - "HeaderUser": "Owner", - "DirectionAscendingARIA": "Ascending", - "DirectionDescendingARIA": "Descending", - "ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", - "ButtonLabelDescendingARIA": "Sort by {{displayName}} descending." + "NumSketches_plural": "{{count}} sketcher", + "By":"Samling av", + "NoSketches": "Inga sketcher i samling", + "TableSummary": "tabell med alla samlingar", + "HeaderName": "Namn", + "HeaderCreatedAt": "Datum skapad", + "HeaderUser": "Ägare", + "DirectionAscendingARIA": "Stigande", + "DirectionDescendingARIA": "Fallande", + "ButtonLabelAscendingARIA": "Sortera efter {{displayName}} stigande.", + "ButtonLabelDescendingARIA": "Sortera efter {{displayName}} fallande." }, "AddToCollectionList": { - "Title": "p5.js Web Editor | My collections", - "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", - "Empty": "No collections" + "Title": "p5.js Webb editor | Mina samlingar", + "AnothersTitle": "p5.js Webb editor | {{anotheruser}}:s samlingar", + "Empty": "Inga samlingar" }, "CollectionCreate": { - "Title": "p5.js Web Editor | Create collection", - "FormError": "Couldn't create collection", - "FormLabel": "Collection name", - "FormLabelARIA": "name", - "NameRequired": "Collection name is required", - "Description": "Description (optional)", - "DescriptionARIA": "description", - "DescriptionPlaceholder": "My fave sketches", - "SubmitCollectionCreate": "Create collection" + "Title": "p5.js Webb editor | Skapa samling", + "FormError": "Kunde inte skapa samling", + "FormLabel": "Namn på samling", + "FormLabelARIA": "namn", + "NameRequired": "Ett namn på samlingen är nödvändigt", + "Description": "Beskrivning (valfritt)", + "DescriptionARIA": "beskrivning", + "DescriptionPlaceholder": "Mina favvo-sketcher", + "SubmitCollectionCreate": "Skapa samling" }, "DashboardView": { - "CreateCollection": "Create collection", - "NewSketch": "New sketch", - "CreateCollectionOverlay": "Create collection" + "CreateCollection": "Skapa samling", + "NewSketch": "Ny sketch", + "CreateCollectionOverlay": "Skapa samling" }, "DashboardTabSwitcher": { - "Sketches": "Sketches", - "Collections": "Collections", - "Assets": "Assets" + "Sketches": "Sketcher", + "Collections": "Samlingar", + "Assets": "Resurser" }, "CollectionList": { - "Title": "p5.js Web Editor | My collections", - "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s collections", - "NoCollections": "No collections.", - "TableSummary": "table containing all collections", - "HeaderName": "Name", - "HeaderCreatedAt": "Date Created", - "HeaderCreatedAt_mobile": "Created", - "HeaderUpdatedAt": "Date Updated", - "HeaderUpdatedAt_mobile": "Updated", - "HeaderNumItems": "# sketches", - "HeaderNumItems_mobile": "# sketches", - "DirectionAscendingARIA": "Ascending", - "DirectionDescendingARIA": "Descending", - "ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", - "ButtonLabelDescendingARIA": "Sort by {{displayName}} descending.", - "AddSketch": "Add Sketch" + "Title": "p5.js Webb editor | Mina samlingar", + "AnothersTitle": "p5.js Webb editor | {{anotheruser}}:s samlingar", + "NoCollections": "Inga samlingar.", + "TableSummary": "tabell med alla samlingar", + "HeaderName": "Namn", + "HeaderCreatedAt": "Datum skapad", + "HeaderCreatedAt_mobile": "Skapad", + "HeaderUpdatedAt": "Datum Uppdaterad", + "HeaderUpdatedAt_mobile": "Uppdaterad", + "HeaderNumItems": "# sketcher", + "HeaderNumItems_mobile": "# sketcher", + "DirectionAscendingARIA": "Stigande", + "DirectionDescendingARIA": "Fallande", + "ButtonLabelAscendingARIA": "Sortera på {{displayName}} stigande.", + "ButtonLabelDescendingARIA": "Sortera på {{displayName}} fallande.", + "AddSketch": "Lägg till sketch" }, "CollectionListRow": { - "ToggleCollectionOptionsARIA": "Toggle Open/Close collection options", - "AddSketch": "Add sketch", - "Delete": "Delete", - "Rename": "Rename" + "ToggleCollectionOptionsARIA": "Växla öppna/stäng alternativ för samling", + "AddSketch": "Lägg till sketch", + "Delete": "Radera", + "Rename": "Ändra namn" }, "Overlay": { - "AriaLabel": "Close {{title}} overlay" + "AriaLabel": "Stäng {{title}} övre lager" }, "QuickAddList":{ - "ButtonRemoveARIA": "Remove from collection", - "ButtonAddToCollectionARIA": "Add to collection", - "View": "View" + "ButtonRemoveARIA": "Ta bort från samling", + "ButtonAddToCollectionARIA": "Lägg till i samling", + "View": "Granska" }, "SketchList": { - "View": "View", - "Title": "p5.js Web Editor | My sketches", - "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s sketches", - "ToggleLabelARIA": "Toggle Open/Close Sketch Options", - "DropdownRename": "Rename", - "DropdownDownload": "Download", - "DropdownDuplicate": "Duplicate", - "DropdownAddToCollection": "Add to collection", - "DropdownDelete": "Delete", - "DirectionAscendingARIA": "Ascending", - "DirectionDescendingARIA": "Descending", - "ButtonLabelAscendingARIA": "Sort by {{displayName}} ascending.", - "ButtonLabelDescendingARIA": "Sort by {{displayName}} descending.", - "AddToCollectionOverlayTitle": "Add to collection", - "TableSummary": "table containing all saved projects", + "View": "Granska", + "Title": "p5.js Webb editor | Mina sketcher", + "AnothersTitle": "p5.js Webb editor | {{anotheruser}}:s sketcher", + "ToggleLabelARIA": "Växla öppna/stäng alternativ för sketch", + "DropdownRename": "Byt namn", + "DropdownDownload": "Ladda ner", + "DropdownDuplicate": "Duplicera", + "DropdownAddToCollection": "Lägg till i samling", + "DropdownDelete": "Radera", + "DirectionAscendingARIA": "Stigande", + "DirectionDescendingARIA": "Fallande", + "ButtonLabelAscendingARIA": "Sortera på {{displayName}} stigande.", + "ButtonLabelDescendingARIA": "Sortera på {{displayName}} fallande.", + "AddToCollectionOverlayTitle": "Lägg till i samling", + "TableSummary": "tabell med alla sparade projekt", "HeaderName": "Sketch", - "HeaderCreatedAt": "Date Created", - "HeaderCreatedAt_mobile": "Created", - "HeaderUpdatedAt": "Date Updated", - "HeaderUpdatedAt_mobile": "Updated", - "NoSketches": "No sketches." + "HeaderCreatedAt": "Datum skapad", + "HeaderCreatedAt_mobile": "Skapad", + "HeaderUpdatedAt": "Datum uppdaterad", + "HeaderUpdatedAt_mobile": "Uppdaterad", + "NoSketches": "Inga sketcher." }, "AddToCollectionSketchList": { - "Title": "p5.js Web Editor | My sketches", - "AnothersTitle": "p5.js Web Editor | {{anotheruser}}'s sketches", - "NoCollections": "No collections." + "Title": "p5.js Webb editor | Mina sketcher", + "AnothersTitle": "p5.js Webb editor | {{anotheruser}}:s sketcher", + "NoCollections": "Inga samlingar." }, "Editor": { - "OpenSketchARIA": "Open Sketch files navigation", - "CloseSketchARIA": "Close Sketch files navigation", - "UnsavedChangesARIA": "Sketch has unsaved changes", - "KeyUpLineNumber": "line {{lineNumber}}" + "OpenSketchARIA": "Öppna filnavigation för sketch", + "CloseSketchARIA": "Stäng filnavigation för sketch", + "UnsavedChangesARIA": "Sketchen har osparade ändringar", + "KeyUpLineNumber": "rad {{lineNumber}}" }, "EditorAccessibility": { - "NoLintMessages": "There are no lint messages ", - "CurrentLine": " Current line" + "NoLintMessages": "Det finns inga lint-meddelanden ", + "CurrentLine": " Aktuell rad" }, "Timer": { - "SavedAgo": "Saved: {{timeAgo}}" + "SavedAgo": "Sparad: {{timeAgo}}" }, "formatDate": { - "JustNow": "just now", - "15Seconds": "15 seconds ago", - "25Seconds": "25 seconds ago", - "35Seconds": "35 seconds ago", - "Ago": "{{timeAgo}} ago" + "JustNow": "just nu", + "15Seconds": "för 15 sekunder sen", + "25Seconds": "för 25 sekunder sen", + "35Seconds": "för 35 sekunder sen", + "Ago": "{{timeAgo}} sen" }, "AddRemoveButton": { - "AltAddARIA": "Add to collection", - "AltRemoveARIA": "Remove from collection" + "AltAddARIA": "Lägg till i samling", + "AltRemoveARIA": "Ta bort från samling" }, "CopyableInput": { - "CopiedARIA": "Copied to Clipboard!", - "OpenViewTabARIA": "Open {{label}} view in new tab" + "CopiedARIA": "Kopierat till urklipp!", + "OpenViewTabARIA": "Öppna {{label}}-vy i ny flik" }, "EditableInput": { - "EditValue": "Edit {{display}} value", - "EmptyPlaceholder": "No value" + "EditValue": "Redigera {{display}} värde", + "EmptyPlaceholder": "Inget värde" }, "PreviewNav": { - "EditSketchARIA": "Edit Sketch", - "ByUser": "by" + "EditSketchARIA": "Redigera sketch", + "ByUser": "av" }, "MobilePreferences": { - "Settings": "Settings", - "GeneralSettings": "General settings", - "Accessibility": "Accessibility", - "AccessibleOutput": "Accessible Output", - "Theme": "Theme", - "LightTheme": "Light", - "DarkTheme": "Dark", - "HighContrastTheme": "High Contrast", - "Autosave": "Autosave", - "WordWrap": "Word Wrap", - "LineNumbers": "Line numbers", - "LintWarningSound": "Lint warning sound", - "UsedScreenReader": "Used with screen reader", - "PlainText": "Plain-text", - "TableText": "Table-text", - "Sound": "Sound" + "Settings": "Inställningar", + "GeneralSettings": "Allmänna inställningar", + "Accessibility": "Tillgänglighet", + "AccessibleOutput": "Tillgänglig output", + "Theme": "Tema", + "LightTheme": "Ljust", + "DarkTheme": "Mörkt", + "HighContrastTheme": "Hög kontrast", + "Autosave": "Autospara", + "WordWrap": "Radbrytning", + "LineNumbers": "Radnummer", + "LintWarningSound": "Lint varningsljud", + "UsedScreenReader": "Använd med skärmläsare", + "PlainText": "Oformatterad text", + "TableText": "tabelltext", + "Sound": "Ljud" }, "PreferenceCreators": { - "On": "On", - "Off": "Off" + "On": "På", + "Off": "Av" }, "MobileIDEView":{ - "Preferences": "Preferences", - "MyStuff": "My Stuff", - "Examples": "Examples", - "OriginalEditor": "Original Editor", - "Login": "Login", - "Logout": "Logout" + "Preferences": "Preferenser", + "MyStuff": "Mina saker", + "Examples": "Exempel", + "OriginalEditor": "Originaleditor", + "Login": "Logga in", + "Logout": "Logga ut" }, "MobileDashboardView": { - "Examples": "Examples", - "Sketches": "Sketches", - "Collections": "Collections", - "Assets": "Assets", - "MyStuff": "My Stuff", - "CreateSketch": "Create Sketch", - "CreateCollection": "Create Collection" + "Examples": "Exempel", + "Sketches": "Sketcher", + "Collections": "Samlingar", + "Assets": "Resurser", + "MyStuff": "Mina saker", + "CreateSketch": "Skapa sketch", + "CreateCollection": "Skapa samling" }, "Explorer": { - "Files": "Files" + "Files": "Filer" }, "Cookies": { "Header": "Cookies", - "Body": "The p5.js Editor uses cookies. Some are essential to the website functionality and allow you to manage an account and preferences. Others are not essential—they are used for analytics and allow us to learn more about our community. We never sell this data or use it for advertising. You can decide which cookies you would like to allow, and learn more in our <0>Privacy Policy<0>.", - "AllowAll": "Allow All", - "AllowEssential": "Allow Essential" + "Body": "p5.js editor använder cookies. Vissa är nödvändiga för webbplatsens funktionalitet och tillåter dig att hantera ditt konto och preferenser. Andra är inte nödvändiga - de används för analys som gör att vi kan lära oss mer om vårt community. Vi säljer inte denna data och använder inte heller datan för reklam. Du kan själv avgöra vilka cookies du vill tillåta och läsa mer i vår <0>Integritetspolicy<0>.", + "AllowAll": "Tillåt alla", + "AllowEssential": "Tillåt nödvändiga" }, "Legal": { - "PrivacyPolicy": "Privacy Policy", - "TermsOfUse": "Terms of Use", - "CodeOfConduct": "Code of Conduct" + "PrivacyPolicy": "Integritetspolicy", + "TermsOfUse": "Användarvillkor", + "CodeOfConduct": "Uppförandekod" } } From 4c0f040a1c0d628575cdc9c3f6c7caa2b01867be Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 13 Oct 2021 13:05:58 +0200 Subject: [PATCH 10/16] Update translations.json --- translations/locales/se/translations.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index 611a7bd8d4..72a9c4fe7c 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -91,7 +91,7 @@ "TitleHelmet": "p5.js Webb editor | Om", "Contribute": "Bidra", "NewP5": "Nybörjare med p5.js?", - "Report": "Rapportera en bug", + "Report": "Rapportera en bugg", "Learn": "Lär dig", "Resources": "Resurser", "Libraries": "Bibliotek", @@ -382,8 +382,8 @@ "GoToForm": "Gå till formulär" }, "Searchbar": { - "SearchSketch": "Search sketches...", - "SearchCollection": "Search collections...", + "SearchSketch": "Sök sketcher...", + "SearchCollection": "Sök samlingar...", "ClearTerm": "rensa" }, "UploadFileModal": { @@ -611,7 +611,7 @@ }, "Legal": { "PrivacyPolicy": "Integritetspolicy", - "TermsOfUse": "Användarvillkor", + "TermsOfUse": "Villkor för användning", "CodeOfConduct": "Uppförandekod" } } From f029fd902d2d0538edb7cc4ff3a2aa56f8619b20 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 13 Oct 2021 14:15:21 +0200 Subject: [PATCH 11/16] Update translations.json --- translations/locales/se/translations.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index 72a9c4fe7c..c4dded629d 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -160,8 +160,8 @@ "LineNumbersOnARIA": "radnummer på", "LineNumbersOffARIA": "radnummer av", "LintWarningSound": "Lint varningsljud", - "LintWarningOnARIA": "lint varning på", - "LintWarningOffARIA": "lint varning av", + "LintWarningOnARIA": "Lint varning på", + "LintWarningOffARIA": "Lint varning av", "PreviewSound": "Förhandsvisningsljud", "PreviewSoundARIA": "Förhandsvisningsljud", "AccessibleTextBasedCanvas": "Tillgänglig textbaserad canvas", @@ -403,7 +403,7 @@ "LogIn": "logga in", "SavedDifferentWindow": "Det projekt du försöker spara har sparats från ett annat fönster.\n Var god ladda om sidan för att se den senaste versionen.", "LinkTitle": "Fel vid kontolänkning", - "LinkMessage": "Det uppstod ett problem vid länkning av ditt {{serviceauth}}-konto till ditt p5.js Webb editor-konto. Ditt {{serviceauth}} konto har redan länkats till ett annat p5.js Webb editor-konto." + "LinkMessage": "Det uppstod ett problem vid länkning av ditt {{serviceauth}}-konto till ditt p5.js Webb editor-konto. Ditt {{serviceauth}}-konto har redan länkats till ett annat p5.js Webb editor-konto." }, "ShareModal": { "Embed": "Bädda in", @@ -532,7 +532,7 @@ "KeyUpLineNumber": "rad {{lineNumber}}" }, "EditorAccessibility": { - "NoLintMessages": "Det finns inga lint-meddelanden ", + "NoLintMessages": "Det finns inga Lint-meddelanden ", "CurrentLine": " Aktuell rad" }, "Timer": { @@ -615,3 +615,4 @@ "CodeOfConduct": "Uppförandekod" } } + From db0ff4113e03d004895803a778dac83c58c86539 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 13 Oct 2021 15:38:36 +0200 Subject: [PATCH 12/16] Update translations.json --- translations/locales/se/translations.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/translations/locales/se/translations.json b/translations/locales/se/translations.json index c4dded629d..dd12ad5a52 100644 --- a/translations/locales/se/translations.json +++ b/translations/locales/se/translations.json @@ -7,7 +7,7 @@ "Duplicate": "Duplicera", "Open": "Öppna", "Download": "Ladda ner", - "AddToCollection": "Lägg till i samlingar", + "AddToCollection": "Lägg till i samling", "Examples": "Exempel" }, "Edit": { @@ -54,7 +54,7 @@ "Replace": "Ersätt", "ReplaceAll": "Ersätt alla", "ReplacePlaceholder": "Text att ersätta", - "Regex": "Regular expression", + "Regex": "Reguljära uttryck", "CaseSensitive": "Skiftlägeskänsligt", "WholeWords": "Hela ord", "Previous": "Föregående", @@ -118,7 +118,7 @@ "StopSketchARIA": "Stoppa sketch", "EditSketchARIA": "Redigera sketchnamn", "NewSketchNameARIA": "Nytt sketchnamn", - "By": " genom " + "By": " av " }, "Console": { "Title": "Konsoll", @@ -162,10 +162,10 @@ "LintWarningSound": "Lint varningsljud", "LintWarningOnARIA": "Lint varning på", "LintWarningOffARIA": "Lint varning av", - "PreviewSound": "Förhandsvisningsljud", - "PreviewSoundARIA": "Förhandsvisningsljud", + "PreviewSound": "Förhandsvisning ljud", + "PreviewSoundARIA": "Förhandsvisning ljud", "AccessibleTextBasedCanvas": "Tillgänglig textbaserad canvas", - "UsedScreenReader": "Använd med skärmläsare", + "UsedScreenReader": "Används med skärmläsare", "PlainText": "Oformatterad text", "TextOutputARIA": "text-output på", "TableText": "Tabelltext", @@ -199,9 +199,9 @@ "Title": "Sketchfiler", "ToggleARIA": "Växla öppna/stäng sketchfilsalternativ", "AddFolder": "Skapa mapp", - "AddFolderARIA": "lägg till mapp", + "AddFolderARIA": "skapa mapp", "AddFile": "Skapa fil", - "AddFileARIA": "lägg till fil", + "AddFileARIA": "skapa fil", "UploadFile": "Ladda upp fil", "UploadFileARIA": "ladda upp fil" }, @@ -269,7 +269,7 @@ }, "ReduxFormUtils": { "errorInvalidEmail": "Ange en giltig e-postadress", - "errorEmptyEmail": "Ange en e-mailadress", + "errorEmptyEmail": "Ange en e-postadress", "errorPasswordMismatch": "Lösenorden måste vara samma", "errorEmptyPassword": "Ange ett lösenord", "errorShortPassword": "Lösenordet måste vara minst 6 tecken", @@ -452,7 +452,7 @@ "NameRequired": "Ett namn på samlingen är nödvändigt", "Description": "Beskrivning (valfritt)", "DescriptionARIA": "beskrivning", - "DescriptionPlaceholder": "Mina favvo-sketcher", + "DescriptionPlaceholder": "Mina favorit-sketcher", "SubmitCollectionCreate": "Skapa samling" }, "DashboardView": { From c0ed97bbc984155b15439f5ec2b5e5bf365c1c24 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 20 Oct 2021 08:05:41 +0200 Subject: [PATCH 13/16] Rename translations/locales/se/translations.json to translations/locales/sv/translations.json --- translations/locales/{se => sv}/translations.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename translations/locales/{se => sv}/translations.json (100%) diff --git a/translations/locales/se/translations.json b/translations/locales/sv/translations.json similarity index 100% rename from translations/locales/se/translations.json rename to translations/locales/sv/translations.json From 2a70e9ecac14e96c3a0ece2a39c1a3bf5efdb0e3 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 20 Oct 2021 08:12:36 +0200 Subject: [PATCH 14/16] Update i18n.js --- client/i18n.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/client/i18n.js b/client/i18n.js index f964f3ba72..0daa283e53 100644 --- a/client/i18n.js +++ b/client/i18n.js @@ -11,7 +11,8 @@ import { frCA, zhCN, zhTW, - uk + uk, + sv } from 'date-fns/locale'; const fallbackLng = ['en-US']; @@ -23,6 +24,7 @@ const availableLanguages = [ 'hi', 'ja', 'pt-BR', + 'sv', 'uk-UA', 'zh-CN', 'zh-TW' @@ -37,6 +39,7 @@ export function languageKeyToLabel(lang) { hi: 'हिन्दी', ja: '日本語', 'pt-BR': 'Português', + 'sv': 'Svenska', 'uk-UA': 'Українська', 'zh-CN': '简体中文', 'zh-TW': '正體中文' @@ -53,6 +56,7 @@ export function languageKeyToDateLocale(lang) { hi, ja, 'pt-BR': ptBR, + 'sv', 'uk-UA': uk, 'zh-CN': zhCN, 'zh-TW': zhTW From 0ce04351e66d4f3219ce95d234c34e1ad86354e5 Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 20 Oct 2021 08:14:16 +0200 Subject: [PATCH 15/16] Update i18n.js --- client/i18n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/i18n.js b/client/i18n.js index 0daa283e53..7b3d731a0e 100644 --- a/client/i18n.js +++ b/client/i18n.js @@ -39,7 +39,7 @@ export function languageKeyToLabel(lang) { hi: 'हिन्दी', ja: '日本語', 'pt-BR': 'Português', - 'sv': 'Svenska', + sv: 'Svenska', 'uk-UA': 'Українська', 'zh-CN': '简体中文', 'zh-TW': '正體中文' @@ -56,7 +56,7 @@ export function languageKeyToDateLocale(lang) { hi, ja, 'pt-BR': ptBR, - 'sv', + sv, 'uk-UA': uk, 'zh-CN': zhCN, 'zh-TW': zhTW From bab39766a63a61df9ada626fd8e94bebd2eb3e9e Mon Sep 17 00:00:00 2001 From: mats nilsson Date: Wed, 20 Oct 2021 08:21:30 +0200 Subject: [PATCH 16/16] Update Nav.jsx --- client/components/Nav.jsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/components/Nav.jsx b/client/components/Nav.jsx index 539f4d807a..a7b612a20d 100644 --- a/client/components/Nav.jsx +++ b/client/components/Nav.jsx @@ -687,6 +687,16 @@ class Nav extends React.PureComponent { Português +
  • + +