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.

130 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. # Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
  8. msgid ""
  9. msgstr ""
  10. "Project-Id-Version: Odoo Server 10.0c\n"
  11. "Report-Msgid-Bugs-To: \n"
  12. "POT-Creation-Date: 2017-01-14 04:21+0000\n"
  13. "PO-Revision-Date: 2017-01-14 04:21+0000\n"
  14. "Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
  15. "Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n"
  16. "MIME-Version: 1.0\n"
  17. "Content-Type: text/plain; charset=UTF-8\n"
  18. "Content-Transfer-Encoding: \n"
  19. "Language: tr_TR\n"
  20. "Plural-Forms: nplurals=1; plural=0;\n"
  21. #. module: base_search_fuzzy
  22. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
  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. #. module: base_search_fuzzy
  29. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
  30. msgid "Created by"
  31. msgstr "Oluşturan"
  32. #. module: base_search_fuzzy
  33. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
  34. msgid "Created on"
  35. msgstr "Oluşturulma tarihi"
  36. #. module: base_search_fuzzy
  37. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
  38. msgid "Display Name"
  39. msgstr "Görünen ad"
  40. #. module: base_search_fuzzy
  41. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
  42. msgid "Field"
  43. msgstr ""
  44. #. module: base_search_fuzzy
  45. #: selection:trgm.index,index_type:0
  46. msgid "GIN"
  47. msgstr ""
  48. #. module: base_search_fuzzy
  49. #: selection:trgm.index,index_type:0
  50. msgid "GiST"
  51. msgstr ""
  52. #. module: base_search_fuzzy
  53. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
  54. msgid "ID"
  55. msgstr "Kimlik"
  56. #. module: base_search_fuzzy
  57. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
  58. msgid "Index Name"
  59. msgstr ""
  60. #. module: base_search_fuzzy
  61. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
  62. msgid "Index Type"
  63. msgstr ""
  64. #. module: base_search_fuzzy
  65. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
  66. msgid "Last Modified on"
  67. msgstr "En son güncelleme tarihi"
  68. #. module: base_search_fuzzy
  69. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
  70. msgid "Last Updated by"
  71. msgstr "En son güncelleyen "
  72. #. module: base_search_fuzzy
  73. #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
  74. msgid "Last Updated on"
  75. msgstr "En son güncelleme tarihi"
  76. #. module: base_search_fuzzy
  77. #: model:ir.model,name:base_search_fuzzy.model_ir_model
  78. msgid "Models"
  79. msgstr "Tipler"
  80. #. module: base_search_fuzzy
  81. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
  82. msgid ""
  83. "The index name is automatically generated like fieldname_indextype_idx. If "
  84. "the index already exists and the index is located in the same table then "
  85. "this index is resused. If the index is located in another table then a "
  86. "number is added at the end of the index name."
  87. msgstr ""
  88. #. module: base_search_fuzzy
  89. #: code:addons/base_search_fuzzy/models/trgm_index.py:124
  90. #, python-format
  91. msgid "The pg_trgm extension does not exists or cannot be installed."
  92. msgstr ""
  93. #. module: base_search_fuzzy
  94. #: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
  95. #: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
  96. msgid "Trigam Index"
  97. msgstr ""
  98. #. module: base_search_fuzzy
  99. #: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
  100. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  101. msgid "Trigram Index"
  102. msgstr ""
  103. #. module: base_search_fuzzy
  104. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
  105. msgid "You can either select a field of type \"text\" or \"char\"."
  106. msgstr ""
  107. #. module: base_search_fuzzy
  108. #: model:ir.model,name:base_search_fuzzy.model_trgm_index
  109. msgid "trgm.index"
  110. msgstr ""