mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[UPD] Update contract_variable_quantity.pot
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * contract_variable_quantity
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# DIT INTL <ditintlgroup@gmail.com>, 2018
|
||||
msgid ""
|
||||
@@ -12,21 +12,23 @@ msgstr ""
|
||||
"PO-Revision-Date: 2018-04-27 01:12+0000\n"
|
||||
"Last-Translator: DIT INTL <ditintlgroup@gmail.com>, 2018\n"
|
||||
"Language-Team: Chinese (https://www.transifex.com/oca/teams/23907/zh/)\n"
|
||||
"Language: zh\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: model:ir.ui.view,arch_db:contract_variable_quantity.view_contract_line_qty_formula_form
|
||||
msgid ""
|
||||
"<code>\n"
|
||||
" result = env['product.product'].search_count([('sale_ok', '=', True)])\n"
|
||||
" result = env['product.product']."
|
||||
"search_count([('sale_ok', '=', True)])\n"
|
||||
" </code>"
|
||||
msgstr ""
|
||||
"<code>\n"
|
||||
" result = env['product.product'].search_count([('sale_ok', '=', True)])\n"
|
||||
" result = env['product.product']."
|
||||
"search_count([('sale_ok', '=', True)])\n"
|
||||
" </code>"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
@@ -195,7 +197,9 @@ msgstr "您可以使用这些变量来计算公式:"
|
||||
msgid ""
|
||||
"You have to insert valid Python code block that stores at some moment a "
|
||||
"float/integer value of the quantity to invoice in the variable 'result'."
|
||||
msgstr "您必须插入有效的Python代码块,以便在变量'result'中存储需要发票的数量的浮点 / 整数值。"
|
||||
msgstr ""
|
||||
"您必须插入有效的Python代码块,以便在变量'result'中存储需要发票的数量的浮点 / "
|
||||
"整数值。"
|
||||
|
||||
#. module: contract_variable_quantity
|
||||
#: model:ir.model,name:contract_variable_quantity.model_account_analytic_invoice_line
|
||||
|
||||
Reference in New Issue
Block a user