tr.js 1.8 KB

1234567891011121314151617181920
  1. OC.L10N.register(
  2. "federation",
  3. {
  4. "Added to the list of trusted servers" : "Güvenilen sunucular listesine eklendi",
  5. "Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiş.",
  6. "No server to federate with found" : "Birleştirilecek bir sunucu bulunamadı",
  7. "Could not add server" : "Sunucu eklenemedi",
  8. "Federation" : "Birleşim",
  9. "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Birleşim, diğer güvenilir sunucularla dosya/klasör paylaşımı yapılmasını sağlar. Örneğin, bu işlem birleştirilmiş paylaşım için dış kullanıcıların otomatik olarak tamamlanmasını sağlar.",
  10. "Add server automatically once a federated share was created successfully" : "Bir birleşik paylaşım eklendiğinde sunucu otomatik olarak eklensin",
  11. "Trusted Servers" : "Güvenilir Sunucular",
  12. "+ Add Nextcloud server" : "+ Nextcloud sunucusu ekle",
  13. "Nextcloud Server" : "Nextcloud Sunucusu",
  14. "Server added to the list of trusted Nextclouds" : "Sunucu güvenilen Nexcloud sunucuları arasına eklendi",
  15. "No Nextcloud server found" : "Herhangi bir Nextcloud sunucusu bulunamadı",
  16. "Nextcloud Federation allows you to connect with other trusted Nextclouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Nextcloud Birleşimi, kullanıcı dizinin diğer güvenilir Nextcloud sunucuları ile paylaşılmasını sağlar. Örneğin, bu işlem birleştirilmiş paylaşım için dış kullanıcıların otomatik olarak tamamlanmasını sağlar.",
  17. "Trusted Nextcloud Servers" : "Güvenilen NextCloud Sunucuları"
  18. },
  19. "nplurals=2; plural=(n > 1);");