wyyl/resources/lang/it/admin/tax_class.php

23 lines
697 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' => 'categoria fiscale',
'rule' => 'regola',
'based_on' => 'basato su',
'priority' => 'priorita',
'tax_classes_index' => 'lista delle classi fiscali',
'tax_classes_create' => 'Crea classi fiscali',
'tax_classes_show' => 'dettagli classe fiscale',
'tax_classes_update' => 'Aggiorna classi fiscali',
'tax_classes_delete' => 'elimina classe fiscale',
];