@openmrs/esm-translations 8.0.1-pre.3503 → 8.0.1-pre.3509

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 (47) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/dist/translations.d.ts +13 -0
  3. package/dist/translations.js +14 -1
  4. package/package.json +1 -1
  5. package/src/translations.ts +13 -0
  6. package/translations/am.json +3 -0
  7. package/translations/ar.json +3 -0
  8. package/translations/ar_SY.json +3 -0
  9. package/translations/bn.json +3 -0
  10. package/translations/cs.json +3 -0
  11. package/translations/de.json +3 -0
  12. package/translations/en.json +14 -1
  13. package/translations/en_US.json +3 -0
  14. package/translations/es.json +3 -0
  15. package/translations/es_MX.json +3 -0
  16. package/translations/fr.json +3 -0
  17. package/translations/he.json +3 -0
  18. package/translations/hi.json +3 -0
  19. package/translations/hi_IN.json +3 -0
  20. package/translations/id.json +3 -0
  21. package/translations/it.json +3 -0
  22. package/translations/ka.json +3 -0
  23. package/translations/km.json +3 -0
  24. package/translations/ku.json +3 -0
  25. package/translations/ky.json +3 -0
  26. package/translations/lg.json +3 -0
  27. package/translations/ne.json +3 -0
  28. package/translations/pl.json +3 -0
  29. package/translations/pt.json +3 -0
  30. package/translations/pt_BR.json +3 -0
  31. package/translations/qu.json +3 -0
  32. package/translations/ro_RO.json +3 -0
  33. package/translations/ru_RU.json +3 -0
  34. package/translations/si.json +3 -0
  35. package/translations/sq.json +3 -0
  36. package/translations/sw.json +3 -0
  37. package/translations/sw_KE.json +3 -0
  38. package/translations/tr.json +3 -0
  39. package/translations/tr_TR.json +3 -0
  40. package/translations/uk.json +3 -0
  41. package/translations/uz.json +3 -0
  42. package/translations/uz@Latn.json +3 -0
  43. package/translations/uz_UZ.json +3 -0
  44. package/translations/vi.json +3 -0
  45. package/translations/zh.json +3 -0
  46. package/translations/zh_CN.json +3 -0
  47. package/translations/zh_TW.json +3 -0
@@ -1,3 +1,3 @@
1
- [0] Successfully compiled: 3 files with swc (257.77ms)
1
+ [0] Successfully compiled: 3 files with swc (230.24ms)
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
@@ -1,25 +1,34 @@
1
1
  /** Please keep these alphabetized */
2
2
  export declare const coreTranslations: {
3
3
  actions: string;
4
+ actionableNotification: string;
4
5
  address: string;
5
6
  age: string;
6
7
  cancel: string;
7
8
  change: string;
8
9
  Clinic: string;
9
10
  close: string;
11
+ closesActionableNotification: string;
12
+ closeSnackbar: string;
10
13
  confirm: string;
11
14
  contactAdministratorIfIssuePersists: string;
12
15
  contactDetails: string;
13
16
  delete: string;
17
+ discardChanges: string;
14
18
  edit: string;
15
19
  error: string;
16
20
  errorCopy: string;
17
21
  female: string;
22
+ leftNavigation: string;
18
23
  loading: string;
19
24
  male: string;
25
+ noResultsToDisplay: string;
20
26
  other: string;
27
+ patientAvatarAlt: string;
21
28
  patientIdentifierSticker: string;
22
29
  patientLists: string;
30
+ patientPhotoAlt: string;
31
+ patientPhotoPlaceholder: string;
23
32
  print: string;
24
33
  printError: string;
25
34
  printErrorExplainer: string;
@@ -30,12 +39,16 @@ export declare const coreTranslations: {
30
39
  save: string;
31
40
  scriptLoadingFailed: string;
32
41
  scriptLoadingError: string;
42
+ searchForLocation: string;
33
43
  seeMoreLists: string;
34
44
  sex: string;
35
45
  showLess: string;
36
46
  showMore: string;
47
+ snackbarNotification: string;
37
48
  toggleDevTools: string;
38
49
  unknown: string;
50
+ yearAbbreviation: string;
51
+ yearsAbbreviation: string;
39
52
  closeWorkspaces2PromptTitle: string;
40
53
  closeWorkspaces2PromptBody: string;
41
54
  closeAllOpenedWorkspaces: string;
@@ -37,6 +37,7 @@ export const coreTranslations = {
37
37
  ...workspaceTranslations,
38
38
  ...workspace2Translations,
39
39
  actions: 'Actions',
40
+ actionableNotification: 'Actionable notification',
40
41
  address: 'Address',
41
42
  age: 'Age',
42
43
  cancel: 'Cancel',
@@ -44,19 +45,27 @@ export const coreTranslations = {
44
45
  // Default value for the implementationName config property
45
46
  Clinic: 'Clinic',
46
47
  close: 'Close',
48
+ closesActionableNotification: 'Closes actionable notification',
49
+ closeSnackbar: 'Close snackbar',
47
50
  confirm: 'Confirm',
48
51
  contactAdministratorIfIssuePersists: 'Contact your system administrator if the problem persists.',
49
52
  contactDetails: 'Contact details',
50
53
  delete: 'Delete',
54
+ discardChanges: 'Discard changes',
51
55
  edit: 'Edit',
52
56
  error: 'Error',
53
57
  errorCopy: 'Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.',
54
58
  female: 'Female',
59
+ leftNavigation: 'Left navigation',
55
60
  loading: 'Loading',
56
61
  male: 'Male',
62
+ noResultsToDisplay: 'No results to display',
57
63
  other: 'Other',
64
+ patientAvatarAlt: 'Avatar for {{patientName}}',
58
65
  patientIdentifierSticker: 'Patient identifier sticker',
59
66
  patientLists: 'Patient lists',
67
+ patientPhotoAlt: 'Profile photo of {{patientName}}',
68
+ patientPhotoPlaceholder: 'Photo placeholder for {{patientName}}',
60
69
  print: 'Print',
61
70
  printError: 'Print error',
62
71
  printErrorExplainer: 'An error occurred in {{errorLocation}}',
@@ -67,10 +76,14 @@ export const coreTranslations = {
67
76
  save: 'Save',
68
77
  scriptLoadingFailed: 'Error: Script failed to load',
69
78
  scriptLoadingError: 'Failed to load overridden script from {{url}}. Please check that the bundled script is available at the expected URL. Click the button below to reset all import map overrides.',
79
+ searchForLocation: 'Search for a location',
70
80
  seeMoreLists: 'See {{count}} more lists',
71
81
  sex: 'Sex',
72
82
  showLess: 'Show less',
73
83
  showMore: 'Show more',
84
+ snackbarNotification: 'Snackbar notification',
74
85
  toggleDevTools: 'Toggle dev tools',
75
- unknown: 'Unknown'
86
+ unknown: 'Unknown',
87
+ yearAbbreviation: 'yr',
88
+ yearsAbbreviation: 'yrs'
76
89
  };
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.3509",
4
4
  "license": "MPL-2.0",
5
5
  "description": "O3 Framework module for translation support",
6
6
  "type": "module",
@@ -45,6 +45,7 @@ export const coreTranslations = {
45
45
  ...workspaceTranslations,
46
46
  ...workspace2Translations,
47
47
  actions: 'Actions',
48
+ actionableNotification: 'Actionable notification',
48
49
  address: 'Address',
49
50
  age: 'Age',
50
51
  cancel: 'Cancel',
@@ -52,20 +53,28 @@ export const coreTranslations = {
52
53
  // Default value for the implementationName config property
53
54
  Clinic: 'Clinic',
54
55
  close: 'Close',
56
+ closesActionableNotification: 'Closes actionable notification',
57
+ closeSnackbar: 'Close snackbar',
55
58
  confirm: 'Confirm',
56
59
  contactAdministratorIfIssuePersists: 'Contact your system administrator if the problem persists.',
57
60
  contactDetails: 'Contact details',
58
61
  delete: 'Delete',
62
+ discardChanges: 'Discard changes',
59
63
  edit: 'Edit',
60
64
  error: 'Error',
61
65
  errorCopy:
62
66
  'Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.',
63
67
  female: 'Female',
68
+ leftNavigation: 'Left navigation',
64
69
  loading: 'Loading',
65
70
  male: 'Male',
71
+ noResultsToDisplay: 'No results to display',
66
72
  other: 'Other',
73
+ patientAvatarAlt: 'Avatar for {{patientName}}',
67
74
  patientIdentifierSticker: 'Patient identifier sticker',
68
75
  patientLists: 'Patient lists',
76
+ patientPhotoAlt: 'Profile photo of {{patientName}}',
77
+ patientPhotoPlaceholder: 'Photo placeholder for {{patientName}}',
69
78
  print: 'Print',
70
79
  printError: 'Print error',
71
80
  printErrorExplainer: 'An error occurred in {{errorLocation}}',
@@ -77,10 +86,14 @@ export const coreTranslations = {
77
86
  scriptLoadingFailed: 'Error: Script failed to load',
78
87
  scriptLoadingError:
79
88
  'Failed to load overridden script from {{url}}. Please check that the bundled script is available at the expected URL. Click the button below to reset all import map overrides.',
89
+ searchForLocation: 'Search for a location',
80
90
  seeMoreLists: 'See {{count}} more lists',
81
91
  sex: 'Sex',
82
92
  showLess: 'Show less',
83
93
  showMore: 'Show more',
94
+ snackbarNotification: 'Snackbar notification',
84
95
  toggleDevTools: 'Toggle dev tools',
85
96
  unknown: 'Unknown',
97
+ yearAbbreviation: 'yr',
98
+ yearsAbbreviation: 'yrs',
86
99
  };
@@ -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",
@@ -38,8 +38,11 @@
38
38
  "minimize": "تصغير",
39
39
  "openAnyway": "افتح على أية حال",
40
40
  "other": "أخرى",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "ملصق تعريف المريض",
42
43
  "patientLists": "قوائم المرضى",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "الرمز البريدي",
44
47
  "print": "طباعة",
45
48
  "printError": "خطأ في الطباعة",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -1,4 +1,5 @@
1
1
  {
2
+ "actionableNotification": "Actionable notification",
2
3
  "actions": "Actions",
3
4
  "address": "Address",
4
5
  "address1": "Address line 1",
@@ -15,6 +16,8 @@
15
16
  "Clinic": "Clinic",
16
17
  "close": "Close",
17
18
  "closeAllOpenedWorkspaces": "Discard changes in {{count}} workspaces",
19
+ "closesActionableNotification": "Closes actionable notification",
20
+ "closeSnackbar": "Close snackbar",
18
21
  "closeWorkspaces2PromptBody": "You are about to close the following workspace(s), which might have unsaved changes:",
19
22
  "closeWorkspaces2PromptTitle": "Close workspace(s)",
20
23
  "closingAllWorkspacesPromptBody": "There may be unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}",
@@ -26,20 +29,26 @@
26
29
  "countyDistrict": "District",
27
30
  "delete": "Delete",
28
31
  "discard": "Discard",
32
+ "discardChanges": "Discard changes",
29
33
  "district": "District",
30
34
  "edit": "Edit",
31
35
  "error": "Error",
32
36
  "errorCopy": "Sorry, there was a problem displaying this information. You can try to reload this page, or contact the site administrator and quote the error code above.",
33
37
  "female": "Female",
34
38
  "hide": "Hide",
39
+ "leftNavigation": "Left navigation",
35
40
  "loading": "Loading",
36
41
  "male": "Male",
37
42
  "maximize": "Maximize",
38
43
  "minimize": "Minimize",
44
+ "noResultsToDisplay": "No results to display",
39
45
  "openAnyway": "Open Anyway",
40
46
  "other": "Other",
47
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
48
  "patientIdentifierSticker": "Patient identifier sticker",
42
49
  "patientLists": "Patient Lists",
50
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
51
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
52
  "postalCode": "Postal code",
44
53
  "print": "Print",
45
54
  "printError": "Print error",
@@ -51,10 +60,12 @@
51
60
  "save": "Save",
52
61
  "scriptLoadingError": "Failed to load overridden script from {{url}}. Please check that the bundled script is available at the expected URL. Click the button below to reset all import map overrides.",
53
62
  "scriptLoadingFailed": "Error: Script failed to load",
63
+ "searchForLocation": "Search for a location",
54
64
  "seeMoreLists": "See {{count}} more lists",
55
65
  "sex": "Sex",
56
66
  "showLess": "Show less",
57
67
  "showMore": "Show more",
68
+ "snackbarNotification": "Snackbar notification",
58
69
  "state": "State",
59
70
  "stateProvince": "State",
60
71
  "toggleDevTools": "Toggle dev tools",
@@ -62,5 +73,7 @@
62
73
  "unsavedChangesInOpenedWorkspace": "You may have unsaved changes in the opened workspace. Do you want to discard these changes?",
63
74
  "unsavedChangesInWorkspace": "There may be unsaved changes in \"{{workspaceName}}\". Please save them before opening another workspace.",
64
75
  "unsavedChangesTitleText": "Unsaved changes",
65
- "workspaceHeader": "Workspace header"
76
+ "workspaceHeader": "Workspace header",
77
+ "yearAbbreviation": "yr",
78
+ "yearsAbbreviation": "yrs"
66
79
  }
@@ -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",
@@ -38,8 +38,11 @@
38
38
  "minimize": "Minimizar",
39
39
  "openAnyway": "Abrir de Todos Modos",
40
40
  "other": "Otro",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Sticker de identificación del paciente",
42
43
  "patientLists": "Listas de Pacientes",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "Código postal",
44
47
  "print": "Imprimir",
45
48
  "printError": "Imprimir error",
@@ -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",
@@ -38,8 +38,11 @@
38
38
  "minimize": "Réduire",
39
39
  "openAnyway": "Ouvrir malgré tout",
40
40
  "other": "Autre",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Etiquette d'identification",
42
43
  "patientLists": "Listes",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "Code postal",
44
47
  "print": "Imprimer",
45
48
  "printError": "Erreur d'impression",
@@ -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",
@@ -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",
@@ -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",
@@ -38,8 +38,11 @@
38
38
  "minimize": "Minimalkan",
39
39
  "openAnyway": "Buka Tetap",
40
40
  "other": "Lainnya",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Stiker identifikasi pasien",
42
43
  "patientLists": "Daftar Pasien",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "Kode pos",
44
47
  "print": "Cetak",
45
48
  "printError": "Error cetak",
@@ -38,8 +38,11 @@
38
38
  "minimize": "Minimizza",
39
39
  "openAnyway": "Apri comunque",
40
40
  "other": "Altro",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Etichetta identificativa del paziente",
42
43
  "patientLists": "Elenchi pazienti",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "Codice postale",
44
47
  "print": "Stampa",
45
48
  "printError": "Errore di stampa",
@@ -38,8 +38,11 @@
38
38
  "minimize": "ჩაკეცვა",
39
39
  "openAnyway": "მაინც გახსნა",
40
40
  "other": "სხვა",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "პაკეტის იდენტიფიკატორი ეტიკეტი",
42
43
  "patientLists": "პაციენტის სიები",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "საფოსტო კოდი",
44
47
  "print": "დაბეჭდვა",
45
48
  "printError": "ბეჭდვის შეცდომა",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -38,8 +38,11 @@
38
38
  "minimize": "Minimizar",
39
39
  "openAnyway": "Abrir mesmo assim",
40
40
  "other": "Outro",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Etiqueta de Identificador do Utente",
42
43
  "patientLists": "Lista de Utentes",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "Caixa postal",
44
47
  "print": "Imprimir",
45
48
  "printError": "Erro de impressão",
@@ -38,8 +38,11 @@
38
38
  "minimize": "Minimizar",
39
39
  "openAnyway": "Abrir de qualquer forma",
40
40
  "other": "Outros",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Adesivo de identificação do paciente",
42
43
  "patientLists": "Listas de pacientes",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "Código postal",
44
47
  "print": "Imprimir",
45
48
  "printError": "Erro de impressão",
@@ -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",
@@ -38,8 +38,11 @@
38
38
  "minimize": "Minimizează",
39
39
  "openAnyway": "Deschide oricum",
40
40
  "other": "Altul",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Etichetă identificare pacient",
42
43
  "patientLists": "Liste pacienți",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "Cod poștal",
44
47
  "print": "Printează",
45
48
  "printError": "Eroare la printare",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -38,8 +38,11 @@
38
38
  "minimize": "Tối thiểu",
39
39
  "openAnyway": "Open Anyway",
40
40
  "other": "Khác",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Nhãn dán nhận dạng bệnh nhân",
42
43
  "patientLists": "Danh sách bệnh nhân",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "Mã bưu chính",
44
47
  "print": "In",
45
48
  "printError": "Lỗi in",
@@ -38,8 +38,11 @@
38
38
  "minimize": "最小化",
39
39
  "openAnyway": "仍然打开",
40
40
  "other": "其他",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "Patient identifier sticker",
42
43
  "patientLists": "患者列表",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "邮政编码",
44
47
  "print": "Print",
45
48
  "printError": "Print error",
@@ -38,8 +38,11 @@
38
38
  "minimize": "最小化",
39
39
  "openAnyway": "仍然打开",
40
40
  "other": "其他",
41
+ "patientAvatarAlt": "Avatar for {{patientName}}",
41
42
  "patientIdentifierSticker": "患者标识符标签",
42
43
  "patientLists": "患者列表",
44
+ "patientPhotoAlt": "Profile photo of {{patientName}}",
45
+ "patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
43
46
  "postalCode": "邮政编码",
44
47
  "print": "打印",
45
48
  "printError": "打印错误",
@@ -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",