diff --git a/packages/esm-form-engine-app/translations/am.json b/packages/esm-form-engine-app/translations/am.json index bb79ccad1c..15c56f807a 100644 --- a/packages/esm-form-engine-app/translations/am.json +++ b/packages/esm-form-engine-app/translations/am.json @@ -1,8 +1,15 @@ { + "cancel": "Cancel", "closeThisPanel": "Close this panel", + "collapseAll": "Collapse all", + "deleteQuestion": "Delete question", + "deleteQuestionConfirmation": "Are you sure you want to delete this question?", + "deleteQuestionExplainerText": "This action cannot be undone.", "errorTitle": "There was an error with this form", + "expandAll": "Expand all", "loading": "Loading", "or": "or", "thisList": "this list", + "toggleCollapseOrExpand": "Toggle collapse or expand", "tryAgainMessage": "Try opening another form from" } diff --git a/packages/esm-form-engine-app/translations/ar.json b/packages/esm-form-engine-app/translations/ar.json index 7ebcfe7d32..ba203819c5 100644 --- a/packages/esm-form-engine-app/translations/ar.json +++ b/packages/esm-form-engine-app/translations/ar.json @@ -1,8 +1,15 @@ { + "cancel": "Cancel", "closeThisPanel": "أغلق هذه اللوحة", + "collapseAll": "Collapse all", + "deleteQuestion": "Delete question", + "deleteQuestionConfirmation": "Are you sure you want to delete this question?", + "deleteQuestionExplainerText": "This action cannot be undone.", "errorTitle": "كان هناك خطأ في هذا النموذج", + "expandAll": "Expand all", "loading": "جار التحميل", "or": "أو", "thisList": "هذه القائمة", + "toggleCollapseOrExpand": "Toggle collapse or expand", "tryAgainMessage": "حاول فتح نموذج آخر من" } diff --git a/packages/esm-form-engine-app/translations/es.json b/packages/esm-form-engine-app/translations/es.json index bb79ccad1c..15c56f807a 100644 --- a/packages/esm-form-engine-app/translations/es.json +++ b/packages/esm-form-engine-app/translations/es.json @@ -1,8 +1,15 @@ { + "cancel": "Cancel", "closeThisPanel": "Close this panel", + "collapseAll": "Collapse all", + "deleteQuestion": "Delete question", + "deleteQuestionConfirmation": "Are you sure you want to delete this question?", + "deleteQuestionExplainerText": "This action cannot be undone.", "errorTitle": "There was an error with this form", + "expandAll": "Expand all", "loading": "Loading", "or": "or", "thisList": "this list", + "toggleCollapseOrExpand": "Toggle collapse or expand", "tryAgainMessage": "Try opening another form from" } diff --git a/packages/esm-form-engine-app/translations/fr.json b/packages/esm-form-engine-app/translations/fr.json index bb79ccad1c..15c56f807a 100644 --- a/packages/esm-form-engine-app/translations/fr.json +++ b/packages/esm-form-engine-app/translations/fr.json @@ -1,8 +1,15 @@ { + "cancel": "Cancel", "closeThisPanel": "Close this panel", + "collapseAll": "Collapse all", + "deleteQuestion": "Delete question", + "deleteQuestionConfirmation": "Are you sure you want to delete this question?", + "deleteQuestionExplainerText": "This action cannot be undone.", "errorTitle": "There was an error with this form", + "expandAll": "Expand all", "loading": "Loading", "or": "or", "thisList": "this list", + "toggleCollapseOrExpand": "Toggle collapse or expand", "tryAgainMessage": "Try opening another form from" } diff --git a/packages/esm-form-engine-app/translations/he.json b/packages/esm-form-engine-app/translations/he.json index 824f7eeb7d..73d14cd4bb 100644 --- a/packages/esm-form-engine-app/translations/he.json +++ b/packages/esm-form-engine-app/translations/he.json @@ -1,8 +1,15 @@ { + "cancel": "Cancel", "closeThisPanel": "סוגר את הפאנל", + "collapseAll": "Collapse all", + "deleteQuestion": "Delete question", + "deleteQuestionConfirmation": "Are you sure you want to delete this question?", + "deleteQuestionExplainerText": "This action cannot be undone.", "errorTitle": "אירעה שגיאה בטופס", + "expandAll": "Expand all", "loading": "טוען", "or": "או", "thisList": "רשימה זו", + "toggleCollapseOrExpand": "Toggle collapse or expand", "tryAgainMessage": "נסה לפתוח טופס" } diff --git a/packages/esm-form-engine-app/translations/km.json b/packages/esm-form-engine-app/translations/km.json index fe1d9a15af..8df5f8bfba 100644 --- a/packages/esm-form-engine-app/translations/km.json +++ b/packages/esm-form-engine-app/translations/km.json @@ -1,8 +1,15 @@ { + "cancel": "Cancel", "closeThisPanel": "បិទប្រអប់នេះ", + "collapseAll": "Collapse all", + "deleteQuestion": "Delete question", + "deleteQuestionConfirmation": "Are you sure you want to delete this question?", + "deleteQuestionExplainerText": "This action cannot be undone.", "errorTitle": "ទម្រង់នេះមិនដំណើរការ", + "expandAll": "Expand all", "loading": "កំពុងចម្លង...", "or": "ឬ", "thisList": "បញ្ជីនេះ។", + "toggleCollapseOrExpand": "Toggle collapse or expand", "tryAgainMessage": "ព្យាយាមបើកទម្រង់ផ្សេងទៀត" } diff --git a/packages/esm-form-engine-app/translations/zh.json b/packages/esm-form-engine-app/translations/zh.json index 831c997e18..c0d975eb61 100644 --- a/packages/esm-form-engine-app/translations/zh.json +++ b/packages/esm-form-engine-app/translations/zh.json @@ -1,8 +1,15 @@ { + "cancel": "取消", "closeThisPanel": "关闭此面板", + "collapseAll": "折叠所有", + "deleteQuestion": "删除问题", + "deleteQuestionConfirmation": "你确定要删除这个问题吗?", + "deleteQuestionExplainerText": "这个操作无法撤销", "errorTitle": "此表单出现错误", + "expandAll": "展开所有", "loading": "加载中", "or": "或者", "thisList": "这个列表", + "toggleCollapseOrExpand": "切换折叠或展开", "tryAgainMessage": "尝试打开另一个表单 " } diff --git a/packages/esm-form-engine-app/translations/zh_CN.json b/packages/esm-form-engine-app/translations/zh_CN.json index 831c997e18..c0d975eb61 100644 --- a/packages/esm-form-engine-app/translations/zh_CN.json +++ b/packages/esm-form-engine-app/translations/zh_CN.json @@ -1,8 +1,15 @@ { + "cancel": "取消", "closeThisPanel": "关闭此面板", + "collapseAll": "折叠所有", + "deleteQuestion": "删除问题", + "deleteQuestionConfirmation": "你确定要删除这个问题吗?", + "deleteQuestionExplainerText": "这个操作无法撤销", "errorTitle": "此表单出现错误", + "expandAll": "展开所有", "loading": "加载中", "or": "或者", "thisList": "这个列表", + "toggleCollapseOrExpand": "切换折叠或展开", "tryAgainMessage": "尝试打开另一个表单 " } diff --git a/packages/esm-form-entry-app/translations/am.json b/packages/esm-form-entry-app/translations/am.json index 40bdf686f7..5960bc32d1 100644 --- a/packages/esm-form-entry-app/translations/am.json +++ b/packages/esm-form-entry-app/translations/am.json @@ -18,6 +18,7 @@ "daysAgo": " days ago", "deleteEntry": "Are you sure you want to delete this item?", "discardButton": "Discard", + "disallowDecimals": "Decimals are not allowed", "enterMoreCharacters": "Please enter 2 or more characters", "errorFetchingFormData": "There was an error fetching form data. Details: {detail}", "errorLoadingForm": "Error loading form", diff --git a/packages/esm-form-entry-app/translations/ar.json b/packages/esm-form-entry-app/translations/ar.json index 84cf3ff3af..c182547d13 100644 --- a/packages/esm-form-entry-app/translations/ar.json +++ b/packages/esm-form-entry-app/translations/ar.json @@ -18,6 +18,7 @@ "daysAgo": " أيام مضت", "deleteEntry": "هل أنت متأكد أنك تريد حذف هذا العنصر؟", "discardButton": "تجاهل", + "disallowDecimals": "Decimals are not allowed", "enterMoreCharacters": "الرجاء إدخال 2 أحرف أو أكثر", "errorFetchingFormData": "حدث خطأ أثناء جلب بيانات النموذج. التفاصيل: {detail}", "errorLoadingForm": "خطأ في تحميل النموذج", diff --git a/packages/esm-form-entry-app/translations/es.json b/packages/esm-form-entry-app/translations/es.json index e9ad624fd2..8ac6939431 100644 --- a/packages/esm-form-entry-app/translations/es.json +++ b/packages/esm-form-entry-app/translations/es.json @@ -18,6 +18,7 @@ "daysAgo": " días atrás", "deleteEntry": "¿Estás seguro de que deseas eliminar este elemento?", "discardButton": "Descartar", + "disallowDecimals": "Decimals are not allowed", "enterMoreCharacters": "Por favor, ingresa 2 o más caracteres", "errorFetchingFormData": "Hubo un error al obtener los datos del formulario. Detalles: {detail}", "errorLoadingForm": "Error al cargar el formulario", diff --git a/packages/esm-form-entry-app/translations/fr.json b/packages/esm-form-entry-app/translations/fr.json index 6dd0343e27..dbe67ae093 100644 --- a/packages/esm-form-entry-app/translations/fr.json +++ b/packages/esm-form-entry-app/translations/fr.json @@ -18,6 +18,7 @@ "daysAgo": " jours", "deleteEntry": "Êtes-vous sûr(e) de vouloir supprimer cet élément ?", "discardButton": "Écarter", + "disallowDecimals": "Decimals are not allowed", "enterMoreCharacters": "Veuillez entrer au moins 2 caractères", "errorFetchingFormData": "Une erreur s'est produite lors de la récupération des données du formulaire. Détails : {detail}", "errorLoadingForm": "Erreur lors du chargement du formulaire", diff --git a/packages/esm-form-entry-app/translations/he.json b/packages/esm-form-entry-app/translations/he.json index 3247533fea..8a6e06c774 100644 --- a/packages/esm-form-entry-app/translations/he.json +++ b/packages/esm-form-entry-app/translations/he.json @@ -18,6 +18,7 @@ "daysAgo": "ימים לפני", "deleteEntry": "האם אתה בטוח שברצונך למחוק פריט זה?", "discardButton": "בטל", + "disallowDecimals": "Decimals are not allowed", "enterMoreCharacters": "אנא הזן 2 או יותר תווים", "errorFetchingFormData": "אירעה שגיאה באחזור נתוני הטופס. פרטים: {detail}", "errorLoadingForm": "שגיאה בטעינת הטופס", diff --git a/packages/esm-form-entry-app/translations/km.json b/packages/esm-form-entry-app/translations/km.json index 294c871abe..56922025a3 100644 --- a/packages/esm-form-entry-app/translations/km.json +++ b/packages/esm-form-entry-app/translations/km.json @@ -18,6 +18,7 @@ "daysAgo": " ថ្ងៃ​មុន", "deleteEntry": "តើអ្នកពិតជាចង់លុបធាតុនេះទេ?", "discardButton": "បោះបង់", + "disallowDecimals": "Decimals are not allowed", "enterMoreCharacters": "សូមបញ្ចូលតួអក្សរ ២ ឬច្រើន។", "errorFetchingFormData": "ការទាញយកទិន្នន័យពីទម្រង់មិនដំណើរការ។ ព័ត៌មានលម្អិត៖ {detail}", "errorLoadingForm": "ទម្រង់ចម្លងទិន្នន័យមិនដំណើរការ", diff --git a/packages/esm-form-entry-app/translations/zh.json b/packages/esm-form-entry-app/translations/zh.json index eadd367bbd..01c8d6bbee 100644 --- a/packages/esm-form-entry-app/translations/zh.json +++ b/packages/esm-form-entry-app/translations/zh.json @@ -18,6 +18,7 @@ "daysAgo": " days ago", "deleteEntry": "你确定要删除这个项目吗?", "discardButton": "放弃", + "disallowDecimals": "不允许使用小数", "enterMoreCharacters": "请输入2个或更多字符", "errorFetchingFormData": "获取表单数据时发生错误。详细信息:{detail}", "errorLoadingForm": "加载表单时出错", diff --git a/packages/esm-form-entry-app/translations/zh_CN.json b/packages/esm-form-entry-app/translations/zh_CN.json index eadd367bbd..01c8d6bbee 100644 --- a/packages/esm-form-entry-app/translations/zh_CN.json +++ b/packages/esm-form-entry-app/translations/zh_CN.json @@ -18,6 +18,7 @@ "daysAgo": " days ago", "deleteEntry": "你确定要删除这个项目吗?", "discardButton": "放弃", + "disallowDecimals": "不允许使用小数", "enterMoreCharacters": "请输入2个或更多字符", "errorFetchingFormData": "获取表单数据时发生错误。详细信息:{detail}", "errorLoadingForm": "加载表单时出错", diff --git a/packages/esm-patient-allergies-app/translations/es.json b/packages/esm-patient-allergies-app/translations/es.json index 3fa0bb4c48..04468c8744 100644 --- a/packages/esm-patient-allergies-app/translations/es.json +++ b/packages/esm-patient-allergies-app/translations/es.json @@ -3,23 +3,23 @@ "allergen": "Alérgeno", "allergies": "Alergias", "Allergies": "Alergias", - "allergyDeleted": "Allergy deleted", + "allergyDeleted": "Alergia eliminada", "allergyIntolerances": "intolerancias alérgicas", "allergyNowVisible": "Es visible ahora en la página de Alergias", "allergySaved": "Alergia guardada", "allergySaveError": "Error al guardar alergia", - "allergyUpdated": "Allergy updated", - "cancel": "Cancel", + "allergyUpdated": "Alergia actualizada", + "cancel": "Cancelar", "dateOfOnsetAndComments": "Fecha de inicio y comentarios", - "delete": "Delete", - "deleteModalConfirmationText": "Are you sure you want to delete this allergy?", - "deletePatientAllergy": "Delete allergy", - "deleting": "Deleting", + "delete": "Borrar", + "deleteModalConfirmationText": "¿Estás seguro de que deseas eliminar esta alergia?", + "deletePatientAllergy": "Eliminar alergia", + "deleting": "Eliminando", "discard": "Descartar", - "edit": "Edit", - "editAllergy": "Edit an Allergy", - "editOrDeleteAllergy": "Edit or delete allergy", - "errorDeletingAllergy": "Error deleting allergy", + "edit": "Editar", + "editAllergy": "Editar esta alergia", + "editOrDeleteAllergy": "Editar o eliminar alergia", + "errorDeletingAllergy": "Error eliminando alergia", "invalidComment": "Comentario no válido, inténtelo de nuevo", "loading": "Cargando", "mild": "Leve", @@ -33,7 +33,7 @@ "otherNonCodedAllergicReaction": "Otra reacción alérgica no codificada", "reaction": "Reacción", "reactions": "Reacciones", - "recordNewAllergy": "Record a new allergy", + "recordNewAllergy": "Grabar nueva alergia", "saveAndClose": "Guardar y cerrar", "seeAll": "Ver todo", "selectAllergen": "Seleccione el alérgeno", diff --git a/packages/esm-patient-chart-app/translations/am.json b/packages/esm-patient-chart-app/translations/am.json index 3c2376f52f..c409bfd66d 100644 --- a/packages/esm-patient-chart-app/translations/am.json +++ b/packages/esm-patient-chart-app/translations/am.json @@ -4,11 +4,8 @@ "addPastVisitText": "You can add a new past visit or update an old one. Choose from one of the options below to continue.", "all": "All", "allEncounters": "All encounters", - "Allergies dashboard": "Allergies dashboard", "appointmentCheckedIn": "Appointment checked in", "appointmentMarkedChecked": "Appointment marked as Checked In", - "Appointments dashboard": "Appointments dashboard", - "Attachments dashboard": "Attachments dashboard", "cancel": "Cancel", "cancelActiveVisitConfirmation": "Are you sure you want to cancel this active visit?", "cancellingVisit": "Cancelling visit", @@ -18,11 +15,6 @@ "causeOfDeath_title": "Cause of Death", "checkFilters": "Check the filters above", "close": "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", - "Conditions dashboard": "Conditions dashboard", "confirm": "Confirm", "confirmDeceased": "Confirm Deceased", "confirmDeletingVisitTextWithStartAndEndDate": "Are you sure you want to delete {{visit}} which started {{visitStartDate}} and ended {{visitEndDate}}?", @@ -50,6 +42,7 @@ "emptyStateText": "There are no {{displayText}} to display for this patient", "encounterDeleted": "Encounter deleted", "encounters": "Encounters", + "encounters__lower": "encounters", "encounters_title": "Encounters", "encounterType": "Encounter type", "end": "End", @@ -62,9 +55,12 @@ "error": "Error", "errorCancellingVisit": "Error cancelling active visit", "errorCopy": "Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.", + "errorCreatingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorDeletingVisit": "Error deleting visit", + "errorDeletingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorEndingVisit": "Error ending visit", "errorOccuredDeletingVisit": "An error occured when deleting visit", + "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute", "errorUpdatingVisitDetails": "Error updating visit details", "errorWhenRestoringVisit": "Error occured when restoring {{visit}}", "failedDeleting": "couldn't be deleted", @@ -73,9 +69,7 @@ "fieldRequired": "This field is required", "filterByEncounterType": "Filter by encounter type", "form": "Form name", - "Forms & Notes dashboard": "Forms & Notes dashboard", "goToThisEncounter": "Go to this encounter", - "hide": "Hide", "indication": "Indication", "invalidTimeFormat": "Invalid time format", "invalidVisitStartDate": "Start date needs to be on or before {{firstEncounterDatetime}}", @@ -90,10 +84,8 @@ "markAsDeceased": "Are you sure you want to mark patient as deceased?", "markDeceased": "Mark deceased", "markingPatientDeceasedInfoText": "Marking the patient as deceased will end any active visits for this patient", - "maximize": "Maximize", "medications": "Medications", - "Medications dashboard": "Medications dashboard", - "minimize": "Minimize", + "medications__lower": "medications", "missingVisitType": "Missing visit type", "modifyVisitDate": "Modify visit date", "movePatient": "Move patient", @@ -109,8 +101,7 @@ "noEncountersToDisplay": "No encounters to display", "noObservationsFound": "No observations found", "notes": "Notes", - "Offline Actions dashboard": "Offline Actions dashboard", - "openAnyway": "Open anyway", + "notes__lower": "notes", "optional": "optional", "orderDurationAndUnit": "for {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "Indefinite duration", @@ -123,10 +114,7 @@ "pastVisitErrorText": "Past Visit Error", "pastVisits": "Past Visits", "Patient Summary": "Patient Summary", - "Patient Summary dashboard": "Patient Summary dashboard", - "patientBreadcrumb": "Patient", "program": "Program", - "Programs dashboard": "Programs dashboard", "provider": "Provider", "quantity": "Quantity", "queueAddedSuccessfully": "Patient has been added to the queue successfully.", @@ -135,7 +123,6 @@ "record": "Record", "refills": "Refills", "refreshToTryAgain": "Please refresh to try again", - "Results Viewer dashboard": "Results Viewer dashboard", "retrospectiveEntry": "Retrospective Entry", "searchForAVisitType": "Search for a visit type", "searchForCauseOfDeath": "Search for a cause of death", @@ -153,6 +140,7 @@ "start": "Start", "startAVisit": "Start a visit", "startDate": "Start Date", + "startingVisit": "Starting visit", "startNewVisit": "Start new visit", "startVisit": "Start visit", "startVisitError": "Error starting visit", @@ -163,11 +151,9 @@ "type": "Type", "undo": "Undo", "unknown": "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", "updateError": "Error updating upcoming appointment", - "updateVisitDetails": "Update visit details", + "updateVisit": "Update visit", + "updatingVisit": "Updating visit", "visit": "Visit", "visitAttributes": "Visit attributes", "visitCancelled": "Visit cancelled", @@ -184,7 +170,6 @@ "visitRestoredSuccessfully": "{{visit}} restored successfully", "visits": "visits", "Visits": "Visits", - "Visits dashboard": "Visits dashboard", "visitStartDatetime": "Visit start date and time", "visitStarted": "Visit started", "visitStartedSuccessfully": "{{visit}} started successfully", @@ -194,6 +179,5 @@ "visitType": "Visit type", "visitType_title": "Visit Type", "visitTypeRequired": "Visit type is required", - "Vitals & Biometrics dashboard": "Vitals & Biometrics dashboard", "yes": "Yes" } diff --git a/packages/esm-patient-chart-app/translations/ar.json b/packages/esm-patient-chart-app/translations/ar.json index bd9e78aeae..8047fc6e5d 100644 --- a/packages/esm-patient-chart-app/translations/ar.json +++ b/packages/esm-patient-chart-app/translations/ar.json @@ -4,11 +4,8 @@ "addPastVisitText": "يمكنك إضافة زيارة سابقة جديدة أو تحديث واحدة قديمة. اختر من بين الخيارات أدناه للمتابعة.", "all": "الكل", "allEncounters": "جميع اللقاءات", - "Allergies dashboard": "لوحة المعلومات للحساسية", "appointmentCheckedIn": "Appointment checked in", "appointmentMarkedChecked": "Appointment marked as Checked In", - "Appointments dashboard": "لوحة المواعيد", - "Attachments dashboard": "لوحة المرفقات", "cancel": "إلغاء", "cancelActiveVisitConfirmation": "هل أنت متأكد أنك تريد إلغاء هذه الزيارة النشطة؟", "cancellingVisit": "Cancelling visit", @@ -18,11 +15,6 @@ "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", - "Conditions dashboard": "لوحة الحالات", "confirm": "تأكيد", "confirmDeceased": "تأكيد الوفاة", "confirmDeletingVisitTextWithStartAndEndDate": "Are you sure you want to delete {{visit}} which started {{visitStartDate}} and ended {{visitEndDate}}?", @@ -50,6 +42,7 @@ "emptyStateText": "لا يوجد {{displayText}} لعرضه لهذا المريض", "encounterDeleted": "تم حذف اللقاء", "encounters": "اللقاءات", + "encounters__lower": "encounters", "encounters_title": "اللقاءات", "encounterType": "نوع اللقاء", "end": "النهاية", @@ -62,9 +55,12 @@ "error": "خطأ", "errorCancellingVisit": "Error cancelling active visit", "errorCopy": "عذرًا، حدثت مشكلة أثناء عرض هذه المعلومات. يمكنك محاولة إعادة تحميل هذه الصفحة، أو الاتصال بمسؤول الموقع واقتباس رمز الخطأ أعلاه.", + "errorCreatingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorDeletingVisit": "Error deleting visit", + "errorDeletingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorEndingVisit": "Error ending visit", "errorOccuredDeletingVisit": "An error occured when deleting visit", + "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute", "errorUpdatingVisitDetails": "Error updating visit details", "errorWhenRestoringVisit": "Error occured when restoring {{visit}}", "failedDeleting": "تعذر الحذف", @@ -73,9 +69,7 @@ "fieldRequired": "هذا الحقل مطلوب", "filterByEncounterType": "تصفية حسب نوع اللقاء", "form": "Form name", - "Forms & Notes dashboard": "لوحة النماذج والملاحظات", "goToThisEncounter": "اذهب إلى هذا اللقاء", - "hide": "إخفاء", "indication": "دلالة", "invalidTimeFormat": "Invalid time format", "invalidVisitStartDate": "Start date needs to be on or before {{firstEncounterDatetime}}", @@ -90,10 +84,8 @@ "markAsDeceased": "هل أنت متأكد أنك تريد وضع علامة على المريض كمتوف؟", "markDeceased": "وضع علامة كمتوف", "markingPatientDeceasedInfoText": "وضع علامة على المريض كمتوف سينهي أي زيارات نشطة لهذا المريض", - "maximize": "تكبير", "medications": "الأدوية", - "Medications dashboard": "لوحة الأدوية", - "minimize": "تصغير", + "medications__lower": "medications", "missingVisitType": "نوع الزيارة مفقود", "modifyVisitDate": "Modify visit date", "movePatient": "Move patient", @@ -109,8 +101,7 @@ "noEncountersToDisplay": "لا يوجد لقاءات لعرضها", "noObservationsFound": "لم يتم العثور على ملاحظات", "notes": "ملاحظات", - "Offline Actions dashboard": "لوحة الإجراءات دون اتصال", - "openAnyway": "افتح على أي حال", + "notes__lower": "notes", "optional": "اختياري", "orderDurationAndUnit": "لمدة {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "مدة غير محددة", @@ -123,10 +114,7 @@ "pastVisitErrorText": "خطأ في الزيارات السابقة", "pastVisits": "الزيارات السابقة", "Patient Summary": "ملخص المريض", - "Patient Summary dashboard": "لوحة ملخص المريض", - "patientBreadcrumb": "المريض", "program": "البرنامج", - "Programs dashboard": "لوحة البرامج", "provider": "مقدم الخدمة", "quantity": "الكمية", "queueAddedSuccessfully": "تمت إضافة المريض إلى القائمة بنجاح.", @@ -135,7 +123,6 @@ "record": "سجل", "refills": "إعادة التعبئة", "refreshToTryAgain": "يرجى التحديث للمحاولة مرة أخرى", - "Results Viewer dashboard": "شاشة عرض النتائج", "retrospectiveEntry": "إدخال رجعي", "searchForAVisitType": "ابحث عن نوع الزيارة", "searchForCauseOfDeath": "ابحث عن سبب الوفاة", @@ -153,8 +140,9 @@ "start": "بدء", "startAVisit": "بدء زيارة", "startDate": "تاريخ البدء", + "startingVisit": "Starting visit", "startNewVisit": "بدء زيارة جديدة", - "startVisit": "بدء الزيارة", + "startVisit": "Start visit", "startVisitError": "خطأ في بدء الزيارة", "successfullyDeleted": "تم الحذف بنجاح", "tests": "اختبارات", @@ -163,11 +151,9 @@ "type": "النوع", "undo": "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", "updateError": "خطأ في تحديث الموعد القادم", - "updateVisitDetails": "Update visit details", + "updateVisit": "Update visit", + "updatingVisit": "Updating visit", "visit": "زيارة", "visitAttributes": "سمات الزيارة", "visitCancelled": "Visit cancelled", @@ -184,7 +170,6 @@ "visitRestoredSuccessfully": "{{visit}} restored successfully", "visits": "زيارات", "Visits": "الزيارات", - "Visits dashboard": "لوحة تحكم الزيارات", "visitStartDatetime": "Visit start date and time", "visitStarted": "بدأت الزيارة", "visitStartedSuccessfully": "بدأت الزيارة {{visit}} بنجاح", @@ -194,6 +179,5 @@ "visitType": "نوع الزيارة", "visitType_title": "نوع الزيارة", "visitTypeRequired": "نوع الزيارة مطلوب", - "Vitals & Biometrics dashboard": "لوحة تحكم القيم الحيوية والبيومتريا", "yes": "نعم" } diff --git a/packages/esm-patient-chart-app/translations/es.json b/packages/esm-patient-chart-app/translations/es.json index 7867856b95..af721d29f5 100644 --- a/packages/esm-patient-chart-app/translations/es.json +++ b/packages/esm-patient-chart-app/translations/es.json @@ -4,11 +4,8 @@ "addPastVisitText": "Puedes añadir una nueva visita pasada o actualizar una antigua. Elige una de las opciones a continuación para continuar.", "all": "Todo", "allEncounters": "Todos los encuentros", - "Allergies dashboard": "Panel de Alergias", "appointmentCheckedIn": "Appointment checked in", "appointmentMarkedChecked": "Appointment marked as Checked In", - "Appointments dashboard": "Panel de Citas", - "Attachments dashboard": "Panel de Archivos adjuntos", "cancel": "Cancelar", "cancelActiveVisitConfirmation": "¿Estás seguro de que quieres cancelar esta visita activa?", "cancellingVisit": "Cancelling visit", @@ -18,11 +15,6 @@ "causeOfDeath_title": "Causa de Muerte", "checkFilters": "Comprobar los filtros anteriores", "close": "Cerrar", - "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", - "Conditions dashboard": "Panel de Condiciones", "confirm": "Confirmar", "confirmDeceased": "Confirmar fallecido", "confirmDeletingVisitTextWithStartAndEndDate": "Are you sure you want to delete {{visit}} which started {{visitStartDate}} and ended {{visitEndDate}}?", @@ -50,6 +42,7 @@ "emptyStateText": "No hay {{displayText}} para mostrar para este paciente", "encounterDeleted": "Encuentro eliminado", "encounters": "Encuentros", + "encounters__lower": "encounters", "encounters_title": "Encuentros", "encounterType": "Tipo de encuentro", "end": "Finalizar", @@ -62,9 +55,12 @@ "error": "Error", "errorCancellingVisit": "Error cancelling active visit", "errorCopy": "Lo siento, hubo un problema al mostrar esta información. Puedes intentar recargar la página o ponerte en contacto con el administrador del sitio y citar el código de error de arriba.", + "errorCreatingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorDeletingVisit": "Error deleting visit", + "errorDeletingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorEndingVisit": "Error ending visit", "errorOccuredDeletingVisit": "An error occured when deleting visit", + "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute", "errorUpdatingVisitDetails": "Error updating visit details", "errorWhenRestoringVisit": "Error occured when restoring {{visit}}", "failedDeleting": "no se pudo eliminar", @@ -73,9 +69,7 @@ "fieldRequired": "Este campo es obligatorio", "filterByEncounterType": "Filtrar por tipo de encuentro", "form": "Form name", - "Forms & Notes dashboard": "Panel de Formularios y Notas", "goToThisEncounter": "Ir a este encuentro", - "hide": "Ocultar", "indication": "Indicación", "invalidTimeFormat": "Invalid time format", "invalidVisitStartDate": "Start date needs to be on or before {{firstEncounterDatetime}}", @@ -90,10 +84,8 @@ "markAsDeceased": "¿Estás seguro de que deseas marcar al paciente como fallecido?", "markDeceased": "Marcar como Fallecido", "markingPatientDeceasedInfoText": "Marcar al paciente como fallecido finalizará cualquier visita activa para este paciente", - "maximize": "Maximizar", "medications": "Medicamentos", - "Medications dashboard": "Panel de Medicamentos", - "minimize": "Minimizar", + "medications__lower": "medications", "missingVisitType": "Falta el tipo de visita", "modifyVisitDate": "Modify visit date", "movePatient": "Move patient", @@ -109,8 +101,7 @@ "noEncountersToDisplay": "No hay encuentros para mostrar", "noObservationsFound": "No se encontraron observaciones", "notes": "Notas", - "Offline Actions dashboard": "Panel de Acciones sin Conexión", - "openAnyway": "Abrir de todos modos", + "notes__lower": "notes", "optional": "opcional", "orderDurationAndUnit": "para {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "Duración indefinida", @@ -123,10 +114,7 @@ "pastVisitErrorText": "Error de visita pasada", "pastVisits": "Visitas pasadas", "Patient Summary": "Resumen del Paciente", - "Patient Summary dashboard": "Panel de Resumen del Paciente", - "patientBreadcrumb": "Paciente", "program": "Programa", - "Programs dashboard": "Panel de Programas", "provider": "Proveedor", "quantity": "Cantidad", "queueAddedSuccessfully": "El paciente ha sido añadido a la cola correctamente.", @@ -135,7 +123,6 @@ "record": "Registro", "refills": "Recambios", "refreshToTryAgain": "Por favor, actualiza para intentarlo de nuevo", - "Results Viewer dashboard": "Tablero de visualización de resultados", "retrospectiveEntry": "Entrada retrospectiva", "searchForAVisitType": "Buscar un tipo de visita", "searchForCauseOfDeath": "Buscar una causa de muerte", @@ -153,8 +140,9 @@ "start": "Iniciar", "startAVisit": "Iniciar una visita", "startDate": "Fecha de inicio", + "startingVisit": "Starting visit", "startNewVisit": "Iniciar nueva visita", - "startVisit": "Iniciar visita", + "startVisit": "Start visit", "startVisitError": "Error al iniciar la visita actual", "successfullyDeleted": "eliminado con éxito", "tests": "Pruebas", @@ -163,11 +151,9 @@ "type": "Tipo", "undo": "Undo", "unknown": "Desconocido", - "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", "updateError": "Error al actualizar la cita próxima", - "updateVisitDetails": "Update visit details", + "updateVisit": "Update visit", + "updatingVisit": "Updating visit", "visit": "Visita", "visitAttributes": "Atributos de la Visita", "visitCancelled": "Visit cancelled", @@ -184,7 +170,6 @@ "visitRestoredSuccessfully": "{{visit}} restored successfully", "visits": "visitas", "Visits": "Visitas", - "Visits dashboard": "Panel de Visitas", "visitStartDatetime": "Visit start date and time", "visitStarted": "Visita iniciada", "visitStartedSuccessfully": "Visita {{visit}} iniciada con éxito", @@ -194,6 +179,5 @@ "visitType": "Tipo de visita", "visitType_title": "Tipo de Visita", "visitTypeRequired": "Se requiere un tipo de visita", - "Vitals & Biometrics dashboard": "Panel de Signos Vitales y Biométricos", "yes": "Sí" } diff --git a/packages/esm-patient-chart-app/translations/fr.json b/packages/esm-patient-chart-app/translations/fr.json index f038b9b5ad..5e30db37ba 100644 --- a/packages/esm-patient-chart-app/translations/fr.json +++ b/packages/esm-patient-chart-app/translations/fr.json @@ -4,11 +4,8 @@ "addPastVisitText": "Vous pouvez ajouter une nouvelle visite passée ou mettre à jour une ancienne. Choisissez parmi l'une des options ci-dessous pour continuer.", "all": "Tout", "allEncounters": "Toutes les rencontres", - "Allergies dashboard": "Tableau de bord des allergies", "appointmentCheckedIn": "Appointment checked in", "appointmentMarkedChecked": "Appointment marked as Checked In", - "Appointments dashboard": "Tableau de bord des rendez-vous", - "Attachments dashboard": "Tableau de bord des pièces jointes", "cancel": "Annuller", "cancelActiveVisitConfirmation": "Êtes-vous sûr de vouloir annuler cette visite active?", "cancellingVisit": "Annulation de la visite", @@ -18,11 +15,6 @@ "causeOfDeath_title": "Cause de décès", "checkFilters": "Vérifiez les filtres ci-dessus", "close": "Fermer", - "closeAllOpenedWorkspaces_one": "Annuler les modifications", - "closeAllOpenedWorkspaces_other": "Annuler les modifications", - "closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}", - "closingAllWorkspacesPromptTitle": "Vous avez des changements non enregistrés", - "Conditions dashboard": "Tableau de bord des conditions", "confirm": "Confirmer", "confirmDeceased": "Confirmer le décès", "confirmDeletingVisitTextWithStartAndEndDate": "Are you sure you want to delete {{visit}} which started {{visitStartDate}} and ended {{visitEndDate}}?", @@ -50,6 +42,7 @@ "emptyStateText": "Il n'y a pas de {{displayText}} à afficher pour ce patient.", "encounterDeleted": "Rencontre supprimée", "encounters": "Rencontres", + "encounters__lower": "encounters", "encounters_title": "Rencontres", "encounterType": "Type de rencontre", "end": "Fin", @@ -62,9 +55,12 @@ "error": "Erreur", "errorCancellingVisit": "Erreur en annullant la visite active", "errorCopy": "Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.", + "errorCreatingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorDeletingVisit": "Erreur en supprimant la visite", + "errorDeletingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorEndingVisit": "Erreur en clôturant la visite", "errorOccuredDeletingVisit": "Une erreur s'est produite lors de la suppression de la visite.", + "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute", "errorUpdatingVisitDetails": "Erreur lors de la mise à jour des détails de la visite", "errorWhenRestoringVisit": "Une erreur s'est produite lors de la restauration de {{visit}}", "failedDeleting": "Impossible de supprimer", @@ -73,9 +69,7 @@ "fieldRequired": "Ce champs est requis", "filterByEncounterType": "Filtrer par type de rencontre", "form": "Nom du formulaire", - "Forms & Notes dashboard": "Tableau de bord Formulaires & Notes", "goToThisEncounter": "Aller à cette rencontre", - "hide": "Cacher", "indication": "Indication", "invalidTimeFormat": "Format d'heure invalide", "invalidVisitStartDate": "La date de début doit être au plus tard {{firstEncounterDatetime}}.", @@ -90,10 +84,8 @@ "markAsDeceased": "Êtes-vous sûr de vouloir marquer le patient comme décédé?", "markDeceased": "Marquer décédé", "markingPatientDeceasedInfoText": "Marquer le patient comme décédé mettra fin à toute visite active pour ce patient", - "maximize": "Maximiser", "medications": "Médicaments", - "Medications dashboard": "Tableau de bord des médicaments", - "minimize": "Minimiser", + "medications__lower": "medications", "missingVisitType": "Il manque le type de visite", "modifyVisitDate": "Modify visit date", "movePatient": "Move patient", @@ -109,8 +101,7 @@ "noEncountersToDisplay": "Aucune rencontre à afficher", "noObservationsFound": "Aucune observation trouvée", "notes": "Notes", - "Offline Actions dashboard": "Tableau de bord des actions hors ligne", - "openAnyway": "Ouvert dans tous les cas", + "notes__lower": "notes", "optional": "optionnel", "orderDurationAndUnit": "pour {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "Durée indéfinie", @@ -123,10 +114,7 @@ "pastVisitErrorText": "Erreur de visite passée", "pastVisits": "Visites passées", "Patient Summary": "Patient Summary", - "Patient Summary dashboard": "Tableau de bord récapitulatif des patients", - "patientBreadcrumb": "Patiente", "program": "Programme", - "Programs dashboard": "Tableau de bord des programmes", "provider": "Fournisseur", "quantity": "Quantité", "queueAddedSuccessfully": "Le patient a été ajouté à la file d'attente avec succès.", @@ -135,7 +123,6 @@ "record": "Record", "refills": "Recharges", "refreshToTryAgain": "Please refresh to try again", - "Results Viewer dashboard": "Tableau de bord de visualisation des résultats", "retrospectiveEntry": "Retrospective Entry", "searchForAVisitType": "Chercher un type de visite", "searchForCauseOfDeath": "Chercher une cause de décès", @@ -153,8 +140,9 @@ "start": "Début", "startAVisit": "Start a visit", "startDate": "Date de début", + "startingVisit": "Starting visit", "startNewVisit": "Commencer une nouvelle visite", - "startVisit": "Commencer une visite", + "startVisit": "Start visit", "startVisitError": "Erreur en démarrant la visite actuelle", "successfullyDeleted": "successfully deleted", "tests": "Tests", @@ -163,11 +151,9 @@ "type": "Type", "undo": "Undo", "unknown": "Inconnu", - "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": "Modifications non enregistrées", "updateError": "Error updating upcoming appointment", - "updateVisitDetails": "Update visit details", + "updateVisit": "Update visit", + "updatingVisit": "Updating visit", "visit": "Visite", "visitAttributes": "Visit attributes", "visitCancelled": "Visite annulée", @@ -184,7 +170,6 @@ "visitRestoredSuccessfully": "{{visit}} restored successfully", "visits": "visites", "Visits": "Visits", - "Visits dashboard": "Tableau de bord des visites", "visitStartDatetime": "Visit start date and time", "visitStarted": "Visite démarrée", "visitStartedSuccessfully": "{{visite}} a démarré avec succès", @@ -194,6 +179,5 @@ "visitType": "Type de visite", "visitType_title": "Visit Type", "visitTypeRequired": "Visit type is required", - "Vitals & Biometrics dashboard": "Tableau de bord Vitals et biométrie", "yes": "Oui" } diff --git a/packages/esm-patient-chart-app/translations/he.json b/packages/esm-patient-chart-app/translations/he.json index 4f9e094ae5..1028eb568f 100644 --- a/packages/esm-patient-chart-app/translations/he.json +++ b/packages/esm-patient-chart-app/translations/he.json @@ -4,11 +4,8 @@ "addPastVisitText": "ניתן להוסיף ביקור עבר חדש או לעדכן ביקור ישן. בחר אחת מהאפשרויות להמשך.", "all": "הכל", "allEncounters": "כל הביקורים", - "Allergies dashboard": "לוח אלרגיות", "appointmentCheckedIn": "Appointment checked in", "appointmentMarkedChecked": "Appointment marked as Checked In", - "Appointments dashboard": "לוח התורים", - "Attachments dashboard": "לוח קבצים המצורפים", "cancel": "ביטול", "cancelActiveVisitConfirmation": "האם אתה בטוח שאתה רוצה לבטל את הביקור הפעיל הזה?", "cancellingVisit": "ביטול ביקור", @@ -18,11 +15,6 @@ "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", - "Conditions dashboard": "לוח מצבים", "confirm": "אישור", "confirmDeceased": "אישור מצב פטירה", "confirmDeletingVisitTextWithStartAndEndDate": "אתה בטוח שברצונך למחוק את {{visit}} שהתחיל ב-{{visitStartDate}} והסתיים ב-{{visitEndDate}}?", @@ -50,6 +42,7 @@ "emptyStateText": "אין {{displayText}} להצגה עבור מטופל זה", "encounterDeleted": "הביקור נמחק", "encounters": "ביקורים", + "encounters__lower": "encounters", "encounters_title": "ביקורים", "encounterType": "סוג הביקור", "end": "סיום", @@ -62,9 +55,12 @@ "error": "שגיאה", "errorCancellingVisit": "שגיאה בביטול הביקור הפעיל", "errorCopy": "סליחה, הייתה בעיה בהצגת המידע הזה. ניתן לנסות לרענן את הדף או ליצור קשר עם מנהל האתר ולציין את קוד השגיאה למעלה", + "errorCreatingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorDeletingVisit": "שגיאה במחיקת הביקור", + "errorDeletingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorEndingVisit": "שגיאה בסיום הביקור", "errorOccuredDeletingVisit": "אירעה שגיאה בעת מחיקת הביקור", + "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute", "errorUpdatingVisitDetails": "שגיאה בעדכון פרטי הביקור", "errorWhenRestoringVisit": "שגיאה בשחזור {{visit}}", "failedDeleting": "לא ניתן למחוק", @@ -73,9 +69,7 @@ "fieldRequired": "שדה זה הוא חובה", "filterByEncounterType": "סנן לפי סוג ביקור", "form": "Form name", - "Forms & Notes dashboard": "לוח טפסים והערות", "goToThisEncounter": "עבור לביקור זה", - "hide": "הסתר", "indication": "רמז", "invalidTimeFormat": "פורמט זמן לא תקין", "invalidVisitStartDate": "תאריך ההתחלה צריך להיות באותו יום או לפני {{firstEncounterDatetime}}", @@ -90,10 +84,8 @@ "markAsDeceased": "האם אתה בטוח שברצונך לסמן את המטופל כנפטר?", "markDeceased": "סמן נפטר", "markingPatientDeceasedInfoText": "סימון המטופל כנפטר יסיים את כל הביקורים הפעילים של המטופל הזה", - "maximize": "הגדל", "medications": "תרופות", - "Medications dashboard": "לוח תרומות", - "minimize": "מזער", + "medications__lower": "medications", "missingVisitType": "חסר סוג ביקור", "modifyVisitDate": "שנה תאריך הביקור", "movePatient": "העבר מטופל", @@ -109,8 +101,7 @@ "noEncountersToDisplay": "אין ביקורים להצגה", "noObservationsFound": "לא נמצאו תצפיות", "notes": "הערות", - "Offline Actions dashboard": "לוח הפעולות לא מקוונות", - "openAnyway": "פתח בכל מקרה", + "notes__lower": "notes", "optional": "אופציונלי", "orderDurationAndUnit": "למשך {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "למשך זמן בלתי מוגבל", @@ -123,10 +114,7 @@ "pastVisitErrorText": "שגיאה בביקור עבר", "pastVisits": "ביקורים עבריים", "Patient Summary": "סיכום המטופל", - "Patient Summary dashboard": "לוח סיכום המטופל", - "patientBreadcrumb": "המטופל", "program": "תוכנית", - "Programs dashboard": "לוח תוכניות", "provider": "ספק", "quantity": "כמות", "queueAddedSuccessfully": "המטופל נוסף לתור בהצלחה.", @@ -135,7 +123,6 @@ "record": "רשומה", "refills": "מחזורים", "refreshToTryAgain": "נא רענן ונסה שנית", - "Results Viewer dashboard": "לוח מחווני תצוגת תוצאות", "retrospectiveEntry": "רשומה רטרוספקטיבית", "searchForAVisitType": "חיפוש סוג ביקור", "searchForCauseOfDeath": "חיפוש סיבת מוות", @@ -153,8 +140,9 @@ "start": "התחל", "startAVisit": "התחל ביקור", "startDate": "תאריך התחלה", + "startingVisit": "Starting visit", "startNewVisit": "התחל ביקור חדש", - "startVisit": "התחל ביקור", + "startVisit": "Start visit", "startVisitError": "שגיאה בהתחלת ביקור נוכחי", "successfullyDeleted": "נמחק בהצלחה", "tests": "בדיקות", @@ -163,11 +151,9 @@ "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", "updateError": "שגיאה בעדכון התור הקרוב", - "updateVisitDetails": "עדכן את פרטי הביקור", + "updateVisit": "Update visit", + "updatingVisit": "Updating visit", "visit": "ביקור", "visitAttributes": "מאפייני ביקור", "visitCancelled": "ביקור פעיל בוטל בהצלחה", @@ -184,7 +170,6 @@ "visitRestoredSuccessfully": "{{visit}} שוחזר בהצלחה", "visits": "ביקורים", "Visits": "ביקורים", - "Visits dashboard": "ביקור בלוח המחוונים", "visitStartDatetime": "Visit start date and time", "visitStarted": "הביקור התחיל", "visitStartedSuccessfully": "הביקור התחיל בהצלחה", @@ -194,6 +179,5 @@ "visitType": "סוג הביקור", "visitType_title": "סוג הביקור", "visitTypeRequired": "נדרש סוג ביקור", - "Vitals & Biometrics dashboard": "לוח נתונים חיוניים וביומטרים", "yes": "כן" } diff --git a/packages/esm-patient-chart-app/translations/km.json b/packages/esm-patient-chart-app/translations/km.json index a79731d385..7fa1046f60 100644 --- a/packages/esm-patient-chart-app/translations/km.json +++ b/packages/esm-patient-chart-app/translations/km.json @@ -4,11 +4,8 @@ "addPastVisitText": "អ្នកអាចបន្ថែមការមកពិនិត្យជំងឺថ្មីកន្លងមក ឬធ្វើបច្ចុប្បន្នភាពការមកពិនិត្យចាស់។ ជ្រើសរើសពីជម្រើសមួយក្នុងចំណោមជម្រើសខាងក្រោមដើម្បីបន្ត។", "all": "ទាំងអស់", "allEncounters": "ការមកពិនិត្យជំងឺទាំងអស់", - "Allergies dashboard": "ផ្ទាំងគ្រប់គ្រងអាឡែរហ្សី", "appointmentCheckedIn": "Appointment checked in", "appointmentMarkedChecked": "Appointment marked as Checked In", - "Appointments dashboard": "ផ្ទាំងគ្រប់គ្រងការណាត់ជួប", - "Attachments dashboard": "ផ្ទាំងគ្រប់គ្រងឯកសារភ្ជាប់", "cancel": "បោះបង់", "cancelActiveVisitConfirmation": "តើអ្នកពិតជាចង់បោះបង់ការពិនិត្យជំងឺសកម្មនេះទេ?", "cancellingVisit": "បោះបង់ការពិនិត្យជំងឺ", @@ -18,11 +15,6 @@ "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", - "Conditions dashboard": "ផ្ទាំងគ្រប់គ្រងលក្ខខណ្ឌ", "confirm": "បញ្ជាក់", "confirmDeceased": "បញ្ជាក់ថាបានស្លាប់", "confirmDeletingVisitTextWithStartAndEndDate": "តើអ្នកពិតជាចង់លុប {{visit}} ដែលបានចាប់ផ្តើមពិនិត្យនៅថ្ងៃទី {{visitStartDate}} និងបញ្ចប់ការពិនិត្យនៅថ្ងៃទី {{visitEndDate}}មែនទេ?", @@ -50,6 +42,7 @@ "emptyStateText": "មិនមាន {{displayText}} បង្ហាញអំពីអ្នកជំងឺនេះទេ", "encounterDeleted": "លុបចោលការមកពិនិត្យ", "encounters": "ការជួបប្រទះ", + "encounters__lower": "encounters", "encounters_title": "ការមកពិនិត្យ", "encounterType": "ប្រភេទនៃការជួបប្រទះ", "end": "បញ្ចប់", @@ -62,9 +55,12 @@ "error": "មានកំហុស", "errorCancellingVisit": "មានបញ្ហាបច្ចេកទេសបោះបង់ការពិនិត្យជំងឺសកម្ម", "errorCopy": "សូមអធ្យាស្រ័យ មានបញ្ហាក្នុងការបង្ហាញព័ត៌មាននេះ។ អ្នកអាចព្យាយាមទាញទំព័រនេះម្តងទៀត ឬទាក់ទងអ្នកគ្រប់គ្រងប្រព័ន្ធទិន្នន័យ ហើយស្រង់លេខកូដដែលមិនដំណើរការមុខងារខាងលើ។", + "errorCreatingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorDeletingVisit": "មានបញ្ហាបច្ចេកទេសក្នុងការលុបការពិនិត្យជំងឺ", + "errorDeletingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorEndingVisit": "មានបញ្ហាបច្ចេកទេសបញ្ចប់ការពិនិត្យជំងឺ", "errorOccuredDeletingVisit": "មានបញ្ហាបច្ចេកទេសនៅពេលលុបការពិនិត្យជំងឺ", + "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute", "errorUpdatingVisitDetails": "មានបញ្ហាបច្ចេកទេសក្នុងការធ្វើបច្ចុប្បន្នភាពព័ត៌មានលម្អិតនៃការពិនិត្យជំងឺ", "errorWhenRestoringVisit": "មានបញ្ហាបច្ចេកទេសនៅពេលទាញមកវិញនូវ{{visit}}", "failedDeleting": "មិនអាចលុបបានទេ", @@ -73,9 +69,7 @@ "fieldRequired": "ព័ត៌មាននេះចាំបាច់ត្រូវបំពេញ", "filterByEncounterType": "ត្រងតាមប្រភេទនៃការជួបពិនិត្យជំងឺ", "form": "Form name", - "Forms & Notes dashboard": "ផ្ទាំងគ្រប់គ្រងសកម្មភាពក្រៅបណ្តាញ", "goToThisEncounter": "ទៅរកការជួបពិនិត្យជំងឺលើកនេះ", - "hide": "លាក់មិនឱ្យមើលឃើញ", "indication": "ការចង្អុលបង្ហាញ", "invalidTimeFormat": "ទម្រង់ពេលវេលាមិនត្រឹមត្រូវ", "invalidVisitStartDate": "កាលបរិច្ឆេទចាប់ផ្តើមត្រូវតែនៅ ឬមុនថ្ងៃទី {{firstEncounterDatetime}}", @@ -90,10 +84,8 @@ "markAsDeceased": "តើអ្នកប្រាកដថាចង់សម្គាល់ថាអ្នកជំងឺបានស្លាប់ហើយ?", "markDeceased": "កំណត់ត្រាមរណភាព", "markingPatientDeceasedInfoText": "ការសម្គាល់អ្នកជំងឺថាបានស្លាប់ រួចបញ្ចប់ការពិនិត្យអ្នកជំងឺនេះ", - "maximize": "អតិបរមា", "medications": "ឱសថ", - "Medications dashboard": "ផ្ទាំងគ្រប់គ្រងថ្នាំ", - "minimize": "បង្រួមអប្បបរមា", + "medications__lower": "medications", "missingVisitType": "បាត់ប្រភេទនៃការមកពិនិត្យជំងឺ", "modifyVisitDate": "Modify visit date", "movePatient": "ផ្ទេរអ្នកជំងឺ", @@ -109,8 +101,7 @@ "noEncountersToDisplay": "ពុំមានព័ត៌មានការពិនិត្យបង្ហាញទេ", "noObservationsFound": "រកមិនឃើញការសង្កេតទេ", "notes": "រកមិនឃើញការកត់ចំណាំទេ", - "Offline Actions dashboard": "ផ្ទាំងគ្រប់គ្រងសកម្មភាពក្រៅបណ្តាញ", - "openAnyway": "បើកតាមមធ្យោបាយណាក៏ដោយ", + "notes__lower": "notes", "optional": "អាចរំលង", "orderDurationAndUnit": "សម្រាប់ {រយៈពេល} {ឯកតារយៈពេលt}", "orderIndefiniteDuration": "រយៈពេលមិនកំណត់", @@ -123,10 +114,7 @@ "pastVisitErrorText": "កំហុសក្នុងការមកពិនិត្យជំងឺកន្លងមក", "pastVisits": "ការមកពិនិត្យជំងឺកន្លងមក", "Patient Summary": "សង្ខេបអ្នកជំងឺ", - "Patient Summary dashboard": "ផ្ទាំងគ្រប់គ្រងអ្នកជម្ងឺសង្ខេប", - "patientBreadcrumb": "នំប៉័ងអ្នកជំងឺ", "program": "កម្មវិធី", - "Programs dashboard": "ផ្ទាំងគ្រប់គ្រងកម្មវិធី", "provider": "អ្នកផ្តល់សេវា", "quantity": "បរិមាណ", "queueAddedSuccessfully": "បានបន្ថែមអ្នកជំងឺជាជួរដោយជោគជ័យ", @@ -135,7 +123,6 @@ "record": "កំណត់ត្រា", "refills": "ការបំពេញបន្ថែម", "refreshToTryAgain": "សូមRefreshឡើងវិញ ដើម្បីព្យាយាមម្តងទៀត", - "Results Viewer dashboard": "ផ្ទាំងមើលលទ្ធផល", "retrospectiveEntry": "ការបញ្ចូលទិន្នន័យកាលបរិច្ឆេទចាស់", "searchForAVisitType": "ស្វែងរកប្រភេទជំងឺមកពិនិត្យ", "searchForCauseOfDeath": "ស្វែងរកមូលហេតុនៃការស្លាប់", @@ -153,8 +140,9 @@ "start": "ចាប់ផ្តើម", "startAVisit": "ចាប់ផ្តើមការពិនិត្", "startDate": "ថ្ងៃចាប់ផ្តើម", + "startingVisit": "Starting visit", "startNewVisit": "ចាប់ផ្តើមការមកពិនិត្យជំងឺថ្មី", - "startVisit": "ចាប់ផ្តើមការមកពិនិត្យជំងឺ", + "startVisit": "Start visit", "startVisitError": "កំហុសក្នុងការចាប់ផ្តើមការមកពិនិត្យជំងឺបច្ចុប្បន្ន", "successfullyDeleted": "បានលុបដោយជោគជ័យ", "tests": "ការធ្វើតេស្ត", @@ -163,11 +151,9 @@ "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", "updateError": "ការធ្វើបច្ចុប្បន្នភាពការណាត់ជួបនាពេលខាងមុខមិនដំណើរការ", - "updateVisitDetails": "ធ្វើបច្ចុប្បន្នភាពព័ត៌មានលម្អិតអំពីការពិនិត្យជំងឺ", + "updateVisit": "Update visit", + "updatingVisit": "Updating visit", "visit": "ការមកពិនិត្យជំងឺ", "visitAttributes": "គុណលក្ខណៈពិនិត្យជំងឺ", "visitCancelled": "បានបោះបង់ការពិនិត្យជំងឺ", @@ -184,7 +170,6 @@ "visitRestoredSuccessfully": "{{visit}} បានទាញមកវិញដោយជោគជ័យ", "visits": "មកពិនិត្យជំងឺ", "Visits": "មកពិនិត្យជំងឺ", - "Visits dashboard": "ចូលទៅកាន់ផ្ទាំងគ្រប់គ្រង", "visitStartDatetime": "កាលបរិច្ឆេទនិងពេលវេលាចាប់ផ្តើមពិនិត្យជំងឺ", "visitStarted": "ការពិនិត្យជំងឺបានចាប់ផ្តើម", "visitStartedSuccessfully": "ការទស្សនាត្រូវបានចាប់ផ្តើមដោយជោគជ័យ", @@ -194,6 +179,5 @@ "visitType": "ប្រភេទជំងឺមកពិនិត្យ", "visitType_title": "ប្រភេទនៃការពិនិត្យ", "visitTypeRequired": "តម្រូវឱ្យមានប្រភេទពិនិត្យជំងឺ", - "Vitals & Biometrics dashboard": "ផ្ទាំងគ្រប់គ្រងជីវមាត្រ និងជីវមាត្រ", "yes": "បាទ/ចាស" } diff --git a/packages/esm-patient-chart-app/translations/zh.json b/packages/esm-patient-chart-app/translations/zh.json index 1d10a6aa30..31b3318215 100644 --- a/packages/esm-patient-chart-app/translations/zh.json +++ b/packages/esm-patient-chart-app/translations/zh.json @@ -4,11 +4,8 @@ "addPastVisitText": "您可以添加或更新一个历史就诊,请选择以下选项之一继续。", "all": "全部", "allEncounters": "所有问诊", - "Allergies dashboard": "过敏仪表板", "appointmentCheckedIn": "预约已签到", "appointmentMarkedChecked": "预约标记为已签到", - "Appointments dashboard": "预约仪表板", - "Attachments dashboard": "附件仪表板", "cancel": "取消", "cancelActiveVisitConfirmation": "您确定要取消这次活动就诊吗?", "cancellingVisit": "取消就诊中", @@ -18,11 +15,6 @@ "causeOfDeath_title": "死亡原因", "checkFilters": "检查上方的筛选条件", "close": "关闭", - "closeAllOpenedWorkspaces_one": "放弃 {{count}} 个工作区的更改", - "closeAllOpenedWorkspaces_other": "放弃 {{count}} 个工作区的更改", - "closingAllWorkspacesPromptBody": "以下工作区有未保存的更改。您是否要放弃以下工作区的更改?{{workspaceNames}}", - "closingAllWorkspacesPromptTitle": "您有未保存的更改", - "Conditions dashboard": "病情仪表板", "confirm": "确认", "confirmDeceased": "确认已故", "confirmDeletingVisitTextWithStartAndEndDate": "你确定要删除开始于{{visitStartDate}},结束于{{visitEndDate}}的{{visit}}吗?", @@ -50,6 +42,7 @@ "emptyStateText": "该患者没有可显示的{{displayText}}", "encounterDeleted": "问诊已删除", "encounters": "问诊", + "encounters__lower": "encounters", "encounters_title": "问诊", "encounterType": "问诊类型", "end": "结束", @@ -62,9 +55,12 @@ "error": "错误", "errorCancellingVisit": "取消活动就诊时出现错误", "errorCopy": "抱歉,显示此信息时出现问题。您可以尝试重新加载此页面,或联系网站管理员并引用上面的错误代码。", + "errorCreatingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorDeletingVisit": "删除就诊时出现错误", + "errorDeletingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorEndingVisit": "编辑就诊时出现错误", "errorOccuredDeletingVisit": "删除就诊时发生错误", + "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute", "errorUpdatingVisitDetails": "更新就诊详情时出现错误", "errorWhenRestoringVisit": "在恢复 {{visit}} 时发生错误", "failedDeleting": "无法删除", @@ -73,9 +69,7 @@ "fieldRequired": "此字段为必填项", "filterByEncounterType": "按问诊类型筛选", "form": "表单名称", - "Forms & Notes dashboard": "表单&记录仪表板", "goToThisEncounter": "前往这次问诊", - "hide": "隐藏", "indication": "适应症", "invalidTimeFormat": "时间格式无效", "invalidVisitStartDate": "开始日期需要在{{firstEncounterDatetime}}之前或当日", @@ -90,10 +84,8 @@ "markAsDeceased": "您确定要将患者标记为已故吗?", "markDeceased": "标记已故", "markingPatientDeceasedInfoText": "标记患者为已故将结束该患者的所有活动就诊", - "maximize": "最大化", "medications": "用药", - "Medications dashboard": "药物仪表板", - "minimize": "最小化", + "medications__lower": "medications", "missingVisitType": "就诊类型缺失", "modifyVisitDate": "修改就诊日期", "movePatient": "转移患者", @@ -109,8 +101,7 @@ "noEncountersToDisplay": "没有可显示的问诊记录", "noObservationsFound": "未找到观察记录", "notes": "记录", - "Offline Actions dashboard": "离线操作仪表板", - "openAnyway": "仍然打开", + "notes__lower": "notes", "optional": "可选的", "orderDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "无限期", @@ -123,10 +114,7 @@ "pastVisitErrorText": "历史就诊错误", "pastVisits": "历史就诊", "Patient Summary": "患者摘要", - "Patient Summary dashboard": "患者摘要仪表板", - "patientBreadcrumb": "患者", "program": "项目", - "Programs dashboard": "项目仪表板", "provider": "提供者", "quantity": "数量", "queueAddedSuccessfully": "患者已成功添加到队列中。", @@ -135,7 +123,6 @@ "record": "记录", "refills": "补充处方", "refreshToTryAgain": "请刷新以重试", - "Results Viewer dashboard": "结果查看器仪表板", "retrospectiveEntry": "回顾性条目", "searchForAVisitType": "搜索就诊类型", "searchForCauseOfDeath": "搜索死亡原因", @@ -153,8 +140,9 @@ "start": "开始", "startAVisit": "开始一次就诊", "startDate": "开始日期", + "startingVisit": "开始就诊中", "startNewVisit": "开始新的就诊", - "startVisit": "开始一次就诊", + "startVisit": "开始就诊", "startVisitError": "开始就诊时出现错误", "successfullyDeleted": "已成功删除", "tests": "检验", @@ -163,11 +151,9 @@ "type": "类型", "undo": "撤销", "unknown": "未知", - "unsavedChangesInOpenedWorkspace": "您在打开的工作区中有未保存的更改。您是否要放弃这些更改?", - "unsavedChangesInWorkspace": "在{{workspaceName}}中有未保存的更改。请在打开另一个工作区之前保存它们。", - "unsavedChangesTitleText": "未保存的更改", "updateError": "更新即将到来的预约时出现错误", - "updateVisitDetails": "更新就诊详情", + "updateVisit": "更新就诊", + "updatingVisit": "就诊更新中", "visit": "就诊", "visitAttributes": "就诊属性", "visitCancelled": "就诊已取消", @@ -184,7 +170,6 @@ "visitRestoredSuccessfully": "{{访问}}已成功恢复", "visits": "就诊", "Visits": "就诊", - "Visits dashboard": "就诊仪表板", "visitStartDatetime": "就诊开始日期和时间", "visitStarted": "就诊开始", "visitStartedSuccessfully": "{{visit}} 已成功启动", @@ -194,6 +179,5 @@ "visitType": "就诊类型", "visitType_title": "就诊类型", "visitTypeRequired": "就诊类型是必填项", - "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 1d10a6aa30..31b3318215 100644 --- a/packages/esm-patient-chart-app/translations/zh_CN.json +++ b/packages/esm-patient-chart-app/translations/zh_CN.json @@ -4,11 +4,8 @@ "addPastVisitText": "您可以添加或更新一个历史就诊,请选择以下选项之一继续。", "all": "全部", "allEncounters": "所有问诊", - "Allergies dashboard": "过敏仪表板", "appointmentCheckedIn": "预约已签到", "appointmentMarkedChecked": "预约标记为已签到", - "Appointments dashboard": "预约仪表板", - "Attachments dashboard": "附件仪表板", "cancel": "取消", "cancelActiveVisitConfirmation": "您确定要取消这次活动就诊吗?", "cancellingVisit": "取消就诊中", @@ -18,11 +15,6 @@ "causeOfDeath_title": "死亡原因", "checkFilters": "检查上方的筛选条件", "close": "关闭", - "closeAllOpenedWorkspaces_one": "放弃 {{count}} 个工作区的更改", - "closeAllOpenedWorkspaces_other": "放弃 {{count}} 个工作区的更改", - "closingAllWorkspacesPromptBody": "以下工作区有未保存的更改。您是否要放弃以下工作区的更改?{{workspaceNames}}", - "closingAllWorkspacesPromptTitle": "您有未保存的更改", - "Conditions dashboard": "病情仪表板", "confirm": "确认", "confirmDeceased": "确认已故", "confirmDeletingVisitTextWithStartAndEndDate": "你确定要删除开始于{{visitStartDate}},结束于{{visitEndDate}}的{{visit}}吗?", @@ -50,6 +42,7 @@ "emptyStateText": "该患者没有可显示的{{displayText}}", "encounterDeleted": "问诊已删除", "encounters": "问诊", + "encounters__lower": "encounters", "encounters_title": "问诊", "encounterType": "问诊类型", "end": "结束", @@ -62,9 +55,12 @@ "error": "错误", "errorCancellingVisit": "取消活动就诊时出现错误", "errorCopy": "抱歉,显示此信息时出现问题。您可以尝试重新加载此页面,或联系网站管理员并引用上面的错误代码。", + "errorCreatingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorDeletingVisit": "删除就诊时出现错误", + "errorDeletingVisitAttribute": "Could not delete {{attributeName}} attribute", "errorEndingVisit": "编辑就诊时出现错误", "errorOccuredDeletingVisit": "删除就诊时发生错误", + "errorUpdatingVisitAttribute": "Could not update {{attributeName}} attribute", "errorUpdatingVisitDetails": "更新就诊详情时出现错误", "errorWhenRestoringVisit": "在恢复 {{visit}} 时发生错误", "failedDeleting": "无法删除", @@ -73,9 +69,7 @@ "fieldRequired": "此字段为必填项", "filterByEncounterType": "按问诊类型筛选", "form": "表单名称", - "Forms & Notes dashboard": "表单&记录仪表板", "goToThisEncounter": "前往这次问诊", - "hide": "隐藏", "indication": "适应症", "invalidTimeFormat": "时间格式无效", "invalidVisitStartDate": "开始日期需要在{{firstEncounterDatetime}}之前或当日", @@ -90,10 +84,8 @@ "markAsDeceased": "您确定要将患者标记为已故吗?", "markDeceased": "标记已故", "markingPatientDeceasedInfoText": "标记患者为已故将结束该患者的所有活动就诊", - "maximize": "最大化", "medications": "用药", - "Medications dashboard": "药物仪表板", - "minimize": "最小化", + "medications__lower": "medications", "missingVisitType": "就诊类型缺失", "modifyVisitDate": "修改就诊日期", "movePatient": "转移患者", @@ -109,8 +101,7 @@ "noEncountersToDisplay": "没有可显示的问诊记录", "noObservationsFound": "未找到观察记录", "notes": "记录", - "Offline Actions dashboard": "离线操作仪表板", - "openAnyway": "仍然打开", + "notes__lower": "notes", "optional": "可选的", "orderDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "orderIndefiniteDuration": "无限期", @@ -123,10 +114,7 @@ "pastVisitErrorText": "历史就诊错误", "pastVisits": "历史就诊", "Patient Summary": "患者摘要", - "Patient Summary dashboard": "患者摘要仪表板", - "patientBreadcrumb": "患者", "program": "项目", - "Programs dashboard": "项目仪表板", "provider": "提供者", "quantity": "数量", "queueAddedSuccessfully": "患者已成功添加到队列中。", @@ -135,7 +123,6 @@ "record": "记录", "refills": "补充处方", "refreshToTryAgain": "请刷新以重试", - "Results Viewer dashboard": "结果查看器仪表板", "retrospectiveEntry": "回顾性条目", "searchForAVisitType": "搜索就诊类型", "searchForCauseOfDeath": "搜索死亡原因", @@ -153,8 +140,9 @@ "start": "开始", "startAVisit": "开始一次就诊", "startDate": "开始日期", + "startingVisit": "开始就诊中", "startNewVisit": "开始新的就诊", - "startVisit": "开始一次就诊", + "startVisit": "开始就诊", "startVisitError": "开始就诊时出现错误", "successfullyDeleted": "已成功删除", "tests": "检验", @@ -163,11 +151,9 @@ "type": "类型", "undo": "撤销", "unknown": "未知", - "unsavedChangesInOpenedWorkspace": "您在打开的工作区中有未保存的更改。您是否要放弃这些更改?", - "unsavedChangesInWorkspace": "在{{workspaceName}}中有未保存的更改。请在打开另一个工作区之前保存它们。", - "unsavedChangesTitleText": "未保存的更改", "updateError": "更新即将到来的预约时出现错误", - "updateVisitDetails": "更新就诊详情", + "updateVisit": "更新就诊", + "updatingVisit": "就诊更新中", "visit": "就诊", "visitAttributes": "就诊属性", "visitCancelled": "就诊已取消", @@ -184,7 +170,6 @@ "visitRestoredSuccessfully": "{{访问}}已成功恢复", "visits": "就诊", "Visits": "就诊", - "Visits dashboard": "就诊仪表板", "visitStartDatetime": "就诊开始日期和时间", "visitStarted": "就诊开始", "visitStartedSuccessfully": "{{visit}} 已成功启动", @@ -194,6 +179,5 @@ "visitType": "就诊类型", "visitType_title": "就诊类型", "visitTypeRequired": "就诊类型是必填项", - "Vitals & Biometrics dashboard": "生命体征&生物测定仪表板", "yes": "是" } diff --git a/packages/esm-patient-conditions-app/translations/zh.json b/packages/esm-patient-conditions-app/translations/zh.json index c9ebf1db2e..8014199c78 100644 --- a/packages/esm-patient-conditions-app/translations/zh.json +++ b/packages/esm-patient-conditions-app/translations/zh.json @@ -30,7 +30,7 @@ "noResultsFor": "No results for", "onsetDate": "发病日期", "recordCondition": "记录一个病情", - "required": "Required", + "required": "必填", "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 c9ebf1db2e..8014199c78 100644 --- a/packages/esm-patient-conditions-app/translations/zh_CN.json +++ b/packages/esm-patient-conditions-app/translations/zh_CN.json @@ -30,7 +30,7 @@ "noResultsFor": "No results for", "onsetDate": "发病日期", "recordCondition": "记录一个病情", - "required": "Required", + "required": "必填", "saveAndClose": "保存并关闭", "saving": "保存中", "searchConditions": "搜索病情", diff --git a/packages/esm-patient-immunizations-app/translations/am.json b/packages/esm-patient-immunizations-app/translations/am.json index aea19556d2..510dd0e3b5 100644 --- a/packages/esm-patient-immunizations-app/translations/am.json +++ b/packages/esm-patient-immunizations-app/translations/am.json @@ -2,6 +2,7 @@ "add": "Add", "cancel": "Cancel", "doseNumber": "Dose number within series", + "doseNumberWithinSeries": "Dose number within series", "edit": "Edit", "error": "Error", "errorSaving": "Error saving vaccination", @@ -10,6 +11,7 @@ "immunization": "Immunization", "immunizations": "Immunizations", "Immunizations": "Immunizations", + "immunizations__lower": "immunizations", "immunizationWorkspaceTitle": "Immunization Form", "lotNumber": "Lot Number", "manufacturer": "Manufacturer", diff --git a/packages/esm-patient-immunizations-app/translations/ar.json b/packages/esm-patient-immunizations-app/translations/ar.json index 9effb15d83..c5bebb4d0d 100644 --- a/packages/esm-patient-immunizations-app/translations/ar.json +++ b/packages/esm-patient-immunizations-app/translations/ar.json @@ -2,6 +2,7 @@ "add": "إضافة", "cancel": "إلغاء", "doseNumber": "Dose Number", + "doseNumberWithinSeries": "Dose number within series", "edit": "Edit", "error": "Error", "errorSaving": "خطأ في حفظ التطعيم", @@ -10,6 +11,7 @@ "immunization": "Immunization", "immunizations": "التطعيمات", "Immunizations": "التطعيمات", + "immunizations__lower": "immunizations", "immunizationWorkspaceTitle": "Immunization Form", "lotNumber": "رقم الدفعة", "manufacturer": "المصنع", diff --git a/packages/esm-patient-immunizations-app/translations/es.json b/packages/esm-patient-immunizations-app/translations/es.json index 02fe34e196..3957de729d 100644 --- a/packages/esm-patient-immunizations-app/translations/es.json +++ b/packages/esm-patient-immunizations-app/translations/es.json @@ -2,6 +2,7 @@ "add": "Agregar", "cancel": "Cancelar", "doseNumber": "Dose Number", + "doseNumberWithinSeries": "Dose number within series", "edit": "Edit", "error": "Error", "errorSaving": "Error al guardar la vacunación", @@ -10,6 +11,7 @@ "immunization": "Immunization", "immunizations": "Inmunizaciones", "Immunizations": "Inmunizaciones", + "immunizations__lower": "immunizations", "immunizationWorkspaceTitle": "Immunization Form", "lotNumber": "Número de lote", "manufacturer": "Fabricante", diff --git a/packages/esm-patient-immunizations-app/translations/fr.json b/packages/esm-patient-immunizations-app/translations/fr.json index 56d5fd459b..01ac7d107e 100644 --- a/packages/esm-patient-immunizations-app/translations/fr.json +++ b/packages/esm-patient-immunizations-app/translations/fr.json @@ -2,6 +2,7 @@ "add": "Add", "cancel": "Cancel", "doseNumber": "Dose Number", + "doseNumberWithinSeries": "Dose number within series", "edit": "Edit", "error": "Error", "errorSaving": "Error saving vaccination", @@ -10,6 +11,7 @@ "immunization": "Immunization", "immunizations": "Immunizations", "Immunizations": "Immunizations", + "immunizations__lower": "immunizations", "immunizationWorkspaceTitle": "Immunization Form", "lotNumber": "Lot Number", "manufacturer": "Manufacturer", diff --git a/packages/esm-patient-immunizations-app/translations/he.json b/packages/esm-patient-immunizations-app/translations/he.json index 6d03dc2e4e..1edb568d58 100644 --- a/packages/esm-patient-immunizations-app/translations/he.json +++ b/packages/esm-patient-immunizations-app/translations/he.json @@ -2,6 +2,7 @@ "add": "הוסף", "cancel": "ביטול", "doseNumber": "Dose Number", + "doseNumberWithinSeries": "Dose number within series", "edit": "Edit", "error": "Error", "errorSaving": "שגיאה בשמירת החיסון", @@ -10,6 +11,7 @@ "immunization": "Immunization", "immunizations": "חיסונים", "Immunizations": "חיסונים", + "immunizations__lower": "immunizations", "immunizationWorkspaceTitle": "Immunization Form", "lotNumber": "מספר לוט", "manufacturer": "יצרן", diff --git a/packages/esm-patient-immunizations-app/translations/km.json b/packages/esm-patient-immunizations-app/translations/km.json index ee819cd1d2..7b92f9d61f 100644 --- a/packages/esm-patient-immunizations-app/translations/km.json +++ b/packages/esm-patient-immunizations-app/translations/km.json @@ -2,6 +2,7 @@ "add": "បន្ថែម", "cancel": "បោះបង់", "doseNumber": "Dose Number", + "doseNumberWithinSeries": "Dose number within series", "edit": "Edit", "error": "Error", "errorSaving": "Error saving vaccination", @@ -10,6 +11,7 @@ "immunization": "Immunization", "immunizations": "ការចាក់ថ្នាំបង្ការរោគ", "Immunizations": "ការចាក់ថ្នាំបង្ការរោគ", + "immunizations__lower": "immunizations", "immunizationWorkspaceTitle": "Immunization Form", "lotNumber": "Lot Number", "manufacturer": "Manufacturer", diff --git a/packages/esm-patient-immunizations-app/translations/zh.json b/packages/esm-patient-immunizations-app/translations/zh.json index b0ab0d2b14..3de8c650ac 100644 --- a/packages/esm-patient-immunizations-app/translations/zh.json +++ b/packages/esm-patient-immunizations-app/translations/zh.json @@ -2,6 +2,7 @@ "add": "添加", "cancel": "取消", "doseNumber": "接种系列中的剂量编号", + "doseNumberWithinSeries": "Dose number within series", "edit": "编辑", "error": "错误", "errorSaving": "保存疫苗接种时出现错误", @@ -10,6 +11,7 @@ "immunization": "免疫接种", "immunizations": "免疫接种", "Immunizations": "免疫", + "immunizations__lower": "immunizations", "immunizationWorkspaceTitle": "免疫表单", "lotNumber": "批号", "manufacturer": "制造商", diff --git a/packages/esm-patient-immunizations-app/translations/zh_CN.json b/packages/esm-patient-immunizations-app/translations/zh_CN.json index b0ab0d2b14..3de8c650ac 100644 --- a/packages/esm-patient-immunizations-app/translations/zh_CN.json +++ b/packages/esm-patient-immunizations-app/translations/zh_CN.json @@ -2,6 +2,7 @@ "add": "添加", "cancel": "取消", "doseNumber": "接种系列中的剂量编号", + "doseNumberWithinSeries": "Dose number within series", "edit": "编辑", "error": "错误", "errorSaving": "保存疫苗接种时出现错误", @@ -10,6 +11,7 @@ "immunization": "免疫接种", "immunizations": "免疫接种", "Immunizations": "免疫", + "immunizations__lower": "immunizations", "immunizationWorkspaceTitle": "免疫表单", "lotNumber": "批号", "manufacturer": "制造商", diff --git a/packages/esm-patient-lists-app/translations/am.json b/packages/esm-patient-lists-app/translations/am.json index 5d0ea7cc1e..90c336895d 100644 --- a/packages/esm-patient-lists-app/translations/am.json +++ b/packages/esm-patient-lists-app/translations/am.json @@ -11,7 +11,9 @@ "noPatientListsToDisplay": "No patient lists to display", "noPatientsInList": "There are no patients in this list", "numberOfPatients": "No. of patients", + "patientListDetailWorkspaceTitle": "Patient List Details", "patientLists": "Patient lists", + "patientListsWorkspaceTitle": "Patient Lists", "patients": "patients", "searchThisList": "Search this list", "sex": "Sex", diff --git a/packages/esm-patient-lists-app/translations/ar.json b/packages/esm-patient-lists-app/translations/ar.json index eb2f4e8831..3c8b6acbeb 100644 --- a/packages/esm-patient-lists-app/translations/ar.json +++ b/packages/esm-patient-lists-app/translations/ar.json @@ -11,7 +11,9 @@ "noPatientListsToDisplay": "لا توجد قوائم مرضى للعرض", "noPatientsInList": "لا يوجد مرضى في هذه القائمة", "numberOfPatients": "عدد المرضى", + "patientListDetailWorkspaceTitle": "Patient List Details", "patientLists": "قوائم المرضى", + "patientListsWorkspaceTitle": "Patient Lists", "patients": "المرضى", "searchThisList": "ابحث في هذه القائمة", "sex": "الجنس", diff --git a/packages/esm-patient-lists-app/translations/es.json b/packages/esm-patient-lists-app/translations/es.json index 6526655ad4..b072b23ead 100644 --- a/packages/esm-patient-lists-app/translations/es.json +++ b/packages/esm-patient-lists-app/translations/es.json @@ -11,7 +11,9 @@ "noPatientListsToDisplay": "No hay listas de pacientes para mostrar", "noPatientsInList": "No hay pacientes en esta lista", "numberOfPatients": "Número de pacientes", + "patientListDetailWorkspaceTitle": "Patient List Details", "patientLists": "Listas de pacientes", + "patientListsWorkspaceTitle": "Patient Lists", "patients": "pacientes", "searchThisList": "Buscar en esta lista", "sex": "Sexo", diff --git a/packages/esm-patient-lists-app/translations/fr.json b/packages/esm-patient-lists-app/translations/fr.json index 15498bb579..bdb58cf1ae 100644 --- a/packages/esm-patient-lists-app/translations/fr.json +++ b/packages/esm-patient-lists-app/translations/fr.json @@ -11,7 +11,9 @@ "noPatientListsToDisplay": "Aucune liste de patients à afficher", "noPatientsInList": "Il n'y a pas de patients dans cette liste", "numberOfPatients": "Nombre de patients", + "patientListDetailWorkspaceTitle": "Patient List Details", "patientLists": "Listes de patients", + "patientListsWorkspaceTitle": "Patient Lists", "patients": "patients", "searchThisList": "Rechercher dans cette liste", "sex": "Sexe", diff --git a/packages/esm-patient-lists-app/translations/he.json b/packages/esm-patient-lists-app/translations/he.json index b02ec88b21..8d764afb08 100644 --- a/packages/esm-patient-lists-app/translations/he.json +++ b/packages/esm-patient-lists-app/translations/he.json @@ -11,7 +11,9 @@ "noPatientListsToDisplay": "אין רשימות מטופלים להצגה", "noPatientsInList": "אין מטופלים ברשימה זו", "numberOfPatients": "מספר המטופלים", + "patientListDetailWorkspaceTitle": "Patient List Details", "patientLists": "רשימות מטופלים", + "patientListsWorkspaceTitle": "Patient Lists", "patients": "מטופלים", "searchThisList": "חפש ברשימה זו", "sex": "מין", diff --git a/packages/esm-patient-lists-app/translations/km.json b/packages/esm-patient-lists-app/translations/km.json index b663a26f42..4f8d13b067 100644 --- a/packages/esm-patient-lists-app/translations/km.json +++ b/packages/esm-patient-lists-app/translations/km.json @@ -11,7 +11,9 @@ "noPatientListsToDisplay": "គ្មានបញ្ជីអ្នកជំងឺត្រូវបង្ហាញ", "noPatientsInList": "គ្មានអ្នកជំងឺនៅក្នុងបញ្ជីនេះ", "numberOfPatients": "ចំនួនអ្នកជំងឺ", + "patientListDetailWorkspaceTitle": "Patient List Details", "patientLists": "បញ្ជីអ្នកជំងឺ", + "patientListsWorkspaceTitle": "Patient Lists", "patients": "អ្នកជំងឺ", "searchThisList": "ស្វែងរកបញ្ជីនេះ", "sex": "ភេទ", diff --git a/packages/esm-patient-lists-app/translations/zh.json b/packages/esm-patient-lists-app/translations/zh.json index c94eea1e91..1a33663934 100644 --- a/packages/esm-patient-lists-app/translations/zh.json +++ b/packages/esm-patient-lists-app/translations/zh.json @@ -11,7 +11,9 @@ "noPatientListsToDisplay": "没有患者列表可显示", "noPatientsInList": "该列表中没有患者", "numberOfPatients": "患者数量", + "patientListDetailWorkspaceTitle": "患者列表详情", "patientLists": "患者列表", + "patientListsWorkspaceTitle": "患者列表", "patients": "患者", "searchThisList": "搜索此列表", "sex": "性别", diff --git a/packages/esm-patient-lists-app/translations/zh_CN.json b/packages/esm-patient-lists-app/translations/zh_CN.json index c94eea1e91..1a33663934 100644 --- a/packages/esm-patient-lists-app/translations/zh_CN.json +++ b/packages/esm-patient-lists-app/translations/zh_CN.json @@ -11,7 +11,9 @@ "noPatientListsToDisplay": "没有患者列表可显示", "noPatientsInList": "该列表中没有患者", "numberOfPatients": "患者数量", + "patientListDetailWorkspaceTitle": "患者列表详情", "patientLists": "患者列表", + "patientListsWorkspaceTitle": "患者列表", "patients": "患者", "searchThisList": "搜索此列表", "sex": "性别", diff --git a/packages/esm-patient-medications-app/translations/am.json b/packages/esm-patient-medications-app/translations/am.json index 9345145f52..cd0e618ee5 100644 --- a/packages/esm-patient-medications-app/translations/am.json +++ b/packages/esm-patient-medications-app/translations/am.json @@ -43,7 +43,7 @@ "male": "Male", "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Indefinite duration", - "Medications": "Medications", + "medications": "Medications", "modify": "Modify", "none": "None", "noResultsForDrugSearch": "No results to display for \"{{searchTerm}}\"", diff --git a/packages/esm-patient-medications-app/translations/ar.json b/packages/esm-patient-medications-app/translations/ar.json index a7493551d1..4a2783d9ce 100644 --- a/packages/esm-patient-medications-app/translations/ar.json +++ b/packages/esm-patient-medications-app/translations/ar.json @@ -43,7 +43,7 @@ "male": "ذكر", "medicationDurationAndUnit": "لمدة {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "مدة غير محددة", - "Medications": "الأدوية", + "medications": "Medications", "modify": "تعديل", "none": "لا شيء", "noResultsForDrugSearch": "لا توجد نتائج لـ \"{{searchTerm}}\"", diff --git a/packages/esm-patient-medications-app/translations/es.json b/packages/esm-patient-medications-app/translations/es.json index 223d55f0c2..a2794f3f94 100644 --- a/packages/esm-patient-medications-app/translations/es.json +++ b/packages/esm-patient-medications-app/translations/es.json @@ -43,7 +43,7 @@ "male": "Masculino", "medicationDurationAndUnit": "para {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Duración indefinida", - "Medications": "Medicamentos", + "medications": "Medications", "modify": "Modificar", "none": "Ninguno", "noResultsForDrugSearch": "No hay resultados para \"{{searchTerm}}\"", diff --git a/packages/esm-patient-medications-app/translations/fr.json b/packages/esm-patient-medications-app/translations/fr.json index 9345145f52..cd0e618ee5 100644 --- a/packages/esm-patient-medications-app/translations/fr.json +++ b/packages/esm-patient-medications-app/translations/fr.json @@ -43,7 +43,7 @@ "male": "Male", "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Indefinite duration", - "Medications": "Medications", + "medications": "Medications", "modify": "Modify", "none": "None", "noResultsForDrugSearch": "No results to display for \"{{searchTerm}}\"", diff --git a/packages/esm-patient-medications-app/translations/he.json b/packages/esm-patient-medications-app/translations/he.json index 663c0c2f96..2faa344c3b 100644 --- a/packages/esm-patient-medications-app/translations/he.json +++ b/packages/esm-patient-medications-app/translations/he.json @@ -43,7 +43,7 @@ "male": "זָכָר", "medicationDurationAndUnit": "למשך {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "לאורך זמן בלתי מוגבל", - "Medications": "תרופות", + "medications": "Medications", "modify": "שנה", "none": "אין", "noResultsForDrugSearch": "אין תוצאות להצגה עבור \"{{searchTerm}}\"", diff --git a/packages/esm-patient-medications-app/translations/km.json b/packages/esm-patient-medications-app/translations/km.json index 65130c70cd..729740a9da 100644 --- a/packages/esm-patient-medications-app/translations/km.json +++ b/packages/esm-patient-medications-app/translations/km.json @@ -43,7 +43,7 @@ "male": "ប្រុស", "medicationDurationAndUnit": "សម្រាប់ {រយៈពេល} {ឯកតារយៈពេល}", "medicationIndefiniteDuration": "រយៈពេលមិនកំណត់", - "Medications": "ថ្នាំ", + "medications": "Medications", "modify": "កែប្រែ", "none": "គ្មាន", "noResultsForDrugSearch": "គ្មានលទ្ធផលដែលត្រូវបង្ហាញសម្រាប់ \"{{searchTerm}}\"", diff --git a/packages/esm-patient-medications-app/translations/zh.json b/packages/esm-patient-medications-app/translations/zh.json index a23984a8d8..eaedf4c2f8 100644 --- a/packages/esm-patient-medications-app/translations/zh.json +++ b/packages/esm-patient-medications-app/translations/zh.json @@ -43,7 +43,7 @@ "male": "男性", "medicationDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "无限期", - "Medications": "药物", + "medications": "Medications", "modify": "修改", "none": "无", "noResultsForDrugSearch": "没有与“{{searchTerm}}”有关的结果可显示", @@ -73,7 +73,7 @@ "refills": "处方补充", "removeFromBasket": "从医嘱篮中移除", "reorder": "重新使用", - "saveOrder": "保存处方", + "saveOrder": "保存医嘱", "searchAgain": "重新搜索", "searchFieldPlaceholder": "搜索药品或医嘱集(例如“Aspirin”)", "searchResultsMatchesForTerm_one": " \"{{searchTerm}}\" 的{{count}}个结果", diff --git a/packages/esm-patient-medications-app/translations/zh_CN.json b/packages/esm-patient-medications-app/translations/zh_CN.json index a23984a8d8..eaedf4c2f8 100644 --- a/packages/esm-patient-medications-app/translations/zh_CN.json +++ b/packages/esm-patient-medications-app/translations/zh_CN.json @@ -43,7 +43,7 @@ "male": "男性", "medicationDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "无限期", - "Medications": "药物", + "medications": "Medications", "modify": "修改", "none": "无", "noResultsForDrugSearch": "没有与“{{searchTerm}}”有关的结果可显示", @@ -73,7 +73,7 @@ "refills": "处方补充", "removeFromBasket": "从医嘱篮中移除", "reorder": "重新使用", - "saveOrder": "保存处方", + "saveOrder": "保存医嘱", "searchAgain": "重新搜索", "searchFieldPlaceholder": "搜索药品或医嘱集(例如“Aspirin”)", "searchResultsMatchesForTerm_one": " \"{{searchTerm}}\" 的{{count}}个结果", diff --git a/packages/esm-patient-notes-app/translations/am.json b/packages/esm-patient-notes-app/translations/am.json index 5668cf86cb..f6c61f868f 100644 --- a/packages/esm-patient-notes-app/translations/am.json +++ b/packages/esm-patient-notes-app/translations/am.json @@ -2,7 +2,6 @@ "add": "Add", "addImage": "Add image", "addVisitNote": "Add a visit note", - "changeImage": "Change image", "clinicalNoteLabel": "Write your notes", "clinicalNotePlaceholder": "Write any notes here", "date": "Date", @@ -14,6 +13,7 @@ "error": "Error", "errorFetchingConcepts": "There was a problem fetching concepts", "image": "Image", + "imageRemoved": "Image removed", "imageUploadHelperText": "Upload an image or use this device's camera to capture an image", "noMatchingDiagnoses": "No diagnoses found matching", "note": "Note", @@ -21,6 +21,7 @@ "primaryDiagnosis": "Primary diagnosis", "primaryDiagnosisInputPlaceholder": "Choose a primary diagnosis", "saveAndClose": "Save and close", + "saving": "Saving", "searchForPrimaryDiagnosis": "Search for a primary diagnosis", "searchForSecondaryDiagnosis": "Search for a secondary diagnosis", "secondaryDiagnosis": "Secondary diagnosis", diff --git a/packages/esm-patient-notes-app/translations/ar.json b/packages/esm-patient-notes-app/translations/ar.json index c17184d6be..32022d48d8 100644 --- a/packages/esm-patient-notes-app/translations/ar.json +++ b/packages/esm-patient-notes-app/translations/ar.json @@ -2,7 +2,6 @@ "add": "أضف", "addImage": "أضف صورة", "addVisitNote": "أضف ملاحظة للزيارة", - "changeImage": "Change image", "clinicalNoteLabel": "اكتب ملاحظاتك", "clinicalNotePlaceholder": "اكتب أي ملاحظات هنا", "date": "تاريخ", @@ -14,6 +13,7 @@ "error": "Error", "errorFetchingConcepts": "There was a problem fetching concepts", "image": "صورة", + "imageRemoved": "Image removed", "imageUploadHelperText": "قم بتحميل صورة أو استخدم كاميرا هذا الجهاز لالتقاط صورة", "noMatchingDiagnoses": "لم يتم العثور على تشخيصات مطابقة", "note": "ملاحظة", @@ -21,6 +21,7 @@ "primaryDiagnosis": "التشخيص الرئيسي", "primaryDiagnosisInputPlaceholder": "اختر التشخيص الرئيسي", "saveAndClose": "حفظ وإغلاق", + "saving": "Saving", "searchForPrimaryDiagnosis": "ابحث عن التشخيص الرئيسي", "searchForSecondaryDiagnosis": "ابحث عن التشخيص الثانوي", "secondaryDiagnosis": "التشخيص الثانوي", diff --git a/packages/esm-patient-notes-app/translations/es.json b/packages/esm-patient-notes-app/translations/es.json index f0ec58064f..150945fea2 100644 --- a/packages/esm-patient-notes-app/translations/es.json +++ b/packages/esm-patient-notes-app/translations/es.json @@ -2,7 +2,6 @@ "add": "Añadir", "addImage": "Añadir imagen", "addVisitNote": "Añadir una nota de visita", - "changeImage": "Change image", "clinicalNoteLabel": "Escribir tus notas", "clinicalNotePlaceholder": "Escribe cualquier nota adicional aquí", "date": "Fecha", @@ -14,6 +13,7 @@ "error": "Error", "errorFetchingConcepts": "There was a problem fetching concepts", "image": "Imagen", + "imageRemoved": "Image removed", "imageUploadHelperText": "Subir una imagen o utilizar la cámara de este dispositivo para capturar una imagen", "noMatchingDiagnoses": "No se encontraron diagnósticos coincidentes", "note": "Nota", @@ -21,6 +21,7 @@ "primaryDiagnosis": "Diagnóstico principal", "primaryDiagnosisInputPlaceholder": "Elegir un diagnóstico principal", "saveAndClose": "Guardar y cerrar", + "saving": "Saving", "searchForPrimaryDiagnosis": "Buscar un diagnóstico principal", "searchForSecondaryDiagnosis": "Buscar un diagnóstico secundario", "secondaryDiagnosis": "Diagnóstico secundario", diff --git a/packages/esm-patient-notes-app/translations/fr.json b/packages/esm-patient-notes-app/translations/fr.json index 589a1db07e..9fb8e5fe21 100644 --- a/packages/esm-patient-notes-app/translations/fr.json +++ b/packages/esm-patient-notes-app/translations/fr.json @@ -2,7 +2,6 @@ "add": "Ajouter", "addImage": "Ajouter une image", "addVisitNote": "Ajouter une note de visite", - "changeImage": "Change image", "clinicalNoteLabel": "Ajouter une note additionnelle", "clinicalNotePlaceholder": "Ajouter les points additionnels ici", "date": "Date", @@ -14,6 +13,7 @@ "error": "Error", "errorFetchingConcepts": "There was a problem fetching concepts", "image": "Image", + "imageRemoved": "Image removed", "imageUploadHelperText": "Téléchargez une image ou utilisez l'appareil photo de cet appareil pour prendre une photo", "noMatchingDiagnoses": "Aucun diagnostic trouvé correspondant", "note": "Note", @@ -21,6 +21,7 @@ "primaryDiagnosis": "Primary diagnosis", "primaryDiagnosisInputPlaceholder": "Choisissez un diagnostic principal", "saveAndClose": "Sauvegarder et fermer", + "saving": "Saving", "searchForPrimaryDiagnosis": "Rechercher un diagnostic principal", "searchForSecondaryDiagnosis": "Rechercher un diagnostic secondaire", "secondaryDiagnosis": "Secondary diagnosis", diff --git a/packages/esm-patient-notes-app/translations/he.json b/packages/esm-patient-notes-app/translations/he.json index 04fb0c6dca..f159492dc1 100644 --- a/packages/esm-patient-notes-app/translations/he.json +++ b/packages/esm-patient-notes-app/translations/he.json @@ -2,7 +2,6 @@ "add": "הוסף", "addImage": "הוסף תמונה", "addVisitNote": "הוסף הערת ביקור", - "changeImage": "Change image", "clinicalNoteLabel": "כתוב הערה נוספת", "clinicalNotePlaceholder": "כתוב כל נקודות נוספות כאן", "date": "תאריך", @@ -14,6 +13,7 @@ "error": "Error", "errorFetchingConcepts": "There was a problem fetching concepts", "image": "תמונה", + "imageRemoved": "Image removed", "imageUploadHelperText": "טען תמונה או השתמש במצלמה של המכשיר כדי לצלם תמונה", "noMatchingDiagnoses": "לא נמצאו אבחנות התואמות", "note": "הערה", @@ -21,6 +21,7 @@ "primaryDiagnosis": "אבחנה עיקרית", "primaryDiagnosisInputPlaceholder": "בחר אבחנה ראשית", "saveAndClose": "שמור וסגור", + "saving": "Saving", "searchForPrimaryDiagnosis": "חפש אבחנה ראשית", "searchForSecondaryDiagnosis": "חפש אבחנה משנית", "secondaryDiagnosis": "אבחנה משנית", diff --git a/packages/esm-patient-notes-app/translations/km.json b/packages/esm-patient-notes-app/translations/km.json index 2dc0deef5d..3cebc58bc9 100644 --- a/packages/esm-patient-notes-app/translations/km.json +++ b/packages/esm-patient-notes-app/translations/km.json @@ -2,7 +2,6 @@ "add": "បន្ថែម", "addImage": "បន្ថែមរូបភាព", "addVisitNote": "បន្ថែមកំណត់សម្គាល់នៃការមកពិនិត្យ", - "changeImage": "Change image", "clinicalNoteLabel": "សរសេរកំណត់ចំណាំរបស់អ្នក។", "clinicalNotePlaceholder": "សរសេរកំណត់ចំណាំណាមួយនៅទីនេះ", "date": "កាលបរិច្ឆេទ", @@ -14,6 +13,7 @@ "error": "Error", "errorFetchingConcepts": "There was a problem fetching concepts", "image": "រូបភាព", + "imageRemoved": "Image removed", "imageUploadHelperText": "បង្ហោះរូបភាព ឬប្រើកាមេរ៉ារបស់ឧបករណ៍នេះដើម្បីចាប់យករូបភាព", "noMatchingDiagnoses": "រកមិនឃើញការធ្វើរោគវិនិច្ឆ័យត្រូវគ្នាទេ", "note": "កំណត់សម្គាល់", @@ -21,6 +21,7 @@ "primaryDiagnosis": "Primary diagnosis", "primaryDiagnosisInputPlaceholder": "Choose a primary diagnosis", "saveAndClose": "រក្សាទុក និងបិទ", + "saving": "Saving", "searchForPrimaryDiagnosis": "Search for a primary diagnosis", "searchForSecondaryDiagnosis": "Search for a secondary diagnosis", "secondaryDiagnosis": "Secondary diagnosis", diff --git a/packages/esm-patient-notes-app/translations/zh.json b/packages/esm-patient-notes-app/translations/zh.json index d190601a0e..b3e36a2915 100644 --- a/packages/esm-patient-notes-app/translations/zh.json +++ b/packages/esm-patient-notes-app/translations/zh.json @@ -2,7 +2,6 @@ "add": "添加", "addImage": "添加图像", "addVisitNote": "添加就诊记录", - "changeImage": "更改图像", "clinicalNoteLabel": "撰写您的记录", "clinicalNotePlaceholder": "在这里记录任何内容", "date": "日期", @@ -14,6 +13,7 @@ "error": "错误", "errorFetchingConcepts": "获取概念时出现问题", "image": "图像", + "imageRemoved": "图像已移除", "imageUploadHelperText": "上传一张图像或使用此设备的摄像头拍摄一张图像", "noMatchingDiagnoses": "未找到匹配的诊断", "note": "记录", @@ -21,6 +21,7 @@ "primaryDiagnosis": "主要诊断", "primaryDiagnosisInputPlaceholder": "选择一个主要诊断", "saveAndClose": "保存并关闭", + "saving": "保存中", "searchForPrimaryDiagnosis": "搜索主要诊断", "searchForSecondaryDiagnosis": "搜索次要诊断", "secondaryDiagnosis": "次要诊断", diff --git a/packages/esm-patient-notes-app/translations/zh_CN.json b/packages/esm-patient-notes-app/translations/zh_CN.json index d190601a0e..b3e36a2915 100644 --- a/packages/esm-patient-notes-app/translations/zh_CN.json +++ b/packages/esm-patient-notes-app/translations/zh_CN.json @@ -2,7 +2,6 @@ "add": "添加", "addImage": "添加图像", "addVisitNote": "添加就诊记录", - "changeImage": "更改图像", "clinicalNoteLabel": "撰写您的记录", "clinicalNotePlaceholder": "在这里记录任何内容", "date": "日期", @@ -14,6 +13,7 @@ "error": "错误", "errorFetchingConcepts": "获取概念时出现问题", "image": "图像", + "imageRemoved": "图像已移除", "imageUploadHelperText": "上传一张图像或使用此设备的摄像头拍摄一张图像", "noMatchingDiagnoses": "未找到匹配的诊断", "note": "记录", @@ -21,6 +21,7 @@ "primaryDiagnosis": "主要诊断", "primaryDiagnosisInputPlaceholder": "选择一个主要诊断", "saveAndClose": "保存并关闭", + "saving": "保存中", "searchForPrimaryDiagnosis": "搜索主要诊断", "searchForSecondaryDiagnosis": "搜索次要诊断", "secondaryDiagnosis": "次要诊断", diff --git a/packages/esm-patient-orders-app/translations/am.json b/packages/esm-patient-orders-app/translations/am.json index 647fcdeb37..b3e10b5536 100644 --- a/packages/esm-patient-orders-app/translations/am.json +++ b/packages/esm-patient-orders-app/translations/am.json @@ -1,13 +1,16 @@ { + "activeVisitRequired": "An active visit is required to make orders", "add": "Add", "addResults": "Add Results", "all": "All", + "cancel": "Cancel", "cancellationDate": "Cancellation date", "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", "discard": "Discard", + "discontinued": "Discontinued", "dose": "Dose", "editResults": "Edit results", "endDate": "End date", @@ -24,14 +27,19 @@ "male": "Male", "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Indefinite duration", + "medications": "Medications", "modifyOrder": "Modify order", "normalRange": "Normal range", "onDate": "on", "option": "Choose an Option", "order": "Order", + "orderBasket": "Order basket", "orderBasketWorkspaceTitle": "Order Basket", "orderCancellation": "Order cancellation", "orderCancelled": "Order cancelled", + "orderCompleted": "Placed orders", + "orderDetails": "Order details", + "ordered": "Placed order for", "orderedBy": "Ordered By", "ordererInformation": "Orderer information", "orderNumber": "Order number", @@ -50,13 +58,19 @@ "required": "Required", "result": "Result", "saveAndClose": "Save and close", + "saveDrugOrderFailed": "Error ordering {{orderName}}", "saveLabResults": "Save lab results", "saving": "Saving", "selectOrderType": "Select order type", + "signAndClose": "Sign and close", + "startAVisitToRecordOrders": "Start a visit to order", + "startVisit": "Start visit", "status": "Status", "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "successfullySavedLabResults": "Lab results for {{orderNumber}} have been successfully updated", "testType": "Test type", + "tryReopeningTheWorkspaceAgain": "Please try launching the workspace again", "unknown": "Unknown", - "unknownOrderType": "Unknown order type" + "unknownOrderType": "Unknown order type", + "updated": "Updated" } diff --git a/packages/esm-patient-orders-app/translations/ar.json b/packages/esm-patient-orders-app/translations/ar.json index 647fcdeb37..b3e10b5536 100644 --- a/packages/esm-patient-orders-app/translations/ar.json +++ b/packages/esm-patient-orders-app/translations/ar.json @@ -1,13 +1,16 @@ { + "activeVisitRequired": "An active visit is required to make orders", "add": "Add", "addResults": "Add Results", "all": "All", + "cancel": "Cancel", "cancellationDate": "Cancellation date", "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", "discard": "Discard", + "discontinued": "Discontinued", "dose": "Dose", "editResults": "Edit results", "endDate": "End date", @@ -24,14 +27,19 @@ "male": "Male", "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Indefinite duration", + "medications": "Medications", "modifyOrder": "Modify order", "normalRange": "Normal range", "onDate": "on", "option": "Choose an Option", "order": "Order", + "orderBasket": "Order basket", "orderBasketWorkspaceTitle": "Order Basket", "orderCancellation": "Order cancellation", "orderCancelled": "Order cancelled", + "orderCompleted": "Placed orders", + "orderDetails": "Order details", + "ordered": "Placed order for", "orderedBy": "Ordered By", "ordererInformation": "Orderer information", "orderNumber": "Order number", @@ -50,13 +58,19 @@ "required": "Required", "result": "Result", "saveAndClose": "Save and close", + "saveDrugOrderFailed": "Error ordering {{orderName}}", "saveLabResults": "Save lab results", "saving": "Saving", "selectOrderType": "Select order type", + "signAndClose": "Sign and close", + "startAVisitToRecordOrders": "Start a visit to order", + "startVisit": "Start visit", "status": "Status", "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "successfullySavedLabResults": "Lab results for {{orderNumber}} have been successfully updated", "testType": "Test type", + "tryReopeningTheWorkspaceAgain": "Please try launching the workspace again", "unknown": "Unknown", - "unknownOrderType": "Unknown order type" + "unknownOrderType": "Unknown order type", + "updated": "Updated" } diff --git a/packages/esm-patient-orders-app/translations/es.json b/packages/esm-patient-orders-app/translations/es.json index 647fcdeb37..b3e10b5536 100644 --- a/packages/esm-patient-orders-app/translations/es.json +++ b/packages/esm-patient-orders-app/translations/es.json @@ -1,13 +1,16 @@ { + "activeVisitRequired": "An active visit is required to make orders", "add": "Add", "addResults": "Add Results", "all": "All", + "cancel": "Cancel", "cancellationDate": "Cancellation date", "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", "discard": "Discard", + "discontinued": "Discontinued", "dose": "Dose", "editResults": "Edit results", "endDate": "End date", @@ -24,14 +27,19 @@ "male": "Male", "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Indefinite duration", + "medications": "Medications", "modifyOrder": "Modify order", "normalRange": "Normal range", "onDate": "on", "option": "Choose an Option", "order": "Order", + "orderBasket": "Order basket", "orderBasketWorkspaceTitle": "Order Basket", "orderCancellation": "Order cancellation", "orderCancelled": "Order cancelled", + "orderCompleted": "Placed orders", + "orderDetails": "Order details", + "ordered": "Placed order for", "orderedBy": "Ordered By", "ordererInformation": "Orderer information", "orderNumber": "Order number", @@ -50,13 +58,19 @@ "required": "Required", "result": "Result", "saveAndClose": "Save and close", + "saveDrugOrderFailed": "Error ordering {{orderName}}", "saveLabResults": "Save lab results", "saving": "Saving", "selectOrderType": "Select order type", + "signAndClose": "Sign and close", + "startAVisitToRecordOrders": "Start a visit to order", + "startVisit": "Start visit", "status": "Status", "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "successfullySavedLabResults": "Lab results for {{orderNumber}} have been successfully updated", "testType": "Test type", + "tryReopeningTheWorkspaceAgain": "Please try launching the workspace again", "unknown": "Unknown", - "unknownOrderType": "Unknown order type" + "unknownOrderType": "Unknown order type", + "updated": "Updated" } diff --git a/packages/esm-patient-orders-app/translations/fr.json b/packages/esm-patient-orders-app/translations/fr.json index 647fcdeb37..b3e10b5536 100644 --- a/packages/esm-patient-orders-app/translations/fr.json +++ b/packages/esm-patient-orders-app/translations/fr.json @@ -1,13 +1,16 @@ { + "activeVisitRequired": "An active visit is required to make orders", "add": "Add", "addResults": "Add Results", "all": "All", + "cancel": "Cancel", "cancellationDate": "Cancellation date", "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", "discard": "Discard", + "discontinued": "Discontinued", "dose": "Dose", "editResults": "Edit results", "endDate": "End date", @@ -24,14 +27,19 @@ "male": "Male", "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Indefinite duration", + "medications": "Medications", "modifyOrder": "Modify order", "normalRange": "Normal range", "onDate": "on", "option": "Choose an Option", "order": "Order", + "orderBasket": "Order basket", "orderBasketWorkspaceTitle": "Order Basket", "orderCancellation": "Order cancellation", "orderCancelled": "Order cancelled", + "orderCompleted": "Placed orders", + "orderDetails": "Order details", + "ordered": "Placed order for", "orderedBy": "Ordered By", "ordererInformation": "Orderer information", "orderNumber": "Order number", @@ -50,13 +58,19 @@ "required": "Required", "result": "Result", "saveAndClose": "Save and close", + "saveDrugOrderFailed": "Error ordering {{orderName}}", "saveLabResults": "Save lab results", "saving": "Saving", "selectOrderType": "Select order type", + "signAndClose": "Sign and close", + "startAVisitToRecordOrders": "Start a visit to order", + "startVisit": "Start visit", "status": "Status", "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "successfullySavedLabResults": "Lab results for {{orderNumber}} have been successfully updated", "testType": "Test type", + "tryReopeningTheWorkspaceAgain": "Please try launching the workspace again", "unknown": "Unknown", - "unknownOrderType": "Unknown order type" + "unknownOrderType": "Unknown order type", + "updated": "Updated" } diff --git a/packages/esm-patient-orders-app/translations/he.json b/packages/esm-patient-orders-app/translations/he.json index 647fcdeb37..b3e10b5536 100644 --- a/packages/esm-patient-orders-app/translations/he.json +++ b/packages/esm-patient-orders-app/translations/he.json @@ -1,13 +1,16 @@ { + "activeVisitRequired": "An active visit is required to make orders", "add": "Add", "addResults": "Add Results", "all": "All", + "cancel": "Cancel", "cancellationDate": "Cancellation date", "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", "discard": "Discard", + "discontinued": "Discontinued", "dose": "Dose", "editResults": "Edit results", "endDate": "End date", @@ -24,14 +27,19 @@ "male": "Male", "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Indefinite duration", + "medications": "Medications", "modifyOrder": "Modify order", "normalRange": "Normal range", "onDate": "on", "option": "Choose an Option", "order": "Order", + "orderBasket": "Order basket", "orderBasketWorkspaceTitle": "Order Basket", "orderCancellation": "Order cancellation", "orderCancelled": "Order cancelled", + "orderCompleted": "Placed orders", + "orderDetails": "Order details", + "ordered": "Placed order for", "orderedBy": "Ordered By", "ordererInformation": "Orderer information", "orderNumber": "Order number", @@ -50,13 +58,19 @@ "required": "Required", "result": "Result", "saveAndClose": "Save and close", + "saveDrugOrderFailed": "Error ordering {{orderName}}", "saveLabResults": "Save lab results", "saving": "Saving", "selectOrderType": "Select order type", + "signAndClose": "Sign and close", + "startAVisitToRecordOrders": "Start a visit to order", + "startVisit": "Start visit", "status": "Status", "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "successfullySavedLabResults": "Lab results for {{orderNumber}} have been successfully updated", "testType": "Test type", + "tryReopeningTheWorkspaceAgain": "Please try launching the workspace again", "unknown": "Unknown", - "unknownOrderType": "Unknown order type" + "unknownOrderType": "Unknown order type", + "updated": "Updated" } diff --git a/packages/esm-patient-orders-app/translations/km.json b/packages/esm-patient-orders-app/translations/km.json index 647fcdeb37..b3e10b5536 100644 --- a/packages/esm-patient-orders-app/translations/km.json +++ b/packages/esm-patient-orders-app/translations/km.json @@ -1,13 +1,16 @@ { + "activeVisitRequired": "An active visit is required to make orders", "add": "Add", "addResults": "Add Results", "all": "All", + "cancel": "Cancel", "cancellationDate": "Cancellation date", "cancellationDateRequired": "Cancellation date is required", "cancelOrder": "Cancel Order", "dateCannotBeBeforeToday": "Date cannot be before today", "dateOfOrder": "Date of Order", "discard": "Discard", + "discontinued": "Discontinued", "dose": "Dose", "editResults": "Edit results", "endDate": "End date", @@ -24,14 +27,19 @@ "male": "Male", "medicationDurationAndUnit": "for {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "Indefinite duration", + "medications": "Medications", "modifyOrder": "Modify order", "normalRange": "Normal range", "onDate": "on", "option": "Choose an Option", "order": "Order", + "orderBasket": "Order basket", "orderBasketWorkspaceTitle": "Order Basket", "orderCancellation": "Order cancellation", "orderCancelled": "Order cancelled", + "orderCompleted": "Placed orders", + "orderDetails": "Order details", + "ordered": "Placed order for", "orderedBy": "Ordered By", "ordererInformation": "Orderer information", "orderNumber": "Order number", @@ -50,13 +58,19 @@ "required": "Required", "result": "Result", "saveAndClose": "Save and close", + "saveDrugOrderFailed": "Error ordering {{orderName}}", "saveLabResults": "Save lab results", "saving": "Saving", "selectOrderType": "Select order type", + "signAndClose": "Sign and close", + "startAVisitToRecordOrders": "Start a visit to order", + "startVisit": "Start visit", "status": "Status", "successfullyCancelledOrder": "Order {{orderNumber}} has been cancelled successfully", "successfullySavedLabResults": "Lab results for {{orderNumber}} have been successfully updated", "testType": "Test type", + "tryReopeningTheWorkspaceAgain": "Please try launching the workspace again", "unknown": "Unknown", - "unknownOrderType": "Unknown order type" + "unknownOrderType": "Unknown order type", + "updated": "Updated" } diff --git a/packages/esm-patient-orders-app/translations/zh.json b/packages/esm-patient-orders-app/translations/zh.json index efb6485043..5dfd6a74ca 100644 --- a/packages/esm-patient-orders-app/translations/zh.json +++ b/packages/esm-patient-orders-app/translations/zh.json @@ -1,13 +1,16 @@ { + "activeVisitRequired": "需要一个活动就诊才能下达遗嘱", "add": "添加", "addResults": "添加结果", "all": "全部", + "cancel": "取消", "cancellationDate": "取消日期", "cancellationDateRequired": "取消日期为必填项", "cancelOrder": "取消医嘱", "dateCannotBeBeforeToday": "日期不能早于今天", "dateOfOrder": "医嘱日期", "discard": "放弃", + "discontinued": "已停止", "dose": "剂量", "editResults": "编辑结果", "endDate": "结束日期", @@ -24,14 +27,19 @@ "male": "男性", "medicationDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "无限期", + "medications": "药物", "modifyOrder": "修改医嘱", "normalRange": "正常范围", "onDate": "on", "option": "选择一个选项", "order": "医嘱", + "orderBasket": "医嘱篮", "orderBasketWorkspaceTitle": "医嘱篮", "orderCancellation": "医嘱取消", "orderCancelled": "医嘱已取消", + "orderCompleted": "已开具医嘱", + "orderDetails": "医嘱详情", + "ordered": "Placed order for", "orderedBy": "签发人", "ordererInformation": "签发人信息", "orderNumber": "医嘱编号", @@ -47,16 +55,22 @@ "reasonForCancellation": "取消原因", "reasonForCancellationRequired": "取消原因为必填项", "refills": "处方补充", - "required": "Required", + "required": "必填", "result": "结果", "saveAndClose": "保存并关闭", + "saveDrugOrderFailed": "下达医嘱{{orderName}}时出现错误", "saveLabResults": "保存检验结果", "saving": "保存中", "selectOrderType": "选择医嘱类型", + "signAndClose": "签发并关闭", + "startAVisitToRecordOrders": "开始一个活动就诊以下达医嘱", + "startVisit": "开始就诊", "status": "状态", "successfullyCancelledOrder": "医嘱{{orderNumber}}已成功取消", "successfullySavedLabResults": "序号为{{orderNumber}}的检验结果已成功更新", "testType": "检验类型", + "tryReopeningTheWorkspaceAgain": "请尝试重新启动工作区", "unknown": "未知", - "unknownOrderType": "未知的医嘱类型" + "unknownOrderType": "未知的医嘱类型", + "updated": "已更新" } diff --git a/packages/esm-patient-orders-app/translations/zh_CN.json b/packages/esm-patient-orders-app/translations/zh_CN.json index ca47f44d6b..5dfd6a74ca 100644 --- a/packages/esm-patient-orders-app/translations/zh_CN.json +++ b/packages/esm-patient-orders-app/translations/zh_CN.json @@ -1,13 +1,16 @@ { + "activeVisitRequired": "需要一个活动就诊才能下达遗嘱", "add": "添加", "addResults": "添加结果", "all": "全部", + "cancel": "取消", "cancellationDate": "取消日期", "cancellationDateRequired": "取消日期为必填项", "cancelOrder": "取消医嘱", "dateCannotBeBeforeToday": "日期不能早于今天", "dateOfOrder": "医嘱日期", "discard": "放弃", + "discontinued": "已停止", "dose": "剂量", "editResults": "编辑结果", "endDate": "结束日期", @@ -24,14 +27,19 @@ "male": "男性", "medicationDurationAndUnit": "持续 {{duration}} {{durationUnit}}", "medicationIndefiniteDuration": "无限期", + "medications": "药物", "modifyOrder": "修改医嘱", "normalRange": "正常范围", "onDate": "on", "option": "选择一个选项", "order": "医嘱", + "orderBasket": "医嘱篮", "orderBasketWorkspaceTitle": "医嘱篮", "orderCancellation": "医嘱取消", "orderCancelled": "医嘱已取消", + "orderCompleted": "已开具医嘱", + "orderDetails": "医嘱详情", + "ordered": "Placed order for", "orderedBy": "签发人", "ordererInformation": "签发人信息", "orderNumber": "医嘱编号", @@ -47,16 +55,22 @@ "reasonForCancellation": "取消原因", "reasonForCancellationRequired": "取消原因为必填项", "refills": "处方补充", - "required": "Required", - "result": "Result", + "required": "必填", + "result": "结果", "saveAndClose": "保存并关闭", + "saveDrugOrderFailed": "下达医嘱{{orderName}}时出现错误", "saveLabResults": "保存检验结果", "saving": "保存中", "selectOrderType": "选择医嘱类型", + "signAndClose": "签发并关闭", + "startAVisitToRecordOrders": "开始一个活动就诊以下达医嘱", + "startVisit": "开始就诊", "status": "状态", "successfullyCancelledOrder": "医嘱{{orderNumber}}已成功取消", "successfullySavedLabResults": "序号为{{orderNumber}}的检验结果已成功更新", "testType": "检验类型", + "tryReopeningTheWorkspaceAgain": "请尝试重新启动工作区", "unknown": "未知", - "unknownOrderType": "未知的医嘱类型" + "unknownOrderType": "未知的医嘱类型", + "updated": "已更新" } diff --git a/packages/esm-patient-programs-app/translations/zh.json b/packages/esm-patient-programs-app/translations/zh.json index 712bfbeae8..2860b903e2 100644 --- a/packages/esm-patient-programs-app/translations/zh.json +++ b/packages/esm-patient-programs-app/translations/zh.json @@ -26,7 +26,7 @@ "programName": "项目名称", "programs": "项目登记", "Programs": "项目", - "required": "Required", + "required": "必填", "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 712bfbeae8..2860b903e2 100644 --- a/packages/esm-patient-programs-app/translations/zh_CN.json +++ b/packages/esm-patient-programs-app/translations/zh_CN.json @@ -26,7 +26,7 @@ "programName": "项目名称", "programs": "项目登记", "Programs": "项目", - "required": "Required", + "required": "必填", "saveAndClose": "保存并关闭", "seeAll": "查看全部", "status": "状态" diff --git a/packages/esm-patient-vitals-app/translations/am.json b/packages/esm-patient-vitals-app/translations/am.json index a1fc8d57ec..43022ba3c4 100644 --- a/packages/esm-patient-vitals-app/translations/am.json +++ b/packages/esm-patient-vitals-app/translations/am.json @@ -6,6 +6,7 @@ "biometrics": "Biometrics", "biometrics_lower": "biometrics", "bloodPressure": "Blood Pressure", + "bloodPressureAbbreviated": "BP", "bmi": "BMI", "bp": "BP", "calculatedBmi": "BMI (calc.)", @@ -26,7 +27,7 @@ "notes": "Notes", "other": "Other", "overdue": "Overdue", - "oxygenSaturation": "Oxygen Saturation", + "oxygenSaturation": "Oxygen saturation", "pleaseFillField": "Please fill at least one field", "print": "Print", "printedBy": "Printed by", @@ -36,6 +37,7 @@ "recordVitalsAndBiometrics": "Record Vitals and Biometrics", "respirationRate": "Respiration rate", "respiratoryRate": "R. rate", + "respiratoryRateAbbreviated": "R. Rate", "saveAndClose": "Save and close", "seeAll": "See all", "spo2": "SpO2", diff --git a/packages/esm-patient-vitals-app/translations/ar.json b/packages/esm-patient-vitals-app/translations/ar.json index 78169edec1..b3a34fc180 100644 --- a/packages/esm-patient-vitals-app/translations/ar.json +++ b/packages/esm-patient-vitals-app/translations/ar.json @@ -6,6 +6,7 @@ "biometrics": "البيانات البيومترية", "biometrics_lower": "البيانات البيومترية", "bloodPressure": "ضغط الدم", + "bloodPressureAbbreviated": "BP", "bmi": "مؤشر كتلة الجسم", "bp": "ضغط الدم", "calculatedBmi": "مؤشر كتلة الجسم (محسوب)", @@ -26,7 +27,7 @@ "notes": "ملاحظات", "other": "أخرى", "overdue": "متأخر", - "oxygenSaturation": "تشبع الأكسجين", + "oxygenSaturation": "Oxygen saturation", "pleaseFillField": "يرجى ملء حقل واحد على الأقل", "print": "طباعة", "printedBy": "تم الطباعة بواسطة", @@ -36,6 +37,7 @@ "recordVitalsAndBiometrics": "Record Vitals and Biometrics", "respirationRate": "معدل التنفس", "respiratoryRate": "معدل التنفس", + "respiratoryRateAbbreviated": "R. Rate", "saveAndClose": "حفظ وإغلاق", "seeAll": "عرض الكل", "spo2": "SpO2", diff --git a/packages/esm-patient-vitals-app/translations/es.json b/packages/esm-patient-vitals-app/translations/es.json index 0f4c97b50a..ce7c054012 100644 --- a/packages/esm-patient-vitals-app/translations/es.json +++ b/packages/esm-patient-vitals-app/translations/es.json @@ -6,6 +6,7 @@ "biometrics": "Biometría", "biometrics_lower": "biometría", "bloodPressure": "Presión arterial", + "bloodPressureAbbreviated": "BP", "bmi": "IMC", "bp": "PA", "calculatedBmi": "IMC (calc.)", @@ -26,7 +27,7 @@ "notes": "Notas", "other": "Otro", "overdue": "Atrasado", - "oxygenSaturation": "Saturación de oxígeno", + "oxygenSaturation": "Oxygen saturation", "pleaseFillField": "Por favor, complete al menos un campo", "print": "Imprimir", "printedBy": "Impreso por", @@ -36,6 +37,7 @@ "recordVitalsAndBiometrics": "Record Vitals and Biometrics", "respirationRate": "Frecuencia respiratoria", "respiratoryRate": "FR", + "respiratoryRateAbbreviated": "R. Rate", "saveAndClose": "Guardar y cerrar", "seeAll": "Ver todo", "spo2": "SpO2", diff --git a/packages/esm-patient-vitals-app/translations/fr.json b/packages/esm-patient-vitals-app/translations/fr.json index 34b8fea8d8..d550e60c4a 100644 --- a/packages/esm-patient-vitals-app/translations/fr.json +++ b/packages/esm-patient-vitals-app/translations/fr.json @@ -6,6 +6,7 @@ "biometrics": "Biométrie", "biometrics_lower": "biométrie", "bloodPressure": "Pression sanguine", + "bloodPressureAbbreviated": "BP", "bmi": "IMC", "bp": "Pression sanguine", "calculatedBmi": "IMC (calc.)", @@ -26,7 +27,7 @@ "notes": "Notes", "other": "Other", "overdue": "Overdue", - "oxygenSaturation": "Saturation d'oxygène", + "oxygenSaturation": "Oxygen saturation", "pleaseFillField": "Please fill at least one field", "print": "Print", "printedBy": "Printed by", @@ -36,6 +37,7 @@ "recordVitalsAndBiometrics": "Record Vitals and Biometrics", "respirationRate": "Taux de respiration", "respiratoryRate": "Taux R.", + "respiratoryRateAbbreviated": "R. Rate", "saveAndClose": "Sauvegarder et fermer", "seeAll": "Voir tout", "spo2": "SpO2", diff --git a/packages/esm-patient-vitals-app/translations/he.json b/packages/esm-patient-vitals-app/translations/he.json index f0d77d1782..092c463b5d 100644 --- a/packages/esm-patient-vitals-app/translations/he.json +++ b/packages/esm-patient-vitals-app/translations/he.json @@ -6,6 +6,7 @@ "biometrics": "מדדים ביומטריים", "biometrics_lower": "מדדים ביומטריים", "bloodPressure": "לחץ דם", + "bloodPressureAbbreviated": "BP", "bmi": "BMI", "bp": "ל.דם", "calculatedBmi": "BMI (חישוב)", @@ -26,7 +27,7 @@ "notes": "הערות", "other": "אחר", "overdue": "מאחר", - "oxygenSaturation": "רווי חמצן", + "oxygenSaturation": "Oxygen saturation", "pleaseFillField": "מלא לפחות שדה אחד", "print": "הדפסה", "printedBy": "הודפס על ידי", @@ -36,6 +37,7 @@ "recordVitalsAndBiometrics": "Record Vitals and Biometrics", "respirationRate": "קצב נשימה", "respiratoryRate": "קצב נשימה", + "respiratoryRateAbbreviated": "R. Rate", "saveAndClose": "שמור וסגור", "seeAll": "הצג הכל", "spo2": "SpO2", diff --git a/packages/esm-patient-vitals-app/translations/km.json b/packages/esm-patient-vitals-app/translations/km.json index f56291047e..6e0a5df1e0 100644 --- a/packages/esm-patient-vitals-app/translations/km.json +++ b/packages/esm-patient-vitals-app/translations/km.json @@ -6,6 +6,7 @@ "biometrics": "ជីវមាត្រ", "biometrics_lower": "ជីវមាត្រ", "bloodPressure": "សម្ពាធឈាម", + "bloodPressureAbbreviated": "BP", "bmi": "សន្ទស្សន៍ទម្ងន់ខ្លួន", "bp": "សម្ពាធឈាម", "calculatedBmi": "សន្ទស្សន៍ទម្ងន់ខ្លួន(calc.)", @@ -26,7 +27,7 @@ "notes": "កំណត់សម្គាល់", "other": "ផ្សេងៗ", "overdue": "ហួសពេលកំណត់", - "oxygenSaturation": "ការឆ្អែតអុកស៊ីសែន", + "oxygenSaturation": "Oxygen saturation", "pleaseFillField": "សូមបំពេញយ៉ាងហោចណាស់នៅក្នុងប្រអប់មួយ", "print": "បោះពុម្ព", "printedBy": "បោះពុម្ពដោយ", @@ -36,6 +37,7 @@ "recordVitalsAndBiometrics": "Record Vitals and Biometrics", "respirationRate": "ចង្វាក់ដង្ហើម", "respiratoryRate": "ចង្វាក់ដង្ហើម", + "respiratoryRateAbbreviated": "R. Rate", "saveAndClose": "រក្សាទុក និងបិទ", "seeAll": "ឃើញទាំងអស់", "spo2": "កំហាប់អុកស៊ីសែន", diff --git a/packages/esm-patient-vitals-app/translations/zh.json b/packages/esm-patient-vitals-app/translations/zh.json index b0079ad094..2486985485 100644 --- a/packages/esm-patient-vitals-app/translations/zh.json +++ b/packages/esm-patient-vitals-app/translations/zh.json @@ -6,6 +6,7 @@ "biometrics": "生物测定", "biometrics_lower": "生物测定", "bloodPressure": "血压", + "bloodPressureAbbreviated": "BP", "bmi": "BMI", "bp": "血压", "calculatedBmi": "BMI (calc.)", @@ -36,6 +37,7 @@ "recordVitalsAndBiometrics": "记录生命体征和生物测定", "respirationRate": "呼吸频率", "respiratoryRate": "呼吸频率", + "respiratoryRateAbbreviated": "R. Rate", "saveAndClose": "保存并关闭", "seeAll": "查看全部", "spo2": "血氧", diff --git a/packages/esm-patient-vitals-app/translations/zh_CN.json b/packages/esm-patient-vitals-app/translations/zh_CN.json index b0079ad094..2486985485 100644 --- a/packages/esm-patient-vitals-app/translations/zh_CN.json +++ b/packages/esm-patient-vitals-app/translations/zh_CN.json @@ -6,6 +6,7 @@ "biometrics": "生物测定", "biometrics_lower": "生物测定", "bloodPressure": "血压", + "bloodPressureAbbreviated": "BP", "bmi": "BMI", "bp": "血压", "calculatedBmi": "BMI (calc.)", @@ -36,6 +37,7 @@ "recordVitalsAndBiometrics": "记录生命体征和生物测定", "respirationRate": "呼吸频率", "respiratoryRate": "呼吸频率", + "respiratoryRateAbbreviated": "R. Rate", "saveAndClose": "保存并关闭", "seeAll": "查看全部", "spo2": "血氧",