aria2c, composer, todo: add Farsi translation (#12014)

This commit is contained in:
Mohammad Reza Soleimani
2024-01-07 11:35:30 +03:30
committed by GitHub
parent 52c7ebedde
commit 0c1893ff8e
3 changed files with 105 additions and 0 deletions

32
pages.fa/common/todo.md Normal file
View File

@@ -0,0 +1,32 @@
# todo
> ابزاری ساده و استاندارد برای مدیریت یادداشت و فهرست وظایف.
> اطلاعات بیشتر: <https://todoman.readthedocs.io>.
- لیست کارهای آغاز نشده:
`todo list --startable`
- اضافه کردن یک وظیفه به فهرست کارها :
`todo new {{thing_to_do}} --list {{work}}`
- اضافه کردن مکان به یک وظیفه با آیدی:
`todo edit --location {{location_name}} {{task_id}}`
- نمایش جزییات یک وظیفه:
`todo show {{task_id}}`
- علامت زدن وظیفه ها با آیدی مشخص شده به عنوان تکمیل شده:
`todo done {{task_id1 task_id2 ...}}`
- حذف یک وظیفه:
`todo delete {{task_id}}`
- حذف وظایف انجام شده و بازشماری آیدی وظایف باقی مانده:
`todo flush`