[tx-robot] updated from transifex
This commit is contained in:
parent
5d479e74c3
commit
a8884a04c0
|
|
@ -0,0 +1,22 @@
|
||||||
|
OC.L10N.register(
|
||||||
|
"registration",
|
||||||
|
{
|
||||||
|
"Email address you entered is not valid" : "O enderezo introducido non é válido",
|
||||||
|
"There is already a pending registration with this email" : "Xa existe unha petición de rexistro con este enderezo",
|
||||||
|
"Verify your ownCloud registration request" : "Verifique a súa petición de rexistro en ownCloud",
|
||||||
|
"Verification email successfully sent." : "Correo de verificación enviado correctamente",
|
||||||
|
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación non válida. Non se atopou ningunha petición de rexistro con esta URL de verificación.",
|
||||||
|
"Unable to create user, there are problems with user backend." : "Imposibilidade de crear o usuario, existen problemas coa xestión se usuarios.",
|
||||||
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "A súa conta foi creada con éxito, pode <a href=\"{link}\">conectarse agora</a>.",
|
||||||
|
"To create a new account on ownCloud, just click the following link:\n{link}" : "Para crear unha nova conta en ownCloud, simplemente pulse na seguinte ligazón:\n{link}",
|
||||||
|
"Welcome, you can create your account below." : "Benvido, pode crear a súa conta abaixo.",
|
||||||
|
"Username" : "Nome de usuario",
|
||||||
|
"Password" : "Contrasinal",
|
||||||
|
"Create account" : "Crear unha conta",
|
||||||
|
"Thank you for registering, you should receive verification link in a few minutes." : "Grazas por rexistrarse, debería recibir unha ligazón de verificación dentro duns minutos.",
|
||||||
|
"Email" : "Correo",
|
||||||
|
"Request verification link" : "Pedir ligazón de verificación",
|
||||||
|
"Please re-enter a valid email address" : "Por favor volte a introducir un enderezo electrónico válido",
|
||||||
|
"You will receive an email with verification link" : "Recibirá un correo coa ligazón de verificación"
|
||||||
|
},
|
||||||
|
"nplurals=2; plural=(n != 1);");
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
{ "translations": {
|
||||||
|
"Email address you entered is not valid" : "O enderezo introducido non é válido",
|
||||||
|
"There is already a pending registration with this email" : "Xa existe unha petición de rexistro con este enderezo",
|
||||||
|
"Verify your ownCloud registration request" : "Verifique a súa petición de rexistro en ownCloud",
|
||||||
|
"Verification email successfully sent." : "Correo de verificación enviado correctamente",
|
||||||
|
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación non válida. Non se atopou ningunha petición de rexistro con esta URL de verificación.",
|
||||||
|
"Unable to create user, there are problems with user backend." : "Imposibilidade de crear o usuario, existen problemas coa xestión se usuarios.",
|
||||||
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "A súa conta foi creada con éxito, pode <a href=\"{link}\">conectarse agora</a>.",
|
||||||
|
"To create a new account on ownCloud, just click the following link:\n{link}" : "Para crear unha nova conta en ownCloud, simplemente pulse na seguinte ligazón:\n{link}",
|
||||||
|
"Welcome, you can create your account below." : "Benvido, pode crear a súa conta abaixo.",
|
||||||
|
"Username" : "Nome de usuario",
|
||||||
|
"Password" : "Contrasinal",
|
||||||
|
"Create account" : "Crear unha conta",
|
||||||
|
"Thank you for registering, you should receive verification link in a few minutes." : "Grazas por rexistrarse, debería recibir unha ligazón de verificación dentro duns minutos.",
|
||||||
|
"Email" : "Correo",
|
||||||
|
"Request verification link" : "Pedir ligazón de verificación",
|
||||||
|
"Please re-enter a valid email address" : "Por favor volte a introducir un enderezo electrónico válido",
|
||||||
|
"You will receive an email with verification link" : "Recibirá un correo coa ligazón de verificación"
|
||||||
|
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,21 @@
|
||||||
|
<?php
|
||||||
|
$TRANSLATIONS = array(
|
||||||
|
"Email address you entered is not valid" => "O enderezo introducido non é válido",
|
||||||
|
"There is already a pending registration with this email" => "Xa existe unha petición de rexistro con este enderezo",
|
||||||
|
"Verify your ownCloud registration request" => "Verifique a súa petición de rexistro en ownCloud",
|
||||||
|
"Verification email successfully sent." => "Correo de verificación enviado correctamente",
|
||||||
|
"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificación non válida. Non se atopou ningunha petición de rexistro con esta URL de verificación.",
|
||||||
|
"Unable to create user, there are problems with user backend." => "Imposibilidade de crear o usuario, existen problemas coa xestión se usuarios.",
|
||||||
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "A súa conta foi creada con éxito, pode <a href=\"{link}\">conectarse agora</a>.",
|
||||||
|
"To create a new account on ownCloud, just click the following link:\n{link}" => "Para crear unha nova conta en ownCloud, simplemente pulse na seguinte ligazón:\n{link}",
|
||||||
|
"Welcome, you can create your account below." => "Benvido, pode crear a súa conta abaixo.",
|
||||||
|
"Username" => "Nome de usuario",
|
||||||
|
"Password" => "Contrasinal",
|
||||||
|
"Create account" => "Crear unha conta",
|
||||||
|
"Thank you for registering, you should receive verification link in a few minutes." => "Grazas por rexistrarse, debería recibir unha ligazón de verificación dentro duns minutos.",
|
||||||
|
"Email" => "Correo",
|
||||||
|
"Request verification link" => "Pedir ligazón de verificación",
|
||||||
|
"Please re-enter a valid email address" => "Por favor volte a introducir un enderezo electrónico válido",
|
||||||
|
"You will receive an email with verification link" => "Recibirá un correo coa ligazón de verificación"
|
||||||
|
);
|
||||||
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||||
|
|
@ -0,0 +1,22 @@
|
||||||
|
OC.L10N.register(
|
||||||
|
"registration",
|
||||||
|
{
|
||||||
|
"Email address you entered is not valid" : "Zadaná emailová adresa nie je správna",
|
||||||
|
"There is already a pending registration with this email" : "Registrácia s touto emailovou adresou už čaká na overenie registrácie",
|
||||||
|
"Verify your ownCloud registration request" : "Overte svoju požiadavku na registráciu do ownCloud",
|
||||||
|
"Verification email successfully sent." : "Overovací email bol úspešne odoslaný.",
|
||||||
|
"Invalid verification URL. No registration request with this verification URL is found." : "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.",
|
||||||
|
"Unable to create user, there are problems with user backend." : "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.",
|
||||||
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Váš účet bol vytvorený, teraz sa môžete <a href=\"{link}\">prihlásiť</a>.",
|
||||||
|
"To create a new account on ownCloud, just click the following link:\n{link}" : "Pre vytvorenie nového účtu kliknite na nasledovný odkaz:\n{link}",
|
||||||
|
"Welcome, you can create your account below." : "Vitajte. Účet si môžete založiť nižšie.",
|
||||||
|
"Username" : "Používateľské meno",
|
||||||
|
"Password" : "Heslo",
|
||||||
|
"Create account" : "Vytvoriť účet",
|
||||||
|
"Thank you for registering, you should receive verification link in a few minutes." : "Ďakujeme za vašu registráciu. V priebehu niekoľkých minút by ste mali dostať emailom overovací odkaz.",
|
||||||
|
"Email" : "Email",
|
||||||
|
"Request verification link" : "Vyžiadať overovací odkaz",
|
||||||
|
"Please re-enter a valid email address" : "Zadajte znovu platnú emailovú adresu",
|
||||||
|
"You will receive an email with verification link" : "Dostanete email s overovacím odkazom"
|
||||||
|
},
|
||||||
|
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
|
||||||
|
|
@ -0,0 +1,20 @@
|
||||||
|
{ "translations": {
|
||||||
|
"Email address you entered is not valid" : "Zadaná emailová adresa nie je správna",
|
||||||
|
"There is already a pending registration with this email" : "Registrácia s touto emailovou adresou už čaká na overenie registrácie",
|
||||||
|
"Verify your ownCloud registration request" : "Overte svoju požiadavku na registráciu do ownCloud",
|
||||||
|
"Verification email successfully sent." : "Overovací email bol úspešne odoslaný.",
|
||||||
|
"Invalid verification URL. No registration request with this verification URL is found." : "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.",
|
||||||
|
"Unable to create user, there are problems with user backend." : "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.",
|
||||||
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Váš účet bol vytvorený, teraz sa môžete <a href=\"{link}\">prihlásiť</a>.",
|
||||||
|
"To create a new account on ownCloud, just click the following link:\n{link}" : "Pre vytvorenie nového účtu kliknite na nasledovný odkaz:\n{link}",
|
||||||
|
"Welcome, you can create your account below." : "Vitajte. Účet si môžete založiť nižšie.",
|
||||||
|
"Username" : "Používateľské meno",
|
||||||
|
"Password" : "Heslo",
|
||||||
|
"Create account" : "Vytvoriť účet",
|
||||||
|
"Thank you for registering, you should receive verification link in a few minutes." : "Ďakujeme za vašu registráciu. V priebehu niekoľkých minút by ste mali dostať emailom overovací odkaz.",
|
||||||
|
"Email" : "Email",
|
||||||
|
"Request verification link" : "Vyžiadať overovací odkaz",
|
||||||
|
"Please re-enter a valid email address" : "Zadajte znovu platnú emailovú adresu",
|
||||||
|
"You will receive an email with verification link" : "Dostanete email s overovacím odkazom"
|
||||||
|
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
|
||||||
|
}
|
||||||
|
|
@ -3,7 +3,12 @@ $TRANSLATIONS = array(
|
||||||
"Email address you entered is not valid" => "Zadaná emailová adresa nie je správna",
|
"Email address you entered is not valid" => "Zadaná emailová adresa nie je správna",
|
||||||
"There is already a pending registration with this email" => "Registrácia s touto emailovou adresou už čaká na overenie registrácie",
|
"There is already a pending registration with this email" => "Registrácia s touto emailovou adresou už čaká na overenie registrácie",
|
||||||
"Verify your ownCloud registration request" => "Overte svoju požiadavku na registráciu do ownCloud",
|
"Verify your ownCloud registration request" => "Overte svoju požiadavku na registráciu do ownCloud",
|
||||||
|
"Verification email successfully sent." => "Overovací email bol úspešne odoslaný.",
|
||||||
"Invalid verification URL. No registration request with this verification URL is found." => "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.",
|
"Invalid verification URL. No registration request with this verification URL is found." => "Neplatná overovacia URL. Nebola nájdená žiadna požiadavka o registráciu pre túto overovaciu URL.",
|
||||||
|
"Unable to create user, there are problems with user backend." => "Nedá sa vytvoriť používateľský účet. Nastala chyba v používateľskom backende.",
|
||||||
|
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Váš účet bol vytvorený, teraz sa môžete <a href=\"{link}\">prihlásiť</a>.",
|
||||||
|
"To create a new account on ownCloud, just click the following link:\n{link}" => "Pre vytvorenie nového účtu kliknite na nasledovný odkaz:\n{link}",
|
||||||
|
"Welcome, you can create your account below." => "Vitajte. Účet si môžete založiť nižšie.",
|
||||||
"Username" => "Používateľské meno",
|
"Username" => "Používateľské meno",
|
||||||
"Password" => "Heslo",
|
"Password" => "Heslo",
|
||||||
"Create account" => "Vytvoriť účet",
|
"Create account" => "Vytvoriť účet",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue