-
Notifications
You must be signed in to change notification settings - Fork 3k
Dev UI Italian - as translated by AI #51192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+1,466
−0
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
extensions/agroal/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| import { str } from '@lit/localize'; | ||
|
|
||
| export const templates = { | ||
| 'quarkus-agroal-meta-description': 'Sorgenti dati JDBC e pooling delle connessioni', | ||
| 'quarkus-agroal-database_view': 'Vista del database', | ||
| 'quarkus-agroal-fetching-data-sources': 'Recupero delle fonti di dati...', | ||
| 'quarkus-agroal-loading': 'Caricamento', | ||
| 'quarkus-agroal-import-sql-script': 'Importa script SQL', | ||
| 'quarkus-agroal-save-insert-script': 'Salva lo script di inserimento', | ||
| 'quarkus-agroal-copy-insert-script': 'Copia lo script di inserimento', | ||
| 'quarkus-agroal-er-diagram': 'Diagramma ER', | ||
| 'quarkus-agroal-generate-more-data': 'Usa Quarkus Assistant per generare più dati.', | ||
| 'quarkus-agroal-generating-more-data': 'Quarkus Assistant sta generando ulteriori dati ... per favore attendi', | ||
| 'quarkus-agroal-generating-data': 'Quarkus Assistant sta generando dati ... per favore aspetta', | ||
| 'quarkus-agroal-file-saved': 'File salvato con successo', | ||
| 'quarkus-agroal-copied-to-clipboard': 'Copia nella clipboard riuscita!', | ||
| 'quarkus-agroal-no-active-datasource': 'Nessuna fonte dati locale attiva trovata.', | ||
| 'quarkus-agroal-datasource-label': 'Origine dati', | ||
| 'quarkus-agroal-create-import-sql': 'Crea un import.sql dai dati attuali', | ||
| 'quarkus-agroal-import-sql': 'importa.sql', | ||
| 'quarkus-agroal-tables': 'Tabelle', | ||
| 'quarkus-agroal-fetching-tables': 'Caricamento delle tabelle...', | ||
| 'quarkus-agroal-generate-er-diagram-title': 'Genera un diagramma ER per le tabelle.', | ||
| 'quarkus-agroal-refresh': 'Aggiorna', | ||
| 'quarkus-agroal-data': 'Dati', | ||
| 'quarkus-agroal-definition': 'Definizione', | ||
| 'quarkus-agroal-stop-watching': 'Smetti di osservare', | ||
| 'quarkus-agroal-start-watching': 'Inizia osservazione', | ||
| 'quarkus-agroal-fetching-data': 'Recupero dati ...', | ||
| 'quarkus-agroal-no-data': 'Nessun dato.', | ||
| 'quarkus-agroal-generate-some-data-title': 'Usa Quarkus Assistant per generare alcuni dati.', | ||
| 'quarkus-agroal-generate-some-data': 'Genera alcuni dati', | ||
| 'quarkus-agroal-clear': 'Cancella', | ||
| 'quarkus-agroal-run': 'Esegui', | ||
| 'quarkus-agroal-allow-sql-execution': 'Consenti l\'esecuzione di qualsiasi espressione SQL da qui.', | ||
| 'quarkus-agroal-describe-data-english': 'Descrivi i dati che stai cercando in inglese.', | ||
| 'quarkus-agroal-using': 'Utilizzando', | ||
| 'quarkus-agroal-assistant': 'Assistente', | ||
| 'quarkus-agroal-sql': 'SQL', | ||
| 'quarkus-agroal-generating-er-diagram': 'Generazione del diagramma ER ... attendere prego', | ||
| 'quarkus-agroal-download': 'scaricare', | ||
| 'quarkus-agroal-json-value': 'Valore Json', | ||
| 'quarkus-agroal-no-tables-found': 'Nessuna tabella trovata', | ||
| 'quarkus-agroal-previous': 'Precedente', | ||
| 'quarkus-agroal-next': 'Avanti', | ||
| 'quarkus-agroal-file-save-failed': str`Impossibile salvare il file: ${0}`, | ||
| 'quarkus-agroal-copy-failed': str`Impossibile copiare il testo: ${0}`, | ||
| 'quarkus-agroal-creating-sql-from': str`Creo SQL da "${0}"`, | ||
| 'quarkus-agroal-using-sql': str`Uso SQL "${0}"`, | ||
| 'quarkus-agroal-page-of': str`${0} di ${1}`, | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/amazon-lambda-http/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-amazon-lambda-http-meta-description': 'Consenti alle applicazioni scritte per un servlet container di essere eseguite in AWS Lambda', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/amazon-lambda-rest/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-amazon-lambda-rest-meta-description': 'Crea un\'API Gateway REST API con integrazione Lambda', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/amazon-lambda-xray/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-amazon-lambda-xray-meta-description': 'Consenti a X-Ray di funzionare con il supporto Quarkus Lambda', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/amazon-lambda/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-amazon-lambda-meta-description': 'Scrivi funzioni AWS Lambda', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/apache-httpclient/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-apache-httpclient-meta-description': 'Collegati alle risorse HTTP utilizzando Apache HttpClient', | ||
| }; |
52 changes: 52 additions & 0 deletions
52
extensions/arc/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| export const templates = { | ||
| 'quarkus-arc-meta-description': 'Iniezione delle dipendenze CDI a a compile-time', | ||
| 'quarkus-arc-beans': 'Beans', | ||
| 'quarkus-arc-observers': 'Osservatori', | ||
| 'quarkus-arc-interceptors': 'Intercettori', | ||
| 'quarkus-arc-removed_components': 'Componenti rimossi', | ||
| 'quarkus-arc-category-root': 'radice', | ||
| 'quarkus-arc-category-dependencies': 'dipendenze', | ||
| 'quarkus-arc-category-declaring-bean-of-producer': 'dichiarazione di un produttore di bean', | ||
| 'quarkus-arc-category-lookup-dependency': 'cerca dipendenza', | ||
| 'quarkus-arc-no-bean-id-provided': 'Nessun bean ID fornito', | ||
| 'quarkus-arc-back': 'Indietro', | ||
| 'quarkus-arc-zoom-in': 'Aumenta zoom', | ||
| 'quarkus-arc-zoom-out': 'Riduci zoom', | ||
| 'quarkus-arc-simple-description': 'Descrizione semplice', | ||
| 'quarkus-arc-no-beans-found': 'Nessun bean trovato', | ||
| 'quarkus-arc-search': 'Cerca', | ||
| 'quarkus-arc-bean': 'Bean', | ||
| 'quarkus-arc-kind': 'Tipo', | ||
| 'quarkus-arc-associated-interceptors': 'Interceptor Associati', | ||
| 'quarkus-arc-producer-field': 'Campo del Producer', | ||
| 'quarkus-arc-producer-method': 'Metodo Producer', | ||
| 'quarkus-arc-inactive': 'Inattivo', | ||
| 'quarkus-arc-loading-fired-events': 'Caricamento evento attivato da ArC...', | ||
| 'quarkus-arc-refresh': 'Aggiorna', | ||
| 'quarkus-arc-clear': 'Cancella', | ||
| 'quarkus-arc-skip-context-lifecycle-events': 'Salta il monitoraggio degli eventi del ciclo di vita del contesto', | ||
| 'quarkus-arc-timestamp': 'Timestamp', | ||
| 'quarkus-arc-event-type': 'Tipo di evento', | ||
| 'quarkus-arc-qualifiers': 'Qualificatori', | ||
| 'quarkus-arc-interceptor-class': 'Classe Interceptor', | ||
| 'quarkus-arc-priority': 'Priorità', | ||
| 'quarkus-arc-bindings': 'Collegamenti', | ||
| 'quarkus-arc-interception-types': 'Tipi di Interceptor', | ||
| 'quarkus-arc-loading-invocation-trees': 'Caricamento degli alberi di invocazione ArC...', | ||
| 'quarkus-arc-filter-out-quarkus-beans': 'Filtra i bean di Quarkus', | ||
| 'quarkus-arc-start': 'Inizia', | ||
| 'quarkus-arc-invocations': 'Invocazioni', | ||
| 'quarkus-arc-source': 'Origine', | ||
| 'quarkus-arc-observed-type-qualifiers': 'Tipo osservato / Qualificatori', | ||
| 'quarkus-arc-reception': 'Ricezione', | ||
| 'quarkus-arc-transaction-phase': 'Fase della Transazione', | ||
| 'quarkus-arc-async': 'Asincrono', | ||
| 'quarkus-arc-removed-beans': 'Bean rimossi', | ||
| 'quarkus-arc-removed-decorators': 'Decoratori rimossi', | ||
| 'quarkus-arc-removed-interceptors': 'Interceptor rimossi', | ||
| 'quarkus-arc-no-beans-removed': 'Nessun bean rimosso', | ||
| 'quarkus-arc-not-yet-implemented': 'TODO: Non ancora implementato', | ||
| 'quarkus-arc-no-decorators-removed': 'Nessun decorator rimosso', | ||
| 'quarkus-arc-interceptor': 'Interceptor', | ||
| 'quarkus-arc-no-interceptors-removed': 'Nessun interceptor rimosso', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/assistant/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-assistant-meta-description': 'Assistente AI per la modalità Dev di Quarkus', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/avro/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-avro-meta-description': 'Fornisci supporto per il sistema di serializzazione dei dati Avro.', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/awt/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-awt-meta-description': 'Abilita l\'uso di AWT e Java2D', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/azure-functions-http/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-azure-functions-http-meta-description': 'Scrivi funzioni di Microsoft Azure', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/azure-functions/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-azure-functions-meta-description': 'Scrivi funzioni di Microsoft Azure', | ||
| }; |
13 changes: 13 additions & 0 deletions
13
extensions/cache/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| import { str } from '@lit/localize'; | ||
|
|
||
| export const templates = { | ||
| 'quarkus-cache-meta-description': 'Abilita la memorizzazione nella cache dei dati dell\'applicazione nei bean CDI', | ||
| 'quarkus-cache-caches': 'Cache', | ||
| 'quarkus-cache-back': 'Indietro', | ||
| 'quarkus-cache-loading-caches': 'Caricamento delle cache...', | ||
| 'quarkus-cache-name': 'Nome', | ||
| 'quarkus-cache-size': 'Dimensione', | ||
| 'quarkus-cache-clear': 'Pulisci', | ||
| 'quarkus-cache-keys-button': 'Chiavi', | ||
| 'quarkus-cache-found-keys': str`Trovate ${0} chiavi in ${1}`, | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/caffeine/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-caffeine-meta-description': 'Una libreria di caching ad alte prestazioni per Java', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/config-yaml/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-config-yaml-meta-description': 'Utilizza YAML per configurare la tua applicazione Quarkus.', | ||
| }; |
13 changes: 13 additions & 0 deletions
13
extensions/container-image/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| export const templates = { | ||
| 'quarkus-container-image-meta-description': 'Crea immagini di container della tua applicazione.', | ||
| 'quarkus-container-image-build_container': 'Costruisci il container', | ||
| 'quarkus-container-image-default': 'Predefinito', | ||
| 'quarkus-container-image-jar': 'Jar', | ||
| 'quarkus-container-image-mutable-jar': 'Jar modificabile', | ||
| 'quarkus-container-image-native': 'Nativo', | ||
| 'quarkus-container-image-image-builder': 'Costruttore di Immagini', | ||
| 'quarkus-container-image-generating': 'Generazione di immagini di container...', | ||
| 'quarkus-container-image-select-build-type': 'Seleziona il tipo di build (jar, nativo...) e il builder dell\'immagine del contenitore.', | ||
| 'quarkus-container-image-build-type': 'Tipo di costruzione', | ||
| 'quarkus-container-image-build-container': 'Crea container', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/credentials/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-credentials-meta-description': 'Configura le credenziali', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/cyclonedx/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-cyclonedx-meta-description': 'Genera SBOM per l\'applicazione seguendo la specifica CycloneDX.', | ||
| }; |
10 changes: 10 additions & 0 deletions
10
extensions/datasource/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| import { str } from '@lit/localize'; | ||
|
|
||
| export const templates = { | ||
| 'quarkus-datasource-meta-description': 'Configura le tue sorgenti dati', | ||
| 'quarkus-datasource-reset': 'Ripristina', | ||
| 'quarkus-datasource-loading-datasources': 'Caricamento delle sorgenti dati...', | ||
| 'quarkus-datasource-name': 'Nome', | ||
| 'quarkus-datasource-action': 'Azione', | ||
| 'quarkus-datasource-cleared': str`Il datasource ${0} è stato svuotato.`, | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/devservices/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-devservices-meta-description': 'Configura i devservices', | ||
| }; |
3 changes: 3 additions & 0 deletions
3
extensions/devui/deployment/src/main/resources/dev-ui/i18n/it.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| export const templates = { | ||
| 'quarkus-devui-meta-description': 'Interfaccia di sviluppo Quarkus', | ||
| }; |
94 changes: 94 additions & 0 deletions
94
extensions/devui/resources/src/main/resources/dev-ui/i18n/it-IT.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,94 @@ | ||||||
| import { str } from '@lit/localize'; | ||||||
|
|
||||||
| export const templates = { | ||||||
| 'extensions-unfavour': 'Rimuovi questa estensione dai preferiti', | ||||||
| 'menu-workspace': 'Area di lavoro', | ||||||
| 'menu-continuous_testing': 'Continuous Testing', | ||||||
| 'menu-readme': 'Leggi il documento di presentazione', | ||||||
| 'theme-light-label': 'Light mode', | ||||||
| 'bugs-feature-label': 'Errori / Funzionalità', | ||||||
| 'devmcp-read-more-link': 'Scopri di più su Dev MCP', | ||||||
| 'devmcp-not-enabled': 'Dev MCP non è abilitato.', | ||||||
| 'devmcp-enable': 'Attiva Dev MCP', | ||||||
| 'devmcp-connect-instr': 'Connettiti al server MCP di Quarkus Dev con:', | ||||||
| 'devmcp-protocol': 'Flusso HTTP remoto', | ||||||
| 'devmcp-copied': 'Copiato negli appunti.', | ||||||
| 'devmcp-copy-failed': 'Copiatura negli appunti fallita.', | ||||||
| 'devmcp-fetching-tools': 'Recupero strumenti...', | ||||||
| 'assistant-warning-explanation': 'L\'assistente Quarkus può fare errori. Controlla le risposte.', | ||||||
| 'assistant-warning': 'Avviso', | ||||||
| 'footer-testing': 'Collaudo', | ||||||
| 'log-zoom-out': 'Riduci', | ||||||
| 'log-zoom-in': 'Ingrandisci', | ||||||
| 'log-follow': 'Segui il log', | ||||||
| 'log-levels': 'Livelli di log', | ||||||
| 'loghelp-continuous-testing': 'Continuous Testing', | ||||||
| 'loghelp-resume-or-rerun': 'Riprendi i test / Esegui nuovamente tutti i test', | ||||||
| 'loghelp-rerun-failed': 'Esegui di nuovo i test non riusciti', | ||||||
| 'loghelp-toggle-broken-only': 'Attiva/disattiva', | ||||||
| 'loghelp-print-failures': 'Stampa gli errori dell\'ultimo test eseguito', | ||||||
| 'loghelp-toggle-instrumentation-reload': 'Attiva/disattiva il ricaricamento basato sull\'istrumentazione', | ||||||
| 'loghelp-toggle-live-reload': 'Attiva/disattiva il live reload', | ||||||
| 'logline-short': 'Sintetico', | ||||||
| 'loglevelsdialog-filter': 'Filtra', | ||||||
| 'connection-connecting_to': 'Connessione a', | ||||||
| 'connection-hot_reloading': 'Ricarica automatica', | ||||||
| 'disconnected-dialog-retry-button': 'Riprovare', | ||||||
| 'disconnected-dialog-text': 'Sembra che l\'applicazione non sia attualmente disponibile. Dopo diversi tentativi di riconnessione, non riusciamo a connetterci. Una volta che l\'applicazione sarà di nuovo online, clicca su "Riprova" per riconnetterti.', | ||||||
| 'welcome-artifact-id': 'ID dell\'articolo', | ||||||
| 'welcome-served-by-devui': 'Questa pagina è servita dall\'interfaccia di sviluppo di Quarkus (solo in modalità di sviluppo) fino a quando non fornirai la tua interfaccia web.', | ||||||
| 'welcome-visit-devui': 'Visita l\'interfaccia Dev', | ||||||
| 'welcome-guides-blurb': 'Guide pratiche passo-passo per aiutarti a raggiungere un obiettivo specifico. Usale per aiutarti a completare il tuo lavoro.', | ||||||
| 'welcome-setup-ide-blurb': 'Ognuno ha un IDE preferito che ama utilizzare per programmare. Scopri come configurare il tuo per massimizzare la tua produttività con Quarkus.', | ||||||
| 'welcome-add-static-content': 'Scopri come puoi aggiungere i tuoi contenuti web statici.', | ||||||
| 'welcome-static-assets': 'Asset statici', | ||||||
| 'external-loading': 'Caricamento dei contenuti...', | ||||||
| 'extensions-namespaces-failed': 'Impossibile elencare i namespaces', | ||||||
| 'extensions-install-failed': 'installazione fallita', | ||||||
| 'extensions-filter-cards': 'Filtra le schede dell\'estensione', | ||||||
| 'extensions-artifact': 'Artefatto', | ||||||
| 'extensions-remove-failed': 'rimozione non riuscita', | ||||||
| 'extensions-filter': 'Filtro', | ||||||
| 'configuration-filter': 'Filtro', | ||||||
| 'configuration-filter-sources': 'Filtra per sorgenti di configurazione', | ||||||
| 'configuration-fixed-build': 'Fissato al momento della compilazione (non modificabile durante l\'esecuzione)', | ||||||
| 'configuration-auto-devservices': 'Impostato automaticamente da Dev Services', | ||||||
| 'configuration-add-group': 'Questo aggiungerà un nuovo gruppo di configurazione nominato.', | ||||||
| 'configuration-source': 'Origine della configurazione', | ||||||
| 'configuration-env-var': 'Variabile d\'ambiente', | ||||||
| 'configuration-update-failed': 'Impossibile aggiornare la configurazione. Controlla il file di log per ulteriori dettagli.', | ||||||
| 'workspace-unsaved-leave': 'Hai delle modifiche non salvate. Sei sicuro di voler lasciare?', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| 'workspace-source-code': 'Codice sorgente', | ||||||
| 'workspace-check-logs': 'Si prega di controllare i registri.', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| 'workspace-copy-failed': 'Copia del contenuto fallita', | ||||||
| 'endpoints-resource_endpoints': 'Endpoint delle risorse', | ||||||
| 'endpoints-test-swagger-ui': 'Swagger UI Test', | ||||||
| 'endpoints-fetching-routes': 'Recupero delle rotte...', | ||||||
| 'endpoints-failure-handler': 'Gestore di errori', | ||||||
| 'endpoints-unknown': 'Sconosciuto (impossibile da rilevare)', | ||||||
| 'continuoustesting-title': 'Test automatizzati continui', | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
| 'continuoustesting-tags': 'Etichette', | ||||||
| 'continuoustesting-test-class': 'Classe di test', | ||||||
| 'continuoustesting-not-running': 'Il testing continuo non è in esecuzione. Clicca sul pulsante Avvia o premi [r] nella console per avviare.', | ||||||
| 'continuoustesting-read-more': 'Scopri di più sul Test Continuo', | ||||||
| 'continuoustesting-start': 'Inizia', | ||||||
| 'continuoustesting-run-failed': 'Esecuzione non riuscita', | ||||||
| 'continuoustesting-only-run-failing': 'Esegui solo i test falliti', | ||||||
| 'continuoustesting-display-tags': 'Visualizza i tag (se disponibili)', | ||||||
| 'devservice-test': 'Testo', | ||||||
| 'devservice-copy-failed': 'Scrittura negli appunti fallita', | ||||||
| 'buildmetrics-loading-steps': 'Caricamento dei passaggi della build...', | ||||||
| 'buildmetrics-concurrent-chart': 'Grafico di Esecuzione Concorrente dei Passaggi di Build', | ||||||
| 'buildmetrics-filter': 'Filtra', | ||||||
| 'buildmetrics-step': 'Passo di costruzione', | ||||||
| 'buildmetrics-thread': 'Thread', | ||||||
| 'buildmetrics-thread-count': 'Numero di thread di compilazione utilizzati in un intervallo di tempo', | ||||||
| 'buildmetrics-time-slots': 'finestra temporale', | ||||||
| 'buildmetrics-loading-deps': 'Caricamento del Grafico delle Dipendenze...', | ||||||
| 'buildmetrics-no-step': 'Nessun passaggio di compilazione fornito', | ||||||
| 'buildmetrics-loading-items': 'Caricamento degli elementi di costruzione...', | ||||||
| 'buildmetrics-count': 'Conta', | ||||||
| 'dependencies-show-path-to': 'Mostra percorso per...', | ||||||
| 'dependencies-direct-only': 'Solo diretto', | ||||||
| 'extensions-more': str`Ulteriore informazioni sull'estensione ${0}`, | ||||||
| }; | ||||||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.