gc*, gd*, ge*, gfortran: add Korean translation (#14294)

This commit is contained in:
HoJeong Im
2024-10-20 23:21:22 +09:00
committed by GitHub
parent 1893788d27
commit 730185e6cf
25 changed files with 494 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# Get-NodeVersions
> `ps-nvm`에 설치되어 사용 가능한 Node.js 버전을 나열.
> `ps-nvm`의 일부이며 PowerShell에서만 실행할 수 있음.
> 더 많은 정보: <https://github.com/aaronpowell/ps-nvm>.
- 설치된 모든 Node.js 버전을 나열:
`Get-NodeVersions`
- 사용 가능한 모든 Node.js 버전을 나열:
`Get-NodeVersions -Remote`
- 사용 가능한 모든 Node.js 20.x 버전을 나열:
`Get-NodeVersions -Remote -Filter ">=20.0.0 <21.0.0"`