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.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>, 2016
  7. # Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 8.0\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-04-28 09:48+0000\n"
  13. "PO-Revision-Date: 2017-04-28 09:48+0000\n"
  14. "Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
  15. "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
  16. "Language: ca\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. "Cita de la documentació de PostgreSQL: \"Com a norma general, un índex GIN "
  29. "és més ràpid en cercar que un índex GIST, però més lent a compilar o "
  30. "actualitzar; per això GIN és més adient per a dades estàtiques i GIST per "
  31. "dades actualitzades amb freqüència.\""
  32. #. module: base_search_fuzzy
  33. #: field:trgm.index,create_uid:0
  34. msgid "Created by"
  35. msgstr "Creat per"
  36. #. module: base_search_fuzzy
  37. #: field:trgm.index,create_date:0
  38. msgid "Created on"
  39. msgstr "Creat el"
  40. #. module: base_search_fuzzy
  41. #: field:trgm.index,display_name:0
  42. msgid "Display Name"
  43. msgstr "Veure el nom"
  44. #. module: base_search_fuzzy
  45. #: field:trgm.index,field_id:0
  46. msgid "Field"
  47. msgstr "Camp"
  48. #. module: base_search_fuzzy
  49. #: selection:trgm.index,index_type:0
  50. msgid "GIN"
  51. msgstr "GIN"
  52. #. module: base_search_fuzzy
  53. #: selection:trgm.index,index_type:0
  54. msgid "GiST"
  55. msgstr "GiST"
  56. #. module: base_search_fuzzy
  57. #: field:trgm.index,id:0
  58. msgid "ID"
  59. msgstr "ID"
  60. #. module: base_search_fuzzy
  61. #: field:trgm.index,index_name:0
  62. msgid "Index Name"
  63. msgstr "Nom del índex "
  64. #. module: base_search_fuzzy
  65. #: field:trgm.index,index_type:0
  66. msgid "Index Type"
  67. msgstr "Tipus d'índex "
  68. #. module: base_search_fuzzy
  69. #: field:trgm.index,__last_update:0
  70. msgid "Last Modified on"
  71. msgstr "Darrera modificació el"
  72. #. module: base_search_fuzzy
  73. #: field:trgm.index,write_uid:0
  74. msgid "Last Updated by"
  75. msgstr "Darrera Actualització per"
  76. #. module: base_search_fuzzy
  77. #: field:trgm.index,write_date:0
  78. msgid "Last Updated on"
  79. msgstr "Darrera Actualització el"
  80. #. module: base_search_fuzzy
  81. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  82. msgid "Models"
  83. msgstr "Models "
  84. #. module: base_search_fuzzy
  85. #: help:trgm.index,index_name:0
  86. msgid ""
  87. "The index name is automatically generated like fieldname_indextype_idx. If "
  88. "the index already exists and the index is located in the same table then "
  89. "this index is resused. If the index is located in another table then a "
  90. "number is added at the end of the index name."
  91. msgstr ""
  92. "El nom de l'índex es genera automàticament tipus fieldname_indextype_idx. Si "
  93. "l'índex ja existeix i l'índex es troba a la mateixa taula aleshores aquest "
  94. "índex es re-utilitza. Si l'índex es troba en una altra taula aleshores "
  95. "s'afegeix un número al final del nom del índex."
  96. #. module: base_search_fuzzy
  97. #: code:addons/base_search_fuzzy/models/trgm_index.py:122
  98. #, python-format
  99. msgid "The pg_trgm extension does not exists or cannot be installed."
  100. msgstr "L'extensió pg_trgm no existeix o no pot ser instal·lada. "
  101. #. module: base_search_fuzzy
  102. #: view:trgm.index:base_search_fuzzy.trgm_index_view_form
  103. #: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
  104. msgid "Trigam Index"
  105. msgstr "Índex Trigam"
  106. #. module: base_search_fuzzy
  107. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  108. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  109. msgid "Trigram Index"
  110. msgstr "Índex Trigram "
  111. #. module: base_search_fuzzy
  112. #: help:trgm.index,field_id:0
  113. msgid "You can either select a field of type \"text\" or \"char\"."
  114. msgstr "Podeu seleccionar un camp del tipus \"text\" o \"char\". "