{{ 'common.actions' | translate }}
{{ 'routers.connectionStateTitle' | translate }}{{ connection.success ? ('common.ok' | translate) : ('common.failed' | translate) }}
{{ 'routers.lastTestAt' | translate }}{{ connection.tested_at | date:'short' }}
{{ 'routers.hostname' | translate }}{{ connection.hostname }}
{{ 'routers.model' | translate }}{{ connection.model }}
{{ 'routers.version' | translate }}{{ connection.version || 'n/a' }}
{{ 'routers.uptime' | translate }}{{ connection.uptime }}
{{ 'routers.httpStatus' | translate }}{{ connection.http_status || '—' }}
{{ 'routers.serverHeader' | translate }}{{ connection.server || '—' }}
{{ 'routers.authMode' | translate }}{{ connection.auth_mode || '—' }}
{{ 'routers.backupEndpoint' | translate }}{{ connection.backup_available ? ('routers.backupAvailable' | translate) : ('routers.backupUnavailable' | translate) }}
{{ 'routers.lastError' | translate }} {{ connection.error }}

{{ 'routers.noConnection' | translate }}

{{ previewTitle }} {{ 'routers.previewModalHint' | translate }}

{{ 'routers.noPreview' | translate }}

{{ diffData.left_file_name }} → {{ diffData.right_file_name }} {{ 'routers.diffModalHint' | translate }}

{{ 'routers.noDiff' | translate }}

{{ 'files.fileColumn' | translate }}{{ 'files.createdColumn' | translate }}{{ 'common.actions' | translate }} {{ 'files.fileColumn' | translate }}
{{ item.file_name }}
{{ 'files.exportType' | translate }} {{ 'files.createdColumn' | translate }} {{ item.created_at }} {{ 'common.actions' | translate }}
{{ 'common.actions' | translate }}
{{ 'files.fileColumn' | translate }}{{ 'files.createdColumn' | translate }}{{ 'common.actions' | translate }} {{ 'files.fileColumn' | translate }}
{{ item.file_name }}
{{ 'files.binaryType' | translate }} {{ 'files.createdColumn' | translate }} {{ item.created_at }} {{ 'common.actions' | translate }}
{{ 'common.actions' | translate }}
{{ exportContent }}
{{ diff.left_file_name }}
{{ 'files.compareOlder' | translate }}
{{ diff.right_file_name }}
{{ 'files.compareNewer' | translate }}
+{{ diff.stats.added }} -{{ diff.stats.removed }} ~{{ diff.stats.modified }}
{{ diff.diff_text }}
{{ diffText }}
{{ 'routers.deviceType' | translate }} · {{ selectedDeviceType === 'switchos' ? ('routers.switchos' | translate) : ('routers.routeros' | translate) }}
{{ 'routers.editDialogTitle' | translate }}
{{ selectedDeviceType === 'switchos' ? ('routers.switchDialogSubtitle' | translate) : ('routers.routerDialogSubtitle' | translate) }}
{{ 'routers.connectionSectionTitle' | translate }}

{{ 'routers.connectionSectionHint' | translate }}

{{ 'routers.nameValidationHint' | translate }}
{{ 'routers.credentialsSectionTitle' | translate }}

{{ selectedDeviceType === 'switchos' ? ('routers.switchDialogSubtitle' | translate) : ('routers.routerDialogSubtitle' | translate) }}