diff --git a/packages/esm-form-engine-app/translations/zh.json b/packages/esm-form-engine-app/translations/zh.json index ef8ab65ad4..831c997e18 100644 --- a/packages/esm-form-engine-app/translations/zh.json +++ b/packages/esm-form-engine-app/translations/zh.json @@ -2,7 +2,7 @@ "closeThisPanel": "关闭此面板", "errorTitle": "此表单出现错误", "loading": "加载中", - "or": "或", + "or": "或者", "thisList": "这个列表", "tryAgainMessage": "尝试打开另一个表单 " } diff --git a/packages/esm-form-engine-app/translations/zh_CN.json b/packages/esm-form-engine-app/translations/zh_CN.json index ef8ab65ad4..831c997e18 100644 --- a/packages/esm-form-engine-app/translations/zh_CN.json +++ b/packages/esm-form-engine-app/translations/zh_CN.json @@ -2,7 +2,7 @@ "closeThisPanel": "关闭此面板", "errorTitle": "此表单出现错误", "loading": "加载中", - "or": "或", + "or": "或者", "thisList": "这个列表", "tryAgainMessage": "尝试打开另一个表单 " } diff --git a/packages/esm-form-entry-app/translations/am.json b/packages/esm-form-entry-app/translations/am.json new file mode 100644 index 0000000000..666b08e4ce --- /dev/null +++ b/packages/esm-form-entry-app/translations/am.json @@ -0,0 +1,68 @@ +{ + "aDayAgo": "a day ago", + "aFewSecondsAgo": "a few seconds ago", + "aMinuteAgo": "a minute ago", + "aMonthAgo": "a month ago", + "aYearAgo": "a year ago", + "add": "Add", + "addHour": "Add a hour", + "addMinute": "Add a minute", + "addSecond": "Add a second", + "anHourAgo": "an hour ago", + "cancel": "Cancel", + "changeToMonthView": "Change to month view", + "chooseMonthAndYear": "Choose month and year", + "clearEntry": "Are you sure you want to clear this entry?", + "closeThisPanel": "Close this panel", + "componentLoadingFailed": "Component Loading failed...", + "daysAgo": " days ago", + "deleteEntry": "Are you sure you want to delete this item?", + "discardButton": "Discard", + "enterMoreCharacters": "Please enter 2 or more characters", + "errorFetchingFormData": "There was an error fetching form data. Details: {detail}", + "errorLoadingForm": "Error loading form", + "errorWithForm": "There was an error with this form", + "fix": "Fix", + "formSubmissionFailed": "An error has occurred while submitting the form. Error: {error}", + "formSubmittedSuccessfully": "The form has been submitted successfully.", + "from": "From", + "futureDateRestriction": "Future date is not allowed!", + "hoursAgo": " hours ago", + "invalidDate": "Provided date is invalid!", + "loading": "Loading...", + "loadingComponent": "Loading Component...", + "max": "Max value should be {max}", + "maxDate": "Max Date should be {maxDate}", + "maxEntries": "Cannot have more than {max} entries", + "maxLength": "Max Length should be {maxLength}", + "min": "Min value should be {min}", + "minDate": "Min Date should be {minDate}", + "minLength": "Min Length should be {minLength}", + "minusHour": "Minus a hour", + "minusMinute": "Minus a minute", + "minusSecond": "Minus a second", + "minutesAgo": " minutes ago", + "monthsAgo": " months ago", + "next": "Next", + "next21Years": "Next 21 years", + "nextMonth": "Next month", + "nextYear": "Next year", + "patientIdentifierDuplication": "Patient identifier duplication", + "patientIdentifierDuplicationDescription": "The identifier provided is already associated with an existing patient. Please check the identifier and try again.", + "previous": "Previous", + "previous21Years": "Previous 21 years", + "previousMonth": "Previous month", + "previousValue": "Previous Value", + "previousYear": "Previous year", + "remove": "Remove", + "requiredField": "This field is required!", + "saveAndCloseButton": "Save and close", + "selectWeeks": "Select Weeks", + "set": "Set", + "submitting": "Submitting", + "to": "To", + "tryOpeningAnotherForm": "Try opening another form", + "useValue": "Use Value", + "weeks": "Weeks", + "yearsAgo": " years ago" +} diff --git a/packages/esm-form-entry-app/translations/ar.json b/packages/esm-form-entry-app/translations/ar.json index 0336169b3d..3be4aa816c 100644 --- a/packages/esm-form-entry-app/translations/ar.json +++ b/packages/esm-form-entry-app/translations/ar.json @@ -43,11 +43,13 @@ "minusSecond": "اطرح ثانية", "minutesAgo": " دقائق مضت", "monthsAgo": " أشهر مضت", + "next": "Next", "next21Years": "الـ 21 سنة القادمة", "nextMonth": "الشهر القادم", "nextYear": "السنة القادمة", "patientIdentifierDuplication": "تكرار معرف المريض", "patientIdentifierDuplicationDescription": "المعرف المقدم مرتبط بالفعل بمريض موجود. يرجى التحقق من المعرف والمحاولة مرة أخرى.", + "previous": "Previous", "previous21Years": "الـ 21 سنة السابقة", "previousMonth": "الشهر السابق", "previousValue": "القيمة السابقة", diff --git a/packages/esm-form-entry-app/translations/es.json b/packages/esm-form-entry-app/translations/es.json index c8fbcdda11..34fcdd75ed 100644 --- a/packages/esm-form-entry-app/translations/es.json +++ b/packages/esm-form-entry-app/translations/es.json @@ -43,11 +43,13 @@ "minusSecond": "Restar un segundo", "minutesAgo": " minutos atrás", "monthsAgo": " meses atrás", + "next": "Next", "next21Years": "Próximos 21 años", "nextMonth": "Próximo mes", "nextYear": "Próximo año", "patientIdentifierDuplication": "Duplicación de identificador de paciente", "patientIdentifierDuplicationDescription": "El identificador proporcionado ya está asociado a un paciente existente. Por favor, verifica el identificador e intenta de nuevo.", + "previous": "Previous", "previous21Years": "Años anteriores 21", "previousMonth": "Mes anterior", "previousValue": "Valor anterior", diff --git a/packages/esm-form-entry-app/translations/fr.json b/packages/esm-form-entry-app/translations/fr.json index db013aeba1..2b997ad900 100644 --- a/packages/esm-form-entry-app/translations/fr.json +++ b/packages/esm-form-entry-app/translations/fr.json @@ -33,7 +33,7 @@ "loadingComponent": "Chargement du composant...", "max": "La valeur maximale doit être {max}", "maxDate": "La date maximale doit être {maxDate}", - "maxEntries":"Vous ne pouvez pas avoir plus de {max} entrées", + "maxEntries": "Vous ne pouvez pas avoir plus de {max} entrées", "maxLength": "La longueur maximale doit être {maxLength}", "min": "La valeur minimale doit être {min}", "minDate": "La date minimale doit être {minDate}", diff --git a/packages/esm-form-entry-app/translations/km.json b/packages/esm-form-entry-app/translations/km.json index 02a56e35c4..f87c99b07b 100644 --- a/packages/esm-form-entry-app/translations/km.json +++ b/packages/esm-form-entry-app/translations/km.json @@ -43,11 +43,13 @@ "minusSecond": "ដកមួយវិនាទី", "minutesAgo": " ប៉ុន្មាននាទីមុន", "monthsAgo": " ច្រើន​ខែ​កន្លងមក", + "next": "Next", "next21Years": "២១ ឆ្នាំក្រោយ", "nextMonth": "ខែក្រោយ", "nextYear": "ឆ្នាំក្រោយ", "patientIdentifierDuplication": "ស្ទួនលេខកូដអត្តសញ្ញាណអ្នកជំងឺ", "patientIdentifierDuplicationDescription": "លេខកូដអត្តសញ្ញាណដែលបានបញ្ចូល សម្រាប់អ្នកជំងឺមានរួចហើយ។ សូមពិនិត្យមើលលេខកូដអត្តសញ្ញាណ ហើយព្យាយាមម្តងទៀត", + "previous": "Previous", "previous21Years": "២១ ឆ្នាំមុន", "previousMonth": "ខែមុន", "previousValue": "តម្លៃពីមុន", diff --git a/packages/esm-form-entry-app/translations/zh.json b/packages/esm-form-entry-app/translations/zh.json index ebc0542882..018d108f1a 100644 --- a/packages/esm-form-entry-app/translations/zh.json +++ b/packages/esm-form-entry-app/translations/zh.json @@ -26,17 +26,17 @@ "formSubmissionFailed": "提交表单时发生错误。错误:{error}", "formSubmittedSuccessfully": "表单已成功提交。", "from": "From", - "futureDateRestriction": "Future date is not allowed!", + "futureDateRestriction": "未来的日期不被允许!", "hoursAgo": " hours ago", "invalidDate": "提供的日期无效!", "loading": "加载中", "loadingComponent": "加载组件...", "max": "最大值应为 {max}", - "maxDate": "Max Date should be {maxDate}", + "maxDate": "最大日期应为 {maxDate}", "maxEntries": "不能超过{max}个条目", "maxLength": "最大长度应为{maxLength}", "min": "最小值应为{min}", - "minDate": "Min Date should be {minDate}", + "minDate": "最小日期应为 {minDate}", "minLength": "最小长度应为{minLength}", "minusHour": "减少一小时", "minusMinute": "减少一分钟", @@ -45,15 +45,15 @@ "monthsAgo": " months ago", "next": "Next", "next21Years": "Next 21 years", - "nextMonth": "Next month", - "nextYear": "Next year", + "nextMonth": "下个月", + "nextYear": "下一年", "patientIdentifierDuplication": "患者ID标识重复", "patientIdentifierDuplicationDescription": "提供的ID标识已与现有患者关联。请检查标识符,然后重试。", "previous": "Previous", "previous21Years": "Previous 21 years", - "previousMonth": "Previous month", + "previousMonth": "上个月", "previousValue": "Previous Value", - "previousYear": "Previous year", + "previousYear": "上一年", "remove": "删除", "requiredField": "此字段为必填项!", "saveAndCloseButton": "保存并关闭", diff --git a/packages/esm-form-entry-app/translations/zh_CN.json b/packages/esm-form-entry-app/translations/zh_CN.json index ebc0542882..018d108f1a 100644 --- a/packages/esm-form-entry-app/translations/zh_CN.json +++ b/packages/esm-form-entry-app/translations/zh_CN.json @@ -26,17 +26,17 @@ "formSubmissionFailed": "提交表单时发生错误。错误:{error}", "formSubmittedSuccessfully": "表单已成功提交。", "from": "From", - "futureDateRestriction": "Future date is not allowed!", + "futureDateRestriction": "未来的日期不被允许!", "hoursAgo": " hours ago", "invalidDate": "提供的日期无效!", "loading": "加载中", "loadingComponent": "加载组件...", "max": "最大值应为 {max}", - "maxDate": "Max Date should be {maxDate}", + "maxDate": "最大日期应为 {maxDate}", "maxEntries": "不能超过{max}个条目", "maxLength": "最大长度应为{maxLength}", "min": "最小值应为{min}", - "minDate": "Min Date should be {minDate}", + "minDate": "最小日期应为 {minDate}", "minLength": "最小长度应为{minLength}", "minusHour": "减少一小时", "minusMinute": "减少一分钟", @@ -45,15 +45,15 @@ "monthsAgo": " months ago", "next": "Next", "next21Years": "Next 21 years", - "nextMonth": "Next month", - "nextYear": "Next year", + "nextMonth": "下个月", + "nextYear": "下一年", "patientIdentifierDuplication": "患者ID标识重复", "patientIdentifierDuplicationDescription": "提供的ID标识已与现有患者关联。请检查标识符,然后重试。", "previous": "Previous", "previous21Years": "Previous 21 years", - "previousMonth": "Previous month", + "previousMonth": "上个月", "previousValue": "Previous Value", - "previousYear": "Previous year", + "previousYear": "上一年", "remove": "删除", "requiredField": "此字段为必填项!", "saveAndCloseButton": "保存并关闭", diff --git a/packages/esm-patient-allergies-app/translations/zh.json b/packages/esm-patient-allergies-app/translations/zh.json index ae3af9bbdb..f2b17796b2 100644 --- a/packages/esm-patient-allergies-app/translations/zh.json +++ b/packages/esm-patient-allergies-app/translations/zh.json @@ -1,7 +1,7 @@ { "add": "添加", "allergen": "过敏原", - "allergies": "过敏信息", + "allergies": "过敏", "Allergies": "过敏", "allergyIntolerances": "过敏不耐受", "allergyNowVisible": "现在在过敏信息页面上可见", @@ -22,7 +22,7 @@ "otherNonCodedAllergicReaction": "其他非编码过敏反应", "reaction": "反应", "reactions": "反应", - "recordNewAllergy": "Record a new allergy", + "recordNewAllergy": "记录一个新的过敏信息", "saveAndClose": "保存并关闭", "seeAll": "查看全部", "selectAllergen": "选择过敏原", diff --git a/packages/esm-patient-allergies-app/translations/zh_CN.json b/packages/esm-patient-allergies-app/translations/zh_CN.json index ae3af9bbdb..f2b17796b2 100644 --- a/packages/esm-patient-allergies-app/translations/zh_CN.json +++ b/packages/esm-patient-allergies-app/translations/zh_CN.json @@ -1,7 +1,7 @@ { "add": "添加", "allergen": "过敏原", - "allergies": "过敏信息", + "allergies": "过敏", "Allergies": "过敏", "allergyIntolerances": "过敏不耐受", "allergyNowVisible": "现在在过敏信息页面上可见", @@ -22,7 +22,7 @@ "otherNonCodedAllergicReaction": "其他非编码过敏反应", "reaction": "反应", "reactions": "反应", - "recordNewAllergy": "Record a new allergy", + "recordNewAllergy": "记录一个新的过敏信息", "saveAndClose": "保存并关闭", "seeAll": "查看全部", "selectAllergen": "选择过敏原", diff --git a/packages/esm-patient-appointments-app/translations/am.json b/packages/esm-patient-appointments-app/translations/am.json index e0988393fb..b2488a10c6 100644 --- a/packages/esm-patient-appointments-app/translations/am.json +++ b/packages/esm-patient-appointments-app/translations/am.json @@ -4,62 +4,29 @@ "appointmentCancelError": "Error cancelling appointment", "appointmentCancelled": "Appointment cancelled", "appointmentCancelledSuccessfully": "Appointment cancelled successfully", - "appointmentEdited": "Appointment edited", - "appointmentEditError": "Error editing appointment", - "appointmentFormError": "Error scheduling appointment", - "appointmentNoteLabel": "Write an additional note", - "appointmentNotePlaceholder": "Write any additional points here", - "appointmentNowVisible": "It is now visible on the Appointments page", "appointments": "Appointments", "Appointments": "Appointments", - "appointmentScheduled": "Appointment scheduled", "appointmentToFulfill": "Select appointment(s) to fulfill", "appointmentType": "Appointment type", "appointmentType_title": "Appointment Type", "cancel": "Cancel", "cancelAppointment": "Cancel appointment", "cancelAppointmentModalConfirmationText": "Are you sure you want to cancel this appointment?", - "chooseAppointmentType": "Choose appointment type", - "chooseLocation": "Choose a location", - "chooseService": "Select service", "date": "Date", - "dateTime": "Date & Time", - "day": "Day", - "daysOfWeek": "Days of the week", "discard": "Discard", - "durationInMinutes": "Duration (minutes)", "edit": "Edit", "editAppointment": "Edit an appointment", - "endDate": "End date", - "invalidNumber": "Number is not valid", - "isRecurringAppointment": "Is this a recurring appoinment?", - "loading": "Loading", "location": "Location", - "no": "No", - "noContent": "No Content", "noCurrentAppointments": "There are no appointments scheduled for today to display for this patient", "noPastAppointments": "There are no past appointments to display for this patient", - "note": "Note", "notes": "Notes", "noUpcomingAppointments": "No upcoming appointments found", "noUpcomingAppointmentsForPatient": "There are no upcoming appointments to display for this patient", "past": "Past", - "period": "Period", - "recurringAppointment": "Recurring appointment", - "repeatEvery": "Repeat every", - "saveAndClose": "Save and close", - "scheduleAppointment": "Schedule appointment", - "selectAppointmentType": "Select the type of appointment", - "selectLocation": "Select a location", - "selectService": "Select a service", "service": "Service", - "startDate": "Start date", "status": "Status", - "time": "Time", "today": "Today", "type": "Type", "upcoming": "Upcoming", - "upcomingAppointments": "Upcoming appointments", - "week": "Week", - "yes": "Yes" + "upcomingAppointments": "Upcoming appointments" } diff --git a/packages/esm-patient-appointments-app/translations/ar.json b/packages/esm-patient-appointments-app/translations/ar.json index 5d382f7674..f4cded43a2 100644 --- a/packages/esm-patient-appointments-app/translations/ar.json +++ b/packages/esm-patient-appointments-app/translations/ar.json @@ -4,62 +4,29 @@ "appointmentCancelError": "خطأ في إلغاء الموعد", "appointmentCancelled": "تم إلغاء الموعد", "appointmentCancelledSuccessfully": "تم إلغاء الموعد بنجاح", - "appointmentEdited": "تم تعديل الموعد", - "appointmentEditError": "خطأ في تعديل الموعد", - "appointmentFormError": "خطأ في جدولة الموعد", - "appointmentNoteLabel": "اكتب ملاحظة إضافية", - "appointmentNotePlaceholder": "اكتب أي نقاط إضافية هنا", - "appointmentNowVisible": "أصبح الآن مرئيًا في صفحة المواعيد", "appointments": "المواعيد", "Appointments": "المواعيد", - "appointmentScheduled": "تم جدولة الموعد", "appointmentToFulfill": "حدد الموعد/المواعيد لتنفيذه", "appointmentType": "نوع الموعد", "appointmentType_title": "نوع الموعد", "cancel": "إلغاء", "cancelAppointment": "إلغاء الموعد", "cancelAppointmentModalConfirmationText": "هل أنت متأكد أنك تريد إلغاء هذا الموعد؟", - "chooseAppointmentType": "اختر نوع الموعد", - "chooseLocation": "اختر الموقع", - "chooseService": "اختر الخدمة", "date": "التاريخ", - "dateTime": "التاريخ والوقت", - "day": "اليوم", - "daysOfWeek": "أيام الأسبوع", "discard": "تجاهل", - "durationInMinutes": "المدة (بالدقائق)", "edit": "تعديل", "editAppointment": "تعديل الموعد", - "endDate": "تاريخ الانتهاء", - "invalidNumber": "الرقم غير صالح", - "isRecurringAppointment": "هل هذا موعد متكرر؟", - "loading": "جار التحميل", "location": "الموقع", - "no": "لا", - "noContent": "لا يوجد محتوى", "noCurrentAppointments": "لا توجد مواعيد مجدولة لهذا المريض اليوم", "noPastAppointments": "لا توجد مواعيد سابقة لعرضها لهذا المريض", - "note": "ملاحظة", "notes": "الملاحظات", "noUpcomingAppointments": "لم يتم العثور على مواعيد قادمة", "noUpcomingAppointmentsForPatient": "لا توجد مواعيد قادمة لعرضها لهذا المريض", "past": "الماضي", - "period": "الفترة", - "recurringAppointment": "موعد متكرر", - "repeatEvery": "كرر كل", - "saveAndClose": "حفظ وإغلاق", - "scheduleAppointment": "جدولة موعد", - "selectAppointmentType": "اختر نوع الموعد", - "selectLocation": "اختر الموقع", - "selectService": "اختر الخدمة", "service": "الخدمة", - "startDate": "تاريخ البدء", "status": "الحالة", - "time": "الوقت", "today": "اليوم", "type": "النوع", "upcoming": "القادمة", - "upcomingAppointments": "المواعيد القادمة", - "week": "الأسبوع", - "yes": "نعم" + "upcomingAppointments": "المواعيد القادمة" } diff --git a/packages/esm-patient-appointments-app/translations/es.json b/packages/esm-patient-appointments-app/translations/es.json index 73346e8c4c..a4e8573f26 100644 --- a/packages/esm-patient-appointments-app/translations/es.json +++ b/packages/esm-patient-appointments-app/translations/es.json @@ -4,62 +4,29 @@ "appointmentCancelError": "Error al cancelar la cita", "appointmentCancelled": "Cita cancelada", "appointmentCancelledSuccessfully": "Cita cancelada con éxito", - "appointmentEdited": "Cita editada", - "appointmentEditError": "Error al editar la cita", - "appointmentFormError": "Error al programar la cita", - "appointmentNoteLabel": "Escribir una nota adicional", - "appointmentNotePlaceholder": "Escriba aquí cualquier punto adicional", - "appointmentNowVisible": "Es visible ahora en la página de Citas", "appointments": "Citas", "Appointments": "Citas", - "appointmentScheduled": "Cita programada", "appointmentToFulfill": "Seleccionar cita(s) para cumplir", "appointmentType": "Tipo de cita", "appointmentType_title": "Tipo de cita", "cancel": "Cancelar", "cancelAppointment": "Cancelar cita", "cancelAppointmentModalConfirmationText": "¿Está seguro de que desea cancelar esta cita?", - "chooseAppointmentType": "Elegir tipo de cita", - "chooseLocation": "Elegir ubicación", - "chooseService": "Elegir tipo de servicio", "date": "Fecha", - "dateTime": "Fecha y hora", - "day": "Día", - "daysOfWeek": "Días de la semana", "discard": "Descartar", - "durationInMinutes": "Duración (minutos)", "edit": "Editar", "editAppointment": "Editar una cita", - "endDate": "Fecha de finalización", - "invalidNumber": "Número no válido", - "isRecurringAppointment": "¿Es una cita recurrente?", - "loading": "Cargando", "location": "Ubicación", - "no": "No", - "noContent": "Sin contenido", "noCurrentAppointments": "No hay citas programadas que mostrar para hoy para este paciente", "noPastAppointments": "No hay citas anteriores para mostrar para este paciente", - "note": "Apunte", "notes": "Apuntes", "noUpcomingAppointments": "No hay próximas citas para mostrar para este paciente", "noUpcomingAppointmentsForPatient": "No hay próximas citas para mostrar para este paciente", "past": "Anterior", - "period": "Período", - "recurringAppointment": "Cita recurrente", - "repeatEvery": "Repetir cada", - "saveAndClose": "Guardar y cerrar", - "scheduleAppointment": "Programar cita", - "selectAppointmentType": "Seleccionar el tipo de cita", - "selectLocation": "Seleccionar ubicación", - "selectService": "Seleccionar servicio", "service": "Servicio", - "startDate": "Fecha de inicio", "status": "Estado", - "time": "Hora", "today": "Hoy", "type": "Tipo", "upcoming": "Próximo/a", - "upcomingAppointments": "Próximas citas", - "week": "Semana", - "yes": "Sí" + "upcomingAppointments": "Próximas citas" } diff --git a/packages/esm-patient-appointments-app/translations/fr.json b/packages/esm-patient-appointments-app/translations/fr.json index 6b01fe193e..2d2ceda958 100644 --- a/packages/esm-patient-appointments-app/translations/fr.json +++ b/packages/esm-patient-appointments-app/translations/fr.json @@ -4,62 +4,29 @@ "appointmentCancelError": "Error cancelling appointment", "appointmentCancelled": "Appointment cancelled", "appointmentCancelledSuccessfully": "Appointment cancelled successfully", - "appointmentEdited": "Appointment edited", - "appointmentEditError": "Error editing appointment", - "appointmentFormError": "Erreur en créant le rendez-vous", - "appointmentNoteLabel": "Ajouter une note supplémentaire", - "appointmentNotePlaceholder": "Ajouter les points supplémentaires ici", - "appointmentNowVisible": "C'est maintenant visible sur la page des rendez-vous", "appointments": "Rendez-vous", "Appointments": "Appointments", - "appointmentScheduled": "Rendez-vous agendé", "appointmentToFulfill": "Select appointment(s) to fulfill", "appointmentType": "Type de rendez-vous", "appointmentType_title": "Appointment Type", "cancel": "Cancel", "cancelAppointment": "Cancel appointment", "cancelAppointmentModalConfirmationText": "Are you sure you want to cancel this appointment?", - "chooseAppointmentType": "Choisir un type de rendez-vous", - "chooseLocation": "Choisir un emplacement", - "chooseService": "Sélectionner le type de service", "date": "Date", - "dateTime": "Date et heure", - "day": "Day", - "daysOfWeek": "Days of the week", "discard": "Abandonner", - "durationInMinutes": "Duration (minutes)", "edit": "Edit", "editAppointment": "Edit an appointment", - "endDate": "End date", - "invalidNumber": "Number is not valid", - "isRecurringAppointment": "Is this a recurring appoinment?", - "loading": "En cours de chargement", "location": "Emplacement", - "no": "No", - "noContent": "No Content", "noCurrentAppointments": "Il n'y a pas de rendez-vous prévu aujourd'hui à afficher pour ce patient", "noPastAppointments": "Il n'y a pas de rendez-vous passé à afficher pour ce patient", - "note": "Note", "notes": "Notes", "noUpcomingAppointments": "Il n'y a pas de rendez-vous à venir à afficher pour ce patient", "noUpcomingAppointmentsForPatient": "There are no upcoming appointments to display for this patient", "past": "Passé", - "period": "Period", - "recurringAppointment": "Recurring appointment", - "repeatEvery": "Repeat every", - "saveAndClose": "Sauvegarder et fermer", - "scheduleAppointment": "Schedule appointment", - "selectAppointmentType": "Sélectionner le type de rendez-vous", - "selectLocation": "Sélectionner un emplacement", - "selectService": "Sélectionner un service", "service": "Service", - "startDate": "Start date", "status": "Statut", - "time": "Heure", "today": "Aujourd'hui", "type": "Type", "upcoming": "A venir", - "upcomingAppointments": "Upcoming appointments", - "week": "Week", - "yes": "Yes" + "upcomingAppointments": "Upcoming appointments" } diff --git a/packages/esm-patient-appointments-app/translations/he.json b/packages/esm-patient-appointments-app/translations/he.json index 486630c8ed..12c1011f5c 100644 --- a/packages/esm-patient-appointments-app/translations/he.json +++ b/packages/esm-patient-appointments-app/translations/he.json @@ -4,62 +4,29 @@ "appointmentCancelError": "שגיאה בביטול תור", "appointmentCancelled": "התור בוטל", "appointmentCancelledSuccessfully": "התור בוטל בהצלחה", - "appointmentEdited": "התור נערך", - "appointmentEditError": "שגיאה בעריכת תור", - "appointmentFormError": "שגיאה בתזמון התור", - "appointmentNoteLabel": "כתוב הערה נוספת", - "appointmentNotePlaceholder": "כתוב כאן נקודות נוספות", - "appointmentNowVisible": "התור כעת גלוי בדף התורים", "appointments": "תורים", "Appointments": "תורים", - "appointmentScheduled": "התור נקבע", "appointmentToFulfill": "בחר תור(ים) למילוי", "appointmentType": "סוג התור", "appointmentType_title": "סוג התור", "cancel": "ביטול", "cancelAppointment": "ביטול תור", "cancelAppointmentModalConfirmationText": "?האם אתה בטוח שברצונך לבטל תור זה", - "chooseAppointmentType": "בחר סוג תור", - "chooseLocation": "בחר מיקום", - "chooseService": "בחר סוג שירות", "date": "תאריך", - "dateTime": "תאריך ושעה", - "day": "יום", - "daysOfWeek": "ימי השבוע", "discard": "בטל", - "durationInMinutes": "משך זמן (דקות)", "edit": "ערוך", "editAppointment": "ערוך תור", - "endDate": "תאריך סיום", - "invalidNumber": "מספר אינו תקין", - "isRecurringAppointment": "האם זהו תור חוזר?", - "loading": "טוען", "location": "מיקום", - "no": "לא", - "noContent": "אין תוכן", "noCurrentAppointments": "אין תורים מתוזמנים להצגה עבור מטופל זה ליום הזה", "noPastAppointments": "אין תורים עבריים להצגה עבור מטופל זה", - "note": "הערה", "notes": "הערות", "noUpcomingAppointments": "אין תורים עתידיים להצגה עבור מטופל זה", "noUpcomingAppointmentsForPatient": "אין תורים עתידיים להצגה עבור מטופל זה", "past": "עבר", - "period": "תקופה", - "recurringAppointment": "תור חוזר", - "repeatEvery": "חזור כל", - "saveAndClose": "שמירה וסגירה", - "scheduleAppointment": "קבע תור", - "selectAppointmentType": "בחר את סוג התור", - "selectLocation": "בחר מיקום", - "selectService": "בחר שירות", "service": "שירות", - "startDate": "תאריך התחלה", "status": "סטטוס", - "time": "שעה", "today": "היום", "type": "סוג", "upcoming": "עתידי", - "upcomingAppointments": "תורים עתידיים", - "week": "שבוע", - "yes": "כן" + "upcomingAppointments": "תורים עתידיים" } diff --git a/packages/esm-patient-appointments-app/translations/km.json b/packages/esm-patient-appointments-app/translations/km.json index 282b19aab8..e7cf0ec160 100644 --- a/packages/esm-patient-appointments-app/translations/km.json +++ b/packages/esm-patient-appointments-app/translations/km.json @@ -4,62 +4,29 @@ "appointmentCancelError": "មានបញ្ហាបច្ចេកទេសក្នុងការលុបចោលការណាត់ជួប", "appointmentCancelled": "ការណាត់ជួបត្រូវបានលុបចោល", "appointmentCancelledSuccessfully": "ការណាត់ជួបបានលុបចោលដោយជោគជ័យ", - "appointmentEdited": "ការណាត់ជួបបានកែសម្រួលរួច", - "appointmentEditError": "មានបញ្ហាបច្ចេកទេសក្នុងការកែសម្រួលការណាត់ជួប", - "appointmentFormError": "កំហុសក្នុងការកំណត់ពេលណាត់ជួប", - "appointmentNoteLabel": "សរសេរកំណត់ចំណាំបន្ថែម", - "appointmentNotePlaceholder": "សរសេរចំណុចបន្ថែមនៅទីនេះ", - "appointmentNowVisible": "ឥឡូវនេះវាអាចមើលឃើញនៅលើទំព័រណាត់ជួប", "appointments": "ការណាត់ជួប", "Appointments": "ការណាត់ជួប", - "appointmentScheduled": "ការណាត់ជួបតាមកាលវិភាគ", "appointmentToFulfill": "ជ្រើសរើសការណាត់ជួបដើម្បីបំពេញ", "appointmentType": "ប្រភេទនៃការណាត់ជួប", "appointmentType_title": "ប្រភេទនៃការណាត់ជួប", "cancel": "បោះបង់", "cancelAppointment": "លុបចោលការណាត់ជួប", "cancelAppointmentModalConfirmationText": "តើអ្នកពិតជាចង់លុបចោលការណាត់ជួបនេះមែនទេ?", - "chooseAppointmentType": "ជ្រើសរើសប្រភេទនៃការណាត់ជួប", - "chooseLocation": "ជ្រើសរើសទីតាំង", - "chooseService": "ជ្រើសរើសប្រភេទសេវាកម្ម", "date": "កាលបរិច្ឆេទ", - "dateTime": "កាលបរិច្ឆេទ និងពេលវេលាណាត់ជួប", - "day": "ថ្ងៃ", - "daysOfWeek": "ថ្ងៃនៃសប្តាហ៍", "discard": "បោះបង់", - "durationInMinutes": "រយៈពេល (នាទី)", "edit": "កែសម្រួល", "editAppointment": "កែសម្រួលការណាត់ជួប", - "endDate": "កាលបរិច្ឆេទបញ្ចប់", - "invalidNumber": "លេខមិនត្រឹមត្រូវទេ", - "isRecurringAppointment": "តើនេះជាការណាត់ជួបច្រើនដងមែនទេ?", - "loading": "កំពុងផ្ទុក", "location": "ទីតាំង", - "no": "ទេ", - "noContent": "គ្មានព័ត៌មាន", "noCurrentAppointments": "មិនមានការណាត់ជួបសម្រាប់ថ្ងៃនេះ ដើម្បីបង្ហាញអ្នកជំងឺនេះទេ", "noPastAppointments": "មិនមានការណាត់ជួបពីមុនដើម្បីបង្ហាញសម្រាប់អ្នកជំងឺនេះទេ", - "note": "កំណត់ចំណាំ", "notes": "កំណត់ចំណាំ", "noUpcomingAppointments": "មិនមានការណាត់ជួបនាពេលខាងមុខដើម្បីបង្ហាញសម្រាប់អ្នកជំងឺនេះទេ", "noUpcomingAppointmentsForPatient": "មិនមានការណាត់ជួបនាពេលខាងមុខដើម្បីបង្ហាញសម្រាប់អ្នកជំងឺនេះទេ", "past": "អតីតកាល", - "period": "រយៈពេល", - "recurringAppointment": "ការណាត់ជួបច្រើនដង", - "repeatEvery": "ធ្វើម្តងទៀតរៀងរាល់", - "saveAndClose": "រក្សាទុក និងបិទ", - "scheduleAppointment": "កំណត់ពេលណាត់ជួប", - "selectAppointmentType": "ជ្រើសរើសប្រភេទនៃការណាត់ជួប", - "selectLocation": "ជ្រើសរើសទីតាំង", - "selectService": "ជ្រើសរើសសេវាកម្ម", "service": "សេវាកម្ម", - "startDate": "ថ្ងៃចាប់ផ្តើម", "status": "ស្ថានភាព", - "time": "ពេលវេលា", "today": "ថ្ងៃនេះ", "type": "ប្រភេទ", "upcoming": "នាពេលខាងមុខ", - "upcomingAppointments": "ការណាត់ជួបនាពេលខាងមុខ", - "week": "សប្តាហ៍", - "yes": "បាទ/ចាស" + "upcomingAppointments": "ការណាត់ជួបនាពេលខាងមុខ" } diff --git a/packages/esm-patient-appointments-app/translations/zh.json b/packages/esm-patient-appointments-app/translations/zh.json index 2831666f3e..1050a3f05e 100644 --- a/packages/esm-patient-appointments-app/translations/zh.json +++ b/packages/esm-patient-appointments-app/translations/zh.json @@ -4,62 +4,29 @@ "appointmentCancelError": "取消预约时出现错误", "appointmentCancelled": "预约已取消", "appointmentCancelledSuccessfully": "预约已成功取消", - "appointmentEdited": "预约已编辑", - "appointmentEditError": "编辑预约时发生错误", - "appointmentFormError": "预约时出现错误", - "appointmentNoteLabel": "输入附加备注", - "appointmentNotePlaceholder": "在这里输入任何额外的要点备注", - "appointmentNowVisible": "现在在预约页面上可见", "appointments": "预约", "Appointments": "预约", - "appointmentScheduled": "预约已安排", "appointmentToFulfill": "选择要履行的预约", "appointmentType": "预约类型", "appointmentType_title": "预约类型", "cancel": "取消", "cancelAppointment": "取消预约", "cancelAppointmentModalConfirmationText": "您确定要取消这个预约吗?", - "chooseAppointmentType": "选择预约类型", - "chooseLocation": "选择一个地点", - "chooseService": "选择服务", "date": "日期", - "dateTime": "日期&时间", - "day": "天", - "daysOfWeek": "星期几", "discard": "放弃", - "durationInMinutes": "持续时间(分钟)", "edit": "编辑", "editAppointment": "编辑一个预约", - "endDate": "结束日期", - "invalidNumber": "数值无效", - "isRecurringAppointment": "这是一个定期预约吗?", - "loading": "加载中", "location": "地点", - "no": "否", - "noContent": "没有内容", "noCurrentAppointments": "该患者没有安排在今日的预约", "noPastAppointments": "该患者没有历史预约", - "note": "备注", "notes": "备注", "noUpcomingAppointments": "未找到即将到来的预约", "noUpcomingAppointmentsForPatient": "该患者没有即将到来的预约", "past": "过往", - "period": "周期", - "recurringAppointment": "定期预约", - "repeatEvery": "重复每", - "saveAndClose": "保存并关闭", - "scheduleAppointment": "安排预约", - "selectAppointmentType": "选择预约类型", - "selectLocation": "选择地点", - "selectService": "选择一项服务", "service": "服务", - "startDate": "开始日期", "status": "状态", - "time": "时间", "today": "今日", "type": "类型", "upcoming": "即将到来", - "upcomingAppointments": "即将到来的预约", - "week": "周", - "yes": "是" + "upcomingAppointments": "即将到来的预约" } diff --git a/packages/esm-patient-appointments-app/translations/zh_CN.json b/packages/esm-patient-appointments-app/translations/zh_CN.json index 2831666f3e..1050a3f05e 100644 --- a/packages/esm-patient-appointments-app/translations/zh_CN.json +++ b/packages/esm-patient-appointments-app/translations/zh_CN.json @@ -4,62 +4,29 @@ "appointmentCancelError": "取消预约时出现错误", "appointmentCancelled": "预约已取消", "appointmentCancelledSuccessfully": "预约已成功取消", - "appointmentEdited": "预约已编辑", - "appointmentEditError": "编辑预约时发生错误", - "appointmentFormError": "预约时出现错误", - "appointmentNoteLabel": "输入附加备注", - "appointmentNotePlaceholder": "在这里输入任何额外的要点备注", - "appointmentNowVisible": "现在在预约页面上可见", "appointments": "预约", "Appointments": "预约", - "appointmentScheduled": "预约已安排", "appointmentToFulfill": "选择要履行的预约", "appointmentType": "预约类型", "appointmentType_title": "预约类型", "cancel": "取消", "cancelAppointment": "取消预约", "cancelAppointmentModalConfirmationText": "您确定要取消这个预约吗?", - "chooseAppointmentType": "选择预约类型", - "chooseLocation": "选择一个地点", - "chooseService": "选择服务", "date": "日期", - "dateTime": "日期&时间", - "day": "天", - "daysOfWeek": "星期几", "discard": "放弃", - "durationInMinutes": "持续时间(分钟)", "edit": "编辑", "editAppointment": "编辑一个预约", - "endDate": "结束日期", - "invalidNumber": "数值无效", - "isRecurringAppointment": "这是一个定期预约吗?", - "loading": "加载中", "location": "地点", - "no": "否", - "noContent": "没有内容", "noCurrentAppointments": "该患者没有安排在今日的预约", "noPastAppointments": "该患者没有历史预约", - "note": "备注", "notes": "备注", "noUpcomingAppointments": "未找到即将到来的预约", "noUpcomingAppointmentsForPatient": "该患者没有即将到来的预约", "past": "过往", - "period": "周期", - "recurringAppointment": "定期预约", - "repeatEvery": "重复每", - "saveAndClose": "保存并关闭", - "scheduleAppointment": "安排预约", - "selectAppointmentType": "选择预约类型", - "selectLocation": "选择地点", - "selectService": "选择一项服务", "service": "服务", - "startDate": "开始日期", "status": "状态", - "time": "时间", "today": "今日", "type": "类型", "upcoming": "即将到来", - "upcomingAppointments": "即将到来的预约", - "week": "周", - "yes": "是" + "upcomingAppointments": "即将到来的预约" } diff --git a/packages/esm-patient-attachments-app/translations/am.json b/packages/esm-patient-attachments-app/translations/am.json index f08bfa706f..f431d6b400 100644 --- a/packages/esm-patient-attachments-app/translations/am.json +++ b/packages/esm-patient-attachments-app/translations/am.json @@ -20,8 +20,8 @@ "delete": "Delete", "deleteAttachmentConfirmationText": "Are you sure you want to delete this {{attachmentType}}? This action can't be undone.", "deleteImage": "Delete image", + "deletePdf": "Delete PDF", "error": "Error", - "errorUploading": "Error uploading a file", "failed": "failed", "failedDeleting": "couldn't be deleted", "fieldRequired": "This field is required", @@ -32,15 +32,19 @@ "fileSizeInstructions": "Drag and drop files here or click to upload", "fileSizeLimitExceeded": "exceeds the size limit of", "fileSizeLimitExceededText": "File size limit exceeded", - "fileUnsupported": "File uploaded is not supported", "fileUploadSizeConstraints": "File limit is {{fileSize}}MB", + "gridView": "Grid view", "image": "Image", "imageDescription": "Image description", "name": "name", + "options": "Options", "successfullyDeleted": "successfully deleted", + "tableView": "Table view", "type": "Type", + "unsupportedFileType": "Unsupported file type", "uploadComplete": "Upload complete", "uploadedSuccessfully": "uploaded successfully", + "uploadError": "Error uploading file", "uploadFiles": "Upload files", "uploading": "Uploading", "uploadWillContinueInTheBackground": "Files will be uploaded in the background. You can close this modal.", diff --git a/packages/esm-patient-attachments-app/translations/ar.json b/packages/esm-patient-attachments-app/translations/ar.json index a6098418d1..fb145dcb55 100644 --- a/packages/esm-patient-attachments-app/translations/ar.json +++ b/packages/esm-patient-attachments-app/translations/ar.json @@ -20,8 +20,8 @@ "delete": "حذف", "deleteAttachmentConfirmationText": "هل أنت متأكد أنك تريد حذف هذا {{attachmentType}}؟ لا يمكن التراجع عن هذا الإجراء.", "deleteImage": "حذف الصورة", + "deletePdf": "Delete PDF", "error": "خطأ", - "errorUploading": "خطأ أثناء تحميل الملف", "failed": "فشل", "failedDeleting": "تعذر الحذف", "fieldRequired": "هذا الحقل مطلوب", @@ -32,15 +32,19 @@ "fileSizeInstructions": "قم بسحب وإسقاط الملفات هنا أو انقر للتحميل", "fileSizeLimitExceeded": "تجاوز حجم الملف المسموح به", "fileSizeLimitExceededText": "تم تجاوز الحد الأقصى لحجم الملف", - "fileUnsupported": "الملف المحمل غير مدعوم", "fileUploadSizeConstraints": "الحد الأقصى لحجم الملف هو {{fileSize}}ميغابايت", + "gridView": "Grid view", "image": "صورة", "imageDescription": "وصف الصورة", "name": "الاسم", + "options": "Options", "successfullyDeleted": "تم الحذف بنجاح", + "tableView": "Table view", "type": "النوع", + "unsupportedFileType": "Unsupported file type", "uploadComplete": "اكتمل التحميل", "uploadedSuccessfully": "تم التحميل بنجاح", + "uploadError": "Error uploading file", "uploadFiles": "Upload files", "uploading": "جاري التحميل", "uploadWillContinueInTheBackground": "سيتم تحميل الملفات في الخلفية. يمكنك إغلاق هذه النافذة.", diff --git a/packages/esm-patient-attachments-app/translations/es.json b/packages/esm-patient-attachments-app/translations/es.json index bb50686da0..e0920536b3 100644 --- a/packages/esm-patient-attachments-app/translations/es.json +++ b/packages/esm-patient-attachments-app/translations/es.json @@ -20,8 +20,8 @@ "delete": "Borrar", "deleteAttachmentConfirmationText": "¿Está seguro de que desea eliminar este {{attachmentType}}? Esta acción no se puede deshacer.", "deleteImage": "Borrar imagen", + "deletePdf": "Delete PDF", "error": "Error", - "errorUploading": "Error al cargar un archivo", "failed": "fallido", "failedDeleting": "no se pudo borrar", "fieldRequired": "Este campo es obligatorio", @@ -32,15 +32,19 @@ "fileSizeInstructions": "Arrastre y suelte archivos aquí o haga clic para cargar", "fileSizeLimitExceeded": "supera el tamaño de archivo de", "fileSizeLimitExceededText": "Límite de tamaño de archivo excedido", - "fileUnsupported": "Archivo no compatible cargado", "fileUploadSizeConstraints": "Límite de archivo es {{fileSize}}MB", + "gridView": "Grid view", "image": "Imagen", "imageDescription": "Descripción de imagen", "name": "nombre", + "options": "Options", "successfullyDeleted": "eliminado con éxito", + "tableView": "Table view", "type": "Tipo", + "unsupportedFileType": "Unsupported file type", "uploadComplete": "Carga completa", "uploadedSuccessfully": "cargado con éxito", + "uploadError": "Error uploading file", "uploadFiles": "Upload files", "uploading": "Cargando", "uploadWillContinueInTheBackground": "Los archivos se cargarán en segundo plano. Puede cerrar esta ventana.", diff --git a/packages/esm-patient-attachments-app/translations/fr.json b/packages/esm-patient-attachments-app/translations/fr.json index 9c0bd10491..a44c70e621 100644 --- a/packages/esm-patient-attachments-app/translations/fr.json +++ b/packages/esm-patient-attachments-app/translations/fr.json @@ -18,10 +18,10 @@ "closePreview": "Fermer l'aperçu", "dateUploaded": "Date de téléchargement", "delete": "Effacer", - "deleteAttachmentConfirmationText": "", + "deleteAttachmentConfirmationText": "Are you sure you want to delete this {{attachmentType}}? This action can't be undone.", "deleteImage": "Effacer l'image", + "deletePdf": "Delete PDF", "error": "Erreur", - "errorUploading": "Erreur en téléchargeant l'image", "failed": "échec", "failedDeleting": "n'a pu être supprimé", "fieldRequired": "Ce champs est requis", @@ -32,15 +32,19 @@ "fileSizeInstructions": "Faites glisser et déposez les fichiers ici ou cliquez pour télécharger", "fileSizeLimitExceeded": "dépasse la taille de fichier de", "fileSizeLimitExceededText": "Limite de taille de fichier dépassée", - "fileUnsupported": "Le fichier téléchargé n'est pas pris en charge", "fileUploadSizeConstraints": "La limite de fichier est {{fileSize}}MB", + "gridView": "Grid view", "image": "Image", "imageDescription": "Description de l'image", "name": "Nom", + "options": "Options", "successfullyDeleted": "Supprimé avec succès", + "tableView": "Table view", "type": "Type", + "unsupportedFileType": "Unsupported file type", "uploadComplete": "Téléchargement terminé", "uploadedSuccessfully": "téléchargé avec succès", + "uploadError": "Error uploading file", "uploadFiles": "Upload files", "uploading": "En cours de téléchargement", "uploadWillContinueInTheBackground": "Les fichiers seront téléchargés en arrière-plan. Vous pouvez fermer cette fenêtre.", diff --git a/packages/esm-patient-attachments-app/translations/he.json b/packages/esm-patient-attachments-app/translations/he.json index be8acca8f0..796902796a 100644 --- a/packages/esm-patient-attachments-app/translations/he.json +++ b/packages/esm-patient-attachments-app/translations/he.json @@ -20,8 +20,8 @@ "delete": "מחק", "deleteAttachmentConfirmationText": "אתה בטוח שברצונך למחוק את זה {{attachmentType}}? לא ניתן לבטל פעולה זו", "deleteImage": "מחק תמונה", + "deletePdf": "Delete PDF", "error": "שגיאה", - "errorUploading": "שגיאה בהעלאת קובץ", "failed": "נכשל", "failedDeleting": "לא ניתן למחוק", "fieldRequired": "שדה זה נדרש", @@ -32,15 +32,19 @@ "fileSizeInstructions": "גרור ושחרר קבצים לכאן או לחץ להעלאה", "fileSizeLimitExceeded": "חריג מגודל הקובץ של", "fileSizeLimitExceededText": "חריגה ממגבלת גודל הקובץ", - "fileUnsupported": "הקובץ שהועלה אינו נתמך", "fileUploadSizeConstraints": "מגבלת הקובץ היא {{fileSize}}MB", + "gridView": "Grid view", "image": "תמונה", "imageDescription": "תיאור התמונה", "name": "שם", + "options": "Options", "successfullyDeleted": "נמחק בהצלחה", + "tableView": "Table view", "type": "סוג", + "unsupportedFileType": "Unsupported file type", "uploadComplete": "ההעלאה הושלמה", "uploadedSuccessfully": "הועלה בהצלחה", + "uploadError": "Error uploading file", "uploadFiles": "Upload files", "uploading": "מעלה", "uploadWillContinueInTheBackground": "הקבצים ייעלו ברקע. ניתן לסגור את החלון.", diff --git a/packages/esm-patient-attachments-app/translations/km.json b/packages/esm-patient-attachments-app/translations/km.json index 360cdc568f..f57fd22409 100644 --- a/packages/esm-patient-attachments-app/translations/km.json +++ b/packages/esm-patient-attachments-app/translations/km.json @@ -20,8 +20,8 @@ "delete": "លុបចោល", "deleteAttachmentConfirmationText": "Are you sure you want to delete this {{attachmentType}}? This action can't be undone.", "deleteImage": "លុបរូបភាពចោល", + "deletePdf": "Delete PDF", "error": "កំហុស", - "errorUploading": "កំហុសក្នុងការបង្ហោះឯកសារ", "failed": "បរាជ័យ", "failedDeleting": "មិនអាចលុបចោលបានទេ", "fieldRequired": "ចន្លោះនេះត្រូវតែបំពេញ", @@ -32,15 +32,19 @@ "fileSizeInstructions": "អូស និងទម្លាក់ឯកសារនៅទីនេះ ឬចុចដើម្បីផ្ទុកឡើង", "fileSizeLimitExceeded": "លើសពីទំហំឯកសារ", "fileSizeLimitExceededText": "លើសទំហំឯកសារកំណត់", - "fileUnsupported": "ឯកសារដែលបានបង្ហោះមិនត្រូវបានគាំទ្រទេ", "fileUploadSizeConstraints": "ដែនកំណត់ឯកសារគឺ {{fileSize}}MB", + "gridView": "Grid view", "image": "រូបភាព", "imageDescription": "ការពិពណ៌នារូបភាព", "name": "ឈ្មោះ", + "options": "Options", "successfullyDeleted": "បានលុបចោលដោយជោគជ័យ", + "tableView": "Table view", "type": "ប្រភេទ", + "unsupportedFileType": "Unsupported file type", "uploadComplete": "ការបង្ហោះបានបញ្ចប់", "uploadedSuccessfully": "បង្ហោះដោយជោគជ័យ", + "uploadError": "Error uploading file", "uploadFiles": "Upload files", "uploading": "កំពុងបង្ហោះ", "uploadWillContinueInTheBackground": "ឯកសារនឹងត្រូវបានផ្ទុកឡើងក្នុងផ្ទៃខាងក្រោយ។ អ្នកអាចបិទបង្អួចនេះ", diff --git a/packages/esm-patient-attachments-app/translations/zh.json b/packages/esm-patient-attachments-app/translations/zh.json index 4d544345ad..1d85566db8 100644 --- a/packages/esm-patient-attachments-app/translations/zh.json +++ b/packages/esm-patient-attachments-app/translations/zh.json @@ -4,13 +4,13 @@ "addAttachment_title": "添加附件", "addImage": "添加图像 +", "addMoreAttachments": "增加更多附件", - "allowedExtensionsAre": "Allowed extensions are:", + "allowedExtensionsAre": "允许的扩展名为:", "attachmentCaptionInstruction": "输入标题", "attachments": "附件", "Attachments": "附件", "attachmentsInLowerCase": "附件", "attachmentsInProperFormat": "附件", - "cameraAccessErrorMessage": "Please enable camera access in your browser settings and try again.", + "cameraAccessErrorMessage": "请在您的浏览器设置中启用摄像头访问,然后再试一次。", "cameraError": "相机错误", "cancel": "取消", "changeImage": "更改图像", @@ -20,27 +20,31 @@ "delete": "删除", "deleteAttachmentConfirmationText": "你确定要删除这个{{attachmentType}}吗?此操作无法撤销。", "deleteImage": "删除图像", + "deletePdf": "删除PDF", "error": "错误", - "errorUploading": "上传文件出错", "failed": "失败", "failedDeleting": "无法删除", "fieldRequired": "此字段为必填项", "file": "文件", "fileDeleted": "文件已删除", - "fileExtensionNotAllowedText": "File extension is not allowed", + "fileExtensionNotAllowedText": "文件扩展名不被允许", "fileName": "文件名", "fileSizeInstructions": "拖放文件到此处或点击上传", - "fileSizeLimitExceeded": "exceeds the size limit of", + "fileSizeLimitExceeded": "超过了文件大小限制:", "fileSizeLimitExceededText": "文件大小超过限制", - "fileUnsupported": "上传的文件不受支持", "fileUploadSizeConstraints": "文件限制为{{fileSize}}MB", + "gridView": "网格视图", "image": "图像", "imageDescription": "图像描述", "name": "name", + "options": "选项", "successfullyDeleted": "删除成功", + "tableView": "表格视图", "type": "类型", + "unsupportedFileType": "不支持的文件类型", "uploadComplete": "上传完成", "uploadedSuccessfully": "上传成功", + "uploadError": "上传文件时出现错误", "uploadFiles": "上传文件", "uploading": "正在上传", "uploadWillContinueInTheBackground": "文件将在后台上传。您可以关闭此窗口。", diff --git a/packages/esm-patient-attachments-app/translations/zh_CN.json b/packages/esm-patient-attachments-app/translations/zh_CN.json index 4d544345ad..1d85566db8 100644 --- a/packages/esm-patient-attachments-app/translations/zh_CN.json +++ b/packages/esm-patient-attachments-app/translations/zh_CN.json @@ -4,13 +4,13 @@ "addAttachment_title": "添加附件", "addImage": "添加图像 +", "addMoreAttachments": "增加更多附件", - "allowedExtensionsAre": "Allowed extensions are:", + "allowedExtensionsAre": "允许的扩展名为:", "attachmentCaptionInstruction": "输入标题", "attachments": "附件", "Attachments": "附件", "attachmentsInLowerCase": "附件", "attachmentsInProperFormat": "附件", - "cameraAccessErrorMessage": "Please enable camera access in your browser settings and try again.", + "cameraAccessErrorMessage": "请在您的浏览器设置中启用摄像头访问,然后再试一次。", "cameraError": "相机错误", "cancel": "取消", "changeImage": "更改图像", @@ -20,27 +20,31 @@ "delete": "删除", "deleteAttachmentConfirmationText": "你确定要删除这个{{attachmentType}}吗?此操作无法撤销。", "deleteImage": "删除图像", + "deletePdf": "删除PDF", "error": "错误", - "errorUploading": "上传文件出错", "failed": "失败", "failedDeleting": "无法删除", "fieldRequired": "此字段为必填项", "file": "文件", "fileDeleted": "文件已删除", - "fileExtensionNotAllowedText": "File extension is not allowed", + "fileExtensionNotAllowedText": "文件扩展名不被允许", "fileName": "文件名", "fileSizeInstructions": "拖放文件到此处或点击上传", - "fileSizeLimitExceeded": "exceeds the size limit of", + "fileSizeLimitExceeded": "超过了文件大小限制:", "fileSizeLimitExceededText": "文件大小超过限制", - "fileUnsupported": "上传的文件不受支持", "fileUploadSizeConstraints": "文件限制为{{fileSize}}MB", + "gridView": "网格视图", "image": "图像", "imageDescription": "图像描述", "name": "name", + "options": "选项", "successfullyDeleted": "删除成功", + "tableView": "表格视图", "type": "类型", + "unsupportedFileType": "不支持的文件类型", "uploadComplete": "上传完成", "uploadedSuccessfully": "上传成功", + "uploadError": "上传文件时出现错误", "uploadFiles": "上传文件", "uploading": "正在上传", "uploadWillContinueInTheBackground": "文件将在后台上传。您可以关闭此窗口。", diff --git a/packages/esm-patient-banner-app/translations/am.json b/packages/esm-patient-banner-app/translations/am.json index a0fc698de8..1f082e031a 100644 --- a/packages/esm-patient-banner-app/translations/am.json +++ b/packages/esm-patient-banner-app/translations/am.json @@ -5,7 +5,7 @@ "address1": "Address line 1", "address2": "Address line 2", "city": "City", - "cityVillage": "City", + "cityVillage": "city", "contactDetails": "Contact Details", "country": "Country", "countyDistrict": "District", diff --git a/packages/esm-patient-banner-app/translations/ar.json b/packages/esm-patient-banner-app/translations/ar.json index 1467324a3e..2194f54fb4 100644 --- a/packages/esm-patient-banner-app/translations/ar.json +++ b/packages/esm-patient-banner-app/translations/ar.json @@ -19,11 +19,7 @@ "patientLists": "قوائم المرضى", "postalCode": "الرمز البريدي", "relationships": "العلاقات", - "seeMoreLists_zero": "رؤية {{count}} قوائم أخرى", "seeMoreLists_one": "انظر {{count}} قائمة أخرى", - "seeMoreLists_two": "رؤية {{count}} قوائم أخرى", - "seeMoreLists_few": "رؤية {{count}} قوائم أخرى", - "seeMoreLists_many": "رؤية {{count}} قوائم أخرى", "seeMoreLists_other": "رؤية {{count}} قوائم أخرى", "showDetails": "عرض التفاصيل", "started": "بدأت", diff --git a/packages/esm-patient-banner-app/translations/es.json b/packages/esm-patient-banner-app/translations/es.json index 4cc2c99360..f77fe3fd5e 100644 --- a/packages/esm-patient-banner-app/translations/es.json +++ b/packages/esm-patient-banner-app/translations/es.json @@ -20,7 +20,6 @@ "postalCode": "Código Postal", "relationships": "Relaciones", "seeMoreLists_one": "Ver {{count}} lista más", - "seeMoreLists_many": "Ver {{count}} listas más", "seeMoreLists_other": "Ver {{count}} listas más", "showDetails": "Mostrar Detalles", "started": "Iniciado", diff --git a/packages/esm-patient-banner-app/translations/fr.json b/packages/esm-patient-banner-app/translations/fr.json index 37d6c485c7..7ef3499bef 100644 --- a/packages/esm-patient-banner-app/translations/fr.json +++ b/packages/esm-patient-banner-app/translations/fr.json @@ -20,7 +20,6 @@ "postalCode": "Postal code", "relationships": "Relations", "seeMoreLists_one": "See {{count}} more list", - "seeMoreLists_many": "See {{count}} more lists", "seeMoreLists_other": "See {{count}} more lists", "showDetails": "Afficher les détails", "started": "A commencé", diff --git a/packages/esm-patient-banner-app/translations/he.json b/packages/esm-patient-banner-app/translations/he.json index 733f60b71d..6f59d5c6b5 100644 --- a/packages/esm-patient-banner-app/translations/he.json +++ b/packages/esm-patient-banner-app/translations/he.json @@ -20,8 +20,6 @@ "postalCode": "מיקוד", "relationships": "יחסים", "seeMoreLists_one": "עוד רשימות {{count}} ראה", - "seeMoreLists_two": "עוד רשימות {{count}} ראה", - "seeMoreLists_many": "עוד רשימות {{count}} ראה", "seeMoreLists_other": "עוד רשימות {{count}} ראה", "showDetails": "הצג פרטים", "started": "התחיל", diff --git a/packages/esm-patient-banner-app/translations/km.json b/packages/esm-patient-banner-app/translations/km.json index 7ea621af7d..15e5dd7c2a 100644 --- a/packages/esm-patient-banner-app/translations/km.json +++ b/packages/esm-patient-banner-app/translations/km.json @@ -19,6 +19,7 @@ "patientLists": "បញ្ជីអ្នកជំងឺ", "postalCode": "លេខកូដតំបន់", "relationships": "ទំនាក់ទំនង", + "seeMoreLists_one": "See {{count}} more list", "seeMoreLists_other": "មើលបញ្ជី {{count}} ទៀត", "showDetails": "បង្ហាញលម្អិត", "started": "បានចាប់ផ្តើម", diff --git a/packages/esm-patient-chart-app/translations/am.json b/packages/esm-patient-chart-app/translations/am.json index 998955fd7b..739292c4fd 100644 --- a/packages/esm-patient-chart-app/translations/am.json +++ b/packages/esm-patient-chart-app/translations/am.json @@ -82,6 +82,7 @@ "invalidVisitStopDate": "Visit stop date time cannot be on or before visit start date time", "loading": "Loading", "loadingVisit": "Loading current visit...", + "loadMore": "Load more", "location": "Location", "male": "Male", "markAlive": "Mark alive", diff --git a/packages/esm-patient-chart-app/translations/ar.json b/packages/esm-patient-chart-app/translations/ar.json index 9989a75e4c..389c6837bc 100644 --- a/packages/esm-patient-chart-app/translations/ar.json +++ b/packages/esm-patient-chart-app/translations/ar.json @@ -18,11 +18,7 @@ "causeOfDeath_title": "سبب الوفاة", "checkFilters": "تحقق من الفلاتر أعلاه", "close": "إغلاق", - "closeAllOpenedWorkspaces_zero": "Discard changes in {{count}} workspaces", "closeAllOpenedWorkspaces_one": "Discard changes in {{count}} workspaces", - "closeAllOpenedWorkspaces_two": "Discard changes in {{count}} workspaces", - "closeAllOpenedWorkspaces_few": "Discard changes in {{count}} workspaces", - "closeAllOpenedWorkspaces_many": "Discard changes in {{count}} workspaces", "closeAllOpenedWorkspaces_other": "Discard changes in {{count}} workspaces", "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", "closingAllWorkspacesPromptTitle": "You have unsaved changes", @@ -86,6 +82,7 @@ "invalidVisitStopDate": "Visit stop date time cannot be on or before visit start date time", "loading": "جار التحميل", "loadingVisit": "جار تحميل الزيارة الحالية...", + "loadMore": "Load more", "location": "الموقع", "male": "ذكر", "markAlive": "وضع علامة على أنه على قيد الحياة", @@ -118,17 +115,9 @@ "orderDurationAndUnit": "لمدة {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "مدة غير محددة", "other": "أخرى", - "paginationItemsCount_zero": "{{pageItemsCount}} / {{count}} عناصر", "paginationItemsCount_one": "{{pageItemsCount}} / {{count}} عنصر", - "paginationItemsCount_two": "{{pageItemsCount}} / {{count}} عناصر", - "paginationItemsCount_few": "{{pageItemsCount}} / {{count}} عناصر", - "paginationItemsCount_many": "{{pageItemsCount}} / {{count}} عناصر", "paginationItemsCount_other": "{{pageItemsCount}} / {{count}} عناصر", - "paginationPageText_zero": "of {{count}} pages", "paginationPageText_one": "of {{count}} page", - "paginationPageText_two": "of {{count}} pages", - "paginationPageText_few": "of {{count}} pages", - "paginationPageText_many": "of {{count}} pages", "paginationPageText_other": "of {{count}} pages", "partOfFormDidntLoad": "جزء من النموذج لم يتم تحميله", "pastVisitErrorText": "خطأ في الزيارات السابقة", diff --git a/packages/esm-patient-chart-app/translations/es.json b/packages/esm-patient-chart-app/translations/es.json index 99ec637af9..f6dc4583fe 100644 --- a/packages/esm-patient-chart-app/translations/es.json +++ b/packages/esm-patient-chart-app/translations/es.json @@ -19,7 +19,6 @@ "checkFilters": "Comprobar los filtros anteriores", "close": "Cerrar", "closeAllOpenedWorkspaces_one": "Discard changes in {{count}} workspaces", - "closeAllOpenedWorkspaces_many": "Discard changes in {{count}} workspaces", "closeAllOpenedWorkspaces_other": "Discard changes in {{count}} workspaces", "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", "closingAllWorkspacesPromptTitle": "You have unsaved changes", @@ -83,6 +82,7 @@ "invalidVisitStopDate": "Visit stop date time cannot be on or before visit start date time", "loading": "Cargando", "loadingVisit": "Cargando visita actual...", + "loadMore": "Load more", "location": "Ubicación", "male": "Masculino", "markAlive": "Marcar como Vivo", @@ -116,10 +116,8 @@ "orderIndefiniteDuration": "Duración indefinida", "other": "Otros", "paginationItemsCount_one": "{{pageItemsCount}} / {{count}} elemento", - "paginationItemsCount_many": "{{pageItemsCount}} / {{count}} elementos", "paginationItemsCount_other": "{{pageItemsCount}} / {{count}} elementos", "paginationPageText_one": "of {{count}} page", - "paginationPageText_many": "of {{count}} pages", "paginationPageText_other": "of {{count}} pages", "partOfFormDidntLoad": "Parte del formulario no se cargó", "pastVisitErrorText": "Error de visita pasada", diff --git a/packages/esm-patient-chart-app/translations/fr.json b/packages/esm-patient-chart-app/translations/fr.json index ee999ecc16..c46f6eaa64 100644 --- a/packages/esm-patient-chart-app/translations/fr.json +++ b/packages/esm-patient-chart-app/translations/fr.json @@ -19,7 +19,6 @@ "checkFilters": "Vérifiez les filtres ci-dessus", "close": "Fermer", "closeAllOpenedWorkspaces_one": "Discard changes in {{count}} workspaces", - "closeAllOpenedWorkspaces_many": "Discard changes in {{count}} workspaces", "closeAllOpenedWorkspaces_other": "Discard changes in {{count}} workspaces", "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", "closingAllWorkspacesPromptTitle": "You have unsaved changes", @@ -83,6 +82,7 @@ "invalidVisitStopDate": "Visit stop date time cannot be on or before visit start date time", "loading": "En cours de chargement", "loadingVisit": "Loading current visit...", + "loadMore": "Load more", "location": "Emplacement", "male": "Homme", "markAlive": "Marquer vivant", @@ -116,10 +116,8 @@ "orderIndefiniteDuration": "Durée indéfinie", "other": "Autre", "paginationItemsCount_one": "{{pageItemsCount}} / {{count}} item", - "paginationItemsCount_many": "{{pageItemsCount}} / {{count}} items", "paginationItemsCount_other": "{{pageItemsCount}} / {{count}} items", "paginationPageText_one": "of {{count}} page", - "paginationPageText_many": "of {{count}} pages", "paginationPageText_other": "of {{count}} pages", "partOfFormDidntLoad": "Part of the form did not load", "pastVisitErrorText": "Erreur de visite passée", @@ -189,7 +187,7 @@ "Visits dashboard": "Tableau de bord des visites", "visitStartDatetime": "Visit start date and time", "visitStarted": "Visite démarrée", - "visitStartedSuccessfully": "", + "visitStartedSuccessfully": "{{visit}} started successfully", "visitStopDateMustBeAfterMostRecentEncounter": "Stop date needs to be on or after {{lastEncounterDatetime}}", "visitStopDatetime": "Visit stop date and time", "visitSummaries": "Résumés de la visite", diff --git a/packages/esm-patient-chart-app/translations/he.json b/packages/esm-patient-chart-app/translations/he.json index 14d28c9ca8..4ec11bc5a7 100644 --- a/packages/esm-patient-chart-app/translations/he.json +++ b/packages/esm-patient-chart-app/translations/he.json @@ -19,7 +19,6 @@ "checkFilters": "נא לבדוק את המסננים למעלה", "close": "סגור", "closeAllOpenedWorkspaces_one": "Discard changes in {{count}} workspaces", - "closeAllOpenedWorkspaces_two": "Discard changes in {{count}} workspaces", "closeAllOpenedWorkspaces_other": "Discard changes in {{count}} workspaces", "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", "closingAllWorkspacesPromptTitle": "You have unsaved changes", @@ -83,6 +82,7 @@ "invalidVisitStopDate": "תאריך ושעת סיום הביקור לא יכולים להיות באותו יום או לפני תאריך ושעת ההתחלה", "loading": "טוען", "loadingVisit": "טוען את הביקור הנוכחי...", + "loadMore": "Load more", "location": "מיקום", "male": "זכר", "markAlive": "סמן כחי", @@ -116,12 +116,8 @@ "orderIndefiniteDuration": "למשך זמן בלתי מוגבל", "other": "אחר", "paginationItemsCount_one": "{{pageItemsCount}} / {{count}} פריט", - "paginationItemsCount_two": "{{pageItemsCount}} / {{count}} פריטים", - "paginationItemsCount_many": "{{pageItemsCount}} / {{count}} פריטים", "paginationItemsCount_other": "{{pageItemsCount}} / {{count}} פריטים", "paginationPageText_one": "מתוך {{count}} עמוד", - "paginationPageText_two": "מתוך {{count}} עמודים", - "paginationPageText_many": "מתוך {{count}} עמודים", "paginationPageText_other": "מתוך {{count}} עמודים", "partOfFormDidntLoad": "חלק מטופס לא נטען", "pastVisitErrorText": "שגיאה בביקור עבר", diff --git a/packages/esm-patient-chart-app/translations/km.json b/packages/esm-patient-chart-app/translations/km.json index 35b3ace94f..3054a25232 100644 --- a/packages/esm-patient-chart-app/translations/km.json +++ b/packages/esm-patient-chart-app/translations/km.json @@ -18,6 +18,7 @@ "causeOfDeath_title": "មូលហេតុនៃការស្លាប់", "checkFilters": "ពិនិត្យតម្រងខាងលើ", "close": "បិទ", + "closeAllOpenedWorkspaces_one": "Discard changes in {{count}} workspaces", "closeAllOpenedWorkspaces_other": "Discard changes in {{count}} workspaces", "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", "closingAllWorkspacesPromptTitle": "You have unsaved changes", @@ -81,6 +82,7 @@ "invalidVisitStopDate": "ម៉ោងនៃកាលបរិច្ឆេទឈប់ពិនិត្យជំងឺមិនអាចនៅម៉ោង ឬមុនម៉ោងនៃកាលបរិច្ឆេទចាប់ផ្តើមបានទេ", "loading": "កំពុងផ្ទុក", "loadingVisit": "ការទាញទិន្នន័យពិនិត្យជំងឺបច្ចុប្បន្ន...", + "loadMore": "Load more", "location": "ទីតាំង", "male": "ប្រុស", "markAlive": "សម្គាល់ថានៅរស់", @@ -113,7 +115,9 @@ "orderDurationAndUnit": "សម្រាប់ {រយៈពេល} {ឯកតារយៈពេលt}", "orderIndefiniteDuration": "រយៈពេលមិនកំណត់", "other": "ផ្សេងទៀត", + "paginationItemsCount_one": "{{pageItemsCount}} / {{count}} item", "paginationItemsCount_other": "{{pageItemsCount}} / {{count}} មុខងារកម្មវិធី", + "paginationPageText_one": "of {{count}} page", "paginationPageText_other": "នៃ {{count}} ទំព័រ", "partOfFormDidntLoad": "ទម្រង់មួយផ្នែកមិនមានទិន្នន័យទេ", "pastVisitErrorText": "កំហុសក្នុងការមកពិនិត្យជំងឺកន្លងមក", diff --git a/packages/esm-patient-chart-app/translations/zh.json b/packages/esm-patient-chart-app/translations/zh.json index 4cc7984943..525c044596 100644 --- a/packages/esm-patient-chart-app/translations/zh.json +++ b/packages/esm-patient-chart-app/translations/zh.json @@ -18,14 +18,14 @@ "causeOfDeath_title": "死亡原因", "checkFilters": "检查上方的筛选条件", "close": "关闭", - "closeAllOpenedWorkspaces_other": "Discard changes in {{count}} workspaces", - "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", - "closingAllWorkspacesPromptTitle": "You have unsaved changes", - "closeWorkspaces_other": "Discard changes in {{count}} workspaces", + "closeAllOpenedWorkspaces_one": "放弃 {{count}} 个工作区的更改", + "closeAllOpenedWorkspaces_other": "放弃 {{count}} 个工作区的更改", + "closingAllWorkspacesPromptBody": "以下工作区有未保存的更改。您是否要放弃以下工作区的更改?{{workspaceNames}}", + "closingAllWorkspacesPromptTitle": "您有未保存的更改", "Conditions dashboard": "病情仪表板", "confirm": "确认", "confirmDeceased": "确认已故", - "confirmDeletingVisitTextWithStartAndEndDate": "Are you sure you want to delete {{visit}} which started {{visitStartDate}} and ended {{visitEndDate}}?", + "confirmDeletingVisitTextWithStartAndEndDate": "你确定要删除开始于{{visitStartDate}},结束于{{visitEndDate}}的{{visit}}吗?", "confirmMarkAsAlive": "您确定要将患者标记为存活吗?", "confirmModifyingVisitDateToAccomodateEncounter": "问诊日期不在指定的就诊日期范围内。您是否希望修改就诊日期以适应新的问诊日期?", "currentVisit": "当前就诊", @@ -50,7 +50,7 @@ "emptyStateText": "该患者没有可显示的{{displayText}}", "encounterDeleted": "问诊已删除", "encounters": "问诊", - "encounters_title": "问诊记录", + "encounters_title": "问诊", "encounterType": "问诊类型", "end": "结束", "endActiveVisitConfirmation": "您确定要结束这个活动就诊吗?", @@ -73,15 +73,16 @@ "fieldRequired": "此字段为必填项", "filterByEncounterType": "按问诊类型筛选", "form": "表单名称", - "Forms & Notes dashboard": "Forms & Notes dashboard", + "Forms & Notes dashboard": "表单&记录仪表板", "goToThisEncounter": "前往这次问诊", "hide": "隐藏", "indication": "适应症", "invalidTimeFormat": "时间格式无效", - "invalidVisitStartDate": "Start date needs to be on or before {{firstEncounterDatetime}}", + "invalidVisitStartDate": "开始日期需要在{{firstEncounterDatetime}}之前或当日", "invalidVisitStopDate": "就诊结束日期时间不能早于或等于就诊开始日期时间", "loading": "加载中", - "loadingVisit": "加载当前访问...", + "loadingVisit": "加载当前就诊...", + "loadMore": "加载更多", "location": "地点", "male": "男性", "markAlive": "标记存活", @@ -90,28 +91,28 @@ "markDeceased": "标记已故", "markingPatientDeceasedInfoText": "标记患者为已故将结束该患者的所有活动就诊", "maximize": "最大化", - "medications": "药物清单", + "medications": "用药", "Medications dashboard": "药物仪表板", "minimize": "最小化", "missingVisitType": "就诊类型缺失", - "modifyVisitDate": "修改问诊日期", + "modifyVisitDate": "修改就诊日期", "movePatient": "转移患者", "movePatientToNextService": "将患者转移到下一个服务", "name": "姓名", "no": "否", "noActiveVisit": "当前没有活动的就诊", "noActiveVisitMessage": "活动就诊", - "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?", + "noActiveVisitNoRDEText": "您不能在没有活动就诊的情况下向患者病历添加数据。您想开始一个新的就诊吗?", "noActiveVisitText": "您无法在没有活动就诊的情况下向患者图表添加数据,请选择以下选项之一以继续。", "noDiagnosesFound": "未找到诊断", "noEncountersFound": "未找到问诊记录", "noEncountersToDisplay": "没有可显示的问诊记录", "noObservationsFound": "未找到观察记录", - "notes": "Notes", + "notes": "记录", "Offline Actions dashboard": "离线操作仪表板", "openAnyway": "仍然打开", "optional": "可选的", - "orderDurationAndUnit": "for {{duration}} {{durationUnit}}", + "orderDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "无限期", "other": "其他", "paginationItemsCount_one": "{{pageItemsCount}} / {{count}} 项", @@ -124,17 +125,17 @@ "Patient Summary": "患者摘要", "Patient Summary dashboard": "患者摘要仪表板", "patientBreadcrumb": "患者", - "program": "Program", - "Programs dashboard": "Programs dashboard", - "provider": "Provider", + "program": "项目", + "Programs dashboard": "项目仪表板", + "provider": "提供者", "quantity": "数量", "queueAddedSuccessfully": "患者已成功添加到队列中。", "queueEntryError": "将患者添加到队列时出现错误", - "recommended": "Recommended", + "recommended": "推荐", "record": "记录", "refills": "补充处方", "refreshToTryAgain": "请刷新以重试", - "Results Viewer dashboard": "Results Viewer dashboard", + "Results Viewer dashboard": "结果查看器仪表板", "retrospectiveEntry": "Retrospective Entry", "searchForAVisitType": "搜索就诊类型", "searchForCauseOfDeath": "搜索死亡原因", @@ -142,7 +143,7 @@ "seeAll": "查看全部", "selectAnOption": "选择一个选项", "selectLocation": "选择地点", - "selectProgramType": "Select program type", + "selectProgramType": "选择项目类型", "selectVisitType": "请选择就诊类型", "setAliveError": "标记患者为存活时出现错误", "setAliveSuccessfully": "患者已成功标记为存活", @@ -156,18 +157,15 @@ "startVisit": "开始一次就诊", "startVisitError": "开始就诊时出现错误", "successfullyDeleted": "已成功删除", - "tests": "Tests", + "tests": "检验", "time": "时间", "timeFormat ": "时间格式", "type": "类型", "undo": "撤销", "unknown": "未知", - "unsavedChangesInOpenedWorkspace": "You have unsaved changes in the opened workspace. Do you want to discard these changes?", - "unsavedChangesInWorkspace": "There are unsaved changes in {{workspaceName}}. Please save them before opening another workspace.", - "unsavedChangesTitleText": "Unsaved Changes", - "unsavedChanges": "您有未保存的更改", - "unsavedChangesInForm": "There are unsaved changes in {{formName}}. Please save them before opening another form.", - "unsavedChangesInForms": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", + "unsavedChangesInOpenedWorkspace": "您在打开的工作区中有未保存的更改。您是否要放弃这些更改?", + "unsavedChangesInWorkspace": "在{{workspaceName}}中有未保存的更改。请在打开另一个工作区之前保存它们。", + "unsavedChangesTitleText": "未保存的更改", "updateError": "更新即将到来的预约时出现错误", "updateVisitDetails": "更新就诊详情", "visit": "就诊", @@ -190,12 +188,12 @@ "visitStartDatetime": "就诊开始日期和时间", "visitStarted": "就诊开始", "visitStartedSuccessfully": "{{visit}} 已成功启动", - "visitStopDateMustBeAfterMostRecentEncounter": "Stop date needs to be on or after {{lastEncounterDatetime}}", + "visitStopDateMustBeAfterMostRecentEncounter": "结束日期需要在{{lastEncounterDatetime}}之后或当日", "visitStopDatetime": "就诊结束日期和时间", "visitSummaries": "就诊总结", "visitType": "就诊类型", "visitType_title": "就诊类型", "visitTypeRequired": "就诊类型是必填项", - "Vitals & Biometrics dashboard": "Vitals & Biometrics dashboard", + "Vitals & Biometrics dashboard": "生命体征&生物测定仪表板", "yes": "是" } diff --git a/packages/esm-patient-chart-app/translations/zh_CN.json b/packages/esm-patient-chart-app/translations/zh_CN.json index b4dcec2e31..525c044596 100644 --- a/packages/esm-patient-chart-app/translations/zh_CN.json +++ b/packages/esm-patient-chart-app/translations/zh_CN.json @@ -18,12 +18,14 @@ "causeOfDeath_title": "死亡原因", "checkFilters": "检查上方的筛选条件", "close": "关闭", - "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", - "closingAllWorkspacesPromptTitle": "You have unsaved changes", + "closeAllOpenedWorkspaces_one": "放弃 {{count}} 个工作区的更改", + "closeAllOpenedWorkspaces_other": "放弃 {{count}} 个工作区的更改", + "closingAllWorkspacesPromptBody": "以下工作区有未保存的更改。您是否要放弃以下工作区的更改?{{workspaceNames}}", + "closingAllWorkspacesPromptTitle": "您有未保存的更改", "Conditions dashboard": "病情仪表板", "confirm": "确认", "confirmDeceased": "确认已故", - "confirmDeletingVisitTextWithStartAndEndDate": "Are you sure you want to delete {{visit}} which started {{visitStartDate}} and ended {{visitEndDate}}?", + "confirmDeletingVisitTextWithStartAndEndDate": "你确定要删除开始于{{visitStartDate}},结束于{{visitEndDate}}的{{visit}}吗?", "confirmMarkAsAlive": "您确定要将患者标记为存活吗?", "confirmModifyingVisitDateToAccomodateEncounter": "问诊日期不在指定的就诊日期范围内。您是否希望修改就诊日期以适应新的问诊日期?", "currentVisit": "当前就诊", @@ -48,7 +50,7 @@ "emptyStateText": "该患者没有可显示的{{displayText}}", "encounterDeleted": "问诊已删除", "encounters": "问诊", - "encounters_title": "问诊记录", + "encounters_title": "问诊", "encounterType": "问诊类型", "end": "结束", "endActiveVisitConfirmation": "您确定要结束这个活动就诊吗?", @@ -71,15 +73,16 @@ "fieldRequired": "此字段为必填项", "filterByEncounterType": "按问诊类型筛选", "form": "表单名称", - "Forms & Notes dashboard": "Forms & Notes dashboard", + "Forms & Notes dashboard": "表单&记录仪表板", "goToThisEncounter": "前往这次问诊", "hide": "隐藏", "indication": "适应症", "invalidTimeFormat": "时间格式无效", - "invalidVisitStartDate": "Start date needs to be on or before {{firstEncounterDatetime}}", + "invalidVisitStartDate": "开始日期需要在{{firstEncounterDatetime}}之前或当日", "invalidVisitStopDate": "就诊结束日期时间不能早于或等于就诊开始日期时间", "loading": "加载中", - "loadingVisit": "加载当前访问...", + "loadingVisit": "加载当前就诊...", + "loadMore": "加载更多", "location": "地点", "male": "男性", "markAlive": "标记存活", @@ -88,28 +91,28 @@ "markDeceased": "标记已故", "markingPatientDeceasedInfoText": "标记患者为已故将结束该患者的所有活动就诊", "maximize": "最大化", - "medications": "药物清单", + "medications": "用药", "Medications dashboard": "药物仪表板", "minimize": "最小化", "missingVisitType": "就诊类型缺失", - "modifyVisitDate": "修改问诊日期", + "modifyVisitDate": "修改就诊日期", "movePatient": "转移患者", "movePatientToNextService": "将患者转移到下一个服务", "name": "姓名", "no": "否", "noActiveVisit": "当前没有活动的就诊", "noActiveVisitMessage": "活动就诊", - "noActiveVisitNoRDEText": "You can't add data to the patient chart without an active visit. Would you like to start a new visit?", + "noActiveVisitNoRDEText": "您不能在没有活动就诊的情况下向患者病历添加数据。您想开始一个新的就诊吗?", "noActiveVisitText": "您无法在没有活动就诊的情况下向患者图表添加数据,请选择以下选项之一以继续。", "noDiagnosesFound": "未找到诊断", "noEncountersFound": "未找到问诊记录", "noEncountersToDisplay": "没有可显示的问诊记录", "noObservationsFound": "未找到观察记录", - "notes": "Notes", + "notes": "记录", "Offline Actions dashboard": "离线操作仪表板", "openAnyway": "仍然打开", "optional": "可选的", - "orderDurationAndUnit": "for {{duration}} {{durationUnit}}", + "orderDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "无限期", "other": "其他", "paginationItemsCount_one": "{{pageItemsCount}} / {{count}} 项", @@ -122,17 +125,17 @@ "Patient Summary": "患者摘要", "Patient Summary dashboard": "患者摘要仪表板", "patientBreadcrumb": "患者", - "program": "Program", - "Programs dashboard": "Programs dashboard", - "provider": "Provider", + "program": "项目", + "Programs dashboard": "项目仪表板", + "provider": "提供者", "quantity": "数量", "queueAddedSuccessfully": "患者已成功添加到队列中。", "queueEntryError": "将患者添加到队列时出现错误", - "recommended": "Recommended", + "recommended": "推荐", "record": "记录", - "refills": "处方补充", + "refills": "补充处方", "refreshToTryAgain": "请刷新以重试", - "Results Viewer dashboard": "Results Viewer dashboard", + "Results Viewer dashboard": "结果查看器仪表板", "retrospectiveEntry": "Retrospective Entry", "searchForAVisitType": "搜索就诊类型", "searchForCauseOfDeath": "搜索死亡原因", @@ -140,7 +143,7 @@ "seeAll": "查看全部", "selectAnOption": "选择一个选项", "selectLocation": "选择地点", - "selectProgramType": "Select program type", + "selectProgramType": "选择项目类型", "selectVisitType": "请选择就诊类型", "setAliveError": "标记患者为存活时出现错误", "setAliveSuccessfully": "患者已成功标记为存活", @@ -154,15 +157,15 @@ "startVisit": "开始一次就诊", "startVisitError": "开始就诊时出现错误", "successfullyDeleted": "已成功删除", - "tests": "Tests", + "tests": "检验", "time": "时间", "timeFormat ": "时间格式", "type": "类型", "undo": "撤销", "unknown": "未知", - "unsavedChangesInOpenedWorkspace": "You have unsaved changes in the opened workspace. Do you want to discard these changes?", - "unsavedChangesInWorkspace": "There are unsaved changes in {{workspaceName}}. Please save them before opening another workspace.", - "unsavedChangesTitleText": "您有未保存的更改", + "unsavedChangesInOpenedWorkspace": "您在打开的工作区中有未保存的更改。您是否要放弃这些更改?", + "unsavedChangesInWorkspace": "在{{workspaceName}}中有未保存的更改。请在打开另一个工作区之前保存它们。", + "unsavedChangesTitleText": "未保存的更改", "updateError": "更新即将到来的预约时出现错误", "updateVisitDetails": "更新就诊详情", "visit": "就诊", @@ -185,12 +188,12 @@ "visitStartDatetime": "就诊开始日期和时间", "visitStarted": "就诊开始", "visitStartedSuccessfully": "{{visit}} 已成功启动", - "visitStopDateMustBeAfterMostRecentEncounter": "Stop date needs to be on or after {{lastEncounterDatetime}}", + "visitStopDateMustBeAfterMostRecentEncounter": "结束日期需要在{{lastEncounterDatetime}}之后或当日", "visitStopDatetime": "就诊结束日期和时间", "visitSummaries": "就诊总结", "visitType": "就诊类型", "visitType_title": "就诊类型", "visitTypeRequired": "就诊类型是必填项", - "Vitals & Biometrics dashboard": "Vitals & Biometrics dashboard", + "Vitals & Biometrics dashboard": "生命体征&生物测定仪表板", "yes": "是" } diff --git a/packages/esm-patient-conditions-app/translations/am.json b/packages/esm-patient-conditions-app/translations/am.json index 271dafcc3b..bc28c2b21d 100644 --- a/packages/esm-patient-conditions-app/translations/am.json +++ b/packages/esm-patient-conditions-app/translations/am.json @@ -7,7 +7,7 @@ "conditionNowVisible": "It is now visible on the Conditions page", "conditions": "Conditions", "Conditions": "Conditions", - "conditionSaved": "Condition saved", + "conditionSaved": "Condition saved successfully", "conditionUpdated": "Condition updated", "currentStatus": "Current status", "dateOfOnset": "Date of onset", diff --git a/packages/esm-patient-conditions-app/translations/zh.json b/packages/esm-patient-conditions-app/translations/zh.json index 934fb11be2..f89b2b51e0 100644 --- a/packages/esm-patient-conditions-app/translations/zh.json +++ b/packages/esm-patient-conditions-app/translations/zh.json @@ -25,7 +25,7 @@ "noConditionsToDisplay": "没有可显示的病情", "noResultsFor": "No results for", "onsetDate": "发病日期", - "recordCondition": "Record a Condition", + "recordCondition": "记录一个病情", "saveAndClose": "保存并关闭", "saving": "保存中", "searchConditions": "搜索病情", diff --git a/packages/esm-patient-conditions-app/translations/zh_CN.json b/packages/esm-patient-conditions-app/translations/zh_CN.json index 934fb11be2..f89b2b51e0 100644 --- a/packages/esm-patient-conditions-app/translations/zh_CN.json +++ b/packages/esm-patient-conditions-app/translations/zh_CN.json @@ -25,7 +25,7 @@ "noConditionsToDisplay": "没有可显示的病情", "noResultsFor": "No results for", "onsetDate": "发病日期", - "recordCondition": "Record a Condition", + "recordCondition": "记录一个病情", "saveAndClose": "保存并关闭", "saving": "保存中", "searchConditions": "搜索病情", diff --git a/packages/esm-patient-flags-app/translations/ar.json b/packages/esm-patient-flags-app/translations/ar.json index 2dd41811f7..c197b1015e 100644 --- a/packages/esm-patient-flags-app/translations/ar.json +++ b/packages/esm-patient-flags-app/translations/ar.json @@ -11,11 +11,7 @@ "editPatientFlags": "Edit patient flags", "enabledFlag": "تم تفعيل العلامة", "enablingFlag": "جارٍ تفعيل العلامة...", - "flagCount_zero": "{{count}} علامة خطر", "flagCount_one": "{{count}} علامة خطر", - "flagCount_two": "{{count}} علامة خطر", - "flagCount_few": "{{count}} علامة خطر", - "flagCount_many": "{{count}} علامة خطر", "flagCount_other": "{{count}} علامة خطر", "flagDisabled": "تم تعطيل العلامة", "flagDisabledSuccessfully": "تم تعطيل العلامة بنجاح", @@ -24,11 +20,7 @@ "flagEnabledSuccessfully": "تم تفعيل العلامة بنجاح", "flagEnableError": "خطأ في تفعيل العلامة", "loading": "جار التحميل", - "matchesForSearchTerm_zero": "{{count}} علامة", "matchesForSearchTerm_one": "{{count}} علامة", - "matchesForSearchTerm_two": "{{count}} علامة", - "matchesForSearchTerm_few": "{{count}} علامة", - "matchesForSearchTerm_many": "{{count}} علامة", "matchesForSearchTerm_other": "{{count}} علامة", "noFlagsFound": "عذرًا، لم يتم العثور على علامات تطابق بحثك", "retiredFirst": "الأولوية للمحذوف", diff --git a/packages/esm-patient-flags-app/translations/es.json b/packages/esm-patient-flags-app/translations/es.json index 7b39694883..7878c2403c 100644 --- a/packages/esm-patient-flags-app/translations/es.json +++ b/packages/esm-patient-flags-app/translations/es.json @@ -12,7 +12,6 @@ "enabledFlag": "Bandera activada", "enablingFlag": "Activando bandera...", "flagCount_one": "{{count}} bandera de riesgo", - "flagCount_many": "{{count}} banderas de riesgo", "flagCount_other": "{{count}} banderas de riesgo", "flagDisabled": "Bandera desactivada", "flagDisabledSuccessfully": "Bandera desactivada con éxito", @@ -22,7 +21,6 @@ "flagEnableError": "Error al activar la bandera", "loading": "Cargando", "matchesForSearchTerm_one": "{{count}} bandera", - "matchesForSearchTerm_many": "{{count}} banderas", "matchesForSearchTerm_other": "{{count}} banderas", "noFlagsFound": "Lo siento, no se encontraron banderas que coincidan con su búsqueda", "retiredFirst": "Retirar primero", diff --git a/packages/esm-patient-flags-app/translations/fr.json b/packages/esm-patient-flags-app/translations/fr.json index c81cfced61..69c9683858 100644 --- a/packages/esm-patient-flags-app/translations/fr.json +++ b/packages/esm-patient-flags-app/translations/fr.json @@ -12,7 +12,6 @@ "enabledFlag": "Enabled flag", "enablingFlag": "Enabling flag...", "flagCount_one": "{{count}} risk flag", - "flagCount_many": "{{count}} risk flags", "flagCount_other": "{{count}} risk flags", "flagDisabled": "Flag disabled", "flagDisabledSuccessfully": "Flag successfully disabled", @@ -22,7 +21,6 @@ "flagEnableError": "Error enabling flag", "loading": "Loading", "matchesForSearchTerm_one": "{{count}} flag", - "matchesForSearchTerm_many": "{{count}} flags", "matchesForSearchTerm_other": "{{count}} flags", "noFlagsFound": "Sorry, no flags found matching your search", "retiredFirst": "Retired first", diff --git a/packages/esm-patient-flags-app/translations/he.json b/packages/esm-patient-flags-app/translations/he.json index c7d59c5362..69c9683858 100644 --- a/packages/esm-patient-flags-app/translations/he.json +++ b/packages/esm-patient-flags-app/translations/he.json @@ -12,8 +12,6 @@ "enabledFlag": "Enabled flag", "enablingFlag": "Enabling flag...", "flagCount_one": "{{count}} risk flag", - "flagCount_two": "{{count}} risk flags", - "flagCount_many": "{{count}} risk flags", "flagCount_other": "{{count}} risk flags", "flagDisabled": "Flag disabled", "flagDisabledSuccessfully": "Flag successfully disabled", @@ -23,8 +21,6 @@ "flagEnableError": "Error enabling flag", "loading": "Loading", "matchesForSearchTerm_one": "{{count}} flag", - "matchesForSearchTerm_two": "{{count}} flags", - "matchesForSearchTerm_many": "{{count}} flags", "matchesForSearchTerm_other": "{{count}} flags", "noFlagsFound": "Sorry, no flags found matching your search", "retiredFirst": "Retired first", diff --git a/packages/esm-patient-flags-app/translations/km.json b/packages/esm-patient-flags-app/translations/km.json index 97731d28e2..69c9683858 100644 --- a/packages/esm-patient-flags-app/translations/km.json +++ b/packages/esm-patient-flags-app/translations/km.json @@ -11,6 +11,7 @@ "editPatientFlags": "Edit patient flags", "enabledFlag": "Enabled flag", "enablingFlag": "Enabling flag...", + "flagCount_one": "{{count}} risk flag", "flagCount_other": "{{count}} risk flags", "flagDisabled": "Flag disabled", "flagDisabledSuccessfully": "Flag successfully disabled", @@ -19,6 +20,7 @@ "flagEnabledSuccessfully": "Flag successfully enabled", "flagEnableError": "Error enabling flag", "loading": "Loading", + "matchesForSearchTerm_one": "{{count}} flag", "matchesForSearchTerm_other": "{{count}} flags", "noFlagsFound": "Sorry, no flags found matching your search", "retiredFirst": "Retired first", diff --git a/packages/esm-patient-flags-app/translations/zh.json b/packages/esm-patient-flags-app/translations/zh.json index 69c9683858..b03fefccb8 100644 --- a/packages/esm-patient-flags-app/translations/zh.json +++ b/packages/esm-patient-flags-app/translations/zh.json @@ -1,29 +1,29 @@ { "activeFirst": "Active first", "alphabetically": "A - Z", - "clearSearch": "Clear search", - "closeFlagsBar": "Close flags bar", - "disableFlagError": "Disable flag error", - "disablingFlag": "Disabling flag...", - "discard": "Discard", - "edit": "Edit", - "editFlags": "Edit flags", - "editPatientFlags": "Edit patient flags", - "enabledFlag": "Enabled flag", - "enablingFlag": "Enabling flag...", - "flagCount_one": "{{count}} risk flag", - "flagCount_other": "{{count}} risk flags", - "flagDisabled": "Flag disabled", - "flagDisabledSuccessfully": "Flag successfully disabled", - "flagDisableError": "Error disabling the flag", - "flagEnabled": "flag enabled", - "flagEnabledSuccessfully": "Flag successfully enabled", - "flagEnableError": "Error enabling flag", - "loading": "Loading", - "matchesForSearchTerm_one": "{{count}} flag", - "matchesForSearchTerm_other": "{{count}} flags", - "noFlagsFound": "Sorry, no flags found matching your search", + "clearSearch": "清除搜索", + "closeFlagsBar": "关闭标示栏", + "disableFlagError": "禁用标示错误", + "disablingFlag": "禁用标示中...", + "discard": "放弃", + "edit": "编辑", + "editFlags": "编辑标示", + "editPatientFlags": "编辑患者标示", + "enabledFlag": "启用标示", + "enablingFlag": "启用标示中...", + "flagCount_one": "{{count}} 个风险标示", + "flagCount_other": "{{count}} 个风险标示", + "flagDisabled": "标示禁用", + "flagDisabledSuccessfully": "标示已成功禁用", + "flagDisableError": "禁用标示时出现错误", + "flagEnabled": "标示启用", + "flagEnabledSuccessfully": "标示已成功启用", + "flagEnableError": "启用标示时出现错误", + "loading": "加载中", + "matchesForSearchTerm_one": "{{count}} 个标示", + "matchesForSearchTerm_other": "{{count}} 个标示", + "noFlagsFound": "抱歉,找不到与您搜索匹配的标示。", "retiredFirst": "Retired first", - "saveAndClose": "Save & close", - "searchForAFlag": "Search for a flag" + "saveAndClose": "保存并关闭", + "searchForAFlag": "搜索一个标示" } diff --git a/packages/esm-patient-flags-app/translations/zh_CN.json b/packages/esm-patient-flags-app/translations/zh_CN.json index 69c9683858..b03fefccb8 100644 --- a/packages/esm-patient-flags-app/translations/zh_CN.json +++ b/packages/esm-patient-flags-app/translations/zh_CN.json @@ -1,29 +1,29 @@ { "activeFirst": "Active first", "alphabetically": "A - Z", - "clearSearch": "Clear search", - "closeFlagsBar": "Close flags bar", - "disableFlagError": "Disable flag error", - "disablingFlag": "Disabling flag...", - "discard": "Discard", - "edit": "Edit", - "editFlags": "Edit flags", - "editPatientFlags": "Edit patient flags", - "enabledFlag": "Enabled flag", - "enablingFlag": "Enabling flag...", - "flagCount_one": "{{count}} risk flag", - "flagCount_other": "{{count}} risk flags", - "flagDisabled": "Flag disabled", - "flagDisabledSuccessfully": "Flag successfully disabled", - "flagDisableError": "Error disabling the flag", - "flagEnabled": "flag enabled", - "flagEnabledSuccessfully": "Flag successfully enabled", - "flagEnableError": "Error enabling flag", - "loading": "Loading", - "matchesForSearchTerm_one": "{{count}} flag", - "matchesForSearchTerm_other": "{{count}} flags", - "noFlagsFound": "Sorry, no flags found matching your search", + "clearSearch": "清除搜索", + "closeFlagsBar": "关闭标示栏", + "disableFlagError": "禁用标示错误", + "disablingFlag": "禁用标示中...", + "discard": "放弃", + "edit": "编辑", + "editFlags": "编辑标示", + "editPatientFlags": "编辑患者标示", + "enabledFlag": "启用标示", + "enablingFlag": "启用标示中...", + "flagCount_one": "{{count}} 个风险标示", + "flagCount_other": "{{count}} 个风险标示", + "flagDisabled": "标示禁用", + "flagDisabledSuccessfully": "标示已成功禁用", + "flagDisableError": "禁用标示时出现错误", + "flagEnabled": "标示启用", + "flagEnabledSuccessfully": "标示已成功启用", + "flagEnableError": "启用标示时出现错误", + "loading": "加载中", + "matchesForSearchTerm_one": "{{count}} 个标示", + "matchesForSearchTerm_other": "{{count}} 个标示", + "noFlagsFound": "抱歉,找不到与您搜索匹配的标示。", "retiredFirst": "Retired first", - "saveAndClose": "Save & close", - "searchForAFlag": "Search for a flag" + "saveAndClose": "保存并关闭", + "searchForAFlag": "搜索一个标示" } diff --git a/packages/esm-patient-forms-app/translations/am.json b/packages/esm-patient-forms-app/translations/am.json index b268d9484a..7cf1901ce6 100644 --- a/packages/esm-patient-forms-app/translations/am.json +++ b/packages/esm-patient-forms-app/translations/am.json @@ -2,9 +2,9 @@ "clinicalForm": "Clinical Form", "clinicalForms": "Clinical forms", "editForm": "Edit form", - "formName": "Form name (A-Z)", + "formName": "Form Name (A-Z)", "forms": "Forms", - "formSearchHint": "Try using an alternative name or keyword", + "formSearchHint": "Try searching for the form using an alternative name or keyword", "homeOverviewCardView": "View", "lastCompleted": "Last completed", "never": "Never", diff --git a/packages/esm-patient-forms-app/translations/zh.json b/packages/esm-patient-forms-app/translations/zh.json index e36dfed642..abcbd6bdc5 100644 --- a/packages/esm-patient-forms-app/translations/zh.json +++ b/packages/esm-patient-forms-app/translations/zh.json @@ -1,5 +1,5 @@ { - "clinicalForm": "Clinical Form", + "clinicalForm": "临床表单", "clinicalForms": "临床表单", "editForm": "编辑表单", "formName": "表单名称(A-Z)", diff --git a/packages/esm-patient-forms-app/translations/zh_CN.json b/packages/esm-patient-forms-app/translations/zh_CN.json index e36dfed642..abcbd6bdc5 100644 --- a/packages/esm-patient-forms-app/translations/zh_CN.json +++ b/packages/esm-patient-forms-app/translations/zh_CN.json @@ -1,5 +1,5 @@ { - "clinicalForm": "Clinical Form", + "clinicalForm": "临床表单", "clinicalForms": "临床表单", "editForm": "编辑表单", "formName": "表单名称(A-Z)", diff --git a/packages/esm-patient-immunizations-app/translations/am.json b/packages/esm-patient-immunizations-app/translations/am.json index 56d5fd459b..aea19556d2 100644 --- a/packages/esm-patient-immunizations-app/translations/am.json +++ b/packages/esm-patient-immunizations-app/translations/am.json @@ -1,7 +1,7 @@ { "add": "Add", "cancel": "Cancel", - "doseNumber": "Dose Number", + "doseNumber": "Dose number within series", "edit": "Edit", "error": "Error", "errorSaving": "Error saving vaccination", diff --git a/packages/esm-patient-immunizations-app/translations/zh.json b/packages/esm-patient-immunizations-app/translations/zh.json index 6279ced63f..e80ee55836 100644 --- a/packages/esm-patient-immunizations-app/translations/zh.json +++ b/packages/esm-patient-immunizations-app/translations/zh.json @@ -1,23 +1,23 @@ { "add": "添加", "cancel": "取消", - "doseNumber": "Dose number within series", + "doseNumber": "接种系列中的剂量编号", "edit": "编辑", "error": "错误", "errorSaving": "保存疫苗接种时出现错误", "expirationDate": "过期日期", "goToSummary": "前往摘要", - "immunization": "Immunization", + "immunization": "免疫接种", "immunizations": "免疫接种", "Immunizations": "免疫接种", - "immunizationWorkspaceTitle": "Immunization Form", + "immunizationWorkspaceTitle": "免疫表单", "lotNumber": "批号", "manufacturer": "制造商", "pleaseSelect": "请选择", "recentVaccination": "最近的疫苗接种", "save": "保存", "seeAll": "查看全部", - "sequence": "Sequence", + "sequence": "序列", "singleDoseOn": "Single Dose on", "time": "时间", "timeFormat ": "时间格式", diff --git a/packages/esm-patient-immunizations-app/translations/zh_CN.json b/packages/esm-patient-immunizations-app/translations/zh_CN.json index 6279ced63f..e80ee55836 100644 --- a/packages/esm-patient-immunizations-app/translations/zh_CN.json +++ b/packages/esm-patient-immunizations-app/translations/zh_CN.json @@ -1,23 +1,23 @@ { "add": "添加", "cancel": "取消", - "doseNumber": "Dose number within series", + "doseNumber": "接种系列中的剂量编号", "edit": "编辑", "error": "错误", "errorSaving": "保存疫苗接种时出现错误", "expirationDate": "过期日期", "goToSummary": "前往摘要", - "immunization": "Immunization", + "immunization": "免疫接种", "immunizations": "免疫接种", "Immunizations": "免疫接种", - "immunizationWorkspaceTitle": "Immunization Form", + "immunizationWorkspaceTitle": "免疫表单", "lotNumber": "批号", "manufacturer": "制造商", "pleaseSelect": "请选择", "recentVaccination": "最近的疫苗接种", "save": "保存", "seeAll": "查看全部", - "sequence": "Sequence", + "sequence": "序列", "singleDoseOn": "Single Dose on", "time": "时间", "timeFormat ": "时间格式", diff --git a/packages/esm-patient-labs-app/translations/am.json b/packages/esm-patient-labs-app/translations/am.json index 2669c3d63d..6e24f56acb 100644 --- a/packages/esm-patient-labs-app/translations/am.json +++ b/packages/esm-patient-labs-app/translations/am.json @@ -14,7 +14,6 @@ "errorLoadingTestTypes": "Error occured when loading test types", "female": "Female", "full": "Full", - "incomplete": "Incomplete", "labOrders": "Lab orders", "labReferenceNumber": "Lab reference number", "loading": "Loading", @@ -22,10 +21,16 @@ "moreResultsAvailable": "More results available", "observationsDisplayText": "observations", "onDate": "on", + "orderActionDiscontinue": "Discontinue", + "orderActionIncomplete": "Incomplete", "orderActionNew": "New", + "orderActionRenew": "Renew", + "orderActionRevise": "Modify", "ordered": "Ordered", + "orderReason": "Order reason", "other": "Other", "panel": "Panel", + "pleaseRequiredFields": "Please fill all required fields", "print": "Print", "printedBy": "Printed by", "printTestResults": "Print test results", diff --git a/packages/esm-patient-labs-app/translations/ar.json b/packages/esm-patient-labs-app/translations/ar.json index a68fc256b9..83fd525880 100644 --- a/packages/esm-patient-labs-app/translations/ar.json +++ b/packages/esm-patient-labs-app/translations/ar.json @@ -14,7 +14,6 @@ "errorLoadingTestTypes": "حدث خطأ أثناء تحميل أنواع الاختبارات", "female": "Female", "full": "Full", - "incomplete": "Incomplete", "labOrders": "Lab orders", "labReferenceNumber": "رقم المرجع المخبري", "loading": "جار التحميل", @@ -22,10 +21,16 @@ "moreResultsAvailable": "المزيد من النتائج متاحة", "observationsDisplayText": "ملاحظات", "onDate": "on", + "orderActionDiscontinue": "Discontinue", + "orderActionIncomplete": "Incomplete", "orderActionNew": "جديد", + "orderActionRenew": "Renew", + "orderActionRevise": "Modify", "ordered": "مُطلوب", + "orderReason": "Order reason", "other": "Other", "panel": "Panel", + "pleaseRequiredFields": "Please fill all required fields", "print": "Print", "printedBy": "Printed by", "printTestResults": "Print test results", diff --git a/packages/esm-patient-labs-app/translations/es.json b/packages/esm-patient-labs-app/translations/es.json index e1c2d0e7be..55fba9dcf4 100644 --- a/packages/esm-patient-labs-app/translations/es.json +++ b/packages/esm-patient-labs-app/translations/es.json @@ -14,7 +14,6 @@ "errorLoadingTestTypes": "Error al cargar los tipos de pruebas", "female": "Female", "full": "Full", - "incomplete": "Incomplete", "labOrders": "Lab orders", "labReferenceNumber": "Número de referencia del laboratorio", "loading": "Cargando", @@ -22,10 +21,16 @@ "moreResultsAvailable": "Más resultados disponibles", "observationsDisplayText": "observaciones", "onDate": "on", + "orderActionDiscontinue": "Discontinue", + "orderActionIncomplete": "Incomplete", "orderActionNew": "Nuevo", + "orderActionRenew": "Renew", + "orderActionRevise": "Modify", "ordered": "Pedido", + "orderReason": "Order reason", "other": "Other", "panel": "Panel", + "pleaseRequiredFields": "Please fill all required fields", "print": "Print", "printedBy": "Printed by", "printTestResults": "Print test results", diff --git a/packages/esm-patient-labs-app/translations/fr.json b/packages/esm-patient-labs-app/translations/fr.json index 57acb62a1f..6b188ac366 100644 --- a/packages/esm-patient-labs-app/translations/fr.json +++ b/packages/esm-patient-labs-app/translations/fr.json @@ -14,7 +14,6 @@ "errorLoadingTestTypes": "Une erreur s'est produite lors du chargement des types de tests", "female": "Female", "full": "Full", - "incomplete": "Incomplete", "labOrders": "Lab orders", "labReferenceNumber": "Numéro de référence du laboratoire", "loading": "Chargement", @@ -22,10 +21,16 @@ "moreResultsAvailable": "Plus de résultats disponibles", "observationsDisplayText": "observations", "onDate": "on", + "orderActionDiscontinue": "Discontinue", + "orderActionIncomplete": "Incomplete", "orderActionNew": "New", + "orderActionRenew": "Renew", + "orderActionRevise": "Modify", "ordered": "Commandé", + "orderReason": "Order reason", "other": "Other", "panel": "Panel", + "pleaseRequiredFields": "Please fill all required fields", "print": "Print", "printedBy": "Printed by", "printTestResults": "Print test results", diff --git a/packages/esm-patient-labs-app/translations/he.json b/packages/esm-patient-labs-app/translations/he.json index f5978e7907..aa2197e417 100644 --- a/packages/esm-patient-labs-app/translations/he.json +++ b/packages/esm-patient-labs-app/translations/he.json @@ -14,7 +14,6 @@ "errorLoadingTestTypes": "אירעה שגיאה בעת טעינת סוגי הבדיקות", "female": "Female", "full": "Full", - "incomplete": "Incomplete", "labOrders": "Lab orders", "labReferenceNumber": "מספר התייחסות של המעבדה", "loading": "טוען", @@ -22,10 +21,16 @@ "moreResultsAvailable": "קיימים עוד תוצאות זמינות", "observationsDisplayText": "תצוגת מדדים", "onDate": "on", + "orderActionDiscontinue": "Discontinue", + "orderActionIncomplete": "Incomplete", "orderActionNew": "חדש", + "orderActionRenew": "Renew", + "orderActionRevise": "Modify", "ordered": "הוזמן", + "orderReason": "Order reason", "other": "Other", "panel": "Panel", + "pleaseRequiredFields": "Please fill all required fields", "print": "Print", "printedBy": "Printed by", "printTestResults": "Print test results", diff --git a/packages/esm-patient-labs-app/translations/km.json b/packages/esm-patient-labs-app/translations/km.json index 016c3e57e1..0cc6f003c2 100644 --- a/packages/esm-patient-labs-app/translations/km.json +++ b/packages/esm-patient-labs-app/translations/km.json @@ -14,7 +14,6 @@ "errorLoadingTestTypes": "មានបញ្ហាក្នុងការផ្ទុកប្រភេទតេស្ត", "female": "Female", "full": "Full", - "incomplete": "Incomplete", "labOrders": "Lab orders", "labReferenceNumber": "លេខយោងប្រតិបត្តិការប្រតិបត្តិការ", "loading": "កំពុងផ្ទុក", @@ -22,10 +21,16 @@ "moreResultsAvailable": "អាចរកបានលទ្ធផលច្រើនទៀត", "observationsDisplayText": "ការសង្កេត", "onDate": "on", + "orderActionDiscontinue": "Discontinue", + "orderActionIncomplete": "Incomplete", "orderActionNew": "ថ្មី", + "orderActionRenew": "Renew", + "orderActionRevise": "Modify", "ordered": "បានតម្រៀបតាមលំដាប់លំដោយ", + "orderReason": "Order reason", "other": "Other", "panel": "Panel", + "pleaseRequiredFields": "Please fill all required fields", "print": "Print", "printedBy": "Printed by", "printTestResults": "Print test results", diff --git a/packages/esm-patient-labs-app/translations/zh.json b/packages/esm-patient-labs-app/translations/zh.json index 2669c3d63d..0e6359d2b9 100644 --- a/packages/esm-patient-labs-app/translations/zh.json +++ b/packages/esm-patient-labs-app/translations/zh.json @@ -1,71 +1,76 @@ { - "add": "Add", - "additionalInstructions": "Additional instructions", - "addLabOrderWorkspaceTitle": "Add lab order", - "backToOrderBasket": "Back to order basket", - "backToTimeline": "Back to timeline", - "cancel": "Cancel", - "dataLoadError": "Data Load Error", - "date": "Date", - "dateCollected": "Displaying date collected", - "discard": "Discard", - "endDate": "End date", - "error": "Error", - "errorLoadingTestTypes": "Error occured when loading test types", - "female": "Female", - "full": "Full", - "incomplete": "Incomplete", - "labOrders": "Lab orders", - "labReferenceNumber": "Lab reference number", - "loading": "Loading", - "male": "Male", - "moreResultsAvailable": "More results available", + "add": "添加", + "additionalInstructions": "附加说明", + "addLabOrderWorkspaceTitle": "添加实验室医嘱", + "backToOrderBasket": "返回医嘱篮", + "backToTimeline": "返回时间线", + "cancel": "取消", + "dataLoadError": "数据加载错误", + "date": "日期", + "dateCollected": "显示采集日期", + "discard": "放弃", + "endDate": "结束日期", + "error": "错误", + "errorLoadingTestTypes": "加载检验类型时发生错误", + "female": "女性", + "full": "全屏", + "labOrders": "实验室医嘱", + "labReferenceNumber": "实验室参考编号", + "loading": "加载中", + "male": "男性", + "moreResultsAvailable": "更多结果可用", "observationsDisplayText": "observations", "onDate": "on", + "orderActionDiscontinue": "Discontinue", + "orderActionIncomplete": "Incomplete", "orderActionNew": "New", + "orderActionRenew": "Renew", + "orderActionRevise": "Modify", "ordered": "Ordered", - "other": "Other", - "panel": "Panel", - "print": "Print", - "printedBy": "Printed by", - "printTestResults": "Print test results", - "priority": "Priority", - "recentResults": "Recent Results", - "recentTestResults": "recent test results", - "referenceRange": "Reference range", - "removeFromBasket": "Remove from basket", - "resetTreeText": "Reset tree", + "orderReason": "Order reason", + "other": "其他", + "panel": "面板", + "pleaseRequiredFields": "请填写所有必填字段", + "print": "打印", + "printedBy": "打印者", + "printTestResults": "打印检验结果", + "priority": "优先级", + "recentResults": "最近的结果", + "recentTestResults": "最近的检验结果", + "referenceRange": "参考范围", + "removeFromBasket": "从医嘱篮中移除", + "resetTreeText": "重置树", "resulted": "Resulted", - "results": "Results", - "Results Viewer": "Results Viewer", - "resultsText": "results", - "returnToTimeline": "Return to timeline", - "saveOrder": "Save order", - "seeAllResults": "See all results", - "showTree": "Show tree", - "split": "Split", - "startDate": "Start date", - "testName": "Test name", - "testResults": "test results", - "testResults_title": "Test Results", - "testResultsData": "Test results data", - "testType": "Test type", - "testTypePlaceholder": "Select one", - "thereAreNoTestResultsFound": "There are no test results found within the specified date range", - "timeline": "Timeline", - "timeOfTest": "Time of Test", - "tree": "Tree", - "trend": "Trend", - "trendline": "Trendline", - "trendlineRangeSelector1Day": "1 day", - "trendlineRangeSelector1Month": "1 month", - "trendlineRangeSelector1Year": "1 year", - "trendlineRangeSelector5Days": "5 days", - "trendlineRangeSelector5Years": "5 years", - "trendlineRangeSelectorAll": "All", - "trendlineRangeSelectorMonths": "6 months", - "tryReopeningTheForm": "Please try launching the form again", - "unknown": "Unknown", - "value": "Value", - "view": "View" + "results": "结果", + "Results Viewer": "结果查看器", + "resultsText": "结果", + "returnToTimeline": "返回时间线", + "saveOrder": "保存医嘱", + "seeAllResults": "查看所有结果", + "showTree": "显示树", + "split": "分栏", + "startDate": "开始日期", + "testName": "检验名称", + "testResults": "检验结果", + "testResults_title": "检验结果", + "testResultsData": "检验结果数据", + "testType": "检验类型", + "testTypePlaceholder": "选择一个", + "thereAreNoTestResultsFound": "指定的日期范围内找不到任何检验结果", + "timeline": "时间线", + "timeOfTest": "检验时间", + "tree": "树状结构", + "trend": "趋势", + "trendline": "趋势线", + "trendlineRangeSelector1Day": "1天", + "trendlineRangeSelector1Month": "1个月", + "trendlineRangeSelector1Year": "1年", + "trendlineRangeSelector5Days": "5天", + "trendlineRangeSelector5Years": "5年", + "trendlineRangeSelectorAll": "全部", + "trendlineRangeSelectorMonths": "6个月", + "tryReopeningTheForm": "请尝试重新启动表单", + "unknown": "未知", + "value": "值", + "view": "查看" } diff --git a/packages/esm-patient-labs-app/translations/zh_CN.json b/packages/esm-patient-labs-app/translations/zh_CN.json index 2669c3d63d..0e6359d2b9 100644 --- a/packages/esm-patient-labs-app/translations/zh_CN.json +++ b/packages/esm-patient-labs-app/translations/zh_CN.json @@ -1,71 +1,76 @@ { - "add": "Add", - "additionalInstructions": "Additional instructions", - "addLabOrderWorkspaceTitle": "Add lab order", - "backToOrderBasket": "Back to order basket", - "backToTimeline": "Back to timeline", - "cancel": "Cancel", - "dataLoadError": "Data Load Error", - "date": "Date", - "dateCollected": "Displaying date collected", - "discard": "Discard", - "endDate": "End date", - "error": "Error", - "errorLoadingTestTypes": "Error occured when loading test types", - "female": "Female", - "full": "Full", - "incomplete": "Incomplete", - "labOrders": "Lab orders", - "labReferenceNumber": "Lab reference number", - "loading": "Loading", - "male": "Male", - "moreResultsAvailable": "More results available", + "add": "添加", + "additionalInstructions": "附加说明", + "addLabOrderWorkspaceTitle": "添加实验室医嘱", + "backToOrderBasket": "返回医嘱篮", + "backToTimeline": "返回时间线", + "cancel": "取消", + "dataLoadError": "数据加载错误", + "date": "日期", + "dateCollected": "显示采集日期", + "discard": "放弃", + "endDate": "结束日期", + "error": "错误", + "errorLoadingTestTypes": "加载检验类型时发生错误", + "female": "女性", + "full": "全屏", + "labOrders": "实验室医嘱", + "labReferenceNumber": "实验室参考编号", + "loading": "加载中", + "male": "男性", + "moreResultsAvailable": "更多结果可用", "observationsDisplayText": "observations", "onDate": "on", + "orderActionDiscontinue": "Discontinue", + "orderActionIncomplete": "Incomplete", "orderActionNew": "New", + "orderActionRenew": "Renew", + "orderActionRevise": "Modify", "ordered": "Ordered", - "other": "Other", - "panel": "Panel", - "print": "Print", - "printedBy": "Printed by", - "printTestResults": "Print test results", - "priority": "Priority", - "recentResults": "Recent Results", - "recentTestResults": "recent test results", - "referenceRange": "Reference range", - "removeFromBasket": "Remove from basket", - "resetTreeText": "Reset tree", + "orderReason": "Order reason", + "other": "其他", + "panel": "面板", + "pleaseRequiredFields": "请填写所有必填字段", + "print": "打印", + "printedBy": "打印者", + "printTestResults": "打印检验结果", + "priority": "优先级", + "recentResults": "最近的结果", + "recentTestResults": "最近的检验结果", + "referenceRange": "参考范围", + "removeFromBasket": "从医嘱篮中移除", + "resetTreeText": "重置树", "resulted": "Resulted", - "results": "Results", - "Results Viewer": "Results Viewer", - "resultsText": "results", - "returnToTimeline": "Return to timeline", - "saveOrder": "Save order", - "seeAllResults": "See all results", - "showTree": "Show tree", - "split": "Split", - "startDate": "Start date", - "testName": "Test name", - "testResults": "test results", - "testResults_title": "Test Results", - "testResultsData": "Test results data", - "testType": "Test type", - "testTypePlaceholder": "Select one", - "thereAreNoTestResultsFound": "There are no test results found within the specified date range", - "timeline": "Timeline", - "timeOfTest": "Time of Test", - "tree": "Tree", - "trend": "Trend", - "trendline": "Trendline", - "trendlineRangeSelector1Day": "1 day", - "trendlineRangeSelector1Month": "1 month", - "trendlineRangeSelector1Year": "1 year", - "trendlineRangeSelector5Days": "5 days", - "trendlineRangeSelector5Years": "5 years", - "trendlineRangeSelectorAll": "All", - "trendlineRangeSelectorMonths": "6 months", - "tryReopeningTheForm": "Please try launching the form again", - "unknown": "Unknown", - "value": "Value", - "view": "View" + "results": "结果", + "Results Viewer": "结果查看器", + "resultsText": "结果", + "returnToTimeline": "返回时间线", + "saveOrder": "保存医嘱", + "seeAllResults": "查看所有结果", + "showTree": "显示树", + "split": "分栏", + "startDate": "开始日期", + "testName": "检验名称", + "testResults": "检验结果", + "testResults_title": "检验结果", + "testResultsData": "检验结果数据", + "testType": "检验类型", + "testTypePlaceholder": "选择一个", + "thereAreNoTestResultsFound": "指定的日期范围内找不到任何检验结果", + "timeline": "时间线", + "timeOfTest": "检验时间", + "tree": "树状结构", + "trend": "趋势", + "trendline": "趋势线", + "trendlineRangeSelector1Day": "1天", + "trendlineRangeSelector1Month": "1个月", + "trendlineRangeSelector1Year": "1年", + "trendlineRangeSelector5Days": "5天", + "trendlineRangeSelector5Years": "5年", + "trendlineRangeSelectorAll": "全部", + "trendlineRangeSelectorMonths": "6个月", + "tryReopeningTheForm": "请尝试重新启动表单", + "unknown": "未知", + "value": "值", + "view": "查看" } diff --git a/packages/esm-patient-medications-app/translations/am.json b/packages/esm-patient-medications-app/translations/am.json index ea0e4ecfe3..101eb48b78 100644 --- a/packages/esm-patient-medications-app/translations/am.json +++ b/packages/esm-patient-medications-app/translations/am.json @@ -13,6 +13,7 @@ "discontinue": "Discontinue", "dispensingInformation": "3. Dispensing instructions", "dosageInstructions": "1. Dosage instructions", + "dosageRequiredErrorMessage": "A dosage is required", "dose": "Dose", "drugAlreadyPrescribed": "Already prescribed", "drugOrders": "Drug orders", @@ -32,6 +33,7 @@ "errorFetchingDrugResults": "Error fetching results for \"{{searchTerm}}\"", "errorFetchingOrderConfig": "Error occured when fetching Order config", "female": "Female", + "freeDosageErrorMessage": "Add free dosage note", "freeTextDosage": "Free text dosage", "goToDrugOrderForm": "Order form", "increment": "Increment", @@ -74,6 +76,10 @@ "searchFieldPlaceholder": "Search for a drug or orderset (e.g. \"Aspirin\")", "searchResultsMatchesForTerm_one": "{{count}} result for \"{{searchTerm}}\"", "searchResultsMatchesForTerm_other": "{{count}} results for \"{{searchTerm}}\"", + "selectFrequencyErrorMessage": "Please select a frequency", + "selectQuantityUnitsErrorMessage": "Please select quantity unit", + "selectRouteErrorMessage": "Please select a route", + "selectUnitErrorMessage": "Please select a unit", "startDate": "Start date", "takeAsNeeded": "Take as needed", "tryReopeningTheForm": "Please try launching the form again", diff --git a/packages/esm-patient-medications-app/translations/ar.json b/packages/esm-patient-medications-app/translations/ar.json index 87da2d6c12..06b16fb9c1 100644 --- a/packages/esm-patient-medications-app/translations/ar.json +++ b/packages/esm-patient-medications-app/translations/ar.json @@ -13,6 +13,7 @@ "discontinue": "إيقاف", "dispensingInformation": "3. تعليمات الصرف", "dosageInstructions": "1. تعليمات الجرعة", + "dosageRequiredErrorMessage": "A dosage is required", "dose": "الجرعة", "drugAlreadyPrescribed": "تم وصفها بالفعل", "drugOrders": "Drug orders", @@ -32,6 +33,7 @@ "errorFetchingDrugResults": "خطأ في جلب النتائج لـ \"{{searchTerm}}\"", "errorFetchingOrderConfig": "حدث خطأ عند جلب تكوين الطلب", "female": "أنثى", + "freeDosageErrorMessage": "Add free dosage note", "freeTextDosage": "نص الجرعة الحر", "goToDrugOrderForm": "نموذج الطلب", "increment": "زيادة", @@ -72,12 +74,12 @@ "saveOrder": "حفظ الطلب", "searchAgain": "ابحث مرة أخرى", "searchFieldPlaceholder": "ابحث عن دواء أو مجموعة طلبات (مثل \"أسبرين\")", - "searchResultsMatchesForTerm_zero": "لا نتائج لـ \"{{searchTerm}}\"", "searchResultsMatchesForTerm_one": "{{count}} نتيجة لـ \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_two": "{{count}} نتيجتين لـ \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_few": "{{count}} نتيجة لـ \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_many": "{{count}} نتائج لـ \"{{searchTerm}}\"", "searchResultsMatchesForTerm_other": "{{count}} نتائج لـ \"{{searchTerm}}\"", + "selectFrequencyErrorMessage": "Please select a frequency", + "selectQuantityUnitsErrorMessage": "Please select quantity unit", + "selectRouteErrorMessage": "Please select a route", + "selectUnitErrorMessage": "Please select a unit", "startDate": "تاريخ البداية", "takeAsNeeded": "خذ حسب الحاجة", "tryReopeningTheForm": "يرجى محاولة فتح النموذج مرة أخرى", diff --git a/packages/esm-patient-medications-app/translations/es.json b/packages/esm-patient-medications-app/translations/es.json index 43270cceb7..8c3310abdc 100644 --- a/packages/esm-patient-medications-app/translations/es.json +++ b/packages/esm-patient-medications-app/translations/es.json @@ -13,6 +13,7 @@ "discontinue": "Interrumpir", "dispensingInformation": "3. Instrucciones de suministro", "dosageInstructions": "1. Instrucciones de dosificación", + "dosageRequiredErrorMessage": "A dosage is required", "dose": "Dosis", "drugAlreadyPrescribed": "Ya prescrito", "drugOrders": "Drug orders", @@ -32,6 +33,7 @@ "errorFetchingDrugResults": "Error al buscar resultados para \"{{searchTerm}}\"", "errorFetchingOrderConfig": "Se ha producido un error al recuperar la configuración del pedido", "female": "Femenino", + "freeDosageErrorMessage": "Add free dosage note", "freeTextDosage": "Dosificación de texto libre", "goToDrugOrderForm": "Abrir formulario", "increment": "Incremento", @@ -73,8 +75,11 @@ "searchAgain": "buscar de nuevo", "searchFieldPlaceholder": "Buscar un medicamento o un conjunto de órdenes (por ejemplo, \"Aspirina\")", "searchResultsMatchesForTerm_one": "{{count}} result for \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_many": "{{count}} results for \"{{searchTerm}}\"", "searchResultsMatchesForTerm_other": "{{count}} results for \"{{searchTerm}}\"", + "selectFrequencyErrorMessage": "Please select a frequency", + "selectQuantityUnitsErrorMessage": "Please select quantity unit", + "selectRouteErrorMessage": "Please select a route", + "selectUnitErrorMessage": "Please select a unit", "startDate": "Fecha de inicio", "takeAsNeeded": "Tomar según sea necesario", "tryReopeningTheForm": "Intente abrir el formulario de nuevo", diff --git a/packages/esm-patient-medications-app/translations/fr.json b/packages/esm-patient-medications-app/translations/fr.json index d18b5b0869..101eb48b78 100644 --- a/packages/esm-patient-medications-app/translations/fr.json +++ b/packages/esm-patient-medications-app/translations/fr.json @@ -13,6 +13,7 @@ "discontinue": "Discontinue", "dispensingInformation": "3. Dispensing instructions", "dosageInstructions": "1. Dosage instructions", + "dosageRequiredErrorMessage": "A dosage is required", "dose": "Dose", "drugAlreadyPrescribed": "Already prescribed", "drugOrders": "Drug orders", @@ -32,6 +33,7 @@ "errorFetchingDrugResults": "Error fetching results for \"{{searchTerm}}\"", "errorFetchingOrderConfig": "Error occured when fetching Order config", "female": "Female", + "freeDosageErrorMessage": "Add free dosage note", "freeTextDosage": "Free text dosage", "goToDrugOrderForm": "Order form", "increment": "Increment", @@ -73,8 +75,11 @@ "searchAgain": "search again", "searchFieldPlaceholder": "Search for a drug or orderset (e.g. \"Aspirin\")", "searchResultsMatchesForTerm_one": "{{count}} result for \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_many": "{{count}} results for \"{{searchTerm}}\"", "searchResultsMatchesForTerm_other": "{{count}} results for \"{{searchTerm}}\"", + "selectFrequencyErrorMessage": "Please select a frequency", + "selectQuantityUnitsErrorMessage": "Please select quantity unit", + "selectRouteErrorMessage": "Please select a route", + "selectUnitErrorMessage": "Please select a unit", "startDate": "Start date", "takeAsNeeded": "Take as needed", "tryReopeningTheForm": "Please try launching the form again", diff --git a/packages/esm-patient-medications-app/translations/he.json b/packages/esm-patient-medications-app/translations/he.json index d01a09db25..4d835220f6 100644 --- a/packages/esm-patient-medications-app/translations/he.json +++ b/packages/esm-patient-medications-app/translations/he.json @@ -13,6 +13,7 @@ "discontinue": "הפסק", "dispensingInformation": "3. הוראות חליפה", "dosageInstructions": "1. הוראות מינון", + "dosageRequiredErrorMessage": "A dosage is required", "dose": "מינון", "drugAlreadyPrescribed": "כבר רשום", "drugOrders": "Drug orders", @@ -32,6 +33,7 @@ "errorFetchingDrugResults": "שגיאה בקבלת תוצאות עבור \"{{searchTerm}}\"", "errorFetchingOrderConfig": "שגיאה בעת הבאת תצורת הזמנה", "female": "נְקֵבָה", + "freeDosageErrorMessage": "Add free dosage note", "freeTextDosage": "מינון בטקסט חופשי", "goToDrugOrderForm": "טופס הזמנה", "increment": "הגבר", @@ -73,9 +75,11 @@ "searchAgain": "חיפוש מחדש", "searchFieldPlaceholder": "חפש תרופה או סט הזמנות (לדוגמה: \"אספירין\")", "searchResultsMatchesForTerm_one": "{{count}} result for \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_two": "{{count}} results for \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_many": "{{count}} results for \"{{searchTerm}}\"", "searchResultsMatchesForTerm_other": "{{count}} results for \"{{searchTerm}}\"", + "selectFrequencyErrorMessage": "Please select a frequency", + "selectQuantityUnitsErrorMessage": "Please select quantity unit", + "selectRouteErrorMessage": "Please select a route", + "selectUnitErrorMessage": "Please select a unit", "startDate": "תאריך התחלה", "takeAsNeeded": "לקחת כפי הצורך", "tryReopeningTheForm": "נסה לפתוח את הטופס שוב", diff --git a/packages/esm-patient-medications-app/translations/km.json b/packages/esm-patient-medications-app/translations/km.json index 03da38317d..453671c6bd 100644 --- a/packages/esm-patient-medications-app/translations/km.json +++ b/packages/esm-patient-medications-app/translations/km.json @@ -13,6 +13,7 @@ "discontinue": "បញ្ឈប់", "dispensingInformation": "3. ការណែនាំអំពីការផ្តល់ឱសថ", "dosageInstructions": "1. ការណែនាំអំពីកំរិតប្រើប្រាស់", + "dosageRequiredErrorMessage": "A dosage is required", "dose": "កំរិតប្រើប្រាស់", "drugAlreadyPrescribed": "បានចេញវេជ្ជបញ្ជារួចហើយ", "drugOrders": "Drug orders", @@ -32,6 +33,7 @@ "errorFetchingDrugResults": "មានបញ្ហាក្នុងការទាញយកលទ្ធផលសម្រាប់ \"{{searchTerm}}\"", "errorFetchingOrderConfig": "មានបញ្ហានៅពេលទាញយកការកំណត់វេជ្ជបញ្ជា", "female": "ស្រី", + "freeDosageErrorMessage": "Add free dosage note", "freeTextDosage": "លំហទំនេរសម្រាប់វាយអត្ថបទកំរិតប្រើប្រាស់", "goToDrugOrderForm": "ទម្រង់គំរូវេជ្ជបញ្ជា", "increment": "បង្កើន", @@ -72,7 +74,12 @@ "saveOrder": "រក្សាទុកវេជ្ជបញ្ជា", "searchAgain": "ស្វែងរកម្តងទៀត", "searchFieldPlaceholder": "ស្វែងរកវេជ្ជបញ្ជា (ឧ. \"Aspirin\")", + "searchResultsMatchesForTerm_one": "{{count}} result for \"{{searchTerm}}\"", "searchResultsMatchesForTerm_other": "{{count}} លទ្ធផលសម្រាប់ \"{{searchTerm}}\"", + "selectFrequencyErrorMessage": "Please select a frequency", + "selectQuantityUnitsErrorMessage": "Please select quantity unit", + "selectRouteErrorMessage": "Please select a route", + "selectUnitErrorMessage": "Please select a unit", "startDate": "ថ្ងៃចាប់ផ្តើម", "takeAsNeeded": "យកតាមតម្រូវការ", "tryReopeningTheForm": "សូមព្យាយាមបើកទម្រង់នេះម្តងទៀត", diff --git a/packages/esm-patient-medications-app/translations/zh.json b/packages/esm-patient-medications-app/translations/zh.json index fb87daf18f..c60f320e90 100644 --- a/packages/esm-patient-medications-app/translations/zh.json +++ b/packages/esm-patient-medications-app/translations/zh.json @@ -3,19 +3,20 @@ "activeMedicationsHeaderTitle": "当前用药", "activeMedicationsTableTitle": "当前用药", "add": "添加", - "addDrugOrderWorkspaceTitle": "Add drug order", - "backToOrderBasket": "返回订单篮", + "addDrugOrderWorkspaceTitle": "添加药物医嘱", + "backToOrderBasket": "返回医嘱篮", "clearSearchResults": "清除结果", - "decrement": "Decrement", + "decrement": "递减", "details": "详情", - "directlyAddToBasket": "Add to basket", + "directlyAddToBasket": "添加到医嘱篮", "discard": "放弃", "discontinue": "停止使用", "dispensingInformation": "3. 配药说明", "dosageInstructions": "1. 用药剂量指导", + "dosageRequiredErrorMessage": "剂量是必填信息", "dose": "剂量", "drugAlreadyPrescribed": "已经开具处方", - "drugOrders": "处方", + "drugOrders": "药物医嘱", "duration": "持续时间", "durationUnit": "持续时间单位", "durationUnitPlaceholder": "持续时间单位", @@ -29,28 +30,29 @@ "endDate": "结束日期", "error": "错误", "errorFetchingDrugOrderTemplates": "获取药物医嘱模板时出现错误", - "errorFetchingDrugResults": "Error fetching results for \"{{searchTerm}}\"", + "errorFetchingDrugResults": "获取“{{searchTerm}}”的结果时出现错误", "errorFetchingOrderConfig": "获取医嘱配置时发生错误", "female": "女性", + "freeDosageErrorMessage": "请添加自由剂量说明", "freeTextDosage": "自由文本剂量", - "goToDrugOrderForm": "Order form", - "increment": "Increment", + "goToDrugOrderForm": "医嘱表单", + "increment": "递增", "indication": "适应症", "indicationPlaceholder": "例如 \"高血压\"", "male": "男性", - "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "无限期", - "Medications": "Medications", + "Medications": "药物", "modify": "修改", - "none": "None", - "noResultsForDrugSearch": "No results to display for \"{{searchTerm}}\"", + "none": "无", + "noResultsForDrugSearch": "没有与“{{searchTerm}}”有关的结果可显示", "onDate": "on", - "orderActionDiscontinue": "Discontinue", - "orderActionIncomplete": "Incomplete", - "orderActionNew": "New", - "orderActionRenew": "Renew", + "orderActionDiscontinue": "停止使用", + "orderActionIncomplete": "不完整", + "orderActionNew": "新增", + "orderActionRenew": "续方", "orderActionRevise": "修改", - "orderForm": "Order Form", + "orderForm": "医嘱表单", "other": "其他", "pastMedicationsDisplayText": "过往用药", "pastMedicationsHeaderTitle": "过往用药", @@ -63,22 +65,26 @@ "printedBy": "打印者 ", "prn": "P.R.N.", "prnReason": "P.R.N.原因", - "prnReasonPlaceholder": "服药的原因", + "prnReasonPlaceholder": "用药的原因", "quantity": "数量", "quantityToDispense": "配药数量", "refills": "处方补充", - "removeFromBasket": "Remove from basket", - "reorder": "Reorder", + "removeFromBasket": "从医嘱篮中移除", + "reorder": "重新使用", "saveOrder": "保存处方", "searchAgain": "重新搜索", "searchFieldPlaceholder": "搜索药品或医嘱集(例如“Aspirin”)", - "searchResultsMatchesForTerm_one": "{{count}} result for \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_other": "{{count}} results for \"{{searchTerm}}\"", + "searchResultsMatchesForTerm_one": " \"{{searchTerm}}\" 的{{count}}个结果", + "searchResultsMatchesForTerm_other": " \"{{searchTerm}}\" 的{{count}}个结果", + "selectFrequencyErrorMessage": "请选择一个频率", + "selectQuantityUnitsErrorMessage": "请选择数量单位", + "selectRouteErrorMessage": "请选择一个途径", + "selectUnitErrorMessage": "请选择一个单位", "startDate": "开始日期", - "takeAsNeeded": "按需服用", + "takeAsNeeded": "按需用药", "tryReopeningTheForm": "请尝试重新启动表单", "trySearchingAgain": "请尝试重新搜索", - "tryTo": "Try to", + "tryTo": "尝试", "unknown": "未知", - "usingADifferentTerm": "using a different term" + "usingADifferentTerm": "使用不同的术语" } diff --git a/packages/esm-patient-medications-app/translations/zh_CN.json b/packages/esm-patient-medications-app/translations/zh_CN.json index fb87daf18f..c60f320e90 100644 --- a/packages/esm-patient-medications-app/translations/zh_CN.json +++ b/packages/esm-patient-medications-app/translations/zh_CN.json @@ -3,19 +3,20 @@ "activeMedicationsHeaderTitle": "当前用药", "activeMedicationsTableTitle": "当前用药", "add": "添加", - "addDrugOrderWorkspaceTitle": "Add drug order", - "backToOrderBasket": "返回订单篮", + "addDrugOrderWorkspaceTitle": "添加药物医嘱", + "backToOrderBasket": "返回医嘱篮", "clearSearchResults": "清除结果", - "decrement": "Decrement", + "decrement": "递减", "details": "详情", - "directlyAddToBasket": "Add to basket", + "directlyAddToBasket": "添加到医嘱篮", "discard": "放弃", "discontinue": "停止使用", "dispensingInformation": "3. 配药说明", "dosageInstructions": "1. 用药剂量指导", + "dosageRequiredErrorMessage": "剂量是必填信息", "dose": "剂量", "drugAlreadyPrescribed": "已经开具处方", - "drugOrders": "处方", + "drugOrders": "药物医嘱", "duration": "持续时间", "durationUnit": "持续时间单位", "durationUnitPlaceholder": "持续时间单位", @@ -29,28 +30,29 @@ "endDate": "结束日期", "error": "错误", "errorFetchingDrugOrderTemplates": "获取药物医嘱模板时出现错误", - "errorFetchingDrugResults": "Error fetching results for \"{{searchTerm}}\"", + "errorFetchingDrugResults": "获取“{{searchTerm}}”的结果时出现错误", "errorFetchingOrderConfig": "获取医嘱配置时发生错误", "female": "女性", + "freeDosageErrorMessage": "请添加自由剂量说明", "freeTextDosage": "自由文本剂量", - "goToDrugOrderForm": "Order form", - "increment": "Increment", + "goToDrugOrderForm": "医嘱表单", + "increment": "递增", "indication": "适应症", "indicationPlaceholder": "例如 \"高血压\"", "male": "男性", - "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "无限期", - "Medications": "Medications", + "Medications": "药物", "modify": "修改", - "none": "None", - "noResultsForDrugSearch": "No results to display for \"{{searchTerm}}\"", + "none": "无", + "noResultsForDrugSearch": "没有与“{{searchTerm}}”有关的结果可显示", "onDate": "on", - "orderActionDiscontinue": "Discontinue", - "orderActionIncomplete": "Incomplete", - "orderActionNew": "New", - "orderActionRenew": "Renew", + "orderActionDiscontinue": "停止使用", + "orderActionIncomplete": "不完整", + "orderActionNew": "新增", + "orderActionRenew": "续方", "orderActionRevise": "修改", - "orderForm": "Order Form", + "orderForm": "医嘱表单", "other": "其他", "pastMedicationsDisplayText": "过往用药", "pastMedicationsHeaderTitle": "过往用药", @@ -63,22 +65,26 @@ "printedBy": "打印者 ", "prn": "P.R.N.", "prnReason": "P.R.N.原因", - "prnReasonPlaceholder": "服药的原因", + "prnReasonPlaceholder": "用药的原因", "quantity": "数量", "quantityToDispense": "配药数量", "refills": "处方补充", - "removeFromBasket": "Remove from basket", - "reorder": "Reorder", + "removeFromBasket": "从医嘱篮中移除", + "reorder": "重新使用", "saveOrder": "保存处方", "searchAgain": "重新搜索", "searchFieldPlaceholder": "搜索药品或医嘱集(例如“Aspirin”)", - "searchResultsMatchesForTerm_one": "{{count}} result for \"{{searchTerm}}\"", - "searchResultsMatchesForTerm_other": "{{count}} results for \"{{searchTerm}}\"", + "searchResultsMatchesForTerm_one": " \"{{searchTerm}}\" 的{{count}}个结果", + "searchResultsMatchesForTerm_other": " \"{{searchTerm}}\" 的{{count}}个结果", + "selectFrequencyErrorMessage": "请选择一个频率", + "selectQuantityUnitsErrorMessage": "请选择数量单位", + "selectRouteErrorMessage": "请选择一个途径", + "selectUnitErrorMessage": "请选择一个单位", "startDate": "开始日期", - "takeAsNeeded": "按需服用", + "takeAsNeeded": "按需用药", "tryReopeningTheForm": "请尝试重新启动表单", "trySearchingAgain": "请尝试重新搜索", - "tryTo": "Try to", + "tryTo": "尝试", "unknown": "未知", - "usingADifferentTerm": "using a different term" + "usingADifferentTerm": "使用不同的术语" } diff --git a/packages/esm-patient-notes-app/translations/am.json b/packages/esm-patient-notes-app/translations/am.json index 1a7af8790d..4cc0e3aa45 100644 --- a/packages/esm-patient-notes-app/translations/am.json +++ b/packages/esm-patient-notes-app/translations/am.json @@ -22,7 +22,7 @@ "searchForPrimaryDiagnosis": "Search for a primary diagnosis", "searchForSecondaryDiagnosis": "Search for a secondary diagnosis", "secondaryDiagnosis": "Secondary diagnosis", - "secondaryDiagnosisInputPlaceholder": "Choose a secondary diagnose", + "secondaryDiagnosisInputPlaceholder": "Choose a secondary diagnosis", "seeAll": "See all", "visitDate": "Visit date", "visitNote": "Visit note", diff --git a/packages/esm-patient-notes-app/translations/ar.json b/packages/esm-patient-notes-app/translations/ar.json index 8dc359dd45..aa0cc7067b 100644 --- a/packages/esm-patient-notes-app/translations/ar.json +++ b/packages/esm-patient-notes-app/translations/ar.json @@ -30,5 +30,5 @@ "visitNotes": "ملاحظات الزيارة", "visitNoteSaved": "تم حفظ ملاحظة الزيارة", "visitNoteSaveError": "خطأ في حفظ ملاحظة الزيارة", - "visitNoteWorkspaceTitle": "ملاحظة الزيارة" + "visitNoteWorkspaceTitle": "Visit Note" } diff --git a/packages/esm-patient-notes-app/translations/es.json b/packages/esm-patient-notes-app/translations/es.json index 0b9c326c50..90b9276ed5 100644 --- a/packages/esm-patient-notes-app/translations/es.json +++ b/packages/esm-patient-notes-app/translations/es.json @@ -30,5 +30,5 @@ "visitNotes": "Notas de visita", "visitNoteSaved": "Nota de visita guardada", "visitNoteSaveError": "Error al guardar la nota de visita", - "visitNoteWorkspaceTitle": "Nota de visita" + "visitNoteWorkspaceTitle": "Visit Note" } diff --git a/packages/esm-patient-notes-app/translations/fr.json b/packages/esm-patient-notes-app/translations/fr.json index 5408106409..84abeda6e0 100644 --- a/packages/esm-patient-notes-app/translations/fr.json +++ b/packages/esm-patient-notes-app/translations/fr.json @@ -30,5 +30,5 @@ "visitNotes": "Notes de la visite", "visitNoteSaved": "Note de la visite enregistrée avec succès", "visitNoteSaveError": "Erreur en sauvegardant la note de visite", - "visitNoteWorkspaceTitle": "Note de visite" + "visitNoteWorkspaceTitle": "Visit Note" } diff --git a/packages/esm-patient-notes-app/translations/he.json b/packages/esm-patient-notes-app/translations/he.json index fe2e60e063..0e994c269c 100644 --- a/packages/esm-patient-notes-app/translations/he.json +++ b/packages/esm-patient-notes-app/translations/he.json @@ -30,5 +30,5 @@ "visitNotes": "הערות ביקור", "visitNoteSaved": "הערת הביקור נשמרה בהצלחה", "visitNoteSaveError": "שגיאה בשמירת הערת הביקור", - "visitNoteWorkspaceTitle": "הערת ביקור" + "visitNoteWorkspaceTitle": "Visit Note" } diff --git a/packages/esm-patient-notes-app/translations/km.json b/packages/esm-patient-notes-app/translations/km.json index 8bc6bd4574..0c5b3e23d1 100644 --- a/packages/esm-patient-notes-app/translations/km.json +++ b/packages/esm-patient-notes-app/translations/km.json @@ -30,5 +30,5 @@ "visitNotes": "កំណត់សម្គាល់នៃរាល់ការមកពិនិត្យ", "visitNoteSaved": "បានរក្សាទុកកំណត់សម្គាល់នៃការមកពិនិត្យដោយជោគជ័យ", "visitNoteSaveError": "កំហុសក្នុងការរក្សាទុកកំណត់សម្គាល់នៃការមកពិនិត្យ", - "visitNoteWorkspaceTitle": "កំណត់សម្គាល់នៃការមកពិនិត្យ" + "visitNoteWorkspaceTitle": "Visit Note" } diff --git a/packages/esm-patient-notes-app/translations/zh.json b/packages/esm-patient-notes-app/translations/zh.json index 7fae30c8cd..ee82deb634 100644 --- a/packages/esm-patient-notes-app/translations/zh.json +++ b/packages/esm-patient-notes-app/translations/zh.json @@ -1,34 +1,34 @@ { "add": "添加", - "addImage": "Add image", - "addImageToVisit": "Add an image to this visit", - "addVisitNote": "Add a visit note", - "clinicalNoteLabel": "Write your notes", - "clinicalNotePlaceholder": "Write any notes here", + "addImage": "添加图像", + "addVisitNote": "添加就诊记录", + "changeImage": "更改图像", + "clinicalNoteLabel": "撰写您的记录", + "clinicalNotePlaceholder": "在这里记录任何内容", "date": "日期", "diagnoses": "诊断", "discard": "放弃", - "emptyDiagnosisText": "No diagnosis selected — Enter a diagnosis below", - "enterPrimaryDiagnoses": "Enter Primary diagnoses", - "enterSecondaryDiagnoses": "Enter Secondary diagnoses", - "image": "Image", - "imageUploadHelperText": "Upload an image or use this device's camera to capture an image", - "noMatchingDiagnoses": "No diagnoses found matching", - "note": "Note", - "noVisitNoteToDisplay": "No visit note to display", - "primaryDiagnosis": "Primary diagnosis", - "primaryDiagnosisInputPlaceholder": "Choose a primary diagnosis", + "emptyDiagnosisText": "未选择诊断 — 请在下方输入诊断", + "enterPrimaryDiagnoses": "输入主要诊断", + "enterSecondaryDiagnoses": "输入次要诊断", + "image": "图像", + "imageUploadHelperText": "上传一张图像或使用此设备的摄像头拍摄一张图像", + "noMatchingDiagnoses": "未找到匹配的诊断", + "note": "记录", + "noVisitNoteToDisplay": "没有可显示的就诊记录", + "primaryDiagnosis": "主要诊断", + "primaryDiagnosisInputPlaceholder": "选择一个主要诊断", "saveAndClose": "保存并关闭", - "searchForPrimaryDiagnosis": "Search for a primary diagnosis", - "searchForSecondaryDiagnosis": "Search for a secondary diagnosis", - "secondaryDiagnosis": "Secondary diagnosis", - "secondaryDiagnosisInputPlaceholder": "Choose a secondary diagnosis", + "searchForPrimaryDiagnosis": "搜索主要诊断", + "searchForSecondaryDiagnosis": "搜索次要诊断", + "secondaryDiagnosis": "次要诊断", + "secondaryDiagnosisInputPlaceholder": "选择一个次要诊断", "seeAll": "查看全部", "visitDate": "就诊日期", - "visitNote": "Visit note", - "visitNoteNowVisible": "It is now visible on the Encounters page", - "visitNotes": "Visit notes", - "visitNoteSaved": "Visit note saved successfully", - "visitNoteSaveError": "Error saving visit note", - "visitNoteWorkspaceTitle": "Visit Note" + "visitNote": "就诊记录", + "visitNoteNowVisible": "现在在问诊页面上可见", + "visitNotes": "就诊记录", + "visitNoteSaved": "就诊记录已保存", + "visitNoteSaveError": "保存就诊记录时出现错误", + "visitNoteWorkspaceTitle": "就诊记录" } diff --git a/packages/esm-patient-notes-app/translations/zh_CN.json b/packages/esm-patient-notes-app/translations/zh_CN.json index 7fae30c8cd..ee82deb634 100644 --- a/packages/esm-patient-notes-app/translations/zh_CN.json +++ b/packages/esm-patient-notes-app/translations/zh_CN.json @@ -1,34 +1,34 @@ { "add": "添加", - "addImage": "Add image", - "addImageToVisit": "Add an image to this visit", - "addVisitNote": "Add a visit note", - "clinicalNoteLabel": "Write your notes", - "clinicalNotePlaceholder": "Write any notes here", + "addImage": "添加图像", + "addVisitNote": "添加就诊记录", + "changeImage": "更改图像", + "clinicalNoteLabel": "撰写您的记录", + "clinicalNotePlaceholder": "在这里记录任何内容", "date": "日期", "diagnoses": "诊断", "discard": "放弃", - "emptyDiagnosisText": "No diagnosis selected — Enter a diagnosis below", - "enterPrimaryDiagnoses": "Enter Primary diagnoses", - "enterSecondaryDiagnoses": "Enter Secondary diagnoses", - "image": "Image", - "imageUploadHelperText": "Upload an image or use this device's camera to capture an image", - "noMatchingDiagnoses": "No diagnoses found matching", - "note": "Note", - "noVisitNoteToDisplay": "No visit note to display", - "primaryDiagnosis": "Primary diagnosis", - "primaryDiagnosisInputPlaceholder": "Choose a primary diagnosis", + "emptyDiagnosisText": "未选择诊断 — 请在下方输入诊断", + "enterPrimaryDiagnoses": "输入主要诊断", + "enterSecondaryDiagnoses": "输入次要诊断", + "image": "图像", + "imageUploadHelperText": "上传一张图像或使用此设备的摄像头拍摄一张图像", + "noMatchingDiagnoses": "未找到匹配的诊断", + "note": "记录", + "noVisitNoteToDisplay": "没有可显示的就诊记录", + "primaryDiagnosis": "主要诊断", + "primaryDiagnosisInputPlaceholder": "选择一个主要诊断", "saveAndClose": "保存并关闭", - "searchForPrimaryDiagnosis": "Search for a primary diagnosis", - "searchForSecondaryDiagnosis": "Search for a secondary diagnosis", - "secondaryDiagnosis": "Secondary diagnosis", - "secondaryDiagnosisInputPlaceholder": "Choose a secondary diagnosis", + "searchForPrimaryDiagnosis": "搜索主要诊断", + "searchForSecondaryDiagnosis": "搜索次要诊断", + "secondaryDiagnosis": "次要诊断", + "secondaryDiagnosisInputPlaceholder": "选择一个次要诊断", "seeAll": "查看全部", "visitDate": "就诊日期", - "visitNote": "Visit note", - "visitNoteNowVisible": "It is now visible on the Encounters page", - "visitNotes": "Visit notes", - "visitNoteSaved": "Visit note saved successfully", - "visitNoteSaveError": "Error saving visit note", - "visitNoteWorkspaceTitle": "Visit Note" + "visitNote": "就诊记录", + "visitNoteNowVisible": "现在在问诊页面上可见", + "visitNotes": "就诊记录", + "visitNoteSaved": "就诊记录已保存", + "visitNoteSaveError": "保存就诊记录时出现错误", + "visitNoteWorkspaceTitle": "就诊记录" } diff --git a/packages/esm-patient-orders-app/translations/am.json b/packages/esm-patient-orders-app/translations/am.json index 4d26f8ac51..fb1775fa29 100644 --- a/packages/esm-patient-orders-app/translations/am.json +++ b/packages/esm-patient-orders-app/translations/am.json @@ -1,23 +1,49 @@ { "add": "Add", "addResults": "Add Results", + "all": "All", + "cancellationDate": "Cancellation date", + "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", + "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", + "discard": "Discard", + "dose": "Dose", + "endDate": "End date", + "error": "Error", + "errorCancellingOrder": "Error cancelling order", "female": "Female", + "indication": "Indication", + "launchOrderBasket": "Launch order basket", "male": "Male", + "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationIndefiniteDuration": "Indefinite duration", "onDate": "on", "order": "Order", "orderBasketWorkspaceTitle": "Order Basket", + "orderCancellation": "Order cancellation", + "orderCancelled": "Order cancelled", "orderedBy": "Ordered By", - "orderId": "Order ID", + "ordererInformation": "Orderer information", + "orderNumber": "Order number", "orders": "Orders", "Orders": "Orders", "orderType": "Order Type", "other": "Other", + "pleaseFillRequiredFields": "Please fill all the required fields", "print": "Print", "printedBy": "Printed by", "priority": "Priority", + "quantity": "Quantity", + "reasonForCancellation": "Reason for cancellation", + "reasonForCancellationRequired": "Reason for cancellation is required", + "refills": "Refills", + "saveAndClose": "Save and close", + "saving": "Saving", + "selectOrderType": "Select order type", "status": "Status", + "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "unknown": "Unknown", + "unknownOrderType": "Unknown Order Type", "viewEdit": "View/Edit Order" } diff --git a/packages/esm-patient-orders-app/translations/ar.json b/packages/esm-patient-orders-app/translations/ar.json index 4d26f8ac51..fb1775fa29 100644 --- a/packages/esm-patient-orders-app/translations/ar.json +++ b/packages/esm-patient-orders-app/translations/ar.json @@ -1,23 +1,49 @@ { "add": "Add", "addResults": "Add Results", + "all": "All", + "cancellationDate": "Cancellation date", + "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", + "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", + "discard": "Discard", + "dose": "Dose", + "endDate": "End date", + "error": "Error", + "errorCancellingOrder": "Error cancelling order", "female": "Female", + "indication": "Indication", + "launchOrderBasket": "Launch order basket", "male": "Male", + "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationIndefiniteDuration": "Indefinite duration", "onDate": "on", "order": "Order", "orderBasketWorkspaceTitle": "Order Basket", + "orderCancellation": "Order cancellation", + "orderCancelled": "Order cancelled", "orderedBy": "Ordered By", - "orderId": "Order ID", + "ordererInformation": "Orderer information", + "orderNumber": "Order number", "orders": "Orders", "Orders": "Orders", "orderType": "Order Type", "other": "Other", + "pleaseFillRequiredFields": "Please fill all the required fields", "print": "Print", "printedBy": "Printed by", "priority": "Priority", + "quantity": "Quantity", + "reasonForCancellation": "Reason for cancellation", + "reasonForCancellationRequired": "Reason for cancellation is required", + "refills": "Refills", + "saveAndClose": "Save and close", + "saving": "Saving", + "selectOrderType": "Select order type", "status": "Status", + "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "unknown": "Unknown", + "unknownOrderType": "Unknown Order Type", "viewEdit": "View/Edit Order" } diff --git a/packages/esm-patient-orders-app/translations/es.json b/packages/esm-patient-orders-app/translations/es.json index 4d26f8ac51..fb1775fa29 100644 --- a/packages/esm-patient-orders-app/translations/es.json +++ b/packages/esm-patient-orders-app/translations/es.json @@ -1,23 +1,49 @@ { "add": "Add", "addResults": "Add Results", + "all": "All", + "cancellationDate": "Cancellation date", + "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", + "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", + "discard": "Discard", + "dose": "Dose", + "endDate": "End date", + "error": "Error", + "errorCancellingOrder": "Error cancelling order", "female": "Female", + "indication": "Indication", + "launchOrderBasket": "Launch order basket", "male": "Male", + "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationIndefiniteDuration": "Indefinite duration", "onDate": "on", "order": "Order", "orderBasketWorkspaceTitle": "Order Basket", + "orderCancellation": "Order cancellation", + "orderCancelled": "Order cancelled", "orderedBy": "Ordered By", - "orderId": "Order ID", + "ordererInformation": "Orderer information", + "orderNumber": "Order number", "orders": "Orders", "Orders": "Orders", "orderType": "Order Type", "other": "Other", + "pleaseFillRequiredFields": "Please fill all the required fields", "print": "Print", "printedBy": "Printed by", "priority": "Priority", + "quantity": "Quantity", + "reasonForCancellation": "Reason for cancellation", + "reasonForCancellationRequired": "Reason for cancellation is required", + "refills": "Refills", + "saveAndClose": "Save and close", + "saving": "Saving", + "selectOrderType": "Select order type", "status": "Status", + "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "unknown": "Unknown", + "unknownOrderType": "Unknown Order Type", "viewEdit": "View/Edit Order" } diff --git a/packages/esm-patient-orders-app/translations/fr.json b/packages/esm-patient-orders-app/translations/fr.json index 4d26f8ac51..fb1775fa29 100644 --- a/packages/esm-patient-orders-app/translations/fr.json +++ b/packages/esm-patient-orders-app/translations/fr.json @@ -1,23 +1,49 @@ { "add": "Add", "addResults": "Add Results", + "all": "All", + "cancellationDate": "Cancellation date", + "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", + "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", + "discard": "Discard", + "dose": "Dose", + "endDate": "End date", + "error": "Error", + "errorCancellingOrder": "Error cancelling order", "female": "Female", + "indication": "Indication", + "launchOrderBasket": "Launch order basket", "male": "Male", + "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationIndefiniteDuration": "Indefinite duration", "onDate": "on", "order": "Order", "orderBasketWorkspaceTitle": "Order Basket", + "orderCancellation": "Order cancellation", + "orderCancelled": "Order cancelled", "orderedBy": "Ordered By", - "orderId": "Order ID", + "ordererInformation": "Orderer information", + "orderNumber": "Order number", "orders": "Orders", "Orders": "Orders", "orderType": "Order Type", "other": "Other", + "pleaseFillRequiredFields": "Please fill all the required fields", "print": "Print", "printedBy": "Printed by", "priority": "Priority", + "quantity": "Quantity", + "reasonForCancellation": "Reason for cancellation", + "reasonForCancellationRequired": "Reason for cancellation is required", + "refills": "Refills", + "saveAndClose": "Save and close", + "saving": "Saving", + "selectOrderType": "Select order type", "status": "Status", + "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "unknown": "Unknown", + "unknownOrderType": "Unknown Order Type", "viewEdit": "View/Edit Order" } diff --git a/packages/esm-patient-orders-app/translations/he.json b/packages/esm-patient-orders-app/translations/he.json index 4d26f8ac51..fb1775fa29 100644 --- a/packages/esm-patient-orders-app/translations/he.json +++ b/packages/esm-patient-orders-app/translations/he.json @@ -1,23 +1,49 @@ { "add": "Add", "addResults": "Add Results", + "all": "All", + "cancellationDate": "Cancellation date", + "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", + "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", + "discard": "Discard", + "dose": "Dose", + "endDate": "End date", + "error": "Error", + "errorCancellingOrder": "Error cancelling order", "female": "Female", + "indication": "Indication", + "launchOrderBasket": "Launch order basket", "male": "Male", + "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationIndefiniteDuration": "Indefinite duration", "onDate": "on", "order": "Order", "orderBasketWorkspaceTitle": "Order Basket", + "orderCancellation": "Order cancellation", + "orderCancelled": "Order cancelled", "orderedBy": "Ordered By", - "orderId": "Order ID", + "ordererInformation": "Orderer information", + "orderNumber": "Order number", "orders": "Orders", "Orders": "Orders", "orderType": "Order Type", "other": "Other", + "pleaseFillRequiredFields": "Please fill all the required fields", "print": "Print", "printedBy": "Printed by", "priority": "Priority", + "quantity": "Quantity", + "reasonForCancellation": "Reason for cancellation", + "reasonForCancellationRequired": "Reason for cancellation is required", + "refills": "Refills", + "saveAndClose": "Save and close", + "saving": "Saving", + "selectOrderType": "Select order type", "status": "Status", + "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "unknown": "Unknown", + "unknownOrderType": "Unknown Order Type", "viewEdit": "View/Edit Order" } diff --git a/packages/esm-patient-orders-app/translations/km.json b/packages/esm-patient-orders-app/translations/km.json index 4d26f8ac51..fb1775fa29 100644 --- a/packages/esm-patient-orders-app/translations/km.json +++ b/packages/esm-patient-orders-app/translations/km.json @@ -1,23 +1,49 @@ { "add": "Add", "addResults": "Add Results", + "all": "All", + "cancellationDate": "Cancellation date", + "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", + "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", + "discard": "Discard", + "dose": "Dose", + "endDate": "End date", + "error": "Error", + "errorCancellingOrder": "Error cancelling order", "female": "Female", + "indication": "Indication", + "launchOrderBasket": "Launch order basket", "male": "Male", + "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationIndefiniteDuration": "Indefinite duration", "onDate": "on", "order": "Order", "orderBasketWorkspaceTitle": "Order Basket", + "orderCancellation": "Order cancellation", + "orderCancelled": "Order cancelled", "orderedBy": "Ordered By", - "orderId": "Order ID", + "ordererInformation": "Orderer information", + "orderNumber": "Order number", "orders": "Orders", "Orders": "Orders", "orderType": "Order Type", "other": "Other", + "pleaseFillRequiredFields": "Please fill all the required fields", "print": "Print", "printedBy": "Printed by", "priority": "Priority", + "quantity": "Quantity", + "reasonForCancellation": "Reason for cancellation", + "reasonForCancellationRequired": "Reason for cancellation is required", + "refills": "Refills", + "saveAndClose": "Save and close", + "saving": "Saving", + "selectOrderType": "Select order type", "status": "Status", + "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "unknown": "Unknown", + "unknownOrderType": "Unknown Order Type", "viewEdit": "View/Edit Order" } diff --git a/packages/esm-patient-orders-app/translations/zh.json b/packages/esm-patient-orders-app/translations/zh.json index 399b47dd08..914224453f 100644 --- a/packages/esm-patient-orders-app/translations/zh.json +++ b/packages/esm-patient-orders-app/translations/zh.json @@ -1,23 +1,49 @@ { "add": "添加", - "addResults": "Add Results", - "cancelOrder": "Cancel Order", - "dateOfOrder": "Date of Order", + "addResults": "添加结果", + "all": "All", + "cancellationDate": "Cancellation date", + "cancellationDateRequired": "Cancellation date is required", + "cancelOrder": "取消医嘱", + "dateCannotBeBeforeToday": "Date cannot be before today", + "dateOfOrder": "医嘱日期", + "discard": "Discard", + "dose": "Dose", + "endDate": "End date", + "error": "Error", + "errorCancellingOrder": "Error cancelling order", "female": "女性", + "indication": "Indication", + "launchOrderBasket": "Launch order basket", "male": "男性", + "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationIndefiniteDuration": "Indefinite duration", "onDate": "on", - "order": "Order", - "orderBasketWorkspaceTitle": "Order Basket", - "orderedBy": "Ordered By", - "orderId": "Order ID", - "orders": "Orders", - "Orders": "Orders", - "orderType": "Order Type", + "order": "医嘱", + "orderBasketWorkspaceTitle": "医嘱篮", + "orderCancellation": "Order cancellation", + "orderCancelled": "Order cancelled", + "orderedBy": "签发人", + "ordererInformation": "Orderer information", + "orderNumber": "Order number", + "orders": "医嘱", + "Orders": "医嘱", + "orderType": "医嘱类型", "other": "其他", + "pleaseFillRequiredFields": "Please fill all the required fields", "print": "打印", "printedBy": "打印者", "priority": "优先级", + "quantity": "Quantity", + "reasonForCancellation": "Reason for cancellation", + "reasonForCancellationRequired": "Reason for cancellation is required", + "refills": "Refills", + "saveAndClose": "Save and close", + "saving": "Saving", + "selectOrderType": "Select order type", "status": "状态", + "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "unknown": "未知", - "viewEdit": "View/Edit Order" + "unknownOrderType": "Unknown Order Type", + "viewEdit": "查看/编辑医嘱" } diff --git a/packages/esm-patient-orders-app/translations/zh_CN.json b/packages/esm-patient-orders-app/translations/zh_CN.json index d5cb61ce60..914224453f 100644 --- a/packages/esm-patient-orders-app/translations/zh_CN.json +++ b/packages/esm-patient-orders-app/translations/zh_CN.json @@ -1,23 +1,49 @@ { "add": "添加", - "addResults": "Add Results", - "cancelOrder": "Cancel Order", - "dateOfOrder": "Date of Order", + "addResults": "添加结果", + "all": "All", + "cancellationDate": "Cancellation date", + "cancellationDateRequired": "Cancellation date is required", + "cancelOrder": "取消医嘱", + "dateCannotBeBeforeToday": "Date cannot be before today", + "dateOfOrder": "医嘱日期", + "discard": "Discard", + "dose": "Dose", + "endDate": "End date", + "error": "Error", + "errorCancellingOrder": "Error cancelling order", "female": "女性", + "indication": "Indication", + "launchOrderBasket": "Launch order basket", "male": "男性", + "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", + "medicationIndefiniteDuration": "Indefinite duration", "onDate": "on", - "order": "Order", - "orderBasketWorkspaceTitle": "Order Basket", - "orderedBy": "Ordered by", - "orderId": "Order ID", - "orders": "Orders", - "Orders": "Orders", - "orderType": "Order Type", + "order": "医嘱", + "orderBasketWorkspaceTitle": "医嘱篮", + "orderCancellation": "Order cancellation", + "orderCancelled": "Order cancelled", + "orderedBy": "签发人", + "ordererInformation": "Orderer information", + "orderNumber": "Order number", + "orders": "医嘱", + "Orders": "医嘱", + "orderType": "医嘱类型", "other": "其他", + "pleaseFillRequiredFields": "Please fill all the required fields", "print": "打印", "printedBy": "打印者", "priority": "优先级", + "quantity": "Quantity", + "reasonForCancellation": "Reason for cancellation", + "reasonForCancellationRequired": "Reason for cancellation is required", + "refills": "Refills", + "saveAndClose": "Save and close", + "saving": "Saving", + "selectOrderType": "Select order type", "status": "状态", + "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "unknown": "未知", - "viewEdit": "View/Edit Order" + "unknownOrderType": "Unknown Order Type", + "viewEdit": "查看/编辑医嘱" } diff --git a/packages/esm-patient-programs-app/translations/zh.json b/packages/esm-patient-programs-app/translations/zh.json index 5a5ea2da76..712bfbeae8 100644 --- a/packages/esm-patient-programs-app/translations/zh.json +++ b/packages/esm-patient-programs-app/translations/zh.json @@ -1,33 +1,33 @@ { - "actions": "Actions", - "active": "Active", - "activePrograms": "Active programs", - "add": "Add", - "cancel": "Cancel", - "carePrograms": "Care Programs", - "chooseProgram": "Choose a program", - "completedOn": "Completed On", - "configurePrograms": "Please configure programs to continue.", - "dateCompleted": "Date completed", - "dateEnrolled": "Date enrolled", - "editProgram": "Edit Program", - "enrollmentLocation": "Enrollment location", - "enrollmentNowVisible": "It is now visible in the Programs table", - "enrollmentSaved": "Program enrollment saved", - "enrollmentUpdated": "Program enrollment updated", - "enrollmentUpdatesNowVisible": "Changes to the program are now visible in the Programs table", - "fullyEnrolled": "Enrolled in all programs", - "location": "Location", - "noEligibleEnrollments": "There are no more programs left to enroll this patient in", - "noProgramsConfigured": "No programs configured", - "programEnrollments": "Program enrollments", - "programEnrollmentSaveError": "Error saving program enrollment", - "programEnrollmentWorkspaceTitle": "Record program enrollment", - "programName": "Program name", - "programs": "Program enrollments", - "Programs": "Programs", + "actions": "操作", + "active": "活跃", + "activePrograms": "活跃项目", + "add": "添加", + "cancel": "取消", + "carePrograms": "护理项目", + "chooseProgram": "选择一个项目", + "completedOn": "完成于", + "configurePrograms": "请配置项目以继续。", + "dateCompleted": "完成日期", + "dateEnrolled": "登记日期", + "editProgram": "编辑项目", + "enrollmentLocation": "登记地点", + "enrollmentNowVisible": "现在在项目表格中可见", + "enrollmentSaved": "项目登记已保存", + "enrollmentUpdated": "项目登记已更新", + "enrollmentUpdatesNowVisible": "对项目的更改现在在项目表格中可见", + "fullyEnrolled": "已参与了所有项目", + "location": "地点", + "noEligibleEnrollments": "没有其他项目可供该患者参与了", + "noProgramsConfigured": "未配置项目", + "programEnrollments": "项目登记", + "programEnrollmentSaveError": "保存项目登记时出现错误", + "programEnrollmentWorkspaceTitle": "记录项目登记", + "programName": "项目名称", + "programs": "项目登记", + "Programs": "项目", "required": "Required", - "saveAndClose": "Save and close", - "seeAll": "See all", - "status": "Status" + "saveAndClose": "保存并关闭", + "seeAll": "查看全部", + "status": "状态" } diff --git a/packages/esm-patient-programs-app/translations/zh_CN.json b/packages/esm-patient-programs-app/translations/zh_CN.json index 5a5ea2da76..712bfbeae8 100644 --- a/packages/esm-patient-programs-app/translations/zh_CN.json +++ b/packages/esm-patient-programs-app/translations/zh_CN.json @@ -1,33 +1,33 @@ { - "actions": "Actions", - "active": "Active", - "activePrograms": "Active programs", - "add": "Add", - "cancel": "Cancel", - "carePrograms": "Care Programs", - "chooseProgram": "Choose a program", - "completedOn": "Completed On", - "configurePrograms": "Please configure programs to continue.", - "dateCompleted": "Date completed", - "dateEnrolled": "Date enrolled", - "editProgram": "Edit Program", - "enrollmentLocation": "Enrollment location", - "enrollmentNowVisible": "It is now visible in the Programs table", - "enrollmentSaved": "Program enrollment saved", - "enrollmentUpdated": "Program enrollment updated", - "enrollmentUpdatesNowVisible": "Changes to the program are now visible in the Programs table", - "fullyEnrolled": "Enrolled in all programs", - "location": "Location", - "noEligibleEnrollments": "There are no more programs left to enroll this patient in", - "noProgramsConfigured": "No programs configured", - "programEnrollments": "Program enrollments", - "programEnrollmentSaveError": "Error saving program enrollment", - "programEnrollmentWorkspaceTitle": "Record program enrollment", - "programName": "Program name", - "programs": "Program enrollments", - "Programs": "Programs", + "actions": "操作", + "active": "活跃", + "activePrograms": "活跃项目", + "add": "添加", + "cancel": "取消", + "carePrograms": "护理项目", + "chooseProgram": "选择一个项目", + "completedOn": "完成于", + "configurePrograms": "请配置项目以继续。", + "dateCompleted": "完成日期", + "dateEnrolled": "登记日期", + "editProgram": "编辑项目", + "enrollmentLocation": "登记地点", + "enrollmentNowVisible": "现在在项目表格中可见", + "enrollmentSaved": "项目登记已保存", + "enrollmentUpdated": "项目登记已更新", + "enrollmentUpdatesNowVisible": "对项目的更改现在在项目表格中可见", + "fullyEnrolled": "已参与了所有项目", + "location": "地点", + "noEligibleEnrollments": "没有其他项目可供该患者参与了", + "noProgramsConfigured": "未配置项目", + "programEnrollments": "项目登记", + "programEnrollmentSaveError": "保存项目登记时出现错误", + "programEnrollmentWorkspaceTitle": "记录项目登记", + "programName": "项目名称", + "programs": "项目登记", + "Programs": "项目", "required": "Required", - "saveAndClose": "Save and close", - "seeAll": "See all", - "status": "Status" + "saveAndClose": "保存并关闭", + "seeAll": "查看全部", + "status": "状态" } diff --git a/packages/esm-patient-vitals-app/translations/zh.json b/packages/esm-patient-vitals-app/translations/zh.json index c7c20f62b3..b0079ad094 100644 --- a/packages/esm-patient-vitals-app/translations/zh.json +++ b/packages/esm-patient-vitals-app/translations/zh.json @@ -2,9 +2,9 @@ "abnormalValue": "异常值", "add": "添加", "additionalNoteText": "在这里输入任何附加说明", - "biometricDisplayed": "生物特征显示", - "biometrics": "生物特征", - "biometrics_lower": "生物特征", + "biometricDisplayed": "生物测定显示", + "biometrics": "生物测定", + "biometrics_lower": "生物测定", "bloodPressure": "血压", "bmi": "BMI", "bp": "血压", @@ -31,9 +31,9 @@ "print": "打印", "printedBy": "打印者 ", "pulse": "脉搏", - "recordBiometrics": "记录生物特征", + "recordBiometrics": "记录生物测定", "recordVitals": "记录生命体征", - "recordVitalsAndBiometrics": "Record Vitals and Biometrics", + "recordVitalsAndBiometrics": "记录生命体征和生物测定", "respirationRate": "呼吸频率", "respiratoryRate": "呼吸频率", "saveAndClose": "保存并关闭", @@ -46,11 +46,11 @@ "unknown": "未知", "validationInputError": "数值必须在{{min}}和{{max}}之间", "vitals": "生命体征", - "Vitals & Biometrics": "生命体征和生物特征", - "vitalsAndBiometrics": "生命体征和生物特征", - "vitalsAndBiometricsNowAvailable": "现在在生命体征和生物特征页面上可见", - "vitalsAndBiometricsRecorded": "生命体征和生物特征数据已保存", - "vitalsAndBiometricsSaveError": "保存生命体征和生物特征数据时出现错误", + "Vitals & Biometrics": "生命体征&生物测定", + "vitalsAndBiometrics": "生命体征和生物测定", + "vitalsAndBiometricsNowAvailable": "现在在生命体征和生物测定页面上可见", + "vitalsAndBiometricsRecorded": "生命体征和生物测定数据已保存", + "vitalsAndBiometricsSaveError": "保存生命体征和生物测定数据时出现错误", "vitalsHistory": "生命体征历史", "vitalSignDisplayed": "生命体征已显示", "vitalSigns": "生命体征", diff --git a/packages/esm-patient-vitals-app/translations/zh_CN.json b/packages/esm-patient-vitals-app/translations/zh_CN.json index c7c20f62b3..b0079ad094 100644 --- a/packages/esm-patient-vitals-app/translations/zh_CN.json +++ b/packages/esm-patient-vitals-app/translations/zh_CN.json @@ -2,9 +2,9 @@ "abnormalValue": "异常值", "add": "添加", "additionalNoteText": "在这里输入任何附加说明", - "biometricDisplayed": "生物特征显示", - "biometrics": "生物特征", - "biometrics_lower": "生物特征", + "biometricDisplayed": "生物测定显示", + "biometrics": "生物测定", + "biometrics_lower": "生物测定", "bloodPressure": "血压", "bmi": "BMI", "bp": "血压", @@ -31,9 +31,9 @@ "print": "打印", "printedBy": "打印者 ", "pulse": "脉搏", - "recordBiometrics": "记录生物特征", + "recordBiometrics": "记录生物测定", "recordVitals": "记录生命体征", - "recordVitalsAndBiometrics": "Record Vitals and Biometrics", + "recordVitalsAndBiometrics": "记录生命体征和生物测定", "respirationRate": "呼吸频率", "respiratoryRate": "呼吸频率", "saveAndClose": "保存并关闭", @@ -46,11 +46,11 @@ "unknown": "未知", "validationInputError": "数值必须在{{min}}和{{max}}之间", "vitals": "生命体征", - "Vitals & Biometrics": "生命体征和生物特征", - "vitalsAndBiometrics": "生命体征和生物特征", - "vitalsAndBiometricsNowAvailable": "现在在生命体征和生物特征页面上可见", - "vitalsAndBiometricsRecorded": "生命体征和生物特征数据已保存", - "vitalsAndBiometricsSaveError": "保存生命体征和生物特征数据时出现错误", + "Vitals & Biometrics": "生命体征&生物测定", + "vitalsAndBiometrics": "生命体征和生物测定", + "vitalsAndBiometricsNowAvailable": "现在在生命体征和生物测定页面上可见", + "vitalsAndBiometricsRecorded": "生命体征和生物测定数据已保存", + "vitalsAndBiometricsSaveError": "保存生命体征和生物测定数据时出现错误", "vitalsHistory": "生命体征历史", "vitalSignDisplayed": "生命体征已显示", "vitalSigns": "生命体征",