[WIP] Refactor project

This commit is contained in:
Ludovic CANDELLIER
2021-05-21 00:21:05 +02:00
parent f4ab8e71a8
commit 64abc46d99
347 changed files with 14104 additions and 1608 deletions

View File

@@ -0,0 +1,37 @@
<?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',
],
];