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

@@ -1,12 +1,13 @@
# rmdir
> يزيل الدليل.
> لمزيد من التفاصيل: <https://www.gnu.org/software/coreutils/rmdir>.
> إزالة الدلائل بدون ملفات.
> أنظر أيضاً: `rm`.
> مزيد من المعلومات: <https://www.gnu.org/software/coreutils/rmdir>.
- إزالة الدليل الفارغ. استخدم `rm -r` لإزالة الدلائل الغير فارغة:
- إزالة أدلة محددة:
`rmdir {{المسار/إلى/الدليل}}`
`rmdir {{path/to/directory1 path/to/directory2 ...}}`
- إزالة الدليل المحدد ودلائله الأصلية (مفيد للدلائل المتداخلة):
- إزالة أدلة متداخلة محددة بشكل متكرر:
`rmdir -p {{المسار/إلى/الدليل}}`
`rmdir -p {{path/to/directory1 path/to/directory2 ...}}`