mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
Turkish Language
This commit is contained in:
27
plugins/box/menu/languages/tr.lang.php
Normal file
27
plugins/box/menu/languages/tr.lang.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menü',
|
||||
'Menu manager' => 'Menu Yöneticisi',
|
||||
'Edit' => 'Düzenle',
|
||||
'Name' => 'İsim',
|
||||
'Delete' => 'Sil',
|
||||
'Order' => 'Sıralama',
|
||||
'Actions' => 'İşlem',
|
||||
'Create New Item' => 'Yeni Oluştur',
|
||||
'New item' => 'Yeni Oluştur',
|
||||
'Item name' => 'Menü Adı',
|
||||
'Item order' => 'Sıralaması',
|
||||
'Item target' => 'Hedef',
|
||||
'Item link' => 'Bağlantısı',
|
||||
'Item category' => 'Kategorisi',
|
||||
'Save' => 'Kaydet',
|
||||
'Edit item' => 'Düzenle',
|
||||
'Delete item :name' => 'Sil :name',
|
||||
'Select page' => 'Sayfa Seç',
|
||||
'Category' => 'Kategori',
|
||||
'Select category' => 'Kategori Seç',
|
||||
'Required field' => 'Zorunlu Alan',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user