diff --git a/web/pgadmin/translations/it/LC_MESSAGES/messages.mo b/web/pgadmin/translations/it/LC_MESSAGES/messages.mo index e7b928956ab..b8ed403fe54 100644 Binary files a/web/pgadmin/translations/it/LC_MESSAGES/messages.mo and b/web/pgadmin/translations/it/LC_MESSAGES/messages.mo differ diff --git a/web/pgadmin/translations/it/LC_MESSAGES/messages.po b/web/pgadmin/translations/it/LC_MESSAGES/messages.po index 113d41dd358..2b2cb25618f 100644 --- a/web/pgadmin/translations/it/LC_MESSAGES/messages.po +++ b/web/pgadmin/translations/it/LC_MESSAGES/messages.po @@ -8,15 +8,16 @@ msgstr "" "Project-Id-Version: PgAdmin 4\n" "Report-Msgid-Bugs-To: sgarbossa.domenico@gmail.com\n" "POT-Creation-Date: 2026-07-25 00:51+0530\n" -"PO-Revision-Date: 2026-06-15 22:05+0200\n" +"PO-Revision-Date: 2026-07-27 14:20+0200\n" "Last-Translator: Domenico Sgarbossa \n" -"Language: it_IT\n" "Language-Team: Sgarbossa Domenico\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: it_IT\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Generated-By: Babel 2.18.0\n" +"X-Generator: Poedit 3.9\n" #: pgadmin/__init__.py:352 pgadmin/authenticate/internal.py:26 msgid "Incorrect username or password." @@ -30,8 +31,7 @@ msgstr "Accesso non autorizzato, permesso negato." #, python-brace-format msgid "Auto-detected {0} installation with the data directory at {1}" msgstr "" -"Installazione {0} rilevata automaticamente con la directory dei dati su " -"{1}" +"Installazione {0} rilevata automaticamente con la directory dei dati su {1}" #: pgadmin/__init__.py:824 msgid "403 FORBIDDEN" @@ -97,8 +97,7 @@ msgstr "Utente corrente" msgid "Electron Version" msgstr "Versione electron" -#: pgadmin/about/static/js/AboutComponent.jsx:88 -#: pgadmin/browser/__init__.py:108 +#: pgadmin/about/static/js/AboutComponent.jsx:88 pgadmin/browser/__init__.py:108 #: pgadmin/preferences/static/js/components/PreferencesHelper.jsx:45 msgid "Browser" msgstr "Esplora" @@ -165,14 +164,13 @@ msgstr "kerberos" #: pgadmin/authenticate/kerberos.py:170 msgid "Kerberos authentication can't be used as GSSAPI module couldn't be loaded." msgstr "" -"Impossibile utilizzare l'autenticazione Kerberos poiché non è stato " -"possibile caricare il modulo GSSAPI." +"Impossibile utilizzare l'autenticazione Kerberos poiché non è stato possibile " +"caricare il modulo GSSAPI." #: pgadmin/authenticate/kerberos.py:210 msgid "Kerberos authentication failed. Couldn't find kerberos ticket." msgstr "" -"Autenticazione Kerberos non riuscita. Impossibile trovare il biglietto " -"Kerberos." +"Autenticazione Kerberos non riuscita. Impossibile trovare il biglietto Kerberos." #: pgadmin/authenticate/kerberos.py:240 msgid "Delegated credentials not supplied." @@ -234,19 +232,18 @@ msgstr "La sessione di accesso è scaduta. Riprova." #: pgadmin/authenticate/oauth2.py:355 #, python-format msgid "" -"OAuth2 provider '%(name)s' is configured with 'openid' in OAUTH2_SCOPE " -"but OAUTH2_SERVER_METADATA_URL is not set. pgAdmin needs the provider's " -"OpenID Connect discovery URL to verify the id_token. Either set " -"OAUTH2_SERVER_METADATA_URL to the discovery URL (e.g. https:///.well-known/openid-configuration), or remove 'openid' from " +"OAuth2 provider '%(name)s' is configured with 'openid' in OAUTH2_SCOPE but " +"OAUTH2_SERVER_METADATA_URL is not set. pgAdmin needs the provider's OpenID " +"Connect discovery URL to verify the id_token. Either set " +"OAUTH2_SERVER_METADATA_URL to the discovery URL (e.g. https:///.well-" +"known/openid-configuration), or remove 'openid' from OAUTH2_SCOPE." +msgstr "" +"Il provider OAuth2 '%(name)s' è configurato con 'openid' in OAUTH2_SCOPE, ma " +"OAUTH2_SERVER_METADATA_URL non è impostato. pgAdmin necessita dell'URL di " +"rilevamento OpenID Connect del provider per verificare l'id_token. Impostare " +"OAUTH2_SERVER_METADATA_URL sull'URL di rilevamento (ad esempio https://" +"/.well-known/openid-configuration) oppure rimuovere 'openid' da " "OAUTH2_SCOPE." -msgstr "" -"Il provider OAuth2 '%(name)s' è configurato con 'openid' in OAUTH2_SCOPE," -" ma OAUTH2_SERVER_METADATA_URL non è impostato. pgAdmin necessita " -"dell'URL di rilevamento OpenID Connect del provider per verificare " -"l'id_token. Impostare OAUTH2_SERVER_METADATA_URL sull'URL di rilevamento " -"(ad esempio https:///.well-known/openid-configuration) oppure " -"rimuovere 'openid' da OAUTH2_SCOPE." #: pgadmin/authenticate/oauth2.py:542 msgid "No OAuth2 provider available." @@ -262,23 +259,22 @@ msgstr "Nessun dato del profilo trovato." #: pgadmin/authenticate/oauth2.py:589 msgid "" -"Could not extract username from OIDC claims. Please ensure your OIDC " -"provider returns standard claims (email, preferred_username, or sub)." +"Could not extract username from OIDC claims. Please ensure your OIDC provider " +"returns standard claims (email, preferred_username, or sub)." msgstr "" -"Impossibile estrarre il nome utente dalle attestazioni OIDC. Assicurati " -"che il tuo provider OIDC restituisca attestazioni standard (email, " -"preferred_username o sub)." +"Impossibile estrarre il nome utente dalle attestazioni OIDC. Assicurati che il " +"tuo provider OIDC restituisca attestazioni standard (email, preferred_username o " +"sub)." #: pgadmin/authenticate/oauth2.py:595 msgid "" -"An email id or OAUTH2_USERNAME_CLAIM is required to login into pgAdmin. " -"Please update your OAuth2 profile for email id or set " -"OAUTH2_USERNAME_CLAIM config parameter." +"An email id or OAUTH2_USERNAME_CLAIM is required to login into pgAdmin. Please " +"update your OAuth2 profile for email id or set OAUTH2_USERNAME_CLAIM config " +"parameter." msgstr "" "Per accedere a pgAdmin è necessario un indirizzo email o il parametro " -"OAUTH2_USERNAME_CLAIM. Aggiorna il tuo profilo OAuth2 con l'indirizzo " -"email oppure imposta il parametro di configurazione " -"OAUTH2_USERNAME_CLAIM." +"OAUTH2_USERNAME_CLAIM. Aggiorna il tuo profilo OAuth2 con l'indirizzo email " +"oppure imposta il parametro di configurazione OAUTH2_USERNAME_CLAIM." #: pgadmin/authenticate/oauth2.py:773 msgid "No OAuth2 provider selected." @@ -295,20 +291,20 @@ msgstr "Nessun indirizzo email/nome utente trovato. Contatta l'amministratore." #: pgadmin/authenticate/oauth2.py:806 msgid "Additional claim config is None, no check to do." msgstr "" -"La configurazione aggiuntiva delle rivendicazioni è Nessuna, nessun " -"controllo da effettuare." +"La configurazione aggiuntiva delle rivendicazioni è Nessuna, nessun controllo da " +"effettuare." #: pgadmin/authenticate/oauth2.py:810 msgid "Additional claim check config is not a dict." msgstr "" -"La configurazione aggiuntiva per il controllo delle rivendicazioni non è " -"un dizionario." +"La configurazione aggiuntiva per il controllo delle rivendicazioni non è un " +"dizionario." #: pgadmin/authenticate/oauth2.py:813 msgid "Additional claim check config dict is empty." msgstr "" -"Il dizionario di configurazione per il controllo aggiuntivo delle " -"rivendicazioni è vuoto." +"Il dizionario di configurazione per il controllo aggiuntivo delle rivendicazioni " +"è vuoto." #: pgadmin/authenticate/oauth2.py:825 msgid "Claim match found. Authorized access." @@ -334,8 +330,7 @@ msgstr "'{}' non è un metodo di autenticazione a più fattori valido" #: pgadmin/authenticate/mfa/__init__.py:105 msgid "No valid multi-factor authentication found, hence - disabling it." msgstr "" -"Nessuna autenticazione a più fattori valida trovata, quindi - " -"disabilitarla." +"Nessuna autenticazione a più fattori valida trovata, quindi - disabilitarla." #: pgadmin/authenticate/mfa/authenticator.py:31 msgid "Authenticator App" @@ -347,11 +342,11 @@ msgstr "Inserisci il codice" #: pgadmin/authenticate/mfa/authenticator.py:62 msgid "" -"User has not registered the Time-based One-Time Password (TOTP) " -"Authenticator for authentication." +"User has not registered the Time-based One-Time Password (TOTP) Authenticator " +"for authentication." msgstr "" -"L'utente non ha registrato l'autenticatore TOTP (Time-based One-Time " -"Password) per l'autenticazione." +"L'utente non ha registrato l'autenticatore TOTP (Time-based One-Time Password) " +"per l'autenticazione." #: pgadmin/authenticate/mfa/authenticator.py:68 msgid "User does not have valid HASH to generate the OTP." @@ -359,11 +354,11 @@ msgstr "L'utente non dispone di un HASH valido per generare l'OTP." #: pgadmin/authenticate/mfa/authenticator.py:126 msgid "" -"Enter the code shown in your authenticator application for TOTP (Time-" -"based One-Time Password)" +"Enter the code shown in your authenticator application for TOTP (Time-based One-" +"Time Password)" msgstr "" -"Inserisci il codice mostrato nella tua applicazione di autenticazione per" -" TOTP (Time-based One-Time Password)" +"Inserisci il codice mostrato nella tua applicazione di autenticazione per TOTP " +"(Time-based One-Time Password)" #: pgadmin/authenticate/mfa/authenticator.py:164 msgid "TOTP Authenticator QRCode" @@ -371,11 +366,9 @@ msgstr "Autenticatore TOTP QRCode" #: pgadmin/authenticate/mfa/authenticator.py:166 msgid "" -"Scan the QR code and the enter the code from the TOTP Authenticator " -"application" +"Scan the QR code and the enter the code from the TOTP Authenticator application" msgstr "" -"Scansiona il codice QR e inserisci il codice dall'applicazione TOTP " -"Authenticator" +"Scansiona il codice QR e inserisci il codice dall'applicazione TOTP Authenticator" #: pgadmin/authenticate/mfa/authenticator.py:195 msgid "Failed to validate the code" @@ -406,8 +399,8 @@ msgstr "Impossibile inviare il codice all'e-mail." #, python-brace-format msgid "A verification code was sent to {}. Check your email and enter the code." msgstr "" -"È stato inviato un codice di verifica a {}. Controlla la tua email e " -"inserisci il codice." +"È stato inviato un codice di verifica a {}. Controlla la tua email e inserisci " +"il codice." #: pgadmin/authenticate/mfa/email.py:150 msgid "User has not registered for email authentication" @@ -447,12 +440,11 @@ msgstr "Nota" #: pgadmin/authenticate/mfa/email.py:221 msgid "" -"This email address will only be used for two factor authentication " -"purposes. The email address for the user account will not be changed." +"This email address will only be used for two factor authentication purposes. The " +"email address for the user account will not be changed." msgstr "" -"Questo indirizzo e-mail verrà utilizzato solo per scopi di autenticazione" -" a due fattori. L'indirizzo e-mail dell'account utente non verrà " -"modificato." +"Questo indirizzo e-mail verrà utilizzato solo per scopi di autenticazione a due " +"fattori. L'indirizzo e-mail dell'account utente non verrà modificato." #: pgadmin/authenticate/mfa/email.py:242 msgid "Enter code here" @@ -500,8 +492,8 @@ msgstr "Sessione scaduta. Aggiorna la pagina." #: pgadmin/authenticate/mfa/views.py:373 msgid "Can't access this page, when multi factor authentication is disabled." msgstr "" -"Impossibile accedere a questa pagina, quando l'autenticazione a più " -"fattori è disabilitata." +"Impossibile accedere a questa pagina, quando l'autenticazione a più fattori è " +"disabilitata." #: pgadmin/authenticate/mfa/views.py:378 msgid "Complete the authentication process first" @@ -548,13 +540,11 @@ msgstr "Nodi" #: pgadmin/browser/__init__.py:789 #, python-brace-format msgid "" -"The master password could not be retrieved from the MASTER_PASSWORD_HOOK " -"utility specified {0}. Please check that the hook utility is configured " -"correctly." +"The master password could not be retrieved from the MASTER_PASSWORD_HOOK utility " +"specified {0}. Please check that the hook utility is configured correctly." msgstr "" -"Impossibile recuperare la password principale dall'utilità " -"MASTER_PASSWORD_HOOK specificata {0}. Verifica che l'utilità di hook sia " -"configurata correttamente." +"Impossibile recuperare la password principale dall'utilità MASTER_PASSWORD_HOOK " +"specificata {0}. Verifica che l'utilità di hook sia configurata correttamente." #: pgadmin/browser/__init__.py:815 msgid "Incorrect master password" @@ -575,12 +565,12 @@ msgstr "la password dell'utente pgAdmin è stata modificata correttamente" #: pgadmin/browser/__init__.py:993 #, python-brace-format msgid "" -"Your account is authenticated using an external {} source. Please contact" -" the administrators of this service if you need to reset your password." +"Your account is authenticated using an external {} source. Please contact the " +"administrators of this service if you need to reset your password." msgstr "" -"Il tuo account è autenticato utilizzando una fonte {} esterna. Si prega " -"di contattare gli amministratori di questo servizio se è necessario " -"reimpostare la password." +"Il tuo account è autenticato utilizzando una fonte {} esterna. Si prega di " +"contattare gli amministratori di questo servizio se è necessario reimpostare la " +"password." #: pgadmin/browser/__init__.py:1037 msgid "Password reset failed." @@ -592,11 +582,11 @@ msgstr "Istruzioni per il ripristino della password inviate." #: pgadmin/browser/__init__.py:1113 msgid "" -"You successfully reset your password but your account is locked. Please " -"contact the Administrator." +"You successfully reset your password but your account is locked. Please contact " +"the Administrator." msgstr "" -"Hai reimpostato correttamente la tua password ma il tuo account è " -"bloccato. Si prega di contattare l'amministratore." +"Hai reimpostato correttamente la tua password ma il tuo account è bloccato. Si " +"prega di contattare l'amministratore." #: pgadmin/browser/register_browser_preferences.py:22 msgid "Show system objects?" @@ -608,11 +598,11 @@ msgstr "Mostra raccolte di oggetti vuote?" #: pgadmin/browser/register_browser_preferences.py:31 msgid "" -"If turned off, then all object collections which are empty will be hidden" -" from browser tree." +"If turned off, then all object collections which are empty will be hidden from " +"browser tree." msgstr "" -"Se disattivato, tutte le raccolte di oggetti vuote verranno nascoste " -"dall'albero del browser." +"Se disattivato, tutte le raccolte di oggetti vuote verranno nascoste dall'albero " +"del browser." #: pgadmin/browser/register_browser_preferences.py:38 msgid "Show column data type?" @@ -623,8 +613,8 @@ msgid "" "If turned off, then the data types of the columns will not be displayed " "alongside their column names." msgstr "" -"Se disattivata, i tipi di dati delle colonne non verranno visualizzati " -"insieme ai nomi delle colonne." +"Se disattivata, i tipi di dati delle colonne non verranno visualizzati insieme " +"ai nomi delle colonne." #: pgadmin/browser/register_browser_preferences.py:48 msgid "Show template databases?" @@ -634,31 +624,28 @@ msgstr "Mostra i database dei modelli?" msgid "Hide shared servers?" msgstr "Nascondere i server condivisi?" -#: pgadmin/browser/register_browser_preferences.py:56 -#: pgadmin/utils/constants.py:22 +#: pgadmin/browser/register_browser_preferences.py:56 pgadmin/utils/constants.py:22 msgid "Display" msgstr "Mostra" #: pgadmin/browser/register_browser_preferences.py:58 msgid "If set to True, all shared servers will be hidden from the browser tree." msgstr "" -"Se impostato su Vero, tutti i server condivisi saranno nascosti dalla " -"struttura del browser." +"Se impostato su Vero, tutti i server condivisi saranno nascosti dalla struttura " +"del browser." #: pgadmin/browser/register_browser_preferences.py:65 msgid "Object explorer tree state saving interval" msgstr "" -"Intervallo di salvataggio dello stato della vista ad albero Esplora " -"oggetti" +"Intervallo di salvataggio dello stato della vista ad albero Esplora oggetti" #: pgadmin/browser/register_browser_preferences.py:68 msgid "" -"Object explorer state saving interval in seconds. Use -1 to disable the " -"tree saving mechanism." +"Object explorer state saving interval in seconds. Use -1 to disable the tree " +"saving mechanism." msgstr "" -"Intervallo di salvataggio dello stato della vista ad albero Esplora " -"oggetti in secondi. Utilizzare -1 per disabilitare il meccanismo di " -"salvataggio dello stato." +"Intervallo di salvataggio dello stato della vista ad albero Esplora oggetti in " +"secondi. Utilizzare -1 per disabilitare il meccanismo di salvataggio dello stato." #: pgadmin/browser/register_browser_preferences.py:75 msgid "Confirm on close or refresh?" @@ -666,26 +653,25 @@ msgstr "Conferma alla chiusura o aggiorna?" #: pgadmin/browser/register_browser_preferences.py:78 msgid "" -"Confirm that closure or refresh of the browser or browser tab is intended" -" before proceeding." +"Confirm that closure or refresh of the browser or browser tab is intended before " +"proceeding." msgstr "" -"Prima di procedere, verificare che si intenda chiudere o aggiornare il " -"browser o la scheda del browser." +"Prima di procedere, verificare che si intenda chiudere o aggiornare il browser o " +"la scheda del browser." #: pgadmin/browser/register_browser_preferences.py:85 msgid "Confirm before Close/Reset in object properties dialog?" msgstr "" -"Conferma prima di Chiudi / Ripristina nella finestra di dialogo delle " -"proprietà dell'oggetto?" +"Conferma prima di Chiudi / Ripristina nella finestra di dialogo delle proprietà " +"dell'oggetto?" #: pgadmin/browser/register_browser_preferences.py:89 msgid "" -"Confirm before closing or resetting the changes in the properties dialog " -"for an object if the changes are not saved." +"Confirm before closing or resetting the changes in the properties dialog for an " +"object if the changes are not saved." msgstr "" -"Conferma prima di chiudere o ripristinare le modifiche nella finestra di " -"dialogo delle proprietà di un oggetto se le modifiche non sono state " -"salvate." +"Conferma prima di chiudere o ripristinare le modifiche nella finestra di dialogo " +"delle proprietà di un oggetto se le modifiche non sono state salvate." #: pgadmin/browser/register_browser_preferences.py:96 msgid "Auto-expand sole children" @@ -693,8 +679,8 @@ msgstr "Espandere automaticamente i figli unici" #: pgadmin/browser/register_browser_preferences.py:99 msgid "" -"If a treeview node is expanded and has only a single child, automatically" -" expand the child node as well." +"If a treeview node is expanded and has only a single child, automatically expand " +"the child node as well." msgstr "" "Se un nodo treeview viene espanso e ha solo un singolo figlio, espande " "automaticamente anche il nodo figlio." @@ -705,12 +691,12 @@ msgstr "Visualizzare l'indicatore del colore del server nelle schede del pannell #: pgadmin/browser/register_browser_preferences.py:110 msgid "" -"If enabled, a colored circle indicator will be shown in panel tabs (Query" -" Tool, ERD Tool, etc.) matching the server's custom background color." +"If enabled, a colored circle indicator will be shown in panel tabs (Query Tool, " +"ERD Tool, etc.) matching the server's custom background color." msgstr "" -"Se abilitata, nelle schede del pannello (Strumento di query, Strumento " -"ERD, ecc.) verrà visualizzato un indicatore circolare colorato " -"corrispondente al colore di sfondo personalizzato del server." +"Se abilitata, nelle schede del pannello (Strumento di query, Strumento ERD, " +"ecc.) verrà visualizzato un indicatore circolare colorato corrispondente al " +"colore di sfondo personalizzato del server." #: pgadmin/browser/register_browser_preferences.py:118 msgid "Count rows if estimated less than" @@ -728,11 +714,11 @@ msgstr "Righe massime della cronologia delle operazioni" #: pgadmin/browser/register_browser_preferences.py:128 msgid "" -"The maximum number of history rows to show on the Statistics tab for " -"pgAgent jobs." +"The maximum number of history rows to show on the Statistics tab for pgAgent " +"jobs." msgstr "" -"Numero massimo di righe cronologiche da visualizzare nella scheda " -"Statistiche per i processi pgAgent." +"Numero massimo di righe cronologiche da visualizzare nella scheda Statistiche " +"per i processi pgAgent." #: pgadmin/browser/register_browser_preferences.py:135 msgid "Process details/logs retention days" @@ -745,11 +731,10 @@ msgstr "Processi" #: pgadmin/browser/register_browser_preferences.py:139 msgid "" -"After this many days, the process info and logs will be automatically " -"cleared." +"After this many days, the process info and logs will be automatically cleared." msgstr "" -"Dopo questi molti giorni, le informazioni sul processo e i registri " -"verranno automaticamente cancellati." +"Dopo questi molti giorni, le informazioni sul processo e i registri verranno " +"automaticamente cancellati." #: pgadmin/browser/register_browser_preferences.py:145 #: pgadmin/tools/sqleditor/static/js/components/dialogs/MacrosDialog.jsx:55 @@ -845,8 +830,8 @@ msgstr "Aggiorna Esplora oggetti" msgid "Add grid row" msgstr "Aggiungi una riga alla griglia" -#: pgadmin/browser/register_browser_preferences.py:409 -#: pgadmin/help/__init__.py:27 pgadmin/static/js/Dialogs/index.jsx:387 +#: pgadmin/browser/register_browser_preferences.py:409 pgadmin/help/__init__.py:27 +#: pgadmin/static/js/Dialogs/index.jsx:387 #: pgadmin/static/js/QuickSearch/index.jsx:266 msgid "Quick Search" msgstr "Ricerca veloce" @@ -857,11 +842,11 @@ msgstr "Dimensione della scheda dinamica" #: pgadmin/browser/register_browser_preferences.py:425 msgid "" -"If set to True, the tabs will take full size as per the title. This will " -"also apply to already opened tabs." +"If set to True, the tabs will take full size as per the title. This will also " +"apply to already opened tabs." msgstr "" -"Se impostato su Vero, le schede saranno visualizzate a dimensione intera," -" come indicato nel titolo. Questo vale anche per le schede già aperte." +"Se impostato su Vero, le schede saranno visualizzate a dimensione intera, come " +"indicato nel titolo. Questo vale anche per le schede già aperte." #: pgadmin/browser/register_browser_preferences.py:431 msgid "Query tool tab title" @@ -870,13 +855,13 @@ msgstr "Titolo della scheda Strumento query" #: pgadmin/browser/register_browser_preferences.py:435 #: pgadmin/browser/register_browser_preferences.py:505 msgid "" -"Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. Users " -"can provide any string with or without placeholders of their choice. A " -"blank title will revert to the default." +"Supported placeholders are %DATABASE%, %USERNAME%, and %SERVER%. Users can " +"provide any string with or without placeholders of their choice. A blank title " +"will revert to the default." msgstr "" -"I segnaposto supportati sono %DATABASE%, %USERNAME% e %SERVER%. Gli " -"utenti possono specificare qualsiasi stringa con o senza segnaposto a " -"loro scelta. Un titolo vuoto tornerà al valore predefinito." +"I segnaposto supportati sono %DATABASE%, %USERNAME% e %SERVER%. Gli utenti " +"possono specificare qualsiasi stringa con o senza segnaposto a loro scelta. Un " +"titolo vuoto tornerà al valore predefinito." #: pgadmin/browser/register_browser_preferences.py:443 msgid "View/Edit data tab title" @@ -884,9 +869,9 @@ msgstr "Visualizza / Modifica il titolo della scheda dati" #: pgadmin/browser/register_browser_preferences.py:447 msgid "" -"Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, and" -" %SERVER%. Users can provide any string with or without placeholders of " -"their choice. A blank title will revert to the default." +"Supported placeholders are %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME%, and " +"%SERVER%. Users can provide any string with or without placeholders of their " +"choice. A blank title will revert to the default." msgstr "" "I segnaposto supportati sono %SCHEMA%, %TABLE%, %DATABASE%, %USERNAME% e " "%SERVER%. Gli utenti possono specificare qualsiasi stringa con o senza " @@ -899,17 +884,16 @@ msgstr "Titolo della scheda Debugger" #: pgadmin/browser/register_browser_preferences.py:460 #, python-format msgid "" -"Supported placeholders are %FUNCTION%, %ARGS%, %SCHEMA%, and %DATABASE%. " -"Users can provide any string with or without placeholders of their " -"choice. A blank title will revert to the default." +"Supported placeholders are %FUNCTION%, %ARGS%, %SCHEMA%, and %DATABASE%. Users " +"can provide any string with or without placeholders of their choice. A blank " +"title will revert to the default." msgstr "" -"I segnaposto supportati sono %FUNCTION%, %ARGS%, %SCHEMA%, e %DATABASE%. " -"Gli utenti possono specificare qualsiasi stringa con o senza segnaposto a" -" loro scelta. Un titolo vuoto tornerà al valore predefinito." +"I segnaposto supportati sono %FUNCTION%, %ARGS%, %SCHEMA%, e %DATABASE%. Gli " +"utenti possono specificare qualsiasi stringa con o senza segnaposto a loro " +"scelta. Un titolo vuoto tornerà al valore predefinito." #: pgadmin/browser/register_browser_preferences.py:468 -#: pgadmin/browser/static/js/collection.js:57 -#: pgadmin/browser/static/js/node.js:215 +#: pgadmin/browser/static/js/collection.js:57 pgadmin/browser/static/js/node.js:215 #: pgadmin/preferences/static/js/components/PreferencesHelper.jsx:240 #: pgadmin/tools/sqleditor/__init__.py:96 #: pgadmin/tools/sqleditor/static/js/SQLEditorModule.js:104 @@ -941,8 +925,7 @@ msgid "ERD Tool" msgstr "Strumento ERD" #: pgadmin/browser/register_browser_preferences.py:476 -#: pgadmin/browser/static/js/collection.js:76 -#: pgadmin/browser/static/js/node.js:236 +#: pgadmin/browser/static/js/collection.js:76 pgadmin/browser/static/js/node.js:236 #: pgadmin/tools/psql/static/js/PsqlModule.js:91 #: pgadmin/tools/user_management/PgAdminPermissions.py:67 msgid "PSQL Tool" @@ -954,12 +937,11 @@ msgstr "Apri in una nuova tab del browser" #: pgadmin/browser/register_browser_preferences.py:484 msgid "" -"Select Query Tool, Debugger, Schema Diff, ERD Tool, or PSQL Tool from the" -" drop-down to open that module in a new browser tab." +"Select Query Tool, Debugger, Schema Diff, ERD Tool, or PSQL Tool from the drop-" +"down to open that module in a new browser tab." msgstr "" -"Selezionare Strumento query, Debugger, Schema Diff, Strumento ERD o " -"Strumento PSQL dal menu a discesa per aprire il modulo in una nuova " -"scheda del browser." +"Selezionare Strumento query, Debugger, Schema Diff, Strumento ERD o Strumento " +"PSQL dal menu a discesa per aprire il modulo in una nuova scheda del browser." #: pgadmin/browser/register_browser_preferences.py:493 msgid "Select open new tab..." @@ -978,9 +960,9 @@ msgid "" "Enable breadcrumbs to show the complete path of an object in the object " "explorer. The breadcrumbs are displayed on object mouse hover." msgstr "" -"Abilita navigazione breadcrumb per mostrare il percorso completo di un " -"oggetto in Esplora oggetti. I breadcrumb vengono visualizzati al " -"passaggio del mouse sull'oggetto." +"Abilita navigazione breadcrumb per mostrare il percorso completo di un oggetto " +"in Esplora oggetti. I breadcrumb vengono visualizzati al passaggio del mouse " +"sull'oggetto." #: pgadmin/browser/register_browser_preferences.py:526 msgid "Show comment with object breadcrumbs?" @@ -1002,8 +984,7 @@ msgstr "Lettere minuscole" msgid "Preserve" msgstr "Conserva" -#: pgadmin/browser/register_editor_preferences.py:27 -#: pgadmin/utils/constants.py:26 +#: pgadmin/browser/register_editor_preferences.py:27 pgadmin/utils/constants.py:26 msgid "Editor" msgstr "Editor" @@ -1038,13 +1019,11 @@ msgstr "Modalità testo normale?" #: pgadmin/browser/register_editor_preferences.py:130 msgid "" "When set to True, keywords won't be highlighted and code folding will be " -"disabled. Plain text mode will improve editor performance with large " -"files." +"disabled. Plain text mode will improve editor performance with large files." msgstr "" "Se impostato su Vero, le parole chiave non verranno evidenziate e il " -"raggruppamento del codice verrà disabilitato. La modalità di testo " -"normale migliorerà le prestazioni dell'editor con file di grandi " -"dimensioni." +"raggruppamento del codice verrà disabilitato. La modalità di testo normale " +"migliorerà le prestazioni dell'editor con file di grandi dimensioni." #: pgadmin/browser/register_editor_preferences.py:138 msgid "Code folding?" @@ -1052,14 +1031,14 @@ msgstr "Code folding?" #: pgadmin/browser/register_editor_preferences.py:141 msgid "" -"Enable or disable code folding. In plain text mode, this will have no " -"effect as code folding is always disabled in that mode. Disabling will " -"improve editor performance with large files." +"Enable or disable code folding. In plain text mode, this will have no effect as " +"code folding is always disabled in that mode. Disabling will improve editor " +"performance with large files." msgstr "" -"Abilita o disabilita il code folding. In modalità testo normale, ciò non " -"avrà alcun effetto poiché il code folding è sempre disabilitato in quella" -" modalità. La disabilitazione migliorerà le prestazioni dell'editor con " -"file di grandi dimensioni." +"Abilita o disabilita il code folding. In modalità testo normale, ciò non avrà " +"alcun effetto poiché il code folding è sempre disabilitato in quella modalità. " +"La disabilitazione migliorerà le prestazioni dell'editor con file di grandi " +"dimensioni." #: pgadmin/browser/register_editor_preferences.py:149 msgid "Cursor blink rate" @@ -1086,8 +1065,8 @@ msgstr "Veloce" #: pgadmin/browser/register_editor_preferences.py:160 msgid "Adjust the speed at which the text cursor blinks within the editors." msgstr "" -"Regola la velocità con cui il cursore del testo lampeggia all'interno " -"degli editor." +"Regola la velocità con cui il cursore del testo lampeggia all'interno degli " +"editor." #: pgadmin/browser/register_editor_preferences.py:167 msgid "Line wrapping?" @@ -1112,8 +1091,7 @@ msgstr "Evidenziare le corrispondenze della selezione?" #: pgadmin/browser/register_editor_preferences.py:189 msgid "Specifies whether or not to highlight matched selected text in the editor." msgstr "" -"Specifica se evidenziare o meno il testo selezionato corrispondente " -"nell'editor." +"Specifica se evidenziare o meno il testo selezionato corrispondente nell'editor." #: pgadmin/browser/register_editor_preferences.py:196 msgid "Brace matching?" @@ -1129,18 +1107,16 @@ msgstr "Dimensione del font" #: pgadmin/browser/register_editor_preferences.py:211 msgid "" -"The font size to use for the SQL text boxes and editors. The value " -"specified is in \"em\" units, in which 1 is the default relative font " -"size. For example, to increase the font size by 20 percent use a value of" -" 1.2, or to reduce by 20 percent, use a value of 0.8. Minimum 0.1, " -"maximum 10." +"The font size to use for the SQL text boxes and editors. The value specified is " +"in \"em\" units, in which 1 is the default relative font size. For example, to " +"increase the font size by 20 percent use a value of 1.2, or to reduce by 20 " +"percent, use a value of 0.8. Minimum 0.1, maximum 10." msgstr "" -"La dimensione del carattere da utilizzare per le caselle di testo e gli " -"editor SQL. Il valore specificato è in \\ \"em \" unità, in cui 1 è la " -"dimensione del carattere relativa predefinita. Ad esempio, per aumentare " -"la dimensione del carattere del 20 percento, utilizzare un valore di 1,2 " -"o per ridurre del 20 percento, utilizzare un valore di 0,8. Minimo 0,1, " -"massimo 10." +"La dimensione del carattere da utilizzare per le caselle di testo e gli editor " +"SQL. Il valore specificato è in \\ \"em \" unità, in cui 1 è la dimensione del " +"carattere relativa predefinita. Ad esempio, per aumentare la dimensione del " +"carattere del 20 percento, utilizzare un valore di 1,2 o per ridurre del 20 " +"percento, utilizzare un valore di 0,8. Minimo 0,1, massimo 10." #: pgadmin/browser/register_editor_preferences.py:221 msgid "Font ligatures?" @@ -1148,12 +1124,11 @@ msgstr "Legature dei caratteri?" #: pgadmin/browser/register_editor_preferences.py:224 msgid "" -"If set to true, ligatures will be enabled in SQL text boxes and editors " -"provided the configured font family supports them." +"If set to true, ligatures will be enabled in SQL text boxes and editors provided " +"the configured font family supports them." msgstr "" -"Se impostato su true, le legature saranno abilitate nelle caselle di " -"testo e negli editor SQL, a condizione che la famiglia di font " -"configurata le supporti." +"Se impostato su true, le legature saranno abilitate nelle caselle di testo e " +"negli editor SQL, a condizione che la famiglia di font configurata le supporti." #: pgadmin/browser/register_editor_preferences.py:231 msgid "Font family" @@ -1161,14 +1136,13 @@ msgstr "Famiglia di caratteri" #: pgadmin/browser/register_editor_preferences.py:234 msgid "" -"Specify the font family to be used for all SQL editors. The specified " -"font should already be installed on your system. If the font is not " -"found, the editor will fall back to the default font, Source Code Pro." +"Specify the font family to be used for all SQL editors. The specified font " +"should already be installed on your system. If the font is not found, the editor " +"will fall back to the default font, Source Code Pro." msgstr "" -"Specifica la famiglia di font da utilizzare per tutti gli editor SQL. Il " -"font specificato dovrebbe essere già installato sul tuo sistema. Se il " -"font non viene trovato, l'editor tornerà al font predefinito, Source Code" -" Pro." +"Specifica la famiglia di font da utilizzare per tutti gli editor SQL. Il font " +"specificato dovrebbe essere già installato sul tuo sistema. Se il font non viene " +"trovato, l'editor tornerà al font predefinito, Source Code Pro." #: pgadmin/browser/register_editor_preferences.py:243 msgid "Auto-indent new line?" @@ -1176,11 +1150,11 @@ msgstr "Nuova riga con rientro automatico?" #: pgadmin/browser/register_editor_preferences.py:246 msgid "" -"Specifies whether the newly added line using enter key should be auto-" -"indented or not" +"Specifies whether the newly added line using enter key should be auto-indented " +"or not" msgstr "" -"Specifica se la riga appena aggiunta utilizzando il tasto Invio deve " -"avere il rientro automatico o meno" +"Specifica se la riga appena aggiunta utilizzando il tasto Invio deve avere il " +"rientro automatico o meno" #: pgadmin/browser/register_editor_preferences.py:253 msgid "Keyword case" @@ -1197,8 +1171,8 @@ msgstr "Caso identificativo" #: pgadmin/browser/register_editor_preferences.py:271 msgid "Convert identifiers to upper, lower, or preserve casing." msgstr "" -"Converti gli identificatori in maiuscolo, inferiore o mantieni maiuscole " -"e minuscole." +"Converti gli identificatori in maiuscolo, inferiore o mantieni maiuscole e " +"minuscole." #: pgadmin/browser/register_editor_preferences.py:277 msgid "Function case" @@ -1207,8 +1181,8 @@ msgstr "Function case" #: pgadmin/browser/register_editor_preferences.py:283 msgid "Convert function names to upper, lower, or preserve casing." msgstr "" -"Converti i nomi delle funzioni in maiuscolo, inferiore o conserva " -"maiuscole e minuscole." +"Converti i nomi delle funzioni in maiuscolo, inferiore o conserva maiuscole e " +"minuscole." #: pgadmin/browser/register_editor_preferences.py:289 msgid "Data type case" @@ -1217,8 +1191,7 @@ msgstr "Caso del tipo di dati" #: pgadmin/browser/register_editor_preferences.py:295 msgid "Convert data types to upper, lower, or preserve casing." msgstr "" -"Converti i tipi di dati in maiuscolo, inferiore o mantieni maiuscole e " -"minuscole." +"Converti i tipi di dati in maiuscolo, inferiore o mantieni maiuscole e minuscole." #: pgadmin/browser/register_editor_preferences.py:301 msgid "Spaces around operators?" @@ -1227,8 +1200,7 @@ msgstr "Spazi intorno agli operatori?" #: pgadmin/browser/register_editor_preferences.py:303 msgid "If set to True, spaces are used around all operators." msgstr "" -"Se impostato su True, gli spazi vengono utilizzati intorno a tutti gli " -"operatori." +"Se impostato su True, gli spazi vengono utilizzati intorno a tutti gli operatori." #: pgadmin/browser/register_editor_preferences.py:309 msgid "Tab size" @@ -1244,11 +1216,11 @@ msgstr "Usa gli spazi?" #: pgadmin/browser/register_editor_preferences.py:323 msgid "" -"Specifies whether or not to insert spaces instead of tabs when the tab " -"key or auto-indent are used." +"Specifies whether or not to insert spaces instead of tabs when the tab key or " +"auto-indent are used." msgstr "" -"Specifica se inserire o meno spazi anziché tabulazioni quando vengono " -"utilizzati il tasto tabulazione o il rientro automatico." +"Specifica se inserire o meno spazi anziché tabulazioni quando vengono utilizzati " +"il tasto tabulazione o il rientro automatico." #: pgadmin/browser/register_editor_preferences.py:330 msgid "Expression Width" @@ -1256,11 +1228,11 @@ msgstr "Larghezza dell'espressione" #: pgadmin/browser/register_editor_preferences.py:333 msgid "" -"Maximum number of characters in parenthesized expressions to be kept on a" -" single line." +"Maximum number of characters in parenthesized expressions to be kept on a single " +"line." msgstr "" -"Numero massimo di caratteri nelle espressioni tra parentesi da mantenere " -"su una singola riga." +"Numero massimo di caratteri nelle espressioni tra parentesi da mantenere su una " +"singola riga." #: pgadmin/browser/register_editor_preferences.py:340 msgid "Logical operator new line" @@ -1275,12 +1247,10 @@ msgid "After" msgstr "Dopo" #: pgadmin/browser/register_editor_preferences.py:345 -msgid "" -"Decides newline placement before or after logical operators (AND, OR, " -"XOR)." +msgid "Decides newline placement before or after logical operators (AND, OR, XOR)." msgstr "" -"Decide il posizionamento del ritorno a capo prima o dopo gli operatori " -"logici (AND, OR, XOR)." +"Decide il posizionamento del ritorno a capo prima o dopo gli operatori logici " +"(AND, OR, XOR)." #: pgadmin/browser/register_editor_preferences.py:352 msgid "Lines between queries" @@ -1288,11 +1258,11 @@ msgstr "Linee tra le query" #: pgadmin/browser/register_editor_preferences.py:357 msgid "" -"Decides how many empty lines to leave between SQL statements. A value of " -"zero means no empty lines are added." +"Decides how many empty lines to leave between SQL statements. A value of zero " +"means no empty lines are added." msgstr "" -"Determina quante righe vuote lasciare tra le istruzioni SQL. Un valore " -"pari a zero indica che non vengono aggiunte righe vuote." +"Determina quante righe vuote lasciare tra le istruzioni SQL. Un valore pari a " +"zero indica che non vengono aggiunte righe vuote." #: pgadmin/browser/register_editor_preferences.py:364 msgid "New line before semicolon?" @@ -1323,12 +1293,10 @@ msgstr "Mancano le proprietà richieste." #: pgadmin/browser/server_groups/servers/roles/__init__.py:688 #: pgadmin/browser/server_groups/servers/tablespaces/__init__.py:125 #: pgadmin/browser/templates/browser/js/messages.js:21 -#: pgadmin/browser/templates/browser/js/messages.js:41 -#: pgadmin/browser/utils.py:458 pgadmin/static/js/utils.js:455 -#: pgadmin/tools/backup/__init__.py:589 +#: pgadmin/browser/templates/browser/js/messages.js:41 pgadmin/browser/utils.py:458 +#: pgadmin/static/js/utils.js:455 pgadmin/tools/backup/__init__.py:589 #: pgadmin/tools/grant_wizard/__init__.py:101 -#: pgadmin/tools/sqleditor/__init__.py:961 -#: pgadmin/tools/sqleditor/__init__.py:1135 +#: pgadmin/tools/sqleditor/__init__.py:961 pgadmin/tools/sqleditor/__init__.py:1135 #: pgadmin/tools/sqleditor/__init__.py:1581 pgadmin/utils/exception.py:37 msgid "Connection to the server has been lost." msgstr "La connessione al server è stata persa." @@ -1340,15 +1308,19 @@ msgstr "Impossibile trovare il {} specificato." #: pgadmin/browser/server_groups/__init__.py:185 msgid "" -"The specified server group cannot be deleted. Shared servers are present " -"in this group." +"The specified server group cannot be deleted. Shared servers are present in this " +"group." msgstr "" +"The specified server group cannot be deleted. Shared servers are present in this " +"group." #: pgadmin/browser/server_groups/__init__.py:195 msgid "" -"The specified server group cannot be deleted. The first server group is " -"not deletable." +"The specified server group cannot be deleted. The first server group is not " +"deletable." msgstr "" +"Il gruppo di server specificato non può essere eliminato. Il primo gruppo di " +"server non è eliminabile." #: pgadmin/browser/server_groups/__init__.py:247 #: pgadmin/browser/server_groups/__init__.py:339 @@ -1385,24 +1357,21 @@ msgid "" "The specified server could not be found.\n" "Does the user have permission to access the server?" msgstr "" -"Impossibile trovare il server specificato. \\ NL'utente ha i permessi per" -" accedere al server?" +"Impossibile trovare il server specificato. \\ NL'utente ha i permessi per " +"accedere al server?" #: pgadmin/browser/server_groups/servers/__init__.py:837 msgid "Server deleted" msgstr "Server eliminato" #: pgadmin/browser/server_groups/servers/__init__.py:850 -#: pgadmin/misc/workspaces/__init__.py:173 -#: pgadmin/tools/debugger/__init__.py:1813 -#: pgadmin/tools/debugger/__init__.py:1907 -#: pgadmin/tools/debugger/__init__.py:2006 +#: pgadmin/misc/workspaces/__init__.py:173 pgadmin/tools/debugger/__init__.py:1813 +#: pgadmin/tools/debugger/__init__.py:1907 pgadmin/tools/debugger/__init__.py:2006 #: pgadmin/tools/schema_diff/__init__.py:346 #: pgadmin/tools/schema_diff/__init__.py:391 #: pgadmin/tools/schema_diff/__init__.py:409 #: pgadmin/tools/schema_diff/__init__.py:436 -#: pgadmin/tools/sqleditor/__init__.py:237 -#: pgadmin/tools/sqleditor/__init__.py:537 +#: pgadmin/tools/sqleditor/__init__.py:237 pgadmin/tools/sqleditor/__init__.py:537 #: pgadmin/tools/sqleditor/__init__.py:2377 #: pgadmin/tools/sqleditor/__init__.py:2700 msgid "Could not find the required server." @@ -1625,11 +1594,11 @@ msgstr "Percorso binario Advanced Server EDB" #: pgadmin/browser/server_groups/servers/ppas.py:17 msgid "" -"Path to the directory containing the EDB Advanced Server utility programs" -" (pg_dump, pg_restore etc)." +"Path to the directory containing the EDB Advanced Server utility programs " +"(pg_dump, pg_restore etc)." msgstr "" -"Percorso della directory contenente i programmi di utilità EDB Advanced " -"Server (pg_dump, pg_restore ecc.)." +"Percorso della directory contenente i programmi di utilità EDB Advanced Server " +"(pg_dump, pg_restore ecc.)." #: pgadmin/browser/server_groups/servers/ppas.py:26 msgid "EDB Advanced Server" @@ -1642,14 +1611,13 @@ msgstr "Percorso binario PostgreSQL" #: pgadmin/browser/server_groups/servers/types.py:34 msgid "" -"Path to the directory containing the PostgreSQL utility programs " -"(pg_dump, pg_restore etc)." +"Path to the directory containing the PostgreSQL utility programs (pg_dump, " +"pg_restore etc)." msgstr "" -"Percorso della directory contenente i programmi di utilità PostgreSQL " -"(pg_dump, pg_restore ecc.)." +"Percorso della directory contenente i programmi di utilità PostgreSQL (pg_dump, " +"pg_restore ecc.)." -#: pgadmin/browser/server_groups/servers/types.py:61 -#: pgadmin/help/__init__.py:59 +#: pgadmin/browser/server_groups/servers/types.py:61 pgadmin/help/__init__.py:59 msgid "Paths" msgstr "Percorsi" @@ -1799,14 +1767,13 @@ msgstr "-- definizione incompleta" #: pgadmin/browser/server_groups/servers/databases/casts/__init__.py:716 msgid "Could not generate reverse-engineered SQL for the cast." msgstr "" -"Impossibile generare codice SQL sottoposto a reverse engineering per il " -"cast." +"Impossibile generare codice SQL sottoposto a reverse engineering per il cast." #: pgadmin/browser/server_groups/servers/databases/casts/__init__.py:721 msgid "Could not generate reverse-engineered SQL for the cast node." msgstr "" -"Impossibile generare codice SQL sottoposto a reverse engineering per il " -"nodo cast." +"Impossibile generare codice SQL sottoposto a reverse engineering per il nodo " +"cast." #: pgadmin/browser/server_groups/servers/databases/casts/static/js/cast.js:39 msgid "Cast" @@ -1823,8 +1790,7 @@ msgstr "Conversione..." #: pgadmin/browser/server_groups/servers/databases/schemas/types/static/js/type.ui.js:130 #: pgadmin/browser/server_groups/servers/databases/schemas/types/static/js/type.ui.js:158 #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.js:117 -#: pgadmin/misc/cloud/static/js/aws.js:85 -#: pgadmin/misc/cloud/static/js/azure.js:75 +#: pgadmin/misc/cloud/static/js/aws.js:85 pgadmin/misc/cloud/static/js/azure.js:75 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:127 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:157 #: pgadmin/misc/cloud/static/js/google.js:90 @@ -1832,13 +1798,10 @@ msgstr "Conversione..." #: pgadmin/misc/workspaces/static/js/AdHocConnection.jsx:119 #: pgadmin/misc/workspaces/static/js/AdHocConnection.jsx:141 #: pgadmin/preferences/static/js/components/RightPreference.jsx:27 -#: pgadmin/static/js/Dialogs/index.jsx:219 -#: pgadmin/static/js/Dialogs/index.jsx:242 -#: pgadmin/static/js/Dialogs/index.jsx:268 -#: pgadmin/static/js/Dialogs/index.jsx:342 +#: pgadmin/static/js/Dialogs/index.jsx:219 pgadmin/static/js/Dialogs/index.jsx:242 +#: pgadmin/static/js/Dialogs/index.jsx:268 pgadmin/static/js/Dialogs/index.jsx:342 #: pgadmin/static/js/UtilityView.jsx:107 pgadmin/static/js/UtilityView.jsx:123 -#: pgadmin/static/js/UtilityView.jsx:173 -#: pgadmin/static/js/socket_instance.js:30 +#: pgadmin/static/js/UtilityView.jsx:173 pgadmin/static/js/socket_instance.js:30 #: pgadmin/static/js/socket_instance.js:33 #: pgadmin/tools/backup/static/js/backup.js:264 #: pgadmin/tools/debugger/static/js/components/DebuggerArgumentComponent.jsx:446 @@ -2452,15 +2415,15 @@ msgstr "PREDEFINITO" #: pgadmin/browser/server_groups/servers/databases/dbms_job_scheduler/dbms_jobs/static/js/dbms_job.ui.js:86 msgid "" -"If the Job Type is Self-Contained you need to specify the action and " -"repeat interval in the Action and Repeat tabs respectively. If the Job " -"Type is Pre-Defined you need to specify the existing Program and Schedule" -" names in the Pre-Defined tab." +"If the Job Type is Self-Contained you need to specify the action and repeat " +"interval in the Action and Repeat tabs respectively. If the Job Type is Pre-" +"Defined you need to specify the existing Program and Schedule names in the Pre-" +"Defined tab." msgstr "" "Se il Tipo di processo è Autonomo è necessario specificare l'azione e " -"l'intervallo di ripetizione rispettivamente nelle schede Azione e Ripeti." -" Se il Tipo di processo è Predefinito è necessario specificare i nomi del" -" Programma e della Pianificazione esistenti nella scheda Predefinito." +"l'intervallo di ripetizione rispettivamente nelle schede Azione e Ripeti. Se il " +"Tipo di processo è Predefinito è necessario specificare i nomi del Programma e " +"della Pianificazione esistenti nella scheda Predefinito." #: pgadmin/browser/server_groups/servers/databases/dbms_job_scheduler/dbms_jobs/static/js/dbms_job.ui.js:89 msgid "Run Count" @@ -3279,8 +3242,7 @@ msgstr "Server esterno di sistema?" #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:369 #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:397 #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:410 -#: pgadmin/tools/restore/static/js/restore.ui.js:506 -#: pgadmin/utils/constants.py:24 +#: pgadmin/tools/restore/static/js/restore.ui.js:506 pgadmin/utils/constants.py:24 msgid "Options" msgstr "Opzioni" @@ -3621,14 +3583,13 @@ msgstr "Solo la tabella?" #: pgadmin/browser/server_groups/servers/databases/publications/static/js/publication.ui.js:279 msgid "" -"If ONLY is specified before the table name, only that table is added to " -"the publication. If ONLY is not specified, the table and all its " -"descendant tables (if any) are added." +"If ONLY is specified before the table name, only that table is added to the " +"publication. If ONLY is not specified, the table and all its descendant tables " +"(if any) are added." msgstr "" -"Se viene specificato ONLY prima del nome della tabella, solo quella " -"tabella viene aggiunta alla pubblicazione. Se ONLY non è specificato, " -"vengono aggiunte la tabella e tutte le sue tabelle discendenti (se " -"presenti)." +"Se viene specificato ONLY prima del nome della tabella, solo quella tabella " +"viene aggiunta alla pubblicazione. Se ONLY non è specificato, vengono aggiunte " +"la tabella e tutte le sue tabelle discendenti (se presenti)." #: pgadmin/browser/server_groups/servers/databases/publications/static/js/publication.ui.js:281 msgid "Tables in Schema" @@ -3666,11 +3627,11 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:648 #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:952 msgid "" -"Could not find the schema in the database. It may have been removed by " -"another user." +"Could not find the schema in the database. It may have been removed by another " +"user." msgstr "" -"Impossibile trovare lo schema nel database. Potrebbe essere stato rimosso" -" da un altro utente." +"Impossibile trovare lo schema nel database. Potrebbe essere stato rimosso da un " +"altro utente." #: pgadmin/browser/server_groups/servers/databases/schemas/__init__.py:819 msgid "The specified schema could not be found.\n" @@ -3869,11 +3830,11 @@ msgstr "Collations" #: pgadmin/browser/server_groups/servers/databases/schemas/collations/__init__.py:476 #: pgadmin/browser/server_groups/servers/databases/schemas/collations/static/js/collation.ui.js:276 msgid "" -"Definition incomplete. Please provide Locale OR Copy Collation OR " -"LC_TYPE/LC_COLLATE." +"Definition incomplete. Please provide Locale OR Copy Collation OR LC_TYPE/" +"LC_COLLATE." msgstr "" -"Definizione incompleta. Fornisci impostazioni internazionali O Copia " -"Collation OR LC_TYPE / LC_COLLATE." +"Definizione incompleta. Fornisci impostazioni internazionali O Copia Collation " +"OR LC_TYPE / LC_COLLATE." #: pgadmin/browser/server_groups/servers/databases/schemas/collations/__init__.py:568 msgid "Collation dropped" @@ -3963,8 +3924,7 @@ msgid "" msgstr "" "\n" "Impossibile trovare il nominio nel database.\n" -"Potrebbe essere stato rimosso da un altro utente o spostate su un altro " -"schema.\n" +"Potrebbe essere stato rimosso da un altro utente o spostate su un altro schema.\n" #: pgadmin/browser/server_groups/servers/databases/schemas/domains/__init__.py:683 msgid "Domain dropped" @@ -4306,15 +4266,15 @@ msgid "" "Could not generate reverse-engineered query for the FTS Configuration.\n" "{0}" msgstr "" -"Impossibile generare una query di reverse engineering per la " -"configurazione FTS.\n" +"Impossibile generare una query di reverse engineering per la configurazione " +"FTS.\n" "{0}" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/__init__.py:953 msgid "Could not generate reverse-engineered query for FTS Configuration node." msgstr "" -"Impossibile generare una query sottoposta a reverse engineering per il " -"nodo Configurazione FTS." +"Impossibile generare una query sottoposta a reverse engineering per il nodo " +"Configurazione FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_configurations/static/js/fts_configuration.js:41 msgid "FTS Configuration" @@ -4439,8 +4399,8 @@ msgstr "" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/__init__.py:894 msgid "Could not generate reverse-engineered query for FTS Parser node." msgstr "" -"Impossibile generare una query sottoposta a reverse engineering per il " -"nodo FTS Parser." +"Impossibile generare una query sottoposta a reverse engineering per il nodo FTS " +"Parser." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_parsers/static/js/fts_parser.js:39 msgid "FTS Parser" @@ -4491,15 +4451,14 @@ msgid "" "Could not generate reverse-engineered query for the FTS Template.\n" "{0}" msgstr "" -"Impossibile generare una query di reverse engineering per il modello FTS." -"\n" +"Impossibile generare una query di reverse engineering per il modello FTS.\n" "{0}" #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/__init__.py:765 msgid "Could not generate reverse-engineered query for FTS Template node." msgstr "" -"Impossibile generare una query sottoposta a reverse engineering per il " -"nodo modello FTS." +"Impossibile generare una query sottoposta a reverse engineering per il nodo " +"modello FTS." #: pgadmin/browser/server_groups/servers/databases/schemas/fts_templates/static/js/fts_template.js:39 msgid "FTS Template" @@ -4935,8 +4894,8 @@ msgstr "Intestazione" #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:126 msgid "Updating the package header definition may remove its existing body." msgstr "" -"L'aggiornamento della definizione dell'intestazione del pacchetto " -"potrebbe rimuoverne il corpo." +"L'aggiornamento della definizione dell'intestazione del pacchetto potrebbe " +"rimuoverne il corpo." #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:109 #: pgadmin/browser/server_groups/servers/databases/schemas/packages/static/js/package.ui.js:128 @@ -4996,13 +4955,13 @@ msgstr "Valore attuale" #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:139 msgid "" -"Sets the sequence object's current value. The next nextval will return " -"exactly the specified value, and sequence advancement commences with the " -"following nextval." +"Sets the sequence object's current value. The next nextval will return exactly " +"the specified value, and sequence advancement commences with the following " +"nextval." msgstr "" "Imposta il valore corrente dell'oggetto sequenza. Il nextval successivo " -"restituirà esattamente il valore specificato e l'avanzamento della " -"sequenza inizia con il nextval successivo." +"restituirà esattamente il valore specificato e l'avanzamento della sequenza " +"inizia con il nextval successivo." #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:141 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js:579 @@ -5041,16 +5000,16 @@ msgstr "Posseduto da" #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:169 msgid "" -"The OWNED BY option causes the sequence to be associated with a specific " -"table column, such that if that column (or its whole table) is dropped, " -"the sequence will be automatically dropped as well. The specified table " -"must have the same owner and be in the same schema as the sequence." +"The OWNED BY option causes the sequence to be associated with a specific table " +"column, such that if that column (or its whole table) is dropped, the sequence " +"will be automatically dropped as well. The specified table must have the same " +"owner and be in the same schema as the sequence." msgstr "" -"L'opzione OWNED BY fa in modo che la sequenza venga associata a una " -"colonna specifica della tabella, in modo tale che se quella colonna (o " -"l'intera tabella) viene eliminata, anche la sequenza verrà " -"automaticamente eliminata. La tabella specificata deve avere lo stesso " -"proprietario ed essere nello stesso schema della sequenza." +"L'opzione OWNED BY fa in modo che la sequenza venga associata a una colonna " +"specifica della tabella, in modo tale che se quella colonna (o l'intera tabella) " +"viene eliminata, anche la sequenza verrà automaticamente eliminata. La tabella " +"specificata deve avere lo stesso proprietario ed essere nello stesso schema " +"della sequenza." #: pgadmin/browser/server_groups/servers/databases/schemas/sequences/static/js/sequence.ui.js:257 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/static/js/column.ui.js:736 @@ -5202,12 +5161,12 @@ msgstr "Tabella troncata" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/utils.py:2075 #, python-brace-format msgid "" -"The table is currently locked and the operation cannot be completed. " -"Please try again later. \r\n" +"The table is currently locked and the operation cannot be completed. Please try " +"again later. \r\n" "Blocking Process ID : {0} Application Name : {1}" msgstr "" -"La tabella è attualmente bloccata e l'operazione non può essere " -"completata. Per favore riprova più tardi.\n" +"La tabella è attualmente bloccata e l'operazione non può essere completata. Per " +"favore riprova più tardi.\n" "ID processo di blocco: {0} Nome applicazione: {1}" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/columns/__init__.py:520 @@ -5972,11 +5931,11 @@ msgstr "Pagine per intervallo" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:289 msgid "" -"Number of table blocks that make up one block range for each entry of a " -"BRIN index." +"Number of table blocks that make up one block range for each entry of a BRIN " +"index." msgstr "" -"Numero di blocchi di tabella che costituiscono un intervallo di blocchi " -"per ciascuna voce di un indice BRIN." +"Numero di blocchi di tabella che costituiscono un intervallo di blocchi per " +"ciascuna voce di un indice BRIN." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:291 msgid "Buffering" @@ -6033,11 +5992,10 @@ msgstr "Avviso" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:491 msgid "" -"Changing access method will clear columns collection. Do you want to " -"continue?" +"Changing access method will clear columns collection. Do you want to continue?" msgstr "" -"La modifica del metodo di accesso cancellerà la raccolta di colonne. Vuoi" -" continuare?" +"La modifica del metodo di accesso cancellerà la raccolta di colonne. Vuoi " +"continuare?" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:526 msgid "Only Table?" @@ -6048,8 +6006,8 @@ msgid "" "When enabled, the index will only be created on this table, not on its " "partitions." msgstr "" -"Se abilitata, l'indice verrà creato solo su questa tabella e non sulle " -"sue partizioni." +"Se abilitata, l'indice verrà creato solo su questa tabella e non sulle sue " +"partizioni." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/indexes/static/js/index.ui.js:542 msgid "Unique?" @@ -6348,8 +6306,7 @@ msgstr "Colonna: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1023 msgid "User can select any column from the list of available columns." msgstr "" -"L'utente può selezionare qualsiasi colonna dalla lista delle colonne " -"disponibili." +"L'utente può selezionare qualsiasi colonna dalla lista delle colonne disponibili." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:368 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1025 @@ -6360,8 +6317,7 @@ msgstr "Espressione: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1026 msgid "User can specify expression to create partition key." msgstr "" -"L'utente può indicare un'espressione per creare la chiave della " -"partizione." +"L'utente può indicare un'espressione per creare la chiave della partizione." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:371 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1028 @@ -6371,14 +6327,13 @@ msgstr "Esempio: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:372 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1029 msgid "" -"Let's say, we want to create a partition table based per year for the " -"column 'saledate', having datatype 'date/timestamp', then we need to " -"specify the expression as 'extract(YEAR from saledate)' as partition key." +"Let's say, we want to create a partition table based per year for the column " +"'saledate', having datatype 'date/timestamp', then we need to specify the " +"expression as 'extract(YEAR from saledate)' as partition key." msgstr "" -"Se vogliamo creare una tabella delle partizioni in base all'anno per la " -"colonna 'saledate', con tipo di dati 'data / timestamp', quindi dobbiamo " -"specificare l'espressione come 'extract (YEAR from saledate)' come chiave" -" di partizione." +"Se vogliamo creare una tabella delle partizioni in base all'anno per la colonna " +"'saledate', con tipo di dati 'data / timestamp', quindi dobbiamo specificare " +"l'espressione come 'extract (YEAR from saledate)' come chiave di partizione." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:390 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1047 @@ -6393,12 +6348,12 @@ msgstr "Creazione tabella: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:403 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1060 msgid "" -"User can create multiple partitions while creating new partitioned table." -" Operation switch is disabled in this scenario." +"User can create multiple partitions while creating new partitioned table. " +"Operation switch is disabled in this scenario." msgstr "" -"L'utente può creare partizioni multiple mentre è in fase di creazione un " -"nuova tabella partizionata. Il cambio di operazione è disabilitato in " -"questa situazione." +"L'utente può creare partizioni multiple mentre è in fase di creazione un nuova " +"tabella partizionata. Il cambio di operazione è disabilitato in questa " +"situazione." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:405 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1062 @@ -6408,12 +6363,12 @@ msgstr "Modifica tabella esistente: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:406 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1063 msgid "" -"User can create/attach/detach multiple partitions. In attach operation " -"user can select table from the list of suitable tables to be attached." +"User can create/attach/detach multiple partitions. In attach operation user can " +"select table from the list of suitable tables to be attached." msgstr "" -"L'utente può creare/agganciare/sganciare molteplici partizioni. In fase " -"di aggancio l'utente può selezionare la tabella dalla lista delle tabelle" -" adatte ad essere agganciate." +"L'utente può creare/agganciare/sganciare molteplici partizioni. In fase di " +"aggancio l'utente può selezionare la tabella dalla lista delle tabelle adatte ad " +"essere agganciate." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:408 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1065 @@ -6426,8 +6381,8 @@ msgid "" "The default partition can store rows that do not fall into any existing " "partition’s range or list." msgstr "" -"La partizione di default può memorizzare righe che non fanno parte in " -"nessun insieme o lista delle partizioni esistenti." +"La partizione di default può memorizzare righe che non fanno parte in nessun " +"insieme o lista delle partizioni esistenti." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:411 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1068 @@ -6437,12 +6392,12 @@ msgstr "Da/A/In ingresso: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:412 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1069 msgid "" -"From/To/In input: Values for these fields must be quoted with single " -"quote. For more than one partition key values must be comma(,) separated." +"From/To/In input: Values for these fields must be quoted with single quote. For " +"more than one partition key values must be comma(,) separated." msgstr "" "Da / A / In input: i valori per questi campi devono essere indicati con " -"virgolette singole. Per più di una chiave di partizione i valori devono " -"essere separati da virgola (,)." +"virgolette singole. Per più di una chiave di partizione i valori devono essere " +"separati da virgola (,)." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:414 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1071 @@ -6452,12 +6407,12 @@ msgstr "Esempio: Da/A: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:415 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1072 msgid "" -"Enabled for range partition. Consider partitioned table with multiple " -"keys of type Integer, then values should be specified like '100','200'." +"Enabled for range partition. Consider partitioned table with multiple keys of " +"type Integer, then values should be specified like '100','200'." msgstr "" -"Abilita per l'insieme della partizione. Considera la tabella partizionata" -" con più chiavi di tipo Intero, quindi i valori devono essere specificati" -" come '100', '200'." +"Abilita per l'insieme della partizione. Considera la tabella partizionata con " +"più chiavi di tipo Intero, quindi i valori devono essere specificati come '100', " +"'200'." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:417 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1074 @@ -6467,11 +6422,11 @@ msgstr "In: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:418 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1075 msgid "" -"Enabled for list partition. Values must be comma(,) separated and quoted " -"with single quote." +"Enabled for list partition. Values must be comma(,) separated and quoted with " +"single quote." msgstr "" -"Abilitato per la partizione elenco. I valori devono essere separati da " -"virgola (,) e indicati tra virgolette singole." +"Abilitato per la partizione elenco. I valori devono essere separati da virgola " +"(,) e indicati tra virgolette singole." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/partitions/static/js/partition.ui.js:420 #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:1077 @@ -6546,20 +6501,18 @@ msgstr "Usando: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:98 msgid "" -"This expression will be added to queries that refer to the table if row " -"level security is enabled. Rows for which the expression returns true " -"will be visible. Any rows for which the expression returns false or null " -"will not be visible to the user (in a SELECT), and will not be available " -"for modification (in an UPDATE or DELETE). Such rows are silently " -"suppressed; no error is reported." -msgstr "" -"Questa espressione verrà aggiunta alle query che fanno riferimento alla " -"tabella se la sicurezza a livello di riga è abilitata. Le righe per le " -"quali l'espressione restituisce true saranno visibili. Le righe per le " -"quali l'espressione restituisce false o null non saranno visibili " -"all'utente (in un SELECT) e non saranno disponibili per la modifica (in " -"un UPDATE o DELETE). Tali file vengono silenziosamente eliminate; non " -"viene segnalato alcun errore." +"This expression will be added to queries that refer to the table if row level " +"security is enabled. Rows for which the expression returns true will be visible. " +"Any rows for which the expression returns false or null will not be visible to " +"the user (in a SELECT), and will not be available for modification (in an UPDATE " +"or DELETE). Such rows are silently suppressed; no error is reported." +msgstr "" +"Questa espressione verrà aggiunta alle query che fanno riferimento alla tabella " +"se la sicurezza a livello di riga è abilitata. Le righe per le quali " +"l'espressione restituisce true saranno visibili. Le righe per le quali " +"l'espressione restituisce false o null non saranno visibili all'utente (in un " +"SELECT) e non saranno disponibili per la modifica (in un UPDATE o DELETE). Tali " +"file vengono silenziosamente eliminate; non viene segnalato alcun errore." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:100 msgid "With check: " @@ -6567,18 +6520,17 @@ msgstr "Con verifica: " #: pgadmin/browser/server_groups/servers/databases/schemas/tables/row_security_policies/static/js/row_security_policy.ui.js:101 msgid "" -"This expression will be used in INSERT and UPDATE queries against the " -"table if row level security is enabled. Only rows for which the " -"expression evaluates to true will be allowed. An error will be thrown if " -"the expression evaluates to false or null for any of the records inserted" -" or any of the records that result from the update." +"This expression will be used in INSERT and UPDATE queries against the table if " +"row level security is enabled. Only rows for which the expression evaluates to " +"true will be allowed. An error will be thrown if the expression evaluates to " +"false or null for any of the records inserted or any of the records that result " +"from the update." msgstr "" -"Questa espressione verrà utilizzata nelle query INSERT e UPDATE sulla " -"tabella se la sicurezza a livello di riga è abilitata. Saranno consentite" -" solo le righe per le quali l'espressione viene valutata vera. Verrà " -"generato un errore se l'espressione restituisce false o null per uno " -"qualsiasi dei record inseriti o uno dei record risultanti " -"dall'aggiornamento." +"Questa espressione verrà utilizzata nelle query INSERT e UPDATE sulla tabella se " +"la sicurezza a livello di riga è abilitata. Saranno consentite solo le righe per " +"le quali l'espressione viene valutata vera. Verrà generato un errore se " +"l'espressione restituisce false o null per uno qualsiasi dei record inseriti o " +"uno dei record risultanti dall'aggiornamento." #: pgadmin/browser/server_groups/servers/databases/schemas/tables/rules/__init__.py:463 msgid "Rule dropped" @@ -6753,14 +6705,13 @@ msgstr "Verifica policy?" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:713 msgid "" -"Please check if any policy exists. If no policy exists for the table, a " -"default-deny policy is used, meaning that no rows are visible or can be " -"modified by other users" +"Please check if any policy exists. If no policy exists for the table, a default-" +"deny policy is used, meaning that no rows are visible or can be modified by " +"other users" msgstr "" -"Si prega di verificare se esiste una criterio. Se non esiste alcun " -"criterio per la tabella, viene utilizzato un criterio di rifiuto " -"predefinito, il che significa che nessuna riga è visibile o può essere " -"modificata da altri utenti" +"Si prega di verificare se esiste una criterio. Se non esiste alcun criterio per " +"la tabella, viene utilizzato un criterio di rifiuto predefinito, il che " +"significa che nessuna riga è visibile o può essere modificata da altri utenti" #: pgadmin/browser/server_groups/servers/databases/schemas/tables/static/js/table.ui.js:719 msgid "Force RLS Policy?" @@ -7353,8 +7304,7 @@ msgstr "Il sottotipo deve essere definito nell'insieme dei tipi." #: pgadmin/browser/server_groups/servers/databases/schemas/types/__init__.py:1002 msgid "External types require both input and output conversion functions." msgstr "" -"I tipi esterni richiedono entrambe le funzioni di conversione di input e " -"output." +"I tipi esterni richiedono entrambe le funzioni di conversione di input e output." #: pgadmin/browser/server_groups/servers/databases/schemas/types/__init__.py:1191 msgid "The specified type could not be found.\n" @@ -7640,10 +7590,8 @@ msgid "Refresh Materialized View" msgstr "Aggiorna vista materializzata" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:188 -#: pgadmin/tools/backup/__init__.py:118 -#: pgadmin/tools/import_export/__init__.py:104 -#: pgadmin/tools/maintenance/__init__.py:62 -#: pgadmin/tools/restore/__init__.py:94 +#: pgadmin/tools/backup/__init__.py:118 pgadmin/tools/import_export/__init__.py:104 +#: pgadmin/tools/maintenance/__init__.py:62 pgadmin/tools/restore/__init__.py:94 msgid "Not available" msgstr "Not available" @@ -7663,8 +7611,7 @@ msgstr "Vista eliminata" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:1781 msgid "" "\n" -"-- Changing the columns in a view requires dropping and re-creating the " -"view.\n" +"-- Changing the columns in a view requires dropping and re-creating the view.\n" "-- This may fail if other objects are dependent upon this view,\n" "-- or may cause procedural functions to fail if they are not modified to\n" "-- take account of the changes.\n" @@ -7684,8 +7631,7 @@ msgstr "Impossibile trovare il server specificato" #: pgadmin/browser/server_groups/servers/databases/schemas/views/__init__.py:2338 #: pgadmin/llm/static/js/ai_tools.js:257 pgadmin/llm/static/js/ai_tools.js:307 #: pgadmin/llm/static/js/ai_tools.js:357 pgadmin/tools/backup/__init__.py:450 -#: pgadmin/tools/maintenance/__init__.py:241 -#: pgadmin/tools/restore/__init__.py:200 +#: pgadmin/tools/maintenance/__init__.py:241 pgadmin/tools/restore/__init__.py:200 msgid "Please connect to the server first." msgstr "Per favore, connettiti prima al server." @@ -7741,8 +7687,7 @@ msgstr "Utilità non trovata" #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:225 msgid "Failed to create materialized view refresh job." msgstr "" -"Impossibile creare il processo di aggiornamento della vista " -"materializzata." +"Impossibile creare il processo di aggiornamento della vista materializzata." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.js:232 #: pgadmin/tools/import_export/static/js/import_export.js:192 @@ -7770,12 +7715,11 @@ msgstr "Inserisci il codice sorgente della vista." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/mview.ui.js:184 msgid "" -"Updating the definition will drop and re-create the materialized view. It" -" may result in loss of information about its dependent objects." +"Updating the definition will drop and re-create the materialized view. It may " +"result in loss of information about its dependent objects." msgstr "" -"L'aggiornamento della definizione eliminerà e ricrea la vista " -"materializzata. Potrebbe provocare la perdita di informazioni sui suoi " -"oggetti dipendenti." +"L'aggiornamento della definizione eliminerà e ricrea la vista materializzata. " +"Potrebbe provocare la perdita di informazioni sui suoi oggetti dipendenti." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:78 #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.js:85 @@ -7816,15 +7760,14 @@ msgstr "Cascata" #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js:166 msgid "" -"Changing the columns in a view requires dropping and re-creating the " -"view. This may fail if other objects are dependent upon this view, or may" -" cause procedural functions to fail if they are not modified to take " -"account of the changes." +"Changing the columns in a view requires dropping and re-creating the view. This " +"may fail if other objects are dependent upon this view, or may cause procedural " +"functions to fail if they are not modified to take account of the changes." msgstr "" "La modifica delle colonne in una vista richiede l'eliminazione e la " -"ricostruzione della vista. Ciò può non riuscire se altri oggetti " -"dipendono da questa vista o può causare il fallimento di funzioni " -"procedurali se non vengono modificate per tener conto delle modifiche." +"ricostruzione della vista. Ciò può non riuscire se altri oggetti dipendono da " +"questa vista o può causare il fallimento di funzioni procedurali se non vengono " +"modificate per tener conto delle modifiche." #: pgadmin/browser/server_groups/servers/databases/schemas/views/static/js/view.ui.js:168 msgid "Do you wish to continue?" @@ -8021,12 +7964,12 @@ msgstr "Template?" #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:251 msgid "" -"Note: When the preferences setting 'show template databases' is set to " -"false, then template databases won't be displayed in the object explorer." +"Note: When the preferences setting 'show template databases' is set to false, " +"then template databases won't be displayed in the object explorer." msgstr "" "Nota: quando l'impostazione delle preferenze 'mostra database modello' è " -"impostata su false, i database modello non verranno visualizzati in " -"Esplora oggetti." +"impostata su false, i database modello non verranno visualizzati in Esplora " +"oggetti." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:254 msgid "Allow connections?" @@ -8042,19 +7985,19 @@ msgstr "Limitazione dello schema" #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:305 msgid "" -"Note: Changes to the schema restriction will require the Schemas node in " -"the browser to be refreshed before they will be shown." +"Note: Changes to the schema restriction will require the Schemas node in the " +"browser to be refreshed before they will be shown." msgstr "" -"Nota: le modifiche alla restrizione dello schema richiederanno " -"l'aggiornamento del nodo Schemi nel browser prima di essere visualizzate." +"Nota: le modifiche alla restrizione dello schema richiederanno l'aggiornamento " +"del nodo Schemi nel browser prima di essere visualizzate." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:315 msgid "" -"Please refresh the Schemas node to make changes to the schema restriction" -" take effect." +"Please refresh the Schemas node to make changes to the schema restriction take " +"effect." msgstr "" -"Aggiorna il nodo Schemi per rendere effettive le modifiche alla " -"restrizione dello schema." +"Aggiorna il nodo Schemi per rendere effettive le modifiche alla restrizione " +"dello schema." #: pgadmin/browser/server_groups/servers/databases/static/js/database.ui.js:329 msgid "Please specify Builtin Locale." @@ -8138,11 +8081,11 @@ msgstr "Connessione" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:352 #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:368 msgid "" -"To apply changes to the connection configuration, please disconnect from " -"the server and then reconnect." +"To apply changes to the connection configuration, please disconnect from the " +"server and then reconnect." msgstr "" -"Per applicare le modifiche alla configurazione della connessione, " -"disconnettersi dal server e quindi riconnettersi." +"Per applicare le modifiche alla configurazione della connessione, disconnettersi " +"dal server e quindi riconnettersi." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:165 #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:100 @@ -8253,9 +8196,8 @@ msgid "" "Specifies whether the existing data in the publications that are being " "subscribed to should be copied once the replication starts." msgstr "" -"Specifica se i dati esistenti nelle pubblicazioni a cui si sta " -"effettuando la sottoscrizione devono essere copiati una volta avviata la " -"replica." +"Specifica se i dati esistenti nelle pubblicazioni a cui si sta effettuando la " +"sottoscrizione devono essere copiati una volta avviata la replica." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:314 msgid "Create slot?" @@ -8264,22 +8206,21 @@ msgstr "Creare uno slot?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:319 msgid "" "Specifies whether the command should create the replication slot on the " -"publisher. This field will be disabled and set to false if the " -"subscription connects to the same database. Otherwise, the CREATE " -"SUBSCRIPTION call will hang." +"publisher. This field will be disabled and set to false if the subscription " +"connects to the same database. Otherwise, the CREATE SUBSCRIPTION call will hang." msgstr "" "Specifica se il comando deve creare lo slot di replica sul server di " -"pubblicazione. Questo campo verrà disabilitato e impostato su false se la" -" sottoscrizione si connette allo stesso database. In caso contrario, la " -"chiamata CREATE SUBSCRIPTION si bloccherà." +"pubblicazione. Questo campo verrà disabilitato e impostato su false se la " +"sottoscrizione si connette allo stesso database. In caso contrario, la chiamata " +"CREATE SUBSCRIPTION si bloccherà." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:335 msgid "" -"Specifies whether the subscription should be actively replicating, or " -"whether it should be just set up but not started yet." +"Specifies whether the subscription should be actively replicating, or whether it " +"should be just set up but not started yet." msgstr "" -"Specifica se l'abbonamento deve essere replicato attivamente oppure se " -"deve essere solo configurato ma non ancora avviato." +"Specifica se l'abbonamento deve essere replicato attivamente oppure se deve " +"essere solo configurato ma non ancora avviato." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:339 msgid "Refresh publication?" @@ -8295,13 +8236,13 @@ msgstr "Connesso?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:362 msgid "" -"Specifies whether the CREATE SUBSCRIPTION should connect to the publisher" -" at all. Setting this to false will change default values of enabled, " -"create_slot and copy_data to false." +"Specifies whether the CREATE SUBSCRIPTION should connect to the publisher at " +"all. Setting this to false will change default values of enabled, create_slot " +"and copy_data to false." msgstr "" -"Specifica se CREATE SUBSCRIPTION deve connettersi all'editore. " -"L'impostazione di questo su false cambierà i valori predefiniti di " -"enabled, create_slot e copy_data in false." +"Specifica se CREATE SUBSCRIPTION deve connettersi all'editore. L'impostazione di " +"questo su false cambierà i valori predefiniti di enabled, create_slot e " +"copy_data in false." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:366 #: pgadmin/dashboard/static/js/Replication/PGDReplication.jsx:118 @@ -8310,8 +8251,8 @@ msgstr "Nome dello slot" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:369 msgid "" -"Name of the replication slot to use. The default behavior is to use the " -"name of the subscription for the slot name." +"Name of the replication slot to use. The default behavior is to use the name of " +"the subscription for the slot name." msgstr "" "Nome dello slot di replica da utilizzare. Il comportamento predefinito è " "utilizzare il nome dell'abbonamento per il nome dello slot." @@ -8322,11 +8263,11 @@ msgstr "Commit sincrono" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:375 msgid "" -"The value of this parameter overrides the synchronous_commit setting. The" -" default value is off." +"The value of this parameter overrides the synchronous_commit setting. The " +"default value is off." msgstr "" -"Il valore di questo parametro sostituisce l'impostazione " -"synchronous_commit. Il valore predefinito è disattivato." +"Il valore di questo parametro sostituisce l'impostazione synchronous_commit. Il " +"valore predefinito è disattivato." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:391 msgid "Streaming" @@ -8334,14 +8275,14 @@ msgstr "Streaming" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:414 msgid "" -"Specifies whether to enable streaming of in-progress transactions for " -"this subscription. By default, all transactions are fully decoded on the " -"publisher and only then sent to the subscriber as a whole." +"Specifies whether to enable streaming of in-progress transactions for this " +"subscription. By default, all transactions are fully decoded on the publisher " +"and only then sent to the subscriber as a whole." msgstr "" -"Specifica se abilitare lo streaming delle transazioni in corso per questa" -" sottoscrizione. Per impostazione predefinita, tutte le transazioni " -"vengono completamente decodificate sull'editore e solo successivamente " -"inviate all'abbonato nel suo complesso." +"Specifica se abilitare lo streaming delle transazioni in corso per questa " +"sottoscrizione. Per impostazione predefinita, tutte le transazioni vengono " +"completamente decodificate sull'editore e solo successivamente inviate " +"all'abbonato nel suo complesso." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:418 msgid "Binary?" @@ -8349,15 +8290,15 @@ msgstr "Binario?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:422 msgid "" -"Specifies whether the subscription will request the publisher to send the" -" data in binary format (as opposed to text). Even when this option is " -"enabled, only data types having binary send and receive functions will be" -" transferred in binary." +"Specifies whether the subscription will request the publisher to send the data " +"in binary format (as opposed to text). Even when this option is enabled, only " +"data types having binary send and receive functions will be transferred in " +"binary." msgstr "" -"Specifica se la sottoscrizione richiederà all'editore di inviare i dati " -"in formato binario (anziché testo). Anche quando questa opzione è " -"abilitata, solo i tipi di dati con funzioni di invio e ricezione binarie " -"verranno trasferiti in binario." +"Specifica se la sottoscrizione richiederà all'editore di inviare i dati in " +"formato binario (anziché testo). Anche quando questa opzione è abilitata, solo i " +"tipi di dati con funzioni di invio e ricezione binarie verranno trasferiti in " +"binario." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:427 msgid "Two phase?" @@ -8373,13 +8314,13 @@ msgstr "Disabilitare in caso di errore?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:447 msgid "" -"Specifies whether the subscription should be automatically disabled if " -"any errors are detected by subscription workers during data replication " -"from the publisher." +"Specifies whether the subscription should be automatically disabled if any " +"errors are detected by subscription workers during data replication from the " +"publisher." msgstr "" -"Specifica se la sottoscrizione deve essere disabilitata automaticamente " -"nel caso in cui vengano rilevati errori dagli operatori della " -"sottoscrizione durante la replica dei dati dall'editore." +"Specifica se la sottoscrizione deve essere disabilitata automaticamente nel caso " +"in cui vengano rilevati errori dagli operatori della sottoscrizione durante la " +"replica dei dati dall'editore." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:451 msgid "Run as owner?" @@ -8387,13 +8328,13 @@ msgstr "Eseguire come proprietario?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:455 msgid "" -"If true, all replication actions are performed as the subscription owner." -" If false, replication workers will perform actions on each table as the " -"owner of that table." +"If true, all replication actions are performed as the subscription owner. If " +"false, replication workers will perform actions on each table as the owner of " +"that table." msgstr "" -"Se true, tutte le azioni di replica vengono eseguite come proprietario " -"della sottoscrizione. Se false, gli operatori di replica eseguiranno " -"azioni su ciascuna tabella come proprietario di quella tabella." +"Se true, tutte le azioni di replica vengono eseguite come proprietario della " +"sottoscrizione. Se false, gli operatori di replica eseguiranno azioni su " +"ciascuna tabella come proprietario di quella tabella." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:459 msgid "Password required?" @@ -8402,12 +8343,12 @@ msgstr "Password richiesta?" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:463 msgid "" "Specifies whether connections to the publisher made as a result of this " -"subscription must use password authentication. Only superusers can set " -"this value to false." +"subscription must use password authentication. Only superusers can set this " +"value to false." msgstr "" -"Specifica se le connessioni all'editore effettuate come risultato di " -"questa sottoscrizione devono utilizzare l'autenticazione tramite " -"password. Solo i superutenti possono impostare questo valore su false." +"Specifica se le connessioni all'editore effettuate come risultato di questa " +"sottoscrizione devono utilizzare l'autenticazione tramite password. Solo i " +"superutenti possono impostare questo valore su false." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:467 #: pgadmin/dashboard/static/js/Replication/schema_ui/pgd_incoming.ui.js:31 @@ -8425,19 +8366,18 @@ msgstr "qualsiasi" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:478 msgid "" -"Specifies whether the subscription will request the publisher to only " -"send changes that do not have an origin or send changes regardless of " -"origin. Setting origin to none means that the subscription will request " -"the publisher to only send changes that do not have an origin. Setting " -"origin to any means that the publisher sends changes regardless of their " -"origin." +"Specifies whether the subscription will request the publisher to only send " +"changes that do not have an origin or send changes regardless of origin. Setting " +"origin to none means that the subscription will request the publisher to only " +"send changes that do not have an origin. Setting origin to any means that the " +"publisher sends changes regardless of their origin." msgstr "" "Specifica se la sottoscrizione richiederà all'editore di inviare solo le " -"modifiche che non hanno un'origine o di inviare modifiche " -"indipendentemente dall'origine. Impostare l'origine su nessuna significa " -"che l'abbonamento richiederà all'editore di inviare solo le modifiche che" -" non hanno un'origine. Impostare Origin su Any significa che l'editore " -"invia le modifiche indipendentemente dalla loro origine." +"modifiche che non hanno un'origine o di inviare modifiche indipendentemente " +"dall'origine. Impostare l'origine su nessuna significa che l'abbonamento " +"richiederà all'editore di inviare solo le modifiche che non hanno un'origine. " +"Impostare Origin su Any significa che l'editore invia le modifiche " +"indipendentemente dalla loro origine." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:482 msgid "Failover" @@ -8445,13 +8385,13 @@ msgstr "Failover" #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:486 msgid "" -"Specifies whether the replication slots associated with the subscription " -"are enabled to be synced to the standbys so that logical replication can " -"be resumed from the new primary after failover." +"Specifies whether the replication slots associated with the subscription are " +"enabled to be synced to the standbys so that logical replication can be resumed " +"from the new primary after failover." msgstr "" -"Specifica se gli slot di replica associati alla sottoscrizione sono " -"abilitati per essere sincronizzati con gli standby in modo che la replica" -" logica possa essere ripresa dal nuovo primario dopo il failover." +"Specifica se gli slot di replica associati alla sottoscrizione sono abilitati " +"per essere sincronizzati con gli standby in modo che la replica logica possa " +"essere ripresa dal nuovo primario dopo il failover." #: pgadmin/browser/server_groups/servers/databases/subscriptions/static/js/subscription.ui.js:494 msgid "Either Host name or Address must be specified." @@ -8630,42 +8570,41 @@ msgstr "stile cron" #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:138 msgid "For each selected time or date element, the schedule will execute." msgstr "" -"Per ogni elemento di data o ora selezionato, verrà eseguita la " -"pianificazione." +"Per ogni elemento di data o ora selezionato, verrà eseguita la pianificazione." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:140 msgid "" -"e.g. To execute at 5 minutes past every hour, simply select ‘05’ in the " -"Minutes list box." +"e.g. To execute at 5 minutes past every hour, simply select ‘05’ in the Minutes " +"list box." msgstr "" -"es. Per eseguire ogni ora dopo 5 minuti, selezionare semplicemente \"05\"" -" nella casella di riepilogo Minuti." +"es. Per eseguire ogni ora dopo 5 minuti, selezionare semplicemente \"05\" nella " +"casella di riepilogo Minuti." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:142 msgid "" -"Values from more than one field may be specified in order to further " -"control the schedule." +"Values from more than one field may be specified in order to further control the " +"schedule." msgstr "" "È possibile specificare i valori di più di un campo per controllare " "ulteriormente la pianificazione." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:144 msgid "" -"e.g. To execute at 12:05 and 14:05 every Monday and Thursday, you would " -"click minute 05, hours 12 and 14, and weekdays Monday and Thursday." +"e.g. To execute at 12:05 and 14:05 every Monday and Thursday, you would click " +"minute 05, hours 12 and 14, and weekdays Monday and Thursday." msgstr "" -"es. Per eseguire alle 12:05 e alle 14:05 ogni lunedì e giovedì, fare clic" -" sul minuto 05, sulle ore 12 e 14 e sui giorni feriali lunedì e giovedì." +"es. Per eseguire alle 12:05 e alle 14:05 ogni lunedì e giovedì, fare clic sul " +"minuto 05, sulle ore 12 e 14 e sui giorni feriali lunedì e giovedì." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:146 msgid "" -"For additional flexibility, the Month Days check list includes an extra " -"Last Day option. This matches the last day of the month, whether it " -"happens to be the 28th, 29th, 30th or 31st." +"For additional flexibility, the Month Days check list includes an extra Last Day " +"option. This matches the last day of the month, whether it happens to be the " +"28th, 29th, 30th or 31st." msgstr "" -"Per una maggiore flessibilità, l'elenco di controllo dei giorni del mese " -"include un'opzione aggiuntiva dell'ultimo giorno. Corrisponde all'ultimo " -"giorno del mese, che sia il 28, 29, 30 o 31." +"Per una maggiore flessibilità, l'elenco di controllo dei giorni del mese include " +"un'opzione aggiuntiva dell'ultimo giorno. Corrisponde all'ultimo giorno del " +"mese, che sia il 28, 29, 30 o 31." #: pgadmin/browser/server_groups/servers/pgagent/schedules/static/js/pga_schedule.ui.js:150 msgid "Week days" @@ -8721,11 +8660,11 @@ msgstr "Classe dell'operazione" #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:64 msgid "" -"Please select a class to categorize the job. This option will not affect " -"the way the job runs." +"Please select a class to categorize the job. This option will not affect the way " +"the job runs." msgstr "" -"Seleziona una classe per classificare il lavoro. Questa opzione non " -"influirà sulla modalità di esecuzione del lavoro." +"Seleziona una classe per classificare il lavoro. Questa opzione non influirà " +"sulla modalità di esecuzione del lavoro." #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:67 #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:70 @@ -8734,13 +8673,12 @@ msgstr "Agent del server host" #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:72 msgid "" -"Enter the hostname of a machine running pgAgent if you wish to ensure " -"only that machine will run this job. Leave blank if any host may run the " -"job." +"Enter the hostname of a machine running pgAgent if you wish to ensure only that " +"machine will run this job. Leave blank if any host may run the job." msgstr "" "Immettere il nome host di una macchina che esegue pgAgent se si desidera " -"assicurarsi che solo quella macchina eseguirà questo lavoro. Lasciare " -"vuoto se un host può eseguire il processo." +"assicurarsi che solo quella macchina eseguirà questo lavoro. Lasciare vuoto se " +"un host può eseguire il processo." #: pgadmin/browser/server_groups/servers/pgagent/static/js/pga_job.ui.js:76 msgid "Created" @@ -8821,19 +8759,17 @@ msgstr "Remoto" #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:115 msgid "" -"Select Local if the job step will execute on the local " -"database server, or Remote to specify a remote database " -"server." +"Select Local if the job step will execute on the local database " +"server, or Remote to specify a remote database server." msgstr "" -"Seleziona Locale se il passaggio del processo verrà " -"eseguito sul server di database locale o Remoto per " -"specificare un server di database remoto." +"Seleziona Locale se il passaggio del processo verrà eseguito " +"sul server di database locale o Remoto per specificare un " +"server di database remoto." #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:130 msgid "Please select the database on which the job step will run." msgstr "" -"Selezionare il database su cui verrà eseguito questo passaggio del " -"processo." +"Selezionare il database su cui verrà eseguito questo passaggio del processo." #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:133 msgid "Connection string" @@ -8841,26 +8777,24 @@ msgstr "Stringa di connessione" #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:136 msgid "" -"Please specify the connection string for the remote database server. Each" -" parameter setting is in the form keyword = value. Spaces around the " -"equal sign are optional. To write an empty value, or a value containing " -"spaces, surround it with single quotes, e.g., keyword = 'a value'. Single" -" quotes and backslashes within the value must be escaped with a " -"backslash, i.e., ' and \\.
For more information, please see the " -"documentation on libpq connection " -"strings." -msgstr "" -"Specificare la stringa di connessione per il server di database remoto. " -"Ogni impostazione di parametro è nel formato parola chiave = valore. Gli " -"spazi attorno al segno uguale sono opzionali. Per scrivere un valore " -"vuoto o un valore contenente spazi, racchiudilo tra virgolette singole, " -"ad esempio parola chiave = \"un valore\". Virgolette singole e barre " -"rovesciate all'interno del valore devono essere salvate con una barra " -"rovesciata, ovvero \"e \\.
Per ulteriori informazioni, consultare la" -" documentazione su stringhe di " -"connessione libpq." +"Please specify the connection string for the remote database server. Each " +"parameter setting is in the form keyword = value. Spaces around the equal sign " +"are optional. To write an empty value, or a value containing spaces, surround it " +"with single quotes, e.g., keyword = 'a value'. Single quotes and backslashes " +"within the value must be escaped with a backslash, i.e., ' and \\.
For more " +"information, please see the documentation on libpq connection strings." +msgstr "" +"Specificare la stringa di connessione per il server di database remoto. Ogni " +"impostazione di parametro è nel formato parola chiave = valore. Gli spazi " +"attorno al segno uguale sono opzionali. Per scrivere un valore vuoto o un valore " +"contenente spazi, racchiudilo tra virgolette singole, ad esempio parola chiave = " +"\"un valore\". Virgolette singole e barre rovesciate all'interno del valore " +"devono essere salvate con una barra rovesciata, ovvero \"e \\.
Per " +"ulteriori informazioni, consultare la documentazione su stringhe di connessione libpq." #: pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.ui.js:139 msgid "On error" @@ -9170,8 +9104,7 @@ msgstr "Il limite di connessione deve essere un valore intero o uguale a -1." #, python-brace-format msgid "" "\n" -"Role members information must be passed as an array of JSON objects in " -"the\n" +"Role members information must be passed as an array of JSON objects in the\n" "following format:\n" "\n" "rolmembers:[{\n" @@ -9184,8 +9117,8 @@ msgid "" "]" msgstr "" "\n" -"Le informazioni sui membri del ruolo devono essere trasmesse come array " -"di oggetti JSON nel\n" +"Le informazioni sui membri del ruolo devono essere trasmesse come array di " +"oggetti JSON nel\n" "formato seguente:\n" "\n" "rolmembers:[{\n" @@ -9200,8 +9133,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:306 msgid "" "\n" -"Role membership information must be passed as a string representing an " -"array of\n" +"Role membership information must be passed as a string representing an array of\n" "JSON objects in the following format:\n" "rolmembers:{\n" " 'added': [{\n" @@ -9230,8 +9162,8 @@ msgid "" " ]\n" msgstr "" "\n" -"Le informazioni sull'appartenenza al ruolo devono essere passate come " -"stringa che rappresenta un array di\n" +"Le informazioni sull'appartenenza al ruolo devono essere passate come stringa " +"che rappresenta un array di\n" "oggetti JSON nel seguente formato:\n" "rolmembers:{\n" " 'added': [{\n" @@ -9263,8 +9195,7 @@ msgstr "" #, python-brace-format msgid "" "\n" -"Role membership information must be passed as an array of JSON objects in" -" the\n" +"Role membership information must be passed as an array of JSON objects in the\n" "following format:\n" "\n" "rolmembership:[{\n" @@ -9277,8 +9208,8 @@ msgid "" "]" msgstr "" "\n" -"Le informazioni sull'appartenenza al ruolo devono essere trasmesse come " -"array di oggetti JSON nel\n" +"Le informazioni sull'appartenenza al ruolo devono essere trasmesse come array di " +"oggetti JSON nel\n" "formato seguente:\n" "\n" "rolmembership:[{\n" @@ -9293,8 +9224,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:385 msgid "" "\n" -"Role membership information must be passed as a string representing an " -"array of\n" +"Role membership information must be passed as a string representing an array of\n" "JSON objects in the following format:\n" "rolmembership:{\n" " 'added': [{\n" @@ -9323,8 +9253,8 @@ msgid "" " ]\n" msgstr "" "\n" -"Le informazioni sull'appartenenza al ruolo devono essere passate come " -"stringa che rappresenta un array di\n" +"Le informazioni sull'appartenenza al ruolo devono essere passate come stringa " +"che rappresenta un array di\n" "oggetti JSON nel seguente formato:\n" "rolmembership:{\n" "'aggiunto': [{\n" @@ -9356,8 +9286,7 @@ msgstr "" #, python-brace-format msgid "" "\n" -"Security Label must be passed as an array of JSON objects in the " -"following\n" +"Security Label must be passed as an array of JSON objects in the following\n" "format:\n" "seclabels:[{\n" " provider: ,\n" @@ -9367,8 +9296,8 @@ msgid "" "]" msgstr "" "\n" -"L'etichetta di sicurezza deve essere passata come array di oggetti JSON " -"nel seguente\n" +"L'etichetta di sicurezza deve essere passata come array di oggetti JSON nel " +"seguente\n" "formato:\n" "seclabels:[{\n" " provider: ,\n" @@ -9380,8 +9309,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:453 msgid "" "\n" -"Security Label must be passed as an array of JSON objects in the " -"following\n" +"Security Label must be passed as an array of JSON objects in the following\n" "format:\n" "seclabels:{\n" " 'added': [{\n" @@ -9404,8 +9332,8 @@ msgid "" " ]\n" msgstr "" "\n" -"L'etichetta di sicurezza deve essere passata come array di oggetti JSON " -"nel seguente\n" +"L'etichetta di sicurezza deve essere passata come array di oggetti JSON nel " +"seguente\n" "formato:\n" "seclabels:{\n" " 'added': [{\n" @@ -9431,8 +9359,7 @@ msgstr "" #, python-brace-format msgid "" "\n" -"Configuration parameters/variables must be passed as an array of JSON " -"objects\n" +"Configuration parameters/variables must be passed as an array of JSON objects\n" "in the following format in create mode:\n" "variables:[{\n" "database: or null,\n" @@ -9443,8 +9370,8 @@ msgid "" "]" msgstr "" "\n" -"I parametri / variabili di configurazione devono essere passati come un " -"array di oggetti JSON\n" +"I parametri / variabili di configurazione devono essere passati come un array di " +"oggetti JSON\n" "nel seguente formato in modalità di creazione:\n" "variabili: [{\n" "database: o null,\n" @@ -9457,8 +9384,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:508 msgid "" "\n" -"Configuration parameters/variables must be passed as an array of JSON " -"objects\n" +"Configuration parameters/variables must be passed as an array of JSON objects\n" "in the following format in update mode:\n" "rolmembership:{\n" "'added': [{\n" @@ -9484,8 +9410,8 @@ msgid "" " ]\n" msgstr "" "\n" -"I parametri / variabili di configurazione devono essere passati come un " -"array di oggetti JSON\n" +"I parametri / variabili di configurazione devono essere passati come un array di " +"oggetti JSON\n" "nel seguente formato in modalità aggiornamento:\n" "rolmembership: {\n" "\"added\": [{\n" @@ -9573,8 +9499,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/__init__.py:969 msgid "Could not generate reverse-engineered query for the role." msgstr "" -"Impossibile generare una query sottoposta a reverse engineering per il " -"ruolo." +"Impossibile generare una query sottoposta a reverse engineering per il ruolo." #: pgadmin/browser/server_groups/servers/roles/__init__.py:989 #: pgadmin/browser/server_groups/servers/roles/__init__.py:1042 @@ -9590,8 +9515,8 @@ msgid "" "Error retrieving variable information for the role.\n" "{0}" msgstr "" -"Errore durante il recupero delle informazioni sulle variabili per il " -"ruolo. \\n {0}" +"Errore durante il recupero delle informazioni sulle variabili per il ruolo. \\n " +"{0}" #: pgadmin/browser/server_groups/servers/roles/__init__.py:1326 #, python-brace-format @@ -9640,11 +9565,10 @@ msgstr "Account scaduto" #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:111 msgid "" -"Please note that if you leave this field blank, then the password will " -"never expire." +"Please note that if you leave this field blank, then the password will never " +"expire." msgstr "" -"Tieni presente che se lasci vuoto questo campo, la password non scadrà " -"mai." +"Tieni presente che se lasci vuoto questo campo, la password non scadrà mai." #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:115 msgid "No Expiry" @@ -9701,8 +9625,7 @@ msgstr "" #: pgadmin/browser/server_groups/servers/roles/static/js/role.ui.js:200 msgid "Roles shown with a check mark have the WITH ADMIN OPTION set." msgstr "" -"I ruoli mostrati con un segno di spunta hanno l'impostazione WITH ADMIN " -"OPTION." +"I ruoli mostrati con un segno di spunta hanno l'impostazione WITH ADMIN OPTION." #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:51 #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:62 @@ -9746,12 +9669,11 @@ msgstr "Nuovo proprietario degli oggetti interessati." #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:131 msgid "" -"Note: CASCADE will automatically drop objects that depend on the affected" -" objects, and in turn all objects that depend on those objects." +"Note: CASCADE will automatically drop objects that depend on the affected " +"objects, and in turn all objects that depend on those objects." msgstr "" -"Nota: CASCADE eliminerà automaticamente gli oggetti che dipendono dagli " -"oggetti interessati e, di conseguenza, tutti gli oggetti che dipendono da" -" tali oggetti." +"Nota: CASCADE eliminerà automaticamente gli oggetti che dipendono dagli oggetti " +"interessati e, di conseguenza, tutti gli oggetti che dipendono da tali oggetti." #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:135 msgid "From database" @@ -9772,11 +9694,11 @@ msgstr "Il campo \"Dal database\" non può essere vuoto." #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:176 #, python-brace-format msgid "" -"Are you sure you wish to ${state.role_op} all the objects owned by the " -"selected role?" +"Are you sure you wish to ${state.role_op} all the objects owned by the selected " +"role?" msgstr "" -"Sei sicuro di voler ${state.role_op} tutti gli oggetti di proprietà del " -"ruolo selezionato?" +"Sei sicuro di voler ${state.role_op} tutti gli oggetti di proprietà del ruolo " +"selezionato?" #: pgadmin/browser/server_groups/servers/roles/static/js/roleReassign.js:212 #, python-brace-format @@ -9872,11 +9794,10 @@ msgstr "Ricaricare Configurazione" #: pgadmin/browser/server_groups/servers/static/js/server.js:117 msgid "" -"Please select a server from the object explorer to reload the " -"configuration files." +"Please select a server from the object explorer to reload the configuration " +"files." msgstr "" -"Selezionare un server da Esplora Oggetti per ricaricare i file di " -"configurazione." +"Selezionare un server da Esplora Oggetti per ricaricare i file di configurazione." #: pgadmin/browser/server_groups/servers/static/js/server.js:122 msgid "Add Named Restore Point..." @@ -9884,11 +9805,10 @@ msgstr "Aggiungi punto di ripristino denominato ..." #: pgadmin/browser/server_groups/servers/static/js/server.js:124 msgid "" -"Please select any server from the object explorer to Add Named Restore " -"Point." +"Please select any server from the object explorer to Add Named Restore Point." msgstr "" -"Selezionare qualsiasi server da Esplora Oggetti per aggiungere un punto " -"di ripristino con nome." +"Selezionare qualsiasi server da Esplora Oggetti per aggiungere un punto di " +"ripristino con nome." #: pgadmin/browser/server_groups/servers/static/js/server.js:129 msgid "Change Password..." @@ -9904,11 +9824,11 @@ msgstr "Fermare la replicazione dei WAL" #: pgadmin/browser/server_groups/servers/static/js/server.js:138 msgid "" -"Please select a connected database as a Super user and run in Recovery " -"mode to Pause Replay of WAL." +"Please select a connected database as a Super user and run in Recovery mode to " +"Pause Replay of WAL." msgstr "" -"Seleziona un database connesso come Super utente ed esegui in modalità di" -" ripristino per sospendere la riproduzione di WAL." +"Seleziona un database connesso come Super utente ed esegui in modalità di " +"ripristino per sospendere la riproduzione di WAL." #: pgadmin/browser/server_groups/servers/static/js/server.js:143 msgid "Resume Replay of WAL" @@ -9916,11 +9836,11 @@ msgstr "Recupera la replicazione dei WAL" #: pgadmin/browser/server_groups/servers/static/js/server.js:145 msgid "" -"Please select a connected database as a Super user and run in Recovery " -"mode to Resume Replay of WAL." +"Please select a connected database as a Super user and run in Recovery mode to " +"Resume Replay of WAL." msgstr "" -"Seleziona un database connesso come Super utente ed esegui in modalità di" -" ripristino per riprendere la riproduzione di WAL." +"Seleziona un database connesso come Super utente ed esegui in modalità di " +"ripristino per riprendere la riproduzione di WAL." #: pgadmin/browser/server_groups/servers/static/js/server.js:150 msgid "Clear Saved Password" @@ -9977,19 +9897,18 @@ msgstr "Elimina password Tunnel SSH" #: pgadmin/browser/server_groups/servers/static/js/server.js:479 #, python-format msgid "" -"Are you sure you want to clear the saved password of SSH Tunnel for " -"server %s?" +"Are you sure you want to clear the saved password of SSH Tunnel for server %s?" msgstr "Vuoi cancellare la password salvata del tunnel SSH per il server %s?" #: pgadmin/browser/server_groups/servers/static/js/server.js:585 msgid "" -"You have connected to a server version that is older than is supported by" -" pgAdmin. This may cause pgAdmin to break in strange and unpredictable " -"ways. Or a plague of frogs. Either way, you have been warned!" +"You have connected to a server version that is older than is supported by " +"pgAdmin. This may cause pgAdmin to break in strange and unpredictable ways. Or a " +"plague of frogs. Either way, you have been warned!" msgstr "" -"Ti sei connesso a una versione del server precedente a quella supportata " -"da pgAdmin. Ciò potrebbe causare l'interruzione di pgAdmin in modi strani" -" e imprevedibili. O una piaga di rane. Ad ogni modo, sei stato avvertito!" +"Ti sei connesso a una versione del server precedente a quella supportata da " +"pgAdmin. Ciò potrebbe causare l'interruzione di pgAdmin in modi strani e " +"imprevedibili. O una piaga di rane. Ad ogni modo, sei stato avvertito!" #: pgadmin/browser/server_groups/servers/static/js/server.js:588 msgid "Server connected" @@ -10214,11 +10133,10 @@ msgstr "Crittografato GSS?" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:399 msgid "" -"In edit mode the password field is enabled only if Save Password is set " -"to true." +"In edit mode the password field is enabled only if Save Password is set to true." msgstr "" -"In modalità di modifica il campo password è abilitato solo se Salva " -"password è impostato su vero." +"In modalità di modifica il campo password è abilitato solo se Salva password è " +"impostato su vero." #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:401 #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:507 @@ -10278,18 +10196,16 @@ msgstr "Richiesta di password per il file di identità?" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:504 msgid "" -"Enable to be prompted for the identity file's passphrase at connection " -"time, if the file is passphrase-protected. This setting applies only to " -"identity-file authentication. When using password authentication for the " -"SSH tunnel, leave the SSH password field empty to be prompted on " -"connection." +"Enable to be prompted for the identity file's passphrase at connection time, if " +"the file is passphrase-protected. This setting applies only to identity-file " +"authentication. When using password authentication for the SSH tunnel, leave the " +"SSH password field empty to be prompted on connection." msgstr "" -"Abilita questa opzione per richiedere la passphrase del file di identità " -"al momento della connessione, se il file è protetto da passphrase. Questa" -" impostazione si applica solo all'autenticazione tramite file di " -"identità. Quando si utilizza l'autenticazione tramite password per il " -"tunnel SSH, lasciare vuoto il campo della password SSH per richiederla al" -" momento della connessione." +"Abilita questa opzione per richiedere la passphrase del file di identità al " +"momento della connessione, se il file è protetto da passphrase. Questa " +"impostazione si applica solo all'autenticazione tramite file di identità. Quando " +"si utilizza l'autenticazione tramite password per il tunnel SSH, lasciare vuoto " +"il campo della password SSH per richiederla al momento della connessione." #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:518 msgid "Keep alive (seconds)" @@ -10309,14 +10225,13 @@ msgstr "Comando di esecuzione della password" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:569 msgid "" -"The server hostname, port, and username can be passed as variables by " -"using the placeholders %HOSTNAME%, %PORT%, and %USERNAME%, which will be " -"replaced with the corresponding server connection information." +"The server hostname, port, and username can be passed as variables by using the " +"placeholders %HOSTNAME%, %PORT%, and %USERNAME%, which will be replaced with the " +"corresponding server connection information." msgstr "" -"Il nome host, la porta e il nome utente del server possono essere passati" -" come variabili utilizzando i segnaposto %HOSTNAME%, %PORT% e %USERNAME%," -" che verranno sostituiti con le informazioni di connessione al server " -"corrispondenti." +"Il nome host, la porta e il nome utente del server possono essere passati come " +"variabili utilizzando i segnaposto %HOSTNAME%, %PORT% e %USERNAME%, che verranno " +"sostituiti con le informazioni di connessione al server corrispondenti." #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:572 msgid "Password exec expiration (seconds)" @@ -10328,13 +10243,12 @@ msgstr "Preparare la soglia" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:584 msgid "" -"If it is set to 0, every query is prepared the first time it is executed." -" If it is set to blank, prepared statements are disabled on the " -"connection." +"If it is set to 0, every query is prepared the first time it is executed. If it " +"is set to blank, prepared statements are disabled on the connection." msgstr "" "Se è impostato su 0, ogni query viene preparata la prima volta che viene " -"eseguita. Se è impostato su vuoto, le istruzioni preparate vengono " -"disabilitate sulla connessione." +"eseguita. Se è impostato su vuoto, le istruzioni preparate vengono disabilitate " +"sulla connessione." #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:587 #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:588 @@ -10343,12 +10257,12 @@ msgstr "SQL successivo alla connessione" #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:592 msgid "" -"Any query specified in the control below will be executed with autocommit" -" mode enabled for each connection to any database on this server." +"Any query specified in the control below will be executed with autocommit mode " +"enabled for each connection to any database on this server." msgstr "" -"Qualsiasi query specificata nel controllo sottostante verrà eseguita con " -"la modalità autocommit abilitata per ogni connessione a qualsiasi " -"database su questo server." +"Qualsiasi query specificata nel controllo sottostante verrà eseguita con la " +"modalità autocommit abilitata per ogni connessione a qualsiasi database su " +"questo server." #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:595 #: pgadmin/browser/server_groups/servers/static/js/server.ui.js:596 @@ -10452,8 +10366,7 @@ msgstr "Impossibile trovare le informazioni sul tablespace." #, python-brace-format msgid "Tablespace created successfully, Set parameter fail: {0}" msgstr "" -"Spazio tabelle creato correttamente, impostazione del parametro non " -"riuscita: {0}" +"Spazio tabelle creato correttamente, impostazione del parametro non riuscita: {0}" #: pgadmin/browser/server_groups/servers/tablespaces/__init__.py:447 msgid "The specified tablespace could not be found.\n" @@ -10597,11 +10510,10 @@ msgstr "Registrati" #: pgadmin/browser/static/js/browser.js:306 #, python-format msgid "" -"You are currently running version %s of %s, however the current version " -"is %s." +"You are currently running version %s of %s, however the current version is %s." msgstr "" -"Attualmente stai eseguendo la versione %s di %s, tuttavia la versione " -"corrente è %s." +"Attualmente stai eseguendo la versione %s di %s, tuttavia la versione corrente è " +"%s." #: pgadmin/browser/static/js/browser.js:308 #, python-format @@ -10629,8 +10541,7 @@ msgstr "Sei sicuro di voler chiudere il browser %s?" msgid "Refresh" msgstr "Aggiorna" -#: pgadmin/browser/static/js/collection.js:66 -#: pgadmin/browser/static/js/node.js:225 +#: pgadmin/browser/static/js/collection.js:66 pgadmin/browser/static/js/node.js:225 #: pgadmin/tools/search_objects/static/js/index.js:45 msgid "Search Objects..." msgstr "Ricerca oggetti..." @@ -11115,8 +11026,7 @@ msgstr "" #: pgadmin/browser/static/js/heartbeat.js:32 #, python-brace-format msgid "" -"Server heartbeat logging error: ${error.message || " -"error.response.data.errormsg}" +"Server heartbeat logging error: ${error.message || error.response.data.errormsg}" msgstr "" "Errore di registrazione dell'heartbeat del server: ${error.message || " "error.response.data.errormsg}" @@ -11160,11 +11070,10 @@ msgstr "Vuoi davvero interrompere la modifica delle proprietà di %s \"%s\"?" #: pgadmin/browser/static/js/node.js:507 #, python-format msgid "" -"Are you sure want to reset the current changes and re-open the panel for " -"%s \"%s\"?" +"Are you sure want to reset the current changes and re-open the panel for %s " +"\"%s\"?" msgstr "" -"Desideri ripristinare le modifiche correnti e riaprire il pannello per %s" -" \"%s\"?" +"Desideri ripristinare le modifiche correnti e riaprire il pannello per %s \"%s\"?" #: pgadmin/browser/static/js/node.js:511 msgid "Edit in progress?" @@ -11173,13 +11082,11 @@ msgstr "Modifiche in corso?" #: pgadmin/browser/static/js/node.js:559 #, python-format msgid "" -"Drop database with the force option will attempt to terminate all " -"existing connections to the \"%s\" database. Are you sure you want" -" to proceed?" +"Drop database with the force option will attempt to terminate all existing " +"connections to the \"%s\" database. Are you sure you want to proceed?" msgstr "" -"L'opzione \"Elimina database\" con l'opzione \"Forza\" tenterà di " -"terminare tutte le connessioni esistenti al database \"%s\". Vuoi " -"procedere?" +"L'opzione \"Elimina database\" con l'opzione \"Forza\" tenterà di terminare " +"tutte le connessioni esistenti al database \"%s\". Vuoi procedere?" #: pgadmin/browser/static/js/node.js:560 #, python-format @@ -11189,11 +11096,10 @@ msgstr "Vuoi rimuove FORCE %s?" #: pgadmin/browser/static/js/node.js:564 #, python-format msgid "" -"Are you sure you want to drop the %s \"%s\" and all the objects " -"that depend on it?" +"Are you sure you want to drop the %s \"%s\" and all the objects that " +"depend on it?" msgstr "" -"Vuoi davvero eliminare %s \"%s\" e tutti gli oggetti da esso " -"dipendenti?" +"Vuoi davvero eliminare %s \"%s\" e tutti gli oggetti da esso dipendenti?" #: pgadmin/browser/static/js/node.js:565 #, python-format @@ -11246,8 +11152,8 @@ msgstr "Permesso negato" #: pgadmin/browser/static/js/withCheckPermission.js:24 msgid "" -"You don't have the necessary permissions to access this feature. Please " -"contact your administrator for assistance." +"You don't have the necessary permissions to access this feature. Please contact " +"your administrator for assistance." msgstr "" "Non hai le autorizzazioni necessarie per accedere a questa funzionalità. " "Contatta l'amministratore per assistenza." @@ -11267,15 +11173,12 @@ msgstr "" #, python-brace-format msgid "" "Your browser was detected as {0} version\n" -" {1}, which pgAdmin has not been tested with. pgAdmin" -" may\n" -" not work as expected, and any issues reported when using this browser" -" may\n" +" {1}, which pgAdmin has not been tested with. pgAdmin may\n" +" not work as expected, and any issues reported when using this browser may\n" " not be fixed." msgstr "" "Il tuo browser è stato rilevato come versione {0}\n" -"     {1}, con cui pgAdmin non è stato testato. pgAdmin " -"può\n" +"     {1}, con cui pgAdmin non è stato testato. pgAdmin può\n" "     non funzionare come previsto e qualsiasi problema segnalato durante " "l'utilizzo di questo browser potrebbe\n" "     non essere risolto." @@ -11283,13 +11186,12 @@ msgstr "" #: pgadmin/browser/templates/browser/browser.html:11 msgid "" "Please visit the FAQ to " -"see the\n" +" href=\"https://www.pgadmin.org/faq/#11\" target=\"_new\">FAQ to see the\n" " supported browsers." msgstr "" "Visitare FAQ " -"per vedere i\n" +"     href=\"https://www.pgadmin.org/faq/#11\" target=\"_new\">FAQ per " +"vedere i\n" "     browser supportati." #: pgadmin/browser/templates/browser/index.html:109 @@ -11328,20 +11230,19 @@ msgstr "Chiudi" #: pgadmin/browser/templates/browser/upgrade.html:1 #, python-brace-format msgid "" -"You are currently running version {0} of {1}, however the current version" -" is {2}." +"You are currently running version {0} of {1}, however the current version is {2}." msgstr "" -"Attualmente stai eseguendo la versione {0} di {1}, tuttavia la versione " -"corrente è {2}." +"Attualmente stai eseguendo la versione {0} di {1}, tuttavia la versione corrente " +"è {2}." #: pgadmin/browser/templates/browser/upgrade.html:3 #, python-brace-format msgid "" -"Please click here for more information." +"Please click here for " +"more information." msgstr "" -"Fai clic qui " -"per ulteriori informazioni." +"Fai clic qui per " +"ulteriori informazioni." #: pgadmin/browser/templates/browser/js/messages.js:22 msgid "Click here for details." @@ -11467,14 +11368,14 @@ msgstr "Frequenza di aggiornamento statistiche blocco I / O" #: pgadmin/dashboard/__init__.py:94 msgid "Handle & Process count statistics refresh rate" msgstr "" -"Frequenza di aggiornamento delle statistiche di conteggio degli handle e " -"dei processi" +"Frequenza di aggiornamento delle statistiche di conteggio degli handle e dei " +"processi" #: pgadmin/dashboard/__init__.py:102 msgid "CPU usage by process mode refresh rate" msgstr "" -"Utilizzo della CPU in base alla frequenza di aggiornamento della modalità" -" di processo" +"Utilizzo della CPU in base alla frequenza di aggiornamento della modalità di " +"processo" #: pgadmin/dashboard/__init__.py:110 msgid "Average load statistics refresh rate" @@ -11483,8 +11384,7 @@ msgstr "Frequenza di aggiornamento delle statistiche del carico medio" #: pgadmin/dashboard/__init__.py:118 msgid "CPU usage per process statistics refresh rate" msgstr "" -"Frequenza di aggiornamento delle statistiche dell'utilizzo CPU per " -"processo" +"Frequenza di aggiornamento delle statistiche dell'utilizzo CPU per processo" #: pgadmin/dashboard/__init__.py:126 msgid "Memory usage statistics refresh rate" @@ -11497,8 +11397,8 @@ msgstr "Frequenza di aggiornamento delle statistiche sull'uso della memoria swap #: pgadmin/dashboard/__init__.py:142 msgid "Memory usage per process statistics refresh rate" msgstr "" -"Utilizzo della memoria per frequenza di aggiornamento delle statistiche " -"del processo" +"Utilizzo della memoria per frequenza di aggiornamento delle statistiche del " +"processo" #: pgadmin/dashboard/__init__.py:150 msgid "I/O analysis statistics refresh rate" @@ -11519,8 +11419,7 @@ msgstr "Mostra stato?" #: pgadmin/dashboard/__init__.py:168 msgid "If set to True, state tables will be displayed on dashboards." msgstr "" -"Se impostato su True, le tabelle di stato verranno visualizzate sui " -"dashboard." +"Se impostato su True, le tabelle di stato verranno visualizzate sui dashboard." #: pgadmin/dashboard/__init__.py:174 msgid "Long running query thresholds" @@ -11528,11 +11427,11 @@ msgstr "Soglie delle query di lunga durata" #: pgadmin/dashboard/__init__.py:176 msgid "" -"Set the warning and alert threshold value to highlight the long-running " -"queries on the dashboard." +"Set the warning and alert threshold value to highlight the long-running queries " +"on the dashboard." msgstr "" -"Imposta il valore della soglia di avviso e avviso per evidenziare le " -"query a esecuzione prolungata sulla dashboard." +"Imposta il valore della soglia di avviso e avviso per evidenziare le query a " +"esecuzione prolungata sulla dashboard." #: pgadmin/dashboard/__init__.py:183 msgid "Graphs" @@ -11545,8 +11444,7 @@ msgstr "Mostra punti dati del grafico?" #: pgadmin/dashboard/__init__.py:190 msgid "If set to True, data points will be visible on graph lines." msgstr "" -"Se impostato su True, i punti dati saranno visibili sulle linee del " -"grafico." +"Se impostato su True, i punti dati saranno visibili sulle linee del grafico." #: pgadmin/dashboard/__init__.py:196 msgid "Use different data point styles?" @@ -11554,11 +11452,11 @@ msgstr "Utilizzare stili di punti dati diversi?" #: pgadmin/dashboard/__init__.py:198 msgid "" -"If set to True, data points will be visible in a different style on each " -"graph line." +"If set to True, data points will be visible in a different style on each graph " +"line." msgstr "" -"Se impostato su Vero, i punti dati saranno visibili in uno stile diverso " -"su ogni linea del grafico." +"Se impostato su Vero, i punti dati saranno visibili in uno stile diverso su ogni " +"linea del grafico." #: pgadmin/dashboard/__init__.py:204 msgid "Show mouse hover tooltip?" @@ -11566,11 +11464,11 @@ msgstr "Mostra la descrizione del mouse al passaggio del mouse?" #: pgadmin/dashboard/__init__.py:206 msgid "" -"If set to True, a tooltip will appear on mouse hover on the graph lines " -"showing the data point details." +"If set to True, a tooltip will appear on mouse hover on the graph lines showing " +"the data point details." msgstr "" -"Se impostato su Vero, al passaggio del mouse sulle linee del grafico " -"verrà visualizzato un suggerimento che mostra i dettagli dei punti dati." +"Se impostato su Vero, al passaggio del mouse sulle linee del grafico verrà " +"visualizzato un suggerimento che mostra i dettagli dei punti dati." #: pgadmin/dashboard/__init__.py:213 msgid "Chart line width" @@ -11896,27 +11794,26 @@ msgstr "Caricamento registri..." #: pgadmin/dashboard/static/js/Dashboard.jsx:871 msgid "" -"Please enable logging to view the server logs, or check if the log file " -"is in place." +"Please enable logging to view the server logs, or check if the log file is in " +"place." msgstr "" -"Abilita la registrazione per visualizzare i registri del server oppure " -"controlla se il file di registro è presente." +"Abilita la registrazione per visualizzare i registri del server oppure controlla " +"se il file di registro è presente." #: pgadmin/dashboard/static/js/Dashboard.jsx:893 msgid "" -"The system_stats extension is not installed. You can install the " -"extension in a database using the \"CREATE EXTENSION system_stats;\" SQL " -"command. Reload pgAdmin once it is installed." +"The system_stats extension is not installed. You can install the extension in a " +"database using the \"CREATE EXTENSION system_stats;\" SQL command. Reload " +"pgAdmin once it is installed." msgstr "" -"L'estensione system_stats non è installata. È possibile installare " -"l'estensione in un database utilizzando \"CREATE EXTENSION " -"system_stats;\" comando SQL. Ricarica pgAdmin una volta installato." +"L'estensione system_stats non è installata. È possibile installare l'estensione " +"in un database utilizzando \"CREATE EXTENSION system_stats;\" comando SQL. " +"Ricarica pgAdmin una volta installato." #: pgadmin/dashboard/static/js/Dashboard.jsx:901 msgid "Failed to verify the presence of system stats extension." msgstr "" -"Impossibile verificare la presenza dell'estensione delle statistiche di " -"sistema." +"Impossibile verificare la presenza dell'estensione delle statistiche di sistema." #: pgadmin/dashboard/static/js/Dashboard.jsx:948 msgid "Table based logs" @@ -11972,8 +11869,7 @@ msgstr "Si è verificato un errore durante il rendering del grafico." #: pgadmin/dashboard/static/js/SystemStats/Summary.jsx:207 #: pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:228 msgid "" -"Not connected to the server or the connection to the server has been " -"closed." +"Not connected to the server or the connection to the server has been closed." msgstr "Non connesso al server oppure connessione al server chiusa." #: pgadmin/dashboard/static/js/Graphs.jsx:257 @@ -12032,16 +11928,15 @@ msgstr "Open Source" #: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:163 msgid "" -"pgAdmin is an Open Source administration and management tool for the " -"PostgreSQL database. It includes a graphical administration interface, an" -" SQL query tool, a procedural code debugger and much more. The tool is " -"designed to answer the needs of developers, DBAs and system " -"administrators alike." +"pgAdmin is an Open Source administration and management tool for the PostgreSQL " +"database. It includes a graphical administration interface, an SQL query tool, a " +"procedural code debugger and much more. The tool is designed to answer the needs " +"of developers, DBAs and system administrators alike." msgstr "" "pgAdmin è uno strumento di amministrazione e gestione Open Source per il " -"database PostgreSQL. Include un'interfaccia di amministrazione grafica, " -"un editor di query SQL, un debugger di codice procedurale e molto altro. " -"Lo strumento è progettato per rispondere alle esigenze di sviluppatori, " +"database PostgreSQL. Include un'interfaccia di amministrazione grafica, un " +"editor di query SQL, un debugger di codice procedurale e molto altro. Lo " +"strumento è progettato per rispondere alle esigenze di sviluppatori, " "amministratori di database e amministratori di sistema." #: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:174 @@ -12064,8 +11959,7 @@ msgstr "Iniziare" msgid "PostgreSQL Documentation" msgstr "Documentazione PostgreSQL" -#: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:234 -#: pgadmin/help/__init__.py:40 +#: pgadmin/dashboard/static/js/WelcomeDashboard.jsx:234 pgadmin/help/__init__.py:40 msgid "pgAdmin Website" msgstr "sito di pgAdmin" @@ -12536,11 +12430,11 @@ msgstr "Percorso di aiuto PostgreSQL" #: pgadmin/help/__init__.py:67 msgid "" -"Path to the PostgreSQL documentation. $VERSION$ will be replaced with the" -" major.minor version number." +"Path to the PostgreSQL documentation. $VERSION$ will be replaced with the " +"major.minor version number." msgstr "" -"Percorso della documentazione PostgreSQL. $ VERSION $ verrà sostituito " -"con il numero di versione major.minor." +"Percorso della documentazione PostgreSQL. $ VERSION $ verrà sostituito con il " +"numero di versione major.minor." #: pgadmin/llm/__init__.py:64 pgadmin/utils/constants.py:36 msgid "AI" @@ -12580,16 +12474,15 @@ msgstr "Configurazione AI" #: pgadmin/llm/__init__.py:85 msgid "" -"The LLM provider to use for AI features. Select \"None (Disabled)\" to " -"disable AI features. Note: AI features must also be enabled in the server" -" configuration (LLM_ENABLED) for this setting to take effect." +"The LLM provider to use for AI features. Select \"None (Disabled)\" to disable " +"AI features. Note: AI features must also be enabled in the server configuration " +"(LLM_ENABLED) for this setting to take effect." msgstr "" -"Provider LLM da utilizzare per le funzionalità di intelligenza " -"artificiale. Selezionare \"Nessuno (Disabilitato)\" per disabilitare le " -"funzionalità di intelligenza artificiale. Nota: affinché questa " -"impostazione abbia effetto, le funzionalità di intelligenza artificiale " -"devono essere abilitate anche nella configurazione del server " -"(LLM_ENABLED)." +"Provider LLM da utilizzare per le funzionalità di intelligenza artificiale. " +"Selezionare \"Nessuno (Disabilitato)\" per disabilitare le funzionalità di " +"intelligenza artificiale. Nota: affinché questa impostazione abbia effetto, le " +"funzionalità di intelligenza artificiale devono essere abilitate anche nella " +"configurazione del server (LLM_ENABLED)." #: pgadmin/llm/__init__.py:99 msgid "Max Tool Iterations" @@ -12597,14 +12490,12 @@ msgstr "Numero massimo di iterazioni dello strumento" #: pgadmin/llm/__init__.py:105 msgid "" -"Maximum number of tool call iterations allowed during an AI conversation." -" Higher values allow more complex queries but may consume more resources." -" Default is 20." +"Maximum number of tool call iterations allowed during an AI conversation. Higher " +"values allow more complex queries but may consume more resources. Default is 20." msgstr "" -"Numero massimo di iterazioni di chiamata dello strumento consentite " -"durante una conversazione AI. Valori più elevati consentono query più " -"complesse, ma potrebbero consumare più risorse. Il valore predefinito è " -"20." +"Numero massimo di iterazioni di chiamata dello strumento consentite durante una " +"conversazione AI. Valori più elevati consentono query più complesse, ma " +"potrebbero consumare più risorse. Il valore predefinito è 20." #: pgadmin/llm/__init__.py:121 pgadmin/llm/__init__.py:182 #: pgadmin/llm/__init__.py:245 pgadmin/llm/__init__.py:288 @@ -12613,13 +12504,13 @@ msgstr "URL dell'API" #: pgadmin/llm/__init__.py:125 msgid "" -"URL for the Anthropic API endpoint. Leave empty to use the default " -"(https://api.anthropic.com/v1). Set a custom URL to use an Anthropic-" -"compatible API provider." +"URL for the Anthropic API endpoint. Leave empty to use the default (https://" +"api.anthropic.com/v1). Set a custom URL to use an Anthropic-compatible API " +"provider." msgstr "" -"URL per l'endpoint dell'API di Anthropic. Lascia vuoto per utilizzare " -"l'URL predefinito (https://api.anthropic.com/v1). Imposta un URL " -"personalizzato per utilizzare un provider API compatibile con Anthropic." +"URL per l'endpoint dell'API di Anthropic. Lascia vuoto per utilizzare l'URL " +"predefinito (https://api.anthropic.com/v1). Imposta un URL personalizzato per " +"utilizzare un provider API compatibile con Anthropic." #: pgadmin/llm/__init__.py:133 pgadmin/llm/__init__.py:197 msgid "API Key File" @@ -12627,17 +12518,16 @@ msgstr "file dell'API Key" #: pgadmin/llm/__init__.py:137 msgid "" -"Path to a file containing your Anthropic API key. This path must be on " -"the server hosting pgAdmin, e.g. inside the container when using Docker. " -"The file should contain only the API key. The API key may be optional " -"when using a custom API URL with a provider that does not require " -"authentication." +"Path to a file containing your Anthropic API key. This path must be on the " +"server hosting pgAdmin, e.g. inside the container when using Docker. The file " +"should contain only the API key. The API key may be optional when using a custom " +"API URL with a provider that does not require authentication." msgstr "" -"Percorso del file contenente la chiave API di Anthropic. Questo percorso " -"deve trovarsi sul server che ospita pgAdmin, ad esempio all'interno del " -"container quando si utilizza Docker. Il file deve contenere solo la " -"chiave API. La chiave API può essere facoltativa quando si utilizza un " -"URL API personalizzato con un provider che non richiede autenticazione." +"Percorso del file contenente la chiave API di Anthropic. Questo percorso deve " +"trovarsi sul server che ospita pgAdmin, ad esempio all'interno del container " +"quando si utilizza Docker. Il file deve contenere solo la chiave API. La chiave " +"API può essere facoltativa quando si utilizza un URL API personalizzato con un " +"provider che non richiede autenticazione." #: pgadmin/llm/__init__.py:151 pgadmin/llm/__init__.py:215 #: pgadmin/llm/__init__.py:259 pgadmin/llm/__init__.py:305 @@ -12646,14 +12536,13 @@ msgstr "Modello" #: pgadmin/llm/__init__.py:156 msgid "" -"The Anthropic model to use. Models are loaded dynamically from your API " -"key. You can also type a custom model name. Leave empty to use the " -"default (Claude Sonnet 4)." +"The Anthropic model to use. Models are loaded dynamically from your API key. You " +"can also type a custom model name. Leave empty to use the default (Claude Sonnet " +"4)." msgstr "" -"Il modello Anthropic da utilizzare. I modelli vengono caricati " -"dinamicamente dalla tua chiave API. Puoi anche digitare un nome di " -"modello personalizzato. Lascia vuoto per utilizzare il nome predefinito " -"(Claude Sonnet 4)." +"Il modello Anthropic da utilizzare. I modelli vengono caricati dinamicamente " +"dalla tua chiave API. Puoi anche digitare un nome di modello personalizzato. " +"Lascia vuoto per utilizzare il nome predefinito (Claude Sonnet 4)." #: pgadmin/llm/__init__.py:164 pgadmin/llm/__init__.py:228 #: pgadmin/llm/__init__.py:272 pgadmin/llm/__init__.py:318 @@ -12662,42 +12551,38 @@ msgstr "Seleziona o digita un nome di modello..." #: pgadmin/llm/__init__.py:186 msgid "" -"URL for the OpenAI API endpoint. Leave empty to use the default " -"(https://api.openai.com/v1). Set a custom URL to use any OpenAI-" -"compatible API provider such as LiteLLM, LM Studio, or EXO. The URL " -"should include the /v1 path prefix if required by your provider (e.g., " -"http://localhost:1234/v1)." +"URL for the OpenAI API endpoint. Leave empty to use the default (https://" +"api.openai.com/v1). Set a custom URL to use any OpenAI-compatible API provider " +"such as LiteLLM, LM Studio, or EXO. The URL should include the /v1 path prefix " +"if required by your provider (e.g., http://localhost:1234/v1)." msgstr "" -"URL per l'endpoint dell'API OpenAI. Lascia vuoto per utilizzare " -"l'impostazione predefinita (https://api.openai.com/v1). Imposta un URL " -"personalizzato per utilizzare qualsiasi provider API compatibile con " -"OpenAI, come LiteLLM, LM Studio o EXO. L'URL deve includere il prefisso " -"di percorso /v1 se richiesto dal provider (ad esempio, " -"http://localhost:1234/v1)." +"URL per l'endpoint dell'API OpenAI. Lascia vuoto per utilizzare l'impostazione " +"predefinita (https://api.openai.com/v1). Imposta un URL personalizzato per " +"utilizzare qualsiasi provider API compatibile con OpenAI, come LiteLLM, LM " +"Studio o EXO. L'URL deve includere il prefisso di percorso /v1 se richiesto dal " +"provider (ad esempio, http://localhost:1234/v1)." #: pgadmin/llm/__init__.py:201 msgid "" -"Path to a file containing your OpenAI API key. This path must be on the " -"server hosting pgAdmin, e.g. inside the container when using Docker. The " -"file should contain only the API key. The API key may be optional when " -"using a custom API URL with a provider that does not require " -"authentication." +"Path to a file containing your OpenAI API key. This path must be on the server " +"hosting pgAdmin, e.g. inside the container when using Docker. The file should " +"contain only the API key. The API key may be optional when using a custom API " +"URL with a provider that does not require authentication." msgstr "" -"Percorso del file contenente la chiave API di OpenAI. Questo percorso " -"deve trovarsi sul server che ospita pgAdmin, ad esempio all'interno del " -"container quando si utilizza Docker. Il file deve contenere solo la " -"chiave API. La chiave API può essere facoltativa quando si utilizza un " -"URL API personalizzato con un provider che non richiede autenticazione." +"Percorso del file contenente la chiave API di OpenAI. Questo percorso deve " +"trovarsi sul server che ospita pgAdmin, ad esempio all'interno del container " +"quando si utilizza Docker. Il file deve contenere solo la chiave API. La chiave " +"API può essere facoltativa quando si utilizza un URL API personalizzato con un " +"provider che non richiede autenticazione." #: pgadmin/llm/__init__.py:220 msgid "" -"The OpenAI model to use. Models are loaded dynamically from your API key." -" You can also type a custom model name. Leave empty to use the default " -"(GPT-4o)." +"The OpenAI model to use. Models are loaded dynamically from your API key. You " +"can also type a custom model name. Leave empty to use the default (GPT-4o)." msgstr "" -"Il modello OpenAI da utilizzare. I modelli vengono caricati dinamicamente" -" dalla tua chiave API. Puoi anche digitare un nome di modello " -"personalizzato. Lascia vuoto per utilizzare il nome predefinito (GPT-4o)." +"Il modello OpenAI da utilizzare. I modelli vengono caricati dinamicamente dalla " +"tua chiave API. Puoi anche digitare un nome di modello personalizzato. Lascia " +"vuoto per utilizzare il nome predefinito (GPT-4o)." #: pgadmin/llm/__init__.py:249 msgid "URL for the Ollama API endpoint (e.g., http://localhost:11434)." @@ -12705,38 +12590,35 @@ msgstr "URL per l'endpoint API di Ollama (ad esempio, http://localhost:11434)." #: pgadmin/llm/__init__.py:264 msgid "" -"The Ollama model to use. Models are loaded dynamically from your Ollama " -"server. You can also type a custom model name. Leave empty to use the " -"default (llama3.2)." +"The Ollama model to use. Models are loaded dynamically from your Ollama server. " +"You can also type a custom model name. Leave empty to use the default (llama3.2)." msgstr "" -"Il modello Ollama da utilizzare. I modelli vengono caricati dinamicamente" -" dal server Ollama. È anche possibile digitare un nome di modello " -"personalizzato. Lasciare vuoto per utilizzare il nome predefinito " -"(llama3.2)." +"Il modello Ollama da utilizzare. I modelli vengono caricati dinamicamente dal " +"server Ollama. È anche possibile digitare un nome di modello personalizzato. " +"Lasciare vuoto per utilizzare il nome predefinito (llama3.2)." #: pgadmin/llm/__init__.py:292 msgid "" -"URL for the Docker Model Runner API endpoint (e.g., " -"http://localhost:12434). Available in Docker Desktop 4.40 and later. Tip:" -" You can also use the OpenAI provider with a custom API URL for any " -"OpenAI-compatible endpoint, including Docker Model Runner." +"URL for the Docker Model Runner API endpoint (e.g., http://localhost:12434). " +"Available in Docker Desktop 4.40 and later. Tip: You can also use the OpenAI " +"provider with a custom API URL for any OpenAI-compatible endpoint, including " +"Docker Model Runner." msgstr "" -"URL per l'endpoint API di Docker Model Runner (ad esempio, " -"http://localhost:12434). Disponibile in Docker Desktop 4.40 e versioni " -"successive. Suggerimento: è possibile utilizzare anche il provider OpenAI" -" con un URL API personalizzato per qualsiasi endpoint compatibile con " -"OpenAI, incluso Docker Model Runner." +"URL per l'endpoint API di Docker Model Runner (ad esempio, http://" +"localhost:12434). Disponibile in Docker Desktop 4.40 e versioni successive. " +"Suggerimento: è possibile utilizzare anche il provider OpenAI con un URL API " +"personalizzato per qualsiasi endpoint compatibile con OpenAI, incluso Docker " +"Model Runner." #: pgadmin/llm/__init__.py:310 msgid "" -"The Docker model to use. Models are loaded dynamically from your Docker " -"Model Runner. You can also type a custom model name. Leave empty to use " -"the default (ai/qwen3-coder)." -msgstr "" -"Il modello Docker da utilizzare. I modelli vengono caricati dinamicamente" -" dal tuo Docker Model Runner. Puoi anche digitare un nome di modello " -"personalizzato. Lascia vuoto per utilizzare il nome predefinito " +"The Docker model to use. Models are loaded dynamically from your Docker Model " +"Runner. You can also type a custom model name. Leave empty to use the default " "(ai/qwen3-coder)." +msgstr "" +"Il modello Docker da utilizzare. I modelli vengono caricati dinamicamente dal " +"tuo Docker Model Runner. Puoi anche digitare un nome di modello personalizzato. " +"Lascia vuoto per utilizzare il nome predefinito (ai/qwen3-coder)." #: pgadmin/llm/__init__.py:1065 pgadmin/llm/__init__.py:1131 #: pgadmin/llm/__init__.py:1316 pgadmin/llm/__init__.py:1384 @@ -12746,8 +12628,7 @@ msgstr "" #: pgadmin/llm/__init__.py:1852 pgadmin/llm/__init__.py:1920 #: pgadmin/llm/__init__.py:1980 pgadmin/llm/__init__.py:2062 msgid "" -"LLM is not configured. Please configure an LLM provider in Preferences > " -"AI." +"LLM is not configured. Please configure an LLM provider in Preferences > AI." msgstr "LLM non è configurato. Configurare un provider LLM in Preferenze > AI." #: pgadmin/llm/__init__.py:1079 pgadmin/llm/__init__.py:1144 @@ -12787,14 +12668,14 @@ msgstr "Nessuna sezione disponibile per questo tipo di report." #: pgadmin/llm/reports/generator.py:145 pgadmin/llm/reports/generator.py:213 #, python-format msgid "" -"> **Note:** This report was generated by %(provider)s / %(model)s. AI " -"systems can make mistakes. Please verify all findings and recommendations" -" before taking action.\n" +"> **Note:** This report was generated by %(provider)s / %(model)s. AI systems " +"can make mistakes. Please verify all findings and recommendations before taking " +"action.\n" "\n" msgstr "" -"> **Nota:** Questo report è stato generato da %(provider)s / %(model)s. I" -" sistemi di intelligenza artificiale possono commettere errori. Si prega " -"di verificare tutti i risultati e le raccomandazioni prima di agire.\n" +"> **Nota:** Questo report è stato generato da %(provider)s / %(model)s. I " +"sistemi di intelligenza artificiale possono commettere errori. Si prega di " +"verificare tutti i risultati e le raccomandazioni prima di agire.\n" "\n" #: pgadmin/llm/static/js/AIReport.jsx:280 @@ -12857,13 +12738,11 @@ msgstr "Analisi delle sezioni" msgid "Creating Report" msgstr "Creazione del rapporto" -#: pgadmin/llm/static/js/AIReport.jsx:421 -#: pgadmin/llm/static/js/AIReport.jsx:459 +#: pgadmin/llm/static/js/AIReport.jsx:421 pgadmin/llm/static/js/AIReport.jsx:459 msgid "Invalid report configuration." msgstr "Configurazione del report non valida." -#: pgadmin/llm/static/js/AIReport.jsx:437 -#: pgadmin/llm/static/js/AIReport.jsx:441 +#: pgadmin/llm/static/js/AIReport.jsx:437 pgadmin/llm/static/js/AIReport.jsx:441 #: pgadmin/llm/static/js/AIReport.jsx:513 msgid "Failed to generate report." msgstr "Impossibile generare il report." @@ -12934,8 +12813,7 @@ msgstr "Impossibile generare il report di sicurezza." #: pgadmin/llm/static/js/SecurityReport.jsx:360 msgid "Click \"Generate\" to create a security report for this server." msgstr "" -"Fare clic su \"Genera\" per creare un report di sicurezza per questo " -"server." +"Fare clic su \"Genera\" per creare un report di sicurezza per questo server." #: pgadmin/llm/static/js/ai_tools.js:51 #: pgadmin/tools/user_management/PgAdminPermissions.py:117 @@ -12977,11 +12855,10 @@ msgstr "" #: pgadmin/llm/static/js/ai_tools.js:225 msgid "" -"Please configure an LLM provider in Preferences > AI to enable this " -"feature." +"Please configure an LLM provider in Preferences > AI to enable this feature." msgstr "" -"Per abilitare questa funzionalità, configurare un provider LLM in " -"Preferenze > AI." +"Per abilitare questa funzionalità, configurare un provider LLM in Preferenze > " +"AI." #: pgadmin/llm/static/js/ai_tools.js:273 pgadmin/llm/static/js/ai_tools.js:323 #: pgadmin/llm/static/js/ai_tools.js:372 @@ -13043,11 +12920,10 @@ msgstr "Tema" #: pgadmin/misc/__init__.py:93 msgid "" -"Click the save button to apply the theme. Below is the preview of the " -"theme." +"Click the save button to apply the theme. Below is the preview of the theme." msgstr "" -"Fare clic sul pulsante Salva per applicare il tema. Di seguito " -"l'anteprima del tema." +"Fare clic sul pulsante Salva per applicare il tema. Di seguito l'anteprima del " +"tema." #: pgadmin/misc/__init__.py:99 msgid "Layout" @@ -13063,15 +12939,14 @@ msgstr "Spazio di lavoro" #: pgadmin/misc/__init__.py:108 msgid "" -"Choose the layout that suits you best. pgAdmin offers two options: the " -"Classic layout, a longstanding and familiar design, and the Workspace " -"layout, which provides distraction free dedicated areas for the Query " -"Tool, PSQL, and Schema Diff tools." +"Choose the layout that suits you best. pgAdmin offers two options: the Classic " +"layout, a longstanding and familiar design, and the Workspace layout, which " +"provides distraction free dedicated areas for the Query Tool, PSQL, and Schema " +"Diff tools." msgstr "" -"Scegli il layout più adatto a te. pgAdmin offre due opzioni: il layout " -"Classico, un design consolidato e familiare, e il layout Workspace, che " -"fornisce aree dedicate e prive di distrazioni per gli strumenti Query " -"Tool, PSQL e Schema Diff." +"Scegli il layout più adatto a te. pgAdmin offre due opzioni: il layout Classico, " +"un design consolidato e familiare, e il layout Workspace, che fornisce aree " +"dedicate e prive di distrazioni per gli strumenti Query Tool, PSQL e Schema Diff." #: pgadmin/misc/__init__.py:117 msgid "Open the Query Tool/PSQL in their respective workspaces" @@ -13079,18 +12954,18 @@ msgstr "Aprire lo strumento Query/PSQL nei rispettivi spazi di lavoro" #: pgadmin/misc/__init__.py:121 msgid "" -"This setting applies only when the layout is set to Workspace Layout. " -"When set to True, all Query Tool/PSQL tabs will open in their respective " -"workspaces. By default, this setting is False, meaning that Query " -"Tool/PSQL tabs will open in the currently active workspace (either the " -"default or the workspace selected at the time of opening)" +"This setting applies only when the layout is set to Workspace Layout. When set " +"to True, all Query Tool/PSQL tabs will open in their respective workspaces. By " +"default, this setting is False, meaning that Query Tool/PSQL tabs will open in " +"the currently active workspace (either the default or the workspace selected at " +"the time of opening)" msgstr "" -"Questa impostazione si applica solo quando il layout è impostato su " -"Workspace Layout. Quando è impostato su True, tutte le schede Query " -"Tool/PSQL si apriranno nei rispettivi workspace. Per impostazione " -"predefinita, questa impostazione è False, il che significa che le schede " -"Query Tool/PSQL si apriranno nel workspace attivo al momento (quello " -"predefinito o quello selezionato al momento dell'apertura)" +"Questa impostazione si applica solo quando il layout è impostato su Workspace " +"Layout. Quando è impostato su True, tutte le schede Query Tool/PSQL si apriranno " +"nei rispettivi workspace. Per impostazione predefinita, questa impostazione è " +"False, il che significa che le schede Query Tool/PSQL si apriranno nel workspace " +"attivo al momento (quello predefinito o quello selezionato al momento " +"dell'apertura)" #: pgadmin/misc/__init__.py:132 msgid "Save the application state?" @@ -13098,15 +12973,14 @@ msgstr "Salvare lo stato dell'applicazione?" #: pgadmin/misc/__init__.py:136 msgid "" -"If set to True, pgAdmin will save the state of opened tools (such as " -"Query Tool, PSQL, Schema Diff, and ERD), including any unsaved data. This" -" data will be automatically restored in the event of an unexpected " -"shutdown or browser refresh." +"If set to True, pgAdmin will save the state of opened tools (such as Query Tool, " +"PSQL, Schema Diff, and ERD), including any unsaved data. This data will be " +"automatically restored in the event of an unexpected shutdown or browser refresh." msgstr "" -"Se impostato su True, pgAdmin salverà lo stato degli strumenti aperti " -"(come Query Tool, PSQL, Schema Diff ed ERD), inclusi eventuali dati non " -"salvati. Questi dati verranno ripristinati automaticamente in caso di " -"arresto imprevisto o aggiornamento del browser." +"Se impostato su True, pgAdmin salverà lo stato degli strumenti aperti (come " +"Query Tool, PSQL, Schema Diff ed ERD), inclusi eventuali dati non salvati. " +"Questi dati verranno ripristinati automaticamente in caso di arresto imprevisto " +"o aggiornamento del browser." #: pgadmin/misc/__init__.py:146 msgid "Automatically open downloaded file?" @@ -13119,9 +12993,9 @@ msgid "" " will automatically open in the system's default\n" " application associated with that file type." msgstr "" -"Questa impostazione è applicabile e visibile solo in modalità desktop. Se" -" impostata su Vero, il file scaricato si aprirà automaticamente " -"nell'applicazione predefinita del sistema associata a quel tipo di file." +"Questa impostazione è applicabile e visibile solo in modalità desktop. Se " +"impostata su Vero, il file scaricato si aprirà automaticamente nell'applicazione " +"predefinita del sistema associata a quel tipo di file." #: pgadmin/misc/__init__.py:158 msgid "Prompt for the download location?" @@ -13129,13 +13003,13 @@ msgstr "Richiedi la posizione per il download?" #: pgadmin/misc/__init__.py:162 msgid "" -"This setting is applicable and visible only in desktop mode. When set to " -"True, a prompt will appear after clicking the download button, allowing " -"you to choose the download location" +"This setting is applicable and visible only in desktop mode. When set to True, a " +"prompt will appear after clicking the download button, allowing you to choose " +"the download location" msgstr "" -"Questa impostazione è applicabile e visibile solo in modalità desktop. Se" -" impostata su True, apparirà un prompt dopo aver cliccato sul pulsante di" -" download, che ti consentirà di scegliere la posizione di download" +"Questa impostazione è applicabile e visibile solo in modalità desktop. Se " +"impostata su True, apparirà un prompt dopo aver cliccato sul pulsante di " +"download, che ti consentirà di scegliere la posizione di download" #: pgadmin/misc/__init__.py:171 msgid "Enable binary data download?" @@ -13143,12 +13017,12 @@ msgstr "Abilitare il download dei dati binari?" #: pgadmin/misc/__init__.py:175 msgid "" -"If set to True, binary data can be downloaded from the result grid. The " -"default is False to prevent excessive memory usage on the server." +"If set to True, binary data can be downloaded from the result grid. The default " +"is False to prevent excessive memory usage on the server." msgstr "" -"Se impostato su True, è possibile scaricare i dati binari dalla griglia " -"dei risultati. Il valore predefinito è False per evitare un utilizzo " -"eccessivo della memoria sul server." +"Se impostato su True, è possibile scaricare i dati binari dalla griglia dei " +"risultati. Il valore predefinito è False per evitare un utilizzo eccessivo della " +"memoria sul server." #: pgadmin/misc/__init__.py:352 msgid "Invalid binary path." @@ -13321,8 +13195,7 @@ msgstr "Tempo impiegato (sec)" #: pgadmin/tools/grant_wizard/__init__.py:123 #: pgadmin/tools/import_export/__init__.py:156 #: pgadmin/tools/import_export_servers/__init__.py:60 -#: pgadmin/tools/maintenance/__init__.py:131 -#: pgadmin/tools/restore/__init__.py:147 +#: pgadmin/tools/maintenance/__init__.py:131 pgadmin/tools/restore/__init__.py:147 #: pgadmin/tools/search_objects/__init__.py:61 #: pgadmin/tools/user_management/__init__.py:95 msgid "This URL cannot be called directly." @@ -13332,8 +13205,7 @@ msgstr "Questo URL non può essere chiamato direttamente." msgid "No cloud implementation." msgstr "Nessuna implementazione cloud." -#: pgadmin/misc/cloud/rds/__init__.py:100 -#: pgadmin/misc/cloud/rds/__init__.py:132 +#: pgadmin/misc/cloud/rds/__init__.py:100 pgadmin/misc/cloud/rds/__init__.py:132 msgid "Session has not created yet." msgstr "La sessione non è stata ancora creata." @@ -13362,15 +13234,14 @@ msgstr "Revisione" #, python-brace-format msgid "Error while getting the host ip: ${error.response.data.errormsg}" msgstr "" -"Errore durante il recupero dell'ip dell'host: " -"${error.response.data.errormsg}" +"Errore durante il recupero dell'ip dell'host: ${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:131 #, python-brace-format msgid "Error while saving cloud wizard data: ${error.response.data.errormsg}" msgstr "" -"Errore durante il salvataggio dei dati della procedura guidata cloud: " -"${error.response.data.errormsg}" +"Errore durante il salvataggio dei dati della procedura guidata cloud: $" +"{error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:209 msgid "Validating credentials..." @@ -13392,8 +13263,8 @@ msgstr "Il nome del cluster specificato è già utilizzato." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:241 msgid "Error while checking server name availability with Microsoft Azure." msgstr "" -"Errore durante la verifica della disponibilità del nome server con " -"Microsoft Azure." +"Errore durante la verifica della disponibilità del nome server con Microsoft " +"Azure." #: pgadmin/misc/cloud/static/js/CloudWizard.jsx:269 #: pgadmin/misc/cloud/static/js/cloud.js:79 @@ -13468,12 +13339,11 @@ msgstr "Intervallo IP pubblico" #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:43 #: pgadmin/misc/cloud/static/js/google_schema.ui.js:278 msgid "" -"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. " -"Add multiple IP addresses/ranges separated with commas." +"IP address range for allowed inbound traffic, for example: 127.0.0.1/32. Add " +"multiple IP addresses/ranges separated with commas." msgstr "" -"Intervallo di indirizzi IP per il traffico in entrata consentito, ad " -"esempio: 127.0.0.1/32. Aggiungi più indirizzi/intervalli IP separati da " -"virgole." +"Intervallo di indirizzi IP per il traffico in entrata consentito, ad esempio: " +"127.0.0.1/32. Aggiungi più indirizzi/intervalli IP separati da virgole." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:45 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:651 @@ -13529,12 +13399,12 @@ msgstr "gruppo di server pgAdmin" #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:169 msgid "" -"At least 8 printable ASCII characters. Cannot contain any of the " -"following: / (slash), '(single quote), \"(double quote) and @ (at sign)." +"At least 8 printable ASCII characters. Cannot contain any of the following: / " +"(slash), '(single quote), \"(double quote) and @ (at sign)." msgstr "" -"Almeno 8 caratteri ASCII stampabili. Non può contenere nessuno dei " -"seguenti elementi: / (barra), '(virgolette singole), \"(virgolette " -"doppie) e @ (segno di chiocciola)." +"Almeno 8 caratteri ASCII stampabili. Non può contenere nessuno dei seguenti " +"elementi: / (barra), '(virgolette singole), \"(virgolette doppie) e @ (segno di " +"chiocciola)." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:171 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:500 @@ -13591,14 +13461,12 @@ msgstr "Dimensioni in GiB." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:311 msgid "Allocated storage should be between 20 - 65536 GiB." msgstr "" -"Lo spazio di archiviazione allocato deve essere compreso tra 20 e 65536 " -"GiB." +"Lo spazio di archiviazione allocato deve essere compreso tra 20 e 65536 GiB." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:315 msgid "Allocated storage should be between 100 - 65536 GiB." msgstr "" -"Lo spazio di archiviazione allocato deve essere compreso tra 100 e 65536 " -"GiB." +"Lo spazio di archiviazione allocato deve essere compreso tra 100 e 65536 GiB." #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:319 msgid "Allocated storage should be between 5 - 3072 GiB." @@ -13607,12 +13475,12 @@ msgstr "Lo spazio di archiviazione allocato deve essere compreso tra 5 e 3072 Gi #: pgadmin/misc/cloud/static/js/aws_schema.ui.js:339 msgid "" "Creates a standby in a different Availability Zone (AZ) to provide data " -"redundancy, eliminate I/O freezes, and minimize latency spikes during " -"system backups." +"redundancy, eliminate I/O freezes, and minimize latency spikes during system " +"backups." msgstr "" "Crea uno standby in una diversa zona di disponibilità (AZ) per fornire " -"ridondanza dei dati, eliminare i blocchi di I/O e ridurre al minimo i " -"picchi di latenza durante i backup di sistema." +"ridondanza dei dati, eliminare i blocchi di I/O e ridurre al minimo i picchi di " +"latenza durante i backup di sistema." #: pgadmin/misc/cloud/static/js/azure.js:34 #: pgadmin/misc/cloud/static/js/google.js:35 @@ -13626,8 +13494,8 @@ msgstr "Caricamento..." #: pgadmin/misc/cloud/static/js/google.js:70 msgid "Authentication completed successfully. Click the Next button to proceed." msgstr "" -"Autenticazione completata con successo. Fare clic sul pulsante Avanti per" -" procedere." +"Autenticazione completata con successo. Fare clic sul pulsante Avanti per " +"procedere." #: pgadmin/misc/cloud/static/js/azure.js:54 #, python-brace-format @@ -13637,11 +13505,11 @@ msgstr "Errore durante la verifica di Microsoft Azure: ${error}" #: pgadmin/misc/cloud/static/js/azure.js:276 #, python-brace-format msgid "" -"Error while checking server name availability with Microsoft Azure: " -"${error.response.data.errormsg}" +"Error while checking server name availability with Microsoft Azure: $" +"{error.response.data.errormsg}" msgstr "" -"Errore durante la verifica della disponibilità del nome del server con " -"Microsoft Azure: ${error.response.data.errormsg}" +"Errore durante la verifica della disponibilità del nome del server con Microsoft " +"Azure: ${error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/azure.js:294 #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:236 @@ -13658,8 +13526,7 @@ msgstr "Zona di disponibilità" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:45 msgid "Azure Tenant ID is required for Azure interactive authentication." msgstr "" -"L'ID tenant di Azure è necessario per l'autenticazione interattiva di " -"Azure." +"L'ID tenant di Azure è necessario per l'autenticazione interattiva di Azure." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:56 msgid "Authenticate via" @@ -13675,14 +13542,14 @@ msgstr "CLI di Azure" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:71 msgid "" -"Azure CLI will use the currently logged in identity through the Azure CLI" -" on the local machine. Interactive Browser will open a browser window to " -"authenticate a user interactively." +"Azure CLI will use the currently logged in identity through the Azure CLI on the " +"local machine. Interactive Browser will open a browser window to authenticate a " +"user interactively." msgstr "" -"L'interfaccia della riga di comando di Azure utilizzerà l'identità " -"attualmente connessa tramite l'interfaccia della riga di comando di Azure" -" nel computer locale. Browser interattivo aprirà una finestra del browser" -" per autenticare un utente in modo interattivo." +"L'interfaccia della riga di comando di Azure utilizzerà l'identità attualmente " +"connessa tramite l'interfaccia della riga di comando di Azure nel computer " +"locale. Browser interattivo aprirà una finestra del browser per autenticare un " +"utente in modo interattivo." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:77 msgid "Azure tenant id" @@ -13691,8 +13558,7 @@ msgstr "ID tenant Azure" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:81 msgid "Enter the Azure tenant ID against which the user is authenticated." msgstr "" -"Immettere l'ID tenant di Azure in base al quale l'utente viene " -"autenticato." +"Immettere l'ID tenant di Azure in base al quale l'utente viene autenticato." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:100 msgid "Click here to authenticate yourself to Microsoft Azure" @@ -13700,13 +13566,13 @@ msgstr "Fare clic qui per autenticarsi in Microsoft Azure" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:101 msgid "" -"After clicking the button above you will be redirected to the Microsoft " -"Azure authentication page in a new browser tab if the Interactive Browser" -" option is selected." +"After clicking the button above you will be redirected to the Microsoft Azure " +"authentication page in a new browser tab if the Interactive Browser option is " +"selected." msgstr "" -"Dopo aver fatto clic sul pulsante sopra, verrai reindirizzato alla pagina" -" di autenticazione di Microsoft Azure in una nuova scheda del browser se " -"l'opzione Browser interattivo è selezionata." +"Dopo aver fatto clic sul pulsante sopra, verrai reindirizzato alla pagina di " +"autenticazione di Microsoft Azure in una nuova scheda del browser se l'opzione " +"Browser interattivo è selezionata." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:329 msgid "Burstable (1-2 vCores) " @@ -13726,11 +13592,11 @@ msgstr "Dimensioni di archiviazione" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:428 msgid "" -"The Admin username must be between 1-63 characters long, and must only " -"contain alphabetic characters and numbers." +"The Admin username must be between 1-63 characters long, and must only contain " +"alphabetic characters and numbers." msgstr "" -"Il nome utente dell'amministratore deve contenere da 1 a 63 caratteri e " -"deve contenere solo caratteri alfabetici e numeri." +"Il nome utente dell'amministratore deve contenere da 1 a 63 caratteri e deve " +"contenere solo caratteri alfabetici e numeri." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:436 msgid "Specified Admin username is not allowed." @@ -13738,15 +13604,13 @@ msgstr "Il nome utente amministratore specificato non è consentito." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:454 msgid "" -"The password must be 8-128 characters long and must contain characters " -"from three of the following categories - English uppercase letters, " -"English lowercase letters, numbers (0-9), and non-alphanumeric characters" -" (!, $, #, %, etc.)" +"The password must be 8-128 characters long and must contain characters from " +"three of the following categories - English uppercase letters, English lowercase " +"letters, numbers (0-9), and non-alphanumeric characters (!, $, #, %, etc.)" msgstr "" -"La password deve contenere da 8 a 128 caratteri e deve contenere " -"caratteri di tre delle seguenti categorie: lettere maiuscole inglesi, " -"lettere minuscole inglesi, numeri (0-9) e caratteri non alfanumerici (!, " -"$, #, %, ecc. .)" +"La password deve contenere da 8 a 128 caratteri e deve contenere caratteri di " +"tre delle seguenti categorie: lettere maiuscole inglesi, lettere minuscole " +"inglesi, numeri (0-9) e caratteri non alfanumerici (!, $, #, %, ecc. .)" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:480 #: pgadmin/misc/cloud/static/js/google_schema.ui.js:374 @@ -13755,28 +13619,27 @@ msgstr "Nome utente amministratore" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:484 msgid "" -"The admin username must be 1-63 characters long and can only contain " -"characters, numbers and the underscore character. The username cannot be " -"\"azure_superuser\", \"azure_pg_admin\", \"admin\", \"administrator\", " -"\"root\", \"guest\", \"public\", or start with \"pg_\"." +"The admin username must be 1-63 characters long and can only contain characters, " +"numbers and the underscore character. The username cannot be " +"\"azure_superuser\", \"azure_pg_admin\", \"admin\", \"administrator\", \"root\", " +"\"guest\", \"public\", or start with \"pg_\"." msgstr "" -"Il nome utente dell'amministratore deve contenere da 1 a 63 caratteri e " -"può contenere solo caratteri, numeri e il carattere di sottolineatura. Il" -" nome utente non può essere \"azure_superuser\", \"azure_pg_admin\", " -"\"admin\", \"administrator\", \"root\", \"guest\", \"public\" o iniziare " -"con \"pg_\"." +"Il nome utente dell'amministratore deve contenere da 1 a 63 caratteri e può " +"contenere solo caratteri, numeri e il carattere di sottolineatura. Il nome " +"utente non può essere \"azure_superuser\", \"azure_pg_admin\", \"admin\", " +"\"administrator\", \"root\", \"guest\", \"public\" o iniziare con \"pg_\"." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:494 msgid "" -"The password must be 8-128 characters long and must contain characters " -"from three of the following categories - English uppercase letters, " -"English lowercase letters, numbers (0-9), and non-alphanumeric characters" -" (!, $, #, %, etc.), and cannot contain all or part of the login name" +"The password must be 8-128 characters long and must contain characters from " +"three of the following categories - English uppercase letters, English lowercase " +"letters, numbers (0-9), and non-alphanumeric characters (!, $, #, %, etc.), and " +"cannot contain all or part of the login name" msgstr "" -"La password deve contenere da 8 a 128 caratteri e deve contenere " -"caratteri di tre delle seguenti categorie: lettere maiuscole inglesi, " -"lettere minuscole inglesi, numeri (0-9) e caratteri non alfanumerici (!, " -"$, #, %, ecc. .) e non può contenere tutto o parte del nome di accesso" +"La password deve contenere da 8 a 128 caratteri e deve contenere caratteri di " +"tre delle seguenti categorie: lettere maiuscole inglesi, lettere minuscole " +"inglesi, numeri (0-9) e caratteri non alfanumerici (!, $, #, %, ecc. .) e non " +"può contenere tutto o parte del nome di accesso" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:521 msgid "" @@ -13785,10 +13648,10 @@ msgid "" "addresses/ranges separated with commas, for example: \"192.168.0.50, " "192.168.0.100 - 192.168.0.200\"" msgstr "" -"Elenco di indirizzi IP o intervallo di indirizzi IP (indirizzo IP " -"iniziale - indirizzo IP finale) da cui deve essere accettato il traffico " -"in entrata. Aggiungi più indirizzi/intervalli IP separati da virgole, ad " -"esempio: \"192.168.0.50, 192.168.0.100 - 192.168.0.200\"" +"Elenco di indirizzi IP o intervallo di indirizzi IP (indirizzo IP iniziale - " +"indirizzo IP finale) da cui deve essere accettato il traffico in entrata. " +"Aggiungi più indirizzi/intervalli IP separati da virgole, ad esempio: " +"\"192.168.0.50, 192.168.0.100 - 192.168.0.200\"" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:551 msgid "Zone redundant high availability" @@ -13796,12 +13659,12 @@ msgstr "Alta disponibilità con ridondanza della zona" #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:577 msgid "" -"Zone redundant high availability deploys a standby replica in a different" -" zone. The Burstable instance type does not support high availability." +"Zone redundant high availability deploys a standby replica in a different zone. " +"The Burstable instance type does not support high availability." msgstr "" -"La disponibilità elevata con ridondanza della zona distribuisce una " -"replica in standby in una zona diversa. Il tipo di istanza Burstable non " -"supporta la disponibilità elevata." +"La disponibilità elevata con ridondanza della zona distribuisce una replica in " +"standby in una zona diversa. Il tipo di istanza Burstable non supporta la " +"disponibilità elevata." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:638 #: pgadmin/misc/cloud/static/js/google_schema.ui.js:468 @@ -13856,11 +13719,11 @@ msgstr "L'intervallo di indirizzi IP pubblici non può essere vuoto." #: pgadmin/misc/cloud/static/js/azure_schema.ui.js:723 msgid "" -"Name must be more than 2 characters and must only contain lowercase " -"letters, numbers, and hyphens." +"Name must be more than 2 characters and must only contain lowercase letters, " +"numbers, and hyphens." msgstr "" -"Il nome deve essere lungo più di 2 caratteri e contenere solo lettere " -"minuscole, numeri e trattini." +"Il nome deve essere lungo più di 2 caratteri e contenere solo lettere minuscole, " +"numeri e trattini." #: pgadmin/misc/cloud/static/js/cloud.js:44 #: pgadmin/misc/cloud/static/js/cloud.js:56 @@ -13871,8 +13734,8 @@ msgstr "Distribuisci istanza cloud..." #, python-brace-format msgid "Error while clearing cloud wizard data: ${error.response.data.errormsg}" msgstr "" -"Errore durante la cancellazione dei dati della procedura guidata cloud: " -"${error.response.data.errormsg}" +"Errore durante la cancellazione dei dati della procedura guidata cloud: $" +"{error.response.data.errormsg}" #: pgadmin/misc/cloud/static/js/google.js:55 #: pgadmin/misc/cloud/static/js/google.js:56 @@ -13896,17 +13759,16 @@ msgstr "Client secret file" #: pgadmin/misc/cloud/static/js/google_schema.ui.js:41 msgid "" -"Select a client secrets file containing the client ID, client secret, and" -" other OAuth 2.0 parameters for google authentication. Refer link for creating client secret." -msgstr "" -"Seleziona un file di 'client secret' contenente l'ID client, il 'client " -"secret' e altri parametri OAuth 2.0 per l'autenticazione di Google. Fai " -"riferimento al link for " +"creating client secret." +msgstr "" +"Seleziona un file di 'client secret' contenente l'ID client, il 'client secret' " +"e altri parametri OAuth 2.0 per l'autenticazione di Google. Fai riferimento al " +"link per la creazione del 'client secret'." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:53 @@ -13918,8 +13780,8 @@ msgid "" "After clicking the button above you will be redirected to the Google " "authentication page in a new browser tab." msgstr "" -"Dopo aver fatto clic sul pulsante sopra, verrai reindirizzato alla pagina" -" di autenticazione di Google in una nuova scheda del browser." +"Dopo aver fatto clic sul pulsante sopra, verrai reindirizzato alla pagina di " +"autenticazione di Google in una nuova scheda del browser." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:192 msgid "Shared core" @@ -13960,8 +13822,7 @@ msgstr "Alta disponibilità?" #: pgadmin/misc/cloud/static/js/google_schema.ui.js:337 msgid "Please select a secondary availability zone different from the primary." msgstr "" -"Selezionare una zona di disponibilità secondaria diversa da quella " -"primaria." +"Selezionare una zona di disponibilità secondaria diversa da quella primaria." #: pgadmin/misc/cloud/static/js/google_schema.ui.js:379 msgid "Admin username for your Google Cloud Sql PostgreSQL instance." @@ -13973,11 +13834,11 @@ msgstr "Imposta una password per l'utente amministratore predefinito \"postgres\ #: pgadmin/misc/cloud/static/js/google_schema.ui.js:508 msgid "" -"Name must only contain lowercase letters, numbers, and hyphens. Should " -"start with a letter and must be 97 characters or less." +"Name must only contain lowercase letters, numbers, and hyphens. Should start " +"with a letter and must be 97 characters or less." msgstr "" -"Il nome deve contenere solo lettere minuscole, numeri e trattini. Deve " -"iniziare con una lettera e contenere al massimo 97 caratteri." +"Il nome deve contenere solo lettere minuscole, numeri e trattini. Deve iniziare " +"con una lettera e contenere al massimo 97 caratteri." #: pgadmin/misc/cloud/utils/__init__.py:79 #, python-brace-format @@ -13991,8 +13852,7 @@ msgstr "Distribuzione cloud" #: pgadmin/misc/dependencies/static/js/Dependencies.jsx:109 msgid "No dependency information is available for the selected object." msgstr "" -"Non sono disponibili informazioni sulla dipendenza per l'oggetto " -"selezionato." +"Non sono disponibili informazioni sulla dipendenza per l'oggetto selezionato." #: pgadmin/misc/dependencies/static/js/Dependencies.jsx:154 #: pgadmin/misc/dependents/static/js/Dependents.jsx:154 @@ -14100,11 +13960,11 @@ msgstr "Ricaricare il file?" #: pgadmin/misc/file_manager/static/js/components/FileManager.jsx:399 msgid "" -"The file has been modified by another program. Do you want to reload it " -"and lose changes made in pgAdmin?" +"The file has been modified by another program. Do you want to reload it and lose " +"changes made in pgAdmin?" msgstr "" -"Il file è stato modificato da un altro programma. Vuoi ricaricarlo e " -"perdere le modifiche apportate in pgAdmin?" +"Il file è stato modificato da un altro programma. Vuoi ricaricarlo e perdere le " +"modifiche apportate in pgAdmin?" #: pgadmin/misc/file_manager/static/js/components/FileManager.jsx:632 msgid "Are you sure you want to delete this file/folder?" @@ -14288,22 +14148,22 @@ msgstr "Benvenuti nell'area di lavoro dello Strumento di query!" #: pgadmin/misc/workspaces/static/js/WorkspaceWelcomePage.jsx:91 msgid "" -"The Query Tool is a robust and versatile environment designed for " -"executing SQL commands and reviewing result sets efficiently." +"The Query Tool is a robust and versatile environment designed for executing SQL " +"commands and reviewing result sets efficiently." msgstr "" -"Query Tool è un ambiente robusto e versatile, progettato per eseguire " -"comandi SQL e rivedere in modo efficiente i set di risultati." +"Query Tool è un ambiente robusto e versatile, progettato per eseguire comandi " +"SQL e rivedere in modo efficiente i set di risultati." #: pgadmin/misc/workspaces/static/js/WorkspaceWelcomePage.jsx:92 msgid "" -"In this workspace, you can seamlessly open and manage multiple query " -"tabs, making it easier to organize your work. You can connect to existing" -" servers or create an ad-hoc connection to any database server as needed." +"In this workspace, you can seamlessly open and manage multiple query tabs, " +"making it easier to organize your work. You can connect to existing servers or " +"create an ad-hoc connection to any database server as needed." msgstr "" -"In questa area di lavoro, puoi aprire e gestire senza problemi più schede" -" di query, semplificando l'organizzazione del tuo lavoro. Puoi " -"connetterti ai server esistenti o creare una connessione ad hoc a " -"qualsiasi server di database, in base alle tue esigenze." +"In questa area di lavoro, puoi aprire e gestire senza problemi più schede di " +"query, semplificando l'organizzazione del tuo lavoro. Puoi connetterti ai server " +"esistenti o creare una connessione ad hoc a qualsiasi server di database, in " +"base alle tue esigenze." #: pgadmin/misc/workspaces/static/js/WorkspaceWelcomePage.jsx:96 msgid "Welcome to the PSQL Workspace!" @@ -14311,23 +14171,22 @@ msgstr "Benvenuti nell'area di lavoro PSQL!" #: pgadmin/misc/workspaces/static/js/WorkspaceWelcomePage.jsx:97 msgid "" -"The PSQL tool allows users to connect to PostgreSQL or EDB Advanced " -"server using the psql command line interface." +"The PSQL tool allows users to connect to PostgreSQL or EDB Advanced server using " +"the psql command line interface." msgstr "" -"Lo strumento PSQL consente agli utenti di connettersi al server " -"PostgreSQL o EDB Advanced utilizzando l'interfaccia della riga di comando" -" psql." +"Lo strumento PSQL consente agli utenti di connettersi al server PostgreSQL o EDB " +"Advanced utilizzando l'interfaccia della riga di comando psql." #: pgadmin/misc/workspaces/static/js/WorkspaceWelcomePage.jsx:98 msgid "" -"In this workspace, you can seamlessly open and manage multiple PSQL tabs," -" making it easier to organize your work. You can connect to existing " -"servers or create an ad-hoc connection to any database server as needed." +"In this workspace, you can seamlessly open and manage multiple PSQL tabs, making " +"it easier to organize your work. You can connect to existing servers or create " +"an ad-hoc connection to any database server as needed." msgstr "" -"In questo spazio di lavoro, puoi aprire e gestire senza problemi più " -"schede PSQL, semplificando l'organizzazione del tuo lavoro. Puoi " -"connetterti ai server esistenti o creare una connessione ad hoc a " -"qualsiasi server di database, in base alle tue esigenze." +"In questo spazio di lavoro, puoi aprire e gestire senza problemi più schede " +"PSQL, semplificando l'organizzazione del tuo lavoro. Puoi connetterti ai server " +"esistenti o creare una connessione ad hoc a qualsiasi server di database, in " +"base alle tue esigenze." #: pgadmin/misc/workspaces/static/js/WorkspaceWelcomePage.jsx:119 msgid "Let's connect to the server" @@ -14414,20 +14273,19 @@ msgstr "Ripristina tutte le preferenze" #: pgadmin/preferences/static/js/components/PreferencesHelper.jsx:46 msgid "This setting is used to show/hide nodes in the Object Explorer." msgstr "" -"Questa impostazione viene utilizzata per mostrare/nascondere i nodi in " -"Esplora oggetti." +"Questa impostazione viene utilizzata per mostrare/nascondere i nodi in Esplora " +"oggetti." #: pgadmin/preferences/static/js/components/PreferencesHelper.jsx:92 msgid "" -"Enter the directory in which the psql, pg_dump, pg_dumpall, and " -"pg_restore utilities can be found for the corresponding database server " -"version. The default path will be used for server versions that do not " -"have a path specified." +"Enter the directory in which the psql, pg_dump, pg_dumpall, and pg_restore " +"utilities can be found for the corresponding database server version. The " +"default path will be used for server versions that do not have a path specified." msgstr "" -"Inserire la directory in cui si trovano le utilità psql, pg_dump, " -"pg_dumpall e pg_restore per la versione del server di database " -"corrispondente. Per le versioni del server che non hanno un percorso " -"specificato, verrà utilizzato il percorso predefinito." +"Inserire la directory in cui si trovano le utilità psql, pg_dump, pg_dumpall e " +"pg_restore per la versione del server di database corrispondente. Per le " +"versioni del server che non hanno un percorso specificato, verrà utilizzato il " +"percorso predefinito." #: pgadmin/preferences/static/js/components/PreferencesHelper.jsx:240 #: pgadmin/utils/constants.py:28 @@ -14454,8 +14312,7 @@ msgstr "Salva e ricarica più tardi" #: pgadmin/preferences/static/js/components/RightPreference.jsx:49 msgid "Select an item below to view or edit its preferences." msgstr "" -"Seleziona un elemento qui sotto per visualizzarne o modificarne le " -"preferenze." +"Seleziona un elemento qui sotto per visualizzarne o modificarne le preferenze." #: pgadmin/preferences/static/js/components/binary_path.ui.js:34 msgid "Set as default" @@ -14535,11 +14392,11 @@ msgstr "Sei sicuro di voler uscire dall'applicazione?" #: pgadmin/static/js/BrowserComponent.jsx:205 msgid "" -"An update is ready. Restart the app now to install it, or later to keep " -"using the current version." +"An update is ready. Restart the app now to install it, or later to keep using " +"the current version." msgstr "" -"An update is ready. Restart the app now to install it, or later to keep " -"using the current version." +"An update is ready. Restart the app now to install it, or later to keep using " +"the current version." #: pgadmin/static/js/BrowserComponent.jsx:210 msgid "Update installed successfully!" @@ -14715,26 +14572,26 @@ msgstr "Caricamento delle preferenze %s del modulo %s non riuscito" #: pgadmin/static/js/utils.js:385 msgid "" "The file opened contains bidirectional Unicode characters which could be " -"interpreted differently than what is displayed. If this is unexpected it " -"is recommended that you review the text in an application that can " -"display hidden Unicode characters before proceeding." +"interpreted differently than what is displayed. If this is unexpected it is " +"recommended that you review the text in an application that can display hidden " +"Unicode characters before proceeding." msgstr "" -"Il file aperto contiene caratteri Unicode bidirezionali che potrebbero " -"essere interpretati in modo diverso da quello visualizzato. Se ciò è " -"imprevisto, si consiglia di rivedere il testo in un'applicazione in grado" -" di visualizzare i caratteri Unicode nascosti prima di procedere." +"Il file aperto contiene caratteri Unicode bidirezionali che potrebbero essere " +"interpretati in modo diverso da quello visualizzato. Se ciò è imprevisto, si " +"consiglia di rivedere il testo in un'applicazione in grado di visualizzare i " +"caratteri Unicode nascosti prima di procedere." #: pgadmin/static/js/utils.js:387 msgid "" "The pasted text contains bidirectional Unicode characters which could be " -"interpreted differently than what is displayed. If this is unexpected it " -"is recommended that you review the text in an application that can " -"display hidden Unicode characters before proceeding." +"interpreted differently than what is displayed. If this is unexpected it is " +"recommended that you review the text in an application that can display hidden " +"Unicode characters before proceeding." msgstr "" -"Il testo incollato contiene caratteri Unicode bidirezionali che " -"potrebbero essere interpretati in modo diverso da quello visualizzato. Se" -" ciò è imprevisto, si consiglia di rivedere il testo in un'applicazione " -"in grado di visualizzare i caratteri Unicode nascosti prima di procedere." +"Il testo incollato contiene caratteri Unicode bidirezionali che potrebbero " +"essere interpretati in modo diverso da quello visualizzato. Se ciò è imprevisto, " +"si consiglia di rivedere il testo in un'applicazione in grado di visualizzare i " +"caratteri Unicode nascosti prima di procedere." #: pgadmin/static/js/utils.js:389 msgid "Trojan Source Warning" @@ -14742,26 +14599,23 @@ msgstr "Avviso di origine trojan" #: pgadmin/static/js/Dialogs/ChangeOwnershipContent.jsx:22 msgid "" -"Select the user that will take ownership of the shared servers created by" -" . shared servers are currently owned by this user. " -"

Clicking on the “Change” button will either change ownership " -"if a user is selected or delete any shared servers if no user is " -"selected. There is no way to reverse this action." +"Select the user that will take ownership of the shared servers created by . shared servers are currently owned by this user.

Clicking " +"on the “Change” button will either change ownership if a user is selected or " +"delete any shared servers if no user is selected. There is no way to reverse " +"this action." msgstr "" -"Seleziona l'utente che assumerà la proprietà dei server condivisi creati " -"da . i server condivisi sono attualmente di proprietà di " -"questo utente.

Facendo clic sul pulsante \"Cambia\" si " -"cambierà la proprietà se viene selezionato un utente o si cancelleranno i" -" server condivisi se non è selezionato alcun utente. Non c'è modo di " -"annullare questa azione." +"Seleziona l'utente che assumerà la proprietà dei server condivisi creati da . i server condivisi sono attualmente di proprietà di questo utente.
Facendo clic sul pulsante \"Cambia\" si cambierà la proprietà se viene " +"selezionato un utente o si cancelleranno i server condivisi se non è selezionato " +"alcun utente. Non c'è modo di annullare questa azione." #: pgadmin/static/js/Dialogs/ChangeOwnershipContent.jsx:35 msgid "" -"The shared servers owned by will be deleted. Do you wish to " -"continue?" +"The shared servers owned by will be deleted. Do you wish to continue?" msgstr "" -"I server condivisi di proprietà di verranno eliminati. Vuoi " -"continuare?" +"I server condivisi di proprietà di verranno eliminati. Vuoi continuare?" #: pgadmin/static/js/Dialogs/ChangePasswordContent.jsx:26 msgid "Current Password" @@ -14782,20 +14636,20 @@ msgstr "Non salvare" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:67 #, python-format msgid "" -"Please enter the SSH Tunnel password for the identity file '%s' to " -"connect the server \"%s\"" +"Please enter the SSH Tunnel password for the identity file '%s' to connect the " +"server \"%s\"" msgstr "" -"Inserisci la password del tunnel SSH per il file di identità '%s' per " -"connettere il server \"%s\"" +"Inserisci la password del tunnel SSH per il file di identità '%s' per connettere " +"il server \"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:68 #, python-format msgid "" -"Please enter the SSH Tunnel password for the user '%s' to connect the " -"server \"%s\"" +"Please enter the SSH Tunnel password for the user '%s' to connect the server " +"\"%s\"" msgstr "" -"Inserisci la password del tunnel SSH per l'utente '%s' per connettere il " -"server \"%s\"" +"Inserisci la password del tunnel SSH per l'utente '%s' per connettere il server " +"\"%s\"" #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:77 #: pgadmin/static/js/Dialogs/ConnectServerContent.jsx:100 @@ -14837,14 +14691,14 @@ msgstr "Per favore indica la password principale." #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:67 #, python-brace-format msgid "" -"Saved passwords are encrypted using encryption key stored in " -"${keyringName}. Enter the master password for your existing pgAdmin saved" -" passwords and they will be re-encrypted and saved when you click OK." +"Saved passwords are encrypted using encryption key stored in ${keyringName}. " +"Enter the master password for your existing pgAdmin saved passwords and they " +"will be re-encrypted and saved when you click OK." msgstr "" -"Le password salvate vengono crittografate utilizzando la chiave di " -"crittografia archiviata in ${keyringName}. Inserisci la password " -"principale per le password salvate pgAdmin esistenti e verranno " -"nuovamente crittografate e salvate quando fai clic su OK." +"Le password salvate vengono crittografate utilizzando la chiave di crittografia " +"archiviata in ${keyringName}. Inserisci la password principale per le password " +"salvate pgAdmin esistenti e verranno nuovamente crittografate e salvate quando " +"fai clic su OK." #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:81 msgid "Please set a master password for pgAdmin." @@ -14855,20 +14709,19 @@ msgid "" "This is required to unlock saved passwords and reconnect to the database " "server(s)." msgstr "" -"Ciò è necessario per sbloccare le password salvate e riconnettersi ai " -"server del database." +"Ciò è necessario per sbloccare le password salvate e riconnettersi ai server del " +"database." #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:85 msgid "" "This will be used to secure and later unlock saved passwords and other " "credentials." msgstr "" -"Sarà usata per criptare e in seguito decriptare le password salvate e le " -"altre credenziali." +"Sarà usata per criptare e in seguito decriptare le password salvate e le altre " +"credenziali." #: pgadmin/static/js/Dialogs/MasterPasswordContent.jsx:109 -#: pgadmin/static/js/Dialogs/index.jsx:118 -#: pgadmin/static/js/Dialogs/index.jsx:148 +#: pgadmin/static/js/Dialogs/index.jsx:118 pgadmin/static/js/Dialogs/index.jsx:148 msgid "Reset Master Password" msgstr "Ripristina password principale" @@ -14887,12 +14740,12 @@ msgstr "La migrazione non è riuscita" #: pgadmin/static/js/Dialogs/index.jsx:92 #, python-brace-format msgid "" -"Passwords previously saved cannot be re-encrypted using the encryption " -"key stored in the ${res.data.data.keyring_name} due to ${error}." +"Passwords previously saved cannot be re-encrypted using the encryption key " +"stored in the ${res.data.data.keyring_name} due to ${error}." msgstr "" -"Le password salvate in precedenza non possono essere nuovamente " -"crittografate utilizzando la chiave di crittografia memorizzata in " -"${res.data.data.keyring_name} a causa di ${error}." +"Le password salvate in precedenza non possono essere nuovamente crittografate " +"utilizzando la chiave di crittografia memorizzata in $" +"{res.data.data.keyring_name} a causa di ${error}." #: pgadmin/static/js/Dialogs/index.jsx:94 msgid "Migration successful" @@ -14901,12 +14754,11 @@ msgstr "Migrazione riuscita" #: pgadmin/static/js/Dialogs/index.jsx:95 #, python-brace-format msgid "" -"Passwords previously saved are re-encrypted using encryption key stored " -"in the ${res.data.data.keyring_name}." +"Passwords previously saved are re-encrypted using encryption key stored in the $" +"{res.data.data.keyring_name}." msgstr "" -"Le password precedentemente salvate vengono nuovamente crittografate " -"utilizzando la chiave di crittografia archiviata in " -"${res.data.data.keyring_name}." +"Le password precedentemente salvate vengono nuovamente crittografate utilizzando " +"la chiave di crittografia archiviata in ${res.data.data.keyring_name}." #: pgadmin/static/js/Dialogs/index.jsx:107 msgid "Set Master Password" @@ -14922,11 +14774,11 @@ msgstr "Sblocca password salvate" #: pgadmin/static/js/Dialogs/index.jsx:119 msgid "" -"The master password retrieved from the master password hook utility is " -"different from what was previously retrieved." +"The master password retrieved from the master password hook utility is different " +"from what was previously retrieved." msgstr "" -"La password principale recuperata dall'utilità hook password principale è" -" diversa da quella recuperata in precedenza." +"La password principale recuperata dall'utilità hook password principale è " +"diversa da quella recuperata in precedenza." #: pgadmin/static/js/Dialogs/index.jsx:120 msgid "Do you want to reset your master password to match?" @@ -14934,29 +14786,29 @@ msgstr "Vuoi reimpostare la password principale in modo che corrisponda?" #: pgadmin/static/js/Dialogs/index.jsx:121 msgid "" -"Note that this will close all open database connections and remove all " -"saved passwords." +"Note that this will close all open database connections and remove all saved " +"passwords." msgstr "" -"Si noti che questo chiuderà tutte le connessioni al database aperte e " -"rimuoverà tutte le password salvate." +"Si noti che questo chiuderà tutte le connessioni al database aperte e rimuoverà " +"tutte le password salvate." #: pgadmin/static/js/Dialogs/index.jsx:149 msgid "" -"This will remove all the saved passwords. This will also remove " -"established connections to the server and you may need to reconnect " -"again. Do you wish to continue?" +"This will remove all the saved passwords. This will also remove established " +"connections to the server and you may need to reconnect again. Do you wish to " +"continue?" msgstr "" -"Ciò rimuoverà tutte le password salvate. Ciò rimuoverà anche le " -"connessioni stabilite al server e potrebbe essere necessario " -"riconnettersi nuovamente. Vuoi continuare?" +"Ciò rimuoverà tutte le password salvate. Ciò rimuoverà anche le connessioni " +"stabilite al server e potrebbe essere necessario riconnettersi nuovamente. Vuoi " +"continuare?" #: pgadmin/static/js/Dialogs/index.jsx:209 msgid "" -"Please make sure to disconnect the server and update the new password in " -"the pgpass file before performing any other operation" +"Please make sure to disconnect the server and update the new password in the " +"pgpass file before performing any other operation" msgstr "" -"Assicurarsi di scollegare il server e aggiornare la nuova password nel " -"file pgpass prima di eseguire qualsiasi altra operazione" +"Assicurarsi di scollegare il server e aggiornare la nuova password nel file " +"pgpass prima di eseguire qualsiasi altra operazione" #: pgadmin/static/js/Dialogs/index.jsx:231 msgid "Change pgAdmin User Password" @@ -14979,8 +14831,7 @@ msgstr "Inserisci nell'editor" #: pgadmin/static/js/Explain/AIInsights.jsx:726 msgid "Run EXPLAIN to see AI-powered analysis." msgstr "" -"Esegui EXPLAIN per visualizzare l'analisi basata sull'intelligenza " -"artificiale." +"Esegui EXPLAIN per visualizzare l'analisi basata sull'intelligenza artificiale." #: pgadmin/static/js/Explain/AIInsights.jsx:737 #: pgadmin/static/js/Explain/AIInsights.jsx:784 @@ -15004,8 +14855,7 @@ msgstr "" #: pgadmin/static/js/Explain/AIInsights.jsx:921 msgid "Analysis stopped. Click Regenerate or re-run EXPLAIN to try again." msgstr "" -"Analisi interrotta. Fare clic su Rigenera o rieseguire EXPLAIN per " -"riprovare." +"Analisi interrotta. Fare clic su Rigenera o rieseguire EXPLAIN per riprovare." #: pgadmin/static/js/Explain/AIInsights.jsx:978 msgid "Performance Bottlenecks" @@ -15025,11 +14875,11 @@ msgstr "Il piano di query sembra essere ben ottimizzato." #: pgadmin/static/js/Explain/AIInsights.jsx:1043 msgid "" -"AI analysis is advisory. Always verify recommendations before applying " -"them to production." +"AI analysis is advisory. Always verify recommendations before applying them to " +"production." msgstr "" -"L'analisi dell'IA è solo consultiva. Verificare sempre le raccomandazioni" -" prima di applicarle alla produzione." +"L'analisi dell'IA è solo consultiva. Verificare sempre le raccomandazioni prima " +"di applicarle alla produzione." #: pgadmin/static/js/Explain/Analysis.jsx:173 msgid "Timings" @@ -15106,8 +14956,7 @@ msgstr "Somma dei tempi" msgid "of relation" msgstr "di relazione" -#: pgadmin/static/js/Explain/Graphical.jsx:424 -#: pgadmin/tools/erd/__init__.py:381 +#: pgadmin/static/js/Explain/Graphical.jsx:424 pgadmin/tools/erd/__init__.py:381 msgid "Zoom in" msgstr "Ingrandisci" @@ -15116,8 +14965,7 @@ msgstr "Ingrandisci" msgid "Zoom to original" msgstr "Zoom sull'originale" -#: pgadmin/static/js/Explain/Graphical.jsx:426 -#: pgadmin/tools/erd/__init__.py:399 +#: pgadmin/static/js/Explain/Graphical.jsx:426 pgadmin/tools/erd/__init__.py:399 msgid "Zoom out" msgstr "Rimpicciolisci" @@ -15169,9 +15017,9 @@ msgid "" "Use the Explain/Explain Analyze button to generate the plan for a query. " "Alternatively, you can also execute \"EXPLAIN (FORMAT JSON) [QUERY]\"." msgstr "" -"Utilizzare il pulsante Spiega/Spiega Analizza per generare il piano per " -"una query. In alternativa, è anche possibile eseguire \"EXPLAIN (FORMAT " -"JSON) [QUERY]\"." +"Utilizzare il pulsante Spiega/Spiega Analizza per generare il piano per una " +"query. In alternativa, è anche possibile eseguire \"EXPLAIN (FORMAT JSON) [QUERY]" +"\"." #: pgadmin/static/js/Explain/index.jsx:575 msgid "Graphical" @@ -15293,11 +15141,11 @@ msgstr "Ha dimenticato la password" #: pgadmin/static/js/SecurityPages/ForgotPasswordPage.jsx:20 msgid "" -"Enter the email address for the user account you wish to recover the " -"password for:" +"Enter the email address for the user account you wish to recover the password " +"for:" msgstr "" -"Immettere l'indirizzo e-mail per l'account utente per il quale si " -"desidera recuperare la password per:" +"Immettere l'indirizzo e-mail per l'account utente per il quale si desidera " +"recuperare la password per:" #: pgadmin/static/js/SecurityPages/ForgotPasswordPage.jsx:21 msgid "Email Address" @@ -15473,10 +15321,13 @@ msgstr "psql" #: pgadmin/static/js/generated/vendor.others.js:112 msgid "" -"{${u.default.instancePath}=\"\", ${u.default.parentData}, " -"${u.default.parentDataProperty}, " -"${u.default.rootData}=${u.default.data}${e.dynamicRef?d._" +"{${u.default.instancePath}=\"\", ${u.default.parentData}, $" +"{u.default.parentDataProperty}, ${u.default.rootData}=${u.default.data}$" +"{e.dynamicRef?d._" msgstr "" +"{${u.default.instancePath}=\"\", ${u.default.parentData}, $" +"{u.default.parentDataProperty}, ${u.default.rootData}=${u.default.data}$" +"{e.dynamicRef?d._" #: pgadmin/static/js/helpers/MainMoreToolbar.jsx:23 msgid "More" @@ -15541,11 +15392,11 @@ msgstr "Errore durante il ripristino dello stato salvato dell'albero. \"" #: pgadmin/static/js/tree/tree_utils.js:36 msgid "" -"Databases with = symbols in the name cannot be backed up or restored " -"using this utility." +"Databases with = symbols in the name cannot be backed up or restored using this " +"utility." msgstr "" -"Non è possibile eseguire il backup o il ripristino di database con " -"simboli = nel nome utilizzando questa utility." +"Non è possibile eseguire il backup o il ripristino di database con simboli = nel " +"nome utilizzando questa utility." #: pgadmin/static/js/tree/tree_utils.js:49 msgid "Please select server or child node from the object explorer." @@ -15565,11 +15416,11 @@ msgstr "Specifica i tag..." #: pgadmin/static/js/tree/ObjectExplorer/ObjectExplorerFilter.jsx:153 msgid "" -"Applying the filter will only hide the servers from view, it won't close " -"any active connections." +"Applying the filter will only hide the servers from view, it won't close any " +"active connections." msgstr "" -"L'applicazione del filtro nasconderà solo i server dalla vista, ma non " -"chiuderà alcuna connessione attiva." +"L'applicazione del filtro nasconderà solo i server dalla vista, ma non chiuderà " +"alcuna connessione attiva." #: pgadmin/static/js/tree/ObjectExplorer/ObjectExplorerToolbar.jsx:88 msgid "Filter Objects" @@ -15642,11 +15493,11 @@ msgstr "Backup variabili Globali..." #: pgadmin/tools/backup/static/js/backup.js:68 msgid "" -"Please select any server from the object explorer to take Backup of " -"global objects." +"Please select any server from the object explorer to take Backup of global " +"objects." msgstr "" -"Si prega di selezionare qualsiasi server da Esplora oggetti per eseguire " -"il backup degli oggetti globali." +"Si prega di selezionare qualsiasi server da Esplora oggetti per eseguire il " +"backup degli oggetti globali." #: pgadmin/tools/backup/static/js/backup.js:77 #: pgadmin/tools/backup/static/js/backup.js:105 @@ -15657,17 +15508,17 @@ msgstr "Backup server..." #: pgadmin/tools/backup/static/js/backup.js:109 msgid "Please select any server from the object explorer to take Server Backup." msgstr "" -"Si prega di selezionare qualsiasi server da Esplora oggetti per eseguire " -"il backup del server." +"Si prega di selezionare qualsiasi server da Esplora oggetti per eseguire il " +"backup del server." #: pgadmin/tools/backup/static/js/backup.js:95 #: pgadmin/tools/backup/static/js/backup.js:124 msgid "" -"Please select any database or schema or table from the object explorer to" -" take Backup." +"Please select any database or schema or table from the object explorer to take " +"Backup." msgstr "" -"Selezionare qualsiasi database, schema o tabella da Esplora oggetti per " -"eseguire il backup." +"Selezionare qualsiasi database, schema o tabella da Esplora oggetti per eseguire " +"il backup." #: pgadmin/tools/backup/static/js/backup.js:118 #: pgadmin/tools/backup/static/js/backup.js:137 @@ -15976,8 +15827,8 @@ msgstr "oggetti" #: pgadmin/tools/backup/static/js/backup.ui.js:747 msgid "" -"If Schema(s) is selected then it will take the backup of the selected " -"schema(s) only." +"If Schema(s) is selected then it will take the backup of the selected schema(s) " +"only." msgstr "" "Se è selezionato Schema(i), verrà eseguito il backup solo degli schemi " "selezionati." @@ -15991,11 +15842,10 @@ msgstr "Si prega di fornire un nome file." #: pgadmin/tools/backup/static/js/backupGlobal.ui.js:96 msgid "" -"Only objects global to the entire database will be backed up, in PLAIN " -"format." +"Only objects global to the entire database will be backed up, in PLAIN format." msgstr "" -"Verranno sottoposti a backup solo gli oggetti globali dell'intero " -"database, in formato PLAIN." +"Verranno sottoposti a backup solo gli oggetti globali dell'intero database, in " +"formato PLAIN." #: pgadmin/tools/debugger/__init__.py:66 #: pgadmin/tools/debugger/static/js/components/ToolBar.jsx:171 @@ -16057,26 +15907,25 @@ msgstr "Non è possibile eseguire il debug delle funzioni con due punti nel nome #: pgadmin/tools/debugger/__init__.py:452 msgid "EDB Advanced Server wrapped functions cannot be debugged." msgstr "" -"Non è possibile eseguire il debug delle funzioni con wrapping Advanced " -"Server EDB." +"Non è possibile eseguire il debug delle funzioni con wrapping Advanced Server " +"EDB." #: pgadmin/tools/debugger/__init__.py:459 msgid "" -"An 'edbspl' target with a variadic argument is not supported and cannot " -"be debugged." +"An 'edbspl' target with a variadic argument is not supported and cannot be " +"debugged." msgstr "" -"Un target \"edbspl\" con un argomento variadico non è supportato e non " -"può essere sottoposto a debug." +"Un target \"edbspl\" con un argomento variadico non è supportato e non può " +"essere sottoposto a debug." -#: pgadmin/tools/debugger/__init__.py:534 -#: pgadmin/tools/debugger/__init__.py:548 +#: pgadmin/tools/debugger/__init__.py:534 pgadmin/tools/debugger/__init__.py:548 msgid "Failed to find the pldbgapi extension in this database." msgstr "Impossibile trovare l'estensione pldbgapi in questo database." #: pgadmin/tools/debugger/__init__.py:556 msgid "" -"The debugger plugin is not enabled. Please create the pldbgapi extension " -"in this database." +"The debugger plugin is not enabled. Please create the pldbgapi extension in this " +"database." msgstr "" "Il plug-in del debugger non è abilitato. Si prega di creare l'estensione " "pldbgapi in questo database." @@ -16086,8 +15935,8 @@ msgid "" "You must be a superuser to set a global breakpoint and perform indirect " "debugging." msgstr "" -"Devi essere un superutente per impostare un breakpoint globale ed " -"eseguire il debug indiretto." +"Devi essere un superutente per impostare un breakpoint globale ed eseguire il " +"debug indiretto." #: pgadmin/tools/debugger/__init__.py:744 msgid "Could not fetch debugger plugin information." @@ -16096,24 +15945,22 @@ msgstr "Impossibile recuperare le informazioni sul plug-in del debugger." #: pgadmin/tools/debugger/__init__.py:751 msgid "" "The debugger plugin is not enabled. Please add the plugin to the " -"shared_preload_libraries setting in the postgresql.conf file and restart " -"the database server for indirect debugging." +"shared_preload_libraries setting in the postgresql.conf file and restart the " +"database server for indirect debugging." msgstr "" -"Il plug-in del debugger non è abilitato. Aggiungi il plug-in " -"all'impostazione shared_preload_libraries nel file postgresql.conf e " -"riavvia il server di database per il debug indiretto." +"Il plug-in del debugger non è abilitato. Aggiungi il plug-in all'impostazione " +"shared_preload_libraries nel file postgresql.conf e riavvia il server di " +"database per il debug indiretto." #: pgadmin/tools/debugger/__init__.py:770 msgid "Please upgrade the pldbgapi extension to 1.1 or above and try again." msgstr "Aggiorna l'estensione pldbgapi alla versione 1.1 o successiva e riprova." #: pgadmin/tools/debugger/__init__.py:816 -msgid "" -"Once a default value is passed, no subsequent arguments should be " -"provided." +msgid "Once a default value is passed, no subsequent arguments should be provided." msgstr "" -"Una volta passato un valore predefinito, non devono essere forniti " -"argomenti successivi." +"Una volta passato un valore predefinito, non devono essere forniti argomenti " +"successivi." #: pgadmin/tools/debugger/__init__.py:1291 msgid "Debugging aborted successfully." @@ -16127,13 +15974,11 @@ msgstr "Valore depositato correttamente" msgid "Error setting the value" msgstr "Errore durante l'impostazione del valore" -#: pgadmin/tools/debugger/__init__.py:2110 -#: pgadmin/tools/debugger/__init__.py:2169 +#: pgadmin/tools/debugger/__init__.py:2110 pgadmin/tools/debugger/__init__.py:2169 msgid "Execution completed with an error." msgstr "Esecuzione completata con un errore." -#: pgadmin/tools/debugger/__init__.py:2124 -#: pgadmin/tools/debugger/__init__.py:2185 +#: pgadmin/tools/debugger/__init__.py:2124 pgadmin/tools/debugger/__init__.py:2185 msgid "Execution Completed." msgstr "Esecuzione completata." @@ -16209,11 +16054,11 @@ msgstr "Errore di debugger" #: pgadmin/tools/debugger/static/js/DebuggerModule.js:497 #, python-brace-format msgid "" -"Current database has been moved or renamed to ${db_label}. Click on the " -"OK button to refresh the database name." +"Current database has been moved or renamed to ${db_label}. Click on the OK " +"button to refresh the database name." msgstr "" -"Il database corrente è stato spostato o rinominato in ${db_label}. Fare " -"clic sul pulsante OK per aggiornare il nome del database." +"Il database corrente è stato spostato o rinominato in ${db_label}. Fare clic sul " +"pulsante OK per aggiornare il nome del database." #: pgadmin/tools/debugger/static/js/components/DebuggerArgs.ui.js:47 msgid "Null?" @@ -16262,11 +16107,11 @@ msgstr "Debug interrotto" #: pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:167 msgid "" -"Debugger has been aborted. On clicking the ok button, debugger panel will" -" be closed." +"Debugger has been aborted. On clicking the ok button, debugger panel will be " +"closed." msgstr "" -"Il debugger è stato interrotto. Facendo clic sul pulsante ok, il pannello" -" del debugger verrà chiuso." +"Il debugger è stato interrotto. Facendo clic sul pulsante ok, il pannello del " +"debugger verrà chiuso." #: pgadmin/tools/debugger/static/js/components/DebuggerComponent.jsx:181 msgid "Error while starting debugging listener." @@ -16468,11 +16313,11 @@ msgstr "SQL con tabella DROP" #: pgadmin/tools/erd/__init__.py:422 pgadmin/tools/erd/__init__.py:488 msgid "" -"If enabled, the SQL generated by the ERD Tool will add DROP table DDL " -"before each CREATE table DDL." +"If enabled, the SQL generated by the ERD Tool will add DROP table DDL before " +"each CREATE table DDL." msgstr "" -"Se abilitato, l'SQL generato dallo strumento ERD aggiungerà il DDL della " -"tabella DROP prima di ogni DDL della tabella CREATE." +"Se abilitato, l'SQL generato dallo strumento ERD aggiungerà il DDL della tabella " +"DROP prima di ogni DDL della tabella CREATE." #: pgadmin/tools/erd/__init__.py:430 msgid "Table Relation Depth" @@ -16480,12 +16325,12 @@ msgstr "Profondità relazione tabella" #: pgadmin/tools/erd/__init__.py:435 msgid "" -"The maximum depth pgAdmin should traverse to find related tables when " -"generating an ERD for a table. Use -1 for no limit." +"The maximum depth pgAdmin should traverse to find related tables when generating " +"an ERD for a table. Use -1 for no limit." msgstr "" -"La profondità massima che pgAdmin deve attraversare per trovare le " -"tabelle correlate durante la generazione di un ERD per una tabella. Usa " -"-1 per nessun limite." +"La profondità massima che pgAdmin deve attraversare per trovare le tabelle " +"correlate durante la generazione di un ERD per una tabella. Usa -1 per nessun " +"limite." #: pgadmin/tools/erd/__init__.py:444 msgid "Insert Table With Relations" @@ -16493,12 +16338,11 @@ msgstr "Inserisci tabella con relazioni" #: pgadmin/tools/erd/__init__.py:449 msgid "" -"Whether inserting a table via drag and drop should also insert its " -"relations to the existing tables in the diagram." +"Whether inserting a table via drag and drop should also insert its relations to " +"the existing tables in the diagram." msgstr "" -"Se l'inserimento di una tabella tramite trascinamento della selezione " -"deve includere anche le sue relazioni con le tabelle esistenti nel " -"diagramma." +"Se l'inserimento di una tabella tramite trascinamento della selezione deve " +"includere anche le sue relazioni con le tabelle esistenti nel diagramma." #: pgadmin/tools/erd/__init__.py:457 #: pgadmin/tools/erd/static/js/erd_tool/components/MainToolBar.jsx:338 @@ -16544,11 +16388,11 @@ msgstr "Formattare il file di progetto ERD?" #: pgadmin/tools/erd/__init__.py:501 msgid "" -"If enabled, the .pgerd project file of the ERD tool will be formatted " -"before saving." +"If enabled, the .pgerd project file of the ERD tool will be formatted before " +"saving." msgstr "" -"Se abilitato, il file di progetto .pgerd dello strumento ERD verrà " -"formattato prima del salvataggio." +"Se abilitato, il file di progetto .pgerd dello strumento ERD verrà formattato " +"prima del salvataggio." #: pgadmin/tools/erd/static/js/ERDModule.js:124 #: pgadmin/tools/erd/static/js/ERDModule.js:133 @@ -16639,13 +16483,11 @@ msgstr "-- Questo script è stato generato dallo strumento ERD in pgAdmin 4.\n" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:800 msgid "" -"-- Please log an issue at https://github.com/pgadmin-" -"org/pgadmin4/issues/new/choose if you find any bugs, including " -"reproduction steps.\n" +"-- Please log an issue at https://github.com/pgadmin-org/pgadmin4/issues/new/" +"choose if you find any bugs, including reproduction steps.\n" msgstr "" -"-- Registra un problema su https://github.com/pgadmin-" -"org/pgadmin4/issues/new/choose se trovi bug, inclusi i passaggi di " -"riproduzione.\n" +"-- Registra un problema su https://github.com/pgadmin-org/pgadmin4/issues/new/" +"choose se trovi bug, inclusi i passaggi di riproduzione.\n" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:813 msgid "Preparing the SQL..." @@ -16665,11 +16507,11 @@ msgstr "Limite massimo della dimensione dell'immagine" #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:925 msgid "" -"The downloaded image has exceeded the maximum size of 32767 x 32767 " -"pixels, and has been cropped to that size." +"The downloaded image has exceeded the maximum size of 32767 x 32767 pixels, and " +"has been cropped to that size." msgstr "" -"L'immagine scaricata ha superato la dimensione massima di 32767 x 32767 " -"pixel ed è stata ritagliata a quella dimensione." +"L'immagine scaricata ha superato la dimensione massima di 32767 x 32767 pixel ed " +"è stata ritagliata a quella dimensione." #: pgadmin/tools/erd/static/js/erd_tool/components/ERDTool.jsx:934 msgid "One to one relation" @@ -16863,8 +16705,7 @@ msgstr "Selezione dei privilegi" #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:146 msgid "Error while fetching grant wizard data." msgstr "" -"Errore durante il recupero dei dati della procedura guidata di " -"concessione." +"Errore durante il recupero dei dati della procedura guidata di concessione." #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:169 msgid "Error while fetching SQL." @@ -16874,8 +16715,8 @@ msgstr "Errore durante il recupero di SQL." #, python-brace-format msgid "Error while saving grant wizard data: ${error.response.data.errormsg}" msgstr "" -"Errore durante il salvataggio dei dati della procedura guidata di " -"concessione: ${error.response.data.errormsg}" +"Errore durante il salvataggio dei dati della procedura guidata di concessione: $" +"{error.response.data.errormsg}" #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:260 msgid "Please select any database object." @@ -16889,11 +16730,11 @@ msgstr "Assistente dei permessi" #: pgadmin/tools/grant_wizard/static/js/GrantWizard.jsx:311 msgid "" -"The SQL below will be executed on the database server to grant the " -"selected privileges. Please click on Finish to complete the process." +"The SQL below will be executed on the database server to grant the selected " +"privileges. Please click on Finish to complete the process." msgstr "" -"The SQL below will be executed on the database server to grant the " -"selected privileges. Please click on Finish to complete the process." +"The SQL below will be executed on the database server to grant the selected " +"privileges. Please click on Finish to complete the process." #: pgadmin/tools/grant_wizard/static/js/grant_wizard.js:43 #: pgadmin/tools/grant_wizard/static/js/grant_wizard.js:63 @@ -16902,8 +16743,8 @@ msgstr "Assistente dei permessi..." #: pgadmin/tools/grant_wizard/static/js/grant_wizard.js:49 msgid "" -"Please select any database, schema or schema objects from the object " -"explorer to access Grant Wizard Tool." +"Please select any database, schema or schema objects from the object explorer to " +"access Grant Wizard Tool." msgstr "" "Selezionare qualsiasi database, schema o oggetto dello schema da Esplora " "oggetti per accedere allo wizard di generazione dei permessi." @@ -16919,15 +16760,14 @@ msgstr "Importa/Esporta" #, python-brace-format msgid "Copying table data using query on database '{0}' and server '{1}'" msgstr "" -"Copia dei dati della tabella utilizzando la query sul database '{0}' e " -"sul server '{1}'" +"Copia dei dati della tabella utilizzando la query sul database '{0}' e sul " +"server '{1}'" #: pgadmin/tools/import_export/__init__.py:122 #, python-brace-format msgid "Copying table data '{0}.{1}' on database '{2}' and server '{3}'" msgstr "" -"Copia dei dati della tabella '{0}.{1}' sul database '{2}' e sul server " -"'{3}'" +"Copia dei dati della tabella '{0}.{1}' sul database '{2}' e sul server '{3}'" #: pgadmin/tools/import_export/__init__.py:132 msgid "Export - Copying table data using query" @@ -17010,8 +16850,7 @@ msgstr "Importa/Esporta dati..." #: pgadmin/tools/import_export/static/js/import_export.js:53 msgid "Please select any table from the object explorer to Import/Export data." msgstr "" -"Selezionare qualsiasi tabella da Esplora oggetti per importare/esportare " -"i dati." +"Selezionare qualsiasi tabella da Esplora oggetti per importare/esportare i dati." #: pgadmin/tools/import_export/static/js/import_export.js:65 msgid "Export Data Using Query..." @@ -17019,11 +16858,9 @@ msgstr "Esporta dati tramite query..." #: pgadmin/tools/import_export/static/js/import_export.js:70 msgid "" -"Please select any database from the object explorer to Export Data using " -"query." +"Please select any database from the object explorer to Export Data using query." msgstr "" -"Selezionare un database dall'Esplora oggetti per esportare i dati tramite" -" query." +"Selezionare un database dall'Esplora oggetti per esportare i dati tramite query." #: pgadmin/tools/import_export/static/js/import_export.js:182 #, python-format @@ -17079,18 +16916,18 @@ msgstr "ignora" #: pgadmin/tools/import_export/static/js/import_export.ui.js:138 msgid "" -"Specifies how to behave when encountering an error converting a column's " -"input value into its data type. An error_action value of stop means fail " -"the command, while ignore means discard the input row and continue with " -"the next one. The default is stop. The ignore option is applicable only " -"for COPY FROM when the FORMAT is text or csv." +"Specifies how to behave when encountering an error converting a column's input " +"value into its data type. An error_action value of stop means fail the command, " +"while ignore means discard the input row and continue with the next one. The " +"default is stop. The ignore option is applicable only for COPY FROM when the " +"FORMAT is text or csv." msgstr "" -"Specifica come comportarsi quando si verifica un errore durante la " -"conversione del valore di input di una colonna nel suo tipo di dati. Un " -"valore di error_action pari a stop significa che il comando non riesce, " -"mentre ignore significa ignorare la riga di input e continuare con quella" -" successiva. L'impostazione predefinita è stop. L'opzione ignore è " -"applicabile solo per COPY FROM quando il FORMAT è testo o csv." +"Specifica come comportarsi quando si verifica un errore durante la conversione " +"del valore di input di una colonna nel suo tipo di dati. Un valore di " +"error_action pari a stop significa che il comando non riesce, mentre ignore " +"significa ignorare la riga di input e continuare con quella successiva. " +"L'impostazione predefinita è stop. L'opzione ignore è applicabile solo per COPY " +"FROM quando il FORMAT è testo o csv." #: pgadmin/tools/import_export/static/js/import_export.ui.js:142 msgid "Log Verbosity" @@ -17106,15 +16943,14 @@ msgstr "prolisso" #: pgadmin/tools/import_export/static/js/import_export.ui.js:161 msgid "" -"Specify the amount of messages emitted by a COPY command: default or " -"verbose. If verbose is specified, additional messages are emitted during " -"processing. This is currently used in COPY FROM command when ON_ERROR " -"option is set to ignore." +"Specify the amount of messages emitted by a COPY command: default or verbose. If " +"verbose is specified, additional messages are emitted during processing. This is " +"currently used in COPY FROM command when ON_ERROR option is set to ignore." msgstr "" "Specifica il numero di messaggi emessi da un comando COPY: predefinito o " "dettagliato. Se specificato, vengono emessi messaggi aggiuntivi durante " -"l'elaborazione. Questo viene attualmente utilizzato nel comando COPY FROM" -" quando l'opzione ON_ERROR è impostata su \"ignora\"." +"l'elaborazione. Questo viene attualmente utilizzato nel comando COPY FROM quando " +"l'opzione ON_ERROR è impostata su \"ignora\"." #: pgadmin/tools/import_export/static/js/import_export.ui.js:172 msgid "Freeze" @@ -17122,24 +16958,23 @@ msgstr "Congelare" #: pgadmin/tools/import_export/static/js/import_export.ui.js:185 msgid "" -"Requests copying the data with rows already frozen, just as they would be" -" after running the VACUUM FREEZE command." +"Requests copying the data with rows already frozen, just as they would be after " +"running the VACUUM FREEZE command." msgstr "" -"Richiede la copia dei dati con righe già bloccate, proprio come " -"avverrebbe dopo aver eseguito il comando VACUUM FREEZE." +"Richiede la copia dei dati con righe già bloccate, proprio come avverrebbe dopo " +"aver eseguito il comando VACUUM FREEZE." #: pgadmin/tools/import_export/static/js/import_export.ui.js:214 msgid "" -"Specifies the character that separates columns within each row (line) of " -"the file. The default is a tab character in text format, a comma in CSV " -"format. This must be a single one-byte character. This option is not " -"allowed when using binary format." +"Specifies the character that separates columns within each row (line) of the " +"file. The default is a tab character in text format, a comma in CSV format. This " +"must be a single one-byte character. This option is not allowed when using " +"binary format." msgstr "" -"Specifica il carattere che separa le colonne all'interno di ogni riga " -"(riga) del file. L'impostazione predefinita è un carattere di tabulazione" -" in formato testo, una virgola in formato CSV. Questo deve essere un " -"singolo carattere a un byte. Questa opzione non è consentita quando si " -"utilizza il formato binario." +"Specifica il carattere che separa le colonne all'interno di ogni riga (riga) del " +"file. L'impostazione predefinita è un carattere di tabulazione in formato testo, " +"una virgola in formato CSV. Questo deve essere un singolo carattere a un byte. " +"Questa opzione non è consentita quando si utilizza il formato binario." #: pgadmin/tools/import_export/static/js/import_export.ui.js:218 msgid "Quote" @@ -17147,14 +16982,14 @@ msgstr "Citazione" #: pgadmin/tools/import_export/static/js/import_export.ui.js:232 msgid "" -"Specifies the quoting character to be used when a data value is quoted. " -"The default is double-quote. This must be a single one-byte character. " -"This option is allowed only when using CSV format." +"Specifies the quoting character to be used when a data value is quoted. The " +"default is double-quote. This must be a single one-byte character. This option " +"is allowed only when using CSV format." msgstr "" -"Specifica il carattere di quotazione da utilizzare quando viene quotato " -"un valore di dati. L'impostazione predefinita è la doppia virgoletta. " -"Questo deve essere un singolo carattere a un byte. Questa opzione è " -"consentita solo quando si utilizza il formato CSV." +"Specifica il carattere di quotazione da utilizzare quando viene quotato un " +"valore di dati. L'impostazione predefinita è la doppia virgoletta. Questo deve " +"essere un singolo carattere a un byte. Questa opzione è consentita solo quando " +"si utilizza il formato CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:236 msgid "Escape" @@ -17162,17 +16997,16 @@ msgstr "Fuga" #: pgadmin/tools/import_export/static/js/import_export.ui.js:250 msgid "" -"Specifies the character that should appear before a data character that " -"matches the QUOTE value. The default is the same as the QUOTE value (so " -"that the quoting character is doubled if it appears in the data). This " -"must be a single one-byte character. This option is allowed only when " -"using CSV format." +"Specifies the character that should appear before a data character that matches " +"the QUOTE value. The default is the same as the QUOTE value (so that the quoting " +"character is doubled if it appears in the data). This must be a single one-byte " +"character. This option is allowed only when using CSV format." msgstr "" -"Specifica il carattere che deve apparire prima di un carattere di dati " -"che corrisponde al valore QUOTE. Il valore predefinito è uguale al valore" -" QUOTE (in modo che il carattere di citazione sia raddoppiato se appare " -"nei dati). Questo deve essere un singolo carattere a un byte. Questa " -"opzione è consentita solo quando si utilizza il formato CSV." +"Specifica il carattere che deve apparire prima di un carattere di dati che " +"corrisponde al valore QUOTE. Il valore predefinito è uguale al valore QUOTE (in " +"modo che il carattere di citazione sia raddoppiato se appare nei dati). Questo " +"deve essere un singolo carattere a un byte. Questa opzione è consentita solo " +"quando si utilizza il formato CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:254 msgid "NULL String" @@ -17180,18 +17014,17 @@ msgstr "Stringa NULL" #: pgadmin/tools/import_export/static/js/import_export.ui.js:261 msgid "" -"Specifies the string that represents a null value. The default is \\N " -"(backslash-N) in text format, and an unquoted empty string in CSV format." -" You might prefer an empty string even in text format for cases where you" -" don't want to distinguish nulls from empty strings. This option is not " -"allowed when using binary format." +"Specifies the string that represents a null value. The default is \\N (backslash-" +"N) in text format, and an unquoted empty string in CSV format. You might prefer " +"an empty string even in text format for cases where you don't want to " +"distinguish nulls from empty strings. This option is not allowed when using " +"binary format." msgstr "" -"Specifica la stringa che rappresenta un valore null. L'impostazione " -"predefinita è \\n (barra rovesciata-N) in formato testo e una stringa " -"vuota non quotata in formato CSV. È possibile preferire una stringa vuota" -" anche in formato testo per i casi in cui non si desidera distinguere i " -"null da stringhe vuote. Questa opzione non è consentita quando si " -"utilizza il formato binario." +"Specifica la stringa che rappresenta un valore null. L'impostazione predefinita " +"è \\n (barra rovesciata-N) in formato testo e una stringa vuota non quotata in " +"formato CSV. È possibile preferire una stringa vuota anche in formato testo per " +"i casi in cui non si desidera distinguere i null da stringhe vuote. Questa " +"opzione non è consentita quando si utilizza il formato binario." #: pgadmin/tools/import_export/static/js/import_export.ui.js:265 msgid "Default String" @@ -17199,16 +17032,15 @@ msgstr "Stringa predefinita" #: pgadmin/tools/import_export/static/js/import_export.ui.js:274 msgid "" -"Specifies the string that represents a default value. Each time the " -"string is found in the input file, the default value of the corresponding" -" column will be used. This option is allowed only in COPY FROM, and only " -"when not using binary format." +"Specifies the string that represents a default value. Each time the string is " +"found in the input file, the default value of the corresponding column will be " +"used. This option is allowed only in COPY FROM, and only when not using binary " +"format." msgstr "" -"Specifica la stringa che rappresenta un valore predefinito. Ogni volta " -"che la stringa viene trovata nel file di input, verrà utilizzato il " -"valore predefinito della colonna corrispondente. Questa opzione è " -"consentita solo in COPY FROM e solo quando non si utilizza il formato " -"binario." +"Specifica la stringa che rappresenta un valore predefinito. Ogni volta che la " +"stringa viene trovata nel file di input, verrà utilizzato il valore predefinito " +"della colonna corrispondente. Questa opzione è consentita solo in COPY FROM e " +"solo quando non si utilizza il formato binario." #: pgadmin/tools/import_export/static/js/import_export.ui.js:303 msgid "Columns for importing..." @@ -17220,11 +17052,11 @@ msgstr "Colonne per l'esportazione ..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:312 msgid "" -"An optional list of columns to be copied. If no column list is specified," -" all columns of the table will be copied." +"An optional list of columns to be copied. If no column list is specified, all " +"columns of the table will be copied." msgstr "" -"Un elenco opzionale di colonne da copiare. Se non viene specificato alcun" -" elenco di colonne, verranno copiate tutte le colonne della tabella." +"Un elenco opzionale di colonne da copiare. Se non viene specificato alcun elenco " +"di colonne, verranno copiate tutte le colonne della tabella." #: pgadmin/tools/import_export/static/js/import_export.ui.js:316 msgid "Export Data Query" @@ -17232,11 +17064,11 @@ msgstr "Esporta query dati" #: pgadmin/tools/import_export/static/js/import_export.ui.js:320 msgid "" -"Specifies a SELECT, VALUES, INSERT, UPDATE, DELETE, or MERGE command " -"whose results are to be copied." +"Specifies a SELECT, VALUES, INSERT, UPDATE, DELETE, or MERGE command whose " +"results are to be copied." msgstr "" -"Specifica un comando SELECT, VALUES, INSERT, UPDATE, DELETE o MERGE i cui" -" risultati devono essere copiati." +"Specifica un comando SELECT, VALUES, INSERT, UPDATE, DELETE o MERGE i cui " +"risultati devono essere copiati." #: pgadmin/tools/import_export/static/js/import_export.ui.js:324 msgid "Force Quote columns" @@ -17249,16 +17081,15 @@ msgstr "Force Quote columns..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:353 msgid "" -"Forces quoting to be used for all non-NULL values in each specified " -"column. NULL output is never quoted. If * is specified, non-NULL values " -"will be quoted in all columns. This option is allowed only in COPY TO, " -"and only when using CSV format." +"Forces quoting to be used for all non-NULL values in each specified column. NULL " +"output is never quoted. If * is specified, non-NULL values will be quoted in all " +"columns. This option is allowed only in COPY TO, and only when using CSV format." msgstr "" -"Forza l'utilizzo delle virgolette per tutti i valori non NULL in ogni " -"colonna specificata. L'output NULL non viene mai racchiuso tra " -"virgolette. Se si specifica *, i valori non NULL verranno racchiusi tra " -"virgolette in tutte le colonne. Questa opzione è consentita solo in COPY " -"TO e solo quando si utilizza il formato CSV." +"Forza l'utilizzo delle virgolette per tutti i valori non NULL in ogni colonna " +"specificata. L'output NULL non viene mai racchiuso tra virgolette. Se si " +"specifica *, i valori non NULL verranno racchiusi tra virgolette in tutte le " +"colonne. Questa opzione è consentita solo in COPY TO e solo quando si utilizza " +"il formato CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:357 msgid "NOT NULL columns" @@ -17270,17 +17101,16 @@ msgstr "Colonne non nulle..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:373 msgid "" -"Do not match the specified column values against the null string. In the " -"default case where the null string is empty, this means that empty values" -" will be read as zero-length strings rather than nulls, even when they " -"are not quoted. This option is allowed only in import, and only when " -"using CSV format." +"Do not match the specified column values against the null string. In the default " +"case where the null string is empty, this means that empty values will be read " +"as zero-length strings rather than nulls, even when they are not quoted. This " +"option is allowed only in import, and only when using CSV format." msgstr "" "Non abbinare i valori di colonna specificati alla stringa null. Nel caso " -"predefinito in cui la stringa nulla è vuota, ciò significa che i valori " -"vuoti verranno letti come stringhe di lunghezza zero anziché null, anche " -"quando non sono quotati. Questa opzione è consentita solo in importazione" -" e solo quando si utilizza il formato CSV." +"predefinito in cui la stringa nulla è vuota, ciò significa che i valori vuoti " +"verranno letti come stringhe di lunghezza zero anziché null, anche quando non " +"sono quotati. Questa opzione è consentita solo in importazione e solo quando si " +"utilizza il formato CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:377 msgid "NULL columns" @@ -17292,18 +17122,16 @@ msgstr "Colonne nulle..." #: pgadmin/tools/import_export/static/js/import_export.ui.js:393 msgid "" -"Match the specified columns values against the null string, even if it " -"has been quoted, and if a match is found set the value to NULL. In the " -"default case where the null string is empty, this converts a quoted empty" -" string into NULL. This option is allowed only in COPY FROM, and only " -"when using CSV format." -msgstr "" -"Confronta i valori delle colonne specificate con la stringa null, anche " -"se è racchiusa tra virgolette, e se viene trovata una corrispondenza, " -"imposta il valore a NULL. Nel caso predefinito in cui la stringa null sia" -" vuota, questa opzione converte una stringa vuota tra virgolette in NULL." -" Questa opzione è consentita solo in COPY FROM e solo quando si utilizza " -"il formato CSV." +"Match the specified columns values against the null string, even if it has been " +"quoted, and if a match is found set the value to NULL. In the default case where " +"the null string is empty, this converts a quoted empty string into NULL. This " +"option is allowed only in COPY FROM, and only when using CSV format." +msgstr "" +"Confronta i valori delle colonne specificate con la stringa null, anche se è " +"racchiusa tra virgolette, e se viene trovata una corrispondenza, imposta il " +"valore a NULL. Nel caso predefinito in cui la stringa null sia vuota, questa " +"opzione converte una stringa vuota tra virgolette in NULL. Questa opzione è " +"consentita solo in COPY FROM e solo quando si utilizza il formato CSV." #: pgadmin/tools/import_export/static/js/import_export.ui.js:410 msgid "Export Data Query cannot be empty." @@ -17350,11 +17178,11 @@ msgstr "I server selezionati sono stati importati correttamente." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:104 msgid "" -"The existing server groups and servers were removed, and the selected " -"servers were imported successfully." +"The existing server groups and servers were removed, and the selected servers " +"were imported successfully." msgstr "" -"I gruppi di server ei server esistenti sono stati rimossi e i server " -"selezionati sono stati importati correttamente." +"I gruppi di server ei server esistenti sono stati rimossi e i server selezionati " +"sono stati importati correttamente." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:107 msgid "Import Servers" @@ -17366,27 +17194,27 @@ msgstr "Errore di importazione" #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:155 msgid "" -"The following servers will be imported. Click the Finish button to " -"complete the import process." +"The following servers will be imported. Click the Finish button to complete the " +"import process." msgstr "" -"Verranno importati i seguenti server. Fare clic sul pulsante Fine per " -"completare il processo di importazione." +"Verranno importati i seguenti server. Fare clic sul pulsante Fine per completare " +"il processo di importazione." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:157 msgid "" -"All existing server groups and servers will be removed before the servers" -" above are imported. On a successful import process, the object explorer " -"will be refreshed." +"All existing server groups and servers will be removed before the servers above " +"are imported. On a successful import process, the object explorer will be " +"refreshed." msgstr "" -"Tutti i gruppi di server e i server esistenti verranno rimossi prima che " -"i server di cui sopra vengano importati. Se il processo di importazione " -"ha esito positivo, la vista Esplora oggetti verrà aggiornata." +"Tutti i gruppi di server e i server esistenti verranno rimossi prima che i " +"server di cui sopra vengano importati. Se il processo di importazione ha esito " +"positivo, la vista Esplora oggetti verrà aggiornata." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:159 msgid "On a successful import process, the object explorer will be refreshed." msgstr "" -"Se il processo di importazione ha esito positivo, la vista Esplora " -"oggetti verrà aggiornata." +"Se il processo di importazione ha esito positivo, la vista Esplora oggetti verrà " +"aggiornata." #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:180 #: pgadmin/tools/import_export_servers/static/js/ImportExportServers.jsx:181 @@ -17407,13 +17235,13 @@ msgstr "Rimuovere tutti i server esistenti?" #: pgadmin/tools/import_export_servers/static/js/import_export_selection.ui.js:70 msgid "" -"If this option is turned on then pgAdmin will remove all the existing " -"database servers and then import the selected servers. This setting is " -"applicable only while importing the servers." +"If this option is turned on then pgAdmin will remove all the existing database " +"servers and then import the selected servers. This setting is applicable only " +"while importing the servers." msgstr "" -"Se questa opzione è attivata, pgAdmin rimuoverà tutti i server di " -"database esistenti e quindi importerà i server selezionati. Questa " -"impostazione è applicabile solo durante l'importazione dei server." +"Se questa opzione è attivata, pgAdmin rimuoverà tutti i server di database " +"esistenti e quindi importerà i server selezionati. Questa impostazione è " +"applicabile solo durante l'importazione dei server." #: pgadmin/tools/import_export_servers/static/js/import_export_servers.js:39 msgid "Import/Export Servers..." @@ -17519,8 +17347,7 @@ msgstr "Manutenzione..." #: pgadmin/tools/maintenance/static/js/maintenance.js:72 msgid "Please select any database from the object explorer to do Maintenance." msgstr "" -"Selezionare qualsiasi database da Esplora oggetti per eseguire la " -"manutenzione." +"Selezionare qualsiasi database da Esplora oggetti per eseguire la manutenzione." #: pgadmin/tools/maintenance/static/js/maintenance.js:158 msgid "Maintenance error" @@ -17528,11 +17355,11 @@ msgstr "Errore di manutenzione" #: pgadmin/tools/maintenance/static/js/maintenance.js:159 msgid "" -"Maintenance job creation failed. Databases with = symbols in the name " -"cannot be maintained using this utility." +"Maintenance job creation failed. Databases with = symbols in the name cannot be " +"maintained using this utility." msgstr "" -"Creazione dell'operazione di manutenzione fallita. I database con il " -"simbolo = nel nome non possono essere manutenuti con questa utility." +"Creazione dell'operazione di manutenzione fallita. I database con il simbolo = " +"nel nome non possono essere manutenuti con questa utility." #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:39 msgid "FULL" @@ -17592,9 +17419,9 @@ msgstr "BUFFER USAGE LIMIT" #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:270 msgid "" -"Sizes should be specified as a string containing the numerical size " -"followed by any one of the following memory units: kB (kilobytes), MB " -"(megabytes), GB (gigabytes), or TB (terabytes)." +"Sizes should be specified as a string containing the numerical size followed by " +"any one of the following memory units: kB (kilobytes), MB (megabytes), GB " +"(gigabytes), or TB (terabytes)." msgstr "" "Le dimensioni devono essere specificate come una stringa contenente la " "dimensione numerica seguita da una delle seguenti unità di memoria: kB " @@ -17606,11 +17433,10 @@ msgstr "SYSTEM" #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:287 msgid "" -"This option is enabled only when the database is selected in the object " -"explorer." +"This option is enabled only when the database is selected in the object explorer." msgstr "" -"Questa opzione è abilitata solo quando il database è selezionato in " -"Esplora oggetti." +"Questa opzione è abilitata solo quando il database è selezionato in Esplora " +"oggetti." #: pgadmin/tools/maintenance/static/js/maintenance.ui.js:306 msgid "TABLESPACE" @@ -17630,19 +17456,17 @@ msgstr "PSQL" #: pgadmin/tools/psql/__init__.py:326 msgid "" -"PSQL utility not found. Specify the valid binary path in the preferences " -"for the appropriate server version, or select \"Set as default\" to use " -"an existing binary path." +"PSQL utility not found. Specify the valid binary path in the preferences for the " +"appropriate server version, or select \"Set as default\" to use an existing " +"binary path." msgstr "" "Utilità PSQL non trovata. Specificare il percorso binario valido nelle " -"preferenze per la versione del server appropriata oppure selezionare " -"\"Imposta come predefinito\" per utilizzare un percorso binario " -"esistente." +"preferenze per la versione del server appropriata oppure selezionare \"Imposta " +"come predefinito\" per utilizzare un percorso binario esistente." #: pgadmin/tools/psql/__init__.py:438 msgid "" -"Connection terminated. To create a new connection, please open another " -"psql tool." +"Connection terminated. To create a new connection, please open another psql tool." msgstr "" "Connessione terminata. Per creare una nuova connessione, aprire un altro " "strumento psql." @@ -17654,8 +17478,8 @@ msgstr "Sessione non valida.\r\n" #: pgadmin/tools/psql/static/js/PsqlModule.js:94 msgid "Please select a database from the object explorer to access the PSQL Tool." msgstr "" -"Selezionare un database dall'esploratore oggetti per accedere allo " -"strumento PSQL." +"Selezionare un database dall'esploratore oggetti per accedere allo strumento " +"PSQL." #: pgadmin/tools/psql/static/js/PsqlModule.js:135 #: pgadmin/tools/psql/static/js/PsqlModule.js:143 @@ -17673,11 +17497,10 @@ msgstr "È richiesta l'autorizzazione di scrittura negli appunti" #: pgadmin/tools/psql/static/js/components/PsqlComponent.jsx:89 msgid "" -"To copy data from the PSQL terminal, clipboard write permission is " -"required." +"To copy data from the PSQL terminal, clipboard write permission is required." msgstr "" -"Per copiare i dati dal terminale PSQL, è richiesta l'autorizzazione di " -"scrittura negli appunti." +"Per copiare i dati dal terminale PSQL, è richiesta l'autorizzazione di scrittura " +"negli appunti." #: pgadmin/tools/psql/static/js/components/PsqlComponent.jsx:109 msgid "Clipboard Read Permission Required" @@ -17708,12 +17531,9 @@ msgid "Restore..." msgstr "Ripristina..." #: pgadmin/tools/restore/static/js/restore.js:51 -msgid "" -"Please select any schema or table from the object explorer to Restore " -"data." +msgid "Please select any schema or table from the object explorer to Restore data." msgstr "" -"Seleziona uno schema o una tabella da Esplora oggetti per ripristinare i " -"dati." +"Seleziona uno schema o una tabella da Esplora oggetti per ripristinare i dati." #: pgadmin/tools/restore/static/js/restore.js:124 msgid "Restore Error" @@ -17767,11 +17587,11 @@ msgstr "Ignora gli spazi bianchi" #: pgadmin/tools/schema_diff/__init__.py:79 msgid "" -"Set ignore whitespace on or off by default in the drop-down menu near the" -" Compare button in the Schema Diff tab." +"Set ignore whitespace on or off by default in the drop-down menu near the " +"Compare button in the Schema Diff tab." msgstr "" -"Attiva o disattiva ignora gli spazi bianchi per impostazione predefinita " -"nel menu a discesa vicino al pulsante Confronta nella scheda Diff." +"Attiva o disattiva ignora gli spazi bianchi per impostazione predefinita nel " +"menu a discesa vicino al pulsante Confronta nella scheda Diff." #: pgadmin/tools/schema_diff/__init__.py:86 #: pgadmin/tools/schema_diff/static/js/SchemaDiffConstants.js:70 @@ -17780,12 +17600,11 @@ msgstr "Ignora proprietario" #: pgadmin/tools/schema_diff/__init__.py:88 msgid "" -"Set ignore owner on or off by default in the drop-down menu near the " -"Compare button in the Schema Diff tab." +"Set ignore owner on or off by default in the drop-down menu near the Compare " +"button in the Schema Diff tab." msgstr "" -"Attiva o disattiva l'opzione Ignora proprietario per impostazione " -"predefinita nel menu a discesa vicino al pulsante Confronta nella scheda " -"Diff." +"Attiva o disattiva l'opzione Ignora proprietario per impostazione predefinita " +"nel menu a discesa vicino al pulsante Confronta nella scheda Diff." #: pgadmin/tools/schema_diff/__init__.py:95 #: pgadmin/tools/schema_diff/static/js/SchemaDiffConstants.js:72 @@ -17794,11 +17613,11 @@ msgstr "Ignora Tablespace" #: pgadmin/tools/schema_diff/__init__.py:97 msgid "" -"Set ignore tablespace on or off by default in the drop-down menu near the" -" Compare button in the Schema Diff tab." +"Set ignore tablespace on or off by default in the drop-down menu near the " +"Compare button in the Schema Diff tab." msgstr "" -"Attiva o disattiva l'Ignora tablespace per impostazione predefinita nel " -"menu a discesa accanto al pulsante Confronta nella scheda Diff. schema." +"Attiva o disattiva l'Ignora tablespace per impostazione predefinita nel menu a " +"discesa accanto al pulsante Confronta nella scheda Diff. schema." #: pgadmin/tools/schema_diff/__init__.py:104 msgid "Ignore Grants/Revoke" @@ -17806,12 +17625,12 @@ msgstr "Ignora concessione/revoca" #: pgadmin/tools/schema_diff/__init__.py:106 msgid "" -"Set ignore grants/revoke on or off by default in the drop-down menu near " -"the Compare button in the Schema Diff tab." +"Set ignore grants/revoke on or off by default in the drop-down menu near the " +"Compare button in the Schema Diff tab." msgstr "" "Attiva o disattiva l'opzione Ignora concessioni/revoca per impostazione " -"predefinita nel menu a discesa accanto al pulsante Confronta nella scheda" -" Diff. schema." +"predefinita nel menu a discesa accanto al pulsante Confronta nella scheda Diff. " +"schema." #: pgadmin/tools/schema_diff/__init__.py:530 msgid "Failed to fetch schemas from the server." @@ -17835,17 +17654,17 @@ msgstr "Server scollegati." #: pgadmin/tools/schema_diff/__init__.py:779 msgid "" -"Schema diff does not support the comparison between Postgres Server and " -"EDB Postgres Advanced Server." -msgstr "" -"Lo schema diff non supporta il confronto tra Postgres Server e EDB " +"Schema diff does not support the comparison between Postgres Server and EDB " "Postgres Advanced Server." +msgstr "" +"Lo schema diff non supporta il confronto tra Postgres Server e EDB Postgres " +"Advanced Server." #: pgadmin/tools/schema_diff/__init__.py:793 msgid "Source and Target database server must be of the same major version." msgstr "" -"Il server di database di origine e di destinazione deve avere la stessa " -"versione principale." +"Il server di database di origine e di destinazione deve avere la stessa versione " +"principale." #: pgadmin/tools/schema_diff/__init__.py:844 #, python-brace-format @@ -17943,8 +17762,8 @@ msgstr "Seleziona l'origine e la destinazione diverse." #, python-brace-format msgid " (this may take a few minutes)... ${Math.round(res.diff_percentage)} %" msgstr "" -" (l'operazione potrebbe richiedere alcuni minuti)... " -"${Math.round(res.diff_percentage)} %" +" (l'operazione potrebbe richiedere alcuni minuti)... $" +"{Math.round(res.diff_percentage)} %" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:355 msgid "Generating script..." @@ -17956,19 +17775,19 @@ msgstr "- Questo script è stato generato dall'utilità Schema Diff in pgAdmin 4 #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:359 msgid "" -"-- Due to circular dependencies, the order in which Schema Diff writes " -"objects may not be optimal \n" +"-- Due to circular dependencies, the order in which Schema Diff writes objects " +"may not be optimal \n" msgstr "" -"-- A causa delle dipendenze circolari, l'ordine in cui Schema Diff scrive" -" gli oggetti potrebbe non essere ottimale\n" +"-- A causa delle dipendenze circolari, l'ordine in cui Schema Diff scrive gli " +"oggetti potrebbe non essere ottimale\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:360 msgid "" -"-- and manual changes to the script may be required to ensure changes are" -" applied in the correct order.\n" +"-- and manual changes to the script may be required to ensure changes are " +"applied in the correct order.\n" msgstr "" -"-- e potrebbero essere necessarie modifiche manuali allo script per " -"garantire che le modifiche vengano applicate nell'ordine corretto.\n" +"-- e potrebbero essere necessarie modifiche manuali allo script per garantire " +"che le modifiche vengano applicate nell'ordine corretto.\n" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:361 msgid "-- Please report any issues along with steps to reproduce. \n" @@ -18009,8 +17828,7 @@ msgstr "Confronto database:" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:845 msgid "Select the server and database for the source and target and click" msgstr "" -"Selezionare il server e il database per l'origine e la destinazione e " -"fare clic" +"Selezionare il server e il database per l'origine e la destinazione e fare clic" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:845 #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:848 @@ -18024,8 +17842,8 @@ msgstr "Schema Confronta:" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:848 msgid "Select the server, database and schema for the source and target and click" msgstr "" -"Selezionare il server, il database e lo schema per l'origine e la " -"destinazione e fare clic" +"Selezionare il server, il database e lo schema per l'origine e la destinazione e " +"fare clic" #: pgadmin/tools/schema_diff/static/js/components/SchemaDiffCompare.jsx:850 msgid "Note:" @@ -18039,8 +17857,7 @@ msgstr "Le dipendenze non verranno risolte nel confronto dello schema." #, python-brace-format msgid "Error in schema diff initialize ${err.response.data}" msgstr "" -"Errore nell'inizializzazione del differenziale dello schema " -"${err.response.data}" +"Errore nell'inizializzazione del differenziale dello schema ${err.response.data}" #: pgadmin/tools/search_objects/static/js/SearchObjects.jsx:135 msgid "Object name" @@ -18081,11 +17898,9 @@ msgstr "Digita almeno 3 caratteri" #: pgadmin/tools/search_objects/static/js/index.js:47 msgid "" -"Please select a database from the object explorer to search the database " -"objects." +"Please select a database from the object explorer to search the database objects." msgstr "" -"Seleziona un database da Esplora oggetti per cercare gli oggetti del " -"database." +"Seleziona un database da Esplora oggetti per cercare gli oggetti del database." #: pgadmin/tools/search_objects/static/js/index.js:80 msgid "Search Objects - " @@ -18106,8 +17921,8 @@ msgstr "******* Error *******" #: pgadmin/tools/sqleditor/__init__.py:1563 msgid "No primary key found for this object, so unable to save records." msgstr "" -"Nessuna chiave primaria trovata per questo oggetto, quindi impossibile " -"salvare i record." +"Nessuna chiave primaria trovata per questo oggetto, quindi impossibile salvare i " +"record." #: pgadmin/tools/sqleditor/__init__.py:1902 #: pgadmin/tools/sqleditor/utils/query_tool_connection_check.py:67 @@ -18134,11 +17949,11 @@ msgstr "La cella selezionata contiene NULL." #: pgadmin/tools/sqleditor/__init__.py:2951 #: pgadmin/tools/sqleditor/__init__.py:3174 msgid "" -"AI features are not configured. Please configure an LLM provider in " -"Preferences > AI." +"AI features are not configured. Please configure an LLM provider in Preferences " +"> AI." msgstr "" -"Le funzionalità di intelligenza artificiale non sono configurate. " -"Configurare un provider LLM in Preferenze > IA." +"Le funzionalità di intelligenza artificiale non sono configurate. Configurare un " +"provider LLM in Preferenze > IA." #: pgadmin/tools/sqleditor/__init__.py:2969 msgid "Database connection not available." @@ -18184,8 +17999,7 @@ msgstr "Il gruppo di risultati non è aggiornabile." #: pgadmin/tools/sqleditor/static/js/SQLEditorModule.js:107 msgid "Please select a database from the object explorer to access Query Tool." msgstr "" -"Seleziona un database da Esplora oggetti per accedere alllo strumento " -"Query." +"Seleziona un database da Esplora oggetti per accedere alllo strumento Query." #: pgadmin/tools/sqleditor/static/js/SQLEditorModule.js:142 msgid "First 100 Rows" @@ -18209,13 +18023,13 @@ msgstr "Errore di avvio dello strumento query" #: pgadmin/tools/sqleditor/static/js/show_query_tool.js:122 msgid "" -"Please allow pop-ups for this site to perform the desired action. If the " -"main window of pgAdmin is closed then close this window and open a new " -"pgAdmin session." +"Please allow pop-ups for this site to perform the desired action. If the main " +"window of pgAdmin is closed then close this window and open a new pgAdmin " +"session." msgstr "" -"Consenti ai popup di questo sito di eseguire l'azione desiderata. Se la " -"finestra principale di pgAdmin è chiusa, chiudere questa finestra e " -"aprire una nuova sessione di pgAdmin." +"Consenti ai popup di questo sito di eseguire l'azione desiderata. Se la finestra " +"principale di pgAdmin è chiusa, chiudere questa finestra e aprire una nuova " +"sessione di pgAdmin." #: pgadmin/tools/sqleditor/static/js/show_view_data.js:31 msgid "Data Filter" @@ -18253,8 +18067,8 @@ msgstr "Database spostato/rinominato" #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:211 msgid "An unexpected error occurred - ensure you are logged into the application." msgstr "" -"Si è verificato un errore imprevisto: assicurarsi di aver effettuato " -"l'accesso all'applicazione." +"Si è verificato un errore imprevisto: assicurarsi di aver effettuato l'accesso " +"all'applicazione." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:240 #: pgadmin/tools/sqleditor/static/js/components/sections/NLQChatPanel.jsx:1119 @@ -18286,11 +18100,10 @@ msgstr "Non connesso" #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:457 #, python-brace-format msgid "" -"-- Query text not stored as it exceeds maximum length of " -"${MAX_QUERY_LENGTH}" +"-- Query text not stored as it exceeds maximum length of ${MAX_QUERY_LENGTH}" msgstr "" -"-- Il testo della query non è memorizzato poiché supera la lunghezza " -"massima di ${MAX_QUERY_LENGTH}" +"-- Il testo della query non è memorizzato poiché supera la lunghezza massima di $" +"{MAX_QUERY_LENGTH}" #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:579 msgid "Connection Warning" @@ -18303,14 +18116,12 @@ msgstr "L'applicativo ha perso la connessione col database:" #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:582 msgid "⁃ If the connection was idle it may have been forcibly disconnected." msgstr "" -"- Se la connessione era inattiva potrebbe essere stata chiusa " -"forzatamente." +"- Se la connessione era inattiva potrebbe essere stata chiusa forzatamente." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:583 msgid "⁃ The application server or database server may have been restarted." msgstr "" -"- L'application server o il database server potrebbero essere stati " -"riavviati." +"- L'application server o il database server potrebbero essere stati riavviati." #: pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx:584 msgid "⁃ The user session may have timed out." @@ -18382,12 +18193,11 @@ msgstr "Dati di grandi dimensioni" #: pgadmin/tools/sqleditor/static/js/components/QueryToolDataGrid/Editors.jsx:507 msgid "" -"This cell contains a large amount of data. Opening it in the JSON editor " -"may make pgAdmin slow or unresponsive. Do you want to continue?" +"This cell contains a large amount of data. Opening it in the JSON editor may " +"make pgAdmin slow or unresponsive. Do you want to continue?" msgstr "" -"Questa cella contiene una grande quantità di dati. Aprirla nell'editor " -"JSON potrebbe rallentare pgAdmin o renderlo non responsivo. Vuoi " -"continuare?" +"Questa cella contiene una grande quantità di dati. Aprirla nell'editor JSON " +"potrebbe rallentare pgAdmin o renderlo non responsivo. Vuoi continuare?" #: pgadmin/tools/sqleditor/static/js/components/QueryToolDataGrid/Formatters.jsx:89 msgid "Download binary data" @@ -18442,11 +18252,11 @@ msgstr "Il nome deve essere univoco." #: pgadmin/tools/sqleditor/static/js/components/dialogs/NewConnectionDialog.jsx:39 msgid "" -"By changing the connection you will lose all your unsaved data for the " -"current connection.
Do you want to continue?" +"By changing the connection you will lose all your unsaved data for the current " +"connection.
Do you want to continue?" msgstr "" -"Modificando la connessione perderai tutti i dati non salvati per la " -"connessione corrente.
Vuoi continuare?" +"Modificando la connessione perderai tutti i dati non salvati per la connessione " +"corrente.
Vuoi continuare?" #: pgadmin/tools/sqleditor/static/js/components/sections/ConnectionBar.jsx:115 msgid "(Obtaining connection)" @@ -18483,16 +18293,16 @@ msgid "" "Query complete. Use the Geometry Viewer button in the Data Output tab to " "visualize results." msgstr "" -"Query completata. Utilizzare il pulsante Visualizzatore geometria nella " -"scheda Output dati per visualizzare i risultati." +"Query completata. Utilizzare il pulsante Visualizzatore geometria nella scheda " +"Output dati per visualizzare i risultati." #: pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx:420 msgid "" -"No spatial data found. At least one geometry or geography column is " -"required for visualization." +"No spatial data found. At least one geometry or geography column is required for " +"visualization." msgstr "" -"Nessun dato spaziale trovato. Per la visualizzazione è necessaria almeno " -"una colonna di tipo geometria o geografia." +"Nessun dato spaziale trovato. Per la visualizzazione è necessaria almeno una " +"colonna di tipo geometria o geografia." #: pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewer.jsx:425 #, python-brace-format @@ -18500,6 +18310,8 @@ msgid "" "Custom tile provider URL is invalid and was ignored. It must start with " "http(s):// and contain the {x}, {y} and {z} placeholders." msgstr "" +"L'URL personalizzato del provider di tile non è valido ed è stato ignorato. Deve " +"iniziare con http(s):// e contenere i segnaposto {x}, {y} e {z}." #: pgadmin/tools/sqleditor/static/js/components/sections/GeometryViewerUtils.js:65 msgid "Empty" @@ -18586,17 +18398,14 @@ msgid "Close query tool?" msgstr "Chiudi lo strumento di query?" #: pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx:253 -msgid "" -"There is an active query running currently. Are you sure you want to " -"close?" +msgid "There is an active query running currently. Are you sure you want to close?" msgstr "" -"C'è una query attiva in esecuzione attualmente. Sei sicuro di voler " -"chiudere?" +"C'è una query attiva in esecuzione attualmente. Sei sicuro di voler chiudere?" #: pgadmin/tools/sqleditor/static/js/components/sections/MainToolBar.jsx:265 msgid "" -"The current transaction is not committed to the database. Do you want to " -"commit or rollback the transaction?" +"The current transaction is not committed to the database. Do you want to commit " +"or rollback the transaction?" msgstr "" "La transazione corrente non è vincolata al database. Vuoi confermare o " "ripristinare la transazione?" @@ -18844,8 +18653,7 @@ msgstr "Generazione bloccata." #: pgadmin/tools/sqleditor/static/js/components/sections/NLQChatPanel.jsx:942 msgid "" -"Request timed out. The query may be too complex. Please try a simpler " -"request." +"Request timed out. The query may be too complex. Please try a simpler request." msgstr "" "Richiesta scaduta. La query potrebbe essere troppo complessa. Prova una " "richiesta più semplice." @@ -18865,12 +18673,12 @@ msgstr "L'Assistente AI è disponibile solo in modalità Strumento di query." #: pgadmin/tools/sqleditor/static/js/components/sections/NLQChatPanel.jsx:1146 msgid "" "Ask a question about your database or describe the SQL you need and I'll " -"generate it for you. I can help with SELECT, INSERT, UPDATE, DELETE, and " -"DDL statements." +"generate it for you. I can help with SELECT, INSERT, UPDATE, DELETE, and DDL " +"statements." msgstr "" -"Poni una domanda sul tuo database o descrivi il codice SQL di cui hai " -"bisogno e lo genererò per te. Posso aiutarti con le istruzioni SELECT, " -"INSERT, UPDATE, DELETE e DDL." +"Poni una domanda sul tuo database o descrivi il codice SQL di cui hai bisogno e " +"lo genererò per te. Posso aiutarti con le istruzioni SELECT, INSERT, UPDATE, " +"DELETE e DDL." #: pgadmin/tools/sqleditor/static/js/components/sections/NLQChatPanel.jsx:1176 msgid "Ask a question or describe the SQL you need..." @@ -18955,11 +18763,11 @@ msgstr "Sei sicuro di voler cancellare la cronologia?" #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:495 msgid "" -"This will remove all of your query history from this and other sessions " -"for this database." +"This will remove all of your query history from this and other sessions for this " +"database." msgstr "" -"Ciò rimuoverà tutta la cronologia delle query da questa e altre sessioni " -"per questo database." +"Ciò rimuoverà tutta la cronologia delle query da questa e altre sessioni per " +"questo database." #: pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx:497 msgid "Removing history..." @@ -19042,11 +18850,11 @@ msgstr "%s righe interessate." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:992 #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1201 msgid "" -"The data has been modified, but not saved. Are you sure you wish to " -"discard the changes?" +"The data has been modified, but not saved. Are you sure you wish to discard the " +"changes?" msgstr "" -"I dati sono stati modificati, ma non salvati. Sei sicuro di voler " -"annullare le modifiche?" +"I dati sono stati modificati, ma non salvati. Sei sicuro di voler annullare le " +"modifiche?" #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1007 msgid "Applying the new filter..." @@ -19095,12 +18903,11 @@ msgstr "" #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1304 msgid "" -"Saving data changes was rolled back but the current transaction is still " -"active; previous queries are unaffected." +"Saving data changes was rolled back but the current transaction is still active; " +"previous queries are unaffected." msgstr "" -"Il salvataggio delle modifiche ai dati è stato eseguito il rollback ma la" -" transazione corrente è ancora attiva; le query precedenti non sono " -"interessate." +"Il salvataggio delle modifiche ai dati è stato eseguito il rollback ma la " +"transazione corrente è ancora attiva; le query precedenti non sono interessate." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1347 msgid "Data saved successfully." @@ -19109,8 +18916,8 @@ msgstr "Dati salvati correttamente." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1349 msgid "Auto-commit is off. You still need to commit changes to the database." msgstr "" -"Il commit automatico è disattivato. È ancora necessario eseguire il " -"commit delle modifiche al database." +"Il commit automatico è disattivato. È ancora necessario eseguire il commit delle " +"modifiche al database." #: pgadmin/tools/sqleditor/static/js/components/sections/ResultSet.jsx:1513 #: pgadmin/utils/constants.py:33 @@ -19348,26 +19155,25 @@ msgstr "Mostra la memoria?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:79 msgid "Set auto commit on or off by default in new Query Tool tabs." msgstr "" -"Attiva o disattiva il commit automatico per impostazione predefinita " -"nelle nuove schede dello strumento query." +"Attiva o disattiva il commit automatico per impostazione predefinita nelle nuove " +"schede dello strumento query." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:87 msgid "Set auto rollback on or off by default in new Query Tool tabs." msgstr "" -"Attiva o disattiva il rollback automatico per impostazione predefinita " -"nelle nuove schede dello strumento query." +"Attiva o disattiva il rollback automatico per impostazione predefinita nelle " +"nuove schede dello strumento query." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:95 msgid "" -"If set to True, the dataset will be fetched using a server-side cursor " -"after the query is executed. This allows controlled data transfer to the " -"client, enabling examination of large datasets without loading them " -"entirely into memory." +"If set to True, the dataset will be fetched using a server-side cursor after the " +"query is executed. This allows controlled data transfer to the client, enabling " +"examination of large datasets without loading them entirely into memory." msgstr "" -"Se impostato su True, il set di dati verrà recuperato tramite un cursore " -"lato server dopo l'esecuzione della query. Ciò consente il trasferimento " -"controllato dei dati al client, consentendo l'analisi di set di dati di " -"grandi dimensioni senza caricarli interamente in memoria." +"Se impostato su True, il set di dati verrà recuperato tramite un cursore lato " +"server dopo l'esecuzione della query. Ciò consente il trasferimento controllato " +"dei dati al client, consentendo l'analisi di set di dati di grandi dimensioni " +"senza caricarli interamente in memoria." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:104 msgid "Prompt to save unsaved query changes?" @@ -19375,11 +19181,11 @@ msgstr "Richiesta di salvare le modifiche della query non salvate?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:107 msgid "" -"Specifies whether or not to prompt the user to save unsaved queries on " -"Query Tool exit." +"Specifies whether or not to prompt the user to save unsaved queries on Query " +"Tool exit." msgstr "" -"Specifica se richiedere o meno all'utente di salvare le query non salvate" -" all'uscita da Query Tool." +"Specifica se richiedere o meno all'utente di salvare le query non salvate " +"all'uscita da Query Tool." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:114 msgid "Sort View Data results by primary key columns?" @@ -19389,28 +19195,33 @@ msgstr "" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:117 msgid "" -"If set to True, data returned when using the View/Edit Data - All Rows " -"option will be sorted by the Primary Key columns by default. When using " -"the First/Last 100 Rows options, data is always sorted." +"If set to True, data returned when using the View/Edit Data - All Rows option " +"will be sorted by the Primary Key columns by default. When using the First/Last " +"100 Rows options, data is always sorted." msgstr "" "Se impostato su True, i dati restituiti quando si utilizza l'opzione " -"Visualizza / Modifica dati - Tutte le righe verranno ordinati in base " -"alle colonne Chiave primaria per impostazione predefinita. Quando si " -"utilizzano le opzioni Prima / Ultime 100 righe, i dati vengono sempre " -"ordinati." +"Visualizza / Modifica dati - Tutte le righe verranno ordinati in base alle " +"colonne Chiave primaria per impostazione predefinita. Quando si utilizzano le " +"opzioni Prima / Ultime 100 righe, i dati vengono sempre ordinati." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:125 msgid "Default row limit for View Data" -msgstr "" +msgstr "Limite predefinito di righe per Visualizza dati" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:129 msgid "" -"Specify the maximum number of rows to fetch when using the View/Edit Data" -" - All Rows option. This appends a LIMIT clause to the generated query, " -"which can significantly improve performance on very large tables. Set to " -"0 (the default) to fetch all rows with no limit (the existing behavior). " -"This does not affect the First/Last 100 Rows options." +"Specify the maximum number of rows to fetch when using the View/Edit Data - All " +"Rows option. This appends a LIMIT clause to the generated query, which can " +"significantly improve performance on very large tables. Set to 0 (the default) " +"to fetch all rows with no limit (the existing behavior). This does not affect " +"the First/Last 100 Rows options." msgstr "" +"Specifica il numero massimo di righe da recuperare quando si utilizza l'opzione " +"\"Visualizza/Modifica dati - Tutte le righe\". Questa operazione aggiunge una " +"clausola LIMIT alla query generata, il che può migliorare notevolmente le " +"prestazioni su tabelle di grandi dimensioni. Impostare su 0 (valore predefinito) " +"per recuperare tutte le righe senza limiti (comportamento preesistente). Questa " +"impostazione non influisce sulle opzioni \"Prime/Ultime 100 righe\"." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:140 msgid "Prompt to save unsaved data changes?" @@ -19418,8 +19229,8 @@ msgstr "Richiesta di salvare le modifiche ai dati non salvati?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:143 msgid "" -"Specifies whether or not to prompt the user to save unsaved data on data " -"grid exit." +"Specifies whether or not to prompt the user to save unsaved data on data grid " +"exit." msgstr "" "Specifica se richiedere o meno all'utente di salvare i dati non salvati " "all'uscita dalla griglia dati." @@ -19430,8 +19241,8 @@ msgstr "Hai richiesto di eseguire il commit / rollback delle transazioni attive? #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:154 msgid "" -"Specifies whether or not to prompt the user to commit or rollback an " -"active transaction on Query Tool exit." +"Specifies whether or not to prompt the user to commit or rollback an active " +"transaction on Query Tool exit." msgstr "" "Specifica se richiedere o meno all'utente di confermare o annullare una " "transazione attiva all'uscita da Query Tool." @@ -19442,11 +19253,10 @@ msgstr "Copia SQL dalla finestra principale allo strumento di query?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:165 msgid "" -"Specifies whether or not to copy SQL to the Query Tool from the main " -"window." +"Specifies whether or not to copy SQL to the Query Tool from the main window." msgstr "" -"Specifica se copiare o meno il codice SQL nello strumento Query dalla " -"finestra principale." +"Specifica se copiare o meno il codice SQL nello strumento Query dalla finestra " +"principale." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:172 msgid "Open the file in a new tab?" @@ -19462,12 +19272,12 @@ msgstr "Mostra avviso promozione visualizzazione/modifica dati?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:186 msgid "" -"If set to True, the View/Edit Data tool will show a confirmation dialog " -"to promote to Query Tool when the query is edited." +"If set to True, the View/Edit Data tool will show a confirmation dialog to " +"promote to Query Tool when the query is edited." msgstr "" "Se impostato su Vero, lo strumento Visualizza/Modifica dati mostrerà una " -"finestra di dialogo di conferma per passare allo strumento Query quando " -"la query viene modificata." +"finestra di dialogo di conferma per passare allo strumento Query quando la query " +"viene modificata." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:193 msgid "Underline query at cursor?" @@ -19475,11 +19285,11 @@ msgstr "Sottolineare la query alla posiizone del cursore?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:197 msgid "" -"If set to True, the Query Tool will parse and underline the query at the " -"cursor position." +"If set to True, the Query Tool will parse and underline the query at the cursor " +"position." msgstr "" -"Se impostato su True, lo strumento di query analizzerà e sottolineerà la " -"query nella posizione del cursore." +"Se impostato su True, lo strumento di query analizzerà e sottolineerà la query " +"nella posizione del cursore." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:204 msgid "Underlined query execute warning?" @@ -19487,14 +19297,13 @@ msgstr "Avviso di esecuzione query sottolineata?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:208 msgid "" -"If set to True, the Query Tool will display a warning when clicking the " -"Execute Query button. The warning will appear only if \"Underline query " -"at cursor?\" is set to False." +"If set to True, the Query Tool will display a warning when clicking the Execute " +"Query button. The warning will appear only if \"Underline query at cursor?\" is " +"set to False." msgstr "" -"Se impostato su True, lo Strumento di query visualizzerà un avviso quando" -" si fa clic sul pulsante Esegui query. L'avviso verrà visualizzato solo " -"se \"Sottolineare la query in corrispondenza del cursore?\" è impostato " -"su False." +"Se impostato su True, lo Strumento di query visualizzerà un avviso quando si fa " +"clic sul pulsante Esegui query. L'avviso verrà visualizzato solo se " +"\"Sottolineare la query in corrispondenza del cursore?\" è impostato su False." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:216 msgid "CSV quoting" @@ -19529,14 +19338,13 @@ msgstr "Sostituisci valori null con" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:261 msgid "" -"Specifies the string that represents a null value while downloading query" -" results as CSV. You can specify any arbitrary string to represent a null" -" value, with quotes if desired." +"Specifies the string that represents a null value while downloading query " +"results as CSV. You can specify any arbitrary string to represent a null value, " +"with quotes if desired." msgstr "" -"Specifica la stringa che rappresenta un valore null durante il download " -"dei risultati della query come CSV. È possibile specificare qualsiasi " -"stringa arbitraria per rappresentare un valore null, con virgolette se lo" -" si desidera." +"Specifica la stringa che rappresenta un valore null durante il download dei " +"risultati della query come CSV. È possibile specificare qualsiasi stringa " +"arbitraria per rappresentare un valore null, con virgolette se lo si desidera." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:270 msgid "Result copy quoting" @@ -19545,8 +19353,8 @@ msgstr "Quotazione copia risultato" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:283 msgid "Result copy quote character. Not applied when copying a single cell." msgstr "" -"Carattere di virgoletta per la copia del risultato. Non applicato quando " -"si copia una singola cella." +"Carattere di virgoletta per la copia del risultato. Non applicato quando si " +"copia una singola cella." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:296 msgid "Result copy field separator" @@ -19566,16 +19374,15 @@ msgstr "Nome della colonna" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:315 msgid "" -"If set to 'Column data', columns will auto-size to the maximum width of " -"the data in the column as loaded in the first batch. If set to 'Column " -"name', the column will be sized to the widest of the data type or column " -"name." +"If set to 'Column data', columns will auto-size to the maximum width of the data " +"in the column as loaded in the first batch. If set to 'Column name', the column " +"will be sized to the widest of the data type or column name." msgstr "" "Se impostato su \"Dati colonna\", le colonne verranno ridimensionate " -"automaticamente in base alla larghezza massima dei dati nella colonna " -"caricati nel primo batch. Se impostato su \"Nome colonna\", la colonna " -"verrà ridimensionata in base alla larghezza massima del tipo di dati o " -"del nome della colonna." +"automaticamente in base alla larghezza massima dei dati nella colonna caricati " +"nel primo batch. Se impostato su \"Nome colonna\", la colonna verrà " +"ridimensionata in base alla larghezza massima del tipo di dati o del nome della " +"colonna." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:325 msgid "Maximum column width" @@ -19583,8 +19390,8 @@ msgstr "Larghezza massima della colonna" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:328 msgid "" -"Specify the maximum width of the column in pixels when 'Columns sized by'" -" is set to 'Column data'." +"Specify the maximum width of the column in pixels when 'Columns sized by' is set " +"to 'Column data'." msgstr "" "Specificare la larghezza massima della colonna in pixel quando 'Colonne " "dimensionate per' è impostato su 'Dati colonna'." @@ -19595,12 +19402,12 @@ msgstr "Righe dei risultati dei dati per pagina" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:338 msgid "" -"Specify the number of records to fetch in one batch. Changing this value " -"will override the DATA_RESULT_ROWS_PER_PAGE setting from the config file." +"Specify the number of records to fetch in one batch. Changing this value will " +"override the DATA_RESULT_ROWS_PER_PAGE setting from the config file." msgstr "" -"Specifica il numero di record da recuperare in un batch. La modifica di " -"questo valore sovrascriverà l'impostazione DATA_RESULT_ROWS_PER_PAGE del " -"file di configurazione." +"Specifica il numero di record da recuperare in un batch. La modifica di questo " +"valore sovrascriverà l'impostazione DATA_RESULT_ROWS_PER_PAGE del file di " +"configurazione." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:346 msgid "Striped rows?" @@ -19608,11 +19415,11 @@ msgstr "Righe a strisce?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:348 msgid "" -"If set to True, the result grid will display rows with alternating " -"background colors." +"If set to True, the result grid will display rows with alternating background " +"colors." msgstr "" -"Se impostato su Vero, la griglia dei risultati visualizzerà le righe con " -"colori di sfondo alternati." +"Se impostato su Vero, la griglia dei risultati visualizzerà le righe con colori " +"di sfondo alternati." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:354 msgid "Max column data display length" @@ -19628,11 +19435,11 @@ msgstr "Stato della connessione" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:364 msgid "" -"If set to True, the Query Tool will monitor and display the connection " -"and transaction status." +"If set to True, the Query Tool will monitor and display the connection and " +"transaction status." msgstr "" -"Se impostato su True, lo Strumento di query monitorerà e visualizzerà lo " -"stato della connessione e della transazione." +"Se impostato su True, lo Strumento di query monitorerà e visualizzerà lo stato " +"della connessione e della transazione." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:371 msgid "Connection status refresh rate" @@ -19641,8 +19448,7 @@ msgstr "Frequenza di aggiornamento dello stato della connessione" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:375 msgid "The number of seconds between connection/transaction status polls." msgstr "" -"Il numero di secondi tra sondaggi sullo stato della connessione / " -"transazione." +"Il numero di secondi tra sondaggi sullo stato della connessione / transazione." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:382 msgid "Show query success notification?" @@ -19650,8 +19456,8 @@ msgstr "Mostra la notifica di esito positivo della query?" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:384 msgid "" -"If set to True, the Query Tool will show notifications on successful " -"query execution." +"If set to True, the Query Tool will show notifications on successful query " +"execution." msgstr "" "Se impostato su True, lo Strumento di query mostrerà le notifiche " "sull'esecuzione andata a buon fine della query." @@ -19716,8 +19522,8 @@ msgstr "Auto completamento" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:763 msgid "If set to True, keywords will be displayed in upper case for autocomplete." msgstr "" -"Se impostato su Vero, le parole chiave verranno visualizzate in maiuscolo" -" per il completamento automatico." +"Se impostato su Vero, le parole chiave verranno visualizzate in maiuscolo per il " +"completamento automatico." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:769 msgid "Autocomplete on key press" @@ -19725,14 +19531,13 @@ msgstr "Completamento automatico alla pressione del tasto" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:771 msgid "" -"If set to True, autocomplete will be available on key press along with " -"CTRL/CMD + Space. If set to False, autocomplete is only activated when " -"CTRL/CMD + Space is pressed." +"If set to True, autocomplete will be available on key press along with CTRL/CMD " +"+ Space. If set to False, autocomplete is only activated when CTRL/CMD + Space " +"is pressed." msgstr "" -"Se impostato su True, il completamento automatico sarà disponibile " -"premendo il tasto insieme a CTRL/CMD + Spazio. Se impostato su False, il " -"completamento automatico viene attivato solo quando viene premuto " -"CTRL/CMD + Spazio." +"Se impostato su True, il completamento automatico sarà disponibile premendo il " +"tasto insieme a CTRL/CMD + Spazio. Se impostato su False, il completamento " +"automatico viene attivato solo quando viene premuto CTRL/CMD + Spazio." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:816 msgid "Auto complete" @@ -19744,79 +19549,89 @@ msgstr "Limite di riga" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:836 msgid "" -"This setting specifies the maximum number of rows that will be plotted on" -" a chart. Increasing this limit may impact performance if charts are " -"plotted with very high numbers of rows." +"This setting specifies the maximum number of rows that will be plotted on a " +"chart. Increasing this limit may impact performance if charts are plotted with " +"very high numbers of rows." msgstr "" -"Questa impostazione specifica il numero massimo di righe che verranno " -"tracciate su un grafico. L'aumento di questo limite può influire sulle " -"prestazioni se i grafici vengono tracciati con un numero di righe molto " -"elevato." +"Questa impostazione specifica il numero massimo di righe che verranno tracciate " +"su un grafico. L'aumento di questo limite può influire sulle prestazioni se i " +"grafici vengono tracciati con un numero di righe molto elevato." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:844 msgid "Custom tile provider URL" -msgstr "" +msgstr "URL personalizzato del provider di tile" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:850 #, python-brace-format msgid "" -"URL template of a custom XYZ tile provider used as a base layer in the " -"Geometry Viewer, e.g. https://myserver.example.com/tiles/{z}/{x}/{y}.png." -" The template must contain the {x}, {y} and {z} placeholders, and may " -"contain {s} for subdomains (a, b, c). Leave empty to disable the custom " -"tile provider." +"URL template of a custom XYZ tile provider used as a base layer in the Geometry " +"Viewer, e.g. https://myserver.example.com/tiles/{z}/{x}/{y}.png. The template " +"must contain the {x}, {y} and {z} placeholders, and may contain {s} for " +"subdomains (a, b, c). Leave empty to disable the custom tile provider." msgstr "" +"Modello URL di un provider di tile XYZ personalizzato utilizzato come livello di " +"base nel Geometry Viewer, ad es. https://myserver.example.com/tiles/{z}/{x}/" +"{y}.png. Il modello deve contenere i segnaposto {x}, {y} e {z} e può includere " +"{s} per i sottodomini (a, b, c). Lasciare vuoto per disabilitare il provider di " +"tile personalizzato." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:862 msgid "Custom tile provider name" -msgstr "" +msgstr "Nome del fornitore di riquadri personalizzati" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:864 msgid "" -"Display name of the custom tile provider in the layer selector of the " -"Geometry Viewer." +"Display name of the custom tile provider in the layer selector of the Geometry " +"Viewer." msgstr "" +"Nome visualizzato del provider di tile personalizzate nel selettore dei layer " +"del Geometry Viewer." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:871 msgid "Custom tile provider CRS" -msgstr "" +msgstr "Custom tile provider CRS" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:873 msgid "EPSG:3857 (Web Mercator)" -msgstr "" +msgstr "EPSG:3857 (Web Mercator)" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:875 msgid "EPSG:4326" -msgstr "" +msgstr "EPSG:4326" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:876 msgid "EPSG:3395" -msgstr "" +msgstr "EPSG:3395" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:881 msgid "" -"Coordinate reference system of the custom tile provider. If it is not " -"EPSG:3857 (Web Mercator), the built-in tile layers will be hidden as they" -" cannot be mixed with other coordinate systems." +"Coordinate reference system of the custom tile provider. If it is not EPSG:3857 " +"(Web Mercator), the built-in tile layers will be hidden as they cannot be mixed " +"with other coordinate systems." msgstr "" +"Sistema di riferimento delle coordinate del provider di tile personalizzato. Se " +"non è EPSG:3857 (Web Mercator), i livelli di tile integrati verranno nascosti, " +"poiché non possono essere combinati con altri sistemi di coordinate." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:889 msgid "Custom tile provider attribution" -msgstr "" +msgstr "Attribuzione del provider di tile personalizzate" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:891 msgid "" -"Attribution text shown on the map for the custom tile provider. May " -"contain HTML links." +"Attribution text shown on the map for the custom tile provider. May contain HTML " +"links." msgstr "" +"Testo di attribuzione visualizzato sulla mappa per il provider di tile " +"personalizzato. Può contenere link HTML." #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:898 msgid "Custom tile provider max zoom" -msgstr "" +msgstr "Provider di tile personalizzate – zoom massimo" #: pgadmin/tools/sqleditor/utils/query_tool_preferences.py:901 msgid "Maximum zoom level of the custom tile provider." -msgstr "" +msgstr "Livello di zoom massimo del provider di tile personalizzato." #: pgadmin/tools/user_management/PgAdminPermissions.py:52 msgid "Manage Server" @@ -19871,11 +19686,10 @@ msgstr "Ruolo non trovato" #: pgadmin/tools/user_management/__init__.py:410 #, python-brace-format msgid "" -"To proceed, ensure that all users assigned the '{0}' role have been " -"reassigned." +"To proceed, ensure that all users assigned the '{0}' role have been reassigned." msgstr "" -"Per procedere, assicurati che tutti gli utenti a cui è stato assegnato il" -" ruolo '{0}' siano stati riassegnati." +"Per procedere, assicurati che tutti gli utenti a cui è stato assegnato il ruolo " +"'{0}' siano stati riassegnati." #: pgadmin/tools/user_management/__init__.py:568 msgid "Role name must be unique." @@ -19884,8 +19698,8 @@ msgstr "Il nome del ruolo deve essere univoco." #: pgadmin/tools/user_management/__init__.py:599 msgid "User email or username must be unique for each authentication source." msgstr "" -"L'indirizzo email o il nome utente dell'utente devono essere univoci per " -"ogni fonte di autenticazione." +"L'indirizzo email o il nome utente dell'utente devono essere univoci per ogni " +"fonte di autenticazione." #: pgadmin/tools/user_management/__init__.py:615 #, python-brace-format @@ -20050,13 +19864,12 @@ msgstr "È richiesto l'aggiornamento della vista ad albero Esplora oggetti" #: pgadmin/tools/user_management/static/js/Users.jsx:119 msgid "" -"The ownership of the shared server was changed or the shared server was " -"deleted, so the object explorer tree refresh is required. Do you wish to " -"refresh the tree?" +"The ownership of the shared server was changed or the shared server was deleted, " +"so the object explorer tree refresh is required. Do you wish to refresh the tree?" msgstr "" -"La proprietà del server condiviso è stata modificata o il server " -"condiviso è stato eliminato, pertanto è necessario aggiornare la vista ad" -" albero di Esplora oggetti. Vuoi rinfrescare la vista?" +"La proprietà del server condiviso è stata modificata o il server condiviso è " +"stato eliminato, pertanto è necessario aggiornare la vista ad albero di Esplora " +"oggetti. Vuoi rinfrescare la vista?" #: pgadmin/tools/user_management/static/js/Users.jsx:145 #, python-format @@ -20086,16 +19899,15 @@ msgstr "Gestione utenti" #: pgadmin/utils/__init__.py:345 msgid "Utility file not found. Please correct the Binary Path in the Preferences" msgstr "" -"File di utilità non trovato. Correggere il percorso binario nelle " -"Preferenze" +"File di utilità non trovato. Correggere il percorso binario nelle Preferenze" #: pgadmin/utils/__init__.py:351 msgid "" -"Please correct the Binary Path in the Preferences. pgAdmin storage " -"directory cannot be a utility binary directory." +"Please correct the Binary Path in the Preferences. pgAdmin storage directory " +"cannot be a utility binary directory." msgstr "" -"Correggere il percorso binario nelle Preferenze. La directory di " -"archiviazione di pgAdmin non può essere una directory binaria di utilità." +"Correggere il percorso binario nelle Preferenze. La directory di archiviazione " +"di pgAdmin non può essere una directory binaria di utilità." #: pgadmin/utils/__init__.py:356 #, python-format @@ -20150,8 +19962,7 @@ msgstr "Errore durante la creazione del server '%s': %s" #, python-format msgid "Error clearing server configuration with error (%s)" msgstr "" -"Errore durante la cancellazione della configurazione del server con " -"errore (%s)" +"Errore durante la cancellazione della configurazione del server con errore (%s)" #: pgadmin/utils/ajax.py:162 msgid "Not implemented." @@ -20259,12 +20070,11 @@ msgstr "PostgreSQL 18" #: pgadmin/utils/constants.py:129 msgid "" -"Unable to find a dll needed by the utility. Ensure .dll files needed by " -"the utility are in the same folder as your executable." +"Unable to find a dll needed by the utility. Ensure .dll files needed by the " +"utility are in the same folder as your executable." msgstr "" -"Impossibile trovare una DLL necessaria all'utilità. Assicurarsi che i " -"file .dll necessari all'utilità si trovino nella stessa cartella " -"dell'eseguibile." +"Impossibile trovare una DLL necessaria all'utilità. Assicurarsi che i file .dll " +"necessari all'utilità si trovino nella stessa cartella dell'eseguibile." #: pgadmin/utils/constants.py:135 #, python-format @@ -20273,8 +20083,8 @@ msgstr "Impossibile trovare l'ID utente specificato (%s)." #: pgadmin/utils/constants.py:144 msgid "" -"Access denied: You’re having limited access. You’re not allowed to " -"Rename, Delete or Create any files/folders" +"Access denied: You’re having limited access. You’re not allowed to Rename, " +"Delete or Create any files/folders" msgstr "" "Accesso negato: hai accesso limitato. Non sei autorizzato a rinominare, " "eliminare o creare file/cartelle" @@ -20282,11 +20092,11 @@ msgstr "" #: pgadmin/utils/exception.py:70 #, python-brace-format msgid "" -"Connection to the SSH Tunnel for host '{0}' has been lost. Reconnect to " -"the database server." +"Connection to the SSH Tunnel for host '{0}' has been lost. Reconnect to the " +"database server." msgstr "" -"La connessione al tunnel SSH per l'host '{0}' è andata persa. " -"Riconnettersi al server di database." +"La connessione al tunnel SSH per l'host '{0}' è andata persa. Riconnettersi al " +"server di database." #: pgadmin/utils/heartbeat.py:35 msgid "Manager not found. Stopped Heartbeat logging." @@ -20359,26 +20169,26 @@ msgid "" "Failed to execute the post connection SQL with below error message:\n" "{msg}" msgstr "" -"Impossibile eseguire la query SQL post-connessione con il seguente " -"messaggio di errore:\n" +"Impossibile eseguire la query SQL post-connessione con il seguente messaggio di " +"errore:\n" "{msg}" #: pgadmin/utils/driver/psycopg3/connection.py:772 #, python-brace-format msgid "" -"Failed to create cursor for psycopg3 connection with error message for " -"the server#{1}:{2}:\n" +"Failed to create cursor for psycopg3 connection with error message for the " +"server#{1}:{2}:\n" "{0}" msgstr "" -"Impossibile creare il cursore per la connessione psycopg3 con messaggio " -"di errore per il server#{1}:{2}:\n" +"Impossibile creare il cursore per la connessione psycopg3 con messaggio di " +"errore per il server#{1}:{2}:\n" "{0}" #: pgadmin/utils/driver/psycopg3/connection.py:784 #, python-brace-format msgid "" -"Attempting to reconnect to the database server (#{server_id}) for the " -"connection - '{conn_id}'." +"Attempting to reconnect to the database server (#{server_id}) for the connection " +"- '{conn_id}'." msgstr "" "Tentativo di riconnettersi al server di database (# {server_id}) per la " "connessione - '{conn_id}'." @@ -20401,8 +20211,7 @@ msgid "" "{0}" msgstr "" "\n" -"Impossibile ripristinare la connessione al server a causa del seguente " -"errore:\n" +"Impossibile ripristinare la connessione al server a causa del seguente errore:\n" "{0}" #: pgadmin/utils/driver/psycopg3/connection.py:1727 @@ -20412,17 +20221,16 @@ msgstr "Non connesso al database server." #: pgadmin/utils/driver/psycopg3/connection.py:1747 #, python-brace-format msgid "" -"Asynchronous notification \"{0}\" with payload \"{1}\" received from " -"server process with PID {2}\n" +"Asynchronous notification \"{0}\" with payload \"{1}\" received from server " +"process with PID {2}\n" msgstr "" -"Notifica asincrona \"{0}\" con payload \"{1}\" ricevuta dal processo del " -"server con PID {2}\n" +"Notifica asincrona \"{0}\" con payload \"{1}\" ricevuta dal processo del server " +"con PID {2}\n" #: pgadmin/utils/driver/psycopg3/connection.py:1753 #, python-brace-format msgid "" -"Asynchronous notification \"{0}\" received from server process with PID " -"{1}\n" +"Asynchronous notification \"{0}\" received from server process with PID {1}\n" msgstr "Notifica asincrona \"{0}\" ricevuta dal processo del server con PID {1}\n" #: pgadmin/utils/driver/psycopg3/connection.py:1790 @@ -20473,48 +20281,38 @@ msgstr "" #: pgadmin/utils/driver/psycopg3/server_manager.py:616 msgid "" "Failed to create the SSH tunnel. Possible causes:\n" -"1. Enter the correct tunnel password (Clear saved password if it has " -"changed).\n" -" 2. If using an identity file that requires a password, enable “Prompt " -"for Password?” in the server dialog. \n" +"1. Enter the correct tunnel password (Clear saved password if it has changed).\n" +" 2. If using an identity file that requires a password, enable “Prompt for " +"Password?” in the server dialog. \n" " 3. Verify the host address." msgstr "" "Impossibile creare il tunnel SSH. Possibili cause:\n" -"1. Inserire la password corretta del tunnel (cancellare la password " -"salvata se è cambiata).\n" -"2. Se si utilizza un file di identità che richiede una password, " -"abilitare \"Richiedi password?\" nella finestra di dialogo del server.\n" +"1. Inserire la password corretta del tunnel (cancellare la password salvata se è " +"cambiata).\n" +"2. Se si utilizza un file di identità che richiede una password, abilitare " +"\"Richiedi password?\" nella finestra di dialogo del server.\n" "3. Verificare l'indirizzo host." #~ msgid "" -#~ "Path to a file containing your " -#~ "Anthropic API key. The file should " -#~ "contain only the API key." +#~ "Path to a file containing your Anthropic API key. The file should contain " +#~ "only the API key." #~ msgstr "" -#~ "Percorso di un file contenente la " -#~ "tua chiave API di Anthropic. Il " -#~ "file deve contenere solo la chiave " -#~ "API." +#~ "Percorso di un file contenente la tua chiave API di Anthropic. Il file deve " +#~ "contenere solo la chiave API." #~ msgid "" -#~ "Path to a file containing your " -#~ "OpenAI API key. The file should " -#~ "contain only the API key." +#~ "Path to a file containing your OpenAI API key. The file should contain only " +#~ "the API key." #~ msgstr "" -#~ "Percorso di un file contenente la " -#~ "chiave API di OpenAI. Il file deve" -#~ " contenere solo la chiave API." +#~ "Percorso di un file contenente la chiave API di OpenAI. Il file deve " +#~ "contenere solo la chiave API." #~ msgid "" -#~ "URL for the Docker Model Runner " -#~ "API endpoint (e.g., http://localhost:12434). " -#~ "Available in Docker Desktop 4.40 and " -#~ "later." +#~ "URL for the Docker Model Runner API endpoint (e.g., http://localhost:12434). " +#~ "Available in Docker Desktop 4.40 and later." #~ msgstr "" -#~ "URL per l'endpoint dell'API Docker Model" -#~ " Runner (ad esempio, http://localhost:12434). " -#~ "Disponibile in Docker Desktop 4.40 e " -#~ "versioni successive." +#~ "URL per l'endpoint dell'API Docker Model Runner (ad esempio, http://" +#~ "localhost:12434). Disponibile in Docker Desktop 4.40 e versioni successive." #~ msgid "Examining node costs..." #~ msgstr "Esaminando i costi dei nodi..." @@ -20541,15 +20339,11 @@ msgstr "" #~ msgstr "Query SQL generata dalla tua richiesta." #~ msgid "" -#~ "Describe what SQL you need and " -#~ "I'll generate it for you. I can" -#~ " help with SELECT, INSERT, UPDATE, " -#~ "DELETE, and DDL statements." +#~ "Describe what SQL you need and I'll generate it for you. I can help with " +#~ "SELECT, INSERT, UPDATE, DELETE, and DDL statements." #~ msgstr "" -#~ "Descrivi il codice SQL di cui hai" -#~ " bisogno e lo genererò per te. " -#~ "Posso aiutarti con le istruzioni SELECT," -#~ " INSERT, UPDATE, DELETE e DDL." +#~ "Descrivi il codice SQL di cui hai bisogno e lo genererò per te. Posso " +#~ "aiutarti con le istruzioni SELECT, INSERT, UPDATE, DELETE e DDL." #~ msgid "Describe the SQL you need..." #~ msgstr "Descrivi il codice SQL di cui hai bisogno..." @@ -20558,18 +20352,13 @@ msgstr "" #~ msgstr "Richiedi password?" #~ msgid "" -#~ "This setting applies only when using " -#~ "an identity file. An identity file " -#~ "may or may not have a password." -#~ " If set to true the system will" -#~ " prompt for the password." +#~ "This setting applies only when using an identity file. An identity file may " +#~ "or may not have a password. If set to true the system will prompt for the " +#~ "password." #~ msgstr "" -#~ "Questa impostazione si applica solo " -#~ "quando si utilizza un file di " -#~ "identità. Un file di identità può " -#~ "avere o meno una password. Se " -#~ "impostata su \"true\", il sistema " -#~ "richiederà la password." +#~ "Questa impostazione si applica solo quando si utilizza un file di identità. " +#~ "Un file di identità può avere o meno una password. Se impostata su \"true\", " +#~ "il sistema richiederà la password." #~ msgid "Authentication session expired." #~ msgstr "La sessione di autenticazione è scaduta." @@ -20602,35 +20391,28 @@ msgstr "" #~ msgstr "Verifica fallita. Accesso negato..." #~ msgid "" -#~ "Authentication completed successfully but you" -#~ " do not have permission to create " -#~ "the cluster." +#~ "Authentication completed successfully but you do not have permission to " +#~ "create the cluster." #~ msgstr "" -#~ "Autenticazione completata correttamente ma non" -#~ " disponi dell'autorizzazione per creare il" -#~ " cluster." +#~ "Autenticazione completata correttamente ma non disponi dell'autorizzazione " +#~ "per creare il cluster." #~ msgid "Authentication is aborted." #~ msgstr "L'autenticazione è stata interrotta." #~ msgid "Error while verifying EDB BigAnimal: ${error.response.data.errormsg}" #~ msgstr "" -#~ "Errore durante la verifica di EDB " -#~ "BigAnimal: ${error.response.data.errormsg}" +#~ "Errore durante la verifica di EDB BigAnimal: ${error.response.data.errormsg}" #~ msgid "The verification code to authenticate pgAdmin to EDB BigAnimal is: " #~ msgstr "Il codice di verifica per autenticare pgAdmin su EDB BigAnimal è: " #~ msgid "" -#~ "By clicking the button below, you " -#~ "will be redirected to the EDB " -#~ "BigAnimal authentication page in a new" -#~ " tab." +#~ "By clicking the button below, you will be redirected to the EDB BigAnimal " +#~ "authentication page in a new tab." #~ msgstr "" -#~ "Facendo clic sul pulsante sottostante, " -#~ "verrai reindirizzato alla pagina di " -#~ "autenticazione EDB BigAnimal in una " -#~ "nuova scheda." +#~ "Facendo clic sul pulsante sottostante, verrai reindirizzato alla pagina di " +#~ "autenticazione EDB BigAnimal in una nuova scheda." #~ msgid "Click here to authenticate yourself to EDB BigAnimal" #~ msgstr "Clicca qui per autenticarti su EDB BigAnimal" @@ -20684,9 +20466,8 @@ msgstr "" #~ msgstr "Numero di repliche in standby" #~ msgid "" -#~ "Adding standby replicas will increase " -#~ "your number of CPUs, as well as" -#~ " your cost." +#~ "Adding standby replicas will increase your number of CPUs, as well as your " +#~ "cost." #~ msgstr "L'aggiunta di repliche in standby aumenterà il numero di CPU e i costi." #~ msgid "1" @@ -20703,13 +20484,11 @@ msgstr "" #~ msgid "Please enter the volume size in the range between 1 to 16384." #~ msgstr "" -#~ "Inserisci la dimensione del volume " -#~ "nell'intervallo compreso tra 1 e 16384." +#~ "Inserisci la dimensione del volume nell'intervallo compreso tra 1 e 16384." #~ msgid "Please enter the volume size in the range between 4 to 16384." #~ msgstr "" -#~ "Inserisci la dimensione del volume " -#~ "nell'intervallo compreso tra 4 e 16384." +#~ "Inserisci la dimensione del volume nell'intervallo compreso tra 4 e 16384." #~ msgid "Please enter volume IOPS." #~ msgstr "Inserisci il volume IOPS." @@ -20739,16 +20518,12 @@ msgstr "" #~ msgstr "Password del database" #~ msgid "" -#~ "IP address range for allowed inbound " -#~ "traffic, for example: 127.0.0.1/32. Add " -#~ "multiple IP addresses/ranges separated with" -#~ " commas. Leave blank for 0.0.0.0/0" +#~ "IP address range for allowed inbound traffic, for example: 127.0.0.1/32. Add " +#~ "multiple IP addresses/ranges separated with commas. Leave blank for 0.0.0.0/0" #~ msgstr "" -#~ "Intervallo di indirizzi IP per il " -#~ "traffico in entrata consentito, ad " -#~ "esempio: 127.0.0.1/32. Aggiungi più " -#~ "indirizzi/intervalli IP separati da virgole." -#~ " Lascia vuoto per 0.0.0.0/0" +#~ "Intervallo di indirizzi IP per il traffico in entrata consentito, ad esempio: " +#~ "127.0.0.1/32. Aggiungi più indirizzi/intervalli IP separati da virgole. " +#~ "Lascia vuoto per 0.0.0.0/0" #~ msgid "Instance Type" #~ msgstr "Tipo di istanza" @@ -20758,4 +20533,3 @@ msgstr "" #~ msgid "The specified server group cannot be deleted." #~ msgstr "Il gruppo di server specificato non può essere eliminato." -