@openmrs/esm-translations 8.0.1-pre.3376 → 8.0.1-pre.3397

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 (263.99ms)
1
+ [0] Successfully compiled: 3 files with swc (304.08ms)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-translations",
3
- "version": "8.0.1-pre.3376",
3
+ "version": "8.0.1-pre.3397",
4
4
  "license": "MPL-2.0",
5
5
  "description": "O3 Framework module for translation support",
6
6
  "type": "module",
@@ -54,16 +54,16 @@
54
54
  "access": "public"
55
55
  },
56
56
  "dependencies": {
57
- "i18next": "21.10.0"
57
+ "i18next": "^25.5.3"
58
58
  },
59
59
  "peerDependencies": {
60
- "i18next": "21.x"
60
+ "i18next": "25.x"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@swc/cli": "^0.7.7",
64
64
  "@swc/core": "^1.11.29",
65
65
  "concurrently": "^9.1.2",
66
- "i18next-parser": "^8.13.0",
66
+ "i18next-parser": "^9.3.0",
67
67
  "rimraf": "^6.0.1"
68
68
  },
69
69
  "stableVersion": "8.0.0"
@@ -15,9 +15,9 @@
15
15
  "Clinic": "Clinica",
16
16
  "close": "Chiudi",
17
17
  "closeAllOpenedWorkspaces": "Elimina le modifiche in {{count}} aree di lavoro",
18
- "closeWorkspaces2PromptBody": "You are about to close the following workspace(s), which might have unsaved changes:",
19
- "closeWorkspaces2PromptTitle": "Close workspace(s)",
20
- "closingAllWorkspacesPromptBody": "There may be unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}",
18
+ "closeWorkspaces2PromptBody": "Stai per chiudere le seguenti aree di lavoro, potrebbero avere cambiamenti non salvati:",
19
+ "closeWorkspaces2PromptTitle": "Chiudi aree di lavoro",
20
+ "closingAllWorkspacesPromptBody": "Potrebbero esserci modifiche non salvate nelle seguenti aree di lavoro. Vuoi eliminarle? {{workspaceNames}}",
21
21
  "closingAllWorkspacesPromptTitle": "Hai modifiche non salvate",
22
22
  "confirm": "Conferma",
23
23
  "contactAdministratorIfIssuePersists": "Contatta l'amministratore di sistema se il problema persiste.",
@@ -59,7 +59,7 @@
59
59
  "stateProvince": "Stato",
60
60
  "toggleDevTools": "Attiva/disattiva strumenti di sviluppo",
61
61
  "unknown": "Sconosciuto",
62
- "unsavedChangesInOpenedWorkspace": "You may have unsaved changes in the opened workspace. Do you want to discard these changes?",
62
+ "unsavedChangesInOpenedWorkspace": "Potrebbero esserci modifiche non salvate nell'area di lavoro aperta. Vuoi eliminarle?",
63
63
  "unsavedChangesInWorkspace": "Potrebbero esserci modifiche non salvate in \"{{workspaceName}}\". Salvale prima di aprire un'altra area di lavoro.",
64
64
  "unsavedChangesTitleText": "Modifiche non salvate",
65
65
  "workspaceHeader": "Intestazione area di lavoro"