config/locales/en.yml in codebreaker_dmitriev-0.1.0 vs config/locales/en.yml in codebreaker_dmitriev-0.2.0
- old
+ new
@@ -1,15 +1,15 @@
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):"
+ 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 3 and 20 characters!"
+ 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:"
@@ -19,10 +19,10 @@
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};"
+ Attempts total: %{attempts};
+ Attempts used: %{attempts_used};
+ Hints total: %{hints};
+ Hints used: %{hints_used};"
stats_error: "Statistics is empty."
\ No newline at end of file