[tx-robot] updated from transifex
This commit is contained in:
parent
0126852193
commit
0908338422
|
|
@ -2,12 +2,14 @@ OC.L10N.register(
|
|||
"registration",
|
||||
{
|
||||
"Register" : "Registro",
|
||||
"The email address you entered is not valid" : "La dirección de correo electrónico que ingresó no es válida",
|
||||
"A problem occurred sending email, please contact your administrator." : "Ocurrió un problema al enviar el mensaje de correo electrónico. Contacte a su administrador.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Ya hay un registro pendiente para este correo. Acaba de enviarse un nuevo mensaje de verificación.",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Un usuario ya ha utilizado este correo electrónico, ¿sabe si usted ya tiene una cuenta?",
|
||||
"You can <a href=\"{login}\">log in now</a>." : "Puede <a href=\"{login}\">iniciar sesión ahora</a>.",
|
||||
"Verification email successfully sent." : "Mensaje de verificación enviado con éxito.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
|
||||
"Unable to create user, there are problems with the user backend." : "No es posible crear el usuario; hay problemas con el backend.",
|
||||
"Unable to set user email: " : "No se puede establecer correo electrónico del usuario:",
|
||||
"Failed to delete pending registration request" : "Fallo al eliminar la petición de registro pendiente",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Su cuenta ha sido creada con éxito, puede <a href=\"{link}\">iniciar sesión ahora</a>.",
|
||||
|
|
@ -19,13 +21,17 @@ OC.L10N.register(
|
|||
"Default group that all registered users belong" : "Grupo predeterminado al cual pertenecen todos los usuarios registrados",
|
||||
"None" : "Ninguno",
|
||||
"Allowed mail address domains for registration" : "Dirección de e-mail permitido para el registro",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Escribe una lista de dominios permitidos separados por punto y coma. Ejemplo: owncloud.com;github.com",
|
||||
"Registration is only allowed for the following domains:" : "El registro sólo está permitido para los siguientes dominios:",
|
||||
"To create a new account on %s, just click the following link:" : "Para crear una nueva cuenta en %s, hacer clic en el siguiente enlace:",
|
||||
"Welcome, you can create your account below." : "Bienvenido, puede crear una cuenta más abajo.",
|
||||
"Username" : "Nombre de usuario",
|
||||
"Password" : "Contraseña",
|
||||
"Create account" : "Crear cuenta",
|
||||
"Thank you for registering, you should receive a verification link in a few minutes." : "Gracias por registrarse; recibirá un enlace de verificación en unos minutos.",
|
||||
"Email" : "Correo electrónico",
|
||||
"Request verification link" : "Solicitar enlace de verificación",
|
||||
"Please re-enter a valid email address" : "Vuelva a ingresar una dirección de correo electrónico válida"
|
||||
"Please re-enter a valid email address" : "Vuelva a ingresar una dirección de correo electrónico válida",
|
||||
"You will receive an email with a verification link" : "Recibirá un email con un enlace de verificación"
|
||||
},
|
||||
"nplurals=2; plural=(n != 1);");
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ "translations": {
|
||||
"Register" : "Registro",
|
||||
"The email address you entered is not valid" : "La dirección de correo electrónico que ingresó no es válida",
|
||||
"A problem occurred sending email, please contact your administrator." : "Ocurrió un problema al enviar el mensaje de correo electrónico. Contacte a su administrador.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Ya hay un registro pendiente para este correo. Acaba de enviarse un nuevo mensaje de verificación.",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Un usuario ya ha utilizado este correo electrónico, ¿sabe si usted ya tiene una cuenta?",
|
||||
"You can <a href=\"{login}\">log in now</a>." : "Puede <a href=\"{login}\">iniciar sesión ahora</a>.",
|
||||
"Verification email successfully sent." : "Mensaje de verificación enviado con éxito.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
|
||||
"Unable to create user, there are problems with the user backend." : "No es posible crear el usuario; hay problemas con el backend.",
|
||||
"Unable to set user email: " : "No se puede establecer correo electrónico del usuario:",
|
||||
"Failed to delete pending registration request" : "Fallo al eliminar la petición de registro pendiente",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Su cuenta ha sido creada con éxito, puede <a href=\"{link}\">iniciar sesión ahora</a>.",
|
||||
|
|
@ -17,13 +19,17 @@
|
|||
"Default group that all registered users belong" : "Grupo predeterminado al cual pertenecen todos los usuarios registrados",
|
||||
"None" : "Ninguno",
|
||||
"Allowed mail address domains for registration" : "Dirección de e-mail permitido para el registro",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "Escribe una lista de dominios permitidos separados por punto y coma. Ejemplo: owncloud.com;github.com",
|
||||
"Registration is only allowed for the following domains:" : "El registro sólo está permitido para los siguientes dominios:",
|
||||
"To create a new account on %s, just click the following link:" : "Para crear una nueva cuenta en %s, hacer clic en el siguiente enlace:",
|
||||
"Welcome, you can create your account below." : "Bienvenido, puede crear una cuenta más abajo.",
|
||||
"Username" : "Nombre de usuario",
|
||||
"Password" : "Contraseña",
|
||||
"Create account" : "Crear cuenta",
|
||||
"Thank you for registering, you should receive a verification link in a few minutes." : "Gracias por registrarse; recibirá un enlace de verificación en unos minutos.",
|
||||
"Email" : "Correo electrónico",
|
||||
"Request verification link" : "Solicitar enlace de verificación",
|
||||
"Please re-enter a valid email address" : "Vuelva a ingresar una dirección de correo electrónico válida"
|
||||
"Please re-enter a valid email address" : "Vuelva a ingresar una dirección de correo electrónico válida",
|
||||
"You will receive an email with a verification link" : "Recibirá un email con un enlace de verificación"
|
||||
},"pluralForm" :"nplurals=2; plural=(n != 1);"
|
||||
}
|
||||
|
|
@ -1,12 +1,14 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Register" => "Registro",
|
||||
"The email address you entered is not valid" => "La dirección de correo electrónico que ingresó no es válida",
|
||||
"A problem occurred sending email, please contact your administrator." => "Ocurrió un problema al enviar el mensaje de correo electrónico. Contacte a su administrador.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Ya hay un registro pendiente para este correo. Acaba de enviarse un nuevo mensaje de verificación.",
|
||||
"A user has already taken this email, maybe you already have an account?" => "Un usuario ya ha utilizado este correo electrónico, ¿sabe si usted ya tiene una cuenta?",
|
||||
"You can <a href=\"{login}\">log in now</a>." => "Puede <a href=\"{login}\">iniciar sesión ahora</a>.",
|
||||
"Verification email successfully sent." => "Mensaje de verificación enviado con éxito.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "URL de verificación inválido. No se ha encontrado ninguna solicitud de registro con este URL de verificación.",
|
||||
"Unable to create user, there are problems with the user backend." => "No es posible crear el usuario; hay problemas con el backend.",
|
||||
"Unable to set user email: " => "No se puede establecer correo electrónico del usuario:",
|
||||
"Failed to delete pending registration request" => "Fallo al eliminar la petición de registro pendiente",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Su cuenta ha sido creada con éxito, puede <a href=\"{link}\">iniciar sesión ahora</a>.",
|
||||
|
|
@ -18,13 +20,17 @@ $TRANSLATIONS = array(
|
|||
"Default group that all registered users belong" => "Grupo predeterminado al cual pertenecen todos los usuarios registrados",
|
||||
"None" => "Ninguno",
|
||||
"Allowed mail address domains for registration" => "Dirección de e-mail permitido para el registro",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "Escribe una lista de dominios permitidos separados por punto y coma. Ejemplo: owncloud.com;github.com",
|
||||
"Registration is only allowed for the following domains:" => "El registro sólo está permitido para los siguientes dominios:",
|
||||
"To create a new account on %s, just click the following link:" => "Para crear una nueva cuenta en %s, hacer clic en el siguiente enlace:",
|
||||
"Welcome, you can create your account below." => "Bienvenido, puede crear una cuenta más abajo.",
|
||||
"Username" => "Nombre de usuario",
|
||||
"Password" => "Contraseña",
|
||||
"Create account" => "Crear cuenta",
|
||||
"Thank you for registering, you should receive a verification link in a few minutes." => "Gracias por registrarse; recibirá un enlace de verificación en unos minutos.",
|
||||
"Email" => "Correo electrónico",
|
||||
"Request verification link" => "Solicitar enlace de verificación",
|
||||
"Please re-enter a valid email address" => "Vuelva a ingresar una dirección de correo electrónico válida"
|
||||
"Please re-enter a valid email address" => "Vuelva a ingresar una dirección de correo electrónico válida",
|
||||
"You will receive an email with a verification link" => "Recibirá un email con un enlace de verificación"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|
||||
|
|
|
|||
|
|
@ -2,12 +2,14 @@ OC.L10N.register(
|
|||
"registration",
|
||||
{
|
||||
"Register" : "Kaydol",
|
||||
"The email address you entered is not valid" : "Girdiğiniz e-posta adresi geçerli değil",
|
||||
"A problem occurred sending email, please contact your administrator." : "E-posta gönderilirken hata oluştu, lütfen sistem yöneticinizle bağlantı kurun.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Bu e-posta adresiyle bir kayıt işlemi zaten beklemede, yeni bir doğrulama e-postası bu adrese gönderilecek.",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Bu e-posta adresiyle bir hesap alınmış, zaten bir hesabınız olabilir mi?",
|
||||
"You can <a href=\"{login}\">log in now</a>." : "Artık <a href=\"{login}\">oturum açabilirsiniz</a>.",
|
||||
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
|
||||
"Unable to create user, there are problems with the user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
|
||||
"Unable to set user email: " : "Kullanıcı e-postası ayarlanamadı: ",
|
||||
"Failed to delete pending registration request" : "Bekleyen kayıt isteğini silme başarısız",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Hesabınız başarıyla oluşturuldu, artık <a href=\"{link}\">oturum açabilirsiniz</a>.",
|
||||
|
|
@ -19,13 +21,17 @@ OC.L10N.register(
|
|||
"Default group that all registered users belong" : "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
|
||||
"None" : "Hiçbiri",
|
||||
"Allowed mail address domains for registration" : "Kayıt için izin verilen e-posta sunucu adları",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "İzin verilen sunucu adlarını aralarında noktalı virgülle listeleyin. Örneğin: owncloud.com;github.com",
|
||||
"Registration is only allowed for the following domains:" : "Kayıt işlemi sadece bu sunucu adları için izin verilmektedir:",
|
||||
"To create a new account on %s, just click the following link:" : "%s üzerinde hesap oluşturmak için bağlantıyı tıklayın:",
|
||||
"Welcome, you can create your account below." : "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
|
||||
"Username" : "Kullanıcı Adı",
|
||||
"Password" : "Parola",
|
||||
"Create account" : "Hesap oluştur",
|
||||
"Thank you for registering, you should receive a verification link in a few minutes." : "Kaydolduğunuz için teşekkürler, birkaç dakika içerisinde bir doğrulama bağlantısı almalısınız.",
|
||||
"Email" : "E-posta",
|
||||
"Request verification link" : "Doğrulama bağlantısı talep et",
|
||||
"Please re-enter a valid email address" : "Lütfen geçerli e-posta adresini yeniden girin"
|
||||
"Please re-enter a valid email address" : "Lütfen geçerli e-posta adresini yeniden girin",
|
||||
"You will receive an email with a verification link" : "Doğrulama bağlantısı içeren bir e-posta alacaksınız"
|
||||
},
|
||||
"nplurals=2; plural=(n > 1);");
|
||||
|
|
|
|||
|
|
@ -1,11 +1,13 @@
|
|||
{ "translations": {
|
||||
"Register" : "Kaydol",
|
||||
"The email address you entered is not valid" : "Girdiğiniz e-posta adresi geçerli değil",
|
||||
"A problem occurred sending email, please contact your administrator." : "E-posta gönderilirken hata oluştu, lütfen sistem yöneticinizle bağlantı kurun.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." : "Bu e-posta adresiyle bir kayıt işlemi zaten beklemede, yeni bir doğrulama e-postası bu adrese gönderilecek.",
|
||||
"A user has already taken this email, maybe you already have an account?" : "Bu e-posta adresiyle bir hesap alınmış, zaten bir hesabınız olabilir mi?",
|
||||
"You can <a href=\"{login}\">log in now</a>." : "Artık <a href=\"{login}\">oturum açabilirsiniz</a>.",
|
||||
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." : "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
|
||||
"Unable to create user, there are problems with the user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
|
||||
"Unable to set user email: " : "Kullanıcı e-postası ayarlanamadı: ",
|
||||
"Failed to delete pending registration request" : "Bekleyen kayıt isteğini silme başarısız",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." : "Hesabınız başarıyla oluşturuldu, artık <a href=\"{link}\">oturum açabilirsiniz</a>.",
|
||||
|
|
@ -17,13 +19,17 @@
|
|||
"Default group that all registered users belong" : "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
|
||||
"None" : "Hiçbiri",
|
||||
"Allowed mail address domains for registration" : "Kayıt için izin verilen e-posta sunucu adları",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" : "İzin verilen sunucu adlarını aralarında noktalı virgülle listeleyin. Örneğin: owncloud.com;github.com",
|
||||
"Registration is only allowed for the following domains:" : "Kayıt işlemi sadece bu sunucu adları için izin verilmektedir:",
|
||||
"To create a new account on %s, just click the following link:" : "%s üzerinde hesap oluşturmak için bağlantıyı tıklayın:",
|
||||
"Welcome, you can create your account below." : "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
|
||||
"Username" : "Kullanıcı Adı",
|
||||
"Password" : "Parola",
|
||||
"Create account" : "Hesap oluştur",
|
||||
"Thank you for registering, you should receive a verification link in a few minutes." : "Kaydolduğunuz için teşekkürler, birkaç dakika içerisinde bir doğrulama bağlantısı almalısınız.",
|
||||
"Email" : "E-posta",
|
||||
"Request verification link" : "Doğrulama bağlantısı talep et",
|
||||
"Please re-enter a valid email address" : "Lütfen geçerli e-posta adresini yeniden girin"
|
||||
"Please re-enter a valid email address" : "Lütfen geçerli e-posta adresini yeniden girin",
|
||||
"You will receive an email with a verification link" : "Doğrulama bağlantısı içeren bir e-posta alacaksınız"
|
||||
},"pluralForm" :"nplurals=2; plural=(n > 1);"
|
||||
}
|
||||
|
|
@ -1,12 +1,14 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Register" => "Kaydol",
|
||||
"The email address you entered is not valid" => "Girdiğiniz e-posta adresi geçerli değil",
|
||||
"A problem occurred sending email, please contact your administrator." => "E-posta gönderilirken hata oluştu, lütfen sistem yöneticinizle bağlantı kurun.",
|
||||
"There is already a pending registration with this email, a new verification email has been sent to the address." => "Bu e-posta adresiyle bir kayıt işlemi zaten beklemede, yeni bir doğrulama e-postası bu adrese gönderilecek.",
|
||||
"A user has already taken this email, maybe you already have an account?" => "Bu e-posta adresiyle bir hesap alınmış, zaten bir hesabınız olabilir mi?",
|
||||
"You can <a href=\"{login}\">log in now</a>." => "Artık <a href=\"{login}\">oturum açabilirsiniz</a>.",
|
||||
"Verification email successfully sent." => "Doğrulama e-postası başarıyla gönderildi.",
|
||||
"Invalid verification URL. No registration request with this verification URL is found." => "Geçersiz doğrulama adresi. Bu doğrulama adresi ile bir kayıt talebi bulunamadı.",
|
||||
"Unable to create user, there are problems with the user backend." => "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
|
||||
"Unable to set user email: " => "Kullanıcı e-postası ayarlanamadı: ",
|
||||
"Failed to delete pending registration request" => "Bekleyen kayıt isteğini silme başarısız",
|
||||
"Your account has been successfully created, you can <a href=\"{link}\">log in now</a>." => "Hesabınız başarıyla oluşturuldu, artık <a href=\"{link}\">oturum açabilirsiniz</a>.",
|
||||
|
|
@ -18,13 +20,17 @@ $TRANSLATIONS = array(
|
|||
"Default group that all registered users belong" => "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
|
||||
"None" => "Hiçbiri",
|
||||
"Allowed mail address domains for registration" => "Kayıt için izin verilen e-posta sunucu adları",
|
||||
"Enter a semicolon-separated list of allowed domains. Example: owncloud.com;github.com" => "İzin verilen sunucu adlarını aralarında noktalı virgülle listeleyin. Örneğin: owncloud.com;github.com",
|
||||
"Registration is only allowed for the following domains:" => "Kayıt işlemi sadece bu sunucu adları için izin verilmektedir:",
|
||||
"To create a new account on %s, just click the following link:" => "%s üzerinde hesap oluşturmak için bağlantıyı tıklayın:",
|
||||
"Welcome, you can create your account below." => "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
|
||||
"Username" => "Kullanıcı Adı",
|
||||
"Password" => "Parola",
|
||||
"Create account" => "Hesap oluştur",
|
||||
"Thank you for registering, you should receive a verification link in a few minutes." => "Kaydolduğunuz için teşekkürler, birkaç dakika içerisinde bir doğrulama bağlantısı almalısınız.",
|
||||
"Email" => "E-posta",
|
||||
"Request verification link" => "Doğrulama bağlantısı talep et",
|
||||
"Please re-enter a valid email address" => "Lütfen geçerli e-posta adresini yeniden girin"
|
||||
"Please re-enter a valid email address" => "Lütfen geçerli e-posta adresini yeniden girin",
|
||||
"You will receive an email with a verification link" => "Doğrulama bağlantısı içeren bir e-posta alacaksınız"
|
||||
);
|
||||
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";
|
||||
|
|
|
|||
Loading…
Reference in New Issue