nextcloud/lib/l10n/tr.php

54 lines
3.2 KiB
PHP
Raw Normal View History

2012-10-25 04:11:53 +04:00
<?php $TRANSLATIONS = array(
2013-04-27 04:24:29 +04:00
"Help" => "Yardım",
2012-10-25 04:11:53 +04:00
"Personal" => "Kişisel",
"Settings" => "Ayarlar",
"Users" => "Kullanıcılar",
2012-12-28 03:20:34 +04:00
"Apps" => "Uygulamalar",
"Admin" => "Yönetici",
"ZIP download is turned off." => "ZIP indirmeleri kapatılmıştır.",
"Files need to be downloaded one by one." => "Dosyaların birer birer indirilmesi gerekmektedir.",
"Back to Files" => "Dosyalara dön",
"Selected files too large to generate zip file." => "Seçilen dosyalar bir zip dosyası oluşturmak için fazla büyüktür.",
2013-01-23 03:06:18 +04:00
"couldn't be determined" => "tespit edilemedi",
2012-12-28 03:20:34 +04:00
"Application is not enabled" => "Uygulama etkinleştirilmedi",
2012-10-25 04:11:53 +04:00
"Authentication error" => "Kimlik doğrulama hatası",
2012-12-28 03:20:34 +04:00
"Token expired. Please reload page." => "Jetonun süresi geçti. Lütfen sayfayı yenileyin.",
2012-10-25 04:11:53 +04:00
"Files" => "Dosyalar",
2012-12-28 03:20:34 +04:00
"Text" => "Metin",
"Images" => "Resimler",
2013-04-23 04:00:31 +04:00
"Set an admin username." => "Bir adi kullanici vermek. ",
"Set an admin password." => "Parola yonetici birlemek. ",
2013-05-04 04:00:54 +04:00
"%s enter the database username." => "%s veritabanı kullanıcı adını gir.",
"%s enter the database name." => "%s veritabanı adını gir.",
"%s you may not use dots in the database name" => "%s veritabanı adında nokta kullanamayabilirsiniz",
"%s set the database host." => "%s veritabanı sunucu adını tanımla",
2013-04-23 04:00:31 +04:00
"PostgreSQL username and/or password not valid" => "PostgreSQL adi kullanici ve/veya parola yasal degildir. ",
"You need to enter either an existing account or the administrator." => "Bir konto veya kullanici birlemek ihtiyacin. ",
2013-06-07 04:17:50 +04:00
"Oracle connection could not be established" => "Oracle bağlantısı kurulamadı",
2013-05-04 04:00:54 +04:00
"MySQL username and/or password not valid" => "MySQL kullanıcı adı ve/veya parolası geçerli değil",
2013-04-23 04:00:31 +04:00
"DB Error: \"%s\"" => "DB Hata: ''%s''",
"Offending command was: \"%s\"" => "Komut rahasiz ''%s''. ",
"MySQL user '%s'@'localhost' exists already." => "MySQL kullanici '%s @local host zatan var. ",
"Drop this user from MySQL" => "Bu kullanici MySQLden list disari koymak. ",
"MySQL user '%s'@'%%' already exists" => "MySQL kullanici '%s @ % % zaten var (zaten yazili)",
2013-05-04 04:00:54 +04:00
"Drop this user from MySQL." => "Bu kulanıcıyı MySQL veritabanından kaldır",
2013-05-24 04:02:43 +04:00
"Oracle username and/or password not valid" => "Adi klullanici ve/veya parola Oracle mantikli değildir. ",
2013-05-04 04:00:54 +04:00
"Offending command was: \"%s\", name: %s, password: %s" => "Hatalı komut: \"%s\", ad: %s, parola: %s",
"MS SQL username and/or password not valid: %s" => "MS SQL kullanıcı adı ve/veya parolası geçersiz: %s",
2013-03-15 03:06:36 +04:00
"Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Web sunucunuz dosya transferi için düzgün bir şekilde yapılandırılmamış. WevDAV arabirimini sorunlu gözüküyor.",
2013-03-27 03:11:05 +04:00
"Please double check the <a href='%s'>installation guides</a>." => "Lütfen <a href='%s'>kurulum kılavuzlarını</a> iki kez kontrol edin.",
2012-12-28 03:20:34 +04:00
"seconds ago" => "saniye önce",
"1 minute ago" => "1 dakika önce",
"%d minutes ago" => "%d dakika önce",
"1 hour ago" => "1 saat önce",
"%d hours ago" => "%d saat önce",
"today" => "bugün",
"yesterday" => "dün",
"%d days ago" => "%d gün önce",
"last month" => "geçen ay",
"%d months ago" => "%d ay önce",
"last year" => "geçen yıl",
"years ago" => "yıl önce",
"Could not find category \"%s\"" => "\"%s\" kategorisi bulunamadı"
2012-10-25 04:11:53 +04:00
);