Added several fixes throughout for demo.
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
"appointments": {
|
||||
"actions": {
|
||||
"block": "",
|
||||
"calculate": "",
|
||||
"cancel": "Cancelar",
|
||||
"intake": "Consumo",
|
||||
"new": "Nueva cita",
|
||||
"reschedule": "Reprogramar",
|
||||
"smartscheduling": "",
|
||||
"viewjob": "Ver trabajo"
|
||||
},
|
||||
"errors": {
|
||||
@@ -50,7 +50,9 @@
|
||||
"nocompletingjobs": "",
|
||||
"nodateselected": "No se ha seleccionado ninguna fecha.",
|
||||
"priorappointments": "Nombramientos previos",
|
||||
"scheduledfor": "Cita programada para:"
|
||||
"scheduledfor": "Cita programada para:",
|
||||
"smartscheduling": "",
|
||||
"suggesteddates": ""
|
||||
},
|
||||
"successes": {
|
||||
"canceled": "Cita cancelada con éxito.",
|
||||
@@ -182,11 +184,17 @@
|
||||
"country": "",
|
||||
"dailybodytarget": "",
|
||||
"dailypainttarget": "",
|
||||
"deliver": {
|
||||
"templates": ""
|
||||
},
|
||||
"email": "",
|
||||
"enforce_class": "",
|
||||
"federal_tax_id": "",
|
||||
"inhousevendorid": "",
|
||||
"insurance_vendor_id": "",
|
||||
"intake": {
|
||||
"template": ""
|
||||
},
|
||||
"invoice_federal_tax_rate": "",
|
||||
"invoice_local_tax_rate": "",
|
||||
"invoice_state_tax_rate": "",
|
||||
@@ -583,6 +591,9 @@
|
||||
"errors": {
|
||||
"notsent": "Correo electrónico no enviado Se encontró un error al enviar {{message}}"
|
||||
},
|
||||
"labels": {
|
||||
"attachments": ""
|
||||
},
|
||||
"successes": {
|
||||
"sent": "Correo electrónico enviado con éxito."
|
||||
}
|
||||
@@ -713,6 +724,11 @@
|
||||
"rescuetitle": ""
|
||||
}
|
||||
},
|
||||
"intake": {
|
||||
"labels": {
|
||||
"printpack": ""
|
||||
}
|
||||
},
|
||||
"joblines": {
|
||||
"actions": {
|
||||
"new": ""
|
||||
@@ -1344,15 +1360,21 @@
|
||||
},
|
||||
"jobs": {
|
||||
"all_job_notes": "",
|
||||
"appointment_confirmation": "",
|
||||
"appointment_reminder": "",
|
||||
"casl_authorization": "",
|
||||
"casl_work_authorization": "",
|
||||
"cover_sheet": "",
|
||||
"coversheet": "",
|
||||
"csi_invitation": "",
|
||||
"estimate_detail": "",
|
||||
"fippa_authorization": "",
|
||||
"fippa_work_authorization": "",
|
||||
"job_totals": "",
|
||||
"parts_order_confirmation": "",
|
||||
"parts_return_confirmation": "",
|
||||
"payment_recept": "",
|
||||
"time_tickets_by_employee": "",
|
||||
"window_tag": "",
|
||||
"work_authorization": ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user