You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_sharing/l10n/tr.php

20 lines
1.1 KiB

<?php
$TRANSLATIONS = array(
"This share is password-protected" => "Bu paylaşım parola korumalı",
"The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.",
"Password" => "Parola",
"Sorry, this link doesn’t seem to work anymore." => "Üzgünüz, bu bağlantı artık çalışıyor gibi görünmüyor",
"Reasons might be:" => "Sebepleri şunlar olabilir:",
"the item was removed" => "öge kaldırılmış",
"the link expired" => "bağlantı süresi dolmuş",
"sharing is disabled" => "paylaşım devre dışı",
"For more info, please ask the person who sent this link." => "Daha fazla bilgi için bu bağlantıyı aldığınız kişi ile iletişime geçin.",
"%s shared the folder %s with you" => "%s, %s klasörünü sizinle paylaştı",
"%s shared the file %s with you" => "%s, %s dosyasını sizinle paylaştı",
"Download" => "İndir",
"Upload" => "Yükle",
"Cancel upload" => "Yüklemeyi iptal et",
"No preview available for" => "Kullanılabilir önizleme yok",
"Direct link" => "Doğrudan bağlantı"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";