gm*, gn*: add Korean translation (#14350)

gm*, gn: add Korean translation
This commit is contained in:
HoJeong Im
2024-10-30 14:49:08 +09:00
committed by GitHub
parent 8f861e49fa
commit 9bd682fde6
11 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# gnucash-cli
> GnuCash의 명령줄 버전.
> 더 많은 정보: <https://gnucash.org>.
- 파일에 지정된 통화 및 주식에 대한 견적을 받아 출력:
`gnucash-cli --quotes get {{경로/대상/파일.gnucash}}`
- `--name`으로 지정된 특정 유형의 재무 보고서를 생성:
`gnucash-cli --report run --name "{{Balance Sheet}}" {{경로/대상/파일.gnucash}}`