-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] sale_loyalty_limit: Migration to 17.0
- Loading branch information
1 parent
843d93e
commit 0f9ea76
Showing
3 changed files
with
73 additions
and
2 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
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,71 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_loyalty_limit | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 17.0+e\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2025-01-17 09:44+0000\n" | ||
"PO-Revision-Date: 2025-01-17 09:44+0000\n" | ||
"Last-Translator: \n" | ||
"Language-Team: \n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: sale_loyalty_limit | ||
#: model:ir.model,name:sale_loyalty_limit.model_loyalty_program | ||
msgid "Loyalty Program" | ||
msgstr "Programa de fidelización" | ||
|
||
#. module: sale_loyalty_limit | ||
#: model:ir.model,name:sale_loyalty_limit.model_loyalty_salesmen_limit | ||
msgid "Loyalty Salesmen limits" | ||
msgstr "Límites de los vendedores fieles" | ||
|
||
#. module: sale_loyalty_limit | ||
#: model:ir.model,name:sale_loyalty_limit.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Pedidos de venta" | ||
|
||
#. module: sale_loyalty_limit | ||
#. odoo-python | ||
#: code:addons/sale_loyalty_limit/models/sale_order.py:0 | ||
#, python-format | ||
msgid "" | ||
"This promo code was already applied %(count)s times for this customer and " | ||
"there's an stablished limit of %(max)s for this promotion." | ||
msgstr "" | ||
"Este código promocional ya se ha aplicado %(count)s veces para este cliente y " | ||
"hay un límite establecido de %(max)s para esta promoción." | ||
|
||
#. module: sale_loyalty_limit | ||
#. odoo-python | ||
#: code:addons/sale_loyalty_limit/models/sale_order.py:0 | ||
#, python-format | ||
msgid "" | ||
"This promo code was already applied %(times)s times for this salesman and " | ||
"there's an stablished limit of %(max)s for this promotion." | ||
msgstr "" | ||
"Este código promocional ya fue aplicado %(times)s veces para este vendedor y " | ||
"hay un límite establecido de %(max)s para esta promoción." | ||
|
||
#. module: sale_loyalty_limit | ||
#. odoo-python | ||
#: code:addons/sale_loyalty_limit/models/sale_order.py:0 | ||
#, python-format | ||
msgid "This promotion is restricted to the listed salesmen." | ||
msgstr "Esta promoción está restringida a los vendedores que figuran en la lista." | ||
|
||
#. module: sale_loyalty_limit | ||
#. odoo-python | ||
#: code:addons/sale_loyalty_limit/models/sale_order.py:0 | ||
#, python-format | ||
msgid "" | ||
"This promotion was already applied %(count)s times for this customer and " | ||
"there's an established limit of %(max)s." | ||
msgstr "" | ||
"Esta promoción ya se ha aplicado %(count)s veces para este cliente y " | ||
"hay un límite establecido de %(max)s." |
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