Skip to content

Commit

Permalink
fix(it-IT): automated translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoTranslator committed Dec 18, 2024
1 parent 0dc029e commit c7b91b4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
24 changes: 10 additions & 14 deletions locales/it-IT/src/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,22 @@ export default removeUndefinedLocaleResources({
'linking-in-progress-dialog.troubleshooting.content':
'Controlla se la finestra di Sanity Create è ancora aperta, o se il processo sembra bloccato. Se i problemi persistono, prova ad aggiornare lo Studio e riprova.',

/** "Start in Sanity Create" action button text */
'start-in-create-action.label': 'Inizia in Sanity Create',
/** Subtitle of the "Start writing in Create" banner */
'start-in-create-banner.subtitle':
'Un editor libero e alimentato da AI che si sincronizza direttamente con i tuoi documenti Studio.',
/** Header of the "Start writing in Create" banner */
'start-in-create-banner.title': 'Inizia con Sanity Create',
/** Header badge of the "Start writing in Create" banner */
'start-in-create-banner.title-badge': 'Accesso anticipato',

/** CTA in "Start writing in Create" dialog: Continue to create */
'start-in-create-dialog.cta.continue': 'Continua',
/** CTA in "Start writing in Create" dialog: Learn more */
'start-in-create-dialog.cta.learn-more': 'Scopri di più',
/** The details on what "Start writing in Create" implies */
'start-in-create-dialog.details':
'Questo si apre in una nuova finestra, collegata direttamente a questo documento.',
/** Text for checkbox in "Start writing in Create" dialog for disabling the dialog in the future */
'start-in-create-dialog.dont-remind-me-checkbox': 'Non ricordarmelo più',
/** Toast error message when we dont have a resolved Sanity Create url*/
'start-in-create-dialog.error-toast.unresolved-url':
"Impossibile determinare l'URL di Sanity Create.",
/** Header of the "Start writing in Create" dialog */
'start-in-create-dialog.header': 'Scrivi naturalmente, pubblica in modo strutturato',
/** The lede text in the "Start writing in Create" dialog */
'start-in-create-dialog.lede':
"Crea contenuti a modo tuo in un editor potenziato dall'AI. La tua scrittura si mappa automaticamente ai campi giusti in Sanity Studio mentre digiti.",

/** "Start in Sanity Create" link button text */
'start-in-create-link.label': 'Inizia in Create',

/** Text for the document pane banner informing users that the document is linked to Sanity Create */
'studio-create-link-banner.text': 'Questo documento è collegato a Sanity Create',
Expand Down
3 changes: 3 additions & 0 deletions locales/it-IT/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ export default removeUndefinedLocaleResources({
/** The toast title when the copy button has been clicked */
'confirm-delete-dialog.cdr-table.id-copied-toast.title':
'ID del documento copiato negli appunti!',
/** The toast title when the copy button has been clicked but copying failed */
'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':
"Impossibile copiare l'ID del documento",
/** The header for the project ID column in the list of cross-dataset references found */
'confirm-delete-dialog.cdr-table.project-id.label': 'ID del progetto',
/** The text in the "Delete anyway" button in the confirm delete dialog that confirms the action */
Expand Down

0 comments on commit c7b91b4

Please sign in to comment.