en-US.js
4.27 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
export default {
lang: 'English',
//按钮
确定: 'OK',
查询: 'Search',
高级查询: 'Adv Search',
回收站: 'Recycle Bin',
导出: 'Export',
导入: 'Import',
打印: 'Print',
执行: 'Execute',
重置: 'Reset',
新增: 'New',
添加用户: 'New User',
编辑: 'Edit',
关闭: 'Close',
删除: 'Delete',
取消: 'Cancel',
启动: 'Start',
停止: 'stop',
执行一次: 'Run Once',
更多: 'More',
详情: 'Details',
展开: 'Expand',
折叠: 'Collapse',
选择: 'Select',
提交: 'Submit',
强退: 'Quit',
取消配盘: 'Cancel Allocation',
自动配盘: 'Auto Allocation',
生成任务: 'Create Task',
//系统
账号密码登录: 'Account Login with Password',
请输入帐户名: 'Please enter your account name',
请输入密码: 'Please enter your password',
登录失败: 'Login failed',
旧密码: 'Old Password',
请输入旧密码: 'Please input old password',
新密码: 'New Password',
请输入新密码: 'Please input new password',
确认新密码: 'Confirm New Password',
请确认新密码: 'Please confirm new password',
密码不匹配: 'Passwords do not match',
请选择: 'Please select',
语言设置: 'Language Settings',
主题设置: 'Theme Settings',
暗色菜单风格: 'Dark Mode Menu Style',
亮色菜单风格: 'Light Mode Menu Style',
其他设置: 'Other Settings',
色弱模式: 'Color Blindness Mode',
多页签模式: 'Multi-tab Mode',
退出登录: 'Logout',
欢迎您: 'Welcome!',
早上好: 'Good morning',
上午好: 'Good morning',
中午好: 'Good afternoon',
下午好: 'Good afternoon',
晚上好: 'Good evening',
请求出现错误请稍后再试: 'Request encountered an error, please try again later',
系统提示: 'System Message',
系统设置: 'System Settings',
密码修改: 'Password Change',
首页: 'Home',
清理缓存: 'Clear Cache',
缓存刷新完成: 'Cache Refreshed',
缓存刷新失败: 'Cache Refresh Failed',
消息: 'Message',
真的要注销登录吗: 'Are you sure you want to log out?',
创建时间: "Create Time",
更新时间: "Update Time",
操作: "Options",
备注: "Remark",
批次: 'Batch',
请输入批次: 'Please input batch',
内容: 'content',
等级: 'level',
//接口日志
接口名称: 'API Name',
请输入接口名称: 'Please input API name',
请求类型: 'API Method',
请输入请求类型: 'Please input API method',
请求方IP: 'Request IP',
请输入请求方IP: 'Please input request IP',
请求方名称: 'Request From',
请输入请求方名称: 'Please input request from',
响应方名称: 'Response By',
请输入响应方名称: 'Please input response by',
请求地址: 'Request Url',
请输入请求地址: 'Please input request url',
响应耗时: 'Duration (ms)',
请输入响应耗时: 'Please input duration (ms)',
业务响应码: 'Status Code',
请输入业务响应码: 'Please input status code',
请求时间: 'Request Time',
请选择开始时间: 'Please select start time',
请选择结束时间: 'Please select end time',
请求内容: 'Request Body',
响应方: 'Response By',
响应内容: 'Response Body',
响应时间: 'Response Time',
loca: 'Exception Stack',
//参数 parameter
参数名称: 'Name',
请输入参数名称: 'Please input name',
参数键名: 'Code',
请输入参数键名: 'Please input code',
参数键值: 'Value',
请输入参数键值: 'Please input value',
//接口地址
接口名称: 'API Name',
请输入接口名称: 'Please input API name',
接口编码: 'API Code',
请输入接口编码: 'Please input API code',
接口地址: 'API Url',
请输入接口地址: 'Please input API url',
//菜单翻译
关联表名: 'Relate Table',
关联ID: 'Relate ID',
中文: 'Chinese',
请输入中文: 'Please input chinese',
英语: 'English',
请输入英语: 'Please input english',
//用户
用户账号: 'User Account',
用户姓名: 'User Name',
工号: 'Employee No',
性别: 'Sex',
头像: 'Avatar',
生日: 'Birth day',
手机号: 'Phone Number',
邮箱: 'Email',
所属仓库: 'Warehouse',
请输入账号查询: 'Please input User Account',
状态: 'Status',
操作: 'Operation',
任务类型: 'Task Type',
容器编码: 'Container',
}