@kenyaemr/esm-admin-app 5.4.4-pre.299 → 5.4.4-pre.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/dist/100.js +1 -0
- package/dist/100.js.map +1 -0
- package/dist/1442.js +1 -0
- package/dist/1442.js.map +1 -0
- package/dist/1462.js +1 -1
- package/dist/1972.js +1 -1
- package/dist/2016.js +1 -1
- package/dist/2080.js +1 -1
- package/dist/2080.js.map +1 -1
- package/dist/2096.js +1 -1
- package/dist/2096.js.map +1 -1
- package/dist/2270.js +1 -1
- package/dist/2270.js.map +1 -1
- package/dist/2294.js +1 -1
- package/dist/2294.js.map +1 -1
- package/dist/2467.js +1 -0
- package/dist/2467.js.map +1 -0
- package/dist/257.js +1 -1
- package/dist/257.js.map +1 -1
- package/dist/2948.js +1 -1
- package/dist/3380.js +1 -0
- package/dist/3380.js.map +1 -0
- package/dist/3548.js +1 -1
- package/dist/3816.js +1 -1
- package/dist/4337.js +1 -1
- package/dist/4687.js +1 -0
- package/dist/4687.js.map +1 -0
- package/dist/4858.js +1 -1
- package/dist/487.js +1 -1
- package/dist/5297.js +1 -0
- package/dist/5297.js.map +1 -0
- package/dist/5910.js +1 -0
- package/dist/5910.js.map +1 -0
- package/dist/5940.js +1 -1
- package/dist/5940.js.map +1 -1
- package/dist/6253.js +1 -0
- package/dist/6253.js.map +1 -0
- package/dist/6455.js +1 -0
- package/dist/6455.js.map +1 -0
- package/dist/6456.js +1 -1
- package/dist/6925.js +1 -0
- package/dist/6925.js.map +1 -0
- package/dist/7607.js +1 -1
- package/dist/7737.js +1 -1
- package/dist/7739.js +1 -1
- package/dist/7866.js +1 -1
- package/dist/7866.js.map +1 -1
- package/dist/8206.js +1 -0
- package/dist/8206.js.map +1 -0
- package/dist/8376.js +1 -1
- package/dist/846.js +17 -0
- package/dist/846.js.map +1 -0
- package/dist/{4047.js → 8487.js} +1 -1
- package/dist/8487.js.map +1 -0
- package/dist/8528.js +1 -0
- package/dist/8528.js.map +1 -0
- package/dist/8727.js +1 -1
- package/dist/9182.js +1 -1
- package/dist/9446.js +1 -1
- package/dist/9585.js +1 -0
- package/dist/9585.js.map +1 -0
- package/dist/9647.js +1 -0
- package/dist/9647.js.map +1 -0
- package/dist/kenyaemr-esm-admin-app.js +3 -3
- package/dist/kenyaemr-esm-admin-app.js.buildmanifest.json +329 -306
- package/dist/kenyaemr-esm-admin-app.js.map +1 -1
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/components/confirm-modal/confirmation-operation.test.tsx +8 -19
- package/src/components/dashboard/dashboard.component.tsx +4 -1
- package/src/components/empty-state/empty-state-log.test.tsx +3 -4
- package/src/components/global-property/dashboard/global-property-dashboard.component.tsx +23 -0
- package/src/components/global-property/dashboard/global-property-dashboard.scss +6 -0
- package/src/components/global-property/hooks/useGlobalProperty.ts +64 -0
- package/src/components/global-property/index.ts +14 -0
- package/src/components/global-property/modal/delete-global-property-modal.component.tsx +71 -0
- package/src/components/global-property/modal/delete-global-property-modal.test.tsx +131 -0
- package/src/components/global-property/table/global-property-table.component.tsx +249 -0
- package/src/components/global-property/table/global-property-table.scss +34 -0
- package/src/components/global-property/table/global-property-table.test.tsx +198 -0
- package/src/components/global-property/workspace/global-property-form-schema.ts +32 -0
- package/src/components/global-property/workspace/global-property.workspace.scss +40 -0
- package/src/components/global-property/workspace/global-property.workspace.test.tsx +172 -0
- package/src/components/global-property/workspace/global-property.workspace.tsx +260 -0
- package/src/components/logs-table/operation-log-table.component.tsx +87 -75
- package/src/components/logs-table/operation-log.test.tsx +134 -28
- package/src/index.ts +9 -1
- package/src/root.component.tsx +2 -0
- package/src/routes.json +20 -1
- package/src/types/index.ts +11 -2
- package/translations/am.json +39 -2
- package/translations/en.json +62 -24
- package/translations/fr.json +167 -128
- package/translations/sw.json +311 -275
- package/dist/12.js +0 -17
- package/dist/12.js.map +0 -1
- package/dist/1201.js +0 -1
- package/dist/1201.js.map +0 -1
- package/dist/2402.js +0 -1
- package/dist/2402.js.map +0 -1
- package/dist/3366.js +0 -1
- package/dist/3366.js.map +0 -1
- package/dist/3852.js +0 -1
- package/dist/3852.js.map +0 -1
- package/dist/4047.js.map +0 -1
- package/dist/552.js +0 -1
- package/dist/552.js.map +0 -1
- package/dist/6092.js +0 -1
- package/dist/6092.js.map +0 -1
- package/dist/6399.js +0 -1
- package/dist/6399.js.map +0 -1
- package/dist/6676.js +0 -1
- package/dist/6676.js.map +0 -1
- package/dist/6976.js +0 -1
- package/dist/6976.js.map +0 -1
- package/dist/7916.js +0 -1
- package/dist/7916.js.map +0 -1
- package/dist/9406.js +0 -1
- package/dist/9406.js.map +0 -1
- package/dist/9711.js +0 -1
- package/dist/9711.js.map +0 -1
package/src/routes.json
CHANGED
|
@@ -29,11 +29,20 @@
|
|
|
29
29
|
"name": "facility-setup-left-panel-link",
|
|
30
30
|
"slot": "admin-left-panel-slot"
|
|
31
31
|
},
|
|
32
|
+
{
|
|
33
|
+
"name":"global-property-link",
|
|
34
|
+
"component":"globalPropertyLink",
|
|
35
|
+
"slot": "admin-left-panel-slot"
|
|
36
|
+
},
|
|
32
37
|
{
|
|
33
38
|
"component": "providerBanner",
|
|
34
39
|
"name": "provider-banner",
|
|
35
40
|
"slot": "provider-banner-info-slot",
|
|
36
41
|
"order": 1
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"component": "globalPropertyDashboard",
|
|
45
|
+
"name": "global-property-dashboard"
|
|
37
46
|
}
|
|
38
47
|
],
|
|
39
48
|
"modals": [
|
|
@@ -52,6 +61,10 @@
|
|
|
52
61
|
{
|
|
53
62
|
"component": "hwrSyncModal",
|
|
54
63
|
"name": "hwr-syncing-modal"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"component": "deleteGlobalPropertyModal",
|
|
67
|
+
"name": "delete-global-property-modal"
|
|
55
68
|
}
|
|
56
69
|
],
|
|
57
70
|
"workspaces2": [
|
|
@@ -74,13 +87,19 @@
|
|
|
74
87
|
"name": "search-location-workspace",
|
|
75
88
|
"component": "searchLocationWorkspace",
|
|
76
89
|
"window": "esm-admin-workspace-window"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "global-property-workspace",
|
|
93
|
+
"component": "globalPropertyWorkspace",
|
|
94
|
+
"window": "esm-admin-workspace-window"
|
|
77
95
|
}
|
|
78
96
|
],
|
|
79
97
|
"workspaceWindows2": [
|
|
80
98
|
{
|
|
81
99
|
"name": "esm-admin-workspace-window",
|
|
82
100
|
"canMaximize": true,
|
|
83
|
-
"group": "esm-admin-workspace-group"
|
|
101
|
+
"group": "esm-admin-workspace-group",
|
|
102
|
+
"width":"wider"
|
|
84
103
|
},
|
|
85
104
|
{
|
|
86
105
|
"name": "esm-admin-extra-wide-workspace-window",
|
package/src/types/index.ts
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { fhirBaseUrl, Type } from '@openmrs/esm-framework';
|
|
2
|
-
|
|
3
1
|
export interface ETLResponse {
|
|
4
2
|
script_name: string;
|
|
5
3
|
start_time: string;
|
|
@@ -411,3 +409,14 @@ export interface CustomHIEPractitionerResponse {
|
|
|
411
409
|
};
|
|
412
410
|
fhirFormat: boolean;
|
|
413
411
|
}
|
|
412
|
+
|
|
413
|
+
export type SystemSettings = {
|
|
414
|
+
property: string;
|
|
415
|
+
description?: string;
|
|
416
|
+
datatypeClassname?: string;
|
|
417
|
+
datatypeConfig?: string;
|
|
418
|
+
preferredHandlerClassname?: string;
|
|
419
|
+
handlerConfig?: string | null;
|
|
420
|
+
value: string;
|
|
421
|
+
uuid?: string;
|
|
422
|
+
};
|
package/translations/am.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"activeFrom": "ከዚህ ቀን ጀምሮ ገባሪ",
|
|
6
6
|
"activeTo": "እስከዚህ ቀን ገባሪ",
|
|
7
7
|
"addAnotherRoleScope": "Add user role scope",
|
|
8
|
+
"addGlobalProperty": "Add new global property",
|
|
8
9
|
"addLocation": "ቦታ ያክሉ",
|
|
9
10
|
"addRoleScope": "Add a new user role scope",
|
|
10
11
|
"addUser": "ተጠቃሚ ያክሉ",
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
"chooseIdentifierType": "Choose identifier type",
|
|
18
19
|
"chooseRegulator": "Choose regulator",
|
|
19
20
|
"chooseRegulatorType": "Choose regulator option",
|
|
21
|
+
"clearSearchButton": "Clear search button",
|
|
20
22
|
"completionStatus": "የማጠናቀቂያ ሁኔታ",
|
|
21
23
|
"confirmation": "ማረጋገጫ",
|
|
22
24
|
"contact": "Contact",
|
|
@@ -26,13 +28,20 @@
|
|
|
26
28
|
"cots": "Cots",
|
|
27
29
|
"country": "Country",
|
|
28
30
|
"county": "County",
|
|
31
|
+
"datatypeClassname": "Datatype classname",
|
|
32
|
+
"datatypeConfig": "Datatype config",
|
|
29
33
|
"delete": "ሰርዝ",
|
|
34
|
+
"deleteGlobalProperty": "Delete global property",
|
|
35
|
+
"deleteGlobalPropertyConfirmation": "Are you sure you want to delete the global property \"{{property}}\"?",
|
|
36
|
+
"deleteGlobalPropertyWarning": "This action cannot be undone.",
|
|
37
|
+
"deleting": "Deleting...",
|
|
30
38
|
"deletingstockUserScope": "የክምችት ተጠቃሚ ስፋትን ሰርዝ",
|
|
31
39
|
"demographicInfo": "Demographic info",
|
|
32
40
|
"demographicInformation": "Demographic Info",
|
|
33
41
|
"description": "መግለጫ",
|
|
34
42
|
"dialysisBeds": "Dialysis",
|
|
35
43
|
"edit": "አስተካክል",
|
|
44
|
+
"editGlobalProperty": "Edit global property",
|
|
36
45
|
"editProvider": "Edit Provider Details",
|
|
37
46
|
"EditProviderDetails": "Edit provider details?",
|
|
38
47
|
"editRoleScope": "Edit User Role Scope",
|
|
@@ -76,11 +85,30 @@
|
|
|
76
85
|
"filterBy": "በዚህ አጣራ:",
|
|
77
86
|
"forcePasswordChange": "Force Password Change",
|
|
78
87
|
"forcePasswordChangeHelper": "Optionally require this user to change their password on next login",
|
|
88
|
+
"frCode": "FR code",
|
|
79
89
|
"gender": "Gender",
|
|
80
90
|
"genderRequired": "Gender is required",
|
|
81
91
|
"generalInformation": "አጠቃላይ መረጃ",
|
|
82
92
|
"givenName": "Given Name",
|
|
83
93
|
"givenNameRequired": "Given name is required",
|
|
94
|
+
"globalProperties": "Global properties",
|
|
95
|
+
"globalProperty": "Global property",
|
|
96
|
+
"globalPropertyError": "Global property",
|
|
97
|
+
"gpCreated": "Global property {{property}} was created successfully.",
|
|
98
|
+
"gpDatatypeConfigPlaceholder": "Optional datatype configuration",
|
|
99
|
+
"gpDeleted": "Global property deleted",
|
|
100
|
+
"gpDeletedSubtitle": "{{property}} was deleted successfully.",
|
|
101
|
+
"gpDeleteError": "Error deleting global property",
|
|
102
|
+
"gpDescriptionPlaceholder": "Optional description",
|
|
103
|
+
"gpHandlerConfigPlaceholder": "Optional handler configuration",
|
|
104
|
+
"gpPreferredHandlerPlaceholder": "Optional preferred handler classname",
|
|
105
|
+
"gpPropertyNameRequired": "Property name is required",
|
|
106
|
+
"gpPropertyPlaceholder": "e.g. kenyaemr.setting.name",
|
|
107
|
+
"gpSaveError": "Error saving global property",
|
|
108
|
+
"gpUpdated": "Global property {{property}} was updated successfully.",
|
|
109
|
+
"gpValuePlaceholder": "Enter value",
|
|
110
|
+
"gpValueRequired": "Value is required",
|
|
111
|
+
"handlerConfig": "Handler config",
|
|
84
112
|
"hduBeds": "HDU",
|
|
85
113
|
"healthWorkerDetailsFound": "Health worker information found in the registry, do you want to use the information to continue with registration?",
|
|
86
114
|
"HealthworkerNotFound": "የጤና ሰራተኛ መዝገቦች በጤና ሰራተኛ መመዝገቢያ ውስጥ ሊገኙ አልቻሉም፣ አካውንት መፍጠር መቀጠል ይፈልጋሉ",
|
|
@@ -98,6 +126,7 @@
|
|
|
98
126
|
"identifierProvider": "መለያ:",
|
|
99
127
|
"identity": "Identity",
|
|
100
128
|
"inactive": "Inactive",
|
|
129
|
+
"itemsPerPage": "Items per page:",
|
|
101
130
|
"kephLevel": "የ Keph ደረጃ",
|
|
102
131
|
"lastSynced": "Last synced",
|
|
103
132
|
"licenseAndShaStatus": "License & SHA status",
|
|
@@ -133,6 +162,7 @@
|
|
|
133
162
|
"manageUsers": "Manage Users",
|
|
134
163
|
"manageUserWorkspace": "Manage User Workspace",
|
|
135
164
|
"middleName": "Middle Name",
|
|
165
|
+
"minMaxItems": "{{min}}-{{max}} items",
|
|
136
166
|
"nameProvider": "ስም:",
|
|
137
167
|
"names": "ስሞች",
|
|
138
168
|
"nationalId": "ብሔራዊ መታወቂያ",
|
|
@@ -143,7 +173,9 @@
|
|
|
143
173
|
"noContractedServices": "No contracted services on record for this facility.",
|
|
144
174
|
"noData": "የሚታይ መረጃ የለም",
|
|
145
175
|
"noDescriptionAvailable": "ምንም መግለጫ አይገኝም",
|
|
176
|
+
"noGlobalProperties": "No global properties to display",
|
|
146
177
|
"noHwrApi": "የጤና እንክብካቤ ሰራተኛ መመዝገቢያ API መረጃዎች አልተዋቀሩም፣ እባክዎ የስርዓት አስተዳዳሪን ያግኙ። አካውንት መፍጠር መቀጠል ይፈልጋሉ",
|
|
178
|
+
"noMatchingGlobalProperties": "No global properties match your search",
|
|
147
179
|
"noMatchingUsers": "ተዛማጅ ተጠቃሚዎች አልተገኙም",
|
|
148
180
|
"noRecordsFound": "ምንም የETL ክንውን ምዝግብ ማስታወሻዎች አልተገኙም",
|
|
149
181
|
"noRespond": "አይ",
|
|
@@ -160,6 +192,8 @@
|
|
|
160
192
|
"operationsConfirmationMessages": "{{operationTypeOrName}} ይፈልጋሉ?",
|
|
161
193
|
"operationSuccess": "{{operationName}} በተሳካ ሁኔታ {{operationType}}",
|
|
162
194
|
"operationSuccessSubtitle": "ክንውኑ በተሳካ ሁኔታ ተጠናቋል።",
|
|
195
|
+
"pageRangeText_one": "",
|
|
196
|
+
"pageRangeText_other": "",
|
|
163
197
|
"passportNumber": "ፓስፖርት ቁጥር",
|
|
164
198
|
"permanent": "ቋሚ?",
|
|
165
199
|
"phone": "Phone",
|
|
@@ -169,9 +203,11 @@
|
|
|
169
203
|
"practiceType": "Practice Type",
|
|
170
204
|
"practiceTypePlaceholder": "e.g. Clinical Practice",
|
|
171
205
|
"practitioner": "Practitioner",
|
|
206
|
+
"preferredHandlerClassname": "Preferred handler classname",
|
|
172
207
|
"previousPage": "የቀድሞ ገጽ",
|
|
173
208
|
"procedure": "ሥነ-ሥርዓት",
|
|
174
209
|
"professionalCadre": "Professional Cadre",
|
|
210
|
+
"property": "Property",
|
|
175
211
|
"providerAccount": "Provider Account",
|
|
176
212
|
"providerBanner": "የአቅራቢ ባነር",
|
|
177
213
|
"providerCadre": "Provider cadre",
|
|
@@ -214,10 +250,12 @@
|
|
|
214
250
|
"searchFailed": "Search failed",
|
|
215
251
|
"searchForLocation": "Search for location",
|
|
216
252
|
"searchForUsers": "ተጠቃሚ ፈልግ",
|
|
253
|
+
"searchGlobalPropertiesByName": "Search global property by name",
|
|
217
254
|
"searchLocation": "Search Location",
|
|
218
255
|
"searchNoResults": "ምንም ተዛማጅ ውጤቶች አልተገኙም",
|
|
219
256
|
"searchNoResultsHelper": "የተለየ ቃል ለመፈለግ ይሞክሩ",
|
|
220
257
|
"searchParentLocation": "Search for location...",
|
|
258
|
+
"selectDatatypeClassname": "Select datatype classname",
|
|
221
259
|
"selectTagPlaceholder": "Select a tag",
|
|
222
260
|
"selectTags": "Select tag(s)",
|
|
223
261
|
"sex": "Sex",
|
|
@@ -227,7 +265,6 @@
|
|
|
227
265
|
"specialty": "Specialty",
|
|
228
266
|
"specialtyPlaceholder": "e.g. MEDICAL DOCTOR",
|
|
229
267
|
"startTime": "የመጀመሪያ ሰዓት",
|
|
230
|
-
"status": "Status",
|
|
231
268
|
"stockLocation": "የክምችት ቦታ",
|
|
232
269
|
"stockOperation": "የክምችት ክንውን",
|
|
233
270
|
"stockRole": "የክምችት ሚና",
|
|
@@ -248,7 +285,6 @@
|
|
|
248
285
|
"totalBeds": "Total beds",
|
|
249
286
|
"town": "Town",
|
|
250
287
|
"tryDifferentSearch": "የተለየ የፍለጋ ቃል ይሞክሩ",
|
|
251
|
-
"unknown": "Unknown",
|
|
252
288
|
"unknownError": "የጤና ሰራተኛ መመዝገቢያን በሚፈልጉበት ጊዜ ያልታወቀ ስህተት ተከስቷል፣ እባክዎ የስርዓት አስተዳዳሪን ያግኙ። አካውንት መፍጠር መቀጠል ይፈልጋሉ",
|
|
253
289
|
"unlicensed": "ፈቃድ የሌለው",
|
|
254
290
|
"Unlicensed": "ፈቃድ የሌለው",
|
|
@@ -271,6 +307,7 @@
|
|
|
271
307
|
"valid": "Valid",
|
|
272
308
|
"validity": "Validity",
|
|
273
309
|
"validLicense": "ትክክለኛ ፈቃድ",
|
|
310
|
+
"value": "Value",
|
|
274
311
|
"viewRoles_one": "View roles ({{count}})",
|
|
275
312
|
"viewRoles_other": "View roles ({{count}})",
|
|
276
313
|
"yes": "አዎ",
|
package/translations/en.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"activeFrom": "Active From",
|
|
6
6
|
"activeTo": "Active To",
|
|
7
7
|
"addAnotherRoleScope": "Add user role scope",
|
|
8
|
+
"addGlobalProperty": "Add global property",
|
|
8
9
|
"addLocation": "Add Location",
|
|
9
10
|
"addRoleScope": "Add a new user role scope",
|
|
10
11
|
"addUser": "Add User",
|
|
@@ -17,6 +18,7 @@
|
|
|
17
18
|
"chooseIdentifierType": "Choose identifier type",
|
|
18
19
|
"chooseRegulator": "Choose regulator",
|
|
19
20
|
"chooseRegulatorType": "Choose regulator option",
|
|
21
|
+
"clearSearchButton": "Clear search button",
|
|
20
22
|
"completionStatus": "Completion status",
|
|
21
23
|
"confirmation": "Confirmation",
|
|
22
24
|
"contact": "Contact",
|
|
@@ -26,26 +28,33 @@
|
|
|
26
28
|
"cots": "Cots",
|
|
27
29
|
"country": "Country",
|
|
28
30
|
"county": "County",
|
|
31
|
+
"datatypeClassname": "Datatype classname",
|
|
32
|
+
"datatypeConfig": "Datatype config",
|
|
29
33
|
"delete": "Delete",
|
|
34
|
+
"deleteGlobalProperty": "Delete global property",
|
|
35
|
+
"deleteGlobalPropertyConfirmation": "Are you sure you want to delete the global property \"{{property}}\"?",
|
|
36
|
+
"deleteGlobalPropertyWarning": "This action cannot be undone.",
|
|
37
|
+
"deleting": "Deleting...",
|
|
30
38
|
"deletingstockUserScope": "Delete Stock User Scope",
|
|
31
39
|
"demographicInfo": "Demographic info",
|
|
32
40
|
"demographicInformation": "Demographic Info",
|
|
33
41
|
"description": "Description",
|
|
34
42
|
"dialysisBeds": "Dialysis",
|
|
35
43
|
"edit": "Edit",
|
|
44
|
+
"editGlobalProperty": "Edit global property",
|
|
36
45
|
"editProvider": "Edit Provider Details",
|
|
37
46
|
"EditProviderDetails": "Edit provider details?",
|
|
38
47
|
"editRoleScope": "Edit User Role Scope",
|
|
39
48
|
"editUser": "Edit user",
|
|
40
49
|
"email": "Enter Email",
|
|
41
|
-
"emailAddress": "Email
|
|
50
|
+
"emailAddress": "Email",
|
|
42
51
|
"enable": "Enable?",
|
|
43
52
|
"enabled": "Enabled",
|
|
44
53
|
"endTime": "End time",
|
|
45
54
|
"enterIdentifierNumber": "Enter identifier number",
|
|
46
55
|
"error": "Error",
|
|
47
56
|
"errorDeletingUserScope": "Error deleting a user scope",
|
|
48
|
-
"errorSyncMsg": "",
|
|
57
|
+
"errorSyncMsg": "Failed to sync {{identifier}}: {{error}}",
|
|
49
58
|
"etlAdministration": "ETL Administration",
|
|
50
59
|
"etlOperation": "ETL operations",
|
|
51
60
|
"etlsOperationsLoading": "Please wait {{currentOperation}} is in progress...",
|
|
@@ -54,11 +63,11 @@
|
|
|
54
63
|
"expiresIn3Months": "Expires in 3 months",
|
|
55
64
|
"expiresSoon": "Expires Soon",
|
|
56
65
|
"externalRef": "External ref",
|
|
57
|
-
"externalReferenceId": "External
|
|
66
|
+
"externalReferenceId": "External reference ID",
|
|
58
67
|
"facilityDetails": "Facility Details",
|
|
59
68
|
"facilityEmail": "Email",
|
|
60
69
|
"facilityInfo": "Facility Info",
|
|
61
|
-
"facilityName": "Facility
|
|
70
|
+
"facilityName": "Facility name",
|
|
62
71
|
"facilityOwnership": "Ownership",
|
|
63
72
|
"facilityPhone": "Phone",
|
|
64
73
|
"facilityRegistryLoadError": "Failed to load the facility record.",
|
|
@@ -79,34 +88,53 @@
|
|
|
79
88
|
"frCode": "FR code",
|
|
80
89
|
"gender": "Gender",
|
|
81
90
|
"genderRequired": "Gender is required",
|
|
82
|
-
"generalInformation": "General
|
|
91
|
+
"generalInformation": "General information",
|
|
83
92
|
"givenName": "Given Name",
|
|
84
93
|
"givenNameRequired": "Given name is required",
|
|
94
|
+
"globalProperties": "Global properties",
|
|
95
|
+
"globalProperty": "Global property",
|
|
96
|
+
"globalPropertyError": "Global property",
|
|
97
|
+
"gpCreated": "Global property {{property}} was created successfully.",
|
|
98
|
+
"gpDatatypeConfigPlaceholder": "Optional datatype configuration",
|
|
99
|
+
"gpDeleted": "Global property deleted",
|
|
100
|
+
"gpDeletedSubtitle": "{{property}} was deleted successfully.",
|
|
101
|
+
"gpDeleteError": "Error deleting global property",
|
|
102
|
+
"gpDescriptionPlaceholder": "Optional description",
|
|
103
|
+
"gpHandlerConfigPlaceholder": "Optional handler configuration",
|
|
104
|
+
"gpPreferredHandlerPlaceholder": "Optional preferred handler classname",
|
|
105
|
+
"gpPropertyNameRequired": "Property name is required",
|
|
106
|
+
"gpPropertyPlaceholder": "e.g. setting.name",
|
|
107
|
+
"gpSaveError": "Error saving global property",
|
|
108
|
+
"gpUpdated": "Global property {{property}} was updated successfully.",
|
|
109
|
+
"gpValuePlaceholder": "Enter value",
|
|
110
|
+
"gpValueRequired": "Value is required",
|
|
111
|
+
"handlerConfig": "Handler config",
|
|
85
112
|
"hduBeds": "HDU",
|
|
86
|
-
"healthWorkerDetailsFound": "Health worker
|
|
113
|
+
"healthWorkerDetailsFound": "Health worker found in the registry. Use this information to pre-fill the registration form?",
|
|
87
114
|
"HealthworkerNotFound": "The health worker records could not be found in Health Worker registry, do you want to continue to create an account",
|
|
88
115
|
"healthWorkerRegistry": "Health worker registry",
|
|
89
116
|
"healthWorkerRegistryEmpty": "Create an Account",
|
|
90
|
-
"healthWorkerSync": "
|
|
117
|
+
"healthWorkerSync": "Look up this provider in the Kenya health worker registry and overwrite local attributes with registry values.",
|
|
91
118
|
"healthWorkVerify": "Health worker registry verification",
|
|
92
119
|
"home": "Home",
|
|
93
120
|
"hubFacility": "Hub facility",
|
|
94
121
|
"hwrError": "Sync failed",
|
|
95
122
|
"icuBeds": "ICU",
|
|
96
|
-
"identificationNumber": "Identification
|
|
123
|
+
"identificationNumber": "Identification number",
|
|
97
124
|
"identificationType": "Identification Type",
|
|
98
125
|
"identifierNumber": "Identifier number*",
|
|
99
126
|
"identifierProvider": "Identifier:",
|
|
100
127
|
"identity": "Identity",
|
|
101
128
|
"inactive": "Inactive",
|
|
102
|
-
"
|
|
129
|
+
"itemsPerPage": "Items per page:",
|
|
130
|
+
"kephLevel": "KEPH level",
|
|
103
131
|
"lastSynced": "Last synced",
|
|
104
132
|
"licenseAndShaStatus": "License & SHA status",
|
|
105
133
|
"licenseBody": "License body",
|
|
106
134
|
"licenseBodyPlaceholder": "e.g. KMPDC",
|
|
107
135
|
"Licensed expiring soon": "Licensed expiring soon",
|
|
108
|
-
"licenseExpired": "License
|
|
109
|
-
"licenseExpiringSoon": "License
|
|
136
|
+
"licenseExpired": "License expired",
|
|
137
|
+
"licenseExpiringSoon": "License expiring soon",
|
|
110
138
|
"licenseExpiry": "License expiry",
|
|
111
139
|
"licenseExpiryDate": "License Expiry Date",
|
|
112
140
|
"licenseNumber": "License Number",
|
|
@@ -114,12 +142,12 @@
|
|
|
114
142
|
"licenses": "Licenses",
|
|
115
143
|
"licenseStart": "License start",
|
|
116
144
|
"licenseStatus": "License status",
|
|
117
|
-
"licenseValid": "License
|
|
145
|
+
"licenseValid": "License valid",
|
|
118
146
|
"licensing": "Licensing & qualifications",
|
|
119
|
-
"licensingBody": "Licensing
|
|
120
|
-
"loading": "",
|
|
147
|
+
"licensingBody": "Licensing body",
|
|
148
|
+
"loading": "Loading...",
|
|
121
149
|
"loadingFacility": "Loading facility…",
|
|
122
|
-
"loadingState": "",
|
|
150
|
+
"loadingState": "loading...",
|
|
123
151
|
"location": "Location(s)",
|
|
124
152
|
"locationCreated": "Location {{locationName}} was created successfully.",
|
|
125
153
|
"locationName": "Location Name",
|
|
@@ -134,17 +162,20 @@
|
|
|
134
162
|
"manageUsers": "Manage Users",
|
|
135
163
|
"manageUserWorkspace": "Manage User Workspace",
|
|
136
164
|
"middleName": "Middle Name",
|
|
165
|
+
"minMaxItems": "{{min}}-{{max}} of {{total}} items",
|
|
137
166
|
"nameProvider": "Name:",
|
|
138
167
|
"names": "Names",
|
|
139
168
|
"nationalId": "National ID",
|
|
140
|
-
"nationalID": "National
|
|
169
|
+
"nationalID": "National ID",
|
|
141
170
|
"nextPage": "Next page",
|
|
142
171
|
"no": "No",
|
|
143
172
|
"noBedOccupancyData": "No bed occupancy data",
|
|
144
173
|
"noContractedServices": "No contracted services on record for this facility.",
|
|
145
174
|
"noData": "No data to display",
|
|
146
175
|
"noDescriptionAvailable": "No description available",
|
|
176
|
+
"noGlobalProperties": "No global properties to display",
|
|
147
177
|
"noHwrApi": "Health Care Worker Registry API credentials not configured, Kindly contact system admin. Do you want to continue to create an account",
|
|
178
|
+
"noMatchingGlobalProperties": "No global properties match your search",
|
|
148
179
|
"noMatchingUsers": "No matching users found",
|
|
149
180
|
"noRecordsFound": "No ETL Operation logs found",
|
|
150
181
|
"noRespond": "No",
|
|
@@ -161,18 +192,22 @@
|
|
|
161
192
|
"operationsConfirmationMessages": "Do you want to {{operationTypeOrName}}?",
|
|
162
193
|
"operationSuccess": "{{operationName}} successfully {{operationType}}",
|
|
163
194
|
"operationSuccessSubtitle": "The operation completed successfully.",
|
|
195
|
+
"pageRangeText_one": "of {{count}} page",
|
|
196
|
+
"pageRangeText_other": "of {{count}} pages",
|
|
164
197
|
"passportNumber": "Passport number",
|
|
165
198
|
"permanent": "Permanent?",
|
|
166
199
|
"phone": "Phone",
|
|
167
|
-
"phoneNumber": "Phone
|
|
200
|
+
"phoneNumber": "Enter Phone Number",
|
|
168
201
|
"physicalLocation": "Physical location",
|
|
169
202
|
"postalAddress": "Postal address",
|
|
170
|
-
"practiceType": "Practice
|
|
203
|
+
"practiceType": "Practice type",
|
|
171
204
|
"practiceTypePlaceholder": "e.g. Clinical Practice",
|
|
172
205
|
"practitioner": "Practitioner",
|
|
206
|
+
"preferredHandlerClassname": "Preferred handler classname",
|
|
173
207
|
"previousPage": "Previous page",
|
|
174
208
|
"procedure": "Procedure",
|
|
175
|
-
"professionalCadre": "Professional
|
|
209
|
+
"professionalCadre": "Professional cadre",
|
|
210
|
+
"property": "Property (required)",
|
|
176
211
|
"providerAccount": "Provider Account",
|
|
177
212
|
"providerBanner": "Provider banner",
|
|
178
213
|
"providerCadre": "Provider cadre",
|
|
@@ -186,7 +221,7 @@
|
|
|
186
221
|
"providerLicensePlaceholder": "e.g. GP/2026/638333",
|
|
187
222
|
"providerSaved": "Provider saved successfully",
|
|
188
223
|
"providerUniqueIdentifier": "Provider Unique Identifier",
|
|
189
|
-
"providerUniqueIdentifierPlaceholder": "
|
|
224
|
+
"providerUniqueIdentifierPlaceholder": "e.g. PUID-0002011-6",
|
|
190
225
|
"puid": "PUID",
|
|
191
226
|
"pullDetailsfromHWR": "Pulling data from Health worker registry...",
|
|
192
227
|
"qualification": "Qualification",
|
|
@@ -200,7 +235,7 @@
|
|
|
200
235
|
"refreshingUserScopes": "Refreshing user scopes...",
|
|
201
236
|
"refreshTables": "Refresh tables",
|
|
202
237
|
"registrationId": "Registration ID",
|
|
203
|
-
"registrationNumber": "Registration
|
|
238
|
+
"registrationNumber": "Registration no.",
|
|
204
239
|
"regulator": "Regulator",
|
|
205
240
|
"regulatoryBody": "Regulatory body",
|
|
206
241
|
"regulatoryOperationalStatus": "Regulatory status",
|
|
@@ -211,14 +246,16 @@
|
|
|
211
246
|
"roles": "Roles Info",
|
|
212
247
|
"rolesInfo": "Roles Info",
|
|
213
248
|
"saveAndClose": "Save & close",
|
|
214
|
-
"search": "Search
|
|
249
|
+
"search": "Search",
|
|
215
250
|
"searchFailed": "Search failed",
|
|
216
251
|
"searchForLocation": "Search for location",
|
|
217
252
|
"searchForUsers": "Search for user",
|
|
253
|
+
"searchGlobalPropertiesByName": "Search global property by name",
|
|
218
254
|
"searchLocation": "Search Location",
|
|
219
255
|
"searchNoResults": "Found no matching results",
|
|
220
256
|
"searchNoResultsHelper": "Try searching for a different term",
|
|
221
257
|
"searchParentLocation": "Search for location...",
|
|
258
|
+
"selectDatatypeClassname": "Select datatype classname",
|
|
222
259
|
"selectTagPlaceholder": "Select a tag",
|
|
223
260
|
"selectTags": "Select tag(s)",
|
|
224
261
|
"sex": "Sex",
|
|
@@ -238,14 +275,14 @@
|
|
|
238
275
|
"success": "Success",
|
|
239
276
|
"sync": "Sync",
|
|
240
277
|
"syncing": "Syncing...",
|
|
241
|
-
"syncMessage": "
|
|
278
|
+
"syncMessage": "Provider details synced from the registry",
|
|
242
279
|
"syncNow": "Sync now",
|
|
243
280
|
"syncSuccess": "Sync successful",
|
|
244
281
|
"syncWithRegistry": "Sync with facility registry",
|
|
245
282
|
"systemId": "System ID",
|
|
246
283
|
"tagLocation": "Tag Location",
|
|
247
284
|
"tags": "Tags",
|
|
248
|
-
"totalBeds": "Total
|
|
285
|
+
"totalBeds": "Total",
|
|
249
286
|
"town": "Town",
|
|
250
287
|
"tryDifferentSearch": "Try a different search term",
|
|
251
288
|
"unknownError": "An error occurred while searching Health Worker Registry, kindly contact system admin. Do you want to continue to create an account",
|
|
@@ -270,6 +307,7 @@
|
|
|
270
307
|
"valid": "Valid",
|
|
271
308
|
"validity": "Validity",
|
|
272
309
|
"validLicense": "Valid License",
|
|
310
|
+
"value": "Value (required)",
|
|
273
311
|
"viewRoles_one": "View roles ({{count}})",
|
|
274
312
|
"viewRoles_other": "View roles ({{count}})",
|
|
275
313
|
"yes": "Yes",
|