From a542f3f0d657a5a53fbfa8ce791cb956fe8799dc Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 19 Feb 2026 10:57:07 +0100 Subject: locales: run sync translations --- client/locales/de/messages.gotext.json | 80 +++++++++++----------------------- 1 file changed, 25 insertions(+), 55 deletions(-) (limited to 'client/locales/de') diff --git a/client/locales/de/messages.gotext.json b/client/locales/de/messages.gotext.json index 3508c8b..856eaad 100644 --- a/client/locales/de/messages.gotext.json +++ b/client/locales/de/messages.gotext.json @@ -1,6 +1,21 @@ { "language": "de", "messages": [ + { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ] + }, { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", @@ -62,64 +77,19 @@ ] }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", - "translation": "Der Client hat versucht, sich automatisch mit dem VPN-Server '{Identifier}' zu verbinden, aber Sie müssen sich erneut autorisieren. Bitte verbinden Sie sich erneut manuell.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "The client tried to autoconnect to the server, but the operation failed to complete", + "message": "The client tried to autoconnect to the server, but the operation failed to complete", + "translation": "" }, { - "id": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "message": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", - "translation": "Der Client hat versucht, sich automatisch mit dem VPN-Server '{Identifier}' zu verbinden, aber der Vorgang konnte nicht abgeschlossen werden", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Verbindung zum Server fehlgeschlagen: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "" }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Es konnte keine VPN-Konfiguration für den Server abgerufen werden: '{Identifier}'", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ] + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "" }, { "id": "Failed to obtain the list of organizations", @@ -175,4 +145,4 @@ "translation": "Ein interner Fehler ist aufgetreten" } ] -} +} \ No newline at end of file -- cgit v1.2.3