@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.
Files changed (250) hide show
  1. package/ADDRESS_CONFIGURATION.md +152 -0
  2. package/IDENTIFIER_CONFIGURATION.md +142 -0
  3. package/IMPLEMENTATION_SUMMARY.md +111 -0
  4. package/QUICK_START.md +95 -0
  5. package/README.md +7 -0
  6. package/address-required-fields-config.json +26 -0
  7. package/dist/126.js +1 -0
  8. package/dist/15.js +1 -0
  9. package/dist/1564.js +1 -0
  10. package/dist/1567.js +1 -0
  11. package/dist/1845.js +1 -0
  12. package/dist/1953.js +1 -0
  13. package/dist/200.js +1 -0
  14. package/dist/200.js.map +1 -0
  15. package/dist/215.js +1 -0
  16. package/dist/2178.js +1 -0
  17. package/dist/250.js +1 -0
  18. package/dist/250.js.map +1 -0
  19. package/dist/2523.js +1 -0
  20. package/dist/2523.js.map +1 -0
  21. package/dist/2566.js +1 -0
  22. package/dist/2586.js +1 -0
  23. package/dist/2586.js.map +1 -0
  24. package/dist/2716.js +1 -0
  25. package/dist/2716.js.map +1 -0
  26. package/dist/2759.js +1 -0
  27. package/dist/2821.js +6 -0
  28. package/dist/2821.js.map +1 -0
  29. package/dist/3089.js +1 -0
  30. package/dist/3089.js.map +1 -0
  31. package/dist/3230.js +1 -0
  32. package/dist/3441.js +1 -0
  33. package/dist/3565.js +1 -0
  34. package/dist/3571.js +1 -0
  35. package/dist/3571.js.map +1 -0
  36. package/dist/3746.js +1 -0
  37. package/dist/3925.js +1 -0
  38. package/dist/3946.js +1 -0
  39. package/dist/4024.js +1 -0
  40. package/dist/4024.js.map +1 -0
  41. package/dist/4744.js +1 -0
  42. package/dist/4744.js.map +1 -0
  43. package/dist/4809.js +1 -0
  44. package/dist/4894.js +1 -0
  45. package/dist/4970.js +1 -0
  46. package/dist/4970.js.map +1 -0
  47. package/dist/5130.js +1 -0
  48. package/dist/5187.js +1 -0
  49. package/dist/5491.js +1 -0
  50. package/dist/5491.js.map +1 -0
  51. package/dist/5595.js +1 -0
  52. package/dist/5961.js +1 -0
  53. package/dist/6133.js +1 -0
  54. package/dist/634.js +1 -0
  55. package/dist/634.js.map +1 -0
  56. package/dist/6456.js +1 -0
  57. package/dist/6466.js +1 -0
  58. package/dist/6613.js +1 -0
  59. package/dist/6783.js +1 -0
  60. package/dist/7073.js +38 -0
  61. package/dist/7073.js.map +1 -0
  62. package/dist/7154.js +1 -0
  63. package/dist/7154.js.map +1 -0
  64. package/dist/7348.js +1 -0
  65. package/dist/7439.js +1 -0
  66. package/dist/7439.js.map +1 -0
  67. package/dist/7543.js +1 -0
  68. package/dist/7607.js +1 -0
  69. package/dist/772.js +1 -0
  70. package/dist/7984.js +1 -0
  71. package/dist/7984.js.map +1 -0
  72. package/dist/8538.js +1 -0
  73. package/dist/8538.js.map +1 -0
  74. package/dist/8599.js +1 -0
  75. package/dist/8727.js +1 -0
  76. package/dist/8847.js +1 -0
  77. package/dist/9015.js +1 -0
  78. package/dist/906.js +1 -0
  79. package/dist/9065.js +1 -0
  80. package/dist/9182.js +1 -0
  81. package/dist/9339.js +1 -0
  82. package/dist/9453.js +1 -0
  83. package/dist/9833.js +1 -0
  84. package/dist/9833.js.map +1 -0
  85. package/dist/9856.js +1 -0
  86. package/dist/9856.js.map +1 -0
  87. package/dist/9920.js +1 -0
  88. package/dist/9938.js +1 -0
  89. package/dist/9943.js +1 -0
  90. package/dist/9943.js.map +1 -0
  91. package/dist/main.js +10 -0
  92. package/dist/main.js.map +1 -0
  93. package/dist/olaboot-esm-patient-registration-app.js +5 -0
  94. package/dist/olaboot-esm-patient-registration-app.js.buildmanifest.json +1627 -0
  95. package/dist/olaboot-esm-patient-registration-app.js.map +1 -0
  96. package/dist/routes.json +1 -0
  97. package/docs/images/patient-registration-hierarchy.png +0 -0
  98. package/example-config.json +14 -0
  99. package/jest.config.js +3 -0
  100. package/package.json +60 -0
  101. package/rspack.config.js +1 -0
  102. package/src/add-patient-link.extension.tsx +21 -0
  103. package/src/add-patient-link.scss +3 -0
  104. package/src/add-patient-link.test.tsx +16 -0
  105. package/src/config-schema.ts +507 -0
  106. package/src/constants.ts +14 -0
  107. package/src/declarations.d.ts +4 -0
  108. package/src/index.ts +59 -0
  109. package/src/nav-link.test.tsx +13 -0
  110. package/src/nav-link.tsx +10 -0
  111. package/src/offline.resources.ts +157 -0
  112. package/src/offline.ts +93 -0
  113. package/src/patient-photo.extension.tsx +11 -0
  114. package/src/patient-registration/before-save-prompt.component.tsx +72 -0
  115. package/src/patient-registration/field/__mocks__/field.resource.ts +60 -0
  116. package/src/patient-registration/field/address/address-field.component.tsx +186 -0
  117. package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +71 -0
  118. package/src/patient-registration/field/address/address-hierarchy.resource.tsx +157 -0
  119. package/src/patient-registration/field/address/address-hierarchy.test.tsx +296 -0
  120. package/src/patient-registration/field/address/address-search.component.tsx +87 -0
  121. package/src/patient-registration/field/address/address-search.scss +53 -0
  122. package/src/patient-registration/field/address/address-search.test.tsx +141 -0
  123. package/src/patient-registration/field/address/custom-address-field.component.tsx +32 -0
  124. package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
  125. package/src/patient-registration/field/custom-field.component.tsx +25 -0
  126. package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +79 -0
  127. package/src/patient-registration/field/dob/dob.component.tsx +167 -0
  128. package/src/patient-registration/field/dob/dob.test.tsx +90 -0
  129. package/src/patient-registration/field/field.component.tsx +53 -0
  130. package/src/patient-registration/field/field.resource.ts +42 -0
  131. package/src/patient-registration/field/field.scss +171 -0
  132. package/src/patient-registration/field/field.test.tsx +330 -0
  133. package/src/patient-registration/field/gender/gender-field.component.tsx +54 -0
  134. package/src/patient-registration/field/gender/gender-field.test.tsx +99 -0
  135. package/src/patient-registration/field/id/id-field.component.tsx +136 -0
  136. package/src/patient-registration/field/id/id-field.test.tsx +121 -0
  137. package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +200 -0
  138. package/src/patient-registration/field/id/identifier-selection.scss +41 -0
  139. package/src/patient-registration/field/name/name-field.component.tsx +148 -0
  140. package/src/patient-registration/field/obs/obs-field.component.tsx +261 -0
  141. package/src/patient-registration/field/obs/obs-field.test.tsx +299 -0
  142. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +120 -0
  143. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +141 -0
  144. package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +105 -0
  145. package/src/patient-registration/field/person-attributes/location-person-attribute-field.resource.tsx +48 -0
  146. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +100 -0
  147. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
  148. package/src/patient-registration/field/person-attributes/person-attributes.resource.ts +20 -0
  149. package/src/patient-registration/field/person-attributes/text-person-attribute-field.component.tsx +58 -0
  150. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
  151. package/src/patient-registration/field/phone/phone-field.component.tsx +17 -0
  152. package/src/patient-registration/form-manager.test.ts +91 -0
  153. package/src/patient-registration/form-manager.ts +443 -0
  154. package/src/patient-registration/input/basic-input/input/input.component.tsx +183 -0
  155. package/src/patient-registration/input/basic-input/input/input.test.tsx +72 -0
  156. package/src/patient-registration/input/basic-input/select/select-input.component.tsx +32 -0
  157. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
  158. package/src/patient-registration/input/combo-input/combo-input.component.tsx +130 -0
  159. package/src/patient-registration/input/combo-input/selection-tick.component.tsx +20 -0
  160. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.component.tsx +187 -0
  161. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +62 -0
  162. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +164 -0
  163. package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +193 -0
  164. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
  165. package/src/patient-registration/input/custom-input/identifier/utils.test.ts +81 -0
  166. package/src/patient-registration/input/custom-input/identifier/utils.ts +19 -0
  167. package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +56 -0
  168. package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +34 -0
  169. package/src/patient-registration/input/input.scss +122 -0
  170. package/src/patient-registration/patient-registration-context.ts +35 -0
  171. package/src/patient-registration/patient-registration-hooks.ts +376 -0
  172. package/src/patient-registration/patient-registration-utils.test.ts +33 -0
  173. package/src/patient-registration/patient-registration-utils.ts +214 -0
  174. package/src/patient-registration/patient-registration.component.tsx +266 -0
  175. package/src/patient-registration/patient-registration.resource.test.tsx +22 -0
  176. package/src/patient-registration/patient-registration.resource.ts +198 -0
  177. package/src/patient-registration/patient-registration.scss +103 -0
  178. package/src/patient-registration/patient-registration.test.tsx +580 -0
  179. package/src/patient-registration/patient-registration.types.ts +322 -0
  180. package/src/patient-registration/section/death-info/death-info-section.component.tsx +36 -0
  181. package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
  182. package/src/patient-registration/section/demographics/demographics-section.component.tsx +30 -0
  183. package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
  184. package/src/patient-registration/section/generic-section.component.tsx +17 -0
  185. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +234 -0
  186. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
  187. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +78 -0
  188. package/src/patient-registration/section/patient-relationships/relationships.scss +35 -0
  189. package/src/patient-registration/section/section-wrapper.component.tsx +40 -0
  190. package/src/patient-registration/section/section.component.tsx +23 -0
  191. package/src/patient-registration/section/section.scss +21 -0
  192. package/src/patient-registration/ui-components/overlay/overlay.component.tsx +51 -0
  193. package/src/patient-registration/ui-components/overlay/overlay.scss +63 -0
  194. package/src/patient-registration/validation/patient-registration-validation.test.ts +205 -0
  195. package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
  196. package/src/resource.ts +12 -0
  197. package/src/resources-context.ts +14 -0
  198. package/src/root.component.tsx +63 -0
  199. package/src/root.scss +7 -0
  200. package/src/routes.json +61 -0
  201. package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
  202. package/src/widgets/cancel-patient-edit.test.tsx +22 -0
  203. package/src/widgets/delete-identifier-confirmation.modal.tsx +48 -0
  204. package/src/widgets/delete-identifier-confirmation.test.tsx +32 -0
  205. package/src/widgets/edit-patient-details-button.component.tsx +33 -0
  206. package/src/widgets/edit-patient-details-button.scss +3 -0
  207. package/src/widgets/edit-patient-details-button.test.tsx +35 -0
  208. package/translations/am.json +120 -0
  209. package/translations/ar.json +120 -0
  210. package/translations/ar_SY.json +120 -0
  211. package/translations/bn.json +120 -0
  212. package/translations/cs.json +120 -0
  213. package/translations/de.json +120 -0
  214. package/translations/en.json +120 -0
  215. package/translations/en_US.json +120 -0
  216. package/translations/es.json +120 -0
  217. package/translations/es_MX.json +120 -0
  218. package/translations/fr.json +120 -0
  219. package/translations/he.json +120 -0
  220. package/translations/hi.json +120 -0
  221. package/translations/hi_IN.json +120 -0
  222. package/translations/id.json +120 -0
  223. package/translations/it.json +120 -0
  224. package/translations/ka.json +120 -0
  225. package/translations/km.json +120 -0
  226. package/translations/ku.json +120 -0
  227. package/translations/ky.json +120 -0
  228. package/translations/lg.json +120 -0
  229. package/translations/ne.json +120 -0
  230. package/translations/pl.json +120 -0
  231. package/translations/pt.json +120 -0
  232. package/translations/pt_BR.json +120 -0
  233. package/translations/qu.json +120 -0
  234. package/translations/ro_RO.json +120 -0
  235. package/translations/ru_RU.json +120 -0
  236. package/translations/si.json +120 -0
  237. package/translations/sq.json +120 -0
  238. package/translations/sw.json +120 -0
  239. package/translations/sw_KE.json +120 -0
  240. package/translations/tr.json +120 -0
  241. package/translations/tr_TR.json +120 -0
  242. package/translations/uk.json +120 -0
  243. package/translations/uz.json +120 -0
  244. package/translations/uz@Latn.json +120 -0
  245. package/translations/uz_UZ.json +120 -0
  246. package/translations/vi.json +120 -0
  247. package/translations/zh.json +120 -0
  248. package/translations/zh_CN.json +120 -0
  249. package/translations/zh_TW.json +120 -0
  250. package/tsconfig.json +5 -0
@@ -0,0 +1,120 @@
1
+ {
2
+ "addPatient": "Ajouter un patient",
3
+ "addRelationshipButtonText": "Ajouter une relation ou lien de parenté",
4
+ "addressHeader": "Adresse",
5
+ "allFieldsRequiredText": "Tous les champs sont requis sauf si explicitement indiqués facultatifs",
6
+ "autoGeneratedPlaceholderText": "Autogénéré",
7
+ "birthdayNotInTheFuture": "La date de naissance ne peut pas être dans le futur",
8
+ "birthdayNotOver140YearsAgo": "La date de naissance ne peut être antérieure à 140 ans",
9
+ "birthdayRequired": "La date de naissance est requise",
10
+ "birthFieldLabelText": "Naissance",
11
+ "cancel": "Annuler",
12
+ "causeOfDeathInputLabel": "Cause du décès",
13
+ "closeOverlay": "Fermer la superposition",
14
+ "codedPersonAttributeAnswerSetEmpty": "L'attribut de personne '{{codedPersonAttributeFieldId}}' a été défini via un concept de type dont le UUID '{{answerConceptSetUuid}}' n'a aucune réponse définie.",
15
+ "codedPersonAttributeAnswerSetInvalid": "L'attribut de personne '{{codedPersonAttributeFieldId}}' a été défini via le concept de type set '{{answerConceptSetUuid}}' mais n'a pas de réponse valide.",
16
+ "codedPersonAttributeNoAnswerSet": "L'attribut de personne '{{codedPersonAttributeFieldId}}' est de type 'codé' mais a été défini sans un concept set de réponses. Le champ 'answerConceptSetUuid' est requis.",
17
+ "configure": "Configurer",
18
+ "configureIdentifiers": "Configurer les identifiants",
19
+ "confirmDiscardChangesBody": "Vos modifications non enregistrées seront perdues si vous quittez le formulaire.",
20
+ "confirmDiscardChangesTitle": "Êtes-vous sûr de vouloir annuler ces modifications ?",
21
+ "confirmIdentifierDeletionText": "Voulez-vous vraiment supprimer cet identifiant ?",
22
+ "contactSection": "Coordonnées",
23
+ "createNewPatient": "Créer un nouveau patient",
24
+ "dateOfBirthLabelText": "Date de naissance",
25
+ "deathCauseRequired": "La date du décès est requise",
26
+ "deathDateInFuture": "La date de décès ne peut être dans le future",
27
+ "deathDateInputLabel": "Date du décès",
28
+ "deathDateRequired": "La date du décès est requise",
29
+ "deathdayInvalidDate": "La date et l'heure de décès ne peuvent être antérieures à la date de naissance",
30
+ "deathdayIsRequired": "La date de décès est obligatoire quand le patient est déclaré décédé",
31
+ "deathdayNotInTheFuture": "",
32
+ "deathSection": "Informations sur le décès",
33
+ "deathTimeFormatInvalid": "Format de l'heure invalide",
34
+ "deathTimeFormatRequired": "Format de l'heure obligatoire",
35
+ "deathTimeInvalid": "L’heure ne correspond pas au format 'hh:mm'",
36
+ "deathTimeRequired": "L'heure de décès est requis",
37
+ "deleteIdentifierModalHeading": "Supprimer l'identifiant ?",
38
+ "deleteIdentifierModalText": "a une valeur de",
39
+ "deleteIdentifierTooltip": "Supprimer",
40
+ "deleteRelationshipTooltipText": "Supprimer",
41
+ "demographicsSection": "Informations de base",
42
+ "discard": "Annuler",
43
+ "discardModalBody": "Les modifications apportées aux informations de ce patient n'ont pas été enregistrées. Annuler les modifications ?",
44
+ "dobToggleLabelText": "Date de naissance connue ?",
45
+ "editIdentifierTooltip": "Modifier",
46
+ "editPatientDetails": "Modifier le patient",
47
+ "editPatientDetailsBreadcrumb": "Modifier le patient",
48
+ "enterNonCodedCauseOfDeath": " Entrez la cause du décès non codée",
49
+ "error": "Erreur",
50
+ "errorFetchingCodedCausesOfDeath": "Erreur d'obtention des causes de décès",
51
+ "errorFetchingOrderedFields": "Une erreur s'est produite lors de l'obtention des champs ordonnés pour la hiérarchie d'adresse",
52
+ "estimatedAgeInMonthsLabelText": "Âge estimé en mois",
53
+ "estimatedAgeInYearsLabelText": "Âge estimé en années",
54
+ "familyNameLabelText": "Nom de famille",
55
+ "familyNameRequired": "Le nom de famille est requis",
56
+ "female": "Femme",
57
+ "fieldsWithErrors": "Ces champs suivants contiennent des erreurs :",
58
+ "fullNameLabelText": "Nom et prénom",
59
+ "genderLabelText": "Sexe",
60
+ "genderRequired": "Le genre est requis",
61
+ "genderUnspecified": "Genre non précisé",
62
+ "givenNameLabelText": "Prénom",
63
+ "givenNameRequired": "Le prénom est requis",
64
+ "identifierValueRequired": "L'identifiant est requis",
65
+ "idFieldLabelText": "Identifiants",
66
+ "IDInstructions": "Sélectionnez les identifiants que vous souhaitez ajouter pour ce patient :",
67
+ "invalidEmail": "Email non valide",
68
+ "invalidInput": "Entrée invalide",
69
+ "isDeadInputLabel": "Décédé(e)",
70
+ "jumpTo": "Aller à",
71
+ "male": "Homme",
72
+ "middleNameLabelText": "Deuxième Prénom",
73
+ "negativeMonths": "Les mois estimés ne peuvent pas être une valeur négative",
74
+ "negativeYears": "Les années estimées ne peuvent pas être une valeur négative",
75
+ "no": "Non",
76
+ "nonCodedCauseOfDeath": "Cause de décès non-codée",
77
+ "nonCodedCauseOfDeathRequired": "La cause du décès est requise",
78
+ "nonsensicalYears": "L'âge estimé ne peut excéder 140 ans",
79
+ "numberInNameDubious": "Un chiffre dans le nom est suspect",
80
+ "obsFieldUnknownDatatype": "Le concept pour l'observation '{{fieldDefinitionId}}' a un type de données inconnu '{{datatypeName}}'",
81
+ "optional": "Facultatif",
82
+ "optionalIdentifierLabel": "{{identifierName}} (facultatif)",
83
+ "other": "Autre",
84
+ "patientNameKnown": "Le nom du patient est-il connu ?",
85
+ "patientRegistrationBreadcrumb": "Enregistrement d'un patient",
86
+ "refreshOrContactAdmin": "Essayer de rafraichir la page ou contacter l'administrateur",
87
+ "registerPatient": "Enregistrer le patient",
88
+ "registerPatientSuccessSnackbarSubtitle": "Le patient peut à présent être cherché par son nom ou numéro d'identification",
89
+ "registerPatientSuccessSnackbarTitle": "Nouveau patient créé",
90
+ "registrationErrorSnackbarTitle": "Échec de la création du patient",
91
+ "relationship": "Relation et lien de parenté",
92
+ "relationshipPersonMustExist": "La personne en lien doit être une personne existante dans le système",
93
+ "relationshipPlaceholder": "Relation et lien de parenté",
94
+ "relationshipRemovedText": "Relation supprimée",
95
+ "relationshipsSection": "Relations et liens de parenté",
96
+ "relationshipToPatient": "Relation avec le patient",
97
+ "relativeFullNameLabelText": "Nom complet",
98
+ "relativeNamePlaceholder": "Prénom et Nom de famille",
99
+ "removeIdentifierButton": "Supprimer l'identifiant",
100
+ "resetIdentifierTooltip": "Réinitialiser",
101
+ "restoreRelationshipActionButton": "Restaurer",
102
+ "searchAddress": "Rechercher l'adresse",
103
+ "searchIdentifierPlaceholder": "Rechercher un identifiant",
104
+ "searchLocationPersonAttribute": "Sélectionner une localisation",
105
+ "selectAnOption": "Sélectionner une option",
106
+ "sexFieldLabelText": "Sexe",
107
+ "source": "Source",
108
+ "submitting": "Envoi en cours",
109
+ "timeFormat": "Format de l'heure",
110
+ "timeOfDeathInputLabel": "Heure de décès (hh:mm)",
111
+ "unableToFetch": "Impossible de récupérer le type d'attribut de la personne - {{personattributetype}}",
112
+ "unknown": "Inconnu",
113
+ "unknownPatientAttributeType": "Le type d'attribut de patient a un format inconnu {{personAttributeTypeFormat}}",
114
+ "updatePatient": "Enregistrer",
115
+ "updatePatientErrorSnackbarTitle": "Échec de la modification des informations patient",
116
+ "updatePatientSuccessSnackbarSubtitle": "Les informations du patient ont été modifiées",
117
+ "updatePatientSuccessSnackbarTitle": "Informations du patient modifiées",
118
+ "yearsEstimateRequired": "estimation de l'année obligatoire",
119
+ "yes": "Oui"
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}} (רשות)",
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": "האדם הקשור חייב להיות אדם קיים",
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": "מקום חיפוש",
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
+ }
@@ -0,0 +1,120 @@
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
+ "discardModalBody": "The changes you made to this patient's details have not been saved. Discard changes?",
44
+ "dobToggleLabelText": "Tanggal Lahir Diketahui?",
45
+ "editIdentifierTooltip": "Edit",
46
+ "editPatientDetails": "Edit detail pasien",
47
+ "editPatientDetailsBreadcrumb": "Edit detail pasien",
48
+ "enterNonCodedCauseOfDeath": "Masukkan penyebab kematian non-kode",
49
+ "error": "Kesalahan",
50
+ "errorFetchingCodedCausesOfDeath": "Kesalahan mengambil penyebab kematian berkode",
51
+ "errorFetchingOrderedFields": "Terjadi kesalahan saat mengambil bidang terurut untuk hierarki alamat",
52
+ "estimatedAgeInMonthsLabelText": "Perkiraan usia dalam bulan",
53
+ "estimatedAgeInYearsLabelText": "Perkiraan usia dalam tahun",
54
+ "familyNameLabelText": "Nama Keluarga",
55
+ "familyNameRequired": "Nama keluarga wajib diisi",
56
+ "female": "Perempuan",
57
+ "fieldsWithErrors": "Bidang berikut memiliki kesalahan: ",
58
+ "fullNameLabelText": "Nama Lengkap",
59
+ "genderLabelText": "Jenis Kelamin",
60
+ "genderRequired": "Jenis kelamin wajib diisi",
61
+ "genderUnspecified": "Jenis kelamin tidak ditentukan",
62
+ "givenNameLabelText": "Nama Depan",
63
+ "givenNameRequired": "Nama depan wajib diisi",
64
+ "identifierValueRequired": "Nilai identifikasi wajib diisi",
65
+ "idFieldLabelText": "Identifikasi",
66
+ "IDInstructions": "Pilih identifikasi yang ingin Anda tambahkan untuk pasien ini:",
67
+ "invalidEmail": "Email tidak valid",
68
+ "invalidInput": "Input tidak valid",
69
+ "isDeadInputLabel": "Meninggal",
70
+ "jumpTo": "Lompat ke",
71
+ "male": "Laki-laki",
72
+ "middleNameLabelText": "Nama Tengah",
73
+ "negativeMonths": "Perkiraan bulan tidak boleh negatif",
74
+ "negativeYears": "Perkiraan tahun tidak boleh negatif",
75
+ "no": "Tidak",
76
+ "nonCodedCauseOfDeath": "Penyebab kematian non-kode",
77
+ "nonCodedCauseOfDeathRequired": "Penyebab kematian wajib diisi",
78
+ "nonsensicalYears": "Perkiraan tahun tidak boleh lebih dari 140",
79
+ "numberInNameDubious": "Angka dalam nama meragukan",
80
+ "obsFieldUnknownDatatype": "Konsep untuk bidang obs '{{fieldDefinitionId}}' memiliki tipe data tidak dikenal '{{datatypeName}}'",
81
+ "optional": "opsional",
82
+ "optionalIdentifierLabel": "{{identifierName}} (opsional)",
83
+ "other": "Lainnya",
84
+ "patientNameKnown": "Nama Pasien Diketahui?",
85
+ "patientRegistrationBreadcrumb": "Pendaftaran Pasien",
86
+ "refreshOrContactAdmin": "Coba muat ulang halaman atau hubungi administrator sistem Anda",
87
+ "registerPatient": "Daftarkan pasien",
88
+ "registerPatientSuccessSnackbarSubtitle": "Pasien sekarang dapat ditemukan dengan mencari menggunakan nama atau nomor ID mereka",
89
+ "registerPatientSuccessSnackbarTitle": "Pasien Baru Dibuat",
90
+ "registrationErrorSnackbarTitle": "Pendaftaran Pasien Gagal",
91
+ "relationship": "Hubungan",
92
+ "relationshipPersonMustExist": "Orang terkait harus merupakan orang yang sudah ada",
93
+ "relationshipPlaceholder": "Hubungan",
94
+ "relationshipRemovedText": "Hubungan dihapus",
95
+ "relationshipsSection": "Hubungan",
96
+ "relationshipToPatient": "Hubungan dengan pasien",
97
+ "relativeFullNameLabelText": "Nama lengkap",
98
+ "relativeNamePlaceholder": "Nama Depan Nama Keluarga",
99
+ "removeIdentifierButton": "Hapus identifikasi",
100
+ "resetIdentifierTooltip": "Reset",
101
+ "restoreRelationshipActionButton": "Batalkan",
102
+ "searchAddress": "Cari alamat",
103
+ "searchIdentifierPlaceholder": "Cari identifikasi",
104
+ "searchLocationPersonAttribute": "Cari lokasi",
105
+ "selectAnOption": "Pilih opsi",
106
+ "sexFieldLabelText": "Jenis Kelamin",
107
+ "source": "Sumber",
108
+ "submitting": "Mengirim",
109
+ "timeFormat": "Format Waktu",
110
+ "timeOfDeathInputLabel": "Waktu kematian (hh:mm)",
111
+ "unableToFetch": "Tidak dapat mengambil tipe atribut orang - {{personattributetype}}",
112
+ "unknown": "Tidak diketahui",
113
+ "unknownPatientAttributeType": "Tipe atribut pasien memiliki format tidak dikenal {{personAttributeTypeFormat}}",
114
+ "updatePatient": "Perbarui pasien",
115
+ "updatePatientErrorSnackbarTitle": "Pembaruan Detail Pasien Gagal",
116
+ "updatePatientSuccessSnackbarSubtitle": "Informasi pasien telah berhasil diperbarui",
117
+ "updatePatientSuccessSnackbarTitle": "Detail Pasien Diperbarui",
118
+ "yearsEstimateRequired": "Perkiraan tahun wajib diisi",
119
+ "yes": "Ya"
120
+ }