@semiont/react-ui 0.2.35-build.99 → 0.2.36
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/README.md +1 -0
- package/dist/{EventBusContext-DMI4uwYk.d.mts → EventBusContext-CLnb2LmB.d.mts} +5 -5
- package/dist/{PdfAnnotationCanvas.client-HNYRKFDS.mjs → PdfAnnotationCanvas.client-COQREPXU.mjs} +7 -7
- package/dist/PdfAnnotationCanvas.client-COQREPXU.mjs.map +1 -0
- package/dist/ar-7SUXNE34.mjs +376 -0
- package/dist/ar-7SUXNE34.mjs.map +1 -0
- package/dist/bn-XOET3DOI.mjs +376 -0
- package/dist/bn-XOET3DOI.mjs.map +1 -0
- package/dist/{chunk-YI5IX5ZA.mjs → chunk-2HGWOLVN.mjs} +1 -1
- package/dist/{chunk-YI5IX5ZA.mjs.map → chunk-2HGWOLVN.mjs.map} +1 -1
- package/dist/{chunk-3FIQXKQF.mjs → chunk-Q2KV6Y2J.mjs} +28 -28
- package/dist/{chunk-MWQ5CNKW.mjs → chunk-ZPV43WN2.mjs} +11 -11
- package/dist/chunk-ZPV43WN2.mjs.map +1 -0
- package/dist/cs-X63DXX7L.mjs +376 -0
- package/dist/cs-X63DXX7L.mjs.map +1 -0
- package/dist/da-OWTCV57A.mjs +376 -0
- package/dist/da-OWTCV57A.mjs.map +1 -0
- package/dist/de-77BMFDVF.mjs +376 -0
- package/dist/de-77BMFDVF.mjs.map +1 -0
- package/dist/el-FIBNLH2V.mjs +376 -0
- package/dist/el-FIBNLH2V.mjs.map +1 -0
- package/dist/fa-3N4CIWE6.mjs +376 -0
- package/dist/fa-3N4CIWE6.mjs.map +1 -0
- package/dist/fi-JOM3M7Z4.mjs +376 -0
- package/dist/fi-JOM3M7Z4.mjs.map +1 -0
- package/dist/fr-56QSXS7E.mjs +376 -0
- package/dist/fr-56QSXS7E.mjs.map +1 -0
- package/dist/he-SNAXPJEK.mjs +376 -0
- package/dist/he-SNAXPJEK.mjs.map +1 -0
- package/dist/hi-CRBRD5TB.mjs +376 -0
- package/dist/hi-CRBRD5TB.mjs.map +1 -0
- package/dist/id-BRCVLICF.mjs +376 -0
- package/dist/id-BRCVLICF.mjs.map +1 -0
- package/dist/index.d.mts +169 -165
- package/dist/index.mjs +317 -313
- package/dist/index.mjs.map +1 -1
- package/dist/it-M2Z27BNB.mjs +376 -0
- package/dist/it-M2Z27BNB.mjs.map +1 -0
- package/dist/ja-TZUKW7HD.mjs +376 -0
- package/dist/ja-TZUKW7HD.mjs.map +1 -0
- package/dist/ko-NKBGGOL6.mjs +376 -0
- package/dist/ko-NKBGGOL6.mjs.map +1 -0
- package/dist/ms-XFXPN6RX.mjs +376 -0
- package/dist/ms-XFXPN6RX.mjs.map +1 -0
- package/dist/nl-MVYXAS5C.mjs +379 -0
- package/dist/nl-MVYXAS5C.mjs.map +1 -0
- package/dist/no-XOLO4JPV.mjs +376 -0
- package/dist/no-XOLO4JPV.mjs.map +1 -0
- package/dist/pl-TRWLMMC4.mjs +376 -0
- package/dist/pl-TRWLMMC4.mjs.map +1 -0
- package/dist/pt-M3TE24UI.mjs +376 -0
- package/dist/pt-M3TE24UI.mjs.map +1 -0
- package/dist/ro-QBFG2T64.mjs +376 -0
- package/dist/ro-QBFG2T64.mjs.map +1 -0
- package/dist/sv-IUECBXWX.mjs +376 -0
- package/dist/sv-IUECBXWX.mjs.map +1 -0
- package/dist/test-utils.d.mts +2 -2
- package/dist/test-utils.mjs +2 -2
- package/dist/th-US7KIN5Q.mjs +376 -0
- package/dist/th-US7KIN5Q.mjs.map +1 -0
- package/dist/tr-DWJ2FFUK.mjs +376 -0
- package/dist/tr-DWJ2FFUK.mjs.map +1 -0
- package/dist/uk-M4ZE4DPZ.mjs +376 -0
- package/dist/uk-M4ZE4DPZ.mjs.map +1 -0
- package/dist/vi-FERZNPSH.mjs +376 -0
- package/dist/vi-FERZNPSH.mjs.map +1 -0
- package/dist/zh-3J2I3WYK.mjs +376 -0
- package/dist/zh-3J2I3WYK.mjs.map +1 -0
- package/package.json +3 -3
- package/src/components/AnnotateReferencesProgressWidget.tsx +5 -5
- package/src/components/CodeMirrorRenderer.tsx +5 -5
- package/src/components/Toolbar.tsx +2 -2
- package/src/components/annotation/AnnotateToolbar.tsx +9 -9
- package/src/components/annotation/__tests__/AnnotateToolbar.test.tsx +17 -17
- package/src/components/image-annotation/AnnotationOverlay.tsx +10 -10
- package/src/components/image-annotation/SvgDrawingCanvas.tsx +4 -4
- package/src/components/navigation/CollapsibleResourceNavigation.tsx +7 -7
- package/src/components/navigation/ObservableLink.tsx +3 -3
- package/src/components/navigation/SimpleNavigation.tsx +2 -2
- package/src/components/pdf-annotation/PdfAnnotationCanvas.tsx +8 -8
- package/src/components/pdf-annotation/__tests__/PdfAnnotationCanvas.test.tsx +2 -0
- package/src/components/resource/AnnotateView.tsx +12 -12
- package/src/components/resource/BrowseView.tsx +9 -9
- package/src/components/resource/ResourceViewer.tsx +23 -23
- package/src/components/resource/__tests__/BrowseView.test.tsx +27 -27
- package/src/components/resource/__tests__/ResourceViewer.mode-switch.test.tsx +1 -1
- package/src/components/resource/panels/AssessmentEntry.tsx +2 -2
- package/src/components/resource/panels/AssessmentPanel.tsx +7 -7
- package/src/components/resource/panels/AssistSection.tsx +5 -5
- package/src/components/resource/panels/CommentEntry.tsx +2 -2
- package/src/components/resource/panels/CommentsPanel.tsx +7 -7
- package/src/components/resource/panels/HighlightEntry.tsx +2 -2
- package/src/components/resource/panels/HighlightPanel.tsx +5 -5
- package/src/components/resource/panels/ReferenceEntry.tsx +8 -8
- package/src/components/resource/panels/ReferencesPanel.tsx +10 -10
- package/src/components/resource/panels/ResourceInfoPanel.tsx +6 -6
- package/src/components/resource/panels/TagEntry.tsx +2 -2
- package/src/components/resource/panels/TaggingPanel.tsx +8 -8
- package/src/components/resource/panels/UnifiedAnnotationsPanel.tsx +2 -2
- package/src/components/resource/panels/__tests__/AssessmentPanel.test.tsx +4 -4
- package/src/components/resource/panels/__tests__/AssistSection.test.tsx +4 -4
- package/src/components/resource/panels/__tests__/CommentEntry.test.tsx +8 -8
- package/src/components/resource/panels/__tests__/CommentsPanel.test.tsx +3 -3
- package/src/components/resource/panels/__tests__/HighlightPanel.annotationProgress.test.tsx +1 -1
- package/src/components/resource/panels/__tests__/ReferencesPanel.test.tsx +3 -3
- package/src/components/resource/panels/__tests__/ResourceInfoPanel.test.tsx +9 -9
- package/src/components/resource/panels/__tests__/TaggingPanel.test.tsx +5 -5
- package/src/features/admin-devops/components/AdminDevOpsPage.tsx +2 -1
- package/src/features/admin-security/components/AdminSecurityPage.tsx +2 -1
- package/src/features/admin-users/components/AdminUsersPage.tsx +2 -1
- package/src/features/moderate-entity-tags/components/EntityTagsPage.tsx +2 -1
- package/src/features/moderate-recent/components/RecentDocumentsPage.tsx +2 -1
- package/src/features/moderate-tag-schemas/components/TagSchemasPage.tsx +2 -1
- package/src/features/resource-compose/components/ResourceComposePage.tsx +2 -1
- package/src/features/resource-discovery/components/ResourceDiscoveryPage.tsx +2 -1
- package/src/features/resource-viewer/__tests__/AnnotationCreationPending.test.tsx +26 -26
- package/src/features/resource-viewer/__tests__/AnnotationDeletionIntegration.test.tsx +21 -21
- package/src/features/resource-viewer/__tests__/AnnotationProgressDismissal.test.tsx +23 -23
- package/src/features/resource-viewer/__tests__/{ResolutionFlowIntegration.test.tsx → BindFlowIntegration.test.tsx} +49 -49
- package/src/features/resource-viewer/__tests__/DetectionFlowBug.test.tsx +18 -18
- package/src/features/resource-viewer/__tests__/DetectionFlowIntegration.test.tsx +19 -19
- package/src/features/resource-viewer/__tests__/ResourceMutations.test.tsx +19 -19
- package/src/features/resource-viewer/__tests__/ToastNotifications.test.tsx +13 -13
- package/src/features/resource-viewer/__tests__/{GenerationFlowIntegration.test.tsx → YieldFlowIntegration.test.tsx} +34 -34
- package/src/features/resource-viewer/__tests__/annotation-progress-flow.test.tsx +11 -11
- package/src/features/resource-viewer/components/ResourceViewerPage.tsx +55 -55
- package/translations/ar.json +298 -298
- package/translations/bn.json +298 -298
- package/translations/cs.json +295 -295
- package/translations/da.json +282 -282
- package/translations/de.json +281 -281
- package/translations/el.json +298 -298
- package/translations/fa.json +298 -298
- package/translations/fi.json +298 -298
- package/translations/fr.json +279 -279
- package/translations/he.json +298 -298
- package/translations/hi.json +298 -298
- package/translations/id.json +295 -295
- package/translations/it.json +299 -299
- package/translations/ja.json +298 -298
- package/translations/ko.json +298 -298
- package/translations/ms.json +296 -296
- package/translations/nl.json +299 -296
- package/translations/no.json +292 -292
- package/translations/pl.json +297 -297
- package/translations/pt.json +294 -294
- package/translations/ro.json +298 -298
- package/translations/sv.json +293 -293
- package/translations/th.json +298 -298
- package/translations/tr.json +298 -298
- package/translations/uk.json +298 -298
- package/translations/vi.json +298 -298
- package/translations/zh.json +298 -298
- package/dist/PdfAnnotationCanvas.client-HNYRKFDS.mjs.map +0 -1
- package/dist/ar-MDB7HC5S.mjs +0 -376
- package/dist/ar-MDB7HC5S.mjs.map +0 -1
- package/dist/bn-3SAV2ZEM.mjs +0 -376
- package/dist/bn-3SAV2ZEM.mjs.map +0 -1
- package/dist/chunk-MWQ5CNKW.mjs.map +0 -1
- package/dist/cs-AWCETEUV.mjs +0 -376
- package/dist/cs-AWCETEUV.mjs.map +0 -1
- package/dist/da-UZZHXYLC.mjs +0 -376
- package/dist/da-UZZHXYLC.mjs.map +0 -1
- package/dist/de-LQFWN6S5.mjs +0 -376
- package/dist/de-LQFWN6S5.mjs.map +0 -1
- package/dist/el-IWOETBJ7.mjs +0 -376
- package/dist/el-IWOETBJ7.mjs.map +0 -1
- package/dist/fa-BVEJZT5S.mjs +0 -376
- package/dist/fa-BVEJZT5S.mjs.map +0 -1
- package/dist/fi-JBNCGGA6.mjs +0 -376
- package/dist/fi-JBNCGGA6.mjs.map +0 -1
- package/dist/fr-OLH7PNGI.mjs +0 -376
- package/dist/fr-OLH7PNGI.mjs.map +0 -1
- package/dist/he-KOJQ4HMA.mjs +0 -376
- package/dist/he-KOJQ4HMA.mjs.map +0 -1
- package/dist/hi-BKJFZXAY.mjs +0 -376
- package/dist/hi-BKJFZXAY.mjs.map +0 -1
- package/dist/id-DPLHJVNP.mjs +0 -376
- package/dist/id-DPLHJVNP.mjs.map +0 -1
- package/dist/it-JXHAM7NL.mjs +0 -376
- package/dist/it-JXHAM7NL.mjs.map +0 -1
- package/dist/ja-DQRAO3PU.mjs +0 -376
- package/dist/ja-DQRAO3PU.mjs.map +0 -1
- package/dist/ko-6IFCOP6F.mjs +0 -376
- package/dist/ko-6IFCOP6F.mjs.map +0 -1
- package/dist/ms-KF5S2TLL.mjs +0 -376
- package/dist/ms-KF5S2TLL.mjs.map +0 -1
- package/dist/nl-2GUUZLQM.mjs +0 -376
- package/dist/nl-2GUUZLQM.mjs.map +0 -1
- package/dist/no-2IBCZGEF.mjs +0 -376
- package/dist/no-2IBCZGEF.mjs.map +0 -1
- package/dist/pl-ZEUBJ7YU.mjs +0 -376
- package/dist/pl-ZEUBJ7YU.mjs.map +0 -1
- package/dist/pt-WLAFIZWQ.mjs +0 -376
- package/dist/pt-WLAFIZWQ.mjs.map +0 -1
- package/dist/ro-K56IXFGU.mjs +0 -376
- package/dist/ro-K56IXFGU.mjs.map +0 -1
- package/dist/sv-VFJLMJRY.mjs +0 -376
- package/dist/sv-VFJLMJRY.mjs.map +0 -1
- package/dist/th-RICLQ2GW.mjs +0 -376
- package/dist/th-RICLQ2GW.mjs.map +0 -1
- package/dist/tr-SALXWE2M.mjs +0 -376
- package/dist/tr-SALXWE2M.mjs.map +0 -1
- package/dist/uk-3U3T3O2E.mjs +0 -376
- package/dist/uk-3U3T3O2E.mjs.map +0 -1
- package/dist/vi-LIVNZXOB.mjs +0 -376
- package/dist/vi-LIVNZXOB.mjs.map +0 -1
- package/dist/zh-KDUAZPX3.mjs +0 -376
- package/dist/zh-KDUAZPX3.mjs.map +0 -1
- /package/dist/{chunk-3FIQXKQF.mjs.map → chunk-Q2KV6Y2J.mjs.map} +0 -0
package/translations/it.json
CHANGED
|
@@ -1,334 +1,334 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Toolbar": {
|
|
3
|
-
"annotations": "
|
|
4
|
-
"history": "
|
|
5
|
-
"resourceInfo": "
|
|
6
|
-
"collaboration": "
|
|
7
|
-
"userAccount": "
|
|
8
|
-
"settings": "
|
|
3
|
+
"annotations": "Annotazioni",
|
|
4
|
+
"history": "Cronologia",
|
|
5
|
+
"resourceInfo": "Info Risorsa",
|
|
6
|
+
"collaboration": "Collaborazione",
|
|
7
|
+
"userAccount": "Account Utente",
|
|
8
|
+
"settings": "Impostazioni"
|
|
9
9
|
},
|
|
10
10
|
"ResourceInfoPanel": {
|
|
11
|
-
"title": "
|
|
12
|
-
"locale": "
|
|
13
|
-
"notSpecified": "
|
|
14
|
-
"entityTypeTags": "
|
|
15
|
-
"representation": "
|
|
16
|
-
"mediaType": "Media
|
|
17
|
-
"byteSize": "
|
|
18
|
-
"clone": "
|
|
19
|
-
"cloneDescription": "
|
|
20
|
-
"archive": "
|
|
21
|
-
"archiveDescription": "
|
|
22
|
-
"unarchive": "
|
|
23
|
-
"unarchiveDescription": "
|
|
11
|
+
"title": "Info Risorsa",
|
|
12
|
+
"locale": "Lingua",
|
|
13
|
+
"notSpecified": "Non specificato",
|
|
14
|
+
"entityTypeTags": "Etichette Tipo di Entit\u00e0",
|
|
15
|
+
"representation": "Rappresentazione",
|
|
16
|
+
"mediaType": "Tipo di Media",
|
|
17
|
+
"byteSize": "Dimensione",
|
|
18
|
+
"clone": "Clona",
|
|
19
|
+
"cloneDescription": "Genera un link di clone condivisibile per questa risorsa",
|
|
20
|
+
"archive": "Archivia",
|
|
21
|
+
"archiveDescription": "Sposta questa risorsa nello stato archiviato",
|
|
22
|
+
"unarchive": "Ripristina",
|
|
23
|
+
"unarchiveDescription": "Ripristina questa risorsa allo stato attivo"
|
|
24
24
|
},
|
|
25
25
|
"CollaborationPanel": {
|
|
26
|
-
"title": "
|
|
27
|
-
"connectionStatus": "
|
|
28
|
-
"live": "
|
|
29
|
-
"disconnected": "
|
|
30
|
-
"events": "{count}
|
|
31
|
-
"lastSync": "
|
|
32
|
-
"noActivity": "
|
|
33
|
-
"justNow": "
|
|
34
|
-
"secondsAgo": "{count}
|
|
35
|
-
"minuteAgo": "1
|
|
36
|
-
"minutesAgo": "{count}
|
|
37
|
-
"hourAgo": "1
|
|
38
|
-
"hoursAgo": "{count}
|
|
39
|
-
"realtimeActive": "
|
|
40
|
-
"reconnecting": "
|
|
41
|
-
"sharing": "
|
|
42
|
-
"collaborationComingSoon": "
|
|
26
|
+
"title": "Collaborazione",
|
|
27
|
+
"connectionStatus": "Stato della Connessione",
|
|
28
|
+
"live": "Attivo",
|
|
29
|
+
"disconnected": "Disconnesso",
|
|
30
|
+
"events": "{count} eventi",
|
|
31
|
+
"lastSync": "Ultima sincronizzazione:",
|
|
32
|
+
"noActivity": "Nessuna attivit\u00e0 ancora",
|
|
33
|
+
"justNow": "Proprio ora",
|
|
34
|
+
"secondsAgo": "{count} secondi fa",
|
|
35
|
+
"minuteAgo": "1 minuto fa",
|
|
36
|
+
"minutesAgo": "{count} minuti fa",
|
|
37
|
+
"hourAgo": "1 ora fa",
|
|
38
|
+
"hoursAgo": "{count} ore fa",
|
|
39
|
+
"realtimeActive": "Gli aggiornamenti in tempo reale sono attivi",
|
|
40
|
+
"reconnecting": "Riconnessione al server...",
|
|
41
|
+
"sharing": "Condivisione",
|
|
42
|
+
"collaborationComingSoon": "Funzionalit\u00e0 di collaborazione in arrivo"
|
|
43
43
|
},
|
|
44
44
|
"AnnotationHistory": {
|
|
45
|
-
"history": "
|
|
46
|
-
"loading": "
|
|
47
|
-
"user": "
|
|
48
|
-
"method": "
|
|
49
|
-
"viewOriginal": "
|
|
50
|
-
"viewAnnotation": "
|
|
51
|
-
"resourceCreated": "
|
|
52
|
-
"resourceCloned": "
|
|
53
|
-
"resourceArchived": "
|
|
54
|
-
"resourceUnarchived": "
|
|
55
|
-
"highlightAdded": "
|
|
56
|
-
"highlightRemoved": "
|
|
57
|
-
"referenceCreated": "
|
|
58
|
-
"referenceResolved": "
|
|
59
|
-
"referenceDeleted": "
|
|
60
|
-
"entitytagAdded": "
|
|
61
|
-
"entitytagRemoved": "
|
|
62
|
-
"assessmentAdded": "
|
|
63
|
-
"assessmentRemoved": "
|
|
64
|
-
"annotationAdded": "
|
|
65
|
-
"annotationRemoved": "
|
|
66
|
-
"annotationBodyUpdated": "
|
|
67
|
-
"jobEvent": "
|
|
68
|
-
"justNow": "
|
|
69
|
-
"minutesAgo": "{count}m
|
|
70
|
-
"hoursAgo": "{count}h
|
|
71
|
-
"daysAgo": "{count}
|
|
45
|
+
"history": "Cronologia",
|
|
46
|
+
"loading": "Caricamento...",
|
|
47
|
+
"user": "Utente",
|
|
48
|
+
"method": "Metodo",
|
|
49
|
+
"viewOriginal": "Visualizza originale",
|
|
50
|
+
"viewAnnotation": "Visualizza annotazione: {content}",
|
|
51
|
+
"resourceCreated": "Risorsa Creata",
|
|
52
|
+
"resourceCloned": "Clonata",
|
|
53
|
+
"resourceArchived": "Archiviata",
|
|
54
|
+
"resourceUnarchived": "Ripristinata",
|
|
55
|
+
"highlightAdded": "Evidenziazione Aggiunta",
|
|
56
|
+
"highlightRemoved": "Evidenziazione Rimossa",
|
|
57
|
+
"referenceCreated": "Riferimento Creato",
|
|
58
|
+
"referenceResolved": "Riferimento Risolto",
|
|
59
|
+
"referenceDeleted": "Riferimento Eliminato",
|
|
60
|
+
"entitytagAdded": "Etichetta Aggiunta",
|
|
61
|
+
"entitytagRemoved": "Etichetta Rimossa",
|
|
62
|
+
"assessmentAdded": "Valutazione Aggiunta",
|
|
63
|
+
"assessmentRemoved": "Valutazione Rimossa",
|
|
64
|
+
"annotationAdded": "Annotazione Aggiunta",
|
|
65
|
+
"annotationRemoved": "Annotazione Rimossa",
|
|
66
|
+
"annotationBodyUpdated": "Annotazione Aggiornata",
|
|
67
|
+
"jobEvent": "Evento di Lavoro",
|
|
68
|
+
"justNow": "proprio ora",
|
|
69
|
+
"minutesAgo": "{count}m fa",
|
|
70
|
+
"hoursAgo": "{count}h fa",
|
|
71
|
+
"daysAgo": "{count}g fa"
|
|
72
72
|
},
|
|
73
73
|
"CommentsPanel": {
|
|
74
|
-
"title": "
|
|
75
|
-
"noComments": "
|
|
76
|
-
"commentPlaceholder": "
|
|
77
|
-
"save": "
|
|
78
|
-
"cancel": "
|
|
79
|
-
"edit": "
|
|
80
|
-
"annotateComments": "
|
|
81
|
-
"instructions": "
|
|
82
|
-
"optional": "(
|
|
83
|
-
"instructionsPlaceholder": "
|
|
84
|
-
"annotate": "
|
|
85
|
-
"annotating": "
|
|
86
|
-
"toneLabel": "
|
|
87
|
-
"toneOptional": "(
|
|
88
|
-
"toneScholarly": "
|
|
89
|
-
"toneExplanatory": "
|
|
90
|
-
"toneConversational": "
|
|
91
|
-
"toneTechnical": "
|
|
92
|
-
"densityLabel": "
|
|
93
|
-
"densitySparse": "
|
|
94
|
-
"densityDense": "
|
|
95
|
-
"fragmentSelected": "
|
|
96
|
-
"imageRegionSelected": "
|
|
97
|
-
"closeProgress": "
|
|
74
|
+
"title": "Commenti",
|
|
75
|
+
"noComments": "Nessun commento ancora. Seleziona del testo e clicca Commenta per aggiungerne uno.",
|
|
76
|
+
"commentPlaceholder": "Scrivi il tuo commento qui...",
|
|
77
|
+
"save": "Salva",
|
|
78
|
+
"cancel": "Annulla",
|
|
79
|
+
"edit": "Modifica",
|
|
80
|
+
"annotateComments": "Annota Commenti",
|
|
81
|
+
"instructions": "Istruzioni",
|
|
82
|
+
"optional": "(opzionale)",
|
|
83
|
+
"instructionsPlaceholder": "es., Concentrati sulla terminologia tecnica...",
|
|
84
|
+
"annotate": "Annota",
|
|
85
|
+
"annotating": "Annotazione in corso...",
|
|
86
|
+
"toneLabel": "Tono",
|
|
87
|
+
"toneOptional": "(opzionale)",
|
|
88
|
+
"toneScholarly": "Accademico",
|
|
89
|
+
"toneExplanatory": "Esplicativo",
|
|
90
|
+
"toneConversational": "Conversazionale",
|
|
91
|
+
"toneTechnical": "Tecnico",
|
|
92
|
+
"densityLabel": "Densit\u00e0",
|
|
93
|
+
"densitySparse": "Sparsa",
|
|
94
|
+
"densityDense": "Densa",
|
|
95
|
+
"fragmentSelected": "Frammento selezionato",
|
|
96
|
+
"imageRegionSelected": "Regione dell'immagine selezionata",
|
|
97
|
+
"closeProgress": "Chiudi"
|
|
98
98
|
},
|
|
99
99
|
"HighlightPanel": {
|
|
100
|
-
"title": "
|
|
101
|
-
"noHighlights": "
|
|
102
|
-
"annotateHighlights": "
|
|
103
|
-
"instructions": "
|
|
104
|
-
"optional": "(
|
|
105
|
-
"instructionsPlaceholder": "
|
|
106
|
-
"annotate": "
|
|
107
|
-
"annotating": "
|
|
108
|
-
"cancel": "
|
|
109
|
-
"densityLabel": "
|
|
110
|
-
"densitySparse": "
|
|
111
|
-
"densityDense": "
|
|
112
|
-
"closeProgress": "
|
|
100
|
+
"title": "Evidenziazioni",
|
|
101
|
+
"noHighlights": "Nessuna evidenziazione ancora. Usa l'annotazione IA per trovare passaggi importanti.",
|
|
102
|
+
"annotateHighlights": "Annota Evidenziazioni",
|
|
103
|
+
"instructions": "Istruzioni",
|
|
104
|
+
"optional": "(opzionale)",
|
|
105
|
+
"instructionsPlaceholder": "es., Concentrati sui concetti tecnici chiave...",
|
|
106
|
+
"annotate": "Annota",
|
|
107
|
+
"annotating": "Annotazione in corso...",
|
|
108
|
+
"cancel": "Annulla",
|
|
109
|
+
"densityLabel": "Densit\u00e0",
|
|
110
|
+
"densitySparse": "Sparsa",
|
|
111
|
+
"densityDense": "Densa",
|
|
112
|
+
"closeProgress": "Chiudi"
|
|
113
113
|
},
|
|
114
114
|
"AssessmentPanel": {
|
|
115
|
-
"title": "
|
|
116
|
-
"noAssessments": "
|
|
117
|
-
"assessmentPlaceholder": "
|
|
118
|
-
"save": "
|
|
119
|
-
"cancel": "
|
|
120
|
-
"annotateAssessments": "
|
|
121
|
-
"instructions": "
|
|
122
|
-
"optional": "(
|
|
123
|
-
"instructionsPlaceholder": "
|
|
124
|
-
"annotate": "
|
|
125
|
-
"annotating": "
|
|
126
|
-
"toneLabel": "
|
|
127
|
-
"toneOptional": "(
|
|
128
|
-
"toneAnalytical": "
|
|
129
|
-
"toneCritical": "
|
|
130
|
-
"toneBalanced": "
|
|
131
|
-
"toneConstructive": "
|
|
132
|
-
"densityLabel": "
|
|
133
|
-
"densitySparse": "
|
|
134
|
-
"densityDense": "
|
|
135
|
-
"fragmentSelected": "
|
|
136
|
-
"imageRegionSelected": "
|
|
137
|
-
"closeProgress": "
|
|
115
|
+
"title": "Valutazioni",
|
|
116
|
+
"noAssessments": "Nessuna valutazione ancora. Usa l'annotazione IA per valutare i passaggi.",
|
|
117
|
+
"assessmentPlaceholder": "Scrivi la tua valutazione qui...",
|
|
118
|
+
"save": "Salva",
|
|
119
|
+
"cancel": "Annulla",
|
|
120
|
+
"annotateAssessments": "Annota Valutazioni",
|
|
121
|
+
"instructions": "Istruzioni",
|
|
122
|
+
"optional": "(opzionale)",
|
|
123
|
+
"instructionsPlaceholder": "es., Valuta le affermazioni per accuratezza e prove...",
|
|
124
|
+
"annotate": "Annota",
|
|
125
|
+
"annotating": "Annotazione in corso...",
|
|
126
|
+
"toneLabel": "Tono",
|
|
127
|
+
"toneOptional": "(opzionale)",
|
|
128
|
+
"toneAnalytical": "Analitico",
|
|
129
|
+
"toneCritical": "Critico",
|
|
130
|
+
"toneBalanced": "Equilibrato",
|
|
131
|
+
"toneConstructive": "Costruttivo",
|
|
132
|
+
"densityLabel": "Densit\u00e0",
|
|
133
|
+
"densitySparse": "Sparsa",
|
|
134
|
+
"densityDense": "Densa",
|
|
135
|
+
"fragmentSelected": "Frammento selezionato",
|
|
136
|
+
"imageRegionSelected": "Regione dell'immagine selezionata",
|
|
137
|
+
"closeProgress": "Chiudi"
|
|
138
138
|
},
|
|
139
139
|
"TaggingPanel": {
|
|
140
|
-
"title": "
|
|
141
|
-
"noTags": "
|
|
142
|
-
"annotateTags": "
|
|
143
|
-
"selectSchema": "
|
|
144
|
-
"schemaLegal": "
|
|
145
|
-
"schemaScientific": "
|
|
146
|
-
"schemaArgument": "
|
|
147
|
-
"selectCategories": "
|
|
148
|
-
"categoryIssue": "
|
|
149
|
-
"categoryRule": "
|
|
150
|
-
"categoryApplication": "
|
|
151
|
-
"categoryConclusion": "
|
|
152
|
-
"categoryIntroduction": "
|
|
153
|
-
"categoryMethods": "
|
|
154
|
-
"categoryResults": "
|
|
155
|
-
"categoryDiscussion": "
|
|
156
|
-
"categoryClaim": "
|
|
157
|
-
"categoryEvidence": "
|
|
158
|
-
"categoryWarrant": "
|
|
159
|
-
"categoryCounterargument": "
|
|
160
|
-
"categoryRebuttal": "
|
|
161
|
-
"annotate": "
|
|
162
|
-
"annotating": "
|
|
163
|
-
"cancel": "
|
|
164
|
-
"selectAll": "
|
|
165
|
-
"deselectAll": "
|
|
166
|
-
"categoriesSelected": "{count, plural, =0 {
|
|
167
|
-
"createTagForSelection": "
|
|
168
|
-
"selectCategory": "
|
|
169
|
-
"chooseCategory": "
|
|
170
|
-
"fragmentSelected": "
|
|
171
|
-
"imageRegionSelected": "
|
|
140
|
+
"title": "Etichette",
|
|
141
|
+
"noTags": "Nessuna etichetta ancora. Usa l'annotazione IA per identificare i ruoli strutturali.",
|
|
142
|
+
"annotateTags": "Annota Etichette",
|
|
143
|
+
"selectSchema": "Seleziona Framework",
|
|
144
|
+
"schemaLegal": "Analisi Giuridica (IRAC)",
|
|
145
|
+
"schemaScientific": "Articolo Scientifico (IMRAD)",
|
|
146
|
+
"schemaArgument": "Struttura dell'Argomentazione (Toulmin)",
|
|
147
|
+
"selectCategories": "Seleziona Categorie",
|
|
148
|
+
"categoryIssue": "Questione",
|
|
149
|
+
"categoryRule": "Regola",
|
|
150
|
+
"categoryApplication": "Applicazione",
|
|
151
|
+
"categoryConclusion": "Conclusione",
|
|
152
|
+
"categoryIntroduction": "Introduzione",
|
|
153
|
+
"categoryMethods": "Metodi",
|
|
154
|
+
"categoryResults": "Risultati",
|
|
155
|
+
"categoryDiscussion": "Discussione",
|
|
156
|
+
"categoryClaim": "Tesi",
|
|
157
|
+
"categoryEvidence": "Prova",
|
|
158
|
+
"categoryWarrant": "Fondamento",
|
|
159
|
+
"categoryCounterargument": "Controargomentazione",
|
|
160
|
+
"categoryRebuttal": "Confutazione",
|
|
161
|
+
"annotate": "Annota",
|
|
162
|
+
"annotating": "Annotazione in corso...",
|
|
163
|
+
"cancel": "Annulla",
|
|
164
|
+
"selectAll": "Seleziona Tutti",
|
|
165
|
+
"deselectAll": "Deseleziona Tutti",
|
|
166
|
+
"categoriesSelected": "{count, plural, =0 {Nessuna categoria selezionata} =1 {1 categoria selezionata} other {# categorie selezionate}}",
|
|
167
|
+
"createTagForSelection": "Crea Etichetta per la Selezione",
|
|
168
|
+
"selectCategory": "Seleziona Categoria",
|
|
169
|
+
"chooseCategory": "Scegli una categoria...",
|
|
170
|
+
"fragmentSelected": "Frammento selezionato",
|
|
171
|
+
"imageRegionSelected": "Regione dell'immagine selezionata"
|
|
172
172
|
},
|
|
173
173
|
"UnifiedAnnotationsPanel": {
|
|
174
|
-
"title": "
|
|
175
|
-
"statistics": "
|
|
176
|
-
"highlight": "
|
|
177
|
-
"reference": "
|
|
178
|
-
"assessment": "
|
|
179
|
-
"comment": "
|
|
180
|
-
"tag": "
|
|
174
|
+
"title": "Annotazioni",
|
|
175
|
+
"statistics": "Statistiche",
|
|
176
|
+
"highlight": "Evidenziazioni",
|
|
177
|
+
"reference": "Riferimenti",
|
|
178
|
+
"assessment": "Valutazioni",
|
|
179
|
+
"comment": "Commenti",
|
|
180
|
+
"tag": "Etichette"
|
|
181
181
|
},
|
|
182
182
|
"StatisticsPanel": {
|
|
183
|
-
"title": "
|
|
184
|
-
"highlights": "
|
|
185
|
-
"comments": "
|
|
186
|
-
"assessments": "
|
|
187
|
-
"tags": "
|
|
188
|
-
"references": "
|
|
189
|
-
"stub": "
|
|
190
|
-
"resolved": "
|
|
191
|
-
"entityTypes": "
|
|
183
|
+
"title": "Statistiche",
|
|
184
|
+
"highlights": "Evidenziazioni",
|
|
185
|
+
"comments": "Commenti",
|
|
186
|
+
"assessments": "Valutazioni",
|
|
187
|
+
"tags": "Etichette",
|
|
188
|
+
"references": "Riferimenti",
|
|
189
|
+
"stub": "Provvisorio",
|
|
190
|
+
"resolved": "Risolto",
|
|
191
|
+
"entityTypes": "Tipi di Entit\u00e0"
|
|
192
192
|
},
|
|
193
193
|
"ReferencesPanel": {
|
|
194
|
-
"title": "
|
|
195
|
-
"noReferences": "
|
|
196
|
-
"outgoingReferences": "
|
|
197
|
-
"incomingReferences": "
|
|
198
|
-
"noIncomingReferences": "
|
|
199
|
-
"stub": "
|
|
200
|
-
"resolved": "
|
|
201
|
-
"open": "
|
|
202
|
-
"unlink": "
|
|
203
|
-
"generate": "
|
|
204
|
-
"find": "
|
|
205
|
-
"create": "
|
|
206
|
-
"cancel": "
|
|
207
|
-
"createReference": "
|
|
208
|
-
"entityTypesOptional": "
|
|
209
|
-
"fragmentSelected": "
|
|
210
|
-
"imageRegionSelected": "
|
|
211
|
-
"annotateReferences": "
|
|
212
|
-
"selectEntityTypes": "
|
|
213
|
-
"select": "
|
|
214
|
-
"deselect": "
|
|
215
|
-
"noEntityTypes": "
|
|
216
|
-
"typesSelected": "{count, plural, =1 {1
|
|
217
|
-
"annotate": "
|
|
218
|
-
"annotating": "
|
|
219
|
-
"includeDescriptiveReferences": "
|
|
220
|
-
"descriptiveReferencesTooltip": "
|
|
221
|
-
"annotationProgressTitle": "
|
|
222
|
-
"cancelAnnotation": "
|
|
223
|
-
"found": "{count}
|
|
224
|
-
"complete": "
|
|
225
|
-
"failed": "
|
|
226
|
-
"current": "
|
|
227
|
-
"closeProgress": "
|
|
228
|
-
"loading": "
|
|
229
|
-
"loadingEllipsis": "
|
|
230
|
-
"untitledResource": "
|
|
231
|
-
"noText": "
|
|
194
|
+
"title": "Riferimenti",
|
|
195
|
+
"noReferences": "Nessun riferimento ancora. Seleziona del testo per creare riferimenti ad altre risorse.",
|
|
196
|
+
"outgoingReferences": "Riferimenti in Uscita",
|
|
197
|
+
"incomingReferences": "Riferimenti in Entrata",
|
|
198
|
+
"noIncomingReferences": "Nessun riferimento in entrata",
|
|
199
|
+
"stub": "Riferimento provvisorio (non collegato)",
|
|
200
|
+
"resolved": "Riferimento risolto (collegato)",
|
|
201
|
+
"open": "Apri",
|
|
202
|
+
"unlink": "Scollega",
|
|
203
|
+
"generate": "Genera",
|
|
204
|
+
"find": "Trova",
|
|
205
|
+
"create": "Crea",
|
|
206
|
+
"cancel": "Annulla",
|
|
207
|
+
"createReference": "Crea Riferimento",
|
|
208
|
+
"entityTypesOptional": "Tipi di Entit\u00e0 (Opzionale)",
|
|
209
|
+
"fragmentSelected": "Frammento selezionato",
|
|
210
|
+
"imageRegionSelected": "Regione dell'immagine selezionata",
|
|
211
|
+
"annotateReferences": "Annota Riferimenti",
|
|
212
|
+
"selectEntityTypes": "Tipi di entit\u00e0:",
|
|
213
|
+
"select": "Seleziona",
|
|
214
|
+
"deselect": "Deseleziona",
|
|
215
|
+
"noEntityTypes": "Nessun tipo di entit\u00e0 disponibile",
|
|
216
|
+
"typesSelected": "{count, plural, =1 {1 tipo selezionato} other {# tipi selezionati}}",
|
|
217
|
+
"annotate": "Annota",
|
|
218
|
+
"annotating": "Annotazione in corso...",
|
|
219
|
+
"includeDescriptiveReferences": "Includi riferimenti descrittivi",
|
|
220
|
+
"descriptiveReferencesTooltip": "Trova anche espressioni come 'il CEO', 'il colosso tecnologico', 'il fisico' (oltre ai nomi)",
|
|
221
|
+
"annotationProgressTitle": "Annotazione dei Riferimenti alle Entit\u00e0",
|
|
222
|
+
"cancelAnnotation": "Annulla annotazione",
|
|
223
|
+
"found": "{count} trovati",
|
|
224
|
+
"complete": "Annotazione completata!",
|
|
225
|
+
"failed": "Annotazione fallita",
|
|
226
|
+
"current": "Corrente: {entityType}",
|
|
227
|
+
"closeProgress": "Chiudi",
|
|
228
|
+
"loading": "caricamento...",
|
|
229
|
+
"loadingEllipsis": "Caricamento...",
|
|
230
|
+
"untitledResource": "Risorsa Senza Titolo",
|
|
231
|
+
"noText": "Nessun testo"
|
|
232
232
|
},
|
|
233
233
|
"KeyboardShortcuts": {
|
|
234
|
-
"title": "
|
|
235
|
-
"closeDialog": "
|
|
236
|
-
"or": "
|
|
237
|
-
"navigationTitle": "
|
|
238
|
-
"navOpenSearch": "
|
|
239
|
-
"navOpenSearchAlt": "
|
|
240
|
-
"navCreateResource": "
|
|
241
|
-
"navCloseOverlays": "
|
|
242
|
-
"navShowHelp": "
|
|
243
|
-
"sidebarTitle": "
|
|
244
|
-
"sidebarCollapse": "
|
|
245
|
-
"sidebarExpand": "
|
|
246
|
-
"sidebarPickup": "
|
|
247
|
-
"sidebarMove": "
|
|
248
|
-
"sidebarDrop": "
|
|
249
|
-
"sidebarCancel": "
|
|
250
|
-
"annotationsTitle": "
|
|
251
|
-
"annotHighlight": "
|
|
252
|
-
"annotReference": "
|
|
253
|
-
"annotDelete": "
|
|
254
|
-
"annotNavigate": "
|
|
255
|
-
"annotNavigateBack": "
|
|
256
|
-
"listsTitle": "
|
|
257
|
-
"listsFilterNav": "
|
|
258
|
-
"listsGridNav": "
|
|
259
|
-
"listsJumpFirst": "
|
|
260
|
-
"listsJumpLast": "
|
|
261
|
-
"searchModalTitle": "
|
|
262
|
-
"searchNav": "
|
|
263
|
-
"searchSelect": "
|
|
264
|
-
"searchClose": "
|
|
265
|
-
"modalTitle": "
|
|
266
|
-
"modalClose": "
|
|
267
|
-
"modalNavForward": "
|
|
268
|
-
"modalNavBackward": "
|
|
269
|
-
"modalActivate": "
|
|
270
|
-
"accessibilityTitle": "
|
|
271
|
-
"a11ySkipLinks": "
|
|
272
|
-
"a11yFollowLink": "
|
|
273
|
-
"macNote": "
|
|
274
|
-
"windowsNote": "
|
|
275
|
-
"footerHint": "
|
|
276
|
-
"close": "
|
|
234
|
+
"title": "Scorciatoie da Tastiera",
|
|
235
|
+
"closeDialog": "Chiudi finestra di dialogo",
|
|
236
|
+
"or": "o",
|
|
237
|
+
"navigationTitle": "Navigazione",
|
|
238
|
+
"navOpenSearch": "Apri ricerca globale",
|
|
239
|
+
"navOpenSearchAlt": "Apri ricerca globale (alternativa)",
|
|
240
|
+
"navCreateResource": "Crea nuova risorsa",
|
|
241
|
+
"navCloseOverlays": "Chiudi tutti gli overlay (doppia pressione)",
|
|
242
|
+
"navShowHelp": "Mostra aiuto scorciatoie da tastiera",
|
|
243
|
+
"sidebarTitle": "Barra Laterale della Conoscenza",
|
|
244
|
+
"sidebarCollapse": "Comprimi barra laterale",
|
|
245
|
+
"sidebarExpand": "Espandi barra laterale",
|
|
246
|
+
"sidebarPickup": "Prendi la scheda risorsa (quando focalizzata)",
|
|
247
|
+
"sidebarMove": "Sposta la scheda risorsa (durante il trascinamento)",
|
|
248
|
+
"sidebarDrop": "Rilascia la scheda risorsa (durante il trascinamento)",
|
|
249
|
+
"sidebarCancel": "Annulla operazione di trascinamento",
|
|
250
|
+
"annotationsTitle": "Annotazioni della Risorsa",
|
|
251
|
+
"annotHighlight": "Crea evidenziazione dall'annotazione (diretto)",
|
|
252
|
+
"annotReference": "Apri popup riferimento per l'annotazione",
|
|
253
|
+
"annotDelete": "Elimina annotazione focalizzata",
|
|
254
|
+
"annotNavigate": "Naviga tra le annotazioni",
|
|
255
|
+
"annotNavigateBack": "Naviga tra le annotazioni all'indietro",
|
|
256
|
+
"listsTitle": "Liste e Griglie",
|
|
257
|
+
"listsFilterNav": "Naviga tra i filtri dei tipi di entit\u00e0",
|
|
258
|
+
"listsGridNav": "Naviga nella griglia delle risorse",
|
|
259
|
+
"listsJumpFirst": "Vai al primo elemento",
|
|
260
|
+
"listsJumpLast": "Vai all'ultimo elemento",
|
|
261
|
+
"searchModalTitle": "Nel Modale di Ricerca",
|
|
262
|
+
"searchNav": "Naviga tra i risultati della ricerca",
|
|
263
|
+
"searchSelect": "Seleziona risultato",
|
|
264
|
+
"searchClose": "Chiudi ricerca",
|
|
265
|
+
"modalTitle": "Controlli del Modale",
|
|
266
|
+
"modalClose": "Chiudi modale attivo",
|
|
267
|
+
"modalNavForward": "Naviga avanti tra i pulsanti",
|
|
268
|
+
"modalNavBackward": "Naviga indietro tra i pulsanti",
|
|
269
|
+
"modalActivate": "Attiva pulsante focalizzato",
|
|
270
|
+
"accessibilityTitle": "Accessibilit\u00e0",
|
|
271
|
+
"a11ySkipLinks": "Naviga ai link di salto (quando all'inizio della pagina)",
|
|
272
|
+
"a11yFollowLink": "Segui il link di salto",
|
|
273
|
+
"macNote": "Utilizzo delle scorciatoie da tastiera Mac. \u2318 \u00e8 il tasto Command.",
|
|
274
|
+
"windowsNote": "Utilizzo delle scorciatoie da tastiera Windows/Linux. Ctrl \u00e8 il tasto Control.",
|
|
275
|
+
"footerHint": "Premi {key} in qualsiasi momento per mostrare questo aiuto",
|
|
276
|
+
"close": "Chiudi"
|
|
277
277
|
},
|
|
278
278
|
"AnnotateToolbar": {
|
|
279
|
-
"modeGroup": "
|
|
280
|
-
"browse": "
|
|
281
|
-
"annotate": "
|
|
282
|
-
"selectionGroup": "
|
|
283
|
-
"clickGroup": "
|
|
284
|
-
"shapeGroup": "
|
|
285
|
-
"none": "
|
|
286
|
-
"linking": "
|
|
287
|
-
"highlighting": "
|
|
288
|
-
"assessing": "
|
|
289
|
-
"commenting": "
|
|
290
|
-
"tagging": "
|
|
291
|
-
"detail": "
|
|
292
|
-
"follow": "
|
|
293
|
-
"deleting": "
|
|
279
|
+
"modeGroup": "Modalit\u00e0",
|
|
280
|
+
"browse": "Sfoglia",
|
|
281
|
+
"annotate": "Annota",
|
|
282
|
+
"selectionGroup": "Motivazione",
|
|
283
|
+
"clickGroup": "Clic",
|
|
284
|
+
"shapeGroup": "Forma",
|
|
285
|
+
"none": "Nessuno",
|
|
286
|
+
"linking": "Riferimento",
|
|
287
|
+
"highlighting": "Evidenziazione",
|
|
288
|
+
"assessing": "Valutazione",
|
|
289
|
+
"commenting": "Commento",
|
|
290
|
+
"tagging": "Etichetta",
|
|
291
|
+
"detail": "Dettaglio",
|
|
292
|
+
"follow": "Segui",
|
|
293
|
+
"deleting": "Elimina",
|
|
294
294
|
"jsonld": "JSON-LD",
|
|
295
|
-
"rectangle": "
|
|
296
|
-
"circle": "
|
|
297
|
-
"polygon": "
|
|
295
|
+
"rectangle": "Rettangolo",
|
|
296
|
+
"circle": "Cerchio",
|
|
297
|
+
"polygon": "Poligono"
|
|
298
298
|
},
|
|
299
299
|
"CollapsibleResourceNavigation": {
|
|
300
|
-
"title": "
|
|
301
|
-
"collapseSidebar": "
|
|
302
|
-
"expandSidebar": "
|
|
303
|
-
"dragToReorder": "
|
|
304
|
-
"dragToReorderDoc": "
|
|
305
|
-
"closeResource": "
|
|
306
|
-
"dragInstructions": "
|
|
300
|
+
"title": "Navigazione",
|
|
301
|
+
"collapseSidebar": "Comprimi barra laterale",
|
|
302
|
+
"expandSidebar": "Espandi barra laterale",
|
|
303
|
+
"dragToReorder": "Trascina per riordinare",
|
|
304
|
+
"dragToReorderDoc": "Trascina per riordinare {name}",
|
|
305
|
+
"closeResource": "Chiudi risorsa",
|
|
306
|
+
"dragInstructions": "Per riordinare le risorse: Usa Tab per navigare verso una risorsa. Premi Alt+Freccia su per spostare in alto o Alt+Freccia gi\u00f9 per spostare in basso. Per il trascinamento: Premi la barra spaziatrice per prendere l'elemento. Usa i tasti freccia per spostarlo. Premi di nuovo la barra spaziatrice per rilasciarlo."
|
|
307
307
|
},
|
|
308
308
|
"ResourceViewer": {
|
|
309
|
-
"deleteConfirmationTitle": "
|
|
310
|
-
"deleteConfirmationMessage": "
|
|
311
|
-
"deleteConfirmationCancel": "
|
|
312
|
-
"deleteConfirmationDelete": "
|
|
309
|
+
"deleteConfirmationTitle": "Elimina Annotazione",
|
|
310
|
+
"deleteConfirmationMessage": "Sei sicuro di voler eliminare questa annotazione? Questa azione non pu\u00f2 essere annullata.",
|
|
311
|
+
"deleteConfirmationCancel": "Annulla",
|
|
312
|
+
"deleteConfirmationDelete": "Elimina"
|
|
313
313
|
},
|
|
314
314
|
"Settings": {
|
|
315
|
-
"title": "
|
|
316
|
-
"lineNumbers": "
|
|
317
|
-
"lineNumbersVisible": "
|
|
318
|
-
"lineNumbersHidden": "
|
|
319
|
-
"theme": "
|
|
320
|
-
"themeLight": "
|
|
321
|
-
"themeDark": "
|
|
322
|
-
"themeSystem": "
|
|
323
|
-
"themeSystemActive": "
|
|
324
|
-
"themeModeActive": "
|
|
325
|
-
"language": "
|
|
326
|
-
"languageHint": "
|
|
327
|
-
"languageChanging": "
|
|
328
|
-
"hoverDelay": "
|
|
329
|
-
"hoverDelayFast": "
|
|
330
|
-
"hoverDelaySlow": "
|
|
331
|
-
"hoverDelayDescription": "{delay}ms
|
|
315
|
+
"title": "Impostazioni",
|
|
316
|
+
"lineNumbers": "Numeri di Riga",
|
|
317
|
+
"lineNumbersVisible": "Visibili",
|
|
318
|
+
"lineNumbersHidden": "Nascosti",
|
|
319
|
+
"theme": "Tema",
|
|
320
|
+
"themeLight": "Chiaro",
|
|
321
|
+
"themeDark": "Scuro",
|
|
322
|
+
"themeSystem": "Sistema",
|
|
323
|
+
"themeSystemActive": "Sistema ({mode})",
|
|
324
|
+
"themeModeActive": "Utilizzo modalit\u00e0 {mode}",
|
|
325
|
+
"language": "Lingua",
|
|
326
|
+
"languageHint": "Cambia lingua nella navigazione principale",
|
|
327
|
+
"languageChanging": "Cambio lingua...",
|
|
328
|
+
"hoverDelay": "Ritardo al Passaggio del Mouse",
|
|
329
|
+
"hoverDelayFast": "Veloce",
|
|
330
|
+
"hoverDelaySlow": "Lento",
|
|
331
|
+
"hoverDelayDescription": "{delay}ms di ritardo prima che appaiano gli effetti al passaggio del mouse"
|
|
332
332
|
},
|
|
333
333
|
"AnnotateView": {}
|
|
334
|
-
}
|
|
334
|
+
}
|