From 866b586fa8b34253a40a76b55208ad136575be2a Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 21 Feb 2019 18:25:35 +0100 Subject: [locales] add romanian --- locales/lt/messages.gotext.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'locales/lt/messages.gotext.json') diff --git a/locales/lt/messages.gotext.json b/locales/lt/messages.gotext.json index 12b14bc..6a325c9 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