137 lines
4.8 KiB
Plaintext
137 lines
4.8 KiB
Plaintext
|
# Translation of Odoo Server.
|
||
|
# This file contains the translation of the following modules:
|
||
|
# * pos_discount
|
||
|
#
|
||
|
# Translators:
|
||
|
# Dorin Hongu <dhongu@gmail.com>, 2024
|
||
|
# Foldi Robert <foldirobert@nexterp.ro>, 2024
|
||
|
# Martin Trigaux, 2024
|
||
|
# Betty Keresztesi, 2024
|
||
|
# Wil Odoo, 2024
|
||
|
#
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2024-08-13 10:27+0000\n"
|
||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||
|
"Last-Translator: Wil Odoo, 2024\n"
|
||
|
"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: \n"
|
||
|
"Language: ro\n"
|
||
|
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#. odoo-python
|
||
|
#: code:addons/pos_discount/models/pos_config.py:0
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"A discount product is needed to use the Global Discount feature. Go to Point"
|
||
|
" of Sale > Configuration > Settings to set it."
|
||
|
msgstr ""
|
||
|
"Este necesar un produs Discount pentru a utiliza funcția Reducere globală. "
|
||
|
"Mergeți la Punctul de vânzare > Configurare > Setări pentru a-l seta."
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model.fields,help:pos_discount.field_pos_config__iface_discount
|
||
|
msgid "Allow the cashier to give discounts on the whole order."
|
||
|
msgstr "Permite casierului acordarea unei reduceri pentru întreaga comandă."
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model,name:pos_discount.model_res_config_settings
|
||
|
msgid "Config Settings"
|
||
|
msgstr "Setări de configurare"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#. odoo-javascript
|
||
|
#: code:addons/pos_discount/static/src/overrides/components/discount_button/discount_button.xml:0
|
||
|
#, python-format
|
||
|
msgid "Discount"
|
||
|
msgstr "Reducere"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model_terms:ir.ui.view,arch_db:pos_discount.res_config_settings_view_form
|
||
|
msgid "Discount %"
|
||
|
msgstr "Reducere %"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#. odoo-javascript
|
||
|
#: code:addons/pos_discount/static/src/overrides/components/discount_button/discount_button.js:0
|
||
|
#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_pc
|
||
|
#: model:ir.model.fields,field_description:pos_discount.field_res_config_settings__pos_discount_pc
|
||
|
#, python-format
|
||
|
msgid "Discount Percentage"
|
||
|
msgstr "Procent reducere"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model.fields,field_description:pos_discount.field_pos_config__discount_product_id
|
||
|
#: model_terms:ir.ui.view,arch_db:pos_discount.res_config_settings_view_form
|
||
|
msgid "Discount Product"
|
||
|
msgstr "Reducere produs"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#. odoo-javascript
|
||
|
#: code:addons/pos_discount/static/src/overrides/components/discount_button/discount_button.js:0
|
||
|
#, python-format
|
||
|
msgid "No discount product found"
|
||
|
msgstr "Nu s-a găsit niciun produs Discount"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#. odoo-javascript
|
||
|
#: code:addons/pos_discount/static/src/overrides/components/discount_button/discount_button.js:0
|
||
|
#, python-format
|
||
|
msgid "No tax"
|
||
|
msgstr "Fără taxe"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model.fields,field_description:pos_discount.field_pos_config__iface_discount
|
||
|
msgid "Order Discounts"
|
||
|
msgstr "Reduceri comandă"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model,name:pos_discount.model_pos_config
|
||
|
msgid "Point of Sale Configuration"
|
||
|
msgstr "Configurarea Punctului de Vânzare"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model,name:pos_discount.model_pos_session
|
||
|
msgid "Point of Sale Session"
|
||
|
msgstr "Sesiune Punct de vânzare"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model.fields,field_description:pos_discount.field_res_config_settings__pos_discount_product_id
|
||
|
msgid "Pos Discount Product"
|
||
|
msgstr "Produs Discount POS"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#. odoo-javascript
|
||
|
#: code:addons/pos_discount/static/src/overrides/components/discount_button/discount_button.js:0
|
||
|
#, python-format
|
||
|
msgid "Tax: %s"
|
||
|
msgstr "Taxă: %s"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_pc
|
||
|
#: model:ir.model.fields,help:pos_discount.field_res_config_settings__pos_discount_pc
|
||
|
msgid "The default discount percentage when clicking on the Discount button"
|
||
|
msgstr ""
|
||
|
"Procentul implicit de reducere atunci când faceți clic pe butonul Reducere"
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#. odoo-javascript
|
||
|
#: code:addons/pos_discount/static/src/overrides/components/discount_button/discount_button.js:0
|
||
|
#, python-format
|
||
|
msgid ""
|
||
|
"The discount product seems misconfigured. Make sure it is flagged as 'Can be"
|
||
|
" Sold' and 'Available in Point of Sale'."
|
||
|
msgstr ""
|
||
|
"Produsul cu discount nu este configurat corespunzător. Asigurați-vă că este "
|
||
|
"marcat ca \"Poate fi vândut\" și \"Disponibil în punctul de vânzare\"."
|
||
|
|
||
|
#. module: pos_discount
|
||
|
#: model:ir.model.fields,help:pos_discount.field_pos_config__discount_product_id
|
||
|
msgid "The product used to apply the discount on the ticket."
|
||
|
msgstr "Produsul utilizat pentru aplicarea reducerii pe bon."
|