# Translation of Odoo Server. # This file contains the translation of the following modules: # * purchase # # Translators: # Cozmin Candea , 2020 # Martin Trigaux, 2020 # Hongu Cosmin , 2020 # Dorin Hongu , 2020 # Foldi Robert , 2021 # Fekete Mihai , 2021 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-11-27 13:50+0000\n" "PO-Revision-Date: 2020-09-07 08:17+0000\n" "Last-Translator: Fekete Mihai , 2021\n" "Language-Team: Romanian (https://www.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: purchase #: model:ir.actions.report,print_report_name:purchase.action_report_purchase_order msgid "" "\n" " (object.state in ('draft', 'sent') and 'Request for Quotation - %s' % (object.name) or\n" " 'Purchase Order - %s' % (object.name))" msgstr "" "\n" " (object.state in ('draft', 'sent') and 'Cere de ofertă - %s' % (object.name) or\n" " 'Comandă de achiziție- %s' % (object.name))" #. module: purchase #: model:ir.model.fields,field_description:purchase.field_res_partner__supplier_invoice_count #: model:ir.model.fields,field_description:purchase.field_res_users__supplier_invoice_count msgid "# Vendor Bills" msgstr "# Facturi furnizor" #. module: purchase #: model:ir.model.fields,field_description:purchase.field_purchase_report__nbr_lines msgid "# of Lines" msgstr "Nr. de Linii" #. module: purchase #: model:mail.template,subject:purchase.email_template_edi_purchase #: model:mail.template,subject:purchase.email_template_edi_purchase_done #: model:mail.template,subject:purchase.email_template_edi_purchase_reminder msgid "${object.company_id.name} Order (Ref ${object.name or 'n/a' })" msgstr "${object.company_id.name} Comandă (Ref ${object.name or 'n/a' })" #. module: purchase #: code:addons/purchase/models/purchase.py:0 #, python-format msgid "%(name)s confirmed the receipt will take place on %(date)s." msgstr "" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.mail_notification_confirm msgid " " msgstr " " #. module: purchase #: model:ir.actions.report,print_report_name:purchase.report_purchase_quotation msgid "'Request for Quotation - %s' % (object.name)" msgstr "'Cerere de ofertă - %s' % (object.name)" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.res_config_settings_view_form_purchase msgid "3-way matching" msgstr "Potrivire pe 3 căi" #. module: purchase #: model:ir.model.fields,field_description:purchase.field_res_config_settings__module_account_3way_match msgid "3-way matching: purchases, receptions and bills" msgstr "Potrivire pe 3 căi: achiziții, recepții și facturi" #. module: purchase #: model:mail.template,body_html:purchase.email_template_edi_purchase_reminder msgid "" "
\n" "

\n" " Dear ${object.partner_id.name}\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" "

\n" " Here is a reminder that the delivery of the purchase order ${object.name}\n" " % if object.partner_ref:\n" " (${object.partner_ref})\n" " % endif \n" " is expected for \n" " % if object.date_planned:\n" " ${format_date(object.date_planned)}.\n" " % else:\n" " undefined.\n" " % endif\n" " Could you please confirm it will be delivered on time?\n" "

\n" "
" msgstr "" "
\n" "

\n" " Dragă ${object.partner_id.name}\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" "

\n" " Iată un memento legat de livrare comenzii de achiziție${object.name}\n" " % if object.partner_ref:\n" " (${object.partner_ref})\n" " % endif \n" " care este așteptată pentru \n" " % if object.date_planned:\n" " ${format_date(object.date_planned)}.\n" " % else:\n" " o dată nedefinită.\n" " % endif\n" " Ați putea confirma că va fi livrată la timp?\n" "

\n" "
" #. module: purchase #: model:mail.template,body_html:purchase.email_template_edi_purchase_done msgid "" "
\n" "

\n" " Dear ${object.partner_id.name}\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" "

\n" " Here is in attachment a purchase order ${object.name}\n" " % if object.partner_ref:\n" " with reference: ${object.partner_ref}\n" " % endif\n" " amounting in ${format_amount(object.amount_total, object.currency_id)}\n" " from ${object.company_id.name}. \n" "

\n" " % if object.date_planned:\n" " The receipt is expected for ${format_date(object.date_planned)}.\n" "

\n" " Could you please acknowledge the receipt of this order?\n" " % endif\n" "

\n" "
" msgstr "" "
\n" "

\n" " Dragă ${object.partner_id.name}\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" "

\n" " Aici este în atașament comanda${object.name}\n" " % if object.partner_ref:\n" " cu referința: ${object.partner_ref}\n" " % endif\n" " în valoare de ${format_amount(object.amount_total, object.currency_id)}\n" " de la ${object.company_id.name}. \n" "

\n" " % if object.date_planned:\n" " Recepția este așteptată pe data de ${format_date(object.date_planned)}.\n" "

\n" " Ați putea confirma primirea acestei comenzi?\n" " % endif\n" "

\n" "
" #. module: purchase #: model:mail.template,body_html:purchase.email_template_edi_purchase msgid "" "
\n" "

\n" " Dear ${object.partner_id.name}\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" "

\n" " Here is in attachment a request for quotation ${object.name}\n" " % if object.partner_ref:\n" " with reference: ${object.partner_ref}\n" " % endif\n" " from ${object.company_id.name}.\n" "

\n" " If you have any questions, please do not hesitate to contact us.\n" "

\n" " Best regards,\n" "

\n" "
" msgstr "" "
\n" "

\n" " Dragă ${object.partner_id.name}\n" " % if object.partner_id.parent_id:\n" " (${object.partner_id.parent_id.name})\n" " % endif\n" "

\n" " Aici este atașată o cerere de ofertă ${object.name}\n" " % if object.partner_ref:\n" " cu referința: ${object.partner_ref}\n" " % endif\n" " de la ${object.company_id.name}.\n" "

\n" " Dacă aveți întrebări, nu ezitați să ne contactați.\n" "

\n" " Toate cele bune,\n" "

\n" "
" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.portal_my_purchase_order msgid " Send message" msgstr "Trimiteți un mesaj" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.portal_my_purchase_order msgid " Download" msgstr "Descărcare" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.purchase_partner_kanban_view msgid "" "" msgstr "" "" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.portal_my_purchase_order msgid " Print" msgstr " Tipărire" #. module: purchase #: code:addons/purchase/models/purchase.py:0 #, python-format msgid "

%s modified receipt dates for the following products:

" msgstr "

%sdate de primire modificate pentru următoarele produse:

" #. module: purchase #: code:addons/purchase/models/purchase.py:0 #: code:addons/purchase/models/purchase.py:0 #, python-format msgid "

  - %s from %s to %s

" msgstr "

  - %s de la %s la %s

" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.portal_my_purchase_orders msgid "" " " "Waiting for Bill" msgstr "" "Așteptare Factură" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.portal_my_purchase_orders msgid "" " " "Cancelled" msgstr "" " " "Anulat" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.res_config_settings_view_form_purchase msgid "" "" msgstr "" "" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.purchase_order_form msgid "" "Request for Quotation \n" " Purchase Order " msgstr "" "Cerere de ofertă\n" "Comandă achiziție" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.product_normal_form_view_inherit_purchase #: model_terms:ir.ui.view,arch_db:purchase.view_product_template_purchase_buttons_from msgid "Purchased" msgstr "Achiziționat" #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.purchase_order_form msgid "" "On Time " "Delivery rate: the percentage of products shipped on time. If it is too " "low, activate the automated reminders. A few days before the due " "shipment, Odoo will send the vendor an email to ask confirmation of shipment" " dates and keep you informed in case of any delays. To get the vendor's " "performance statistics, click on the OTD rate." msgstr "" "Când creați o comandă de achiziție, aruncați o privire asupra ratei de " "livrare la timp a furnizorului: procentul de produse livrate la timp. Dacă " "este prea scăzut, activați mementourile automate. Cu câteva zile înainte de " "expediere, Odoo va trimite vânzătorului un e-mail pentru a cere confirmarea " "datelor de expediere și pentru a vă informa în caz de întârziere. Pentru a " "obține statistici de performanță ale vânzătorului, faceți clic pe rata de " "livrare la timp." #. module: purchase #: model_terms:digest.tip,tip_description:purchase.digest_tip_purchase_1 msgid "" "When sending a purchase order by email, Odoo asks the vendor to acknowledge " "the reception of the order. When the vendor acknowledges the order by " "clicking on a button in the email, the information is added on the purchase " "order. Use filters to track orders that have not been acknowledged." msgstr "" "Când trimiteți o comandă de achiziție prin e-mail, Odoo solicită " "furnizorului să confirme primirea comenzii. Când furnizorul confirmă comanda" " făcând clic pe un buton din e-mail, informațiile sunt adăugate pe comanda " "de cumpărare. Utilizați filtre pentru a urmări comenzile care nu au fost " "confirmate." #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.mail_notification_confirm msgid "Yes" msgstr "Da" #. module: purchase #: model:ir.model.fields,help:purchase.field_purchase_order__partner_id #: model:ir.model.fields,help:purchase.field_purchase_order_line__partner_id msgid "You can find a vendor by its Name, TIN, Email or Internal Reference." msgstr "" "Puteți găsi un furnizor după numele său, CUI, e-mail sau referință internă." #. module: purchase #: code:addons/purchase/models/purchase.py:0 #, python-format msgid "" "You cannot change the type of a purchase order line. Instead you should " "delete the current line and create a new line of the proper type." msgstr "" "Nu puteți modifica tipul unei linii de comandă de achiziție. În schimb, ar " "trebui să ștergeți linia curentă și să creați o nouă linie de tipul " "potrivit." #. module: purchase #: model_terms:ir.actions.act_window,help:purchase.product_product_action msgid "" "You must define a product for everything you sell or purchase,\n" " whether it's a storable product, a consumable or a service." msgstr "" "Trebuie să definiți un produs pentru tot ceea ce vindeți sau cumpărați, " "indiferent dacă este un produs stocabil, un consumabil sau un serviciu." #. module: purchase #: model_terms:ir.actions.act_window,help:purchase.product_normal_action_puchased msgid "" "You must define a product for everything you sell or purchase,\n" " whether it's a storable product, a consumable or a service." msgstr "" "Trebuie să definiți un produs pentru tot ceea ce vindeți sau cumpărați, " "indiferent dacă este un produs stocabil, un consumabil sau un serviciu." #. module: purchase #: code:addons/purchase/models/purchase.py:0 #, python-format msgid "" "Your quotation contains products from company %(product_company)s whereas your quotation belongs to company %(quote_company)s. \n" " Please change the company of your quotation or remove the products from other companies (%(bad_products)s)." msgstr "" "Oferta dvs. conține produse de la companie %(product_company)s în timp ce oferta dvs. aparține companiei %(quote_company)s. \n" " Vă rugăm să schimbați compania din ofertă sau să eliminați produsele din alte companii(%(bad_products)s)." #. module: purchase #: model_terms:ir.ui.view,arch_db:purchase.purchase_order_form msgid "day(s) before" msgstr "zile înainte"