mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[UPD] Update bi_sql_editor.pot
This commit is contained in:
@@ -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
|
||||
# Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2017
|
||||
@@ -13,14 +13,14 @@ msgstr ""
|
||||
"PO-Revision-Date: 2017-10-28 09:14+0000\n"
|
||||
"Last-Translator: Wahyu Setiawan <wahyusetiaaa@gmail.com>, 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: 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 ""
|
||||
@@ -38,7 +38,7 @@ msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. 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 ""
|
||||
@@ -125,8 +125,10 @@ msgstr ""
|
||||
#: 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 ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
@@ -171,7 +173,8 @@ 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 ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
@@ -271,7 +274,7 @@ msgid "Name"
|
||||
msgstr "Nama"
|
||||
|
||||
#. 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"
|
||||
@@ -361,7 +364,7 @@ msgid "Rule Definition"
|
||||
msgstr ""
|
||||
|
||||
#. 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"
|
||||
@@ -388,7 +391,8 @@ msgstr ""
|
||||
#: 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 ""
|
||||
@@ -461,9 +465,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
|
||||
@@ -496,8 +499,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 ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user