mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-08 15:13:37 +02:00
steam: add Hindi translation (#14750)
This commit is contained in:
parent
03a0870a2b
commit
17b760ae0e
1 changed files with 28 additions and 0 deletions
28
pages.hi/common/steam.md
Normal file
28
pages.hi/common/steam.md
Normal file
|
@ -0,0 +1,28 @@
|
|||
# steam
|
||||
|
||||
> वॉल्व द्वारा वीडियो गेम प्लेटफ़ॉर्म।
|
||||
> अधिक जानकारी: <https://developer.valvesoftware.com/wiki/Command_Line_Options>।
|
||||
|
||||
- स्टीम लॉन्च करें, `stdout` पर डिबग संदेश प्रिंट करें:
|
||||
|
||||
`steam`
|
||||
|
||||
- स्टीम लॉन्च करें और इसकी इन-ऐप डिबग कंसोल टैब सक्षम करें:
|
||||
|
||||
`steam -console`
|
||||
|
||||
- चल रहे स्टीम उदाहरण में स्टीम कंसोल टैब सक्षम करें और खोलें:
|
||||
|
||||
`steam steam://open/console`
|
||||
|
||||
- निर्दिष्ट क्रेडेंशियल्स के साथ स्टीम में लॉगिन करें:
|
||||
|
||||
`steam -login {{उपयोगकर्ता नाम}} {{पासवर्ड}}`
|
||||
|
||||
- स्टीम को बिग पिक्चर मोड में लॉन्च करें:
|
||||
|
||||
`steam -tenfoot`
|
||||
|
||||
- स्टीम से बाहर निकलें:
|
||||
|
||||
`steam -shutdown`
|
Loading…
Add table
Reference in a new issue