common/y*: add Korean translation (#14521)

This commit is contained in:
코드싸이
2024-11-02 02:57:18 +09:00
committed by GitHub
parent 44f4f2b76d
commit 1dfe11f879
42 changed files with 841 additions and 0 deletions

28
pages.ko/common/ya.md Normal file
View File

@@ -0,0 +1,28 @@
# ya
> Yazi 패키지 및 플러그인 관리.
> 더 많은 정보: <https://github.com/sxyazi/yazi>.
- 패키지 추가:
`ya pack -a {{패키지}}`
- 모든 패키지 업그레이드:
`ya pack -u`
- 모든 원격 인스턴스로부터 메시지 구독:
`ya sub {{종류}}`
- 현재 인스턴스에 문자열 본문의 메시지 발행:
`ya pub --str {{문자열_메시지}}`
- 현재 인스턴스에 JSON 본문의 메시지 발행:
`ya pub --json {{json_메시지}}`
- 지정된 인스턴스에 문자열 본문의 메시지 발행:
`ya pub-to --str {{메시지}} {{수신자}} {{종류}}`