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:
parent
6a0b9dbf84
commit
f67c28b3ed
1 changed files with 16 additions and 0 deletions
16
pages.ar/linux/dialog.md
Normal file
16
pages.ar/linux/dialog.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue