From 3703b31512fd5f3681285ec322adf4b0733cef9d Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 17 Dec 2019 11:06:26 +0100 Subject: [locales] add turkish and update the rest --- locales/en/messages.gotext.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'locales/en') diff --git a/locales/en/messages.gotext.json b/locales/en/messages.gotext.json index 24552e9..c33a31a 100644 --- a/locales/en/messages.gotext.json +++ b/locales/en/messages.gotext.json @@ -1,6 +1,25 @@ { "language": "en", "messages": [ + { + "id": [ + "errorMsg", + "An error has ocurred initializing the VPN: {Err}" + ], + "message": "An error has ocurred initializing the VPN: {Err}", + "translation": "An error has ocurred initializing the VPN: {Err}", + "translatorComment": "Copied from source.", + "placeholders": [ + { + "id": "Err", + "string": "%[1]v", + "type": "error", + "underlyingType": "interface{Error() string}", + "argNum": 1, + "expr": "err" + } + ] + }, { "id": [ "donationText", @@ -311,25 +330,6 @@ "expr": "config.ApplicationName" } ] - }, - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "An error has ocurred initializing the VPN: {Err}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Err", - "string": "%[1]v", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ] } ] } -- cgit v1.2.3