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 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Lele Long <schemacs@gmail.com>, 2015,2017
  5. # Liping Wang <lynn.config@gmail.com>, 2016
  6. # Liping Wang <lynn.config@gmail.com>, 2016
  7. # wang zhao <672565116@qq.com>, 2018
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: django\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2018-05-17 11:49+0200\n"
  13. "PO-Revision-Date: 2018-10-18 08:48+0000\n"
  14. "Last-Translator: wang zhao <672565116@qq.com>\n"
  15. "Language-Team: Chinese (China) (http://www.transifex.com/django/django/"
  16. "language/zh_CN/)\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: 8bit\n"
  20. "Language: zh_CN\n"
  21. "Plural-Forms: nplurals=1; plural=0;\n"
  22. msgid "PostgreSQL extensions"
  23. msgstr "PostgreSQL 扩展。"
  24. #, python-format
  25. msgid "Item %(nth)s in the array did not validate:"
  26. msgstr "数组中的%(nth)s项目没有验证:"
  27. msgid "Nested arrays must have the same length."
  28. msgstr "嵌套数组必须是相同长度。"
  29. msgid "Map of strings to strings/nulls"
  30. msgstr "字符串到字符串/空的映射"
  31. #, python-format
  32. msgid "The value of \"%(key)s\" is not a string or null."
  33. msgstr "\"%(key)s\" 的值不是字符串或者为空。"
  34. msgid "A JSON object"
  35. msgstr "一个JSON对象"
  36. msgid "Value must be valid JSON."
  37. msgstr "值必须是有效的JSON格式"
  38. msgid "Could not load JSON data."
  39. msgstr "不能加载JSON数据。"
  40. msgid "Input must be a JSON dictionary."
  41. msgstr "输入必须是JSON字典。"
  42. #, python-format
  43. msgid "'%(value)s' value must be valid JSON."
  44. msgstr "'%(value)s' 值必须是有效的JSON格式"
  45. msgid "Enter two valid values."
  46. msgstr "输入两个有效的值。"
  47. msgid "The start of the range must not exceed the end of the range."
  48. msgstr "区间开头不能超过区间结尾。"
  49. msgid "Enter two whole numbers."
  50. msgstr "输入两个整数。"
  51. msgid "Enter two numbers."
  52. msgstr "输入两个数字。"
  53. msgid "Enter two valid date/times."
  54. msgstr "输入两个有效的日期/时间。"
  55. msgid "Enter two valid dates."
  56. msgstr "输入两个有效日期。"
  57. #, python-format
  58. msgid ""
  59. "List contains %(show_value)d item, it should contain no more than "
  60. "%(limit_value)d."
  61. msgid_plural ""
  62. "List contains %(show_value)d items, it should contain no more than "
  63. "%(limit_value)d."
  64. msgstr[0] "列表已包含 %(show_value)d 项,不应该超过 %(limit_value)d 项。"
  65. #, python-format
  66. msgid ""
  67. "List contains %(show_value)d item, it should contain no fewer than "
  68. "%(limit_value)d."
  69. msgid_plural ""
  70. "List contains %(show_value)d items, it should contain no fewer than "
  71. "%(limit_value)d."
  72. msgstr[0] "列表已包含 %(show_value)d 项,不应该少于 %(limit_value)d 项。"
  73. #, python-format
  74. msgid "Some keys were missing: %(keys)s"
  75. msgstr "某些键缺失:%(keys)s"
  76. #, python-format
  77. msgid "Some unknown keys were provided: %(keys)s"
  78. msgstr "包含未知的键:%(keys)s"
  79. #, python-format
  80. msgid ""
  81. "Ensure that this range is completely less than or equal to %(limit_value)s."
  82. msgstr "请确保该区间内所有值少于或等于 %(limit_value)s 。"
  83. #, python-format
  84. msgid ""
  85. "Ensure that this range is completely greater than or equal to "
  86. "%(limit_value)s."
  87. msgstr "请确保该区间内所有值大于或等于 %(limit_value)s 。"