{{
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)
}}.