Translated using Weblate (Italian)

Currently translated at 31.6% (98 of 310 strings)

Translated using Weblate (German)

Currently translated at 100.0% (310 of 310 strings)

Co-authored-by: Andrea Zucchelli <zukka77@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: qwerty287 <ndev@web.de>
Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/
Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/it/
Translation: Woodpecker CI/UI
This commit is contained in:
Weblate 2023-06-29 15:01:08 +00:00
parent cd982fcbd1
commit 74c0e99aa9
2 changed files with 13 additions and 3 deletions

View file

@ -471,7 +471,7 @@
"dl_cli": "Download Kommando-Zeilen-Tool", "dl_cli": "Download Kommando-Zeilen-Tool",
"internal_error": "Ein interner Fehler ist aufgetreten", "internal_error": "Ein interner Fehler ist aufgetreten",
"oauth_error": "Fehler bei der Authentifizierung gegen OAuth-Anbieter", "oauth_error": "Fehler bei der Authentifizierung gegen OAuth-Anbieter",
"reset_token": "Token Zurücksetzen", "reset_token": "Token zurücksetzen",
"settings": "Benutzer-Einstellungen", "settings": "Benutzer-Einstellungen",
"shell_setup": "Kommandozeilen-Einrichtung", "shell_setup": "Kommandozeilen-Einrichtung",
"shell_setup_before": "Führe bitte die Schritte zur Einrichtung der Kommandozeile vorher aus", "shell_setup_before": "Führe bitte die Schritte zur Einrichtung der Kommandozeile vorher aus",

View file

@ -1,7 +1,16 @@
{ {
"admin": { "admin": {
"settings": { "settings": {
"queue": {
"agent": "agente",
"stats": {
"completed_count": "Task completo",
"worker_count": "Liberi"
},
"waiting_for": "in attesa"
},
"users": { "users": {
"add": "Aggiungi utente",
"admin": { "admin": {
"admin": "Amministatore", "admin": "Amministatore",
"placeholder": "L'utente è un amministratore" "placeholder": "L'utente è un amministratore"
@ -11,8 +20,9 @@
"delete_user": "Cancella utente", "delete_user": "Cancella utente",
"deleted": "Utente cancellato", "deleted": "Utente cancellato",
"edit_user": "Modifica utente", "edit_user": "Modifica utente",
"none": "Non ci sono ancora utenti", "none": "Non ci sono ancora utenti.",
"saved": "Utente salvato" "saved": "Utente salvato",
"show": "Mostra utenti"
} }
} }
}, },