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.

128 lines
4.1 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.0c\n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2017-01-14 04:21+0000\n"
  12. "PO-Revision-Date: 2017-01-14 04:21+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
  15. "teams/23907/es_CR/)\n"
  16. "Language: es_CR\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. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__index_type
  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. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_uid
  30. msgid "Created by"
  31. msgstr "Creado por"
  32. #. module: base_search_fuzzy
  33. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_date
  34. msgid "Created on"
  35. msgstr "Creado en"
  36. #. module: base_search_fuzzy
  37. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__display_name
  38. msgid "Display Name"
  39. msgstr ""
  40. #. module: base_search_fuzzy
  41. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__field_id
  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. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__id
  54. msgid "ID"
  55. msgstr "ID"
  56. #. module: base_search_fuzzy
  57. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_name
  58. msgid "Index Name"
  59. msgstr ""
  60. #. module: base_search_fuzzy
  61. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_type
  62. msgid "Index Type"
  63. msgstr ""
  64. #. module: base_search_fuzzy
  65. #: code:addons/base_search_fuzzy/models/ir_model.py:39
  66. #, python-format
  67. msgid "Invalid field %r in domain term %r"
  68. msgstr ""
  69. #. module: base_search_fuzzy
  70. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index____last_update
  71. msgid "Last Modified on"
  72. msgstr ""
  73. #. module: base_search_fuzzy
  74. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_uid
  75. msgid "Last Updated by"
  76. msgstr "Ultima actualización por"
  77. #. module: base_search_fuzzy
  78. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_date
  79. msgid "Last Updated on"
  80. msgstr "Ultima actualización en"
  81. #. module: base_search_fuzzy
  82. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  83. msgid "Models"
  84. msgstr ""
  85. #. module: base_search_fuzzy
  86. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__index_name
  87. msgid ""
  88. "The index name is automatically generated like fieldname_indextype_idx. If "
  89. "the index already exists and the index is located in the same table then "
  90. "this index is reused. If the index is located in another table then a number "
  91. "is added at the end of the index name."
  92. msgstr ""
  93. #. module: base_search_fuzzy
  94. #: code:addons/base_search_fuzzy/models/trgm_index.py:126
  95. #, python-format
  96. msgid "The pg_trgm extension does not exists or cannot be installed."
  97. msgstr ""
  98. #. module: base_search_fuzzy
  99. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  100. #: model:ir.model,name:base_search_fuzzy.model_trgm_index
  101. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  102. #: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
  103. #: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
  104. msgid "Trigram Index"
  105. msgstr ""
  106. #. module: base_search_fuzzy
  107. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__field_id
  108. msgid "You can either select a field of type \"text\" or \"char\"."
  109. msgstr ""