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

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 +5 -0
  3. package/dist/translations.js +5 -0
  4. package/package.json +1 -1
  5. package/src/translations.ts +5 -0
  6. package/translations/am.json +5 -0
  7. package/translations/ar.json +5 -0
  8. package/translations/ar_SY.json +5 -0
  9. package/translations/bn.json +5 -0
  10. package/translations/cs.json +5 -0
  11. package/translations/de.json +5 -0
  12. package/translations/en.json +5 -0
  13. package/translations/en_US.json +5 -0
  14. package/translations/es.json +5 -0
  15. package/translations/es_MX.json +5 -0
  16. package/translations/fr.json +5 -0
  17. package/translations/he.json +5 -0
  18. package/translations/hi.json +5 -0
  19. package/translations/hi_IN.json +5 -0
  20. package/translations/id.json +5 -0
  21. package/translations/it.json +5 -0
  22. package/translations/ka.json +5 -0
  23. package/translations/km.json +5 -0
  24. package/translations/ku.json +5 -0
  25. package/translations/ky.json +5 -0
  26. package/translations/lg.json +5 -0
  27. package/translations/ne.json +5 -0
  28. package/translations/pl.json +5 -0
  29. package/translations/pt.json +5 -0
  30. package/translations/pt_BR.json +5 -0
  31. package/translations/qu.json +5 -0
  32. package/translations/ro_RO.json +5 -0
  33. package/translations/ru_RU.json +5 -0
  34. package/translations/si.json +5 -0
  35. package/translations/sq.json +5 -0
  36. package/translations/sw.json +5 -0
  37. package/translations/sw_KE.json +5 -0
  38. package/translations/tr.json +5 -0
  39. package/translations/tr_TR.json +5 -0
  40. package/translations/uk.json +5 -0
  41. package/translations/uz.json +5 -0
  42. package/translations/uz@Latn.json +5 -0
  43. package/translations/uz_UZ.json +5 -0
  44. package/translations/vi.json +5 -0
  45. package/translations/zh.json +5 -0
  46. package/translations/zh_CN.json +5 -0
  47. package/translations/zh_TW.json +5 -0
@@ -1,3 +1,3 @@
1
- [0] Successfully compiled: 3 files with swc (274.45ms)
1
+ [0] Successfully compiled: 3 files with swc (230.9ms)
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.3600",
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",
@@ -32,6 +32,7 @@
32
32
  "discardChanges": "Discard changes",
33
33
  "district": "المنطقة",
34
34
  "edit": "Edit",
35
+ "emptyStateText": "There are no {{displayText}} to display",
35
36
  "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": "افتح على أية حال",
47
48
  "other": "أخرى",
49
+ "paginationItemsCount": "{{pageItemsCount}} / {{totalItems}} items",
50
+ "paginationOfPages": "of {{count}} pages",
48
51
  "patientAvatarAlt": "Avatar for {{patientName}}",
49
52
  "patientIdentifierSticker": "ملصق تعريف المريض",
50
53
  "patientLists": "قوائم المرضى",
@@ -56,12 +59,14 @@
56
59
  "printErrorExplainer": "An error occurred in {{errorLocation}}",
57
60
  "printIdentifierSticker": "ملصق تعريف المريض",
58
61
  "printing": "الطباعة",
62
+ "recordNewEntry": "Record {{displayText}}",
59
63
  "relationships": "العلاقات",
60
64
  "resetOverrides": "إعادة تعيين التجاوزات",
61
65
  "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": "انظر {{count}} قائمة أخرى",
66
71
  "sex": "الجنس",
67
72
  "showLess": "عرض أقل",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -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",
@@ -32,6 +32,7 @@
32
32
  "discardChanges": "Discard changes",
33
33
  "district": "Distrito",
34
34
  "edit": "Editar",
35
+ "emptyStateText": "There are no {{displayText}} to display",
35
36
  "error": "Error",
36
37
  "errorCopy": "Lo sentimos, hubo un problema al mostrar esta información. Puede intentar recargar esta página o contactar al administrador del sitio y hacer referencia al código de error que aparece arriba.",
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": "Abrir de Todos Modos",
47
48
  "other": "Otro",
49
+ "paginationItemsCount": "{{pageItemsCount}} / {{totalItems}} items",
50
+ "paginationOfPages": "of {{count}} pages",
48
51
  "patientAvatarAlt": "Avatar for {{patientName}}",
49
52
  "patientIdentifierSticker": "Sticker de identificación del paciente",
50
53
  "patientLists": "Listas de Pacientes",
@@ -56,12 +59,14 @@
56
59
  "printErrorExplainer": "Ocurrió un error en {{errorLocation}}",
57
60
  "printIdentifierSticker": "Imprimir sticker de identificación",
58
61
  "printing": "Imprimiendo",
62
+ "recordNewEntry": "Record {{displayText}}",
59
63
  "relationships": "Relaciones",
60
64
  "resetOverrides": "Restablecer anulaciones",
61
65
  "save": "Guardar",
62
66
  "scriptLoadingError": "No se pudo cargar el script sobrescrito desde {{url}}. Por favor, verifique que el script empaquetado esté disponible en la URL esperada. Haga click en el botón de abajo para restablecer todas las anulaciones del mapa de importación.",
63
67
  "scriptLoadingFailed": "Error: No se pudo cargar el script",
64
68
  "searchForLocation": "Search for a location",
69
+ "seeAll": "See all",
65
70
  "seeMoreLists": "Ver {{count}} listas más",
66
71
  "sex": "Sexo",
67
72
  "showLess": "Mostrar menos",
@@ -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",
@@ -32,6 +32,7 @@
32
32
  "discardChanges": "Discard changes",
33
33
  "district": "District",
34
34
  "edit": "Modifier",
35
+ "emptyStateText": "There are no {{displayText}} to display",
35
36
  "error": "Erreur",
36
37
  "errorCopy": "Désolé, il y a eu un problème lors de l'affichage de cette information. Vous pouvez essayer de rafraîchir cette page ou contacter l'administrateur du site en mentionnant le code d'erreur ci-dessus.",
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": "Ouvrir malgré tout",
47
48
  "other": "Autre",
49
+ "paginationItemsCount": "{{pageItemsCount}} / {{totalItems}} items",
50
+ "paginationOfPages": "of {{count}} pages",
48
51
  "patientAvatarAlt": "Avatar for {{patientName}}",
49
52
  "patientIdentifierSticker": "Etiquette d'identification",
50
53
  "patientLists": "Listes",
@@ -56,12 +59,14 @@
56
59
  "printErrorExplainer": "Une erreur s'est produite dans {{errorLocation}}",
57
60
  "printIdentifierSticker": "Imprimer l'etiquette d'identification",
58
61
  "printing": "Impression en cours",
62
+ "recordNewEntry": "Record {{displayText}}",
59
63
  "relationships": "Relations et liens de parenté",
60
64
  "resetOverrides": "Réinitialiser les modifications",
61
65
  "save": "Enregistrer",
62
66
  "scriptLoadingError": "Échec du chargement du script depuis {{url}}. Veuillez vérifier que le script est disponible à l'URL spécifiée. Cliquez sur le bouton ci-dessous pour réinitialiser l'import map",
63
67
  "scriptLoadingFailed": "Erreur : Le chargement du script a échoué",
64
68
  "searchForLocation": "Search for a location",
69
+ "seeAll": "See all",
65
70
  "seeMoreLists": "Voir {{count}} listes de plus",
66
71
  "sex": "Sexe",
67
72
  "showLess": "Afficher moins",
@@ -32,6 +32,7 @@
32
32
  "discardChanges": "Discard changes",
33
33
  "district": "מחוז",
34
34
  "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": "שמירה",
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": "להסתיר יותר",
@@ -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",
@@ -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",
@@ -32,6 +32,7 @@
32
32
  "discardChanges": "Discard changes",
33
33
  "district": "Kecamatan",
34
34
  "edit": "Edit",
35
+ "emptyStateText": "There are no {{displayText}} to display",
35
36
  "error": "Error",
36
37
  "errorCopy": "Maaf, ada masalah menampilkan informasi ini. Anda dapat mencoba memuat ulang halaman ini, atau menghubungi administrator situs dan menyebutkan kode error di atas.",
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": "Buka Tetap",
47
48
  "other": "Lainnya",
49
+ "paginationItemsCount": "{{pageItemsCount}} / {{totalItems}} items",
50
+ "paginationOfPages": "of {{count}} pages",
48
51
  "patientAvatarAlt": "Avatar for {{patientName}}",
49
52
  "patientIdentifierSticker": "Stiker identifikasi pasien",
50
53
  "patientLists": "Daftar Pasien",
@@ -56,12 +59,14 @@
56
59
  "printErrorExplainer": "Terjadi error di {{errorLocation}}",
57
60
  "printIdentifierSticker": "Cetak stiker identifikasi",
58
61
  "printing": "Mencetak",
62
+ "recordNewEntry": "Record {{displayText}}",
59
63
  "relationships": "Hubungan",
60
64
  "resetOverrides": "Atur ulang override",
61
65
  "save": "Simpan",
62
66
  "scriptLoadingError": "Gagal memuat skrip override dari {{url}}. Harap periksa apakah skrip tersedia di URL yang dimaksud. Klik tombol di bawah untuk mengatur ulang semua override peta impor.",
63
67
  "scriptLoadingFailed": "Error: Gagal memuat skrip",
64
68
  "searchForLocation": "Search for a location",
69
+ "seeAll": "See all",
65
70
  "seeMoreLists": "Lihat {{count}} daftar lainnya",
66
71
  "sex": "Jenis Kelamin",
67
72
  "showLess": "Tampilkan lebih sedikit",
@@ -32,6 +32,7 @@
32
32
  "discardChanges": "Discard changes",
33
33
  "district": "Distretto",
34
34
  "edit": "Modifica",
35
+ "emptyStateText": "There are no {{displayText}} to display",
35
36
  "error": "Errore",
36
37
  "errorCopy": "Si è verificato un problema durante la visualizzazione di queste informazioni. Puoi provare a ricaricare la pagina o contattare l'amministratore del sito citando il codice errore sopra indicato.",
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": "Apri comunque",
47
48
  "other": "Altro",
49
+ "paginationItemsCount": "{{pageItemsCount}} / {{totalItems}} items",
50
+ "paginationOfPages": "of {{count}} pages",
48
51
  "patientAvatarAlt": "Avatar for {{patientName}}",
49
52
  "patientIdentifierSticker": "Etichetta identificativa del paziente",
50
53
  "patientLists": "Elenchi pazienti",
@@ -56,12 +59,14 @@
56
59
  "printErrorExplainer": "Si è verificato un errore in {{errorLocation}}",
57
60
  "printIdentifierSticker": "Stampa etichetta identificativa",
58
61
  "printing": "Stampa in corso",
62
+ "recordNewEntry": "Record {{displayText}}",
59
63
  "relationships": "Relazioni",
60
64
  "resetOverrides": "Ripristina modifiche",
61
65
  "save": "Salva",
62
66
  "scriptLoadingError": "Impossibile caricare lo script personalizzato da {{url}}. Verifica che lo script sia disponibile all'URL previsto. Clicca il pulsante qui sotto per ripristinare tutte le modifiche alla mappa di importazione.",
63
67
  "scriptLoadingFailed": "Errore: Caricamento dello script non riuscito",
64
68
  "searchForLocation": "Search for a location",
69
+ "seeAll": "See all",
65
70
  "seeMoreLists": "Vedi altri {{count}} elenchi",
66
71
  "sex": "Sesso",
67
72
  "showLess": "Mostra meno",