translate base

This commit is contained in:
Mekan1206
2026-07-31 18:08:08 +05:00
parent a794dacd39
commit 581cb8241c
413 changed files with 9087 additions and 428 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'delete' => [
'label' => 'Kaldır',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Breadcrumb',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Dosya yükleniyor...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Kopyalandı',
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'aria_label' => ':count karakterden :position. karakter',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Yükleniyor...',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Kapat',
],
],
];

View File

@@ -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',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Bölümü daralt',
],
'expand' => [
'label' => 'Bölümü genişlet',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Sekmeler',
];