@openmrs/esm-patient-list-management-app 9.2.1-pre.7137 → 9.2.1-pre.7139
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 +4 -4
- package/dist/1119.js +1 -1
- 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/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/439.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4944.js +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/6022.js +1 -1
- package/dist/6468.js +1 -1
- package/dist/6589.js +1 -1
- package/dist/6679.js +1 -1
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8349.js +1 -1
- package/dist/8371.js +1 -1
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +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/openmrs-esm-patient-list-management-app.js.buildmanifest.json +125 -125
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/translations/am.json +2 -0
- package/translations/ar.json +2 -0
- package/translations/ar_SY.json +2 -0
- package/translations/bn.json +2 -0
- package/translations/cs.json +2 -0
- package/translations/de.json +2 -0
- package/translations/en_US.json +2 -0
- package/translations/es.json +2 -0
- package/translations/es_MX.json +2 -0
- package/translations/fr.json +2 -0
- package/translations/he.json +2 -0
- package/translations/hi.json +2 -0
- package/translations/hi_IN.json +2 -0
- package/translations/id.json +2 -0
- package/translations/it.json +2 -0
- package/translations/ka.json +2 -0
- package/translations/km.json +2 -0
- package/translations/ku.json +2 -0
- package/translations/ky.json +2 -0
- package/translations/lg.json +2 -0
- package/translations/ne.json +2 -0
- package/translations/pl.json +2 -0
- package/translations/pt.json +2 -0
- package/translations/pt_BR.json +2 -0
- package/translations/qu.json +2 -0
- package/translations/ro_RO.json +2 -0
- package/translations/ru_RU.json +2 -0
- package/translations/si.json +2 -0
- package/translations/sq.json +2 -0
- package/translations/sw.json +2 -0
- package/translations/sw_KE.json +2 -0
- package/translations/tr.json +2 -0
- package/translations/tr_TR.json +2 -0
- package/translations/uk.json +2 -0
- package/translations/uz.json +2 -0
- package/translations/uz@Latn.json +2 -0
- package/translations/uz_UZ.json +2 -0
- package/translations/vi.json +2 -0
- package/translations/zh.json +2 -0
- package/translations/zh_CN.json +2 -0
- package/translations/zh_TW.json +2 -0
package/dist/routes.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"extensions":[{"name":"patient-lists-dashboard-link","component":"patientListDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"patient-lists","slot":"patient-lists-dashboard-slot","title":"Patient lists"}},{"name":"patient-lists-dashboard","component":"root","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-button","component":"addPatientToPatientListMenuItem","slot":"patient-actions-slot"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"},{"name":"remove-patient-from-list-modal","component":"removePatientFromListModal"},{"name":"delete-patient-list-modal","component":"deletePatientListModal"}],"workspaces":[{"name":"patient-list-form-workspace","component":"patientListFormWorkspace","title":"patientListFormHeader","type":"patient-lists"}],"version":"9.2.1-pre.
|
|
1
|
+
{"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"extensions":[{"name":"patient-lists-dashboard-link","component":"patientListDashboardLink","slot":"homepage-dashboard-slot","meta":{"name":"patient-lists","slot":"patient-lists-dashboard-slot","title":"Patient lists"}},{"name":"patient-lists-dashboard","component":"root","slot":"patient-lists-dashboard-slot"},{"name":"list-details-table","component":"listDetailsTable"},{"name":"add-patient-to-patient-list-button","component":"addPatientToPatientListMenuItem","slot":"patient-actions-slot"}],"modals":[{"name":"add-patient-to-patient-list-modal","component":"addPatientToListModal"},{"name":"remove-patient-from-list-modal","component":"removePatientFromListModal"},{"name":"delete-patient-list-modal","component":"deletePatientListModal"}],"workspaces":[{"name":"patient-list-form-workspace","component":"patientListFormWorkspace","title":"patientListFormHeader","type":"patient-lists"}],"version":"9.2.1-pre.7139"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-patient-list-management-app",
|
|
3
|
-
"version": "9.2.1-pre.
|
|
3
|
+
"version": "9.2.1-pre.7139",
|
|
4
4
|
"description": "Microfrontend for managing patient lists in O3",
|
|
5
5
|
"browser": "dist/openmrs-esm-patient-list-management-app.js",
|
|
6
6
|
"main": "src/index.ts",
|
package/translations/am.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/ar.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "عدد المرضى",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "أضف إلى القائمة",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "معرف من النظام",
|
|
89
90
|
"systemLists": "قوائم النظام",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "معرف من المستخدم"
|
package/translations/ar_SY.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/bn.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "রোগীদের সংখ্যা",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/cs.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/de.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/en_US.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/es.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No hay pacientes coincidentes para mostrar",
|
|
59
59
|
"noOfPatients": "N.º de pacientes",
|
|
60
60
|
"noPatientsInList": "No hay pacientes en esta lista",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Agregar a la lista",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "definida por el sistema",
|
|
89
90
|
"systemLists": "Listas del sistema",
|
|
90
91
|
"trySearchingForADifferentList": "Intente buscar una lista diferente",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Desmarcar lista como favorita",
|
|
92
94
|
"updated": "Actualizada",
|
|
93
95
|
"userDefined": "definida por el usuario"
|
package/translations/es_MX.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/fr.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "Aucun patient à afficher",
|
|
59
59
|
"noOfPatients": "Nombre de patients",
|
|
60
60
|
"noPatientsInList": "Il n'y a pas de patient dans cette liste",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Ajouter à la liste",
|
|
62
63
|
"patientAddedToList": "Patient ajouté à la liste",
|
|
63
64
|
"patientAlreadyInList": "Ce patient est déjà dans la liste",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "Système",
|
|
89
90
|
"systemLists": "Listes du système",
|
|
90
91
|
"trySearchingForADifferentList": "Essayez de rechercher une autre liste",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Enlever des favoris",
|
|
92
94
|
"updated": "Modifiée",
|
|
93
95
|
"userDefined": "Utilisateur"
|
package/translations/he.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "אין מטופלים תואמים להצגה",
|
|
59
59
|
"noOfPatients": "מספר מטופלים",
|
|
60
60
|
"noPatientsInList": "אין מטופלים ברשימה זו",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "הוסף לרשימה",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "הוגדר על ידי המערכת",
|
|
89
90
|
"systemLists": "רשימות מערכת",
|
|
90
91
|
"trySearchingForADifferentList": "נא לנסות לחפש רשימה אחרת",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "עודכן",
|
|
93
95
|
"userDefined": "הוגדר על ידי המשתמש"
|
package/translations/hi.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/hi_IN.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/id.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "Tidak ada pasien yang cocok untuk ditampilkan",
|
|
59
59
|
"noOfPatients": "Jumlah pasien",
|
|
60
60
|
"noPatientsInList": "Tidak ada pasien dalam daftar ini",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Tambahkan ke daftar",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "didefinisikan sistem",
|
|
89
90
|
"systemLists": "Daftar sistem",
|
|
90
91
|
"trySearchingForADifferentList": "Coba cari daftar yang berbeda",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Hapus tanda daftar",
|
|
92
94
|
"updated": "Diperbarui",
|
|
93
95
|
"userDefined": "didefinisikan pengguna"
|
package/translations/it.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "Nessun paziente corrispondente da mostrare",
|
|
59
59
|
"noOfPatients": "Numero di pazienti",
|
|
60
60
|
"noPatientsInList": "Non ci sono pazienti in questa lista",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Aggiungi alla lista",
|
|
62
63
|
"patientAddedToList": "Paziente aggiunto alla lista",
|
|
63
64
|
"patientAlreadyInList": "Questo paziente è già nella lista",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "Definito dal sistema",
|
|
89
90
|
"systemLists": "Liste di sistema",
|
|
90
91
|
"trySearchingForADifferentList": "Prova a cercare un'altra lista",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Rimuovi dai preferiti",
|
|
92
94
|
"updated": "Aggiornato",
|
|
93
95
|
"userDefined": "Definito dall'utente"
|
package/translations/ka.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "საჩვენებლდა შესაბამისი პაციენტები აღმოჩენილი არაა",
|
|
59
59
|
"noOfPatients": "პაციენტების რაოდენობა",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "სიაში ჩამატება",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "სისტემის მიერ აღწერილი",
|
|
89
90
|
"systemLists": "სისტემური სიები",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "ვარსკვლავის მოხსნა სიაზე",
|
|
92
94
|
"updated": "განახლებულია",
|
|
93
95
|
"userDefined": "მომხმარებლის მიერ აღწერილი"
|
package/translations/km.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "ចំនួនអ្នកជំងឺ",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "បន្ថែមទៅក្នុងបញ្ជី",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "កំណត់ដោយអ្នកប្រើប្រាស់",
|
|
89
90
|
"systemLists": "បញ្ជីប្រព័ន្ធ",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "កំណត់ដោយអ្នកប្រើប្រាស់"
|
package/translations/ku.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/ky.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/lg.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/ne.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/pl.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/pt.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "Nenhum utente correspondente para visualizar",
|
|
59
59
|
"noOfPatients": "Nr. de utentes",
|
|
60
60
|
"noPatientsInList": "Não tem nenhum utente nesta lista",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Adicionar à lista",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "definido pelo sistema",
|
|
89
90
|
"systemLists": "Listas do sistema",
|
|
90
91
|
"trySearchingForADifferentList": "Tente pesquisar uma lista diferente",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Lista com estrela removida",
|
|
92
94
|
"updated": "Actualizada",
|
|
93
95
|
"userDefined": "definido pelo utilizador"
|
package/translations/pt_BR.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "Não há pacientes correspondentes para exibir",
|
|
59
59
|
"noOfPatients": "Número de pacientes",
|
|
60
60
|
"noPatientsInList": "Não há pacientes nessa lista",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Adicionar à lista",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "definido pelo sistema",
|
|
89
90
|
"systemLists": "Listas do sistema",
|
|
90
91
|
"trySearchingForADifferentList": "Tente pesquisar uma lista diferente",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Lista de pacientes",
|
|
92
94
|
"updated": "Atualizado",
|
|
93
95
|
"userDefined": "definido pelo usuário"
|
package/translations/qu.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/ro_RO.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "Nu exista pacienti corespunzatori de afisat",
|
|
59
59
|
"noOfPatients": "Nr. pacienti",
|
|
60
60
|
"noPatientsInList": "Nu exista pacienti in aceasta lista",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Adauga in lista",
|
|
62
63
|
"patientAddedToList": "Pacient adăugat în listă",
|
|
63
64
|
"patientAlreadyInList": "Acest pacient este deja în listă",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "definit de sistem",
|
|
89
90
|
"systemLists": "Liste sistem",
|
|
90
91
|
"trySearchingForADifferentList": "Incearca sa cauti alta lista",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Elimina din favorite",
|
|
92
94
|
"updated": "Actualizat",
|
|
93
95
|
"userDefined": "definit de utilizator"
|
package/translations/ru_RU.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/si.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/sq.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/sw.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/sw_KE.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/tr.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/tr_TR.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/uk.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
package/translations/uz.json
CHANGED
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"noMatchingPatients": "No matching patients to display",
|
|
59
59
|
"noOfPatients": "No. of patients",
|
|
60
60
|
"noPatientsInList": "There are no patients in this list",
|
|
61
|
+
"offlinePatients": "Offline patients",
|
|
61
62
|
"openPatientList": "Add to list",
|
|
62
63
|
"patientAddedToList": "Patient added to list",
|
|
63
64
|
"patientAlreadyInList": "This patient is already in the list",
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
"systemDefined": "system-defined",
|
|
89
90
|
"systemLists": "System lists",
|
|
90
91
|
"trySearchingForADifferentList": "Try searching for a different list",
|
|
92
|
+
"unknownError": "An unknown error occurred",
|
|
91
93
|
"unstarList": "Unstar list",
|
|
92
94
|
"updated": "Updated",
|
|
93
95
|
"userDefined": "user-defined"
|