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.

135 lines
4.6 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: 2017-12-01 02:10+0000\n"
  13. "Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
  14. "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
  15. "Language: fr\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Plural-Forms: nplurals=2; plural=(n > 1);\n"
  20. #. module: base_search_fuzzy
  21. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
  22. msgid ""
  23. "Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
  24. "faster to search than a GiST index, but slower to build or update; so GIN is "
  25. "better suited for static data and GiST for often-updated data.\""
  26. msgstr ""
  27. "Cité dans la documentation PostgreSQL: \"En règle générale, un index GIN est "
  28. "plus rapide pour la recherche qu'un index GiST, mais plus lent à construire "
  29. "ou à mettre à jour, donc GIN est mieux adapté pour les données statiques et "
  30. "GiST pour des données souvent mises à jour.\""
  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 "Créé par"
  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 "Créé le"
  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 "Nom affiché"
  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 "Champ"
  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 "Nom de l'index"
  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 "Type d'index"
  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 ""
  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 "Dernière modification le"
  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 "Mis à jour par"
  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 "Mis à jour le"
  84. #. module: base_search_fuzzy
  85. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  86. msgid "Models"
  87. msgstr "Modèles"
  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. #. module: base_search_fuzzy
  97. #: code:addons/base_search_fuzzy/models/trgm_index.py:125
  98. #, python-format
  99. msgid "The pg_trgm extension does not exists or cannot be installed."
  100. msgstr "l'extension pg_trgm n'existe pas et ne peut pas être installée."
  101. #. module: base_search_fuzzy
  102. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  103. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  104. #: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
  105. #: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
  106. msgid "Trigram Index"
  107. msgstr "Index Trigram"
  108. #. module: base_search_fuzzy
  109. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
  110. msgid "You can either select a field of type \"text\" or \"char\"."
  111. msgstr "Vous puvez choisir chaque champ de type \"text\" ou \"char\"."
  112. #. module: base_search_fuzzy
  113. #: model:ir.model,name:base_search_fuzzy.model_trgm_index
  114. msgid "trgm.index"
  115. msgstr ""