summaryrefslogtreecommitdiff
path: root/locales/nl
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/nl
parent6264cdf8a95c8d924db39168093af78e6b273b80 (diff)
[locales] add ru locale and update all0.19.1
Diffstat (limited to 'locales/nl')
-rw-r--r--locales/nl/messages.gotext.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/locales/nl/messages.gotext.json b/locales/nl/messages.gotext.json
index 56712fe..fd65923 100644
--- a/locales/nl/messages.gotext.json
+++ b/locales/nl/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": "Er heeft zich een fout voorgedaan bij het initialiseren van de 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": "Er heeft zich een fout voorgedaan bij het initialiseren van de VPN: {Err}",
+ "placeholders": [
+ {
+ "id": "Err",
+ "string": "%[1]v",
+ "type": "error",
+ "underlyingType": "interface{Error() string}",
+ "argNum": 1,
+ "expr": "err"
+ }
+ ]
}
]
}