-
-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 100.0% (25 of 25 strings) Translation: pos-14.0/pos-14.0-pos_access_right Translate-URL: https://translation.odoo-community.org/projects/pos-14-0/pos-14-0-pos_access_right/it/
- Loading branch information
Showing
1 changed file
with
34 additions
and
20 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 |
---|---|---|
|
@@ -6,162 +6,176 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 14.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"PO-Revision-Date: 2023-03-09 22:22+0000\n" | ||
"Last-Translator: mymage <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: it\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" | ||
"X-Generator: Weblate 4.14.1\n" | ||
|
||
#. module: pos_access_right | ||
#. openerp-web | ||
#: code:addons/pos_access_right/static/src/xml/NumpadWidget.xml:0 | ||
#, python-format | ||
msgid "!hasMinusControlRights" | ||
msgstr "" | ||
msgstr "!hasMinusControlRights" | ||
|
||
#. module: pos_access_right | ||
#. openerp-web | ||
#: code:addons/pos_access_right/static/src/xml/TicketScreen.xml:0 | ||
#, python-format | ||
msgid "!hasNewOrdersControlRights" | ||
msgstr "" | ||
msgstr "!hasNewOrdersControlRights" | ||
|
||
#. module: pos_access_right | ||
#. openerp-web | ||
#: code:addons/pos_access_right/static/src/xml/ActionpadWidget.xml:0 | ||
#, python-format | ||
msgid "!hasPaymentControlRights" | ||
msgstr "" | ||
msgstr "!hasPaymentControlRights" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config__display_name | ||
msgid "Display Name" | ||
msgstr "" | ||
msgstr "Nome visualizzato" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config__id | ||
msgid "ID" | ||
msgstr "" | ||
msgstr "ID" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config____last_update | ||
msgid "Last Modified on" | ||
msgstr "" | ||
msgstr "Ultima modifica il" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_discount_id | ||
msgid "Point of Sale - Allow Discount" | ||
msgstr "" | ||
msgstr "Punto vendita - Consenti sconto" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_negative_qty_id | ||
msgid "Point of Sale - Allow Negative Quantity" | ||
msgstr "" | ||
msgstr "Punto vendita - Consenti quantità negativa" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_change_unit_price_id | ||
msgid "Point of Sale - Allow Unit Price Change" | ||
msgstr "" | ||
msgstr "Punto vendita - Consenti modifica prezzo unitario" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_delete_order_id | ||
#: model:res.groups,name:pos_access_right.group_delete_order | ||
msgid "Point of Sale - Delete Order" | ||
msgstr "" | ||
msgstr "Punto vendita - Cancella ordine" | ||
|
||
#. module: pos_access_right | ||
#: model:res.groups,name:pos_access_right.group_discount | ||
msgid "Point of Sale - Discount" | ||
msgstr "" | ||
msgstr "Punto vendita - Sconto" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_multi_order_id | ||
#: model:res.groups,name:pos_access_right.group_multi_order | ||
msgid "Point of Sale - Many Orders" | ||
msgstr "" | ||
msgstr "Punto vendita - Molti ordini" | ||
|
||
#. module: pos_access_right | ||
#: model:res.groups,name:pos_access_right.group_negative_qty | ||
msgid "Point of Sale - Negative Quantity" | ||
msgstr "" | ||
msgstr "Punto vendita - Quantità negativa" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,field_description:pos_access_right.field_pos_config__group_payment_id | ||
#: model:res.groups,name:pos_access_right.group_payment | ||
msgid "Point of Sale - Payment" | ||
msgstr "" | ||
msgstr "Punto vendita - Pagamento" | ||
|
||
#. module: pos_access_right | ||
#: model:res.groups,name:pos_access_right.group_change_unit_price | ||
msgid "Point of Sale - Unit Price Change" | ||
msgstr "" | ||
msgstr "Punto vendita - Modifica prezzo unitario" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model,name:pos_access_right.model_pos_config | ||
msgid "Point of Sale Configuration" | ||
msgstr "" | ||
msgstr "Configurazione punto vendita" | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,help:pos_access_right.field_pos_config__group_discount_id | ||
msgid "" | ||
"This field is there to pass the id of the 'PoS - Allow Discount' Group to " | ||
"the Point of Sale Frontend." | ||
msgstr "" | ||
"Questo campo è definito per passare l'ID del gruppo 'PoS - Consenti sconto' " | ||
"al frontend punto vendita." | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,help:pos_access_right.field_pos_config__group_negative_qty_id | ||
msgid "" | ||
"This field is there to pass the id of the 'PoS - Allow Negative Quantity' " | ||
"Group to the Point of Sale Frontend." | ||
msgstr "" | ||
"Questo campo è definito per passare l'ID del gruppo 'PoS - Consenti quantità " | ||
"negativa' al frontend punto vendita." | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,help:pos_access_right.field_pos_config__group_change_unit_price_id | ||
msgid "" | ||
"This field is there to pass the id of the 'PoS - Allow Unit Price Change' " | ||
"Group to the Point of Sale Frontend." | ||
msgstr "" | ||
"Questo campo è definito per passare l'ID del gruppo 'PoS - Consenti modifica " | ||
"prezzo unitario' al frontend punto vendita." | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,help:pos_access_right.field_pos_config__group_delete_order_id | ||
msgid "" | ||
"This field is there to pass the id of the 'PoS - Delete Order' Group to the " | ||
"Point of Sale Frontend." | ||
msgstr "" | ||
"Questo campo è definito per passare l'ID del gruppo 'PoS - Cancella ordine' " | ||
"al frontend punto vendita." | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,help:pos_access_right.field_pos_config__group_multi_order_id | ||
msgid "" | ||
"This field is there to pass the id of the 'PoS - Many Orders Group to the " | ||
"Point of Sale Frontend." | ||
msgstr "" | ||
"Questo campo è definito per passare l'ID del gruppo 'PoS - Molti ordini' al " | ||
"frontend punto vendita." | ||
|
||
#. module: pos_access_right | ||
#: model:ir.model.fields,help:pos_access_right.field_pos_config__group_payment_id | ||
msgid "" | ||
"This field is there to pass the id of the 'PoS - Payment' Group to the Point" | ||
" of Sale Frontend." | ||
msgstr "" | ||
"Questo campo è definito per passare l'ID del gruppo 'PoS - Pagamento' al " | ||
"frontend punto vendita." | ||
|
||
#. module: pos_access_right | ||
#. openerp-web | ||
#: code:addons/pos_access_right/static/src/xml/NumpadWidget.xml:0 | ||
#, python-format | ||
msgid "{'disabled-mode': !hasMinusControlRights}" | ||
msgstr "" | ||
msgstr "{'disabled-mode': !hasMinusControlRights}" | ||
|
||
#. module: pos_access_right | ||
#. openerp-web | ||
#: code:addons/pos_access_right/static/src/xml/TicketScreen.xml:0 | ||
#, python-format | ||
msgid "{'disabled-mode': !hasNewOrdersControlRights}" | ||
msgstr "" | ||
msgstr "{'disabled-mode': !hasNewOrdersControlRights}" | ||
|
||
#. module: pos_access_right | ||
#. openerp-web | ||
#: code:addons/pos_access_right/static/src/xml/ActionpadWidget.xml:0 | ||
#, python-format | ||
msgid "{'disabled-mode': !hasPaymentControlRights}" | ||
msgstr "" | ||
msgstr "{'disabled-mode': !hasPaymentControlRights}" |