tr.js 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "Fetching request tokens failed. Verify that your app key and secret are correct." : "İstek jetonları getirme başarısız oldu. Uygulama anahtarınızın ve gizli bilginin doğruluğunu kontrol edin.",
  5. "Fetching access tokens failed. Verify that your app key and secret are correct." : "Erişim jetonları getirme başarısız oldu. Uygulama anahtarınızın ve gizli bilginin doğruluğunu kontrol edin.",
  6. "Please provide a valid app key and secret." : "Lütfen geçerli bir uygulama anahtarı ve gizli bilgisini girin.",
  7. "Step 1 failed. Exception: %s" : "Adım 1 başarısız. Özel durum: %s",
  8. "Step 2 failed. Exception: %s" : "Adım 2 başarısız. Özel durum: %s",
  9. "External storage" : "Harici depolama",
  10. "Storage with id \"%i\" not found" : "\"%i\" kimliği ile bir depolama bulunamadı",
  11. "Invalid backend or authentication mechanism class" : "Geçersiz arka uç veya kimlik doğrulama mekanizma sınıfı",
  12. "Invalid mount point" : "Geçersiz bağlama noktası",
  13. "Objectstore forbidden" : "Nesne deposu yasaktır",
  14. "Invalid storage backend \"%s\"" : "Geçersiz depolama arka ucu \"%s\"",
  15. "Not permitted to use backend \"%s\"" : "\"%s\" arka ucu kullanımına izin verilmiyor",
  16. "Not permitted to use authentication mechanism \"%s\"" : "\"%s\" kimlik doğrulama mekanizmasına izin verilmiyor",
  17. "Unsatisfied backend parameters" : "Yetersiz arka uç parametreleri",
  18. "Unsatisfied authentication mechanism parameters" : "Yetersiz kimlik doğrulama mekanizması parametreleri",
  19. "Insufficient data: %s" : "Yetersiz veri: %s",
  20. "%s" : "%s",
  21. "Storage with id \"%i\" is not user editable" : "\"%i\" kimliği ile bir depolama bulunamadı",
  22. "Personal" : "Kişisel",
  23. "System" : "Sistem",
  24. "Grant access" : "Erişimi sağla",
  25. "Access granted" : "Giriş kabul edildi",
  26. "Error configuring OAuth1" : "OAuth1 yapılandırma hatası",
  27. "Error configuring OAuth2" : "OAuth2 yapılandırma hatası",
  28. "Generate keys" : "Anahtarlar üret",
  29. "Error generating key pair" : "Anahtar çifti üretirken hata",
  30. "Enable encryption" : "Şifrelemeyi aç",
  31. "Enable previews" : "Önizlemeleri aç",
  32. "Enable sharing" : "Paylaşımı etkinleştir",
  33. "Check for changes" : "Değişiklikleri denetle",
  34. "Never" : "Daha yeni",
  35. "Once every direct access" : "Her doğrudan erişimde bir kez",
  36. "All users. Type to select user or group." : "Tüm kullanıcılar. Kullanıcı veya grup seçmek için yazın.",
  37. "(group)" : "(grup)",
  38. "Admin defined" : "Yönetici tanımlandı",
  39. "Saved" : "Kaydedildi",
  40. "Saving..." : "Kaydediliyor...",
  41. "Save" : "Kaydet",
  42. "Empty response from the server" : "Sunucudan boş yanıt",
  43. "Couldn't access. Please logout and login to activate this mount point" : "Erişilemedi. Lütfen bu bağlama noktasını etkinleştirmek için tekrar oturumu kapatıp açın.",
  44. "Couldn't get the information from the ownCloud server: {code} {type}" : "ownCloud sunucusundan bilgi alınamadı: {code} {type}",
  45. "Couldn't get the list of external mount points: {type}" : "Harici bağlama noktalarının listesi alınamadı: {type}",
  46. "There was an error with message: " : "Şu mesajla bir hata oluştu:",
  47. "External mount error" : "Harici bağlama hatası",
  48. "Username" : "Kullanıcı Adı",
  49. "Password" : "Parola",
  50. "Access key" : "Erişim anahtarı",
  51. "Secret key" : "Gizli anahtar",
  52. "Builtin" : "Yerleşik",
  53. "None" : "Hiçbiri",
  54. "OAuth1" : "OAuth1",
  55. "App key" : "Uyg. anahtarı",
  56. "App secret" : "Uyg. parolası",
  57. "OAuth2" : "OAuth2",
  58. "Client ID" : "İstemci kimliği",
  59. "Client secret" : "İstemci parolası",
  60. "OpenStack" : "OpenStack",
  61. "Tenant name" : "Kiracı adı",
  62. "Identity endpoint URL" : "Kimlik uç nokta URL'si",
  63. "Rackspace" : "Rackspace",
  64. "API key" : "API anahtarı",
  65. "Username and password" : "Kullanıcı adı ve parola",
  66. "RSA public key" : "RSA ortak anahtarı",
  67. "Public key" : "Ortak anahtar",
  68. "Amazon S3" : "Amazon S3",
  69. "Bucket" : "Bucket",
  70. "Hostname" : "Makine adı",
  71. "Port" : "Port",
  72. "Region" : "Bölge",
  73. "Enable SSL" : "SSL'yi Etkinleştir",
  74. "Enable Path Style" : "Yol Biçemini Etkinleştir",
  75. "WebDAV" : "WebDAV",
  76. "URL" : "URL",
  77. "Remote subfolder" : "Uzak alt klasör",
  78. "Secure https://" : "Güvenli https://",
  79. "Dropbox" : "Dropbox",
  80. "FTP" : "FTP",
  81. "Host" : "Sunucu",
  82. "Secure ftps://" : "Güvenli ftps://",
  83. "Google Drive" : "Google Drive",
  84. "Local" : "Yerel",
  85. "Location" : "Konum",
  86. "ownCloud" : "ownCloud",
  87. "SFTP" : "SFTP",
  88. "Root" : "Kök",
  89. "SFTP with secret key login" : "Gizli anahtar oturumu ile SFTP",
  90. "SMB / CIFS" : "SMB / CIFS",
  91. "Share" : "Paylaş",
  92. "Domain" : "Alan adı",
  93. "SMB / CIFS using OC login" : "OC oturumu kullanarak SMB / CIFS",
  94. "Username as share" : "Paylaşım olarak kullanıcı adı",
  95. "OpenStack Object Storage" : "OpenStack Nesne Depolama",
  96. "Service name" : "Hizmet adı",
  97. "Request timeout (seconds)" : "İstek zamanaşımı (saniye)",
  98. "<b>Note:</b> " : "<b>Not:</b> ",
  99. "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> PHP'de cURL desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
  100. "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> PHP'de FTP desteği etkin veya kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
  101. "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Not:</b> \"%s\" kurulu değil. %s bağlaması mümkün olmayacak. Lütfen kurulumu için sistem yöneticilerinizle iletişime geçin.",
  102. "No external storage configured" : "Yapılandırılmış harici depolama yok",
  103. "You can add external storages in the personal settings" : "Harici depolamaları kişisel ayarlar içerisinden ekleyebilirsiniz",
  104. "Name" : "Ad",
  105. "Storage type" : "Depolama türü",
  106. "Scope" : "Kapsam",
  107. "External Storage" : "Harici Depolama",
  108. "Folder name" : "Klasör ismi",
  109. "Authentication" : "Kimlik Doğrulama",
  110. "Configuration" : "Yapılandırma",
  111. "Available for" : "Kullanabilenler",
  112. "Add storage" : "Depo ekle",
  113. "Advanced settings" : "Gelişmiş ayarlar",
  114. "Delete" : "Sil",
  115. "Allow users to mount external storage" : "Kullanıcılara harici depolama bağlamalarına izin ver",
  116. "Allow users to mount the following external storage" : "Kullanıcıların aşağıdaki harici depolamayı bağlamalarına izin ver"
  117. },
  118. "nplurals=2; plural=(n > 1);");