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.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # This file is distributed under the same license as the Django package.
  2. #
  3. # Translators:
  4. # Chen Chun-Chia <ccc.larc@gmail.com>, 2015
  5. # Tzu-ping Chung <uranusjr@gmail.com>, 2016-2017
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: django\n"
  9. "Report-Msgid-Bugs-To: \n"
  10. "POT-Creation-Date: 2017-01-19 16:49+0100\n"
  11. "PO-Revision-Date: 2017-09-21 22:44+0000\n"
  12. "Last-Translator: Tzu-ping Chung <uranusjr@gmail.com>\n"
  13. "Language-Team: Chinese (Taiwan) (http://www.transifex.com/django/django/"
  14. "language/zh_TW/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. "Language: zh_TW\n"
  19. "Plural-Forms: nplurals=1; plural=0;\n"
  20. msgid "PostgreSQL extensions"
  21. msgstr "PostgreSQL 擴充"
  22. #, python-format
  23. msgid "Item %(nth)s in the array did not validate: "
  24. msgstr "陣列中第 %(nth)s 個物件驗證失敗:"
  25. msgid "Nested arrays must have the same length."
  26. msgstr "各嵌套陣列長度必須相同。"
  27. msgid "Map of strings to strings/nulls"
  28. msgstr "字串與字串/空值的對應"
  29. #, python-format
  30. msgid "The value of \"%(key)s\" is not a string or null."
  31. msgstr "「%(key)s」並非字串或空值。"
  32. msgid "A JSON object"
  33. msgstr "一個 JSON 物件"
  34. msgid "Value must be valid JSON."
  35. msgstr "必須為合法 JSON 值。"
  36. msgid "Could not load JSON data."
  37. msgstr "無法載入 JSON 資料。"
  38. msgid "Input must be a JSON dictionary."
  39. msgstr "必須輸入 JSON dictionary。"
  40. #, python-format
  41. msgid "'%(value)s' value must be valid JSON."
  42. msgstr "'%(value)s' 必須為合法 JSON 值。"
  43. msgid "Enter two valid values."
  44. msgstr "請輸入兩個有效的值"
  45. msgid "The start of the range must not exceed the end of the range."
  46. msgstr "範圍的起始不可超過範圍的結束。"
  47. msgid "Enter two whole numbers."
  48. msgstr "請輸入兩個整數"
  49. msgid "Enter two numbers."
  50. msgstr "請輸入兩個數字"
  51. msgid "Enter two valid date/times."
  52. msgstr "請輸入兩個有效的日期/時間"
  53. msgid "Enter two valid dates."
  54. msgstr "請輸入兩個有效的日期"
  55. #, python-format
  56. msgid ""
  57. "List contains %(show_value)d item, it should contain no more than "
  58. "%(limit_value)d."
  59. msgid_plural ""
  60. "List contains %(show_value)d items, it should contain no more than "
  61. "%(limit_value)d."
  62. msgstr[0] "串列包含 %(show_value)d 個物件,但不應包含多於 %(limit_value)d 個。"
  63. #, python-format
  64. msgid ""
  65. "List contains %(show_value)d item, it should contain no fewer than "
  66. "%(limit_value)d."
  67. msgid_plural ""
  68. "List contains %(show_value)d items, it should contain no fewer than "
  69. "%(limit_value)d."
  70. msgstr[0] "串列包含 %(show_value)d 個物件,但應至少包含 %(limit_value)d 個。"
  71. #, python-format
  72. msgid "Some keys were missing: %(keys)s"
  73. msgstr "缺少鍵值:%(keys)s"
  74. #, python-format
  75. msgid "Some unknown keys were provided: %(keys)s"
  76. msgstr "包含不明鍵值:%(keys)s"
  77. #, python-format
  78. msgid ""
  79. "Ensure that this range is completely less than or equal to %(limit_value)s."
  80. msgstr "請確認此範圍是否完全小於或等於 %(limit_value)s。"
  81. #, python-format
  82. msgid ""
  83. "Ensure that this range is completely greater than or equal to "
  84. "%(limit_value)s."
  85. msgstr "請確認此範圍是否完全大於或等於 %(limit_value)s。"