1
0
mirror of synced 2026-01-22 09:02:55 -05:00

New translation batch for pt (#27837)

* Add crowdin translations

* Run script/i18n/homogenize-frontmatter.js

* Run script/i18n/fix-translation-errors.js

* Run script/i18n/lint-translation-files.js --check rendering

* run script/i18n/reset-files-with-broken-liquid-tags.js --language=pt

* run script/i18n/reset-known-broken-translation-files.js
This commit is contained in:
docubot
2022-05-19 14:40:28 -04:00
committed by GitHub
parent d8206157db
commit 356206d28d
25 changed files with 131 additions and 32 deletions

View File

@@ -24,6 +24,7 @@ Você pode trabalhar com {% data variables.product.prodname_codespaces %} em {%
- [Excluir um codespace](#delete-a-codespace)
- [SSH em um codespace](#ssh-into-a-codespace)
- [Abrir um codespace em {% data variables.product.prodname_vscode %}](#open-a-codespace-in-visual-studio-code)
- [Open a codespace in JupyterLab](#open-a-codespace-in-jupyterlab)
- [Copiar um arquivo de/para um codespace](#copy-a-file-tofrom-a-codespace)
- [Modificar portas em um codespace](#modify-ports-in-a-codespace)
- [Acessar registros de codespaces](#access-codespace-logs)
@@ -109,6 +110,12 @@ gh codespace code -c <em>codespace-name</em>
Para obter mais informações, consulte "[Usando {% data variables.product.prodname_codespaces %} em {% data variables.product.prodname_vscode %}de](/codespaces/developing-in-codespaces/using-codespaces-in-visual-studio-code)".
### Open a codespace in JupyterLab
```shell
gh codespace jupyter -c <em>codespace-name</em>
```
### Copiar um arquivo de/para um codespace
```shell