nextcloud/apps/files_trashbin/l10n/tr.php

8 lines
172 B
PHP

<?php $TRANSLATIONS = array(
"Name" => "İsim",
"1 folder" => "1 dizin",
"{count} folders" => "{count} dizin",
"1 file" => "1 dosya",
"{count} files" => "{count} dosya"
);