summaryrefslogtreecommitdiff
path: root/locales/bn/messages.gotext.json
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2019-11-05 17:25:21 +0100
committerRuben Pollan <meskio@sindominio.net>2019-11-05 17:25:21 +0100
commit52efef43936303b2954747b22c53adb62dd20b13 (patch)
tree93a649e0f4c8c662b4d23ef5d5b3a5b86e938043 /locales/bn/messages.gotext.json
parentbe89b71250eb840d31a853a98487955e3315b494 (diff)
[locale] Update languajes
Diffstat (limited to 'locales/bn/messages.gotext.json')
-rw-r--r--locales/bn/messages.gotext.json36
1 files changed, 18 insertions, 18 deletions
diff --git a/locales/bn/messages.gotext.json b/locales/bn/messages.gotext.json
index 16d6245..1f05622 100644
--- a/locales/bn/messages.gotext.json
+++ b/locales/bn/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": "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": "VPN আরম্ভ করার সময় একটি ত্রুটি ঘটেছে: {Err}",
- "placeholders": [
- {
- "id": "Err",
- "string": "%[1]v",
- "type": "error",
- "underlyingType": "interface{Error() string}",
- "argNum": 1,
- "expr": "err"
- }
- ]
}
]
}