chore(wg): drop unused wireguard lang keys (server_key, transfer)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
feat/v1-foundation
boban 2026-06-20 23:41:18 +02:00
parent e640a96ca0
commit 96349808e2
2 changed files with 0 additions and 4 deletions

View File

@ -17,7 +17,6 @@ return [
'server_ip' => 'Server-IP',
'port' => 'Port',
'endpoint' => 'Endpoint',
'server_key' => 'Server-Schlüssel',
'service' => 'Dienst',
'peers_title' => 'Peers',
'peers_count' => ':count Peer|:count Peers',
@ -26,6 +25,5 @@ return [
'offline' => 'offline',
'last_handshake' => 'letzter Handshake',
'never' => 'nie',
'transfer' => 'Übertragung',
'down_up' => '↓ :rx · ↑ :tx',
];

View File

@ -17,7 +17,6 @@ return [
'server_ip' => 'Server IP',
'port' => 'Port',
'endpoint' => 'Endpoint',
'server_key' => 'Server key',
'service' => 'Service',
'peers_title' => 'Peers',
'peers_count' => ':count peer|:count peers',
@ -26,6 +25,5 @@ return [
'offline' => 'offline',
'last_handshake' => 'last handshake',
'never' => 'never',
'transfer' => 'Transfer',
'down_up' => '↓ :rx · ↑ :tx',
];