[UPD] Update bi_sql_editor.pot
parent
c3c6fc31e3
commit
3a0e05179d
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
|
||||
"Language: am\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: am\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# SaFi J. <safi2266@gmail.com>, 2017
|
||||
|
@ -13,11 +13,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: SaFi J. <safi2266@gmail.com>, 2017\n"
|
||||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
|
||||
"Language: ar\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ar\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
|
||||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -26,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +252,7 @@ msgid "Name"
|
|||
msgstr "الاسم"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
|
||||
"Language: bg\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Име"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -0,0 +1,526 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * bi_sql_editor
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 8.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
#, python-format
|
||||
msgid "%s (Copy)"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
#: field:bi.sql.view,group_ids:0
|
||||
msgid "Allowed Groups"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,user_ids:0
|
||||
msgid "Allowed Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Are you sure you want to set to draft this SQL View. It will delete the materialized view, and all the previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view.field,is_group_by:0
|
||||
msgid "Check this box if you want to create a 'group by' option in the search view"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view.field,is_index:0
|
||||
msgid "Check this box if you want to create an index on that field. This is recommended for searchable and groupable fields, to reduce duration"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,graph_type:0
|
||||
msgid "Column"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Create SQL View, Indexes and Models"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Create UI"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,create_uid:0
|
||||
#: field:bi.sql.view.field,create_uid:0
|
||||
msgid "Created by"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,create_date:0
|
||||
#: field:bi.sql.view.field,create_date:0
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,cron_id:0
|
||||
msgid "Cron Task that will refresh the materialized view"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,size:0
|
||||
msgid "Database Size"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,domain_force:0
|
||||
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)]."
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,display_name:0
|
||||
#: field:bi.sql.view.field,display_name:0
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view,state:0
|
||||
msgid "Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,domain_force:0
|
||||
msgid "Extra Rule Definition"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Extras Information"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,field_description:0
|
||||
msgid "Field Description"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,ttype:0
|
||||
msgid "Field Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view.field,many2one_model_id:0
|
||||
msgid "For 'Many2one' Odoo field.\n"
|
||||
" Co Model of the field."
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view.field,selection:0
|
||||
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')]"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,model_name:0
|
||||
msgid "Full Qualified Name of the transient model that will be created."
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,view_name:0
|
||||
msgid "Full name of the SQL view"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,graph_type:0
|
||||
msgid "Graph Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view,state:0
|
||||
msgid "Graph, action and Menu Created"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,has_group_changed:0
|
||||
msgid "Has group changed"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,id:0
|
||||
#: field:bi.sql.view.field,id:0
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,index_name:0
|
||||
msgid "Index Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,is_group_by:0
|
||||
msgid "Is Group by"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,is_index:0
|
||||
msgid "Is Index"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,is_materialized:0
|
||||
msgid "Is Materialized View"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,__last_update:0
|
||||
#: field:bi.sql.view.field,__last_update:0
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,write_uid:0
|
||||
#: field:bi.sql.view.field,write_uid:0
|
||||
msgid "Last Updated by"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,write_date:0
|
||||
#: field:bi.sql.view.field,write_date:0
|
||||
msgid "Last Updated on"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,materialized_text:0
|
||||
msgid "Materialized text"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,graph_type:0
|
||||
msgid "Measure"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
#: field:bi.sql.view.field,many2one_model_id:0
|
||||
msgid "Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,model_name:0
|
||||
msgid "Model Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,name:0
|
||||
#: field:bi.sql.view.field,name:0
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid "No Column was found.\n"
|
||||
"Columns name should be prefixed by 'x_'."
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,action_id:0
|
||||
msgid "Odoo Action"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,cron_id:0
|
||||
msgid "Odoo Cron"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,graph_view_id:0
|
||||
msgid "Odoo Graph View"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,menu_id:0
|
||||
msgid "Odoo Menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,model_id:0
|
||||
msgid "Odoo Model"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,rule_id:0
|
||||
msgid "Odoo Rule"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,search_view_id:0
|
||||
msgid "Odoo Search View"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Open View"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,query:0
|
||||
msgid "Query"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Refresh Materialized View"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,graph_type:0
|
||||
msgid "Row"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Rule Definition"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid "SQL Error while creating %s VIEW %s :\n"
|
||||
" %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
#: field:bi.sql.view,bi_sql_view_field_ids:0
|
||||
msgid "SQL Fields"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "SQL Query"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_editor
|
||||
msgid "SQL Reports"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,query:0
|
||||
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"
|
||||
" * Do not use 'SELECT *' or 'SELECT table.*';\n"
|
||||
" * prefix the name of the selectable columns by 'x_';"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,sql_type:0
|
||||
msgid "SQL Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view.field,sql_type:0
|
||||
msgid "SQL Type in the database"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view,state:0
|
||||
msgid "SQL Valid"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,bi_sql_view_id:0
|
||||
msgid "SQL View"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view,state:0
|
||||
msgid "SQL View and Model Created"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: model:ir.actions.act_window,name:bi_sql_editor.action_bi_sql_view
|
||||
#: model:ir.ui.menu,name:bi_sql_editor.menu_bi_sql_view
|
||||
msgid "SQL Views"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,selection:0
|
||||
msgid "Selection Options"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Set to Draft"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,size:0
|
||||
msgid "Size of the materialized view and its indexes"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,state:0
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,state:0
|
||||
msgid "State of the Request:\n"
|
||||
" * 'Draft': Not tested\n"
|
||||
" * 'SQL Valid': SQL Request has been checked and is valid"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,technical_name:0
|
||||
msgid "Suffix of the SQL view. (SQL full name will be computed and prefixed by 'x_bi_sql_view_'. Should have correctsyntax. For more information, see https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,technical_name:0
|
||||
msgid "Technical Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view.field,field_description:0
|
||||
msgid "This will be used as the name of the Odoo field, displayed for users"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "This will create Odoo View, Action and Menu"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "This will try to create an SQL View, based on the SQL request and the according Transient Model and fields, based on settings"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view.field,ttype:0
|
||||
msgid "Type of the Odoo field that will be created. Let 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 ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Update Model Access. Required if you changed groups list after having created the model"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Update Model Acess"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "User Interface"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "Validate SQL Expression"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,view_name:0
|
||||
msgid "View Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:161
|
||||
#, python-format
|
||||
msgid "You can only process this action on SQL Valid items"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:143
|
||||
#, python-format
|
||||
msgid "You can only unlink draft views"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,ttype:0
|
||||
msgid "boolean"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,ttype:0
|
||||
msgid "char"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,ttype:0
|
||||
msgid "date"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,ttype:0
|
||||
msgid "datetime"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,ttype:0
|
||||
msgid "float"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,ttype:0
|
||||
msgid "integer"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,ttype:0
|
||||
msgid "many2one"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: selection:bi.sql.view.field,ttype:0
|
||||
msgid "selection"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view.field,sequence:0
|
||||
msgid "sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid "this will refresh the materialized view"
|
||||
msgstr ""
|
||||
|
|
@ -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,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
|
||||
"Language: bs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: bs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Ime"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Carles Antoli <carlesantoli@hotmail.com>, 2017
|
||||
|
@ -14,10 +14,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
|
||||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -27,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -52,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -109,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -154,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -249,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Nom"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -307,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -323,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -350,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * bi_sql_editor
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Carlos Hormigo, 2018
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2018-02-13 09:51+0000\n"
|
||||
"PO-Revision-Date: 2018-02-13 09:51+0000\n"
|
||||
"Last-Translator: Carlos Hormigo, 2018\n"
|
||||
"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/ca_ES/)\n"
|
||||
"Language-Team: Catalan (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"ca_ES/)\n"
|
||||
"Language: ca_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ca_ES\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Jaroslav Helemik Nemec <nemec@helemik.cz>, 2017
|
||||
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Jaroslav Helemik Nemec <nemec@helemik.cz>, 2017\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
|
||||
"Language: cs\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Název"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
|
||||
"Language: da\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: da\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Navn"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * bi_sql_editor
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Hans Henrik Gabelgaard <hhg@gabelgaard.org>, 2017
|
||||
msgid ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-09-02 12:14+0000\n"
|
||||
"PO-Revision-Date: 2017-09-02 12:14+0000\n"
|
||||
"Last-Translator: Hans Henrik Gabelgaard <hhg@gabelgaard.org>, 2017\n"
|
||||
"Language-Team: Danish (Denmark) (https://www.transifex.com/oca/teams/23907/da_DK/)\n"
|
||||
"Language-Team: Danish (Denmark) (https://www.transifex.com/oca/teams/23907/"
|
||||
"da_DK/)\n"
|
||||
"Language: da_DK\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: da_DK\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Rudolf Schnapka <rs@techno-flex.de>, 2017
|
||||
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
|
||||
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
|
||||
"Language: de\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +51,9 @@ msgstr "Erlaubte Benutzer"
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Bezeichnung"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Kostas Goutoudis <goutoudis@gmail.com>, 2017
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2017\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
|
||||
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
|
||||
"el_GR/)\n"
|
||||
"Language: el_GR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: el_GR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Ονομασία"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
|
||||
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
|
||||
"teams/23907/en_GB/)\n"
|
||||
"Language: en_GB\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: en_GB\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Name"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Antonio Trueba <atgayol@gmail.com>, 2017
|
||||
|
@ -15,10 +15,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Carles Antoli <carlesantoli@hotmail.com>, 2017\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
|
||||
"Language: es\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -28,13 +28,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -53,9 +53,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -110,8 +110,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -155,7 +157,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -250,7 +253,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -308,7 +311,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -324,7 +327,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -351,7 +354,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\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"
|
||||
"Language: es_AR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n"
|
||||
"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_CL/)\n"
|
||||
"Language: es_CL\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CL\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
|
||||
"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_CO/)\n"
|
||||
"Language: es_CO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
|
||||
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_CR/)\n"
|
||||
"Language: es_CR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_CR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
|
||||
"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_DO/)\n"
|
||||
"Language: es_DO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_DO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
|
||||
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_EC/)\n"
|
||||
"Language: es_EC\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_EC\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
|
||||
"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_ES/)\n"
|
||||
"Language: es_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_ES\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
|
||||
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_MX/)\n"
|
||||
"Language: es_MX\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_MX\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n"
|
||||
"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_PE/)\n"
|
||||
"Language: es_PE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
|
||||
"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/"
|
||||
"es_PY/)\n"
|
||||
"Language: es_PY\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_PY\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
|
||||
"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/"
|
||||
"teams/23907/es_VE/)\n"
|
||||
"Language: es_VE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es_VE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nombre"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
|
||||
"Language: et\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: et\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Nimi"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Esther Martín Menéndez <esthermartin001@gmail.com>, 2017
|
||||
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Esther Martín Menéndez <esthermartin001@gmail.com>, 2017\n"
|
||||
"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
|
||||
"Language: eu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Izena"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
|
||||
"Language: fa\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fa\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "نام"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2017
|
||||
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2017\n"
|
||||
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
|
||||
"Language: fi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nimi"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2018-02-13 09:51+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
|
||||
"Language: fr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -50,9 +50,9 @@ msgstr "Utilisateurs Autorisés"
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -60,8 +60,7 @@ msgstr ""
|
|||
msgid ""
|
||||
"Check this box if you want to create a 'group by' option in the search view"
|
||||
msgstr ""
|
||||
"Cochez cette case pour créer une option 'Grouper Par' sur la vue de "
|
||||
"recherche"
|
||||
"Cochez cette case pour créer une option 'Grouper Par' sur la vue de recherche"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view.field,is_index:0
|
||||
|
@ -112,12 +111,17 @@ msgstr "Taille de la base de données"
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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 ""
|
||||
"Définir ici les règles de restrictions d'accès aux données.\n"
|
||||
" Faite attention à utilliser des noms de champs préfixés par 'x_'. Un 'ir.rule' global sera créé. Une règle classique en multi-companie est, par exemple : \n"
|
||||
" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',False)]."
|
||||
" Faite attention à utilliser des noms de champs préfixés par 'x_'. Un 'ir."
|
||||
"rule' global sera créé. Une règle classique en multi-companie est, par "
|
||||
"exemple : \n"
|
||||
" ['|', ('x_company_id','child_of', [user.company_id.id]),('x_company_id','=',"
|
||||
"False)]."
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: field:bi.sql.view,display_name:0 field:bi.sql.view.field,display_name:0
|
||||
|
@ -160,10 +164,13 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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 ""
|
||||
"Pour les champs Odoo 'Selection'.\n"
|
||||
" Liste des options, spécifié par une expression python, définition une liste de paires de (clé, valeur). Par exemple : [('blue','Blue'), ('yellow','Yellow')]"
|
||||
" Liste des options, spécifié par une expression python, définition une liste "
|
||||
"de paires de (clé, valeur). Par exemple : [('blue','Blue'), "
|
||||
"('yellow','Yellow')]"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: help:bi.sql.view,model_name:0
|
||||
|
@ -362,12 +369,14 @@ msgstr "SQL Reports"
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
"Requête SQL qui sera insérée dans la vue SQL. Faire attention à :\n"
|
||||
" * Mettre un nom (AS) pour tous les champs à afficher, spécialement si vous utilisez des fonctions SQL (comme EXTRACT, ...);\n"
|
||||
" * Mettre un nom (AS) pour tous les champs à afficher, spécialement si vous "
|
||||
"utilisez des fonctions SQL (comme EXTRACT, ...);\n"
|
||||
" * Ne pas utiliser 'SELECT *' ou 'SELECT table.*';\n"
|
||||
" * Préfixer le nom des colonnes à afficher par 'x_';"
|
||||
|
||||
|
@ -487,8 +496,8 @@ msgid ""
|
|||
"Update Model Access. Required if you changed groups list after having "
|
||||
"created the model"
|
||||
msgstr ""
|
||||
"Mettre à jour l'accès au modèle. Requis si vous changez la liste de groupes,"
|
||||
" après avoir créer le modèle"
|
||||
"Mettre à jour l'accès au modèle. Requis si vous changez la liste de groupes, "
|
||||
"après avoir créer le modèle"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
|
||||
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
|
||||
"fr_CA/)\n"
|
||||
"Language: fr_CA\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CA\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nom"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n"
|
||||
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
|
||||
"teams/23907/fr_CH/)\n"
|
||||
"Language: fr_CH\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr_CH\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# César Castro Cruz <ulmroan@gmail.com>, 2017
|
||||
|
@ -14,10 +14,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Alejandro Santana <alejandrosantana@anubia.es>, 2017\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
|
||||
"Language: gl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -27,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -52,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -109,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -154,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -249,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Nome"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -307,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -323,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -350,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n"
|
||||
"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/"
|
||||
"gl_ES/)\n"
|
||||
"Language: gl_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: gl_ES\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
|
||||
"Language: he\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: he\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "שם"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, 2017
|
||||
|
@ -11,13 +11,15 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, 2017\n"
|
||||
"Last-Translator: Ana-Maria Olujić <ana-maria.olujic@slobodni-programi.hr>, "
|
||||
"2017\n"
|
||||
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -26,13 +28,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +53,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +110,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +157,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +253,7 @@ msgid "Name"
|
|||
msgstr "Naziv"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +311,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +327,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +354,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Bole <bole@dajmi5.com>, 2017
|
||||
|
@ -12,12 +12,14 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Bole <bole@dajmi5.com>, 2017\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
|
||||
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
|
||||
"hr_HR/)\n"
|
||||
"Language: hr_HR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hr_HR\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -26,13 +28,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +53,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +110,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +157,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +253,7 @@ msgid "Name"
|
|||
msgstr "Naziv"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +311,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +327,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +354,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: hu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Név"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-10-28 09:08+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
|
||||
|
@ -26,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nama"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Paolo Valier <paolo.valier@hotmail.it>, 2017
|
||||
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Paolo Valier <paolo.valier@hotmail.it>, 2017\n"
|
||||
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
|
||||
"Language: it\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nome"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ja\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "名称"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
|
||||
"Language: ko\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ko\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "이름"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
|
||||
"Language: lt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Pavadinimas"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,12 +11,14 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n"
|
||||
"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/"
|
||||
"teams/23907/lt_LT/)\n"
|
||||
"Language: lt_LT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lt_LT\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +252,7 @@ msgid "Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
|
||||
"Language: lv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: lv\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
|
||||
"2);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nosaukums"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
|
||||
"Language: mk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mk\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Име"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
|
||||
"Language: mn\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Нэр"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
|
||||
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
|
||||
"nb/)\n"
|
||||
"Language: nb\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Navn"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2017
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Imre Kristoffer Eilertsen <imreeil42@gmail.com>, 2017\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n"
|
||||
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nb_NO/)\n"
|
||||
"Language: nb_NO\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nb_NO\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +252,7 @@ msgid "Name"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Erwin van der Ploeg <erwin@odooexperts.nl>, 2017
|
||||
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Erwin van der Ploeg <erwin@odooexperts.nl>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
|
||||
"Language: nl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Naam"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
|
||||
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
|
||||
"nl_BE/)\n"
|
||||
"Language: nl_BE\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl_BE\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Naam:"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Peter Hageman <hageman.p@gmail.com>, 2017
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-09-02 12:14+0000\n"
|
||||
"PO-Revision-Date: 2017-09-02 12:14+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"
|
||||
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
|
||||
"teams/23907/nl_NL/)\n"
|
||||
"Language: 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: bi_sql_editor
|
||||
|
@ -26,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Naam"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,11 +12,13 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
|
||||
"Language: pl\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
|
||||
"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
|
||||
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Nazwa"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
|
||||
"Language: pt\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Nome"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * bi_sql_editor
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# danimaribeiro <danimaribeiro@gmail.com>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
|
||||
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_BR/)\n"
|
||||
"Language: pt_BR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_BR\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Nome"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Pedro Castro Silva <pedrocs@sossia.pt>, 2017
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Pedro Castro Silva <pedrocs@sossia.pt>, 2017\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n"
|
||||
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
|
||||
"teams/23907/pt_PT/)\n"
|
||||
"Language: pt_PT\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt_PT\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Nome"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
|
||||
"Language: ro\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
|
||||
"2:1));\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Nume"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,11 +12,13 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
|
||||
"Language: ru\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: ru\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Название"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Jan Prokop <jprokop@creativehome.sk>, 2017
|
||||
|
@ -13,10 +13,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-09-02 12:14+0000\n"
|
||||
"Last-Translator: Jan Prokop <jprokop@creativehome.sk>, 2017\n"
|
||||
"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
|
||||
"Language: sk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sk\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Meno"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * bi_sql_editor
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
|
@ -13,11 +13,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2018-02-13 09:51+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:151
|
||||
|
@ -51,9 +52,9 @@ msgstr "Dovoljeni uporabniki"
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
"Ste prepričani, da želite ta SQL prikaz ponastaviti v osnutek? Izbrisan bo "
|
||||
"materializiran prikaz in vsa prejšnja mapiranja iz naslova stolpcev."
|
||||
|
@ -113,12 +114,17 @@ msgstr "Velikost podatkovne baze"
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
#: field:bi.sql.view,display_name:0 field:bi.sql.view.field,display_name:0
|
||||
|
@ -163,10 +169,12 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
#: help:bi.sql.view,model_name:0
|
||||
|
@ -365,12 +373,14 @@ msgstr "SQL poročila"
|
|||
#: help:bi.sql.view,query:0
|
||||
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_';"
|
||||
|
||||
|
@ -450,8 +460,8 @@ msgid ""
|
|||
"SYNTAX-IDENTIFIERS"
|
||||
msgstr ""
|
||||
"Pripona SQL prikaza. (SQL polni naziv bo obdelan in pred naslovljen z "
|
||||
"'x_bi_sql_view_'. Vsebovati mora pravilno sintakso. Za več informacij poglej"
|
||||
" https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-"
|
||||
"'x_bi_sql_view_'. Vsebovati mora pravilno sintakso. Za več informacij poglej "
|
||||
"https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-"
|
||||
"SYNTAX-IDENTIFIERS"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
|
|
@ -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,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
|
||||
"Language: sr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Ime"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,12 +11,14 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n"
|
||||
"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/"
|
||||
"sr@latin/)\n"
|
||||
"Language: sr@latin\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sr@latin\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Ime:"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
|
||||
"Language: sv\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: sv\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Namn"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
|
||||
"Language: th\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: th\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "ชื่อ"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * bi_sql_editor
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2017
|
||||
# OCA Transbot <transbot@odoo-community.org>, 2017
|
||||
|
@ -14,10 +14,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Ivan BARAYEV <ivanbarayev@hotmail.com>, 2017\n"
|
||||
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
|
||||
"Language: tr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -27,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -52,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -109,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -154,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -249,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Adı"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -307,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -323,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -350,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n"
|
||||
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
|
||||
"tr_TR/)\n"
|
||||
"Language: tr_TR\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: tr_TR\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +252,7 @@ msgid "Name"
|
|||
msgstr "Ad"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,11 +12,12 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
|
||||
"Language: uk\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: uk\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
||||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:151
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Name"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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,10 +12,10 @@ msgstr ""
|
|||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
|
||||
"Language: vi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +25,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +50,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +107,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +154,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +250,7 @@ msgid "Name"
|
|||
msgstr "Tên"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +308,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +324,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +351,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n"
|
||||
"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/"
|
||||
"teams/23907/vi_VN/)\n"
|
||||
"Language: vi_VN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: vi_VN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "Tên"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2017
|
||||
|
@ -12,11 +12,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: Jeffery CHEN <jeffery9@gmail.com>, 2017\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_CN/)\n"
|
||||
"Language: zh_CN\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -26,13 +27,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -51,9 +52,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -108,8 +109,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -153,7 +156,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -248,7 +252,7 @@ msgid "Name"
|
|||
msgstr "名称"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -306,7 +310,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -322,7 +326,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -349,7 +353,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
|
@ -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 ""
|
||||
|
@ -11,11 +11,12 @@ msgstr ""
|
|||
"POT-Creation-Date: 2017-06-03 01:19+0000\n"
|
||||
"PO-Revision-Date: 2017-06-03 01:19+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
|
||||
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
|
||||
"zh_TW/)\n"
|
||||
"Language: zh_TW\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_TW\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -25,13 +26,13 @@ msgid "%s (Copy)"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:248
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:249
|
||||
#, python-format
|
||||
msgid "%s Access %s"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:274
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:275
|
||||
#, python-format
|
||||
msgid "Access %s"
|
||||
msgstr ""
|
||||
|
@ -50,9 +51,9 @@ msgstr ""
|
|||
#. module: bi_sql_editor
|
||||
#: view:bi.sql.view:bi_sql_editor.view_bi_sql_view_form
|
||||
msgid ""
|
||||
"Are you sure you want to set to draft this SQL View. It will delete"
|
||||
" the materialized view, and all the previous"
|
||||
" mapping realized with the columns"
|
||||
"Are you sure you want to set to draft this SQL View. It will "
|
||||
"delete the materialized view, and all the "
|
||||
"previous mapping realized with the columns"
|
||||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
|
@ -107,8 +108,10 @@ msgstr ""
|
|||
#: help:bi.sql.view,domain_force:0
|
||||
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
|
||||
|
@ -152,7 +155,8 @@ msgstr ""
|
|||
#: help:bi.sql.view.field,selection:0
|
||||
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
|
||||
|
@ -247,7 +251,7 @@ msgid "Name"
|
|||
msgstr "名稱"
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:475
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:476
|
||||
#, python-format
|
||||
msgid ""
|
||||
"No Column was found.\n"
|
||||
|
@ -305,7 +309,7 @@ msgid "Refresh Materialized View"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:263
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:264
|
||||
#, python-format
|
||||
msgid "Refresh Materialized View %s"
|
||||
msgstr ""
|
||||
|
@ -321,7 +325,7 @@ msgid "Rule Definition"
|
|||
msgstr ""
|
||||
|
||||
#. module: bi_sql_editor
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:358
|
||||
#: code:addons/bi_sql_editor/models/bi_sql_view.py:359
|
||||
#, python-format
|
||||
msgid ""
|
||||
"SQL Error while creating %s VIEW %s :\n"
|
||||
|
@ -348,7 +352,8 @@ msgstr ""
|
|||
#: help:bi.sql.view,query:0
|
||||
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 ""
|
||||
|
|
Loading…
Reference in New Issue