Sha256: b01a98133efc402a40c00919a2d74d9e32283b82c361a27d555a1879a11c52b0
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 KB
Contents
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\n* Medium\n* Hell" set_name: "Choose name (min %{min} characters):" set_difficult: "Choose level:" unknown_command: "Wrong command!" name_error: "Name must be between %{min} and %{max} 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: %{attempts}; Attempts used: %{attempts_used}; Hints total: %{hints}; Hints used: %{hints_used};" stats_error: "Statistics is empty."
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
codebreaker_dmitriev-0.2.2 | config/locales/en.yml |
codebreaker_dmitriev-0.2.1 | config/locales/en.yml |
codebreaker_dmitriev-0.2.0 | config/locales/en.yml |