@openmrs/esm-translations 8.0.1-pre.3504 → 8.0.1-pre.3511
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 +10 -0
- package/dist/translations.js +11 -1
- package/package.json +1 -1
- package/src/translations.ts +10 -0
- package/translations/am.json +14 -1
- package/translations/ar.json +14 -1
- package/translations/ar_SY.json +14 -1
- package/translations/bn.json +14 -1
- package/translations/cs.json +14 -1
- package/translations/de.json +14 -1
- package/translations/en.json +11 -1
- package/translations/en_US.json +14 -1
- package/translations/es.json +14 -1
- package/translations/es_MX.json +14 -1
- package/translations/fr.json +14 -1
- package/translations/he.json +14 -1
- package/translations/hi.json +14 -1
- package/translations/hi_IN.json +14 -1
- package/translations/id.json +14 -1
- package/translations/it.json +14 -1
- package/translations/ka.json +14 -1
- package/translations/km.json +14 -1
- package/translations/ku.json +14 -1
- package/translations/ky.json +14 -1
- package/translations/lg.json +14 -1
- package/translations/ne.json +14 -1
- package/translations/pl.json +14 -1
- package/translations/pt.json +14 -1
- package/translations/pt_BR.json +14 -1
- package/translations/qu.json +14 -1
- package/translations/ro_RO.json +14 -1
- package/translations/ru_RU.json +14 -1
- package/translations/si.json +14 -1
- package/translations/sq.json +14 -1
- package/translations/sw.json +14 -1
- package/translations/sw_KE.json +14 -1
- package/translations/tr.json +14 -1
- package/translations/tr_TR.json +14 -1
- package/translations/uk.json +14 -1
- package/translations/uz.json +14 -1
- package/translations/uz@Latn.json +14 -1
- package/translations/uz_UZ.json +14 -1
- package/translations/vi.json +14 -1
- package/translations/zh.json +14 -1
- package/translations/zh_CN.json +14 -1
- package/translations/zh_TW.json +14 -1
package/.turbo/turbo-build.log
CHANGED
package/dist/translations.d.ts
CHANGED
|
@@ -1,22 +1,28 @@
|
|
|
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;
|
|
21
27
|
patientAvatarAlt: string;
|
|
22
28
|
patientIdentifierSticker: string;
|
|
@@ -33,12 +39,16 @@ export declare const coreTranslations: {
|
|
|
33
39
|
save: string;
|
|
34
40
|
scriptLoadingFailed: string;
|
|
35
41
|
scriptLoadingError: string;
|
|
42
|
+
searchForLocation: string;
|
|
36
43
|
seeMoreLists: string;
|
|
37
44
|
sex: string;
|
|
38
45
|
showLess: string;
|
|
39
46
|
showMore: string;
|
|
47
|
+
snackbarNotification: string;
|
|
40
48
|
toggleDevTools: string;
|
|
41
49
|
unknown: string;
|
|
50
|
+
yearAbbreviation: string;
|
|
51
|
+
yearsAbbreviation: string;
|
|
42
52
|
closeWorkspaces2PromptTitle: string;
|
|
43
53
|
closeWorkspaces2PromptBody: string;
|
|
44
54
|
closeAllOpenedWorkspaces: string;
|
package/dist/translations.js
CHANGED
|
@@ -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,16 +45,21 @@ 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',
|
|
58
64
|
patientAvatarAlt: 'Avatar for {{patientName}}',
|
|
59
65
|
patientIdentifierSticker: 'Patient identifier sticker',
|
|
@@ -70,10 +76,14 @@ export const coreTranslations = {
|
|
|
70
76
|
save: 'Save',
|
|
71
77
|
scriptLoadingFailed: 'Error: Script failed to load',
|
|
72
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',
|
|
73
80
|
seeMoreLists: 'See {{count}} more lists',
|
|
74
81
|
sex: 'Sex',
|
|
75
82
|
showLess: 'Show less',
|
|
76
83
|
showMore: 'Show more',
|
|
84
|
+
snackbarNotification: 'Snackbar notification',
|
|
77
85
|
toggleDevTools: 'Toggle dev tools',
|
|
78
|
-
unknown: 'Unknown'
|
|
86
|
+
unknown: 'Unknown',
|
|
87
|
+
yearAbbreviation: 'yr',
|
|
88
|
+
yearsAbbreviation: 'yrs'
|
|
79
89
|
};
|
package/package.json
CHANGED
package/src/translations.ts
CHANGED
|
@@ -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,17 +53,22 @@ 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',
|
|
67
73
|
patientAvatarAlt: 'Avatar for {{patientName}}',
|
|
68
74
|
patientIdentifierSticker: 'Patient identifier sticker',
|
|
@@ -80,10 +86,14 @@ export const coreTranslations = {
|
|
|
80
86
|
scriptLoadingFailed: 'Error: Script failed to load',
|
|
81
87
|
scriptLoadingError:
|
|
82
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',
|
|
83
90
|
seeMoreLists: 'See {{count}} more lists',
|
|
84
91
|
sex: 'Sex',
|
|
85
92
|
showLess: 'Show less',
|
|
86
93
|
showMore: 'Show more',
|
|
94
|
+
snackbarNotification: 'Snackbar notification',
|
|
87
95
|
toggleDevTools: 'Toggle dev tools',
|
|
88
96
|
unknown: 'Unknown',
|
|
97
|
+
yearAbbreviation: 'yr',
|
|
98
|
+
yearsAbbreviation: 'yrs',
|
|
89
99
|
};
|
package/translations/am.json
CHANGED
|
@@ -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
|
}
|
package/translations/ar.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"actionableNotification": "Actionable notification",
|
|
2
3
|
"actions": "الإجراءات",
|
|
3
4
|
"address": "العنوان",
|
|
4
5
|
"address1": "العنوان سطر 1",
|
|
@@ -15,6 +16,8 @@
|
|
|
15
16
|
"Clinic": "Clinic",
|
|
16
17
|
"close": "إغلاق",
|
|
17
18
|
"closeAllOpenedWorkspaces": "تجاهل التغييرات في مساحات العمل {{count}}.",
|
|
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": "المنطقة",
|
|
27
30
|
"delete": "Delete",
|
|
28
31
|
"discard": "تجاهل",
|
|
32
|
+
"discardChanges": "Discard changes",
|
|
29
33
|
"district": "المنطقة",
|
|
30
34
|
"edit": "Edit",
|
|
31
35
|
"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": "أنثى",
|
|
34
38
|
"hide": "يخفي",
|
|
39
|
+
"leftNavigation": "Left navigation",
|
|
35
40
|
"loading": "جار التحميل",
|
|
36
41
|
"male": "ذكر",
|
|
37
42
|
"maximize": "تعظيم",
|
|
38
43
|
"minimize": "تصغير",
|
|
44
|
+
"noResultsToDisplay": "No results to display",
|
|
39
45
|
"openAnyway": "افتح على أية حال",
|
|
40
46
|
"other": "أخرى",
|
|
47
|
+
"patientAvatarAlt": "Avatar for {{patientName}}",
|
|
41
48
|
"patientIdentifierSticker": "ملصق تعريف المريض",
|
|
42
49
|
"patientLists": "قوائم المرضى",
|
|
50
|
+
"patientPhotoAlt": "Profile photo of {{patientName}}",
|
|
51
|
+
"patientPhotoPlaceholder": "Photo placeholder for {{patientName}}",
|
|
43
52
|
"postalCode": "الرمز البريدي",
|
|
44
53
|
"print": "طباعة",
|
|
45
54
|
"printError": "خطأ في الطباعة",
|
|
@@ -51,10 +60,12 @@
|
|
|
51
60
|
"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": "انظر {{count}} قائمة أخرى",
|
|
55
65
|
"sex": "الجنس",
|
|
56
66
|
"showLess": "عرض أقل",
|
|
57
67
|
"showMore": "عرض المزيد",
|
|
68
|
+
"snackbarNotification": "Snackbar notification",
|
|
58
69
|
"state": "الولاية",
|
|
59
70
|
"stateProvince": "الولاية",
|
|
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": "التغييرات غير المحفوظة",
|
|
65
|
-
"workspaceHeader": "رأس مساحة العمل"
|
|
76
|
+
"workspaceHeader": "رأس مساحة العمل",
|
|
77
|
+
"yearAbbreviation": "yr",
|
|
78
|
+
"yearsAbbreviation": "yrs"
|
|
66
79
|
}
|
package/translations/ar_SY.json
CHANGED
|
@@ -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
|
}
|
package/translations/bn.json
CHANGED
|
@@ -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
|
}
|
package/translations/cs.json
CHANGED
|
@@ -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
|
}
|
package/translations/de.json
CHANGED
|
@@ -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
|
}
|
package/translations/en.json
CHANGED
|
@@ -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,16 +29,19 @@
|
|
|
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",
|
|
41
47
|
"patientAvatarAlt": "Avatar for {{patientName}}",
|
|
@@ -54,10 +60,12 @@
|
|
|
54
60
|
"save": "Save",
|
|
55
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.",
|
|
56
62
|
"scriptLoadingFailed": "Error: Script failed to load",
|
|
63
|
+
"searchForLocation": "Search for a location",
|
|
57
64
|
"seeMoreLists": "See {{count}} more lists",
|
|
58
65
|
"sex": "Sex",
|
|
59
66
|
"showLess": "Show less",
|
|
60
67
|
"showMore": "Show more",
|
|
68
|
+
"snackbarNotification": "Snackbar notification",
|
|
61
69
|
"state": "State",
|
|
62
70
|
"stateProvince": "State",
|
|
63
71
|
"toggleDevTools": "Toggle dev tools",
|
|
@@ -65,5 +73,7 @@
|
|
|
65
73
|
"unsavedChangesInOpenedWorkspace": "You may have unsaved changes in the opened workspace. Do you want to discard these changes?",
|
|
66
74
|
"unsavedChangesInWorkspace": "There may be unsaved changes in \"{{workspaceName}}\". Please save them before opening another workspace.",
|
|
67
75
|
"unsavedChangesTitleText": "Unsaved changes",
|
|
68
|
-
"workspaceHeader": "Workspace header"
|
|
76
|
+
"workspaceHeader": "Workspace header",
|
|
77
|
+
"yearAbbreviation": "yr",
|
|
78
|
+
"yearsAbbreviation": "yrs"
|
|
69
79
|
}
|
package/translations/en_US.json
CHANGED
|
@@ -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
|
}
|