Added several fixes throughout for demo.
This commit is contained in:
@@ -20,11 +20,11 @@
|
||||
"appointments": {
|
||||
"actions": {
|
||||
"block": "Block Day",
|
||||
"calculate": "Calculate SMART Dates",
|
||||
"cancel": "Cancel",
|
||||
"intake": "Intake",
|
||||
"new": "New Appointment",
|
||||
"reschedule": "Reschedule",
|
||||
"smartscheduling": "SMART Scheduling",
|
||||
"viewjob": "View Job"
|
||||
},
|
||||
"errors": {
|
||||
@@ -33,8 +33,8 @@
|
||||
"saving": "Error scheduling appointment. {{message}}"
|
||||
},
|
||||
"fields": {
|
||||
"alt_transport": "A.T.",
|
||||
"color": "Color",
|
||||
"alt_transport": "Alt. Trans.",
|
||||
"color": "Appointment Color",
|
||||
"time": "Appointment Time",
|
||||
"title": "Title"
|
||||
},
|
||||
@@ -50,7 +50,9 @@
|
||||
"nocompletingjobs": "No jobs scheduled for completion.",
|
||||
"nodateselected": "No date has been selected.",
|
||||
"priorappointments": "Previous Appointments",
|
||||
"scheduledfor": "Scheduled appointment for: "
|
||||
"scheduledfor": "Scheduled appointment for: ",
|
||||
"smartscheduling": "Smart Scheduling",
|
||||
"suggesteddates": "Suggested Dates"
|
||||
},
|
||||
"successes": {
|
||||
"canceled": "Appointment canceled successfully.",
|
||||
@@ -182,11 +184,17 @@
|
||||
"country": "Country",
|
||||
"dailybodytarget": "Scoreboard - Daily Body Target",
|
||||
"dailypainttarget": "Scoreboard - Daily Paint Target",
|
||||
"deliver": {
|
||||
"templates": "Delivery Templates"
|
||||
},
|
||||
"email": "General Shop Email",
|
||||
"enforce_class": "Enforce Class on Conversion?",
|
||||
"federal_tax_id": "Federal Tax ID (GST/HST)",
|
||||
"inhousevendorid": "In House Vendor ID",
|
||||
"insurance_vendor_id": "Insurance Vendor ID",
|
||||
"intake": {
|
||||
"template": "Intake Templates"
|
||||
},
|
||||
"invoice_federal_tax_rate": "Invoices - Federal Tax Rate",
|
||||
"invoice_local_tax_rate": "Invoices - Local Tax Rate",
|
||||
"invoice_state_tax_rate": "Invoices - State Tax Rate",
|
||||
@@ -583,6 +591,9 @@
|
||||
"errors": {
|
||||
"notsent": "Email not sent. Error encountered while sending {{message}}"
|
||||
},
|
||||
"labels": {
|
||||
"attachments": "Attachments"
|
||||
},
|
||||
"successes": {
|
||||
"sent": "Email sent successfully."
|
||||
}
|
||||
@@ -713,6 +724,11 @@
|
||||
"rescuetitle": "Rescue Me!"
|
||||
}
|
||||
},
|
||||
"intake": {
|
||||
"labels": {
|
||||
"printpack": "Intake Print Pack"
|
||||
}
|
||||
},
|
||||
"joblines": {
|
||||
"actions": {
|
||||
"new": "New Line"
|
||||
@@ -1344,15 +1360,21 @@
|
||||
},
|
||||
"jobs": {
|
||||
"all_job_notes": "All Job Notes",
|
||||
"appointment_confirmation": "Appointment Confirmation",
|
||||
"appointment_reminder": "Appointment Reminder",
|
||||
"casl_authorization": "CASL Authorization",
|
||||
"casl_work_authorization": "CASL Work Authorization",
|
||||
"cover_sheet": "Cover Sheet",
|
||||
"coversheet": "Coversheet",
|
||||
"csi_invitation": "CSI Invite",
|
||||
"estimate_detail": "Estimate Details",
|
||||
"fippa_authorization": "FIPPA Authorization",
|
||||
"fippa_work_authorization": "FIPPA Work Authorization",
|
||||
"job_totals": "Job Totals Only",
|
||||
"parts_order_confirmation": "Parts Order Confirmation",
|
||||
"parts_return_confirmation": "Parts Return Confirmation",
|
||||
"payment_recept": "Payment Receipt",
|
||||
"time_tickets_by_employee": "Time Tickets By Employee",
|
||||
"window_tag": "Window Tag",
|
||||
"work_authorization": "Work Authorization"
|
||||
},
|
||||
|
||||
@@ -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": ""
|
||||
},
|
||||
|
||||
@@ -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": ""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user