Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tr.php « l10n - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33f3b65cdf19166a59fef2ce76efbb2b90d895a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?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.",
"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 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",
"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 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",
"You will receive an email with verification link" => "Doğrulama bağlantısı içeren bir e-posta alacaksınız"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";