# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. ### These strings are used inside the Accessibility panel. accessibility-learn-more = 详细了解 accessibility-text-label-header = 文本标签和名称 accessibility-keyboard-header = 键盘 ## Text entries that are used as text alternative for icons that depict accessibility isses. ## These strings are used in the overlay displayed when running an audit in the accessibility panel accessibility-progress-initializing = 正在初始化… .aria-valuetext = 正在初始化… # This string is displayed in the audit progress bar in the accessibility panel. # Variables: # $nodeCount (Integer) - The number of nodes for which the audit was run so far. accessibility-progress-progressbar = 检查 { $nodeCount } 个节点 accessibility-progress-finishing = 即将完成… .aria-valuetext = 即将完成… ## Text entries that are used as text alternative for icons that depict accessibility issues. accessibility-warning = .alt = 警告 accessibility-fail = .alt = 错误 accessibility-best-practices = .alt = 最佳实践 ## Text entries for a paragraph used in the accessibility panel sidebar's checks section ## that describe that currently selected accessible object has an accessibility issue ## with its text label or accessible name. accessibility-text-label-issue-area = 请使用 alt 属性标注带有 href 属性的
area
元素。详细了解 accessibility-text-label-issue-dialog = 对话框应附有文本标签。详细了解 accessibility-text-label-issue-document-title = 文档(Documents)必须要有 title(标题)。详细了解 accessibility-text-label-issue-embed = 嵌入式内容必须附有文本标签。详细了解 accessibility-text-label-issue-figure = 带有可选说明文字的数字应该有文本标签。了解详情 accessibility-text-label-issue-fieldset = fieldset 元素必须附有文本标签。详细了解 accessibility-text-label-issue-fieldset-legend2 = 使用 legend 元素为 fieldset 提供文本标签。详细了解 accessibility-text-label-issue-form = 表单元素必须附有文本标签。详细了解 accessibility-text-label-issue-form-visible = 表单元素应该有一个可见的文本标签。了解详情 accessibility-text-label-issue-frame = frame(框架)元素必须附有文本标签。了解详情 accessibility-text-label-issue-glyph = 使用 alt 属性给 mglyph 元素提供文本标签。详细了解 accessibility-text-label-issue-heading = 标题(Heading)必须附有文本标签。详细了解 accessibility-text-label-issue-heading-content = 标题(Heading)应该有可见的文本内容。详细了解 accessibility-text-label-issue-iframe = 使用 title 属性描述 iframe(框架)的内容。详细了解 accessibility-text-label-issue-image = 包含图像的内容必须附有文本标签。详细了解 accessibility-text-label-issue-interactive = 交互式元素必须附有文本标签。详细了解 accessibility-text-label-issue-optgroup-label2 = 使用 label 属性为 optgroup 提供文本标签。详细了解 accessibility-text-label-issue-toolbar = 当有超过一个工具栏时,工具栏必须附有文本标签。详细了解 ## Text entries for a paragraph used in the accessibility panel sidebar's checks section ## that describe that currently selected accessible object has a keyboard accessibility ## issue. accessibility-keyboard-issue-semantics = 可聚焦元素应有交互式语义。详细了解 accessibility-keyboard-issue-tabindex = 避免使用大于 0 的 tabindex 属性。详细了解 accessibility-keyboard-issue-action = 交互式元素必须可用键盘激活。详细了解 accessibility-keyboard-issue-focusable = 交互式元素必须可被聚焦。详细了解 accessibility-keyboard-issue-focus-visible = 可聚焦元素可能缺少聚焦样式。详细了解 accessibility-keyboard-issue-mouse-only = 可点击元素必须可被聚焦,且应有交互式语义。详细了解