diff options
Diffstat (limited to 'l10n-zh-CN/dom/chrome/accessibility')
4 files changed, 224 insertions, 0 deletions
diff --git a/l10n-zh-CN/dom/chrome/accessibility/AccessFu.properties b/l10n-zh-CN/dom/chrome/accessibility/AccessFu.properties new file mode 100755 index 0000000000..022fb4c9dd --- /dev/null +++ b/l10n-zh-CN/dom/chrome/accessibility/AccessFu.properties @@ -0,0 +1,111 @@ +# 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/. + +# Roles +menubar = 菜单栏 +scrollbar = 滚动条 +grip = 抓手 +alert = 警告 +menupopup = 弹出菜单 +document = 文档 +pane = 窗格 +dialog = 对话框 +separator = 分隔符 +toolbar = 工具栏 +statusbar = 状态栏 +table = 表格 +columnheader = 列标题 +rowheader = 行标题 +column = 列 +row = 行 +cell = 单元格 +link = 链接 +list = 列表 +listitem = 列表项 +outline = 大纲 +outlineitem = 大纲项 +pagetab = 标签页 +propertypage = 属性页 +graphic = 图表 +switch = 切换 +pushbutton = 按钮 +checkbutton = 复选按钮 +radiobutton = 单选按钮 +combobox = 组合框 +progressbar = 进度条 +slider = 滑动块 +spinbutton = 旋钮 +diagram = 图表 +animation = 动画 +equation = 等式 +buttonmenu = 按钮菜单 +whitespace = 空白 +pagetablist = 标签页列表 +canvas = Canvas +checkmenuitem = 复选菜单项 +passwordtext = 密码文本 +radiomenuitem = 单选菜单项 +textcontainer = 文本容器 +togglebutton = 切换按钮 +treetable = 树状表 +header = 页眉 +footer = 页脚 +paragraph = 段落 +entry = 条目 +caption = 标题 +heading = 题目 +section = 章节 +form = 表单 +comboboxlist = 组合框列表 +comboboxoption = 组合框选项 +imagemap = 图像映射 +listboxoption = 列表框选项 +listbox = 列表框 +flatequation = 平面方程 +gridcell = 网格 +note = 注释 +figure = 小节 +definitionlist = 定义列表 +term = 使用条款 +definition = 定义 + +mathmltable = 数学表格 +mathmlcell = 单元格 +mathmlenclosed = 已关闭 +mathmlfraction = 分数 +mathmlfractionwithoutbar = 无分数线分数 +mathmlroot = 根 +mathmlscripted = 脚本 +mathmlsquareroot = 平方根 + +# More sophisticated roles which are not actual numeric roles +textarea = 文本区 + +base = 基数 +close-fence = 闭区间 +denominator = 分母 +numerator = 分子 +open-fence = 开区间 +overscript = 上标 +presubscript = 前下标 +presuperscript = 前上标 +root-index = 根指数 +subscript = 下标 +superscript = 上标 +underscript = 下标 + +# More sophisticated object descriptions +headingLevel = 标题级别 %S + +# Landmark announcements +banner = 横幅 +complementary = 补充 +contentinfo = 内容信息 +main = 主要 +navigation = 导航 +search = 搜索 +region = 区域 + +stateRequired = 必需 + diff --git a/l10n-zh-CN/dom/chrome/accessibility/mac/accessible.properties b/l10n-zh-CN/dom/chrome/accessibility/mac/accessible.properties new file mode 100755 index 0000000000..bdb49a4e60 --- /dev/null +++ b/l10n-zh-CN/dom/chrome/accessibility/mac/accessible.properties @@ -0,0 +1,71 @@ +# 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/. + +jump = 跳过 +press = 按 +check = 选定 +uncheck = 取消选定 +select = 选择 +open = 打开 +close = 关闭 +switch = 切换 +click = 单击 +collapse= 折叠 +expand = 展开 +activate= 激活 +cycle = 转换 +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = 点击祖先元素 + +# Universal Access API support +# (Mac Only) +# The Role Description for AXWebArea (the web widget). Like in Safari. +htmlContent = HTML 内容 +# The Role Description for the Tab button. +tab = 标签页 +# The Role Description for definition list dl, dt and dd +term = term +definition = 定义 +# The Role Description for an input type="search" text field +searchTextField = 文本搜索栏 +# Role Description (exposed as AXTitle) for datepickers +dateField = 日期字段 +# The Role Description for WAI-ARIA Landmarks +application = 应用程序 +search = 搜索 +banner = 横幅 +navigation = 导航 +complementary = 补充 +content = 内容 +main = 主要 +# The (spoken) role description for various WAI-ARIA roles +alert = 提示 +alertDialog = 提示对话框 +dialog = 对话框 +article = 文章 +document = 文档 +# The (spoken) role description for the WAI-ARIA figure role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-figure +figure = 图 +# The (spoken) role description for the WAI-ARIA heading role +# https://w3c.github.io/aria/core-aam/core-aam.html#role-map-heading +heading = 标题 +log = 日志 +marquee = 滚动框 +math = 数学 +note = 注释 +region = 区域 +status = 应用程序状态 +timer = 计时器 +tooltip = 工具提示 +separator = 分隔条 +tabPanel = 选项卡面板 +# The roleDescription for the html:mark element +highlight = 高亮 +# The roleDescription for the details element +details = 详细信息 +# The roleDescription for the summary element +summary = 摘要 diff --git a/l10n-zh-CN/dom/chrome/accessibility/unix/accessible.properties b/l10n-zh-CN/dom/chrome/accessibility/unix/accessible.properties new file mode 100755 index 0000000000..b50e46533d --- /dev/null +++ b/l10n-zh-CN/dom/chrome/accessibility/unix/accessible.properties @@ -0,0 +1,21 @@ +# 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/. + +jump = 跳过 +press = 按 +check = 选定 +uncheck = 取消选定 +select = 选择 +open = 打开 +close = 关闭 +switch = 切换 +click = 点击 +collapse= 折叠 +expand = 展开 +activate= 激活 +cycle = 转换 +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = 点击祖先元素 diff --git a/l10n-zh-CN/dom/chrome/accessibility/win/accessible.properties b/l10n-zh-CN/dom/chrome/accessibility/win/accessible.properties new file mode 100755 index 0000000000..b50e46533d --- /dev/null +++ b/l10n-zh-CN/dom/chrome/accessibility/win/accessible.properties @@ -0,0 +1,21 @@ +# 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/. + +jump = 跳过 +press = 按 +check = 选定 +uncheck = 取消选定 +select = 选择 +open = 打开 +close = 关闭 +switch = 切换 +click = 点击 +collapse= 折叠 +expand = 展开 +activate= 激活 +cycle = 转换 +# An action provided to accessibility clients such as screen readers to allow +# them to click an element when the click will be handled by a container +# (ancestor) element. This is not normally reported to users. +click ancestor = 点击祖先元素 |