-
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
517ff42
commit f0b4bda
Showing
3 changed files
with
4 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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}", | ||
|
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 |
---|---|---|
|
@@ -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?", | ||
|