{{ action ? ('You are about to start the following adapters:' | translate) : ('You are about to stop the following adapters:' | translate) }}

{{ adapter.name }}
{{ "Press 'Next' to start the process." | translate }}

{{ action ? ('Starting adapter' | translate) : ('Stopping adapter' | translate) }} {{ status.id + 1 }} {{ 'of' | translate }} {{ adaptersToModify.length }} ({{ status.name }})...{{ status.status }}

{{ action ? ('Sorry, there are no adapters that are currently idle' | translate) : ('Sorry, there are no adapters that are currently running' | translate) }}.