Skip to content

Commit 1ba71c5

Browse files
authored
New translation batch for pt (#25577)
* Add crowdin translations * Run script/i18n/homogenize-frontmatter.js * Run script/i18n/fix-translation-errors.js * Run script/i18n/lint-translation-files.js --check parsing * run script/i18n/reset-files-with-broken-liquid-tags.js --language=pt * run script/i18n/reset-known-broken-translation-files.js
1 parent c976b9d commit 1ba71c5

108 files changed

Lines changed: 652 additions & 422 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

translations/pt-BR/content/account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Para operações com base na web do Git, você pode definir seu endereço de e-m
3535

3636
{% note %}
3737

38-
**Note**: {% data reusables.user-settings.no-verification-disposable-emails %}
38+
**Observação**: {% data reusables.user-settings.no-verification-disposable-emails %}
3939

4040
{% endnote %}
4141

translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,40 @@ Cor de fundo do selo. Pode ser: `branco`, `amarelo`, `azul`, `verde`, `laranja`,
479479

480480
### `branding.icon`
481481

482-
Nome do ícone [Feather](https://feathericons.com/) (pena) para usar. <!--
482+
The name of the v4.28.0 [Feather](https://feathericons.com/) icon to use. Brand icons are omitted as well as the following:
483+
484+
<table>
485+
<tr>
486+
<td>coffee</td>
487+
<td>colunas</td>
488+
<td>divide-circle</td>
489+
<td>divide-square</td>
490+
</tr>
491+
<tr>
492+
<td>divide</td>
493+
<td>frown</td>
494+
<td>hexagon</td>
495+
<td>Chave</td>
496+
</tr>
497+
<tr>
498+
<td>meh</td>
499+
<td>mouse-pointer</td>
500+
<td>smile</td>
501+
<td>ferramenta</td>
502+
</tr>
503+
<tr>
504+
<td>x-octagon</td>
505+
<td></td>
506+
<td></td>
507+
<td></td>
508+
</tr>
509+
</table>
510+
511+
Here is an exhaustive list of all currently supported icons:
512+
513+
514+
<!--
483515
This table should match the icon list in `app/models/repository_actions/icons.rb` in the internal github repo.
484-
This table does not match the latest version the feather library.
485-
(Brand icons are omitted, and our supported list is not necessarily up-to-date with the latest version of the feather icon library.)
486516
To support a new icon, update `app/models/repository_actions/icons.rb` and add the svg to `/static/images/icons/feather` in the internal github repo.
487517
-->
488518

translations/pt-BR/content/actions/monitoring-and-troubleshooting-workflows/about-monitoring-and-troubleshooting.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ miniTocMaxHeadingLevel: 3
1515

1616
## Monitorando seus fluxos de trabalho
1717

18+
{% if github-runner-dashboard %}
19+
### Monitoring your current jobs in your organization or enterprise
20+
21+
{% data reusables.github-actions.github-hosted-runners-check-concurrency %}
22+
23+
{% endif %}
24+
1825
{% ifversion fpt or ghae or ghes > 3.0 or ghec %}
1926

2027
### Usar o gráfico de visualização

translations/pt-BR/content/actions/security-guides/automatic-token-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ A tabela a seguir mostra as permissões concedidas ao `GITHUB_TOKEN` por padrão
8686
| Verificações | leitura/gravação | nenhum | leitura |
8787
| Conteúdo | leitura/gravação | leitura | leitura |
8888
| Implantações | leitura/gravação | nenhum | read |{% ifversion fpt or ghec %}
89-
| id-token | leitura/gravação | nenhum | read
89+
| id-token | nenhum | nenhum | read
9090
{% endif %}
9191
| Problemas | leitura/gravação | nenhum | leitura |
9292
| metadados | leitura | leitura | leitura |

translations/pt-BR/content/actions/security-guides/security-hardening-for-github-actions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ Neste exemplo, a injeção de script não tem sucesso:
141141

142142
Com esta abordagem, o valor da expressão de {% raw %}`${{ github.event.issue.title }}`{% endraw %} é armazenado na memória e usada como uma variável e não interage com o processo de geração de script. Além disso, considere usar variáveis do shell de citação dupla para evitar [divisão de palavras](https://github.com/koalaman/shellcheck/wiki/SC2086), mas esta é [uma das muitas](https://mywiki.wooledge.org/BashPitfalls) recomendações gerais para escrever scripts de shell e não é específica para {% data variables.product.prodname_actions %}.
143143

144+
{% ifversion fpt or ghec %}
145+
### Using starter workflows for code scanning
146+
147+
{% data reusables.advanced-security.starter-workflows-beta %}
148+
{% data variables.product.prodname_code_scanning_capc %} allows you to find security vulnerabilities before they reach production. {% data variables.product.product_name %} provides starter workflows for {% data variables.product.prodname_code_scanning %}. You can use these suggested workflows to construct your {% data variables.product.prodname_code_scanning %} workflows, instead of starting from scratch. {% data variables.product.company_short%}'s workflow, the {% data variables.product.prodname_codeql_workflow %}, is powered by {% data variables.product.prodname_codeql %}. There are also third-party starter workflows available.
149+
150+
For more information, see "[About {% data variables.product.prodname_code_scanning %}](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning)" and "[Setting up {% data variables.product.prodname_code_scanning %} using starter workflows](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository#setting-up-code-scanning-using-starter-workflows)."
151+
152+
{% endif %}
153+
144154
### Restringir permissões para tokens
145155

146156
Para ajudar a mitigar o risco de um token exposto, considere restringir as permissões atribuídas. Para obter mais informações, consulte "[Modificar as permissões para o GITHUB_TOKEN](/actions/reference/authentication-in-a-workflow#modifying-the-permissions-for-the-github_token)".

translations/pt-BR/content/actions/using-github-hosted-runners/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ versions:
77
ghes: '*'
88
children:
99
- /about-github-hosted-runners
10+
- /monitoring-your-current-jobs
1011
- /customizing-github-hosted-runners
1112
shortTitle: Usar executores hospedados no GitHub
1213
---
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Monitoring your current jobs
3+
intro: 'Monitor how {% data variables.product.prodname_dotcom %}-hosted runners are processing jobs in your organization or enterprise, and identify any related constraints.'
4+
versions:
5+
feature: github-runner-dashboard
6+
shortTitle: Monitoring your current jobs
7+
---
8+
9+
{% data reusables.actions.enterprise-beta %}
10+
{% data reusables.actions.enterprise-github-hosted-runners %}
11+
12+
## Viewing active jobs in your organization or enterprise
13+
14+
You can get a list of all jobs currently running on {% data variables.product.prodname_dotcom %}-hosted runners in your organization or enterprise.
15+
16+
{% data reusables.github-actions.github-hosted-runners-navigate-to-repo-org-enterprise %}
17+
{% data reusables.github-actions.github-hosted-runners-table-entry %}
18+
1. Review the "Active jobs" section, which contains a list of all jobs currently running on {% data variables.product.prodname_dotcom %}-hosted runners.
19+
20+
![Screenshot of the list of active jobs](/assets/images/help/settings/actions-runner-active-jobs.png)
21+
22+
## Viewing queued jobs in your organization or enterprise
23+
24+
{% data variables.product.prodname_dotcom %}-hosted runners allow you to run jobs concurrently, and the maximum number of concurrent jobs will vary depending on your plan. If you reach the maximum number of concurrent jobs, any new jobs will start to enter a queue. To find out more about the number of concurrent jobs available to your plan, see "[Usage limits, billing, and administration](/actions/learn-github-actions/usage-limits-billing-and-administration)."
25+
26+
The following procedure demonstrates how to check the maximum number of concurrent jobs you can run.
27+
28+
{% data reusables.github-actions.github-hosted-runners-navigate-to-repo-org-enterprise %}
29+
{% data reusables.github-actions.github-hosted-runners-table-entry %}
30+
1. Review the "All jobs usage" section, which lists the number of active jobs and the maximum number of jobs you can run. In this example, `9` jobs are currently running out of a maximum of `180`. ![Screenshot of the maximum jobs for an account](/assets/images/help/settings/github-hosted-runners-max-jobs.png)

translations/pt-BR/content/actions/using-jobs/using-concurrency.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ miniTocMaxHeadingLevel: 4
1717

1818
{% data reusables.actions.jobs.section-using-concurrency-jobs %}
1919

20+
{% if github-runner-dashboard %}
21+
## Monitoring your current jobs in your organization or enterprise
22+
23+
{% data reusables.github-actions.github-hosted-runners-check-concurrency %}
24+
{% endif %}

translations/pt-BR/content/actions/using-workflows/creating-starter-workflows-for-your-organization.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ topics:
2424

2525
{% data reusables.actions.workflow-organization-templates %}
2626

27+
{% data reusables.actions.starter-workflow-categories %}
28+
2729
## Criando um fluxo de trabalho inicial
2830

2931
Os fluxos de trabalho iniciantes podem ser criados pelos usuários com acesso de gravação ao repositório `.github` da organização. Eles poderão ser usados pelos integrantes da organização com permissão para criar fluxos de trabalho.

translations/pt-BR/content/actions/using-workflows/reusing-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ A atribuição de executores hospedados em {% data variables.product.prodname_do
6363

6464
{% endif %}
6565

66-
Called workflows that are owned by the same user or organization{% ifversion ghes or ghec or ghae %} or enterprise{% endif %} as the caller workflow can access self-hosted runners from the caller's context. Isso significa que um fluxo de trabalho chamado pode acessar executores auto-hospedados que estão:
66+
Fluxos de trabalho chamados que são propriedade do mesmo usuário ou organização{% ifversion ghes or ghec or ghae %} ou empresa{% endif %}, uma vez que o fluxo de trabalho de chamadas pode acessar runners auto-hospedados no contexto do invocador. Isso significa que um fluxo de trabalho chamado pode acessar executores auto-hospedados que estão:
6767
* No repositório de chamada
6868
* Na organização{% ifversion ghes or ghec or ghae %} ou empresa {% endif %}do repositório de chamadas, desde que o executor tenha sido disponibilizado para o repositório de chamada
6969

0 commit comments

Comments
 (0)