-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🤖 Automatically update generated files
- Loading branch information
1 parent
f28314e
commit 691cb37
Showing
5 changed files
with
12 additions
and
211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62849,46 +62849,6 @@ ${o3}` : i3; | |
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.", | ||
"turtle": "\u{1F422}", | ||
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?" | ||
}, | ||
"zun": { | ||
"CheckInternet": "Check whether your Internet connection is working.", | ||
"Connection_error": "We couldn't reach the server.", | ||
"Empty_output": "This code works but does not print anything. Add a print command to your code or use the turtle to get output.", | ||
"Errors_found": "You made a mistake! Don't worry, we still ran the program", | ||
"Execute_error": "Something went wrong while running the program.", | ||
"Other_error": "Oops! Maybe we made a little mistake.", | ||
"Program_repair": "This could be the correct code, can you fix it?", | ||
"Program_too_long": "Your program takes too long to run.", | ||
"ServerError": "You wrote a program we weren't expecting. If you want to help, send us an email with the level and your program at [email protected]. In the meantime, try something a little different and take another look at the examples. Thanks!", | ||
"Transpile_error": "We can't run your program.", | ||
"Transpile_success": "Good job!\nAmazing!\nWell done!\nExcellent!\nYou did great!", | ||
"Transpile_warning": "Warning!", | ||
"Unsaved_Changes": "You have an unsaved program. Do you want to leave without saving it?", | ||
"adventures_completed": "Adventures completed: {number_of_adventures}", | ||
"adventures_restored": "The default adventures have been restored.", | ||
"adventures_tried": "Adventures tried", | ||
"copy_link_to_share": "Copy link to share", | ||
"customization_deleted": "Customizations successfully deleted.", | ||
"dice": "\u{1F3B2}", | ||
"directly_available": "Directly open", | ||
"disabled": "Disabled", | ||
"errors": "Errors", | ||
"fortune": "\u{1F52E}, \u2728", | ||
"graph_title": "Errors per adventure completed on level {level}", | ||
"haunted": "\u{1F987}, \u{1F47B}, \u{1F383}", | ||
"level_title": "Level", | ||
"multiple_keywords_warning": "You are trying to use the keyword {orig_keyword}, but this keyword might have several meanings. Please choose the one you're trying to use from this list and copy paste it in your code, curly braces included: {keyword_list}", | ||
"number_of_errors": "Number of errors: {number_of_errors}", | ||
"one_level_error": "You need to select at least one level.", | ||
"restaurant": "\u{1F363}, \u{1F355}, \u{1F354}", | ||
"rock": "\u2702\uFE0F, \u{1F4DC}, \u{1F5FB}", | ||
"select_all": "Select all", | ||
"selected": "Selected", | ||
"songs": "\u{1F3B5},\u{1F3B6}", | ||
"successful_runs": "Successful runs: {successful_runs}", | ||
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.", | ||
"turtle": "\u{1F422}", | ||
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?" | ||
} | ||
}; | ||
|
||
|
@@ -100042,65 +100002,6 @@ def note_with_error(value, err): | |
yellow: "\u9EC3\u8272|yellow", | ||
DIGIT: "0123456789" | ||
}; | ||
var zun = { | ||
False: "False", | ||
True: "True", | ||
add: "add", | ||
and: "and", | ||
ask: "ask", | ||
at: "at", | ||
black: "black", | ||
blue: "blue", | ||
brown: "brown", | ||
call: "call", | ||
clear: "clear", | ||
color: "color", | ||
comma: ",", | ||
def: "def", | ||
define: "define", | ||
echo: "echo", | ||
elif: "elif", | ||
else: "else", | ||
false: "false", | ||
for: "for", | ||
forward: "forward", | ||
from: "from", | ||
gray: "gray", | ||
green: "green", | ||
if: "if", | ||
in: "in", | ||
input: "input", | ||
is: "is", | ||
left: "left", | ||
length: "length", | ||
not_in: "not in", | ||
or: "or", | ||
orange: "orange", | ||
pink: "pink", | ||
play: "play", | ||
pressed: "pressed", | ||
print: "print", | ||
purple: "purple", | ||
random: "random", | ||
range: "range", | ||
red: "red", | ||
remove: "remove", | ||
repeat: "repeat", | ||
return: "return", | ||
right: "right", | ||
sleep: "sleep", | ||
step: "step", | ||
times: "times", | ||
to: "to", | ||
to_list: "to", | ||
true: "true", | ||
turn: "turn", | ||
while: "while", | ||
white: "white", | ||
with: "with", | ||
yellow: "yellow", | ||
DIGIT: "0123456789" | ||
}; | ||
var highlighting_trad_default = { | ||
ar, | ||
bg, | ||
|
@@ -100159,8 +100060,7 @@ def note_with_error(value, err): | |
uz, | ||
vi, | ||
zh_Hans, | ||
zh_Hant, | ||
zun | ||
zh_Hant | ||
}; | ||
|
||
// static/js/utils.ts | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2322,45 +2322,5 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = { | |
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.", | ||
"turtle": "🐢", | ||
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?" | ||
}, | ||
"zun": { | ||
"CheckInternet": "Check whether your Internet connection is working.", | ||
"Connection_error": "We couldn't reach the server.", | ||
"Empty_output": "This code works but does not print anything. Add a print command to your code or use the turtle to get output.", | ||
"Errors_found": "You made a mistake! Don't worry, we still ran the program", | ||
"Execute_error": "Something went wrong while running the program.", | ||
"Other_error": "Oops! Maybe we made a little mistake.", | ||
"Program_repair": "This could be the correct code, can you fix it?", | ||
"Program_too_long": "Your program takes too long to run.", | ||
"ServerError": "You wrote a program we weren't expecting. If you want to help, send us an email with the level and your program at [email protected]. In the meantime, try something a little different and take another look at the examples. Thanks!", | ||
"Transpile_error": "We can't run your program.", | ||
"Transpile_success": "Good job!\nAmazing!\nWell done!\nExcellent!\nYou did great!", | ||
"Transpile_warning": "Warning!", | ||
"Unsaved_Changes": "You have an unsaved program. Do you want to leave without saving it?", | ||
"adventures_completed": "Adventures completed: {number_of_adventures}", | ||
"adventures_restored": "The default adventures have been restored.", | ||
"adventures_tried": "Adventures tried", | ||
"copy_link_to_share": "Copy link to share", | ||
"customization_deleted": "Customizations successfully deleted.", | ||
"dice": "🎲", | ||
"directly_available": "Directly open", | ||
"disabled": "Disabled", | ||
"errors": "Errors", | ||
"fortune": "🔮, ✨", | ||
"graph_title": "Errors per adventure completed on level {level}", | ||
"haunted": "🦇, 👻, 🎃", | ||
"level_title": "Level", | ||
"multiple_keywords_warning": "You are trying to use the keyword {orig_keyword}, but this keyword might have several meanings. Please choose the one you're trying to use from this list and copy paste it in your code, curly braces included: {keyword_list}", | ||
"number_of_errors": "Number of errors: {number_of_errors}", | ||
"one_level_error": "You need to select at least one level.", | ||
"restaurant": "🍣, 🍕, 🍔", | ||
"rock": "✂️, 📜, 🗻", | ||
"select_all": "Select all", | ||
"selected": "Selected", | ||
"songs": "🎵,🎶", | ||
"successful_runs": "Successful runs: {successful_runs}", | ||
"teacher_welcome": "Welcome to Hedy! Your are now the proud owner of a teachers account which allows you to create classes and invite students.", | ||
"turtle": "🐢", | ||
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?" | ||
} | ||
}; |