OCA Transbot
8 years ago
committed by
ernesto
7 changed files with 203 additions and 30 deletions
-
14base_search_fuzzy/i18n/de.po
-
18base_search_fuzzy/i18n/es_ES.po
-
14base_search_fuzzy/i18n/fr.po
-
19base_search_fuzzy/i18n/hr.po
-
135base_search_fuzzy/i18n/nl_NL.po
-
19base_search_fuzzy/i18n/ro.po
-
14base_search_fuzzy/i18n/sl.po
@ -0,0 +1,135 @@ |
|||
# Translation of Odoo Server. |
|||
# This file contains the translation of the following modules: |
|||
# * base_search_fuzzy |
|||
# |
|||
# Translators: |
|||
# Peter Hageman <hageman.p@gmail.com>, 2017 |
|||
msgid "" |
|||
msgstr "" |
|||
"Project-Id-Version: Odoo Server 10.0\n" |
|||
"Report-Msgid-Bugs-To: \n" |
|||
"POT-Creation-Date: 2017-06-30 12:21+0000\n" |
|||
"PO-Revision-Date: 2017-06-30 12:21+0000\n" |
|||
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n" |
|||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/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.\"" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_uid |
|||
msgid "Created by" |
|||
msgstr "Aangemaakt door" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_create_date |
|||
msgid "Created on" |
|||
msgstr "Aangemaakt op" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_display_name |
|||
msgid "Display Name" |
|||
msgstr "weergavenaam" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_field_id |
|||
msgid "Field" |
|||
msgstr "Veld" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: selection:trgm.index,index_type:0 |
|||
msgid "GIN" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: selection:trgm.index,index_type:0 |
|||
msgid "GiST" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_id |
|||
msgid "ID" |
|||
msgstr "ID" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_name |
|||
msgid "Index Name" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_index_type |
|||
msgid "Index Type" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: code:addons/base_search_fuzzy/models/ir_model.py:40 |
|||
#, 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 "Laatst gewijzigd op" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_uid |
|||
msgid "Last Updated by" |
|||
msgstr "Laatst bijgewerkt door" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index_write_date |
|||
msgid "Last Updated on" |
|||
msgstr "Laatst bijgewerkt op" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model,name:base_search_fuzzy.model_ir_model |
|||
msgid "Models" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_index_name |
|||
msgid "" |
|||
"The index name is automatically generated like fieldname_indextype_idx. If " |
|||
"the index already exists and the index is located in the same table then " |
|||
"this index is resused. If the index is located in another table then a " |
|||
"number is added at the end of the index name." |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: code:addons/base_search_fuzzy/models/trgm_index.py:126 |
|||
#, python-format |
|||
msgid "The pg_trgm extension does not exists or cannot be installed." |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form |
|||
#: model:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree |
|||
msgid "Trigam Index" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action |
|||
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu |
|||
msgid "Trigram Index" |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index_field_id |
|||
msgid "You can either select a field of type \"text\" or \"char\"." |
|||
msgstr "" |
|||
|
|||
#. module: base_search_fuzzy |
|||
#: model:ir.model,name:base_search_fuzzy.model_trgm_index |
|||
msgid "trgm.index" |
|||
msgstr "" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue