ultimatepos/lang/tr/tax_rate.php

33 lines
1.2 KiB
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 [
/*
|--------------------------------------------------------------------------
| Tax Rates Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used for Tax Rate CRUD operations.
|
*/
'tax_rates' => 'Vergi oranları',
'manage_your_tax_rates' => 'Vergi oranlarınızı yönetin',
'all_your_tax_rates' => 'Tüm vergi oranlarınız',
'name' => 'Adı',
'rate' => 'Vergi Oranı %',
'added_success' => 'Vergi oranı başarıyla eklendi',
'updated_success' => 'Vergi oranı başarıyla güncellendi',
'deleted_success' => 'Vergi oranı başarıyla silindi',
'add_tax_rate' => 'Vergi Oranı Ekle',
'edit_taxt_rate' => 'Vergi Oranını Düzenle',
'add_tax_group' => 'Vergi grubu ekle',
'tax_group_added_success' => 'Vergi grubu başarıyla eklendi',
'tax_group_updated_success' => 'Vergi grubu başarıyla güncellendi',
'tax_groups' => 'Vergi grupları',
'edit_tax_group' => 'Vergi grubunu düzenle',
'sub_taxes' => 'Alt vergiler',
'can_not_be_deleted' => 'Bu vergi oranı bazı vergi gruplarına aittir.',
];