oms-Billing/Theme/Backend/Lang/zh.lang.php

71 lines
2.2 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Orange Management
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*/
declare(strict_types=1);
return ['Billing' => [
'Address' => '地址',
'Addresses' => '地址',
'AlreadyPaid' => '已付款',
'Bills' => '票据',
'Bonus' => '奖金',
'Cashback' => '返现金',
'City' => '城市',
'Client' => '客户',
'ClientID' => '客户端ID',
'Confirmation' => '确认',
'Country' => '国家',
'Created' => '创建',
'CreditCard' => '信用卡',
'CreditNote' => '信用票据',
'Date' => '日期',
'Delivery' => '交货',
'DeliveryNote' => '送货单',
'DirectDebit' => 'DirectDebit',
'Discount' => '折扣',
'DiscountP' => '折扣 ',
'Due' => '到期的',
'Freightage' => '货物运输',
'Gross' => '总的',
'Invoice' => '发票',
'Invoices' => '发票',
'Item' => '物品',
'Items' => '项目',
'Log' => '日志',
'Logs' => '日志',
'Media' => '媒体',
'MoneyTransfer' => '汇款',
'Name' => '姓名',
'Net' => '网',
'Offer' => '提供',
'Payment' => '支付',
'Postal' => '邮政',
'Prepaid' => '预付',
'Preview' => '预览',
'Price' => '价格',
'Profit' => '利润',
'Quantity' => '数量',
'Recipient' => '接受者',
'Select' => '选择',
'Shipment' => '运输',
'Source' => '来源',
'Supplier' => '供应商',
'SupplierID' => '供应商ID',
'Tax' => '税',
'TermsOfDelivery' => '递送条款',
'Total' => '全部的',
'Type' => '类型',
'Upload' => '上传',
'Variation' => '变化',
'Zip' => '压缩',
]];