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/sk/messages.gotext.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'locales/sk/messages.gotext.json') diff --git a/locales/sk/messages.gotext.json b/locales/sk/messages.gotext.json index 4843ba4..18d01e1 100644 --- a/locales/sk/messages.gotext.json +++ b/locales/sk/messages.gotext.json @@ -1,6 +1,24 @@ { "language": "sk", "messages": [ + { + "id": [ + "errorMsg", + "An error has ocurred initializing the VPN: {Err}" + ], + "message": "An error has ocurred initializing the VPN: {Err}", + "translation": "Pri spustení VPN nastala chyba: {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": "Pri spustení VPN nastala chyba: {Err}", - "placeholders": [ - { - "id": "Err", - "string": "%[1]v", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ] } ] } -- cgit v1.2.3