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

pull/45933/head^2
camperbot 2022-05-13 21:03:16 +05:30 committed by GitHub
parent d5f6a8f23a
commit dde1d2a79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 400 additions and 0 deletions

View File

@ -29,6 +29,7 @@
- **飛行手冊**(針對員工 & 維護人員)
- [維護人員手冊](moderator-handbook.md)
- [DevOps 手冊](devops.md)
- [Courses VSCode Extension](courses-vscode-extension.md)
---

View File

@ -0,0 +1,49 @@
# Courses VSCode Extension
This details the maintenance guidelines for the [freeCodeCamp/courses-vscode-extension](https://github.com/freeCodeCamp/courses-vscode-extension) repository which contains the source code for the [freeCodeCamp - Courses](https://marketplace.visualstudio.com/items?itemName=freeCodeCamp.freecodecamp-courses) extension.
## Publishing the Extension
A GitHub Action automagically publishes the extension to the Visual Studio Marketplace, on pushes to the `prod` branch.
Ensure the `main` branch is checked out.
```bash
git checkout main
```
Update the local repository with `upstream`, and reset `main`.
```bash
git fetch upstream
git reset --hard upstream/main
```
Checkout the `prod` branch.
```bash
git checkout prod
```
Merge the commits wanted for deployment into `prod`.
```bash
git merge main
```
Push the local branch to `upstream`.
```bash
git push upstream
```
> [!NOTE] Pushing to `upstream` requires write access to the `freeCodeCamp/courses-vscode-extension` repository.
## Manually Publishing the Extension
A manual upload to the Visual Studio Marketplace can be achieved, by following these steps:
1. Visit https://marketplace.visualstudio.com/ and sign in
2. Navigate to the [freeCodeCamp Publisher page](https://marketplace.visualstudio.com/manage/publishers/freecodecamp)
3. Select the relevant extension, and select `Update`
4. Upload the file from your local files

View File

@ -29,6 +29,7 @@
- **飞行手册**(针对员工 & 维护人员)
- [维护人员手册](moderator-handbook.md)
- [DevOps 手册](devops.md)
- [Courses VSCode Extension](courses-vscode-extension.md)
---

View File

@ -0,0 +1,49 @@
# Courses VSCode Extension
This details the maintenance guidelines for the [freeCodeCamp/courses-vscode-extension](https://github.com/freeCodeCamp/courses-vscode-extension) repository which contains the source code for the [freeCodeCamp - Courses](https://marketplace.visualstudio.com/items?itemName=freeCodeCamp.freecodecamp-courses) extension.
## Publishing the Extension
A GitHub Action automagically publishes the extension to the Visual Studio Marketplace, on pushes to the `prod` branch.
Ensure the `main` branch is checked out.
```bash
git checkout main
```
Update the local repository with `upstream`, and reset `main`.
```bash
git fetch upstream
git reset --hard upstream/main
```
Checkout the `prod` branch.
```bash
git checkout prod
```
Merge the commits wanted for deployment into `prod`.
```bash
git merge main
```
Push the local branch to `upstream`.
```bash
git push upstream
```
> [!NOTE] Pushing to `upstream` requires write access to the `freeCodeCamp/courses-vscode-extension` repository.
## Manually Publishing the Extension
A manual upload to the Visual Studio Marketplace can be achieved, by following these steps:
1. Visit https://marketplace.visualstudio.com/ and sign in
2. Navigate to the [freeCodeCamp Publisher page](https://marketplace.visualstudio.com/manage/publishers/freecodecamp)
3. Select the relevant extension, and select `Update`
4. Upload the file from your local files

View File

@ -29,6 +29,7 @@
- **Manuales de Vuelo** (para el personal & moderadores)
- [Manual del moderador](moderator-handbook.md)
- [Manual de DevOps](devops.md)
- [Courses VSCode Extension](courses-vscode-extension.md)
---

View File

@ -0,0 +1,49 @@
# Courses VSCode Extension
This details the maintenance guidelines for the [freeCodeCamp/courses-vscode-extension](https://github.com/freeCodeCamp/courses-vscode-extension) repository which contains the source code for the [freeCodeCamp - Courses](https://marketplace.visualstudio.com/items?itemName=freeCodeCamp.freecodecamp-courses) extension.
## Publishing the Extension
A GitHub Action automagically publishes the extension to the Visual Studio Marketplace, on pushes to the `prod` branch.
Ensure the `main` branch is checked out.
```bash
git checkout main
```
Update the local repository with `upstream`, and reset `main`.
```bash
git fetch upstream
git reset --hard upstream/main
```
Checkout the `prod` branch.
```bash
git checkout prod
```
Merge the commits wanted for deployment into `prod`.
```bash
git merge main
```
Push the local branch to `upstream`.
```bash
git push upstream
```
> [!NOTE] Pushing to `upstream` requires write access to the `freeCodeCamp/courses-vscode-extension` repository.
## Manually Publishing the Extension
A manual upload to the Visual Studio Marketplace can be achieved, by following these steps:
1. Visit https://marketplace.visualstudio.com/ and sign in
2. Navigate to the [freeCodeCamp Publisher page](https://marketplace.visualstudio.com/manage/publishers/freecodecamp)
3. Select the relevant extension, and select `Update`
4. Upload the file from your local files

View File

@ -29,6 +29,7 @@
- **Handbücher** (für Mitarbeiter & Moderatoren)
- [Moderatorenhandbuch](moderator-handbook.md)
- [DevOps-Handbuch](devops.md)
- [Courses VSCode Extension](courses-vscode-extension.md)
---

View File

@ -0,0 +1,49 @@
# Courses VSCode Extension
This details the maintenance guidelines for the [freeCodeCamp/courses-vscode-extension](https://github.com/freeCodeCamp/courses-vscode-extension) repository which contains the source code for the [freeCodeCamp - Courses](https://marketplace.visualstudio.com/items?itemName=freeCodeCamp.freecodecamp-courses) extension.
## Publishing the Extension
A GitHub Action automagically publishes the extension to the Visual Studio Marketplace, on pushes to the `prod` branch.
Ensure the `main` branch is checked out.
```bash
git checkout main
```
Update the local repository with `upstream`, and reset `main`.
```bash
git fetch upstream
git reset --hard upstream/main
```
Checkout the `prod` branch.
```bash
git checkout prod
```
Merge the commits wanted for deployment into `prod`.
```bash
git merge main
```
Push the local branch to `upstream`.
```bash
git push upstream
```
> [!NOTE] Pushing to `upstream` requires write access to the `freeCodeCamp/courses-vscode-extension` repository.
## Manually Publishing the Extension
A manual upload to the Visual Studio Marketplace can be achieved, by following these steps:
1. Visit https://marketplace.visualstudio.com/ and sign in
2. Navigate to the [freeCodeCamp Publisher page](https://marketplace.visualstudio.com/manage/publishers/freecodecamp)
3. Select the relevant extension, and select `Update`
4. Upload the file from your local files

View File

@ -29,6 +29,7 @@
- **Manuali di volo** (per membri dello staff & moderatori)
- [Manuale del moderatore](moderator-handbook.md)
- [Manuale DevOps](devops.md)
- [Courses VSCode Extension](courses-vscode-extension.md)
---

View File

@ -0,0 +1,49 @@
# Courses VSCode Extension
This details the maintenance guidelines for the [freeCodeCamp/courses-vscode-extension](https://github.com/freeCodeCamp/courses-vscode-extension) repository which contains the source code for the [freeCodeCamp - Courses](https://marketplace.visualstudio.com/items?itemName=freeCodeCamp.freecodecamp-courses) extension.
## Publishing the Extension
A GitHub Action automagically publishes the extension to the Visual Studio Marketplace, on pushes to the `prod` branch.
Ensure the `main` branch is checked out.
```bash
git checkout main
```
Update the local repository with `upstream`, and reset `main`.
```bash
git fetch upstream
git reset --hard upstream/main
```
Checkout the `prod` branch.
```bash
git checkout prod
```
Merge the commits wanted for deployment into `prod`.
```bash
git merge main
```
Push the local branch to `upstream`.
```bash
git push upstream
```
> [!NOTE] Pushing to `upstream` requires write access to the `freeCodeCamp/courses-vscode-extension` repository.
## Manually Publishing the Extension
A manual upload to the Visual Studio Marketplace can be achieved, by following these steps:
1. Visit https://marketplace.visualstudio.com/ and sign in
2. Navigate to the [freeCodeCamp Publisher page](https://marketplace.visualstudio.com/manage/publishers/freecodecamp)
3. Select the relevant extension, and select `Update`
4. Upload the file from your local files

View File

@ -29,6 +29,7 @@
- **マニュアル** (スタッフ & モデレーター用)
- [モデレーターハンドブック](moderator-handbook.md)
- [DevOps ハンドブック](devops.md)
- [Courses VSCode Extension](courses-vscode-extension.md)
---

View File

@ -0,0 +1,49 @@
# Courses VSCode Extension
This details the maintenance guidelines for the [freeCodeCamp/courses-vscode-extension](https://github.com/freeCodeCamp/courses-vscode-extension) repository which contains the source code for the [freeCodeCamp - Courses](https://marketplace.visualstudio.com/items?itemName=freeCodeCamp.freecodecamp-courses) extension.
## Publishing the Extension
A GitHub Action automagically publishes the extension to the Visual Studio Marketplace, on pushes to the `prod` branch.
Ensure the `main` branch is checked out.
```bash
git checkout main
```
Update the local repository with `upstream`, and reset `main`.
```bash
git fetch upstream
git reset --hard upstream/main
```
Checkout the `prod` branch.
```bash
git checkout prod
```
Merge the commits wanted for deployment into `prod`.
```bash
git merge main
```
Push the local branch to `upstream`.
```bash
git push upstream
```
> [!NOTE] Pushing to `upstream` requires write access to the `freeCodeCamp/courses-vscode-extension` repository.
## Manually Publishing the Extension
A manual upload to the Visual Studio Marketplace can be achieved, by following these steps:
1. Visit https://marketplace.visualstudio.com/ and sign in
2. Navigate to the [freeCodeCamp Publisher page](https://marketplace.visualstudio.com/manage/publishers/freecodecamp)
3. Select the relevant extension, and select `Update`
4. Upload the file from your local files

View File

@ -29,6 +29,7 @@
- **Manuais de Voo** (para Equipe & Moderadores)
- [Manual do Moderador](moderator-handbook.md)
- [Manual do DevOps](devops.md)
- [Courses VSCode Extension](courses-vscode-extension.md)
---

View File

@ -0,0 +1,49 @@
# Courses VSCode Extension
This details the maintenance guidelines for the [freeCodeCamp/courses-vscode-extension](https://github.com/freeCodeCamp/courses-vscode-extension) repository which contains the source code for the [freeCodeCamp - Courses](https://marketplace.visualstudio.com/items?itemName=freeCodeCamp.freecodecamp-courses) extension.
## Publishing the Extension
A GitHub Action automagically publishes the extension to the Visual Studio Marketplace, on pushes to the `prod` branch.
Ensure the `main` branch is checked out.
```bash
git checkout main
```
Update the local repository with `upstream`, and reset `main`.
```bash
git fetch upstream
git reset --hard upstream/main
```
Checkout the `prod` branch.
```bash
git checkout prod
```
Merge the commits wanted for deployment into `prod`.
```bash
git merge main
```
Push the local branch to `upstream`.
```bash
git push upstream
```
> [!NOTE] Pushing to `upstream` requires write access to the `freeCodeCamp/courses-vscode-extension` repository.
## Manually Publishing the Extension
A manual upload to the Visual Studio Marketplace can be achieved, by following these steps:
1. Visit https://marketplace.visualstudio.com/ and sign in
2. Navigate to the [freeCodeCamp Publisher page](https://marketplace.visualstudio.com/manage/publishers/freecodecamp)
3. Select the relevant extension, and select `Update`
4. Upload the file from your local files

View File

@ -29,6 +29,7 @@
- **Посібники** (для персоналу & модераторів)
- [Довідник модератора](moderator-handbook.md)
- [Довідник DevOps](devops.md)
- [Courses VSCode Extension](courses-vscode-extension.md)
---

View File

@ -0,0 +1,49 @@
# Courses VSCode Extension
This details the maintenance guidelines for the [freeCodeCamp/courses-vscode-extension](https://github.com/freeCodeCamp/courses-vscode-extension) repository which contains the source code for the [freeCodeCamp - Courses](https://marketplace.visualstudio.com/items?itemName=freeCodeCamp.freecodecamp-courses) extension.
## Publishing the Extension
A GitHub Action automagically publishes the extension to the Visual Studio Marketplace, on pushes to the `prod` branch.
Ensure the `main` branch is checked out.
```bash
git checkout main
```
Update the local repository with `upstream`, and reset `main`.
```bash
git fetch upstream
git reset --hard upstream/main
```
Checkout the `prod` branch.
```bash
git checkout prod
```
Merge the commits wanted for deployment into `prod`.
```bash
git merge main
```
Push the local branch to `upstream`.
```bash
git push upstream
```
> [!NOTE] Pushing to `upstream` requires write access to the `freeCodeCamp/courses-vscode-extension` repository.
## Manually Publishing the Extension
A manual upload to the Visual Studio Marketplace can be achieved, by following these steps:
1. Visit https://marketplace.visualstudio.com/ and sign in
2. Navigate to the [freeCodeCamp Publisher page](https://marketplace.visualstudio.com/manage/publishers/freecodecamp)
3. Select the relevant extension, and select `Update`
4. Upload the file from your local files