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/da/messages.gotext.json | 45 ++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) (limited to 'client/locales/da') diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json index 1e788ae..e20ee39 100644 --- a/client/locales/da/messages.gotext.json +++ b/client/locales/da/messages.gotext.json @@ -76,16 +76,61 @@ "message": "The current server could not be found when getting it for expiry", "translation": "" }, + { + "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": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, { "id": "The secure internet location could not be set", "message": "The secure internet location could not be set", "translation": "" }, + { + "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": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, { "id": "The authorization procedure failed to complete", "message": "The authorization procedure failed to complete", "translation": "" }, + { + "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": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, { "id": "No suitable profiles could be found", "message": "No suitable profiles could be found", -- cgit v1.2.3