@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": "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
|
+
"discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
|
|
44
|
+
"dobToggleLabelText": "La data di nascita è conosciuta?",
|
|
45
|
+
"editIdentifierTooltip": "Modifica",
|
|
46
|
+
"editPatientDetails": "Modifica dettagli paziente",
|
|
47
|
+
"editPatientDetailsBreadcrumb": "Modifica dettagli paziente",
|
|
48
|
+
"enterNonCodedCauseOfDeath": "Inserisci una causa di decesso non codificata",
|
|
49
|
+
"error": "Errore",
|
|
50
|
+
"errorFetchingCodedCausesOfDeath": "Errore nel recupero delle cause di decesso codificate",
|
|
51
|
+
"errorFetchingOrderedFields": "Errore nel recupero dei campi ordinati per la gerarchia degli indirizzi",
|
|
52
|
+
"estimatedAgeInMonthsLabelText": "Età stimata in mesi",
|
|
53
|
+
"estimatedAgeInYearsLabelText": "Età stimata in anni",
|
|
54
|
+
"familyNameLabelText": "Cognome",
|
|
55
|
+
"familyNameRequired": "Il cognome è obbligatorio",
|
|
56
|
+
"female": "Femmina",
|
|
57
|
+
"fieldsWithErrors": "I seguenti campi contengono errori:",
|
|
58
|
+
"fullNameLabelText": "Nome completo",
|
|
59
|
+
"genderLabelText": "Sesso",
|
|
60
|
+
"genderRequired": "Il sesso è obbligatorio",
|
|
61
|
+
"genderUnspecified": "Sesso non specificato",
|
|
62
|
+
"givenNameLabelText": "Nome",
|
|
63
|
+
"givenNameRequired": "Il nome è obbligatorio",
|
|
64
|
+
"identifierValueRequired": "Il valore dell'identificativo è obbligatorio",
|
|
65
|
+
"idFieldLabelText": "Identificativi",
|
|
66
|
+
"IDInstructions": "Seleziona gli identificativi da aggiungere per questo paziente:",
|
|
67
|
+
"invalidEmail": "Email non valida",
|
|
68
|
+
"invalidInput": "Input non valido",
|
|
69
|
+
"isDeadInputLabel": "Deceduto",
|
|
70
|
+
"jumpTo": "Vai a",
|
|
71
|
+
"male": "Maschio",
|
|
72
|
+
"middleNameLabelText": "Secondo nome",
|
|
73
|
+
"negativeMonths": "I mesi stimati non possono essere negativi",
|
|
74
|
+
"negativeYears": "Gli anni stimati non possono essere negativi",
|
|
75
|
+
"no": "No",
|
|
76
|
+
"nonCodedCauseOfDeath": "Causa del decesso non codificata",
|
|
77
|
+
"nonCodedCauseOfDeathRequired": "La causa del decesso è obbligatoria",
|
|
78
|
+
"nonsensicalYears": "Gli anni stimati non possono superare i 140",
|
|
79
|
+
"numberInNameDubious": "Numero nel nome sospetto",
|
|
80
|
+
"obsFieldUnknownDatatype": "Il concetto per il campo osservazione '{{fieldDefinitionId}}' ha un tipo di dato sconosciuto '{{datatypeName}}'",
|
|
81
|
+
"optional": "Opzionale",
|
|
82
|
+
"optionalIdentifierLabel": "{{identifierName}} (opzionale)",
|
|
83
|
+
"other": "Altro",
|
|
84
|
+
"patientNameKnown": "Il nome del paziente è conosciuto?",
|
|
85
|
+
"patientRegistrationBreadcrumb": "Registrazione paziente",
|
|
86
|
+
"refreshOrContactAdmin": "Prova a ricaricare la pagina o contatta l'amministratore del sistema",
|
|
87
|
+
"registerPatient": "Registra paziente",
|
|
88
|
+
"registerPatientSuccessSnackbarSubtitle": "Il paziente può ora essere trovato tramite ricerca per nome o ID",
|
|
89
|
+
"registerPatientSuccessSnackbarTitle": "Nuovo paziente registrato",
|
|
90
|
+
"registrationErrorSnackbarTitle": "Registrazione paziente fallita",
|
|
91
|
+
"relationship": "Relazione",
|
|
92
|
+
"relationshipPersonMustExist": "La persona correlata deve essere un paziente esistente",
|
|
93
|
+
"relationshipPlaceholder": "Relazione",
|
|
94
|
+
"relationshipRemovedText": "Relazione rimossa",
|
|
95
|
+
"relationshipsSection": "Relazioni",
|
|
96
|
+
"relationshipToPatient": "Relazione con il paziente",
|
|
97
|
+
"relativeFullNameLabelText": "Nome completo",
|
|
98
|
+
"relativeNamePlaceholder": "Nome Cognome",
|
|
99
|
+
"removeIdentifierButton": "Rimuovi identificativo",
|
|
100
|
+
"resetIdentifierTooltip": "Reimposta",
|
|
101
|
+
"restoreRelationshipActionButton": "Annulla",
|
|
102
|
+
"searchAddress": "Cerca indirizzo",
|
|
103
|
+
"searchIdentifierPlaceholder": "Cerca identificativo",
|
|
104
|
+
"searchLocationPersonAttribute": "Cerca sede",
|
|
105
|
+
"selectAnOption": "Seleziona un'opzione",
|
|
106
|
+
"sexFieldLabelText": "Sesso",
|
|
107
|
+
"source": "Fonte",
|
|
108
|
+
"submitting": "Invio in corso",
|
|
109
|
+
"timeFormat": "Formato ora",
|
|
110
|
+
"timeOfDeathInputLabel": "Orario del decesso (hh:mm)",
|
|
111
|
+
"unableToFetch": "Impossibile recuperare l'attributo della persona - {{personattributetype}}",
|
|
112
|
+
"unknown": "Sconosciuto",
|
|
113
|
+
"unknownPatientAttributeType": "Il tipo di attributo paziente ha un formato sconosciuto {{personAttributeTypeFormat}}",
|
|
114
|
+
"updatePatient": "Aggiorna paziente",
|
|
115
|
+
"updatePatientErrorSnackbarTitle": "Errore nell'aggiornamento dei dettagli del paziente",
|
|
116
|
+
"updatePatientSuccessSnackbarSubtitle": "Le informazioni del paziente sono state aggiornate con successo",
|
|
117
|
+
"updatePatientSuccessSnackbarTitle": "Dettagli paziente aggiornati",
|
|
118
|
+
"yearsEstimateRequired": "Anni stimati obbligatori",
|
|
119
|
+
"yes": "Sì"
|
|
120
|
+
}
|
|
@@ -0,0 +1,120 @@
|
|
|
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
|
+
"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": "შეიყვანეთ არაკოდირებული გარდაცვალების მიზეზი",
|
|
49
|
+
"error": "შეცდომა",
|
|
50
|
+
"errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
|
|
51
|
+
"errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
|
|
52
|
+
"estimatedAgeInMonthsLabelText": "დაახლ. ასაკი თვეებში",
|
|
53
|
+
"estimatedAgeInYearsLabelText": "დაახლ. ასაკი წლებში",
|
|
54
|
+
"familyNameLabelText": "საოჯახო სახელი",
|
|
55
|
+
"familyNameRequired": "მეტსახელი აუცილებელია",
|
|
56
|
+
"female": "მდედრი",
|
|
57
|
+
"fieldsWithErrors": "შემდეგი ველები შეიცავს შეცდომებს:",
|
|
58
|
+
"fullNameLabelText": "სრული სახელი",
|
|
59
|
+
"genderLabelText": "სქესი",
|
|
60
|
+
"genderRequired": "სქესის მითითება აუცილებელია",
|
|
61
|
+
"genderUnspecified": "სქესი მითითებული არაა",
|
|
62
|
+
"givenNameLabelText": "სახელი",
|
|
63
|
+
"givenNameRequired": "ოფიციალური სახელი აუცილებელია",
|
|
64
|
+
"identifierValueRequired": "იდენტიფიკატორის მნიშვნელობა აუცილებელია",
|
|
65
|
+
"idFieldLabelText": "იდენტიფიკატორები",
|
|
66
|
+
"IDInstructions": "Select the identifiers you'd like to add for this patient:",
|
|
67
|
+
"invalidEmail": "არასწორი ელფოსტა",
|
|
68
|
+
"invalidInput": "არასწორი შეყვანა",
|
|
69
|
+
"isDeadInputLabel": "მკვდარია",
|
|
70
|
+
"jumpTo": "გადასვლა",
|
|
71
|
+
"male": "მამრი",
|
|
72
|
+
"middleNameLabelText": "შუა სახელი",
|
|
73
|
+
"negativeMonths": "დაახლ. თვეები უარყოფითი ვერ იქნება",
|
|
74
|
+
"negativeYears": "დაახ. წლები უარყოფითი ვერ იქნება",
|
|
75
|
+
"no": "არა",
|
|
76
|
+
"nonCodedCauseOfDeath": "არაკოდირებული გარდაცვალების მიზეზი",
|
|
77
|
+
"nonCodedCauseOfDeathRequired": "გარდაცვალების მიზეზი აუცილებელია",
|
|
78
|
+
"nonsensicalYears": "Estimated years cannot be more than 140",
|
|
79
|
+
"numberInNameDubious": "რიცხვი სახელში გაურკვეველია",
|
|
80
|
+
"obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
|
|
81
|
+
"optional": "არასავალდებულო",
|
|
82
|
+
"optionalIdentifierLabel": "{{identifierName}} (არასავალდებულო)",
|
|
83
|
+
"other": "სხვა",
|
|
84
|
+
"patientNameKnown": "პაციენტის სახელი ცნობილია?",
|
|
85
|
+
"patientRegistrationBreadcrumb": "პაციენტის რეგისტრაცია",
|
|
86
|
+
"refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
|
|
87
|
+
"registerPatient": "პაციენტის დარეგისტრირება",
|
|
88
|
+
"registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
|
|
89
|
+
"registerPatientSuccessSnackbarTitle": "ახალი პაციენტი შეიქმნა",
|
|
90
|
+
"registrationErrorSnackbarTitle": "პაციენტის რეგისტრაცია ჩავარდა",
|
|
91
|
+
"relationship": "ურთიერთობა",
|
|
92
|
+
"relationshipPersonMustExist": "Related person must be an existing person",
|
|
93
|
+
"relationshipPlaceholder": "ურთიერთობა",
|
|
94
|
+
"relationshipRemovedText": "ურთიერთობა წაიშალა",
|
|
95
|
+
"relationshipsSection": "ურთიერთობები",
|
|
96
|
+
"relationshipToPatient": "ურთიერთობა პაციენტთან",
|
|
97
|
+
"relativeFullNameLabelText": "სრული სახელი",
|
|
98
|
+
"relativeNamePlaceholder": "სახელი მეტსახელი",
|
|
99
|
+
"removeIdentifierButton": "იდენტიფიკატორის წაშლა",
|
|
100
|
+
"resetIdentifierTooltip": "ჩამოყრა",
|
|
101
|
+
"restoreRelationshipActionButton": "გაუქმება",
|
|
102
|
+
"searchAddress": "მისამართის ძებნა",
|
|
103
|
+
"searchIdentifierPlaceholder": "იდენტიფიკატორის ძებნა",
|
|
104
|
+
"searchLocationPersonAttribute": "ძებნის მდებარეობა",
|
|
105
|
+
"selectAnOption": "აირჩიეთ პარამეტრი",
|
|
106
|
+
"sexFieldLabelText": "სქესი",
|
|
107
|
+
"source": "წყარო",
|
|
108
|
+
"submitting": "გადაცემა",
|
|
109
|
+
"timeFormat": "დროის ფორმატი",
|
|
110
|
+
"timeOfDeathInputLabel": "გარდაცვალების დრო (სთ:წთ)",
|
|
111
|
+
"unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
|
|
112
|
+
"unknown": "უცნობი",
|
|
113
|
+
"unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
|
|
114
|
+
"updatePatient": "პაციენტის განახლება",
|
|
115
|
+
"updatePatientErrorSnackbarTitle": "პაციენტის დეტალების განახლება ჩავარდა",
|
|
116
|
+
"updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
|
|
117
|
+
"updatePatientSuccessSnackbarTitle": "პაციენტის დეტალები განახლდა",
|
|
118
|
+
"yearsEstimateRequired": "დაახლოებით საჭირო წლები",
|
|
119
|
+
"yes": "დიახ"
|
|
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": "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": "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": "តម្រូវឱ្យមានកំណត់អត្តសញ្ញាណ",
|
|
65
|
+
"idFieldLabelText": "អ្នកកំណត់អត្តសញ្ញាណ",
|
|
66
|
+
"IDInstructions": "ជ្រើសរើសអត្តសញ្ញាណដែលអ្នកចង់បន្ថែមសម្រាប់អ្នកជំងឺនេះ៖",
|
|
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": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{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": "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": "ទំនាក់ទំនង",
|
|
92
|
+
"relationshipPersonMustExist": "Related person must be an existing person",
|
|
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": "ស្វែងរកអត្តសញ្ញាណ",
|
|
104
|
+
"searchLocationPersonAttribute": "Search location",
|
|
105
|
+
"selectAnOption": "យកជម្រើសមួយ",
|
|
106
|
+
"sexFieldLabelText": "ភេទ",
|
|
107
|
+
"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": "មិនដឹង",
|
|
113
|
+
"unknownPatientAttributeType": "ប្រភេទនៃគុណលក្ខណៈរបស់អ្នកជំងឺគឺមិនស្គាល់។ {{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": "បាទ/ចាស"
|
|
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
|
+
}
|