Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

django.po 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Brian Wang <singeeking@gmail.com>, 2018
  5. # Fulong Sun <sunfulong@neusoft.edu.cn>, 2016
  6. # Jannis Leidel <jannis@leidel.info>, 2011
  7. # Kevin Sze <leiarix@gmail.com>, 2012
  8. # Lele Long <schemacs@gmail.com>, 2011,2015
  9. # Le Yang <youngleocn@qq.com>, 2018
  10. # Liping Wang <lynn.config@gmail.com>, 2016-2017
  11. # mozillazg <opensource.mozillazg@gmail.com>, 2016
  12. # Ronald White <ouyanghongyu@gmail.com>, 2013-2014
  13. # Sean Lee <iseansay@gmail.com>, 2013
  14. # Sean Lee <iseansay@gmail.com>, 2013
  15. # slene <vslene@gmail.com>, 2011
  16. # Wentao Han <wentao.han@gmail.com>, 2018
  17. # xuyi wang <xuyi.wg@gmail.com>, 2018
  18. # yf zhan <daxian12345@gmail.com>, 2018
  19. # Ziang Song <songziang@gmail.com>, 2012
  20. # Kevin Sze <leiarix@gmail.com>, 2012
  21. # 雨翌 <yumendy@163.com>, 2016
  22. # Ronald White <ouyanghongyu@gmail.com>, 2013
  23. msgid ""
  24. msgstr ""
  25. "Project-Id-Version: django\n"
  26. "Report-Msgid-Bugs-To: \n"
  27. "POT-Creation-Date: 2018-05-21 14:16-0300\n"
  28. "PO-Revision-Date: 2018-09-28 07:44+0000\n"
  29. "Last-Translator: Wentao Han <wentao.han@gmail.com>\n"
  30. "Language-Team: Chinese (China) (http://www.transifex.com/django/django/"
  31. "language/zh_CN/)\n"
  32. "MIME-Version: 1.0\n"
  33. "Content-Type: text/plain; charset=UTF-8\n"
  34. "Content-Transfer-Encoding: 8bit\n"
  35. "Language: zh_CN\n"
  36. "Plural-Forms: nplurals=1; plural=0;\n"
  37. #, python-format
  38. msgid "Successfully deleted %(count)d %(items)s."
  39. msgstr "成功删除了 %(count)d 个 %(items)s"
  40. #, python-format
  41. msgid "Cannot delete %(name)s"
  42. msgstr "无法删除 %(name)s"
  43. msgid "Are you sure?"
  44. msgstr "你确定吗?"
  45. #, python-format
  46. msgid "Delete selected %(verbose_name_plural)s"
  47. msgstr "删除所选的 %(verbose_name_plural)s"
  48. msgid "Administration"
  49. msgstr "管理"
  50. msgid "All"
  51. msgstr "全部"
  52. msgid "Yes"
  53. msgstr "是"
  54. msgid "No"
  55. msgstr "否"
  56. msgid "Unknown"
  57. msgstr "未知"
  58. msgid "Any date"
  59. msgstr "任意日期"
  60. msgid "Today"
  61. msgstr "今天"
  62. msgid "Past 7 days"
  63. msgstr "过去7天"
  64. msgid "This month"
  65. msgstr "本月"
  66. msgid "This year"
  67. msgstr "今年"
  68. msgid "No date"
  69. msgstr "没有日期"
  70. msgid "Has date"
  71. msgstr "具有日期"
  72. #, python-format
  73. msgid ""
  74. "Please enter the correct %(username)s and password for a staff account. Note "
  75. "that both fields may be case-sensitive."
  76. msgstr "请输入一个正确的 %(username)s 和密码. 注意他们都是区分大小写的."
  77. msgid "Action:"
  78. msgstr "动作"
  79. #, python-format
  80. msgid "Add another %(verbose_name)s"
  81. msgstr "添加另一个 %(verbose_name)s"
  82. msgid "Remove"
  83. msgstr "删除"
  84. msgid "Addition"
  85. msgstr "添加"
  86. msgid "Change"
  87. msgstr "修改"
  88. msgid "Deletion"
  89. msgstr "删除"
  90. msgid "action time"
  91. msgstr "动作时间"
  92. msgid "user"
  93. msgstr "用户"
  94. msgid "content type"
  95. msgstr "内容类型"
  96. msgid "object id"
  97. msgstr "对象id"
  98. #. Translators: 'repr' means representation
  99. #. (https://docs.python.org/3/library/functions.html#repr)
  100. msgid "object repr"
  101. msgstr "对象表示"
  102. msgid "action flag"
  103. msgstr "动作标志"
  104. msgid "change message"
  105. msgstr "修改消息"
  106. msgid "log entry"
  107. msgstr "日志记录"
  108. msgid "log entries"
  109. msgstr "日志记录"
  110. #, python-format
  111. msgid "Added \"%(object)s\"."
  112. msgstr "已经添加了 \"%(object)s\"."
  113. #, python-format
  114. msgid "Changed \"%(object)s\" - %(changes)s"
  115. msgstr "修改了 \"%(object)s\" - %(changes)s"
  116. #, python-format
  117. msgid "Deleted \"%(object)s.\""
  118. msgstr "删除了 \"%(object)s.\""
  119. msgid "LogEntry Object"
  120. msgstr "LogEntry对象"
  121. #, python-brace-format
  122. msgid "Added {name} \"{object}\"."
  123. msgstr "已添加{name}\"{object}\"。"
  124. msgid "Added."
  125. msgstr "已添加。"
  126. msgid "and"
  127. msgstr "和"
  128. #, python-brace-format
  129. msgid "Changed {fields} for {name} \"{object}\"."
  130. msgstr "已修改{name} \"{object}\"的{fields}。"
  131. #, python-brace-format
  132. msgid "Changed {fields}."
  133. msgstr "已修改{fields}。"
  134. #, python-brace-format
  135. msgid "Deleted {name} \"{object}\"."
  136. msgstr "已删除{name}\"{object}\"。"
  137. msgid "No fields changed."
  138. msgstr "没有字段被修改。"
  139. msgid "None"
  140. msgstr "无"
  141. msgid ""
  142. "Hold down \"Control\", or \"Command\" on a Mac, to select more than one."
  143. msgstr "按住 ”Control“,或者Mac上的 “Command”,可以选择多个。"
  144. #, python-brace-format
  145. msgid "The {name} \"{obj}\" was added successfully."
  146. msgstr "{name}\"{obj}\"添加成功。"
  147. msgid "You may edit it again below."
  148. msgstr "您可以在下面再次编辑它."
  149. #, python-brace-format
  150. msgid ""
  151. "The {name} \"{obj}\" was added successfully. You may add another {name} "
  152. "below."
  153. msgstr "{name} \"{obj}\" 已经添加成功。你可以在下面添加其它的{name}。"
  154. #, python-brace-format
  155. msgid ""
  156. "The {name} \"{obj}\" was changed successfully. You may edit it again below."
  157. msgstr "{name} \"{obj}\" 添加成功。你可以在下面再次编辑它。"
  158. #, python-brace-format
  159. msgid ""
  160. "The {name} \"{obj}\" was added successfully. You may edit it again below."
  161. msgstr "{name} \"{obj}\" 已经添加成功。你可以在下面再次编辑它。"
  162. #, python-brace-format
  163. msgid ""
  164. "The {name} \"{obj}\" was changed successfully. You may add another {name} "
  165. "below."
  166. msgstr "{name} \"{obj}\" 已经成功进行变更。你可以在下面添加其它的{name}。"
  167. #, python-brace-format
  168. msgid "The {name} \"{obj}\" was changed successfully."
  169. msgstr "{name}\"{obj}\"修改成功。"
  170. msgid ""
  171. "Items must be selected in order to perform actions on them. No items have "
  172. "been changed."
  173. msgstr "条目必须选中以对其进行操作。没有任何条目被更改。"
  174. msgid "No action selected."
  175. msgstr "未选择动作"
  176. #, python-format
  177. msgid "The %(name)s \"%(obj)s\" was deleted successfully."
  178. msgstr "%(name)s \"%(obj)s\" 删除成功。"
  179. #, python-format
  180. msgid "%(name)s with ID \"%(key)s\" doesn't exist. Perhaps it was deleted?"
  181. msgstr "ID为“%(key)s”的%(name)s不存在。也许它被删除了? "
  182. #, python-format
  183. msgid "Add %s"
  184. msgstr "增加 %s"
  185. #, python-format
  186. msgid "Change %s"
  187. msgstr "修改 %s"
  188. #, python-format
  189. msgid "View %s"
  190. msgstr "查看 %s"
  191. msgid "Database error"
  192. msgstr "数据库错误"
  193. #, python-format
  194. msgid "%(count)s %(name)s was changed successfully."
  195. msgid_plural "%(count)s %(name)s were changed successfully."
  196. msgstr[0] "总共 %(count)s 个 %(name)s 变更成功。"
  197. #, python-format
  198. msgid "%(total_count)s selected"
  199. msgid_plural "All %(total_count)s selected"
  200. msgstr[0] "选中了 %(total_count)s 个"
  201. #, python-format
  202. msgid "0 of %(cnt)s selected"
  203. msgstr "%(cnt)s 个中 0 个被选"
  204. #, python-format
  205. msgid "Change history: %s"
  206. msgstr "变更历史: %s"
  207. #. Translators: Model verbose name and instance representation,
  208. #. suitable to be an item in a list.
  209. #, python-format
  210. msgid "%(class_name)s %(instance)s"
  211. msgstr "%(class_name)s %(instance)s"
  212. #, python-format
  213. msgid ""
  214. "Deleting %(class_name)s %(instance)s would require deleting the following "
  215. "protected related objects: %(related_objects)s"
  216. msgstr ""
  217. "删除 %(class_name)s %(instance)s 将需要删除以下受保护的相关对象: "
  218. "%(related_objects)s"
  219. msgid "Django site admin"
  220. msgstr "Django 站点管理员"
  221. msgid "Django administration"
  222. msgstr "Django 管理"
  223. msgid "Site administration"
  224. msgstr "站点管理"
  225. msgid "Log in"
  226. msgstr "登录"
  227. #, python-format
  228. msgid "%(app)s administration"
  229. msgstr "%(app)s 管理"
  230. msgid "Page not found"
  231. msgstr "页面没有找到"
  232. msgid "We're sorry, but the requested page could not be found."
  233. msgstr "很报歉,请求页面无法找到。"
  234. msgid "Home"
  235. msgstr "首页"
  236. msgid "Server error"
  237. msgstr "服务器错误"
  238. msgid "Server error (500)"
  239. msgstr "服务器错误(500)"
  240. msgid "Server Error <em>(500)</em>"
  241. msgstr "服务器错误 <em>(500)</em>"
  242. msgid ""
  243. "There's been an error. It's been reported to the site administrators via "
  244. "email and should be fixed shortly. Thanks for your patience."
  245. msgstr ""
  246. "有一个错误。已经通过电子邮件通知网站管理员,不久以后应该可以修复。谢谢你的参"
  247. "与。"
  248. msgid "Run the selected action"
  249. msgstr "运行选中的动作"
  250. msgid "Go"
  251. msgstr "执行"
  252. msgid "Click here to select the objects across all pages"
  253. msgstr "点击此处选择所有页面中包含的对象。"
  254. #, python-format
  255. msgid "Select all %(total_count)s %(module_name)s"
  256. msgstr "选中所有的 %(total_count)s 个 %(module_name)s"
  257. msgid "Clear selection"
  258. msgstr "清除选中"
  259. msgid ""
  260. "First, enter a username and password. Then, you'll be able to edit more user "
  261. "options."
  262. msgstr "首先,输入一个用户名和密码。然后,你就可以编辑更多的用户选项。"
  263. msgid "Enter a username and password."
  264. msgstr "输入用户名和密码"
  265. msgid "Change password"
  266. msgstr "修改密码"
  267. msgid "Please correct the error below."
  268. msgstr "请更正下列错误。"
  269. msgid "Please correct the errors below."
  270. msgstr "请更正下列错误。"
  271. #, python-format
  272. msgid "Enter a new password for the user <strong>%(username)s</strong>."
  273. msgstr "为用户 <strong>%(username)s</strong> 输入一个新的密码。"
  274. msgid "Welcome,"
  275. msgstr "欢迎,"
  276. msgid "View site"
  277. msgstr "查看站点"
  278. msgid "Documentation"
  279. msgstr "文档"
  280. msgid "Log out"
  281. msgstr "注销"
  282. #, python-format
  283. msgid "Add %(name)s"
  284. msgstr "增加 %(name)s"
  285. msgid "History"
  286. msgstr "历史"
  287. msgid "View on site"
  288. msgstr "在站点上查看"
  289. msgid "Filter"
  290. msgstr "过滤器"
  291. msgid "Remove from sorting"
  292. msgstr "删除排序"
  293. #, python-format
  294. msgid "Sorting priority: %(priority_number)s"
  295. msgstr "排序优先级: %(priority_number)s"
  296. msgid "Toggle sorting"
  297. msgstr "正逆序切换"
  298. msgid "Delete"
  299. msgstr "删除"
  300. #, python-format
  301. msgid ""
  302. "Deleting the %(object_name)s '%(escaped_object)s' would result in deleting "
  303. "related objects, but your account doesn't have permission to delete the "
  304. "following types of objects:"
  305. msgstr ""
  306. "删除 %(object_name)s '%(escaped_object)s' 会导致删除相关的对象,但你的帐号无"
  307. "权删除下列类型的对象:"
  308. #, python-format
  309. msgid ""
  310. "Deleting the %(object_name)s '%(escaped_object)s' would require deleting the "
  311. "following protected related objects:"
  312. msgstr ""
  313. "要删除 %(object_name)s '%(escaped_object)s', 将要求删除以下受保护的相关对象:"
  314. #, python-format
  315. msgid ""
  316. "Are you sure you want to delete the %(object_name)s \"%(escaped_object)s\"? "
  317. "All of the following related items will be deleted:"
  318. msgstr ""
  319. "你确认想要删除 %(object_name)s \"%(escaped_object)s\"? 下列所有相关的项目都"
  320. "将被删除:"
  321. msgid "Objects"
  322. msgstr "对象"
  323. msgid "Yes, I'm sure"
  324. msgstr "是的,我确定"
  325. msgid "No, take me back"
  326. msgstr "不,返回"
  327. msgid "Delete multiple objects"
  328. msgstr "删除多个对象"
  329. #, python-format
  330. msgid ""
  331. "Deleting the selected %(objects_name)s would result in deleting related "
  332. "objects, but your account doesn't have permission to delete the following "
  333. "types of objects:"
  334. msgstr ""
  335. "要删除所选的 %(objects_name)s 结果会删除相关对象, 但你的账户没有权限删除这类"
  336. "对象:"
  337. #, python-format
  338. msgid ""
  339. "Deleting the selected %(objects_name)s would require deleting the following "
  340. "protected related objects:"
  341. msgstr "要删除所选的 %(objects_name)s, 将要求删除以下受保护的相关对象:"
  342. #, python-format
  343. msgid ""
  344. "Are you sure you want to delete the selected %(objects_name)s? All of the "
  345. "following objects and their related items will be deleted:"
  346. msgstr ""
  347. "请确认要删除选中的 %(objects_name)s 吗?以下所有对象和余它们相关的条目将都会"
  348. "被删除:"
  349. msgid "View"
  350. msgstr "查看"
  351. msgid "Delete?"
  352. msgstr "删除?"
  353. #, python-format
  354. msgid " By %(filter_title)s "
  355. msgstr " 以 %(filter_title)s"
  356. msgid "Summary"
  357. msgstr "概览"
  358. #, python-format
  359. msgid "Models in the %(name)s application"
  360. msgstr "在应用程序 %(name)s 中的模型"
  361. msgid "Add"
  362. msgstr "增加"
  363. msgid "You don't have permission to view or edit anything."
  364. msgstr "无权查看或修改。"
  365. msgid "Recent actions"
  366. msgstr "最近动作"
  367. msgid "My actions"
  368. msgstr "我的动作"
  369. msgid "None available"
  370. msgstr "无可用的"
  371. msgid "Unknown content"
  372. msgstr "未知内容"
  373. msgid ""
  374. "Something's wrong with your database installation. Make sure the appropriate "
  375. "database tables have been created, and make sure the database is readable by "
  376. "the appropriate user."
  377. msgstr ""
  378. "你的数据库安装有误。确保已经创建了相应的数据库表,并确保数据库可被相关的用户"
  379. "读取。"
  380. #, python-format
  381. msgid ""
  382. "You are authenticated as %(username)s, but are not authorized to access this "
  383. "page. Would you like to login to a different account?"
  384. msgstr ""
  385. "您当前以%(username)s登录,但是没有这个页面的访问权限。您想使用另外一个账号登"
  386. "录吗?"
  387. msgid "Forgotten your password or username?"
  388. msgstr "忘记了您的密码或用户名?"
  389. msgid "Date/time"
  390. msgstr "日期/时间"
  391. msgid "User"
  392. msgstr "用户"
  393. msgid "Action"
  394. msgstr "动作"
  395. msgid ""
  396. "This object doesn't have a change history. It probably wasn't added via this "
  397. "admin site."
  398. msgstr "该对象没有变更历史记录。可能从未通过这个管理站点添加。"
  399. msgid "Show all"
  400. msgstr "显示全部"
  401. msgid "Save"
  402. msgstr "保存"
  403. msgid "Popup closing..."
  404. msgstr "弹窗关闭中。。。"
  405. #, python-format
  406. msgid "Change selected %(model)s"
  407. msgstr "更改选中的%(model)s"
  408. #, python-format
  409. msgid "View selected %(model)s"
  410. msgstr "查看已选的%(model)s"
  411. #, python-format
  412. msgid "Add another %(model)s"
  413. msgstr "增加另一个 %(model)s"
  414. #, python-format
  415. msgid "Delete selected %(model)s"
  416. msgstr "取消选中 %(model)s"
  417. msgid "Search"
  418. msgstr "搜索"
  419. #, python-format
  420. msgid "%(counter)s result"
  421. msgid_plural "%(counter)s results"
  422. msgstr[0] "%(counter)s 条结果。"
  423. #, python-format
  424. msgid "%(full_result_count)s total"
  425. msgstr "总共 %(full_result_count)s"
  426. msgid "Save as new"
  427. msgstr "保存为新的"
  428. msgid "Save and add another"
  429. msgstr "保存并增加另一个"
  430. msgid "Save and continue editing"
  431. msgstr "保存并继续编辑"
  432. msgid "Save and view"
  433. msgstr "保存并查看"
  434. msgid "Close"
  435. msgstr "关闭"
  436. msgid "Thanks for spending some quality time with the Web site today."
  437. msgstr "感谢您今天在本站花费了一些宝贵时间。"
  438. msgid "Log in again"
  439. msgstr "重新登录"
  440. msgid "Password change"
  441. msgstr "密码修改"
  442. msgid "Your password was changed."
  443. msgstr "你的密码已修改。"
  444. msgid ""
  445. "Please enter your old password, for security's sake, and then enter your new "
  446. "password twice so we can verify you typed it in correctly."
  447. msgstr ""
  448. "请输入你的旧密码,为了安全起见,接着要输入两遍新密码,以便我们校验你输入的是"
  449. "否正确。"
  450. msgid "Change my password"
  451. msgstr "修改我的密码"
  452. msgid "Password reset"
  453. msgstr "密码重设"
  454. msgid "Your password has been set. You may go ahead and log in now."
  455. msgstr "你的密码己经设置完成,现在你可以继续进行登录。"
  456. msgid "Password reset confirmation"
  457. msgstr "密码重设确认"
  458. msgid ""
  459. "Please enter your new password twice so we can verify you typed it in "
  460. "correctly."
  461. msgstr "请输入两遍新密码,以便我们校验你输入的是否正确。"
  462. msgid "New password:"
  463. msgstr "新密码:"
  464. msgid "Confirm password:"
  465. msgstr "确认密码:"
  466. msgid ""
  467. "The password reset link was invalid, possibly because it has already been "
  468. "used. Please request a new password reset."
  469. msgstr "密码重置链接无效,可能是因为它已使用。可以请求一次新的密码重置。"
  470. msgid ""
  471. "We've emailed you instructions for setting your password, if an account "
  472. "exists with the email you entered. You should receive them shortly."
  473. msgstr ""
  474. "如果您输入的邮件地址所对应的账户存在,设置密码的提示已经发送邮件给您,您将很"
  475. "快收到。"
  476. msgid ""
  477. "If you don't receive an email, please make sure you've entered the address "
  478. "you registered with, and check your spam folder."
  479. msgstr ""
  480. "如果你没有收到邮件, 请确保您所输入的地址是正确的, 并检查您的垃圾邮件文件夹."
  481. #, python-format
  482. msgid ""
  483. "You're receiving this email because you requested a password reset for your "
  484. "user account at %(site_name)s."
  485. msgstr "你收到这封邮件是因为你请求重置你在网站 %(site_name)s上的用户账户密码。"
  486. msgid "Please go to the following page and choose a new password:"
  487. msgstr "请访问该页面并选择一个新密码:"
  488. msgid "Your username, in case you've forgotten:"
  489. msgstr "你的用户名,如果已忘记的话:"
  490. msgid "Thanks for using our site!"
  491. msgstr "感谢使用我们的站点!"
  492. #, python-format
  493. msgid "The %(site_name)s team"
  494. msgstr "%(site_name)s 团队"
  495. msgid ""
  496. "Forgotten your password? Enter your email address below, and we'll email "
  497. "instructions for setting a new one."
  498. msgstr ""
  499. "忘记你的密码了?在下面输入你的电子邮件地址,我们将发送一封设置新密码的邮件给"
  500. "你。"
  501. msgid "Email address:"
  502. msgstr "电子邮件地址:"
  503. msgid "Reset my password"
  504. msgstr "重设我的密码"
  505. msgid "All dates"
  506. msgstr "所有日期"
  507. #, python-format
  508. msgid "Select %s"
  509. msgstr "选择 %s"
  510. #, python-format
  511. msgid "Select %s to change"
  512. msgstr "选择 %s 来修改"
  513. #, python-format
  514. msgid "Select %s to view"
  515. msgstr "选择%s查看"
  516. msgid "Date:"
  517. msgstr "日期:"
  518. msgid "Time:"
  519. msgstr "时间:"
  520. msgid "Lookup"
  521. msgstr "查询"
  522. msgid "Currently:"
  523. msgstr "当前:"
  524. msgid "Change:"
  525. msgstr "更改:"