From af04003d9e37ef4a08c29e967962df40d2541660 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 27 Apr 2020 19:56:09 +0200 Subject: [i18n] Update locales, add german and a README notice about transifex --- locales/pl/messages.gotext.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'locales/pl/messages.gotext.json') diff --git a/locales/pl/messages.gotext.json b/locales/pl/messages.gotext.json index 2e45073..bc15181 100644 --- a/locales/pl/messages.gotext.json +++ b/locales/pl/messages.gotext.json @@ -1,24 +1,6 @@ { "language": "pl", "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Powstał błąd podczas inicjowania VPN'a: {Err}", - "placeholders": [ - { - "id": "Err", - "string": "%[1]v", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ] - }, { "id": [ "donationText", @@ -309,6 +291,24 @@ "expr": "config.ApplicationName" } ] + }, + { + "id": [ + "errorMsg", + "An error has ocurred initializing the VPN: {Err}" + ], + "message": "An error has ocurred initializing the VPN: {Err}", + "translation": "Powstał błąd podczas inicjowania VPN'a: {Err}", + "placeholders": [ + { + "id": "Err", + "string": "%[1]v", + "type": "error", + "underlyingType": "interface{Error() string}", + "argNum": 1, + "expr": "err" + } + ] } ] } -- cgit v1.2.3