49 lines
3.8 KiB
JavaScript
49 lines
3.8 KiB
JavaScript
OC.L10N.register(
|
||
"federatedfilesharing",
|
||
{
|
||
"Federated sharing" : "Birleşmiş paylaşım",
|
||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "{owner}@{remote} konumundan {name} uzak paylaşımını eklemek istiyor musunuz?",
|
||
"Remote share" : "Uzak paylaşım",
|
||
"Remote share password" : "Uzak paylaşım parolası",
|
||
"Cancel" : "İptal",
|
||
"Add remote share" : "Uzak paylaşım ekle",
|
||
"Copied!" : "Kopyalandı!",
|
||
"Not supported!" : "Desteklenmiyor!",
|
||
"Press ⌘-C to copy." : "Kopyalamak için ⌘-C kullanın.",
|
||
"Press Ctrl-C to copy." : "Kopyalamak için Ctrl-C kullanın.",
|
||
"Invalid Federated Cloud ID" : "Birleşmiş Bulut Kimliği Geçersiz",
|
||
"Server to server sharing is not enabled on this server" : "Sunucudan sunucuya paylaşım bu sunucuda etkin değil",
|
||
"Couldn't establish a federated share." : "Bir federatif paylaşım kurulamadı.",
|
||
"Couldn't establish a federated share, maybe the password was wrong." : "Bir federatif paylaşım kurulamadı, parola hatalı olabilir.",
|
||
"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.",
|
||
"The mountpoint name contains invalid characters." : "Bağlama noktası geçersiz karakterler içeriyor.",
|
||
"Not allowed to create a federated share with the owner." : "Sahiple federatif bir paylaşım oluşturmanıza izin verilmiyor.",
|
||
"Invalid or untrusted SSL certificate" : "Geçersiz veya güvenilmez SSL sertifikası",
|
||
"Could not authenticate to remote share, password might be wrong" : "Uzak paylaşım kimliği doğrulanamadı, parola hatalı olabilir",
|
||
"Storage not valid" : "Depolama geçerli değil",
|
||
"Federated Share successfully added" : "Federatif Paylaşım başarıyla eklendi",
|
||
"Couldn't add remote share" : "Uzak paylaşım eklenemedi",
|
||
"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",
|
||
"Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
|
||
"File is already shared with %s" : "Dosya zaten %s ile paylaşılmış",
|
||
"Could not find share" : "Paylaşım bulunamadı",
|
||
"Accept" : "Kabul et",
|
||
"Decline" : "Reddet",
|
||
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "#Nextcloud Birleşik Bulut kimliğim ile paylaş, bkz %s",
|
||
"Share with me through my #Nextcloud Federated Cloud ID" : "#Nextcloud Birleşmiş Bulut kimliğim ile paylaş",
|
||
"Federated Cloud Sharing" : "Birleşmiş Bulut Paylaşımı",
|
||
"Open documentation" : "Belgelendirmeyi aç",
|
||
"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",
|
||
"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",
|
||
"Federated Cloud" : "Birleşmiş Bulut",
|
||
"Your Federated Cloud ID:" : "Birleşmiş Bulut Kimliğiniz:",
|
||
"Share it:" : "Paylaşın:",
|
||
"Add to your website" : "Web sitenize ekleyin",
|
||
"Share with me via Nextcloud" : "Benimle Nextcloud aracılığıyla paylaşın",
|
||
"HTML Code:" : "HTML Kodu:",
|
||
"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.",
|
||
"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)",
|
||
"You received \"/%3$s\" as a remote share from %1$s" : "%1$s kişisinden \"/%3$s\" uzak paylaşımını aldınız"
|
||
},
|
||
"nplurals=2; plural=(n > 1);");
|