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.

133 lines
4.7 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_search_fuzzy
  4. #
  5. # Translators:
  6. # OCA Transbot <transbot@odoo-community.org>, 2017
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 10.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-12-01 02:10+0000\n"
  12. "PO-Revision-Date: 2019-08-31 04:46+0000\n"
  13. "Last-Translator: 黎伟杰 <674416404@qq.com>\n"
  14. "Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
  15. "zh_CN/)\n"
  16. "Language: zh_CN\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=1; plural=0;\n"
  21. "X-Generator: Weblate 3.8\n"
  22. #. module: base_search_fuzzy
  23. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__index_type
  24. msgid ""
  25. "Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
  26. "faster to search than a GiST index, but slower to build or update; so GIN is "
  27. "better suited for static data and GiST for often-updated data.\""
  28. msgstr ""
  29. "引用PostgreSQL文档:“根据经验,GIN索引的搜索速度比GiST索引快,但构建或更新速度较慢;因此GIN更适合静态数据,而GiST更适合经常更新的"
  30. "数据。”"
  31. #. module: base_search_fuzzy
  32. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_uid
  33. msgid "Created by"
  34. msgstr "创建者"
  35. #. module: base_search_fuzzy
  36. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_date
  37. msgid "Created on"
  38. msgstr "创建时间"
  39. #. module: base_search_fuzzy
  40. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__display_name
  41. msgid "Display Name"
  42. msgstr "显示名称"
  43. #. module: base_search_fuzzy
  44. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__field_id
  45. msgid "Field"
  46. msgstr "字段"
  47. #. module: base_search_fuzzy
  48. #: selection:trgm.index,index_type:0
  49. msgid "GIN"
  50. msgstr "GIN"
  51. #. module: base_search_fuzzy
  52. #: selection:trgm.index,index_type:0
  53. msgid "GiST"
  54. msgstr "GiST"
  55. #. module: base_search_fuzzy
  56. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__id
  57. msgid "ID"
  58. msgstr "ID"
  59. #. module: base_search_fuzzy
  60. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_name
  61. msgid "Index Name"
  62. msgstr "索引名称"
  63. #. module: base_search_fuzzy
  64. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_type
  65. msgid "Index Type"
  66. msgstr "索引类型"
  67. #. module: base_search_fuzzy
  68. #: code:addons/base_search_fuzzy/models/ir_model.py:39
  69. #, python-format
  70. msgid "Invalid field %r in domain term %r"
  71. msgstr "域名%r中的字段%r无效"
  72. #. module: base_search_fuzzy
  73. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index____last_update
  74. msgid "Last Modified on"
  75. msgstr "最后修改时间"
  76. #. module: base_search_fuzzy
  77. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_uid
  78. msgid "Last Updated by"
  79. msgstr "最后更新者"
  80. #. module: base_search_fuzzy
  81. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_date
  82. msgid "Last Updated on"
  83. msgstr "上次更新日期"
  84. #. module: base_search_fuzzy
  85. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  86. msgid "Models"
  87. msgstr "模型"
  88. #. module: base_search_fuzzy
  89. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__index_name
  90. msgid ""
  91. "The index name is automatically generated like fieldname_indextype_idx. If "
  92. "the index already exists and the index is located in the same table then "
  93. "this index is reused. If the index is located in another table then a number "
  94. "is added at the end of the index name."
  95. msgstr ""
  96. "索引名称自动生成,如fieldname_indextype_idx。如果索引已存在且索引位于同一表中,则重用此索引。如果索引位于另一个表中,则在索引名称的"
  97. "末尾添加一个数字。"
  98. #. module: base_search_fuzzy
  99. #: code:addons/base_search_fuzzy/models/trgm_index.py:126
  100. #, python-format
  101. msgid "The pg_trgm extension does not exists or cannot be installed."
  102. msgstr "pg_trgm扩展名不存在或无法安装。"
  103. #. module: base_search_fuzzy
  104. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  105. #: model:ir.model,name:base_search_fuzzy.model_trgm_index
  106. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  107. #: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
  108. #: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
  109. msgid "Trigram Index"
  110. msgstr "Trigram索引"
  111. #. module: base_search_fuzzy
  112. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__field_id
  113. msgid "You can either select a field of type \"text\" or \"char\"."
  114. msgstr "您可以选择“text”或“char”类型的字段。"