Skip to content

New Crowdin updates #1212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 32 commits into
base: translate-web-component
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
747095d
New translations en.json (French)
raspberrypitranslationsbot Jun 13, 2025
1aeaeaa
New translations en.json (English, United States)
raspberrypitranslationsbot Jun 13, 2025
24800ef
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jun 13, 2025
45244ca
New translations en.json (French)
raspberrypitranslationsbot Jun 13, 2025
c5960e3
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jun 13, 2025
22e797a
New translations en.json (French)
raspberrypitranslationsbot Jun 13, 2025
5d2f4f4
New translations en.json (French)
raspberrypitranslationsbot Jun 13, 2025
c09874e
Delete public/translations/es-419.json
raspberrypitranslationsbot Jun 13, 2025
d1d9751
New translations en.json (French)
raspberrypitranslationsbot Jul 4, 2025
6f45ab9
New translations en.json (English, United States)
raspberrypitranslationsbot Jul 4, 2025
2c13c34
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jul 4, 2025
e935603
New translations en.json (French)
raspberrypitranslationsbot Jul 7, 2025
bf9bef8
New translations en.json (English, United States)
raspberrypitranslationsbot Jul 7, 2025
db441d9
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jul 7, 2025
e6fdf9e
New translations en.json (French)
raspberrypitranslationsbot Jul 11, 2025
ee97790
New translations en.json (English, United States)
raspberrypitranslationsbot Jul 11, 2025
fcdc55f
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jul 11, 2025
b6cb6dd
New translations en.json (French)
raspberrypitranslationsbot Jul 17, 2025
4577994
New translations en.json (English, United States)
raspberrypitranslationsbot Jul 17, 2025
beea766
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jul 17, 2025
7998834
New translations xx-xx.json (French)
raspberrypitranslationsbot Jul 18, 2025
e79e495
New translations xx-xx.json (English, United States)
raspberrypitranslationsbot Jul 18, 2025
6c3a612
New translations xx-xx.json (Spanish, Latin America)
raspberrypitranslationsbot Jul 18, 2025
75d52bf
New translations en.json (French)
raspberrypitranslationsbot Jul 18, 2025
a3213d6
New translations en.json (English, United States)
raspberrypitranslationsbot Jul 18, 2025
7b1106d
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jul 18, 2025
c5a2c43
New translations en.json (French)
raspberrypitranslationsbot Jul 22, 2025
a154b92
New translations en.json (English, United States)
raspberrypitranslationsbot Jul 22, 2025
f520616
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jul 22, 2025
91761be
New translations en.json (French)
raspberrypitranslationsbot Jul 30, 2025
f68302b
New translations en.json (English, United States)
raspberrypitranslationsbot Jul 30, 2025
2002e75
New translations en.json (Spanish, Latin America)
raspberrypitranslationsbot Jul 30, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
261 changes: 261 additions & 0 deletions public/translations/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,261 @@
{
"modal": {
"close": "Close",
"error": {
"error": "Error",
"heading": "An error has occurred",
"externalLink": {
"message": "Unfortunately links to external sites are not available in the Editor."
}
}
},
"editorPanel": {
"ariaLabel": "editor text input",
"characterLimitError": "Error: Character limit reached",
"viewOnly": "View only",
"close": "close",
"characterLimitExplanation_one": "Files in the editor are limited to {{count}} character",
"characterLimitExplanation_other": "Files in the editor are limited to {{count}} characters"
},
"filePanel": {
"errors": {
"reservedFileName": "{{fileName}} is a reserved file name. Please choose a different name.",
"containsSpaces": "File names must not contain spaces.",
"generalError": "Error",
"notUnique": "File names must be unique.",
"unsupportedExtension": "File names must end in {{allowedExtensions}}."
},
"files": "Project files",
"newFileButton": "Add file",
"newFileModal": {
"cancel": "Cancel",
"heading": "Add a new file to your project",
"helpText": "Remember to add the file extension at the end of your file name, for example, {{examples}}",
"helpTextExample": {
"html": "'file.html', 'file.css' or 'file.js'",
"python": "'file.py'"
},
"inputLabel": "Name your file",
"addFile": "Add file"
},
"renameFileModal": {
"cancel": "Cancel",
"heading": "Rename file",
"inputLabel": "Name your file",
"save": "Save"
},
"fileMenu": {
"label": "Open file menu",
"renameItem": "Rename file"
}
},
"downloadPanel": {
"heading": "Save & download",
"logInTitle": "Log in to save your progress",
"logInHint": "With a Raspberry Pi Account you can save your code and project steps progress.",
"logInButton": "Log in to save",
"signUpButton": "Sign up",
"downloadHint": "Download your project files so you can use them offline and in a different code editor.",
"downloadButton": "Download project"
},
"projectName": {
"label": "Project name",
"newProject": "New Project"
},
"header": {
"download": "Download",
"downloadFileNameDefault": "my {{project_type}} project",
"editorLogoAltText": "Editor logo",
"renameProject": "Edit project name",
"renameSave": "Save project name",
"save": "Save",
"loginToSave": "Log in to save"
},
"imagePanel": {
"gallery": "Image gallery"
},
"infoPanel": {
"info": "Information"
},
"instructionsPanel": {
"demoInstructions": {
"title": "How instructions work",
"enablingInstructions": "Enabling instructions",
"visible": "Any text written here will be visible to students in the sidebar.",
"writingInstructions": "Writing instructions",
"markdown": "Write your instructions using [Markdown](https://www.markdownguide.org/).",
"whatYouCanDo": "What you can do",
"lists": "Lists",
"bulletPoints": "Bullet points",
"numberedSteps": "Numbered steps"
},
"emptyState": {
"addInstructions": "Add instructions",
"edits": "Like project code, students will not see any edits you make to the instructions after they have saved their version of the project.",
"location": "These instructions will be shown to students in their project sidebar and will be view-only.",
"markdown": "Instructions are written in <0>markdown</0>.",
"purpose": "Instructions can be added to your project to guide students."
},
"removeInstructions": "Remove instructions",
"nextStep": "Next step",
"previousStep": "Previous step",
"projectSteps": "Project instructions",
"edit": "Edit",
"view": "View",
"removeInstructionsModal": {
"removeInstructions": "Remove instructions",
"close": "Close",
"heading": "Remove project instructions?",
"removeInstuctionsWarning": "You are about to remove the instructions from the project.",
"resultRemovingInstructions": "As a result of removing these instructions:",
"instructionsWillBeDeleted": "Instructions content will be deleted.",
"studentsWorkingProjectNotRecievedInstructions": "Students who start working on this project will not receive instructions.",
"studentsStartedWillSeeInstructions": "Students who have already started working on this project will still be able to see the instructions as they were when they started."
}
},
"projectsPanel": {
"projects": "Projects",
"yourProjectsButton": "Go to your projects",
"projectTypeLabel": "Project type"
},
"settingsPanel": {
"info": "Settings"
},
"input": {
"comment": {
"py5": "Py5: imported mode"
}
},
"mobile": {
"code": "Code",
"menu": "Menu",
"output": "Output",
"preview": "Preview",
"steps": "Steps"
},
"modals": {
"close": "Close"
},
"notifications": {
"close": "close",
"loginPrompt": "To save this project and access it later, don't forget to log in or sign up!",
"projectRenamed": "You have renamed your project.",
"projectSaved": "Your project has been saved",
"savePrompt": "Save this project to access it later under \"Your projects\"."
},
"output": {
"errors": {
"interrupted": "Execution interrupted"
},
"newTab": "Preview in new tab",
"preview": "preview",
"senseHat": {
"controls": {
"colour": "colour",
"humidity": "humidity",
"motion": "motion",
"motionSensorOptions": {
"no": "No",
"yes": "Yes"
},
"name": "Space Station Control Panel",
"pressure": "pressure",
"temperature": "temperature",
"timer": "timer"
},
"model": {
"pitch": "pitch",
"roll": "roll",
"yaw": "yaw"
}
},
"textOutput": "Text output",
"visualOutput": "Visual output"
},
"outputViewToggle": {
"buttonTabLabel": "Tabbed view",
"buttonTabTitle": "Tabbed view",
"buttonSplitLabel": "Split view",
"buttonSplitTitle": "Split view"
},
"project": {
"loading": "Loading",
"untitled": "Untitled project"
},
"projectTypes": {
"html": "HTML/CSS",
"python": "Python"
},
"runButton": {
"run": "Run",
"stop": "Stop",
"stopping": "Stopping..."
},
"saveStatus": {
"saving": "Saving",
"saved": "Saved"
},
"runners": {
"HtmlOutput": "HTML Output Preview"
},
"sidebar": {
"collapse": "Collapse sidebar",
"download": "Download project",
"expand": "Expand sidebar",
"file": "Project files",
"images": "Image gallery",
"settings": "Settings",
"projects": "Projects",
"information": "Information",
"information_text": "Our Code Editor is a tool to help young people learn to code. We have only included functions that are simple and safe to use. That's why, for example, links to other websites are not allowed.",
"instructions": "Project instructions",
"feedback": "Feedback",
"help": "Help",
"privacy": "Privacy",
"cookies": "Cookies",
"accessibility": "Accessibility",
"safeguarding": "Safeguarding",
"charity": "Raspberry Pi Foundation - UK registered charity 1129409",
"settingsMenu": {
"heading": "Settings",
"textSize": "Text size",
"theme": "Theme",
"textSizeOptions": {
"large": "Large",
"medium": "Medium",
"small": "Small"
},
"themeOptions": {
"dark": "Dark",
"light": "Light"
}
}
},
"webComponent": {
"loading": "Loading",
"failed": "Load failed"
},
"imageUploadButton": {
"uploadImage": "Upload image",
"uploadAnImage": "Upload an image",
"info": "Drag and drop images here, or click to select images from file",
"cancel": "Cancel",
"save": "Save",
"or": "or",
"errors": {
"error": "Error",
"imageNameNotUnique": "Image names must be unique.",
"invalidImageExtension": "Image names must end in {{extensions}}."
}
},
"newInputPanelButton": {
"buttonText": "Add another panel"
},
"button": {
"yes": "Yes",
"no": "No"
},
"common": {
"or": "or"
}
}
Loading
Loading