Files
github-actions[bot] 483145aac8 New Crowdin Translations (#2407)
Co-authored-by: notAreYouScared <1757840+notAreYouScared@users.noreply.github.com>
2026-06-22 09:10:23 -04:00

27 lines
973 B
PHP
Raw Permalink 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 [
'empty_table' => 'Yaşasın! Hata yok!',
'total_logs' => 'Toplam Günlükler',
'error' => 'Hata',
'warning' => 'Uyarı',
'notice' => 'Uyarı',
'info' => 'Bilgi',
'debug' => 'Hata Ayıklama',
'navigation' => [
'panel_logs' => 'Panel Günlükleri',
],
'actions' => [
'upload_logs' => 'Günlükleri Yükle?',
'upload_logs_description' => 'Bu, :file dosyasını :url adresine yükleyecektir. Bunu yapmak istediğinizden emin misiniz?',
'view_logs' => 'Günlükleri Görüntüle',
'log_not_found' => 'Günlük bulunamadı!',
'log_not_found_description' => 'Kayıt bulunamadı :filename',
'failed_to_upload' => 'Yükleme başarısız.',
'failed_to_upload_description' => 'HTTP Durumu: :status',
'log_upload' => 'Kayıt Yüklendi',
'log_upload_action' => 'Günlüğü Görüntüle',
'upload_tooltip' => 'Şuraya yükle :url',
],
];