nextcloud/apps/federatedfilesharing/l10n/tr.js

27 lines
1.9 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-02-16 16:49:12 +03:00
"Invalid Federated Cloud ID" : "Geçersiz Birleşmiş Bulut Kimliği",
"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-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);");