From fab12a7e45028a9731dcd934dc1203bea93022ce Mon Sep 17 00:00:00 2001 From: camperbot Date: Fri, 19 Mar 2021 08:00:15 -0600 Subject: [PATCH] chore(i8n,docs): processed translations (#41532) Co-authored-by: Crowdin Bot --- docs/i18n/chinese/devops.md | 6 +++--- docs/i18n/espanol/devops.md | 6 +++--- docs/i18n/portuguese/devops.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/i18n/chinese/devops.md b/docs/i18n/chinese/devops.md index 63556a18505..8e40b5abcf0 100644 --- a/docs/i18n/chinese/devops.md +++ b/docs/i18n/chinese/devops.md @@ -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/* ``` diff --git a/docs/i18n/espanol/devops.md b/docs/i18n/espanol/devops.md index 772ef4f6978..b556ac2d6e7 100644 --- a/docs/i18n/espanol/devops.md +++ b/docs/i18n/espanol/devops.md @@ -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/* ``` diff --git a/docs/i18n/portuguese/devops.md b/docs/i18n/portuguese/devops.md index 63556a18505..8e40b5abcf0 100644 --- a/docs/i18n/portuguese/devops.md +++ b/docs/i18n/portuguese/devops.md @@ -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/* ```