@ampath/esm-patient-registration-app 6.0.1-pre.98 → 9.2.0-next.14

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 (285) hide show
  1. package/dist/1119.js +1 -0
  2. package/dist/1197.js +1 -0
  3. package/dist/1909.js +2 -0
  4. package/dist/{629.js.LICENSE.txt → 1909.js.LICENSE.txt} +9 -3
  5. package/dist/1909.js.map +1 -0
  6. package/dist/2146.js +1 -0
  7. package/dist/2372.js +1 -0
  8. package/dist/2372.js.map +1 -0
  9. package/dist/2470.js +1 -0
  10. package/dist/2470.js.map +1 -0
  11. package/dist/2690.js +1 -0
  12. package/dist/2913.js +2 -0
  13. package/dist/{913.js.LICENSE.txt → 2913.js.LICENSE.txt} +3 -23
  14. package/dist/2913.js.map +1 -0
  15. package/dist/3093.js +1 -0
  16. package/dist/3093.js.map +1 -0
  17. package/dist/3099.js +1 -0
  18. package/dist/3144.js +2 -0
  19. package/dist/3144.js.LICENSE.txt +19 -0
  20. package/dist/3144.js.map +1 -0
  21. package/dist/320.js +2 -0
  22. package/dist/{876.js.LICENSE.txt → 320.js.LICENSE.txt} +2 -3
  23. package/dist/320.js.map +1 -0
  24. package/dist/3464.js +1 -0
  25. package/dist/3464.js.map +1 -0
  26. package/dist/3474.js +2 -0
  27. package/dist/3474.js.LICENSE.txt +8 -0
  28. package/dist/3474.js.map +1 -0
  29. package/dist/3584.js +1 -0
  30. package/dist/4041.js +2 -0
  31. package/dist/4041.js.map +1 -0
  32. package/dist/4055.js +1 -0
  33. package/dist/4132.js +1 -0
  34. package/dist/4300.js +1 -0
  35. package/dist/4335.js +1 -0
  36. package/dist/4463.js +1 -0
  37. package/dist/4463.js.map +1 -0
  38. package/dist/4618.js +1 -0
  39. package/dist/4652.js +1 -0
  40. package/dist/4944.js +1 -0
  41. package/dist/5173.js +1 -0
  42. package/dist/5239.js +2 -0
  43. package/dist/5239.js.LICENSE.txt +29 -0
  44. package/dist/5239.js.map +1 -0
  45. package/dist/5241.js +1 -0
  46. package/dist/5442.js +1 -0
  47. package/dist/5661.js +1 -0
  48. package/dist/6022.js +1 -0
  49. package/dist/627.js +1 -0
  50. package/dist/627.js.map +1 -0
  51. package/dist/6276.js +1 -0
  52. package/dist/6276.js.map +1 -0
  53. package/dist/6336.js +1 -0
  54. package/dist/6336.js.map +1 -0
  55. package/dist/6468.js +1 -0
  56. package/dist/6679.js +1 -0
  57. package/dist/6840.js +1 -0
  58. package/dist/6859.js +1 -0
  59. package/dist/7071.js +1 -0
  60. package/dist/7071.js.map +1 -0
  61. package/dist/7097.js +1 -0
  62. package/dist/7159.js +1 -0
  63. package/dist/723.js +1 -0
  64. package/dist/729.js +2 -0
  65. package/dist/729.js.LICENSE.txt +9 -0
  66. package/dist/729.js.map +1 -0
  67. package/dist/7495.js +2 -0
  68. package/dist/7495.js.LICENSE.txt +9 -0
  69. package/dist/7495.js.map +1 -0
  70. package/dist/7617.js +1 -0
  71. package/dist/795.js +1 -0
  72. package/dist/8163.js +1 -0
  73. package/dist/8349.js +1 -0
  74. package/dist/8434.js +1 -0
  75. package/dist/8434.js.map +1 -0
  76. package/dist/8618.js +1 -0
  77. package/dist/89.js +2 -0
  78. package/dist/89.js.LICENSE.txt +9 -0
  79. package/dist/89.js.map +1 -0
  80. package/dist/890.js +1 -0
  81. package/dist/9214.js +1 -0
  82. package/dist/9538.js +1 -0
  83. package/dist/9569.js +1 -0
  84. package/dist/986.js +1 -0
  85. package/dist/9876.js +1 -0
  86. package/dist/9876.js.map +1 -0
  87. package/dist/9879.js +1 -0
  88. package/dist/9895.js +1 -0
  89. package/dist/9900.js +1 -0
  90. package/dist/9913.js +1 -0
  91. package/dist/main.js +1 -1
  92. package/dist/main.js.LICENSE.txt +36 -1
  93. package/dist/main.js.map +1 -1
  94. package/dist/openmrs-esm-patient-registration-app.js +1 -0
  95. package/dist/openmrs-esm-patient-registration-app.js.buildmanifest.json +1549 -0
  96. package/dist/openmrs-esm-patient-registration-app.js.map +1 -0
  97. package/dist/routes.json +1 -1
  98. package/package.json +15 -13
  99. package/src/{add-patient-link.tsx → add-patient-link.extension.tsx} +4 -2
  100. package/src/add-patient-link.test.tsx +6 -10
  101. package/src/config-schema.ts +109 -55
  102. package/src/constants.ts +1 -1
  103. package/src/declarations.d.ts +5 -4
  104. package/src/index.ts +10 -29
  105. package/src/nav-link.test.tsx +3 -3
  106. package/src/offline.resources.ts +26 -18
  107. package/src/patient-photo.extension.tsx +3 -1
  108. package/src/patient-registration/field/address/address-field.component.tsx +58 -37
  109. package/src/patient-registration/field/address/address-hierarchy-levels.component.tsx +16 -18
  110. package/src/patient-registration/field/address/address-hierarchy.resource.tsx +3 -3
  111. package/src/patient-registration/field/address/address-hierarchy.test.tsx +290 -0
  112. package/src/patient-registration/field/address/address-search.component.tsx +7 -5
  113. package/src/patient-registration/field/address/address-search.scss +5 -5
  114. package/src/patient-registration/field/address/address-search.test.tsx +140 -0
  115. package/src/patient-registration/field/cause-of-death/cause-of-death.component.tsx +98 -0
  116. package/src/patient-registration/field/custom-field.component.tsx +3 -9
  117. package/src/patient-registration/field/date-and-time-of-death/date-and-time-of-death.component.tsx +84 -0
  118. package/src/patient-registration/field/dob/dob.component.tsx +55 -50
  119. package/src/patient-registration/field/dob/dob.test.tsx +90 -0
  120. package/src/patient-registration/field/field.component.tsx +12 -6
  121. package/src/patient-registration/field/field.resource.ts +11 -4
  122. package/src/patient-registration/field/field.scss +69 -25
  123. package/src/patient-registration/field/field.test.tsx +329 -0
  124. package/src/patient-registration/field/gender/gender-field.component.tsx +14 -9
  125. package/src/patient-registration/field/gender/gender-field.test.tsx +73 -33
  126. package/src/patient-registration/field/id/id-field.component.tsx +24 -23
  127. package/src/patient-registration/field/id/id-field.test.tsx +147 -0
  128. package/src/patient-registration/field/id/identifier-selection-overlay.component.tsx +12 -10
  129. package/src/patient-registration/field/id/identifier-selection.scss +12 -8
  130. package/src/patient-registration/field/name/name-field.component.tsx +10 -5
  131. package/src/patient-registration/field/obs/obs-field.component.tsx +59 -2
  132. package/src/patient-registration/field/obs/obs-field.test.tsx +133 -39
  133. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.component.tsx +3 -3
  134. package/src/patient-registration/field/person-attributes/coded-person-attribute-field.test.tsx +141 -0
  135. package/src/patient-registration/field/person-attributes/location-person-attribute-field.component.tsx +105 -0
  136. package/src/patient-registration/field/person-attributes/location-person-attribute-field.resource.tsx +48 -0
  137. package/src/patient-registration/field/person-attributes/person-attribute-field.component.tsx +19 -22
  138. package/src/patient-registration/field/person-attributes/person-attribute-field.test.tsx +193 -0
  139. package/src/patient-registration/field/person-attributes/text-person-attribute-field.test.tsx +90 -0
  140. package/src/patient-registration/form-manager.test.ts +91 -0
  141. package/src/patient-registration/form-manager.ts +49 -23
  142. package/src/patient-registration/input/basic-input/input/input.component.tsx +6 -2
  143. package/src/patient-registration/input/basic-input/select/select-input.test.tsx +49 -0
  144. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.scss +5 -5
  145. package/src/patient-registration/input/custom-input/autosuggest/autosuggest.test.tsx +164 -0
  146. package/src/patient-registration/input/custom-input/identifier/identifier-input.component.tsx +73 -36
  147. package/src/patient-registration/input/custom-input/identifier/identifier-input.test.tsx +335 -0
  148. package/src/patient-registration/input/dummy-data/dummy-data-input.component.tsx +3 -0
  149. package/src/patient-registration/input/dummy-data/dummy-data-input.test.tsx +2 -11
  150. package/src/patient-registration/input/input.scss +17 -13
  151. package/src/patient-registration/patient-registration-context.ts +22 -11
  152. package/src/patient-registration/patient-registration-hooks.ts +158 -193
  153. package/src/patient-registration/patient-registration-utils.test.ts +33 -0
  154. package/src/patient-registration/patient-registration-utils.ts +11 -13
  155. package/src/patient-registration/patient-registration.component.tsx +87 -103
  156. package/src/patient-registration/{patient-registration.resource.testt.tsx → patient-registration.resource.test.tsx} +0 -4
  157. package/src/patient-registration/patient-registration.resource.ts +27 -3
  158. package/src/patient-registration/patient-registration.scss +27 -38
  159. package/src/patient-registration/patient-registration.test.tsx +579 -0
  160. package/src/patient-registration/patient-registration.types.ts +23 -25
  161. package/src/patient-registration/section/death-info/death-info-section.component.tsx +22 -17
  162. package/src/patient-registration/section/death-info/death-info-section.test.tsx +47 -0
  163. package/src/patient-registration/section/demographics/demographics-section.component.tsx +5 -5
  164. package/src/patient-registration/section/demographics/demographics-section.test.tsx +98 -0
  165. package/src/patient-registration/section/patient-relationships/relationships-section.component.tsx +8 -7
  166. package/src/patient-registration/section/patient-relationships/relationships-section.test.tsx +113 -0
  167. package/src/patient-registration/section/patient-relationships/relationships.resource.tsx +28 -28
  168. package/src/patient-registration/section/patient-relationships/relationships.scss +4 -4
  169. package/src/patient-registration/section/section-wrapper.component.tsx +1 -1
  170. package/src/patient-registration/section/section.component.tsx +1 -1
  171. package/src/patient-registration/section/section.scss +21 -1
  172. package/src/patient-registration/ui-components/overlay/overlay.scss +8 -8
  173. package/src/patient-registration/validation/{patient-registration-validation.test.tsx → patient-registration-validation.test.ts} +71 -23
  174. package/src/patient-registration/validation/patient-registration-validation.ts +123 -0
  175. package/src/resources-context.ts +14 -0
  176. package/src/root.component.tsx +3 -3
  177. package/src/routes.json +10 -24
  178. package/src/widgets/cancel-patient-edit.modal.tsx +33 -0
  179. package/src/widgets/cancel-patient-edit.test.tsx +22 -0
  180. package/src/widgets/delete-identifier-confirmation.modal.tsx +48 -0
  181. package/src/widgets/{delete-identifier-confirmation-modal.testt.tsx → delete-identifier-confirmation.test.tsx} +5 -7
  182. package/src/widgets/edit-patient-details-button.component.tsx +0 -1
  183. package/src/widgets/edit-patient-details-button.test.tsx +35 -0
  184. package/translations/am.json +43 -35
  185. package/translations/ar.json +41 -33
  186. package/translations/ar_SY.json +119 -0
  187. package/translations/bn.json +119 -0
  188. package/translations/de.json +119 -0
  189. package/translations/en.json +44 -42
  190. package/translations/en_US.json +119 -0
  191. package/translations/es.json +69 -57
  192. package/translations/es_MX.json +119 -0
  193. package/translations/fr.json +74 -58
  194. package/translations/he.json +44 -40
  195. package/translations/hi.json +119 -0
  196. package/translations/hi_IN.json +119 -0
  197. package/translations/id.json +119 -0
  198. package/translations/it.json +119 -0
  199. package/translations/ka.json +119 -0
  200. package/translations/km.json +44 -40
  201. package/translations/ku.json +119 -0
  202. package/translations/ky.json +119 -0
  203. package/translations/lg.json +119 -0
  204. package/translations/ne.json +119 -0
  205. package/translations/pl.json +119 -0
  206. package/translations/pt.json +119 -0
  207. package/translations/pt_BR.json +119 -0
  208. package/translations/qu.json +119 -0
  209. package/translations/ro_RO.json +119 -0
  210. package/translations/ru_RU.json +119 -0
  211. package/translations/si.json +119 -0
  212. package/translations/sw.json +119 -0
  213. package/translations/sw_KE.json +119 -0
  214. package/translations/tr.json +119 -0
  215. package/translations/tr_TR.json +119 -0
  216. package/translations/uk.json +119 -0
  217. package/translations/uz.json +119 -0
  218. package/translations/uz@Latn.json +119 -0
  219. package/translations/uz_UZ.json +119 -0
  220. package/translations/vi.json +119 -0
  221. package/translations/zh.json +45 -23
  222. package/translations/zh_CN.json +39 -17
  223. package/.turbo/turbo-build.log +0 -40
  224. package/dist/132.js +0 -1
  225. package/dist/197.js +0 -1
  226. package/dist/236.js +0 -1
  227. package/dist/236.js.map +0 -1
  228. package/dist/300.js +0 -1
  229. package/dist/335.js +0 -1
  230. package/dist/372.js +0 -1
  231. package/dist/372.js.map +0 -1
  232. package/dist/41.js +0 -2
  233. package/dist/41.js.map +0 -1
  234. package/dist/449.js +0 -1
  235. package/dist/449.js.map +0 -1
  236. package/dist/464.js +0 -1
  237. package/dist/464.js.map +0 -1
  238. package/dist/495.js +0 -1
  239. package/dist/495.js.map +0 -1
  240. package/dist/55.js +0 -1
  241. package/dist/56.js +0 -1
  242. package/dist/56.js.map +0 -1
  243. package/dist/621.js +0 -1
  244. package/dist/621.js.map +0 -1
  245. package/dist/629.js +0 -2
  246. package/dist/629.js.map +0 -1
  247. package/dist/652.js +0 -1
  248. package/dist/661.js +0 -1
  249. package/dist/757.js +0 -1
  250. package/dist/757.js.map +0 -1
  251. package/dist/828.js +0 -1
  252. package/dist/828.js.map +0 -1
  253. package/dist/830.js +0 -1
  254. package/dist/830.js.map +0 -1
  255. package/dist/831.js +0 -2
  256. package/dist/831.js.LICENSE.txt +0 -3
  257. package/dist/831.js.map +0 -1
  258. package/dist/876.js +0 -2
  259. package/dist/876.js.map +0 -1
  260. package/dist/879.js +0 -1
  261. package/dist/913.js +0 -2
  262. package/dist/913.js.map +0 -1
  263. package/dist/927.js +0 -1
  264. package/dist/927.js.map +0 -1
  265. package/dist/99.js +0 -1
  266. package/dist/ampath-esm-patient-registration-app.js +0 -1
  267. package/dist/ampath-esm-patient-registration-app.js.buildmanifest.json +0 -694
  268. package/dist/ampath-esm-patient-registration-app.js.map +0 -1
  269. package/src/patient-registration/date-util.ts +0 -52
  270. package/src/patient-registration/field/person-attributes/custom-person-attribute-field.component.tsx +0 -56
  271. package/src/patient-registration/validation/patient-registration-validation.tsx +0 -60
  272. package/src/patient-verification/assets/counties.json +0 -236
  273. package/src/patient-verification/assets/verification-assets.ts +0 -11
  274. package/src/patient-verification/patient-verification-hook.tsx +0 -176
  275. package/src/patient-verification/patient-verification-utils.ts +0 -179
  276. package/src/patient-verification/patient-verification.component.tsx +0 -124
  277. package/src/patient-verification/patient-verification.scss +0 -25
  278. package/src/patient-verification/verification-modal/confirm-prompt.component.tsx +0 -72
  279. package/src/patient-verification/verification-modal/empty-prompt.component.tsx +0 -35
  280. package/src/patient-verification/verification-types.ts +0 -50
  281. package/src/widgets/cancel-patient-edit.component.tsx +0 -37
  282. package/src/widgets/delete-identifier-confirmation-modal.tsx +0 -41
  283. package/src/widgets/delete-identifier-modal.scss +0 -34
  284. /package/dist/{41.js.LICENSE.txt → 4041.js.LICENSE.txt} +0 -0
  285. /package/src/patient-registration/input/custom-input/identifier/{utils.testt.ts → utils.test.ts} +0 -0
@@ -0,0 +1,119 @@
1
+ {
2
+ "addPatient": "Add patient",
3
+ "addRelationshipButtonText": "Add Relationship",
4
+ "addressHeader": "Address",
5
+ "allFieldsRequiredText": "All fields are required unless marked optional",
6
+ "autoGeneratedPlaceholderText": "Auto-generated",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
9
+ "birthdayRequired": "Birthday is required",
10
+ "birthFieldLabelText": "Birth",
11
+ "cancel": "Cancel",
12
+ "causeOfDeathInputLabel": "Cause of death",
13
+ "closeOverlay": "Close overlay",
14
+ "codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
15
+ "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
16
+ "codedPersonAttributeNoAnswerSet": "The person attribute field '{{codedPersonAttributeFieldId}}' is of type 'coded' but has been defined without an answer concept set UUID. The 'answerConceptSetUuid' key is required.",
17
+ "configure": "Configure",
18
+ "configureIdentifiers": "Configure identifiers",
19
+ "confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
20
+ "confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
21
+ "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
22
+ "contactSection": "Contact Details",
23
+ "createNewPatient": "Create new patient",
24
+ "dateOfBirthLabelText": "Date of birth",
25
+ "deathCauseRequired": "Cause of death is required",
26
+ "deathDateInFuture": "Death date cannot be in future",
27
+ "deathDateInputLabel": "Date of death",
28
+ "deathDateRequired": "Death date is required",
29
+ "deathdayInvalidDate": "Death date and time cannot be before the birthday",
30
+ "deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
31
+ "deathdayNotInTheFuture": "",
32
+ "deathSection": "Death Info",
33
+ "deathTimeFormatInvalid": "Time format is invalid",
34
+ "deathTimeFormatRequired": "Time format is required",
35
+ "deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
36
+ "deathTimeRequired": "Death time is required",
37
+ "deleteIdentifierModalHeading": "Remove identifier?",
38
+ "deleteIdentifierModalText": " has a value of ",
39
+ "deleteIdentifierTooltip": "Delete",
40
+ "deleteRelationshipTooltipText": "Delete",
41
+ "demographicsSection": "Basic Info",
42
+ "discard": "Discard",
43
+ "dobToggleLabelText": "Date of Birth Known?",
44
+ "editIdentifierTooltip": "Edit",
45
+ "editPatientDetails": "Edit patient details",
46
+ "editPatientDetailsBreadcrumb": "Edit patient details",
47
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
48
+ "error": "Error",
49
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
50
+ "errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
51
+ "estimatedAgeInMonthsLabelText": "Estimated age in months",
52
+ "estimatedAgeInYearsLabelText": "Estimated age in years",
53
+ "familyNameLabelText": "Family Name",
54
+ "familyNameRequired": "Family name is required",
55
+ "female": "Female",
56
+ "fieldsWithErrors": "The following fields have errors: ",
57
+ "fullNameLabelText": "Full Name",
58
+ "genderLabelText": "Sex",
59
+ "genderRequired": "Gender is required",
60
+ "genderUnspecified": "Gender unspecified",
61
+ "givenNameLabelText": "First Name",
62
+ "givenNameRequired": "Given name is required",
63
+ "identifierValueRequired": "Identifier value is required",
64
+ "idFieldLabelText": "Identifiers",
65
+ "IDInstructions": "Select the identifiers you'd like to add for this patient:",
66
+ "invalidEmail": "Invalid email",
67
+ "invalidInput": "Invalid Input",
68
+ "isDeadInputLabel": "Is dead",
69
+ "jumpTo": "Jump to",
70
+ "male": "Male",
71
+ "middleNameLabelText": "Middle Name",
72
+ "negativeMonths": "Estimated months cannot be negative",
73
+ "negativeYears": "Estimated years cannot be negative",
74
+ "no": "No",
75
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
76
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
77
+ "nonsensicalYears": "Estimated years cannot be more than 140",
78
+ "numberInNameDubious": "Number in name is dubious",
79
+ "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
80
+ "optional": "optional",
81
+ "optionalIdentifierLabel": "{{identifierName}} (optional)",
82
+ "other": "Other",
83
+ "patientNameKnown": "Patient's Name is Known?",
84
+ "patientRegistrationBreadcrumb": "Patient Registration",
85
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
86
+ "registerPatient": "Register patient",
87
+ "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
88
+ "registerPatientSuccessSnackbarTitle": "New Patient Created",
89
+ "registrationErrorSnackbarTitle": "Patient Registration Failed",
90
+ "relationship": "Relationship",
91
+ "relationshipPersonMustExist": "Related person must be an existing person",
92
+ "relationshipPlaceholder": "Relationship",
93
+ "relationshipRemovedText": "Relationship removed",
94
+ "relationshipsSection": "Relationships",
95
+ "relationshipToPatient": "Relationship to patient",
96
+ "relativeFullNameLabelText": "Full name",
97
+ "relativeNamePlaceholder": "Firstname Familyname",
98
+ "removeIdentifierButton": "Remove identifier",
99
+ "resetIdentifierTooltip": "Reset",
100
+ "restoreRelationshipActionButton": "Undo",
101
+ "searchAddress": "Search address",
102
+ "searchIdentifierPlaceholder": "Search identifier",
103
+ "searchLocationPersonAttribute": "Search location",
104
+ "selectAnOption": "Select an option",
105
+ "sexFieldLabelText": "Sex",
106
+ "source": "Source",
107
+ "submitting": "Submitting",
108
+ "timeFormat": "Time Format",
109
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
110
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
111
+ "unknown": "Unknown",
112
+ "unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
113
+ "updatePatient": "Update patient",
114
+ "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
115
+ "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
116
+ "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
117
+ "yearsEstimateRequired": "Estimated years required",
118
+ "yes": "Yes"
119
+ }
@@ -1,103 +1,119 @@
1
1
  {
2
- "addRelationshipButtonText": "Ajouter un lien de parenté",
2
+ "addPatient": "Ajouter un patient",
3
+ "addRelationshipButtonText": "Ajouter une relation ou lien de parenté",
3
4
  "addressHeader": "Adresse",
4
- "age": "Age",
5
5
  "allFieldsRequiredText": "Tous les champs sont requis sauf si explicitement indiqués facultatifs",
6
- "autoGeneratedPlaceholderText": "Auto-généré",
6
+ "autoGeneratedPlaceholderText": "Autogénéré",
7
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",
8
9
  "birthdayRequired": "La date de naissance est requise",
9
10
  "birthFieldLabelText": "Naissance",
10
11
  "cancel": "Annuler",
11
- "causeOfDeathInputLabel": "Cause de décès",
12
+ "causeOfDeathInputLabel": "Cause du décès",
12
13
  "closeOverlay": "Fermer la superposition",
13
- "codedPersonAttributeAnswerSetEmpty": "Le champ d'attribut de personne codé '{{codedPersonAttributeFieldId}}' a été défini avec un ensemble de concepts de réponse UUID '{{answerConceptSetUuid}}' qui n'a pas de réponses de concept.",
14
- "codedPersonAttributeAnswerSetInvalid": "Le champ d'attribut de personne codé '{{codedPersonAttributeFieldId}}' a été défini avec un UUID d'ensemble de concepts de réponse invalide '{{answerConceptSetUuid}}'.",
15
- "codedPersonAttributeNoAnswerSet": "Le champ d'attribut de personne '{{codedPersonAttributeFieldId}}' est de type 'codé' mais a été défini sans UUID d'ensemble de concepts de réponse. La clé 'answerConceptSetUuid' est requise.",
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.",
16
17
  "configure": "Configurer",
17
18
  "configureIdentifiers": "Configurer les identifiants",
18
- "contactSection": "Détails de contact",
19
- "createNew": "Créer un nouveau",
20
- "dateOfBirth": "Date of birth",
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",
21
24
  "dateOfBirthLabelText": "Date de naissance",
22
- "deathDateInputLabel": "Date de décès",
23
- "deathdayNotInTheFuture": "Le décès ne peut pas être dans le futur",
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": "",
24
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",
25
39
  "deleteIdentifierTooltip": "Supprimer",
26
40
  "deleteRelationshipTooltipText": "Supprimer",
27
41
  "demographicsSection": "Informations de base",
28
- "discard": "Abandonner",
29
- "discardModalBody": "Les modifications que vous avez apportées aux données de ce patient n'ont pas été enregistrées. Annuler les modifications?",
30
- "discardModalHeader": "Confirmer l'abandon des modifications",
31
- "dobToggleLabelText": "Date de naissance connue?",
32
- "edit": "Éditer",
33
- "editIdentifierTooltip": "Éditer",
34
- "editPatientDetails": "Modifier les détails du patient",
35
- "editPatientDetailsBreadcrumb": "Modifier les détails du patient",
42
+ "discard": "Annuler",
43
+ "dobToggleLabelText": "Date de naissance connue ?",
44
+ "editIdentifierTooltip": "Modifier",
45
+ "editPatientDetails": "Modifier le patient",
46
+ "editPatientDetailsBreadcrumb": "Modifier le patient",
47
+ "enterNonCodedCauseOfDeath": " Entrez la cause du décès non codée",
36
48
  "error": "Erreur",
37
- "errorFetchingOrderedFields": "Une erreur s'est produite lors de la récupération des champs ordonnés pour la hiérarchie d'adresse",
49
+ "errorFetchingCodedCausesOfDeath": "Erreur d'obtention des causes de décès",
50
+ "errorFetchingOrderedFields": "Une erreur s'est produite lors de l'obtention des champs ordonnés pour la hiérarchie d'adresse",
38
51
  "estimatedAgeInMonthsLabelText": "Âge estimé en mois",
39
52
  "estimatedAgeInYearsLabelText": "Âge estimé en années",
40
53
  "familyNameLabelText": "Nom de famille",
41
54
  "familyNameRequired": "Le nom de famille est requis",
42
55
  "female": "Femme",
56
+ "fieldsWithErrors": "Ces champs suivants contiennent des erreurs :",
43
57
  "fullNameLabelText": "Nom et prénom",
44
58
  "genderLabelText": "Sexe",
45
59
  "genderRequired": "Le genre est requis",
46
- "genderUnspecified": "Le genre n'est pas spécifié",
60
+ "genderUnspecified": "Genre non précisé",
47
61
  "givenNameLabelText": "Prénom",
48
62
  "givenNameRequired": "Le prénom est requis",
49
- "identifierValueRequired": "La valeur de l'identifiant est requise",
63
+ "identifierValueRequired": "L'identifiant est requis",
50
64
  "idFieldLabelText": "Identifiants",
51
- "IDInstructions": "Sélectionnez les identifiants que vous souhaitez ajouter pour ce patient:",
52
- "incompleteForm": "Formulaire incomplet",
53
- "invalidEmail": "Une adresse e-mail valide est requise",
65
+ "IDInstructions": "Sélectionnez les identifiants que vous souhaitez ajouter pour ce patient :",
66
+ "invalidEmail": "Email non valide",
54
67
  "invalidInput": "Entrée invalide",
55
- "isDeadInputLabel": "Est décédé",
68
+ "isDeadInputLabel": "Décédé(e)",
56
69
  "jumpTo": "Aller à",
57
70
  "male": "Homme",
58
- "middleNameLabelText": "Deuxième prénom",
59
- "negativeMonths": "Mois négatifs",
60
- "negativeYears": "Années négatives",
71
+ "middleNameLabelText": "Deuxième Prénom",
72
+ "negativeMonths": "Les mois estimés ne peuvent pas être une valeur négative",
73
+ "negativeYears": "Les années estimées ne peuvent pas être une valeur négative",
61
74
  "no": "Non",
62
- "numberInNameDubious": "Le chiffre dans le nom est suspect",
63
- "obsFieldUnknownDatatype": "Le concept pour le champ d'observation '{{fieldDefinitionId}}' a un type de données inconnu '{{datatypeName}}'",
64
- "optional": "Optionnel",
65
- "originFacilityCode": "Origin facility code",
66
- "originFacilityName": "Origin facility name",
75
+ "nonCodedCauseOfDeath": "Cause de décès non-codée",
76
+ "nonCodedCauseOfDeathRequired": "La cause du décès est requise",
77
+ "nonsensicalYears": "L'âge estimé ne peut excéder 140 ans",
78
+ "numberInNameDubious": "Un chiffre dans le nom est suspect",
79
+ "obsFieldUnknownDatatype": "Le concept pour l'observation '{{fieldDefinitionId}}' a un type de données inconnu '{{datatypeName}}'",
80
+ "optional": "Facultatif",
81
+ "optionalIdentifierLabel": "{{identifierName}} (facultatif)",
67
82
  "other": "Autre",
68
- "patient": "Patient",
69
- "patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
70
- "patientName": "Patient name",
71
- "patientNameKnown": "Le nom du patient est connu?",
72
- "patientRegistrationBreadcrumb": "Enregistrement du patient",
73
- "registerPatient": "Enregistrer un patient",
74
- "registerPatientSuccessSnackbarSubtitle": "Le patient peut maintenant être trouvé en le recherchant par son nom ou son numéro d'identification",
83
+ "patientNameKnown": "Le nom du patient est-il connu ?",
84
+ "patientRegistrationBreadcrumb": "Enregistrement d'un patient",
85
+ "refreshOrContactAdmin": "Essayer de rafraichir la page ou contacter l'administrateur",
86
+ "registerPatient": "Enregistrer le patient",
87
+ "registerPatientSuccessSnackbarSubtitle": "Le patient peut à présent être cherché par son nom ou numéro d'identification",
75
88
  "registerPatientSuccessSnackbarTitle": "Nouveau patient créé",
76
- "registrationErrorSnackbarTitle": "Échec de l'enregistrement du patient",
77
- "relationship": "Relation",
78
- "relationshipPersonMustExist": "La personne liée doit être une personne existante",
79
- "relationshipPlaceholder": "Relation",
89
+ "registrationErrorSnackbarTitle": "Échec de la création du patient",
90
+ "relationship": "Relation et lien de parenté",
91
+ "relationshipPersonMustExist": "La personne en lien doit être une personne existante dans le système",
92
+ "relationshipPlaceholder": "Relation et lien de parenté",
80
93
  "relationshipRemovedText": "Relation supprimée",
81
- "relationshipsSection": "Relations",
94
+ "relationshipsSection": "Relations et liens de parenté",
82
95
  "relationshipToPatient": "Relation avec le patient",
83
- "relativeFullNameLabelText": "Personne liée",
84
- "relativeNamePlaceholder": "Prénom Nom de famille",
96
+ "relativeFullNameLabelText": "Nom complet",
97
+ "relativeNamePlaceholder": "Prénom et Nom de famille",
98
+ "removeIdentifierButton": "Supprimer l'identifiant",
85
99
  "resetIdentifierTooltip": "Réinitialiser",
86
100
  "restoreRelationshipActionButton": "Restaurer",
87
- "searchAddress": "Rechercher une adresse",
101
+ "searchAddress": "Rechercher l'adresse",
88
102
  "searchIdentifierPlaceholder": "Rechercher un identifiant",
103
+ "searchLocationPersonAttribute": "Sélectionner une localisation",
89
104
  "selectAnOption": "Sélectionner une option",
90
105
  "sexFieldLabelText": "Sexe",
91
106
  "source": "Source",
92
- "stroke": "Accident vasculaire cérébral",
93
- "submitting": "En cours de soumission",
94
- "unableToFetch": "Impossible de récupérer le type d'attribut de personne - {{personattributetype}}",
107
+ "submitting": "Envoi en cours",
108
+ "timeFormat": "Format de l'heure",
109
+ "timeOfDeathInputLabel": "Heure de décès (hh:mm)",
110
+ "unableToFetch": "Impossible de récupérer le type d'attribut de la personne - {{personattributetype}}",
95
111
  "unknown": "Inconnu",
96
112
  "unknownPatientAttributeType": "Le type d'attribut de patient a un format inconnu {{personAttributeTypeFormat}}",
97
- "updatePatient": "Mettre à jour le patient",
98
- "updatePatientErrorSnackbarTitle": "Échec de la mise à jour des détails du patient",
99
- "updatePatientSuccessSnackbarSubtitle": "Les informations du patient ont été mises à jour avec succès",
100
- "updatePatientSuccessSnackbarTitle": "Détails du patient mis à jour",
101
- "yearsEstimateRequired": "Estimation du nombre d'années requise",
113
+ "updatePatient": "Enregistrer",
114
+ "updatePatientErrorSnackbarTitle": "Échec de la modification des informations patient",
115
+ "updatePatientSuccessSnackbarSubtitle": "Les informations du patient ont été modifiées",
116
+ "updatePatientSuccessSnackbarTitle": "Informations du patient modifiées",
117
+ "yearsEstimateRequired": "estimation de l'année obligatoire",
102
118
  "yes": "Oui"
103
119
  }
@@ -1,84 +1,89 @@
1
1
  {
2
+ "addPatient": "Add patient",
2
3
  "addRelationshipButtonText": "הוסף יחס",
3
4
  "addressHeader": "כתובת",
4
- "age": "Age",
5
5
  "allFieldsRequiredText": "כל השדות נדרשים אלא אם צוין אחרת",
6
6
  "autoGeneratedPlaceholderText": "נוצר אוטומטית",
7
- "birthdayNotInTheFuture": "תאריך הלידה לא יכול להיות בעתיד",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
8
9
  "birthdayRequired": "תאריך הלידה נדרש",
9
10
  "birthFieldLabelText": "לידה",
10
11
  "cancel": "ביטול",
11
- "causeOfDeathInputLabel": "סיבת המוות",
12
- "clientRegistryEmpty": "Create & Post Patient",
13
- "clientVerificationWithClientRegistry": "Client verification with client registry",
12
+ "causeOfDeathInputLabel": "Cause of death",
14
13
  "closeOverlay": "סגור חיפוש",
15
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.",
16
15
  "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
17
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.",
18
17
  "configure": "הגדר",
19
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?",
20
22
  "contactSection": "פרטי יצירת קשר",
21
- "continue": "Continue to registration",
22
- "createNew": "צור חדש",
23
- "dateOfBirth": "Date of birth",
24
- "dateOfBirthLabelText": "תאריך לידה",
25
- "deathDateInputLabel": "תאריך המוות",
26
- "deathdayNotInTheFuture": "תאריך המוות לא יכול להיות בעתיד",
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": "",
27
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 ",
28
39
  "deleteIdentifierTooltip": "מחק",
29
40
  "deleteRelationshipTooltipText": "מחק",
30
41
  "demographicsSection": "מידע בסיסי",
31
42
  "discard": "התעלם",
32
- "discardModalBody": "השינויים שביצעת בפרטי המטופל לא נשמרו. האם להתעלם מהשינויים?",
33
- "discardModalHeader": "אשר התעלמות מהשינויים",
34
43
  "dobToggleLabelText": "תאריך הלידה ידוע?",
35
- "edit": "עריכה",
36
44
  "editIdentifierTooltip": "ערוך",
37
45
  "editPatientDetails": "ערוך פרטי מטופל",
38
46
  "editPatientDetailsBreadcrumb": "ערוך פרטי מטופל",
47
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
39
48
  "error": "שגיאה",
49
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
40
50
  "errorFetchingOrderedFields": "שגיאה בעת קבלת השדות המסודרים להירכבות הכתובת",
41
51
  "estimatedAgeInMonthsLabelText": "גיל משוער בחודשים",
42
52
  "estimatedAgeInYearsLabelText": "גיל משוער בשנים",
43
53
  "familyNameLabelText": "שם משפחה",
44
54
  "familyNameRequired": "שם משפחה נדרש",
45
55
  "female": "נקבה",
56
+ "fieldsWithErrors": "The following fields have errors: ",
46
57
  "fullNameLabelText": "שם מלא",
47
- "gender": "Gender",
48
58
  "genderLabelText": "מין",
49
59
  "genderRequired": "מין נדרש",
50
- "genderUnspecified": "מין לא מוגדר",
60
+ "genderUnspecified": "Gender unspecified",
51
61
  "givenNameLabelText": "שם פרטי",
52
62
  "givenNameRequired": "שם פרטי נדרש",
53
63
  "identifierValueRequired": "ערך זיהוי נדרש",
54
64
  "idFieldLabelText": "זיהויים",
55
65
  "IDInstructions": "בחר את הזיהויים שתרצה להוסיף למטופל זה:",
56
- "incompleteForm": "טופס לא מלא",
57
- "invalidEmail": "יש לספק כתובת אימייל חוקית",
66
+ "invalidEmail": "Invalid email",
58
67
  "invalidInput": "קלט לא חוקי",
59
- "isDeadInputLabel": "מת?",
68
+ "isDeadInputLabel": "Is dead",
60
69
  "jumpTo": "קפיצה ל",
61
70
  "male": "זכר",
62
71
  "middleNameLabelText": "שם תוכני",
63
- "nascopNumber": "Nascop facility no",
64
- "nationalId": "National ID",
65
- "negativeMonths": "חודשים שליליים",
66
- "negativeYears": "שנים שליליות",
72
+ "negativeMonths": "Estimated months cannot be negative",
73
+ "negativeYears": "Estimated years cannot be negative",
67
74
  "no": "לא",
75
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
76
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
77
+ "nonsensicalYears": "Estimated years cannot be more than 140",
68
78
  "numberInNameDubious": "מספר בשם חשוד",
69
79
  "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
70
80
  "optional": "אופציונלי",
71
- "originFacilityCode": "Origin facility code",
72
- "originFacilityName": "Origin facility name",
81
+ "optionalIdentifierLabel": "{{identifierName}} (רשות)",
73
82
  "other": "אחר",
74
- "patient": "מטופל",
75
- "patientDetailsFound": "Patient information found in the registry, do you want to use the information to continue with registration?",
76
- "patientName": "Patient name",
77
83
  "patientNameKnown": "שם המטופל ידוע?",
78
- "patientNotFound": "The patient records could not be found in Client registry, do you want to continue to create and post patient to registry",
79
84
  "patientRegistrationBreadcrumb": "רישום מטופל",
80
- "postToRegistry": "Post to registry",
81
- "registerPatient": "רשום מטופל",
85
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
86
+ "registerPatient": "Register patient",
82
87
  "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
83
88
  "registerPatientSuccessSnackbarTitle": "New Patient Created",
84
89
  "registrationErrorSnackbarTitle": "Patient Registration Failed",
@@ -88,28 +93,27 @@
88
93
  "relationshipRemovedText": "קשר הוסר",
89
94
  "relationshipsSection": "קשרים",
90
95
  "relationshipToPatient": "קשר למטופל",
91
- "relativeFullNameLabelText": "שם מלא",
96
+ "relativeFullNameLabelText": "Full name",
92
97
  "relativeNamePlaceholder": "שם פרטי שם משפחה",
98
+ "removeIdentifierButton": "Remove identifier",
93
99
  "resetIdentifierTooltip": "איפוס",
94
100
  "restoreRelationshipActionButton": "ביטול",
95
101
  "searchAddress": "חיפוש כתובת",
96
102
  "searchIdentifierPlaceholder": "חיפוש זיהוי",
103
+ "searchLocationPersonAttribute": "מקום חיפוש",
97
104
  "selectAnOption": "בחר אפשרות",
98
- "selectCountry": "Select country",
99
- "selectIdentifierType": "Select identifier type",
100
105
  "sexFieldLabelText": "מין",
101
106
  "source": "מקור",
102
- "stroke": "שבץ",
103
107
  "submitting": "Submitting",
104
- "unableToFetch": "אין אפשרות לאחזר סוג מאפיין אדם - {{personattributetype}}",
108
+ "timeFormat": "Time Format",
109
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
110
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
105
111
  "unknown": "לא ידוע",
106
112
  "unknownPatientAttributeType": "סוג המאפיין של המטופל לא ידוע {{personAttributeTypeFormat}}",
107
- "updatePatient": "עדכון פרטי מטופל",
113
+ "updatePatient": "Update patient",
108
114
  "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
109
115
  "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
110
116
  "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
111
- "useValues": "Use values",
112
- "validate": "Validate",
113
- "yearsEstimateRequired": "נדרש חיזוי שנים",
117
+ "yearsEstimateRequired": "Estimated years required",
114
118
  "yes": "כן"
115
119
  }
@@ -0,0 +1,119 @@
1
+ {
2
+ "addPatient": "Add patient",
3
+ "addRelationshipButtonText": "Add Relationship",
4
+ "addressHeader": "Address",
5
+ "allFieldsRequiredText": "All fields are required unless marked optional",
6
+ "autoGeneratedPlaceholderText": "Auto-generated",
7
+ "birthdayNotInTheFuture": "Birthday cannot be in future",
8
+ "birthdayNotOver140YearsAgo": "Birthday cannot be more than 140 years ago",
9
+ "birthdayRequired": "Birthday is required",
10
+ "birthFieldLabelText": "Birth",
11
+ "cancel": "Cancel",
12
+ "causeOfDeathInputLabel": "Cause of death",
13
+ "closeOverlay": "Close overlay",
14
+ "codedPersonAttributeAnswerSetEmpty": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an answer concept set UUID '{{answerConceptSetUuid}}' that does not have any concept answers.",
15
+ "codedPersonAttributeAnswerSetInvalid": "The coded person attribute field '{{codedPersonAttributeFieldId}}' has been defined with an invalid answer concept set UUID '{{answerConceptSetUuid}}'.",
16
+ "codedPersonAttributeNoAnswerSet": "The person attribute field '{{codedPersonAttributeFieldId}}' is of type 'coded' but has been defined without an answer concept set UUID. The 'answerConceptSetUuid' key is required.",
17
+ "configure": "Configure",
18
+ "configureIdentifiers": "Configure identifiers",
19
+ "confirmDiscardChangesBody": "Your unsaved changes will be lost if you proceed to discard the form",
20
+ "confirmDiscardChangesTitle": "Are you sure you want to discard these changes?",
21
+ "confirmIdentifierDeletionText": "Are you sure you want to remove this identifier?",
22
+ "contactSection": "Contact Details",
23
+ "createNewPatient": "Create new patient",
24
+ "dateOfBirthLabelText": "Date of birth",
25
+ "deathCauseRequired": "Cause of death is required",
26
+ "deathDateInFuture": "Death date cannot be in future",
27
+ "deathDateInputLabel": "Date of death",
28
+ "deathDateRequired": "Death date is required",
29
+ "deathdayInvalidDate": "Death date and time cannot be before the birthday",
30
+ "deathdayIsRequired": "Death date is required when the patient is marked as deceased.",
31
+ "deathdayNotInTheFuture": "",
32
+ "deathSection": "Death Info",
33
+ "deathTimeFormatInvalid": "Time format is invalid",
34
+ "deathTimeFormatRequired": "Time format is required",
35
+ "deathTimeInvalid": "Time doesn't match the format 'hh:mm'",
36
+ "deathTimeRequired": "Death time is required",
37
+ "deleteIdentifierModalHeading": "Remove identifier?",
38
+ "deleteIdentifierModalText": " has a value of ",
39
+ "deleteIdentifierTooltip": "Delete",
40
+ "deleteRelationshipTooltipText": "Delete",
41
+ "demographicsSection": "Basic Info",
42
+ "discard": "Discard",
43
+ "dobToggleLabelText": "Date of Birth Known?",
44
+ "editIdentifierTooltip": "Edit",
45
+ "editPatientDetails": "Edit patient details",
46
+ "editPatientDetailsBreadcrumb": "Edit patient details",
47
+ "enterNonCodedCauseOfDeath": "Enter non-coded cause of death",
48
+ "error": "Error",
49
+ "errorFetchingCodedCausesOfDeath": "Error fetching coded causes of death",
50
+ "errorFetchingOrderedFields": "Error occured fetching ordered fields for address hierarchy",
51
+ "estimatedAgeInMonthsLabelText": "Estimated age in months",
52
+ "estimatedAgeInYearsLabelText": "Estimated age in years",
53
+ "familyNameLabelText": "Family Name",
54
+ "familyNameRequired": "Family name is required",
55
+ "female": "Female",
56
+ "fieldsWithErrors": "The following fields have errors: ",
57
+ "fullNameLabelText": "Full Name",
58
+ "genderLabelText": "Sex",
59
+ "genderRequired": "Gender is required",
60
+ "genderUnspecified": "Gender unspecified",
61
+ "givenNameLabelText": "First Name",
62
+ "givenNameRequired": "Given name is required",
63
+ "identifierValueRequired": "Identifier value is required",
64
+ "idFieldLabelText": "Identifiers",
65
+ "IDInstructions": "Select the identifiers you'd like to add for this patient:",
66
+ "invalidEmail": "Invalid email",
67
+ "invalidInput": "Invalid Input",
68
+ "isDeadInputLabel": "Is dead",
69
+ "jumpTo": "Jump to",
70
+ "male": "Male",
71
+ "middleNameLabelText": "Middle Name",
72
+ "negativeMonths": "Estimated months cannot be negative",
73
+ "negativeYears": "Estimated years cannot be negative",
74
+ "no": "No",
75
+ "nonCodedCauseOfDeath": "Non-coded cause of death",
76
+ "nonCodedCauseOfDeathRequired": "Cause of death is required",
77
+ "nonsensicalYears": "Estimated years cannot be more than 140",
78
+ "numberInNameDubious": "Number in name is dubious",
79
+ "obsFieldUnknownDatatype": "Concept for obs field '{{fieldDefinitionId}}' has unknown datatype '{{datatypeName}}'",
80
+ "optional": "optional",
81
+ "optionalIdentifierLabel": "{{identifierName}} (optional)",
82
+ "other": "Other",
83
+ "patientNameKnown": "Patient's Name is Known?",
84
+ "patientRegistrationBreadcrumb": "Patient Registration",
85
+ "refreshOrContactAdmin": "Try refreshing the page or contact your system administrator",
86
+ "registerPatient": "Register patient",
87
+ "registerPatientSuccessSnackbarSubtitle": "The patient can now be found by searching for them using their name or ID number",
88
+ "registerPatientSuccessSnackbarTitle": "New Patient Created",
89
+ "registrationErrorSnackbarTitle": "Patient Registration Failed",
90
+ "relationship": "Relationship",
91
+ "relationshipPersonMustExist": "Related person must be an existing person",
92
+ "relationshipPlaceholder": "Relationship",
93
+ "relationshipRemovedText": "Relationship removed",
94
+ "relationshipsSection": "Relationships",
95
+ "relationshipToPatient": "Relationship to patient",
96
+ "relativeFullNameLabelText": "Full name",
97
+ "relativeNamePlaceholder": "Firstname Familyname",
98
+ "removeIdentifierButton": "Remove identifier",
99
+ "resetIdentifierTooltip": "Reset",
100
+ "restoreRelationshipActionButton": "Undo",
101
+ "searchAddress": "Search address",
102
+ "searchIdentifierPlaceholder": "Search identifier",
103
+ "searchLocationPersonAttribute": "Search location",
104
+ "selectAnOption": "Select an option",
105
+ "sexFieldLabelText": "Sex",
106
+ "source": "Source",
107
+ "submitting": "Submitting",
108
+ "timeFormat": "Time Format",
109
+ "timeOfDeathInputLabel": "Time of death (hh:mm)",
110
+ "unableToFetch": "Unable to fetch person attribute type - {{personattributetype}}",
111
+ "unknown": "Unknown",
112
+ "unknownPatientAttributeType": "Patient attribute type has unknown format {{personAttributeTypeFormat}}",
113
+ "updatePatient": "Update patient",
114
+ "updatePatientErrorSnackbarTitle": "Patient Details Update Failed",
115
+ "updatePatientSuccessSnackbarSubtitle": "The patient's information has been successfully updated",
116
+ "updatePatientSuccessSnackbarTitle": "Patient Details Updated",
117
+ "yearsEstimateRequired": "Estimated years required",
118
+ "yes": "Yes"
119
+ }