mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: rma-14.0/rma-14.0-rma Translate-URL: https://translation.odoo-community.org/projects/rma-14-0/rma-14-0-rma/
This commit is contained in:
committed by
Nikolaus Weingartmair
parent
9f09994770
commit
2e5bb4e319
264
rma/i18n/es.po
264
rma/i18n/es.po
@@ -18,7 +18,9 @@ msgstr ""
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_draft_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_receipt_notification
|
||||
msgid "${(object.name or '')}"
|
||||
msgstr "${(object.name or '')}"
|
||||
|
||||
@@ -27,12 +29,31 @@ msgstr "${(object.name or '')}"
|
||||
msgid "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
|
||||
msgstr "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} RMA (Ref ${object.name or 'n/a' }) products "
|
||||
"received"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} Your RMA has been succesfully created (Ref "
|
||||
"${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma_team.py:0
|
||||
#, python-format
|
||||
msgid "%s (copy)"
|
||||
msgstr "%s (copia)"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "(object._get_report_base_filename())"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#, python-format
|
||||
@@ -75,6 +96,45 @@ msgstr ""
|
||||
"</div>\n"
|
||||
" "
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" The products for your RMA <strong>${object.name}</strong>\n"
|
||||
" from ${object.company_id.name} have been received in our warehouse.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" You've succesfully placed your RMA <strong>${object.name}</strong>\n"
|
||||
" on ${object.company_id.name}. Our team will check it and will validate\n"
|
||||
" it as soon as possible.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid ""
|
||||
@@ -303,6 +363,7 @@ msgid "Action Needed"
|
||||
msgstr "Acción Necesaria"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__active
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_tag_view_search
|
||||
@@ -324,6 +385,11 @@ msgstr ""
|
||||
msgid "Activity State"
|
||||
msgstr "Estado de la actividad"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__activity_type_icon
|
||||
msgid "Activity Type Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_id
|
||||
msgid "Alias"
|
||||
@@ -407,6 +473,12 @@ msgstr "Cancelar"
|
||||
msgid "Canceled"
|
||||
msgstr "Cancelado"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_action
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_team_action
|
||||
@@ -466,6 +538,14 @@ msgstr "Confirmado"
|
||||
msgid "Contact"
|
||||
msgstr "Contacto"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,help:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid ""
|
||||
"Conversion between Units of Measure can only occur if they belong to the "
|
||||
"same category. The conversion will be made based on the ratios."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
||||
msgid "Create RMAs"
|
||||
@@ -496,6 +576,11 @@ msgstr "Creado por"
|
||||
msgid "Created on"
|
||||
msgstr "Creado el"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_bounced_content
|
||||
msgid "Custom Bounced Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__partner_id
|
||||
@@ -570,12 +655,23 @@ msgid "Description"
|
||||
msgstr "Descripción"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nombre mostrado"
|
||||
|
||||
@@ -612,12 +708,36 @@ msgstr ""
|
||||
msgid "Email Template confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email Template draft notification for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email Template receipt confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA is confirmed."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA products are received."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email sent to the customer when they place an RMA from the portal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/wizard/rma_split.py:0
|
||||
#, python-format
|
||||
@@ -647,18 +767,34 @@ msgstr "Seguidores (Canales)"
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seguidores (Empresas)"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__activity_type_icon
|
||||
msgid "Font awesome icon e.g. fa-tasks"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupar por"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
@@ -697,6 +833,13 @@ msgstr "Si está marcado, hay nuevos mensajes que requieren su atención."
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Si se encuentra marcado, algunos mensajes tienen error de envío."
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__alias_bounced_content
|
||||
msgid ""
|
||||
"If set, this content will automatically be sent out to unauthorized users "
|
||||
"instead of the default message."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__active
|
||||
msgid ""
|
||||
@@ -725,7 +868,7 @@ msgstr "Es un seguidor"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model,name:rma.model_account_move
|
||||
msgid "Journal Entries"
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
@@ -734,12 +877,23 @@ msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última modificación en"
|
||||
|
||||
@@ -817,6 +971,11 @@ msgstr "Error de Envío de Mensaje"
|
||||
msgid "Messages"
|
||||
msgstr "Mensajes"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__my_activity_date_deadline
|
||||
msgid "My Activity Deadline"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/controllers/main.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__name
|
||||
@@ -860,15 +1019,10 @@ msgid "None of the selected RMAs can perform a return."
|
||||
msgstr "Ninguno de los RMAs seleccionados puede realizar una devolución."
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__0
|
||||
msgid "Normal"
|
||||
msgstr "Normal"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__0
|
||||
msgid "Not urgent"
|
||||
msgstr "No Urgente"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__message_needaction_counter
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__message_needaction_counter
|
||||
@@ -1007,6 +1161,11 @@ msgstr "Producto"
|
||||
msgid "Product qty"
|
||||
msgstr "Cantidad"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
|
||||
msgid "Public Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_my_rmas
|
||||
@@ -1102,15 +1261,11 @@ msgid "RMA Location"
|
||||
msgstr "Ubicación de RMA"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_team_rma_notification
|
||||
msgid "RMA Notification"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
msgid "RMA Notificatoin"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid "RMA Order -"
|
||||
@@ -1128,6 +1283,11 @@ msgstr "Órdenes de RMA"
|
||||
msgid "RMA Out Type"
|
||||
msgstr "Tipo de operación para entrega de RMA"
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA Receipt Confirmation Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/stock_warehouse.py:0
|
||||
#, python-format
|
||||
@@ -1183,6 +1343,11 @@ msgstr ""
|
||||
msgid "RMA count"
|
||||
msgstr "Cantidad de RMAs"
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA draft notification Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,description:rma.mt_rma_draft
|
||||
msgid "RMA in draft state"
|
||||
@@ -1261,8 +1426,8 @@ msgstr "Referencia al documento que generó este RMA."
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__refund_id
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_refund
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#, python-format
|
||||
msgid "Refund"
|
||||
msgstr "Factura rectificativa"
|
||||
@@ -1299,8 +1464,8 @@ msgstr "Reparar"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Replace"
|
||||
msgstr "Reemplazar"
|
||||
|
||||
@@ -1427,11 +1592,33 @@ msgstr "Token de seguridad"
|
||||
msgid "Send RMA Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid "Send RMA Receipt Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "Send RMA draft Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA info to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA products reception notification to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic notification when the customer places an RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Send by Email"
|
||||
@@ -1637,6 +1824,11 @@ msgstr ""
|
||||
msgid "The quantity to return is greater than remaining quantity."
|
||||
msgstr "La cantidad a devolver es mayor que la cantidad restante del RMA."
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_tag__is_public
|
||||
msgid "The tag is visible in the portal view"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/account_move.py:0
|
||||
#, python-format
|
||||
@@ -1730,7 +1922,7 @@ msgid "UoM"
|
||||
msgstr "UdM"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__2
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
msgid "Urgent"
|
||||
msgstr "Urgente"
|
||||
|
||||
@@ -1749,11 +1941,6 @@ msgstr "Usuario: Solo mostrar documentos propios"
|
||||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__3
|
||||
msgid "Very Urgent"
|
||||
msgstr "Muy Urgente"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__state__waiting_replacement
|
||||
msgid "Waiting for replacement"
|
||||
@@ -1783,11 +1970,37 @@ msgstr "Mensajes del sitio web"
|
||||
msgid "Website communication history"
|
||||
msgstr "Historial de comunicaciones del sitio web"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "When a customer places an RMA, send a notification with it"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When customers themselves place an RMA from the portal, send an automatic "
|
||||
"notification acknowleging it."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "When the RMA is confirmed, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When the RMA products are received, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid ""
|
||||
"When the RMA receipt is confirmed, send a confirmation email to the customer."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_confirmation
|
||||
@@ -1811,11 +2024,6 @@ msgstr ""
|
||||
"Debe seleccionar el 'Cliente' en la 'Orden de Entrega' desde la cual los "
|
||||
"RMAs serán creados"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "object._get_report_base_filename()"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:res.groups,comment:rma.rma_group_user_all
|
||||
msgid ""
|
||||
@@ -1837,6 +2045,12 @@ msgstr ""
|
||||
"El usuario tendrá acceso a la configuración de RMA y a los informes "
|
||||
"estadísticos."
|
||||
|
||||
#~ msgid "Not urgent"
|
||||
#~ msgstr "No Urgente"
|
||||
|
||||
#~ msgid "Very Urgent"
|
||||
#~ msgstr "Muy Urgente"
|
||||
|
||||
#~ msgid "If checked new messages require your attention."
|
||||
#~ msgstr "Si está marcado, hay nuevos mensajes que requieren su atención."
|
||||
|
||||
|
||||
258
rma/i18n/nl.po
258
rma/i18n/nl.po
@@ -15,7 +15,9 @@ msgstr ""
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_draft_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_receipt_notification
|
||||
msgid "${(object.name or '')}"
|
||||
msgstr ""
|
||||
|
||||
@@ -24,12 +26,31 @@ msgstr ""
|
||||
msgid "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} RMA (Ref ${object.name or 'n/a' }) products "
|
||||
"received"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} Your RMA has been succesfully created (Ref "
|
||||
"${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma_team.py:0
|
||||
#, python-format
|
||||
msgid "%s (copy)"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "(object._get_report_base_filename())"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#, python-format
|
||||
@@ -55,6 +76,45 @@ msgid ""
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" The products for your RMA <strong>${object.name}</strong>\n"
|
||||
" from ${object.company_id.name} have been received in our warehouse.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" You've succesfully placed your RMA <strong>${object.name}</strong>\n"
|
||||
" on ${object.company_id.name}. Our team will check it and will validate\n"
|
||||
" it as soon as possible.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid ""
|
||||
@@ -265,6 +325,7 @@ msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__active
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_tag_view_search
|
||||
@@ -286,6 +347,11 @@ msgstr ""
|
||||
msgid "Activity State"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__activity_type_icon
|
||||
msgid "Activity Type Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_id
|
||||
msgid "Alias"
|
||||
@@ -369,6 +435,12 @@ msgstr ""
|
||||
msgid "Canceled"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_action
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_team_action
|
||||
@@ -428,6 +500,14 @@ msgstr ""
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,help:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid ""
|
||||
"Conversion between Units of Measure can only occur if they belong to the "
|
||||
"same category. The conversion will be made based on the ratios."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
||||
msgid "Create RMAs"
|
||||
@@ -458,6 +538,11 @@ msgstr ""
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_bounced_content
|
||||
msgid "Custom Bounced Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__partner_id
|
||||
@@ -532,12 +617,23 @@ msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@@ -574,12 +670,36 @@ msgstr ""
|
||||
msgid "Email Template confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email Template draft notification for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email Template receipt confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA is confirmed."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA products are received."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email sent to the customer when they place an RMA from the portal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/wizard/rma_split.py:0
|
||||
#, python-format
|
||||
@@ -609,18 +729,34 @@ msgstr ""
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__activity_type_icon
|
||||
msgid "Font awesome icon e.g. fa-tasks"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
@@ -657,6 +793,13 @@ msgstr ""
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__alias_bounced_content
|
||||
msgid ""
|
||||
"If set, this content will automatically be sent out to unauthorized users "
|
||||
"instead of the default message."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__active
|
||||
msgid ""
|
||||
@@ -683,7 +826,7 @@ msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model,name:rma.model_account_move
|
||||
msgid "Journal Entries"
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
@@ -692,12 +835,23 @@ msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@@ -775,6 +929,11 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__my_activity_date_deadline
|
||||
msgid "My Activity Deadline"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/controllers/main.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__name
|
||||
@@ -817,14 +976,9 @@ msgstr ""
|
||||
msgid "None of the selected RMAs can perform a return."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
msgid "Normal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__0
|
||||
msgid "Not urgent"
|
||||
msgid "Normal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
@@ -954,6 +1108,11 @@ msgstr ""
|
||||
msgid "Product qty"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
|
||||
msgid "Public Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_my_rmas
|
||||
@@ -1047,15 +1206,11 @@ msgid "RMA Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_team_rma_notification
|
||||
msgid "RMA Notification"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
msgid "RMA Notificatoin"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid "RMA Order -"
|
||||
@@ -1073,6 +1228,11 @@ msgstr ""
|
||||
msgid "RMA Out Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA Receipt Confirmation Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/stock_warehouse.py:0
|
||||
#, python-format
|
||||
@@ -1128,6 +1288,11 @@ msgstr ""
|
||||
msgid "RMA count"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA draft notification Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,description:rma.mt_rma_draft
|
||||
msgid "RMA in draft state"
|
||||
@@ -1205,8 +1370,8 @@ msgstr ""
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__refund_id
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_refund
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#, python-format
|
||||
msgid "Refund"
|
||||
msgstr ""
|
||||
@@ -1243,8 +1408,8 @@ msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Replace"
|
||||
msgstr ""
|
||||
|
||||
@@ -1361,11 +1526,33 @@ msgstr ""
|
||||
msgid "Send RMA Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid "Send RMA Receipt Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "Send RMA draft Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA info to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA products reception notification to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic notification when the customer places an RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Send by Email"
|
||||
@@ -1553,6 +1740,11 @@ msgstr ""
|
||||
msgid "The quantity to return is greater than remaining quantity."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_tag__is_public
|
||||
msgid "The tag is visible in the portal view"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/account_move.py:0
|
||||
#, python-format
|
||||
@@ -1644,7 +1836,7 @@ msgid "UoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__2
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
msgid "Urgent"
|
||||
msgstr ""
|
||||
|
||||
@@ -1663,11 +1855,6 @@ msgstr ""
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__3
|
||||
msgid "Very Urgent"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__state__waiting_replacement
|
||||
msgid "Waiting for replacement"
|
||||
@@ -1697,11 +1884,37 @@ msgstr ""
|
||||
msgid "Website communication history"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "When a customer places an RMA, send a notification with it"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When customers themselves place an RMA from the portal, send an automatic "
|
||||
"notification acknowleging it."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "When the RMA is confirmed, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When the RMA products are received, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid ""
|
||||
"When the RMA receipt is confirmed, send a confirmation email to the customer."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_confirmation
|
||||
@@ -1723,11 +1936,6 @@ msgid ""
|
||||
"be created"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "object._get_report_base_filename()"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:res.groups,comment:rma.rma_group_user_all
|
||||
msgid ""
|
||||
|
||||
@@ -17,7 +17,9 @@ msgstr ""
|
||||
"X-Generator: Weblate 3.10\n"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_draft_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_receipt_notification
|
||||
msgid "${(object.name or '')}"
|
||||
msgstr "${(object.name or '')}"
|
||||
|
||||
@@ -26,12 +28,31 @@ msgstr "${(object.name or '')}"
|
||||
msgid "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
|
||||
msgstr "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} RMA (Ref ${object.name or 'n/a' }) products "
|
||||
"received"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} Your RMA has been succesfully created (Ref "
|
||||
"${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma_team.py:0
|
||||
#, python-format
|
||||
msgid "%s (copy)"
|
||||
msgstr "%s (Cópia)"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "(object._get_report_base_filename())"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#, python-format
|
||||
@@ -57,6 +78,45 @@ msgid ""
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" The products for your RMA <strong>${object.name}</strong>\n"
|
||||
" from ${object.company_id.name} have been received in our warehouse.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" You've succesfully placed your RMA <strong>${object.name}</strong>\n"
|
||||
" on ${object.company_id.name}. Our team will check it and will validate\n"
|
||||
" it as soon as possible.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid ""
|
||||
@@ -283,6 +343,7 @@ msgid "Action Needed"
|
||||
msgstr "Ação Necessária"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__active
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_tag_view_search
|
||||
@@ -304,6 +365,11 @@ msgstr ""
|
||||
msgid "Activity State"
|
||||
msgstr "Situação da Atividade"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__activity_type_icon
|
||||
msgid "Activity Type Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_id
|
||||
msgid "Alias"
|
||||
@@ -387,6 +453,12 @@ msgstr "Cancelar"
|
||||
msgid "Canceled"
|
||||
msgstr "Cancelado(a)"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_action
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_team_action
|
||||
@@ -446,6 +518,14 @@ msgstr "Confirmado(a)"
|
||||
msgid "Contact"
|
||||
msgstr "Contato"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,help:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid ""
|
||||
"Conversion between Units of Measure can only occur if they belong to the "
|
||||
"same category. The conversion will be made based on the ratios."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
||||
msgid "Create RMAs"
|
||||
@@ -476,6 +556,11 @@ msgstr "Criado Por"
|
||||
msgid "Created on"
|
||||
msgstr "Criado em"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_bounced_content
|
||||
msgid "Custom Bounced Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__partner_id
|
||||
@@ -550,12 +635,23 @@ msgid "Description"
|
||||
msgstr "Descrição"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Exibir Nome"
|
||||
|
||||
@@ -592,12 +688,36 @@ msgstr ""
|
||||
msgid "Email Template confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email Template draft notification for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email Template receipt confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA is confirmed."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA products are received."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email sent to the customer when they place an RMA from the portal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/wizard/rma_split.py:0
|
||||
#, python-format
|
||||
@@ -627,18 +747,34 @@ msgstr "Seguidores (Canais)"
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Seguidores (Parceiros)"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__activity_type_icon
|
||||
msgid "Font awesome icon e.g. fa-tasks"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Agrupado Por"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
@@ -677,6 +813,13 @@ msgstr "Se marcada, novas mensagens requerem sua atenção."
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Se marcada, algumas mensagens apresentam um erro de entrega."
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__alias_bounced_content
|
||||
msgid ""
|
||||
"If set, this content will automatically be sent out to unauthorized users "
|
||||
"instead of the default message."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__active
|
||||
msgid ""
|
||||
@@ -705,7 +848,7 @@ msgstr "É Seguidor"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model,name:rma.model_account_move
|
||||
msgid "Journal Entries"
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
@@ -714,12 +857,23 @@ msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Última Modificação Feita em"
|
||||
|
||||
@@ -797,6 +951,11 @@ msgstr "Erro de Entrega de Mensagem"
|
||||
msgid "Messages"
|
||||
msgstr "Mensagens"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__my_activity_date_deadline
|
||||
msgid "My Activity Deadline"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/controllers/main.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__name
|
||||
@@ -840,15 +999,10 @@ msgid "None of the selected RMAs can perform a return."
|
||||
msgstr "Nenhum dos RMAs selecionados pode executar uma devolução."
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__0
|
||||
msgid "Normal"
|
||||
msgstr "Normal"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__0
|
||||
msgid "Not urgent"
|
||||
msgstr "Não é urgente"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__message_needaction_counter
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__message_needaction_counter
|
||||
@@ -987,6 +1141,11 @@ msgstr "Produto"
|
||||
msgid "Product qty"
|
||||
msgstr "Quantidade de Produto"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
|
||||
msgid "Public Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_my_rmas
|
||||
@@ -1082,15 +1241,11 @@ msgid "RMA Location"
|
||||
msgstr "Localização RMA"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_team_rma_notification
|
||||
msgid "RMA Notification"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
msgid "RMA Notificatoin"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid "RMA Order -"
|
||||
@@ -1108,6 +1263,11 @@ msgstr "Pedidos RMA"
|
||||
msgid "RMA Out Type"
|
||||
msgstr "Tipo Saída RMA"
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA Receipt Confirmation Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/stock_warehouse.py:0
|
||||
#, python-format
|
||||
@@ -1163,6 +1323,11 @@ msgstr ""
|
||||
msgid "RMA count"
|
||||
msgstr "Contagem de RMA"
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA draft notification Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,description:rma.mt_rma_draft
|
||||
msgid "RMA in draft state"
|
||||
@@ -1240,8 +1405,8 @@ msgstr "Referência do documento que gerou este RMA."
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__refund_id
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_refund
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#, python-format
|
||||
msgid "Refund"
|
||||
msgstr "Restituição"
|
||||
@@ -1278,8 +1443,8 @@ msgstr "Reparo"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Replace"
|
||||
msgstr "Substituir"
|
||||
|
||||
@@ -1405,11 +1570,33 @@ msgstr "Token de Segurança"
|
||||
msgid "Send RMA Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid "Send RMA Receipt Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "Send RMA draft Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA info to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA products reception notification to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic notification when the customer places an RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Send by Email"
|
||||
@@ -1614,6 +1801,11 @@ msgstr ""
|
||||
msgid "The quantity to return is greater than remaining quantity."
|
||||
msgstr "A quantidade a retornar é maior que a quantidade restante."
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_tag__is_public
|
||||
msgid "The tag is visible in the portal view"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/account_move.py:0
|
||||
#, python-format
|
||||
@@ -1707,7 +1899,7 @@ msgid "UoM"
|
||||
msgstr "Unidade de Medida"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__2
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
msgid "Urgent"
|
||||
msgstr "Urgente"
|
||||
|
||||
@@ -1726,11 +1918,6 @@ msgstr "Usuário: Somente Seus Documentos"
|
||||
msgid "Users"
|
||||
msgstr "Usuários"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__3
|
||||
msgid "Very Urgent"
|
||||
msgstr "Muito Urgente"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__state__waiting_replacement
|
||||
msgid "Waiting for replacement"
|
||||
@@ -1760,11 +1947,37 @@ msgstr "Mensagens do Site"
|
||||
msgid "Website communication history"
|
||||
msgstr "Histórico de Comunicação Através do Site"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "When a customer places an RMA, send a notification with it"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When customers themselves place an RMA from the portal, send an automatic "
|
||||
"notification acknowleging it."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "When the RMA is confirmed, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When the RMA products are received, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid ""
|
||||
"When the RMA receipt is confirmed, send a confirmation email to the customer."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_confirmation
|
||||
@@ -1788,11 +2001,6 @@ msgstr ""
|
||||
"Você deve especificar o 'Cliente' na 'Seleção de estoque' a partir do qual "
|
||||
"as RMAs serão criadas"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "object._get_report_base_filename()"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:res.groups,comment:rma.rma_group_user_all
|
||||
msgid ""
|
||||
@@ -1813,6 +2021,12 @@ msgstr ""
|
||||
"o usuário terá acesso à configuração RMA, bem como aos relatórios "
|
||||
"estatísticos."
|
||||
|
||||
#~ msgid "Not urgent"
|
||||
#~ msgstr "Não é urgente"
|
||||
|
||||
#~ msgid "Very Urgent"
|
||||
#~ msgstr "Muito Urgente"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
#~ "<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
|
||||
264
rma/i18n/ro.po
264
rma/i18n/ro.po
@@ -18,7 +18,9 @@ msgstr ""
|
||||
"X-Generator: Weblate 4.3.2\n"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_draft_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_receipt_notification
|
||||
msgid "${(object.name or '')}"
|
||||
msgstr "${(object.name or '')}"
|
||||
|
||||
@@ -27,12 +29,31 @@ msgstr "${(object.name or '')}"
|
||||
msgid "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
|
||||
msgstr "${object.company_id.name} Retur (Ref ${object.name or 'n/a' })"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} RMA (Ref ${object.name or 'n/a' }) products "
|
||||
"received"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} Your RMA has been succesfully created (Ref "
|
||||
"${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma_team.py:0
|
||||
#, python-format
|
||||
msgid "%s (copy)"
|
||||
msgstr "%s (copie)"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "(object._get_report_base_filename())"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#, python-format
|
||||
@@ -72,6 +93,45 @@ msgstr ""
|
||||
" </div>\n"
|
||||
" "
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" The products for your RMA <strong>${object.name}</strong>\n"
|
||||
" from ${object.company_id.name} have been received in our warehouse.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" You've succesfully placed your RMA <strong>${object.name}</strong>\n"
|
||||
" on ${object.company_id.name}. Our team will check it and will validate\n"
|
||||
" it as soon as possible.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid ""
|
||||
@@ -302,6 +362,7 @@ msgid "Action Needed"
|
||||
msgstr "Acțiune necesară"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__active
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_tag_view_search
|
||||
@@ -323,6 +384,11 @@ msgstr ""
|
||||
msgid "Activity State"
|
||||
msgstr "Status activitate"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__activity_type_icon
|
||||
msgid "Activity Type Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_id
|
||||
msgid "Alias"
|
||||
@@ -406,6 +472,12 @@ msgstr ""
|
||||
msgid "Canceled"
|
||||
msgstr "Anulat"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_action
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_team_action
|
||||
@@ -465,6 +537,14 @@ msgstr "Confirmat"
|
||||
msgid "Contact"
|
||||
msgstr "Contact"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,help:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid ""
|
||||
"Conversion between Units of Measure can only occur if they belong to the "
|
||||
"same category. The conversion will be made based on the ratios."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
||||
msgid "Create RMAs"
|
||||
@@ -495,6 +575,11 @@ msgstr "Creat de"
|
||||
msgid "Created on"
|
||||
msgstr "Creat în"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_bounced_content
|
||||
msgid "Custom Bounced Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__partner_id
|
||||
@@ -569,12 +654,23 @@ msgid "Description"
|
||||
msgstr "Descriere"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Nume afișat"
|
||||
|
||||
@@ -611,12 +707,36 @@ msgstr ""
|
||||
msgid "Email Template confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email Template draft notification for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email Template receipt confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA is confirmed."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA products are received."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email sent to the customer when they place an RMA from the portal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/wizard/rma_split.py:0
|
||||
#, python-format
|
||||
@@ -646,18 +766,34 @@ msgstr "Urmăritori (Canale)"
|
||||
msgid "Followers (Partners)"
|
||||
msgstr "Urmăritori (Parteneri)"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__activity_type_icon
|
||||
msgid "Font awesome icon e.g. fa-tasks"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
||||
msgid "Group By"
|
||||
msgstr "Grupează după"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__id
|
||||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
@@ -694,6 +830,13 @@ msgstr "Dacă este bifat, mesajele noi necesită atenție."
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr "Dacă este bifat, unele mesaje au o eroare de livrare."
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__alias_bounced_content
|
||||
msgid ""
|
||||
"If set, this content will automatically be sent out to unauthorized users "
|
||||
"instead of the default message."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__active
|
||||
msgid ""
|
||||
@@ -722,7 +865,7 @@ msgstr "Este Urmăritor"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model,name:rma.model_account_move
|
||||
msgid "Journal Entries"
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
@@ -731,12 +874,23 @@ msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Ultima modificare în"
|
||||
|
||||
@@ -814,6 +968,11 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__my_activity_date_deadline
|
||||
msgid "My Activity Deadline"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/controllers/main.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__name
|
||||
@@ -859,15 +1018,10 @@ msgstr ""
|
||||
"La niciuna dintre cererile de retur selectate nu poate efectua un retur."
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__0
|
||||
msgid "Normal"
|
||||
msgstr "Normal"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__0
|
||||
msgid "Not urgent"
|
||||
msgstr "Nu e urgent"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__message_needaction_counter
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__message_needaction_counter
|
||||
@@ -999,6 +1153,11 @@ msgstr "Produs"
|
||||
msgid "Product qty"
|
||||
msgstr "Cantitate produs"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
|
||||
msgid "Public Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_my_rmas
|
||||
@@ -1094,15 +1253,11 @@ msgid "RMA Location"
|
||||
msgstr "Locație"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_team_rma_notification
|
||||
msgid "RMA Notification"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
msgid "RMA Notificatoin"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid "RMA Order -"
|
||||
@@ -1120,6 +1275,11 @@ msgstr "Comenzi retur"
|
||||
msgid "RMA Out Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA Receipt Confirmation Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/stock_warehouse.py:0
|
||||
#, python-format
|
||||
@@ -1175,6 +1335,11 @@ msgstr ""
|
||||
msgid "RMA count"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA draft notification Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,description:rma.mt_rma_draft
|
||||
msgid "RMA in draft state"
|
||||
@@ -1252,8 +1417,8 @@ msgstr ""
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__refund_id
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_refund
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#, python-format
|
||||
msgid "Refund"
|
||||
msgstr "Ramburs"
|
||||
@@ -1290,8 +1455,8 @@ msgstr "Reparație"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Replace"
|
||||
msgstr "Înlocuire"
|
||||
|
||||
@@ -1411,11 +1576,33 @@ msgstr ""
|
||||
msgid "Send RMA Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid "Send RMA Receipt Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "Send RMA draft Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA info to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA products reception notification to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic notification when the customer places an RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Send by Email"
|
||||
@@ -1608,6 +1795,11 @@ msgstr ""
|
||||
msgid "The quantity to return is greater than remaining quantity."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_tag__is_public
|
||||
msgid "The tag is visible in the portal view"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/account_move.py:0
|
||||
#, python-format
|
||||
@@ -1700,7 +1892,7 @@ msgid "UoM"
|
||||
msgstr "UM"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__2
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
msgid "Urgent"
|
||||
msgstr ""
|
||||
|
||||
@@ -1719,11 +1911,6 @@ msgstr ""
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__3
|
||||
msgid "Very Urgent"
|
||||
msgstr "Forate urgent"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__state__waiting_replacement
|
||||
msgid "Waiting for replacement"
|
||||
@@ -1753,11 +1940,37 @@ msgstr ""
|
||||
msgid "Website communication history"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "When a customer places an RMA, send a notification with it"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When customers themselves place an RMA from the portal, send an automatic "
|
||||
"notification acknowleging it."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "When the RMA is confirmed, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When the RMA products are received, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid ""
|
||||
"When the RMA receipt is confirmed, send a confirmation email to the customer."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_confirmation
|
||||
@@ -1781,11 +1994,6 @@ msgstr ""
|
||||
"Trebuie să specificați „Clientul” în „Transferurile” din care vor fi create "
|
||||
"RMA-uri"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "object._get_report_base_filename()"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:res.groups,comment:rma.rma_group_user_all
|
||||
msgid ""
|
||||
@@ -1803,3 +2011,9 @@ msgid ""
|
||||
"the user will have an access to the RMA configuration as well as statistic "
|
||||
"reports."
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Not urgent"
|
||||
#~ msgstr "Nu e urgent"
|
||||
|
||||
#~ msgid "Very Urgent"
|
||||
#~ msgstr "Forate urgent"
|
||||
|
||||
@@ -17,7 +17,9 @@ msgstr ""
|
||||
"X-Generator: Weblate 4.3.2\n"
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_draft_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_notification
|
||||
#: model:mail.template,report_name:rma.mail_template_rma_receipt_notification
|
||||
msgid "${(object.name or '')}"
|
||||
msgstr ""
|
||||
|
||||
@@ -26,12 +28,31 @@ msgstr ""
|
||||
msgid "${object.company_id.name} RMA (Ref ${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} RMA (Ref ${object.name or 'n/a' }) products "
|
||||
"received"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,subject:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"${object.company_id.name} Your RMA has been succesfully created (Ref "
|
||||
"${object.name or 'n/a' })"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma_team.py:0
|
||||
#, python-format
|
||||
msgid "%s (copy)"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "(object._get_report_base_filename())"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#, python-format
|
||||
@@ -57,6 +78,45 @@ msgid ""
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_receipt_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" The products for your RMA <strong>${object.name}</strong>\n"
|
||||
" from ${object.company_id.name} have been received in our warehouse.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.template,body_html:rma.mail_template_rma_draft_notification
|
||||
msgid ""
|
||||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||||
"<p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
||||
" Dear ${object.partner_id.name}\n"
|
||||
" % if object.partner_id.parent_id:\n"
|
||||
" (${object.partner_id.parent_id.name})\n"
|
||||
" % endif\n"
|
||||
" <br/><br/>\n"
|
||||
" You've succesfully placed your RMA <strong>${object.name}</strong>\n"
|
||||
" on ${object.company_id.name}. Our team will check it and will validate\n"
|
||||
" it as soon as possible.\n"
|
||||
" <br/><br/>\n"
|
||||
" Do not hesitate to contact us if you have any question.\n"
|
||||
"</p>\n"
|
||||
"</div>\n"
|
||||
" "
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid ""
|
||||
@@ -267,6 +327,7 @@ msgid "Action Needed"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__active
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__active
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_tag_view_search
|
||||
@@ -288,6 +349,11 @@ msgstr ""
|
||||
msgid "Activity State"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__activity_type_icon
|
||||
msgid "Activity Type Icon"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_id
|
||||
msgid "Alias"
|
||||
@@ -371,6 +437,12 @@ msgstr ""
|
||||
msgid "Canceled"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid "Category"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_action
|
||||
#: model_terms:ir.actions.act_window,help:rma.rma_team_action
|
||||
@@ -430,6 +502,14 @@ msgstr ""
|
||||
msgid "Contact"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__uom_category_id
|
||||
#: model:ir.model.fields,help:rma.field_rma_delivery_wizard__uom_category_id
|
||||
msgid ""
|
||||
"Conversion between Units of Measure can only occur if they belong to the "
|
||||
"same category. The conversion will be made based on the ratios."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__create_rma
|
||||
msgid "Create RMAs"
|
||||
@@ -460,6 +540,11 @@ msgstr ""
|
||||
msgid "Created on"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__alias_bounced_content
|
||||
msgid "Custom Bounced Message"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__partner_id
|
||||
@@ -534,12 +619,23 @@ msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__display_name
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__display_name
|
||||
msgid "Display Name"
|
||||
msgstr ""
|
||||
|
||||
@@ -576,12 +672,36 @@ msgstr ""
|
||||
msgid "Email Template confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email Template draft notification for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email Template receipt confirmation for RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA is confirmed."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_receipt_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_receipt_confirmation_template_id
|
||||
msgid "Email sent to the customer once the RMA products are received."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__rma_mail_draft_confirmation_template_id
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__rma_mail_draft_confirmation_template_id
|
||||
msgid "Email sent to the customer when they place an RMA from the portal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/wizard/rma_split.py:0
|
||||
#, python-format
|
||||
@@ -611,18 +731,34 @@ msgstr ""
|
||||
msgid "Followers (Partners)"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma__activity_type_icon
|
||||
msgid "Font awesome icon e.g. fa-tasks"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_search
|
||||
msgid "Group By"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner__id
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__id
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule__id
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse__id
|
||||
msgid "ID"
|
||||
msgstr ""
|
||||
|
||||
@@ -659,6 +795,13 @@ msgstr ""
|
||||
msgid "If checked, some messages have a delivery error."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__alias_bounced_content
|
||||
msgid ""
|
||||
"If set, this content will automatically be sent out to unauthorized users "
|
||||
"instead of the default message."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_team__active
|
||||
msgid ""
|
||||
@@ -685,7 +828,7 @@ msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model,name:rma.model_account_move
|
||||
msgid "Journal Entries"
|
||||
msgid "Journal Entry"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
@@ -694,12 +837,23 @@ msgid "Journal Item"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_account_move_line____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_partner____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_res_users____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_delivery_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_operation____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_split_wizard____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_team____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_move____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_return_picking____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_rule____last_update
|
||||
#: model:ir.model.fields,field_description:rma.field_stock_warehouse____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr ""
|
||||
|
||||
@@ -777,6 +931,11 @@ msgstr ""
|
||||
msgid "Messages"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__my_activity_date_deadline
|
||||
msgid "My Activity Deadline"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/controllers/main.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__name
|
||||
@@ -819,14 +978,9 @@ msgstr ""
|
||||
msgid "None of the selected RMAs can perform a return."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
msgid "Normal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__0
|
||||
msgid "Not urgent"
|
||||
msgid "Normal"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
@@ -956,6 +1110,11 @@ msgstr ""
|
||||
msgid "Product qty"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma_tag__is_public
|
||||
msgid "Public Tag"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__product_uom_qty
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_my_rmas
|
||||
@@ -1049,15 +1208,11 @@ msgid "RMA Location"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_team_rma_notification
|
||||
msgid "RMA Notification"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,name:rma.mt_rma_notification
|
||||
msgid "RMA Notificatoin"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.portal_rma_page
|
||||
msgid "RMA Order -"
|
||||
@@ -1075,6 +1230,11 @@ msgstr ""
|
||||
msgid "RMA Out Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA Receipt Confirmation Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/stock_warehouse.py:0
|
||||
#, python-format
|
||||
@@ -1130,6 +1290,11 @@ msgstr ""
|
||||
msgid "RMA count"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "RMA draft notification Email"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:mail.message.subtype,description:rma.mt_rma_draft
|
||||
msgid "RMA in draft state"
|
||||
@@ -1207,8 +1372,8 @@ msgstr ""
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/rma.py:0
|
||||
#: model:ir.model.fields,field_description:rma.field_rma__refund_id
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_refund
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#, python-format
|
||||
msgid "Refund"
|
||||
msgstr "退货"
|
||||
@@ -1245,8 +1410,8 @@ msgstr "维修"
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma_delivery_wizard__type__replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
#: model:rma.operation,name:rma.rma_operation_replace
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Replace"
|
||||
msgstr "换货"
|
||||
|
||||
@@ -1363,11 +1528,33 @@ msgstr ""
|
||||
msgid "Send RMA Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid "Send RMA Receipt Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,field_description:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,field_description:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "Send RMA draft Confirmation"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA info to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic RMA products reception notification to customer"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "Send automatic notification when the customer places an RMA"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.rma_view_form
|
||||
msgid "Send by Email"
|
||||
@@ -1555,6 +1742,11 @@ msgstr ""
|
||||
msgid "The quantity to return is greater than remaining quantity."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_rma_tag__is_public
|
||||
msgid "The tag is visible in the portal view"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: code:addons/rma/models/account_move.py:0
|
||||
#, python-format
|
||||
@@ -1646,7 +1838,7 @@ msgid "UoM"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__2
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__1
|
||||
msgid "Urgent"
|
||||
msgstr ""
|
||||
|
||||
@@ -1665,11 +1857,6 @@ msgstr ""
|
||||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__priority__3
|
||||
msgid "Very Urgent"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields.selection,name:rma.selection__rma__state__waiting_replacement
|
||||
msgid "Waiting for replacement"
|
||||
@@ -1699,11 +1886,37 @@ msgstr ""
|
||||
msgid "Website communication history"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_draft_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_draft_confirmation
|
||||
msgid "When a customer places an RMA, send a notification with it"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When customers themselves place an RMA from the portal, send an automatic "
|
||||
"notification acknowleging it."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid "When the RMA is confirmed, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model_terms:ir.ui.view,arch_db:rma.res_config_settings_view_form
|
||||
msgid ""
|
||||
"When the RMA products are received, send an automatic information email."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_receipt_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_receipt_confirmation
|
||||
msgid ""
|
||||
"When the RMA receipt is confirmed, send a confirmation email to the customer."
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.model.fields,help:rma.field_res_company__send_rma_confirmation
|
||||
#: model:ir.model.fields,help:rma.field_res_config_settings__send_rma_confirmation
|
||||
@@ -1725,11 +1938,6 @@ msgid ""
|
||||
"be created"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:ir.actions.report,print_report_name:rma.report_rma_action
|
||||
msgid "object._get_report_base_filename()"
|
||||
msgstr ""
|
||||
|
||||
#. module: rma
|
||||
#: model:res.groups,comment:rma.rma_group_user_all
|
||||
msgid ""
|
||||
|
||||
Reference in New Issue
Block a user