en.js
7.83 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
export default {
route: {
首页: 'Dashboard',
个人中心: 'Profile',
通用: 'Universal',
用户管理: 'User Management',
角色管理: 'Role Management',
菜单管理: 'Menu Management',
部门管理: 'Department Management',
字典管理: 'Dictionary Management',
参数设置: 'Parameter Settings',
通知公告: 'Announcement',
日志管理: 'Log',
操作日志: 'operlog',
登录日志: 'Login Log',
接口日志: 'Interface Log',
配置: 'Configuration',
库存资料: 'Inventory Information',
仓库管理: 'Warehouse Management',
货主管理: 'Shipper Management',
区域管理: 'Area Management',
库区设置: 'Warehouse Area Settings',
库区容量: 'Storage Area Capacity',
物料: 'Materials',
物料管理: 'Material Management',
物料单位: 'Material Unit',
物料单位转换: 'Material Unit Conversion',
物料类型: 'Material Type',
库位: 'Location',
库位管理: 'Location Management',
库位类型: 'Location Type',
库位容器: 'Location Container',
容器: 'Container',
容器管理: 'Container Management',
容器类型: 'Container Type',
容器容量: 'Container Capacity',
站台管理: 'Site Management',
入库配置: 'Inbound Configuration',
供应商管理: 'Supplier Management',
入库首选项: 'Inbound Preferences',
入库单类型: 'Inbound Order Type',
入库规则配置: 'Warehousing Rule Configuration',
入库流程: 'Storage Process',
公司配置: 'Company Configuration',
出库配置: 'Outbound Configuration',
客户管理: 'Customer Management',
承运商管理: 'Carrier Management',
出库首选项: 'Outbound Preferences',
出库单类型: 'Outbound Order Type',
出库流程: 'Outgoing Process',
出库规则配置: 'Outbound Rule Configuration',
库存配置: 'Inventory Allocation',
盘点首选项: 'Inventory Preferences',
管理配置: 'Management Configuration',
系统参数配置: 'System Parameter Configuration',
入库: 'Warehousing',
入库单: 'Warehouse Receipt',
入库质检: 'Inbound Quality Inspection',
入库组盘: 'Storage Group Disk',
历史入库单: 'Historical Receipt',
出库: 'Ex-warehouse',
出库单: 'Outbound Order',
波次: 'Wave',
出库组盘: 'Outbound Group Disk',
任务下发: 'Task Issuance',
出库单历史: 'Outbound Order History',
库存: 'Inventory',
库存查看: 'Inventory View',
库存物料汇总: 'Stock Material Summary',
库存交易: 'Inventory Transaction',
在库质检: 'Quality Inspection In Warehouse',
盘点: 'Check',
调整单: 'Adjustment Sheet',
任务: 'Task',
上架任务: 'List Task',
拣货任务: 'Picking Task',
补货任务: 'Replenishment Task',
工作任务: 'Work Tasks',
质检任务: 'Quality Inspection Task',
移库任务: 'Move Library Task',
盘点任务: 'Inventory Task',
监控: 'Monitor',
库位监控: 'Location Monitoring',
定时任务: 'Timed Task',
Sentinel控制台: 'Sentinel Console',
Nacos控制台: 'Nacos Console',
Admin控制台: 'Admin Console',
管理: 'Management',
上传应用: 'Upload Application',
工具: 'Tool',
表单构建: 'Form Construction',
代码生成: 'Code Generation',
系统接口: 'System Interface',
预约列表: 'Appointment List',
预约: 'Reservation',
华恒: 'Huaheng',
库存变化表: 'Inventory Change sheet'
},
navbar: {
profile: 'Profile',
layout: 'Layout',
logOut: 'Log Out',
document: 'Document',
size: 'Global Size'
},
login: {
title: 'Huaheng Warehouse Management System',
logIn: 'Login',
loggingIn: 'Loggingin',
username: 'Username',
password: 'Password',
warehouse: 'Warehouse',
remember: 'Remember',
},
documentation: {
documentation: '文档',
github: 'Github 地址'
},
permission: {
addRole: '新增角色',
editPermission: '编辑权限',
roles: '你的权限',
switchRoles: '切换权限',
tips: '在某些情况下,不适合使用 v-permission。例如:Element-UI 的 el-tab 或 el-table-column 以及其它动态渲染 dom 的场景。你只能通过手动设置 v-if 来实现。',
delete: '删除',
confirm: '确定',
cancel: '取消'
},
guide: {
description: '引导页对于一些第一次进入项目的人很有用,你可以简单介绍下项目的功能。本 Demo 是基于',
button: '打开引导'
},
components: {
documentation: '文档',
tinymceTips: '富文本是管理后台一个核心的功能,但同时又是一个有很多坑的地方。在选择富文本的过程中我也走了不少的弯路,市面上常见的富文本都基本用过了,最终权衡了一下选择了Tinymce。更详细的富文本比较和介绍见',
dropzoneTips: '由于我司业务有特殊需求,而且要传七牛 所以没用第三方,选择了自己封装。代码非常的简单,具体代码你可以在这里看到 @/components/Dropzone',
stickyTips: '当页面滚动到预设的位置会吸附在顶部',
backToTopTips1: '页面滚动到指定位置会在右下角出现返回顶部按钮',
backToTopTips2: '可自定义按钮的样式、show/hide、出现的高度、返回的位置 如需文字提示,可在外部使用Element的el-tooltip元素',
imageUploadTips: '由于我在使用时它只有vue@1版本,而且和mockjs不兼容,所以自己改造了一下,如果大家要使用的话,优先还是使用官方版本。'
},
table: {
dynamicTips1: '固定表头, 按照表头顺序排序',
dynamicTips2: '不固定表头, 按照点击顺序排序',
dragTips1: '默认顺序',
dragTips2: '拖拽后顺序',
title: '标题',
importance: '重要性',
type: '类型',
remark: '点评',
search: '搜索',
add: '添加',
export: '导出',
reviewer: '审核人',
id: '序号',
date: '时间',
author: '作者',
readings: '阅读数',
status: '状态',
actions: '操作',
edit: '编辑',
publish: '发布',
draft: '草稿',
delete: '删除',
cancel: '取 消',
confirm: '确 定'
},
example: {
warning: '创建和编辑页面是不能被 keep-alive 缓存的,因为keep-alive 的 include 目前不支持根据路由来缓存,所以目前都是基于 component name 来进行缓存的。如果你想类似的实现缓存效果,可以使用 localStorage 等浏览器缓存方案。或者不要使用 keep-alive 的 include,直接缓存所有页面。详情见'
},
errorLog: {
tips: '请点击右上角bug小图标',
description: '现在的管理后台基本都是spa的形式了,它增强了用户体验,但同时也会增加页面出问题的可能性,可能一个小小的疏忽就导致整个页面的死锁。好在 Vue 官网提供了一个方法来捕获处理异常,你可以在其中进行错误处理或者异常上报。',
documentation: '文档介绍'
},
excel: {
export: '导出',
selectedExport: '导出已选择项',
placeholder: '请输入文件名(默认excel-list)'
},
zip: {
export: '导出',
placeholder: '请输入文件名(默认file)'
},
pdf: {
tips: '这里使用 window.print() 来实现下载pdf的功能'
},
theme: {
change: '换肤',
documentation: '换肤文档',
tips: 'Tips: 它区别于 navbar 上的 theme-pick, 是两种不同的换肤方法,各自有不同的应用场景,具体请参考文档。'
},
tagsView: {
refreshPage: 'Refresh Page',
closeCurrent: 'Close Current',
closeOthers: 'Close Others',
closeAll: 'Close All'
},
settings: {
title: 'Page style setting',
theme: 'Theme Color',
tagsViews: 'Open Tags-Views',
fixedHeader: 'Fixed Header',
sidebarLogo: 'Show Logo'
}
}