mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
28 lines
492 B
PHP
28 lines
492 B
PHP
<?php
|
||
|
||
return [
|
||
'name' => [
|
||
'name' => 'Başlık',
|
||
],
|
||
'order' => [
|
||
'name' => 'Sipariş',
|
||
],
|
||
'slug' => [
|
||
'name' => 'Özel isim'
|
||
],
|
||
'files' => [
|
||
'name' => 'görünüm'
|
||
],
|
||
'seo_keyword' => [
|
||
'name' => 'Seo Anahtar Kelimeler'
|
||
],
|
||
'seo_description' => [
|
||
'name' => 'Seo Açıklaması'
|
||
],
|
||
'icon' => [
|
||
'name' => 'Icon'
|
||
],
|
||
|
||
'please_wait' => 'Lütfen bekleyin. Alt Kategoriler Siliniyor',
|
||
];
|