feat: 后台全中文(Filament zh_CN 语言包+资源中文label)+ 插件独立导航分组 + 插件/主题管理卡片化 + 主题预览图(无头浏览器生成)+ 两套主题移动端适配
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Kaldır',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Breadcrumb',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Dosya yükleniyor...',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopyalandı',
|
||||
],
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => ':count karakterden :position. karakter',
|
||||
|
||||
];
|
||||
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Yükleniyor...',
|
||||
|
||||
];
|
||||
+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',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Bölümü daralt',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Bölümü genişlet',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Sekmeler',
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user