en: configuration: not_found: 'Configuration cannot be found, please run `troo wizard` or `./bin/troo wizard` first.' cli: add: board: 'Add a new board with ; prompts if not provided.' card: 'Add a new card to the list with with ; prompts if not provided.' comment: 'Add a new comment to the card with with ; prompts if not provided.' list: 'Add a new list to the board with with ; prompts if not provided.' default: board: 'Set the board to default.' card: 'Set the card to default.' list: 'Set the list to default.' main: init: 'Prepare to use Troo.' status: 'Get troo status.' config: 'Show the current configuration.' cleanup: 'Removes all local data.' version: 'Print the version.' move: 'Move card with to list with optionally to another board with .' refresh: all: 'Refresh all the local data.' board: 'Refresh the default board or board with .' card: 'Refresh the default card or card with .' list: 'Refresh the default list or list with .' show: boards: 'Show all the boards with lists.' board: 'Show lists and cards for board (uses default board if not provided).' list: 'Show all cards for list (uses default list if not provided).' card: 'Show a card including last 3 comments (uses default card if not provided).' comments: 'Show all comments for card (uses default card if not provided).' success: default: "%{name} set as default." many_refresh: "Multiple %{resource}s refreshed." refresh_all: 'All local data refreshed.' refresh: "'%{name}' refreshed." failure: no_default: "Specify an or use 'troo default %{resource} ' to set a default #{type} first." not_found: "%{resource} cannot be found." not_moved: 'Card could not be moved.' refresh_all: 'Cannot refresh all local data.'