account.ts
8.95 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
207
208
209
210
211
212
213
214
215
export default {
// 账号管理-菜单管理
// 菜单名称
'manage.account.menu.menuName': 'Menu name',
// 请输入菜单名称
'manage.account.menu.menuNamePlaceholder': 'Please enter……',
// 新建菜单
'manage.account.menu.newMenu': 'New menu',
// 配置企业菜单
'manage.account.menu.enterprisemenu': 'Configuring the Enterprise Menu',
// 目录
'manage.account.menu.menuCatalogue': 'catalogue',
// 菜单
'manage.account.menu.menuText': 'menu',
// 按钮
'manage.account.menu.menuButton': 'button',
// 显示
'manage.account.menu.menuReveal': 'reveal',
// 隐藏
'manage.account.menu.menuHidden': 'hidden',
// 添加菜单
'manage.account.menu.addMenu': 'Add menu',
// 模块类型
'manage.account.menu.moduleType': 'Module type',
// 请选择模块类型
'manage.account.menu.moduleTypeSelect': 'Please select a module type',
// 请输入汉字、字母或数字,最多20字符
'manage.account.menu.menuNameTip': 'Please enter Chinese characters, letters or numbers, up to 20 characters',
// 上级目录
'manage.account.menu.parentDirectory': 'Parent directory',
// 根目录
'manage.account.menu.rootDirectory': 'Root directory',
// 菜单类型
'manage.account.menu.menuType': 'Menu type',
// 菜单图标
'manage.account.menu.menuIcon': 'Menu icon',
// 点击此处选择图标
'manage.account.menu.chooseIcon': 'Click here to select the icon',
// 路由地址
'manage.account.menu.routingAddress': 'Routing address',
// 访问的路由地址,如;/system/user
'manage.account.menu.routeAddressTip': 'Route address for access',
// 组件路径
'manage.account.menu.componentPath': 'Component path',
// 访问的组件路径,如:`system/user/index`
'manage.account.menu.componentPathTip': `Access to the component path`,
// 权限字符
'manage.account.menu.permissionCharacter': 'Permission character',
// 控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasPermi('system:user:list')`)
'manage.account.menu.characterTip': 'Permission character defined in the controller',
// 路由参数
'manage.account.menu.routeParameter': 'Route parameter',
// 访问路由的默认传递参数,如:`{"id": 1, "name": "ry"}`
'manage.account.menu.routeParameterTip': 'The default delivery parameter of the access route',
// 显示顺序
'manage.account.menu.displaySequence': 'Display sequence',
// 显示状态
'manage.account.menu.displayStatus': 'Display status',
// 选择隐藏则路由将不会出现在侧边栏,但仍然可以访问
'manage.account.menu.displayStatusTip': 'Select Hide and the route will not appear in the sidebar, but will still be accessible',
// 菜单状态
'manage.account.menu.menuStatus': 'Menu status',
// 选择停用则路由将不会出现在侧边栏,也不能被访问
'manage.account.menu.menuStatusTip': 'If disabled is selected, the route will not appear in the sidebar and cannot be accessed',
// 你确定要【删除】当前记录吗?
'manage.account.menu.deleteTip': 'Are you sure you want to delete the current record?',
// 账号管理-数据权限
// 站点名称
'manage.account.authority.siteName': 'Site name',
// 请输入站点名称
'manage.account.authority.siteNamePlaceholder': 'Please enter the site name',
// 企业
'manage.account.authority.firm': 'firm',
// 分组
'manage.account.authority.group': 'group',
// 站点
'manage.account.authority.site': 'site',
// 查看成员
'manage.account.authority.viewMember': 'View member',
// 数据权限人员
'manage.account.authority.permissionMember': 'Data permission member',
// 账号管理-角色管理
// 角色名称
'manage.account.role.roleName': 'Role name',
// 请输入角色名称,支持模糊查询
'manage.account.role.roleNamePlaceholder': 'Please enter a role name',
// 新建角色
'manage.account.role.creatingRole': 'New role',
// 数据权限
'manage.account.role.dataPermission': 'Data permission',
// 编辑角色
'manage.account.role.editorRole': 'Editor role',
// 新增角色
'manage.account.role.addRole': 'Add role',
// 角色信息
'manage.account.role.roleInformation': 'Role information',
// 权限字符
'manage.account.role.PermissionCharacter': 'Permission character',
// 控制器中定义的权限字符,如:@PreAuthorize(`@ss.hasRole('admin')`)
'manage.account.role.roleCharacterTip': 'Permission character defined in the controller',
// 启用状态
'manage.account.role.enabledState': 'Enabled state',
// 备注说明
'manage.account.role.remarks': 'remarks',
// 请输入备注说明,最多不能超过200字
'manage.account.role.remarksTip': 'Please enter remarks, maximum 200 words',
// 菜单权限
'manage.account.role.MenuPermissions': 'Menu permissions',
// 请选择菜单权限
'manage.account.role.menuPermissionSelect': 'Please select menu permissions',
// 菜单
'manage.account.role.menuLabel': 'menu',
// 请选择权限范围
'manage.account.role.permissionTip': 'Please select a permission range',
// 角色成员
'manage.account.role.roleMember': 'Role member',
// 添加用户
'manage.account.role.addUser': 'Add user',
// 取消授权
'manage.account.role.CancelAuthorization': 'Cancel authorization',
// 请选择用户
'manage.account.role.userSelect': 'Please select User',
// 用户姓名
'manage.account.role.userName': 'User name',
// 手机号码
'manage.account.role.phoneNumber': 'Phone number',
// 添加选中用户
'manage.account.role.addSelectedUsers': 'Add selected users',
// 账号管理-岗位管理
// 岗位名称
'manage.account.post.jobTitle': 'Job title',
// 请输入岗位名称,支持模糊查询
'manage.account.post.jobTitlePlaceholder': 'Please enter the job title',
// 新建岗位
'manage.account.post.newJob': 'New job',
// 编辑岗位
'manage.account.post.editorialPost': 'Editorial post',
// 添加岗位
'manage.account.post.addPost': 'Add a post',
// 请输入汉字、字母或数字,最多20字符
'manage.account.post.titleMaximumPlaceholder': 'Please enter Chinese characters, letters or numbers, up to 20 characters',
// 岗位编码
'manage.account.post.postCode': 'Post code',
// 请输入字母或数字,最多20字符
'manage.account.post.postCodePlaceholder': 'Please enter letters or numbers, up to 20 characters',
// 岗位状态
'manage.account.post.positionStatus': 'Position status',
// 备注说明
'manage.account.post.remarks': 'remarks',
// 请输入备注说明,最多不能超过200字
'manage.account.post.remarksPlaceholder': 'Please enter remarks, maximum 200 words',
// 账号管理-用户管理
// 用户姓名
'manage.account.user.userName': 'User name',
// 请输入用户姓名,支持模糊查询
'manage.account.user.userNamePlaceholder': 'Please enter the user name',
// 手机号码
'manage.account.user.phoneNumber': 'Phone number',
// 请输入手机号码,支持模糊查询
'manage.account.user.numberPlaceholder': 'Please enter your mobile number',
// 组织架构
'manage.account.user.organizationChart': 'organization chart',
// 请选择组织架构
'manage.account.user.chartPlaceholder': 'Please select an organizational chart',
// 用户岗位
'manage.account.user.userPost': 'User post',
// 请选择用户岗位
'manage.account.user.userPostPlaceholder': 'Please select user post',
// 新建用户
'manage.account.user.newUser': 'New user',
// 修改密码
'manage.account.user.changePassword': 'Change password',
// 编辑用户
'manage.account.user.editUser': 'Edit user',
// 新增用户
'manage.account.user.addUser': 'Add user',
// 登录账号
'manage.account.user.loginAccount': 'Login account',
// 登录密码
'manage.account.user.loginPassword': 'Login password',
// 密码确认
'manage.account.user.passwordConfirmation': 'Password confirmation',
// 联系邮箱
'manage.account.user.contactEmail': 'Contact email',
// 用户性别
'manage.account.user.userGender': 'User gender',
// 请选择性别
'manage.account.user.genderSelect': 'Please select gender',
// 所属岗位
'manage.account.user.position': 'Position to which one belongs',
// 请选择岗位
'manage.account.user.positionSelect': 'Please select a position',
// 所属部门
'manage.account.user.department': 'Subordinate department',
// 请选择部门
'manage.account.user.departmentSelect': 'Please select a department',
// 超级管理
'manage.account.user.superManagement': 'Super management',
// 启用状态
'manage.account.user.enabledState': 'Enabled state',
// 备注说明
'manage.account.user.remarks': 'remarks',
// 请输入备注说明,最多不能超过200字
'manage.account.user.remarksPlaceholder': 'Please enter remarks, maximum 200 words',
// 用户角色
'manage.account.user.userRole': 'User role',
// 请输入新密码
'manage.account.user.newPassword': 'Please enter your new password',
// 提示
'manage.account.user.tips': 'Tips',
}