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

23 lines
618 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' => '세류',
'rule' => '규칙',
'based_on' => '기초',
'priority' => '우선순위',
'tax_classes_index' => '세금 목록',
'tax_classes_create' => '세금 클래스 만들기',
'tax_classes_show' => '세금 상세',
'tax_classes_update' => '세금 클래스 업데이트',
'tax_classes_delete' => '세금 삭제',
];