27 lines
876 B
PHP
27 lines
876 B
PHP
<?php
|
|
/**
|
|
* order.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 14:22:41
|
|
* @modified 2022-08-02 14:22:41
|
|
*/
|
|
|
|
return [
|
|
'index' => 'impostazioni',
|
|
'tax_classes_index' => 'impostazioni della classe fiscale',
|
|
'tax' => 'tipo di tassa',
|
|
'tax_rate' => 'tax_rate',
|
|
'type' => 'tipo',
|
|
'area' => 'area',
|
|
'percentage' => 'percentuale',
|
|
'fixed_tax_rate' => 'aliquota fiscale fissa',
|
|
'tax_rates_index' => 'lista delle aliquote fiscali',
|
|
'tax_rates_create' => 'Crea aliquota fiscale',
|
|
'tax_rates_show' => 'dati fiscali',
|
|
'tax_rates_update' => 'Aggiorna aliquota fiscale',
|
|
'tax_rates_delete' => 'Elimina aliquota fiscale',
|
|
];
|