chore(i18n,docs): processed translations (#49441)

This commit is contained in:
camperbot
2023-02-20 21:56:52 +05:30
committed by GitHub
parent e5bf2ae97e
commit f05bf7af9d
16 changed files with 42 additions and 42 deletions
+3 -3
View File
@@ -508,13 +508,13 @@ npm run create:config && npm run build:curriculum && npm run build:server
4. Start Instances
```console
pm2 start all --update-env && pm2 logs
```
cd api-server && pm2 start ecosystem.config.js && cd .. && pm2 logs
```
#### 2. Rolling updates - Used for logical changes to code.
```console
pm2 reload all --update-env && pm2 logs
cd api-server && pm2 reload ecosystem.config.js && cd .. && pm2 logs
```
> [!NOTE] We are handling rolling updates to code, logic, via pipelines. You should not need to run these commands. These are here for documentation.
@@ -282,6 +282,6 @@ A quick reference to the commands that you will need when working locally.
| command | description |
| ----------------- | ----------------------------------------------------------------------------- |
| `npm ci` | Installs / re-install all dependencies and bootstraps the different services. |
| `npm run seed` | Parses all the challenge markdown files and inserts them into MongoDB. |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
| `npm run clean` | Uninstalls all dependencies and cleans up caches. |
+3 -3
View File
@@ -508,13 +508,13 @@ npm run create:config && npm run build:curriculum && npm run build:server
4. Start Instances
```console
pm2 start all --update-env && pm2 logs
```
cd api-server && pm2 start ecosystem.config.js && cd .. && pm2 logs
```
#### 2. Rolling updates - Used for logical changes to code.
```console
pm2 reload all --update-env && pm2 logs
cd api-server && pm2 reload ecosystem.config.js && cd .. && pm2 logs
```
> [!NOTE] We are handling rolling updates to code, logic, via pipelines. You should not need to run these commands. These are here for documentation.
@@ -282,6 +282,6 @@ A quick reference to the commands that you will need when working locally.
| command | description |
| ----------------- | ----------------------------------------------------------------------------- |
| `npm ci` | Installs / re-install all dependencies and bootstraps the different services. |
| `npm run seed` | Parses all the challenge markdown files and inserts them into MongoDB. |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
| `npm run clean` | Uninstalls all dependencies and cleans up caches. |
+3 -3
View File
@@ -508,13 +508,13 @@ npm run create:config && npm run build:curriculum && npm run build:server
4. Inicia las Instancias
```console
pm2 start all --update-env && pm2 logs
```
cd api-server && pm2 start ecosystem.config.js && cd .. && pm2 logs
```
#### 2. Actualizaciones continuas: Utilizadas para cambios lógicos en el código.
```console
pm2 reload all --update-env && pm2 logs
cd api-server && pm2 reload ecosystem.config.js && cd .. && pm2 logs
```
> [!NOTE] Estamos manejando actualizaciones continuas de código, lógica, mediante flujos (pipelines). No debes tener que ejecutar estos comandos. Estos están aquí para documentación.
@@ -282,6 +282,6 @@ A quick reference to the commands that you will need when working locally.
| comando | descripción |
| ----------------- | ------------------------------------------------------------------------------ |
| `npm ci` | Instala / reinstala todas las dependencias y arranca los diferentes servicios. |
| `npm run seed` | Analiza todos los archivos markdown del desafío e inserta en MongoDB. |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | Inicia el servidor freeCodeCamp API y las aplicaciones de cliente. |
| `npm run clean` | Uninstalls all dependencies and cleans up caches. |
+3 -3
View File
@@ -508,13 +508,13 @@ npm run create:config && npm run build:curriculum && npm run build:server
4. Starte Instanzen
```console
pm2 start all --update-env && pm2 logs
```
cd api-server && pm2 start ecosystem.config.js && cd .. && pm2 logs
```
#### 2. Fortlaufende (Rolling) Updates - Werden für logische Änderungen am Code verwendet.
```console
pm2 reload all --update-env && pm2 logs
cd api-server && pm2 reload ecosystem.config.js && cd .. && pm2 logs
```
> [!NOTE] Wir führen fortlaufende Aktualisierungen des Codes, der Logik, mittels Pipelines durch. Du solltest diese Befehle nicht ausführen müssen. Sie dienen nur der Dokumentation.
@@ -282,6 +282,6 @@ A quick reference to the commands that you will need when working locally.
| Befehl | Beschreibung |
| ----------------- | ------------------------------------------------------------------------------------- |
| `npm ci` | Installiert / reinstalliert alle Abhängigkeiten und bootet die verschiedenen Dienste. |
| `npm run seed` | Analysiert alle Aufgaben-Markdown-Dateien und fügt sie in MongoDB ein. |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | Startet den freeCodeCamp API Server und die Client-Anwendungen. |
| `npm run clean` | Uninstalls all dependencies and cleans up caches. |
+3 -3
View File
@@ -508,13 +508,13 @@ npm run create:config && npm run build:curriculum && npm run build:server
4. Avvia le istanze
```console
pm2 start all --update-env && pm2 logs
```
cd api-server && pm2 start ecosystem.config.js && cd .. && pm2 logs
```
#### 2. Aggiornamenti continui - usati per cambiamenti logici al codice.
```console
pm2 reload all --update-env && pm2 logs
cd api-server && pm2 reload ecosystem.config.js && cd .. && pm2 logs
```
> [!NOTE] Gli update continui a codice e logica sono gestiti dalle pipeline. Non dovresti aver bisogno di eseguire questi comandi. Sono qui per documentazione.
@@ -279,9 +279,9 @@ Se hai problemi durante l'installazione, consulta la sezione [risoluzione dei pr
Un rapido richiamo ai comandi di cui avrai bisogno quando lavorerai localmente.
| comando | descrizione |
| ----------------- | ------------------------------------------------------------------------ |
| `npm ci` | Installa / reinstalla tutte le dipendenze e avvia i diversi servizi. |
| `npm run seed` | Analizza tutti i file di markdown della sfida e li inserisce in MongoDB. |
| `npm run develop` | Avvia il server API freeCodeCamp e le applicazioni client. |
| `npm run clean` | Disistalla tutte le dipendenze e pulisce la cache. |
| comando | descrizione |
| ----------------- | -------------------------------------------------------------------- |
| `npm ci` | Installa / reinstalla tutte le dipendenze e avvia i diversi servizi. |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | Avvia il server API freeCodeCamp e le applicazioni client. |
| `npm run clean` | Disistalla tutte le dipendenze e pulisce la cache. |
+3 -3
View File
@@ -508,13 +508,13 @@ npm run create:config && npm run build:curriculum && npm run build:server
4. インスタンスを開始します。
```console
pm2 start all --update-env && pm2 logs
```
cd api-server && pm2 start ecosystem.config.js && cd .. && pm2 logs
```
#### 2. ローリング更新 - コードの論理的な変更に使用されます。
```console
pm2 reload all --update-env && pm2 logs
cd api-server && pm2 reload ecosystem.config.js && cd .. && pm2 logs
```
> [!NOTE] パイプライン経由で、コードやロジックの更新をロールリング処理しています。 これらのコマンドを実行する必要はありません。 ドキュメント用として、ここに記載されているだけです。
@@ -279,9 +279,9 @@ If you have issues while installing it, check out the [troubleshooting section](
A quick reference to the commands that you will need when working locally.
| コマンド | 説明 |
| ----------------- | ------------------------------------------------- |
| `npm ci` | すべての依存関係をインストール / 再インストールし、異なるサービスをブートストラップします。 |
| `npm run seed` | すべてのチャレンジのマークダウンファイルを解析し、MongoDB に挿入します。 |
| `npm run develop` | freeCodeCamp の API サーバーとクライアントアプリケーションを起動します。 |
| `npm run clean` | Uninstalls all dependencies and cleans up caches. |
| コマンド | 説明 |
| ----------------- | ------------------------------------------------------------ |
| `npm ci` | すべての依存関係をインストール / 再インストールし、異なるサービスをブートストラップします。 |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | freeCodeCamp の API サーバーとクライアントアプリケーションを起動します。 |
| `npm run clean` | Uninstalls all dependencies and cleans up caches. |
+3 -3
View File
@@ -508,13 +508,13 @@ npm run create:config && npm run build:curriculum && npm run build:server
4. Inicie instâncias
```console
pm2 start all --update-env && pm2 logs
```
cd api-server && pm2 start ecosystem.config.js && cd .. && pm2 logs
```
#### 2. Atualizações contínuas - Usado par mudanças lógicas no código.
```console
pm2 reload all --update-env && pm2 logs
cd api-server && pm2 reload ecosystem.config.js && cd .. && pm2 logs
```
> [!NOTE] Nós estamos lidando com atualizações contínuas no código, lógico, via pipelines. Você não deve executar estes comandos. Eles estão aqui para a documentação.
@@ -282,6 +282,6 @@ Uma rápida referência aos comandos que você precisará ao trabalhar localment
| comando | descrição |
| ----------------- | ------------------------------------------------------------------------------ |
| `npm ci` | Instala / reinstala todas as dependências e inicializa os diferentes serviços. |
| `npm run seed` | Analisa todos os arquivos Markdown do desafio e os insere no MongoDB. |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | Inicia o servidor de API freeCodeCamp e aplicativos Cliente. |
| `npm run clean` | Desinstala todas as dependências e limpa os caches. |
+3 -3
View File
@@ -508,13 +508,13 @@ npm run create:config && npm run build:curriculum && npm run build:server
4. Start Instances
```console
pm2 start all --update-env && pm2 logs
```
cd api-server && pm2 start ecosystem.config.js && cd .. && pm2 logs
```
#### 2. Rolling updates - Used for logical changes to code.
```console
pm2 reload all --update-env && pm2 logs
cd api-server && pm2 reload ecosystem.config.js && cd .. && pm2 logs
```
> [!NOTE] We are handling rolling updates to code, logic, via pipelines. You should not need to run these commands. These are here for documentation.
@@ -282,6 +282,6 @@ A quick reference to the commands that you will need when working locally.
| command | description |
| ----------------- | ----------------------------------------------------------------------------- |
| `npm ci` | Installs / re-install all dependencies and bootstraps the different services. |
| `npm run seed` | Parses all the challenge markdown files and inserts them into MongoDB. |
| `npm run seed` | Creates authorized test users and inserts them into mongodb. |
| `npm run develop` | Starts the freeCodeCamp API Server and Client Applications. |
| `npm run clean` | Uninstalls all dependencies and cleans up caches. |