blob: 72a0d32810740b678266c0b35351982a1e953df8 (
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
|
msgid ""
msgstr ""
"PO-Revision-Date: 2020-08-05 13:29+0000\n"
"Last-Translator: SunSpring <yearnsun@gmail.com>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsacme/zh_Hans/>\n"
"Language: zh_Hans\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 4.2-dev\n"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:17
msgid "ACME certificates"
msgstr "ACME 证书"
#: applications/luci-app-acme/root/usr/share/luci/menu.d/luci-app-acme.json:3
msgid "ACME certs"
msgstr "ACME 证书"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:26
msgid "ACME global config"
msgstr "ACME 全局配置"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:34
msgid "Account email"
msgstr "电子邮件帐户"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:42
msgid "Certificate config"
msgstr "证书配置"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:106
msgid "Challenge Alias"
msgstr "质询别名"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:93
msgid "DNS API"
msgstr "DNS API"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:100
msgid "DNS API credentials"
msgstr "DNS API 凭证"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:111
msgid "Domain Alias"
msgstr "域名别名"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:87
msgid "Domain names"
msgstr "域名"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:88
msgid ""
"Domain names to include in the certificate. The first name will be the "
"subject name, subsequent names will be alt names. Note that all domain names "
"must point at the router in the global DNS."
msgstr "证书中要包含的域名。第一个名字将是主题名,后面的名字将是主题备用名称。请注意,所有域名都必须在路由中指向全局 DNS。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:59
msgid "ECC 256 bits"
msgstr "ECC 256 位"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:60
msgid "ECC 384 bits"
msgstr "ECC 384 位"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:35
msgid "Email address to associate with account key."
msgstr "与帐户密钥关联的电子邮件地址。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:39
msgid "Enable debug logging"
msgstr "启用调试日志记录"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:46
msgid "Enabled"
msgstr "已启用"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:50
msgid ""
"Get certificate from the Letsencrypt staging server (use for testing; the "
"certificate won't be valid)."
msgstr "从 Letsencrypt 临时服务器获取证书(用于测试;证书无效)。"
#: applications/luci-app-acme/root/usr/share/rpcd/acl.d/luci-app-acme.json:3
msgid "Grant UCI access for luci-app-acme"
msgstr "授予 UCI 访问 luci-app-acme 的权限"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:54
msgid "Key size"
msgstr "密钥长度"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:55
msgid "Key size (and type) for the generated certificate."
msgstr "生成的证书的密钥长度(和类型)。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:56
msgid "RSA 2048 bits"
msgstr "RSA 2048 位"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:57
msgid "RSA 3072 bits"
msgstr "RSA 3072 位"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:58
msgid "RSA 4096 bits"
msgstr "RSA 4096 位"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:29
msgid "State directory"
msgstr "状态文件夹"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:107
msgid ""
"The challenge alias to use for ALL domains. See https://github.com/acmesh-"
"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
"only supports one challenge alias per certificate."
msgstr ""
"用于所有域名的质询别名(challenge alias)。有关此过程的详细信息,请参阅 https://github.com/"
"acmesh-official/acme.sh/wiki/DNS-alias-mode。LUCI 每个证书只支持一个质询别名。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:101
msgid ""
"The credentials for the DNS API mode selected above. See https://github.com/"
"acmesh-official/acme.sh/wiki/dnsapi for the format of credentials required "
"by each API. Add multiple entries here in KEY=VAL shell variable format to "
"supply multiple credential variables."
msgstr ""
"上面选择的 DNS API 模式的凭据。请参阅 https://github.com/acmesh-official/acme.sh/wiki/"
"dnsapi 以了解每个 API 所需的凭据格式。在此处以 KEY=VAL shell 变量格式添加多个条目,以提供多个凭据变量。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:112
msgid ""
"The domain alias to use for ALL domains. See https://github.com/acmesh-"
"official/acme.sh/wiki/DNS-alias-mode for the details of this process. LUCI "
"only supports one challenge domain per certificate."
msgstr ""
"用于所有域名的别名(domain alias)。有关此过程的详细信息,请参阅 https://github.com/acmesh-official/"
"acme.sh/wiki/DNS-alias-mode。LUCI 每个证书只支持一个质询别名。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:18
msgid ""
"This configures ACME (Letsencrypt) automatic certificate installation. "
"Simply fill out this to have the router configured with Letsencrypt-issued "
"certificates for the web interface. Note that the domain names in the "
"certificate must already be configured to point at the router's public IP "
"address. Once configured, issuing certificates can take a while. Check the "
"logs for progress and any errors."
msgstr ""
"这将配置 ACME (Letsencrypt) 自动证书安装。只需填写此内容即可为路由器配置由 Letsencrypt 颁发的 Web 界面证书。请注意,"
"证书中的域名必须已经配置为指向路由器的公网 IP 地址。配置完成后,颁发证书可能需要一段时间。从日志中查看签署进度和错误。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:94
msgid ""
"To use DNS mode to issue certificates, set this to the name of a DNS API "
"supported by acme.sh. See https://github.com/acmesh-official/acme.sh/wiki/"
"dnsapi for the list of available APIs. In DNS mode, the domain name does not "
"have to resolve to the router IP. DNS mode is also the only mode that "
"supports wildcard certificates. Using this mode requires the acme-dnsapi "
"package to be installed."
msgstr ""
"若要使用 DNS 模式颁发证书,请将其设置为 acme.sh 支持的 DNS API 的名称。有关可用 API 的列表,请参阅 "
"https://github.com/acmesh-official/acme.sh/wiki/dnsapi。在 DNS "
"模式下,域名不必解析为路由器IP。DNS 模式也是唯一支持通配符证书的模式。使用此模式需要安装 acme-dnsapi 包。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:74
msgid ""
"Update the nginx config with this certificate once issued (only select this "
"for one certificate). Nginx must support ssl, if not it won't start as it "
"needs to be compiled with ssl support to use cert options"
msgstr ""
"颁发此证书后,用该证书更新 nginx 配置(只能有一个证书配置选中该选项)。Nginx 必须支持 "
"ssl,如果无法启动,则必须使用ssl支持进行编译才能使用证书选项"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:66
msgid ""
"Update the uhttpd config with this certificate once issued (only select this "
"for one certificate). Is also available luci-app-uhttpd to configure uhttpd "
"form the LuCI interface."
msgstr ""
"签发此证书后,使用此证书更新 uhttpd 配置(只能有一个证书配置选中该选项)。也可通过 LuCI 界面的 luci-app-uhttpd 来配置 "
"uhttpd。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:73
msgid "Use for nginx"
msgstr "用于 Nginx"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:65
msgid "Use for uhttpd"
msgstr "用于 uhttpd"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:49
msgid "Use staging server"
msgstr "使用临时服务器"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:81
msgid "Webroot directory"
msgstr "Webroot 文件夹"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:82
msgid ""
"Webserver root directory. Set this to the webserver document root to run "
"Acme in webroot mode. The web server must be accessible from the internet on "
"port 80."
msgstr ""
"Webserver 根目录。设置为 Web 服务器文档根目录,在 webroot 模式下运行 Acme。Web 服务器必须允许从互联网上使用80端口访问。"
#: applications/luci-app-acme/htdocs/luci-static/resources/view/acme.js:30
msgid "Where certs and other state files are kept."
msgstr "存放证书和其他状态文件的位置。"
#~ msgid ""
#~ "The credentials for the DNS API mode selected above. See https://github."
#~ "com/Neilpang/acme.sh/tree/master/dnsapi#how-to-use-dns-api for the format "
#~ "of credentials required by each API. Add multiple entries here in KEY=VAL "
#~ "shell variable format to supply multiple credential variables."
#~ msgstr ""
#~ "上面选择的DNS API模式的凭证。关于每个API所需的凭证格式,请参见https://"
#~ "github.com/Neilpang/acme.sh/tree/master/dnsapi#how-to-use-dns-api。在这里"
#~ "以KEY=VAL变量格式添加多个条目,以提供多个凭证变量。"
#~ msgid ""
#~ "To use DNS mode to issue certificates, set this to the name of a DNS API "
#~ "supported by acme.sh. See https://github.com/Neilpang/acme.sh/tree/master/"
#~ "dnsapi for the list of available APIs. In DNS mode, the domain name does "
#~ "not have to resolve to the router IP. DNS mode is also the only mode that "
#~ "supports wildcard certificates. Using this mode requires the acme-dnsapi "
#~ "package to be installed."
#~ msgstr ""
#~ "要使用DNS模式颁发证书,请将其设置为acme.sh支持的DNS API的名称。有关可用的"
#~ "API列表,请参见https://github.com/Neilpang/acme.sh/tree/master/dnsapi。在"
#~ "DNS模式下,域名不必解析为路由器IP。 DNS模式也是唯一支持通配符证书的模式。"
#~ "使用此模式需要安装acme-dnsapi软件包。"
|