steam, steamcmd: add German translation (#8878)

This commit is contained in:
Lukas
2022-10-12 17:53:22 +02:00
committed by GitHub
parent d060e04960
commit f198e6df9a
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# steamcmd
> Ein Kommandozeilenwerkzeug, um über Steam verfügbare Anwendungen zu verwalten.
> Weitere Informationen: <https://manned.org/steamcmd>.
- Installiere und aktualisiere eine Anwendung ohne dich einzuloggen:
`steamcmd +login {{anonymous}} +app_update {{anwendungs_id}} +quit`
- Installiere oder aktualisiere eine Anwendung unter Angabe deiner Zugangsdaten:
`steamcmd +login {{benutzername}} +app_update {{anwendungs_id}} +quit`
- Installiere eine Anwendung für eine bestimmte Plattform:
`steamcmd +@sSteamCmdForcePlatformType {{windows}} +login {{benutzername}} +app_update {{anwendungs_id}} validate +quit`