Skip to content

Commit d9f6445

Browse files
docubotpeterbe
andauthored
New translation batch for pt (#25756)
* 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 Co-authored-by: Peter Bengtsson <mail@peterbe.com>
1 parent 6f65820 commit d9f6445

27 files changed

Lines changed: 274 additions & 29 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Você pode definir entradas e segredos, que podem ser passados do fluxo de traba
113113
runs-on: ubuntu-latest
114114
environment: production
115115
steps:
116-
- uses: ./.github/actions/my-action
116+
- uses: ./.github/workflows/my-action
117117
with:
118118
username: ${{ inputs.username }}
119119
token: ${{ secrets.envPAT }}
@@ -154,7 +154,7 @@ jobs:
154154
name: Pass input and secrets to my-action
155155
runs-on: ubuntu-latest
156156
steps:
157-
- uses: ./.github/actions/my-action
157+
- uses: ./.github/workflows/my-action
158158
with:
159159
username: ${{ inputs.username }}
160160
token: ${{ secrets.token }}

translations/pt-BR/content/actions/using-workflows/triggering-a-workflow.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,11 @@ Se você quiser mais controle granular do que os eventos, tipos de atividade do
195195

196196
### Usando condicionais
197197

198-
Você pode usar condicionais para controlar ainda mais se os trabalhos ou etapas no seu fluxo de trabalho serão executados. Se você quiser, por exemplo, que o fluxo de trabalho seja executado quando uma etiqueta específica for adicionada a um problema, você poderá acionar o tipo de atividade do evento `issues labeled` e usar uma condicional para verificar qual etiqueta acionou o fluxo de trabalho. O fluxo de trabalho a seguir será executado quando qualquer etiqueta for adicionada a um problema no repositório do fluxo de trabalho, mas a o trabalho `run_if_label_matches` só será executado se a etiqueta tiver o nome de `bug`.
198+
Você pode usar condicionais para controlar ainda mais se os trabalhos ou etapas no seu fluxo de trabalho serão executados.
199+
200+
#### Example using a value in the event payload
201+
202+
Se você quiser, por exemplo, que o fluxo de trabalho seja executado quando uma etiqueta específica for adicionada a um problema, você poderá acionar o tipo de atividade do evento `issues labeled` e usar uma condicional para verificar qual etiqueta acionou o fluxo de trabalho. O fluxo de trabalho a seguir será executado quando qualquer etiqueta for adicionada a um problema no repositório do fluxo de trabalho, mas a o trabalho `run_if_label_matches` só será executado se a etiqueta tiver o nome de `bug`.
199203

200204
```yaml
201205
on:
@@ -211,7 +215,34 @@ jobs:
211215
- run: echo 'The label was bug'
212216
```
213217
214-
Para obter mais informações, consulte "[Expressões](/actions/learn-github-actions/expressions)".
218+
#### Example using event type
219+
220+
For example, if you want to run different jobs or steps depending on what event triggered the workflow, you can use a conditional to check whether a specific event type exists in the event context. The following workflow will run whenever an issue or pull request is closed. If the workflow ran because an issue was closed, the `github.event` context will contain a value for `issue` but not for `pull_request`. Therefore, the `if_issue` step will run but the `if_pr` step will not run. Conversely, if the workflow ran because a pull request was closed, the `if_pr` step will run but the `if_issue` step will not run.
221+
222+
```yaml
223+
on:
224+
issues:
225+
types:
226+
- closed
227+
pull_request:
228+
types:
229+
- closed
230+
231+
jobs:
232+
state_event_type:
233+
runs-on: ubuntu-latest
234+
steps:
235+
- name: if_issue
236+
if: github.event.issue
237+
run: |
238+
echo An issue was closed
239+
- name: if_pr
240+
if: github.event.pull_request
241+
run: |
242+
echo A pull request was closed
243+
```
244+
245+
For more information about what information is available in the event context, see "[Using event information](#using-event-information)." For more information about how to use conditionals, see "[Expressions](/actions/learn-github-actions/expressions)."
215246

216247
{% ifversion fpt or ghae or ghes > 3.1 or ghec %}
217248

translations/pt-BR/content/admin/overview/about-enterprise-accounts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Para obter mais informações sobre o gerenciamento de políticas para a conta c
5050

5151
{% ifversion ghes or ghae %}
5252

53-
Na sua conta corporativa em {% ifversion ghae %}{% data variables.product.product_name %}{% elsif ghes %}uma {% data variables.product.prodname_ghe_server %}vinstância{% endif %}, os administradores podem visualizar a associação da empresa e gerenciar o seguinte para a instância {% ifversion ghes %}{% data variables.product.prodname_ghe_server %}{% elsif ghae %}empresa em {% data variables.product.prodname_ghe_managed %}{% endif %}.
53+
From your enterprise account on {% ifversion ghae %}{% data variables.product.product_name %}{% elsif ghes %}a {% data variables.product.prodname_ghe_server %} instance{% endif %}, administrators can view{% if remove-enterprise-members %} and manage{% endif %} enterprise membership{% if enterprise-owner-join-org %}, manage their own membership in organizations owned by the enterprise,{% endif %} and manage the following for the {% ifversion ghes %}{% data variables.product.prodname_ghe_server %} instance{% elsif ghae %}enterprise on {% data variables.product.prodname_ghe_managed %}{% endif %}.
5454

5555
{% ifversion ghes %}
5656
- Uso da licença{% endif %}
@@ -65,7 +65,7 @@ Na sua conta corporativa em {% ifversion ghae %}{% data variables.product.produc
6565

6666
{% endif %}
6767

68-
{% ifversion ghec or ghes %}Ao experimentar ou comprar {% data variables.product.prodname_enterprise %}, você também pode{% ifversion ghes %}{% endif %} criar uma conta corporativa para {% data variables.product.prodname_ghe_cloud %} em {% data variables.product.prodname_dotcom_the_website %}. Os administradores da conta corporativa em {% data variables.product.prodname_dotcom_the_website %} podem visualizar a associação e gerenciar os recursos a seguir para a conta corporativa{% ifversion ghes %} em {% data variables.product.prodname_dotcom_the_website %}{% endif %}.
68+
{% ifversion ghec or ghes %}Ao experimentar ou comprar {% data variables.product.prodname_enterprise %}, você também pode{% ifversion ghes %}{% endif %} criar uma conta corporativa para {% data variables.product.prodname_ghe_cloud %} em {% data variables.product.prodname_dotcom_the_website %}. Administrators for the enterprise account on {% data variables.product.prodname_dotcom_the_website %} can view {% if remove-enterprise-members %} and manage{% endif %} enterprise membership{% if enterprise-owner-join-org %}, manage their own membership in organizations owned by the enterprise,{% endif %} and manage the following for the enterprise account{% ifversion ghes %} on {% data variables.product.prodname_dotcom_the_website %}{% endif %}.
6969

7070
- Cobrança e uso (serviços em {% data variables.product.prodname_dotcom_the_website %}, {% data variables.product.prodname_GH_advanced_security %}, licenças de usuários)
7171
- Segurança (logon único, listas de permissão de IP, autoridades de certificação SSH, autenticação de dois fatores)

translations/pt-BR/content/admin/user-management/managing-organizations-in-your-enterprise/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ children:
2525
- /adding-people-to-teams
2626
- /viewing-the-audit-logs-for-organizations-in-your-enterprise
2727
- /streaming-the-audit-logs-for-organizations-in-your-enterprise-account
28+
- /managing-your-role-in-an-organization-owned-by-your-enterprise
2829
- /removing-users-from-teams-and-organizations
2930
- /removing-organizations-from-your-enterprise
3031
- /restoring-a-deleted-organization
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: Managing your role in an organization owned by your enterprise
3+
intro: You can manage your membership in any organization owned by your enterprise and change your role within the organization.
4+
permissions: Enterprise owners can manage their role in an organization owned by the enterprise.
5+
versions:
6+
feature: enterprise-owner-join-org
7+
type: how_to
8+
topics:
9+
- Administrator
10+
- Enterprise
11+
- Organizations
12+
shortTitle: Manage your organization roles
13+
---
14+
15+
{% note %}
16+
17+
**Note:** The ability for enterprise owners to manage their role in an organization owned by the enterprise is in beta and subject to change.
18+
19+
{% endnote %}
20+
21+
## About role management
22+
23+
You can choose to join an organization owned by your enterprise as a member or as an organization owner, change your role within the organization, or leave the organization.
24+
25+
{% warning %}
26+
27+
**Warning**: If an organization uses SCIM to provision users, joining the organization this way could have unintended consequences. Para obter mais informações, consulte "[Sobre o SCIM](/organizations/managing-saml-single-sign-on-for-your-organization/about-scim)".
28+
29+
{% endwarning %}
30+
31+
## Managing your role with the enterprise settings
32+
33+
You can join an organization owned by your enterprise and manage your role within the organization, directly from the settings for your enterprise account.
34+
35+
If an organization enforces SAML single sign-on (SSO), you cannot use the enterprise settings to join the organization. Instead, you must join the organization using that organization's identity provider (IdP). Then, you can manage your role in your enterprise settings. For more information, see "[Joining an organization that enforces SAML SSO](#joining-an-organization-that-enforces-saml-sso)."
36+
37+
{% data reusables.enterprise-accounts.access-enterprise %}
38+
1. On the **Organizations** tab, to the right of the organization you want to manage your role in, select the {% octicon "gear" aria-label="The gear icon" %} dropdown menu and click the action you want to take.
39+
40+
![Screenshot of the dropdown menu for the gear icon for an organization](/assets/images/help/business-accounts/change-role-in-org.png)
41+
42+
## Joining an organization that enforces SAML SSO
43+
44+
If an organization enforces SAML SSO, you cannot use the enterprise settings to join the organization. Instead, you must join the organization using that organization's identity provider (IdP).
45+
46+
1. You must be assigned access in your IdP to the application for {% data variables.product.prodname_ghe_cloud %} that is used by the organization. If you're unable to configure your IdP yourself, contact your IdP administrator.
47+
1. Authenticate to the organization using SAML SSO.
48+
49+
- If the organization uses SCIM, accept the organization invitation that will be generated by the SCIM integration.
50+
- If the organization does not use SCIM, visit the following URL, replacing ORGANIZATION with the name of the organization, then follow the prompts to authenticate.
51+
52+
`https://github.com/orgs/ORGANIZATION/sso`
53+
54+
After you've joined the organization, you can use the enterprise settings to manage your role in the organization, such as becoming an organization owner. For more information, see "[Managing your role with the enterprise settings](#managing-your-role-with-the-enterprise-settings)."

translations/pt-BR/content/admin/user-management/managing-users-in-your-enterprise/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ children:
2727
- /viewing-and-managing-a-users-saml-access-to-your-enterprise
2828
- /auditing-users-across-your-enterprise
2929
- /impersonating-a-user
30+
- /removing-a-member-from-your-enterprise
3031
- /managing-dormant-users
3132
- /suspending-and-unsuspending-users
3233
- /placing-a-legal-hold-on-a-user-or-organization
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
---
2+
title: Removing a member from your enterprise
3+
intro: 'You can remove a member from all organizations owned by your enterprise.'
4+
permissions: Enterprise owners can remove an enterprise member from the enterprise.
5+
versions:
6+
feature: 'remove-enterprise-members'
7+
type: how_to
8+
topics:
9+
- Enterprise
10+
shortTitle: Remove member
11+
---
12+
13+
{% note %}
14+
15+
**Note:** The ability to remove enterprise members is in beta and subject to change.
16+
17+
{% endnote %}
18+
19+
## About removal of enterprise members
20+
21+
When you remove an enterprise member from your enterprise, the member is removed from all organizations owned by your enterprise.
22+
23+
If the enterprise member you're removing is the last owner of an organization owned by your enterprise, you will become an owner of that organization.
24+
25+
If your enterprise or any of the organizations owned by your enterprise uses an identity provider (IdP) to manage organization membership, the member may be added back to the organization by the IdP. Make sure to also make any necessary changes in your IdP.
26+
27+
## Removing a member from your enterprise
28+
29+
{% note %}
30+
31+
**Note:** If an enterprise member uses only {% data variables.product.prodname_ghe_server %}, and not {% data variables.product.prodname_ghe_cloud %}, you cannot remove the enterprise member this way.
32+
33+
{% endnote %}
34+
35+
{% data reusables.enterprise-accounts.access-enterprise %}
36+
{% data reusables.enterprise-accounts.people-tab %}
37+
1. To the right of the person you want to remove, select the {% octicon "gear" aria-label="The gear icon" %} dropdown menu and click **Remove from enterprise**.
38+
39+
![Screenshot of the "Remove from enterprise" option for an enterprise member](/assets/images/help/business-accounts/remove-member.png)

translations/pt-BR/content/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,23 @@ Para obter mais informações sobre como adicionar pessoas à sua empresa, consu
3030

3131
{% endif %}
3232

33-
## Proprietário corporativo
33+
## Enterprise owners
3434

3535
Os proprietários corporativos têm controle total da empresa e podem executar todas as ações, incluindo:
3636
- Gerenciar os administradores
37-
- {% ifversion ghec %}Adicionar e remover {% elsif ghae or ghes %}Managing{% endif %} organizações{% ifversion ghec %}para e de {% elsif ghae or ghes %} na{% endif %} empresa
37+
- {% ifversion ghec %}Adding and removing {% elsif ghae or ghes %}Managing{% endif %} organizations {% ifversion ghec %}to and from {% elsif ghae or ghes %} in{% endif %} the enterprise{% if remove-enterprise-members %}
38+
- Removing enterprise members from all organizations owned by the enterprise{% endif %}
3839
- Gerenciar as configurações da empresa
3940
- Aplicar a política nas organizações
4041
{% ifversion ghec %}- Managing billing settings{% endif %}
4142

43+
{% if enterprise-owner-join-org %}
44+
Enterprise owners do not have access to organization settings or content by default. To gain access, enterprise owners can join any organization owned by their enterprise. For more information, see "[Managing your role in an organization owned by your enterprise](/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise)."
45+
46+
Owners of organizations in your enterprise do not have access to the enterprise itself unless you make them enterprise owners.
47+
{% else %}
4248
Os proprietários corporativos não podem acessar as configurações ou o conteúdo da organização, a menos que sejam incluídos como proprietário da organização ou recebam acesso direto a um repositório de propriedade da organização. Da mesma forma, os proprietários de organizações na sua empresa não têm acesso à empresa propriamente dita, a não ser que você os torne proprietários da empresa.
49+
{% endif %}
4350

4451
Um proprietário da empresa só consumirá uma licença se for um proprietário ou integrante de pelo menos uma organização dentro da empresa. Mesmo que o proprietário de uma empresa tenha uma função em várias organizações, ele consumirá uma única licença. {% ifversion ghec %}Os proprietários de empresas devem ter uma conta pessoal em {% data variables.product.prodname_dotcom %}.{% endif %} Como prática recomendada, sugerimos que você converta apenas algumas pessoas da sua empresa em proprietários para reduzir o risco para a sua empresa.
4552

@@ -55,7 +62,7 @@ Pessoas com acesso de colaborador externo aos repositórios pertencentes à sua
5562

5663
{% ifversion ghec %}
5764

58-
## Gerente de cobrança
65+
## Gerentes de cobrança
5966

6067
Os gerentes de cobrança só têm acesso às configurações de cobrança da sua empresa. Gerentes de cobrança para a sua empresa podem:
6168
- Visualizar e gerenciar licenças de usuário, pacotes do {% data variables.large_files.product_name_short %} e outras configurações de cobrança

translations/pt-BR/content/authentication/keeping-your-account-and-data-secure/updating-your-github-access-credentials.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,12 @@ Para maior segurança, além de alterar a senha, habilite também a autenticaç
5555

5656
Consulte "[Revisar integrações autorizadas](/articles/reviewing-your-authorized-integrations)" para ver instruções sobre como revisar e excluir tokens de acesso. Para gerar novos tokens de acesso, consulte "[Criar um token de acesso pessoal](/github/authenticating-to-github/creating-a-personal-access-token)."
5757

58+
{% ifversion not ghae %}
59+
60+
If you have reset your account password and would also like to trigger a sign-out from the GitHub Mobile app, you can revoke your authorization of the "GitHub iOS" or "GitHub Android" OAuth App. For additional information, see "[Reviewing your authorized integrations](/authentication/keeping-your-account-and-data-secure/reviewing-your-authorized-integrations)."
61+
62+
{% endif %}
63+
5864
## Atualizar chaves SSH
5965

6066
Consulte "[Revisar as chaves SSH](/articles/reviewing-your-ssh-keys)" para ver instruções sobre como revisar e excluir chaves SSH. Para gerar e adicionar novas chaves SSH, consulte "[Gerar uma chave SSH](/articles/generating-an-ssh-key)".

translations/pt-BR/content/authentication/troubleshooting-ssh/error-permission-denied-publickey.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ topics:
1414
- SSH
1515
shortTitle: Permission denied (publickey)
1616
---
17-
## Should the `sudo` command be used with Git?
17+
## Should the `sudo` command or elevated privileges be used with Git?
1818

19-
You should not be using the `sudo` command with Git. If you have a *very good reason* you must use `sudo`, then ensure you are using it with every command (it's probably just better to use `su` to get a shell as root at that point). If you [generate SSH keys](/articles/generating-an-ssh-key) without `sudo` and then try to use a command like `sudo git push`, you won't be using the same keys that you generated.
19+
You should not be using the `sudo` command or elevated privileges, such as administrator permissions, with Git. If you have a *very good reason* you must use `sudo`, then ensure you are using it with every command (it's probably just better to use `su` to get a shell as root at that point). If you [generate SSH keys](/articles/generating-an-ssh-key) without `sudo` and then try to use a command like `sudo git push`, you won't be using the same keys that you generated.
2020

2121
## Check that you are connecting to the correct server
2222

0 commit comments

Comments
 (0)