pages.{ar,fa}: remove translated placeholders (#11997)
* pages.{ar,fa}: remove translated placeholders Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * common-arguments: reword note * rmdir: fix Arabic translation Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:

committed by
GitHub

parent
1c7f3d6e8f
commit
3a37343e59
@@ -6,16 +6,16 @@
|
||||
|
||||
- اضافه کردن مخفف جدید:
|
||||
|
||||
`abbr --add {{نام_اختصاری}} {{دستور}} {{آرگومان_های_دستور}}`
|
||||
`abbr --add {{abbreviation_name}} {{command}} {{command_arguments}}`
|
||||
|
||||
- تغییر نام یک مخفف موجود:
|
||||
|
||||
`abbr --rename {{نام_قدیمی}} {{نام_جدید}}`
|
||||
`abbr --rename {{old_name}} {{new_name}}`
|
||||
|
||||
- پاک کردن یک مخفف موجود:
|
||||
|
||||
`abbr --erase {{نام_مخفف}}`
|
||||
`abbr --erase {{abbreviation_name}}`
|
||||
|
||||
- وارد کردن یک مخفف وارد شده در یک میزبان دیگر از طریق ssh:
|
||||
|
||||
`ssh {{نام_میزبان}} abbr --show | source`
|
||||
`ssh {{host_name}} abbr --show | source`
|
||||
|
Reference in New Issue
Block a user