summaryrefslogtreecommitdiffstats
path: root/l10n-zh-CN/toolkit/toolkit/main-window/findbar.ftl
blob: 14ea34ae7ed13d3c925f0cf786b2c6d562b14382 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# 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/.


### This file contains the entities needed to use the Find Bar.

findbar-next =
    .tooltiptext = 查找语句在页面中的下一个位置
findbar-previous =
    .tooltiptext = 查找语句在页面中的上一个位置

findbar-find-button-close =
    .tooltiptext = 关闭查找栏

findbar-highlight-all2 =
    .label = 高亮全部
    .accesskey =
        { PLATFORM() ->
            [macos] l
           *[other] a
        }
    .tooltiptext = 高亮显示语句在页面中的所有位置

findbar-case-sensitive =
    .label = 区分大小写
    .accesskey = c
    .tooltiptext = 以大小写敏感方式搜索

findbar-match-diacritics =
    .label = 匹配变音符号
    .accesskey = i
    .tooltiptext = 区分重音字母和它们的基本字母(如:在搜索“resume”时,不会匹配到“résumé”)

findbar-entire-word =
    .label = 全词匹配
    .accesskey = w
    .tooltiptext = 仅匹配由符号分隔开的整个词或句

findbar-not-found = 找不到指定文字

findbar-wrapped-to-top = 到达页尾,从页首继续
findbar-wrapped-to-bottom = 到达页首,从尾部继续

findbar-normal-find =
    .placeholder = 在此页面中查找
findbar-fast-find =
    .placeholder = 快速查找
findbar-fast-find-links =
    .placeholder = 快速查找(仅链接)

findbar-case-sensitive-status =
    .value = (区分大小写)
findbar-match-diacritics-status =
    .value = (匹配变音符号)
findbar-entire-word-status =
    .value = (仅匹配整个词或句)

# Variables:
#   $current (Number): Index of the currently selected match
#   $total (Number): Total count of matches
findbar-found-matches =
    .value = 第 { $current } 项,共找到 { $total } 个匹配项

# Variables:
#   $limit (Number): Total count of matches allowed before counting stops
findbar-found-matches-count-limit =
    .value = 匹配超过 { $limit } 项