39 lines
1.2 KiB
PHP
39 lines
1.2 KiB
PHP
<?php
|
||
|
||
return [
|
||
'title' => 'Placeholder Değişkenleri',
|
||
'click_to_insert' => 'Tıklayarak editöre ekle',
|
||
'special_placeholders' => 'Özel Placeholder\'lar',
|
||
'custom_placeholders' => 'Özel Placeholder\'lar',
|
||
'search_placeholder' => 'Placeholder ara...',
|
||
'no_results' => 'Arama sonucu bulunamadı',
|
||
|
||
// Placeholder Tipleri
|
||
'type_text' => 'Metin',
|
||
'type_email' => 'E-posta',
|
||
'type_url' => 'URL',
|
||
'type_tel' => 'Telefon',
|
||
'type_number' => 'Sayı',
|
||
'type_textarea' => 'Çok Satırlı Metin',
|
||
'type_richtext' => 'Zengin Metin',
|
||
'type_markdown' => 'Markdown',
|
||
'type_code' => 'Kod',
|
||
'type_date' => 'Tarih',
|
||
'type_datetime' => 'Tarih ve Saat',
|
||
'type_time' => 'Saat',
|
||
'type_image' => 'Resim',
|
||
'type_images' => 'Resimler (Çoklu)',
|
||
'type_file' => 'Dosya',
|
||
'type_files' => 'Dosyalar (Çoklu)',
|
||
'type_select' => 'Seçim',
|
||
'type_multiselect' => 'Çoklu Seçim',
|
||
'type_checkbox' => 'Onay Kutusu',
|
||
'type_radio' => 'Radyo Butonu',
|
||
'type_toggle' => 'Aç/Kapa',
|
||
'type_color' => 'Renk',
|
||
'type_tags' => 'Etiketler',
|
||
'type_setting' => 'Ayar',
|
||
'type_custom' => 'Özel',
|
||
];
|
||
|