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.

125 lines
3.3 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>, 2016
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: Odoo Server 8.0\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2016-11-28 21:28+0000\n"
  12. "PO-Revision-Date: 2016-11-28 21:28+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
  14. "Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
  15. "es_CO/)\n"
  16. "Language: es_CO\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=2; plural=(n != 1);\n"
  21. #. module: base_search_fuzzy
  22. #: help:trgm.index,index_type:0
  23. msgid ""
  24. "Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
  25. "faster to search than a GiST index, but slower to build or update; so GIN is "
  26. "better suited for static data and GiST for often-updated data.\""
  27. msgstr ""
  28. #. module: base_search_fuzzy
  29. #: field:trgm.index,create_uid:0
  30. msgid "Created by"
  31. msgstr "Creado por"
  32. #. module: base_search_fuzzy
  33. #: field:trgm.index,create_date:0
  34. msgid "Created on"
  35. msgstr "Creado"
  36. #. module: base_search_fuzzy
  37. #: field:trgm.index,display_name:0
  38. msgid "Display Name"
  39. msgstr "Nombre Público"
  40. #. module: base_search_fuzzy
  41. #: field:trgm.index,field_id:0
  42. msgid "Field"
  43. msgstr ""
  44. #. module: base_search_fuzzy
  45. #: selection:trgm.index,index_type:0
  46. msgid "GIN"
  47. msgstr ""
  48. #. module: base_search_fuzzy
  49. #: selection:trgm.index,index_type:0
  50. msgid "GiST"
  51. msgstr ""
  52. #. module: base_search_fuzzy
  53. #: field:trgm.index,id:0
  54. msgid "ID"
  55. msgstr "ID"
  56. #. module: base_search_fuzzy
  57. #: field:trgm.index,index_name:0
  58. msgid "Index Name"
  59. msgstr ""
  60. #. module: base_search_fuzzy
  61. #: field:trgm.index,index_type:0
  62. msgid "Index Type"
  63. msgstr ""
  64. #. module: base_search_fuzzy
  65. #: field:trgm.index,__last_update:0
  66. msgid "Last Modified on"
  67. msgstr "Última Modificación el"
  68. #. module: base_search_fuzzy
  69. #: field:trgm.index,write_uid:0
  70. msgid "Last Updated by"
  71. msgstr "Actualizado por"
  72. #. module: base_search_fuzzy
  73. #: field:trgm.index,write_date:0
  74. msgid "Last Updated on"
  75. msgstr "Actualizado"
  76. #. module: base_search_fuzzy
  77. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  78. msgid "Models"
  79. msgstr ""
  80. #. module: base_search_fuzzy
  81. #: help:trgm.index,index_name:0
  82. msgid ""
  83. "The index name is automatically generated like fieldname_indextype_idx. If "
  84. "the index already exists and the index is located in the same table then "
  85. "this index is resused. If the index is located in another table then a "
  86. "number is added at the end of the index name."
  87. msgstr ""
  88. #. module: base_search_fuzzy
  89. #: code:addons/base_search_fuzzy/models/trgm_index.py:122
  90. #, python-format
  91. msgid "The pg_trgm extension does not exists or cannot be installed."
  92. msgstr ""
  93. #. module: base_search_fuzzy
  94. #: view:trgm.index:base_search_fuzzy.trgm_index_view_form
  95. #: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
  96. msgid "Trigam Index"
  97. msgstr ""
  98. #. module: base_search_fuzzy
  99. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  100. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  101. msgid "Trigram Index"
  102. msgstr ""
  103. #. module: base_search_fuzzy
  104. #: help:trgm.index,field_id:0
  105. msgid "You can either select a field of type \"text\" or \"char\"."
  106. msgstr ""