chore(Tipificación del cliente): Se hacen traducciones
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
336a266578
commit
b8ba775733
18
locale/es.po
18
locale/es.po
@ -76,7 +76,11 @@ msgstr "Unidad de negocio"
|
|||||||
|
|
||||||
msgctxt "view:sale.prospect:"
|
msgctxt "view:sale.prospect:"
|
||||||
msgid "Contact methods"
|
msgid "Contact methods"
|
||||||
msgstr "Metodos de contacto"
|
msgstr "Métodos de contacto"
|
||||||
|
|
||||||
|
msgctxt "view:sale.prospect:"
|
||||||
|
msgid "About prospect"
|
||||||
|
msgstr "Tipificación del prospecto"
|
||||||
|
|
||||||
msgctxt "field:sale.prospect,contact_methods:"
|
msgctxt "field:sale.prospect,contact_methods:"
|
||||||
msgid "Contact methods"
|
msgid "Contact methods"
|
||||||
@ -102,6 +106,14 @@ msgctxt "field:sale.prospect,prospect_trace:"
|
|||||||
msgid "Prospect trace"
|
msgid "Prospect trace"
|
||||||
msgstr "Seguimiento de prospecto"
|
msgstr "Seguimiento de prospecto"
|
||||||
|
|
||||||
|
msgctxt "field:sale.prospect,rating:"
|
||||||
|
msgid "Rating (1-5)"
|
||||||
|
msgstr "Calificación (1-5)"
|
||||||
|
|
||||||
|
msgctxt "field:sale.prospect,comments:"
|
||||||
|
msgid "Comments"
|
||||||
|
msgstr "Comentarios"
|
||||||
|
|
||||||
msgctxt "field:sale.call,date:"
|
msgctxt "field:sale.call,date:"
|
||||||
msgid "Date"
|
msgid "Date"
|
||||||
msgstr "Fecha"
|
msgstr "Fecha"
|
||||||
@ -274,6 +286,10 @@ msgctxt "selection:prospect.contact_method,contact_type:"
|
|||||||
msgid "Mail"
|
msgid "Mail"
|
||||||
msgstr "Correo electrónico"
|
msgstr "Correo electrónico"
|
||||||
|
|
||||||
|
msgctxt "selection:sale.prospect,rating:"
|
||||||
|
msgid "None"
|
||||||
|
msgstr "Sin calificación"
|
||||||
|
|
||||||
msgctxt "selection:sale.prospect.assign.start,business_unit:"
|
msgctxt "selection:sale.prospect.assign.start,business_unit:"
|
||||||
msgid "Brigade"
|
msgid "Brigade"
|
||||||
msgstr "Brigada"
|
msgstr "Brigada"
|
||||||
|
@ -44,7 +44,7 @@ class Prospect(ModelSQL, ModelView, DeactivableMixin):
|
|||||||
('2', '2'),
|
('2', '2'),
|
||||||
('3', '3'),
|
('3', '3'),
|
||||||
('4', '4'),
|
('4', '4'),
|
||||||
('5', '5')], 'Rating')
|
('5', '5')], 'Rating (1-5)')
|
||||||
comments = fields.Text('Comments')
|
comments = fields.Text('Comments')
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
Loading…
Reference in New Issue
Block a user