tr.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. OC.L10N.register(
  2. "federatedfilesharing",
  3. {
  4. "Federated sharing" : "Birleşmiş paylaşım",
  5. "Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} konumundan {name} uzak paylaşımını eklemek istiyor musunuz?",
  6. "Remote share" : "Uzak paylaşım",
  7. "Remote share password" : "Uzak paylaşım parolası",
  8. "Cancel" : "İptal",
  9. "Add remote share" : "Uzak paylaşım ekle",
  10. "Copied!" : "Kopyalandı!",
  11. "Not supported!" : "Desteklenmiyor!",
  12. "Press ⌘-C to copy." : "Kopyalamak için ⌘-C kullanın.",
  13. "Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C kullanın.",
  14. "Invalid Federated Cloud ID" : "Birleşmiş Bulut Kimliği Geçersiz",
  15. "Server to server sharing is not enabled on this server" : "Sunucudan sunucuya paylaşım bu sunucuda etkin değil",
  16. "Couldn't establish a federated share." : "Bir federatif paylaşım kurulamadı.",
  17. "Couldn't establish a federated share, maybe the password was wrong." : "Bir federatif paylaşım kurulamadı, parola hatalı olabilir.",
  18. "Federated Share request was successful, you will receive a invitation. Check your notifications." : "Federatif Paylaşım isteği başarılı, bir davet alacaksınız. Bildirimlerinizi kontrol edin.",
  19. "The mountpoint name contains invalid characters." : "Bağlama noktası geçersiz karakterler içeriyor.",
  20. "Not allowed to create a federated share with the owner." : "Sahiple federatif bir paylaşım oluşturmanıza izin verilmiyor.",
  21. "Invalid or untrusted SSL certificate" : "Geçersiz veya güvenilmez SSL sertifikası",
  22. "Could not authenticate to remote share, password might be wrong" : "Uzak paylaşım kimliği doğrulanamadı, parola hatalı olabilir",
  23. "Storage not valid" : "Depolama geçerli değil",
  24. "Federated Share successfully added" : "Federatif Paylaşım başarıyla eklendi",
  25. "Couldn't add remote share" : "Uzak paylaşım eklenemedi",
  26. "Sharing %s failed, because this item is already shared with %s" : "%s paylaşımı, %s ile zaten paylaşıldığından dolayı başarısız oldu",
  27. "Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
  28. "File is already shared with %s" : "Dosya zaten %s ile paylaşılmış",
  29. "Could not find share" : "Paylaşım bulunamadı",
  30. "Accept" : "Kabul et",
  31. "Decline" : "Reddet",
  32. "Share with me through my #Nextcloud Federated Cloud ID, see %s" : "#Nextcloud Birleşik Bulut kimliğim ile paylaş, bkz %s",
  33. "Share with me through my #Nextcloud Federated Cloud ID" : "#Nextcloud Birleşmiş Bulut kimliğim ile paylaş",
  34. "Federated Cloud Sharing" : "Birleşmiş Bulut Paylaşımı",
  35. "Open documentation" : "Belgelendirmeyi aç",
  36. "Allow users on this server to send shares to other servers" : "Bu sunucudaki kullanıcıların diğer sunuculara paylaşım göndermelerine izin ver",
  37. "Allow users on this server to receive shares from other servers" : "Bu sunucudaki kullanıcıların diğer sunuculardan paylaşım almalarına izin ver",
  38. "Federated Cloud" : "Birleşmiş Bulut",
  39. "Your Federated Cloud ID:" : "Birleşmiş Bulut Kimliğiniz:",
  40. "Share it:" : "Paylaşın:",
  41. "Add to your website" : "Web sitenize ekleyin",
  42. "Share with me via Nextcloud" : "Benimle Nextcloud aracılığıyla paylaşın",
  43. "HTML Code:" : "HTML Kodu:",
  44. "Sharing %s failed, could not find %s, maybe the server is currently unreachable." : "%s paylaşımı başarısız. %s bulunamadı veya sunucu şu anda ulaşılamıyor olabilir.",
  45. "You received \"/%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "%1$s kişisinden \"/%3$s\" uzak paylaşımını aldınız (%2$s aracılığıyla)",
  46. "You received \"/%3$s\" as a remote share from %1$s" : "%1$s kişisinden \"/%3$s\" uzak paylaşımını aldınız"
  47. },
  48. "nplurals=2; plural=(n > 1);");