summaryrefslogtreecommitdiff
path: root/locales/es/messages.gotext.json
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2019-01-31 19:41:46 +0100
committerRuben Pollan <meskio@sindominio.net>2019-01-31 19:41:46 +0100
commit8599eea4dc4c249adeb43858e8df0ee82304a0c0 (patch)
treeccb74bd8bc1b7d8af873b4fb77feeefa48582cb1 /locales/es/messages.gotext.json
parent6264cdf8a95c8d924db39168093af78e6b273b80 (diff)
[locales] add ru locale and update all0.19.1
Diffstat (limited to 'locales/es/messages.gotext.json')
-rw-r--r--locales/es/messages.gotext.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/locales/es/messages.gotext.json b/locales/es/messages.gotext.json
index 204aad1..ee51bbe 100644
--- a/locales/es/messages.gotext.json
+++ b/locales/es/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": "Ha ocurrido un error inicializando la 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": "Ha ocurrido un error inicializando la VPN: {Err}",
+ "placeholders": [
+ {
+ "id": "Err",
+ "string": "%[1]v",
+ "type": "error",
+ "underlyingType": "interface{Error() string}",
+ "argNum": 1,
+ "expr": "err"
+ }
+ ]
}
]
}