diff options
Diffstat (limited to 'apps/federation/l10n/tr.js')
-rw-r--r-- | apps/federation/l10n/tr.js | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/apps/federation/l10n/tr.js b/apps/federation/l10n/tr.js index df93aab9e06..e6ae7033bbc 100644 --- a/apps/federation/l10n/tr.js +++ b/apps/federation/l10n/tr.js @@ -1,14 +1,19 @@ OC.L10N.register( "federation", { - "Added to the list of trusted servers" : "Güvenilir sunucular listesine eklendi", + "Added to the list of trusted servers" : "Güvenilen sunucular listesine eklendi", "Server is already in the list of trusted servers." : "Sunucu zaten güvenilen sunucu listesine eklenmiş.", + "No server to federate with found" : "Birleştirilecek bir sunucu bulunamadı", "Could not add server" : "Sunucu eklenemedi", "Federation" : "Birleşim", - "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ı yapmanıza izin verir. \nÖrneğin, harici kullanıcıların klasörleri, otomatik tamamlama için kullanılacaktır.", - "Add server automatically once a federated share was created successfully" : "Birleşmiş bir paylaşım başarıyla eklenildiğinde sunucuyu otomatik olarak ekle", - "Trusted Servers" : "Güvenilir sunucular", - "+ Add Nextcloud server" : "+Nextcloud sunucusu ekle", - "Nextcloud Server" : "Nextcloud Sunucusu" + "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.", + "Add server automatically once a federated share was created successfully" : "Bir birleşik paylaşım eklendiğinde sunucu otomatik olarak eklensin", + "Trusted Servers" : "Güvenilir Sunucular", + "+ Add Nextcloud server" : "+ Nextcloud sunucusu ekle", + "Nextcloud Server" : "Nextcloud Sunucusu", + "Server added to the list of trusted Nextclouds" : "Sunucu güvenilen Nexcloud sunucuları arasına eklendi", + "No Nextcloud server found" : "Herhangi bir Nextcloud sunucusu bulunamadı", + "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.", + "Trusted Nextcloud Servers" : "Güvenilen NextCloud Sunucuları" }, "nplurals=2; plural=(n > 1);"); |