Files
opensem/resources/lang/vendor/boilerplate/tr/logs.php
Ludovic CANDELLIER 64abc46d99 [WIP] Refactor project
2021-05-21 00:21:05 +02:00

38 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
return [
'vendor' => '<a href="https://github.com/ARCANEDEV/LogViewer">Arcanedev</a> tarafından Günlük görüntüleyici',
'menu' => [
'category' => 'Günlükler',
'stats' => 'İstatistikler',
'reports' => 'Raporlar',
],
'stats' => [
'entries' => ':count kayıt - % :percent',
],
'list' => [
'title' => 'Günlük listesi',
'actions' => 'İşlemler',
'deletequestion' => 'Günlük dosyasını silmek istediğinizden emin misiniz?',
],
'show' => [
'title' => ':date raporu',
'file' => ':date günlüğü',
'backtolist' => 'Tüm Günlükler',
'download' => 'İndir',
'delete' => 'Günlük dosyasını sil',
'levels' => 'Seviyeler',
'loginfo' => 'Günlük bilgisi',
'filepath' => 'Dosya yolu',
'logentries' => 'Günlük kayıtları',
'size' => 'Boyut',
'createdat' => 'Oluşturulma tarihi',
'updatedat' => 'Güncelleme tarihi',
'page' => ':current / :last',
'env' => 'Ortam',
'level' => 'Seviye',
'time' => 'Tarih',
'header' => 'Başlık',
],
];