Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate authored and actions-user committed Sep 17, 2024
1 parent f28314e commit 691cb37
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 211 deletions.
18 changes: 9 additions & 9 deletions content/adventures/pl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4838,20 +4838,20 @@ adventures:
flagi <img src="https://github.com/hedyorg/hedy/assets/80678586/877fc337-df80-4185-8005-a6c28904f66e" width="300">
</div>
example_code: |
Wskazówki dotyczące kwadratów
Hint for the nested squares:
```
kolory = czerwony, niebieski, pomarańczowy, żółty, różowy, fioletowy, zielony, brązowy, czarny
odległość = 120
colors = red, blue, orange, yellow, pink, purple, green, brown, black
distance = 120
{repeat} 5 {times}
_
```
Wskazówka dotycząca flag:
Hint for the flags:
```
kraj = {ask} 'Flagę jakiego kraju chciałbyś zobaczyć?'
{if} kraj{is} 'Holandia'
kolor_1 = czerwony
kolor_2 = biały
kolor_3 = niebieski
country = {ask} 'which country would you like to see the flag of?'
{if} country {is} 'the Netherlands'
color_1 = red
color_2 = white
color_3 = blue
```
10:
story_text: |
Expand Down
59 changes: 0 additions & 59 deletions highlighting/highlighting-trad.json
Original file line number Diff line number Diff line change
Expand Up @@ -3420,64 +3420,5 @@
"with": "with",
"yellow": "黃色|yellow",
"DIGIT": "0123456789"
},
"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"
}
}
102 changes: 1 addition & 101 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
}
};

Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -100159,8 +100060,7 @@ def note_with_error(value, err):
uz,
vi,
zh_Hans,
zh_Hant,
zun
zh_Hant
};

// static/js/utils.ts
Expand Down
4 changes: 2 additions & 2 deletions static/js/appbundle.js.map

Large diffs are not rendered by default.

40 changes: 0 additions & 40 deletions static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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?"
}
};

0 comments on commit 691cb37

Please sign in to comment.