[UPD] Update bi_sql_editor.pot

This commit is contained in:
oca-travis
2018-06-23 20:07:44 +00:00
parent b16188d583
commit de4add2ea3
71 changed files with 1966 additions and 1112 deletions

View File

@@ -1,7 +1,7 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * bi_sql_editor
#
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
@@ -12,14 +12,15 @@ msgstr ""
"PO-Revision-Date: 2017-08-31 11:56+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: bi_sql_editor
#: code:addons/bi_sql_editor/models/bi_sql_view.py:564
#: code:addons/bi_sql_editor/models/bi_sql_view.py:565
#, python-format
msgid "%m/%d/%Y %H:%M:%S UTC"
msgstr ""
@@ -37,7 +38,7 @@ msgid "%s Access %s"
msgstr "%s Dostop %s"
#. module: bi_sql_editor
#: code:addons/bi_sql_editor/models/bi_sql_view.py:304
#: code:addons/bi_sql_editor/models/bi_sql_view.py:305
#, python-format
msgid "Access %s"
msgstr "Dostop %s"
@@ -127,12 +128,17 @@ msgstr "Velikost podatkovne baze"
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_domain_force
msgid ""
"Define here access restriction to data.\n"
" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be created. A typical Multi Company rule is for exemple \n"
" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]."
" Take care to use field name prefixed by 'x_'. A global 'ir.rule' will be "
"created. A typical Multi Company rule is for exemple \n"
" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',"
"False)]."
msgstr ""
"Tu določite omejitve dostopa do podatkov.\n"
" Pazite, da uporabite predpono 'x_' v nazivu polja. Globalno 'ir.rule' pravilo bo ustvarjeno. Tipično pravilo za strukturirano podjetje je naprimer \n"
" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]."
" Pazite, da uporabite predpono 'x_' v nazivu polja. Globalno 'ir.rule' "
"pravilo bo ustvarjeno. Tipično pravilo za strukturirano podjetje je "
"naprimer \n"
" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',"
"False)]."
#. module: bi_sql_editor
#: model:ir.model.fields,field_description:bi_sql_editor.field_bi_sql_view_display_name
@@ -176,10 +182,12 @@ msgstr ""
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_selection
msgid ""
"For 'Selection' Odoo field.\n"
" List of options, specified as a Python expression defining a list of (key, label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]"
" List of options, specified as a Python expression defining a list of (key, "
"label) pairs. For example: [('blue','Blue'), ('yellow','Yellow')]"
msgstr ""
"Za polje 'Selection'.\n"
" Seznam opcij določenih kot Python izrazi, ki definirajo seznam parov (key, label). Naprimer: [('blue','Blue'), ('yellow','Yellow')]"
" Seznam opcij določenih kot Python izrazi, ki definirajo seznam parov (key, "
"label). Naprimer: [('blue','Blue'), ('yellow','Yellow')]"
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_model_name
@@ -278,7 +286,7 @@ msgid "Name"
msgstr "Naziv"
#. module: bi_sql_editor
#: code:addons/bi_sql_editor/models/bi_sql_view.py:545
#: code:addons/bi_sql_editor/models/bi_sql_view.py:546
#, python-format
msgid ""
"No Column was found.\n"
@@ -370,7 +378,7 @@ msgid "Rule Definition"
msgstr "Definicija pravila"
#. module: bi_sql_editor
#: code:addons/bi_sql_editor/models/bi_sql_view.py:425
#: code:addons/bi_sql_editor/models/bi_sql_view.py:426
#, python-format
msgid ""
"SQL Error while creating %s VIEW %s :\n"
@@ -399,12 +407,14 @@ msgstr "SQL poročila"
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_query
msgid ""
"SQL Request that will be inserted as the view. Take care to :\n"
" * set a name for all your selected fields, specially if you use SQL function (like EXTRACT, ...);\n"
" * set a name for all your selected fields, specially if you use SQL "
"function (like EXTRACT, ...);\n"
" * Do not use 'SELECT *' or 'SELECT table.*';\n"
" * prefix the name of the selectable columns by 'x_';"
msgstr ""
"SQL zahtevek, ki bo vstavljen v prikaz. Poskrbite, da bo :\n"
" * nastavljen naziv za vsa izbrana polja, še posebej če uporabljate SQL funkcijo (kot EXTRACT, ...);\n"
" * nastavljen naziv za vsa izbrana polja, še posebej če uporabljate SQL "
"funkcijo (kot EXTRACT, ...);\n"
" * se ne uporablja 'SELECT *' ali 'SELECT table.*';\n"
" * naziv izbirnih stolpcev vseboval predpono 'x_';"
@@ -479,9 +489,8 @@ msgstr ""
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_technical_name
msgid ""
"Suffix of the SQL view. SQL full name will be computed and prefixed by "
"'x_bi_sql_view_'. Syntax should follow: "
"https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-"
"SYNTAX-IDENTIFIERS"
"'x_bi_sql_view_'. Syntax should follow: https://www.postgresql.org/docs/"
"current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS"
msgstr ""
#. module: bi_sql_editor
@@ -516,8 +525,8 @@ msgstr ""
#. module: bi_sql_editor
#: model:ir.model.fields,help:bi_sql_editor.field_bi_sql_view_field_ttype
msgid ""
"Type of the Odoo field that will be created. Keep empty if you don't want to"
" create a new field. If empty, this field will not be displayed neither "
"Type of the Odoo field that will be created. Keep empty if you don't want to "
"create a new field. If empty, this field will not be displayed neither "
"available for search or group by function"
msgstr ""