[UPD] Update account_move_template.pot
This commit is contained in:
parent
ff77767af4
commit
1c34421afb
@ -1,12 +1,12 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_move_template
|
||||
# * account_move_template
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 12.0\n"
|
||||
"Project-Id-Version: Odoo Server 13.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"Last-Translator: <>\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -14,7 +14,7 @@ msgstr ""
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/models/account_move_template.py:35
|
||||
#: code:addons/account_move_template/models/account_move_template.py:0
|
||||
#, python-format
|
||||
msgid "%s (copy)"
|
||||
msgstr ""
|
||||
@ -78,7 +78,7 @@ msgid "Compute Formula"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: selection:account.move.template.line,type:0
|
||||
#: model:ir.model.fields.selection,name:account_move_template.selection__account_move_template_line__type__computed
|
||||
msgid "Computed"
|
||||
msgstr ""
|
||||
|
||||
@ -110,8 +110,8 @@ msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: selection:account.move.template.line,move_line_type:0
|
||||
#: selection:account.move.template.line.run,move_line_type:0
|
||||
#: model:ir.model.fields.selection,name:account_move_template.selection__account_move_template_line__move_line_type__cr
|
||||
#: model:ir.model.fields.selection,name:account_move_template.selection__account_move_template_line_run__move_line_type__cr
|
||||
msgid "Credit"
|
||||
msgstr ""
|
||||
|
||||
@ -121,13 +121,13 @@ msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: selection:account.move.template.line,move_line_type:0
|
||||
#: selection:account.move.template.line.run,move_line_type:0
|
||||
#: model:ir.model.fields.selection,name:account_move_template.selection__account_move_template_line__move_line_type__dr
|
||||
#: model:ir.model.fields.selection,name:account_move_template.selection__account_move_template_line_run__move_line_type__dr
|
||||
msgid "Debit"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/wizard/account_move_template_run.py:90
|
||||
#: code:addons/account_move_template/wizard/account_move_template_run.py:0
|
||||
#, python-format
|
||||
msgid "Debit and credit of all lines are null."
|
||||
msgstr ""
|
||||
@ -147,7 +147,7 @@ msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/wizard/account_move_template_run.py:102
|
||||
#: code:addons/account_move_template/wizard/account_move_template_run.py:0
|
||||
#, python-format
|
||||
msgid "Entry from template %s"
|
||||
msgstr ""
|
||||
@ -166,15 +166,26 @@ msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/models/account_move_template.py:46
|
||||
#: code:addons/account_move_template/models/account_move_template.py:0
|
||||
#, python-format
|
||||
msgid "Impossible to compute the formula of line with sequence %s (formula: %s). Check that the lines used in the formula really exists and have a lower sequence than the current line."
|
||||
msgid ""
|
||||
"Impossible to compute the formula of line with sequence %s (formula: %s). "
|
||||
"Check that the lines used in the formula really exists and have a lower "
|
||||
"sequence than the current line."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/models/account_move_template.py:52
|
||||
#: code:addons/account_move_template/models/account_move_template.py:0
|
||||
#, python-format
|
||||
msgid "Impossible to compute the formula of line with sequence %s (formula: %s): the syntax of the formula is wrong."
|
||||
msgid ""
|
||||
"Impossible to compute the formula of line with sequence %s (formula: %s): "
|
||||
"the syntax of the formula is wrong."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__is_refund
|
||||
#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__is_refund
|
||||
msgid "Is a refund?"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
@ -309,7 +320,7 @@ msgid "Python Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/models/account_move_template.py:136
|
||||
#: code:addons/account_move_template/models/account_move_template.py:0
|
||||
#, python-format
|
||||
msgid "Python Code must be set for computed line with sequence %d."
|
||||
msgstr ""
|
||||
@ -321,7 +332,7 @@ msgid "Reference"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: selection:account.move.template.run,state:0
|
||||
#: model:ir.model.fields.selection,name:account_move_template.selection__account_move_template_run__state__select_template
|
||||
msgid "Select Template"
|
||||
msgstr ""
|
||||
|
||||
@ -332,7 +343,7 @@ msgid "Sequence"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: selection:account.move.template.run,state:0
|
||||
#: model:ir.model.fields.selection,name:account_move_template.selection__account_move_template_run__state__set_lines
|
||||
msgid "Set Lines"
|
||||
msgstr ""
|
||||
|
||||
@ -341,6 +352,12 @@ msgstr ""
|
||||
msgid "State"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__tax_repartition_line_id
|
||||
#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__tax_repartition_line_id
|
||||
msgid "Tax Repartition Line"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line__tax_ids
|
||||
#: model:ir.model.fields,field_description:account_move_template.field_account_move_template_line_run__tax_ids
|
||||
@ -354,18 +371,20 @@ msgid "Template"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/wizard/account_move_template_run.py:54
|
||||
#: code:addons/account_move_template/wizard/account_move_template_run.py:0
|
||||
#, python-format
|
||||
msgid "The selected template (%s) is not in the same company (%s) as the current user (%s)."
|
||||
msgid ""
|
||||
"The selected template (%s) is not in the same company (%s) as the current "
|
||||
"user (%s)."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: sql_constraint:account.move.template.line:0
|
||||
#: model:ir.model.constraint,message:account_move_template.constraint_account_move_template_line_sequence_template_uniq
|
||||
msgid "The sequence of the line must be unique per template!"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: sql_constraint:account.move.template:0
|
||||
#: model:ir.model.constraint,message:account_move_template.constraint_account_move_template_name_company_unique
|
||||
msgid "This name is already used by another template!"
|
||||
msgstr ""
|
||||
|
||||
@ -380,7 +399,7 @@ msgid "Used to compute the due date of the journal item."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: selection:account.move.template.line,type:0
|
||||
#: model:ir.model.fields.selection,name:account_move_template.selection__account_move_template_line__type__input
|
||||
msgid "User input"
|
||||
msgstr ""
|
||||
|
||||
@ -400,19 +419,26 @@ msgid "Wizard to generate move from template"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/models/account_move_template.py:68
|
||||
#: code:addons/account_move_template/models/account_move_template.py:0
|
||||
#, python-format
|
||||
msgid "You added a line in the wizard. This is not allowed: you should either update the template or modify the journal entry that will be generated by this wizard."
|
||||
msgid ""
|
||||
"You added a line in the wizard. This is not allowed: you should either "
|
||||
"update the template or modify the journal entry that will be generated by "
|
||||
"this wizard."
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: model_terms:ir.ui.view,arch_db:account_move_template.account_move_template_line_form
|
||||
msgid "You can refer to other lines using their sequence number e.g. <i>L1</i> for line with sequence = 1. Examples:"
|
||||
msgid ""
|
||||
"You can refer to other lines using their sequence number e.g. <i>L1</i> for "
|
||||
"line with sequence = 1. Examples:"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_move_template
|
||||
#: code:addons/account_move_template/models/account_move_template.py:62
|
||||
#: code:addons/account_move_template/models/account_move_template.py:0
|
||||
#, python-format
|
||||
msgid "You deleted a line in the wizard. This is not allowed: you should either update the template or modify the journal entry that will be generated by this wizard."
|
||||
msgid ""
|
||||
"You deleted a line in the wizard. This is not allowed: you should either "
|
||||
"update the template or modify the journal entry that will be generated by "
|
||||
"this wizard."
|
||||
msgstr ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user