msgid "<b>Field Cond.</b>: Python code in <code>${...}</code> to manipulate field value, e.g., if field = product_id, <code>value</code> will represent product object, e.g., <code>${value and value.uom_id.name or \"\"}</code>"
msgstr ""
"<b>字段条件。</b>: Python代码<code>${...}</code> 操纵字段值, 例如, if field = product_id, "
"<code>value</code> 将代表产品对象, 例如, <code>${value and value.uom_id.name or \"\""
msgid "<b>Field Cond.</b>: Python code in <code>${...}</code> value will represent data from excel cell, e.g., if A1 = 'ABC', <code>value</code> will represent 'ABC', e.g., <code>${value == \"ABC\" and \"X\" or \"Y\"}</code> thus can change from cell value to other value for import."
msgstr ""
"<b>字段条件.</b>: Python代码 <code>${...}</code> 值将代表来自excel 单元格的数据, 例如, if A1 = "
"'ABC', <code>value</code> 代表'ABC',例如, <code>${value == \"ABC\" and \"X\" or "