1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

dialog: add Arabic translation (#15662)

This commit is contained in:
Machiavelli 2025-02-09 05:19:19 +02:00 committed by GitHub
parent 6a0b9dbf84
commit f67c28b3ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pages.ar/linux/dialog.md Normal file
View file

@ -0,0 +1,16 @@
# dialog
> عرض نافذة حوار في الطرفية (Terminal).
> لمزيد من التفاصيل: <https://manned.org/dialog>.
- عرض رسالة:
`dialog --msgbox "{{Message}}" {{height}} {{width}}`
- مطالبة المستخدم بإدخال نص:
`dialog --inputbox "{{Enter text:}}" {{8}} {{40}} 2>{{output.txt}}`
- مطالبة المستخدم بسؤال بنعم/لا:
`dialog --yesno "{{Continue?}}" {{7}} {{40}}`