Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💻 5959 shorten error messages #5961

Merged
merged 8 commits into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/client-messages/bn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ CheckInternet: Check whether your Internet connection is working।
Program_too_long: Your program takes too long to run।
Connection_error: We couldn't reach the server।
Transpile_error: We can't run your program।
Execute_error: Something went wrong while running the program
Execute_error: Something went wrong।
Other_error: Oops! Maybe we made a little mistake।
Empty_output: This code works but does not print anything. Add a print command to your code or use the turtle to get output।
4 changes: 2 additions & 2 deletions content/client-messages/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ 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.
Execute_error: Something went wrong.
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!
ServerError: You can help us out by sending an email with the level and your program to [email protected]. In the meantime, try something a little different. Thanks!
Transpile_error: We can't run your program.
Transpile_success:
- Good job!
Expand Down
Loading