common/u*: add and update Korean translation (#14522)

This commit is contained in:
코드싸이
2024-11-02 02:56:27 +09:00
committed by GitHub
parent ca7166e59a
commit 44f4f2b76d
32 changed files with 675 additions and 6 deletions

View File

@@ -0,0 +1,17 @@
# unflatten
> 방향 그래프의 레이아웃 가로 세로 비율을 개선하기 위해 조정.
> Graphviz 필터: `acyclic`, `bcomps`, `comps`, `edgepaint`, `gvcolor`, `gvpack`, `mingle`, `nop`, `sccmap`, `tred`, & `unflatten`.
> 더 많은 정보: <https://www.graphviz.org/pdf/unflatten.1.pdf>.
- 하나 이상의 방향 그래프를 조정하여 레이아웃 가로 세로 비율을 개선:
`unflatten {{경로/대상/input1.gv}} {{경로/대상/input2.gv ...}} > {{경로/대상/output.gv}}`
- `unflatten``dot` 레이아웃 전처리기로 사용하여 가로 세로 비율 개선:
`unflatten {{경로/대상/입력.gv}} | dot -T {{png}} {{경로/대상/출력.png}}`
- 도움말 표시:
`unflatten -?`