@openmrs/esm-fast-data-entry-app 1.4.2-pre.628 → 1.4.2-pre.630

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 (85) hide show
  1. package/dist/1119.js +1 -1
  2. package/dist/1197.js +1 -1
  3. package/dist/2146.js +1 -1
  4. package/dist/2690.js +1 -1
  5. package/dist/3099.js +1 -1
  6. package/dist/3584.js +1 -1
  7. package/dist/4055.js +1 -1
  8. package/dist/4132.js +1 -1
  9. package/dist/4335.js +1 -1
  10. package/dist/439.js +1 -1
  11. package/dist/4618.js +1 -1
  12. package/dist/4652.js +1 -1
  13. package/dist/4944.js +1 -1
  14. package/dist/5173.js +1 -1
  15. package/dist/5241.js +1 -1
  16. package/dist/5442.js +1 -1
  17. package/dist/5661.js +1 -1
  18. package/dist/6022.js +1 -1
  19. package/dist/6468.js +1 -1
  20. package/dist/6589.js +1 -1
  21. package/dist/6679.js +1 -1
  22. package/dist/6840.js +1 -1
  23. package/dist/6859.js +1 -1
  24. package/dist/7097.js +1 -1
  25. package/dist/7159.js +1 -1
  26. package/dist/723.js +1 -1
  27. package/dist/7617.js +1 -1
  28. package/dist/795.js +1 -1
  29. package/dist/8163.js +1 -1
  30. package/dist/8349.js +1 -1
  31. package/dist/8371.js +1 -1
  32. package/dist/8618.js +1 -1
  33. package/dist/890.js +1 -1
  34. package/dist/9214.js +1 -1
  35. package/dist/9538.js +1 -1
  36. package/dist/9569.js +1 -1
  37. package/dist/986.js +1 -1
  38. package/dist/9879.js +1 -1
  39. package/dist/9895.js +1 -1
  40. package/dist/9900.js +1 -1
  41. package/dist/9913.js +1 -1
  42. package/dist/openmrs-esm-fast-data-entry-app.js.buildmanifest.json +125 -125
  43. package/dist/routes.json +1 -1
  44. package/package.json +1 -1
  45. package/translations/am.json +3 -0
  46. package/translations/ar.json +3 -0
  47. package/translations/ar_SY.json +3 -0
  48. package/translations/bn.json +3 -0
  49. package/translations/cs.json +3 -0
  50. package/translations/de.json +3 -0
  51. package/translations/en_US.json +3 -0
  52. package/translations/es.json +3 -0
  53. package/translations/es_MX.json +3 -0
  54. package/translations/fr.json +3 -0
  55. package/translations/he.json +3 -0
  56. package/translations/hi.json +3 -0
  57. package/translations/hi_IN.json +3 -0
  58. package/translations/id.json +3 -0
  59. package/translations/it.json +3 -0
  60. package/translations/ka.json +3 -0
  61. package/translations/km.json +3 -0
  62. package/translations/ku.json +3 -0
  63. package/translations/ky.json +3 -0
  64. package/translations/lg.json +3 -0
  65. package/translations/ne.json +3 -0
  66. package/translations/pl.json +3 -0
  67. package/translations/pt.json +3 -0
  68. package/translations/pt_BR.json +3 -0
  69. package/translations/qu.json +3 -0
  70. package/translations/ro_RO.json +3 -0
  71. package/translations/ru_RU.json +3 -0
  72. package/translations/si.json +3 -0
  73. package/translations/sq.json +3 -0
  74. package/translations/sw.json +3 -0
  75. package/translations/sw_KE.json +3 -0
  76. package/translations/tr.json +3 -0
  77. package/translations/tr_TR.json +3 -0
  78. package/translations/uk.json +3 -0
  79. package/translations/uz.json +3 -0
  80. package/translations/uz@Latn.json +3 -0
  81. package/translations/uz_UZ.json +3 -0
  82. package/translations/vi.json +3 -0
  83. package/translations/zh.json +3 -0
  84. package/translations/zh_CN.json +3 -0
  85. package/translations/zh_TW.json +3 -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.4.2-pre.628"}
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.4.2-pre.630"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-fast-data-entry-app",
3
- "version": "1.4.2-pre.628",
3
+ "version": "1.4.2-pre.630",
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",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Patient ID",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "إدخال البيانات السريع",
28
28
  "formsFilled": "النماذج المملوءة",
29
29
  "goToForm": "اذهب إلى النموذج",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "الرجاء إدخال اسم المجموعة.",
31
32
  "identifier": "هوية المريض",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "المرضى في هذه المجموعة. يجب وضع علامة على المرضى الذين ليسوا موجودين في الجلسة كغائبين.",
33
35
  "members": "أعضاء",
34
36
  "name": "الاسم",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "أو اسم العلامة",
45
47
  "patientIsPresent": "المريض موجود",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "المرضى في المجموعة",
48
51
  "postError": "خطأ POST",
49
52
  "practitionerName": "اسم الممارس",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Entrada Rápida de Datos",
28
28
  "formsFilled": "Formularios completados",
29
29
  "goToForm": "Ir al Formulario",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Por favor, ingresa un nombre de grupo.",
31
32
  "identifier": "ID del Paciente",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "Los pacientes en este grupo. Los pacientes que no estén presentes en la sesión deben ser marcados como ausentes.",
33
35
  "members": "miembros",
34
36
  "name": "Nombre",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "Nombre de Etiqueta OR",
45
47
  "patientIsPresent": "Paciente está presente",
46
48
  "patientLocationMismatch": "La ubicación seleccionada ({{hsuLocation}}) no coincide con la ubicación de la sesión actual ({{sessionLocation}}). ¿Estás seguro de que deseas continuar?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Pacientes en el grupo",
48
51
  "postError": "Error de POST",
49
52
  "practitionerName": "Nombre del Practicante",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Saisie rapide de données",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Accéder au formulaire",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Veuillez saisir un nom de groupe",
31
32
  "identifier": "Patient ID",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "Les patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "Membres",
34
36
  "name": "Nom",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OU nom de l'étiquette",
45
47
  "patientIsPresent": "Le patient est présent",
46
48
  "patientLocationMismatch": "L’unité de service de santé sélectionnée ({{hsuLocation}}) ne correspond pas à celle de votre session actuelle ({{sessionLocation}}). Confirmez-vous vouloir poursuivre ?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients dans le groupe",
48
51
  "postError": "Erreur de POST",
49
52
  "practitionerName": "Nom du praticien",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Patient ID",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Entri Data Cepat",
28
28
  "formsFilled": "Formulir terisi",
29
29
  "goToForm": "Buka Formulir",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Harap masukkan nama grup.",
31
32
  "identifier": "Identifikasi",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "Pasien dalam grup ini. Pasien yang tidak hadir dalam sesi harus ditandai sebagai tidak hadir.",
33
35
  "members": "anggota",
34
36
  "name": "Nama",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "Nama label ATAU",
45
47
  "patientIsPresent": "Pasien hadir",
46
48
  "patientLocationMismatch": "Lokasi HSU yang dipilih ({{hsuLocation}}) tidak sesuai dengan lokasi sesi saat ini ({{sessionLocation}}). Apakah Anda yakin ingin melanjutkan?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Pasien dalam grup",
48
51
  "postError": "Kesalahan POST",
49
52
  "practitionerName": "Nama Praktisi",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Inserimento rapido dei dati",
28
28
  "formsFilled": "Moduli compilati",
29
29
  "goToForm": "Vai al modulo",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Inserisci un nome per il gruppo.",
31
32
  "identifier": "Identificativo",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "I pazienti di questo gruppo. I pazienti che non sono presenti nella sessione devono essere contrassegnati come assenti.",
33
35
  "members": "membri",
34
36
  "name": "Nome",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "Nome etichetta OR",
45
47
  "patientIsPresent": "Il paziente è presente",
46
48
  "patientLocationMismatch": "La sede HSU selezionata ({{hsuLocation}}) non corrisponde alla sede della sessione corrente ({{sessionLocation}}). Sei sicuro di voler procedere?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Pazienti nel gruppo",
48
51
  "postError": "Errore POST",
49
52
  "practitionerName": "Nome del medico",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "სწრაფი მონაცემების შეყვანა",
28
28
  "formsFilled": "შევსებული ფორმები",
29
29
  "goToForm": "ფორმაზე გადასვლა",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "შეიყვანეთ ჯგუფის სახელი.",
31
32
  "identifier": "იდენტიფიკატორი",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "წევრი",
34
36
  "name": "სახელი",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "ან ჭდის სახელი",
45
47
  "patientIsPresent": "პაციენტი აქაა",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "პაციენტები ჯგუფში",
48
51
  "postError": "POST-ის შეცდომა",
49
52
  "practitionerName": "სპეციალისტის სახელი",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Patient ID",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Okuyingiza Ebibalo Mangu",
28
28
  "formsFilled": "Ffoomu Ezajjuzibwa",
29
29
  "goToForm": "Genda ku Ffoomu",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Mwebale, naye mwandibadde muyingiza erinnya ly’ekibiina",
31
32
  "identifier": "Eky'okulambulula Omulwadde",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "Abalwadde abali mu kibiina kino. Abalwadde abatalimu mu sseseoni basobola okukwatibwa nga tebaaliwo.",
33
35
  "members": "Abali mu Kibiina",
34
36
  "name": "Erinnya",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "Oba erinnya ly'ekimanyiddwa",
45
47
  "patientIsPresent": "Omulwadde Aliwo",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Abalwadde mu Kibiina",
48
51
  "postError": "Ensobi mu Kutekaayo Obubaka",
49
52
  "practitionerName": "Erinnya ly’Omusawo",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Entrada rápida de dados",
28
28
  "formsFilled": "Formulários preenchidos",
29
29
  "goToForm": "Ir para o formulário",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Digite um nome de grupo.",
31
32
  "identifier": "Identificador",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "Os pacientes desse grupo. Os pacientes que não estão presentes na sessão devem ser marcados como ausentes.",
33
35
  "members": "membros",
34
36
  "name": "Nome do módulo",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OU nome do rótulo",
45
47
  "patientIsPresent": "O paciente está presente",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Pacientes no grupo",
48
51
  "postError": "Erro de POST",
49
52
  "practitionerName": "Nome do profissional",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Introducere rapidă de date",
28
28
  "formsFilled": "Formulare completate",
29
29
  "goToForm": "Mergi la formular",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Te rugăm să introduci un nume pentru grup.",
31
32
  "identifier": "Identificator",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "Pacienții din acest grup. Cei care nu sunt prezenți în sesiune trebuie marcați ca absenți.",
33
35
  "members": "membri",
34
36
  "name": "Nume",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "sau nume etichetă",
45
47
  "patientIsPresent": "Pacientul este prezent",
46
48
  "patientLocationMismatch": "Locația HSU selectată ({{hsuLocation}}) nu corespunde cu locația sesiunii curente ({{sessionLocation}}). Ești sigur că vrei să continui?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Pacienți în grup",
48
51
  "postError": "Eroare POST",
49
52
  "practitionerName": "Nume practician",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Fast Data Entry",
28
28
  "formsFilled": "Forms filled",
29
29
  "goToForm": "Go To Form",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Please enter a group name.",
31
32
  "identifier": "Identifier",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "The patients in this group. Patients that are not present in the session should be marked as absent.",
33
35
  "members": "members",
34
36
  "name": "Name",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "OR label name",
45
47
  "patientIsPresent": "Patient is present",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Patients in group",
48
51
  "postError": "POST Error",
49
52
  "practitionerName": "Practitioner Name",
@@ -27,8 +27,10 @@
27
27
  "formsAppMenuLink": "Kuongeza Habari za Wagonjwa Haraka",
28
28
  "formsFilled": "Fomu Zilizojazwa",
29
29
  "goToForm": "Nenda kwa Fomu",
30
+ "groupLocationMismatchEnforced": "Cannot select group from {{groupLocation}} for a session at {{sessionLocation}}",
30
31
  "groupNameError": "Hitilafu katika jina la kikundi cha wagonjwa",
31
32
  "identifier": "Kitambulisho cha Mgonjwa",
33
+ "locationMismatch": "Location Mismatch",
32
34
  "markAbsentPatients": "Wagonjwa waliomo katika kundi hili. Wagonjwa ambao hawapo kwenye kikao wanapaswa kuashiriwa kama hawapo.",
33
35
  "members": "Wanachama wa Kikundi",
34
36
  "name": "Jina",
@@ -44,6 +46,7 @@
44
46
  "orLabelName": "Au Jina la Mgonjwa Aliye Hapa",
45
47
  "patientIsPresent": "Mgonjwa Yupo",
46
48
  "patientLocationMismatch": "The selected HSU location ({{hsuLocation}}) does not match the current session location ({{sessionLocation}}). Are you sure you want to proceed?",
49
+ "patientLocationMismatchEnforced": "Cannot add patient from {{hsuLocation}} to a session at {{sessionLocation}}",
47
50
  "patientsInGroup": "Wagonjwa Katika Kikundi",
48
51
  "postError": "Hitilafu katika kutuma ujumbe",
49
52
  "practitionerName": "Jina la Mtaalamu",