mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 20:01:02 +00:00
Translated using Weblate (Italian)
Currently translated at 23.4% (44 of 188 strings) Translation: Woodpecker CI/UI Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/it/
This commit is contained in:
parent
8fa3b48c51
commit
66f666ab35
1 changed files with 27 additions and 0 deletions
|
@ -9,6 +9,11 @@
|
||||||
"repo": {
|
"repo": {
|
||||||
"activity": "Attività",
|
"activity": "Attività",
|
||||||
"add": "Aggiungi repository",
|
"add": "Aggiungi repository",
|
||||||
|
"build": {
|
||||||
|
"actions": {
|
||||||
|
"cancel": "Annulla"
|
||||||
|
}
|
||||||
|
},
|
||||||
"enable": {
|
"enable": {
|
||||||
"enable": "Abilita",
|
"enable": "Abilita",
|
||||||
"enabled": "Già abilitato",
|
"enabled": "Già abilitato",
|
||||||
|
@ -18,11 +23,30 @@
|
||||||
},
|
},
|
||||||
"not_allowed": "Non è permesso accedere a questo repository",
|
"not_allowed": "Non è permesso accedere a questo repository",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
"actions": {
|
||||||
|
"actions": "Azioni"
|
||||||
|
},
|
||||||
|
"crons": {
|
||||||
|
"name": {
|
||||||
|
"name": "Nome"
|
||||||
|
},
|
||||||
|
"next_exec": "Prossima esecuzione",
|
||||||
|
"not_executed_yet": "Non ancora eseguito"
|
||||||
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"general": "Generale",
|
"general": "Generale",
|
||||||
|
"pipeline_path": {
|
||||||
|
"default": "Predefinito: .woodpecker/*.yml -> .woodpecker.yml -> .drone.yml"
|
||||||
|
},
|
||||||
"project": "Impostazioni del progetto",
|
"project": "Impostazioni del progetto",
|
||||||
|
"protected": {
|
||||||
|
"protected": "Protetto"
|
||||||
|
},
|
||||||
"save": "Salva le impostazioni",
|
"save": "Salva le impostazioni",
|
||||||
"success": "Le impostazioni del repository sono state aggiornate",
|
"success": "Le impostazioni del repository sono state aggiornate",
|
||||||
|
"timeout": {
|
||||||
|
"minutes": "minuti"
|
||||||
|
},
|
||||||
"visibility": {
|
"visibility": {
|
||||||
"internal": {
|
"internal": {
|
||||||
"desc": "Solo gli utenti dell'istanza Woodpecker che hanno effettuato l'accesso possono vedere questo progetto.",
|
"desc": "Solo gli utenti dell'istanza Woodpecker che hanno effettuato l'accesso possono vedere questo progetto.",
|
||||||
|
@ -50,6 +74,9 @@
|
||||||
"repos": "Repository",
|
"repos": "Repository",
|
||||||
"repositories": "Repository",
|
"repositories": "Repository",
|
||||||
"search": "Cerca…",
|
"search": "Cerca…",
|
||||||
|
"time": {
|
||||||
|
"not_started": "non ancora avviato"
|
||||||
|
},
|
||||||
"unknown_error": "Si è verificato un errore sconosciuto",
|
"unknown_error": "Si è verificato un errore sconosciuto",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"username": "Nome utente",
|
"username": "Nome utente",
|
||||||
|
|
Loading…
Reference in a new issue