mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-20 23:02:06 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -1,28 +1,43 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * account_tax_python
|
||||
#
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.saas~18\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-09-20 09:53+0000\n"
|
||||
"POT-Creation-Date: 2021-07-12 07:50+0000\n"
|
||||
"PO-Revision-Date: 2017-09-20 09:53+0000\n"
|
||||
"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/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: account_tax_python
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax_python_applicable
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template_python_applicable
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax__amount_type
|
||||
msgid ""
|
||||
"\n"
|
||||
" - Group of Taxes: The tax is a set of sub taxes.\n"
|
||||
" - Fixed: The tax amount stays the same whatever the price.\n"
|
||||
" - Percentage of Price: The tax amount is a % of the price:\n"
|
||||
" e.g 100 * (1 + 10%) = 110 (not price included)\n"
|
||||
" e.g 110 / (1 + 10%) = 100 (price included)\n"
|
||||
" - Percentage of Price Tax Included: The tax amount is a division of the price:\n"
|
||||
" e.g 180 / (1 - 10%) = 200 (not price included)\n"
|
||||
" e.g 200 * (1 - 10%) = 180 (price included)\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: account_tax_python
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_applicable
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_applicable
|
||||
msgid "Applicable Code"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_tax_python
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax_python_compute
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax__python_compute
|
||||
msgid ""
|
||||
"Compute the amount of the tax by setting the variable 'result'.\n"
|
||||
"\n"
|
||||
|
|
@ -35,7 +50,7 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: account_tax_python
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax_template_python_compute
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_compute
|
||||
msgid ""
|
||||
"Compute the amount of the tax by setting the variable 'result'.\n"
|
||||
"\n"
|
||||
|
|
@ -47,7 +62,7 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: account_tax_python
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax_python_applicable
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax__python_applicable
|
||||
msgid ""
|
||||
"Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
|
||||
"\n"
|
||||
|
|
@ -59,7 +74,7 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: account_tax_python
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax_template_python_applicable
|
||||
#: model:ir.model.fields,help:account_tax_python.field_account_tax_template__python_applicable
|
||||
msgid ""
|
||||
"Determine if the tax will be applied by setting the variable 'result' to True or False.\n"
|
||||
"\n"
|
||||
|
|
@ -70,8 +85,10 @@ msgid ""
|
|||
msgstr ""
|
||||
|
||||
#. module: account_tax_python
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax_python_compute
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template_python_compute
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax__python_compute
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__python_compute
|
||||
#: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax__amount_type__code
|
||||
#: model:ir.model.fields.selection,name:account_tax_python.selection__account_tax_template__amount_type__code
|
||||
msgid "Python Code"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -80,6 +97,12 @@ msgstr ""
|
|||
msgid "Tax"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_tax_python
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax__amount_type
|
||||
#: model:ir.model.fields,field_description:account_tax_python.field_account_tax_template__amount_type
|
||||
msgid "Tax Computation"
|
||||
msgstr ""
|
||||
|
||||
#. module: account_tax_python
|
||||
#: model:ir.model,name:account_tax_python.model_account_tax_template
|
||||
msgid "Templates for Taxes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue