feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Dosya yükleniyor...',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopyalandı',
|
||||
],
|
||||
|
||||
];
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Kapat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Sayfalandırma Navigasyonu',
|
||||
|
||||
'overview' => 'Toplam :total sonuçtan :first ile :last arası görüntüleniyor',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'sayfa başına',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Tümü',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'İlk',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => ':page. sayfaya git',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Son',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Sonraki',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Önceki',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user