Update translation files

Updated by "Remove blank strings" hook in Weblate.

Translation: Woodpecker CI/UI
Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/
This commit is contained in:
Weblate 2022-10-23 00:18:03 +00:00
parent b81f161a25
commit ec3b37c93d
2 changed files with 1 additions and 40 deletions

View file

@ -1,11 +1,4 @@
{ {
"admin": {
"settings": {
"secrets": {
"value": ""
}
}
},
"org": { "org": {
"settings": { "settings": {
"secrets": { "secrets": {
@ -17,34 +10,19 @@
}, },
"repo": { "repo": {
"build": { "build": {
"actions": { "execution_error": ""
"cancel": ""
},
"execution_error": "",
"step_not_started": ""
}, },
"settings": { "settings": {
"actions": { "actions": {
"actions": "" "actions": ""
}, },
"crons": {
"delete": ""
},
"general": { "general": {
"cancel_prev": { "cancel_prev": {
"cancel": "" "cancel": ""
},
"visibility": {
"internal": {
"internal": ""
}
} }
}, },
"registries": { "registries": {
"none": "" "none": ""
},
"secrets": {
"none": ""
} }
} }
}, },

View file

@ -1,24 +1,10 @@
{ {
"admin": {
"settings": {
"secrets": {
"value": ""
}
}
},
"docs": "Documentazione", "docs": "Documentazione",
"login": "Accedi", "login": "Accedi",
"logout": "Esci", "logout": "Esci",
"not_found": { "not_found": {
"back_home": "Torna alla pagina principale" "back_home": "Torna alla pagina principale"
}, },
"org": {
"settings": {
"secrets": {
"show": ""
}
}
},
"password": "Password", "password": "Password",
"repo": { "repo": {
"activity": "Attività", "activity": "Attività",
@ -27,7 +13,6 @@
"actions": { "actions": {
"cancel": "Annulla" "cancel": "Annulla"
}, },
"execution_error": "",
"step_not_started": "" "step_not_started": ""
}, },
"enable": { "enable": {
@ -48,7 +33,6 @@
"actions": "Azioni" "actions": "Azioni"
}, },
"crons": { "crons": {
"delete": "",
"name": { "name": {
"name": "Nome" "name": "Nome"
}, },
@ -86,7 +70,6 @@
}, },
"not_allowed": "Non è permesso accedere alle impostazioni di questo repository", "not_allowed": "Non è permesso accedere alle impostazioni di questo repository",
"secrets": { "secrets": {
"created": "",
"name": "Nome", "name": "Nome",
"value": "Valore" "value": "Valore"
}, },