blob: a2bce15d137832c781147cf89e331783947f9705 (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
|
# 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/.
about-reader-loading = 正在加载…
about-reader-load-error = 从页面加载文章失败
about-reader-color-scheme-light = 浅色
.title = 浅色模式
about-reader-color-scheme-dark = 深色
.title = 深色模式
about-reader-color-scheme-sepia = 纸墨
.title = 纸墨模式
about-reader-color-scheme-auto = 自动
.title = 自动颜色模式
about-reader-color-theme-light = 明亮
.title = 明亮颜色主题
about-reader-color-theme-dark = 深邃
.title = 深邃颜色主题
about-reader-color-theme-sepia = 纸墨
.title = 纸墨颜色主题
about-reader-color-theme-auto = 自动
.title = 自动颜色主题
about-reader-color-theme-gray = 灰暗
.title = 灰暗颜色主题
about-reader-color-theme-contrast = 对比度
.title = 对比度颜色主题
about-reader-color-theme-custom = 自定义颜色
.title = 自定义颜色主题
about-reader-color-light-theme = 明亮
.title = 明亮主题
about-reader-color-dark-theme = 深邃
.title = 深邃主题
about-reader-color-sepia-theme = 纸墨
.title = 纸墨主题
about-reader-color-auto-theme = 自动
.title = 自动主题
about-reader-color-gray-theme = 灰暗
.title = 灰暗主题
about-reader-color-contrast-theme = 对比度
.title = 对比度主题
# An estimate for how long it takes to read an article,
# expressed as a range covering both slow and fast readers.
# Variables:
# $rangePlural (String): The plural category of the range, using the same set as for numbers.
# $range (String): The range of minutes as a localised string. Examples: "3-7", "~1".
about-reader-estimated-read-time = { $range } 分钟
## These are used as tooltips in Type Control
about-reader-toolbar-minus =
.title = 缩小文字
about-reader-toolbar-plus =
.title = 增大文字
about-reader-toolbar-contentwidthminus =
.title = 缩小内容宽度
about-reader-toolbar-contentwidthplus =
.title = 放大内容宽度
about-reader-toolbar-lineheightminus =
.title = 缩小行距
about-reader-toolbar-lineheightplus =
.title = 放大行距
## These are the styles of typeface that are options in the reader view controls.
about-reader-font-type-serif = 衬线
about-reader-font-type-sans-serif = 无衬线
## Reader View toolbar buttons
about-reader-toolbar-close = 关闭阅读模式
about-reader-toolbar-type-controls = 字体调整
about-reader-toolbar-color-controls = 颜色
about-reader-toolbar-text-layout-controls = 文本和布局
about-reader-toolbar-theme-controls = 主题
about-reader-toolbar-savetopocket = 保存到 { -pocket-brand-name }
## Reader View colors menu
about-reader-colors-menu-header = 主题
about-reader-fxtheme-tab = 默认
about-reader-customtheme-tab = 自定义
## These are used as labels for the custom theme color pickers.
## The .title element is used to make the editing functionality
## clear and give context for screen reader users.
about-reader-custom-colors-foreground = 文本
.title = 编辑颜色
about-reader-custom-colors-background = 背景
.title = 编辑颜色
about-reader-custom-colors-unvisited-links = 未访问过的链接
.title = 编辑颜色
about-reader-custom-colors-visited-links = 访问过的链接
.title = 编辑颜色
about-reader-custom-colors-selection-highlight = 朗读功能的高亮标示
.title = 编辑颜色
about-reader-custom-colors-reset-button = 重置为默认设置
## Reader View improved text and layout menu
about-reader-layout-header = 布局
about-reader-advanced-layout-header = 高级
about-reader-slider-label-width-narrow = 缩窄
about-reader-slider-label-width-wide = 加宽
about-reader-slider-label-spacing-narrow = 缩窄
about-reader-slider-label-spacing-standard = 标准
about-reader-slider-label-spacing-wide = 加宽
about-reader-content-width-label =
.label = 内容宽度
about-reader-line-spacing-label =
.label = 行距
about-reader-character-spacing-label =
.label = 字符间距
about-reader-word-spacing-label =
.label = 词间距
about-reader-text-alignment-label = 文本对齐方式
about-reader-text-alignment-left =
.title = 文本左对齐
about-reader-text-alignment-center =
.title = 文本居中对齐
about-reader-text-alignment-right =
.title = 文本右对齐
|