From 52efef43936303b2954747b22c53adb62dd20b13 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 5 Nov 2019 17:25:21 +0100 Subject: [locale] Update languajes --- locales/lt/messages.gotext.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'locales/lt') diff --git a/locales/lt/messages.gotext.json b/locales/lt/messages.gotext.json index c552963..4d11f64 100644 --- a/locales/lt/messages.gotext.json +++ b/locales/lt/messages.gotext.json @@ -1,6 +1,24 @@ { "language": "lt", "messages": [ + { + "id": [ + "errorMsg", + "An error has ocurred initializing the VPN: {Err}" + ], + "message": "An error has ocurred initializing the VPN: {Err}", + "translation": "Inicijuojant VPN, įvyko klaida: {Err}", + "placeholders": [ + { + "id": "Err", + "string": "%[1]v", + "type": "error", + "underlyingType": "interface{Error() string}", + "argNum": 1, + "expr": "err" + } + ] + }, { "id": [ "donationText", @@ -291,24 +309,6 @@ "expr": "config.ApplicationName" } ] - }, - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Inicijuojant VPN, įvyko klaida: {Err}", - "placeholders": [ - { - "id": "Err", - "string": "%[1]v", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ] } ] } -- cgit v1.2.3