diff options
author | Ruben Pollan <meskio@sindominio.net> | 2019-12-17 11:06:26 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-12-17 11:06:26 +0100 |
commit | 3703b31512fd5f3681285ec322adf4b0733cef9d (patch) | |
tree | c3db0c37ba14224d37dca7ba406ba740c180d1d9 /locales/pt-PT/messages.gotext.json | |
parent | 718d5f7488d87dd60b172c0f19aaedfb5b2b3b64 (diff) |
[locales] add turkish and update the rest
Diffstat (limited to 'locales/pt-PT/messages.gotext.json')
-rw-r--r-- | locales/pt-PT/messages.gotext.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/locales/pt-PT/messages.gotext.json b/locales/pt-PT/messages.gotext.json index 6458174..6aed8cf 100644 --- a/locales/pt-PT/messages.gotext.json +++ b/locales/pt-PT/messages.gotext.json @@ -3,6 +3,24 @@ "messages": [ { "id": [ + "errorMsg", + "An error has ocurred initializing the VPN: {Err}" + ], + "message": "An error has ocurred initializing the VPN: {Err}", + "translation": "Ocorreu um erro ao inicializar a 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 are 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?" ], @@ -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": "Ocorreu um erro ao inicializar a VPN: {Err}", - "placeholders": [ - { - "id": "Err", - "string": "%[1]v", - "type": "error", - "underlyingType": "interface{Error() string}", - "argNum": 1, - "expr": "err" - } - ] } ] } |