en: greeting: "Welcome to codebreaker!" goodbye: "Goodbye!" rules: "You need to guess a number that the computer generated.\nYou have some attempts and some hints.\nGood luck :)" menu: "Please, choose one:\n* start\n* rules\n* stats\n* exit" difficult: "* Easy - 15 attempts, 2 hints\n* Medium - 10 attempts, 1 hint\n* Hell - 5 attempts, 1 hint" set_name: "Choose name (min 3 characters):" set_difficult: "Choose level:" unknown_command: "Wrong command!" name_error: "Name must be between 3 and 20 characters!" difficult_error: "Wrong difficult!" hint_error: "Sorry, but you don`t have a hints :(" win: "Congratz. You win!" lose: "Nice try, but you lose :(" game_help: "Your number or command:" game_commands: "\n* Puts your number\n* Hints\n* Exit" game_hints: "You have %{hints} hints." game_attempts: "%{attempts} attempts left." start_again: "Do you wanna start a new game?(y/n):" save_stats: "Do you wanna save your stats?(y/n):" show_stats: "Rating: %{rating}; Name: %{name}; Difficult: %{difficult}; Attempts total: %{a}; Attempts used: %{a_used}; Hints total: %{h}; Hints used: %{h_used};" stats_error: "Statistics is empty."