lib/locales/en.yml
en:
mumukit:
memory_exceeded: Memory limit exceeded. Is your program trying to allocate too much memory?
time_exceeded: Execution time limit of %{limit}s exceeded. Is your program performing an infinite loop or recursion?
masked_tempfile_basename: solution
interactive:
check_last_query_equals: "query should be '%{expected}' but was '%{actual}'"
check_last_query_fails: "query should fail but it was '%{actual}' and passed"
check_last_query_matches: "query should match regexp %{regexp}, but was '%{actual}'"
check_last_query_outputs: "query output should be '%{expected}' but was '%{actual}'"
check_last_query_output_includes: "query output should include '%{expected}' but was '%{actual}'"
check_last_query_output_like: "query output should be like '%{expected}' but was '%{actual}'"
check_last_query_passes: "query should pass but it was '%{actual}' and failed"
check_query_fails: "query '%{query}' should fail but it passed"
check_query_outputs: "query '%{query}' output should be '%{expected}' but was '%{actual}'"
check_query_passes: "query '%{query}' should pass but it failed"
goal_passed: "goal was met successfully"
check_queries_match: "All the required queries must be executed. Executed %{all} but only %{matches} match the expectations"
check_queries_equal: "All the required queries must be executed. Executed %{all} but only %{matches} match the expectations"