blob: 155e5eedfd450cf76566271726dfb9b5dfbdcf47 (
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
|
#
# Yangfl <mmyangfl@gmail.com>, 2018.
# Zheng Qian <sotux82@gmail.com>, 2018, 2019.
#
msgid ""
msgstr ""
"Project-Id-Version: \n"
"PO-Revision-Date: 2020-03-07 12:33+0000\n"
"Last-Translator: xiazhang <xz@xia.plus>\n"
"Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/"
"openwrt/luciapplicationsopkg/zh_Hans/>\n"
"Language: zh_Hans\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 4.0-dev\n"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1031
msgid "Actions"
msgstr "动作"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:843
msgid "Automatically remove unused dependencies"
msgstr "自动移除未使用的依赖"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1039
msgid "Available"
msgstr "可用"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:770
msgid ""
"Below is a listing of the various configuration files used by <em>opkg</em>. "
"Use <em>opkg.conf</em> for global settings and <em>customfeeds.conf</em> for "
"custom repository entries. The configuration in the other files may be "
"changed but is usually not preserved by <em>sysupgrade</em>."
msgstr ""
"以下列出了 <em>opkg</em> 所使用的各个配置文件。<em>opkg.conf</em> 用于全局配"
"置,<em>customfeeds.conf</em> 用于自定义仓库。其他配置文件的变更在<em>系统升"
"级</em>时默认不被保留。"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:693
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:738
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:785
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:849
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:940
msgid "Cancel"
msgstr "取消"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1021
msgid "Clear"
msgstr "清除"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1034
msgid "Configure opkg…"
msgstr "配置 opkg…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:666
msgid "Dependencies"
msgstr "依赖"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:672
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:829
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1057
msgid "Description"
msgstr "描述"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:677
msgid "Details for package <em>%h</em>"
msgstr "软件包 <em>%h</em> 详情"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:914
msgid "Dismiss"
msgstr "取消"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:329
msgid "Displaying %d-%d of %d"
msgstr "正在显示 %d-%d,共 %d"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1025
msgid "Download and install package"
msgstr "下载并安装软件包"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:895
msgid "Errors"
msgstr "错误"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:870
msgid "Executing package manager"
msgstr "正在执行软件包管理器"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1019
msgid "Filter"
msgstr "过滤器"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1014
msgid "Free space"
msgstr "空闲空间"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:700
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:716
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:950
msgid "Install"
msgstr "安装"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:280
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:491
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1040
msgid "Installed"
msgstr "已安装"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:722
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:927
msgid ""
"Installing packages from untrusted sources is a potential security risk! "
"Really attempt to install <em>%h</em>?"
msgstr "从未信任的源安装软件包有潜在的安全隐患!您确定要安装 <em>%h</em> 吗?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:269
msgid "Install…"
msgstr "安装…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:749
msgid "Loading configuration data…"
msgstr "载入配置数据…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:968
msgid "Loading package information…"
msgstr "载入软件包信息…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:930
msgid "MD5"
msgstr "MD5"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:732
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:926
msgid "Manually install package"
msgstr "手动安装软件包"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:479
msgid "Needs upgrade"
msgstr "需要升级"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1048
msgid "Next page"
msgstr "下一页"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:342
msgid "No information available"
msgstr "无可用信息"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:330
msgid "No packages"
msgstr "没有软件包"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:346
msgid "No packages matching \"<strong>%h</strong>\"."
msgstr "没有匹配“<strong>%h</strong>”的软件包。"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:511
msgid "Not available"
msgstr "不可用"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:496
msgid "Not installed"
msgstr "未安装"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1027
msgid "OK"
msgstr "确认"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:748
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:796
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:809
msgid "OPKG Configuration"
msgstr "OPKG 配置"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:688
msgid "Overwrite files from other package(s)"
msgstr "覆盖其他软件包中的文件"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1054
msgid "Package name"
msgstr "软件包名称"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1026
msgid "Package name or URL…"
msgstr "软件包名称或 URL…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1046
msgid "Previous page"
msgstr "上一页"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:729
msgid "Really attempt to install <em>%h</em>?"
msgstr "真的要安装 <em>%h</em> 吗?"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:856
msgid "Remove"
msgstr "移除"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:834
msgid "Remove package <em>%h</em>"
msgstr "移除软件包 <em>%h</em>"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:257
msgid "Remove…"
msgstr "移除…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:662
msgid "Require approx. %.1024mB size for %d package(s) to install."
msgstr "需要大约 %.1024mB 空间来安装 %d 个软件包。"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:486
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:504
msgid "Require version %h %h, installed %h"
msgstr "要求 %h %h 版本,已安装 %h"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:509
msgid ""
"Required dependency package <em>%h</em> is not available in any repository."
msgstr "依赖的软件包 <em>%h</em> 在所有仓库都未提供。"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:477
msgid "Requires update to %h %h"
msgstr "需要更新到 %h %h"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:347
msgid "Reset"
msgstr "复位"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:931
msgid "SHA256"
msgstr "SHA256"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:806
msgid "Save"
msgstr "保存"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:797
msgid "Saving configuration data…"
msgstr "正在保存配置数据…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:680
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:837
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:929
msgid "Size"
msgstr "大小"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1056
msgid "Size (.ipk)"
msgstr "大小(.ipk)"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1010
#: applications/luci-app-opkg/root/usr/share/luci/menu.d/luci-app-opkg.json:3
msgid "Software"
msgstr "软件包"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:900
msgid "The <em>opkg %h</em> command failed with code <code>%d</code>."
msgstr "<em>opkg %h</em> 命令失败,代码 <code>%d</code>。"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:482
msgid ""
"The installed version of package <em>%h</em> is not compatible, require %s "
"while %s is installed."
msgstr "已安装的软件包 <em>%h</em> 版本不兼容,要求 %s 而 %s 已安装。"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:725
msgid "The package <em>%h</em> is not available in any configured repository."
msgstr "软件包 <em>%h</em> 在所有已配置的仓库中都不存在。"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:499
msgid ""
"The repository version of package <em>%h</em> is not compatible, require %s "
"but only %s is available."
msgstr "软件包 <em>%h</em> 在仓库中的版本不兼容,要求 %s 但仅可提供 %s。"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1020
msgid "Type to filter…"
msgstr "输入以过滤…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:916
msgid "Unable to execute <em>opkg %s</em> command: %s"
msgstr "无法执行 <em>opkg %s</em> 命令:%s"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:763
msgid "Unable to read %s: %s"
msgstr "无法读取 %s:%s"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:802
msgid "Unable to save %s: %s"
msgstr "无法保存 %s:%s"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1032
msgid "Update lists…"
msgstr "更新列表…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1041
msgid "Updates"
msgstr "更新"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:246
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:275
msgid "Upgrade…"
msgstr "升级…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1033
msgid "Upload Package…"
msgstr "上传软件包…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:679
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:836
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1055
msgid "Version"
msgstr "版本"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:488
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:506
msgid "Version incompatible"
msgstr "版本不兼容"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:872
msgid "Waiting for the <em>opkg %h</em> command to complete…"
msgstr "等待命令 <em>opkg %h</em> 执行完成…"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:640
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:825
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:1015
msgid "unknown"
msgstr "未知"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:638
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:823
msgid "~%.1024mB compressed"
msgstr "~%.1024mB 已压缩"
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:636
#: applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js:821
msgid "~%.1024mB installed"
msgstr "~%.1024mB 已安装"
#~ msgid ""
#~ "Require version %h %h,\n"
#~ "installed %h"
#~ msgstr ""
#~ "要求 %h %h 版本,\n"
#~ "已安装 %h"
|