[tx-robot] updated from transifex
This commit is contained in:
parent
96822fa971
commit
5a6b2a2717
|
|
@ -9,6 +9,7 @@ OC.L10N.register(
|
||||||
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
|
"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ı.",
|
"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.",
|
"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.",
|
||||||
|
"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>.",
|
"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.",
|
"Your settings have been updated." : "Ayarlarınız güncellendi.",
|
||||||
"No such group" : "Böyle bir grup yok",
|
"No such group" : "Böyle bir grup yok",
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
"Verification email successfully sent." : "Doğrulama e-postası başarıyla gönderildi.",
|
"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ı.",
|
"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.",
|
"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.",
|
||||||
|
"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>.",
|
"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.",
|
"Your settings have been updated." : "Ayarlarınız güncellendi.",
|
||||||
"No such group" : "Böyle bir grup yok",
|
"No such group" : "Böyle bir grup yok",
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ $TRANSLATIONS = array(
|
||||||
"Verification email successfully sent." => "Doğrulama e-postası başarıyla gönderildi.",
|
"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ı.",
|
"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.",
|
"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.",
|
||||||
|
"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>.",
|
"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.",
|
"Your settings have been updated." => "Ayarlarınız güncellendi.",
|
||||||
"No such group" => "Böyle bir grup yok",
|
"No such group" => "Böyle bir grup yok",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue