summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/zh-CN/localization/zh-CN/messenger/about3Pane.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/zh-CN/localization/zh-CN/messenger/about3Pane.ftl')
-rw-r--r--thunderbird-l10n/zh-CN/localization/zh-CN/messenger/about3Pane.ftl401
1 files changed, 401 insertions, 0 deletions
diff --git a/thunderbird-l10n/zh-CN/localization/zh-CN/messenger/about3Pane.ftl b/thunderbird-l10n/zh-CN/localization/zh-CN/messenger/about3Pane.ftl
new file mode 100644
index 0000000000..9cdcdbdd29
--- /dev/null
+++ b/thunderbird-l10n/zh-CN/localization/zh-CN/messenger/about3Pane.ftl
@@ -0,0 +1,401 @@
+# 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/.
+
+
+## Message List Header Bar
+
+quick-filter-button =
+ .title = 开启快速筛选栏
+quick-filter-button-label = 快速筛选
+thread-pane-header-display-button =
+ .title = 消息列表选项
+# Variables:
+# $count (Number) - The number of messages in this folder.
+thread-pane-folder-message-count = { $count } 条消息
+# Variables:
+# $count (Number) - The number of messages currently selected.
+thread-pane-folder-selected-count = 已选择 { $count } 个消息
+thread-pane-header-context-table-view =
+ .label = 表格视图
+thread-pane-header-context-cards-view =
+ .label = 卡片视图
+thread-pane-header-context-hide =
+ .label = 隐藏消息标题
+
+## Quick Filter Bar
+
+# The tooltip to display when the user hovers over the sticky button
+# (currently displayed as a push-pin). When active, the sticky button
+# causes the current filter settings to be retained when the user changes
+# folders or opens new tabs. (When inactive, only the state of the text
+# filters are propagated between folder changes and when opening new tabs.)
+quick-filter-bar-sticky =
+ .title = 切换文件夹时保留过滤条件
+# The tooltip for the filter button that replaces the quick filter buttons with
+# a dropdown menu.
+quick-filter-bar-dropdown =
+ .title = 快速筛选菜单
+quick-filter-bar-dropdown-unread =
+ .label = 未读
+quick-filter-bar-dropdown-starred =
+ .label = 星标
+quick-filter-bar-dropdown-inaddrbook =
+ .label = 联系人
+quick-filter-bar-dropdown-tags =
+ .label = 标签
+quick-filter-bar-dropdown-attachment =
+ .label = 附件
+# The tooltip for the filter button that causes us to filter results to only
+# include unread messages.
+quick-filter-bar-unread =
+ .title = 仅显示未读消息
+# The label for the filter button that causes us to filter results to only
+# include unread messages.
+quick-filter-bar-unread-label = 未读
+# The tooltip for the filter button that causes us to filter results to only
+# include messages that have been starred/flagged.
+quick-filter-bar-starred =
+ .title = 仅显示星标消息
+# The label for the filter button that causes us to filter results to only
+# include messages that have been starred/flagged.
+quick-filter-bar-starred-label = 已加星标
+# The tooltip for the filter button that causes us to filter results to only
+# include messages from contacts in one of the user's non-remote address
+# books.
+quick-filter-bar-inaddrbook =
+ .title = 仅显示来自通讯录中联系人的消息
+# The label for the filter button that causes us to filter results to only
+# include messages from contacts in one of the user's non-remote address
+# books.
+quick-filter-bar-inaddrbook-label = 联系人
+# The tooltip for the filter button that causes us to filter results to only
+# include messages with at least one tag on them.
+quick-filter-bar-tags =
+ .title = 仅显示已加标签消息
+# The label for the filter button that causes us to filter results to only
+# include messages with at least one tag on them.
+quick-filter-bar-tags-label = 标签
+# The tooltip for the filter button that causes us to filter results to only
+# include messages with attachments.
+quick-filter-bar-attachment =
+ .title = 仅显示带附件的消息
+# The label for the filter button that causes us to filter results to only
+# include messages with attachments.
+quick-filter-bar-attachment-label = 附件
+# The contents of the results box when there is a filter active but there
+# are no messages matching the filter.
+quick-filter-bar-no-results = 没有结果
+# This is used to populate the results box; it either displays the
+# number of messages found using this string, that there are no messages
+# (using quick-filter-bar-no-results), or the box is hidden.
+# Variables:
+# $count (Number) - The number of messages that match selected filters.
+quick-filter-bar-results = { $count } 条消息
+# Keyboard shortcut for the text search box.
+# This should match quick-filter-bar-show in messenger.ftl.
+quick-filter-bar-textbox-shortcut =
+ { PLATFORM() ->
+ [macos] ⇧ ⌘ K
+ *[other] Ctrl+Shift+K
+ }
+# This is the empty text for the text search box.
+# The goal is to convey to the user that typing in the box will filter
+# the messages and that there is a hotkey they can press to get to the
+# box faster.
+quick-filter-bar-textbox =
+ .placeholder = 过滤符合条件的消息 <{ quick-filter-bar-textbox-shortcut }>
+quick-filter-bar-search =
+ .label = 过滤消息:
+# Keyboard shortcut for the text search box.
+# This should match quick-filter-bar-show in messenger.ftl.
+quick-filter-bar-search-shortcut =
+ { PLATFORM() ->
+ [macos] <kbd>⇧</kbd> <kbd>⌘</kbd> <kbd>K</kbd>
+ *[other] <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>K</kbd>
+ }
+# This is the empty text for the text search box.
+# The goal is to convey to the user that typing in the box will filter the
+# messages and that there is a hotkey they can press to get to the box faster.
+quick-filter-bar-search-placeholder-with-key = 过滤消息… { quick-filter-bar-search-shortcut }
+# Label of the search button in the quick filter bar text box. Clicking it will
+# launch a global search.
+quick-filter-bar-search-button =
+ .alt = 搜索全局
+# Tooltip of the Any-of/All-of tagging mode selector.
+quick-filter-bar-boolean-mode =
+ .title = 标签筛选模式
+# The Any-of tagging mode.
+quick-filter-bar-boolean-mode-any =
+ .label = 任何
+ .title = 匹配任一选定的标签标准
+# The All-of tagging mode.
+quick-filter-bar-boolean-mode-all =
+ .label = 完全
+ .title = 完全匹配选定的标签标准
+# This label explains what the sender/recipients/subject/body buttons do.
+# This string should ideally be kept short because the label and the text
+# filter buttons share their bar (that appears when there is text in the text
+# filter box) with the list of tags when the tag filter is active, and the
+# tag sub-bar wants as much space as possible. (Overflow is handled by an
+# arrow scroll box.)
+quick-filter-bar-text-filter-explanation = 过滤消息:
+# The button label that toggles whether the text filter searches the message
+# sender for the string.
+quick-filter-bar-text-filter-sender = 发件人
+# The button label that toggles whether the text filter searches the message
+# recipients (to, cc) for the string.
+quick-filter-bar-text-filter-recipients = 收件人
+# The button label that toggles whether the text filter searches the message
+# subject for the string.
+quick-filter-bar-text-filter-subject = 主题
+# The button label that toggles whether the text filter searches the message
+# body for the string.
+quick-filter-bar-text-filter-body = 消息体
+# The first line of the panel popup that tells the user we found no matches
+# but we can convert to a global search for them.
+quick-filter-bar-gloda-upsell-line1 = 在所有文件夹中继续进行搜索
+# The second line of the panel popup that tells the user we found no matches.
+# Variables:
+# $text (String) - What the user has typed so far.
+quick-filter-bar-gloda-upsell-line2 = 请再次按“回车” 键继续搜索:{ $text }
+
+## Folder pane
+
+folder-pane-get-messages-button =
+ .title = 获取消息
+folder-pane-get-all-messages-menuitem =
+ .label = 获取所有新消息
+ .accesskey = G
+folder-pane-write-message-button = 写消息
+ .title = 撰写新消息
+folder-pane-more-menu-button =
+ .title = 文件夹窗格选项
+# Context menu item to show/hide different folder types in the folder pane
+folder-pane-header-folder-modes =
+ .label = 文件夹模式
+# Context menu item to toggle display of "Get messages" button in folder pane header
+folder-pane-header-context-toggle-get-messages =
+ .label = 显示“获取消息”
+# Context menu item to toggle display of "New Message" button in folder pane header
+folder-pane-header-context-toggle-new-message =
+ .label = 显示“新建消息”
+folder-pane-header-context-hide =
+ .label = 隐藏文件夹窗格标题
+folder-pane-show-total-toggle =
+ .label = 显示总消息数
+# Context menu item to show or hide folder sizes
+folder-pane-header-toggle-folder-size =
+ .label = 显示文件夹大小
+folder-pane-header-hide-local-folders =
+ .label = 隐藏本地文件夹
+folder-pane-mode-context-button =
+ .title = 文件夹模式选项
+folder-pane-mode-context-toggle-compact-mode =
+ .label = 紧凑模式
+ .accesskey = C
+folder-pane-mode-move-up =
+ .label = 上移
+folder-pane-mode-move-down =
+ .label = 下移
+# Variables:
+# $count (Number) - Number of unread messages.
+folder-pane-unread-aria-label = { $count } 条未读消息
+# Variables:
+# $count (Number) - Number of total messages.
+folder-pane-total-aria-label = 总共 { $count } 条消息
+
+## Message thread pane
+
+threadpane-column-header-select =
+ .title = 切换选择所有消息
+threadpane-column-header-select-all =
+ .title = 选择所有消息
+threadpane-column-header-deselect-all =
+ .title = 取消选择所有消息
+threadpane-column-label-select =
+ .label = 选择消息
+threadpane-cell-select =
+ .aria-label = 选择消息
+threadpane-column-header-thread =
+ .title = 切换消息主题
+threadpane-column-label-thread =
+ .label = 话题
+threadpane-cell-thread =
+ .aria-label = 话题状态
+threadpane-column-header-flagged =
+ .title = 按星标排序
+threadpane-column-label-flagged =
+ .label = 已加星标
+threadpane-cell-flagged =
+ .aria-label = 星标
+threadpane-flagged-cell-label = 已加星标
+threadpane-column-header-attachments =
+ .title = 按附件排序
+threadpane-column-label-attachments =
+ .label = 附件
+threadpane-cell-attachments =
+ .aria-label = 附件
+threadpane-attachments-cell-label = 附件
+threadpane-column-header-spam =
+ .title = 按垃圾状态排序
+threadpane-column-label-spam =
+ .label = 垃圾
+threadpane-cell-spam =
+ .aria-label = 垃圾状态
+threadpane-spam-cell-label = 垃圾
+threadpane-column-header-unread-button =
+ .title = 按阅读状态排序
+threadpane-column-label-unread-button =
+ .label = 阅读状态
+threadpane-cell-read-status =
+ .aria-label = 阅读状态
+threadpane-read-cell-label = 已读
+threadpane-unread-cell-label = 未读
+threadpane-column-header-sender = 来自
+ .title = 按来自排序
+threadpane-column-label-sender =
+ .label = 来自
+threadpane-cell-sender =
+ .aria-label = 发件人
+threadpane-column-header-recipient = 收件人
+ .title = 按收件人排序
+threadpane-column-label-recipient =
+ .label = 收件人
+threadpane-cell-recipient =
+ .aria-label = 收件人
+threadpane-column-header-correspondents = 通信者
+ .title = 按通信者排序
+threadpane-column-label-correspondents =
+ .label = 通信者
+threadpane-cell-correspondents =
+ .aria-label = 联系人
+threadpane-column-header-subject = 主题
+ .title = 按主题排序
+threadpane-column-label-subject =
+ .label = 主题
+threadpane-cell-subject =
+ .aria-label = 主题
+threadpane-column-header-date = 日期
+ .title = 按日期排序
+threadpane-column-label-date =
+ .label = 日期
+threadpane-cell-date =
+ .aria-label = 日期
+threadpane-column-header-received = 接收时间
+ .title = 按接收日期排序
+threadpane-column-label-received =
+ .label = 接收时间
+threadpane-cell-received =
+ .aria-label = 接收日期
+threadpane-column-header-status = 状态
+ .title = 按状态排序
+threadpane-column-label-status =
+ .label = 状态
+threadpane-cell-status =
+ .aria-label = 状态
+threadpane-column-header-size = 大小
+ .title = 按大小排序
+threadpane-column-label-size =
+ .label = 大小
+threadpane-cell-size =
+ .aria-label = 大小
+threadpane-column-header-tags = 标签
+ .title = 按标签排序
+threadpane-column-label-tags =
+ .label = 标签
+threadpane-cell-tags =
+ .aria-label = 标签
+threadpane-column-header-account = 账户
+ .title = 按账户排序
+threadpane-column-label-account =
+ .label = 账户
+threadpane-cell-account =
+ .aria-label = 账户
+threadpane-column-header-priority = 优先级
+ .title = 按优先级排序
+threadpane-column-label-priority =
+ .label = 优先级
+threadpane-cell-priority =
+ .aria-label = 优先级
+threadpane-column-header-unread = 未读
+ .title = 话题中未读的消息数
+threadpane-column-label-unread =
+ .label = 未读
+threadpane-cell-unread =
+ .aria-label = 未读消息数
+threadpane-column-header-total = 总计
+ .title = 话题中消息的总数
+threadpane-column-label-total =
+ .label = 总计
+threadpane-cell-total =
+ .aria-label = 消息总数
+threadpane-column-header-location = 位置
+ .title = 按位置排序
+threadpane-column-label-location =
+ .label = 位置
+threadpane-cell-location =
+ .aria-label = 位置
+threadpane-column-header-id = 接收顺序
+ .title = 按接收顺序排序
+threadpane-column-label-id =
+ .label = 接收顺序
+threadpane-cell-id =
+ .aria-label = 接收顺序
+threadpane-column-header-delete =
+ .title = 删除消息
+threadpane-column-label-delete =
+ .label = 删除
+threadpane-cell-delete =
+ .aria-label = 删除
+
+## Message state variations
+
+threadpane-message-new =
+ .alt = 新消息标记
+ .title = 新消息
+threadpane-message-replied =
+ .alt = 已回复标记
+ .title = 已回复
+threadpane-message-redirected =
+ .alt = 已重定向标记
+ .title = 消息已重定向
+threadpane-message-forwarded =
+ .alt = 已转发标记
+ .title = 已转发
+threadpane-message-replied-forwarded =
+ .alt = 已回复并转发标记
+ .title = 已回复并转发
+threadpane-message-replied-redirected =
+ .alt = 已回复并重定向标记
+ .title = 已回复并重定向
+threadpane-message-forwarded-redirected =
+ .alt = 已转发并重定向标记
+ .title = 已转发并重定向
+threadpane-message-replied-forwarded-redirected =
+ .alt = 已回复、转发和重定向标记
+ .title = 已回复、转发和重定向
+apply-columns-to-menu =
+ .label = 将列设定应用至…
+apply-current-view-to-menu =
+ .label = 将当前视图应用到…
+apply-current-view-to-folder =
+ .label = 文件夹…
+apply-current-view-to-folder-children =
+ .label = 文件夹及其子项目…
+
+## Apply columns confirmation dialog
+
+apply-changes-to-folder-title = 应用更改?
+# Variables:
+# $name (String): The name of the folder to apply to.
+apply-current-columns-to-folder-message = 将本文件夹的列设定应用至 { $name } 吗?
+# Variables:
+# $name (String): The name of the folder to apply to.
+apply-current-columns-to-folder-with-children-message = 将本文件夹的列设置应用至 { $name } 以及其子文件夹吗?
+# Variables:
+# $name (String): The name of the folder to apply to.
+apply-current-view-to-folder-message = 要将当前文件夹的视图应用到 { $name } 吗?
+# Variables:
+# $name (String): The name of the folder to apply to.
+apply-current-view-to-folder-with-children-message = 要将当前文件夹的视图应用于 { $name } 及其子文件夹吗?