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.

113 lines
2.8 KiB

  1. # Translation of Odoo Server.
  2. # This file contains the translation of the following modules:
  3. # * base_search_fuzzy
  4. #
  5. msgid ""
  6. msgstr ""
  7. "Project-Id-Version: Odoo Server 8.0\n"
  8. "Report-Msgid-Bugs-To: \n"
  9. "Last-Translator: <>\n"
  10. "Language-Team: \n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: \n"
  14. "Plural-Forms: \n"
  15. #. module: base_search_fuzzy
  16. #: help:trgm.index,index_type:0
  17. msgid "Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is faster to search than a GiST index, but slower to build or update; so GIN is better suited for static data and GiST for often-updated data.\""
  18. msgstr ""
  19. #. module: base_search_fuzzy
  20. #: field:trgm.index,create_uid:0
  21. msgid "Created by"
  22. msgstr ""
  23. #. module: base_search_fuzzy
  24. #: field:trgm.index,create_date:0
  25. msgid "Created on"
  26. msgstr ""
  27. #. module: base_search_fuzzy
  28. #: field:trgm.index,display_name:0
  29. msgid "Display Name"
  30. msgstr ""
  31. #. module: base_search_fuzzy
  32. #: field:trgm.index,field_id:0
  33. msgid "Field"
  34. msgstr ""
  35. #. module: base_search_fuzzy
  36. #: selection:trgm.index,index_type:0
  37. msgid "GIN"
  38. msgstr ""
  39. #. module: base_search_fuzzy
  40. #: selection:trgm.index,index_type:0
  41. msgid "GiST"
  42. msgstr ""
  43. #. module: base_search_fuzzy
  44. #: field:trgm.index,id:0
  45. msgid "ID"
  46. msgstr ""
  47. #. module: base_search_fuzzy
  48. #: field:trgm.index,index_name:0
  49. msgid "Index Name"
  50. msgstr ""
  51. #. module: base_search_fuzzy
  52. #: field:trgm.index,index_type:0
  53. msgid "Index Type"
  54. msgstr ""
  55. #. module: base_search_fuzzy
  56. #: field:trgm.index,__last_update:0
  57. msgid "Last Modified on"
  58. msgstr ""
  59. #. module: base_search_fuzzy
  60. #: field:trgm.index,write_uid:0
  61. msgid "Last Updated by"
  62. msgstr ""
  63. #. module: base_search_fuzzy
  64. #: field:trgm.index,write_date:0
  65. msgid "Last Updated on"
  66. msgstr ""
  67. #. module: base_search_fuzzy
  68. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  69. msgid "Models"
  70. msgstr ""
  71. #. module: base_search_fuzzy
  72. #: help:trgm.index,index_name:0
  73. msgid "The index name is automatically generated like fieldname_indextype_idx. If the index already exists and the index is located in the same table then this index is resused. If the index is located in another table then a number is added at the end of the index name."
  74. msgstr ""
  75. #. module: base_search_fuzzy
  76. #: code:addons/base_search_fuzzy/models/trgm_index.py:122
  77. #, python-format
  78. msgid "The pg_trgm extension does not exists or cannot be installed."
  79. msgstr ""
  80. #. module: base_search_fuzzy
  81. #: view:trgm.index:base_search_fuzzy.trgm_index_view_form
  82. #: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
  83. msgid "Trigam Index"
  84. msgstr ""
  85. #. module: base_search_fuzzy
  86. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  87. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  88. msgid "Trigram Index"
  89. msgstr ""
  90. #. module: base_search_fuzzy
  91. #: help:trgm.index,field_id:0
  92. msgid "You can either select a field of type \"text\" or \"char\"."
  93. msgstr ""