From 3af35b5bd1c96184b2b744f2eea3651d4385d800 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 28 Feb 2019 18:21:09 +0100 Subject: [locales] update locales --- locales/he/messages.gotext.json | 314 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 314 insertions(+) create mode 100644 locales/he/messages.gotext.json (limited to 'locales/he') diff --git a/locales/he/messages.gotext.json b/locales/he/messages.gotext.json new file mode 100644 index 0000000..759986e --- /dev/null +++ b/locales/he/messages.gotext.json @@ -0,0 +1,314 @@ +{ + "language": "he", + "messages": [ + { + "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?" + ], + "message": "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?", + "translation": "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?", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + } + ] + }, + { + "id": "Donate", + "message": "Donate", + "translation": "תרום" + }, + { + "id": [ + "aboutText", + "{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} 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}", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + }, + { + "id": "Provider", + "string": "%[2]s", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "config.Provider" + }, + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + }, + { + "id": "DonateURL", + "string": "%[3]s", + "type": "string", + "underlyingType": "string", + "argNum": 3, + "expr": "config.DonateURL" + }, + { + "id": "TosURL", + "string": "%[4]s", + "type": "string", + "underlyingType": "string", + "argNum": 4, + "expr": "config.TosURL" + }, + { + "id": "ApplicationName_1", + "string": "%[1]v", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + }, + { + "id": "Version", + "string": "%[5]s", + "type": "string", + "underlyingType": "string", + "argNum": 5, + "expr": "version" + } + ] + }, + { + "id": "About", + "message": "About", + "translation": "אודות" + }, + { + "id": "Initialization error", + "message": "Initialization error", + "translation": "שגיאת התחלה" + }, + { + "id": [ + "missingAuthAgent", + "Could not find a polkit authentication agent. Please run one and try again." + ], + "message": "Could not find a polkit authentication agent. Please run one and try again.", + "translation": "Could not find a polkit authentication agent. Please run one and try again." + }, + { + "id": "Missing authentication agent", + "message": "Missing authentication agent", + "translation": "סוכן אימות חסר" + }, + { + "id": [ + "errorStartingVPN", + "Can't connect to {ApplicationName}: {Err}" + ], + "message": "Can't connect to {ApplicationName}: {Err}", + "translation": "לא ניתן להתחבר אל {ApplicationName}: {Err}", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + }, + { + "id": "Err", + "string": "%[2]v", + "type": "error", + "underlyingType": "interface{Error() string}", + "argNum": 2, + "expr": "err" + } + ] + }, + { + "id": "Error starting VPN", + "message": "Error starting VPN", + "translation": "שגיאה בהתחלת VPN" + }, + { + "id": "Checking status...", + "message": "Checking status...", + "translation": "בודק מעמד..." + }, + { + "id": "Turn on", + "message": "Turn on", + "translation": "הפעל" + }, + { + "id": "Turn off", + "message": "Turn off", + "translation": "כבה" + }, + { + "id": "Help...", + "message": "Help...", + "translation": "עזרה..." + }, + { + "id": "Donate...", + "message": "Donate...", + "translation": "תרום..." + }, + { + "id": "About...", + "message": "About...", + "translation": "אודות..." + }, + { + "id": "Quit", + "message": "Quit", + "translation": "צא" + }, + { + "id": "Route traffic through:", + "message": "Route traffic through:", + "translation": "נתב תעבורה דרך:" + }, + { + "id": "Use {ApplicationName} {City} gateway", + "message": "Use {ApplicationName} {City} gateway", + "translation": "השתמש בשער {ApplicationName} {City}", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + }, + { + "id": "City", + "string": "%[2]v", + "type": "string", + "underlyingType": "string", + "argNum": 2, + "expr": "city" + } + ] + }, + { + "id": "{ApplicationName} on", + "message": "{ApplicationName} on", + "translation": "{ApplicationName} פועל", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + } + ] + }, + { + "id": "{ApplicationName} off", + "message": "{ApplicationName} off", + "translation": "{ApplicationName} כבוי", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + } + ] + }, + { + "id": "Cancel", + "message": "Cancel", + "translation": "בטל" + }, + { + "id": "Connecting to {ApplicationName}", + "message": "Connecting to {ApplicationName}", + "translation": "מתחבר אל {ApplicationName}", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + } + ] + }, + { + "id": "Stopping {ApplicationName}", + "message": "Stopping {ApplicationName}", + "translation": "עוצר את {ApplicationName}", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "config.ApplicationName" + } + ] + }, + { + "id": "Reconnect", + "message": "Reconnect", + "translation": "התחבר מחדש" + }, + { + "id": "{ApplicationName} blocking internet", + "message": "{ApplicationName} blocking internet", + "translation": "{ApplicationName} חוסם אינטרנט", + "placeholders": [ + { + "id": "ApplicationName", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "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