ultimatepos/lang/tr/unit.php

27 lines
776 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 [
/*
|--------------------------------------------------------------------------
| Unit Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Units CRUD operations.
|
*/
'units' => 'Birimler',
'manage_your_units' => 'Birimlerinizi Yönetin',
'all_your_units' => 'Tüm Birimleriniz',
'name' => 'Adı',
'short_name' => 'Kısa Adı',
'allow_decimal' => 'Ondalıklı sayıya izin ver',
'added_success' => 'Birim başarıyla eklendi',
'updated_success' => 'Birim başarıyla güncellendi',
'deleted_success' => 'Birim başarıyla silindi',
'add_unit' => 'Birim ekle',
'edit_unit' => 'Birimi Düzenle',
];