ultimatepos/lang/tr/brand.php

27 lines
777 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.
|
*/
'brands' => 'Markalar',
'manage_your_brands' => 'Markalarınızı yönetin',
'all_your_brands' => 'Tüm markalarınız',
'note' => 'Not',
'brand_name' => 'Marka Adı',
'short_description' => 'Kısa Açıklama',
'added_success' => 'Marka başarıyla eklendi',
'updated_success' => 'Marka başarıyla güncellendi',
'deleted_success' => 'Marka başarıyla silindi',
'add_brand' => 'Marka Ekle',
'edit_brand' => 'Marka Düzenle',
];