Skip to content

Commit 64c7004

Browse files
author
AutoTranslator
committed
fix(it-IT): automated translation updates
1 parent 8028b50 commit 64c7004

File tree

4 files changed

+55
-10
lines changed

4 files changed

+55
-10
lines changed

locales/it-IT/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"browserslist": "extends @sanity/browserslist-config",
5555
"peerDependencies": {
56-
"sanity": "^3.22.0 || ^4.0.0-0 || ^5.0.0-0"
56+
"sanity": "^3.22.0 || ^4.0.0-0"
5757
},
5858
"publishConfig": {
5959
"access": "public"

locales/it-IT/src/comments.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ export default removeUndefinedLocaleResources({
7979
/** The text shown in the inline comment button */
8080
'inline-add-comment-button.title': 'Aggiungi commento',
8181

82+
/** The title of the error card shown in the comments inspector */
83+
'inspector-error.title': 'Si è verificato un errore durante il caricamento dei commenti',
84+
8285
/** Aria label for the breadcrumb button showing the field path. `{{field}}` is the last (most specific) field. */
8386
'list-item.breadcrumb-button-go-to-field-aria-label': 'Vai al campo {{field}}',
8487
/** The button tooltip content for the add reaction button */

locales/it-IT/src/structure.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ export default removeUndefinedLocaleResources({
1818
/** Message prompting the user to confirm discarding changes */
1919
'action.discard-changes.confirm-dialog.confirm-discard-changes':
2020
'Sei sicuro di voler annullare tutte le modifiche dall’ultima pubblicazione?',
21+
/** Message prompting the user to confirm discarding changes */
22+
'action.discard-changes.confirm-dialog.confirm-discard-changes-draft':
23+
'Sei sicuro di voler scartare tutte le modifiche ed eliminare questo documento draft?',
24+
/**Header for the confirm discard dialog */
25+
'action.discard-changes.confirm-dialog.header.text': 'Scartare le modifiche?',
2126
/** Tooltip when action is disabled because the document has no unpublished changes */
2227
'action.discard-changes.disabled.no-change': 'Questo documento non ha modifiche non pubblicate',
2328
/** Tooltip when action is disabled because the document is not published */
@@ -172,6 +177,11 @@ export default removeUndefinedLocaleResources({
172177
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
173178
'banners.release.navigate-to-edit-description-multiple_other':
174179
'Questo documento fa parte della release <VersionBadge/> e di altre {{count}} releases',
180+
/** The text for the banner that appears when a document is not part of any release
181+
* @deprecated – no longer in use
182+
* */
183+
'banners.release.navigate-to-edit-description-none':
184+
'Questo documento non fa parte di nessun rilascio',
175185
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
176186
'banners.release.navigate-to-edit-description-single':
177187
'Questo documento fa parte della release <VersionBadge/>',

locales/it-IT/src/studio.ts

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,11 +1388,22 @@ export default removeUndefinedLocaleResources({
13881388
'release.dialog.create.confirm': 'Crea release',
13891389
/** Title for creating releases dialog */
13901390
'release.dialog.create.title': 'Nuova release',
1391-
/** Body text for the dialog confirming deletion of a scheduled draft */
1392-
'release.dialog.delete-schedule-draft.body':
1393-
'Sei sicuro di voler eliminare questa bozza pianificata? Questa azione non può essere annullata.',
1391+
/** Body text when deleting scheduled draft and draft is already up to date */
1392+
'release.dialog.delete-schedule-draft.body-already-current':
1393+
'Eliminare questa bozza programmata? La tua bozza è già aggiornata.',
1394+
/** Body text when deleting scheduled draft and changes will be saved to draft */
1395+
'release.dialog.delete-schedule-draft.body-will-save-to-draft':
1396+
'Eliminare questa bozza programmata? Le tue modifiche verranno salvate nella bozza.',
1397+
/** Body text when deleting scheduled draft with checkbox shown for user choice */
1398+
'release.dialog.delete-schedule-draft.body-with-choice': 'Eliminare questa bozza programmata?',
13941399
/** Confirm button text for deleting a scheduled draft */
13951400
'release.dialog.delete-schedule-draft.confirm': 'Sì, elimina pianificazione',
1401+
/** Checkbox label for copying scheduled draft to draft before deletion */
1402+
'release.dialog.delete-schedule-draft.copy-checkbox':
1403+
'Conserva le mie modifiche programmate copiandole nella bozza (consigliato)',
1404+
/** Explanation text shown when scheduled draft has different changes than current draft */
1405+
'release.dialog.delete-schedule-draft.different-changes-explanation':
1406+
'La tua bozza programmata presenta modifiche diverse rispetto alla tua bozza attuale.',
13961407
/** Header for the dialog confirming deletion of a scheduled draft */
13971408
'release.dialog.delete-schedule-draft.header': 'Elimina bozza pianificata',
13981409
/** Body text for change schedule dialog */
@@ -1437,9 +1448,13 @@ export default removeUndefinedLocaleResources({
14371448
'Pianifica per un momento e una data futuri.',
14381449
/** Label for date picker when scheduling a release */
14391450
'release.schedule-dialog.select-publish-date-label': 'Pubblica il',
1440-
/** The toast description that will be shown when the user has a release perspective which is now archived */
1451+
/** The toast description that will be shown when the user has a release perspective which is now archived
1452+
* @deprecated – no longer needed
1453+
* */
14411454
'release.toast.archived-release.description': 'Questa release è stata staccata',
1442-
/** The toast title that will be shown when the user has a release perspective which is now archived */
1455+
/** The toast title that will be shown when the user has a release perspective which is now archived
1456+
* @deprecated – no longer needed
1457+
* */
14431458
'release.toast.archived-release.title': "La release '{{title}}' è stata archiviata",
14441459
/** The toast title that will be shown the creating a release fails */
14451460
'release.toast.create-release-error.title': 'Creazione della release fallita',
@@ -1449,25 +1464,33 @@ export default removeUndefinedLocaleResources({
14491464
/** Success toast for deleting a scheduled draft */
14501465
'release.toast.delete-schedule-draft.success':
14511466
'Il documento di bozza pianificato <strong>{{title}}</strong> è stato eliminato.',
1452-
/** The toast title that will be shown when the user has a release perspective which is now deleted */
1467+
/** The toast title that will be shown when the user has a release perspective which is now deleted
1468+
* @deprecated – no longer needed
1469+
* */
14531470
'release.toast.not-found-release.title': "Il rilascio '{{title}}' non è stato trovato",
14541471
/** Error toast for running a scheduled publish immediately */
14551472
'release.toast.publish-scheduled-draft.error':
14561473
'Impossibile pubblicare il documento di bozza pianificato <strong>{{title}}</strong>: {{error}}',
14571474
/** Success toast for running a scheduled publish immediately */
14581475
'release.toast.publish-scheduled-draft.success':
14591476
'Il documento di bozza pianificato <strong>{{title}}</strong> è stato pubblicato.',
1460-
/** The toast description that will be shown when the user has a release perspective which is now published */
1477+
/** The toast description that will be shown when the user has a release perspective which is now published
1478+
* @deprecated – no longer needed
1479+
**/
14611480
'release.toast.published-release.description': 'Questa release è stata staccata',
1462-
/** The toast title that will be shown when the user has a release perspective which is now deleted */
1481+
/** The toast title that will be shown when the user has a release perspective which is now deleted
1482+
* @deprecated – no longer needed
1483+
**/
14631484
'release.toast.published-release.title': "La release '{{title}}' è stata pubblicata",
14641485
/** Error toast for rescheduling a draft */
14651486
'release.toast.reschedule-scheduled-draft.error':
14661487
'Impossibile ripianificare il documento di bozza pianificato <strong>{{title}}</strong>: {{error}}',
14671488
/** Success toast for rescheduling a draft */
14681489
'release.toast.reschedule-scheduled-draft.success':
14691490
'Il documento di bozza pianificato <strong>{{title}}</strong> è stato ripianificato.',
1470-
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published */
1491+
/** The toast title that will be shown when the user has a scheduled draft perspective which is now published
1492+
* @deprecated – no longer needed
1493+
* */
14711494
'release.toast.scheduled-draft-published.title': 'La bozza programmata è stata pubblicata',
14721495
/** Label for when a version of a document has already been added to the release */
14731496
'release.tooltip.already-added': 'Una versione di questo documento è già stata aggiunta',
@@ -1483,6 +1506,15 @@ export default removeUndefinedLocaleResources({
14831506
/** Tooltip for the dropdown to show all versions of document */
14841507
'release.version-list.tooltip': 'Vedi tutte le versioni del documento',
14851508

1509+
/** Button text for contacting support in the releases misconfiguration dialog */
1510+
'releases.upsell.misconfiguration.contact-support': 'Contatta il Supporto',
1511+
/** Header for the releases misconfiguration dialog */
1512+
'releases.upsell.misconfiguration.header':
1513+
'Problema di configurazione delle pubblicazioni di contenuti',
1514+
/** Message shown in the releases misconfiguration dialog */
1515+
'releases.upsell.misconfiguration.message':
1516+
'Le pubblicazioni di contenuti sono abilitate per il tuo progetto, ma sembra che ci sia un problema di configurazione con i limiti delle tue pubblicazioni. Si prega di contattare il supporto per configurare correttamente le tue pubblicazioni di contenuti.',
1517+
14861518
/** Confirm button text for the schedule publish dialog */
14871519
'schedule-publish-dialog.confirm': 'Pianifica',
14881520
/** Description for the schedule publish dialog */

0 commit comments

Comments
 (0)