summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/zh-CN/localization/zh-CN/calendar/calendar-ics-file-dialog.ftl
blob: 8ddad3feabf72f77ea9d58f2178be967d51f78a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# 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/.

calendar-ics-file-window-2 =
    .title = 导入日历事件和任务
calendar-ics-file-window-title = 导入日历事件和任务
calendar-ics-file-dialog-import-event-button-label = 导入事件
calendar-ics-file-dialog-import-task-button-label = 导入任务
calendar-ics-file-dialog-2 =
    .buttonlabelaccept = 全部导入
calendar-ics-file-accept-button-ok-label = 确定
calendar-ics-file-cancel-button-close-label = 关闭
calendar-ics-file-dialog-message-2 = 从文件导入:
calendar-ics-file-dialog-calendar-menu-label = 导入日历:
calendar-ics-file-dialog-items-loading-message =
    .value = 正在加载项目…
calendar-ics-file-dialog-search-input =
    .placeholder = 过滤项目…
calendar-ics-file-dialog-sort-start-ascending =
    .label = 按开始日期排序(从先到后)
calendar-ics-file-dialog-sort-start-descending =
    .label = 按开始日期排序(从后到先)
# "A > Z" is used as a concise way to say "alphabetical order".
# You may replace it with something appropriate to your language.
calendar-ics-file-dialog-sort-title-ascending =
    .label = 按标题排序(A > Z)
# "Z > A" is used as a concise way to say "reverse alphabetical order".
# You may replace it with something appropriate to your language.
calendar-ics-file-dialog-sort-title-descending =
    .label = 按标题排序(Z > A)
calendar-ics-file-dialog-progress-message = 正在导入…
calendar-ics-file-import-success = 成功导入!
calendar-ics-file-import-error = 发生错误,导入失败。
calendar-ics-file-import-complete = 导入完成
# Variables:
# $duplicatesCount (Number) - Number of items already existing in the target calendar.
calendar-ics-file-import-duplicates =
    { $duplicatesCount ->
       *[other] 有 { $duplicatesCount } 个项目已存在于目标日历,已忽略。
    }
# Variables:
# $errorsCount (Number) - Number of errors while importing ics file.
calendar-ics-file-import-errors =
    { $errorsCount ->
       *[other] 有 { $errorsCount } 个项目导入失败。请到控制台查看错误详情。
    }
calendar-ics-file-dialog-no-calendars = 没有可供导入事件或任务的日历。