chore(i8n,docs): processed translations (#41532)

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
camperbot 2021-03-19 08:00:15 -06:00 committed by GitHub
parent 3f1cd6eb33
commit fab12a7e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View File

@ -785,7 +785,7 @@ Config changes to our NGINX instances are maintained on GitHub, these should be
Are you sure you want to continue? [y/N] y
```
Select yes (y) to remove everything that is not in use.
Select yes (y) to remove everything that is not in use. This will remove all stopped containers, all networks and volumes not used by at least one container, and all dangling images and build caches.
## Updating Node.js versions on VMs
@ -811,10 +811,10 @@ Verify installed packages
npm ls -g --depth=0
```
Alias `default` Node.js versions to the current `stable`
Alias the `default` Node.js version to the current LTS
```console
nvm alias default stable
nvm alias default lts/*
```

View File

@ -785,7 +785,7 @@ Config changes to our NGINX instances are maintained on GitHub, these should be
Are you sure you want to continue? [y/N] y
```
Select yes (y) to remove everything that is not in use.
Select yes (y) to remove everything that is not in use. This will remove all stopped containers, all networks and volumes not used by at least one container, and all dangling images and build caches.
## Updating Node.js versions on VMs
@ -811,10 +811,10 @@ Verify installed packages
npm ls -g --depth=0
```
Alias `default` Node.js versions to the current `stable`
Alias the `default` Node.js version to the current LTS
```console
nvm alias default stable
nvm alias default lts/*
```

View File

@ -785,7 +785,7 @@ Config changes to our NGINX instances are maintained on GitHub, these should be
Are you sure you want to continue? [y/N] y
```
Select yes (y) to remove everything that is not in use.
Select yes (y) to remove everything that is not in use. This will remove all stopped containers, all networks and volumes not used by at least one container, and all dangling images and build caches.
## Updating Node.js versions on VMs
@ -811,10 +811,10 @@ Verify installed packages
npm ls -g --depth=0
```
Alias `default` Node.js versions to the current `stable`
Alias the `default` Node.js version to the current LTS
```console
nvm alias default stable
nvm alias default lts/*
```