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.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. # SaFi J. <safi2266@gmail.com>, 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: SaFi J. <safi2266@gmail.com>, 2017\n"
  15. "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
  16. "Language: ar\n"
  17. "MIME-Version: 1.0\n"
  18. "Content-Type: text/plain; charset=UTF-8\n"
  19. "Content-Transfer-Encoding: \n"
  20. "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
  21. "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\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 "المعرف"
  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:126
  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.model,name:base_search_fuzzy.model_trgm_index
  102. #: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
  103. #: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
  104. #: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
  105. msgid "Trigram Index"
  106. msgstr ""
  107. #. module: base_search_fuzzy
  108. #: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__field_id
  109. msgid "You can either select a field of type \"text\" or \"char\"."
  110. msgstr ""