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.

129 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 9.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: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: \n"
  18. "Language: vi\n"
  19. "Plural-Forms: nplurals=1; plural=0;\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 "Được tạo bởi"
  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 "Được tạo vào"
  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 "Tên hiển thị"
  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. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
  65. msgid "Last Modified on"
  66. msgstr "Sửa lần cuối vào"
  67. #. module: base_search_fuzzy
  68. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
  69. msgid "Last Updated by"
  70. msgstr "Last Updated by"
  71. #. module: base_search_fuzzy
  72. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
  73. msgid "Last Updated on"
  74. msgstr "Cập nhật lần cuối vào"
  75. #. module: base_search_fuzzy
  76. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  77. msgid "Models"
  78. msgstr ""
  79. #. module: base_search_fuzzy
  80. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
  81. msgid ""
  82. "The index name is automatically generated like fieldname_indextype_idx. If "
  83. "the index already exists and the index is located in the same table then "
  84. "this index is resused. If the index is located in another table then a "
  85. "number is added at the end of the index name."
  86. msgstr ""
  87. #. module: base_search_fuzzy
  88. #: code:addons/base_search_fuzzy/models/trgm_index.py:124
  89. #, python-format
  90. msgid "The pg_trgm extension does not exists or cannot be installed."
  91. msgstr ""
  92. #. module: base_search_fuzzy
  93. #: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
  94. #: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
  95. msgid "Trigam Index"
  96. msgstr ""
  97. #. module: base_search_fuzzy
  98. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  99. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  100. msgid "Trigram Index"
  101. msgstr ""
  102. #. module: base_search_fuzzy
  103. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
  104. msgid "You can either select a field of type \"text\" or \"char\"."
  105. msgstr ""
  106. #. module: base_search_fuzzy
  107. #: model:ir.model,name:base_search_fuzzy.model_trgm_index
  108. msgid "trgm.index"
  109. msgstr ""