common/s*: add and update Korean translation (#14666)

* common/s*: add and update Korean translation

* scamper: fix typo

* Update pages.ko/common/simplehttpserver.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/steamcmd.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-09 10:41:41 +09:00
committed by GitHub
parent 8058b46345
commit 4b5248236b
196 changed files with 4323 additions and 2 deletions

20
pages.ko/common/s.md Normal file
View File

@@ -0,0 +1,20 @@
# s
> 터미널에서 웹 검색.
> 더 많은 정보: <https://github.com/zquestz/s>.
- Google(기본 제공자)에서 쿼리 검색:
`s {{쿼리}}`
- 모든 제공자 나열:
`s --list-providers`
- 지정된 제공자로 쿼리 검색:
`s --provider {{제공자}} {{쿼리}}`
- 지정된 바이너리를 사용하여 검색 쿼리 수행:
`s --binary "{{바이너리}} {{인수}}" {{쿼리}}`