@openmrs/esm-fast-data-entry-app 1.2.1-pre.251 → 1.2.1-pre.258
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/1197.js +1 -1
- package/dist/2146.js +1 -1
- package/dist/2690.js +1 -1
- package/dist/3099.js +1 -1
- package/dist/3579.js +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4944.js +1 -1
- package/dist/4957.js +1 -0
- package/dist/{6696.js.map → 4957.js.map} +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/6039.js +2 -0
- package/dist/{2546.js.map → 6039.js.map} +1 -1
- package/dist/6077.js +1 -1
- package/dist/6077.js.map +1 -1
- package/dist/6269.js +1 -1
- package/dist/6269.js.map +1 -1
- package/dist/6468.js +1 -1
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7236.js +1 -1
- package/dist/8163.js +1 -0
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9088.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9543.js +1 -0
- package/dist/{2935.js.map → 9543.js.map} +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-fast-data-entry-app.js +1 -1
- package/dist/openmrs-esm-fast-data-entry-app.js.buildmanifest.json +201 -179
- package/dist/routes.json +1 -1
- package/package.json +4 -4
- package/translations/am.json +3 -0
- package/translations/ar.json +3 -0
- package/translations/bn.json +3 -0
- package/translations/de.json +3 -0
- package/translations/es.json +2 -2
- package/translations/fr.json +2 -2
- package/translations/he.json +3 -0
- package/translations/hi.json +3 -0
- package/translations/hi_IN.json +3 -0
- package/translations/id.json +3 -0
- package/translations/it.json +76 -73
- package/translations/km.json +3 -0
- package/translations/ku.json +3 -0
- package/translations/ky.json +78 -0
- package/translations/lg.json +3 -0
- package/translations/ne.json +3 -0
- package/translations/pt.json +3 -0
- package/translations/pt_BR.json +3 -0
- package/translations/qu.json +3 -0
- package/translations/ru_RU.json +3 -0
- package/translations/si.json +3 -0
- package/translations/sw.json +3 -0
- package/translations/sw_KE.json +3 -0
- package/translations/tr.json +3 -0
- package/translations/tr_TR.json +3 -0
- package/translations/uk.json +3 -0
- package/translations/uz.json +3 -0
- package/translations/uz_UZ.json +3 -0
- package/translations/vi.json +3 -0
- package/translations/zh.json +3 -0
- package/translations/zh_CN.json +3 -0
- package/dist/2546.js +0 -2
- package/dist/2935.js +0 -1
- package/dist/6696.js +0 -1
- /package/dist/{2546.js.LICENSE.txt → 6039.js.LICENSE.txt} +0 -0
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.2.0"},"pages":[{"component":"root","routeRegex":"forms","online":true,"offline":true}],"extensions":[{"name":"forms-app-link","slot":"app-menu-slot","component":"formsAppMenuLink","online":true,"offline":true}],"version":"1.2.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"fhir2":">=1.2","webservices.rest":"^2.2.0"},"pages":[{"component":"root","routeRegex":"forms","online":true,"offline":true}],"extensions":[{"name":"forms-app-link","slot":"app-menu-slot","component":"formsAppMenuLink","online":true,"offline":true}],"version":"1.2.1-pre.258"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-fast-data-entry-app",
|
|
3
|
-
"version": "1.2.1-pre.
|
|
3
|
+
"version": "1.2.1-pre.258",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "O3 frontend module for fast data entry using the OpenMRS Angular Form Engine",
|
|
6
6
|
"browser": "dist/openmrs-esm-fast-data-entry-app.js",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"semver": "^7.5.4",
|
|
90
90
|
"swc-loader": "^0.2.3",
|
|
91
91
|
"swr": "^2.2.4",
|
|
92
|
-
"turbo": "^2.
|
|
92
|
+
"turbo": "^2.5.2",
|
|
93
93
|
"typescript": "^4.9.5",
|
|
94
94
|
"webpack": "^5.88.2",
|
|
95
95
|
"webpack-cli": "^5.1.4"
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
"i18next-parser": "^6.6.0",
|
|
101
101
|
"playwright": "^1.50.1",
|
|
102
102
|
"react-hook-form": "^7.34.2",
|
|
103
|
-
"turbo": "^2.
|
|
103
|
+
"turbo": "^2.5.2",
|
|
104
104
|
"uuid": "^9.0.1"
|
|
105
105
|
},
|
|
106
|
-
"packageManager": "yarn@4.
|
|
106
|
+
"packageManager": "yarn@4.9.1",
|
|
107
107
|
"stableVersion": "1.2.0"
|
|
108
108
|
}
|
package/translations/am.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/ar.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "الرجاء اختيار مجموعة.",
|
|
10
10
|
"clearSearch": "مسح",
|
|
11
11
|
"complete": "اكتمال",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "إنشاء مجموعة",
|
|
13
15
|
"createNewGroup": "إنشاء مجموعة جديدة",
|
|
14
16
|
"createNewPatient": "إنشاء مريض جديد",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "أو",
|
|
42
44
|
"orLabelName": "أو اسم العلامة",
|
|
43
45
|
"patientIsPresent": "المريض موجود",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "المرضى في المجموعة",
|
|
45
48
|
"postError": "خطأ POST",
|
|
46
49
|
"practitionerName": "اسم الممارس",
|
package/translations/bn.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/de.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/es.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"chooseGroupError": "Por favor, elige un grupo.",
|
|
10
10
|
"clearSearch": "Limpiar",
|
|
11
11
|
"complete": "Completar",
|
|
12
|
-
"confirmPatientSelection": "
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
13
|
"continue": "Continue",
|
|
14
14
|
"createGroup": "Crear Grupo",
|
|
15
15
|
"createNewGroup": "Crear Nuevo Grupo",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"or": "o",
|
|
44
44
|
"orLabelName": "Nombre de Etiqueta OR",
|
|
45
45
|
"patientIsPresent": "Paciente está presente",
|
|
46
|
-
"patientLocationMismatch": "
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
47
47
|
"patientsInGroup": "Pacientes en el grupo",
|
|
48
48
|
"postError": "Error de POST",
|
|
49
49
|
"practitionerName": "Nombre del Practicante",
|
package/translations/fr.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"chooseGroupError": "Veuillez sélectionner un groupe",
|
|
10
10
|
"clearSearch": "Clair",
|
|
11
11
|
"complete": "Terminer",
|
|
12
|
-
"confirmPatientSelection": "
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
13
|
"continue": "Continue",
|
|
14
14
|
"createGroup": "Créer un groupe",
|
|
15
15
|
"createNewGroup": "Créer un nouveau groupe",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"or": "ou",
|
|
44
44
|
"orLabelName": "OU nom de l'étiquette",
|
|
45
45
|
"patientIsPresent": "Le patient est présent",
|
|
46
|
-
"patientLocationMismatch": "
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
47
47
|
"patientsInGroup": "Patients dans le groupe",
|
|
48
48
|
"postError": "Erreur de POST",
|
|
49
49
|
"practitionerName": "Nom du praticien",
|
package/translations/he.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/hi.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/hi_IN.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/id.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/it.json
CHANGED
|
@@ -1,75 +1,78 @@
|
|
|
1
1
|
{
|
|
2
|
-
"actions": "
|
|
3
|
-
"allFieldsRequired": "
|
|
4
|
-
"allForms": "
|
|
5
|
-
"areYouSure": "
|
|
6
|
-
"cancel": "
|
|
7
|
-
"cancelExplanation": "
|
|
8
|
-
"changeGroup": "
|
|
9
|
-
"chooseGroupError": "
|
|
10
|
-
"clearSearch": "
|
|
11
|
-
"complete": "
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
2
|
+
"actions": "Azioni",
|
|
3
|
+
"allFieldsRequired": "Tutti i campi sono obbligatori, a meno che non siano contrassegnati come opzionali",
|
|
4
|
+
"allForms": "Tutti i moduli",
|
|
5
|
+
"areYouSure": "Sei sicuro?",
|
|
6
|
+
"cancel": "Annulla",
|
|
7
|
+
"cancelExplanation": "Perderai tutte le modifiche non salvate nel modulo corrente. Vuoi scartare la sessione attuale?",
|
|
8
|
+
"changeGroup": "Scegli un gruppo diverso",
|
|
9
|
+
"chooseGroupError": "Seleziona un gruppo.",
|
|
10
|
+
"clearSearch": "Cancella",
|
|
11
|
+
"complete": "Completa",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
14
|
+
"createGroup": "Crea gruppo",
|
|
15
|
+
"createNewGroup": "Crea nuovo gruppo",
|
|
16
|
+
"createNewPatient": "Crea nuovo paziente",
|
|
17
|
+
"createNewSession": "Crea nuova sessione",
|
|
18
|
+
"discard": "Scarta",
|
|
19
|
+
"editGroup": "Modifica gruppo",
|
|
20
|
+
"error": "Errore",
|
|
21
|
+
"errorCopy": "Spiacente, si è verificato un errore. Puoi provare a ricaricare la pagina o contattare l'amministratore del sito citando il codice errore sopra indicato.",
|
|
22
|
+
"errorLoadingData": "Errore nel caricamento dei dati",
|
|
23
|
+
"fastDataEntry": "Inserimento rapido dei dati",
|
|
24
|
+
"fillForm": "Compila modulo",
|
|
25
|
+
"findGroup": "Trova gruppo",
|
|
26
|
+
"formName": "Nome del modulo",
|
|
27
|
+
"formsAppMenuLink": "Inserimento rapido dei dati",
|
|
28
|
+
"formsFilled": "Moduli compilati",
|
|
29
|
+
"goToForm": "Vai al modulo",
|
|
30
|
+
"groupNameError": "Inserisci un nome per il gruppo.",
|
|
31
|
+
"identifier": "Identificativo",
|
|
32
|
+
"markAbsentPatients": "I pazienti di questo gruppo. I pazienti che non sono presenti nella sessione devono essere contrassegnati come assenti.",
|
|
33
|
+
"members": "membri",
|
|
34
|
+
"name": "Nome",
|
|
35
|
+
"newGroupName": "Nuovo nome del gruppo",
|
|
36
|
+
"newGroupSession": "Nuova sessione di gruppo",
|
|
37
|
+
"nextPatient": "Paziente successivo",
|
|
38
|
+
"noFormsFound": "Nessun modulo disponibile",
|
|
39
|
+
"noFormsFoundMessage": "Nessun modulo trovato per questa categoria. Verifica gli UUID del concetto del modulo e i permessi di accesso.",
|
|
40
|
+
"noGroupsFoundMessage": "Spiacente, nessun gruppo trovato",
|
|
41
|
+
"noMoreResults": "Fine dei risultati di ricerca",
|
|
42
|
+
"noPatientError": "Inserisci almeno un paziente.",
|
|
43
|
+
"or": "o",
|
|
44
|
+
"orLabelName": "Nome etichetta OR",
|
|
45
|
+
"patientIsPresent": "Il paziente è presente",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
47
|
+
"patientsInGroup": "Pazienti nel gruppo",
|
|
48
|
+
"postError": "Errore POST",
|
|
49
|
+
"practitionerName": "Nome del medico",
|
|
50
|
+
"remove": "Rimuovi",
|
|
51
|
+
"requiredField": "Questo campo è obbligatorio",
|
|
52
|
+
"resumeGroupSession": "Riprendi sessione di gruppo",
|
|
53
|
+
"resumeSession": "Riprendi sessione",
|
|
54
|
+
"review": "Rivedi",
|
|
55
|
+
"save": "Salva",
|
|
56
|
+
"save&close": "Salva e chiudi",
|
|
57
|
+
"saveAndComplete": "Salva e completa",
|
|
58
|
+
"saveExplanation": "Vuoi salvare il modulo attuale ed uscire dal flusso di lavoro?",
|
|
59
|
+
"saveForm": "Salva modulo",
|
|
60
|
+
"saveSession": "Salva sessione",
|
|
61
|
+
"search": "Cerca",
|
|
62
|
+
"searchForGroup": "Cerca un gruppo per nome",
|
|
63
|
+
"searchForPatientsToAddToGroup": "Cerca pazienti da aggiungere al gruppo",
|
|
64
|
+
"searchResultsText": "risultato(i) della ricerca",
|
|
65
|
+
"selectGroupFirst": "Seleziona prima un gruppo",
|
|
66
|
+
"selectPatientFirst": "Seleziona prima un paziente",
|
|
67
|
+
"sessionDate": "Data della sessione",
|
|
68
|
+
"sessionDetails": "1. Dettagli della sessione",
|
|
69
|
+
"sessionName": "Nome della sessione",
|
|
70
|
+
"sessionNotes": "Note della sessione",
|
|
71
|
+
"sessionParticipants": "2. Partecipanti alla sessione",
|
|
72
|
+
"sessionSpecificDetails": "3. Dettagli specifici",
|
|
73
|
+
"sessionSpecificDetailsDescription": "Saranno mappati alle risposte del modulo per tutti i pazienti come dati precompilati.",
|
|
74
|
+
"startGroupSession": "Inizia sessione di gruppo",
|
|
75
|
+
"trySearchWithPatientUniqueID": "Prova a cercare con la descrizione della coorte",
|
|
76
|
+
"unknown": "Sconosciuto",
|
|
77
|
+
"unknownPostError": "Si è verificato un errore sconosciuto durante il salvataggio dei dati"
|
|
75
78
|
}
|
package/translations/km.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/ku.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": "Actions",
|
|
3
|
+
"allFieldsRequired": "All fields are required unless marked optional",
|
|
4
|
+
"allForms": "All Forms",
|
|
5
|
+
"areYouSure": "Are you sure?",
|
|
6
|
+
"cancel": "Cancel",
|
|
7
|
+
"cancelExplanation": "You will lose any unsaved changes on the current form. Do you want to discard the current session?",
|
|
8
|
+
"changeGroup": "Choose a different group",
|
|
9
|
+
"chooseGroupError": "Please choose a group.",
|
|
10
|
+
"clearSearch": "Clear",
|
|
11
|
+
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
14
|
+
"createGroup": "Create Group",
|
|
15
|
+
"createNewGroup": "Create New Group",
|
|
16
|
+
"createNewPatient": "Create new patient",
|
|
17
|
+
"createNewSession": "Create New Session",
|
|
18
|
+
"discard": "Discard",
|
|
19
|
+
"editGroup": "Edit Group",
|
|
20
|
+
"error": "Error",
|
|
21
|
+
"errorCopy": "Sorry, there was an error. You can try to reload this page, or contact the site administrator and quote the error code above.",
|
|
22
|
+
"errorLoadingData": "Error Loading Data",
|
|
23
|
+
"fastDataEntry": "Fast Data Entry",
|
|
24
|
+
"fillForm": "Fill Form",
|
|
25
|
+
"findGroup": "Find group",
|
|
26
|
+
"formName": "Form Name",
|
|
27
|
+
"formsAppMenuLink": "Fast Data Entry",
|
|
28
|
+
"formsFilled": "Forms filled",
|
|
29
|
+
"goToForm": "Go To Form",
|
|
30
|
+
"groupNameError": "Please enter a group name.",
|
|
31
|
+
"identifier": "Identifier",
|
|
32
|
+
"markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
|
|
33
|
+
"members": "members",
|
|
34
|
+
"name": "Name",
|
|
35
|
+
"newGroupName": "New Group Name",
|
|
36
|
+
"newGroupSession": "New Group Session",
|
|
37
|
+
"nextPatient": "Next patient",
|
|
38
|
+
"noFormsFound": "No Forms To Show",
|
|
39
|
+
"noFormsFoundMessage": "No forms could be found for this category. Please double check the form concept uuids and access permissions.",
|
|
40
|
+
"noGroupsFoundMessage": "Sorry, no groups have been found",
|
|
41
|
+
"noMoreResults": "End of search results",
|
|
42
|
+
"noPatientError": "Please enter at least one patient.",
|
|
43
|
+
"or": "or",
|
|
44
|
+
"orLabelName": "OR label name",
|
|
45
|
+
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
47
|
+
"patientsInGroup": "Patients in group",
|
|
48
|
+
"postError": "POST Error",
|
|
49
|
+
"practitionerName": "Practitioner Name",
|
|
50
|
+
"remove": "Remove",
|
|
51
|
+
"requiredField": "This field is required",
|
|
52
|
+
"resumeGroupSession": "Resume Group Session",
|
|
53
|
+
"resumeSession": "Resume Session",
|
|
54
|
+
"review": "Review",
|
|
55
|
+
"save": "Save",
|
|
56
|
+
"save&close": "Save & Close",
|
|
57
|
+
"saveAndComplete": "Save & Complete",
|
|
58
|
+
"saveExplanation": "Do you want to save the current form and exit the workflow?",
|
|
59
|
+
"saveForm": "Save Form",
|
|
60
|
+
"saveSession": "Save Session",
|
|
61
|
+
"search": "Search",
|
|
62
|
+
"searchForGroup": "Search for a group by name",
|
|
63
|
+
"searchForPatientsToAddToGroup": "Search for patients to add to group",
|
|
64
|
+
"searchResultsText": "search result(s)",
|
|
65
|
+
"selectGroupFirst": "Please select a group first",
|
|
66
|
+
"selectPatientFirst": "Please select a patient first",
|
|
67
|
+
"sessionDate": "Session Date",
|
|
68
|
+
"sessionDetails": "1. Session details",
|
|
69
|
+
"sessionName": "Session Name",
|
|
70
|
+
"sessionNotes": "Session Notes",
|
|
71
|
+
"sessionParticipants": "2. Session participants",
|
|
72
|
+
"sessionSpecificDetails": "3. Specific details",
|
|
73
|
+
"sessionSpecificDetailsDescription": "They will be mapped to form responses for all patients as pre-filled data.",
|
|
74
|
+
"startGroupSession": "Start Group Session",
|
|
75
|
+
"trySearchWithPatientUniqueID": "Try searching with the cohort's description",
|
|
76
|
+
"unknown": "Unknown",
|
|
77
|
+
"unknownPostError": "An unknown error occurred while saving data"
|
|
78
|
+
}
|
package/translations/lg.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Londa ekibiina eky'amazima",
|
|
10
10
|
"clearSearch": "Sangula ",
|
|
11
11
|
"complete": "Maliriza",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Tondawo Ekibiina ky'Abalwadde",
|
|
13
15
|
"createNewGroup": "Tondawo Ekibiina ky'Abalwadde Empya",
|
|
14
16
|
"createNewPatient": "Yingiza Omulwadde Omuggya",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "Oba",
|
|
42
44
|
"orLabelName": "Oba erinnya ly'ekimanyiddwa",
|
|
43
45
|
"patientIsPresent": "Omulwadde Aliwo",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Abalwadde mu Kibiina",
|
|
45
48
|
"postError": "Ensobi mu Kutekaayo Obubaka",
|
|
46
49
|
"practitionerName": "Erinnya ly’Omusawo",
|
package/translations/ne.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/pt.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/pt_BR.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Escolha um grupo.",
|
|
10
10
|
"clearSearch": "Limpar",
|
|
11
11
|
"complete": "Completo",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Criar grupo",
|
|
13
15
|
"createNewGroup": "Criar novo grupo",
|
|
14
16
|
"createNewPatient": "Criar novo paciente",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "ou",
|
|
42
44
|
"orLabelName": "OU nome do rótulo",
|
|
43
45
|
"patientIsPresent": "O paciente está presente",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Pacientes no grupo",
|
|
45
48
|
"postError": "Erro de POST",
|
|
46
49
|
"practitionerName": "Nome do profissional",
|
package/translations/qu.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/ru_RU.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|
package/translations/si.json
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"chooseGroupError": "Please choose a group.",
|
|
10
10
|
"clearSearch": "Clear",
|
|
11
11
|
"complete": "Complete",
|
|
12
|
+
"confirmPatientSelection": "Confirm patient selection",
|
|
13
|
+
"continue": "Continue",
|
|
12
14
|
"createGroup": "Create Group",
|
|
13
15
|
"createNewGroup": "Create New Group",
|
|
14
16
|
"createNewPatient": "Create new patient",
|
|
@@ -41,6 +43,7 @@
|
|
|
41
43
|
"or": "or",
|
|
42
44
|
"orLabelName": "OR label name",
|
|
43
45
|
"patientIsPresent": "Patient is present",
|
|
46
|
+
"patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
|
|
44
47
|
"patientsInGroup": "Patients in group",
|
|
45
48
|
"postError": "POST Error",
|
|
46
49
|
"practitionerName": "Practitioner Name",
|