summaryrefslogtreecommitdiff
path: root/locales/bn
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-05-07 20:38:06 +0200
committerRuben Pollan <meskio@sindominio.net>2020-05-07 20:40:18 +0200
commit42593eb08464ace7be4d5dd088a48720591575c3 (patch)
tree91666864643bcb8c78dd0d9a66a70e003f54e1a4 /locales/bn
parent44f056972d3ba1afb5d2064ba1bb0b903f32e550 (diff)
[i18n] Update localesHEAD0.20.4master
Diffstat (limited to 'locales/bn')
-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"
- }
- ]
}
]
}