company.ts
2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
export default {
// 公司管理-公司列表
// 公司名称
'manage.company.list.companyName': 'Company name',
// 请输入公司名称
'manage.company.list.companyNamePlaceholder': 'Please enter the company name',
// 公司分组
'manage.company.list.companyGrouping': 'Company grouping',
// 新建公司
'manage.company.list.newCompany': 'New company',
// 全部分组
'manage.company.list.groupAll': 'Group all',
// 编辑公司
'manage.company.list.editCompany': 'Edit company',
// 添加公司
'manage.company.list.addCompany': 'Add company',
// 公司信息
'manage.company.list.companyInformation': 'Company information',
// 请输入汉字、字母或数字,最多20字符
'manage.company.list.companyNameMaximum': 'Please enter Chinese characters, letters or numbers, up to 30 characters',
// 上级目录
'manage.company.list.parentDirectory': 'Parent directory',
// 根目录
'manage.company.list.rootDirectory': 'Root directory',
// 请选择公司分组
'manage.company.list.groupSelect': 'Please select a company group',
// 所属行业
'manage.company.list.industry': 'industry',
// 请选择
'manage.company.list.pleaseSelect': 'Please select',
// 公司地址
'manage.company.list.companyAddress': 'Company address',
// 联系人员
'manage.company.list.contactPerson': 'Contact person',
// 联系电话
'manage.company.list.contactNumber': 'Contact number',
// 固定电话
'manage.company.list.landlineTelephone': 'Landline telephone',
// 邮箱地址
'manage.company.list.emailAddress': 'Email address',
// 公司网址
'manage.company.list.companyWebsite': 'Company website',
// 公司简介
'manage.company.list.companyProfile': 'Company profile',
// 请输入公司简介,最多不能超过200字
'manage.company.list.profilePlaceholder': 'Please enter the company profile, maximum 200 words',
// 发票信息
'manage.company.list.invoiceInformation': 'Invoice information',
// 发票名称
'manage.company.list.invoiceName': 'Invoice name',
// 发票税号
'manage.company.list.invoiceTaxNumber': 'Invoice tax number',
// 发票地址
'manage.company.list.invoiceAddress': 'Invoice address',
// 发票电话
'manage.company.list.invoiceTelephone': 'Invoice telephone',
// 开户行
'manage.company.list.bankOfDeposit': 'Bank of deposit',
// 银行帐号
'manage.company.list.accountNumber': 'Bank account number',
}