Commit 07e30141516cddb617f51a3b39313a8ed4187cc8

Authored by Andrew Shvayka
Committed by GitHub
2 parents 6cf7b35b 4591d168

Merge pull request #798 from jacklicn/patch-2

Add Chinese translation for audit-log.
@@ -280,6 +280,38 @@ export default function addLocaleChinese(locales) { @@ -280,6 +280,38 @@ export default function addLocaleChinese(locales) {
280 "selected-attributes": "{ count, select, 1 {1 属性} other {# 属性} } 被选中", 280 "selected-attributes": "{ count, select, 1 {1 属性} other {# 属性} } 被选中",
281 "selected-telemetry": "{ count, select, 1 {1 遥测} other {# 遥测} } 被选中" 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 "confirm-on-exit": { 315 "confirm-on-exit": {
284 "message": "您有未保存的更改。确定要离开此页吗?", 316 "message": "您有未保存的更改。确定要离开此页吗?",
285 "html-message": "您有未保存的更改。<br/> 确定要离开此页面吗?", 317 "html-message": "您有未保存的更改。<br/> 确定要离开此页面吗?",