Adding of generic appointments to calendar.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
"actions": {
|
||||
"cancel": "Cancel",
|
||||
"intake": "Intake",
|
||||
"new": "New Appointment",
|
||||
"reschedule": "Reschedule",
|
||||
"viewjob": "View Job"
|
||||
},
|
||||
@@ -19,6 +20,9 @@
|
||||
"canceling": "Error canceling appointment.",
|
||||
"saving": "Error scheduling appointment. {{message}}"
|
||||
},
|
||||
"fields": {
|
||||
"title": "Title"
|
||||
},
|
||||
"labels": {
|
||||
"arrivedon": "Arrived on: ",
|
||||
"cancelledappointment": "Canceled appointment for: ",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"actions": {
|
||||
"cancel": "Cancelar",
|
||||
"intake": "Consumo",
|
||||
"new": "Nueva cita",
|
||||
"reschedule": "Reprogramar",
|
||||
"viewjob": "Ver trabajo"
|
||||
},
|
||||
@@ -19,6 +20,9 @@
|
||||
"canceling": "Error al cancelar la cita.",
|
||||
"saving": "Error al programar la cita. {{message}}"
|
||||
},
|
||||
"fields": {
|
||||
"title": "Título"
|
||||
},
|
||||
"labels": {
|
||||
"arrivedon": "Llegado el:",
|
||||
"cancelledappointment": "Cita cancelada para:",
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"actions": {
|
||||
"cancel": "annuler",
|
||||
"intake": "Admission",
|
||||
"new": "Nouveau rendez-vous",
|
||||
"reschedule": "Replanifier",
|
||||
"viewjob": "Voir le travail"
|
||||
},
|
||||
@@ -19,6 +20,9 @@
|
||||
"canceling": "Erreur lors de l'annulation du rendez-vous.",
|
||||
"saving": "Erreur lors de la planification du rendez-vous. {{message}}"
|
||||
},
|
||||
"fields": {
|
||||
"title": "Titre"
|
||||
},
|
||||
"labels": {
|
||||
"arrivedon": "Arrivé le:",
|
||||
"cancelledappointment": "Rendez-vous annulé pour:",
|
||||
|
||||
Reference in New Issue
Block a user