diff --git a/base_search_fuzzy/i18n/am.po b/base_search_fuzzy/i18n/am.po index 384547e69..9798a39c4 100644 --- a/base_search_fuzzy/i18n/am.po +++ b/base_search_fuzzy/i18n/am.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n" +"Language: am\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: am\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/ar.po b/base_search_fuzzy/i18n/ar.po index da024db6f..132a5087a 100644 --- a/base_search_fuzzy/i18n/ar.po +++ b/base_search_fuzzy/i18n/ar.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 # SaFi J. , 2017 @@ -13,18 +13,19 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: SaFi J. , 2017\n" "Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" +"Language: ar\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ar\n" -"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" +"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 #: 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.\"" +"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 @@ -72,6 +73,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -97,25 +104,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/base_search_fuzzy.pot b/base_search_fuzzy/i18n/base_search_fuzzy.pot new file mode 100644 index 000000000..cd0d3bdca --- /dev/null +++ b/base_search_fuzzy/i18n/base_search_fuzzy.pot @@ -0,0 +1,120 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * base_search_fuzzy +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 11.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: <>\n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \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 "" + +#. module: base_search_fuzzy +#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date +msgid "Created on" +msgstr "" + +#. 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 "" + +#. 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 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +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 "" + +#. module: base_search_fuzzy +#: 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 "" + +#. 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 reused. 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:125 +#, python-format +msgid "The pg_trgm extension does not exists or cannot be installed." +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 +#: 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 "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 "" + diff --git a/base_search_fuzzy/i18n/bg.po b/base_search_fuzzy/i18n/bg.po index 1c7376bb4..da7acf3b4 100644 --- a/base_search_fuzzy/i18n/bg.po +++ b/base_search_fuzzy/i18n/bg.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" +"Language: bg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bg\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/bs.po b/base_search_fuzzy/i18n/bs.po index 4cbc335cd..b2ff9032c 100644 --- a/base_search_fuzzy/i18n/bs.po +++ b/base_search_fuzzy/i18n/bs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,19 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" +"Language: bs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: bs\n" -"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" +"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 #: 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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/ca.po b/base_search_fuzzy/i18n/ca.po index d7149aaea..f50f4853c 100644 --- a/base_search_fuzzy/i18n/ca.po +++ b/base_search_fuzzy/i18n/ca.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 # Carles Antoli , 2017 @@ -13,18 +13,18 @@ msgstr "" "PO-Revision-Date: 2017-01-17 13:11+0000\n" "Last-Translator: Carles Antoli , 2017\n" "Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" +"Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: 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.\"" +"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 @@ -72,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -97,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/cs.po b/base_search_fuzzy/i18n/cs.po index 3f34506f4..4b9ce864c 100644 --- a/base_search_fuzzy/i18n/cs.po +++ b/base_search_fuzzy/i18n/cs.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" +"Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: cs\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/da.po b/base_search_fuzzy/i18n/da.po index 64ee4ca15..a7b00dec5 100644 --- a/base_search_fuzzy/i18n/da.po +++ b/base_search_fuzzy/i18n/da.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n" +"Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: da\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/de.po b/base_search_fuzzy/i18n/de.po index 2293c12a1..c205d5fac 100644 --- a/base_search_fuzzy/i18n/de.po +++ b/base_search_fuzzy/i18n/de.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:10+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: de\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.\"" +"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 "" "Zitat aus der PostgreSQL Dokumentation: \"Eine Fausregel ist, ein GIN Index " "ist schneller durchzusuchen als ein GiST Index, aber langsamer aufzubauen " @@ -76,7 +76,7 @@ msgid "Index Type" msgstr "Index Typ" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -106,12 +106,12 @@ msgstr "Datenmodelle" 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 reused. If the index is located in another table then a number" -" is added at the end of the index name." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, python-format msgid "The pg_trgm extension does not exists or cannot be installed." msgstr "" diff --git a/base_search_fuzzy/i18n/el_GR.po b/base_search_fuzzy/i18n/el_GR.po index be762f620..bab712734 100644 --- a/base_search_fuzzy/i18n/el_GR.po +++ b/base_search_fuzzy/i18n/el_GR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n" +"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/" +"el_GR/)\n" +"Language: el_GR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: el_GR\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/en_GB.po b/base_search_fuzzy/i18n/en_GB.po index d34c105b3..4cca71405 100644 --- a/base_search_fuzzy/i18n/en_GB.po +++ b/base_search_fuzzy/i18n/en_GB.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/" +"teams/23907/en_GB/)\n" +"Language: en_GB\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: en_GB\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es.po b/base_search_fuzzy/i18n/es.po index 14f397770..bf7db506a 100644 --- a/base_search_fuzzy/i18n/es.po +++ b/base_search_fuzzy/i18n/es.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "Modelos" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_AR.po b/base_search_fuzzy/i18n/es_AR.po index 2baf38e62..bfa0d7a77 100644 --- a/base_search_fuzzy/i18n/es_AR.po +++ b/base_search_fuzzy/i18n/es_AR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n" +"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/" +"teams/23907/es_AR/)\n" +"Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_AR\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_CL.po b/base_search_fuzzy/i18n/es_CL.po index 4b61cb559..8816911d8 100644 --- a/base_search_fuzzy/i18n/es_CL.po +++ b/base_search_fuzzy/i18n/es_CL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/" +"es_CL/)\n" +"Language: es_CL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CL\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_CO.po b/base_search_fuzzy/i18n/es_CO.po index 126e69e1d..038f847a8 100644 --- a/base_search_fuzzy/i18n/es_CO.po +++ b/base_search_fuzzy/i18n/es_CO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/" +"es_CO/)\n" +"Language: es_CO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CO\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_CR.po b/base_search_fuzzy/i18n/es_CR.po index ec629c032..a5ea2fdba 100644 --- a/base_search_fuzzy/i18n/es_CR.po +++ b/base_search_fuzzy/i18n/es_CR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/" +"teams/23907/es_CR/)\n" +"Language: es_CR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_CR\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_DO.po b/base_search_fuzzy/i18n/es_DO.po index 5347a074e..3d0648f85 100644 --- a/base_search_fuzzy/i18n/es_DO.po +++ b/base_search_fuzzy/i18n/es_DO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/" +"teams/23907/es_DO/)\n" +"Language: es_DO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_DO\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_EC.po b/base_search_fuzzy/i18n/es_EC.po index 1d6e15662..f67fd2d23 100644 --- a/base_search_fuzzy/i18n/es_EC.po +++ b/base_search_fuzzy/i18n/es_EC.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/" +"es_EC/)\n" +"Language: es_EC\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_EC\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_ES.po b/base_search_fuzzy/i18n/es_ES.po index ffef8d341..95d621b65 100644 --- a/base_search_fuzzy/i18n/es_ES.po +++ b/base_search_fuzzy/i18n/es_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-05-01 10:38+0000\n" "PO-Revision-Date: 2017-05-01 10:38+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n" +"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/" +"es_ES/)\n" +"Language: es_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_ES\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.\"" +"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 @@ -72,7 +73,7 @@ msgid "Index Type" msgstr "" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -102,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_MX.po b/base_search_fuzzy/i18n/es_MX.po index 1e69a64f8..a981d8413 100644 --- a/base_search_fuzzy/i18n/es_MX.po +++ b/base_search_fuzzy/i18n/es_MX.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/" +"es_MX/)\n" +"Language: es_MX\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_MX\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_PE.po b/base_search_fuzzy/i18n/es_PE.po index 7fd24a2b6..82223d519 100644 --- a/base_search_fuzzy/i18n/es_PE.po +++ b/base_search_fuzzy/i18n/es_PE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/" +"es_PE/)\n" +"Language: es_PE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PE\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_PY.po b/base_search_fuzzy/i18n/es_PY.po index c503c6101..737e0812a 100644 --- a/base_search_fuzzy/i18n/es_PY.po +++ b/base_search_fuzzy/i18n/es_PY.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/" +"es_PY/)\n" +"Language: es_PY\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_PY\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/es_VE.po b/base_search_fuzzy/i18n/es_VE.po index bccaf68d0..fe2efe699 100644 --- a/base_search_fuzzy/i18n/es_VE.po +++ b/base_search_fuzzy/i18n/es_VE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/" +"teams/23907/es_VE/)\n" +"Language: es_VE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: es_VE\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/et.po b/base_search_fuzzy/i18n/et.po index e5a66f1a4..7e6d38121 100644 --- a/base_search_fuzzy/i18n/et.po +++ b/base_search_fuzzy/i18n/et.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n" +"Language: et\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: et\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/eu.po b/base_search_fuzzy/i18n/eu.po index d4cd7e93a..d840af5ec 100644 --- a/base_search_fuzzy/i18n/eu.po +++ b/base_search_fuzzy/i18n/eu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n" +"Language: 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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/fa.po b/base_search_fuzzy/i18n/fa.po index c9d1dd60a..29e4de860 100644 --- a/base_search_fuzzy/i18n/fa.po +++ b/base_search_fuzzy/i18n/fa.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n" +"Language: fa\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fa\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/fi.po b/base_search_fuzzy/i18n/fi.po index c6e20a874..a39e490a8 100644 --- a/base_search_fuzzy/i18n/fi.po +++ b/base_search_fuzzy/i18n/fi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 # Jarmo Kortetjärvi , 2017 @@ -13,18 +13,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: Jarmo Kortetjärvi , 2017\n" "Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" +"Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fi\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.\"" +"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 @@ -72,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -97,25 +103,21 @@ msgstr "Mallit" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/fr.po b/base_search_fuzzy/i18n/fr.po index 350a2123c..1ba4b8ae3 100644 --- a/base_search_fuzzy/i18n/fr.po +++ b/base_search_fuzzy/i18n/fr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,23 +12,23 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:10+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr\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.\"" +"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 "" -"Cité dans la documentation PostgreSQL: \"En règle générale, un index GIN est" -" plus rapide pour la recherche qu'un index GiST, mais plus lent à construire" -" ou à mettre à jour, donc GIN est mieux adapté pour les données statiques et" -" GiST pour des données souvent mises à jour.\"" +"Cité dans la documentation PostgreSQL: \"En règle générale, un index GIN est " +"plus rapide pour la recherche qu'un index GiST, mais plus lent à construire " +"ou à mettre à jour, donc GIN est mieux adapté pour les données statiques et " +"GiST pour des données souvent mises à jour.\"" #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid @@ -76,7 +76,7 @@ msgid "Index Type" msgstr "Type d'index" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -106,12 +106,12 @@ msgstr "Modèles" 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 reused. If the index is located in another table then a number" -" is added at the end of the index name." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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." diff --git a/base_search_fuzzy/i18n/fr_CA.po b/base_search_fuzzy/i18n/fr_CA.po index 8b91afbdb..673035a20 100644 --- a/base_search_fuzzy/i18n/fr_CA.po +++ b/base_search_fuzzy/i18n/fr_CA.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/" +"fr_CA/)\n" +"Language: 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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/fr_CH.po b/base_search_fuzzy/i18n/fr_CH.po index 7069386fa..62c826dc4 100644 --- a/base_search_fuzzy/i18n/fr_CH.po +++ b/base_search_fuzzy/i18n/fr_CH.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n" +"Language-Team: French (Switzerland) (https://www.transifex.com/oca/" +"teams/23907/fr_CH/)\n" +"Language: fr_CH\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: fr_CH\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/gl.po b/base_search_fuzzy/i18n/gl.po index 39ba8ac21..cbeec3f1c 100644 --- a/base_search_fuzzy/i18n/gl.po +++ b/base_search_fuzzy/i18n/gl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n" +"Language: gl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/gl_ES.po b/base_search_fuzzy/i18n/gl_ES.po index 1c199a9d9..b60854bee 100644 --- a/base_search_fuzzy/i18n/gl_ES.po +++ b/base_search_fuzzy/i18n/gl_ES.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n" +"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/" +"gl_ES/)\n" +"Language: gl_ES\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: gl_ES\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/he.po b/base_search_fuzzy/i18n/he.po index 4f5780a2a..3cc300cb9 100644 --- a/base_search_fuzzy/i18n/he.po +++ b/base_search_fuzzy/i18n/he.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n" +"Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: he\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/hr.po b/base_search_fuzzy/i18n/hr.po index e29d0f315..1cef50c39 100644 --- a/base_search_fuzzy/i18n/hr.po +++ b/base_search_fuzzy/i18n/hr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 # Bole , 2017 @@ -13,18 +13,19 @@ msgstr "" "PO-Revision-Date: 2017-05-01 10:38+0000\n" "Last-Translator: Bole , 2017\n" "Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"Language: hr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr\n" -"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" +"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 #: 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.\"" +"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 @@ -73,7 +74,7 @@ msgid "Index Type" msgstr "" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -103,25 +104,21 @@ msgstr "Modeli" 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." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/hr_HR.po b/base_search_fuzzy/i18n/hr_HR.po index aef7d4b0c..73ce3bd37 100644 --- a/base_search_fuzzy/i18n/hr_HR.po +++ b/base_search_fuzzy/i18n/hr_HR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,21 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n" +"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/" +"hr_HR/)\n" +"Language: hr_HR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hr_HR\n" -"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" +"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 #: 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.\"" +"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 @@ -71,6 +73,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +104,21 @@ msgstr "Modeli" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/hu.po b/base_search_fuzzy/i18n/hu.po index 1cf5c7a81..929042e5a 100644 --- a/base_search_fuzzy/i18n/hu.po +++ b/base_search_fuzzy/i18n/hu.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n" +"Language: hu\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: hu\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/id.po b/base_search_fuzzy/i18n/id.po index b49665b4e..35f428b6f 100644 --- a/base_search_fuzzy/i18n/id.po +++ b/base_search_fuzzy/i18n/id.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n" +"Language: id\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: id\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/it.po b/base_search_fuzzy/i18n/it.po index 7a295a94d..70d26e02f 100644 --- a/base_search_fuzzy/i18n/it.po +++ b/base_search_fuzzy/i18n/it.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 # Paolo Valier , 2017 @@ -13,18 +13,18 @@ msgstr "" "PO-Revision-Date: 2018-01-06 02:24+0000\n" "Last-Translator: Paolo Valier , 2017\n" "Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: it\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.\"" +"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 @@ -73,7 +73,7 @@ msgid "Index Type" msgstr "" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -103,12 +103,12 @@ msgstr "Modelli" 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 reused. If the index is located in another table then a number" -" is added at the end of the index name." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, python-format msgid "The pg_trgm extension does not exists or cannot be installed." msgstr "" diff --git a/base_search_fuzzy/i18n/ja.po b/base_search_fuzzy/i18n/ja.po index 1466030ef..ba398c242 100644 --- a/base_search_fuzzy/i18n/ja.po +++ b/base_search_fuzzy/i18n/ja.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n" +"Language: ja\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ja\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/ko.po b/base_search_fuzzy/i18n/ko.po index e36301c84..622a7b936 100644 --- a/base_search_fuzzy/i18n/ko.po +++ b/base_search_fuzzy/i18n/ko.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n" +"Language: ko\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ko\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/lt.po b/base_search_fuzzy/i18n/lt.po index 9ca907f40..f52361e76 100644 --- a/base_search_fuzzy/i18n/lt.po +++ b/base_search_fuzzy/i18n/lt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,19 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n" +"Language: lt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: 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" +"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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/lt_LT.po b/base_search_fuzzy/i18n/lt_LT.po index 002570db5..02a039342 100644 --- a/base_search_fuzzy/i18n/lt_LT.po +++ b/base_search_fuzzy/i18n/lt_LT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,21 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n" +"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/" +"teams/23907/lt_LT/)\n" +"Language: 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" +"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.\"" +"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 @@ -71,6 +73,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +104,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/lv.po b/base_search_fuzzy/i18n/lv.po index c128584fc..163fc12ed 100644 --- a/base_search_fuzzy/i18n/lv.po +++ b/base_search_fuzzy/i18n/lv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,19 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n" +"Language: lv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: lv\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/mk.po b/base_search_fuzzy/i18n/mk.po index 456140c3c..bc3432b16 100644 --- a/base_search_fuzzy/i18n/mk.po +++ b/base_search_fuzzy/i18n/mk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n" +"Language: mk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/mn.po b/base_search_fuzzy/i18n/mn.po index ea5d54630..b603d3907 100644 --- a/base_search_fuzzy/i18n/mn.po +++ b/base_search_fuzzy/i18n/mn.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n" +"Language: mn\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: mn\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/nb.po b/base_search_fuzzy/i18n/nb.po index 5dff7475b..e45d08bac 100644 --- a/base_search_fuzzy/i18n/nb.po +++ b/base_search_fuzzy/i18n/nb.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/" +"nb/)\n" +"Language: nb\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nb\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/nb_NO.po b/base_search_fuzzy/i18n/nb_NO.po index aa0da0707..6061a41f0 100644 --- a/base_search_fuzzy/i18n/nb_NO.po +++ b/base_search_fuzzy/i18n/nb_NO.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 # Imre Kristoffer Eilertsen , 2017 @@ -12,19 +12,20 @@ msgstr "" "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 , 2017\n" -"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n" +"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/" +"teams/23907/nb_NO/)\n" +"Language: 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.\"" +"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 @@ -72,6 +73,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -97,25 +104,21 @@ msgstr "Modeller" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/nl.po b/base_search_fuzzy/i18n/nl.po index a19306105..389f9d009 100644 --- a/base_search_fuzzy/i18n/nl.po +++ b/base_search_fuzzy/i18n/nl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" +"Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/nl_BE.po b/base_search_fuzzy/i18n/nl_BE.po index d6e951529..b3b5650ed 100644 --- a/base_search_fuzzy/i18n/nl_BE.po +++ b/base_search_fuzzy/i18n/nl_BE.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/" +"nl_BE/)\n" +"Language: nl_BE\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_BE\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/nl_NL.po b/base_search_fuzzy/i18n/nl_NL.po index 553c89990..2e0b711e1 100644 --- a/base_search_fuzzy/i18n/nl_NL.po +++ b/base_search_fuzzy/i18n/nl_NL.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # Peter Hageman , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-06-30 12:21+0000\n" "PO-Revision-Date: 2017-06-30 12:21+0000\n" "Last-Translator: Peter Hageman , 2017\n" -"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n" +"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/" +"teams/23907/nl_NL/)\n" +"Language: nl_NL\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: nl_NL\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.\"" +"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 @@ -72,7 +73,7 @@ msgid "Index Type" msgstr "" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -102,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/pl.po b/base_search_fuzzy/i18n/pl.po index e19f6bd6e..0b0992ac0 100644 --- a/base_search_fuzzy/i18n/pl.po +++ b/base_search_fuzzy/i18n/pl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,19 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n" +"Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pl\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"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 #: 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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/pt.po b/base_search_fuzzy/i18n/pt.po index 0d59e3d48..8d5d9ab02 100644 --- a/base_search_fuzzy/i18n/pt.po +++ b/base_search_fuzzy/i18n/pt.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/pt_BR.po b/base_search_fuzzy/i18n/pt_BR.po index 62cfe2168..f92f58dea 100644 --- a/base_search_fuzzy/i18n/pt_BR.po +++ b/base_search_fuzzy/i18n/pt_BR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_BR\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "Modelos" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/pt_PT.po b/base_search_fuzzy/i18n/pt_PT.po index 3a5b49286..053471607 100644 --- a/base_search_fuzzy/i18n/pt_PT.po +++ b/base_search_fuzzy/i18n/pt_PT.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n" +"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/" +"teams/23907/pt_PT/)\n" +"Language: pt_PT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: pt_PT\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/ro.po b/base_search_fuzzy/i18n/ro.po index 9baf86e35..1461d9301 100644 --- a/base_search_fuzzy/i18n/ro.po +++ b/base_search_fuzzy/i18n/ro.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 # Daniel Schweiger , 2017 @@ -13,18 +13,19 @@ msgstr "" "PO-Revision-Date: 2017-06-22 01:11+0000\n" "Last-Translator: Daniel Schweiger , 2017\n" "Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n" +"Language: 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" +"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.\"" +"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 @@ -73,7 +74,7 @@ msgid "Index Type" msgstr "" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -103,25 +104,21 @@ msgstr "" 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." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/ru.po b/base_search_fuzzy/i18n/ru.po index 063fc7c21..9cb06dca6 100644 --- a/base_search_fuzzy/i18n/ru.po +++ b/base_search_fuzzy/i18n/ru.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,20 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: ru\n" -"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" +"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 #: 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.\"" +"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 @@ -71,6 +73,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +104,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/sk.po b/base_search_fuzzy/i18n/sk.po index 45765ee17..ab2c9d110 100644 --- a/base_search_fuzzy/i18n/sk.po +++ b/base_search_fuzzy/i18n/sk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n" +"Language: sk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sk\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/sl.po b/base_search_fuzzy/i18n/sl.po index ef51ad480..243fc7f99 100644 --- a/base_search_fuzzy/i18n/sl.po +++ b/base_search_fuzzy/i18n/sl.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,22 +12,23 @@ msgstr "" "PO-Revision-Date: 2017-12-01 02:10+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sl\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" +"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 #: 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.\"" +"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 "" "Citat iz PostgreSQL dokumentacije: \"Po pravilu palca je GIN indeks za " -"iskanje hitrejši od GIST indeksa, a počasnejši pri gradnji posodobitev; zato" -" je GIN boljši za statične podatke, GIST pa za podatke, ki se pogosto " +"iskanje hitrejši od GIST indeksa, a počasnejši pri gradnji posodobitev; zato " +"je GIN boljši za statične podatke, GIST pa za podatke, ki se pogosto " "posodabljajo.\"" #. module: base_search_fuzzy @@ -76,7 +77,7 @@ msgid "Index Type" msgstr "Tip indeksa" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -106,12 +107,12 @@ msgstr "Modeli" 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 reused. If the index is located in another table then a number" -" is added at the end of the index name." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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." diff --git a/base_search_fuzzy/i18n/sr.po b/base_search_fuzzy/i18n/sr.po index 447be3213..1d5419e07 100644 --- a/base_search_fuzzy/i18n/sr.po +++ b/base_search_fuzzy/i18n/sr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,19 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n" +"Language: sr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr\n" -"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" +"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 #: 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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/sr@latin.po b/base_search_fuzzy/i18n/sr@latin.po index bad26ee29..6c03d375c 100644 --- a/base_search_fuzzy/i18n/sr@latin.po +++ b/base_search_fuzzy/i18n/sr@latin.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,21 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/" +"sr@latin/)\n" +"Language: sr@latin\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sr@latin\n" -"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" +"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 #: 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.\"" +"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 @@ -71,6 +73,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +104,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/sv.po b/base_search_fuzzy/i18n/sv.po index 9811ebf03..0b1077339 100644 --- a/base_search_fuzzy/i18n/sv.po +++ b/base_search_fuzzy/i18n/sv.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: sv\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/th.po b/base_search_fuzzy/i18n/th.po index 43dbb8279..d4ee0e954 100644 --- a/base_search_fuzzy/i18n/th.po +++ b/base_search_fuzzy/i18n/th.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n" +"Language: th\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: th\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/tr.po b/base_search_fuzzy/i18n/tr.po index a3a289d71..9433b44a9 100644 --- a/base_search_fuzzy/i18n/tr.po +++ b/base_search_fuzzy/i18n/tr.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" +"Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: tr\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "Modeller" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/tr_TR.po b/base_search_fuzzy/i18n/tr_TR.po index e39c4642c..878efc599 100644 --- a/base_search_fuzzy/i18n/tr_TR.po +++ b/base_search_fuzzy/i18n/tr_TR.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 # Ozge Altinisik , 2017 @@ -12,19 +12,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: Ozge Altinisik , 2017\n" -"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n" +"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/" +"tr_TR/)\n" +"Language: 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.\"" +"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 @@ -72,6 +73,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -97,25 +104,21 @@ msgstr "Tipler" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/uk.po b/base_search_fuzzy/i18n/uk.po index 7cf393650..351baa168 100644 --- a/base_search_fuzzy/i18n/uk.po +++ b/base_search_fuzzy/i18n/uk.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,19 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n" +"Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: uk\n" -"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" +"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 #: 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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/vi.po b/base_search_fuzzy/i18n/vi.po index 52e073458..9cefbdc57 100644 --- a/base_search_fuzzy/i18n/vi.po +++ b/base_search_fuzzy/i18n/vi.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -12,18 +12,18 @@ msgstr "" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" "Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n" +"Language: vi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: vi\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.\"" +"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 @@ -71,6 +71,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +102,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/vi_VN.po b/base_search_fuzzy/i18n/vi_VN.po index 64ce2fe7a..5694f0dbd 100644 --- a/base_search_fuzzy/i18n/vi_VN.po +++ b/base_search_fuzzy/i18n/vi_VN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n" +"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/" +"teams/23907/vi_VN/)\n" +"Language: 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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr "" diff --git a/base_search_fuzzy/i18n/zh_CN.po b/base_search_fuzzy/i18n/zh_CN.po index bc1db2ec7..5fc90620a 100644 --- a/base_search_fuzzy/i18n/zh_CN.po +++ b/base_search_fuzzy/i18n/zh_CN.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-12-01 02:10+0000\n" "PO-Revision-Date: 2017-12-01 02:10+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n" +"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/" +"zh_CN/)\n" +"Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_CN\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.\"" +"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 @@ -72,7 +73,7 @@ msgid "Index Type" msgstr "" #. module: base_search_fuzzy -#: code:addons/base_search_fuzzy/models/ir_model.py:40 +#: code:addons/base_search_fuzzy/models/ir_model.py:39 #, python-format msgid "Invalid field %r in domain term %r" msgstr "" @@ -102,12 +103,12 @@ msgstr "模型" 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 reused. If the index is located in another table then a number" -" is added at the end of the index name." +"this index is reused. 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:126 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, python-format msgid "The pg_trgm extension does not exists or cannot be installed." msgstr "" diff --git a/base_search_fuzzy/i18n/zh_TW.po b/base_search_fuzzy/i18n/zh_TW.po index f4f54e523..3fa13fbcb 100644 --- a/base_search_fuzzy/i18n/zh_TW.po +++ b/base_search_fuzzy/i18n/zh_TW.po @@ -1,7 +1,7 @@ # Translation of Odoo Server. # This file contains the translation of the following modules: # * base_search_fuzzy -# +# # Translators: # OCA Transbot , 2017 msgid "" @@ -11,19 +11,20 @@ msgstr "" "POT-Creation-Date: 2017-01-14 04:21+0000\n" "PO-Revision-Date: 2017-01-14 04:21+0000\n" "Last-Translator: OCA Transbot , 2017\n" -"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/" +"zh_TW/)\n" +"Language: zh_TW\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" -"Language: zh_TW\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.\"" +"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 @@ -71,6 +72,12 @@ msgstr "" msgid "Index Type" msgstr "" +#. module: base_search_fuzzy +#: code:addons/base_search_fuzzy/models/ir_model.py:39 +#, python-format +msgid "Invalid field %r in domain term %r" +msgstr "" + #. module: base_search_fuzzy #: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index___last_update msgid "Last Modified on" @@ -96,25 +103,21 @@ msgstr "" 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." +"this index is reused. 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 +#: code:addons/base_search_fuzzy/models/trgm_index.py:125 #, 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 +#: 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 "Trigram Index" msgstr ""