You are here

entity_share_client.pull.yml in Entity Share 8

modules/entity_share_client/console/translations/en/entity_share_client.pull.yml

File

modules/entity_share_client/console/translations/en/entity_share_client.pull.yml
View source
  1. description: 'Pull a channel from a remote website.'
  2. options:
  3. update: 'Pull only new and changed entities from the channel.'
  4. arguments:
  5. remote_id: 'The remote website id to import from.'
  6. channel_id: 'The remote channel id to import.'
  7. messages:
  8. success: 'Channel successfully pulled. Execution time @time ms.'
  9. no_remote: 'There is no remote website configured with the id: @remote_id.'
  10. no_channel: 'There is no channel configured or accessible with the id: @channel_id.'
  11. beginning_url_import: 'Beginning to import content from URL: @url'
  12. number_imported: '@number entities have been imported.'
  13. update_channel_lookup: 'Looking for new content in channel @channel'
  14. update_page_lookup: 'Looking for updated content at URL: @url'
  15. update_success: 'Channel successfully pulled. Number of updated entities: @count, execution time: @time ms'