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

103 lines
3.2 KiB
PHP
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 ['SupplierManagement' => [
'Accounting' => '会计',
'Addition' => '添加',
'Address' => '地址',
'Addresses' => '地址',
'AreaManager' => '区域经理',
'Articlegroup' => 'Articlegroup',
'Articles' => '用品',
'Balance' => '平衡',
'Bonus' => '奖金',
'Business' => '商业',
'CLV' => 'CLV',
'Calendar' => '日历',
'City' => '城市',
'Client' => '客户',
'Clients' => '客户端',
'Contact' => '接触',
'Country' => '国家',
'Created' => '创建',
'CreatedAt' => '#VALUE!',
'CreditRating' => '信用评级',
'Creditcard' => '信用卡',
'DSO' => 'DSO',
'DUE' => '到期的',
'Date' => '日期',
'Default' => '默认',
'Delivery' => '交货',
'Discount' => '折扣',
'DiscountP' => '折扣 ',
'Documents' => '文件',
'Due' => '#VALUE!',
'Email' => '电子邮件',
'Fax' => '传真',
'Files' => '档',
'Freightage' => '货物运输',
'Group' => '团体',
'ID' => 'ID',
'Info' => '信息',
'Invoice' => '发票',
'Invoices' => '发票',
'IsDefault' => '是默认',
'LastContact' => '最后联系',
'LastOrder' => '最后的订单',
'Log' => '日志',
'Logs' => '日志',
'MRR' => 'MRR',
'MTDSales' => 'MTD销售',
'Main' => '主要的',
'Margin' => '利润',
'Master' => '掌握',
'Messages' => '消息',
'Modified' => '修改的',
'Modules' => '模块',
'Name' => '姓名',
'Name1' => '名1',
'Name2' => '名称2',
'Name3' => 'NAME3',
'Net' => '网',
'Notes' => '笔记',
'Number' => '数字',
'Office' => '办公室',
'Payment' => '支付',
'PaymentTerm' => '付款期限',
'Permission' => '允许',
'Phone' => '电话',
'Postal' => '邮政',
'Price' => '价格',
'Prices' => '价格',
'Private' => '私人的',
'Productgroup' => '产品组',
'Profile' => '轮廓',
'Purchase' => '购买',
'Quantity' => '数量',
'RecentInvoices' => '最近的发票',
'Sales' => '销售量',
'Segment' => '部分',
'Segments' => '段',
'Subtype' => '亚型',
'Supplier' => '供应商',
'Suppliers' => '供应商',
'Support' => '支持',
'Tags' => '标签',
'Title' => '#VALUE!',
'Type' => '类型',
'Wire' => '金属丝',
'YTDSales' => '年初至今累计',
'Zip' => '压缩',
]];