@openmrs/esm-patient-immunizations-app 11.3.1-patch.9064 → 11.3.1-patch.9508
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 +21 -21
- package/README.md +170 -1
- package/dist/3176.js +1 -0
- package/dist/3606.js +1 -1
- package/dist/3606.js.map +1 -1
- package/dist/3677.js +1 -1
- package/dist/3677.js.map +1 -1
- package/dist/3679.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/439.js +1 -0
- package/dist/5134.js +2 -0
- package/dist/5134.js.map +1 -0
- package/dist/5670.js +1 -1
- package/dist/5670.js.map +1 -1
- package/dist/5858.js +1 -1
- package/dist/5858.js.map +1 -1
- package/dist/6336.js +1 -0
- package/dist/6336.js.map +1 -0
- package/dist/6589.js +1 -0
- package/dist/795.js +2 -1
- package/dist/795.js.map +1 -0
- package/dist/8371.js +1 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-patient-immunizations-app.js +1 -1
- package/dist/openmrs-esm-patient-immunizations-app.js.buildmanifest.json +173 -128
- package/dist/openmrs-esm-patient-immunizations-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +3 -3
- package/src/immunizations/immunization-history-dashboard.component.tsx +12 -10
- package/src/immunizations/immunizations-detailed-summary.component.tsx +10 -5
- package/src/immunizations/immunizations-detailed-summary.test.tsx +24 -3
- package/src/immunizations/immunizations-form.test.tsx +154 -19
- package/src/immunizations/immunizations-form.workspace.tsx +11 -11
- package/src/routes.json +1 -1
- package/translations/cs.json +47 -0
- package/translations/fr.json +9 -9
- package/translations/sq.json +47 -0
- package/translations/zh_TW.json +47 -0
- package/dist/1323.js +0 -2
- package/dist/1323.js.map +0 -1
- package/dist/2537.js +0 -1
- package/dist/2537.js.map +0 -1
- package/dist/4918.js +0 -1
- package/dist/4918.js.map +0 -1
- package/dist/6783.js +0 -2
- package/dist/6783.js.map +0 -1
- /package/dist/{6783.js.LICENSE.txt → 5134.js.LICENSE.txt} +0 -0
- /package/dist/{1323.js.LICENSE.txt → 795.js.LICENSE.txt} +0 -0
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": "Actions",
|
|
3
|
+
"add": "Add",
|
|
4
|
+
"addImmunizations": "Add immunizations",
|
|
5
|
+
"deleteImmunization": "Delete immunization",
|
|
6
|
+
"deleting": "Deleting",
|
|
7
|
+
"doseNumber": "Dose {{number}}",
|
|
8
|
+
"doseNumberWithinSeries": "Dose number within series",
|
|
9
|
+
"doses": "Doses",
|
|
10
|
+
"due": "Due",
|
|
11
|
+
"error": "Error",
|
|
12
|
+
"errorSaving": "Error saving vaccination",
|
|
13
|
+
"expirationDate": "Expiration Date",
|
|
14
|
+
"immunization": "Immunization",
|
|
15
|
+
"immunizationDeleteConfirm": "Are you sure you want to delete dose {{doseNumber}} of {{vaccineName}}?",
|
|
16
|
+
"immunizationDeleted": "Immunization deleted",
|
|
17
|
+
"immunizationDeletedSuccess": "Immunization dose deleted successfully",
|
|
18
|
+
"immunizationDeleteError": "Failed to delete immunization: ",
|
|
19
|
+
"immunizationHistory": "Immunization history",
|
|
20
|
+
"immunizationNotePlaceholder": "For example: mild redness at injection site",
|
|
21
|
+
"immunizations": "Immunizations",
|
|
22
|
+
"Immunizations": "Immunizations",
|
|
23
|
+
"immunizations__lower": "immunizations",
|
|
24
|
+
"immunizationsHistory": "Immunizations history",
|
|
25
|
+
"immunizationWorkspaceTitle": "Immunization Form",
|
|
26
|
+
"lastDoseOnDate": "Last dose on {{date}}",
|
|
27
|
+
"lotNumber": "Lot number",
|
|
28
|
+
"manufacturer": "Manufacturer",
|
|
29
|
+
"nextDose": "Next dose",
|
|
30
|
+
"nextDoseDate": "Next dose date",
|
|
31
|
+
"notDue": "Not due",
|
|
32
|
+
"note": "Note",
|
|
33
|
+
"pleaseSelect": "Please select",
|
|
34
|
+
"recentVaccination": "Recent vaccination",
|
|
35
|
+
"saving": "Saving",
|
|
36
|
+
"seeAll": "See all",
|
|
37
|
+
"selectImmunization": "Select immunization",
|
|
38
|
+
"sequence": "Sequence",
|
|
39
|
+
"unknownVaccine": "Unknown vaccine",
|
|
40
|
+
"vaccinationDate": "Vaccination date",
|
|
41
|
+
"vaccinationDateCannotBeBeforeBirthDate": "Vaccination date cannot precede birth date",
|
|
42
|
+
"vaccinationDateCannotBeInTheFuture": "Vaccination date cannot be in the future",
|
|
43
|
+
"vaccinationSaved": "Vaccination saved successfully",
|
|
44
|
+
"vaccine": "Vaccine",
|
|
45
|
+
"vaccineBatchInformation": "Vaccine Batch Information",
|
|
46
|
+
"vaccineRequired": "Vaccine is required"
|
|
47
|
+
}
|
package/translations/fr.json
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
"deleting": "Suppression en cours",
|
|
7
7
|
"doseNumber": "Dose {{number}}",
|
|
8
8
|
"doseNumberWithinSeries": "Numéro de la dose dans la série",
|
|
9
|
-
"doses": "
|
|
10
|
-
"due": "
|
|
9
|
+
"doses": "Les doses",
|
|
10
|
+
"due": "Dû",
|
|
11
11
|
"error": "Erreur",
|
|
12
12
|
"errorSaving": "Erreur d'enregistrement de la vaccination",
|
|
13
13
|
"expirationDate": "Date d'expiration",
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
"immunizationDeleted": "Vaccination supprimée",
|
|
17
17
|
"immunizationDeletedSuccess": "Dose de vaccination supprimée avec succès",
|
|
18
18
|
"immunizationDeleteError": "Échec de la supprimer de la vaccination :",
|
|
19
|
-
"immunizationHistory": "
|
|
20
|
-
"immunizationNotePlaceholder": "
|
|
19
|
+
"immunizationHistory": "Historique de vaccination",
|
|
20
|
+
"immunizationNotePlaceholder": "Par exemple : légère rougeur au point d’injection",
|
|
21
21
|
"immunizations": "Vaccinations",
|
|
22
22
|
"Immunizations": "Vaccinations",
|
|
23
23
|
"immunizations__lower": "Vaccinations",
|
|
24
|
-
"immunizationsHistory": "
|
|
24
|
+
"immunizationsHistory": "Historique de vaccinations",
|
|
25
25
|
"immunizationWorkspaceTitle": "Formulaire de vaccination",
|
|
26
|
-
"lastDoseOnDate": "
|
|
26
|
+
"lastDoseOnDate": "Dernière dose le {{date}}",
|
|
27
27
|
"lotNumber": "Numéro de lot",
|
|
28
28
|
"manufacturer": "Fabricant",
|
|
29
|
-
"nextDose": "
|
|
30
|
-
"nextDoseDate": "
|
|
31
|
-
"notDue": "
|
|
29
|
+
"nextDose": "Prochaine dose",
|
|
30
|
+
"nextDoseDate": "Date de la prochaine dose",
|
|
31
|
+
"notDue": "non dû",
|
|
32
32
|
"note": "Note",
|
|
33
33
|
"pleaseSelect": "Veuillez sélectionner",
|
|
34
34
|
"recentVaccination": "Vaccination récente",
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": "Actions",
|
|
3
|
+
"add": "Add",
|
|
4
|
+
"addImmunizations": "Add immunizations",
|
|
5
|
+
"deleteImmunization": "Delete immunization",
|
|
6
|
+
"deleting": "Deleting",
|
|
7
|
+
"doseNumber": "Dose {{number}}",
|
|
8
|
+
"doseNumberWithinSeries": "Dose number within series",
|
|
9
|
+
"doses": "Doses",
|
|
10
|
+
"due": "Due",
|
|
11
|
+
"error": "Error",
|
|
12
|
+
"errorSaving": "Error saving vaccination",
|
|
13
|
+
"expirationDate": "Expiration Date",
|
|
14
|
+
"immunization": "Immunization",
|
|
15
|
+
"immunizationDeleteConfirm": "Are you sure you want to delete dose {{doseNumber}} of {{vaccineName}}?",
|
|
16
|
+
"immunizationDeleted": "Immunization deleted",
|
|
17
|
+
"immunizationDeletedSuccess": "Immunization dose deleted successfully",
|
|
18
|
+
"immunizationDeleteError": "Failed to delete immunization: ",
|
|
19
|
+
"immunizationHistory": "Immunization history",
|
|
20
|
+
"immunizationNotePlaceholder": "For example: mild redness at injection site",
|
|
21
|
+
"immunizations": "Immunizations",
|
|
22
|
+
"Immunizations": "Immunizations",
|
|
23
|
+
"immunizations__lower": "immunizations",
|
|
24
|
+
"immunizationsHistory": "Immunizations history",
|
|
25
|
+
"immunizationWorkspaceTitle": "Immunization Form",
|
|
26
|
+
"lastDoseOnDate": "Last dose on {{date}}",
|
|
27
|
+
"lotNumber": "Lot number",
|
|
28
|
+
"manufacturer": "Manufacturer",
|
|
29
|
+
"nextDose": "Next dose",
|
|
30
|
+
"nextDoseDate": "Next dose date",
|
|
31
|
+
"notDue": "Not due",
|
|
32
|
+
"note": "Note",
|
|
33
|
+
"pleaseSelect": "Please select",
|
|
34
|
+
"recentVaccination": "Recent vaccination",
|
|
35
|
+
"saving": "Saving",
|
|
36
|
+
"seeAll": "See all",
|
|
37
|
+
"selectImmunization": "Select immunization",
|
|
38
|
+
"sequence": "Sequence",
|
|
39
|
+
"unknownVaccine": "Unknown vaccine",
|
|
40
|
+
"vaccinationDate": "Vaccination date",
|
|
41
|
+
"vaccinationDateCannotBeBeforeBirthDate": "Vaccination date cannot precede birth date",
|
|
42
|
+
"vaccinationDateCannotBeInTheFuture": "Vaccination date cannot be in the future",
|
|
43
|
+
"vaccinationSaved": "Vaccination saved successfully",
|
|
44
|
+
"vaccine": "Vaccine",
|
|
45
|
+
"vaccineBatchInformation": "Vaccine Batch Information",
|
|
46
|
+
"vaccineRequired": "Vaccine is required"
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"actions": "Actions",
|
|
3
|
+
"add": "Add",
|
|
4
|
+
"addImmunizations": "Add immunizations",
|
|
5
|
+
"deleteImmunization": "Delete immunization",
|
|
6
|
+
"deleting": "Deleting",
|
|
7
|
+
"doseNumber": "Dose {{number}}",
|
|
8
|
+
"doseNumberWithinSeries": "Dose number within series",
|
|
9
|
+
"doses": "Doses",
|
|
10
|
+
"due": "Due",
|
|
11
|
+
"error": "Error",
|
|
12
|
+
"errorSaving": "Error saving vaccination",
|
|
13
|
+
"expirationDate": "Expiration Date",
|
|
14
|
+
"immunization": "Immunization",
|
|
15
|
+
"immunizationDeleteConfirm": "Are you sure you want to delete dose {{doseNumber}} of {{vaccineName}}?",
|
|
16
|
+
"immunizationDeleted": "Immunization deleted",
|
|
17
|
+
"immunizationDeletedSuccess": "Immunization dose deleted successfully",
|
|
18
|
+
"immunizationDeleteError": "Failed to delete immunization: ",
|
|
19
|
+
"immunizationHistory": "Immunization history",
|
|
20
|
+
"immunizationNotePlaceholder": "For example: mild redness at injection site",
|
|
21
|
+
"immunizations": "Immunizations",
|
|
22
|
+
"Immunizations": "Immunizations",
|
|
23
|
+
"immunizations__lower": "immunizations",
|
|
24
|
+
"immunizationsHistory": "Immunizations history",
|
|
25
|
+
"immunizationWorkspaceTitle": "Immunization Form",
|
|
26
|
+
"lastDoseOnDate": "Last dose on {{date}}",
|
|
27
|
+
"lotNumber": "Lot number",
|
|
28
|
+
"manufacturer": "Manufacturer",
|
|
29
|
+
"nextDose": "Next dose",
|
|
30
|
+
"nextDoseDate": "Next dose date",
|
|
31
|
+
"notDue": "Not due",
|
|
32
|
+
"note": "Note",
|
|
33
|
+
"pleaseSelect": "Please select",
|
|
34
|
+
"recentVaccination": "Recent vaccination",
|
|
35
|
+
"saving": "Saving",
|
|
36
|
+
"seeAll": "See all",
|
|
37
|
+
"selectImmunization": "Select immunization",
|
|
38
|
+
"sequence": "Sequence",
|
|
39
|
+
"unknownVaccine": "Unknown vaccine",
|
|
40
|
+
"vaccinationDate": "Vaccination date",
|
|
41
|
+
"vaccinationDateCannotBeBeforeBirthDate": "Vaccination date cannot precede birth date",
|
|
42
|
+
"vaccinationDateCannotBeInTheFuture": "Vaccination date cannot be in the future",
|
|
43
|
+
"vaccinationSaved": "Vaccination saved successfully",
|
|
44
|
+
"vaccine": "Vaccine",
|
|
45
|
+
"vaccineBatchInformation": "Vaccine Batch Information",
|
|
46
|
+
"vaccineRequired": "Vaccine is required"
|
|
47
|
+
}
|