@ampath/esm-patient-registration-app 6.0.1-pre.96 → 9.2.0-next.12
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/dist/1119.js +1 -0
- package/dist/1197.js +1 -0
- package/dist/21.js +1 -0
- package/dist/21.js.map +1 -0
- package/dist/2146.js +1 -0
- package/dist/2372.js +1 -0
- package/dist/2372.js.map +1 -0
- package/dist/2470.js +1 -0
- package/dist/2470.js.map +1 -0
- package/dist/2690.js +1 -0
- package/dist/2913.js +2 -0
- package/dist/{913.js.LICENSE.txt → 2913.js.LICENSE.txt} +3 -23
- package/dist/2913.js.map +1 -0
- package/dist/3093.js +1 -0
- package/dist/3093.js.map +1 -0
- package/dist/3099.js +1 -0
- package/dist/3144.js +2 -0
- package/dist/3144.js.LICENSE.txt +19 -0
- package/dist/3144.js.map +1 -0
- package/dist/320.js +2 -0
- package/dist/{876.js.LICENSE.txt → 320.js.LICENSE.txt} +2 -3
- package/dist/320.js.map +1 -0
- package/dist/3464.js +1 -0
- package/dist/3464.js.map +1 -0
- package/dist/3474.js +2 -0
- package/dist/3474.js.LICENSE.txt +8 -0
- package/dist/3474.js.map +1 -0
- package/dist/3584.js +1 -0
- package/dist/4041.js +2 -0
- package/dist/4041.js.map +1 -0
- package/dist/4055.js +1 -0
- package/dist/4132.js +1 -0
- package/dist/4300.js +1 -0
- package/dist/4335.js +1 -0
- package/dist/4463.js +1 -0
- package/dist/4463.js.map +1 -0
- package/dist/4618.js +1 -0
- package/dist/4652.js +1 -0
- package/dist/4944.js +1 -0
- package/dist/5173.js +1 -0
- package/dist/5220.js +2 -0
- package/dist/5220.js.LICENSE.txt +29 -0
- package/dist/5220.js.map +1 -0
- package/dist/5241.js +1 -0
- package/dist/5442.js +1 -0
- package/dist/5661.js +1 -0
- package/dist/6022.js +1 -0
- package/dist/6078.js +2 -0
- package/dist/6078.js.LICENSE.txt +9 -0
- package/dist/6078.js.map +1 -0
- package/dist/627.js +1 -0
- package/dist/627.js.map +1 -0
- package/dist/6276.js +1 -0
- package/dist/6276.js.map +1 -0
- package/dist/6468.js +1 -0
- package/dist/6679.js +1 -0
- package/dist/6737.js +2 -0
- package/dist/6737.js.LICENSE.txt +9 -0
- package/dist/6737.js.map +1 -0
- package/dist/6840.js +1 -0
- package/dist/6859.js +1 -0
- package/dist/7092.js +1 -0
- package/dist/7092.js.map +1 -0
- package/dist/7097.js +1 -0
- package/dist/7159.js +1 -0
- package/dist/723.js +1 -0
- package/dist/7495.js +2 -0
- package/dist/7495.js.LICENSE.txt +9 -0
- package/dist/7495.js.map +1 -0
- package/dist/7617.js +1 -0
- package/dist/795.js +1 -0
- package/dist/8163.js +1 -0
- package/dist/8349.js +1 -0
- package/dist/8404.js +2 -0
- package/dist/{629.js.LICENSE.txt → 8404.js.LICENSE.txt} +9 -3
- package/dist/8404.js.map +1 -0
- package/dist/8434.js +1 -0
- package/dist/8434.js.map +1 -0
- package/dist/8618.js +1 -0
- package/dist/89.js +2 -0
- package/dist/89.js.LICENSE.txt +9 -0
- package/dist/89.js.map +1 -0
- package/dist/890.js +1 -0
- package/dist/9214.js +1 -0
- package/dist/9538.js +1 -0
- package/dist/9569.js +1 -0
- package/dist/986.js +1 -0
- package/dist/9876.js +1 -0
- package/dist/9876.js.map +1 -0
- package/dist/9879.js +1 -0
- package/dist/9895.js +1 -0
- package/dist/9900.js +1 -0
- package/dist/9913.js +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +36 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-registration-app.js +1 -0
- package/dist/openmrs-esm-patient-registration-app.js.buildmanifest.json +1576 -0
- package/dist/openmrs-esm-patient-registration-app.js.map +1 -0
- package/dist/routes.json +1 -1
- package/package.json +16 -15
- package/src/{add-patient-link.tsx → add-patient-link.extension.tsx} +4 -2
- package/src/add-patient-link.test.tsx +6 -10
- package/src/config-schema.ts +109 -55
- package/src/constants.ts +1 -1
- package/src/declarations.d.ts +5 -4
- package/src/index.ts +10 -29
- package/src/nav-link.test.tsx +3 -3
- package/src/offline.resources.ts +26 -18
- package/src/patient-photo.extension.tsx +3 -1
- package/src/patient-registration/field/address/address-field.component.tsx +58 -37
- package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +16 -18
- package/src/patient-registration/field/address/address-hierarchy.resource.tsx +3 -3
- package/src/patient-registration/field/address/address-hierarchy.test.tsx +290 -0
- package/src/patient-registration/field/address/address-search.component.tsx +7 -5
- package/src/patient-registration/field/address/address-search.scss +5 -5
- package/src/patient-registration/field/address/address-search.test.tsx +140 -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 +3 -9
- package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +84 -0
- package/src/patient-registration/field/dob/dob.component.tsx +55 -50
- package/src/patient-registration/field/dob/dob.test.tsx +90 -0
- package/src/patient-registration/field/field.component.tsx +12 -6
- package/src/patient-registration/field/field.resource.ts +11 -4
- package/src/patient-registration/field/field.scss +69 -25
- package/src/patient-registration/field/field.test.tsx +329 -0
- package/src/patient-registration/field/gender/gender-field.component.tsx +14 -9
- package/src/patient-registration/field/gender/gender-field.test.tsx +73 -33
- package/src/patient-registration/field/id/id-field.component.tsx +24 -23
- package/src/patient-registration/field/id/id-field.test.tsx +147 -0
- package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +12 -10
- package/src/patient-registration/field/id/identifier-selection.scss +12 -8
- package/src/patient-registration/field/name/name-field.component.tsx +10 -5
- package/src/patient-registration/field/obs/obs-field.component.tsx +59 -2
- package/src/patient-registration/field/obs/obs-field.test.tsx +133 -39
- package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +3 -3
- 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 +19 -22
- package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
- package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
- package/src/patient-registration/form-manager.test.ts +91 -0
- package/src/patient-registration/form-manager.ts +49 -23
- package/src/patient-registration/input/basic-input/input/input.component.tsx +6 -2
- package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
- package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +5 -5
- 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 +73 -36
- package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
- package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +3 -0
- package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +2 -11
- package/src/patient-registration/input/input.scss +17 -13
- package/src/patient-registration/patient-registration-context.ts +22 -11
- package/src/patient-registration/patient-registration-hooks.ts +158 -193
- package/src/patient-registration/patient-registration-utils.test.ts +33 -0
- package/src/patient-registration/patient-registration-utils.ts +11 -13
- package/src/patient-registration/patient-registration.component.tsx +87 -103
- package/src/patient-registration/{patient-registration.resource.testt.tsx → patient-registration.resource.test.tsx} +0 -4
- package/src/patient-registration/patient-registration.resource.ts +27 -3
- package/src/patient-registration/patient-registration.scss +27 -38
- package/src/patient-registration/patient-registration.test.tsx +579 -0
- package/src/patient-registration/patient-registration.types.ts +23 -25
- package/src/patient-registration/section/death-info/death-info-section.component.tsx +22 -17
- package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
- package/src/patient-registration/section/demographics/demographics-section.component.tsx +5 -5
- package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
- package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +8 -7
- package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
- package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +28 -28
- package/src/patient-registration/section/patient-relationships/relationships.scss +4 -4
- package/src/patient-registration/section/section-wrapper.component.tsx +1 -1
- package/src/patient-registration/section/section.component.tsx +1 -1
- package/src/patient-registration/section/section.scss +21 -1
- package/src/patient-registration/ui-components/overlay/overlay.scss +8 -8
- package/src/patient-registration/validation/{patient-registration-validation.test.tsx → patient-registration-validation.test.ts} +71 -23
- package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
- package/src/resources-context.ts +14 -0
- package/src/root.component.tsx +3 -3
- package/src/routes.json +10 -24
- 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-modal.testt.tsx → delete-identifier-confirmation.test.tsx} +5 -7
- package/src/widgets/edit-patient-details-button.component.tsx +0 -1
- package/src/widgets/edit-patient-details-button.test.tsx +35 -0
- package/translations/am.json +43 -35
- package/translations/ar.json +41 -33
- package/translations/ar_SY.json +119 -0
- package/translations/bn.json +119 -0
- package/translations/de.json +119 -0
- package/translations/en.json +44 -42
- package/translations/en_US.json +119 -0
- package/translations/es.json +69 -57
- package/translations/es_MX.json +119 -0
- package/translations/fr.json +74 -58
- package/translations/he.json +44 -40
- package/translations/hi.json +119 -0
- package/translations/hi_IN.json +119 -0
- package/translations/id.json +119 -0
- package/translations/it.json +119 -0
- package/translations/ka.json +119 -0
- package/translations/km.json +44 -40
- package/translations/ku.json +119 -0
- package/translations/ky.json +119 -0
- package/translations/lg.json +119 -0
- package/translations/ne.json +119 -0
- package/translations/pl.json +119 -0
- package/translations/pt.json +119 -0
- package/translations/pt_BR.json +119 -0
- package/translations/qu.json +119 -0
- package/translations/ro_RO.json +119 -0
- package/translations/ru_RU.json +119 -0
- package/translations/si.json +119 -0
- package/translations/sw.json +119 -0
- package/translations/sw_KE.json +119 -0
- package/translations/tr.json +119 -0
- package/translations/tr_TR.json +119 -0
- package/translations/uk.json +119 -0
- package/translations/uz.json +119 -0
- package/translations/uz@Latn.json +119 -0
- package/translations/uz_UZ.json +119 -0
- package/translations/vi.json +119 -0
- package/translations/zh.json +45 -23
- package/translations/zh_CN.json +39 -17
- package/.turbo/turbo-build.log +0 -40
- package/dist/132.js +0 -1
- package/dist/197.js +0 -1
- package/dist/236.js +0 -1
- package/dist/236.js.map +0 -1
- package/dist/300.js +0 -1
- package/dist/335.js +0 -1
- package/dist/372.js +0 -1
- package/dist/372.js.map +0 -1
- package/dist/41.js +0 -2
- package/dist/41.js.map +0 -1
- package/dist/449.js +0 -1
- package/dist/449.js.map +0 -1
- package/dist/464.js +0 -1
- package/dist/464.js.map +0 -1
- package/dist/495.js +0 -1
- package/dist/495.js.map +0 -1
- package/dist/55.js +0 -1
- package/dist/56.js +0 -1
- package/dist/56.js.map +0 -1
- package/dist/621.js +0 -1
- package/dist/621.js.map +0 -1
- package/dist/629.js +0 -2
- package/dist/629.js.map +0 -1
- package/dist/652.js +0 -1
- package/dist/661.js +0 -1
- package/dist/757.js +0 -1
- package/dist/757.js.map +0 -1
- package/dist/828.js +0 -1
- package/dist/828.js.map +0 -1
- package/dist/830.js +0 -1
- package/dist/830.js.map +0 -1
- package/dist/831.js +0 -2
- package/dist/831.js.LICENSE.txt +0 -3
- package/dist/831.js.map +0 -1
- package/dist/876.js +0 -2
- package/dist/876.js.map +0 -1
- package/dist/879.js +0 -1
- package/dist/913.js +0 -2
- package/dist/913.js.map +0 -1
- package/dist/927.js +0 -1
- package/dist/927.js.map +0 -1
- package/dist/99.js +0 -1
- package/dist/ampath-esm-patient-registration-app.js +0 -1
- package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +0 -694
- package/dist/ampath-esm-patient-registration-app.js.map +0 -1
- package/src/patient-registration/date-util.ts +0 -52
- package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +0 -56
- package/src/patient-registration/validation/patient-registration-validation.tsx +0 -60
- package/src/patient-verification/assets/counties.json +0 -236
- package/src/patient-verification/assets/verification-assets.ts +0 -11
- package/src/patient-verification/patient-verification-hook.tsx +0 -176
- package/src/patient-verification/patient-verification-utils.ts +0 -179
- package/src/patient-verification/patient-verification.component.tsx +0 -124
- package/src/patient-verification/patient-verification.scss +0 -25
- package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +0 -72
- package/src/patient-verification/verification-modal/empty-prompt.component.tsx +0 -35
- package/src/patient-verification/verification-types.ts +0 -50
- package/src/widgets/cancel-patient-edit.component.tsx +0 -37
- package/src/widgets/delete-identifier-confirmation-modal.tsx +0 -41
- package/src/widgets/delete-identifier-modal.scss +0 -34
- /package/dist/{41.js.LICENSE.txt → 4041.js.LICENSE.txt} +0 -0
- /package/src/patient-registration/input/custom-input/identifier/{utils.testt.ts → utils.test.ts} +0 -0
|
@@ -0,0 +1,119 @@
|
|
|
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
|
+
"dobToggleLabelText": "Date of Birth Known?",
|
|
44
|
+
"editIdentifierTooltip": "Edit",
|
|
45
|
+
"editPatientDetails": "Edit patient details",
|
|
46
|
+
"editPatientDetailsBreadcrumb": "Edit patient details",
|
|
47
|
+
"enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
|
|
48
|
+
"error": "Error",
|
|
49
|
+
"errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
|
|
50
|
+
"errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
|
|
51
|
+
"estimatedAgeInMonthsLabelText": "Estimated age in months",
|
|
52
|
+
"estimatedAgeInYearsLabelText": "Estimated age in years",
|
|
53
|
+
"familyNameLabelText": "Family Name",
|
|
54
|
+
"familyNameRequired": "Family name is required",
|
|
55
|
+
"female": "Female",
|
|
56
|
+
"fieldsWithErrors": "The following fields have errors: ",
|
|
57
|
+
"fullNameLabelText": "Full Name",
|
|
58
|
+
"genderLabelText": "Sex",
|
|
59
|
+
"genderRequired": "Gender is required",
|
|
60
|
+
"genderUnspecified": "Gender unspecified",
|
|
61
|
+
"givenNameLabelText": "First Name",
|
|
62
|
+
"givenNameRequired": "Given name is required",
|
|
63
|
+
"identifierValueRequired": "Identifier value is required",
|
|
64
|
+
"idFieldLabelText": "Identifiers",
|
|
65
|
+
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
66
|
+
"invalidEmail": "Invalid email",
|
|
67
|
+
"invalidInput": "Invalid Input",
|
|
68
|
+
"isDeadInputLabel": "Is dead",
|
|
69
|
+
"jumpTo": "Jump to",
|
|
70
|
+
"male": "Male",
|
|
71
|
+
"middleNameLabelText": "Middle Name",
|
|
72
|
+
"negativeMonths": "Estimated months cannot be negative",
|
|
73
|
+
"negativeYears": "Estimated years cannot be negative",
|
|
74
|
+
"no": "No",
|
|
75
|
+
"nonCodedCauseOfDeath": "Non-coded cause of death",
|
|
76
|
+
"nonCodedCauseOfDeathRequired": "Cause of death is required",
|
|
77
|
+
"nonsensicalYears": "Estimated years cannot be more than 140",
|
|
78
|
+
"numberInNameDubious": "Number in name is dubious",
|
|
79
|
+
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
80
|
+
"optional": "optional",
|
|
81
|
+
"optionalIdentifierLabel": "{{identifierName}} (optional)",
|
|
82
|
+
"other": "Other",
|
|
83
|
+
"patientNameKnown": "Patient's Name is Known?",
|
|
84
|
+
"patientRegistrationBreadcrumb": "Patient Registration",
|
|
85
|
+
"refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
|
|
86
|
+
"registerPatient": "Register patient",
|
|
87
|
+
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
88
|
+
"registerPatientSuccessSnackbarTitle": "New Patient Created",
|
|
89
|
+
"registrationErrorSnackbarTitle": "Patient Registration Failed",
|
|
90
|
+
"relationship": "Relationship",
|
|
91
|
+
"relationshipPersonMustExist": "Related person must be an existing person",
|
|
92
|
+
"relationshipPlaceholder": "Relationship",
|
|
93
|
+
"relationshipRemovedText": "Relationship removed",
|
|
94
|
+
"relationshipsSection": "Relationships",
|
|
95
|
+
"relationshipToPatient": "Relationship to patient",
|
|
96
|
+
"relativeFullNameLabelText": "Full name",
|
|
97
|
+
"relativeNamePlaceholder": "Firstname Familyname",
|
|
98
|
+
"removeIdentifierButton": "Remove identifier",
|
|
99
|
+
"resetIdentifierTooltip": "Reset",
|
|
100
|
+
"restoreRelationshipActionButton": "Undo",
|
|
101
|
+
"searchAddress": "Search address",
|
|
102
|
+
"searchIdentifierPlaceholder": "Search identifier",
|
|
103
|
+
"searchLocationPersonAttribute": "Search location",
|
|
104
|
+
"selectAnOption": "Select an option",
|
|
105
|
+
"sexFieldLabelText": "Sex",
|
|
106
|
+
"source": "Source",
|
|
107
|
+
"submitting": "Submitting",
|
|
108
|
+
"timeFormat": "Time Format",
|
|
109
|
+
"timeOfDeathInputLabel": "Time of death (hh:mm)",
|
|
110
|
+
"unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
|
|
111
|
+
"unknown": "Unknown",
|
|
112
|
+
"unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
|
|
113
|
+
"updatePatient": "Update patient",
|
|
114
|
+
"updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
|
|
115
|
+
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
116
|
+
"updatePatientSuccessSnackbarTitle": "Patient Details Updated",
|
|
117
|
+
"yearsEstimateRequired": "Estimated years required",
|
|
118
|
+
"yes": "Yes"
|
|
119
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addPatient": "Tambah pasien",
|
|
3
|
+
"addRelationshipButtonText": "Tambah Hubungan",
|
|
4
|
+
"addressHeader": "Alamat",
|
|
5
|
+
"allFieldsRequiredText": "Semua bidang wajib diisi kecuali ditandai opsional",
|
|
6
|
+
"autoGeneratedPlaceholderText": "Otomatis dibuat",
|
|
7
|
+
"birthdayNotInTheFuture": "Tanggal lahir tidak boleh di masa depan",
|
|
8
|
+
"birthdayNotOver140YearsAgo": "Tanggal lahir tidak boleh lebih dari 140 tahun yang lalu",
|
|
9
|
+
"birthdayRequired": "Tanggal lahir wajib diisi",
|
|
10
|
+
"birthFieldLabelText": "Kelahiran",
|
|
11
|
+
"cancel": "Batal",
|
|
12
|
+
"causeOfDeathInputLabel": "Penyebab kematian",
|
|
13
|
+
"closeOverlay": "Tutup overlay",
|
|
14
|
+
"codedPersonAttributeAnswerSetEmpty": "Bidang atribut orang berkode '{{codedPersonAttributeFieldId}}' telah ditentukan dengan UUID set jawaban konsep '{{answerConceptSetUuid}}' yang tidak memiliki jawaban konsep apa pun.",
|
|
15
|
+
"codedPersonAttributeAnswerSetInvalid": "Bidang atribut orang berkode '{{codedPersonAttributeFieldId}}' telah ditentukan dengan UUID set jawaban konsep '{{answerConceptSetUuid}}' yang tidak valid.",
|
|
16
|
+
"codedPersonAttributeNoAnswerSet": "Bidang atribut orang '{{codedPersonAttributeFieldId}}' bertipe 'coded' tetapi telah ditentukan tanpa UUID set jawaban konsep. Kunci 'answerConceptSetUuid' diperlukan.",
|
|
17
|
+
"configure": "Konfigurasi",
|
|
18
|
+
"configureIdentifiers": "Konfigurasi identifikasi",
|
|
19
|
+
"confirmDiscardChangesBody": "Perubahan yang belum disimpan akan hilang jika Anda melanjutkan untuk membuang formulir",
|
|
20
|
+
"confirmDiscardChangesTitle": "Apakah Anda yakin ingin membuang perubahan ini?",
|
|
21
|
+
"confirmIdentifierDeletionText": "Apakah Anda yakin ingin menghapus identifikasi ini?",
|
|
22
|
+
"contactSection": "Detail Kontak",
|
|
23
|
+
"createNewPatient": "Buat pasien baru",
|
|
24
|
+
"dateOfBirthLabelText": "Tanggal lahir",
|
|
25
|
+
"deathCauseRequired": "Penyebab kematian wajib diisi",
|
|
26
|
+
"deathDateInFuture": "Tanggal kematian tidak boleh di masa depan",
|
|
27
|
+
"deathDateInputLabel": "Tanggal kematian",
|
|
28
|
+
"deathDateRequired": "Tanggal kematian wajib diisi",
|
|
29
|
+
"deathdayInvalidDate": "Tanggal dan waktu kematian tidak boleh sebelum tanggal lahir",
|
|
30
|
+
"deathdayIsRequired": "Tanggal kematian wajib diisi ketika pasien ditandai sebagai meninggal.",
|
|
31
|
+
"deathdayNotInTheFuture": "",
|
|
32
|
+
"deathSection": "Informasi Kematian",
|
|
33
|
+
"deathTimeFormatInvalid": "Format waktu tidak valid",
|
|
34
|
+
"deathTimeFormatRequired": "Format waktu wajib diisi",
|
|
35
|
+
"deathTimeInvalid": "Waktu tidak sesuai dengan format 'hh:mm'",
|
|
36
|
+
"deathTimeRequired": "Waktu kematian wajib diisi",
|
|
37
|
+
"deleteIdentifierModalHeading": "Hapus identifikasi?",
|
|
38
|
+
"deleteIdentifierModalText": " memiliki nilai ",
|
|
39
|
+
"deleteIdentifierTooltip": "Hapus",
|
|
40
|
+
"deleteRelationshipTooltipText": "Hapus",
|
|
41
|
+
"demographicsSection": "Informasi Dasar",
|
|
42
|
+
"discard": "Buang",
|
|
43
|
+
"dobToggleLabelText": "Tanggal Lahir Diketahui?",
|
|
44
|
+
"editIdentifierTooltip": "Edit",
|
|
45
|
+
"editPatientDetails": "Edit detail pasien",
|
|
46
|
+
"editPatientDetailsBreadcrumb": "Edit detail pasien",
|
|
47
|
+
"enterNonCodedCauseOfDeath": "Masukkan penyebab kematian non-kode",
|
|
48
|
+
"error": "Kesalahan",
|
|
49
|
+
"errorFetchingCodedCausesOfDeath": "Kesalahan mengambil penyebab kematian berkode",
|
|
50
|
+
"errorFetchingOrderedFields": "Terjadi kesalahan saat mengambil bidang terurut untuk hierarki alamat",
|
|
51
|
+
"estimatedAgeInMonthsLabelText": "Perkiraan usia dalam bulan",
|
|
52
|
+
"estimatedAgeInYearsLabelText": "Perkiraan usia dalam tahun",
|
|
53
|
+
"familyNameLabelText": "Nama Keluarga",
|
|
54
|
+
"familyNameRequired": "Nama keluarga wajib diisi",
|
|
55
|
+
"female": "Perempuan",
|
|
56
|
+
"fieldsWithErrors": "Bidang berikut memiliki kesalahan: ",
|
|
57
|
+
"fullNameLabelText": "Nama Lengkap",
|
|
58
|
+
"genderLabelText": "Jenis Kelamin",
|
|
59
|
+
"genderRequired": "Jenis kelamin wajib diisi",
|
|
60
|
+
"genderUnspecified": "Jenis kelamin tidak ditentukan",
|
|
61
|
+
"givenNameLabelText": "Nama Depan",
|
|
62
|
+
"givenNameRequired": "Nama depan wajib diisi",
|
|
63
|
+
"identifierValueRequired": "Nilai identifikasi wajib diisi",
|
|
64
|
+
"idFieldLabelText": "Identifikasi",
|
|
65
|
+
"IDInstructions": "Pilih identifikasi yang ingin Anda tambahkan untuk pasien ini:",
|
|
66
|
+
"invalidEmail": "Email tidak valid",
|
|
67
|
+
"invalidInput": "Input tidak valid",
|
|
68
|
+
"isDeadInputLabel": "Meninggal",
|
|
69
|
+
"jumpTo": "Lompat ke",
|
|
70
|
+
"male": "Laki-laki",
|
|
71
|
+
"middleNameLabelText": "Nama Tengah",
|
|
72
|
+
"negativeMonths": "Perkiraan bulan tidak boleh negatif",
|
|
73
|
+
"negativeYears": "Perkiraan tahun tidak boleh negatif",
|
|
74
|
+
"no": "Tidak",
|
|
75
|
+
"nonCodedCauseOfDeath": "Penyebab kematian non-kode",
|
|
76
|
+
"nonCodedCauseOfDeathRequired": "Penyebab kematian wajib diisi",
|
|
77
|
+
"nonsensicalYears": "Perkiraan tahun tidak boleh lebih dari 140",
|
|
78
|
+
"numberInNameDubious": "Angka dalam nama meragukan",
|
|
79
|
+
"obsFieldUnknownDatatype": "Konsep untuk bidang obs '{{fieldDefinitionId}}' memiliki tipe data tidak dikenal '{{datatypeName}}'",
|
|
80
|
+
"optional": "opsional",
|
|
81
|
+
"optionalIdentifierLabel": "{{identifierName}} (opsional)",
|
|
82
|
+
"other": "Lainnya",
|
|
83
|
+
"patientNameKnown": "Nama Pasien Diketahui?",
|
|
84
|
+
"patientRegistrationBreadcrumb": "Pendaftaran Pasien",
|
|
85
|
+
"refreshOrContactAdmin": "Coba muat ulang halaman atau hubungi administrator sistem Anda",
|
|
86
|
+
"registerPatient": "Daftarkan pasien",
|
|
87
|
+
"registerPatientSuccessSnackbarSubtitle": "Pasien sekarang dapat ditemukan dengan mencari menggunakan nama atau nomor ID mereka",
|
|
88
|
+
"registerPatientSuccessSnackbarTitle": "Pasien Baru Dibuat",
|
|
89
|
+
"registrationErrorSnackbarTitle": "Pendaftaran Pasien Gagal",
|
|
90
|
+
"relationship": "Hubungan",
|
|
91
|
+
"relationshipPersonMustExist": "Orang terkait harus merupakan orang yang sudah ada",
|
|
92
|
+
"relationshipPlaceholder": "Hubungan",
|
|
93
|
+
"relationshipRemovedText": "Hubungan dihapus",
|
|
94
|
+
"relationshipsSection": "Hubungan",
|
|
95
|
+
"relationshipToPatient": "Hubungan dengan pasien",
|
|
96
|
+
"relativeFullNameLabelText": "Nama lengkap",
|
|
97
|
+
"relativeNamePlaceholder": "Nama Depan Nama Keluarga",
|
|
98
|
+
"removeIdentifierButton": "Hapus identifikasi",
|
|
99
|
+
"resetIdentifierTooltip": "Reset",
|
|
100
|
+
"restoreRelationshipActionButton": "Batalkan",
|
|
101
|
+
"searchAddress": "Cari alamat",
|
|
102
|
+
"searchIdentifierPlaceholder": "Cari identifikasi",
|
|
103
|
+
"searchLocationPersonAttribute": "Cari lokasi",
|
|
104
|
+
"selectAnOption": "Pilih opsi",
|
|
105
|
+
"sexFieldLabelText": "Jenis Kelamin",
|
|
106
|
+
"source": "Sumber",
|
|
107
|
+
"submitting": "Mengirim",
|
|
108
|
+
"timeFormat": "Format Waktu",
|
|
109
|
+
"timeOfDeathInputLabel": "Waktu kematian (hh:mm)",
|
|
110
|
+
"unableToFetch": "Tidak dapat mengambil tipe atribut orang - {{personattributetype}}",
|
|
111
|
+
"unknown": "Tidak diketahui",
|
|
112
|
+
"unknownPatientAttributeType": "Tipe atribut pasien memiliki format tidak dikenal {{personAttributeTypeFormat}}",
|
|
113
|
+
"updatePatient": "Perbarui pasien",
|
|
114
|
+
"updatePatientErrorSnackbarTitle": "Pembaruan Detail Pasien Gagal",
|
|
115
|
+
"updatePatientSuccessSnackbarSubtitle": "Informasi pasien telah berhasil diperbarui",
|
|
116
|
+
"updatePatientSuccessSnackbarTitle": "Detail Pasien Diperbarui",
|
|
117
|
+
"yearsEstimateRequired": "Perkiraan tahun wajib diisi",
|
|
118
|
+
"yes": "Ya"
|
|
119
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addPatient": "Aggiungi paziente",
|
|
3
|
+
"addRelationshipButtonText": "Aggiungi relazione",
|
|
4
|
+
"addressHeader": "Indirizzo",
|
|
5
|
+
"allFieldsRequiredText": "Tutti i campi sono obbligatori, salvo indicazione contraria",
|
|
6
|
+
"autoGeneratedPlaceholderText": "Generato automaticamente",
|
|
7
|
+
"birthdayNotInTheFuture": "La data di nascita non può essere nel futuro",
|
|
8
|
+
"birthdayNotOver140YearsAgo": "La data di nascita non può risalire a più di 140 anni fa",
|
|
9
|
+
"birthdayRequired": "La data di nascita è obbligatoria",
|
|
10
|
+
"birthFieldLabelText": "Nascita",
|
|
11
|
+
"cancel": "Annulla",
|
|
12
|
+
"causeOfDeathInputLabel": "Causa del decesso",
|
|
13
|
+
"closeOverlay": "Chiudi finestra",
|
|
14
|
+
"codedPersonAttributeAnswerSetEmpty": "Il campo attributo codificato della persona '{{codedPersonAttributeFieldId}}' è stato definito con un set di risposte concettuali UUID '{{answerConceptSetUuid}}' che non contiene alcuna risposta.",
|
|
15
|
+
"codedPersonAttributeAnswerSetInvalid": "Il campo attributo codificato della persona '{{codedPersonAttributeFieldId}}' è stato definito con un UUID di set di risposte concettuali non valido '{{answerConceptSetUuid}}'.",
|
|
16
|
+
"codedPersonAttributeNoAnswerSet": "Il campo attributo della persona '{{codedPersonAttributeFieldId}}' è di tipo 'codificato', ma è stato definito senza un set di risposte concettuali UUID. La chiave 'answerConceptSetUuid' è obbligatoria.",
|
|
17
|
+
"configure": "Configura",
|
|
18
|
+
"configureIdentifiers": "Configura identificativi",
|
|
19
|
+
"confirmDiscardChangesBody": "Se procedi, le modifiche non salvate andranno perse",
|
|
20
|
+
"confirmDiscardChangesTitle": "Sei sicuro di voler annullare queste modifiche?",
|
|
21
|
+
"confirmIdentifierDeletionText": "Sei sicuro di voler rimuovere questo identificativo?",
|
|
22
|
+
"contactSection": "Dettagli di contatto",
|
|
23
|
+
"createNewPatient": "Crea nuovo paziente",
|
|
24
|
+
"dateOfBirthLabelText": "Data di nascita",
|
|
25
|
+
"deathCauseRequired": "La causa del decesso è obbligatoria",
|
|
26
|
+
"deathDateInFuture": "La data del decesso non può essere nel futuro",
|
|
27
|
+
"deathDateInputLabel": "Data del decesso",
|
|
28
|
+
"deathDateRequired": "La data del decesso è obbligatoria",
|
|
29
|
+
"deathdayInvalidDate": "La data e l'ora del decesso non possono precedere la nascita",
|
|
30
|
+
"deathdayIsRequired": "La data del decesso è obbligatoria se il paziente è indicato come deceduto",
|
|
31
|
+
"deathdayNotInTheFuture": "",
|
|
32
|
+
"deathSection": "Informazioni sul decesso",
|
|
33
|
+
"deathTimeFormatInvalid": "Formato ora non valido",
|
|
34
|
+
"deathTimeFormatRequired": "Il formato dell'ora è obbligatorio",
|
|
35
|
+
"deathTimeInvalid": "L'orario deve essere nel formato 'hh:mm'",
|
|
36
|
+
"deathTimeRequired": "L'orario del decesso è obbligatorio",
|
|
37
|
+
"deleteIdentifierModalHeading": "Rimuovere l'identificativo?",
|
|
38
|
+
"deleteIdentifierModalText": " ha un valore di ",
|
|
39
|
+
"deleteIdentifierTooltip": "Elimina",
|
|
40
|
+
"deleteRelationshipTooltipText": "Elimina",
|
|
41
|
+
"demographicsSection": "Informazioni di base",
|
|
42
|
+
"discard": "Annulla modifiche",
|
|
43
|
+
"dobToggleLabelText": "La data di nascita è conosciuta?",
|
|
44
|
+
"editIdentifierTooltip": "Modifica",
|
|
45
|
+
"editPatientDetails": "Modifica dettagli paziente",
|
|
46
|
+
"editPatientDetailsBreadcrumb": "Modifica dettagli paziente",
|
|
47
|
+
"enterNonCodedCauseOfDeath": "Inserisci una causa di decesso non codificata",
|
|
48
|
+
"error": "Errore",
|
|
49
|
+
"errorFetchingCodedCausesOfDeath": "Errore nel recupero delle cause di decesso codificate",
|
|
50
|
+
"errorFetchingOrderedFields": "Errore nel recupero dei campi ordinati per la gerarchia degli indirizzi",
|
|
51
|
+
"estimatedAgeInMonthsLabelText": "Età stimata in mesi",
|
|
52
|
+
"estimatedAgeInYearsLabelText": "Età stimata in anni",
|
|
53
|
+
"familyNameLabelText": "Cognome",
|
|
54
|
+
"familyNameRequired": "Il cognome è obbligatorio",
|
|
55
|
+
"female": "Femmina",
|
|
56
|
+
"fieldsWithErrors": "I seguenti campi contengono errori:",
|
|
57
|
+
"fullNameLabelText": "Nome completo",
|
|
58
|
+
"genderLabelText": "Sesso",
|
|
59
|
+
"genderRequired": "Il sesso è obbligatorio",
|
|
60
|
+
"genderUnspecified": "Sesso non specificato",
|
|
61
|
+
"givenNameLabelText": "Nome",
|
|
62
|
+
"givenNameRequired": "Il nome è obbligatorio",
|
|
63
|
+
"identifierValueRequired": "Il valore dell'identificativo è obbligatorio",
|
|
64
|
+
"idFieldLabelText": "Identificativi",
|
|
65
|
+
"IDInstructions": "Seleziona gli identificativi da aggiungere per questo paziente:",
|
|
66
|
+
"invalidEmail": "Email non valida",
|
|
67
|
+
"invalidInput": "Input non valido",
|
|
68
|
+
"isDeadInputLabel": "Deceduto",
|
|
69
|
+
"jumpTo": "Vai a",
|
|
70
|
+
"male": "Maschio",
|
|
71
|
+
"middleNameLabelText": "Secondo nome",
|
|
72
|
+
"negativeMonths": "I mesi stimati non possono essere negativi",
|
|
73
|
+
"negativeYears": "Gli anni stimati non possono essere negativi",
|
|
74
|
+
"no": "No",
|
|
75
|
+
"nonCodedCauseOfDeath": "Causa del decesso non codificata",
|
|
76
|
+
"nonCodedCauseOfDeathRequired": "La causa del decesso è obbligatoria",
|
|
77
|
+
"nonsensicalYears": "Gli anni stimati non possono superare i 140",
|
|
78
|
+
"numberInNameDubious": "Numero nel nome sospetto",
|
|
79
|
+
"obsFieldUnknownDatatype": "Il concetto per il campo osservazione '{{fieldDefinitionId}}' ha un tipo di dato sconosciuto '{{datatypeName}}'",
|
|
80
|
+
"optional": "Opzionale",
|
|
81
|
+
"optionalIdentifierLabel": "{{identifierName}} (opzionale)",
|
|
82
|
+
"other": "Altro",
|
|
83
|
+
"patientNameKnown": "Il nome del paziente è conosciuto?",
|
|
84
|
+
"patientRegistrationBreadcrumb": "Registrazione paziente",
|
|
85
|
+
"refreshOrContactAdmin": "Prova a ricaricare la pagina o contatta l'amministratore del sistema",
|
|
86
|
+
"registerPatient": "Registra paziente",
|
|
87
|
+
"registerPatientSuccessSnackbarSubtitle": "Il paziente può ora essere trovato tramite ricerca per nome o ID",
|
|
88
|
+
"registerPatientSuccessSnackbarTitle": "Nuovo paziente registrato",
|
|
89
|
+
"registrationErrorSnackbarTitle": "Registrazione paziente fallita",
|
|
90
|
+
"relationship": "Relazione",
|
|
91
|
+
"relationshipPersonMustExist": "La persona correlata deve essere un paziente esistente",
|
|
92
|
+
"relationshipPlaceholder": "Relazione",
|
|
93
|
+
"relationshipRemovedText": "Relazione rimossa",
|
|
94
|
+
"relationshipsSection": "Relazioni",
|
|
95
|
+
"relationshipToPatient": "Relazione con il paziente",
|
|
96
|
+
"relativeFullNameLabelText": "Nome completo",
|
|
97
|
+
"relativeNamePlaceholder": "Nome Cognome",
|
|
98
|
+
"removeIdentifierButton": "Rimuovi identificativo",
|
|
99
|
+
"resetIdentifierTooltip": "Reimposta",
|
|
100
|
+
"restoreRelationshipActionButton": "Annulla",
|
|
101
|
+
"searchAddress": "Cerca indirizzo",
|
|
102
|
+
"searchIdentifierPlaceholder": "Cerca identificativo",
|
|
103
|
+
"searchLocationPersonAttribute": "Cerca sede",
|
|
104
|
+
"selectAnOption": "Seleziona un'opzione",
|
|
105
|
+
"sexFieldLabelText": "Sesso",
|
|
106
|
+
"source": "Fonte",
|
|
107
|
+
"submitting": "Invio in corso",
|
|
108
|
+
"timeFormat": "Formato ora",
|
|
109
|
+
"timeOfDeathInputLabel": "Orario del decesso (hh:mm)",
|
|
110
|
+
"unableToFetch": "Impossibile recuperare l'attributo della persona - {{personattributetype}}",
|
|
111
|
+
"unknown": "Sconosciuto",
|
|
112
|
+
"unknownPatientAttributeType": "Il tipo di attributo paziente ha un formato sconosciuto {{personAttributeTypeFormat}}",
|
|
113
|
+
"updatePatient": "Aggiorna paziente",
|
|
114
|
+
"updatePatientErrorSnackbarTitle": "Errore nell'aggiornamento dei dettagli del paziente",
|
|
115
|
+
"updatePatientSuccessSnackbarSubtitle": "Le informazioni del paziente sono state aggiornate con successo",
|
|
116
|
+
"updatePatientSuccessSnackbarTitle": "Dettagli paziente aggiornati",
|
|
117
|
+
"yearsEstimateRequired": "Anni stimati obbligatori",
|
|
118
|
+
"yes": "Sì"
|
|
119
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
{
|
|
2
|
+
"addPatient": "პაციენტის დამატება",
|
|
3
|
+
"addRelationshipButtonText": "ურთიერთობის დამატება",
|
|
4
|
+
"addressHeader": "მისამართი",
|
|
5
|
+
"allFieldsRequiredText": "All fields are required unless marked optional",
|
|
6
|
+
"autoGeneratedPlaceholderText": "ავტომატურად გენერირებული",
|
|
7
|
+
"birthdayNotInTheFuture": "დაბადების დღე მომავალში ვერ იქნება",
|
|
8
|
+
"birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
|
|
9
|
+
"birthdayRequired": "დაბადების დღის მითითება აუცილებელია",
|
|
10
|
+
"birthFieldLabelText": "დაბადება",
|
|
11
|
+
"cancel": "გაუქმება",
|
|
12
|
+
"causeOfDeathInputLabel": "გარდაცვალების მიზეზი",
|
|
13
|
+
"closeOverlay": "გადალაგების დახურვა",
|
|
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": "მორგება",
|
|
18
|
+
"configureIdentifiers": "იდენტიფიკატორების მორგება",
|
|
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": "ახალი პაციენტის შექმნა",
|
|
24
|
+
"dateOfBirthLabelText": "დაბადების დღე",
|
|
25
|
+
"deathCauseRequired": "გარდაცვალების მიზეზი აუცილებელია",
|
|
26
|
+
"deathDateInFuture": "Death date cannot be in future",
|
|
27
|
+
"deathDateInputLabel": "გარდაცვალების თარიღი",
|
|
28
|
+
"deathDateRequired": "გარდაცვალების თარიღი აუცილებელია",
|
|
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": "დროის ფორმატი არასწორია",
|
|
34
|
+
"deathTimeFormatRequired": "დროის ფორმატი აუცილებელია",
|
|
35
|
+
"deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
|
|
36
|
+
"deathTimeRequired": "გარდაცვალების დრო აუცილებელია",
|
|
37
|
+
"deleteIdentifierModalHeading": "წავშალო იდენტიფიკატორი?",
|
|
38
|
+
"deleteIdentifierModalText": " აქვს მნიშვნელობა",
|
|
39
|
+
"deleteIdentifierTooltip": "წაშლა",
|
|
40
|
+
"deleteRelationshipTooltipText": "წაშლა",
|
|
41
|
+
"demographicsSection": "საბაზისო ინფორმაცია",
|
|
42
|
+
"discard": "მოცილება",
|
|
43
|
+
"dobToggleLabelText": "დაბადების თარიღი ცნობილია?",
|
|
44
|
+
"editIdentifierTooltip": "ჩასწორება",
|
|
45
|
+
"editPatientDetails": "პაციენტის დეტალების ჩასწორება",
|
|
46
|
+
"editPatientDetailsBreadcrumb": "პაციენტის დეტალების ჩასწორება",
|
|
47
|
+
"enterNonCodedCauseOfDeath": "შეიყვანეთ არაკოდირებული გარდაცვალების მიზეზი",
|
|
48
|
+
"error": "შეცდომა",
|
|
49
|
+
"errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
|
|
50
|
+
"errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
|
|
51
|
+
"estimatedAgeInMonthsLabelText": "დაახლ. ასაკი თვეებში",
|
|
52
|
+
"estimatedAgeInYearsLabelText": "დაახლ. ასაკი წლებში",
|
|
53
|
+
"familyNameLabelText": "საოჯახო სახელი",
|
|
54
|
+
"familyNameRequired": "მეტსახელი აუცილებელია",
|
|
55
|
+
"female": "მდედრი",
|
|
56
|
+
"fieldsWithErrors": "შემდეგი ველები შეიცავს შეცდომებს:",
|
|
57
|
+
"fullNameLabelText": "სრული სახელი",
|
|
58
|
+
"genderLabelText": "სქესი",
|
|
59
|
+
"genderRequired": "სქესის მითითება აუცილებელია",
|
|
60
|
+
"genderUnspecified": "სქესი მითითებული არაა",
|
|
61
|
+
"givenNameLabelText": "სახელი",
|
|
62
|
+
"givenNameRequired": "ოფიციალური სახელი აუცილებელია",
|
|
63
|
+
"identifierValueRequired": "იდენტიფიკატორის მნიშვნელობა აუცილებელია",
|
|
64
|
+
"idFieldLabelText": "იდენტიფიკატორები",
|
|
65
|
+
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
66
|
+
"invalidEmail": "არასწორი ელფოსტა",
|
|
67
|
+
"invalidInput": "არასწორი შეყვანა",
|
|
68
|
+
"isDeadInputLabel": "მკვდარია",
|
|
69
|
+
"jumpTo": "გადასვლა",
|
|
70
|
+
"male": "მამრი",
|
|
71
|
+
"middleNameLabelText": "შუა სახელი",
|
|
72
|
+
"negativeMonths": "დაახლ. თვეები უარყოფითი ვერ იქნება",
|
|
73
|
+
"negativeYears": "დაახ. წლები უარყოფითი ვერ იქნება",
|
|
74
|
+
"no": "არა",
|
|
75
|
+
"nonCodedCauseOfDeath": "არაკოდირებული გარდაცვალების მიზეზი",
|
|
76
|
+
"nonCodedCauseOfDeathRequired": "გარდაცვალების მიზეზი აუცილებელია",
|
|
77
|
+
"nonsensicalYears": "Estimated years cannot be more than 140",
|
|
78
|
+
"numberInNameDubious": "რიცხვი სახელში გაურკვეველია",
|
|
79
|
+
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
80
|
+
"optional": "არასავალდებულო",
|
|
81
|
+
"optionalIdentifierLabel": "{{identifierName}} (არასავალდებულო)",
|
|
82
|
+
"other": "სხვა",
|
|
83
|
+
"patientNameKnown": "პაციენტის სახელი ცნობილია?",
|
|
84
|
+
"patientRegistrationBreadcrumb": "პაციენტის რეგისტრაცია",
|
|
85
|
+
"refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
|
|
86
|
+
"registerPatient": "პაციენტის დარეგისტრირება",
|
|
87
|
+
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
88
|
+
"registerPatientSuccessSnackbarTitle": "ახალი პაციენტი შეიქმნა",
|
|
89
|
+
"registrationErrorSnackbarTitle": "პაციენტის რეგისტრაცია ჩავარდა",
|
|
90
|
+
"relationship": "ურთიერთობა",
|
|
91
|
+
"relationshipPersonMustExist": "Related person must be an existing person",
|
|
92
|
+
"relationshipPlaceholder": "ურთიერთობა",
|
|
93
|
+
"relationshipRemovedText": "ურთიერთობა წაიშალა",
|
|
94
|
+
"relationshipsSection": "ურთიერთობები",
|
|
95
|
+
"relationshipToPatient": "ურთიერთობა პაციენტთან",
|
|
96
|
+
"relativeFullNameLabelText": "სრული სახელი",
|
|
97
|
+
"relativeNamePlaceholder": "სახელი მეტსახელი",
|
|
98
|
+
"removeIdentifierButton": "იდენტიფიკატორის წაშლა",
|
|
99
|
+
"resetIdentifierTooltip": "ჩამოყრა",
|
|
100
|
+
"restoreRelationshipActionButton": "გაუქმება",
|
|
101
|
+
"searchAddress": "მისამართის ძებნა",
|
|
102
|
+
"searchIdentifierPlaceholder": "იდენტიფიკატორის ძებნა",
|
|
103
|
+
"searchLocationPersonAttribute": "ძებნის მდებარეობა",
|
|
104
|
+
"selectAnOption": "აირჩიეთ პარამეტრი",
|
|
105
|
+
"sexFieldLabelText": "სქესი",
|
|
106
|
+
"source": "წყარო",
|
|
107
|
+
"submitting": "გადაცემა",
|
|
108
|
+
"timeFormat": "დროის ფორმატი",
|
|
109
|
+
"timeOfDeathInputLabel": "გარდაცვალების დრო (სთ:წთ)",
|
|
110
|
+
"unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
|
|
111
|
+
"unknown": "უცნობი",
|
|
112
|
+
"unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
|
|
113
|
+
"updatePatient": "პაციენტის განახლება",
|
|
114
|
+
"updatePatientErrorSnackbarTitle": "პაციენტის დეტალების განახლება ჩავარდა",
|
|
115
|
+
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
116
|
+
"updatePatientSuccessSnackbarTitle": "პაციენტის დეტალები განახლდა",
|
|
117
|
+
"yearsEstimateRequired": "დაახლოებით საჭირო წლები",
|
|
118
|
+
"yes": "დიახ"
|
|
119
|
+
}
|