mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
Update tr.lang.php in box/menu plugin
This commit is contained in:
@@ -3,25 +3,25 @@
|
||||
return array(
|
||||
'menu' => array(
|
||||
'Menu' => 'Menü',
|
||||
'Menu manager' => 'Menu Yöneticisi',
|
||||
'Menu manager' => 'Menü Yöneticisi',
|
||||
'Edit' => 'Düzenle',
|
||||
'Name' => 'İsim',
|
||||
'Name' => 'Ad',
|
||||
'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',
|
||||
'Order' => 'Sıra',
|
||||
'Actions' => 'İşlemler',
|
||||
'Create New Item' => 'Yeni Bağlantı Oluştur',
|
||||
'New item' => 'Yeni bağlantı',
|
||||
'Item name' => 'Bağlantı adı',
|
||||
'Item order' => 'Bağlantı sırası',
|
||||
'Item target' => 'Bağlantı hedefi',
|
||||
'Item link' => 'Bağlantı yolu',
|
||||
'Item category' => 'Bağlantı kategorisi',
|
||||
'Save' => 'Kaydet',
|
||||
'Edit item' => 'Düzenle',
|
||||
'Delete item :name' => 'Sil :name',
|
||||
'Select page' => 'Sayfa Seç',
|
||||
'Edit item' => 'Bağlantıyı düzenle',
|
||||
'Delete item :name' => ':name adlı bağlantıyı sil',
|
||||
'Select page' => 'Sayfa seç',
|
||||
'Category' => 'Kategori',
|
||||
'Select category' => 'Kategori Seç',
|
||||
'Required field' => 'Zorunlu Alan',
|
||||
'Select category' => 'Kategori seç',
|
||||
'Required field' => 'Zorunlu alan',
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user