server-tools/base_search_fuzzy/i18n/sl.po

136 lines
4.7 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_search_fuzzy
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-01 02:10+0000\n"
"PO-Revision-Date: 2023-04-11 13:22+0000\n"
"Last-Translator: Matjaz Mozetic <matjaz@luxim.si>\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"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 4.14.1\n"
#. module: base_search_fuzzy
#: model:ir.model.fields,help:base_search_fuzzy.field_trgm_index__index_type
msgid ""
"Cite from PostgreSQL documentation: GIN indexes are the preferred text "
"search index type.See: https://www.postgresql.org/docs/current/textsearch-"
"indexes.html"
msgstr ""
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_uid
msgid "Created by"
msgstr "Ustvaril"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__create_date
msgid "Created on"
msgstr "Ustvarjeno"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__field_id
msgid "Field"
msgstr "Polje"
#. module: base_search_fuzzy
#: model:ir.model.fields.selection,name:base_search_fuzzy.selection__trgm_index__index_type__gin
msgid "GIN"
msgstr "GIN"
#. module: base_search_fuzzy
#: model:ir.model.fields.selection,name:base_search_fuzzy.selection__trgm_index__index_type__gist
msgid "GiST"
msgstr "GiST"
#. 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 "Naziv indeksa"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__index_type
msgid "Index Type"
msgstr "Tip indeksa"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index____last_update
msgid "Last Modified on"
msgstr "Zadnjič spremenjeno"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_uid
msgid "Last Updated by"
msgstr "Zadnji posodobil"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__write_date
msgid "Last Updated on"
msgstr "Zadnjič posodobljeno"
#. module: base_search_fuzzy
#: model:ir.model.fields,field_description:base_search_fuzzy.field_trgm_index__smart_search
msgid "Smart Search"
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
#. odoo-python
#: 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 "Razširitev pg_trgm ne obstaja ali pa je ni mogoče namestiti."
#. module: base_search_fuzzy
#: model:ir.actions.act_window,name:base_search_fuzzy.trgm_index_action
#: model:ir.model,name:base_search_fuzzy.model_trgm_index
#: model:ir.ui.menu,name:base_search_fuzzy.trgm_index_menu
msgid "Trigram Index"
msgstr "Trigram indeks"
#. 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 "Izberete lahko polje tipa \"text\" ali \"char\"."
#~ 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 ""
#~ "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 "
#~ "posodabljajo.\""
#~ msgid "Models"
#~ msgstr "Modeli"