62 lines
2.3 KiB
PHP
62 lines
2.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'VPN accesses',
|
|
'subtitle' => 'Who is connected to the management network — create, block or remove accesses.',
|
|
|
|
'peers' => 'Accesses',
|
|
'peer' => 'Access',
|
|
'address' => 'Address',
|
|
'traffic' => 'Traffic',
|
|
'handshake' => 'Last contact',
|
|
'status' => 'Status',
|
|
'actions' => 'Actions',
|
|
'empty' => 'No accesses yet. The first one appears here once the hub has picked it up.',
|
|
'never' => 'never',
|
|
'last_sync' => 'As of :time',
|
|
'never_synced' => 'No data from the hub yet',
|
|
|
|
'host_peer' => 'Host access',
|
|
'operator_peer' => 'Staff access',
|
|
'unknown_peer' => 'Unknown access',
|
|
|
|
'status_online' => 'Connected',
|
|
'status_idle' => 'Configured',
|
|
'status_blocked' => 'Blocked',
|
|
'status_pending' => 'Applying',
|
|
|
|
'add' => 'Create access',
|
|
'name' => 'Label',
|
|
'own_key' => 'Own public key',
|
|
'own_key_hint' => 'Leave empty and we generate a keypair, showing the ready-made config once.',
|
|
'own_key_placeholder' => 'optional',
|
|
'invalid_key' => 'That is not a valid WireGuard key (32 bytes, base64).',
|
|
'duplicate_key' => 'An access already exists for this key.',
|
|
'pending_removal' => 'This access is currently being removed. Please wait a moment.',
|
|
'created' => 'Access created.',
|
|
'blocked' => 'Access blocked.',
|
|
'unblocked' => 'Access re-enabled.',
|
|
'deleted' => 'Access removed.',
|
|
|
|
'config_ready' => 'Configuration for :name',
|
|
'config_once' => 'The private key is not stored and is only visible now.',
|
|
'copy' => 'Copy',
|
|
'copied' => 'Copied',
|
|
|
|
'block' => 'Block',
|
|
'unblock' => 'Unblock',
|
|
'delete' => 'Remove',
|
|
'cancel' => 'Cancel',
|
|
'delete_title' => 'Remove :name for good?',
|
|
'delete_body' => 'The access is deleted from the hub. Restoring it requires a new keypair.',
|
|
'delete_host_warning' => 'Careful: this access belongs to host :host. CluPilot will no longer reach that host.',
|
|
'delete_confirm' => 'Remove access',
|
|
|
|
'hub' => 'Hub',
|
|
'endpoint' => 'Endpoint',
|
|
'hub_key' => 'Public key',
|
|
'subnet' => 'Subnet',
|
|
'hub_incomplete_title' => 'Hub is not fully configured yet',
|
|
'hub_incomplete_body' => 'CLUPILOT_WG_ENDPOINT and CLUPILOT_WG_HUB_PUBKEY are empty — generated configs would be unusable.',
|
|
];
|