aria2c, composer, todo: add Farsi translation (#12014)
This commit is contained in:

committed by
GitHub

parent
52c7ebedde
commit
0c1893ff8e
32
pages.fa/common/todo.md
Normal file
32
pages.fa/common/todo.md
Normal 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`
|
Reference in New Issue
Block a user