@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.
@@ -1,3 +1,3 @@
1
- [0] Successfully compiled: 3 files with swc (257.77ms)
1
+ [0] Successfully compiled: 3 files with swc (255.02ms)
2
2
  [0] swc --strip-leading-paths src -d dist exited with code 0
3
3
  [1] tsc --project tsconfig.build.json exited with code 0
@@ -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;
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-translations",
3
- "version": "8.0.1-pre.3503",
3
+ "version": "8.0.1-pre.3504",
4
4
  "license": "MPL-2.0",
5
5
  "description": "O3 Framework module for translation support",
6
6
  "type": "module",
@@ -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}}',
@@ -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",