oms-Billing/Theme/Backend/Lang/zh.lang.php
2024-01-12 00:30:20 +00:00

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