@openmrs/esm-translations 8.0.1-pre.3585 → 8.0.1-pre.3592

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 (274.45ms)
1
+ [0] Successfully compiled: 3 files with swc (253.89ms)
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
@@ -16,6 +16,7 @@ export declare const coreTranslations: {
16
16
  delete: string;
17
17
  discardChanges: string;
18
18
  edit: string;
19
+ emptyStateText: string;
19
20
  error: string;
20
21
  errorCopy: string;
21
22
  errorLoadingLoginLocations: string;
@@ -25,6 +26,8 @@ export declare const coreTranslations: {
25
26
  male: string;
26
27
  noResultsToDisplay: string;
27
28
  other: string;
29
+ paginationItemsCount: string;
30
+ paginationOfPages: string;
28
31
  patientAvatarAlt: string;
29
32
  patientIdentifierSticker: string;
30
33
  patientLists: string;
@@ -35,12 +38,14 @@ export declare const coreTranslations: {
35
38
  printErrorExplainer: string;
36
39
  printIdentifierSticker: string;
37
40
  printing: string;
41
+ recordNewEntry: string;
38
42
  relationships: string;
39
43
  resetOverrides: string;
40
44
  save: string;
41
45
  scriptLoadingFailed: string;
42
46
  scriptLoadingError: string;
43
47
  searchForLocation: string;
48
+ seeAll: string;
44
49
  seeMoreLists: string;
45
50
  sex: string;
46
51
  showLess: string;
@@ -53,6 +53,7 @@ export const coreTranslations = {
53
53
  delete: 'Delete',
54
54
  discardChanges: 'Discard changes',
55
55
  edit: 'Edit',
56
+ emptyStateText: 'There are no {{displayText}} to display',
56
57
  error: 'Error',
57
58
  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.',
58
59
  errorLoadingLoginLocations: 'Unable to load login locations. Please try again or contact support if the problem persists.',
@@ -62,6 +63,8 @@ export const coreTranslations = {
62
63
  male: 'Male',
63
64
  noResultsToDisplay: 'No results to display',
64
65
  other: 'Other',
66
+ paginationItemsCount: '{{pageItemsCount}} / {{totalItems}} items',
67
+ paginationOfPages: 'of {{count}} pages',
65
68
  patientAvatarAlt: 'Avatar for {{patientName}}',
66
69
  patientIdentifierSticker: 'Patient identifier sticker',
67
70
  patientLists: 'Patient lists',
@@ -72,12 +75,14 @@ export const coreTranslations = {
72
75
  printErrorExplainer: 'An error occurred in {{errorLocation}}',
73
76
  printIdentifierSticker: 'Print identifier sticker',
74
77
  printing: 'Printing',
78
+ recordNewEntry: 'Record {{displayText}}',
75
79
  relationships: 'Relationships',
76
80
  resetOverrides: 'Reset overrides',
77
81
  save: 'Save',
78
82
  scriptLoadingFailed: 'Error: Script failed to load',
79
83
  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.',
80
84
  searchForLocation: 'Search for a location',
85
+ seeAll: 'See all',
81
86
  seeMoreLists: 'See {{count}} more lists',
82
87
  sex: 'Sex',
83
88
  showLess: 'Show less',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-translations",
3
- "version": "8.0.1-pre.3585",
3
+ "version": "8.0.1-pre.3592",
4
4
  "license": "MPL-2.0",
5
5
  "description": "O3 Framework module for translation support",
6
6
  "type": "module",
@@ -61,6 +61,7 @@ export const coreTranslations = {
61
61
  delete: 'Delete',
62
62
  discardChanges: 'Discard changes',
63
63
  edit: 'Edit',
64
+ emptyStateText: 'There are no {{displayText}} to display',
64
65
  error: 'Error',
65
66
  errorCopy:
66
67
  '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.',
@@ -72,6 +73,8 @@ export const coreTranslations = {
72
73
  male: 'Male',
73
74
  noResultsToDisplay: 'No results to display',
74
75
  other: 'Other',
76
+ paginationItemsCount: '{{pageItemsCount}} / {{totalItems}} items',
77
+ paginationOfPages: 'of {{count}} pages',
75
78
  patientAvatarAlt: 'Avatar for {{patientName}}',
76
79
  patientIdentifierSticker: 'Patient identifier sticker',
77
80
  patientLists: 'Patient lists',
@@ -82,6 +85,7 @@ export const coreTranslations = {
82
85
  printErrorExplainer: 'An error occurred in {{errorLocation}}',
83
86
  printIdentifierSticker: 'Print identifier sticker',
84
87
  printing: 'Printing',
88
+ recordNewEntry: 'Record {{displayText}}',
85
89
  relationships: 'Relationships',
86
90
  resetOverrides: 'Reset overrides',
87
91
  save: 'Save',
@@ -89,6 +93,7 @@ export const coreTranslations = {
89
93
  scriptLoadingError:
90
94
  '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.',
91
95
  searchForLocation: 'Search for a location',
96
+ seeAll: 'See all',
92
97
  seeMoreLists: 'See {{count}} more lists',
93
98
  sex: 'Sex',
94
99
  showLess: 'Show less',
@@ -32,6 +32,7 @@
32
32
  "discardChanges": "Discard changes",
33
33
  "district": "District",
34
34
  "edit": "Edit",
35
+ "emptyStateText": "There are no {{displayText}} to display",
35
36
  "error": "Error",
36
37
  "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.",
37
38
  "errorLoadingLoginLocations": "Unable to load login locations. Please try again or contact support if the problem persists.",
@@ -45,6 +46,8 @@
45
46
  "noResultsToDisplay": "No results to display",
46
47
  "openAnyway": "Open Anyway",
47
48
  "other": "Other",
49
+ "paginationItemsCount": "{{pageItemsCount}} / {{totalItems}} items",
50
+ "paginationOfPages": "of {{count}} pages",
48
51
  "patientAvatarAlt": "Avatar for {{patientName}}",
49
52
  "patientIdentifierSticker": "Patient identifier sticker",
50
53
  "patientLists": "Patient Lists",
@@ -56,12 +59,14 @@
56
59
  "printErrorExplainer": "An error occurred in {{errorLocation}}",
57
60
  "printIdentifierSticker": "Print identifier sticker",
58
61
  "printing": "Printing",
62
+ "recordNewEntry": "Record {{displayText}}",
59
63
  "relationships": "Relationships",
60
64
  "resetOverrides": "Reset overrides",
61
65
  "save": "Save",
62
66
  "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.",
63
67
  "scriptLoadingFailed": "Error: Script failed to load",
64
68
  "searchForLocation": "Search for a location",
69
+ "seeAll": "See all",
65
70
  "seeMoreLists": "See {{count}} more lists",
66
71
  "sex": "Sex",
67
72
  "showLess": "Show less",