@openmrs/esm-translations 8.0.1-pre.3503 → 8.0.1-pre.3504
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +1 -1
- package/dist/translations.d.ts +3 -0
- package/dist/translations.js +3 -0
- package/package.json +1 -1
- package/src/translations.ts +3 -0
- package/translations/en.json +3 -0
package/.turbo/turbo-build.log
CHANGED
package/dist/translations.d.ts
CHANGED
|
@@ -18,8 +18,11 @@ export declare const coreTranslations: {
|
|
|
18
18
|
loading: string;
|
|
19
19
|
male: string;
|
|
20
20
|
other: string;
|
|
21
|
+
patientAvatarAlt: string;
|
|
21
22
|
patientIdentifierSticker: string;
|
|
22
23
|
patientLists: string;
|
|
24
|
+
patientPhotoAlt: string;
|
|
25
|
+
patientPhotoPlaceholder: string;
|
|
23
26
|
print: string;
|
|
24
27
|
printError: string;
|
|
25
28
|
printErrorExplainer: string;
|
package/dist/translations.js
CHANGED
|
@@ -55,8 +55,11 @@ export const coreTranslations = {
|
|
|
55
55
|
loading: 'Loading',
|
|
56
56
|
male: 'Male',
|
|
57
57
|
other: 'Other',
|
|
58
|
+
patientAvatarAlt: 'Avatar for {{patientName}}',
|
|
58
59
|
patientIdentifierSticker: 'Patient identifier sticker',
|
|
59
60
|
patientLists: 'Patient lists',
|
|
61
|
+
patientPhotoAlt: 'Profile photo of {{patientName}}',
|
|
62
|
+
patientPhotoPlaceholder: 'Photo placeholder for {{patientName}}',
|
|
60
63
|
print: 'Print',
|
|
61
64
|
printError: 'Print error',
|
|
62
65
|
printErrorExplainer: 'An error occurred in {{errorLocation}}',
|
package/package.json
CHANGED
package/src/translations.ts
CHANGED
|
@@ -64,8 +64,11 @@ export const coreTranslations = {
|
|
|
64
64
|
loading: 'Loading',
|
|
65
65
|
male: 'Male',
|
|
66
66
|
other: 'Other',
|
|
67
|
+
patientAvatarAlt: 'Avatar for {{patientName}}',
|
|
67
68
|
patientIdentifierSticker: 'Patient identifier sticker',
|
|
68
69
|
patientLists: 'Patient lists',
|
|
70
|
+
patientPhotoAlt: 'Profile photo of {{patientName}}',
|
|
71
|
+
patientPhotoPlaceholder: 'Photo placeholder for {{patientName}}',
|
|
69
72
|
print: 'Print',
|
|
70
73
|
printError: 'Print error',
|
|
71
74
|
printErrorExplainer: 'An error occurred in {{errorLocation}}',
|
package/translations/en.json
CHANGED
|
@@ -38,8 +38,11 @@
|
|
|
38
38
|
"minimize": "Minimize",
|
|
39
39
|
"openAnyway": "Open Anyway",
|
|
40
40
|
"other": "Other",
|
|
41
|
+
"patientAvatarAlt": "Avatar for {{patientName}}",
|
|
41
42
|
"patientIdentifierSticker": "Patient identifier sticker",
|
|
42
43
|
"patientLists": "Patient Lists",
|
|
44
|
+
"patientPhotoAlt": "Profile photo of {{patientName}}",
|
|
45
|
+
"patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
|
|
43
46
|
"postalCode": "Postal code",
|
|
44
47
|
"print": "Print",
|
|
45
48
|
"printError": "Print error",
|