27 lines
839 B
PHP
27 lines
839 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author Edward Yang <service@tuikehome.com>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => 'pengaturan tarif pajak',
|
|
'tax_classes_index' => 'Pengaturan pajak',
|
|
'tax' => 'pajak',
|
|
'tax_rate' => 'tarif pajak',
|
|
'type' => 'tipe',
|
|
'area' => 'Wilayah',
|
|
'percentage' => 'persentase',
|
|
'fixed_tax_rate' => 'tarif tetap',
|
|
'tax_rates_index' => 'Daftar tarif pajak',
|
|
'tax_rates_create' => 'Buat tarif pajak',
|
|
'tax_rates_show' => 'Detail Tarif Pajak',
|
|
'tax_rates_update' => 'Perbarui tarif pajak',
|
|
'tax_rates_delete' => 'Hapus tarif pajak',
|
|
];
|