@olaboot/esm-patient-registration-app 9.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ADDRESS_CONFIGURATION.md +152 -0
- package/IDENTIFIER_CONFIGURATION.md +142 -0
- package/IMPLEMENTATION_SUMMARY.md +111 -0
- package/QUICK_START.md +95 -0
- package/README.md +7 -0
- package/address-required-fields-config.json +26 -0
- package/dist/126.js +1 -0
- package/dist/15.js +1 -0
- package/dist/1564.js +1 -0
- package/dist/1567.js +1 -0
- package/dist/1845.js +1 -0
- package/dist/1953.js +1 -0
- package/dist/200.js +1 -0
- package/dist/200.js.map +1 -0
- package/dist/215.js +1 -0
- package/dist/2178.js +1 -0
- package/dist/250.js +1 -0
- package/dist/250.js.map +1 -0
- package/dist/2523.js +1 -0
- package/dist/2523.js.map +1 -0
- package/dist/2566.js +1 -0
- package/dist/2586.js +1 -0
- package/dist/2586.js.map +1 -0
- package/dist/2716.js +1 -0
- package/dist/2716.js.map +1 -0
- package/dist/2759.js +1 -0
- package/dist/2821.js +6 -0
- package/dist/2821.js.map +1 -0
- package/dist/3089.js +1 -0
- package/dist/3089.js.map +1 -0
- package/dist/3230.js +1 -0
- package/dist/3441.js +1 -0
- package/dist/3565.js +1 -0
- package/dist/3571.js +1 -0
- package/dist/3571.js.map +1 -0
- package/dist/3746.js +1 -0
- package/dist/3925.js +1 -0
- package/dist/3946.js +1 -0
- package/dist/4024.js +1 -0
- package/dist/4024.js.map +1 -0
- package/dist/4744.js +1 -0
- package/dist/4744.js.map +1 -0
- package/dist/4809.js +1 -0
- package/dist/4894.js +1 -0
- package/dist/4970.js +1 -0
- package/dist/4970.js.map +1 -0
- package/dist/5130.js +1 -0
- package/dist/5187.js +1 -0
- package/dist/5491.js +1 -0
- package/dist/5491.js.map +1 -0
- package/dist/5595.js +1 -0
- package/dist/5961.js +1 -0
- package/dist/6133.js +1 -0
- package/dist/634.js +1 -0
- package/dist/634.js.map +1 -0
- package/dist/6456.js +1 -0
- package/dist/6466.js +1 -0
- package/dist/6613.js +1 -0
- package/dist/6783.js +1 -0
- package/dist/7073.js +38 -0
- package/dist/7073.js.map +1 -0
- package/dist/7154.js +1 -0
- package/dist/7154.js.map +1 -0
- package/dist/7348.js +1 -0
- package/dist/7439.js +1 -0
- package/dist/7439.js.map +1 -0
- package/dist/7543.js +1 -0
- package/dist/7607.js +1 -0
- package/dist/772.js +1 -0
- package/dist/7984.js +1 -0
- package/dist/7984.js.map +1 -0
- package/dist/8538.js +1 -0
- package/dist/8538.js.map +1 -0
- package/dist/8599.js +1 -0
- package/dist/8727.js +1 -0
- package/dist/8847.js +1 -0
- package/dist/9015.js +1 -0
- package/dist/906.js +1 -0
- package/dist/9065.js +1 -0
- package/dist/9182.js +1 -0
- package/dist/9339.js +1 -0
- package/dist/9453.js +1 -0
- package/dist/9833.js +1 -0
- package/dist/9833.js.map +1 -0
- package/dist/9856.js +1 -0
- package/dist/9856.js.map +1 -0
- package/dist/9920.js +1 -0
- package/dist/9938.js +1 -0
- package/dist/9943.js +1 -0
- package/dist/9943.js.map +1 -0
- package/dist/main.js +10 -0
- package/dist/main.js.map +1 -0
- package/dist/olaboot-esm-patient-registration-app.js +5 -0
- package/dist/olaboot-esm-patient-registration-app.js.buildmanifest.json +1627 -0
- package/dist/olaboot-esm-patient-registration-app.js.map +1 -0
- package/dist/routes.json +1 -0
- package/docs/images/patient-registration-hierarchy.png +0 -0
- package/example-config.json +14 -0
- package/jest.config.js +3 -0
- package/package.json +60 -0
- package/rspack.config.js +1 -0
- package/src/add-patient-link.extension.tsx +21 -0
- package/src/add-patient-link.scss +3 -0
- package/src/add-patient-link.test.tsx +16 -0
- package/src/config-schema.ts +507 -0
- package/src/constants.ts +14 -0
- package/src/declarations.d.ts +4 -0
- package/src/index.ts +59 -0
- package/src/nav-link.test.tsx +13 -0
- package/src/nav-link.tsx +10 -0
- package/src/offline.resources.ts +157 -0
- package/src/offline.ts +93 -0
- package/src/patient-photo.extension.tsx +11 -0
- package/src/patient-registration/before-save-prompt.component.tsx +72 -0
- package/src/patient-registration/field/__mocks__/field.resource.ts +60 -0
- package/src/patient-registration/field/address/address-field.component.tsx +186 -0
- package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +71 -0
- package/src/patient-registration/field/address/address-hierarchy.resource.tsx +157 -0
- package/src/patient-registration/field/address/address-hierarchy.test.tsx +296 -0
- package/src/patient-registration/field/address/address-search.component.tsx +87 -0
- package/src/patient-registration/field/address/address-search.scss +53 -0
- package/src/patient-registration/field/address/address-search.test.tsx +141 -0
- package/src/patient-registration/field/address/custom-address-field.component.tsx +32 -0
- package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
- package/src/patient-registration/field/custom-field.component.tsx +25 -0
- package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +79 -0
- package/src/patient-registration/field/dob/dob.component.tsx +167 -0
- package/src/patient-registration/field/dob/dob.test.tsx +90 -0
- package/src/patient-registration/field/field.component.tsx +53 -0
- package/src/patient-registration/field/field.resource.ts +42 -0
- package/src/patient-registration/field/field.scss +171 -0
- package/src/patient-registration/field/field.test.tsx +330 -0
- package/src/patient-registration/field/gender/gender-field.component.tsx +54 -0
- package/src/patient-registration/field/gender/gender-field.test.tsx +99 -0
- package/src/patient-registration/field/id/id-field.component.tsx +136 -0
- package/src/patient-registration/field/id/id-field.test.tsx +121 -0
- package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +200 -0
- package/src/patient-registration/field/id/identifier-selection.scss +41 -0
- package/src/patient-registration/field/name/name-field.component.tsx +148 -0
- package/src/patient-registration/field/obs/obs-field.component.tsx +261 -0
- package/src/patient-registration/field/obs/obs-field.test.tsx +299 -0
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +120 -0
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +141 -0
- package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +105 -0
- package/src/patient-registration/field/person-attributes/location-person-attribute-field.resource.tsx +48 -0
- package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +100 -0
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
- package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +20 -0
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.component.tsx +58 -0
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
- package/src/patient-registration/field/phone/phone-field.component.tsx +17 -0
- package/src/patient-registration/form-manager.test.ts +91 -0
- package/src/patient-registration/form-manager.ts +443 -0
- package/src/patient-registration/input/basic-input/input/input.component.tsx +183 -0
- package/src/patient-registration/input/basic-input/input/input.test.tsx +72 -0
- package/src/patient-registration/input/basic-input/select/select-input.component.tsx +32 -0
- package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
- package/src/patient-registration/input/combo-input/combo-input.component.tsx +130 -0
- package/src/patient-registration/input/combo-input/selection-tick.component.tsx +20 -0
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.component.tsx +187 -0
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +62 -0
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +164 -0
- package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +193 -0
- package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
- package/src/patient-registration/input/custom-input/identifier/utils.test.ts +81 -0
- package/src/patient-registration/input/custom-input/identifier/utils.ts +19 -0
- package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +56 -0
- package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +34 -0
- package/src/patient-registration/input/input.scss +122 -0
- package/src/patient-registration/patient-registration-context.ts +35 -0
- package/src/patient-registration/patient-registration-hooks.ts +376 -0
- package/src/patient-registration/patient-registration-utils.test.ts +33 -0
- package/src/patient-registration/patient-registration-utils.ts +214 -0
- package/src/patient-registration/patient-registration.component.tsx +266 -0
- package/src/patient-registration/patient-registration.resource.test.tsx +22 -0
- package/src/patient-registration/patient-registration.resource.ts +198 -0
- package/src/patient-registration/patient-registration.scss +103 -0
- package/src/patient-registration/patient-registration.test.tsx +580 -0
- package/src/patient-registration/patient-registration.types.ts +322 -0
- package/src/patient-registration/section/death-info/death-info-section.component.tsx +36 -0
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
- package/src/patient-registration/section/demographics/demographics-section.component.tsx +30 -0
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
- package/src/patient-registration/section/generic-section.component.tsx +17 -0
- package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +234 -0
- package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
- package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +78 -0
- package/src/patient-registration/section/patient-relationships/relationships.scss +35 -0
- package/src/patient-registration/section/section-wrapper.component.tsx +40 -0
- package/src/patient-registration/section/section.component.tsx +23 -0
- package/src/patient-registration/section/section.scss +21 -0
- package/src/patient-registration/ui-components/overlay/overlay.component.tsx +51 -0
- package/src/patient-registration/ui-components/overlay/overlay.scss +63 -0
- package/src/patient-registration/validation/patient-registration-validation.test.ts +205 -0
- package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
- package/src/resource.ts +12 -0
- package/src/resources-context.ts +14 -0
- package/src/root.component.tsx +63 -0
- package/src/root.scss +7 -0
- package/src/routes.json +61 -0
- package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
- package/src/widgets/cancel-patient-edit.test.tsx +22 -0
- package/src/widgets/delete-identifier-confirmation.modal.tsx +48 -0
- package/src/widgets/delete-identifier-confirmation.test.tsx +32 -0
- package/src/widgets/edit-patient-details-button.component.tsx +33 -0
- package/src/widgets/edit-patient-details-button.scss +3 -0
- package/src/widgets/edit-patient-details-button.test.tsx +35 -0
- package/translations/am.json +120 -0
- package/translations/ar.json +120 -0
- package/translations/ar_SY.json +120 -0
- package/translations/bn.json +120 -0
- package/translations/cs.json +120 -0
- package/translations/de.json +120 -0
- package/translations/en.json +120 -0
- package/translations/en_US.json +120 -0
- package/translations/es.json +120 -0
- package/translations/es_MX.json +120 -0
- package/translations/fr.json +120 -0
- package/translations/he.json +120 -0
- package/translations/hi.json +120 -0
- package/translations/hi_IN.json +120 -0
- package/translations/id.json +120 -0
- package/translations/it.json +120 -0
- package/translations/ka.json +120 -0
- package/translations/km.json +120 -0
- package/translations/ku.json +120 -0
- package/translations/ky.json +120 -0
- package/translations/lg.json +120 -0
- package/translations/ne.json +120 -0
- package/translations/pl.json +120 -0
- package/translations/pt.json +120 -0
- package/translations/pt_BR.json +120 -0
- package/translations/qu.json +120 -0
- package/translations/ro_RO.json +120 -0
- package/translations/ru_RU.json +120 -0
- package/translations/si.json +120 -0
- package/translations/sq.json +120 -0
- package/translations/sw.json +120 -0
- package/translations/sw_KE.json +120 -0
- package/translations/tr.json +120 -0
- package/translations/tr_TR.json +120 -0
- package/translations/uk.json +120 -0
- package/translations/uz.json +120 -0
- package/translations/uz@Latn.json +120 -0
- package/translations/uz_UZ.json +120 -0
- package/translations/vi.json +120 -0
- package/translations/zh.json +120 -0
- package/translations/zh_CN.json +120 -0
- package/translations/zh_TW.json +120 -0
- package/tsconfig.json +5 -0
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addPatient": "Add patient",
|
|
3
|
+
"addRelationshipButtonText": "Add Relationship",
|
|
4
|
+
"addressHeader": "Address",
|
|
5
|
+
"allFieldsRequiredText": "All fields are required unless marked optional",
|
|
6
|
+
"autoGeneratedPlaceholderText": "Auto-generated",
|
|
7
|
+
"birthdayNotInTheFuture": "Birthday cannot be in future",
|
|
8
|
+
"birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
|
|
9
|
+
"birthdayRequired": "Birthday is required",
|
|
10
|
+
"birthFieldLabelText": "Birth",
|
|
11
|
+
"cancel": "Cancel",
|
|
12
|
+
"causeOfDeathInputLabel": "Cause of death",
|
|
13
|
+
"closeOverlay": "Close overlay",
|
|
14
|
+
"codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
|
|
15
|
+
"codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
|
|
16
|
+
"codedPersonAttributeNoAnswerSet": "The person attribute field '{{codedPersonAttributeFieldId}}' is of type 'coded' but has been defined without an answer concept set UUID. The 'answerConceptSetUuid' key is required.",
|
|
17
|
+
"configure": "Configure",
|
|
18
|
+
"configureIdentifiers": "Configure identifiers",
|
|
19
|
+
"confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
|
|
20
|
+
"confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
|
|
21
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
22
|
+
"contactSection": "Contact Details",
|
|
23
|
+
"createNewPatient": "Create new patient",
|
|
24
|
+
"dateOfBirthLabelText": "Date of birth",
|
|
25
|
+
"deathCauseRequired": "Cause of death is required",
|
|
26
|
+
"deathDateInFuture": "Death date cannot be in future",
|
|
27
|
+
"deathDateInputLabel": "Date of death",
|
|
28
|
+
"deathDateRequired": "Death date is required",
|
|
29
|
+
"deathdayInvalidDate": "Death date and time cannot be before the birthday",
|
|
30
|
+
"deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
|
|
31
|
+
"deathdayNotInTheFuture": "",
|
|
32
|
+
"deathSection": "Death Info",
|
|
33
|
+
"deathTimeFormatInvalid": "Time format is invalid",
|
|
34
|
+
"deathTimeFormatRequired": "Time format is required",
|
|
35
|
+
"deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
|
|
36
|
+
"deathTimeRequired": "Death time is required",
|
|
37
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
38
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
39
|
+
"deleteIdentifierTooltip": "Delete",
|
|
40
|
+
"deleteRelationshipTooltipText": "Delete",
|
|
41
|
+
"demographicsSection": "Basic Info",
|
|
42
|
+
"discard": "Discard",
|
|
43
|
+
"discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
|
|
44
|
+
"dobToggleLabelText": "Date of Birth Known?",
|
|
45
|
+
"editIdentifierTooltip": "Edit",
|
|
46
|
+
"editPatientDetails": "Edit patient details",
|
|
47
|
+
"editPatientDetailsBreadcrumb": "Edit patient details",
|
|
48
|
+
"enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
|
|
49
|
+
"error": "Error",
|
|
50
|
+
"errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
|
|
51
|
+
"errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
|
|
52
|
+
"estimatedAgeInMonthsLabelText": "Estimated age in months",
|
|
53
|
+
"estimatedAgeInYearsLabelText": "Estimated age in years",
|
|
54
|
+
"familyNameLabelText": "Family Name",
|
|
55
|
+
"familyNameRequired": "Family name is required",
|
|
56
|
+
"female": "Female",
|
|
57
|
+
"fieldsWithErrors": "The following fields have errors: ",
|
|
58
|
+
"fullNameLabelText": "Full Name",
|
|
59
|
+
"genderLabelText": "Sex",
|
|
60
|
+
"genderRequired": "Gender is required",
|
|
61
|
+
"genderUnspecified": "Gender unspecified",
|
|
62
|
+
"givenNameLabelText": "First Name",
|
|
63
|
+
"givenNameRequired": "Given name is required",
|
|
64
|
+
"identifierValueRequired": "Identifier value is required",
|
|
65
|
+
"idFieldLabelText": "Identifiers",
|
|
66
|
+
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
67
|
+
"invalidEmail": "Invalid email",
|
|
68
|
+
"invalidInput": "Invalid Input",
|
|
69
|
+
"isDeadInputLabel": "Is dead",
|
|
70
|
+
"jumpTo": "Jump to",
|
|
71
|
+
"male": "Male",
|
|
72
|
+
"middleNameLabelText": "Middle Name",
|
|
73
|
+
"negativeMonths": "Estimated months cannot be negative",
|
|
74
|
+
"negativeYears": "Estimated years cannot be negative",
|
|
75
|
+
"no": "No",
|
|
76
|
+
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
77
|
+
"nonCodedCauseOfDeathRequired": "Cause of death is required",
|
|
78
|
+
"nonsensicalYears": "Estimated years cannot be more than 140",
|
|
79
|
+
"numberInNameDubious": "Number in name is dubious",
|
|
80
|
+
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
81
|
+
"optional": "optional",
|
|
82
|
+
"optionalIdentifierLabel": "{{identifierName}} (optional)",
|
|
83
|
+
"other": "Other",
|
|
84
|
+
"patientNameKnown": "Patient's Name is Known?",
|
|
85
|
+
"patientRegistrationBreadcrumb": "Patient Registration",
|
|
86
|
+
"refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
|
|
87
|
+
"registerPatient": "Register patient",
|
|
88
|
+
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
89
|
+
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
90
|
+
"registrationErrorSnackbarTitle": "Patient Registration Failed",
|
|
91
|
+
"relationship": "Relationship",
|
|
92
|
+
"relationshipPersonMustExist": "Related person must be an existing person",
|
|
93
|
+
"relationshipPlaceholder": "Relationship",
|
|
94
|
+
"relationshipRemovedText": "Relationship removed",
|
|
95
|
+
"relationshipsSection": "Relationships",
|
|
96
|
+
"relationshipToPatient": "Relationship to patient",
|
|
97
|
+
"relativeFullNameLabelText": "Full name",
|
|
98
|
+
"relativeNamePlaceholder": "Firstname Familyname",
|
|
99
|
+
"removeIdentifierButton": "Remove identifier",
|
|
100
|
+
"resetIdentifierTooltip": "Reset",
|
|
101
|
+
"restoreRelationshipActionButton": "Undo",
|
|
102
|
+
"searchAddress": "Search address",
|
|
103
|
+
"searchIdentifierPlaceholder": "Search identifier",
|
|
104
|
+
"searchLocationPersonAttribute": "Search location",
|
|
105
|
+
"selectAnOption": "Select an option",
|
|
106
|
+
"sexFieldLabelText": "Sex",
|
|
107
|
+
"source": "Source",
|
|
108
|
+
"submitting": "Submitting",
|
|
109
|
+
"timeFormat": "Time Format",
|
|
110
|
+
"timeOfDeathInputLabel": "Time of death (hh:mm)",
|
|
111
|
+
"unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
|
|
112
|
+
"unknown": "Unknown",
|
|
113
|
+
"unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
|
|
114
|
+
"updatePatient": "Update patient",
|
|
115
|
+
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
116
|
+
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
117
|
+
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
118
|
+
"yearsEstimateRequired": "Estimated years required",
|
|
119
|
+
"yes": "Yes"
|
|
120
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addPatient": "Add patient",
|
|
3
|
+
"addRelationshipButtonText": "Add Relationship",
|
|
4
|
+
"addressHeader": "Address",
|
|
5
|
+
"allFieldsRequiredText": "All fields are required unless marked optional",
|
|
6
|
+
"autoGeneratedPlaceholderText": "Auto-generated",
|
|
7
|
+
"birthdayNotInTheFuture": "Birthday cannot be in future",
|
|
8
|
+
"birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
|
|
9
|
+
"birthdayRequired": "Birthday is required",
|
|
10
|
+
"birthFieldLabelText": "Birth",
|
|
11
|
+
"cancel": "Cancel",
|
|
12
|
+
"causeOfDeathInputLabel": "Cause of death",
|
|
13
|
+
"closeOverlay": "Close overlay",
|
|
14
|
+
"codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
|
|
15
|
+
"codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
|
|
16
|
+
"codedPersonAttributeNoAnswerSet": "The person attribute field '{{codedPersonAttributeFieldId}}' is of type 'coded' but has been defined without an answer concept set UUID. The 'answerConceptSetUuid' key is required.",
|
|
17
|
+
"configure": "Configure",
|
|
18
|
+
"configureIdentifiers": "Configure identifiers",
|
|
19
|
+
"confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
|
|
20
|
+
"confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
|
|
21
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
22
|
+
"contactSection": "Contact Details",
|
|
23
|
+
"createNewPatient": "Create new patient",
|
|
24
|
+
"dateOfBirthLabelText": "Date of birth",
|
|
25
|
+
"deathCauseRequired": "Cause of death is required",
|
|
26
|
+
"deathDateInFuture": "Death date cannot be in future",
|
|
27
|
+
"deathDateInputLabel": "Date of death",
|
|
28
|
+
"deathDateRequired": "Death date is required",
|
|
29
|
+
"deathdayInvalidDate": "Death date and time cannot be before the birthday",
|
|
30
|
+
"deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
|
|
31
|
+
"deathdayNotInTheFuture": "",
|
|
32
|
+
"deathSection": "Death Info",
|
|
33
|
+
"deathTimeFormatInvalid": "Time format is invalid",
|
|
34
|
+
"deathTimeFormatRequired": "Time format is required",
|
|
35
|
+
"deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
|
|
36
|
+
"deathTimeRequired": "Death time is required",
|
|
37
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
38
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
39
|
+
"deleteIdentifierTooltip": "Delete",
|
|
40
|
+
"deleteRelationshipTooltipText": "Delete",
|
|
41
|
+
"demographicsSection": "Basic Info",
|
|
42
|
+
"discard": "Discard",
|
|
43
|
+
"discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
|
|
44
|
+
"dobToggleLabelText": "Date of Birth Known?",
|
|
45
|
+
"editIdentifierTooltip": "Edit",
|
|
46
|
+
"editPatientDetails": "Edit patient details",
|
|
47
|
+
"editPatientDetailsBreadcrumb": "Edit patient details",
|
|
48
|
+
"enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
|
|
49
|
+
"error": "Error",
|
|
50
|
+
"errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
|
|
51
|
+
"errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
|
|
52
|
+
"estimatedAgeInMonthsLabelText": "Estimated age in months",
|
|
53
|
+
"estimatedAgeInYearsLabelText": "Estimated age in years",
|
|
54
|
+
"familyNameLabelText": "Family Name",
|
|
55
|
+
"familyNameRequired": "Family name is required",
|
|
56
|
+
"female": "Female",
|
|
57
|
+
"fieldsWithErrors": "The following fields have errors: ",
|
|
58
|
+
"fullNameLabelText": "Full Name",
|
|
59
|
+
"genderLabelText": "Sex",
|
|
60
|
+
"genderRequired": "Gender is required",
|
|
61
|
+
"genderUnspecified": "Gender unspecified",
|
|
62
|
+
"givenNameLabelText": "First Name",
|
|
63
|
+
"givenNameRequired": "Given name is required",
|
|
64
|
+
"identifierValueRequired": "Identifier value is required",
|
|
65
|
+
"idFieldLabelText": "Identifiers",
|
|
66
|
+
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
67
|
+
"invalidEmail": "Invalid email",
|
|
68
|
+
"invalidInput": "Invalid Input",
|
|
69
|
+
"isDeadInputLabel": "Is dead",
|
|
70
|
+
"jumpTo": "Jump to",
|
|
71
|
+
"male": "Male",
|
|
72
|
+
"middleNameLabelText": "Middle Name",
|
|
73
|
+
"negativeMonths": "Estimated months cannot be negative",
|
|
74
|
+
"negativeYears": "Estimated years cannot be negative",
|
|
75
|
+
"no": "No",
|
|
76
|
+
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
77
|
+
"nonCodedCauseOfDeathRequired": "Cause of death is required",
|
|
78
|
+
"nonsensicalYears": "Estimated years cannot be more than 140",
|
|
79
|
+
"numberInNameDubious": "Number in name is dubious",
|
|
80
|
+
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
81
|
+
"optional": "optional",
|
|
82
|
+
"optionalIdentifierLabel": "{{identifierName}} (optional)",
|
|
83
|
+
"other": "Other",
|
|
84
|
+
"patientNameKnown": "Patient's Name is Known?",
|
|
85
|
+
"patientRegistrationBreadcrumb": "Patient Registration",
|
|
86
|
+
"refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
|
|
87
|
+
"registerPatient": "Register patient",
|
|
88
|
+
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
89
|
+
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
90
|
+
"registrationErrorSnackbarTitle": "Patient Registration Failed",
|
|
91
|
+
"relationship": "Relationship",
|
|
92
|
+
"relationshipPersonMustExist": "Related person must be an existing person",
|
|
93
|
+
"relationshipPlaceholder": "Relationship",
|
|
94
|
+
"relationshipRemovedText": "Relationship removed",
|
|
95
|
+
"relationshipsSection": "Relationships",
|
|
96
|
+
"relationshipToPatient": "Relationship to patient",
|
|
97
|
+
"relativeFullNameLabelText": "Full name",
|
|
98
|
+
"relativeNamePlaceholder": "Firstname Familyname",
|
|
99
|
+
"removeIdentifierButton": "Remove identifier",
|
|
100
|
+
"resetIdentifierTooltip": "Reset",
|
|
101
|
+
"restoreRelationshipActionButton": "Undo",
|
|
102
|
+
"searchAddress": "Search address",
|
|
103
|
+
"searchIdentifierPlaceholder": "Search identifier",
|
|
104
|
+
"searchLocationPersonAttribute": "Search location",
|
|
105
|
+
"selectAnOption": "Select an option",
|
|
106
|
+
"sexFieldLabelText": "Sex",
|
|
107
|
+
"source": "Source",
|
|
108
|
+
"submitting": "Submitting",
|
|
109
|
+
"timeFormat": "Time Format",
|
|
110
|
+
"timeOfDeathInputLabel": "Time of death (hh:mm)",
|
|
111
|
+
"unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
|
|
112
|
+
"unknown": "Unknown",
|
|
113
|
+
"unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
|
|
114
|
+
"updatePatient": "Update patient",
|
|
115
|
+
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
116
|
+
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
117
|
+
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
118
|
+
"yearsEstimateRequired": "Estimated years required",
|
|
119
|
+
"yes": "Yes"
|
|
120
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addPatient": "Add patient",
|
|
3
|
+
"addRelationshipButtonText": "Add Relationship",
|
|
4
|
+
"addressHeader": "Address",
|
|
5
|
+
"allFieldsRequiredText": "All fields are required unless marked optional",
|
|
6
|
+
"autoGeneratedPlaceholderText": "Auto-generated",
|
|
7
|
+
"birthdayNotInTheFuture": "Birthday cannot be in future",
|
|
8
|
+
"birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
|
|
9
|
+
"birthdayRequired": "Birthday is required",
|
|
10
|
+
"birthFieldLabelText": "Birth",
|
|
11
|
+
"cancel": "Cancel",
|
|
12
|
+
"causeOfDeathInputLabel": "Cause of death",
|
|
13
|
+
"closeOverlay": "Close overlay",
|
|
14
|
+
"codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
|
|
15
|
+
"codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
|
|
16
|
+
"codedPersonAttributeNoAnswerSet": "The person attribute field '{{codedPersonAttributeFieldId}}' is of type 'coded' but has been defined without an answer concept set UUID. The 'answerConceptSetUuid' key is required.",
|
|
17
|
+
"configure": "Configure",
|
|
18
|
+
"configureIdentifiers": "Configure identifiers",
|
|
19
|
+
"confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
|
|
20
|
+
"confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
|
|
21
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
22
|
+
"contactSection": "Contact Details",
|
|
23
|
+
"createNewPatient": "Create new patient",
|
|
24
|
+
"dateOfBirthLabelText": "Date of birth",
|
|
25
|
+
"deathCauseRequired": "Cause of death is required",
|
|
26
|
+
"deathDateInFuture": "Death date cannot be in future",
|
|
27
|
+
"deathDateInputLabel": "Date of death",
|
|
28
|
+
"deathDateRequired": "Death date is required",
|
|
29
|
+
"deathdayInvalidDate": "Death date and time cannot be before the birthday",
|
|
30
|
+
"deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
|
|
31
|
+
"deathdayNotInTheFuture": "",
|
|
32
|
+
"deathSection": "Death Info",
|
|
33
|
+
"deathTimeFormatInvalid": "Time format is invalid",
|
|
34
|
+
"deathTimeFormatRequired": "Time format is required",
|
|
35
|
+
"deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
|
|
36
|
+
"deathTimeRequired": "Death time is required",
|
|
37
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
38
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
39
|
+
"deleteIdentifierTooltip": "Delete",
|
|
40
|
+
"deleteRelationshipTooltipText": "Delete",
|
|
41
|
+
"demographicsSection": "Basic Info",
|
|
42
|
+
"discard": "Discard",
|
|
43
|
+
"discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
|
|
44
|
+
"dobToggleLabelText": "Date of Birth Known?",
|
|
45
|
+
"editIdentifierTooltip": "Edit",
|
|
46
|
+
"editPatientDetails": "Edit patient details",
|
|
47
|
+
"editPatientDetailsBreadcrumb": "Edit patient details",
|
|
48
|
+
"enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
|
|
49
|
+
"error": "Error",
|
|
50
|
+
"errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
|
|
51
|
+
"errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
|
|
52
|
+
"estimatedAgeInMonthsLabelText": "Estimated age in months",
|
|
53
|
+
"estimatedAgeInYearsLabelText": "Estimated age in years",
|
|
54
|
+
"familyNameLabelText": "Family Name",
|
|
55
|
+
"familyNameRequired": "Family name is required",
|
|
56
|
+
"female": "Female",
|
|
57
|
+
"fieldsWithErrors": "The following fields have errors: ",
|
|
58
|
+
"fullNameLabelText": "Full Name",
|
|
59
|
+
"genderLabelText": "Sex",
|
|
60
|
+
"genderRequired": "Gender is required",
|
|
61
|
+
"genderUnspecified": "Gender unspecified",
|
|
62
|
+
"givenNameLabelText": "First Name",
|
|
63
|
+
"givenNameRequired": "Given name is required",
|
|
64
|
+
"identifierValueRequired": "Identifier value is required",
|
|
65
|
+
"idFieldLabelText": "Identifiers",
|
|
66
|
+
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
67
|
+
"invalidEmail": "Invalid email",
|
|
68
|
+
"invalidInput": "Invalid Input",
|
|
69
|
+
"isDeadInputLabel": "Is dead",
|
|
70
|
+
"jumpTo": "Jump to",
|
|
71
|
+
"male": "Male",
|
|
72
|
+
"middleNameLabelText": "Middle Name",
|
|
73
|
+
"negativeMonths": "Estimated months cannot be negative",
|
|
74
|
+
"negativeYears": "Estimated years cannot be negative",
|
|
75
|
+
"no": "No",
|
|
76
|
+
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
77
|
+
"nonCodedCauseOfDeathRequired": "Cause of death is required",
|
|
78
|
+
"nonsensicalYears": "Estimated years cannot be more than 140",
|
|
79
|
+
"numberInNameDubious": "Number in name is dubious",
|
|
80
|
+
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
81
|
+
"optional": "optional",
|
|
82
|
+
"optionalIdentifierLabel": "{{identifierName}} (optional)",
|
|
83
|
+
"other": "Other",
|
|
84
|
+
"patientNameKnown": "Patient's Name is Known?",
|
|
85
|
+
"patientRegistrationBreadcrumb": "Patient Registration",
|
|
86
|
+
"refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
|
|
87
|
+
"registerPatient": "Register patient",
|
|
88
|
+
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
89
|
+
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
90
|
+
"registrationErrorSnackbarTitle": "Patient Registration Failed",
|
|
91
|
+
"relationship": "Relationship",
|
|
92
|
+
"relationshipPersonMustExist": "Related person must be an existing person",
|
|
93
|
+
"relationshipPlaceholder": "Relationship",
|
|
94
|
+
"relationshipRemovedText": "Relationship removed",
|
|
95
|
+
"relationshipsSection": "Relationships",
|
|
96
|
+
"relationshipToPatient": "Relationship to patient",
|
|
97
|
+
"relativeFullNameLabelText": "Full name",
|
|
98
|
+
"relativeNamePlaceholder": "Firstname Familyname",
|
|
99
|
+
"removeIdentifierButton": "Remove identifier",
|
|
100
|
+
"resetIdentifierTooltip": "Reset",
|
|
101
|
+
"restoreRelationshipActionButton": "Undo",
|
|
102
|
+
"searchAddress": "Search address",
|
|
103
|
+
"searchIdentifierPlaceholder": "Search identifier",
|
|
104
|
+
"searchLocationPersonAttribute": "Search location",
|
|
105
|
+
"selectAnOption": "Select an option",
|
|
106
|
+
"sexFieldLabelText": "Sex",
|
|
107
|
+
"source": "Source",
|
|
108
|
+
"submitting": "Submitting",
|
|
109
|
+
"timeFormat": "Time Format",
|
|
110
|
+
"timeOfDeathInputLabel": "Time of death (hh:mm)",
|
|
111
|
+
"unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
|
|
112
|
+
"unknown": "Unknown",
|
|
113
|
+
"unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
|
|
114
|
+
"updatePatient": "Update patient",
|
|
115
|
+
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
116
|
+
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
117
|
+
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
118
|
+
"yearsEstimateRequired": "Estimated years required",
|
|
119
|
+
"yes": "Yes"
|
|
120
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addPatient": "Add patient",
|
|
3
|
+
"addRelationshipButtonText": "Thêm mối quan hệ",
|
|
4
|
+
"addressHeader": "Địa chỉ",
|
|
5
|
+
"allFieldsRequiredText": "Tất cả các trường đều bắt buộc trừ khi được đánh dấu là tùy chọn",
|
|
6
|
+
"autoGeneratedPlaceholderText": "Tự động tạo ra",
|
|
7
|
+
"birthdayNotInTheFuture": "Ngày sinh không thể là ngày trong tương lai",
|
|
8
|
+
"birthdayNotOver140YearsAgo": "Ngày sinh không thể cách đây quá 140 năm",
|
|
9
|
+
"birthdayRequired": "Ngày sinh là bắt buộc",
|
|
10
|
+
"birthFieldLabelText": "Sinh ra",
|
|
11
|
+
"cancel": "Hủy",
|
|
12
|
+
"causeOfDeathInputLabel": "Nguyên nhân tử vong",
|
|
13
|
+
"closeOverlay": "Đóng lớp phủ",
|
|
14
|
+
"codedPersonAttributeAnswerSetEmpty": "Trường thuộc tính người được mã hóa '{{codedPersonAttributeFieldId}}' đã được định nghĩa với tập khái niệm câu trả lời UUID '{{answerConceptSetUuid}}' không có bất kỳ câu trả lời khái niệm nào.",
|
|
15
|
+
"codedPersonAttributeAnswerSetInvalid": "Trường thuộc tính người được mã hóa '{{codedPersonAttributeFieldId}}' đã được định nghĩa với tập khái niệm câu trả lời không hợp lệ UUID '{{answerConceptSetUuid}}'.",
|
|
16
|
+
"codedPersonAttributeNoAnswerSet": "Trường thuộc tính người '{{codedPersonAttributeFieldId}}' thuộc loại 'coded' nhưng đã được định nghĩa mà không có UUID tập hợp khái niệm câu trả lời. Khóa 'answerConceptSetUuid' là bắt buộc.",
|
|
17
|
+
"configure": "Cấu hình",
|
|
18
|
+
"configureIdentifiers": "Cấu hình định danh",
|
|
19
|
+
"confirmDiscardChangesBody": "Những thay đổi chưa lưu của bạn sẽ bị mất nếu bạn tiếp tục hủy biểu mẫu",
|
|
20
|
+
"confirmDiscardChangesTitle": "Bạn có chắc chắn muốn hủy bỏ thay đổi này?",
|
|
21
|
+
"confirmIdentifierDeletionText": "Bạn có chắc chắn muốn xóa bỏ id này?",
|
|
22
|
+
"contactSection": "Chi tiết liên hệ",
|
|
23
|
+
"createNewPatient": "Thêm mới bệnh nhân",
|
|
24
|
+
"dateOfBirthLabelText": "Ngày sinh",
|
|
25
|
+
"deathCauseRequired": "Cause of death is required",
|
|
26
|
+
"deathDateInFuture": "Death date cannot be in future",
|
|
27
|
+
"deathDateInputLabel": "Ngày tử vong",
|
|
28
|
+
"deathDateRequired": "Ngày tử vong là bắt buộc",
|
|
29
|
+
"deathdayInvalidDate": "Death date and time cannot be before the birthday",
|
|
30
|
+
"deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
|
|
31
|
+
"deathdayNotInTheFuture": "",
|
|
32
|
+
"deathSection": "Thông tin tử vong",
|
|
33
|
+
"deathTimeFormatInvalid": "Time format is invalid",
|
|
34
|
+
"deathTimeFormatRequired": "Time format is required",
|
|
35
|
+
"deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
|
|
36
|
+
"deathTimeRequired": "Death time is required",
|
|
37
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
38
|
+
"deleteIdentifierModalText": "có một giá trị của",
|
|
39
|
+
"deleteIdentifierTooltip": "Xóa",
|
|
40
|
+
"deleteRelationshipTooltipText": "Xóa",
|
|
41
|
+
"demographicsSection": "Thông tin cơ bản",
|
|
42
|
+
"discard": "Hủy bỏ",
|
|
43
|
+
"discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
|
|
44
|
+
"dobToggleLabelText": "Date of Birth Known?",
|
|
45
|
+
"editIdentifierTooltip": "Chỉnh sửa",
|
|
46
|
+
"editPatientDetails": "Chỉnh sửa thông tin bệnh nhân",
|
|
47
|
+
"editPatientDetailsBreadcrumb": "Chỉnh sửa thông tin bệnh nhân",
|
|
48
|
+
"enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
|
|
49
|
+
"error": "Lỗi",
|
|
50
|
+
"errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
|
|
51
|
+
"errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
|
|
52
|
+
"estimatedAgeInMonthsLabelText": "Estimated age in months",
|
|
53
|
+
"estimatedAgeInYearsLabelText": "Estimated age in years",
|
|
54
|
+
"familyNameLabelText": "Family Name",
|
|
55
|
+
"familyNameRequired": "Family name is required",
|
|
56
|
+
"female": "Nữ giới",
|
|
57
|
+
"fieldsWithErrors": "The following fields have errors: ",
|
|
58
|
+
"fullNameLabelText": "Tên đầy đủ",
|
|
59
|
+
"genderLabelText": "Giới tính",
|
|
60
|
+
"genderRequired": "Giới tính là bắt buộc",
|
|
61
|
+
"genderUnspecified": "Gender unspecified",
|
|
62
|
+
"givenNameLabelText": "First Name",
|
|
63
|
+
"givenNameRequired": "Given name is required",
|
|
64
|
+
"identifierValueRequired": "Identifier value is required",
|
|
65
|
+
"idFieldLabelText": "Identifiers",
|
|
66
|
+
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
67
|
+
"invalidEmail": "Email không hợp lệ",
|
|
68
|
+
"invalidInput": "Invalid Input",
|
|
69
|
+
"isDeadInputLabel": "Is dead",
|
|
70
|
+
"jumpTo": "Jump to",
|
|
71
|
+
"male": "Nam giới",
|
|
72
|
+
"middleNameLabelText": "Tên Đệm",
|
|
73
|
+
"negativeMonths": "Estimated months cannot be negative",
|
|
74
|
+
"negativeYears": "Estimated years cannot be negative",
|
|
75
|
+
"no": "Không",
|
|
76
|
+
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
77
|
+
"nonCodedCauseOfDeathRequired": "Lý do tử vong là bắt buộc",
|
|
78
|
+
"nonsensicalYears": "Estimated years cannot be more than 140",
|
|
79
|
+
"numberInNameDubious": "Number in name is dubious",
|
|
80
|
+
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
81
|
+
"optional": "không bắt buộc",
|
|
82
|
+
"optionalIdentifierLabel": "{{identifierName}} (optional)",
|
|
83
|
+
"other": "Khác",
|
|
84
|
+
"patientNameKnown": "Patient's Name is Known?",
|
|
85
|
+
"patientRegistrationBreadcrumb": "Patient Registration",
|
|
86
|
+
"refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
|
|
87
|
+
"registerPatient": "Đăng ký bệnh nhân",
|
|
88
|
+
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
89
|
+
"registerPatientSuccessSnackbarTitle": "Bệnh nhân mới đã được tạo",
|
|
90
|
+
"registrationErrorSnackbarTitle": "Patient Registration Failed",
|
|
91
|
+
"relationship": "Mối quan hệ",
|
|
92
|
+
"relationshipPersonMustExist": "Related person must be an existing person",
|
|
93
|
+
"relationshipPlaceholder": "Mối quan hệ",
|
|
94
|
+
"relationshipRemovedText": "Relationship removed",
|
|
95
|
+
"relationshipsSection": "Mối quan hệ",
|
|
96
|
+
"relationshipToPatient": "Relationship to patient",
|
|
97
|
+
"relativeFullNameLabelText": "Tên đầy đủ",
|
|
98
|
+
"relativeNamePlaceholder": "Firstname Familyname",
|
|
99
|
+
"removeIdentifierButton": "Remove identifier",
|
|
100
|
+
"resetIdentifierTooltip": "Cài lại",
|
|
101
|
+
"restoreRelationshipActionButton": "Hoàn tác",
|
|
102
|
+
"searchAddress": "Tìm kiếm địa chỉ",
|
|
103
|
+
"searchIdentifierPlaceholder": "Search identifier",
|
|
104
|
+
"searchLocationPersonAttribute": "Tìm kiếm vị trí",
|
|
105
|
+
"selectAnOption": "Chọn một tùy chọn",
|
|
106
|
+
"sexFieldLabelText": "Giới tính",
|
|
107
|
+
"source": "Nguồn",
|
|
108
|
+
"submitting": "Đang nộp",
|
|
109
|
+
"timeFormat": "Định dạng thời gian",
|
|
110
|
+
"timeOfDeathInputLabel": "Time of death (hh:mm)",
|
|
111
|
+
"unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
|
|
112
|
+
"unknown": "Unknown",
|
|
113
|
+
"unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
|
|
114
|
+
"updatePatient": "Update patient",
|
|
115
|
+
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
116
|
+
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
117
|
+
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
118
|
+
"yearsEstimateRequired": "Estimated years required",
|
|
119
|
+
"yes": "Có"
|
|
120
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addPatient": "Add patient",
|
|
3
|
+
"addRelationshipButtonText": "添加关系",
|
|
4
|
+
"addressHeader": "地址",
|
|
5
|
+
"allFieldsRequiredText": "所有字段都是必填的,除非标记为可选。",
|
|
6
|
+
"autoGeneratedPlaceholderText": "自动生成",
|
|
7
|
+
"birthdayNotInTheFuture": "Birthday cannot be in future",
|
|
8
|
+
"birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
|
|
9
|
+
"birthdayRequired": "生日是必填项",
|
|
10
|
+
"birthFieldLabelText": "出生",
|
|
11
|
+
"cancel": "取消",
|
|
12
|
+
"causeOfDeathInputLabel": "Cause of death",
|
|
13
|
+
"closeOverlay": "关闭叠加",
|
|
14
|
+
"codedPersonAttributeAnswerSetEmpty": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用没有任何概念答案的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
|
|
15
|
+
"codedPersonAttributeAnswerSetInvalid": "编码的人员属性字段'{{codedPersonAttributeFieldId}}'已使用无效的答案概念集UUID'{{answerConceptSetUuid}}'进行定义。",
|
|
16
|
+
"codedPersonAttributeNoAnswerSet": "人员属性字段'{{codedPersonAttributeFieldId}}'的类型为'coded',但未定义答案概念集UUID。'answerConceptSetUuid'键是必需的。",
|
|
17
|
+
"configure": "配置",
|
|
18
|
+
"configureIdentifiers": "配置ID标识",
|
|
19
|
+
"confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
|
|
20
|
+
"confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
|
|
21
|
+
"confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
|
|
22
|
+
"contactSection": "联系方式",
|
|
23
|
+
"createNewPatient": "Create new patient",
|
|
24
|
+
"dateOfBirthLabelText": "Date of birth",
|
|
25
|
+
"deathCauseRequired": "Cause of death is required",
|
|
26
|
+
"deathDateInFuture": "Death date cannot be in future",
|
|
27
|
+
"deathDateInputLabel": "Date of death",
|
|
28
|
+
"deathDateRequired": "Death date is required",
|
|
29
|
+
"deathdayInvalidDate": "Death date and time cannot be before the birthday",
|
|
30
|
+
"deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
|
|
31
|
+
"deathdayNotInTheFuture": "",
|
|
32
|
+
"deathSection": "死亡信息",
|
|
33
|
+
"deathTimeFormatInvalid": "Time format is invalid",
|
|
34
|
+
"deathTimeFormatRequired": "Time format is required",
|
|
35
|
+
"deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
|
|
36
|
+
"deathTimeRequired": "Death time is required",
|
|
37
|
+
"deleteIdentifierModalHeading": "Remove identifier?",
|
|
38
|
+
"deleteIdentifierModalText": " has a value of ",
|
|
39
|
+
"deleteIdentifierTooltip": "删除",
|
|
40
|
+
"deleteRelationshipTooltipText": "删除",
|
|
41
|
+
"demographicsSection": "基本信息",
|
|
42
|
+
"discard": "放弃",
|
|
43
|
+
"discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
|
|
44
|
+
"dobToggleLabelText": "出生日期已知?",
|
|
45
|
+
"editIdentifierTooltip": "编辑",
|
|
46
|
+
"editPatientDetails": "编辑患者详情",
|
|
47
|
+
"editPatientDetailsBreadcrumb": "编辑患者详情",
|
|
48
|
+
"enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
|
|
49
|
+
"error": "错误",
|
|
50
|
+
"errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
|
|
51
|
+
"errorFetchingOrderedFields": "获取地址层次结构的排序字段时发生错误",
|
|
52
|
+
"estimatedAgeInMonthsLabelText": "月龄估算",
|
|
53
|
+
"estimatedAgeInYearsLabelText": "年龄估算",
|
|
54
|
+
"familyNameLabelText": "姓氏",
|
|
55
|
+
"familyNameRequired": "姓氏是必填项",
|
|
56
|
+
"female": "女性",
|
|
57
|
+
"fieldsWithErrors": "The following fields have errors: ",
|
|
58
|
+
"fullNameLabelText": "全名",
|
|
59
|
+
"genderLabelText": "性别",
|
|
60
|
+
"genderRequired": "性别是必填项",
|
|
61
|
+
"genderUnspecified": "Gender unspecified",
|
|
62
|
+
"givenNameLabelText": "名字",
|
|
63
|
+
"givenNameRequired": "名字是必填项",
|
|
64
|
+
"identifierValueRequired": "ID标识是必填项",
|
|
65
|
+
"idFieldLabelText": "Identifiers",
|
|
66
|
+
"IDInstructions": "选择您想为该患者添加的ID标识:",
|
|
67
|
+
"invalidEmail": "Invalid email",
|
|
68
|
+
"invalidInput": "输入无效",
|
|
69
|
+
"isDeadInputLabel": "Is dead",
|
|
70
|
+
"jumpTo": "跳转至",
|
|
71
|
+
"male": "男性",
|
|
72
|
+
"middleNameLabelText": "中间名",
|
|
73
|
+
"negativeMonths": "Estimated months cannot be negative",
|
|
74
|
+
"negativeYears": "Estimated years cannot be negative",
|
|
75
|
+
"no": "否",
|
|
76
|
+
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
77
|
+
"nonCodedCauseOfDeathRequired": "Cause of death is required",
|
|
78
|
+
"nonsensicalYears": "Estimated years cannot be more than 140",
|
|
79
|
+
"numberInNameDubious": "姓名中含有数字",
|
|
80
|
+
"obsFieldUnknownDatatype": "obs字段'{{fieldDefinitionId}}'的概念具有未知数据类型'{{datatypeName}}'",
|
|
81
|
+
"optional": "可选的",
|
|
82
|
+
"optionalIdentifierLabel": "{{identifierName}} (optional)",
|
|
83
|
+
"other": "其他",
|
|
84
|
+
"patientNameKnown": "患者的姓名已知?",
|
|
85
|
+
"patientRegistrationBreadcrumb": "患者注册",
|
|
86
|
+
"refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
|
|
87
|
+
"registerPatient": "Register patient",
|
|
88
|
+
"registerPatientSuccessSnackbarSubtitle": "现在可以通过姓名或ID号搜索到该患者",
|
|
89
|
+
"registerPatientSuccessSnackbarTitle": "新患者已创建",
|
|
90
|
+
"registrationErrorSnackbarTitle": "患者注册失败",
|
|
91
|
+
"relationship": "关系",
|
|
92
|
+
"relationshipPersonMustExist": "关系人必须是现有的人员",
|
|
93
|
+
"relationshipPlaceholder": "关系",
|
|
94
|
+
"relationshipRemovedText": "关系已移除",
|
|
95
|
+
"relationshipsSection": "关系人信息",
|
|
96
|
+
"relationshipToPatient": "与患者的关系",
|
|
97
|
+
"relativeFullNameLabelText": "Full name",
|
|
98
|
+
"relativeNamePlaceholder": "名字 姓氏",
|
|
99
|
+
"removeIdentifierButton": "Remove identifier",
|
|
100
|
+
"resetIdentifierTooltip": "重置",
|
|
101
|
+
"restoreRelationshipActionButton": "撤销",
|
|
102
|
+
"searchAddress": "搜索地址",
|
|
103
|
+
"searchIdentifierPlaceholder": "搜索ID标识",
|
|
104
|
+
"searchLocationPersonAttribute": "Search location",
|
|
105
|
+
"selectAnOption": "选择一个选项",
|
|
106
|
+
"sexFieldLabelText": "性别",
|
|
107
|
+
"source": "来源",
|
|
108
|
+
"submitting": "提交中",
|
|
109
|
+
"timeFormat": "Time Format",
|
|
110
|
+
"timeOfDeathInputLabel": "Time of death (hh:mm)",
|
|
111
|
+
"unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
|
|
112
|
+
"unknown": "未知",
|
|
113
|
+
"unknownPatientAttributeType": "患者属性类型具有未知格式{{personAttributeTypeFormat}}",
|
|
114
|
+
"updatePatient": "Update patient",
|
|
115
|
+
"updatePatientErrorSnackbarTitle": "患者详情更新失败",
|
|
116
|
+
"updatePatientSuccessSnackbarSubtitle": "患者的信息已成功更新",
|
|
117
|
+
"updatePatientSuccessSnackbarTitle": "患者详情已更新",
|
|
118
|
+
"yearsEstimateRequired": "Estimated years required",
|
|
119
|
+
"yes": "是"
|
|
120
|
+
}
|