task: add Italian translation (#7219)

beep
Noemi 2021-10-27 21:04:03 +02:00 committed by GitHub
parent 1fe678a8cd
commit a178733e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.it/common/task.md Normal file
View File

@ -0,0 +1,24 @@
# task
> Gestore della lista dei TODO.
> Maggiori informazioni: <https://manned.org/task>.
- Aggiungere un nuovo task:
`task add {{thing_to_do}}`
- Lista dei task:
`task list`
- Contrassegnare un task come completato:
`task {{task_id}} done`
- Modificare un task:
`task {{task_id}} modify {{new_thing_to_do}}`
- Eliminare un task:
`task {{task_id}} delete`