docsify, doctl-*: add Korean translation (#14180)

This commit is contained in:
HoJeong Im
2024-10-16 16:19:50 +09:00
committed by GitHub
parent 610b23c59a
commit db5d81ca8a
18 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# doctl balance
> Digital Ocean 계정의 잔액을 표시.
> 더 많은 정보: <https://docs.digitalocean.com/reference/doctl/reference/balance/>.
- 현재 컨텍스트와 관련된 계정의 잔액을 가져옴:
`doctl balance get`
- 액세스 토큰과 연결된 계정 잔액을 가져옴:
`doctl balance get --access-token {{액세스_토큰}}`
- 지정된 컨텍스트와 연결된 계정의 잔액을 가져옴:
`doctl balance get --context`