From 231f7b924a28c5c08e9b7ee9ddd60343589705f6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 16 Aug 2023 13:38:11 +0200 Subject: Locales: Add a script to sync translations and use it --- client/locales/en/messages.gotext.json | 51 ++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'client/locales/en') diff --git a/client/locales/en/messages.gotext.json b/client/locales/en/messages.gotext.json index 15502ba..f0c56c6 100644 --- a/client/locales/en/messages.gotext.json +++ b/client/locales/en/messages.gotext.json @@ -94,6 +94,23 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but no secure internet location is found. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but no secure internet location is found. Please manually connect again", + "translation": "The client tried to autoconnect to the VPN server: {Namesrv}, but no secure internet location is found. Please manually connect again", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ], + "fuzzy": true + }, { "id": "The secure internet location could not be set", "message": "The secure internet location could not be set", @@ -101,6 +118,23 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but you need to authorizate again. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but you need to authorizate again. Please manually connect again", + "translation": "The client tried to autoconnect to the VPN server: {Namesrv}, but you need to authorizate again. Please manually connect again", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ], + "fuzzy": true + }, { "id": "The authorization procedure failed to complete", "message": "The authorization procedure failed to complete", @@ -108,6 +142,23 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but no valid profiles were found. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but no valid profiles were found. Please manually connect again", + "translation": "The client tried to autoconnect to the VPN server: {Namesrv}, but no valid profiles were found. Please manually connect again", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ], + "fuzzy": true + }, { "id": "No suitable profiles could be found", "message": "No suitable profiles could be found", -- cgit v1.2.3