ultimatepos/lang/tr/category.php

29 lines
916 B
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 [
/*
|--------------------------------------------------------------------------
| Brand Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Brand CRUD operations.
|
*/
'categories' => 'Kategoriler',
'manage_your_categories' => 'Kategorilerinizi Yönetin',
'all_your_categories' => 'Tüm Kategorileriniz',
'category' => 'Kategori',
'category_name' => 'Kategori Adı',
'code' => 'Kategori Kodu',
'add_as_sub_category' => 'Alt Kategori Ekle',
'select_parent_category' => 'Ana kategori seç',
'added_success' => 'Kategori başarıyla eklendi',
'updated_success' => 'Kategori başarıyla güncellendi',
'deleted_success' => 'Kategori başarıyla silindi',
'add_category' => 'Kategori ekle',
'edit_category' => 'Kategori Düzenle',
];