common/o*: add Korean translation (#14642)

* common/o*: add Korean translation

* odps-resource: update Korean translation (fix typo)
This commit is contained in:
코드싸이
2024-11-05 23:54:36 +09:00
committed by GitHub
parent bdf0e99ca8
commit 650fabfc22
49 changed files with 1257 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
# ooniprobe
> 네트워크 간섭의 열린 관측소 (OONI).
> 웹사이트 및 앱 차단 여부를 테스트하세요. 네트워크의 속도 및 성능을 측정하세요.
> 더 많은 정보: <https://ooni.org/support/ooni-probe-cli/>.
- 수행된 모든 테스트 나열:
`ooniprobe list`
- 특정 테스트에 대한 정보 표시:
`ooniprobe list {{7}}`
- 사용 가능한 모든 테스트 실행:
`ooniprobe run all`
- 특정 테스트 수행:
`ooniprobe run {{performance}}`
- 특정 웹사이트의 가용성 확인:
`ooniprobe run websites --input {{https://ooni.org/}}`
- 파일에 나열된 모든 웹사이트의 가용성 확인:
`ooniprobe run websites --input-file {{경로/대상/my-websites.txt}}`
- JSON 형식으로 테스트에 대한 자세한 정보 표시:
`ooniprobe show {{9}}`