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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user