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/ro/messages.gotext.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'locales/ro') diff --git a/locales/ro/messages.gotext.json b/locales/ro/messages.gotext.json index 600d630..73b6eb0 100644 --- a/locales/ro/messages.gotext.json +++ b/locales/ro/messages.gotext.json @@ -1,25 +1,6 @@ { "language": "ro", "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "A apărut o eroare la inițializarea VPN: {Err}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "Err", - "string": "%[1]v", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ] - }, { "id": [ "donationText", @@ -329,6 +310,25 @@ "expr": "config.ApplicationName" } ] + }, + { + "id": [ + "errorMsg", + "An error has ocurred initializing the VPN: {Err}" + ], + "message": "An error has ocurred initializing the VPN: {Err}", + "translation": "A apărut o eroare la inițializarea 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