This repository has been archived on 2022-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
texty/lib/lang/en.yml

39 lines
1.1 KiB
YAML
Raw Normal View History

2022-03-23 14:18:37 +01:00
available: 'Available games:'
no_games: 'No games found'
2022-05-16 15:56:11 +02:00
enter: 'Press Enter to continue'
2022-03-23 14:18:37 +01:00
2022-02-27 12:02:46 +01:00
yaml_unspecified: 'You need to specify a path to a YAML file'
game_by: 'A game by $author'
start: 'Start'
options: 'Options'
quit: 'Quit'
quitting: 'Quitting'
continue: 'Continue'
new_game: 'New game'
2022-04-06 10:03:21 +02:00
inventory: 'Show inventory'
2022-04-06 09:42:47 +02:00
acquire: 'You acquired $item'
2022-02-27 12:02:46 +01:00
2022-04-06 10:03:21 +02:00
inside_inv: "YOUR INVENTORY"
return: "Return"
2022-05-04 14:26:32 +02:00
equipped: "EQUIPPED"
2022-04-06 10:03:21 +02:00
2022-02-27 12:02:46 +01:00
lang: 'Language'
back: 'Back'
lang_en: 'English'
lang_cz: 'Czech'
selection: 'Make a selection (number):'
not_number: 'Not a number selection'
invalid: 'Invalid selection'
2022-04-19 12:36:05 +02:00
attack: "Attack"
defend: "Defend"
2022-05-02 11:32:40 +02:00
enemydmg: "$name took $atk damage!"
playerdmg: "The enemy used $name to damage you by $atk"
defended: "You decide to defend yourself and take no damage."
2022-05-04 10:16:30 +02:00
defeated: "You have defeated $enemy."
defeat: "$enemy has slain you. You'll have to try again."
2022-04-19 12:36:05 +02:00
2022-03-23 14:18:37 +01:00
error_loading: 'An exception has occured while loading the game from the YAML file'
2022-05-04 10:16:30 +02:00
no_action: 'Error: No action "$action" found in the game file.'
no_comp: "WARNING: This save is for an older version of the engine and may not be compatible!"