Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
armanayvazyan authored Oct 22, 2024
2 parents d0224dd + 6ab990e commit cf2c14b
Show file tree
Hide file tree
Showing 8 changed files with 276 additions and 53 deletions.
73 changes: 26 additions & 47 deletions allure-generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion allure-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"underscore.string": "^3.3.5",
"webpack": "^5.91.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0"
Expand Down
222 changes: 222 additions & 0 deletions allure-generator/src/main/javascript/translations/it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,222 @@
{
"chart": {
"duration": {
"empty": "Non c'è nulla da mostrare",
"name": "Durata"
},
"severity": {
"name": "Gravità"
},
"status": {
"name": "Stato"
},
"trend": {
"empty": "Non c'è nulla da mostrare"
}
},
"component": {
"markToggle": {
"hideCases": "Nascondi i risultati dei test {{mark}}",
"showCases": "Mostra i risultati dei test {{mark}}"
},
"statusToggle": {
"hideCases": "Nascondi i risultati dei test con stato {{status}}",
"showCases": "Mostra i risultati dei test con stato {{status}}"
},
"tree": {
"download": "Scarica CSV",
"empty": "Non ci sono elementi",
"filter": "Stato",
"filter-marks": "Marcature",
"filtered": {
"shown": "{{count}} mostrato",
"total": "{{count}} risultato del test",
"total_plural": "{{count}} risultati dei test"
},
"groups": "Mostra/nascondi info gruppi",
"time": {
"max": {
"name": "Max",
"tooltip": "Durata più lunga del test"
},
"sum": {
"name": "Somma",
"tooltip": "Somma di tutte le durate dei test"
},
"total": {
"name": "Totale",
"tooltip": "Durata dal primo test iniziato all'ultimo test completato"
}
},
"unknown": "<Vuoto>"
},
"widgetStatus": {
"showAll": "Mostra tutto",
"total": "{{count}} elemento totale",
"total_plural": "{{count}} elementi totali"
}
},
"controls": {
"backto": "Torna a",
"clipboard": "Copia negli appunti",
"clipboardError": "Impossibile copiare il valore negli appunti. Sembra che questa funzione non sia supportata dal tuo browser",
"clipboardSuccess": "Copiato con successo",
"collapse": "Riduci",
"expand": "Espandi",
"fullscreen": "Schermo intero",
"language": "Cambia lingua"
},
"errors": {
"missedAttachment": "Allegato non trovato",
"notFound": "Non trovato"
},
"marks": {
"flaky": "Instabile",
"newBroken": "Nuovo rotto",
"newFailed": "Nuovo fallito",
"newPassed": "Nuovo passato",
"retriesStatusChange": "Stato cambiato dopo un tentativo"
},
"sorter": {
"duration": "durata",
"name": "nome",
"order": "ordine",
"status": "stato"
},
"status": {
"broken": "Rotto",
"failed": "Fallito",
"passed": "Passato",
"skipped": "Saltato",
"unknown": "Sconosciuto"
},
"tab": {
"categories": {
"name": "Categorie"
},
"graph": {
"name": "Grafici"
},
"overview": {
"name": "Panoramica"
},
"suites": {
"name": "Suite"
},
"timeline": {
"name": "Cronologia",
"selected": "{{count}} test selezionato ({{percent}}%) con durata superiore a {{duration}}",
"selected_plural": "{{count}} test selezionati ({{percent}}%) con durata superiore a {{duration}}"
}
},
"testResult": {
"categories": {
"name": "Categorie"
},
"description": {
"name": "Descrizione"
},
"duration": {
"name": "Durata"
},
"execution": {
"body": "Corpo del test",
"downloadAttachment": {
"tooltip": "Apri l'allegato in una nuova scheda"
},
"name": "Esecuzione",
"setup": "Preparazione",
"teardown": "Chiusura"
},
"history": {
"empty": "Nessuna informazione storica disponibile.",
"name": "Cronologia",
"statistic": "{{passed}} di {{total}}",
"successRate": "Tasso di successo",
"time": "{{date}} alle {{time}}"
},
"links": {
"name": "Collegamenti"
},
"overview": {
"name": "Panoramica"
},
"owner": {
"name": "Proprietario"
},
"parameters": {
"name": "Parametri"
},
"retries": {
"empty": "Non ci sono informazioni disponibili sui tentativi del test",
"name": "Tentativi",
"time": "{{date}} alle {{time}}"
},
"severity": {
"name": "Gravità",
"blocker": "bloccante",
"critical": "critico",
"normal": "normale",
"minor": "minore",
"trivial": "banale"
},
"stats": {
"count": {
"attachments": "{{count}} allegato",
"attachments_plural": "{{count}} allegati",
"parameters": "{{count}} parametro",
"parameters_plural": "{{count}} parametri",
"steps": "{{count}} sottofase",
"steps_plural": "{{count}} sottofasi"
}
},
"status": {
"empty": "Dettagli dello stato vuoti",
"trace": "Mostra traccia"
},
"tags": {
"name": "Tag"
}
},
"widget": {
"categories": {
"name": "Categorie"
},
"categoriesTrend": {
"name": "Tendenza delle categorie"
},
"durationTrend": {
"name": "Tendenza delle durate"
},
"environment": {
"empty": "Non ci sono variabili d'ambiente",
"name": "Ambiente",
"showAll": "Mostra tutto"
},
"executors": {
"empty": "Non ci sono informazioni sugli esecutori dei test",
"name": "Esecutori",
"unknown": "Sconosciuto"
},
"launches": {
"empty": "Non ci sono informazioni sui lanci",
"name": "Lanci"
},
"retryTrend": {
"name": "Tendenza dei tentativi"
},
"suites": {
"name": "Suite"
},
"summary": {
"aggregatedName": "Rapporto aggregato",
"launches": "lancio",
"launches_plural": "lanci",
"testResults": "caso di test",
"testResults_plural": "casi di test"
},
"trend": {
"name": "Tendenza"
}
}
}
1 change: 1 addition & 0 deletions allure-generator/src/main/javascript/utils/translation.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const LANGUAGES = [
{ id: "fr", title: "Français" },
{ id: "he", title: "Hebrew" },
{ id: "isv", abbr: "Ⱄ", title: "Medžuslovjansky" },
{ id: "it", title: "Italiano" },
{ id: "ja", title: "日本語" },
{ id: "ka", title: "ქართული" },
{ id: "kr", title: "한국어" },
Expand Down
Loading

0 comments on commit cf2c14b

Please sign in to comment.