diff options
Diffstat (limited to 'locales/pt-BR/messages.gotext.json')
-rw-r--r-- | locales/pt-BR/messages.gotext.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/locales/pt-BR/messages.gotext.json b/locales/pt-BR/messages.gotext.json index 7d16697..522b653 100644 --- a/locales/pt-BR/messages.gotext.json +++ b/locales/pt-BR/messages.gotext.json @@ -82,6 +82,37 @@ "translation": "Um agente de autenticação está faltando" }, { + "id": [ + "errorStartingVPN", + "Can't connect to {ApplicationName}: {Err}" + ], + "message": "Can't connect to {ApplicationName}: {Err}", + "translation": "", + "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" + } + ] + }, + { + "id": "Error starting VPN", + "message": "Error starting VPN", + "translation": "" + }, + { "id": "Checking status...", "message": "Checking status...", "translation": "Verificando o estado da VPN..." |