mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
30 lines
532 B
PHP
30 lines
532 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' => 'İkon'
|
||
],
|
||
"please_wait" =>"Lütfen bekleyin. Alt Kategoriler Siliniyor"
|
||
]; |