-
-
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.
- Loading branch information
1 parent
ebad794
commit c9ddd11
Showing
2 changed files
with
102 additions
and
36 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,63 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * sale_loyalty_limit | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \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_salesmen_limit | ||
msgid "Loyalty Salesmen limits" | ||
msgstr "" | ||
|
||
#. module: sale_loyalty_limit | ||
#: model:ir.model,name:sale_loyalty_limit.model_loyalty_program | ||
msgid "Loyalty display on a website" | ||
msgstr "" | ||
|
||
#. module: sale_loyalty_limit | ||
#: model:ir.model,name:sale_loyalty_limit.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "" | ||
|
||
#. 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 "" | ||
|
||
#. 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 "" | ||
|
||
#. 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 "" | ||
|
||
#. 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 "" |