Skip to content

Commit

Permalink
🤖 Automatically update generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko authored and actions-user committed Oct 15, 2024
1 parent 517ff42 commit f0b4bda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions static/js/appbundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -62058,8 +62058,8 @@ ${o3}` : i3;
"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": "OM We can't run your program.",
"Transpile_success": "\n\nOM Well done!\nOM Excellent!\nOM You did great!",
"Transpile_error": "OM we can't parse your program",
"Transpile_success": "Good job!\nAmazing!\nOM Well done!\nOM Excellent!\nOM You 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}",
Expand Down
2 changes: 1 addition & 1 deletion static/js/appbundle.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/js/message-translations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = {
"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": "OM We can't run your program.",
"Transpile_error": "OM we can't parse your program",
"Transpile_success": "Good job!\nAmazing!\nOM Well done!\nOM Excellent!\nOM You did great!",
"Transpile_warning": "Warning!",
"Unsaved_Changes": "You have an unsaved program. Do you want to leave without saving it?",
Expand Down

0 comments on commit f0b4bda

Please sign in to comment.