summaryrefslogtreecommitdiffstats
path: root/l10n-zh-TW/devtools/client/accessibility.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'l10n-zh-TW/devtools/client/accessibility.ftl')
-rw-r--r--l10n-zh-TW/devtools/client/accessibility.ftl95
1 files changed, 95 insertions, 0 deletions
diff --git a/l10n-zh-TW/devtools/client/accessibility.ftl b/l10n-zh-TW/devtools/client/accessibility.ftl
new file mode 100644
index 0000000000..4af327e2a2
--- /dev/null
+++ b/l10n-zh-TW/devtools/client/accessibility.ftl
@@ -0,0 +1,95 @@
+# 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 = 使用 <code>alt</code> 屬性來標示含有 <span>href</span> 屬性的 <div>area</div> 元素。<a>了解更多</a>
+
+accessibility-text-label-issue-dialog = 對話框中應該加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-document-title = 文件必須包含 <code>title</code> 元素。<a>了解更多</a>
+
+accessibility-text-label-issue-embed = 嵌入內容必須加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-figure = 含有標題的圖表項目應該加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-fieldset = <code>fieldset</code> 元素應該加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-fieldset-legend2 = 使用 <code>legend</code> 元素來為 <span>fieldset</span> 加上標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-form = 表單元素必須加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-form-visible = 表單元素應該含有可見的文字標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-frame = <code>frame</code> 元素必須加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-glyph = 使用 <code>alt</code> 屬性來為 <span>mglyph</span> 元素加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-heading = 標題必須含有標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-heading-content = 標題應該有可見的文字內容。<a>了解更多</a>
+
+accessibility-text-label-issue-iframe = 使用 <code>title</code> 屬性來說明 <span>iframe</span> 當中的內容。<a>了解更多</a>
+
+accessibility-text-label-issue-image = 包含圖片的內容必須加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-interactive = 互動式元素必須加入標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-optgroup-label2 = 使用 <code>label</code> 屬性來為 <span>optgroup</span> 加上標籤。<a>了解更多</a>
+
+accessibility-text-label-issue-toolbar = 有超過一個工具列時,必須為所有工具列加入標籤。<a>了解更多</a>
+
+## 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 = 可聚焦的元素,應有互動語意。<a>了解更多</a>
+
+accessibility-keyboard-issue-tabindex = 避免使用大於 0 的 <code>tabindex</code> 屬性。<a>了解更多</a>
+
+accessibility-keyboard-issue-action = 互動式元素必須可用鍵盤作動。<a>了解更多</a>
+
+accessibility-keyboard-issue-focusable = 互動式元素必須可聚焦。<a>了解更多</a>
+
+accessibility-keyboard-issue-focus-visible = 可聚焦元素可能缺少聚焦樣式。<a>了解更多</a>
+
+accessibility-keyboard-issue-mouse-only = 可點擊的元素需可聚焦,且應有互動語意。<a>了解更多</a>