Files
Epicnabbo-Catalogus-Updated…/cms update/lang/vendor/filament-log-manager/tr/translations.php
T
Remco b67e0ec2b9 🆙 Add fixed cms 🆙
2026-02-02 19:30:21 +01:00

18 lines
614 B
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
return [
'navigation_label' => 'Kayıtlar',
'navigation_group' => 'Sistem',
'title' => 'Kayıtlar',
'search_placeholder' => 'Bir log dosyası seçin veya arayın',
'no_logs' => 'Gösterilecek log yok',
'delete' => 'Sil',
'download' => 'İndir',
'no_such_file' => 'Böyle bir dosya yok',
'file_too_large' => 'Dosya çok büyük',
'modal_delete_heading' => 'Bu log dosyasını sil?',
'modal_delete_subheading' => 'Bu log dosyasını silmek istediğinizden emin misiniz?',
'modal_delete_action_cancel' => 'İptal',
'modal_delete_action_confirm' => 'Sil',
];