diff --git a/docs/i18n-howto.rst b/docs/i18n-howto.rst index 337c2e630c65ca44106bcbc238d14316659d577a..3790afea204307715abd84d5fa1f2fc7f64582ce 100644 --- a/docs/i18n-howto.rst +++ b/docs/i18n-howto.rst @@ -3,7 +3,7 @@ Howto i18n The translations are done in transifex. To help us contribute your translations there and/or review the existing ones: -https://www.transifex.com/otf/bitmask/RiseupVPN/ +https://www.transifex.com/otf/bitmask/bitmask-vpn/ When a string has being modified you need to regenerate the locales: ``` @@ -11,11 +11,9 @@ When a string has being modified you need to regenerate the locales: ``` -To fetch the translations from transifex and rebuild the catalog.go (API\_TOKEN is the transifex API token): +To fetch the translations from transifex (API\_TOKEN is the transifex API token): ``` API_TOKEN='xxxxxxxxxxx' make locales ``` -There is some bug on gotext and the catalog.go generated doesn't have a package, you will need to edit -cmd/bitmask-vpn/catalog.go and to have a `package main` at the beginning of the file. -If you want to add a new language create the folder `locales/$lang` before running `make locales`. +If you want to add a new language create an empty file `gui/i18n/main_$lang.ts` before running `make locales`. diff --git a/locales/ar/messages.gotext.json b/locales/ar/messages.gotext.json deleted file mode 100644 index b87e5a6c667d97a59048acee641a65037204a914..0000000000000000000000000000000000000000 --- a/locales/ar/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "ar", - "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?" - ], - "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": "خدمة {ApplicationName} مكلÙØ© التشغيل. لا يوجد Øسابات أوÙواتير لهذه الخدمة لأننا لا نريد أن نخزن معلومات شخصية عنك. Ùˆ لكن اذا أردت لهذه الخدمة أن تستمر، قم بالتبرع على الأقل ب 5$ كل شهر.\n\t\nهل تريد التبرع الآن؟", - "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} عبارة عن خدمة VPN سهلة وسريعة وآمنة من {Provider}. {ApplicationName} لا ÙŠØتاج إلى Øساب مستخدم أويØتÙظ بسجلات أويراقبك بأى طريقة.\n\t \nهذه الخدمة يتم تغطية تكاليÙها بالكامل عن طريق التبرعات من مستخدمين مثلك. من Ùضلك تبرع على {DonateURL}.\n\t\t\nباستخدامك لهذا التطبيق، انت تواÙÙ‚ على شروط الخدمة المتاØØ© على {TosURL}. هذه الخدمة مقدمة كما هى، بدون أى ضمانات، Ùˆ هى موجهة للأشخاص الذين يعملون لجعل هذا العالم مكانا Ø£Ùضل.\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": "لم يجد البرنامج أداة الدخول (polkit). من Ùضلك شغل واØدة ÙˆØاول ثانية." - }, - { - "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" - } - ] - } - ] -} diff --git a/locales/bn/messages.gotext.json b/locales/bn/messages.gotext.json deleted file mode 100644 index 1f056225b3e0076bd691a39c3bb55a3075f0b9eb..0000000000000000000000000000000000000000 --- a/locales/bn/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "bn", - "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?" - ], - "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": "{ApplicationName} পরিষেবা চালানো বেশ বà§à¦¯à¦¯à¦¼à¦¬à¦¹à§à¦²à¥¤ কারণ আমরা আপনার বà§à¦¯à¦•à§à¦¤à¦¿à¦—ত তথà§à¦¯ সংরকà§à¦·à¦£ করতে চাই না, à¦à¦‡ পরিষেবাটির জনà§à¦¯ কোনো অà§à¦¯à¦¾à¦•à¦¾à¦‰à¦¨à§à¦Ÿ বা বিলিং নেই। কিনà§à¦¤à§ আপনি যদি পরিষেবা চালিয়ে যেতে চান তবে পà§à¦°à¦¤à¦¿ মাসে কমপকà§à¦·à§‡ $ 5 দান করà§à¦¨à¥¤\n\t\n আপনি কি à¦à¦–ন দান করতে চান?", - "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} à¦à¦¿à¦ªà¦¿à¦à¦¨ পরিষেবা {Provider} থেকে সহজ, দà§à¦°à§à¦¤ à¦à¦¬à¦‚ নিরাপদ । {ApplicationName} বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦•à¦¾à¦°à§€à¦° কোন অà§à¦¯à¦¾à¦•à¦¾à¦‰à¦¨à§à¦Ÿà§‡à¦° পà§à¦°à¦¯à¦¼à§‹à¦œà¦¨ নেই। লগ রাখা অথবা যে কোনও উপায়ে আপনাকে টà§à¦°à§à¦¯à¦¾à¦• করা হয় না। \n\nà¦à¦‡ পরিষেবাটি সমà§à¦ªà§‚রà§à¦£à¦°à§‚পে আপনার মতো বà§à¦¯à¦¬à¦¹à¦¾à¦°à¦•à¦¾à¦°à§€à¦¦à§‡à¦° অনà§à¦¦à¦¾à¦¨à§‡ পরিচালিত হয়। অনà§à¦—à§à¦°à¦¹ করে দান করà§à¦¨ {DonateURL}\n\n à¦à¦‡ অà§à¦¯à¦¾à¦ªà§à¦²à¦¿à¦•à§‡à¦¶à¦¨ বà§à¦¯à¦¬à¦¹à¦¾à¦° করে, আপনি {TosURL} ঠউপলবà§à¦§ পরিষেবার শরà§à¦¤à¦¾à¦¦à¦¿à¦° সাথে সমà§à¦®à¦¤ হয়েছেন। à¦à¦‡ পরিষেবাটি যেমনটি পà§à¦°à¦¦à¦¾à¦¨ করা হয়েছে, তাছাড়া কোনও ওয়à§à¦¯à¦¾à¦°à§‡à¦¨à§à¦Ÿà¦¿ নেই à¦à¦¬à¦‚ à¦à¦Ÿà¦¿ à¦à¦®à¦¨ লোকদের জনà§à¦¯ তৈরি করা হয়েছে যারা পৃথিবীকে আরও সà§à¦¨à§à¦¦à¦° করার জনà§à¦¯ কাজ করছে।\n\n\n {ApplicationName_1} সংসà§à¦•à¦°à¦£: {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": "পোলকিট পà§à¦°à¦®à¦¾à¦£à§€à¦•à¦°à¦£ à¦à¦œà§‡à¦¨à§à¦Ÿ খà§à¦à¦œà§‡ পাওয়া যায়নি. অনà§à¦—à§à¦°à¦¹ করে à¦à¦•à¦Ÿà¦¿ চালান à¦à¦¬à¦‚ আবার চেষà§à¦Ÿà¦¾ করà§à¦¨ ।" - }, - { - "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": "à¦à¦¿à¦ªà¦¿à¦à¦¨ চালৠকরতে তà§à¦°à§à¦Ÿà¦¿ হয়েছে" - }, - { - "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" - } - ] - } - ] -} diff --git a/locales/br/messages.gotext.json b/locales/br/messages.gotext.json deleted file mode 100644 index 5b01f3332b5558b4a175f1030797f90a763f7b9c..0000000000000000000000000000000000000000 --- a/locales/br/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "br", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Ur fazi a zo c'hoarvezet en ur zeraouiñ ar 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?" - ], - "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": "Servij {ApplicationName} a zo ker-ruz da lakaat da vont en-dro. Dre ma ne fell ket deomp mirout titour personel ebet war ho penn, n'eus kont ebet fakturadur ebet evit ar servij-mañ. Met ma fellfe deoc'h e talc'hfe da vont war-raok ar raktres-mañ, roit deomp $5 da vihanañ pep miz.\n\t\nHa fellout a ra deoc'h reiñ arc'hant bremañ?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Reiñ arc'hant" - }, - { - "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} a zo ur servij VPN aes, fonnus, ha sur anezhañ graet gant {Provider}. {ApplicationName} na c'houlenn ket ur gont implijer, ne vir ket kennebeut war kavlec'hioù, ha ne heul ket ac'hanoc'h e nep doare.\n\t \nAr servij-mañ a zo paeet en un doare hollek gant implijerien egiztoc’h. Roit arc'hant mar plij amañ: {DonateURL}.\n\t\t\nEn ur implijout an arload-mañ, ec'h asantit d'an Termenoù Implij hegerz amañ: {TosURL}. Ar servij-mañ a vez pourvezet evel m'emañ, hep tamm gwarantiz ebet, ha graet evit an dud hag a labour evit gwellaat hon flanedenn.\n\n{ApplicationName_1} stumm: {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": "Diwar-benn" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Fazi deraouekadur" - }, - { - "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": "N'heller ket kavout ur gwazour anaout polkit. Lakait unan da vont ha klaskit en-dro mar plij." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Mankout a ra ur gwazour anaout" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "N'heller ket kevreañ ouzh {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": "Fazi en ur loc'hañ ar VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "O wiriañ ar statudoù..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Enaouiñ" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Lazhañ" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Skoazell..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Reiñ arc'hant..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Diwar-benn..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Kuitaat" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Tremenerezh hent dre:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Implijout {ApplicationName} {City} treuzell", - "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} enaouet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} lazhet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Nullañ" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "O kevreañ ouzh {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "O paouez {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Adkevreañ" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} a stank ar genrouedad", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/ca/messages.gotext.json b/locales/ca/messages.gotext.json deleted file mode 100644 index 6d6296373024045215747e864044abe6c58b7561..0000000000000000000000000000000000000000 --- a/locales/ca/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "ca", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "S'ha produït un error en inicialitzar el 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?" - ], - "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": "El servei {ApplicationName} és car de mantenir. Com que no volem emmagatzemar informació personal dels usuaris, no hi ha comptes ni sistema de facturació en aquest servei. Però si voleu que el servei continuï, podeu donar almenys 5 USD al mes.\n\t\nVoleu fer una donació ara?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Donacions" - }, - { - "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} és un servei de VPN fà cil, rà pid i segur de {Provider}. {ApplicationName} no requereix cap compte d'usuari, no manté registres, ni us fa cap mena de seguiment.\t Aquest servei es paga completament mitjançant donacions d'usuaris com vós. Si us plau, feu una donació fent un ingrès a {DonateURL}.\t\tSi utilitzeu aquesta aplicació, esteu acceptant els Termes del Servei disponibles a {TosURL}. Aquest servei es proveeix tal com és, sense cap garantia, i està destinat a persones que treballen per fer del món un lloc millor. \tVersió de {ApplicationName_1}: {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": "Quant a" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Error d'inicialització" - }, - { - "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": "No s'ha trobat cap agent d'autenticació de polkit. Executeu-ne un i torneu-ho a provar." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Falta un agent d'autenticació" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "No s'ha pogut connectar a {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": "Error en iniciar la VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "S'està comprovant l'estat..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Activa" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Desactiva" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Ajuda..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Donacions..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Quant a..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Abandona" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Encamina el trà nsit per:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Utilitza la pasarel·la de {ApplicationName} de {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} està connectada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} està desconnectada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Cancel·la" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Connectant a {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Aturant {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Torna a connectar" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} està bloquejant internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/de/messages.gotext.json b/locales/de/messages.gotext.json deleted file mode 100644 index 657ff3a65d3a1caf9d75af4ffbe4f039e6566b77..0000000000000000000000000000000000000000 --- a/locales/de/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "de", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Ein Fehler ist bei der Initialisierung des VPN aufgetreten: {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?" - ], - "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": "Es ist kostspielig {ApplicationName} zu betreiben. Da wir keine persönliche Daten über Sie speichern, gibt es keine Konten oder Rechnungen für diesen Service. Wenn Sie uns ermöglichen möchten, dass wir diesen Service weiter anbieten können, spenden Sie bitte mindestens $5 pro Monat.\n\t\nMöchten Sie jetzt spenden?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Spenden" - }, - { - "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} ist ein einfacher, schneller und sicherer VPN-Service von {Provider}.{ApplicationName} benötigt kein Benutzerkonto, speichert keine Logdateien oder verfolgt Sie.\n\t\nDieser Service wird komplett über Spenden von Benutzern wie Ihnen finanziert. Bitte spenden Sie unter {DonateURL}.\n\t\t\nDurch den Gebrauch der Anwendung stimmen Sie den Nuzungsbedingungen unter {TosURL} zu. Dieser Service wird so angeboten wie er ist, ohne Gewährlesitung, und ist für Menschen gemacht die daran arbeiten die Welt zu einem besseren Platz zu machen.\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": "Ãœber" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Initialisierungsfehler " - }, - { - "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": "Es konnte kein polkit Authentifizierungsmerkmal gefunden werden. Bitte dieses Starten und erneut versuchen." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Fehlendes Authentifizierungsmerkmal" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Kann Verbindung zu {ApplicationName} nicht herstellen: {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": "Fehler beim Starten des VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Ãœberprüfe Status ..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Anschalten" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Auschalten" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Hilfe…" - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Spenden…" - }, - { - "id": "About...", - "message": "About...", - "translation": "Ãœber…" - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Beenden" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Leite Datenverkehr über:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Benutze {ApplicationName} {City} Portal", - "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} an", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} aus", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Abbrechen" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Verbinde zu {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Stoppe {ApplicationName} ", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Wiederverbinden" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blockiert die Internetverbindung", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/el/messages.gotext.json b/locales/el/messages.gotext.json deleted file mode 100644 index afae20677d97068ea765a268e295c5232932e24f..0000000000000000000000000000000000000000 --- a/locales/el/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "el", - "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?" - ], - "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": "Η υπηÏεσία {ApplicationName} είναι δαπανηÏή. Επειδή δεν θÎλουμε να αποθηκεÏσουμε Ï€ÏοσωπικÎÏ‚ πληÏοφοÏίες σχετικά με εσάς, δεν υπάÏχουν λογαÏιασμοί ή χÏεώσεις για αυτήν την υπηÏεσία. Αλλά αν θÎλετε να συνεχιστεί η υπηÏεσία, δωÏίστε τουλάχιστον $ 5 κάθε μήνα.\n\nΘÎλετε να κάνετε δωÏεά Ï„ÏŽÏα;", - "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} είναι μια εÏκολη, γÏήγοÏη και ασφαλής υπηÏεσία VPN από το {Provider}. Το {ApplicationName} δεν απαιτεί λογαÏιασμό χÏήστη, διατηÏεί αÏχεία καταγÏαφής ή σας παÏακολουθεί με οποιονδήποτε Ï„Ïόπο.\n    \nΑυτή η υπηÏεσία χÏηματοδοτείται εξ ολοκλήÏου από δωÏεÎÏ‚ από χÏήστες όπως εσείς. ΠαÏακαλοÏμε κάντε μία δωÏεά στο {DonateURL}.\n\nΧÏησιμοποιώντας αυτήν την εφαÏμογή, συμφωνείτε με τους ÎŒÏους ΠαÏοχής ΥπηÏεσιών που είναι διαθÎσιμοι στο {TosURL}. Αυτή η υπηÏεσία παÏÎχεται ως Îχει, χωÏίς καμία εγγÏηση, και Ï€ÏοοÏίζεται για άτομα που δουλεÏουν για να κάνουν τον κόσμο Îνα καλÏτεÏο μÎÏος.\n\n\n{ApplicationName_1} Îκδοση: {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": "Missing authentication agent" - }, - { - "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" - } - ] - } - ] -} diff --git a/locales/en-GB/messages.gotext.json b/locales/en-GB/messages.gotext.json deleted file mode 100644 index 550312169ccdc32864eb28ec17de375540b313f0..0000000000000000000000000000000000000000 --- a/locales/en-GB/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "en-GB", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "An error has ocurred initializing the 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?" - ], - "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 4£ 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": "Donate" - }, - { - "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": "About" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Initialisation error" - }, - { - "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": "Missing authentication agent" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Can't connect to {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": "Error starting VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Checking status..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Turn on" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Turn off" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Help..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Donate..." - }, - { - "id": "About...", - "message": "About...", - "translation": "About..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Quit" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Route traffic through:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Use {ApplicationName} {City} gateway", - "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} on", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} off", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Cancel" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Connecting to {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Stopping {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Reconnect" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blocking Internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/en-US/messages.gotext.json b/locales/en-US/messages.gotext.json deleted file mode 100644 index cbf835dce21125cc250cdce1353da89d9a3e15b0..0000000000000000000000000000000000000000 --- a/locales/en-US/messages.gotext.json +++ /dev/null @@ -1,335 +0,0 @@ -{ - "language": "en-US", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "An error has ocurred initializing the VPN: {Err}", - "translatorComment": "Copied from source.", - "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?" - ], - "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?", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Donate", - "translatorComment": "Copied from source." - }, - { - "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}", - "translatorComment": "Copied from source.", - "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": "About", - "translatorComment": "Copied from source." - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Initialization error", - "translatorComment": "Copied from source." - }, - { - "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.", - "translatorComment": "Copied from source." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Missing authentication agent", - "translatorComment": "Copied from source." - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Can't connect to {ApplicationName}: {Err}", - "translatorComment": "Copied from source.", - "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": "Error starting VPN", - "translatorComment": "Copied from source." - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Checking status..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Turn on" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Turn off" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Help...", - "translatorComment": "Copied from source." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Donate...", - "translatorComment": "Copied from source." - }, - { - "id": "About...", - "message": "About...", - "translation": "About...", - "translatorComment": "Copied from source." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Quit" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Route traffic through:", - "translatorComment": "Copied from source." - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Use {ApplicationName} {City} gateway", - "translatorComment": "Copied from source.", - "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} on", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} off", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Cancel" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Connecting to {ApplicationName}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Stopping {ApplicationName}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Reconnect", - "translatorComment": "Copied from source." - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blocking internet", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/en/messages.gotext.json b/locales/en/messages.gotext.json deleted file mode 100644 index c33a31a3556cf65442f2dbd35f4e69624945bb18..0000000000000000000000000000000000000000 --- a/locales/en/messages.gotext.json +++ /dev/null @@ -1,335 +0,0 @@ -{ - "language": "en", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "An error has ocurred initializing the VPN: {Err}", - "translatorComment": "Copied from source.", - "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?" - ], - "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?", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Donate", - "translatorComment": "Copied from source." - }, - { - "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}", - "translatorComment": "Copied from source.", - "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": "About", - "translatorComment": "Copied from source." - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Initialization error", - "translatorComment": "Copied from source." - }, - { - "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.", - "translatorComment": "Copied from source." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Missing authentication agent", - "translatorComment": "Copied from source." - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Can't connect to {ApplicationName}: {Err}", - "translatorComment": "Copied from source.", - "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": "Error starting VPN", - "translatorComment": "Copied from source." - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Checking status..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Turn on" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Turn off" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Help...", - "translatorComment": "Copied from source." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Donate...", - "translatorComment": "Copied from source." - }, - { - "id": "About...", - "message": "About...", - "translation": "About...", - "translatorComment": "Copied from source." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Quit" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Route traffic through:", - "translatorComment": "Copied from source." - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Use {ApplicationName} {City} gateway", - "translatorComment": "Copied from source.", - "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} on", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} off", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Cancel" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Connecting to {ApplicationName}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Stopping {ApplicationName}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Reconnect", - "translatorComment": "Copied from source." - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blocking internet", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/es-ES/messages.gotext.json b/locales/es-ES/messages.gotext.json deleted file mode 100644 index 1174fe49023192c61b8d2045335e1980b39f8ede..0000000000000000000000000000000000000000 --- a/locales/es-ES/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "es-ES", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Ha ocurrido un error inicializando la 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?" - ], - "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": "Correr el servicio {ApplicationName} es caro. Porque no queremos almacenar información personal acerca tuyo, no hay cuentas o tarifas por este servicio. Pero si quieres que el mismo continúe, dona al menos USD 5 por mes.\n\t\n¿Quieres donar ahora?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Donar" - }, - { - "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} es un servicio de VPN fácil, rápido y seguro de {Provider}. {ApplicationName} no requiere una cuenta de usuario, no mantiene bitácoras, o te rastrea de cualquier manera.\n\t \nEl costo de este servicio está cubierto por completo por donaciones de usuarios como tú. Por favor dona a {DonateURL}.\n\t\t\nAl usar esta aplicación, estás de acuerdo con los Términos del Servicio disponibles en {TosURL}. Este servicio se provee tal cual, sin ninguna garantÃa, y está apuntado a personas que trabajan para hacer del mundo un mejor lugar.\n\n\nVersión de {ApplicationName_1}: {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": "Acerca de" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Error de inicialización" - }, - { - "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": "No se pudo encontrar un agente de autenticación polkit. Por favor corre uno e intenta de nuevo." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Falta agente de autenticación" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "No se puede conectar a {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": "Error iniciando VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Comprobando estado..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Activar" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Desactivar" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Ayuda..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Donar..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Acerca de..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Salir" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Enrutar tráfico a través de:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Usar ruta de salida {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} activada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} desactivada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Cancelar" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Conectando a {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Deteniendo {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Reconectar" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} bloqueando Internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/es/messages.gotext.json b/locales/es/messages.gotext.json deleted file mode 100644 index 9bd7f863412d02816c7d4c81c6b8d0e6a8a2b619..0000000000000000000000000000000000000000 --- a/locales/es/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "es", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Ha ocurrido un error al iniciar la 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?" - ], - "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": "El servicio {ApplicationName} es costoso de mantener. Debido a que no queremos almacenar información personal sobre los usuarios, no hay cuentas ni sistema de facturación en este servicio. Pero si deseas que el servicio continúe, puedes donar al menos 5 USD al mes.\n\t\n¿Quieres realizar la donación ahora?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Dona" - }, - { - "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} es un servicio de VPN fácil, rápido, y seguro de {Provider}. {ApplicationName} no requiere una cuenta de usuario, no mantiene registros, ni te rastrea de ninguna manera.\n\t \nEste servicio se paga en su totalidad por donaciones de usuarios como tú. Por favor dona ingresando a {DonateURL}.\n\t\t\nAl usar esta aplicación, acuerdas con los Términos del Servicio disponibles en {TosURL}. Este servicio se provee como viene, sin garantÃa alguna, y está destinado a gente que trabaja para hacer del mundo un lugar mejor.\n\n\nVersión de {ApplicationName_1}: {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": "Acerca de" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Error de inicialización" - }, - { - "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": "No se pudo encontrar ningún agente de autenticacion de polkit. Por favor lanza uno y prueba de nuevo." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Falta un agente de autenticación" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "No puedo conectar con {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": "Error al iniciar la VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Comprobando el estado..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Encender" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Apagar" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Ayuda..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Dona..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Acerca de..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Cerrar" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Enrutar tráfico a través de:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Usa la salida de {ApplicationName} de {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} encendida", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} apagada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Cancelar" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Conectando a {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Desconectando de {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Volver a conectar" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} bloqueando internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/eu/messages.gotext.json b/locales/eu/messages.gotext.json deleted file mode 100644 index 522d7099d7d8a5a780e3f6c74ecc09949f48470e..0000000000000000000000000000000000000000 --- a/locales/eu/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "eu", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Errore bat gertatu da VPNa habiaraztean: {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?" - ], - "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": "{ApplicationName} zerbitzua mantentzea garestia da. Zure datu pertsonalak gorde nahi ez ditugulako, ez dago inolako konturik sortu beharrik edo tarifarik. Hala ere zerbitzua jarraitzea nahi baduzu, 5$eko dohaintza egin hilabetero.\n\t\nDohaintza egin nahi duzu orain?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Dohaintza egin" - }, - { - "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} erraza, azkarra eta segurua den VPN zerbitzua da, {Provider}(e)k eskainia. {ApplicationName}(e)k ez du erabiltzaile kontu baten beharra, ez ditu datu pribatuak gordetzen eta zaitu inolako jarraipenik egiten.\n\t \nZerbitzua zu bezalako erabiltzaileen dohaintzez mantentzen da. Dohaintza egin hemen, mesedez: {DonateURL}.\n\t\t\nAplikazio hau erabilita, {TosURL} helbideko zerbitzu-baldintzak onartzen dituzu. Zerbitzu hau eskuratu duzun bezala hornitzen da, inolako bermerik gabe, eta mundu hau leku hobe bat bihurtzeko lan egiten dutenentzat bideratuta dago.\n\n\n{ApplicationName_1} bertsioa: {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": "Honi buruz" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Errorea habiaraztean" - }, - { - "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": "Ezin da polkit autentifikazio agente bat bilatu. Mesedez, exekutatu bat eta berria saiatu." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Autentifikazio agentea falta da" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Ezin da {ApplicationName}(e)ra konektatu: {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": "Errorea VPNa habiaraztean" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Egiaztatzen egoera..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Aktibatu" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Desaktibatu" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Laguntza..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Dohaintza egin..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Honi buruz..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Irten" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Bideratu trafikoa honen bitartez:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Erabili {ApplicationName} {City} atebidea", - "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} aktibatuta", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} desaktibatuta", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Utzi" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "{ApplicationName}(e)ra konektatzen", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "{ApplicationName} gelditzen", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Birkonektatu" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} internet blokeatzen", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/fa-IR/messages.gotext.json b/locales/fa-IR/messages.gotext.json deleted file mode 100644 index 2fea838350208535ac5eab2df984a7b2a082eade..0000000000000000000000000000000000000000 --- a/locales/fa-IR/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "fa-IR", - "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?" - ], - "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": "سرویس {ApplicationName} برای اجرا گران است. به این دلیل Ú©Ù‡ ما نمی‌خواهیم اطلاعات شخصی شما را ذخیره کنیم، Øساب کاربری یا صورت Øساب برای این سرویس وجود ندارد. ولی اگر مایل هستید Ú©Ù‡ این سرویس ادامه داشته باشد، Øداقل ماهی Ûµ دلار به ما Ú©Ù…Ú© کنید\n\t\nماید هستید Ú©Ù‡ الان Ú©Ù…Ú© کنید؟", - "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} یک سرویس VPN اسان، سریع Ùˆ امن از {Provider} است. نرم‌اÙزار {ApplicationName} نیاز به Øساب کاربری ندارد، لاگ Ùعالیت کاربر یا Ùعالیت‌های شما را ذخیره نمی‌کند\n\t\nهزینه‌های این سرویس به Ø´Ú©Ù„ کامل از کمک‌های مالی کاربرانی مانند شما تأمین می‌شود. لطÙاً از طریق آدرس {DonateURL} به ما Ú©Ù…Ú© مالی کنید.\n\t\t\nبا استÙاده از این نرم‌اÙزار، شما با شرایط خدمات Ú©Ù‡ در آدرس {TosURL} در دسترس است مواÙقت می‌کنید. یان سرویس به Ø´Ú©Ù„ÛŒ Ú©Ù‡ هست Ùˆ بدون هیچگونه گارانتی ارائه می‌گردد، Ùˆ برای اÙرادی است Ú©Ù‡ برای اینکه دنیا جای بهتری باشد تلاش می‌کنند\n\n\n{ApplicationName_1} نسخه: {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": "عامل تأیید هویت polkit در دسترس نیست. لطÙاً یکی را اجرا کنید Ùˆ مجدد امتØان کنید." - }, - { - "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" - } - ] - } - ] -} diff --git a/locales/fr/messages.gotext.json b/locales/fr/messages.gotext.json deleted file mode 100644 index a422df7c62d6cde6872a61f37b0cf95039fa3ac5..0000000000000000000000000000000000000000 --- a/locales/fr/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "fr", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Une erreur est survenue lors de l’initialisation du RPV : {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?" - ], - "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": "L’exploitation du service {ApplicationName} coûte cher. Dans la mesure où ne nous voulons enregistrer aucun renseignement personnel à votre sujet, il n’y ni compte ni facturation pour ce service. Mais si vous souhaitez toutefois que le service continue, faites un don d’au moins 5 $ mensuellement\n\t\nSouhaitez-vous faire un don maintenant ?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Faire un don" - }, - { - "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} est un service de RPV simple, rapide et sécurisé offert par {Provider}. {ApplicationName} n’exige pas de compte utilisateur, ne conserve pas de journaux, ni ne vous suit à la trace d’aucune façon.\n\t \nCe service est entièrement financé par les dons d’utilisateurs comme vous. Veuillez faire un don sur {DonateURL}.\n\t\t\nEn utilisant cette application, vous acceptez les conditions générales d’utilisation qui se trouvent sur {TosURL}. Ce service est fourni tel quel, sans aucune garantie et s’adresse aux personnes qui Å“uvrent à rendre le monde meilleur.\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": "À propos" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Erreur d’initialisation" - }, - { - "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": "Impossible de trouver un agent d’authentification polkit. Veuillez en exécuter un et ressayer." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "L’agent d’authentification est manquant" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Impossible de se connecter à {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": "Erreur du démarrage du RPV" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Vérification de l’état…" - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Activer" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Désactiver" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Aide…" - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Faire un don…" - }, - { - "id": "About...", - "message": "About...", - "translation": "À propos…" - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Quitter" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Acheminer le trafic par :" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Utiliser la passerelle {ApplicationName} {City}\n", - "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} est activé", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} est désactivé", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Annuler" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Connexion à {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Arrêt de {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Se reconnecter" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} bloque Internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/he/messages.gotext.json b/locales/he/messages.gotext.json deleted file mode 100644 index 09ab5fc6735478786cba29a27c8b8565f392c256..0000000000000000000000000000000000000000 --- a/locales/he/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "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", - "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": "השירות {ApplicationName} ×”×•× ×™×§×¨ לתפעול. מ×חר ש××™× × ×• ×¨×•×¦×™× ×œ×חסן מידע ×ישי לגביך, ×ין ×—×©×‘×•× ×•×ª ×ו חיוב עבור שירות ×–×”. ×בל ×× ×תה רוצה שהשירות ימשיך, ×ª×¨×•× ×œ×¤×—×•×ª $5 כל חודש.\n\t\n×”×× ×תה רוצה ×œ×ª×¨×•× ×¢×›×©×™×•?", - "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} ×”×•× ×©×™×¨×•×ª VPN קל, מהיר ומ×ובטח מ×ת {Provider}. {ApplicationName} ××™× ×• דורש חשבון משתמש, ××™× ×• שומר ×™×•×ž× ×™× ×ו עוקב ×חריך בדרך כלשהי.\n\t \nשירות ×–×” ×ž×©×•×œ× ×œ×’×ž×¨×™ ×¢×´×™ תרומות ×ž×ž×©×ª×ž×©×™× ×›×ž×•×š. ×× × ×ª×¨×•× ×‘×›×ª×•×‘×ª {DonateURL}.\n\t\t\n×¢×´×™ שימוש ×‘×™×™×©×•× ×–×”, ×תה ×ž×¡×›×™× ×ל ×ª× ××™×™ השירות ×”×–×ž×™× ×™× ×‘×›×ª×•×‘×ª {TosURL}. שירות ×–×” מסופק כפי שהו×, ×œ×œ× ×חריות כלשהי, ×•×”×•× ×ž×™×•×¢×“ ל×× ×©×™× ×©×¤×•×¢×œ×™× ×œ×”×¤×•×š ×ת ×”×¢×•×œ× ×œ×ž×§×•× ×˜×•×‘ יותר.\n\n\n{ApplicationName_1} גרסה: {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": "×œ× ×”×™×” × ×™×ª×Ÿ ×œ×ž×¦×•× ×¡×•×›×Ÿ ×ימות Polkit. ×× × ×”×¨×¥ ×חד ×•× ×¡×” שוב." - }, - { - "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" - } - ] - } - ] -} diff --git a/locales/hu/messages.gotext.json b/locales/hu/messages.gotext.json deleted file mode 100644 index 959d659362e027d4e4389fec80210c902b603fb1..0000000000000000000000000000000000000000 --- a/locales/hu/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "hu", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Hiba történt a VPN inicializálásánál: {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?" - ], - "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": "A {ApplicationName} szolgáltatás futtatása drága. Mivel nem szeretnénk ÖnrÅ‘l adatot tárolni, azért nincsen fiók és számlázás ehhez a szolgáltatáshoz. Ha szeretné, hogy a szolgáltatás folytatodjék, támogasson legalább 5$-ral havonta.\n\t\nSzeretne támogatni most?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Támogatás" - }, - { - "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": "A {ApplicationName} egy egyszerű, biztonságos VPN szolgáltatás a(z) {Provider} szolgáltatótó. A {ApplicationName} nem igényel felhasználói fiókot, logot Å‘rizzen, vagy kövesse Önt bármiképp.\n\t \nEz a szolgáltatás kizárólag a támogatásokból fizetett olyan felhasználók által, mint Ön. Kérjük támogasson a következÅ‘ linken {DonateURL}.\n\t\t\nAz alkalmazás használatával elfogadja a Felhasználási feltételeket, amik itt elérhetÅ‘k: {TosURL}. Ez a szolgáltatás as-is biztosÃtott, bármiféle garancia nélkül, azok számára, akik a világot jobbá akarják tenni.\n\n\n{ApplicationName_1} verzió: {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": "Névjegy" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Inicializációs hiba" - }, - { - "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": "Nem található polkit azonosÃtó ügynök. Kérjük futtasson egyet és próbálja újra." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Hiányzó autentikációs ügynök" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Sikertelen a csatlakozás - {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 indÃtása sikertelen" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Ãllapot ellenÅ‘rzése..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Bekapcsolás" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Kikapcsolás" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Súgó..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Támogatás..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Névjegy..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Kilépés" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Forgalom routolás ezen keresztül:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "A {ApplicationName} {City} átjáró használata", - "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} bekapcsolva", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} kikapcsolva", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Mégsem" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Kapcsolódás alkalmazáshoz - {ApplicationName} ", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Alkalmazás leállÃtása - {ApplicationName} ", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Újracsatlakozás" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blokkolja az internetet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/it/messages.gotext.json b/locales/it/messages.gotext.json deleted file mode 100644 index 52f44a123bbed686d12e00464b95f45a6dcd96d5..0000000000000000000000000000000000000000 --- a/locales/it/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "it", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Si è verificato un errore nell'inizializzazione della 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?" - ], - "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": "Il servizio {ApplicationName} è costoso da mantenere. Poichè non vogliamo immagazzinare informazioni personali su di te non ci sono account ne tariffe per l'utilizzo del servizio. Se vuoi puoi però aiutarci a mantenere il servizio in funzione donando dai $5 in su ogni mese.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Dona" - }, - { - "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} è un servizio di VPN facile, veloce e sicuro di {Provider}. {ApplicationName} non richiede un account utente, non mantiene i log e non ti traccia in nessuna maniera.\n\nIl servizio è interamente mantenuto da donazioni di utenti come te. Per favore dona qui: {DonateURL}.\n\nUtilizzando questa applicazione, approvi i Termini di Servizio disponibili qui: {TosURL}. Questo servizio è fornito così com'è, senza nessuna garanzia, ed è destinato alle persone che lavorano per rendere il mondo un posto migliore.\n\n\n{ApplicationName_1} versione: {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": "Informazioni" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Errore nell'inizializzazione" - }, - { - "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": "Non è stato possibile trovare un agente di autenticazione polkit. Si prega di avviarne uno e riprovare." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Agente di autenticazione mancante" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Impossibile connettersi ad {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": "Errore nell'avvio della VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Controllando lo stato..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Accendi" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Spegni" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Aiuto..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Dona..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Informazioni..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Esci" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Inoltra il traffico attraverso:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Usa il gateway {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} accesa", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} spenta", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Annulla" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Connettendo a {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Fermando {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Riconnetti" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} sta bloccando l'accesso ad internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/lt/messages.gotext.json b/locales/lt/messages.gotext.json deleted file mode 100644 index 4d11f642f98fedc49722059ecbdb609ec4d78469..0000000000000000000000000000000000000000 --- a/locales/lt/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "lt", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Inicijuojant VPN, įvyko klaida: {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?" - ], - "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": "{ApplicationName} paslaugÄ… brangiai kainuoja iÅ¡laikyti. Kadangi nenorime laikyti jÅ«sų asmeninÄ—s informacijos, todÄ—l nÄ—ra jokių paskyrų ar apmokestinimo už Å¡iÄ… paslaugÄ…. TaÄiau, jei norite, kad paslauga bÅ«tų teikiama ir toliau, paaukokite kiekvienÄ… mÄ—nesį bent po $5 (JAV dolerius).\n\t\nAr norite paaukoti dabar?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Paaukoti" - }, - { - "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} yra lengva naudoti, greita ir saugi VPN paslauga iÅ¡ {Provider}. {ApplicationName} nereikalauja naudotojo paskyros, nesaugo žurnalų ir jokiu kitu bÅ«du jÅ«sų neseka.\n\t \nÅ i paslauga yra apmokama tik iÅ¡, tokių paÄių naudotojų kaip jÅ«s, paaukojimų. PraÅ¡ome paaukokite, adresu {DonateURL}.\n\t\t\nNaudodami Å¡iÄ… programÄ…, sutinkate su Naudojimosi SÄ…lygomis, kurias galite rasti adresu {TosURL}. Å i paslauga yra teikiama esamu pavidalu, be jokių garantijų ir yra skirta žmonÄ—ms, kurie dirba, kad padarytų pasaulį geresnį.\n\n\n{ApplicationName_1} versija: {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": "Apie" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Inicijavimo klaida" - }, - { - "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": "Nepavyko rasti politikos rinkinio tapatybÄ—s nustatymo agento. Paleiskite jį ir bandykite dar kartÄ…." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "TrÅ«ksta tapatybÄ—s nustatymo agento" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Nepavyksta prisijungti prie {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": "Klaida paleidžiant VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Tikrinama bÅ«sena..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Ä®jungti" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "IÅ¡jungti" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Pagalba..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Paaukoti..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Apie..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "IÅ¡eiti" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Nukreipti duomenų srautÄ… per:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Naudoti {ApplicationName} {City} tinklų sietuvÄ…", - "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} įjungta", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} iÅ¡jungta", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Atsisakyti" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Jungiamasi prie {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Stabdoma {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Prisijungti iÅ¡ naujo" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blokuoja internetÄ…", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/nl/messages.gotext.json b/locales/nl/messages.gotext.json deleted file mode 100644 index 1754b703600178b94aa302bf08dde605d362df64..0000000000000000000000000000000000000000 --- a/locales/nl/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "nl", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Er heeft zich een fout voorgedaan bij het initialiseren van de 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?" - ], - "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": "De {ApplicationName} dienst is kostbaar om te onderhouden. Omdat we geen persoonlijke informatie over u willen bijhouden, zijn er geen accounts of betalingen voor deze dienst. Om deze dienst in leven te houden, overweeg ten minste €5 per maand te schenken.\n\t\nWilt u nu doneren?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Doneren" - }, - { - "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 een gemakkelijke, snelle en veilige VPN-dienst van {Provider}. {ApplicationName} vereist geen gebruikersaccount, houdt geen logboek bij en volgt u niet op wat voor manier dan ook.\n\t \nDeze dienst wordt volledig gefinancierd door donaties van gebruikers zoals u. Gelieve bij te dragen op {DonateURL}.\n\t\t\nDoor deze applicatie te gebruiken, gaat u akkoord met onze gebruikersvoorwaarden die beschikbaar zijn op {TosURL}. Deze dienst wordt geleverd zonder enige garantie en is bedoeld voor mensen die werken aan een betere wereld. \n\n\n{ApplicationName_1} versie: {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": "Over" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Initialisatiefout" - }, - { - "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": "Kan geen polkit authenticatieagent vinden. Voer er een uit en probeer opnieuw." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Authenticatieagent ontbreekt" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Kan niet verbinden met {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": "Fout bij het opstarten van de VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Status controleren..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Inschakelen" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Uitschakelen" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Hulp..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Doneren..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Over..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Stoppen" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Route verkeer door:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Gebruik {ApplicationName} {City} gateway", - "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} aan", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} uit", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Annuleren" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Verbinden met {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "{ApplicationName} aan het stoppen", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Opnieuw verbinden" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blokkeert het internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/pl/messages.gotext.json b/locales/pl/messages.gotext.json deleted file mode 100644 index 2e450732d72219052aafdfba1a8abd36ca128931..0000000000000000000000000000000000000000 --- a/locales/pl/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "pl", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "PowstaÅ‚ bÅ‚Ä…d podczas inicjowania VPN'a: {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?" - ], - "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": "Utrzymywanie {ApplicationName} jest kosztowne. Ponieważ nie chcemy przechowywać danych osobowych o Tobie, nie ma kont ani rozliczeÅ„ za tÄ™ usÅ‚ugÄ™. Ale jeÅ›li chcesz, aby usÅ‚uga byÅ‚a kontynuowana, przekazuj co najmniej 5 USD miesiÄ™cznie.\nCzy chcesz teraz przekazać darowiznÄ™?\n", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Darowizna" - }, - { - "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} to Å‚atwy, szybki i bezpieczny VPN od {Provider}. {ApplicationName} nie wymaga konta użytkownika, nie przechowuje logów, czy Å›ledzi CiÄ™ w jakikolwiek sposób.\n\t\nTa usÅ‚uga jest opÅ‚acana w caÅ‚oÅ›ci przez darowizny od takich użytkowników jak Ty. Przekaż darowiznÄ™ na {DonateURL}.\n\t\t\nUżywajÄ…c tej aplikacji zgadzasz siÄ™ na Zasady Użytkowania dostÄ™pne na {TosURL}. UsÅ‚uga jest dostÄ™pna taka-jaka-jest bez żadnej gwarancji i jest zamierzona dla ludzi, którzy pracujÄ… nad tym, aby Å›wiat staÅ‚ siÄ™ lepszym miejscem.\n\n\n{ApplicationName_1} wersja: {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": "O programie..." - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "BÅ‚Ä…d inicjowania" - }, - { - "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": "Nie znaleziono agenta autentykacji polkit. ProszÄ™ uruchom go i spróbuj ponownie." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "BrakujÄ…cy agent autoryzacji" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Nie można poÅ‚Ä…czyć z {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": "BÅ‚Ä…d przy uruchamianiu VPN'a" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Sprawdzanie statusu" - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "WÅ‚Ä…cz" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "WyÅ‚Ä…cz" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Pomoc..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Wesprzyj..." - }, - { - "id": "About...", - "message": "About...", - "translation": "O programie..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Zamknij" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Przekieruj ruch sieciowy przez:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Użyj bramy {City} {ApplicationName}", - "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} wÅ‚Ä…czony", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} wyÅ‚Ä…czony", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Anuluj" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "ÅÄ…czenie z {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Zatrzymywanie {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "PoÅ‚Ä…cz ponownie" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blokuje internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/pt-BR/messages.gotext.json b/locales/pt-BR/messages.gotext.json deleted file mode 100644 index b7dc711817ce4a2559c6cc608d889d7e38998630..0000000000000000000000000000000000000000 --- a/locales/pt-BR/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "pt-BR", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Um erro ocorreu na inicialização da 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?" - ], - "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": "O serviço {ApplicationName} tem um custo para ser mantido. Como não queremos coletar as suas informações pessoais, não temos contas de usuário e não cobramos por este serviço. Mas se você quiser que este serviço continue, faça uma doação de ao menos $5 dólares por mês.\n\t\nVocê quer fazer uma doação agora? ", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Fazer uma doação" - }, - { - "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} é um serviço de VPN fácil, rápido e seguro mantido por {Provider}. {ApplicationName} não precisa de uma conta de usuário, não mantém logs, e não te rastreia de forma alguma. \n\t\nO serviço é financiado inteiramente através de doações de pessoas como você. Por favor faça uma doação acessando {DonateURL}\n\t\t\nAo usar este aplicativo, você concorda com os Termos de Serviço disponÃveis em {TosURL}. Este serviço é provido \"no estado\", sem nenhuma garantia, e é direcionado a pessoas que trabalham para tornar o mundo um lugar melhor.\n\n\n{ApplicationName_1} versão: {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": "Sobre" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Erro na inicialização" - }, - { - "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": "Não foi possÃvel encontrar um agente de autenticação polkit. Por favor, execute um agente e tente novamente." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Um agente de autenticação está faltando" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Não é possÃvel conectar a {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": "Erro ao iniciar a VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Verificando estado..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Ligar" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Desligar" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Ajuda..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Fazer uma doação..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Sobre..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Sair" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Rotear o tráfego por:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Usar o gateway {City} de {ApplicationName}", - "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} está ligada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} está desligada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Cancelar" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Conectando a {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Parando {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Reconectar" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} está bloqueando a Internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/pt-PT/messages.gotext.json b/locales/pt-PT/messages.gotext.json deleted file mode 100644 index 6aed8cfad63cc2d329995a55875559d171dd6a7c..0000000000000000000000000000000000000000 --- a/locales/pt-PT/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "pt-PT", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Ocorreu um erro ao inicializar a 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?" - ], - "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": "Doar" - }, - { - "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": "Sobre" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Erro de inicialização" - }, - { - "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": "Agente de autenticação em falta" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Não é possÃvel ligar a {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": "Erro ao iniciar a VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "A verificar o estado..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Ligar" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Desligar" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Ajuda..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Doar..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Sobre..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Sair" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Encaminhar tráfego via:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Use {ApplicationName} {City} gateway", - "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} ligada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} desligada", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Cancelar" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "A ligar a {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "A parar {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Religar" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} está a bloquear a Internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/ro/messages.gotext.json b/locales/ro/messages.gotext.json deleted file mode 100644 index 600d630bd289a3055cab4149c3a72a4519a74239..0000000000000000000000000000000000000000 --- a/locales/ro/messages.gotext.json +++ /dev/null @@ -1,334 +0,0 @@ -{ - "language": "ro", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "A apărut o eroare la iniÈ›ializarea VPN: {Err}", - "translatorComment": "Copied from source.", - "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?" - ], - "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": "Serviciul {ApplicationName} este scump pentru a rula. Deoarece nu dorim să stocăm informaÈ›ii personale despre dvs., nu există conturi sau facturare pentru acest serviciu. Dar dacă doriÈ›i ca serviciul să continue, donaÈ›i cel puÈ›in 5 USD în fiecare lună.\n\t\nVreÈ›i să donaÈ›i acum?", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "DonaÈ›ie", - "translatorComment": "Copied from source." - }, - { - "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} este un serviciu VPN uÈ™or, rapid È™i sigur de la {Provider}. {ApplicationName} nu necesită un cont de utilizator, nu păstrează jurnalele È™i nu vă urmăreÈ™te în niciun fel.\n\t \nAcest serviciu este plătit în întregime prin donaÈ›ii de la utilizatori cum sunteÈ›i dvs. Vă rugăm să donaÈ›i la {DonateURL}.\n\t\t\nPrin utilizarea acestei aplicaÈ›ii, sunteÈ›i de acord cu Termenii È™i condiÈ›iile disponibile la {TosURL}. Acest serviciu este oferit aÈ™a cum este, fără nicio garanÈ›ie È™i este destinat persoanelor care lucrează pentru a face lumea un loc mai bun.\n\n\n{ApplicationName_1} versiunea: {Version}", - "translatorComment": "Copied from source.", - "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": "Despre", - "translatorComment": "Copied from source." - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Eroare de iniÈ›ializare", - "translatorComment": "Copied from source." - }, - { - "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": "Nu am găsit un agent de autentificare polkit. PorniÈ›i unul È™i încercaÈ›i din nou.", - "translatorComment": "Copied from source." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "LipseÈ™te agentul de autentificare", - "translatorComment": "Copied from source." - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Nu se poate conecta la {ApplicationName}: {Err}", - "translatorComment": "Copied from source.", - "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": "Eroare la pornirea VPN", - "translatorComment": "Copied from source." - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Verificare stare..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Deschidere" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "ÃŽnchidere" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Ajutor...", - "translatorComment": "Copied from source." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "DonaÈ›ie...", - "translatorComment": "Copied from source." - }, - { - "id": "About...", - "message": "About...", - "translation": "Despre...", - "translatorComment": "Copied from source." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "ÃŽnchidere" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Traficul rutelor prin:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "UtilizaÈ›i gateway-ul {ApplicationName} {City}", - "translatorComment": "Copied from source.", - "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": "Am deschis {ApplicationName}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "Am închis {ApplicationName}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Anulare" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Conectare la {ApplicationName}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Oprire {ApplicationName}", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Reconectare", - "translatorComment": "Copied from source." - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blochează accesul la internet", - "translatorComment": "Copied from source.", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/ru/messages.gotext.json b/locales/ru/messages.gotext.json deleted file mode 100644 index a57745441ce950da2ff7bd4188b8ec2afdaf102a..0000000000000000000000000000000000000000 --- a/locales/ru/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "ru", - "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?" - ], - "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": "Служба {ApplicationName} платнаÑ. Ð’ ÑвÑзи Ñ Ñ‚ÐµÐ¼, что мы не хотим ÑохранÑÑ‚ÑŒ перÑональную информацию о ВаÑ, здеÑÑŒ нет региÑтрации или выÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñчёта по Ñтой Ñлужбе. Ðо, еÑли Вам хочетÑÑ Ñохранить работу Ñтой Ñлужбы, жертвуйте по крайней мере 5$ каждый меÑÑц. Ð’Ñ‹ хотите пожертвовать в данный момент?", - "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} ÑвлÑетÑÑ Ð¿Ñ€Ð¾Ñтым, быÑтрым и безопаÑным VPN ÑервиÑом от {Provider}. {ApplicationName} не требует учётной запиÑи пользователÑ, ÑохранÑет Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð¸Ð»Ð¸ запиÑывает Ваши переходы в любом Ñлучае.\n\nÐтот ÑÐµÑ€Ð²Ð¸Ñ Ð¿Ð¾Ð»Ð½Ð¾Ñтью оплачиваетÑÑ Ñ‡ÐµÑ€ÐµÐ· Ð¿Ð¾Ð¶ÐµÑ€Ñ‚Ð²Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ‚Ð°ÐºÐ¸Ð¼Ð¸ как Ð’Ñ‹ пользователÑми. ПожалуйÑта пожертвуйте в {DonateURL}.\n\nПри иÑпользовании Ñтого Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð’Ñ‹ ÑоглашаетеÑÑŒ Ñ ÑƒÑловиÑми иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾Ñтупными на {TosURL}. Ðта Ñлужба предоÑтавлÑетÑÑ Ñ‚Ð°ÐºÐ¾Ð¹ кака она еÑÑ‚ÑŒ, без вÑÑких гарантий и предназначена Ð´Ð»Ñ Ð»ÑŽÐ´ÐµÐ¹ делающих мир лучшим меÑтом.\n\n\n{ApplicationName_1} верÑиÑ: {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": "Ðе удалоÑÑŒ найти агент проверки подлинноÑти polkit. ПожалуйÑта, запуÑтите один и попробуйте Ñнова." - }, - { - "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" - } - ] - } - ] -} diff --git a/locales/sk/messages.gotext.json b/locales/sk/messages.gotext.json deleted file mode 100644 index 18d01e1e0784e326411726dab9fa850da5157058..0000000000000000000000000000000000000000 --- a/locales/sk/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "sk", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Pri spustenà VPN nastala chyba: {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?" - ], - "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": "Služby aplikácie {ApplicationName} sú nákladné na správu. Pretože o vás nechceme zbieraÅ¥ osobné informácie, v tejto službe neexistujú žiadne úÄty ani poplatky. Ale ak chcete aby naÅ¡a služba mohla fungovaÅ¥ aj v budúcnosti, prosÃme vás, aby ste prispievali aspoň sumou 5 $ mesaÄne.\n\nChceli by ste prispieÅ¥ hneÄ teraz?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "PrispieÅ¥" - }, - { - "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": "Aplikácia {ApplicationName} predstavuje jednoduché, rýchle a bezpeÄné VPN od poskytovateľa {Provider}. {ApplicationName} nevyžaduje použÃvateľský úÄet a nijakým spôsobom vás nesleduje.\n\nTúto službu financujú prÃspevky od použÃvateľov, ako ste vy. ProsÃm, prispejte na {DonateURL}.\n\nPoužÃvanÃm tejto aplikácie vyjadrujete súhlas s podmienkami použÃvania služby dostupnými na {TosURL}. Táto služba je poskytovaná v stave ako je, bez akejkoľvek záruky a je urÄená pre ľudÃ, ktorý chcú zo sveta urobiÅ¥ lepÅ¡ie miesto.\n\n\n{ApplicationName_1}, verzia: {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": "O programe" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Chyba pri inicializácii" - }, - { - "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": "Nebolo možné nájsÅ¥ overovacieho agenta polkit. ProsÃm, spustite ho a skúste to znova." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Chýba agent overenia" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Nebolo možné pripojiÅ¥ sa k aplikácii {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": "Chyba pri spustenà VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Kontrola stavu..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Zapnúť" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Vypnúť" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "PomocnÃk..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "PrispieÅ¥..." - }, - { - "id": "About...", - "message": "About...", - "translation": "O programe..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "UkonÄiÅ¥" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "SmerovaÅ¥ prenos cez:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "PoužiÅ¥ prÃstup {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": "Aplikácia {ApplicationName} je zapnutá", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "Aplikácia {ApplicationName} je vypnutá", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "ZruÅ¡iÅ¥" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Pripájanie sa k aplikácii {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Zastavujem aplikáciu {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Znova pripojiÅ¥" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "Aplikácia {ApplicationName} blokuje internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/sv/messages.gotext.json b/locales/sv/messages.gotext.json deleted file mode 100644 index 534659efc757cddbd0debf0a0c294dc1c58e0d72..0000000000000000000000000000000000000000 --- a/locales/sv/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "sv", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "Ett fel uppstod vid initiering av 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?" - ], - "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": "{ApplicationName}-tjänsten är dyr at driva. DÃ¥ vi inte vill spara nÃ¥gon av din personliga information, sÃ¥ finns det inga konton eller fakturatjänster för den här tjänsten. Men om du vill att tjänsten ska fortsätta fungera sÃ¥ donera minst 5 dollar varje mÃ¥nad\n\t\nVill du donera nu?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Donera" - }, - { - "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} är en enkel, snabb och säker VPN-tjänst frÃ¥n {Provider}. {ApplicationName} kräver inte ett användarkonto, behÃ¥lla loggar, eller spÃ¥ra dig pÃ¥ nÃ¥got sätt.\n\t \nDenna tjänst betalas helt genom donationer frÃ¥n användare som du. Vänligen donera pÃ¥ {DonateURL}.\n\t\t\nGenom att använda den här applikationen godkänner du användarvillkoren som finns tillgängliga pÃ¥ {TosURL}. Denna tjänst tillhandahÃ¥lls som den är, utan nÃ¥gon garanti, och är avsedd för personer som arbetar för att göra världen till en bättre plats.\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": "Om" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "Fel vid initiering" - }, - { - "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": "Kunde inte hitta polkit authentiseringsagent. Vänligen starta en och försök igen. " - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Saknar authentiseringsagent" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "Kan inte ansluta till {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": "Fel vid start av VPN" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Kontrollerar status..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Starta" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Stäng av" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Hjälp..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Donera..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Om..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Avsluta" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "Slussa trafik genom:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "Använd {ApplicationName} {City} gateway", - "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} startad", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} stoppad", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Avbryt" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "Ansluter till {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "Stoppar {ApplicationName}", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Ã…teranslut" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} blockerar internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/tr/messages.gotext.json b/locales/tr/messages.gotext.json deleted file mode 100644 index 86f3474ac20a3d146dcf0af261c88466ec1915dd..0000000000000000000000000000000000000000 --- a/locales/tr/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "tr", - "messages": [ - { - "id": [ - "errorMsg", - "An error has ocurred initializing the VPN: {Err}" - ], - "message": "An error has ocurred initializing the VPN: {Err}", - "translation": "VPN baÅŸlatılırken bir hata oluÅŸtu: {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?" - ], - "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": "{ApplicationName} hizmetini çalıştırmak pahalıdır. Sizin hakkınızda kiÅŸisel bilgi saklamak istemediÄŸimiz için, bu hizmete iliÅŸkin hesaplar veya fatura yok. Ancak hizmetin sürmesini istiyorsanız, her ay en azından 5$ bağış yapmalısınız.\n\t\nÅžimdi bağış yapmak ister misiniz?", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Donate", - "message": "Donate", - "translation": "Bağış Yap" - }, - { - "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}, {Provider} tarafından saÄŸlanan kolay, hızlı ve güvenli bir VPN hizmetidir. {ApplicationName} kullanıcı hesabı gerektirmez, kayıt tutmaz veya sizi hiç bir ÅŸekilde izlemez. \n\t\nBu hizmetin ücreti sizin gibi kullanıcıların bağışlarıyla ödeniyor. Lütfen {DonateURL} baÄŸlantısıyla bağış yapın.\n\t\t\nBu uygulamayı kullanarak, {TosURL} adresindeki Hizmet Kullanım Åžartlarını kabul etmiÅŸ olursunuz. Bu hizmet olduÄŸu gibi, herhangi bir garanti olmadan sunulmaktadır ve dünyayı daha iyi bir yer kılmak için çalışan insanlara yöneliktir.\n\n\n{ApplicationName_1} sürüm: {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": "Hakkında" - }, - { - "id": "Initialization error", - "message": "Initialization error", - "translation": "BaÅŸlatma hatası" - }, - { - "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": "Bir polkit kimlik doÄŸrulama vekili bulunamıyor. Bir tane çalıştırın ve tekrar deneyin." - }, - { - "id": "Missing authentication agent", - "message": "Missing authentication agent", - "translation": "Kimlik doÄŸrulama vekili bulunamıyor" - }, - { - "id": [ - "errorStartingVPN", - "Can't connect to {ApplicationName}: {Err}" - ], - "message": "Can't connect to {ApplicationName}: {Err}", - "translation": "{ApplicationName} uygulamasına baÄŸlanamıyor: {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 baÅŸlatma hatası" - }, - { - "id": "Checking status...", - "message": "Checking status...", - "translation": "Durum denetimi..." - }, - { - "id": "Turn on", - "message": "Turn on", - "translation": "Aç" - }, - { - "id": "Turn off", - "message": "Turn off", - "translation": "Kapat" - }, - { - "id": "Help...", - "message": "Help...", - "translation": "Yardım..." - }, - { - "id": "Donate...", - "message": "Donate...", - "translation": "Bağış yap..." - }, - { - "id": "About...", - "message": "About...", - "translation": "Hakkında..." - }, - { - "id": "Quit", - "message": "Quit", - "translation": "Çıkış" - }, - { - "id": "Route traffic through:", - "message": "Route traffic through:", - "translation": "TrafiÄŸi ÅŸunun üzerinden yönlendir:" - }, - { - "id": "Use {ApplicationName} {City} gateway", - "message": "Use {ApplicationName} {City} gateway", - "translation": "{ApplicationName} {City} geçidini kullan", - "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} açık", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "{ApplicationName} off", - "message": "{ApplicationName} off", - "translation": "{ApplicationName} kapalı", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Cancel", - "message": "Cancel", - "translation": "Ä°ptal" - }, - { - "id": "Connecting to {ApplicationName}", - "message": "Connecting to {ApplicationName}", - "translation": "{ApplicationName} uygulamasına baÄŸlanıyor", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Stopping {ApplicationName}", - "message": "Stopping {ApplicationName}", - "translation": "{ApplicationName} durduruluyor", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - }, - { - "id": "Reconnect", - "message": "Reconnect", - "translation": "Yeniden baÄŸlan" - }, - { - "id": "{ApplicationName} blocking internet", - "message": "{ApplicationName} blocking internet", - "translation": "{ApplicationName} interneti engelliyor", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -} diff --git a/locales/ug/messages.gotext.json b/locales/ug/messages.gotext.json deleted file mode 100644 index 93d493f9f6e6780a330585740724083de6cb3bf8..0000000000000000000000000000000000000000 --- a/locales/ug/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "ug", - "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?" - ], - "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": "بۇ {ApplicationName} خىزمىتىنى ساقلىماق ئاسانغا توختىمىدى. چۈنكى بىز Ø³Ù‰Ø²Ù†Ù‰Ú Ø´Û•Ø®Ø³Ù‰ÙŠØ¦Û‡Ú†Û‡Ø±Ù„Ù‰Ø±Ù‰Ù†Ù‰ ساقلايلى دىمىدۇق، بۇ مۇلازىمەت ھىچقانداق Ú¾Ûسابات ياكى Ù¾Û‡Ù„ تۆلەش ئۇچۇرلىرىنى ساقلىمايدۇ. ئەمما، بۇ Ù…Û‡Ù„Ø§Ø²Ù‰Ù…Û•ØªÙ†Ù‰Ú Ø¯Ø§Û‹Ø§Ù… قىلىشى ئۈچۈ، ئايدا پەقەتلا 5 دوللار ئىئانە قىلسىÚىزلا بولىدۇ.\n\t\nھازىر ئىئانە قىلامسىز ØŸ", - "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} بولسا {Provider} تەرىپىدىن تەممىنلەنگەن قولايلىق، تÛز Û‹Û• بىخەتەر VPNمۇلازىمÛتى. {ApplicationName} سىزدىن Ú¾Ûساپ تەلەپ قلمايدۇ، خاتىرىÚىزنى ساقلىمايدۇ ياكى ھەرقانداق ئۇسۇلدا ئىزىÚىزغا چۈشمەيدۇ.\n\t\nبۇ مۇلازىمەت پۈتۈنلەي سىزگە ئوخشاش Ø¦Ù‰Ø´Ù„Û•ØªÙƒÛˆÚ†Ù‰Ù„Û•Ø±Ù†Ù‰Ú Ø¦Ù‰Ø¦Ø§Ù†Ù‰Ø³Ù‰Ú¯Û• تايىنىدۇ. بۇ يەردىن ئىئانە قىلغايسىز {DonateURL}.\nبۇنى ئىشلەتكىنىÚىز بۇ يەردىن {TosURL} كۆرگىلى بولىدىغان مۇلازىمەت ÙƒÛلىشىمىمىزگە قوشۇلغىنىÚىزنى بىلدۈرىدۇ. بۇ مۇلازىمەت دۇنيانى تÛخىمۇ گۈزەل بىر جايغا ئايلاندۈرۈشنى مەقسەت قىلغان كىشىلەر تەرىپىدن ئۆز Ù¾Ûتى، ھەرقانداق كاپالەتسىز تەمىنلەنگەن.\n\n\n{ApplicationName_1} Ù†Ù‰Ú Ù†Û•Ø´Ø±Ù‰: {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": "پولكىت ئاگÛنتىنى تاپالمىدىم، بىرسىنى ئجرا قىلىپ تەكرار سىناÚ." - }, - { - "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" - } - ] - } - ] -} diff --git a/locales/zh-TW/messages.gotext.json b/locales/zh-TW/messages.gotext.json deleted file mode 100644 index f3c41ce792b28770fd8392b551db7d9958b4b847..0000000000000000000000000000000000000000 --- a/locales/zh-TW/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "zh-TW", - "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?" - ], - "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": "{ApplicationName} æœå‹™çš„é‹ä½œæˆæœ¬é«˜æ˜‚ã€‚å› ç‚ºæˆ‘å€‘ä¸å¸Œæœ›å„²å˜æ‚¨çš„個人資料,本æœå‹™ä¸è¦æ±‚任何帳戶或付款資訊。但如果您希望本æœå‹™èƒ½ç¹¼çºŒé‹ä½œï¼Œè«‹æ¯å€‹æœˆè‡³å°‘æç» 5 元。\n\t\n您想è¦ç¾åœ¨å°±æç»å—Žï¼Ÿ", - "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": "ç”± {Provider} æ供的 {ApplicationName}ï¼Œæ˜¯ä¸€é …ç°¡æ˜“ã€å¿«é€Ÿä¸”安全的 VPN æœå‹™ã€‚{ApplicationName} ä¸éœ€è¦ä½¿ç”¨è€…帳戶ã€ä¸ä¿å˜ç´€éŒ„,也ä¸æœƒç”¨ä»»ä½•æ–¹å¼è¿½è¹¤æ‚¨ã€‚\n\t \n本æœå‹™çš„資金完全來自åƒæ‚¨ä¸€æ¨£çš„使用者æç»ã€‚請在 {DonateURL} æç»ã€‚\n\t\t\n使用本程å¼ï¼Œä»£è¡¨æ‚¨åŒæ„ {TosURL} 上的æœå‹™æ¢æ¬¾ã€‚本æœå‹™æ˜¯ä»¥ç¾ç‹€æ供,無任何擔ä¿ï¼Œå®—旨是為那些努力讓世界變得更美好的人們æä¾›æœå‹™ã€‚\n\n\n{ApplicationName_1} 版本: {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": "找ä¸åˆ° Polkit é©—è‰ä»£ç†ç¨‹å¼ã€‚請於執行該程å¼å¾Œå†è©¦ä¸€æ¬¡ã€‚" - }, - { - "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" - } - ] - } - ] -} diff --git a/locales/zh/messages.gotext.json b/locales/zh/messages.gotext.json deleted file mode 100644 index 627d7c0b9d4e9ad294ff79ca87236322dc634934..0000000000000000000000000000000000000000 --- a/locales/zh/messages.gotext.json +++ /dev/null @@ -1,314 +0,0 @@ -{ - "language": "zh", - "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?" - ], - "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": "Missing authentication agent" - }, - { - "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} blocking internet", - "placeholders": [ - { - "id": "ApplicationName", - "string": "%[1]s", - "type": "string", - "underlyingType": "string", - "argNum": 1, - "expr": "config.ApplicationName" - } - ] - } - ] -}