boxes: add Korean translation (#11591)

pull/23/head
HoJeong Im 2023-11-27 19:48:55 +09:00 committed by GitHub
parent 389a618ba0
commit 8ec0d6f6b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages.ko/common/boxes.md Normal file
View File

@ -0,0 +1,24 @@
# boxes
> ASCII 아트 상자 그리기, 제거 및 복구
> 더 많은 정보: <https://boxes.thomasjensen.com>.
- 문자열 주위에 상자 그리기:
`echo "{{문자열}}" | boxes`
- 문자열에서 상자를 제거:
`echo "{{문자열}}" | boxes -r`
- 문자열 주위에 특정 디자인의 상자 그리기:
`echo "{{문자열}}" | boxes -d {{parchment}}`
- 너비가 10이고 높이가 5인 상자를 그리기:
`echo "{{문자열}}" | boxes -s {{10}}x{{5}}`
- 중앙에 텍스트가 있는 상자 그리기:
`echo "{{문자열}}" | boxes -a c`