nextcloud/core/l10n/tr.php

138 lines
7.5 KiB
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2013-01-23 03:06:18 +04:00
"User %s shared a file with you" => "%s kullanıcısı sizinle bir dosyayı paylaştı",
"User %s shared a folder with you" => "%s kullanıcısı sizinle bir dizini paylaştı",
"User %s shared the file \"%s\" with you. It is available for download here: %s" => "%s kullanıcısı \"%s\" dosyasını sizinle paylaştı. %s adresinden indirilebilir",
"User %s shared the folder \"%s\" with you. It is available for download here: %s" => "%s kullanıcısı \"%s\" dizinini sizinle paylaştı. %s adresinden indirilebilir",
2012-12-28 03:20:34 +04:00
"Category type not provided." => "Kategori türü desteklenmemektedir.",
2012-05-13 21:59:44 +04:00
"No category to add?" => "Eklenecek kategori yok?",
2013-02-19 03:06:51 +04:00
"This category already exists: %s" => "Bu kategori zaten mevcut: %s",
2012-12-28 03:20:34 +04:00
"Object type not provided." => "Nesne türü desteklenmemektedir.",
2013-01-23 03:06:18 +04:00
"%s ID not provided." => "%s ID belirtilmedi.",
"Error adding %s to favorites." => "%s favorilere eklenirken hata oluştu",
2012-11-15 03:03:50 +04:00
"No categories selected for deletion." => "Silmek için bir kategori seçilmedi",
2013-01-23 03:06:18 +04:00
"Error removing %s from favorites." => "%s favorilere çıkarılırken hata oluştu",
2013-01-29 03:06:20 +04:00
"Sunday" => "Pazar",
"Monday" => "Pazartesi",
"Tuesday" => "Salı",
"Wednesday" => "Çarşamba",
"Thursday" => "Perşembe",
"Friday" => "Cuma",
"Saturday" => "Cumartesi",
"January" => "Ocak",
"February" => "Şubat",
"March" => "Mart",
"April" => "Nisan",
"May" => "Mayıs",
"June" => "Haziran",
"July" => "Temmuz",
"August" => "Ağustos",
"September" => "Eylül",
"October" => "Ekim",
"November" => "Kasım",
"December" => "Aralık",
2012-08-01 00:57:24 +04:00
"Settings" => "Ayarlar",
2012-12-28 03:20:34 +04:00
"seconds ago" => "saniye önce",
"1 minute ago" => "1 dakika önce",
"{minutes} minutes ago" => "{minutes} dakika önce",
"1 hour ago" => "1 saat önce",
"{hours} hours ago" => "{hours} saat önce",
"today" => "bugün",
"yesterday" => "dün",
"{days} days ago" => "{days} gün önce",
"last month" => "geçen ay",
"{months} months ago" => "{months} ay önce",
"months ago" => "ay önce",
"last year" => "geçen yıl",
"years ago" => "yıl önce",
2012-12-05 03:04:55 +04:00
"Choose" => "seç",
2012-08-01 00:57:24 +04:00
"Cancel" => "İptal",
"No" => "Hayır",
"Yes" => "Evet",
"Ok" => "Tamam",
2012-12-28 03:20:34 +04:00
"The object type is not specified." => "Nesne türü belirtilmemiş.",
2012-08-01 00:57:24 +04:00
"Error" => "Hata",
2013-01-23 03:06:18 +04:00
"The app name is not specified." => "uygulama adı belirtilmedi.",
"The required file {file} is not installed!" => "İhtiyaç duyulan {file} dosyası kurulu değil.",
2013-02-19 03:06:51 +04:00
"Shared" => "Paylaşılan",
2013-01-31 03:31:28 +04:00
"Share" => "Paylaş",
2012-12-05 03:04:55 +04:00
"Error while sharing" => "Paylaşım sırasında hata ",
2013-01-23 03:06:18 +04:00
"Error while unsharing" => "Paylaşım iptal ediliyorken hata",
2012-12-28 03:20:34 +04:00
"Error while changing permissions" => "İzinleri değiştirirken hata oluştu",
2013-01-23 03:06:18 +04:00
"Shared with you and the group {group} by {owner}" => " {owner} tarafından sizinle ve {group} ile paylaştırılmış",
"Shared with you by {owner}" => "{owner} trafından sizinle paylaştırıldı",
2012-12-05 03:04:55 +04:00
"Share with" => "ile Paylaş",
"Share with link" => "Bağlantı ile paylaş",
"Password protect" => "Şifre korunması",
2012-09-22 03:18:31 +04:00
"Password" => "Parola",
2013-01-23 03:06:18 +04:00
"Email link to person" => "Kişiye e-posta linki",
2012-12-28 03:20:34 +04:00
"Send" => "Gönder",
2012-12-05 03:04:55 +04:00
"Set expiration date" => "Son kullanma tarihini ayarla",
2012-12-28 03:20:34 +04:00
"Expiration date" => "Son kullanım tarihi",
"Share via email:" => "Eposta ile paylaş",
"No people found" => "Kişi bulunamadı",
"Resharing is not allowed" => "Tekrar paylaşmaya izin verilmiyor",
2013-01-23 03:06:18 +04:00
"Shared in {item} with {user}" => " {item} içinde {user} ile paylaşılanlarlar",
2012-10-25 04:11:53 +04:00
"Unshare" => "Paylaşılmayan",
2012-12-28 03:20:34 +04:00
"can edit" => "düzenleyebilir",
"access control" => "erişim kontrolü",
2012-10-25 04:11:53 +04:00
"create" => "oluştur",
2012-12-28 03:20:34 +04:00
"update" => "güncelle",
"delete" => "sil",
"share" => "paylaş",
"Password protected" => "Paralo korumalı",
2013-01-23 03:06:18 +04:00
"Error unsetting expiration date" => "Geçerlilik tarihi tanımlama kaldırma hatası",
"Error setting expiration date" => "Geçerlilik tarihi tanımlama hatası",
2012-12-28 03:20:34 +04:00
"Sending ..." => "Gönderiliyor...",
"Email sent" => "Eposta gönderildi",
2013-02-19 03:06:51 +04:00
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Güncelleme başarılı olmadı. Lütfen bu hatayı bildirin <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>.",
"The update was successful. Redirecting you to ownCloud now." => "Güncelleme başarılı. ownCloud'a yönlendiriliyor.",
2012-05-13 21:59:44 +04:00
"ownCloud password reset" => "ownCloud parola sıfırlama",
2012-05-09 14:41:01 +04:00
"Use the following link to reset your password: {link}" => "Bu bağlantıyı kullanarak parolanızı sıfırlayın: {link}",
2012-01-11 04:06:59 +04:00
"You will receive a link to reset your password via Email." => "Parolanızı sıfırlamak için bir bağlantı Eposta olarak gönderilecek.",
2012-12-28 03:20:34 +04:00
"Reset email send." => "Sıfırlama epostası gönderildi.",
"Request failed!" => "İstek reddedildi!",
2012-01-11 04:06:59 +04:00
"Username" => "Kullanıcı adı",
"Request reset" => "Sıfırlama iste",
"Your password was reset" => "Parolanız sıfırlandı",
2012-05-09 14:41:01 +04:00
"To login page" => "Giriş sayfasına git",
2012-01-11 04:06:59 +04:00
"New password" => "Yeni parola",
"Reset password" => "Parolayı sıfırla",
"Personal" => "Kişisel",
"Users" => "Kullanıcılar",
"Apps" => "Uygulamalar",
"Admin" => "Yönetici",
"Help" => "Yardı",
2012-05-13 21:59:44 +04:00
"Access forbidden" => "Erişim yasaklı",
2012-01-11 04:06:59 +04:00
"Cloud not found" => "Bulut bulunamadı",
2012-05-13 21:59:44 +04:00
"Edit categories" => "Kategorileri düzenle",
"Add" => "Ekle",
2012-10-25 04:11:53 +04:00
"Security Warning" => "Güvenlik Uyarisi",
2013-01-23 03:06:18 +04:00
"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Güvenli rasgele sayı üreticisi bulunamadı. Lütfen PHP OpenSSL eklentisini etkinleştirin.",
"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Güvenli rasgele sayı üreticisi olmadan saldırganlar parola sıfırlama simgelerini tahmin edip hesabınızı ele geçirebilir.",
2013-02-19 03:06:51 +04:00
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Veri klasörünüz ve dosyalarınız .htaccess dosyası çalışmadığı için internet'ten erişime açık.",
"For information how to properly configure your server, please see the <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">documentation</a>." => "Server'ınızı nasıl ayarlayacağınıza dair bilgi için, lütfen bu linki ziyaret edin <a href=\"http://doc.owncloud.org/server/5.0/admin_manual/installation.html\" target=\"_blank\">documentation</a>.",
2012-01-11 04:06:59 +04:00
"Create an <strong>admin account</strong>" => "Bir <strong>yönetici hesabı</strong> oluşturun",
"Advanced" => "Gelişmiş",
"Data folder" => "Veri klasörü",
"Configure the database" => "Veritabanını ayarla",
"will be used" => "kullanılacak",
"Database user" => "Veritabanı kullanıcı adı",
"Database password" => "Veritabanı parolası",
"Database name" => "Veritabanı adı",
2012-09-01 04:04:00 +04:00
"Database tablespace" => "Veritabanı tablo alanı",
2012-01-11 04:06:59 +04:00
"Database host" => "Veritabanı sunucusu",
"Finish setup" => "Kurulumu tamamla",
2012-10-28 02:02:29 +04:00
"web services under your control" => "kontrolünüzdeki web servisleri",
2012-01-11 04:06:59 +04:00
"Log out" => "Çıkış yap",
2012-12-28 03:20:34 +04:00
"Automatic logon rejected!" => "Otomatik oturum açma reddedildi!",
2013-01-23 03:06:18 +04:00
"If you did not change your password recently, your account may be compromised!" => "Yakın zamanda parolanızı değiştirmedi iseniz hesabınız riske girebilir.",
"Please change your password to secure your account again." => "Hesabınızı korumak için lütfen parolanızı değiştirin.",
2012-01-11 04:06:59 +04:00
"Lost your password?" => "Parolanızı mı unuttunuz?",
"remember" => "hatırla",
2012-05-09 14:41:01 +04:00
"Log in" => "Giriş yap",
2013-02-19 03:06:51 +04:00
"Alternative Logins" => "Alternatif Girişler",
2012-01-11 04:06:59 +04:00
"prev" => "önceki",
2013-01-23 03:06:18 +04:00
"next" => "sonraki",
"Updating ownCloud to version %s, this may take a while." => "Owncloud %s versiyonuna güncelleniyor. Biraz zaman alabilir."
2012-01-11 04:06:59 +04:00
);