diff options
author | Ruben Pollan <meskio@sindominio.net> | 2019-01-31 19:41:46 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-01-31 19:41:46 +0100 |
commit | 8599eea4dc4c249adeb43858e8df0ee82304a0c0 (patch) | |
tree | ccb74bd8bc1b7d8af873b4fb77feeefa48582cb1 /locales/ru | |
parent | 6264cdf8a95c8d924db39168093af78e6b273b80 (diff) |
[locales] add ru locale and update all0.19.1
Diffstat (limited to 'locales/ru')
-rw-r--r-- | locales/ru/messages.gotext.json | 36 |
1 files changed, 18 insertions, 18 deletions
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 @@ -3,24 +3,6 @@ "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", "The {ApplicationName} service is expensive to run. Because we don't want to store personal information about you, there is no accounts or billing for this service. But if you want the service to continue, donate at least $5 each month.\n\t\nDo you want to donate now?" ], @@ -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" + } + ] } ] } |