From 42593eb08464ace7be4d5dd088a48720591575c3 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 7 May 2020 20:38:06 +0200 Subject: [i18n] Update locales --- locales/he/messages.gotext.json | 46 ++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'locales/he/messages.gotext.json') diff --git a/locales/he/messages.gotext.json b/locales/he/messages.gotext.json index e7486dc..09ab5fc 100644 --- a/locales/he/messages.gotext.json +++ b/locales/he/messages.gotext.json @@ -1,6 +1,24 @@ { "language": "he", "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", @@ -30,7 +48,7 @@ "{ApplicationName} is an easy, fast, and secure VPN service from {Provider}. {ApplicationName} does not require a user account, keep logs, or track you in any way.\n\t \nThis service is paid for entirely by donations from users like you. Please donate at {DonateURL}.\n\t\t\nBy using this application, you agree to the Terms of Service available at {TosURL}. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.\n\n\n{ApplicationName_1} version: {Version}" ], "message": "{ApplicationName} is an easy, fast, and secure VPN service from {Provider}. {ApplicationName} does not require a user account, keep logs, or track you in any way.\n\t \nThis service is paid for entirely by donations from users like you. Please donate at {DonateURL}.\n\t\t\nBy using this application, you agree to the Terms of Service available at {TosURL}. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.\n\n\n{ApplicationName_1} version: {Version}", - "translation": "{ApplicationName} הוא שירות VPN קל, מהיר ומאובטח מאת {Provider}. {ApplicationName} אינו דורש חשבון משתמש, אינו שומר יומנים או עוקב אחריך בדרך כלשהי.\n\t \nשירות זה משולם לגמרי ע\"י תרומות ממשתמשים כמוך. אנא תרום בכתובת {DonateURL}.\n\t\t\nע\"י שימוש ביישום זה, אתה מסכים אל תנאיי השירות הזמינים בכתובת {TosURL}. שירות זה מסופק כפי שהוא, ללא אחריות כלשהי, והוא מיועד לאנשים שפועלים להפוך את העולם למקום טוב יותר.\n\n\n{ApplicationName_1} גרסה: {Version}", + "translation": "{ApplicationName} הוא שירות VPN קל, מהיר ומאובטח מאת {Provider}. {ApplicationName} אינו דורש חשבון משתמש, אינו שומר יומנים או עוקב אחריך בדרך כלשהי.\n\t \nשירות זה משולם לגמרי ע״י תרומות ממשתמשים כמוך. אנא תרום בכתובת {DonateURL}.\n\t\t\nע״י שימוש ביישום זה, אתה מסכים אל תנאיי השירות הזמינים בכתובת {TosURL}. שירות זה מסופק כפי שהוא, ללא אחריות כלשהי, והוא מיועד לאנשים שפועלים להפוך את העולם למקום טוב יותר.\n\n\n{ApplicationName_1} גרסה: {Version}", "placeholders": [ { "id": "ApplicationName", @@ -147,7 +165,7 @@ { "id": "Checking status...", "message": "Checking status...", - "translation": "בודק מעמד..." + "translation": "בודק מעמד…" }, { "id": "Turn on", @@ -162,17 +180,17 @@ { "id": "Help...", "message": "Help...", - "translation": "עזרה..." + "translation": "עזרה…" }, { "id": "Donate...", "message": "Donate...", - "translation": "תרום..." + "translation": "תרום…" }, { "id": "About...", "message": "About...", - "translation": "אודות..." + "translation": "אודות…" }, { "id": "Quit", @@ -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" - } - ] } ] } -- cgit v1.2.3