Added several fixes throughout for demo.

This commit is contained in:
Patrick Fic
2020-12-15 14:38:26 -08:00
parent 2981c7ba67
commit b6d8aa287f
19 changed files with 597 additions and 201 deletions

View File

@@ -20,11 +20,11 @@
"appointments": {
"actions": {
"block": "",
"calculate": "",
"cancel": "annuler",
"intake": "Admission",
"new": "Nouveau rendez-vous",
"reschedule": "Replanifier",
"smartscheduling": "",
"viewjob": "Voir le travail"
},
"errors": {
@@ -50,7 +50,9 @@
"nocompletingjobs": "",
"nodateselected": "Aucune date n'a été sélectionnée.",
"priorappointments": "Rendez-vous précédents",
"scheduledfor": "Rendez-vous prévu pour:"
"scheduledfor": "Rendez-vous prévu pour:",
"smartscheduling": "",
"suggesteddates": ""
},
"successes": {
"canceled": "Rendez-vous annulé avec succès.",
@@ -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": "Courriel non envoyé. Erreur rencontrée lors de l'envoi de {{message}}"
},
"labels": {
"attachments": ""
},
"successes": {
"sent": "E-mail envoyé avec succès."
}
@@ -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": ""
},