nextcloud/apps/federatedfilesharing/l10n/tr.js

45 lines
3.6 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"federatedfilesharing",
{
2016-06-03 09:19:30 +03:00
"Federated sharing" : "Birleşmiş paylaşım",
2016-08-05 03:10:09 +03:00
"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",
2016-02-16 16:49:12 +03:00
"Invalid Federated Cloud ID" : "Geçersiz Birleşmiş Bulut Kimliği",
2016-08-05 03:10:09 +03:00
"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",
2016-02-16 16:49:12 +03:00
"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",
2016-03-31 08:55:24 +03:00
"Not allowed to create a federated share with the same user" : "Aynı kullanıcı ile bir birleşmiş paylaşım oluşturulamaz",
2016-07-06 16:28:06 +03:00
"File is already shared with %s" : "Dosya zaten %s ile paylaşılmış",
2016-04-26 11:50:32 +03:00
"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.",
2016-08-05 03:10:09 +03:00
"Could not find share" : "Paylaşım bulunamadı",
"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)",
2016-07-06 16:28:06 +03:00
"You received \"/%3$s\" as a remote share from %1$s" : "%1$s kişisinden \"/%3$s\" uzak paylaşımını aldınız",
2016-06-03 09:19:30 +03:00
"Accept" : "Kabul et",
"Decline" : "Reddet",
2016-06-20 13:08:23 +03:00
"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ş",
2016-04-26 11:50:32 +03:00
"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",
2016-06-20 13:08:23 +03:00
"Share with me via Nextcloud" : "Benimle Nextcloud aracılığıyla paylaşın",
2016-04-26 11:50:32 +03:00
"HTML Code:" : "HTML Kodu:"
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n > 1);");