Files
citrus/lang/tr/awards.php
T

48 lines
1.5 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 [
'navigation_group' => 'Kurumsal',
'title' => 'Ödüllerimiz',
'navigation_label' => 'Ödüllerimiz',
'model_label' => 'Ödül',
'plural_model_label' => 'Ödüllerimiz',
'create' => 'Yeni Ödül Ekle',
'edit' => 'Ödülü Düzenle',
'delete' => 'Sil',
'restore' => 'Geri Yükle',
'force_delete' => 'Kalıcı Olarak Sil',
'content_section' => 'Ödül Bilgileri',
'settings_section' => 'Ödül Ayarları',
'title_field' => 'Ödül Adı',
'issuer_field' => 'Ödülü Veren Kurum',
'description_field' => 'Açıklama',
'image_field' => 'Ödül Görseli / Logo',
'date_field' => 'Ödül Tarihi',
'category_field' => 'Kategori',
'link_field' => 'Haber / Doğrulama Linki',
'sort_order_field' => 'Sıralama',
'is_featured_field' => 'Öne Çıkar',
'is_active_field' => 'Aktif / Görünür',
'table_image' => 'Logo',
'table_title' => 'Ödül Adı',
'table_issuer' => 'Veren Kurum',
'table_date' => 'Tarih',
'table_category' => 'Kategori',
'table_is_featured' => 'Öne Çıkan',
'table_is_active' => 'Aktif',
'created_successfully' => 'Ödül başarıyla eklendi.',
'updated_successfully' => 'Ödül başarıyla güncellendi.',
'deleted_successfully' => 'Ödül başarıyla silindi.',
'category_hackathon' => 'Hackathon / Yarışma',
'category_export' => 'İhracat / Başarı',
'category_innovation' => 'İnovasyon / Ar-Ge',
'category_design' => 'Tasarım / Arayüz',
'category_general' => 'Genel Ödül',
];