gs*, gt*, gu*, gv*, gxl2gv, gyb, gzip: add Korean translation (#14435)

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
HoJeong Im
2024-10-31 01:15:35 +09:00
committed by GitHub
parent 2a2967dbc8
commit 470d06c155
19 changed files with 412 additions and 0 deletions

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

@@ -0,0 +1,20 @@
# gyb
> HTTPS를 통해 Gmail API를 사용하여 Gmail 메시지를 로컬로 백업.
> 더 많은 정보: <https://github.com/GAM-team/got-your-back>.
- Gmail 계정에 있는 모든 이메일의 수와 크기를 추정:
`gyb --email {{email@gmail.com}} --action estimate`
- Gmail 계정을 특정 디렉토리에 백업:
`gyb --email {{email@gmail.com}} --action backup --local-folder {{경로/대상/디렉토리}}`
- Gmail 계정에서 중요하거나 별표 표시된 이메일만 기본 로컬 폴더에 백업:
`gyb --email {{email@gmail.com}} --search "{{is:important OR is:starred}}"`
- 로컬 폴더에서 Gmail 계정에서 복원:
`gyb --email {{email@gmail.com}} --action restore --local-folder {{경로/대상/디렉토리}}`