From 08760e8f1a369a795c3ceb596158e6df7d81aa31 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Fri, 20 Nov 2020 20:08:46 +0100 Subject: [i18n] get the actually translated languajes from transifex --- gui/i18n/base.ts | 32 ++--- gui/i18n/main_ar.ts | 273 ------------------------------------------- gui/i18n/main_es.ts | 122 ++++++++++++------- gui/i18n/main_es_ES.ts | 122 ++++++++++++------- gui/i18n/main_et.ts | 309 +++++++++++++++++++++++++++++++++++++++++++++++++ gui/i18n/main_fr.ts | 309 +++++++++++++++++++++++++++++++++++++++++++++++++ gui/i18n/main_lt.ts | 309 +++++++++++++++++++++++++++++++++++++++++++++++++ gui/i18n/main_nl.ts | 273 ------------------------------------------- gui/i18n/main_pl.ts | 273 ------------------------------------------- gui/i18n/main_pt_BR.ts | 273 ------------------------------------------- gui/i18n/main_tr.ts | 309 +++++++++++++++++++++++++++++++++++++++++++++++++ 11 files changed, 1410 insertions(+), 1194 deletions(-) delete mode 100644 gui/i18n/main_ar.ts create mode 100644 gui/i18n/main_et.ts create mode 100644 gui/i18n/main_fr.ts create mode 100644 gui/i18n/main_lt.ts delete mode 100644 gui/i18n/main_nl.ts delete mode 100644 gui/i18n/main_pl.ts delete mode 100644 gui/i18n/main_pt_BR.ts create mode 100644 gui/i18n/main_tr.ts diff --git a/gui/i18n/base.ts b/gui/i18n/base.ts index bf4a459..1fe80e8 100644 --- a/gui/i18n/base.ts +++ b/gui/i18n/base.ts @@ -59,28 +59,28 @@ Do you want to donate now? - - Enter your Patron ID + + Patron ID - - Log in with your library credentials + + Password - - You can check your Patron ID number in the back of your library card + + Enter your Patron ID - - patron id + + Log in with your library credentials - - password + + You can check your Patron ID number in the back of your library card @@ -101,7 +101,7 @@ Do you want to donate now? main - Could not find helpers. Check your installation + Could not find helpers. Please check your installation @@ -238,17 +238,17 @@ Do you want to donate now? - Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). + Do not show the systray icon (useful together with Gnome Shell extension, or to control VPN by other means). - Enable web api. + Enable Web API. - Install helpers (linux only, requires sudo). + Install helpers (Linux only, requires sudo). @@ -263,12 +263,12 @@ Do you want to donate now? - Web api port (default: 8080) + Web API port (default: 8080) - Start the vpn, either 'on' or 'off'. + Start the VPN, either 'on' or 'off'. diff --git a/gui/i18n/main_ar.ts b/gui/i18n/main_ar.ts deleted file mode 100644 index d94cbce..0000000 --- a/gui/i18n/main_ar.ts +++ /dev/null @@ -1,273 +0,0 @@ - - - AboutDialog - - - About - حول - - - - <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> - donation text of the about dialog %1 -> donation URL - - - - - <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> - about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL - - - - - %1 version: %2 - %1 -> application name %2 -> version string - - - - - DonateDialog - - - Donate - تبرَّع - - - - The %1 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. - -Do you want to donate now? - donate dialog %1 -> application name - - - - - FailDialog - - - Initialization Error - - - - - LoginDialog - - - Login - تسجيل الدخول - - - - Enter your Patron ID - - - - - Log in with your library credentials - - - - - You can check your Patron ID number in the back of your library card - - - - - patron id - - - - - password - - - - - LoginOKDialog - - - Login Successful - - - - - Login successful. You can now start the VPN. - - - - - main - - - Could not find helpers. Check your installation - - - - - Could not find polkit agent. - - - - - Oops! The authentication service seems down. Please try again later - - - - - Service Error - - - - - Please check your Patron ID - - - - - Could not log in with those credentials, please retry - - - - - Login Error - - - - - Got an error starting %1: %2 - %1 -> application name %2 -> error string - - - - - %1 off - %1 -> application name - - - - - %1 on - %1 -> application name - - - - - Connecting to %1 - %1 -> application name - - - - - Stopping %1 - %1 -> application name - - - - - %1 blocking internet - %1 -> application name - - - - - - Checking status... - جارى التحقق من الوضع... - - - - Reconnect - إعادة الاتصال - - - - Turn on - تشغيل - - - - Cancel - إلغاء - - - - Turn off - إغلاق - - - - Help... - المساعدة... - - - - Donate... - تبرع... - - - - About... - عن الخدمة... - - - - Quit - خروج - - - - Error starting VPN - حدث خطأ فى تشغيل VPN - - - - Missing authentication agent - أداة الدخول للحساب مفقودة - - - - Could not find a polkit authentication agent. Please run one and try again. - لم يجد البرنامج أداة الدخول (polkit). من فضلك شغل واحدة وحاول ثانية. - - - - : a fast and secure VPN. Powered by Bitmask. - - - - - Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). - - - - - Enable web api. - - - - - Install helpers (linux only, requires sudo). - - - - - Use obfs4 to obfuscate the traffic, if available in the provider. - - - - - Disable autostart for the next run. - - - - - Web api port (default: 8080) - - - - - Start the vpn, either 'on' or 'off'. - - - - \ No newline at end of file diff --git a/gui/i18n/main_es.ts b/gui/i18n/main_es.ts index cedf6bf..56145e1 100644 --- a/gui/i18n/main_es.ts +++ b/gui/i18n/main_es.ts @@ -1,4 +1,6 @@ - + + + AboutDialog @@ -10,19 +12,19 @@ <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> donation text of the about dialog %1 -> donation URL - + <p>El costo de este servicio está cubierto por completo por donaciones de usuarios como tú. <a href="%1">Por favor, dona</a>.</p> <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL - + <p>%1 es un servicio de VPN fácil, rápido y seguro de %2. %1 no requiere una cuenta de usuario, no mantiene registros ni te rastrea de manera alguna.</p> %3 <p>Al usar esta aplicación, manifiestas tu acuerdo con los <a href="%4">Términos de Servicio</a>. Este servicio es provisto como viene, sin garantía alguna, y está destinado a personas que trabajan para hacer del mundo un lugar mejor.</p> %1 version: %2 %1 -> application name %2 -> version string - + Versión de %1: %2 @@ -34,11 +36,13 @@ - The %1 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. + The %1 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. Do you want to donate now? donate dialog %1 -> application name - + El servicio %1 es costoso de mantener. Ya que no queremos almacenar información personal acerca tuyo, en este servicio no hay cuentas ni sistema de facturación. Pero si deseas que continúe, dona al menos 5 USD al mes. + +¿Quieres donar ahora? @@ -46,7 +50,7 @@ Do you want to donate now? Initialization Error - + Error de inicialización @@ -56,30 +60,38 @@ Do you want to donate now? Login Acceder + + + Patron ID + + + + + Password + + Enter your Patron ID - + Ingresa tu Identificación de Patrocinador Log in with your library credentials - + Inicia sesión con tus credenciales de biblioteca You can check your Patron ID number in the back of your library card - + Puedes comprobar tu número de Identificación de Patrocinador en el reverso de tu tarjeta de biblioteca - patron id - + identificación de patrocinador - password - + contraseña @@ -87,86 +99,90 @@ Do you want to donate now? Login Successful - + Sesión iniciada con éxito Login successful. You can now start the VPN. - + Sesión iniciada con éxito. Ahora puedes iniciar la VPN. main - Could not find helpers. Check your installation - + No se pudieron encontrar los programas auxiliares. Comprueba tu instalación + + + + Could not find helpers. Please check your installation + Could not find polkit agent. - + No se pudo encontrar el agente polkit. Oops! The authentication service seems down. Please try again later - + ¡Epa! El servicio de autenticación está caído. Por favor intenta de nuevo más tarde Service Error - + Error en el Servicio Please check your Patron ID - + Por favor comprueba tu Identificación de Patrocinador Could not log in with those credentials, please retry - + No se pudo iniciar sesión con esas credenciales, por favor vuelve a intentar Login Error - + Error de Inicio de sesión Got an error starting %1: %2 %1 -> application name %2 -> error string - + Se produjo un error iniciando %1: %2 %1 off %1 -> application name - + %1 desconectada %1 on %1 -> application name - + %1 conectada Connecting to %1 %1 -> application name - + Conectando a %1 Stopping %1 %1 -> application name - + Deteniendo %1 %1 blocking internet %1 -> application name - + $1 bloqueando Internet @@ -232,42 +248,62 @@ Do you want to donate now? : a fast and secure VPN. Powered by Bitmask. - + : una VPN rápida y segura. Potenciada por Bitmask. - Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). - + No mostrar el ícono en la bandeja del sistema (útil en conjunto con las extensiones de intérprete de comandos gnome, o para controlar la VPN por otros medios). - Enable web api. - + Habilitar API web - Install helpers (linux only, requires sudo). - + Instalar programas auxiliares (sólo en linux, requiere sudo). + + + + Do not show the systray icon (useful together with Gnome Shell extension, or to control VPN by other means). + + + + + Enable Web API. + + + + + Install helpers (Linux only, requires sudo). + Use obfs4 to obfuscate the traffic, if available in the provider. - + Usar obfs4 para ofuscar el tráfico, si está disponible con el proveedor. Disable autostart for the next run. - + Deshabilitar arranque automático para la siguiente ejecución. - Web api port (default: 8080) - + Web API port (default: 8080) + + Start the VPN, either 'on' or 'off'. + + + + Web api port (default: 8080) + Puerto para la API web (por defecto: 8080) + + Start the vpn, either 'on' or 'off'. - + Iniciar la VPN, 'conectada' o bien, 'desconectada'. - \ No newline at end of file + diff --git a/gui/i18n/main_es_ES.ts b/gui/i18n/main_es_ES.ts index 027b1bb..50c65a9 100644 --- a/gui/i18n/main_es_ES.ts +++ b/gui/i18n/main_es_ES.ts @@ -1,4 +1,6 @@ - + + + AboutDialog @@ -10,19 +12,19 @@ <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> donation text of the about dialog %1 -> donation URL - + <p>El costo de este servicio está cubierto por completo por donaciones de usuarios como tú. <a href="%1">Por favor, dona</a>.</p> <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL - + <p>%1 es un servicio de VPN fácil, rápido y seguro de %2. %1 no requiere una cuenta de usuario, no mantiene registros ni te rastrea de manera alguna.</p> %3 <p>Al usar esta aplicación, manifiestas tu acuerdo con los <a href="%4">Términos de Servicio</a>. Este servicio es provisto como viene, sin garantía alguna, y está destinado a personas que trabajan para hacer del mundo un lugar mejor.</p> %1 version: %2 %1 -> application name %2 -> version string - + Versión de %1: %2 @@ -34,11 +36,13 @@ - The %1 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. + The %1 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. Do you want to donate now? donate dialog %1 -> application name - + El servicio %1 es costoso de mantener. Ya que no queremos almacenar información personal acerca tuyo, en este servicio no hay cuentas ni sistema de facturación. Pero si deseas que continúe, dona al menos 5 USD al mes. + +¿Quieres donar ahora? @@ -46,7 +50,7 @@ Do you want to donate now? Initialization Error - + Error de inicialización @@ -56,30 +60,38 @@ Do you want to donate now? Login Iniciar Sesión + + + Patron ID + + + + + Password + + Enter your Patron ID - + Ingresa tu Identificación de Patrocinador Log in with your library credentials - + Inicia sesión con tus credenciales de biblioteca You can check your Patron ID number in the back of your library card - + Puedes comprobar tu número de Identificación de Patrocinador en el reverso de tu tarjeta de biblioteca - patron id - + identificación de patrocinador - password - + contraseña @@ -87,86 +99,90 @@ Do you want to donate now? Login Successful - + Sesión iniciada con éxito Login successful. You can now start the VPN. - + Sesión iniciada con éxito. Ahora puedes iniciar la VPN. main - Could not find helpers. Check your installation - + No se pudieron encontrar los programas auxiliares. Comprueba tu instalación + + + + Could not find helpers. Please check your installation + Could not find polkit agent. - + No se pudo encontrar el agente polkit. Oops! The authentication service seems down. Please try again later - + ¡Epa! El servicio de autenticación está caído. Por favor intenta de nuevo más tarde Service Error - + Error en el Servicio Please check your Patron ID - + Por favor comprueba tu Identificación de Patrocinador Could not log in with those credentials, please retry - + No se pudo iniciar sesión con esas credenciales, por favor vuelve a intentar Login Error - + Error de Inicio de sesión Got an error starting %1: %2 %1 -> application name %2 -> error string - + Se produjo un error iniciando %1: %2 %1 off %1 -> application name - + %1 desconectada %1 on %1 -> application name - + %1 conectada Connecting to %1 %1 -> application name - + Conectando a %1 Stopping %1 %1 -> application name - + Deteniendo %1 %1 blocking internet %1 -> application name - + $1 bloqueando Internet @@ -232,42 +248,62 @@ Do you want to donate now? : a fast and secure VPN. Powered by Bitmask. - + : una VPN rápida y segura. Potenciada por Bitmask. - Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). - + No mostrar el ícono en la bandeja del sistema (útil en conjunto con las extensiones de intérprete de comandos gnome, o para controlar la VPN por otros medios). - Enable web api. - + Habilitar API web - Install helpers (linux only, requires sudo). - + Instalar programas auxiliares (sólo en linux, requiere sudo). + + + + Do not show the systray icon (useful together with Gnome Shell extension, or to control VPN by other means). + + + + + Enable Web API. + + + + + Install helpers (Linux only, requires sudo). + Use obfs4 to obfuscate the traffic, if available in the provider. - + Usar obfs4 para ofuscar el tráfico, si está disponible con el proveedor. Disable autostart for the next run. - + Deshabilitar arranque automático para la siguiente ejecución. - Web api port (default: 8080) - + Web API port (default: 8080) + + Start the VPN, either 'on' or 'off'. + + + + Web api port (default: 8080) + Puerto para la API web (por defecto: 8080) + + Start the vpn, either 'on' or 'off'. - + Iniciar la VPN, 'conectada' o bien, 'desconectada'. - \ No newline at end of file + diff --git a/gui/i18n/main_et.ts b/gui/i18n/main_et.ts new file mode 100644 index 0000000..d9d61c9 --- /dev/null +++ b/gui/i18n/main_et.ts @@ -0,0 +1,309 @@ + + + + + AboutDialog + + + About + Info + + + + <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> + donation text of the about dialog %1 -> donation URL + <p>Selle teenuse eest makstakse täielikult sinusuguste kasutajate poolt tulnud vabatahtlike annetustega <a href="%1">Palun anneta</a>.</p> + + + + <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> + about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL + <p>%1 on lihtne, kiire ja turvaline VPN teenus %2. %1 ei nõua kasutajakonto olemas olu, ei säilita logisid ega jälgi sind mingil viisil.</p> %3 <p>Selle rakenduse kasutamisel nõustud <a href="%4">teenuse tingimustega</a>. Seda teenust pakutakse ilma mingisuguste garantiideta ning on mõeldud inimestele, kes töötavad selle nimel, et teha maailma paremaks.</p> + + + + %1 version: %2 + %1 -> application name %2 -> version string + %1 versioon: %2 + + + + DonateDialog + + + Donate + Anneta + + + + The %1 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. + +Do you want to donate now? + donate dialog %1 -> application name + Teenuse %1 töös hoidmine on kallis. Kuna me ei soovi sinu kohta isiklike andmeid säilitada, siis pole selle teenuse jaoks mingeid kasutajakontosid või arveid. Aga kui soovid, et teenus saaks jätkuda, siis palun anneta vähemalt 5 eurot kuus. + +Kas soovid kohe annetada? + + + + FailDialog + + + Initialization Error + Käivitamise tõrge + + + + LoginDialog + + + Login + Kasutajanimi + + + + Patron ID + + + + + Password + + + + + Enter your Patron ID + Sisesta oma Partron ID + + + + Log in with your library credentials + Sinu reegi kasutajaandmetega sisselogimine + + + + You can check your Patron ID number in the back of your library card + Oma Patroni ID numbrit saad kontrollida oma raamatukogukaardi tagant + + + patron id + patron id + + + password + parool + + + + LoginOKDialog + + + Login Successful + Sisselogimine oli edukas + + + + Login successful. You can now start the VPN. + Sisselogimine oli edukas. Võid nüüd VPN-i käivitada. + + + + main + + Could not find helpers. Check your installation + Abistajate leidmine ebaõnnestus. Palun kontrolli oma ühendust. + + + + Could not find helpers. Please check your installation + + + + + Could not find polkit agent. + Polkit agenti ei leitud. + + + + Oops! The authentication service seems down. Please try again later + Oih! Tundub, et autentimise teenus on maas. Palun proovi hiljem uuesti + + + + Service Error + Teenuse tõrge + + + + Please check your Patron ID + Palun kontrolli oma Patron ID-d + + + + Could not log in with those credentials, please retry + Nende andmetega ei õnnestunud sisse logida. Palun proovi uuesti + + + + Login Error + Sisselogimise tõrge + + + + Got an error starting %1: %2 + %1 -> application name %2 -> error string + Rakendust %1 käivitades anti veateade: %2 + + + + %1 off + %1 -> application name + %1 väljas + + + + %1 on + %1 -> application name + %1 sees + + + + Connecting to %1 + %1 -> application name + Ühendumine rakendusega %1 + + + + Stopping %1 + %1 -> application name + %1 peatamine + + + + %1 blocking internet + %1 -> application name + %1 - internet blokeeritud + + + + + Checking status... + Staatuse kontrollimine... + + + + Reconnect + Ühenda uuesti + + + + Turn on + Lülita sisse + + + + Cancel + Loobu + + + + Turn off + Lülita välja + + + + Help... + Abiinfo... + + + + Donate... + Anneta... + + + + About... + Info... + + + + Quit + Välju + + + + Error starting VPN + Tõrge VPN-i käivitamisel + + + + Missing authentication agent + Autentimise agent puudub + + + + Could not find a polkit authentication agent. Please run one and try again. + Polkit autentimise agenti ei leitud. Palun käivita see ning proovi siis uuesti. + + + + : a fast and secure VPN. Powered by Bitmask. + : kiire ja turvaline VPN. Kasutatud tarkvara on Bitmask. + + + Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). + Ära näita süsteemisalve ikooni (kasulik koos gnome laienditega või VPN-i kontrollimiseks muude vahenditega). + + + Enable web api. + Luba veebi API. + + + Install helpers (linux only, requires sudo). + Paigalda abistajad (ainult linkuxile, vajab sudo-t). + + + + Do not show the systray icon (useful together with Gnome Shell extension, or to control VPN by other means). + + + + + Enable Web API. + + + + + Install helpers (Linux only, requires sudo). + + + + + Use obfs4 to obfuscate the traffic, if available in the provider. + Kui see on teenusepakkuja poolt saadaval, siis kasuta liikluse peitmiseks teeki obfs4. + + + + Disable autostart for the next run. + Keela järgmisel käivitamisel automaatne käivitamine. + + + + Web API port (default: 8080) + + + + + Start the VPN, either 'on' or 'off'. + + + + Web api port (default: 8080) + Veebi API port (vaikeväärtus: 8080) + + + Start the vpn, either 'on' or 'off'. + Käivita VPN. See on kas 'sees' või 'väljas'. + + + diff --git a/gui/i18n/main_fr.ts b/gui/i18n/main_fr.ts new file mode 100644 index 0000000..ea29d6b --- /dev/null +++ b/gui/i18n/main_fr.ts @@ -0,0 +1,309 @@ + + + + + AboutDialog + + + About + À propos + + + + <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> + donation text of the about dialog %1 -> donation URL + <p>Ce service est entièrement financé par les dons d’utilisateurs tels que vous. <a href="%1">Veuillez faire un don</a>.</p> + + + + <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> + about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL + <p>%1 est un service de RPV simple, rapide et sécurisé offert par %2. %1 n’exige aucun compte utilisateur, ne conserve aucun journal, ni ne vous suit à la trace d’aucune manière.</p> %3 <p>En utilisant cette application, vous acceptez les <a href="%4">Conditions générales d’utilisation</a>. Ce service est fourni tel quel, sans aucune garantie et s’adresse aux personnes qui œuvrent à la création d’un monde meilleur.</p> + + + + %1 version: %2 + %1 -> application name %2 -> version string + %1 version : %2 + + + + DonateDialog + + + Donate + Faire un don + + + + The %1 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. + +Do you want to donate now? + donate dialog %1 -> application name + L’exploitation du service %1 coûte cher. Dans la mesure où ne nous voulons enregistrer aucun renseignement personnel à votre sujet, il n’y a ni compte ni facturation pour ce service. Mais si vous souhaitez toutefois que le service perdure, faites un don d’au moins 5 $ mensuellement. + +Voulez-vous faire un don maintenant ? + + + + FailDialog + + + Initialization Error + Erreur d’initialisation + + + + LoginDialog + + + Login + Connexion + + + + Patron ID + + + + + Password + + + + + Enter your Patron ID + Saisissez votre ID Patron + + + + Log in with your library credentials + Connectez-vous avec vos identifiants pour la papeterie + + + + You can check your Patron ID number in the back of your library card + Vous pouvez vérifier votre numéro d’ID Patron au verso de votre carte de papeterie + + + patron id + id patron + + + password + mot de passe + + + + LoginOKDialog + + + Login Successful + La connexion est réussie + + + + Login successful. You can now start the VPN. + La connexion est réussie. Vous pouvez maintenant lancer le RPV. + + + + main + + Could not find helpers. Check your installation + Impossible de trouver les aides. Veuillez vérifier votre installation + + + + Could not find helpers. Please check your installation + + + + + Could not find polkit agent. + Impossible de trouver l’agent polkit + + + + Oops! The authentication service seems down. Please try again later + Oups. Le service d'authentification semble être hors service. Veuillez essayer plus tard + + + + Service Error + Erreur de service + + + + Please check your Patron ID + Veuillez confirmer votre ID Patron + + + + Could not log in with those credentials, please retry + Impossible de se connecter avec ces identifiants, veuillez réessayer + + + + Login Error + Erreur de connexion + + + + Got an error starting %1: %2 + %1 -> application name %2 -> error string + Erreur de démarrage de %1 : %2 + + + + %1 off + %1 -> application name + %1 désactivé + + + + %1 on + %1 -> application name + %1 activé + + + + Connecting to %1 + %1 -> application name + Connexion à %1 + + + + Stopping %1 + %1 -> application name + Arrêt de %1 + + + + %1 blocking internet + %1 -> application name + %1 bloque Internet + + + + + Checking status... + Vérification de l’état… + + + + Reconnect + Se reconnecter + + + + Turn on + Activer + + + + Cancel + Annuler + + + + Turn off + Désactiver + + + + Help... + Aide… + + + + Donate... + Faire un don… + + + + About... + À propos… + + + + Quit + Fermer + + + + Error starting VPN + Erreur de démarrage du RPV + + + + Missing authentication agent + L’agent d’authentification manque + + + + Could not find a polkit authentication agent. Please run one and try again. + Impossible de trouver un agent d’authentification polkit. Veuillez en exécuter un et réessayer. + + + + : a fast and secure VPN. Powered by Bitmask. +  : un RPV rapide et sécurisé. Propulsé par Bitmask. + + + Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). + Ne pas afficher l’icône de la zone de notification (utile combiné à l’extension Gnome Shell ou pour contrôler le RPV par d’autres moyens). + + + Enable web api. + Activer l’API Web. + + + Install helpers (linux only, requires sudo). + Installer les aides (Linux seulement, « sudo » est requis). + + + + Do not show the systray icon (useful together with Gnome Shell extension, or to control VPN by other means). + + + + + Enable Web API. + + + + + Install helpers (Linux only, requires sudo). + + + + + Use obfs4 to obfuscate the traffic, if available in the provider. + Utiliser obfs4 pour brouiller le trafic, si proposé par le fournisseur. + + + + Disable autostart for the next run. + Désactiver le démarrage automatique pour la prochaine exécution. + + + + Web API port (default: 8080) + + + + + Start the VPN, either 'on' or 'off'. + + + + Web api port (default: 8080) + Port de l’API Web api (par défaut : 8080) + + + Start the vpn, either 'on' or 'off'. + Démarrer le RPV, soit Activer soit Désactiver + + + diff --git a/gui/i18n/main_lt.ts b/gui/i18n/main_lt.ts new file mode 100644 index 0000000..c8996ef --- /dev/null +++ b/gui/i18n/main_lt.ts @@ -0,0 +1,309 @@ + + + + + AboutDialog + + + About + Apie + + + + <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> + donation text of the about dialog %1 -> donation URL + <p>Ši paslauga yra pilnai apmokama iš tokių pačių naudotojų, kaip jūs, paaukojimų. <a href="%1">Prašome paaukoti</a>.</p> + + + + <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> + about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL + <p>%1 yra lengva naudoti, greita ir saugi VPN paslauga iš %2. %1 nereikalauja naudotojo paskyros, nesaugo žurnalų ir jokiu kitu būdu jūsų neseka.</p> %3 <p>Naudodami šią programą, sutinkate su <a href="%4">Naudojimosi sąlygomis</a>. Ši paslauga yra teikiama esamu pavidalu, be jokių garantijų ir yra skirta žmonėms, kurie dirba, kad padarytų pasaulį geresnį.</p> + + + + %1 version: %2 + %1 -> application name %2 -> version string + %1 versija: %2 + + + + DonateDialog + + + Donate + Paaukoti + + + + The %1 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. + +Do you want to donate now? + donate dialog %1 -> application name + %1 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). + +Ar norėtumėte paaukoti dabar? + + + + FailDialog + + + Initialization Error + Inicijavimo klaida + + + + LoginDialog + + + Login + Prisijungti + + + + Patron ID + + + + + Password + + + + + Enter your Patron ID + Įveskite savo Patron ID + + + + Log in with your library credentials + Prisijungti naudojant savo bibliotekos prisijungimo duomenis + + + + You can check your Patron ID number in the back of your library card + Savo Patron ID galite rasti kitoje bibliotekos kortelės pusėje + + + patron id + patron id + + + password + slaptažodis + + + + LoginOKDialog + + + Login Successful + Prisijungimas sėkmingas + + + + Login successful. You can now start the VPN. + Prisijungimas sėkmingas. Dabar, galite paleisti VPN. + + + + main + + Could not find helpers. Check your installation + Nepavyko rasti pagelbiklių. Patikrinkite savo diegimą + + + + Could not find helpers. Please check your installation + + + + + Could not find polkit agent. + Nepavyko rasti polkit agento. + + + + Oops! The authentication service seems down. Please try again later + Oi! Atrodo, kad tapatybės nustatymo paslauga neveikia. Vėliau bandykite dar kartą + + + + Service Error + Paslaugos klaida + + + + Please check your Patron ID + Pasitikrinkite Patron ID + + + + Could not log in with those credentials, please retry + Nepavyko prisijungti naudojant tuos prisijungimo duomenis, bandykite dar kartą + + + + Login Error + Prisijungimo klaida + + + + Got an error starting %1: %2 + %1 -> application name %2 -> error string + Paleidžiant %1, gauta klaida: %2 + + + + %1 off + %1 -> application name + %1 išjungta + + + + %1 on + %1 -> application name + %1 įjungta + + + + Connecting to %1 + %1 -> application name + Jungiamasi prie %1 + + + + Stopping %1 + %1 -> application name + Stabdoma %1 + + + + %1 blocking internet + %1 -> application name + %1 blokuoja internetą + + + + + Checking status... + Tikrinama būsena... + + + + Reconnect + Prisijungti iš naujo + + + + Turn on + Įjungti + + + + Cancel + Atšaukti + + + + Turn off + Išjungti + + + + Help... + Pagalba... + + + + Donate... + Paaukoti... + + + + About... + Apie... + + + + Quit + Išeiti + + + + Error starting VPN + Klaida paleidžiant VPN + + + + Missing authentication agent + Trūksta tapatybės nustatymo agento + + + + Could not find a polkit authentication agent. Please run one and try again. + Nepavyko rasti politikos rinkinio tapatybės nustatymo agento. Paleiskite jį ir bandykite dar kartą. + + + + : a fast and secure VPN. Powered by Bitmask. + : greitas ir saugus VPN. Veikia su Bitmask. + + + Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). + Nerodyti sistemos dėklo piktogramos (praverčia su Gnome apvalkalo plėtiniu arba siekiant kitokiu būdu valdyti VPN). + + + Enable web api. + Įjungti saityno api. + + + Install helpers (linux only, requires sudo). + Įdiegti pagelbiklius (tik Linux, reikalauja sudo). + + + + Do not show the systray icon (useful together with Gnome Shell extension, or to control VPN by other means). + + + + + Enable Web API. + + + + + Install helpers (Linux only, requires sudo). + + + + + Use obfs4 to obfuscate the traffic, if available in the provider. + Naudoti obfs4, siekiant maskuoti duomenų srautą, jei prieinama iš teikėjo. + + + + Disable autostart for the next run. + Išjungti automatinį paleidimą kitam paleidimui. + + + + Web API port (default: 8080) + + + + + Start the VPN, either 'on' or 'off'. + + + + Web api port (default: 8080) + Saityno api prievadas (numatytasis: 8080) + + + Start the vpn, either 'on' or 'off'. + Paleisti vpn, arba „on“, arba „off“. + + + diff --git a/gui/i18n/main_nl.ts b/gui/i18n/main_nl.ts deleted file mode 100644 index 99fef55..0000000 --- a/gui/i18n/main_nl.ts +++ /dev/null @@ -1,273 +0,0 @@ - - - AboutDialog - - - About - Over - - - - <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> - donation text of the about dialog %1 -> donation URL - - - - - <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> - about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL - - - - - %1 version: %2 - %1 -> application name %2 -> version string - - - - - DonateDialog - - - Donate - Doneren - - - - The %1 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. - -Do you want to donate now? - donate dialog %1 -> application name - - - - - FailDialog - - - Initialization Error - - - - - LoginDialog - - - Login - Inloggen - - - - Enter your Patron ID - - - - - Log in with your library credentials - - - - - You can check your Patron ID number in the back of your library card - - - - - patron id - - - - - password - - - - - LoginOKDialog - - - Login Successful - - - - - Login successful. You can now start the VPN. - - - - - main - - - Could not find helpers. Check your installation - - - - - Could not find polkit agent. - - - - - Oops! The authentication service seems down. Please try again later - - - - - Service Error - - - - - Please check your Patron ID - - - - - Could not log in with those credentials, please retry - - - - - Login Error - - - - - Got an error starting %1: %2 - %1 -> application name %2 -> error string - - - - - %1 off - %1 -> application name - - - - - %1 on - %1 -> application name - - - - - Connecting to %1 - %1 -> application name - - - - - Stopping %1 - %1 -> application name - - - - - %1 blocking internet - %1 -> application name - - - - - - Checking status... - Status controleren... - - - - Reconnect - Opnieuw verbinden - - - - Turn on - Inschakelen - - - - Cancel - Annuleren - - - - Turn off - Uitschakelen - - - - Help... - Hulp... - - - - Donate... - Doneren... - - - - About... - Over... - - - - Quit - Stoppen - - - - Error starting VPN - Fout bij het opstarten van de VPN - - - - Missing authentication agent - Authenticatieagent ontbreekt - - - - Could not find a polkit authentication agent. Please run one and try again. - Kan geen polkit authenticatieagent vinden. Voer er een uit en probeer opnieuw. - - - - : a fast and secure VPN. Powered by Bitmask. - - - - - Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). - - - - - Enable web api. - - - - - Install helpers (linux only, requires sudo). - - - - - Use obfs4 to obfuscate the traffic, if available in the provider. - - - - - Disable autostart for the next run. - - - - - Web api port (default: 8080) - - - - - Start the vpn, either 'on' or 'off'. - - - - \ No newline at end of file diff --git a/gui/i18n/main_pl.ts b/gui/i18n/main_pl.ts deleted file mode 100644 index 2eb9881..0000000 --- a/gui/i18n/main_pl.ts +++ /dev/null @@ -1,273 +0,0 @@ - - - AboutDialog - - - About - O programie... - - - - <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> - donation text of the about dialog %1 -> donation URL - - - - - <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> - about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL - - - - - %1 version: %2 - %1 -> application name %2 -> version string - - - - - DonateDialog - - - Donate - Darowizna - - - - The %1 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. - -Do you want to donate now? - donate dialog %1 -> application name - - - - - FailDialog - - - Initialization Error - - - - - LoginDialog - - - Login - Login - - - - Enter your Patron ID - - - - - Log in with your library credentials - - - - - You can check your Patron ID number in the back of your library card - - - - - patron id - - - - - password - - - - - LoginOKDialog - - - Login Successful - - - - - Login successful. You can now start the VPN. - - - - - main - - - Could not find helpers. Check your installation - - - - - Could not find polkit agent. - - - - - Oops! The authentication service seems down. Please try again later - - - - - Service Error - - - - - Please check your Patron ID - - - - - Could not log in with those credentials, please retry - - - - - Login Error - - - - - Got an error starting %1: %2 - %1 -> application name %2 -> error string - - - - - %1 off - %1 -> application name - - - - - %1 on - %1 -> application name - - - - - Connecting to %1 - %1 -> application name - - - - - Stopping %1 - %1 -> application name - - - - - %1 blocking internet - %1 -> application name - - - - - - Checking status... - Sprawdzanie statusu - - - - Reconnect - Połącz ponownie - - - - Turn on - Włącz - - - - Cancel - Anuluj - - - - Turn off - Wyłącz - - - - Help... - Pomoc... - - - - Donate... - Wesprzyj... - - - - About... - O programie... - - - - Quit - Zamknij - - - - Error starting VPN - Błąd przy uruchamianiu VPN'a - - - - Missing authentication agent - Brakujący agent autoryzacji - - - - Could not find a polkit authentication agent. Please run one and try again. - Nie znaleziono agenta autentykacji polkit. Proszę uruchom go i spróbuj ponownie. - - - - : a fast and secure VPN. Powered by Bitmask. - - - - - Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). - - - - - Enable web api. - - - - - Install helpers (linux only, requires sudo). - - - - - Use obfs4 to obfuscate the traffic, if available in the provider. - - - - - Disable autostart for the next run. - - - - - Web api port (default: 8080) - - - - - Start the vpn, either 'on' or 'off'. - - - - \ No newline at end of file diff --git a/gui/i18n/main_pt_BR.ts b/gui/i18n/main_pt_BR.ts deleted file mode 100644 index 69bdcfe..0000000 --- a/gui/i18n/main_pt_BR.ts +++ /dev/null @@ -1,273 +0,0 @@ - - - AboutDialog - - - About - Sobre - - - - <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> - donation text of the about dialog %1 -> donation URL - - - - - <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> - about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL - - - - - %1 version: %2 - %1 -> application name %2 -> version string - - - - - DonateDialog - - - Donate - Fazer uma doação - - - - The %1 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. - -Do you want to donate now? - donate dialog %1 -> application name - - - - - FailDialog - - - Initialization Error - - - - - LoginDialog - - - Login - Conectar - - - - Enter your Patron ID - - - - - Log in with your library credentials - - - - - You can check your Patron ID number in the back of your library card - - - - - patron id - - - - - password - - - - - LoginOKDialog - - - Login Successful - - - - - Login successful. You can now start the VPN. - - - - - main - - - Could not find helpers. Check your installation - - - - - Could not find polkit agent. - - - - - Oops! The authentication service seems down. Please try again later - - - - - Service Error - - - - - Please check your Patron ID - - - - - Could not log in with those credentials, please retry - - - - - Login Error - - - - - Got an error starting %1: %2 - %1 -> application name %2 -> error string - - - - - %1 off - %1 -> application name - - - - - %1 on - %1 -> application name - - - - - Connecting to %1 - %1 -> application name - - - - - Stopping %1 - %1 -> application name - - - - - %1 blocking internet - %1 -> application name - - - - - - Checking status... - Verificando estado... - - - - Reconnect - Reconectar - - - - Turn on - Ligar - - - - Cancel - Cancelar - - - - Turn off - Desligar - - - - Help... - Ajuda... - - - - Donate... - Fazer uma doação... - - - - About... - Sobre... - - - - Quit - Sair - - - - Error starting VPN - Erro ao iniciar a VPN - - - - Missing authentication agent - Um agente de autenticação está faltando - - - - Could not find a polkit authentication agent. Please run one and try again. - Não foi possível encontrar um agente de autenticação polkit. Por favor, execute um agente e tente novamente. - - - - : a fast and secure VPN. Powered by Bitmask. - - - - - Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). - - - - - Enable web api. - - - - - Install helpers (linux only, requires sudo). - - - - - Use obfs4 to obfuscate the traffic, if available in the provider. - - - - - Disable autostart for the next run. - - - - - Web api port (default: 8080) - - - - - Start the vpn, either 'on' or 'off'. - - - - \ No newline at end of file diff --git a/gui/i18n/main_tr.ts b/gui/i18n/main_tr.ts new file mode 100644 index 0000000..2f71f7f --- /dev/null +++ b/gui/i18n/main_tr.ts @@ -0,0 +1,309 @@ + + + + + AboutDialog + + + About + Hakkında + + + + <p>This service is paid for entirely by donations from users like you. <a href="%1">Please donate</a>.</p> + donation text of the about dialog %1 -> donation URL + <p>Bu hizmetin bedeli, sizin gibi kullanıcıların bağışlarıyla sağlanıyor. <a href="%1">Lütfen bağış yapın</a>.</p> + + + + <p>%1 is an easy, fast, and secure VPN service from %2. %1 does not require a user account, keep logs, or track you in any way.</p> %3 <p>By using this application, you agree to the <a href="%4">Terms of Service</a>. This service is provided as-is, without any warranty, and is intended for people who work to make the world a better place.</p> + about dialog %1 -> application name %2 -> provider name %3 -> donation text if activated %4 -> TOS URL + <p>%1, %2 tarafından sunulan kolay, hızlı ve güvenli bir VPN hizmetidir. %1 kullanıcı hesabı gerektirmiyor, günlük tutmuyor veya sizi hiç bir şekilde izlemiyor.</p> %3 <p>Bu uygulamayı kullanarak, <a href="%4">Hizmet Kullanım Şartlarını</a> kabul etmiş olursunuz. Bu hizmet olduğu gibi, herhangi bir garanti olmadan sunulmaktadır ve dünyayı daha iyi bir yer yapmak için çalışan insanlara yöneliktir.</p> + + + + %1 version: %2 + %1 -> application name %2 -> version string + %1 sürüm: %2 + + + + DonateDialog + + + Donate + Bağış Yapın + + + + The %1 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. + +Do you want to donate now? + donate dialog %1 -> application name + %1 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. + +Şimdi bağış yapmak ister misiniz? + + + + FailDialog + + + Initialization Error + Başlatma Hatası + + + + LoginDialog + + + Login + Giriş + + + + Patron ID + + + + + Password + + + + + Enter your Patron ID + Patron kimliğinizi girin + + + + Log in with your library credentials + Kütüphane kimliğinizle oturum açın + + + + You can check your Patron ID number in the back of your library card + Patron kimlik numaranız, kütüphane kartınızın arkadasındadır. + + + patron id + patron kimliği + + + password + parola + + + + LoginOKDialog + + + Login Successful + Giriş Başarılı + + + + Login successful. You can now start the VPN. + Giriş başarılı. VPN'i şimdi başlatabilirsiniz. + + + + main + + Could not find helpers. Check your installation + Yardımcılar bulunamıyor, kurulumunuzu kontrol edin. + + + + Could not find helpers. Please check your installation + + + + + Could not find polkit agent. + polkit vekili bulunamıyor. + + + + Oops! The authentication service seems down. Please try again later + Eyvah! Kimlik doğrulama hizmeti çalışmıyor gözüküyor. Lütfen daha sonra tekrar deneyin + + + + Service Error + Hizmet Hatası + + + + Please check your Patron ID + Lütfen Patron kimliğinizi kontrol edin + + + + Could not log in with those credentials, please retry + Bu kimlik bilgileriyle giriş yapılamıyor, lütfen tekrar deneyin + + + + Login Error + Giriş Hatası + + + + Got an error starting %1: %2 + %1 -> application name %2 -> error string + %1 başlatılırken bir hata oluştu: %2 + + + + %1 off + %1 -> application name + %1 kapalı + + + + %1 on + %1 -> application name + %1 açık + + + + Connecting to %1 + %1 -> application name + %1 uygulamasına bağlanılıyor + + + + Stopping %1 + %1 -> application name + %1 durduruluyor + + + + %1 blocking internet + %1 -> application name + %1 interneti engelliyor + + + + + Checking status... + Durum denetimi... + + + + Reconnect + Yeniden bağlan + + + + Turn on + + + + + Cancel + İptal + + + + Turn off + Kapat + + + + Help... + Yardım... + + + + Donate... + Bağış yap... + + + + About... + Hakkında... + + + + Quit + Çıkış + + + + Error starting VPN + VPN başlatma hatası + + + + Missing authentication agent + Kimlik doğrulama vekili bulunamıyor + + + + Could not find a polkit authentication agent. Please run one and try again. + Bir polkit kimlik doğrulama vekili bulunamıyor. Bir tane çalıştırın ve tekrar deneyin. + + + + : a fast and secure VPN. Powered by Bitmask. + : hızlı ve güvenli bir VPN. Bitmask tarafından sunuluyor. + + + Do not show the systray icon (useful together with gnome shell extension, or to control VPN by other means). + Sistem çubuğu simgesini gösterme (gnome kabul eklentisiyle birlikte veya VPN'i başka şekillerde denetlemek için kullanışlıdır) + + + Enable web api. + Web API'yi etkinleştir + + + Install helpers (linux only, requires sudo). + Yardımcıları kur (sadece Linux, sudo gerekiyor) + + + + Do not show the systray icon (useful together with Gnome Shell extension, or to control VPN by other means). + + + + + Enable Web API. + + + + + Install helpers (Linux only, requires sudo). + + + + + Use obfs4 to obfuscate the traffic, if available in the provider. + Trafiği gizlemek için obfs4 kullan, sadece sağlayıcıda kullanılabiliyorsa + + + + Disable autostart for the next run. + Sonraki çalıştırma için otomatik başlatmayı devre dışı bırak + + + + Web API port (default: 8080) + + + + + Start the VPN, either 'on' or 'off'. + + + + Web api port (default: 8080) + Web API portu (varsayılan: 8080) + + + Start the vpn, either 'on' or 'off'. + VPN'i başlat, 'açık' veya 'kapalı'. + + + -- cgit v1.2.3