[tx-robot] updated from transifex
This commit is contained in:
parent
dc71838500
commit
a7b67b28a7
|
|
@ -1,14 +1,19 @@
|
|||
OC.L10N.register(
|
||||
"registration",
|
||||
{
|
||||
"Register" : "Kaydol",
|
||||
"Email address you entered is not valid" : "Girdiğiniz e-posta adresi geçerli değil",
|
||||
"There is already a pending registration with this email" : "Bu e-posta ile zaten bekleyen bir kayıt mevcut",
|
||||
"There is an existing user with this email" : "Bu e-posta ile zaten bir kullanıcı mevcut",
|
||||
"Verify your ownCloud registration request" : "ownCloud kayıt talebinizi doğrulayın",
|
||||
"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 user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
|
||||
"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>.",
|
||||
"Your settings have been updated." : "Ayarlarınız güncellendi.",
|
||||
"No such group" : "Böyle bir grup yok",
|
||||
"Registration" : "Kayıt",
|
||||
"Default group that all registered users belong" : "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
|
||||
"None" : "Hiçbiri",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "ownCloud üzerinde yeni bir hesap oluşturmak için sadece şu bağlantıya tıklayın:\n{link}",
|
||||
"Welcome, you can create your account below." : "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
|
||||
|
|
|
|||
|
|
@ -1,12 +1,17 @@
|
|||
{ "translations": {
|
||||
"Register" : "Kaydol",
|
||||
"Email address you entered is not valid" : "Girdiğiniz e-posta adresi geçerli değil",
|
||||
"There is already a pending registration with this email" : "Bu e-posta ile zaten bekleyen bir kayıt mevcut",
|
||||
"There is an existing user with this email" : "Bu e-posta ile zaten bir kullanıcı mevcut",
|
||||
"Verify your ownCloud registration request" : "ownCloud kayıt talebinizi doğrulayın",
|
||||
"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 user backend." : "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
|
||||
"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>.",
|
||||
"Your settings have been updated." : "Ayarlarınız güncellendi.",
|
||||
"No such group" : "Böyle bir grup yok",
|
||||
"Registration" : "Kayıt",
|
||||
"Default group that all registered users belong" : "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
|
||||
"None" : "Hiçbiri",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" : "ownCloud üzerinde yeni bir hesap oluşturmak için sadece şu bağlantıya tıklayın:\n{link}",
|
||||
"Welcome, you can create your account below." : "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
|
||||
|
|
|
|||
|
|
@ -1,13 +1,18 @@
|
|||
<?php
|
||||
$TRANSLATIONS = array(
|
||||
"Register" => "Kaydol",
|
||||
"Email address you entered is not valid" => "Girdiğiniz e-posta adresi geçerli değil",
|
||||
"There is already a pending registration with this email" => "Bu e-posta ile zaten bekleyen bir kayıt mevcut",
|
||||
"There is an existing user with this email" => "Bu e-posta ile zaten bir kullanıcı mevcut",
|
||||
"Verify your ownCloud registration request" => "ownCloud kayıt talebinizi doğrulayın",
|
||||
"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 user backend." => "Kullanıcı oluşturma başarısız, kullanıcı arka ucu ile ilgili sorunlar var.",
|
||||
"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>.",
|
||||
"Your settings have been updated." => "Ayarlarınız güncellendi.",
|
||||
"No such group" => "Böyle bir grup yok",
|
||||
"Registration" => "Kayıt",
|
||||
"Default group that all registered users belong" => "Tüm kaydedilen kullanıcıların ait olduğu öntanımlı grup",
|
||||
"None" => "Hiçbiri",
|
||||
"To create a new account on ownCloud, just click the following link:\n{link}" => "ownCloud üzerinde yeni bir hesap oluşturmak için sadece şu bağlantıya tıklayın:\n{link}",
|
||||
"Welcome, you can create your account below." => "Hoş geldiniz, aşağıdan hesabınızı oluşturabilirsiniz.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue