From 8599eea4dc4c249adeb43858e8df0ee82304a0c0 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 31 Jan 2019 19:41:46 +0100 Subject: [locales] add ru locale and update all --- locales/ru/messages.gotext.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'locales/ru') diff --git a/locales/ru/messages.gotext.json b/locales/ru/messages.gotext.json index 70901ab..391d080 100644 --- a/locales/ru/messages.gotext.json +++ b/locales/ru/messages.gotext.json @@ -1,24 +1,6 @@ { "language": "ru", "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Произошла ошибка при инициализации VPN: {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": "Произошла ошибка при инициализации VPN: {Err}", + "placeholders": [ + { + "id": "Err", + "string": "%[1]v", + "type": "error", + "underlyingType": "interface{Error() string}", + "argNum": 1, + "expr": "err" + } + ] } ] } -- cgit v1.2.3