-
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
44b814a
commit c6d9055
Showing
4 changed files
with
19 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60773,16 +60773,16 @@ ${o3}` : i3; | |
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?" | ||
}, | ||
"bn": { | ||
"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.", | ||
"CheckInternet": "Check whether your Internet connection is working\u0964", | ||
"Connection_error": "We couldn't reach the server\u0964", | ||
"Empty_output": "This code works but does not print anything. Add a print command to your code or use the turtle to get output\u0964", | ||
"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.", | ||
"Execute_error": "Something went wrong while running the program\u0964", | ||
"Other_error": "Oops! Maybe we made a little mistake\u0964", | ||
"Program_repair": "This could be the correct code, can you fix it?", | ||
"Program_too_long": "Your program takes too long to run.", | ||
"Program_too_long": "Your program takes too long to run\u0964", | ||
"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_error": "We can't run your program\u0964", | ||
"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?", | ||
|
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 |
---|---|---|
|
@@ -84,16 +84,16 @@ export const TRANSLATIONS: Record<string, Record<MessageKey, string>> = { | |
"unsaved_class_changes": "There are unsaved changes, are you sure you want to leave this page?" | ||
}, | ||
"bn": { | ||
"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.", | ||
"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.", | ||
"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.", | ||
"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_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?", | ||
|