diff --git a/public/locale/en.json b/public/locale/en.json index 1418c94c8ec..fa1c89513ad 100644 --- a/public/locale/en.json +++ b/public/locale/en.json @@ -289,6 +289,7 @@ "add_attachments": "Add Attachments", "add_beds": "Add Bed(s)", "add_beds_to_configure_presets": "Add beds to this location to configure presets for them.", + "add_condition": "Add Condition", "add_department_team": "Add Department/Team", "add_details_of_patient": "Add Details of Patient", "add_encounter": "Add Encounter", @@ -306,6 +307,7 @@ "add_notes_about_diagnosis": "Add notes about the diagnosis...", "add_notes_about_symptom": "Add notes about the symptom...", "add_notes_about_the_allergy": "Add notes about the allergy", + "add_option": "Add Option", "add_organizations": "Add Organizations", "add_patient_updates": "Add Patient Updates", "add_policy": "Add Insurance Policy", @@ -313,6 +315,7 @@ "add_prescription_to_consultation_note": "Add a new prescription to this consultation.", "add_preset": "Add preset", "add_prn_prescription": "Add PRN Prescription", + "add_question": "Add Question", "add_questionnaire": "Add Questionnaire", "add_remarks": "Add remarks", "add_schedule_exceptions": "Add Schedule Exceptions", @@ -578,9 +581,11 @@ "clear_search": "Clear search", "clear_selection": "Clear selection", "clear_skill": "Clear Skill", + "clone_questionnaire": "Clone Questionnaire", "close": "Close", "close_scanner": "Close Scanner", "collapse_sidebar": "Collapse Sidebar", + "collect": "Collect", "combine_files_pdf": "Combine Files To PDF", "comment_added_successfully": "Comment added successfully", "comment_min_length": "Comment Should Contain At Least 1 Character", @@ -806,6 +811,7 @@ "edit_cover_photo": "Edit Cover Photo", "edit_facility": "Edit Facility", "edit_facility_details": "Edit Facility Details", + "edit_form": "Edit Form", "edit_history": "Edit History", "edit_location": "Edit Location", "edit_location_description": "Edit the Location to make any changes", @@ -1088,6 +1094,7 @@ "footer_body": "Open Healthcare Network is an open-source public utility designed by a multi-disciplinary team of innovators and volunteers. Open Healthcare Network CARE is a Digital Public Good recognised by the United Nations.", "forget_password": "Forgot password?", "forget_password_instruction": "Enter your username, and if it exists, we will send you a link to reset your password.", + "form_preview": "Preview form", "forms": "Forms", "frequency": "Frequency", "from": "from", @@ -1379,7 +1386,9 @@ "more_details": "More details", "more_info": "More Info", "morning_slots": "Morning Slots", + "move_down": "Move Down", "move_to_onvif_preset": "Move to an ONVIF Preset", + "move_up": "Move Up", "moving_camera": "Moving Camera", "my_doctors": "My Doctors", "my_organizations": "My Organizations", @@ -1470,6 +1479,7 @@ "no_reason_provided": "No reason provided", "no_records_found": "No Records Found", "no_remarks": "No remarks", + "no_requested_questionnaires_found": "The requested questionnaire could not be found.", "no_resource_requests_found": "No requests found", "no_resources_found": "No resources found", "no_results": "No results", @@ -1729,7 +1739,9 @@ "preset_name_placeholder": "Specify an identifiable name for the new preset", "preset_updated": "Preset updated", "prev_sessions": "Prev Sessions", + "preview": "Preview", "previous": "Previous", + "previous_form": "Preview form", "primary_ph_no": "Primary Ph No.", "primary_phone_no": "Primary ph. no.", "principal": "Principal", @@ -1758,6 +1770,7 @@ "quantity_approved": "Quantity Approved", "quantity_requested": "Quantity Requested", "quantity_required": "Quantity Required", + "question": "Question", "questionnaire": "Questionnaire", "questionnaire_error_loading": "Error loading questionnaire", "questionnaire_not_exist": "The questionnaire you tried to access does not exist.", @@ -1821,6 +1834,7 @@ "remove_user_warn": "Are you sure you want to remove {{firstName}} {{lastName}} from this organization? This action cannot be undone.", "rename": "Rename", "rename_file": "Rename File", + "repeatable": "Repeatable", "replace_home_facility": "Replace Home Facility", "replace_home_facility_confirm": "Are you sure you want to replace", "replace_home_facility_confirm_as": "as home facility for user", @@ -2136,6 +2150,7 @@ "stream_stop_due_to_inativity": "The live feed will stop streaming due to inactivity", "stream_stopped_due_to_inativity": "The live feed has stopped streaming due to inactivity", "stream_uuid": "Stream UUID", + "structured_type": "Structured Type", "sub_category": "Sub Category", "subject": "Subject", "subject_type": "Subject Type", diff --git a/src/components/Questionnaire/QuestionnaireEditor.tsx b/src/components/Questionnaire/QuestionnaireEditor.tsx index 68263aaa4c8..f2e45ab4605 100644 --- a/src/components/Questionnaire/QuestionnaireEditor.tsx +++ b/src/components/Questionnaire/QuestionnaireEditor.tsx @@ -519,7 +519,7 @@ function QuestionnaireProperties({ trigger={ } /> @@ -750,7 +750,7 @@ export default function QuestionnaireEditor({ id }: QuestionnaireEditorProps) { Not Found - The requested questionnaire could not be found. + {t("no_requested_questionnaires_found")} ); @@ -813,17 +813,17 @@ export default function QuestionnaireEditor({ id }: QuestionnaireEditorProps) {

{id ? t("edit") + " " + questionnaire.title - : "Create Questionnaire"} + : t("create_questionnaire")}

{questionnaire.description}

@@ -835,14 +835,13 @@ export default function QuestionnaireEditor({ id }: QuestionnaireEditorProps) { - Edit form + {t("edit_form")} - Preview form + {t("previous_form")} -
@@ -948,11 +947,11 @@ export default function QuestionnaireEditor({ id }: QuestionnaireEditorProps) {
- Basic Information + {t("basic_info")}
- +
- +
- +