diff options
Diffstat (limited to 'locales/fa-IR/messages.gotext.json')
-rw-r--r-- | locales/fa-IR/messages.gotext.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/locales/fa-IR/messages.gotext.json b/locales/fa-IR/messages.gotext.json index 2fea838..30297f6 100644 --- a/locales/fa-IR/messages.gotext.json +++ b/locales/fa-IR/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": "خطایی در راهاندازی 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?" ], @@ -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": "خطایی در راهاندازی VPN روی داد: {Err}", + "placeholders": [ + { + "id": "Err", + "string": "%[1]v", + "type": "error", + "underlyingType": "interface{Error() string}", + "argNum": 1, + "expr": "err" + } + ] } ] } |