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:
K.B.Dharun Krishna
2024-01-05 15:48:59 +05:30
committed by GitHub
parent 1c7f3d6e8f
commit 3a37343e59
38 changed files with 137 additions and 143 deletions

View File

@@ -5,20 +5,20 @@
- عرّف مديرين المجموعة المسماة:
`sudo gpasswd -A {{مدير 2, مدير 1}} {{مجموعة}}`
`sudo gpasswd -A {{user1,user2}} {{group}}`
- عين أعضاء المجموعة المسماة:
`sudo gpasswd -M {{عضو 2, عضو 1}} {{مجموعة}}`
`sudo gpasswd -M {{user1,user2}} {{group}}`
- إنشئ رقم سري للمجموعة المسماة:
`gpasswd {{مجموعة}}`
`gpasswd {{group}}`
- أضف عضو إلي المجموعة المسماة:
`gpasswd -a {{عضو}} {{مجموعة}}`
`gpasswd -a {{user}} {{group}}`
- إحذف عضو من المجموعة المسماة:
`gpasswd -d {{عضو}} {{مجموعة}}`
`gpasswd -d {{user}} {{group}}`