openclassify/addons/default/visiosoft/customfields-module/resources/lang/tr/field.php
Mostafa Moradi 4eac3243b8 4.0-mostafa
2024-08-18 17:45:09 +03:00

86 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'name' => [
'name' => 'Özel Alan Başlığı'
],
'parent_category' => [
'name' => 'Kategori'
],
'custom_field' => [
'name' => 'Özel Alan Başlığı',
],
'custom_field_value' => [
'name' => 'Özel Alan Değeri'
],
'custom_field_image' => [
'name' => 'Özel Alan Resmi'
],
'category' => [
'name' => 'Kategori',
],
'sub_category' => [
'name' => 'Alt Kategori',
],
'description' => [
'name' => 'Açıklama',
],
'type' => [
'name' => 'Özel Alan Türü',
],
'category_name' => [
'name' => 'Kategori adı',
],
'selecttopall' => 'Herşey',
'seenList' => [
'name' => 'Liste Görünümlü Göster'
],
'show_filter' => [
'name' => 'Reklam Listesinde Filtreyi Göster',
],
'slug' => [
'name' => 'Ozel Değer
'
],
'all_categories' => [
'name' => 'Tüm Kategoriler'
],
'features' => [
'name' => 'Özellikler'
],
'select' => [
'name' => 'Seçiniz'
],
'required' => [
'name' => 'gereklidir'
],
'all' => 'Tümü',
'choose_an_option' => 'Bir Seçenek Seçin...',
'text_input' => 'Metin Girişi',
'choosing_options' => 'Seçenekleri Seçme',
'values' => 'Değerler',
'other' => 'Diğer',
"checkboxes_type" => "Onay Kutuları Alanı",
"decimal_type" => "Ondalık Alan",
"integer_type" => "Tamsayı Alanı",
"radio_type" => "Radyo Alanı",
"range_type" => "Menzil Alanı",
"select_type" => "Alan Seçin",
"selectdropdown_type" => "ılır Alt Alanı Seçin",
"selecttop_type" => "Üst Alan Seçin",
"selectrange_type" => "Aralık Alanı Seçin",
"selectimage_type" => "Görüntü Alanını Seçin",
"text_type" => "Metin Alanı",
"datetime_type" => "Tarih Alanı",
// Listing Page
'from' => 'Nereden',
'to' => 'İçin',
'and_above' => 've yukarıda',
'and_below' => 've altında',
'min' => 'Minimum',
'max' => 'Maksimum',
'show_list' => 'Gösteri Listesi',
];