@openmrs/esm-translations 7.0.1-pre.3259 → 7.0.1-pre.3273
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 +2 -0
- package/dist/translations.js +5 -0
- package/package.json +1 -1
- package/src/translations.ts +6 -0
- package/translations/en.json +2 -0
- package/translations/it.json +2 -2
package/.turbo/turbo-build.log
CHANGED
package/dist/translations.d.ts
CHANGED
|
@@ -36,6 +36,8 @@ export declare const coreTranslations: {
|
|
|
36
36
|
showMore: string;
|
|
37
37
|
toggleDevTools: string;
|
|
38
38
|
unknown: string;
|
|
39
|
+
closeWorkspaces2PromptTitle: string;
|
|
40
|
+
closeWorkspaces2PromptBody: string;
|
|
39
41
|
closeAllOpenedWorkspaces: string;
|
|
40
42
|
closingAllWorkspacesPromptBody: string;
|
|
41
43
|
closingAllWorkspacesPromptTitle: string;
|
package/dist/translations.js
CHANGED
|
@@ -28,9 +28,14 @@ const workspaceTranslations = {
|
|
|
28
28
|
unsavedChangesTitleText: 'Unsaved changes',
|
|
29
29
|
workspaceHeader: 'Workspace header'
|
|
30
30
|
};
|
|
31
|
+
const workspace2Translations = {
|
|
32
|
+
closeWorkspaces2PromptTitle: 'Close workspace(s)',
|
|
33
|
+
closeWorkspaces2PromptBody: 'You are about to close the following workspace(s), which might have unsaved changes:'
|
|
34
|
+
};
|
|
31
35
|
export const coreTranslations = {
|
|
32
36
|
...addressFields,
|
|
33
37
|
...workspaceTranslations,
|
|
38
|
+
...workspace2Translations,
|
|
34
39
|
actions: 'Actions',
|
|
35
40
|
address: 'Address',
|
|
36
41
|
age: 'Age',
|
package/package.json
CHANGED
package/src/translations.ts
CHANGED
|
@@ -34,9 +34,15 @@ const workspaceTranslations = {
|
|
|
34
34
|
workspaceHeader: 'Workspace header',
|
|
35
35
|
};
|
|
36
36
|
|
|
37
|
+
const workspace2Translations = {
|
|
38
|
+
closeWorkspaces2PromptTitle: 'Close workspace(s)',
|
|
39
|
+
closeWorkspaces2PromptBody: 'You are about to close the following workspace(s), which might have unsaved changes:',
|
|
40
|
+
};
|
|
41
|
+
|
|
37
42
|
export const coreTranslations = {
|
|
38
43
|
...addressFields,
|
|
39
44
|
...workspaceTranslations,
|
|
45
|
+
...workspace2Translations,
|
|
40
46
|
actions: 'Actions',
|
|
41
47
|
address: 'Address',
|
|
42
48
|
age: 'Age',
|
package/translations/en.json
CHANGED
|
@@ -15,6 +15,8 @@
|
|
|
15
15
|
"Clinic": "Clinic",
|
|
16
16
|
"close": "Close",
|
|
17
17
|
"closeAllOpenedWorkspaces": "Discard changes in {{count}} workspaces",
|
|
18
|
+
"closeWorkspaces2PromptBody": "You are about to close the following workspace(s), which might have unsaved changes:",
|
|
19
|
+
"closeWorkspaces2PromptTitle": "Close workspace(s)",
|
|
18
20
|
"closingAllWorkspacesPromptBody": "There are unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}",
|
|
19
21
|
"closingAllWorkspacesPromptTitle": "You have unsaved changes",
|
|
20
22
|
"confirm": "Confirm",
|
package/translations/it.json
CHANGED
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"contactDetails": "Dettagli di contatto",
|
|
23
23
|
"country": "Paese",
|
|
24
24
|
"countyDistrict": "Distretto",
|
|
25
|
-
"delete": "
|
|
25
|
+
"delete": "Elimina",
|
|
26
26
|
"discard": "Scarta",
|
|
27
27
|
"district": "Distretto",
|
|
28
|
-
"edit": "
|
|
28
|
+
"edit": "Modifica",
|
|
29
29
|
"error": "Errore",
|
|
30
30
|
"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.",
|
|
31
31
|
"female": "Femmina",
|