common/p*: add Korean translation (#14663)

* common/p*: add Korean translation

* Update pages.ko/common/perldoc.md

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

* Update pages.ko/common/pcdovtoppm.md

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

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-07 14:54:05 +09:00
committed by GitHub
parent fd7d9f925b
commit 2317407751
161 changed files with 3836 additions and 0 deletions

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

@@ -0,0 +1,24 @@
# pastel
> 색상을 생성, 분석, 변환 및 조작.
> 더 많은 정보: <https://github.com/sharkdp/pastel>.
- 색상을 한 형식에서 다른 형식으로 변환. 여기서는 RGB에서 HSL로 변환:
`pastel format {{hsl}} {{ff8000}}`
- 터미널에서 색상을 표시하고 분석:
`pastel color "{{rgb(255,50,127)}}"`
- 화면에서 색상 선택:
`pastel pick`
- 시각적으로 구별되는 N개의 색상 세트 생성:
`pastel distinct {{8}}`
- 모든 X11/CSS 색상 이름 나열:
`pastel list`