diff --git a/l10n/tr.js b/l10n/tr.js index ecb0b87..436fdfb 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -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 log in now." : "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.", "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.", diff --git a/l10n/tr.json b/l10n/tr.json index ce8f0d2..566d67b 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -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 log in now." : "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.", "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.", diff --git a/l10n/tr.php b/l10n/tr.php index d9e7609..8e9f259 100644 --- a/l10n/tr.php +++ b/l10n/tr.php @@ -1,13 +1,18 @@ "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 log in now." => "Hesabınız başarıyla oluşturuldu, artık oturum açabilirsiniz.", "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.",