1
0
Fork 0
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:
Karthik Vallamsetla 2024-11-09 12:29:18 -08:00 committed by GitHub
parent 03a0870a2b
commit 17b760ae0e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
pages.hi/common/steam.md Normal file
View 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`