mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-05 22:55:32 +08:00
39 lines
1.5 KiB
PHP
39 lines
1.5 KiB
PHP
<?php
|
|
/**
|
|
* Copyright 2012-2026 ShopeX (https://www.shopex.cn)
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
|
|
return array (
|
|
'language' =>
|
|
array (
|
|
'模拟仓储' => 'アナログ倉庫',
|
|
'仓储物流状态回传' => '倉庫物流状態返送',
|
|
'配置' => '配置します',
|
|
'前端店铺模拟' => 'フロントエンド店舗シミュレーション',
|
|
'callback回传' => 'callbackバックパス',
|
|
'入库单回传' => '入庫シングルバック',
|
|
'出库单回传' => '出庫シングルパス',
|
|
'转储单回传' => '振替伝票返送',
|
|
'发货单回传' => '送り状返送',
|
|
'盘点结果回传' => '棚卸し結果の返送',
|
|
'退货单回传' => '返品伝票の返送',
|
|
'库存异动回传' => '在庫異動バックパス',
|
|
'唯品会出库单回传' => '唯品会出庫伝票返送',
|
|
'加工单回传' => 'ワンバック加工',
|
|
'callback配置' => 'コールバック仕様',
|
|
'订单添加模拟' => '註文追加シミュレーション',
|
|
),
|
|
);
|