From 8c3ba3a2d6a3db9d277c9d6b7532d125b39e1676 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 4 Jun 2018 20:39:35 +0200 Subject: [feat] notify if it can't start the VPN - Resolves: #35 --- locales/en-US/messages.gotext.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'locales/en-US/messages.gotext.json') diff --git a/locales/en-US/messages.gotext.json b/locales/en-US/messages.gotext.json index d4f007f..4b67041 100644 --- a/locales/en-US/messages.gotext.json +++ b/locales/en-US/messages.gotext.json @@ -97,6 +97,41 @@ "translatorComment": "Copied from source.", "fuzzy": true }, + { + "id": [ + "errorStartingVPN", + "Can't connect to {ApplicationName}: {Err}" + ], + "message": "Can't connect to {ApplicationName}: {Err}", + "translation": "Can't connect to {ApplicationName}: {Err}", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "applicationName" + }, + { + "id": "Err", + "string": "%[2]v", + "type": "error", + "underlyingType": "interface{Error() string}", + "argNum": 2, + "expr": "err" + } + ], + "fuzzy": true + }, + { + "id": "Error starting VPN", + "message": "Error starting VPN", + "translation": "Error starting VPN", + "translatorComment": "Copied from source.", + "fuzzy": true + }, { "id": "Checking status...", "message": "Checking status...", -- cgit v1.2.3