Commit 07e30141516cddb617f51a3b39313a8ed4187cc8
Committed by
GitHub
Merge pull request #798 from jacklicn/patch-2
Add Chinese translation for audit-log.
Showing
1 changed file
with
32 additions
and
0 deletions
... | ... | @@ -280,6 +280,38 @@ export default function addLocaleChinese(locales) { |
280 | 280 | "selected-attributes": "{ count, select, 1 {1 属性} other {# 属性} } 被选中", |
281 | 281 | "selected-telemetry": "{ count, select, 1 {1 遥测} other {# 遥测} } 被选中" |
282 | 282 | }, |
283 | + "audit-log": { | |
284 | + "audit": "审计", | |
285 | + "audit-logs": "审计日志", | |
286 | + "timestamp": "时间戳", | |
287 | + "entity-type": "实体类型", | |
288 | + "entity-name": "实体名称", | |
289 | + "user": "用户", | |
290 | + "type": "类型", | |
291 | + "status": "状态", | |
292 | + "details": "详情", | |
293 | + "type-added": "添加", | |
294 | + "type-deleted": "删除", | |
295 | + "type-updated": "更新", | |
296 | + "type-attributes-updated": "更新属性", | |
297 | + "type-attributes-deleted": "删除属性", | |
298 | + "type-rpc-call": "RPC调用", | |
299 | + "type-credentials-updated": "更新凭证", | |
300 | + "type-assigned-to-customer": "分配给客户", | |
301 | + "type-unassigned-from-customer": "未分配给客户", | |
302 | + "type-activated": "激活", | |
303 | + "type-suspended": "暂停", | |
304 | + "type-credentials-read": "读取凭证", | |
305 | + "type-attributes-read": "读取属性", | |
306 | + "status-success": "成功", | |
307 | + "status-failure": "失败", | |
308 | + "audit-log-details": "审计日志详情", | |
309 | + "no-audit-logs-prompt": "找不到日志", | |
310 | + "action-data": "活动数据", | |
311 | + "failure-details": "失败详情", | |
312 | + "search": "查找审计日志", | |
313 | + "clear-search": "清空查找" | |
314 | + }, | |
283 | 315 | "confirm-on-exit": { |
284 | 316 | "message": "您有未保存的更改。确定要离开此页吗?", |
285 | 317 | "html-message": "您有未保存的更改。<br/> 确定要离开此页面吗?", | ... | ... |