Skip to content

Commit

Permalink
feat(i18n): update zh_CN translations
Browse files Browse the repository at this point in the history
  • Loading branch information
stout-ni committed Mar 24, 2024
1 parent 1ac4485 commit bdec828
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions locales/zh_CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"help": "使用的 ARIA 角色必须符合有效的值"
},
"aria-text": {
"description": "确保 role=\"text\" 用于没有任何可聚焦后代的元素",
"description": "确保使用 role=\"text\" 的元素没有任何可聚焦后代",
"help": "\"role=text\" 应该没有任何可聚焦的后代"
},
"aria-toggle-field-name": {
Expand All @@ -98,12 +98,12 @@
"help": "ARIA 树项目节点应有一个可访问名称"
},
"aria-valid-attr-value": {
"description": "确保所有 ARIA 属性都包含有效值",
"help": "ARIA 属性必须符合有效值"
"description": "确保所有 ARIA 属性值都是有效的",
"help": "ARIA 属性值必须有效"
},
"aria-valid-attr": {
"description": "确保以 aria- 开头的属性是有效的 ARIA 属性",
"help": "ARIA 属性必须符合有效名称"
"help": "ARIA 属性名称必须有效"
},
"audio-caption": {
"description": "确保 <audio> 元素有字幕",
Expand All @@ -127,7 +127,7 @@
},
"bypass": {
"description": "确保每个页面至少有一种机制,使用户能够绕过导航直接跳转到内容",
"help": "页面必须有方法绕过重复的块"
"help": "页面必须有方法绕过重复的部分"
},
"color-contrast-enhanced": {
"description": "确保前景色与背景色之间的对比度满足 WCAG 2 AAA 增强对比度比率阈值",
Expand Down Expand Up @@ -391,7 +391,7 @@
},
"target-size": {
"description": "确保触摸目标有足够的大小和空间",
"help": "所有触摸目标必须为 24px,或留出足够的空间"
"help": "所有触摸目标的大小必须为 24px,或留出足够的空间"
},
"td-has-header": {
"description": "确保大于 3 x 3 的 <table> 中每个非空数据单元格都有一个或多个表头",
Expand Down

0 comments on commit bdec828

Please sign in to comment.