nextcloud/apps/files_sharing/l10n/tr.php

26 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Shared with you" => "Sizinle paylaşılmış",
"Shared with others" => "Diğerleri ile paylaşılmış",
"No files have been shared with you yet." => "Henüz sizinle paylaşılan bir dosya yok.",
"You haven't shared any files yet." => "Henüz hiçbir dosya paylaşmadınız.",
"Shared by {owner}" => "{owner} tarafından paylaşılmış",
"Shared by" => "Paylaşan",
"link" => "bağlantı",
"This share is password-protected" => "Bu paylaşım parola korumalı",
"The password is wrong. Try again." => "Parola hatalı. Yeniden deneyin.",
"Password" => "Parola",
"Name" => "Ad",
"Share time" => "Paylaşma zamanı",
"Sorry, this link doesnt 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.",
"Download" => "İndir",
"Download %s" => "İndir: %s",
"Direct link" => "Doğrudan bağlantı"
);
$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";