improvement: treatment exits contoll adde to appoinment remove action.
This commit is contained in:
@@ -582,6 +582,7 @@
|
||||
"confirmRemove": "Remove this appointment?",
|
||||
"successRemoved": "Appointment removed.",
|
||||
"errorDelete": "Could not delete appointment.",
|
||||
"deleteBlockedHint": "This appointment cannot be deleted because a treatment is linked to it.",
|
||||
"errorLoadSchedule": "Failed to load schedule.",
|
||||
"successPatientSaved": "Patient {firstName} {lastName} was saved.",
|
||||
"searchPlaceholder": "Search existing patients",
|
||||
@@ -1013,6 +1014,7 @@
|
||||
"CONFLICT": "This action conflicts with existing data.",
|
||||
"CONFLICT_FUTURE_APPOINTMENTS": "You cannot stop participating in treatments while you have future appointments. Reassign or cancel them first.",
|
||||
"APPOINTMENT_PATIENT_LOCKED": "Cannot change the patient while a treatment is linked to this appointment.",
|
||||
"APPOINTMENT_HAS_TREATMENT": "This appointment cannot be deleted because a treatment is linked to it.",
|
||||
"BAD_REQUEST": "The request could not be processed.",
|
||||
"INTERNAL_ERROR": "Something went wrong on our end. Please try again later."
|
||||
}
|
||||
|
||||
@@ -583,6 +583,7 @@
|
||||
"confirmRemove": "این نوبت حذف شود؟",
|
||||
"successRemoved": "نوبت حذف شد.",
|
||||
"errorDelete": "حذف نوبت امکانپذیر نبود.",
|
||||
"deleteBlockedHint": "بهدلیل وجود درمان مرتبط با این نوبت، امکان حذف آن وجود ندارد.",
|
||||
"errorLoadSchedule": "بارگذاری برنامه ناموفق بود.",
|
||||
"successPatientSaved": "بیمار {firstName} {lastName} ذخیره شد.",
|
||||
"searchPlaceholder": "جستجوی بیماران موجود",
|
||||
@@ -1014,6 +1015,7 @@
|
||||
"CONFLICT": "این عمل با دادههای موجود در تضاد است.",
|
||||
"CONFLICT_FUTURE_APPOINTMENTS": "تا وقتی نوبتهای آینده دارید نمیتوانید مشارکت در درمان را متوقف کنید. ابتدا آنها را لغو یا واگذار کنید.",
|
||||
"APPOINTMENT_PATIENT_LOCKED": "تا وقتی درمانی به این نوبت متصل است، امکان تغییر بیمار وجود ندارد.",
|
||||
"APPOINTMENT_HAS_TREATMENT": "بهدلیل وجود درمان مرتبط با این نوبت، امکان حذف آن وجود ندارد.",
|
||||
"BAD_REQUEST": "درخواست قابل پردازش نبود.",
|
||||
"INTERNAL_ERROR": "مشکلی در سرور رخ داد. لطفاً بعداً تلاش کنید."
|
||||
}
|
||||
|
||||
@@ -582,6 +582,7 @@
|
||||
"confirmRemove": "Deze afspraak verwijderen?",
|
||||
"successRemoved": "Afspraak verwijderd.",
|
||||
"errorDelete": "Kon afspraak niet verwijderen.",
|
||||
"deleteBlockedHint": "Deze afspraak kan niet worden verwijderd omdat er een behandeling aan is gekoppeld.",
|
||||
"errorLoadSchedule": "Rooster laden mislukt.",
|
||||
"successPatientSaved": "Patiënt {firstName} {lastName} is opgeslagen.",
|
||||
"searchPlaceholder": "Bestaande patiënten zoeken",
|
||||
@@ -1013,6 +1014,7 @@
|
||||
"CONFLICT": "Deze actie conflicteert met bestaande gegevens.",
|
||||
"CONFLICT_FUTURE_APPOINTMENTS": "U kunt niet stoppen met deelnemen aan behandelingen zolang u toekomstige afspraken hebt. Wijs ze eerst opnieuw toe of annuleer ze.",
|
||||
"APPOINTMENT_PATIENT_LOCKED": "De patiënt kan niet worden gewijzigd zolang er een behandeling aan deze afspraak is gekoppeld.",
|
||||
"APPOINTMENT_HAS_TREATMENT": "Deze afspraak kan niet worden verwijderd omdat er een behandeling aan is gekoppeld.",
|
||||
"BAD_REQUEST": "Het verzoek kon niet worden verwerkt.",
|
||||
"INTERNAL_ERROR": "Er is iets misgegaan aan onze kant. Probeer het later opnieuw."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user