-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzh-CN.json
More file actions
441 lines (441 loc) · 16.5 KB
/
zh-CN.json
File metadata and controls
441 lines (441 loc) · 16.5 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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
{
"common": {
"login": "登录",
"logout": "退出",
"register": "注册",
"cancel": "取消",
"confirm": "确认",
"save": "保存",
"delete": "删除",
"edit": "编辑",
"create": "新增",
"search": "搜索",
"reset": "重置",
"submit": "提交",
"back": "返回",
"close": "关闭",
"detail": "详情",
"view": "查看",
"home": "首页",
"system": "系统",
"user": "用户",
"role": "角色",
"permission": "权限",
"audit": "审计",
"selectLanguage": "选择语言",
"none": "无",
"enabled": "启用",
"disabled": "禁用",
"group": "用户组",
"tip": "提示",
"list": "列表",
"code": "代码",
"operation": "操作",
"systemConfig": "系统配置",
"closeConfig": "关闭配置",
"clearCache": "清空缓存",
"clearCacheAndLogout": "清空缓存并返回登录页"
},
"button": {
"login": "登录",
"logout": "退出",
"register": "注册",
"cancel": "取消",
"confirm": "确认",
"save": "保存",
"delete": "删除",
"edit": "编辑",
"batchDelete": "批量删除",
"create": "新增",
"search": "搜索",
"reset": "重置",
"submit": "提交",
"back": "返回",
"close": "关闭",
"detail": "详情",
"view": "查看",
"copy": "复制"
},
"message": {
"success": "成功",
"error": "错误",
"warning": "警告",
"info": "信息",
"loginSuccess": "登录成功",
"loginFailed": "登录失败",
"deleteConfirm": "确认删除吗?",
"operationSuccess": "操作成功",
"operationFailed": "操作失败",
"systemPermissionCannotDelete": "系统权限无法删除",
"routeInitFailed": "路由初始化失败",
"requiredUsername": "请输入账号",
"requiredPassword": "请输入密码",
"usernameLengthError": "用户名长度应为1-20个字符",
"passwordFormatError": "密码格式应为8-18位数字、字母、符号的任意两种组合",
"getPermissionListFailed": "获取权限列表失败",
"getGroupDetailFailed": "获取用户组详情失败",
"getGroupListFailed": "获取用户组列表失败",
"getUserListFailed": "获取用户列表失败",
"getRoleListFailed": "获取角色列表失败",
"searchUserFailed": "搜索用户失败",
"updateSuccess": "更新成功",
"updateFailed": "更新失败",
"noPermissionToViewGroupDetail": "您没有权限查看用户组详情",
"noPermissionToAccessPage": "您没有权限访问该页面",
"deleteFailed": "删除失败",
"createSuccess": "新增成功",
"editSuccess": "编辑成功",
"createFailed": "新增失败",
"editFailed": "编辑失败",
"batchDeleteConfirm": "确定要删除选中的权限吗?",
"changePasswordSuccess": "密码修改成功",
"changePasswordFailed": "密码修改失败",
"passwordCopiedToClipboard": "密码已复制到剪贴板",
"copyFailedManual": "复制失败,请手动复制",
"getUserDetailFailed": "获取用户详情失败",
"getUserPermissionJsonFailed": "获取用户权限JSON失败",
"noPermissionToViewUserDetail": "您没有权限查看用户详情",
"deleteSuccess": "删除成功",
"noPermissionToViewUserList": "您没有权限查看用户列表",
"passwordConfigSaved": "密码配置保存成功",
"ldapConfigSaved": "LDAP配置保存成功",
"ldapConnectionTestSuccess": "LDAP连接测试成功",
"ldapConnectionTestFailed": "LDAP连接测试失败",
"securityConfigSaved": "安全配置保存成功",
"getPasswordConfigFailed": "获取密码配置失败",
"getLdapConfigFailed": "获取LDAP配置失败",
"getSecurityConfigFailed": "获取安全配置失败",
"savePasswordConfigFailed": "保存密码配置失败",
"saveLdapConfigFailed": "保存LDAP配置失败",
"saveSecurityConfigFailed": "保存安全配置失败",
"passwordMinLengthRequired": "请输入密码最小长度",
"passwordMaxLengthRequired": "请输入密码最大长度",
"allowedSpecialCharsRequired": "请输入允许的特殊字符",
"serverHostRequired": "请输入服务器地址",
"baseDnRequired": "请输入基础DN",
"adminDnRequired": "请输入管理员DN",
"maxLoginAttemptsRequired": "请输入最大登录尝试次数",
"lockoutDurationRequired": "请输入锁定时间",
"getClientListFailed": "获取OAuth2客户端列表失败",
"getClientDetailFailed": "获取OAuth2客户端详情失败",
"noPermissionToViewOauth2ClientList": "您没有权限查看OAuth2客户端列表",
"noPermissionToViewOauth2Client": "您没有权限查看OAuth2客户端详情",
"missingClientId": "缺少客户端ID参数",
"clientSecretGeneratedNotice": "请立即保存客户端密钥,之后将无法再次查看",
"noContentToCopy": "没有内容可复制",
"resetClientSecretConfirm": "确定要重置客户端密钥吗?重置后现有密钥将失效。",
"clientSecretResetSuccess": "客户端密钥重置成功",
"clientSecretResetFailed": "客户端密钥重置失败"
},
"page": {
"title": {
"login": "用户登录",
"home": "首页",
"system": "系统管理",
"group": "用户组管理",
"user": "用户管理",
"role": "角色管理",
"permission": "权限管理",
"audit": "审计日志",
"oauth2": "OAuth2管理",
"welcome": "欢迎来到"
},
"oauth2": {
"detail": "客户端详情",
"clientId": "客户端ID",
"clientName": "客户端名称",
"clientSecret": "客户端密钥",
"clientSecretHelp": "客户端密钥仅在创建时显示,请妥善保管",
"grantTypes": "授权类型",
"responseTypes": "响应类型",
"redirectUris": "重定向URI",
"scope": "授权范围",
"tokenAuthMethod": "令牌认证方式",
"enterClientId": "请输入客户端ID",
"enterClientName": "请输入客户端名称",
"enterClientSecret": "请输入客户端密钥",
"selectGrantTypes": "请选择授权类型",
"selectResponseTypes": "请选择响应类型",
"enterRedirectUris": "请输入重定向URI,每行一个",
"enterScope": "请输入授权范围",
"selectTokenAuthMethod": "请选择令牌认证方式",
"redirectUrisHelp": "每行输入一个重定向URI,例如: https://example.com/callback",
"scopeHelp": "多个范围用空格分隔,例如: openid profile email",
"clientIdLengthError": "客户端ID长度应在3-50个字符之间",
"searchClientId": "搜索客户端ID",
"searchClientName": "搜索客户端名称"
},
"user": {
"detail": "用户详情",
"config": "用户配置",
"username": "用户名",
"nickname": "昵称",
"email": "邮箱",
"phone": "电话",
"status": "状态",
"role": "角色",
"group": "用户组",
"department": "部门",
"lastLoginTime": "最后登录时间",
"createTime": "创建时间",
"updateTime": "更新时间",
"changePassword": "修改密码",
"enterCurrentPassword": "请输入当前密码",
"enterNewPassword": "请输入新密码",
"enterConfirmPassword": "请确认新密码",
"newPasswordMinLength": "新密码长度至少6位",
"confirmPasswordNotMatch": "确认密码与新密码不一致",
"resetPassword": "重置密码",
"resetPasswordButton": "重置密码",
"changePasswordButton": "修改密码",
"enterUsername": "请输入用户名",
"enterNickname": "请输入昵称",
"enterPhone": "请输入电话",
"enterEmail": "请输入邮箱",
"selectRolePlaceholder": "请选择角色",
"selectPermissionPlaceholder": "请选择权限",
"roleList": "角色列表",
"userGroupList": "用户组列表",
"groupName": "用户组名称",
"permissionList": "权限列表",
"permissionName": "权限名称",
"userPermissionJson": "用户权限JSON",
"showGeneratedPassword": "显示生成密码",
"generatedPasswordPlaceholder": "生成的密码",
"passwordResetSuccess": "重置密码成功",
"passwordGeneratedNotice": "新密码已生成,请告知用户及时修改密码。",
"roleName": "角色名称",
"searchSection": "搜索区域",
"keyword": "关键词",
"searchUserPlaceholder": "搜索用户名/昵称/电话/邮箱",
"tableSection": "表格区域",
"addEditDialog": "新增/编辑对话框",
"permissionManagement": "权限管理",
"enterPassword": "请输入密码",
"batchDelete": "批量删除",
"passwordConfig": "密码强度配置",
"passwordMinLength": "密码最小长度",
"passwordMinLengthHelp": "密码最小长度",
"passwordMaxLength": "密码最大长度",
"passwordMaxLengthHelp": "密码最大长度",
"requireUppercase": "需要大写字母",
"requireUppercaseHelp": "是否要求密码包含大写字母",
"requireLowercase": "需要小写字母",
"requireLowercaseHelp": "是否要求密码包含小写字母",
"requireNumbers": "需要数字",
"requireNumbersHelp": "是否要求密码包含数字",
"requireSpecialChars": "需要特殊字符",
"requireSpecialCharsHelp": "是否要求密码包含特殊字符",
"allowedSpecialChars": "允许的特殊字符",
"allowedSpecialCharsHelp": "指定允许使用的特殊字符列表",
"savePasswordConfig": "保存密码强度配置",
"securityConfig": "安全配置",
"maxLoginAttempts": "失败登录次数限制",
"maxLoginAttemptsPlaceholder": "最大失败登录尝试次数",
"maxLoginAttemptsHelp": "用户登录失败达到此次数后将被锁定",
"lockoutDuration": "登录锁定时间(分钟)",
"lockoutDurationPlaceholder": "锁定时间(分钟)",
"lockoutDurationHelp": "账户被锁定的时间长度",
"saveSecurityConfig": "保存安全配置",
"ldapConfig": "LDAP配置",
"enableLdapAuth": "启用LDAP认证",
"ldapType": "LDAP类型",
"ldapTypePlaceholder": "选择LDAP类型",
"ldapTypeHelp": "选择您使用的LDAP服务器类型",
"activeDirectory": "Active Directory",
"openldap": "OpenLDAP",
"serverHost": "服务器主机",
"serverHostPlaceholder": "例如: ldap.example.com",
"serverPort": "服务器端口",
"serverPortPlaceholder": "端口号",
"baseDn": "基础DN",
"baseDnPlaceholder": "例如: dc=example,dc=com",
"adminDn": "管理员DN",
"adminDnPlaceholder": "例如: cn=admin,dc=example,dc=com",
"adminPassword": "管理员密码",
"adminPasswordPlaceholder": "管理员密码",
"userSearchFilter": "用户搜索过滤器",
"userSearchFilterPlaceholder": "例如: (objectClass=user)",
"usernameAttr": "用户名属性",
"usernameAttrPlaceholder": "例如: sAMAccountName",
"displayNameAttr": "显示名属性",
"displayNameAttrPlaceholder": "例如: displayName",
"emailAttr": "邮箱属性",
"emailAttrPlaceholder": "例如: mail",
"saveLdapConfig": "保存配置",
"testConnection": "测试连接"
},
"group": {
"detail": "用户组详情",
"name": "用户组名称",
"parentGroup": "父级用户组",
"enterName": "请输入用户组名称",
"selectParentGroup": "请选择父级用户组",
"enterDescription": "请输入描述",
"searchUserPlaceholder": "请输入用户名搜索",
"selectRolePlaceholder": "请选择角色",
"selectPermissionPlaceholder": "请选择权限",
"userList": "用户列表",
"roleList": "角色列表",
"permissionList": "权限列表",
"keyword": "关键词",
"searchPlaceholder": "搜索用户组名称",
"description": "描述"
},
"role": {
"detail": "角色详情",
"name": "角色名称",
"code": "角色代码",
"description": "描述",
"permission": "权限",
"user": "用户",
"enterName": "请输入角色名称",
"enterCode": "请输入角色代码",
"enterDescription": "请输入描述",
"searchRolePlaceholder": "搜索角色名称/角色代码"
},
"permission": {
"detail": "权限详情",
"name": "权限名称",
"code": "权限代码",
"type": "权限类型",
"systemPermission": "系统权限",
"normalPermission": "普通权限",
"json": "权限JSON",
"enterJson": "请输入权限JSON",
"jsonFormatError": "JSON格式不正确",
"description": "描述",
"enterDescription": "请输入描述",
"keyword": "关键词",
"searchPlaceholder": "搜索权限名称/权限代码"
},
"audit": {
"detail": "操作详情",
"operator": "操作人",
"model": "模型名称",
"action": "操作类型",
"ip": "IP地址",
"time": "操作时间",
"content": "操作详情",
"keyword": "关键词",
"searchOperator": "搜索操作人",
"searchModelName": "搜索模型名称",
"selectActionType": "请选择操作类型",
"searchIp": "搜索IP地址",
"startDate": "开始日期",
"endDate": "结束日期",
"searchKeyword": "搜索操作人/记录ID",
"recordId": "记录ID"
}
},
"field": {
"username": "用户名",
"nickname": "昵称",
"password": "密码",
"email": "邮箱",
"phone": "电话",
"status": "状态",
"role": "角色",
"group": "用户组",
"department": "部门",
"lastLoginTime": "最后登录时间",
"createTime": "创建时间",
"updateTime": "更新时间",
"name": "名称",
"code": "代码",
"description": "描述",
"type": "类型",
"action": "操作",
"time": "时间",
"content": "内容",
"currentPassword": "当前密码",
"newPassword": "新密码",
"confirmPassword": "确认密码",
"roleName": "角色名称",
"permissionName": "权限名称",
"clientId": "客户端ID",
"clientName": "客户端名称",
"clientSecret": "客户端密钥",
"grantTypes": "授权类型",
"responseTypes": "响应类型",
"redirectUris": "重定向URI",
"scope": "授权范围",
"tokenAuthMethod": "令牌认证方式",
"createdAt": "创建时间"
},
"table": {
"actions": "操作",
"select": "选择",
"selectAll": "全选",
"operation": "操作"
},
"dialog": {
"title": {
"create": "新增",
"edit": "编辑",
"detail": "详情",
"delete": "删除确认"
},
"message": {
"deleteConfirm": "确认删除该条记录吗?",
"batchDeleteConfirm": "确认删除选中的记录吗?",
"systemPermissionCannotDelete": "选中的权限中包含系统权限,无法删除"
}
},
"component": {
"sidebar": {
"home": "首页",
"system": "系统管理",
"user": "用户管理",
"role": "角色管理",
"permission": "权限管理",
"audit": "审计日志",
"welcome": "欢迎页面"
},
"header": {
"changePassword": "修改密码",
"logout": "退出登录",
"profile": "个人资料"
}
},
"setting": {
"overallStyle": "整体风格",
"themeColor": "主题色",
"navMode": "导航模式",
"pageWidth": "页宽",
"tabStyle": "页签风格",
"interfaceDisplay": "界面显示",
"greyMode": "灰色模式",
"weakMode": "色弱模式",
"hideTabs": "隐藏标签页",
"hideFooter": "隐藏页脚",
"logo": "Logo",
"tabPersistence": "页签持久化",
"languageSwitch": "语言切换",
"on": "开",
"off": "关",
"dayTheme": "浅色",
"darkTheme": "深色",
"systemTheme": "自动",
"dayThemeTip": "清新启航,点亮舒适的工作界面",
"darkThemeTip": "月光序曲,沉醉于夜的静谧雅致",
"systemThemeTip": "同步时光,界面随晨昏自然呼应",
"smartTag": "灵动",
"cardTag": "卡片",
"chromeTag": "谷歌",
"smartTagTip": "灵动标签,添趣生辉",
"cardTagTip": "卡片标签,高效浏览",
"chromeTagTip": "谷歌风格,经典美观",
"fixedWidth": "固定",
"customWidth": "自定义",
"fixedWidthTip": "紧凑页面,轻松找到所需信息",
"customWidthTip": "最小1280、最大1600",
"navModeVerticalTip": "左侧菜单,亲切熟悉",
"navModeHorizontalTip": "顶部菜单,简洁概览",
"navModeMixTip": "混合菜单,灵活多变",
"language": {
"zh-CN": "简体中文",
"en-US": "English"
}
}
}