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/en/messages.gotext.json | 82 +++++++++++----------------------- 1 file changed, 26 insertions(+), 56 deletions(-) (limited to 'client/locales/en') diff --git a/client/locales/en/messages.gotext.json b/client/locales/en/messages.gotext.json index 5436d5d..657a87e 100644 --- a/client/locales/en/messages.gotext.json +++ b/client/locales/en/messages.gotext.json @@ -1,6 +1,23 @@ { "language": "en", "messages": [ + { + "id": "IP network does not contain incremented IP: {Ret}", + "message": "IP network does not contain incremented IP: {Ret}", + "translation": "IP network does not contain incremented IP: {Ret}", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Ret", + "string": "%[1]v", + "type": "net.IP", + "underlyingType": "[]byte", + "argNum": 1, + "expr": "ret" + } + ], + "fuzzy": true + }, { "id": "Failed to add an institute access server with URL: '{Identifier}'", "message": "Failed to add an institute access server with URL: '{Identifier}'", @@ -70,71 +87,24 @@ "fuzzy": true }, { - "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": "The client tried to autoconnect to the VPN server: '{Identifier}', but you need to authorize again. Please manually connect again.", + "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": "The client tried to autoconnect to the server, but the operation failed to complete", "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], "fuzzy": true }, { - "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": "The client tried to autoconnect to the VPN server: '{Identifier}', but the operation failed to complete", + "id": "Failed to connect to server", + "message": "Failed to connect to server", + "translation": "Failed to connect to server", "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], - "fuzzy": true - }, - { - "id": "Failed to connect to server: '{Identifier}'", - "message": "Failed to connect to server: '{Identifier}'", - "translation": "Failed to connect to server: '{Identifier}'", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], "fuzzy": true }, { - "id": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "message": "Failed to obtain a VPN configuration for server: '{Identifier}'", - "translation": "Failed to obtain a VPN configuration for server: '{Identifier}'", + "id": "Failed to obtain a VPN configuration for the server", + "message": "Failed to obtain a VPN configuration for the server", + "translation": "Failed to obtain a VPN configuration for the server", "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Identifier", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "identifier" - } - ], "fuzzy": true }, { -- cgit v1.2.3