nextcloud/apps/systemtags/l10n/tr.js

26 lines
1.4 KiB
JavaScript
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.

OC.L10N.register(
"systemtags",
{
"<strong>System tags</strong> for a file have been modified" : "Bir dosya için <strong>sistem etiketleri</strong> değiştirildi",
"%1$s assigned system tag %3$s" : "%1$s, %3$s sistem etiketini atadı",
"%1$s unassigned system tag %3$s" : "%1$s, %3$s sistem etiket atamasını kaldırdı",
"%1$s created system tag %2$s" : "%1$s, %2$s sistem etiketini oluşturdu",
"%1$s deleted system tag %2$s" : "%1$s, %2$s sistem etiketini sildi",
"%1$s updated system tag %3$s to %2$s" : "%1$s, %3$s sistem etiketini %2$s olarak güncelledi",
"%1$s assigned system tag %3$s to %2$s" : "%1$s, %3$s sistem etiketini %2$s etiketine atadı",
"%1$s unassigned system tag %3$s from %2$s" : "%1$s, %3$s sistem etiketinin %2$s atamasını kaldırdı",
"%s (not-assignable)" : "%s (atanamaz)",
"%s (invisible)" : "%s (gizli)",
"Tags" : "Etiketler",
"Tagged files" : "Etiketli dosyalar",
"Select tags to filter by" : "Filtrelemek için etiketleri seçin",
"Please select tags to filter by" : "Filtrelemek için etiketleri seçin",
"No files found for the selected tags" : "Seçilen etiketler ile ilgili dosya bulunamadı",
"No files in here" : "Burada hiç dosya yok",
"No entries found in this folder" : "Bu klasörde hiçbir girdi bulunamadı",
"Name" : "Ad",
"Size" : "Boyut",
"Modified" : "Değiştirilme"
},
"nplurals=2; plural=(n > 1);");