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.

127 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: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
  15. "Language: da\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. #. module: base_search_fuzzy
  28. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_uid
  29. msgid "Created by"
  30. msgstr "Oprettet af"
  31. #. module: base_search_fuzzy
  32. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_date
  33. msgid "Created on"
  34. msgstr "Oprettet den"
  35. #. module: base_search_fuzzy
  36. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__display_name
  37. msgid "Display Name"
  38. msgstr "Vist navn"
  39. #. module: base_search_fuzzy
  40. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__field_id
  41. msgid "Field"
  42. msgstr ""
  43. #. module: base_search_fuzzy
  44. #: selection:trgm.index,index_type:0
  45. msgid "GIN"
  46. msgstr ""
  47. #. module: base_search_fuzzy
  48. #: selection:trgm.index,index_type:0
  49. msgid "GiST"
  50. msgstr ""
  51. #. module: base_search_fuzzy
  52. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__id
  53. msgid "ID"
  54. msgstr "Id"
  55. #. module: base_search_fuzzy
  56. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_name
  57. msgid "Index Name"
  58. msgstr ""
  59. #. module: base_search_fuzzy
  60. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_type
  61. msgid "Index Type"
  62. msgstr ""
  63. #. module: base_search_fuzzy
  64. #: code:addons/base_search_fuzzy/models/ir_model.py:39
  65. #, python-format
  66. msgid "Invalid field %r in domain term %r"
  67. msgstr ""
  68. #. module: base_search_fuzzy
  69. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index____last_update
  70. msgid "Last Modified on"
  71. msgstr "Sidst ændret den"
  72. #. module: base_search_fuzzy
  73. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_uid
  74. msgid "Last Updated by"
  75. msgstr "Sidst opdateret af"
  76. #. module: base_search_fuzzy
  77. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_date
  78. msgid "Last Updated on"
  79. msgstr "Sidst opdateret den"
  80. #. module: base_search_fuzzy
  81. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  82. msgid "Models"
  83. msgstr ""
  84. #. module: base_search_fuzzy
  85. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__index_name
  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 reused. If the index is located in another table then a number "
  90. "is added at the end of the index name."
  91. msgstr ""
  92. #. module: base_search_fuzzy
  93. #: code:addons/base_search_fuzzy/models/trgm_index.py:126
  94. #, python-format
  95. msgid "The pg_trgm extension does not exists or cannot be installed."
  96. msgstr ""
  97. #. module: base_search_fuzzy
  98. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  99. #: model:ir.model,name:base_search_fuzzy.model_trgm_index
  100. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  101. #: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
  102. #: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
  103. msgid "Trigram Index"
  104. msgstr ""
  105. #. module: base_search_fuzzy
  106. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__field_id
  107. msgid "You can either select a field of type \"text\" or \"char\"."
  108. msgstr ""