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.3 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: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
  15. "Language: ru\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=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
  20. "%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
  21. "%100>=11 && n%100<=14)? 2 : 3);\n"
  22. #. module: base_search_fuzzy
  23. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
  24. msgid ""
  25. "Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
  26. "faster to search than a GiST index, but slower to build or update; so GIN is "
  27. "better suited for static data and GiST for often-updated data.\""
  28. msgstr ""
  29. #. module: base_search_fuzzy
  30. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
  31. msgid "Created by"
  32. msgstr "Создано"
  33. #. module: base_search_fuzzy
  34. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
  35. msgid "Created on"
  36. msgstr "Создан"
  37. #. module: base_search_fuzzy
  38. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
  39. msgid "Display Name"
  40. msgstr ""
  41. #. module: base_search_fuzzy
  42. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
  43. msgid "Field"
  44. msgstr "Поле"
  45. #. module: base_search_fuzzy
  46. #: selection:trgm.index,index_type:0
  47. msgid "GIN"
  48. msgstr ""
  49. #. module: base_search_fuzzy
  50. #: selection:trgm.index,index_type:0
  51. msgid "GiST"
  52. msgstr ""
  53. #. module: base_search_fuzzy
  54. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
  55. msgid "ID"
  56. msgstr "ID"
  57. #. module: base_search_fuzzy
  58. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
  59. msgid "Index Name"
  60. msgstr ""
  61. #. module: base_search_fuzzy
  62. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
  63. msgid "Index Type"
  64. msgstr ""
  65. #. module: base_search_fuzzy
  66. #: code:addons/base_search_fuzzy/models/ir_model.py:39
  67. #, python-format
  68. msgid "Invalid field %r in domain term %r"
  69. msgstr ""
  70. #. module: base_search_fuzzy
  71. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
  72. msgid "Last Modified on"
  73. msgstr ""
  74. #. module: base_search_fuzzy
  75. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
  76. msgid "Last Updated by"
  77. msgstr "Последний раз обновлено"
  78. #. module: base_search_fuzzy
  79. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
  80. msgid "Last Updated on"
  81. msgstr "Последний раз обновлено"
  82. #. module: base_search_fuzzy
  83. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  84. msgid "Models"
  85. msgstr ""
  86. #. module: base_search_fuzzy
  87. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
  88. msgid ""
  89. "The index name is automatically generated like fieldname_indextype_idx. If "
  90. "the index already exists and the index is located in the same table then "
  91. "this index is reused. If the index is located in another table then a number "
  92. "is added at the end of the index name."
  93. msgstr ""
  94. #. module: base_search_fuzzy
  95. #: code:addons/base_search_fuzzy/models/trgm_index.py:125
  96. #, python-format
  97. msgid "The pg_trgm extension does not exists or cannot be installed."
  98. msgstr ""
  99. #. module: base_search_fuzzy
  100. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  101. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  102. #: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
  103. #: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
  104. msgid "Trigram Index"
  105. msgstr ""
  106. #. module: base_search_fuzzy
  107. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
  108. msgid "You can either select a field of type \"text\" or \"char\"."
  109. msgstr ""
  110. #. module: base_search_fuzzy
  111. #: model:ir.model,name:base_search_fuzzy.model_trgm_index
  112. msgid "trgm.index"
  113. msgstr ""