mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
buzzphrase : Add Korean Translation (#3577)
This commit is contained in:
parent
d788ed758f
commit
bdea0734c5
1 changed files with 16 additions and 0 deletions
16
pages.ko/common/buzzphrase.md
Normal file
16
pages.ko/common/buzzphrase.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# buzzphrase
|
||||
|
||||
> 임의의 buzzphrase를 출력하는 Node.js 명령 줄 도구.
|
||||
> 더 많은 정보: <https://github.com/atomantic/buzzphrase>.
|
||||
|
||||
- 형용사, 과거시제 동사 및 복수 명사를 포함하는 세 개의 임의 구문으로 이루어진 문자열 생성:
|
||||
|
||||
`buzzphrase`
|
||||
|
||||
- 동사의 명령형[i] + 동사의 과거시제[v] + 형용사[a] + 복수형 명사[N] 형태로 포맷된 구문 출력:
|
||||
|
||||
`buzzphrase {{'{i} {v} {a} {N}'}}`
|
||||
|
||||
- 현재분사 동사[V] + 형용사[a] + 단수형 명사[n] + 마침[f] 형태로 포맷된 4개의 구문 출력:
|
||||
|
||||
`buzzphrase {{4 '{V} {a} {n} {f}'}}`
|
Loading…
Add table
Reference in a new issue