Skip to content

Commit

Permalink
Translated using Weblate (Spanish (Argentina))
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (18 of 18 strings)

Translation: server-tools-15.0/server-tools-15.0-base_search_fuzzy
Translate-URL: https://translation.odoo-community.org/projects/server-tools-15-0/server-tools-15-0-base_search_fuzzy/es_AR/
  • Loading branch information
ibuioli authored and dreispt committed Feb 4, 2023
1 parent 5aa0618 commit ca64967
Showing 1 changed file with 22 additions and 14 deletions.
36 changes: 22 additions & 14 deletions base_search_fuzzy/i18n/es_AR.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ msgstr ""
"Project-Id-Version: Odoo Server 10.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-01-14 04:21+0000\n"
"PO-Revision-Date: 2017-01-14 04:21+0000\n"
"Last-Translator: OCA Transbot <[email protected]>, 2017\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/"
"teams/23907/es_AR/)\n"
"PO-Revision-Date: 2022-03-15 06:17+0000\n"
"Last-Translator: Ignacio Buioli <[email protected]>\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"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.3.2\n"

#. module: base_search_fuzzy
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__index_type
Expand All @@ -26,6 +27,9 @@ msgid ""
"search index type.See: https://www.postgresql.org/docs/current/textsearch-"
"indexes.html"
msgstr ""
"Cita de la documentación de PostgreSQL: Los índices GIN son el tipo de "
"índice de búsqueda de texto preferido. Consulte más: https://www.postgresql."
"org/docs/current/textsearch-indexes.html"

#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_uid
Expand All @@ -45,17 +49,17 @@ msgstr "Mostrar Nombre"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__field_id
msgid "Field"
msgstr ""
msgstr "Campo"

#. module: base_search_fuzzy
#: model:ir.model.fields.selection,name:base_search_fuzzy.selection__trgm_index__index_type__gin
msgid "GIN"
msgstr ""
msgstr "GIN"

#. module: base_search_fuzzy
#: model:ir.model.fields.selection,name:base_search_fuzzy.selection__trgm_index__index_type__gist
msgid "GiST"
msgstr ""
msgstr "GiST"

#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__id
Expand All @@ -65,12 +69,12 @@ msgstr "ID"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_name
msgid "Index Name"
msgstr ""
msgstr "Nombre del Índice"

#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_type
msgid "Index Type"
msgstr ""
msgstr "Tipo de Índice"

#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index____last_update
Expand All @@ -90,7 +94,7 @@ msgstr "Última actualización el"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__smart_search
msgid "Smart Search"
msgstr ""
msgstr "Búsqueda Inteligente"

#. module: base_search_fuzzy
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__index_name
Expand All @@ -100,12 +104,16 @@ msgid ""
"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 ""
"El nombre del índice se genera automáticamente como fieldname_indextype_idx. "
"Si el índice ya existe y está ubicado en la misma tabla, se reutiliza este "
"índice. Si el índice se encuentra en otra tabla, se agrega un número al "
"final del nombre del índice."

#. module: base_search_fuzzy
#: code:addons/base_search_fuzzy/models/trgm_index.py:0
#, python-format
msgid "The pg_trgm extension does not exists or cannot be installed."
msgstr ""
msgstr "La extensión pg_trgm no existe o no puede ser instalada."

#. module: base_search_fuzzy
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
Expand All @@ -114,9 +122,9 @@ msgstr ""
#: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_form
#: model_terms:ir.ui.view,arch_db:base_search_fuzzy.trgm_index_view_tree
msgid "Trigram Index"
msgstr ""
msgstr "Índice de Trigramas"

#. 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 ""
msgstr "Puede seleccionar un campo de tipo \"text\" o \"char\"."

0 comments on commit ca64967

Please sign in to comment.