mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
New translations field.php (Turkish)
This commit is contained in:
parent
87422c22ff
commit
7c2104d778
@ -1,30 +1,27 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"name" => [
|
'name' => [
|
||||||
"name" =>"Başlık",
|
'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',
|
||||||
"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"
|
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user