Sha256: f157ece265fc2829cf5edc84f19557bad7e33588153a7d381408759901044f15

Contents?: true

Size: 1.92 KB

Versions: 2

Compression:

Stored size: 1.92 KB

Contents

en:
  cli:
    add:
      board: 'Add a new board with <name>; prompts if <name> not provided.'
      card: 'Add a new card to the list with <list_id> with <name>; prompts if <name> not provided.'
      comment: 'Add a new comment to the card with <card_id> with <comment>; prompts if <comment> not provided.'
      list: 'Add a new list to the board with <board_id> with <name>; prompts if <name> not provided.'
    default:
      board: 'Set the board <id> to default.'
      card: 'Set the card <id> to default.'
      list: 'Set the list <id> 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 <card_id> to list with <list_id> optionally to another board with <board_id>.'
    refresh:
      all: 'Refresh all the local data.'
      board: 'Refresh the default board or board with <id>.'
      card: 'Refresh the default card or card with <id>.'
      list: 'Refresh the default list or list with <id>.'
    show:
      boards: 'Show all the boards with lists.'
      board: 'Show lists and cards for board <id> (uses default board if <id> not provided).'
      list: 'Show all cards for list <id> (uses default list if <id> not provided).'
      card: 'Show a card <id> including last 3 comments (uses default card if <id> not provided).'
      comments: 'Show all comments for card <id> (uses default card if <id> 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 <id> or use 'troo default %{resource} <id>' 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.'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
troo-0.0.11 config/en.yml
troo-0.0.10 config/en.yml