en:
actual_board: 'Actual final board'
check_failed_unexpected_boom: 'The program did BOOM.'
check_final_board_failed_different_boards: 'A different board was obtained'
check_final_board_failed_different_headers: "The obtained board is almost as expected, but the head doesn't match"
check_error_failed_expected_boom: 'The program was expected to BOOM but a final board was obtained.'
check_error_failed_another_reason: 'The program was expected to fail by %{expected_code}, but it failed by another reason.'
check_return_failed_different_values: '%{expected_value} was expected but %{actual_value} was obtained.'
check_return_failed_no_return: '%{expected_value} was expected but no value was obtained.'
code_no_stones: 'no stones left'
code_out_of_board: 'out of board'
code_wrong_argument_type: 'wrong arguments type'
code_unassigned_variable: 'unassigned variable'
code_wrong_arguments_quantity: 'wrong arguments quantity'
color_typo: 'It seems you wrote %{color}
. Did you mean %{rectified_color}
?'
expected_board: 'Expected final board'
final_board: 'Final board'
initial_board: 'Initial board'
lower_builtin_procedure_typo: 'Looks lie you wrote %{lower}
in lowercase. Remember procedures such as %{upper}()
should start in uppercase!'
missing_closing_brace_before_procedure: "Looks like you're missing a }
before a procedure
. Maybe it's on line %{line} or near it?"
no_program_found: 'No program definition was found'
program_before_closing_structure_when_no_program: "Looks like you're missing a }
to close the last %{keyword}
."
program_before_closing_structure_when_program: "Looks like you're missing a }
to close the last %{keyword}
before program
."
program_has_a_name: "Looks like you named your program
%{name}
, but program
s shouldn't be named."
program_has_no_opening_curly_brace: "Looks like a {
is missing on program
. Remember the content in program
should be between curly braces."
surplus_closing_brace: "The amount of {
and }
doesn't match. Maybe there's an extra }
on line %{line} or near it?"
upper_builtin_function_typo: 'Looks like you wrote %{upper}
starting in uppercase. Remember functions such as %{lower}
should start in lowercase!'
upper_function_typo: 'Looks like you wrote Function
instead of function
. Remember it should start in lowercase!'
upper_procedure_typo: 'Looks like you wrote Procedure
instead of procedure
. Remember it should start in lowercase!'
upper_program_typo: 'Looks like you wrote Program
instead of program
. Remember it should start in lowercase!'