Blame view

sources/l10n/zh_CN/settings.po 16.9 KB
03e52840d   Kload   Init
1
2
3
4
5
  # SOME DESCRIPTIVE TITLE.
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  # This file is distributed under the same license as the PACKAGE package.
  # 
  # Translators:
31b7f2792   Kload   Upgrade to ownclo...
6
7
8
9
10
  # m13253 <m13253@hotmail.com>, 2013
  # waterone <suiy02@gmail.com>, 2013
  # modokwang <modokwang@gmail.com>, 2013
  # Xuetian Weng <wengxt@gmail.com>, 2013
  # zhangmin <zm1990s@gmail.com>, 2013
03e52840d   Kload   Init
11
12
13
14
  msgid ""
  msgstr ""
  "Project-Id-Version: ownCloud
  "
31b7f2792   Kload   Upgrade to ownclo...
15
16
17
18
19
20
  "Report-Msgid-Bugs-To: translations@owncloud.org
  "
  "POT-Creation-Date: 2013-12-04 18:12-0500
  "
  "PO-Revision-Date: 2013-12-04 23:13+0000
  "
03e52840d   Kload   Init
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  "Last-Translator: I Robot <owncloud-bot@tmit.eu>
  "
  "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/owncloud/language/zh_CN/)
  "
  "MIME-Version: 1.0
  "
  "Content-Type: text/plain; charset=UTF-8
  "
  "Content-Transfer-Encoding: 8bit
  "
  "Language: zh_CN
  "
  "Plural-Forms: nplurals=1; plural=0;
  "
  
  #: ajax/apps/ocs.php:20
  msgid "Unable to load list from App Store"
  msgstr "无法从应用商店载入列表"
31b7f2792   Kload   Upgrade to ownclo...
39
40
  #: ajax/changedisplayname.php:25 ajax/removeuser.php:15 ajax/setquota.php:17
  #: ajax/togglegroups.php:20 changepassword/controller.php:55
03e52840d   Kload   Init
41
  msgid "Authentication error"
31b7f2792   Kload   Upgrade to ownclo...
42
  msgstr "认证出错"
03e52840d   Kload   Init
43

31b7f2792   Kload   Upgrade to ownclo...
44
45
46
47
48
49
  #: ajax/changedisplayname.php:31
  msgid "Your full name has been changed."
  msgstr ""
  
  #: ajax/changedisplayname.php:34
  msgid "Unable to change full name"
03e52840d   Kload   Init
50
51
52
53
54
55
56
57
58
  msgstr ""
  
  #: ajax/creategroup.php:10
  msgid "Group already exists"
  msgstr "已存在该组"
  
  #: ajax/creategroup.php:19
  msgid "Unable to add group"
  msgstr "无法添加组"
03e52840d   Kload   Init
59
60
61
62
63
64
65
66
67
68
69
  #: ajax/lostpassword.php:12
  msgid "Email saved"
  msgstr "电子邮件已保存"
  
  #: ajax/lostpassword.php:14
  msgid "Invalid email"
  msgstr "无效的电子邮件"
  
  #: ajax/removegroup.php:13
  msgid "Unable to delete group"
  msgstr "无法删除组"
31b7f2792   Kload   Upgrade to ownclo...
70
  #: ajax/removeuser.php:25
03e52840d   Kload   Init
71
72
73
74
75
76
77
78
79
  msgid "Unable to delete user"
  msgstr "无法删除用户"
  
  #: ajax/setlanguage.php:15
  msgid "Language changed"
  msgstr "语言已修改"
  
  #: ajax/setlanguage.php:17 ajax/setlanguage.php:20
  msgid "Invalid request"
31b7f2792   Kload   Upgrade to ownclo...
80
  msgstr "无效请求"
03e52840d   Kload   Init
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
  
  #: ajax/togglegroups.php:12
  msgid "Admins can't remove themself from the admin group"
  msgstr "管理员不能将自己移出管理组。"
  
  #: ajax/togglegroups.php:30
  #, php-format
  msgid "Unable to add user to group %s"
  msgstr "无法把用户添加到组 %s"
  
  #: ajax/togglegroups.php:36
  #, php-format
  msgid "Unable to remove user from group %s"
  msgstr "无法从组%s中移除用户"
  
  #: ajax/updateapp.php:14
  msgid "Couldn't update app."
31b7f2792   Kload   Upgrade to ownclo...
98
99
100
101
  msgstr "无法更新 app。"
  
  #: changepassword/controller.php:20
  msgid "Wrong password"
03e52840d   Kload   Init
102
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
103
104
105
106
107
108
109
110
111
112
113
114
115
  #: changepassword/controller.php:42
  msgid "No user supplied"
  msgstr ""
  
  #: changepassword/controller.php:74
  msgid ""
  "Please provide an admin recovery password, otherwise all user data will be "
  "lost"
  msgstr ""
  
  #: changepassword/controller.php:79
  msgid ""
  "Wrong admin recovery password. Please check the password and try again."
03e52840d   Kload   Init
116
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
  #: changepassword/controller.php:87
  msgid ""
  "Back-end doesn't support password change, but the users encryption key was "
  "successfully updated."
  msgstr ""
  
  #: changepassword/controller.php:92 changepassword/controller.php:103
  msgid "Unable to change password"
  msgstr ""
  
  #: js/apps.js:43
  msgid "Update to {appversion}"
  msgstr "更新至 {appversion}"
  
  #: js/apps.js:49 js/apps.js:82 js/apps.js:110
03e52840d   Kload   Init
132
133
  msgid "Disable"
  msgstr "禁用"
31b7f2792   Kload   Upgrade to ownclo...
134
  #: js/apps.js:49 js/apps.js:90 js/apps.js:103 js/apps.js:119
03e52840d   Kload   Init
135
  msgid "Enable"
31b7f2792   Kload   Upgrade to ownclo...
136
  msgstr "开启"
03e52840d   Kload   Init
137

31b7f2792   Kload   Upgrade to ownclo...
138
  #: js/apps.js:71
03e52840d   Kload   Init
139
  msgid "Please wait...."
31b7f2792   Kload   Upgrade to ownclo...
140
141
142
143
144
145
146
147
148
  msgstr "请稍等...."
  
  #: js/apps.js:79 js/apps.js:80 js/apps.js:101
  msgid "Error while disabling app"
  msgstr "禁用 app 时出错"
  
  #: js/apps.js:100 js/apps.js:114 js/apps.js:115
  msgid "Error while enabling app"
  msgstr "启用 app 时出错"
03e52840d   Kload   Init
149

31b7f2792   Kload   Upgrade to ownclo...
150
  #: js/apps.js:125
03e52840d   Kload   Init
151
  msgid "Updating...."
31b7f2792   Kload   Upgrade to ownclo...
152
  msgstr "正在更新...."
03e52840d   Kload   Init
153

31b7f2792   Kload   Upgrade to ownclo...
154
  #: js/apps.js:128
03e52840d   Kload   Init
155
  msgid "Error while updating app"
31b7f2792   Kload   Upgrade to ownclo...
156
  msgstr "更新 app 时出错"
03e52840d   Kload   Init
157

31b7f2792   Kload   Upgrade to ownclo...
158
  #: js/apps.js:128
03e52840d   Kload   Init
159
160
  msgid "Error"
  msgstr "错误"
31b7f2792   Kload   Upgrade to ownclo...
161
162
163
164
165
  #: js/apps.js:129 templates/apps.php:43
  msgid "Update"
  msgstr "更新"
  
  #: js/apps.js:132
03e52840d   Kload   Init
166
  msgid "Updated"
31b7f2792   Kload   Upgrade to ownclo...
167
168
169
170
  msgstr "已更新"
  
  #: js/personal.js:220
  msgid "Select a profile picture"
03e52840d   Kload   Init
171
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
172
173
174
175
176
  #: js/personal.js:266
  msgid "Decrypting files... Please wait, this can take some time."
  msgstr "正在解密文件... 请稍等,可能需要一些时间。"
  
  #: js/personal.js:287
03e52840d   Kload   Init
177
  msgid "Saving..."
31b7f2792   Kload   Upgrade to ownclo...
178
  msgstr "保存中"
03e52840d   Kload   Init
179

31b7f2792   Kload   Upgrade to ownclo...
180
  #: js/users.js:47
03e52840d   Kload   Init
181
182
  msgid "deleted"
  msgstr "已经删除"
31b7f2792   Kload   Upgrade to ownclo...
183
  #: js/users.js:47
03e52840d   Kload   Init
184
185
  msgid "undo"
  msgstr "撤销"
31b7f2792   Kload   Upgrade to ownclo...
186
  #: js/users.js:79
03e52840d   Kload   Init
187
  msgid "Unable to remove user"
31b7f2792   Kload   Upgrade to ownclo...
188
  msgstr "无法移除用户"
03e52840d   Kload   Init
189

31b7f2792   Kload   Upgrade to ownclo...
190
191
  #: js/users.js:95 templates/users.php:26 templates/users.php:90
  #: templates/users.php:118
03e52840d   Kload   Init
192
193
  msgid "Groups"
  msgstr "组"
31b7f2792   Kload   Upgrade to ownclo...
194
  #: js/users.js:100 templates/users.php:92 templates/users.php:130
03e52840d   Kload   Init
195
196
  msgid "Group Admin"
  msgstr "组管理员"
31b7f2792   Kload   Upgrade to ownclo...
197
  #: js/users.js:123 templates/users.php:170
03e52840d   Kload   Init
198
199
  msgid "Delete"
  msgstr "删除"
31b7f2792   Kload   Upgrade to ownclo...
200
  #: js/users.js:284
03e52840d   Kload   Init
201
  msgid "add group"
31b7f2792   Kload   Upgrade to ownclo...
202
  msgstr "添加组"
03e52840d   Kload   Init
203

31b7f2792   Kload   Upgrade to ownclo...
204
  #: js/users.js:451
03e52840d   Kload   Init
205
  msgid "A valid username must be provided"
31b7f2792   Kload   Upgrade to ownclo...
206
  msgstr "必须提供合法的用户名"
03e52840d   Kload   Init
207

31b7f2792   Kload   Upgrade to ownclo...
208
  #: js/users.js:452 js/users.js:458 js/users.js:473
03e52840d   Kload   Init
209
  msgid "Error creating user"
31b7f2792   Kload   Upgrade to ownclo...
210
  msgstr "创建用户出错"
03e52840d   Kload   Init
211

31b7f2792   Kload   Upgrade to ownclo...
212
  #: js/users.js:457
03e52840d   Kload   Init
213
  msgid "A valid password must be provided"
31b7f2792   Kload   Upgrade to ownclo...
214
215
216
217
  msgstr "必须提供合法的密码"
  
  #: js/users.js:481
  msgid "Warning: Home directory for user \"{user}\" already exists"
03e52840d   Kload   Init
218
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
219
  #: personal.php:45 personal.php:46
03e52840d   Kload   Init
220
221
  msgid "__language_name__"
  msgstr "简体中文"
31b7f2792   Kload   Upgrade to ownclo...
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
  #: templates/admin.php:8
  msgid "Everything (fatal issues, errors, warnings, info, debug)"
  msgstr ""
  
  #: templates/admin.php:9
  msgid "Info, warnings, errors and fatal issues"
  msgstr ""
  
  #: templates/admin.php:10
  msgid "Warnings, errors and fatal issues"
  msgstr ""
  
  #: templates/admin.php:11
  msgid "Errors and fatal issues"
  msgstr ""
  
  #: templates/admin.php:12
  msgid "Fatal issues only"
  msgstr ""
  
  #: templates/admin.php:22 templates/admin.php:36
03e52840d   Kload   Init
243
244
  msgid "Security Warning"
  msgstr "安全警告"
31b7f2792   Kload   Upgrade to ownclo...
245
246
247
248
249
250
251
252
  #: templates/admin.php:25
  #, php-format
  msgid ""
  "You are accessing %s via HTTP. We strongly suggest you configure your server"
  " to require using HTTPS instead."
  msgstr ""
  
  #: templates/admin.php:39
03e52840d   Kload   Init
253
254
  msgid ""
  "Your data directory and your files are probably accessible from the "
31b7f2792   Kload   Upgrade to ownclo...
255
256
257
258
259
  "internet. The .htaccess file is not working. We strongly suggest that you "
  "configure your webserver in a way that the data directory is no longer "
  "accessible or you move the data directory outside the webserver document "
  "root."
  msgstr "您的数据文件夹和文件可由互联网访问。OwnCloud提供的.htaccess文件未生效。我们强烈建议您配置服务器,以使数据文件夹不可被访问,或者将数据文件夹移到web服务器以外。"
03e52840d   Kload   Init
260

31b7f2792   Kload   Upgrade to ownclo...
261
  #: templates/admin.php:50
03e52840d   Kload   Init
262
  msgid "Setup Warning"
31b7f2792   Kload   Upgrade to ownclo...
263
  msgstr "设置警告"
03e52840d   Kload   Init
264

31b7f2792   Kload   Upgrade to ownclo...
265
  #: templates/admin.php:53
03e52840d   Kload   Init
266
267
268
  msgid ""
  "Your web server is not yet properly setup to allow files synchronization "
  "because the WebDAV interface seems to be broken."
31b7f2792   Kload   Upgrade to ownclo...
269
  msgstr "您的Web服务器尚未正确设置以允许文件同步, 因为WebDAV的接口似乎已损坏."
03e52840d   Kload   Init
270

31b7f2792   Kload   Upgrade to ownclo...
271
  #: templates/admin.php:54
03e52840d   Kload   Init
272
  #, php-format
31b7f2792   Kload   Upgrade to ownclo...
273
274
  msgid "Please double check the <a href=\"%s\">installation guides</a>."
  msgstr "请认真检查<a href='%s'>安装指南</a>."
03e52840d   Kload   Init
275

31b7f2792   Kload   Upgrade to ownclo...
276
  #: templates/admin.php:65
03e52840d   Kload   Init
277
  msgid "Module 'fileinfo' missing"
31b7f2792   Kload   Upgrade to ownclo...
278
  msgstr "模块'文件信息'丢失"
03e52840d   Kload   Init
279

31b7f2792   Kload   Upgrade to ownclo...
280
  #: templates/admin.php:68
03e52840d   Kload   Init
281
282
283
  msgid ""
  "The PHP module 'fileinfo' is missing. We strongly recommend to enable this "
  "module to get best results with mime-type detection."
31b7f2792   Kload   Upgrade to ownclo...
284
285
286
287
  msgstr "PHP模块'文件信息'丢失. 我们强烈建议启用此模块以便mime类型检测取得最佳结果."
  
  #: templates/admin.php:79
  msgid "Your PHP version is outdated"
03e52840d   Kload   Init
288
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
289
290
291
292
293
294
295
296
  #: templates/admin.php:82
  msgid ""
  "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or "
  "newer because older versions are known to be broken. It is possible that "
  "this installation is not working correctly."
  msgstr ""
  
  #: templates/admin.php:93
03e52840d   Kload   Init
297
  msgid "Locale not working"
31b7f2792   Kload   Upgrade to ownclo...
298
299
300
301
302
303
304
305
306
307
  msgstr "本地化无法工作"
  
  #: templates/admin.php:98
  msgid "System locale can not be set to a one which supports UTF-8."
  msgstr ""
  
  #: templates/admin.php:102
  msgid ""
  "This means that there might be problems with certain characters in file "
  "names."
03e52840d   Kload   Init
308
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
309
  #: templates/admin.php:106
03e52840d   Kload   Init
310
311
  #, php-format
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
312
313
  "We strongly suggest to install the required packages on your system to "
  "support one of the following locales: %s."
03e52840d   Kload   Init
314
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
315
  #: templates/admin.php:118
03e52840d   Kload   Init
316
  msgid "Internet connection not working"
31b7f2792   Kload   Upgrade to ownclo...
317
  msgstr "因特网连接无法工作"
03e52840d   Kload   Init
318

31b7f2792   Kload   Upgrade to ownclo...
319
  #: templates/admin.php:121
03e52840d   Kload   Init
320
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
321
322
323
324
325
326
  "This server has no working internet connection. This means that some of the "
  "features like mounting of external storage, notifications about updates or "
  "installation of 3rd party apps don´t work. Accessing files from remote and "
  "sending of notification emails might also not work. We suggest to enable "
  "internet connection for this server if you want to have all features."
  msgstr "此服务器上没有可用的因特网连接. 这意味着某些特性将无法工作,例如挂载外部存储器, 提醒更新或安装第三方应用等. 从远程访问文件和发送提醒电子邮件也可能无法工作. 如果你想要ownCloud的所有特性, 我们建议启用此服务器的因特网连接."
03e52840d   Kload   Init
327

31b7f2792   Kload   Upgrade to ownclo...
328
  #: templates/admin.php:135
03e52840d   Kload   Init
329
  msgid "Cron"
31b7f2792   Kload   Upgrade to ownclo...
330
  msgstr "计划任务"
03e52840d   Kload   Init
331

31b7f2792   Kload   Upgrade to ownclo...
332
  #: templates/admin.php:142
03e52840d   Kload   Init
333
  msgid "Execute one task with each page loaded"
31b7f2792   Kload   Upgrade to ownclo...
334
  msgstr "每个页面加载后执行一个任务"
03e52840d   Kload   Init
335

31b7f2792   Kload   Upgrade to ownclo...
336
  #: templates/admin.php:150
03e52840d   Kload   Init
337
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
338
339
  "cron.php is registered at a webcron service to call cron.php every 15 "
  "minutes over http."
03e52840d   Kload   Init
340
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
341
342
  #: templates/admin.php:158
  msgid "Use systems cron service to call the cron.php file every 15 minutes."
03e52840d   Kload   Init
343
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
344
  #: templates/admin.php:163
03e52840d   Kload   Init
345
  msgid "Sharing"
31b7f2792   Kload   Upgrade to ownclo...
346
  msgstr "共享"
03e52840d   Kload   Init
347

31b7f2792   Kload   Upgrade to ownclo...
348
  #: templates/admin.php:169
03e52840d   Kload   Init
349
  msgid "Enable Share API"
31b7f2792   Kload   Upgrade to ownclo...
350
  msgstr "启用共享API"
03e52840d   Kload   Init
351

31b7f2792   Kload   Upgrade to ownclo...
352
  #: templates/admin.php:170
03e52840d   Kload   Init
353
  msgid "Allow apps to use the Share API"
31b7f2792   Kload   Upgrade to ownclo...
354
  msgstr "允许应用软件使用共享API"
03e52840d   Kload   Init
355

31b7f2792   Kload   Upgrade to ownclo...
356
  #: templates/admin.php:177
03e52840d   Kload   Init
357
  msgid "Allow links"
31b7f2792   Kload   Upgrade to ownclo...
358
  msgstr "允许链接"
03e52840d   Kload   Init
359

31b7f2792   Kload   Upgrade to ownclo...
360
  #: templates/admin.php:178
03e52840d   Kload   Init
361
  msgid "Allow users to share items to the public with links"
31b7f2792   Kload   Upgrade to ownclo...
362
  msgstr "允许用户使用连接公开共享项目"
03e52840d   Kload   Init
363

31b7f2792   Kload   Upgrade to ownclo...
364
365
366
367
368
369
370
371
372
373
  #: templates/admin.php:186
  msgid "Allow public uploads"
  msgstr "允许公开上传"
  
  #: templates/admin.php:187
  msgid ""
  "Allow users to enable others to upload into their publicly shared folders"
  msgstr "用户可让其他人上传到他的公开共享文件夹"
  
  #: templates/admin.php:195
03e52840d   Kload   Init
374
  msgid "Allow resharing"
31b7f2792   Kload   Upgrade to ownclo...
375
  msgstr "允许再次共享"
03e52840d   Kload   Init
376

31b7f2792   Kload   Upgrade to ownclo...
377
  #: templates/admin.php:196
03e52840d   Kload   Init
378
  msgid "Allow users to share items shared with them again"
31b7f2792   Kload   Upgrade to ownclo...
379
  msgstr "允许用户将共享给他们的项目再次共享"
03e52840d   Kload   Init
380

31b7f2792   Kload   Upgrade to ownclo...
381
  #: templates/admin.php:203
03e52840d   Kload   Init
382
  msgid "Allow users to share with anyone"
31b7f2792   Kload   Upgrade to ownclo...
383
  msgstr "允许用户向任何人共享"
03e52840d   Kload   Init
384

31b7f2792   Kload   Upgrade to ownclo...
385
  #: templates/admin.php:206
03e52840d   Kload   Init
386
  msgid "Allow users to only share with users in their groups"
31b7f2792   Kload   Upgrade to ownclo...
387
388
389
390
  msgstr "允许用户只向同组用户共享"
  
  #: templates/admin.php:213
  msgid "Allow mail notification"
03e52840d   Kload   Init
391
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
392
393
  #: templates/admin.php:214
  msgid "Allow user to send mail notification for shared files"
03e52840d   Kload   Init
394
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
395
396
397
398
399
  #: templates/admin.php:221
  msgid "Security"
  msgstr "安全"
  
  #: templates/admin.php:234
03e52840d   Kload   Init
400
  msgid "Enforce HTTPS"
31b7f2792   Kload   Upgrade to ownclo...
401
  msgstr "强制使用 HTTPS"
03e52840d   Kload   Init
402

31b7f2792   Kload   Upgrade to ownclo...
403
404
405
406
  #: templates/admin.php:236
  #, php-format
  msgid "Forces the clients to connect to %s via an encrypted connection."
  msgstr "强制客户端通过加密连接连接到%s。"
03e52840d   Kload   Init
407

31b7f2792   Kload   Upgrade to ownclo...
408
409
  #: templates/admin.php:242
  #, php-format
03e52840d   Kload   Init
410
  msgid ""
31b7f2792   Kload   Upgrade to ownclo...
411
412
413
  "Please connect to your %s via HTTPS to enable or disable the SSL "
  "enforcement."
  msgstr "请经由HTTPS连接到这个%s 实例来启用或禁用强制SSL."
03e52840d   Kload   Init
414

31b7f2792   Kload   Upgrade to ownclo...
415
  #: templates/admin.php:254
03e52840d   Kload   Init
416
  msgid "Log"
31b7f2792   Kload   Upgrade to ownclo...
417
  msgstr "日志"
03e52840d   Kload   Init
418

31b7f2792   Kload   Upgrade to ownclo...
419
  #: templates/admin.php:255
03e52840d   Kload   Init
420
  msgid "Log level"
31b7f2792   Kload   Upgrade to ownclo...
421
  msgstr "日志级别"
03e52840d   Kload   Init
422

31b7f2792   Kload   Upgrade to ownclo...
423
  #: templates/admin.php:287
03e52840d   Kload   Init
424
425
  msgid "More"
  msgstr "更多"
31b7f2792   Kload   Upgrade to ownclo...
426
427
428
429
430
  #: templates/admin.php:288
  msgid "Less"
  msgstr "更少"
  
  #: templates/admin.php:294 templates/personal.php:173
03e52840d   Kload   Init
431
432
  msgid "Version"
  msgstr "版本"
31b7f2792   Kload   Upgrade to ownclo...
433
  #: templates/admin.php:298 templates/personal.php:176
03e52840d   Kload   Init
434
435
436
437
438
439
440
441
  msgid ""
  "Developed by the <a href=\"http://ownCloud.org/contact\" "
  "target=\"_blank\">ownCloud community</a>, the <a "
  "href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is "
  "licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" "
  "target=\"_blank\"><abbr title=\"Affero General Public "
  "License\">AGPL</abbr></a>."
  msgstr "由<a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud社区</a>开发,  <a href=\"https://github.com/owncloud\" target=\"_blank\">源代码</a>在<a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>许可证下发布。"
31b7f2792   Kload   Upgrade to ownclo...
442
  #: templates/apps.php:13
03e52840d   Kload   Init
443
444
  msgid "Add your App"
  msgstr "添加应用"
31b7f2792   Kload   Upgrade to ownclo...
445
  #: templates/apps.php:28
03e52840d   Kload   Init
446
447
  msgid "More Apps"
  msgstr "更多应用"
31b7f2792   Kload   Upgrade to ownclo...
448
  #: templates/apps.php:33
03e52840d   Kload   Init
449
450
  msgid "Select an App"
  msgstr "选择一个应用"
31b7f2792   Kload   Upgrade to ownclo...
451
  #: templates/apps.php:39
03e52840d   Kload   Init
452
453
  msgid "See application page at apps.owncloud.com"
  msgstr "查看在 app.owncloud.com 的应用程序页面"
31b7f2792   Kload   Upgrade to ownclo...
454
  #: templates/apps.php:41
03e52840d   Kload   Init
455
456
  msgid "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>"
  msgstr "<span class=\"licence\"></span>-核准: <span class=\"author\"></span>"
03e52840d   Kload   Init
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
  #: templates/help.php:4
  msgid "User Documentation"
  msgstr "用户文档"
  
  #: templates/help.php:6
  msgid "Administrator Documentation"
  msgstr "管理员文档"
  
  #: templates/help.php:9
  msgid "Online Documentation"
  msgstr "在线文档"
  
  #: templates/help.php:11
  msgid "Forum"
  msgstr "论坛"
  
  #: templates/help.php:14
  msgid "Bugtracker"
  msgstr "问题跟踪器"
  
  #: templates/help.php:17
  msgid "Commercial Support"
  msgstr "商业支持"
  
  #: templates/personal.php:8
03e52840d   Kload   Init
482
483
  msgid "Get the apps to sync your files"
  msgstr "安装应用进行文件同步"
31b7f2792   Kload   Upgrade to ownclo...
484
  #: templates/personal.php:19
03e52840d   Kload   Init
485
  msgid "Show First Run Wizard again"
31b7f2792   Kload   Upgrade to ownclo...
486
487
488
489
490
491
  msgstr "再次显示首次运行向导"
  
  #: templates/personal.php:27
  #, php-format
  msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>"
  msgstr "你已使用 <strong>%s</strong>,有效空间 <strong>%s</strong>"
03e52840d   Kload   Init
492

31b7f2792   Kload   Upgrade to ownclo...
493
  #: templates/personal.php:39 templates/users.php:23 templates/users.php:89
03e52840d   Kload   Init
494
495
  msgid "Password"
  msgstr "密码"
31b7f2792   Kload   Upgrade to ownclo...
496
  #: templates/personal.php:40
03e52840d   Kload   Init
497
498
  msgid "Your password was changed"
  msgstr "密码已修改"
31b7f2792   Kload   Upgrade to ownclo...
499
  #: templates/personal.php:41
03e52840d   Kload   Init
500
501
  msgid "Unable to change your password"
  msgstr "无法修改密码"
31b7f2792   Kload   Upgrade to ownclo...
502
  #: templates/personal.php:42
03e52840d   Kload   Init
503
504
  msgid "Current password"
  msgstr "当前密码"
31b7f2792   Kload   Upgrade to ownclo...
505
  #: templates/personal.php:44
03e52840d   Kload   Init
506
507
  msgid "New password"
  msgstr "新密码"
31b7f2792   Kload   Upgrade to ownclo...
508
  #: templates/personal.php:46
03e52840d   Kload   Init
509
510
  msgid "Change password"
  msgstr "修改密码"
31b7f2792   Kload   Upgrade to ownclo...
511
512
  #: templates/personal.php:58 templates/users.php:88
  msgid "Full Name"
03e52840d   Kload   Init
513
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
514
  #: templates/personal.php:73
03e52840d   Kload   Init
515
516
  msgid "Email"
  msgstr "电子邮件"
31b7f2792   Kload   Upgrade to ownclo...
517
  #: templates/personal.php:75
03e52840d   Kload   Init
518
519
  msgid "Your email address"
  msgstr "您的电子邮件"
31b7f2792   Kload   Upgrade to ownclo...
520
  #: templates/personal.php:76
03e52840d   Kload   Init
521
522
  msgid "Fill in an email address to enable password recovery"
  msgstr "填写电子邮件地址以启用密码恢复功能"
31b7f2792   Kload   Upgrade to ownclo...
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
  #: templates/personal.php:86
  msgid "Profile picture"
  msgstr "联系人图片"
  
  #: templates/personal.php:91
  msgid "Upload new"
  msgstr ""
  
  #: templates/personal.php:93
  msgid "Select new from Files"
  msgstr ""
  
  #: templates/personal.php:94
  msgid "Remove image"
  msgstr ""
  
  #: templates/personal.php:95
  msgid "Either png or jpg. Ideally square but you will be able to crop it."
  msgstr ""
  
  #: templates/personal.php:97
  msgid "Your avatar is provided by your original account."
  msgstr ""
  
  #: templates/personal.php:101
  msgid "Abort"
  msgstr ""
  
  #: templates/personal.php:102
  msgid "Choose as profile image"
  msgstr ""
  
  #: templates/personal.php:110 templates/personal.php:111
03e52840d   Kload   Init
556
557
  msgid "Language"
  msgstr "语言"
31b7f2792   Kload   Upgrade to ownclo...
558
  #: templates/personal.php:130
03e52840d   Kload   Init
559
560
  msgid "Help translate"
  msgstr "帮助翻译"
31b7f2792   Kload   Upgrade to ownclo...
561
  #: templates/personal.php:137
03e52840d   Kload   Init
562
563
  msgid "WebDAV"
  msgstr "WebDAV"
31b7f2792   Kload   Upgrade to ownclo...
564
565
566
567
568
569
  #: templates/personal.php:139
  #, php-format
  msgid ""
  "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via "
  "WebDAV</a>"
  msgstr ""
03e52840d   Kload   Init
570

31b7f2792   Kload   Upgrade to ownclo...
571
572
573
574
575
576
  #: templates/personal.php:150
  msgid "Encryption"
  msgstr "加密"
  
  #: templates/personal.php:152
  msgid "The encryption app is no longer enabled, please decrypt all your files"
03e52840d   Kload   Init
577
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
578
579
580
581
582
583
584
585
586
587
588
589
590
  #: templates/personal.php:158
  msgid "Log-in password"
  msgstr "登录密码"
  
  #: templates/personal.php:163
  msgid "Decrypt all Files"
  msgstr "解密所有文件"
  
  #: templates/users.php:21
  msgid "Login Name"
  msgstr "登录名称"
  
  #: templates/users.php:30
03e52840d   Kload   Init
591
592
  msgid "Create"
  msgstr "创建"
31b7f2792   Kload   Upgrade to ownclo...
593
594
595
596
597
598
599
600
601
602
603
  #: templates/users.php:36
  msgid "Admin Recovery Password"
  msgstr "管理恢复密码"
  
  #: templates/users.php:37 templates/users.php:38
  msgid ""
  "Enter the recovery password in order to recover the users files during "
  "password change"
  msgstr "输入恢复密码来在更改密码的时候恢复用户文件"
  
  #: templates/users.php:42
03e52840d   Kload   Init
604
605
  msgid "Default Storage"
  msgstr "默认存储"
31b7f2792   Kload   Upgrade to ownclo...
606
607
608
609
610
  #: templates/users.php:44 templates/users.php:139
  msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")"
  msgstr ""
  
  #: templates/users.php:48 templates/users.php:148
03e52840d   Kload   Init
611
612
  msgid "Unlimited"
  msgstr "无限"
31b7f2792   Kload   Upgrade to ownclo...
613
  #: templates/users.php:66 templates/users.php:163
03e52840d   Kload   Init
614
615
  msgid "Other"
  msgstr "其它"
31b7f2792   Kload   Upgrade to ownclo...
616
617
618
619
620
  #: templates/users.php:87
  msgid "Username"
  msgstr "用户名"
  
  #: templates/users.php:94
03e52840d   Kload   Init
621
622
  msgid "Storage"
  msgstr "存储"
31b7f2792   Kload   Upgrade to ownclo...
623
624
  #: templates/users.php:108
  msgid "change full name"
03e52840d   Kload   Init
625
  msgstr ""
31b7f2792   Kload   Upgrade to ownclo...
626
  #: templates/users.php:112
03e52840d   Kload   Init
627
  msgid "set new password"
31b7f2792   Kload   Upgrade to ownclo...
628
  msgstr "设置新密码"
03e52840d   Kload   Init
629

31b7f2792   Kload   Upgrade to ownclo...
630
  #: templates/users.php:143
03e52840d   Kload   Init
631
632
  msgid "Default"
  msgstr "默认"