mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-09 07:55:34 +08:00
15 lines
354 B
PHP
15 lines
354 B
PHP
<?php
|
||
/**
|
||
* Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
* See LICENSE file for license details.
|
||
*/
|
||
|
||
return [
|
||
'language' => [
|
||
'单据报表' => 'Document Reports',
|
||
'供销单据' => 'Supply and Marketing Document',
|
||
'销售单' => 'Sales Order',
|
||
'售后单' => 'After-sales Order',
|
||
],
|
||
];
|