CLI Current database: %1 Database attuale: %1 No current working database is set. Nessun database di lavoro è stato impostato. Type %1 for help Digita %1 per aiuto Database passed in command line parameters (%1) was already on the list under name: %2 Il database passato nei parametri della riga di comando (%1) era già nell'elenco sotto nome: %2 Could not add database %1 to list. Impossibile aggiungere il database %1 all'elenco. closed chiuso CliCommand Usage: %1%2 Uso: %1%2 CliCommandAdd Could not add database %1 to list. Impossibile aggiungere il database %1 all'elenco. Database added: %1 Database aggiunto: %1 adds new database to the list aggiunge un nuovo database alla lista Adds given database pointed by <path> with given <name> to list the databases list. The <name> is just a symbolic name that you can later refer to. Just pick any unique name. For list of databases already on the list use %1 command. Aggiunge il database dato puntato da <path> con dato <name> per elencare l'elenco dei database. Il <name> è solo un nome simbolico a cui puoi fare riferimento in seguito. Basta scegliere un nome univoco. Per l'elenco dei database già presenti nella lista usa il comando %1. name CLI command syntax nome path CLI command syntax percorso CliCommandCd Changed directory to: %1 Cartella modificata in: %1 Could not change directory to: %1 Impossibile cambiare la directory in: %1 changes current working directory cambia la directory di lavoro corrente Very similar command to 'cd' known from Unix systems and Windows. It requires a <path> argument to be passed, therefore calling %1 will always cause a change of the directory. To learn what's the current working directory use %2 command and to list contents of the current working directory use %3 command. Comando molto simile a 'cd' conosciuto da sistemi Unix e Windows. Richiede un argomento <path> da passare, quindi chiamare %1 causerà sempre un cambiamento della directory. Per imparare quale è la directory di lavoro corrente usa il comando %2 e per elencare i contenuti della directory di lavoro corrente usa il comando %3. path CLI command syntax percorso CliCommandClose Cannot call %1 when no database is set to be current. Specify current database with %2 command or pass database name to %3. Impossibile chiamare %1 quando nessun database è impostato per essere corrente. Specificare il database corrente con il comando %2 o passare il nome del database a %3. Connection to database %1 closed. Connessione al database %1 chiusa. No such database: %1. Use %2 to see list of known databases. Database inesistente: %1. Usa %2 per vedere l'elenco dei database conosciuti. closes given (or current) database chiude il database specificato (o corrente) Closes database connection. If the database was already closed, nothing happens. If <name> is provided, it should be name of the database to close (as printed by %1 command). The the <name> is not provided, then current working database is closed (see help for %2 for details). Chiude la connessione al database. Se il database era già chiuso, non succede nulla. Se il <name> è specificato, dovrebbe essere il nome del database da chiudere (come stampato dal comando %1). Poi se il <nome> non viene specificato, il database di lavoro corrente è chiuso (vedi aiuto per %2 per i dettagli). name CLI command syntax nome CliCommandDbList No current working database defined. Nessun database di lavoro è stato impostato. Databases: Databases: Name CLI db name column Nome Open CLI connection state column Apri Closed CLI connection state column Chiuso Connection CLI connection state column Connessione Database file path Percorso file database prints list of registered databases stampa l'elenco dei database registrati Prints list of databases registered in the SQLiteStudio. Each database on the list can be in open or closed state and %1 tells you that. The current working database (aka default database) is also marked on the list with '*' at the start of its name. See help for %2 command to learn about the default database. Stampa la lista dei database registrati in SQLiteStudio. Ogni database nella lista può essere in stato di aperto o chiuso e %1 te lo dice. Anche il database di lavoro corrente (aka database predefinito) è contrassegnato nella lista con '*' all'inizio del suo nome. Vedi la guida per il comando %2 per conoscere il database predefinito. CliCommandDesc No working database is set. Call %1 command to set working database. Call %2 to see list of all databases. Non è stato impostato alcun database funzionante. Esegui il comando %1 per impostare il database di lavoro. Esegui %2 per vedere l'elenco di tutti i database. Database is not open. Il database non è aperto. Cannot find table named: %1 Impossibile trovare la tabella denominata: %1 shows details about the table mostra i dettagli della tabella table tabella Table: %1 Tabella: %1 Column name Nome colonna Data type Tipo di dati Constraints Vincoli Virtual table: %1 Tabella virtuale: %1 Construction arguments: Argomenti di costruzione: No construction arguments were passed for this virtual table. Nessun argomento di costruzione è stato passato per questa tabella virtuale. CliCommandDir lists directories and files in current working directory elenca le directory e i file nella directory di lavoro corrente This is very similar to 'dir' command known from Windows and 'ls' command from Unix systems. You can pass <pattern> with wildcard characters to filter output. Questo è molto simile a 'dir' comando conosciuto da Windows e 'ls' comando da sistemi Unix. Puoi passare <pattern> con caratteri jolly per filtrare l'output. pattern modello CliCommandExit quits the application chiude l'applicazione Quits the application. Settings are stored in configuration file and will be restored on next startup. Esce dall'applicazione. Le impostazioni sono memorizzate nel file di configurazione e saranno ripristinate al prossimo avvio. CliCommandHelp shows this help message mostra questo messaggio di aiuto Use %1 to learn about certain commands supported by the command line interface (CLI) of the SQLiteStudio. To see list of supported commands, type %2 without any arguments. When passing <command> name, you can skip special prefix character ('%3'). You can always execute any command with exactly single '--help' option to see help for that command. It's an alternative for typing: %1 <command>. Usa %1 per conoscere alcuni comandi supportati dall'interfaccia a linea di comando (CLI) di Sqlitestudio. Per vedere l'elenco dei comandi supportati, digita %2 senza alcun argomento. Quando passi il nome <command>, puoi non scrivere il carattere prefisso speciale ('%3'). Puoi sempre eseguire qualsiasi comando con l'opzione'--help' per vedere l'aiuto per quel comando. E' una alternativa al dover scrivere: %1 <command>. command CLI command syntax comando No such command: %1 Comando inesistente: %1 Type '%1' for list of available commands. Digita '%1' per l'elenco dei comandi disponibili. Usage: %1%2 Uso: %1%2 Aliases: %1 Aliases: %1 CliCommandHistory Current history limit is set to: %1 Il limite di cronologia corrente è impostato a: %1 prints history or erases it stampa la cronologia o la cancella When no argument was passed, this command prints command line history. Every history entry is separated with a horizontal line, so multiline entries are easier to read. When the -c or --clear option is passed, then the history gets erased. When the -l or --limit option is passed, it sets the new history entries limit. It requires an additional argument saying how many entries do you want the history to be limited to. Use -ql or --querylimit option to see the current limit value. Quando non è stato passato alcun argomento, questo comando stampa la cronologia della riga di comando. Ogni voce della cronologia è separata da una linea orizzontale, quindi le voci multilinea sono più facili da leggere. Quando viene passata l'opzione -c o --clear, la cronologia viene cancellata. Quando l'opzione -l o --limit viene passata, imposta il limite delle nuove voci della cronologia. Richiede un ulteriore argomento che dice a quante voci vuoi che la cronologia sia limitata. Usa l'opzione -ql o --querylimit per vedere il valore limite corrente. number numero Console history erased. Cronologia delle console cancellata. Invalid number: %1 Numero non valido: %1 History limit set to %1 Limite di cronologia impostato a %1 CliCommandMode Current results printing mode: %1 Modalità di stampa dei risultati attuali: %1 Invalid results printing mode: %1 Modalità di stampa risultati non valida: %1 New results printing mode: %1 Nuova modalità di stampa risultati: %1 tells or changes the query results format dice o cambia il formato dei risultati della query When called without argument, tells the current output format for a query results. When the <mode> is passed, the mode is changed to the given one. Supported modes are: - CLASSIC - columns are separated by a comma, not aligned, - FIXED - columns have equal and fixed width, they always fit into terminal window width, but the data in columns can be cut off, - COLUMNS - like FIXED, but smarter (do not use with huge result sets, see details below), - ROW - each column from the row is displayed in new line, so the full data is displayed. The CLASSIC mode is recommended if you want to see all the data, but you don't want to waste lines for each column. Each row will display full data for every column, but this also means, that columns will not be aligned to each other in next rows. The CLASSIC mode also doesn't respect the width of your terminal (console) window, so if values in columns are wider than the window, the row will be continued in next lines. The FIXED mode is recommended if you want a readable output and you don't care about long data values. Columns will be aligned, making the output a nice table. The width of columns is calculated from width of the console window and a number of columns. The COLUMNS mode is similar to FIXED mode, except it tries to be smart and make columns with shorter values more thin, while columns with longer values get more space. First to shrink are columns with longest headers (so the header names are to be cut off as first), then columns with the longest values are shrinked, up to the moment when all columns fit into terminal window. ATTENTION! The COLUMNS mode reads all the results from the query at once in order to evaluate column widths, therefore it is dangerous to use this mode when working with huge result sets. Keep in mind that this mode will load entire result set into memory. The ROW mode is recommended if you need to see whole values and you don't expect many rows to be displayed, because this mode displays a line of output per each column, so you'll get 10 lines for single row with 10 columns, then if you have 10 of such rows, you will get 100 lines of output (+1 extra line per each row, to separate rows from each other). Quando viene chiamato senza argomento, indica il formato di output corrente per i risultati di una interrogazione. Quando il <mode> viene passato, la modalità viene cambiata in quella specificata. Le modalità supportate sono: - CLASSIC - le colonne sono separate da una virgola, non allineate, - FIXED - le colonne hanno larghezza uguale e fissa, si adattano sempre alla larghezza della finestra del terminale, ma i dati in colonne possono essere tagliati, - COLUMNS - come FIXED, ma più intelligente (non usare con enormi set di risultati, vedere i dettagli qui sotto), - ROW - ogni colonna della riga viene visualizzata in una nuova riga, quindi vengono visualizzati i dati completi. La modalità CLASSIC è consigliata se si desidera visualizzare tutti i dati, ma non si vuole sprecare le linee per ogni colonna. Ogni riga visualizzerà i dati completi per ogni colonna, ma ciò significa anche che le colonne non saranno allineate l'una all'altra nelle righe successive. La modalità CLASSIC inoltre non rispetta la larghezza della finestra terminale (console), quindi se i valori nelle colonne sono più larghi della finestra, la riga verrà continuata nelle righe successive. La modalità FIXED è consigliata se si desidera un output leggibile e se si ha cura dei valori di dati lunghi. Le colonne saranno allineate, rendendo l'output come bella tabella. La larghezza delle colonne è calcolata a partire dalla larghezza della finestra della console e da un numero di colonne. La modalità COLUMNS è simile alla modalità FIXED, ma cerca di essere intelligente e di rendere più strette le colonne con valori più corti, mentre le colonne con valori più lunghi avranno più spazio. Le prime ad essere rimpicciolite sono le colonne con le intestazioni più lunghe (quindi i nomi delle intestazioni vengono tagliati per primi), poi vengono rimpicciolite le colonne con i valori più lunghi, fino al momento in cui tutte le colonne entrano nella finestra del terminale. ATTENZIONE! La modalità COLONNE legge tutti i risultati della query in una volta sola per valutare la larghezza delle colonne, quindi è pericoloso usarla quando si lavora con insiemi di risultati enormi. Tenere presente che questa modalità carica l'intero insieme di risultati in memoria. La modalità ROW è consigliata se si ha bisogno di vedere i valori interi e non ci si aspetta che vengano visualizzate molte righe, perché questa modalità visualizza una riga di output per ogni colonna, quindi si otterranno 10 righe per singola riga con 10 colonne, quindi se si hanno 10 righe di questo tipo, si otterranno 100 righe di output (+1 riga in più per ogni riga, per separare le righe l'una dall'altra). CliCommandNullValue Current NULL representation string: %1 Stringa attuale per la rappresentazione del NULL: %1 tells or changes the NULL representation string mostra o cambia la stringa di rappresentazione NULL If no argument was passed, it tells what's the current NULL value representation (that is - what is printed in place of NULL values in query results). If the argument is given, then it's used as a new string to be used for NULL representation. Se non è stato passato nessun argomento, indica quale è la rappresentazione attuale del valore NULL (cioè ciò che è stampato al posto dei valori NULL nei risultati della query). Se l'argomento è passato, allora viene usato come nuova stringa da usarsi per la rappresentazione NULL. CliCommandOpen Cannot call %1 when no database is set to be current. Specify current database with %2 command or pass database name to %3. Impossibile chiamare %1 quando nessun database è impostato per essere corrente. Specificare il database corrente con il comando %2 o passare il nome del database a %3. Could not add database %1 to list. Impossibile aggiungere il database %1 all'elenco. File %1 doesn't exist in %2. Cannot open inexisting database with %3 command. To create a new database, use %4 command. Il file %1 non esiste in %2. Impossibile aprire il database inesistente con il comando %3. Per creare un nuovo database, usa il comando %4. Database %1 has been open and set as the current working database. Il database %1 è stato aperto e impostato come database di lavoro corrente. opens database connection apre la connessione al database Opens connection to the database. If no additional argument was passed, then the connection is open to the current default database (see help for %1 for details). However if an argument was passed, it can be either <name> of the registered database to open, or it can be <path> to the database file to open. In the second case, the <path> gets registered on the list with a generated name, but only for the period of current application session. After restarting application such database is not restored on the list. Apre la connessione al database. Se non è stato passato alcun argomento aggiuntivo, allora la connessione è aperta al database predefinito corrente (vedi aiuto per %1 per i dettagli). Tuttavia, se un argomento è stato passato, può essere il <name> del database registrato da aprire, o può essere il <path> al file del database da aprire. Nel secondo caso, il <path> viene registrato nella lista con un nome generato, ma solo per il periodo della sessione attuale dell'applicazione. Dopo aver riavviato l'applicazione, tale database non viene ripristinato nell'elenco. name CLI command syntax nome path CLI command syntax percorso CliCommandPwd prints the current working directory stampa la directory di lavoro corrente This is the same as 'pwd' command on Unix systems and 'cd' command without arguments on Windows. It prints current working directory. You can change the current working directory with %1 command and you can also list contents of the current working directory with %2 command. Questo è lo stesso comando 'pwd' su sistemi Unix e 'cd' senza argomenti su Windows. Stampa la directory di lavoro corrente. È possibile modificare la directory di lavoro corrente con il comando %1 ed è anche possibile elencare i contenuti della directory di lavoro corrente con il comando %2. CliCommandRemove No such database: %1 Database inesistente: %1 Database removed: %1 Database rimosso: %1 New current database set: Nuovo database corrente impostato: removes database from the list rimuove il database dalla lista Removes <name> database from the list of registered databases. If the database was not on the list (see %1 command), then error message is printed and nothing more happens. Rimuove il database <name> dall'elenco dei database registrati. Se il database non era nella lista (vedere il comando %1), un messaggio di errore viene stampato e nessuna operazione verrà eseguita. name CLI command syntax nome CliCommandSql No working database is set. Call %1 command to set working database. Call %2 to see list of all databases. Non è stato impostato alcun database funzionante. Esegui il comando %1 per impostare il database di lavoro. Esegui %2 per vedere l'elenco di tutti i database. Database is not open. Il database non è aperto. executes SQL query esegue query SQL This command is executed every time you enter SQL query in command prompt. It executes the query on the current working database (see help for %1 for details). There's no sense in executing this command explicitly. Instead just type the SQL query in the command prompt, without any command prefixed. Questo comando viene eseguito ogni volta che si inserisce la query SQL nel prompt dei comandi. Esegue la query nel database corrente di lavoro (consultare la guida per %1 per i dettagli). Non ha senso eseguire questo comando esplicitamente. Invece basta digitare la query SQL nel prompt dei comandi, senza alcun prefisso dei comandi. sql CLI command syntax sql Too many columns to display in %1 mode. Troppe colonne da visualizzare in modalità %1. Row %1 Riga %1 Query execution error: %1 Errore di esecuzione query: %1 CliCommandTables No such database: %1. Use %2 to see list of known databases. Database inesistente: %1. Usa %2 per vedere l'elenco dei database conosciuti. Cannot call %1 when no database is set to be current. Specify current database with %2 command or pass database name to %3. Impossibile chiamare %1 quando nessun database è impostato per essere corrente. Specificare il database corrente con %2 comando o passare il nome del database a %3. Database %1 is closed. Il database %1 è chiuso. Database Database Table Tabella prints list of tables in the database stampa l'elenco delle tabelle nel database Prints list of tables in given <database> or in the current working database. Note, that the <database> should be the name of the registered database (see %1). The output list includes all tables from any other databases attached to the queried database. When the -s option is given, then system tables are also listed. Stampa l'elenco delle tabelle nel <database> specificato o nel database di lavoro corrente. Nota, che il <database> dovrebbe essere il nome del database registrato (vedi %1). L'elenco di output include tutte le tabelle di qualsiasi altro database allegato al database interrogato. Quando viene fornita l'opzione -s, vengono elencate anche le tabelle di sistema. database CLI command syntax database CliCommandTree No current working database is selected. Use %1 to define one and then run %2. Non è stato selezionato alcun database di lavoro corrente. Utilizzare %1 per definirne uno e quindi eseguire %2. Tables Tabelle Views Viste Columns Colonne Indexes Indici Triggers Trigger prints all objects in the database as a tree stampa tutti gli oggetti nel database ad albero Prints all objects (tables, indexes, triggers and views) that are in the database as a tree. The tree is very similar to the one that you can see in GUI client of the SQLiteStudio. When -c option is given, then also columns will be listed under each table. When -s option is given, then also system objects will be printed (sqlite_* tables, autoincrement indexes, etc). The database argument is optional and if provided, then only given database will be printed. This is not a registered database name, but instead it's an internal SQLite database name, like 'main', 'temp', or any attached database name. To print tree for other registered database, call %1 first to switch the working database, and then use %2 command. Stampa tutti gli oggetti (tabelle, indici, trigger e viste) che si trovano nel database come albero. L'albero è molto simile a quello che si può vedere nel client GUI di SQLiteStudio. Quando viene fornita l'opzione -c, anche le colonne saranno elencate sotto ogni tabella. Quando viene fornita l'opzione -s, anche gli oggetti di sistema verranno stampati (tabelle sqlite_*, indici di incremento automatico, ecc). L'argomento database è opzionale e, se fornito, verrà stampato solo il database specificato. Questo non è un nome di database registrato, ma invece è un nome di database SQLite interno, come 'main', 'temp' o qualsiasi nome allegato al database. Per stampare un albero per altri database registrati, chiama %1 prima per cambiare il database di lavoro e poi usa il comando %2. CliCommandUse No current database selected. Nessun database corrente selezionato. Current database: %1 Database attuale: %1 No such database: %1 Database inesistente: %1 changes default working database modifica il database di lavoro predefinito Changes current working database to <name>. If the <name> database is not registered in the application, then the error message is printed and no change is made. What is current working database? When you type a SQL query to be executed, it is executed on the default database, which is also known as the current working database. Most of database-related commands can also work using default database, if no database was provided in their arguments. The current database is always identified by command line prompt. The default database is always defined (unless there is no database on the list at all). The default database can be selected in various ways: - using %1 command, - by passing database file name to the application startup parameters, - by passing registered database name to the application startup parameters, - by restoring previously selected default database from saved configuration, - or when default database was not selected by any of the above, then first database from the registered databases list becomes the default one. Cambia il database di lavoro corrente in <name>. Se il database <name> non è registrato nell'applicazione, il messaggio di errore viene stampato e non viene apportata alcuna modifica. Cos'è il database di lavoro attuale? Quando digiti una query SQL da eseguire, viene eseguita nel database predefinito, che è noto anche come database di lavoro corrente. La maggior parte dei comandi correlati al database può funzionare anche usando il database predefinito, se non è stato fornito alcun database nei loro argomenti. Il database corrente è sempre identificato dal prompt a riga di comando. Il database predefinito è sempre definito (a meno che non ci sia alcun database nella lista). Il database predefinito può essere selezionato in vari modi: - usando il comando %1, - passando il nome del file di database ai parametri di avvio dell'applicazione, - passando il nome del database registrato ai parametri di avvio dell'applicazione, - ripristinando il database predefinito precedentemente selezionato dalla configurazione salvata, - o quando il database predefinito non è stato selezionato da nessuno dei precedenti, allora il primo database dell'elenco dei database registrati diventa quello predefinito. name CLI command syntax nome QObject Insufficient number of arguments. Numero insufficiente di argomenti. Too many arguments. Troppi argomenti. Invalid argument value: %1. Expected one of: %2 Valore argomento non valido: %1. Atteso uno di: %2 Unknown option: %1 CLI command syntax Opzione sconosciuta: %1 Option %1 requires an argument. CLI command syntax L'opzione %1 richiede un argomento. string CLI command syntax stringa Command line interface to SQLiteStudio, a SQLite manager. Interfaccia a riga di comando per SQLiteStudio, un gestore SQLite. Enables debug messages on standard error output. Abilita i messaggi di debug sullo standard error output. Enables Lemon parser debug messages for SQL code assistant. Abilita i messaggi di debug dell'analizzatore Lemon per l'assistente di codice SQL. Lists plugins installed in the SQLiteStudio and quits. Elenca i plugin installati in SQLiteStudio ed esce. Executes provided SQL file (including all rich features of SQLiteStudio's query executor) on the specified database file and quits. The database parameter becomes mandatory if this option is used. Esegue il file SQL fornito (incluse tutte le ricche caratteristiche dell'esecutore delle query di SQLiteStudio) sul file di database specificato e termina. Il parametro del database diventa obbligatorio se viene utilizzata questa opzione. SQL file File SQL Character encoding to use when reading SQL file (-e option). Use -cl to list available codecs. Defaults to %1. Codifica dei caratteri da usare quando si legge il file SQL (opzione -e). Usare -cl per elencare le codifiche disponibili. Predefinito a %1. codec codifica Lists available codecs to be used with -c option and quits. Elenca le codifiche disponibili da utilizzare con l'opzione -c ed esce. When used together with -e option, the execution will not stop on an error, but rather continue until the end, ignoring errors. Quando utilizzato insieme all'opzione -e, l'esecuzione non si fermerà su un errore, ma piuttosto continuerà fino alla fine, ignorando gli errori. file file Database file to open File del database da aprire Invalid codec: %1. Use -cl option to list available codecs. Codifica non valida: %1. Usa l'opzione -cl per elencare le codifiche disponibili. Database file argument is mandatory when executing SQL file. L'argomento del file database è obbligatorio quando si esegue il file SQL. Could not open specified database for executing SQL file. You may try using -d option to find out more details. Impossibile aprire il database specificato per eseguire il file SQL. Puoi provare a usare l'opzione -d per scoprire maggiori dettagli.