-
-
Notifications
You must be signed in to change notification settings - Fork 699
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Spanish)
- Loading branch information
Showing
1 changed file
with
128 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,128 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_tax_one_vat | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
|
||
#. module: account_tax_one_vat | ||
#. odoo-python | ||
#: code:addons/account_tax_one_vat/models/account_move.py:0 | ||
#, python-format | ||
msgid "" | ||
"%(message)s\n" | ||
"%(errors)s" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model,name:account_tax_one_vat.model_one_vat_mixin | ||
msgid "Abstract the methods needed to ensure only one VAT tax is selected." | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model.fields,help:account_tax_one_vat.field_res_company__account_tax_one_vat | ||
#: model:ir.model.fields,help:account_tax_one_vat.field_res_config_settings__account_tax_one_vat | ||
#: model_terms:ir.ui.view,arch_db:account_tax_one_vat.res_config_settings_view_form | ||
msgid "Avoid the selection of multiple VAT taxes." | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model,name:account_tax_one_vat.model_res_company | ||
msgid "Companies" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model,name:account_tax_one_vat.model_res_config_settings | ||
msgid "Config Settings" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#. odoo-python | ||
#: code:addons/account_tax_one_vat/models/account_move.py:0 | ||
#, python-format | ||
msgid "Invoice has a line %s with more than one vat tax" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model.fields,field_description:account_tax_one_vat.field_account_tax_template__is_vat | ||
msgid "Is a VAT tax" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model,name:account_tax_one_vat.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model,name:account_tax_one_vat.model_account_move_line | ||
msgid "Journal Item" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#. odoo-python | ||
#: code:addons/account_tax_one_vat/models/one_vat_mixin.py:0 | ||
#, python-format | ||
msgid "More than one VAT tax selected!" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#. odoo-python | ||
#: code:addons/account_tax_one_vat/models/one_vat_mixin.py:0 | ||
#, python-format | ||
msgid "Multiple taxes of type VAT are selected. Only one is allowed." | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model.fields,field_description:account_tax_one_vat.field_res_company__account_tax_one_vat | ||
#: model:ir.model.fields,field_description:account_tax_one_vat.field_res_config_settings__account_tax_one_vat | ||
msgid "One VAT tax only" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model,name:account_tax_one_vat.model_product_template | ||
msgid "Product" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model,name:account_tax_one_vat.model_account_tax | ||
msgid "Tax" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model,name:account_tax_one_vat.model_account_tax_template | ||
msgid "Templates for Taxes" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model.fields,field_description:account_tax_one_vat.field_product_product__vat_id | ||
#: model:ir.model.fields,field_description:account_tax_one_vat.field_product_template__vat_id | ||
#: model_terms:ir.ui.view,arch_db:account_tax_one_vat.view_account_tax_search | ||
msgid "VAT" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model.fields,field_description:account_tax_one_vat.field_product_product__vat | ||
#: model:ir.model.fields,field_description:account_tax_one_vat.field_product_template__vat | ||
msgid "VAT name" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#: model:ir.model.fields,field_description:account_tax_one_vat.field_account_tax__is_vat | ||
msgid "VAT tax" | ||
msgstr "" | ||
|
||
#. module: account_tax_one_vat | ||
#. odoo-python | ||
#: code:addons/account_tax_one_vat/models/one_vat_mixin.py:0 | ||
#, python-format | ||
msgid "You selected more than one tax of type VAT." | ||
msgstr "" |