@ckeditor/ckeditor5-core
Version:
The core architecture of CKEditor 5 – the best browser-based rich text editor.
12 lines (10 loc) • 3.11 kB
JavaScript
/**
* @license Copyright (c) 2003-2025, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
( e => {
const { [ 'it' ]: { dictionary, getPluralForm } } = {"it":{"dictionary":{"Cancel":"Annulla","Clear":"Cancella","Remove color":"Rimuovi colore","Restore default":"Ripristina predefinito","Save":"Salva","Show more items":"Mostra più elementi","%0 of %1":"%0 di %1","Cannot upload file:":"Impossibile caricare il file:","Rich Text Editor. Editing area: %0":"Editor Rich Text. Area di modifica: %0","Insert with file manager":"Inserisci con file manager","Replace with file manager":"Sostituisci con file manager","Insert image with file manager":"Inserisci l'immagine con il file manager","Replace image with file manager":"Sostituisci l'immagine con il file manager","File":"File","With file manager":"Con gestione file","Toggle caption off":"Disattiva didascalia","Toggle caption on":"Attiva didascalia","Content editing keystrokes":"Tasti per la modifica del contenuto","These keyboard shortcuts allow for quick access to content editing features.":"Queste scorciatoie da tastiera permettono di accedere velocemente alle funzionalità di modifica del contenuto.","User interface and content navigation keystrokes":"Tasti per la navigazione nell'interfaccia utente e nei contenuti","Use the following keystrokes for more efficient navigation in the CKEditor 5 user interface.":"Utilizza i seguenti tasti per una navigazione più efficiente nell'interfaccia utente di CKEditor 5.","Close contextual balloons, dropdowns, and dialogs":"Chiude menu a discesa, finestre di dialogo e callout contestuali","Open the accessibility help dialog":"Apre la finestra di dialogo della guida all'accessibilità","Move focus between form fields (inputs, buttons, etc.)":"Seleziona/deseleziona i diversi campi del modulo (inserimenti, pulsanti ecc.)","Move focus to the menu bar, navigate between menu bars":"Sposta la selezione sulla barra dei menu, naviga tra le barre dei menu","Move focus to the toolbar, navigate between toolbars":"Seleziona la barra degli strumenti, permette di spostarsi tra le barre degli strumenti","Navigate through the toolbar or menu bar":"Naviga nella barra degli strumenti o nella barra dei menu","Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.":"Esegui il pulsante attualmente selezionato. L'esecuzione dei pulsanti che interagiscono con il contenuto dell'editor riporta la selezione sul contenuto.","Accept":"Accetta","Paragraph":"Paragrafo","Color picker":"Selezione colore","Please try a different phrase or check the spelling.":"Prova una frase diversa o controlla l'ortografia.","Source":"Fonte","Insert":"Inserisci","Update":"Aggiornamento","Back":"Indietro"},getPluralForm(n){return (n != 1);}}};
e[ 'it' ] ||= { dictionary: {}, getPluralForm: null };
e[ 'it' ].dictionary = Object.assign( e[ 'it' ].dictionary, dictionary );
e[ 'it' ].getPluralForm = getPluralForm;
} )( window.CKEDITOR_TRANSLATIONS ||= {} );