OCA Transbot updated translations from Transifex
parent
ee0e5efee1
commit
6d87d662dc
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-16 09:29+0000\n"
|
||||
"PO-Revision-Date: 2016-09-16 09:29+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,15 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# SaFi J. <safi2266@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: SaFi J. <safi2266@gmail.com>, 2017\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +20,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,24 +28,24 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "أنشئ بواسطة"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "أنشئ في"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "اسم العرض"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
msgstr "الحقل"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
|
@ -57,32 +58,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "المعرف"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "آخر تعديل في"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "آخر تحديث بواسطة"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "آخر تحديث في"
|
||||
|
||||
|
@ -92,7 +93,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +102,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +120,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-12-24 04:14+0000\n"
|
||||
"PO-Revision-Date: 2016-12-24 04:14+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Създадено от"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Създадено на"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Име за Показване"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последно обновено на"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно обновено от"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно обновено на"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikaži naziv"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,15 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Carles Antoli <carlesantoli@hotmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-16 09:29+0000\n"
|
||||
"PO-Revision-Date: 2016-09-16 09:29+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-17 13:11+0000\n"
|
||||
"PO-Revision-Date: 2017-01-17 13:11+0000\n"
|
||||
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>, 2017\n"
|
||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +20,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,24 +28,24 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creat per"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creat el"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
msgstr "Veure el nom"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
msgstr "Camp"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
|
@ -57,32 +58,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
msgstr "Darrera modificació el"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Darrera Actualització per"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Darrera Actualització el"
|
||||
|
||||
|
@ -92,7 +93,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +102,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +120,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Vytvořil(a)"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Vytvořeno"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobrazovaný název"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposled upraveno"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Oprettet af"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Oprettet den"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vist navn"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "Id"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sidst ændret den"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sidst opdateret af"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sidst opdateret den"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -31,22 +31,22 @@ msgstr ""
|
|||
"GiST für oft aktualisierte Daten.\""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Erstellt durch"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Erstellt am"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Anzeigename"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr "Feld"
|
||||
|
||||
|
@ -61,32 +61,32 @@ msgid "GiST"
|
|||
msgstr "GiST"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr "Index Name"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr "Index Typ"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zuletzt geändert am"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zuletzt aktualisiert durch"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zuletzt aktualisiert am"
|
||||
|
||||
|
@ -96,7 +96,7 @@ msgid "Models"
|
|||
msgstr "Datenmodelle"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -110,15 +110,15 @@ msgstr ""
|
|||
"angefügt."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
"Die pg_trgm Erweiterung existiert nicht oder kann nicht installiert werden."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -129,6 +129,11 @@ msgid "Trigram Index"
|
|||
msgstr "Trigram Index"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr "Sie können entweder Felder vom Typ \"text\" oder \"char\" auswählen."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-16 09:29+0000\n"
|
||||
"PO-Revision-Date: 2016-09-16 09:29+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Δημιουργήθηκε από "
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Δημιουργήθηκε στις"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "Κωδικός"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Τελευταία ενημέρωση από"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Τελευταία ενημέρωση στις"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,15 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Carles Antoli <carlesantoli@hotmail.com>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:42+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:42+0000\n"
|
||||
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -28,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado el"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a mostrar"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
|
@ -58,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización el"
|
||||
|
||||
|
@ -93,7 +92,7 @@ msgid "Models"
|
|||
msgstr "Modelos"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -102,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -120,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar Nombre"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización el"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre Público"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificación el"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Actualizado"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,34 +57,34 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID (identificación)"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización de"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-16 09:29+0000\n"
|
||||
"PO-Revision-Date: 2016-09-16 09:29+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre desplegado"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modificacion realizada"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualizacion por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización realizada"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre a Mostrar"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima Modificación en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Actualizado última vez por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima Actualización"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualización por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualización en"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Mostrar nombre"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Modificada por última vez"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última actualización realizada por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizacion en"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Loonud"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Loodud"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Näidatav nimi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimati muudetud"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Viimati uuendatud"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Viimati uuendatud"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
" better suited for static data and GiST for often-updated data.\""
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Nork sortua"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Izena erakutsi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GIN"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GiST"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
"this index is resused. If the index is located in another table then a "
|
||||
"number is added at the end of the index name."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
|
||||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
|
||||
msgid "Trigram Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "ایجاد شده توسط"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "ایجاد شده در"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "نام نمایشی"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "شناسه"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "تاریخ آخرین بهروزرسانی"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "آخرین به روز رسانی توسط"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "آخرین به روز رسانی در"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,15 +3,15 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-21 00:47+0000\n"
|
||||
"PO-Revision-Date: 2016-09-21 00:47+0000\n"
|
||||
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2017\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +20,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -28,24 +28,24 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Luonut"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Luotu"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nimi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
msgstr "Kenttä"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
|
@ -58,32 +58,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Viimeksi muokattu"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Viimeksi päivittänyt"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Viimeksi päivitetty"
|
||||
|
||||
|
@ -93,7 +93,7 @@ msgid "Models"
|
|||
msgstr "Mallit"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -102,14 +102,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -120,6 +120,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,15 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-21 06:45+0000\n"
|
||||
"PO-Revision-Date: 2016-08-21 06:45+0000\n"
|
||||
"Last-Translator: Christophe CHAUVET <christophe.chauvet@gmail.com>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -32,22 +31,22 @@ msgstr ""
|
|||
" GiST pour des données souvent mises à jour.\""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr "Champ"
|
||||
|
||||
|
@ -62,32 +61,32 @@ msgid "GiST"
|
|||
msgstr "GiST"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr "Nom de l'index"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr "Type d'index"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Mis à jour par"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Mis à jour le"
|
||||
|
||||
|
@ -97,7 +96,7 @@ msgid "Models"
|
|||
msgstr "Modèles"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -110,14 +109,14 @@ msgstr ""
|
|||
"nombre est ajouté à la fin du nom d'index."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr "l'extension pg_trgm n'existe pas et ne peut pas être installée."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr "Index Trigram"
|
||||
|
||||
|
@ -128,6 +127,11 @@ msgid "Trigram Index"
|
|||
msgstr "Index Trigram"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr "Vous puvez choisir chaque champ de type \"text\" ou \"char\"."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
" better suited for static data and GiST for often-updated data.\""
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Afficher le nom"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GIN"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GiST"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "Identifiant"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Dernière mise à jour par"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Dernière mise à jour le"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
"this index is resused. If the index is located in another table then a "
|
||||
"number is added at the end of the index name."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
|
||||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
|
||||
msgid "Trigram Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
|
@ -3,15 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# leemannd <leemannd@gmail.com>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-30 14:52+0000\n"
|
||||
"PO-Revision-Date: 2016-11-30 14:52+0000\n"
|
||||
"Last-Translator: leemannd <leemannd@gmail.com>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -28,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Créé par"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Créé le"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nom affiché"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -58,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Dernière modification le"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Modifié par"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Modifié le"
|
||||
|
||||
|
@ -93,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -102,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -120,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creado en"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "ültima actualización por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última actualización en"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "נוצר על ידי"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "נוצר ב-"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "השם המוצג"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "מזהה"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "תאריך שינוי אחרון"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "עודכן לאחרונה על ידי"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "עודכן לאחרונה על"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-21 00:47+0000\n"
|
||||
"PO-Revision-Date: 2016-09-21 00:47+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv "
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje modificirano"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažuriranje"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr "Modeli"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# Bole <bole@dajmi5.com>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-21 00:47+0000\n"
|
||||
"PO-Revision-Date: 2016-09-21 00:47+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Naziv"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje modificirano"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr "Modeli"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Készítette"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Létrehozás dátuma"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Név megjelenítése"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Utolsó frissítés dátuma"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Utoljára frissítve, által"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Utoljára frissítve "
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Dibuat oleh"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Dibuat pada"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nama Tampilan"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Terakhir Dimodifikasi pada"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Diperbaharui oleh"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Diperbaharui pada"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,15 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Paolo Valier <paolo.valier@hotmail.it>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:42+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:42+0000\n"
|
||||
"Last-Translator: Paolo Valier <paolo.valier@hotmail.it>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -28,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Created by"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Created on"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome da visualizzare"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
|
@ -58,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modifica il"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Last Updated on"
|
||||
|
||||
|
@ -93,7 +92,7 @@ msgid "Models"
|
|||
msgstr "Modelli"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -102,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -120,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "作成者"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "作成日"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "表示名"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "最終更新者"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "最終更新日"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "작성자"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "작성일"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "표시 이름"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "최근 수정"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "최근 갱신한 사람"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "최근 갱신 날짜"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Sukūrė"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Sukurta"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vaizduojamas pavadinimas"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Paskutinį kartą keista"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Paskutinį kartą atnaujino"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Paskutinį kartą atnaujinta"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt_LT\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
" better suited for static data and GiST for often-updated data.\""
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Sukūrė"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Sukurta"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GIN"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GiST"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Paskutinį kartą atnaujino"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Paskutinį kartą atnaujinta"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
"this index is resused. If the index is located in another table then a "
|
||||
"number is added at the end of the index name."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
|
||||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
|
||||
msgid "Trigram Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Izveidoja"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Izveidots"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Pēdējo reizi atjaunoja"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Pēdējās izmaiņas"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Креирано од"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Креирано на"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Прикажи име"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Последна промена на"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Последно ажурирање од"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Последно ажурирање на"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Үүсгэгч"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Үүсгэсэн"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Дэлгэцийн Нэр"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Сүүлийн засвар хийсэн огноо"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Сүүлийн засвар хийсэн"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Сүүлийн засвар хийсэн огноо"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Opprettet av"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Opprettet den"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visnings navn"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist oppdatert "
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sist oppdatert av"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sist oppdatert"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1,130 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb_NO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
" better suited for static data and GiST for often-updated data.\""
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Laget av"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Laget den"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Vis navn"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GIN"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GiST"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sist endret den"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Sist oppdatert av"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Sist oppdatert den"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr "Modeller"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
"this index is resused. If the index is located in another table then a "
|
||||
"number is added at the end of the index name."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
|
||||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
|
||||
msgid "Trigram Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,24 +27,24 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Aangemaakt door"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Aangemaakt op"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Te tonen naam"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
msgstr "Veld"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatst bijgewerkt door"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Gemaakt door"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Gemaakt op"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Schermnaam"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Laatst Aangepast op"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Laatst bijgewerkt door"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Laatst bijgewerkt op"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Utworzone przez"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Utworzono"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Wyświetlana nazwa "
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ostatnio modyfikowano"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ostatnio modyfikowane przez"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ostatnia zmiana"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# Pedro Castro Silva <pedrocs@sossia.pt>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-04 01:04+0000\n"
|
||||
"PO-Revision-Date: 2016-09-04 01:04+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <pedrocs@sossia.pt>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificação Em"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última Modificação Por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última Atualização Em"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,15 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# Armando Vulcano Junior <vulcano@uol.com.br>, 2016
|
||||
# Paulo Ricardo <ti@shoppingescritorio.com.br>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:42+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:42+0000\n"
|
||||
"Last-Translator: Paulo Ricardo <ti@shoppingescritorio.com.br>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -28,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome para Mostrar"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr "Campo"
|
||||
|
||||
|
@ -58,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "Identificação"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última atualização em"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última atualização por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última atualização em"
|
||||
|
||||
|
@ -93,7 +92,7 @@ msgid "Models"
|
|||
msgstr "Modelos"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -102,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -120,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# Pedro Castro Silva <pedrocs@sossia.pt>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-09-16 09:29+0000\n"
|
||||
"PO-Revision-Date: 2016-09-16 09:29+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <pedrocs@sossia.pt>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Criado por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nome a Apresentar"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificação Em"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Última Atualização Por"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Última Atualização Em"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
" better suited for static data and GiST for often-updated data.\""
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Creat de"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Creat la"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume Afişat"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GIN"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GiST"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima actualizare în"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Ultima actualizare făcută de"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Ultima actualizare la"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
"this index is resused. If the index is located in another table then a "
|
||||
"number is added at the end of the index name."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
|
||||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
|
||||
msgid "Trigram Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:42+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:42+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
msgstr "Создано"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
msgstr "Создан"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr "Поле"
|
||||
|
||||
|
@ -57,34 +57,34 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
msgstr "Последний раз обновлено"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
msgstr "Последний раз обновлено"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Vytvoril"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Vytvorené"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Zobraziť meno"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Posledná modifikácia"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Naposledy upravoval"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Naposledy upravované"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,15 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:42+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:42+0000\n"
|
||||
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -20,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -32,22 +31,22 @@ msgstr ""
|
|||
"posodabljajo.\""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Ustvaril"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Ustvarjeno"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikazni naziv"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr "Polje"
|
||||
|
||||
|
@ -62,32 +61,32 @@ msgid "GiST"
|
|||
msgstr "GiST"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr "Naziv indeksa"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr "Tip indeksa"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnjič spremenjeno"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji posodobil"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnjič posodobljeno"
|
||||
|
||||
|
@ -97,7 +96,7 @@ msgid "Models"
|
|||
msgstr "Modeli"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -109,14 +108,14 @@ msgstr ""
|
|||
"indeks nahaja v drugi tabeli, se ob koncu naziva indeksa doda številka."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr "Razširitev pg_trgm ne obstaja ali pa je ni mogoče namestiti."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr "Trigram indeks"
|
||||
|
||||
|
@ -127,6 +126,11 @@ msgid "Trigram Index"
|
|||
msgstr "Trigram indeks"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr "Izberete lahko polje tipa \"text\" ali \"char\"."
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreiran"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Ime za prikaz"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnja izmjena"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnja izmjena"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnja izmjena"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Skapad av"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Skapad den"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Visa namn"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Senast redigerad"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Senast uppdaterad av"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Senast uppdaterad"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "สร้างโดย"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "สร้างเมื่อ"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "ชื่อที่ใช้แสดง"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "รหัส"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "อัพเดทครั้งสุดท้ายโดย"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-08-11 02:42+0000\n"
|
||||
"PO-Revision-Date: 2016-08-11 02:42+0000\n"
|
||||
"Last-Translator: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Oluşturan"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Oluşturuldu"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
msgstr "Görünen İsim"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr "Alan"
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
msgstr "Son değişiklik"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Son güncelleyen"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Son güncellenme"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr "Modeller"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1,130 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr_TR\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
" better suited for static data and GiST for often-updated data.\""
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Oluşturan"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Oluşturulma tarihi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Görünen ad"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GIN"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GiST"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "Kimlik"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "En son güncelleme tarihi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "En son güncelleyen "
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "En son güncelleme tarihi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr "Tipler"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
"this index is resused. If the index is located in another table then a "
|
||||
"number is added at the end of the index name."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
|
||||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
|
||||
msgid "Trigram Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Створив"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Дата створення"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Назва для відображення"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Остання модифікація"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Востаннє оновив"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Останнє оновлення"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Được tạo bởi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Được tạo vào"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Tên hiển thị"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Sửa lần cuối vào"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Last Updated by"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Cập nhật lần cuối vào"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -0,0 +1,129 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi_VN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
" better suited for static data and GiST for often-updated data.\""
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Tạo bởi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "Tạo vào"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GIN"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: selection:trgm.index,index_type:0
|
||||
msgid "GiST"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Cập nhật lần cuối bởi"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Cập nhật lần cuối vào"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
"this index is resused. If the index is located in another table then a "
|
||||
"number is added at the end of the index name."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
|
||||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
|
||||
msgid "Trigram Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
|
@ -3,14 +3,15 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: Jeffery CHEN <jeffery9@gmail.com>, 2017\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +20,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +28,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "创建者"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "创建时间"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Display Name"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,42 +58,42 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Last Modified on"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "最后更新者"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "上次更新日期"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_ir_model
|
||||
msgid "Models"
|
||||
msgstr ""
|
||||
msgstr "模型"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +102,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +120,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# * base_search_fuzzy
|
||||
#
|
||||
# Translators:
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2016
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Project-Id-Version: Odoo Server 9.0c\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-11-28 21:28+0000\n"
|
||||
"PO-Revision-Date: 2016-11-28 21:28+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
|
||||
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
|
||||
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid ""
|
||||
"Cite from PostgreSQL documentation: \"As a rule of thumb, a GIN index is "
|
||||
"faster to search than a GiST index, but slower to build or update; so GIN is"
|
||||
|
@ -27,22 +27,22 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid
|
||||
msgid "Created by"
|
||||
msgstr "建立者"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,create_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date
|
||||
msgid "Created on"
|
||||
msgstr "建立於"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,display_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name
|
||||
msgid "Display Name"
|
||||
msgstr "顯示名稱"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "Field"
|
||||
msgstr ""
|
||||
|
||||
|
@ -57,32 +57,32 @@ msgid "GiST"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,id:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id
|
||||
msgid "ID"
|
||||
msgstr "編號"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,index_type:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type
|
||||
msgid "Index Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,__last_update:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "最後修改:"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_uid:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "最後更新:"
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: field:trgm.index,write_date:0
|
||||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "最後更新於"
|
||||
|
||||
|
@ -92,7 +92,7 @@ msgid "Models"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,index_name:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name
|
||||
msgid ""
|
||||
"The index name is automatically generated like fieldname_indextype_idx. If "
|
||||
"the index already exists and the index is located in the same table then "
|
||||
|
@ -101,14 +101,14 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:122
|
||||
#: code:addons/base_search_fuzzy/models/trgm_index.py:124
|
||||
#, python-format
|
||||
msgid "The pg_trgm extension does not exists or cannot be installed."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_form
|
||||
#: view:trgm.index:base_search_fuzzy.trgm_index_view_tree
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
|
||||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
|
||||
msgid "Trigam Index"
|
||||
msgstr ""
|
||||
|
||||
|
@ -119,6 +119,11 @@ msgid "Trigram Index"
|
|||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: help:trgm.index,field_id:0
|
||||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id
|
||||
msgid "You can either select a field of type \"text\" or \"char\"."
|
||||
msgstr ""
|
||||
|
||||
#. module: base_search_fuzzy
|
||||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
|
||||
msgid "trgm.index"
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue