diff --git a/.github/workflows/test-translations.yml b/.github/workflows/test-translations.yml index 53c75d4b61..b30cfb2658 100644 --- a/.github/workflows/test-translations.yml +++ b/.github/workflows/test-translations.yml @@ -77,3 +77,5 @@ jobs: - name: Run tests run: npx jest tests/${{ matrix.test-group }}/ + env: + NODE_OPTIONS: "--max_old_space_size=4096" diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index e228aa4533..2d1a2eaea9 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -47,3 +47,5 @@ jobs: - name: Run tests run: npx jest tests/${{ matrix.test-group }}/ + env: + NODE_OPTIONS: "--max_old_space_size=4096" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b094d49e8..3e103a7bc7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -116,6 +116,8 @@ jobs: - if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }} name: Run tests run: npx jest tests/${{ matrix.test-group }}/ + env: + NODE_OPTIONS: "--max_old_space_size=4096" - name: Send Slack notification if workflow fails uses: rtCamp/action-slack-notify@e17352feaf9aee300bf0ebc1dfbf467d80438815 diff --git a/translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 8eba60c0dd..6711ce71a4 100644 --- a/translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -113,7 +113,7 @@ api.github.com *.actions.githubusercontent.com ``` -If you use an IP address allow list for your {% data variables.product.prodname_dotcom %} organization or enterprise account, you must add your self-hosted runner's IP address to the allow list. For more information, see "[Managing allowed IP addresses for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)" or "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#using-github-actions-with-an-ip-allow-list)". +If you use an IP address allow list for your {% data variables.product.prodname_dotcom %} organization or enterprise account, you must add your self-hosted runner's IP address to the allow list. For more information, see "[Managing allowed IP addresses for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)" or "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#using-github-actions-with-an-ip-allow-list)". {% else %} diff --git a/translations/de-DE/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/translations/de-DE/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md index d684018c96..d842ec2ab1 100644 --- a/translations/de-DE/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md +++ b/translations/de-DE/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md @@ -50,17 +50,12 @@ You can add self-hosted runners to an enterprise, where they can be assigned to {% if currentVersion == "free-pro-team@latest" %} To add a self-hosted runner to an enterprise account, you must be an enterprise owner. -{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%} +{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%} To add a self-hosted runner at the enterprise level of {% data variables.product.product_location %}, you must be a site administrator. {% endif %} -{% if currentVersion == "free-pro-team@latest" %} {% data reusables.enterprise-accounts.access-enterprise %} -{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%} -{% data reusables.enterprise_site_admin_settings.access-settings %} -{% data reusables.enterprise_site_admin_settings.business %} -{% endif %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} 1. Click the **Self-hosted runners** tab. diff --git a/translations/de-DE/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/translations/de-DE/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index 7c3e4a45e9..e0d1e320cd 100644 --- a/translations/de-DE/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/translations/de-DE/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -54,12 +54,7 @@ Self-hosted runners are automatically assigned to the default group when created When creating a group, you must choose a policy that grants access to all organizations in the enterprise or choose specific organizations. -{% if currentVersion == "free-pro-team@latest" %} {% data reusables.enterprise-accounts.access-enterprise %} -{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%} -{% data reusables.enterprise_site_admin_settings.access-settings %} -{% data reusables.enterprise_site_admin_settings.business %} -{% endif %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} 1. Click the **Self-hosted runners** tab. diff --git a/translations/de-DE/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/translations/de-DE/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md index e1886a10ad..da2421c07b 100644 --- a/translations/de-DE/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md +++ b/translations/de-DE/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md @@ -62,19 +62,15 @@ Um einen selbst-gehosteten Runner aus einer Organisation zu entfernen, musst Du {% if currentVersion == "free-pro-team@latest" %} To remove a self-hosted runner from an enterprise account, you must be an enterprise owner. We recommend that you also have access to the self-hosted runner machine. -{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%} +{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%} To remove a self-hosted runner at the enterprise level of {% data variables.product.product_location %}, you must be a site administrator. We recommend that you also have access to the self-hosted runner machine. {% endif %} {% data reusables.github-actions.self-hosted-runner-reusing %} -{% if currentVersion == "free-pro-team@latest" %} + {% data reusables.enterprise-accounts.access-enterprise %} -{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%} -{% data reusables.enterprise_site_admin_settings.access-settings %} -{% data reusables.enterprise_site_admin_settings.business %} -{% endif %} {% data reusables.enterprise-accounts.policies-tab %} {% data reusables.enterprise-accounts.actions-tab %} {% data reusables.github-actions.self-hosted-runner-removing-a-runner %} diff --git a/translations/de-DE/content/actions/index.md b/translations/de-DE/content/actions/index.md index 38e5538695..6ed9692cc7 100644 --- a/translations/de-DE/content/actions/index.md +++ b/translations/de-DE/content/actions/index.md @@ -2,13 +2,16 @@ title: Dokumentation zu GitHub Actions shortTitle: GitHub Actions intro: 'Mit {% data variables.product.prodname_actions %} kannst Du Deine Softwareentwicklungs-Workflows direkt in Ihrem Repository automatisieren, anpassen und ausführen. Du kannst Actions entdecken, erstellen und weitergeben, um beliebige Aufträge (einschließlich CI/CD) auszuführen. Du kannst auch Actions in einem vollständig angepassten Workflow kombinieren.' +introLinks: + quickstart: /actions/quickstart + learn: /actions/learn-github-actions featuredLinks: gettingStarted: - - /actions/quickstart - - /actions/learn-github-actions - guide: - /actions/managing-workflow-runs - /actions/hosting-your-own-runners + guide: + - /actions/guides/setting-up-continuous-integration-using-workflow-templates + - /actions/guides/about-packaging-with-github-actions popular: - /actions/reference/workflow-syntax-for-github-actions - /actions/reference/events-that-trigger-workflows @@ -40,7 +43,7 @@ versions:
+
+
+ Reply URL
+ https://YOUR-GITHUB-AE-HOSTNAME/saml/consume` |
+ | Sign on URL | https://YOUR-GITHUB-AE-HOSTNAME/sso |
+
+1. In {% data variables.product.prodname_ghe_managed %}, enter the details for your Azure AD tenant.
+
+ - {% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+ - If you've already configured SAML SSO for {% data variables.product.product_location %} using another IdP and you want to use Azure AD instead, you can edit your configuration. For more information, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise#editing-the-saml-sso-configuration)."
+
+1. Enable user provisioning in {% data variables.product.product_name %} and configure user provisioning in Azure AD. For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise#enabling-user-provisioning-for-your-enterprise)."
+
+{% endif %}
diff --git a/translations/de-DE/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md b/translations/de-DE/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md
new file mode 100644
index 0000000000..ef320ac2ce
--- /dev/null
+++ b/translations/de-DE/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md
@@ -0,0 +1,8 @@
+---
+title: Configuring authentication and provisioning with your identity provider
+intro: You can use an identity provider (IdP) that supports both SAML single sign-on (SSO) and System for Cross-domain Identity Management (SCIM) to configure authentication and user provisioning for {% data variables.product.product_location %}.
+mapTopic: true
+versions:
+ github-ae: '*'
+---
+
diff --git a/translations/de-DE/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md b/translations/de-DE/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md
new file mode 100644
index 0000000000..4c55c959e7
--- /dev/null
+++ b/translations/de-DE/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md
@@ -0,0 +1,98 @@
+---
+title: Configuring SAML single sign-on for your enterprise
+shortTitle: Configuring SAML SSO
+intro: You can configure SAML single sign-on (SSO) for your enterprise, which allows you to centrally control authentication for {% data variables.product.product_location %} using your identity provider (IdP).
+product: '{% data reusables.gated-features.saml-sso %}'
+permissions: Enterprise owners can configure SAML SSO for an enterprise on {% data variables.product.product_name %}.
+versions:
+ github-ae: '*'
+---
+
+### Informationen zu SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+SAML SSO allows you to centrally control and secure access to {% data variables.product.product_location %} from your SAML IdP. When an unauthenticated user visits {% data variables.product.product_location %} in a browser, {% data variables.product.product_name %} will redirect the user to your SAML IdP to authenticate. After the user successfully authenticates with an account on the IdP, the IdP redirects the user back to {% data variables.product.product_location %}. {% data variables.product.product_name %} validates the response from your IdP, then grants access to the user.
+
+After a user successfully authenticates on your IdP, the user's SAML session for {% data variables.product.product_location %} is active in the browser for 24 hours. After 24 hours, the user must authenticate again with your IdP.
+
+{% data reusables.saml.assert-the-administrator-attribute %}
+
+{% data reusables.scim.after-you-configure-saml %} For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+{% endif %}
+
+### Supported identity providers
+
+{% data variables.product.product_name %} supports SAML SSO with IdPs that implement the SAML 2.0 standard. For more information, see the [SAML Wiki](https://wiki.oasis-open.org/security) on the OASIS website.
+
+{% data variables.product.company_short %} has tested SAML SSO for {% data variables.product.product_name %} with the following IdPs.
+
+{% if currentVersion == "github-ae@latest" %}
+- Azure AD
+{% endif %}
+
+### Enabling SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+During initialization for {% data variables.product.product_name %}, you must configure {% data variables.product.product_name %} as a SAML Service Provider (SP) on your IdP. You must enter several unique values on your IdP to configure {% data variables.product.product_name %} as a valid SP.
+
+| Wert | Other names | Beschreibung | Beispiel |
+|:--------------------------------------- |:----------- |:-------------------------------------------------------------------------- |:------------------------- |
+| SP Entity ID | SP URL | Your top-level URL for {% data variables.product.prodname_ghe_managed %} | https://YOUR-GITHUB-AE-HOSTNAME |
+| SP Assertion Consumer Service (ACS) URL | Reply URL | URL where IdP sends SAML responses | https://YOUR-GITHUB-AE-HOSTNAME/saml/consume |
+| SP Single Sign-On (SSO) URL | | URL where IdP begins SSO | https://YOUR-GITHUB-AE-HOSTNAME/sso |
+
+{% endif %}
+
+### Editing the SAML SSO configuration
+
+If the details for your IdP change, you'll need to edit the SAML SSO configuration for {% data variables.product.product_location %}. For example, if the certificate for your IdP expires, you can edit the value for the public certificate.
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% note %}
+
+**Hinweis**: {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML single sign-on", type the new details for your IdP. 
+1. Optionally, click {% octicon "pencil" aria-label="The edit icon" %} to configure a new signature or digest method. 
+
+ - Use the drop-down menus and choose the new signature or digest method. 
+1. To ensure that the information you've entered is correct, click **Test SAML configuration**. 
+1. Klicke auf **Save** (Speichern). 
+1. Optionally, to automatically provision and deprovision user accounts for {% data variables.product.product_location %}, reconfigure user provisioning with SCIM. For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+{% endif %}
+
+### Disabling SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% warning %}
+
+**Warning**: If you disable SAML SSO for {% data variables.product.product_location %}, users without existing SAML SSO sessions cannot sign into {% data variables.product.product_location %}. SAML SSO sessions on {% data variables.product.product_location %} end after 24 hours.
+
+{% endwarning %}
+
+{% note %}
+
+**Hinweis**: {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML single sign-on", unselect **Enable SAML authentication**. 
+1. To disable SAML SSO and require signing in with the built-in user account you created during initialization, click **Save**. 
+
+{% endif %}
diff --git a/translations/de-DE/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md b/translations/de-DE/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md
new file mode 100644
index 0000000000..7648aabe16
--- /dev/null
+++ b/translations/de-DE/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md
@@ -0,0 +1,72 @@
+---
+title: Configuring user provisioning for your enterprise
+shortTitle: Configuring user provisioning
+intro: You can configure System for Cross-domain Identity Management (SCIM) for your enterprise, which automatically provisions user accounts on {% data variables.product.product_location %} when you assign the application for {% data variables.product.product_location %} to a user on your identity provider (IdP).
+permissions: Enterprise owners can configure user provisioning for an enterprise on {% data variables.product.product_name %}.
+product: '{% data reusables.gated-features.saml-sso %}'
+versions:
+ github-ae: '*'
+---
+
+### About user provisioning for your enterprise
+
+{% data reusables.saml.ae-uses-saml-sso %} For more information, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise)."
+
+{% data reusables.scim.after-you-configure-saml %} For more information about SCIM, see [System for Cross-domain Identity Management: Protocol (RFC 7644)](https://tools.ietf.org/html/rfc7644) on the IETF website.
+
+{% if currentVersion == "github-ae@latest" %}
+
+Configuring provisioning allows your IdP to communicate with {% data variables.product.product_location %} when you assign or unassign the application for {% data variables.product.product_name %} to a user on your IdP. When you assign the application, your IdP will prompt {% data variables.product.product_location %} to create an account and send an onboarding email to the user. When you unassign the application, your IdP will communicate with {% data variables.product.product_name %} to invalidate any SAML sessions and disable the member's account.
+
+To configure provisioning for your enterprise, you must enable provisioning on {% data variables.product.product_name %}, then install and configure a provisioning application on your IdP.
+
+The provisioning application on your IdP communicates with {% data variables.product.product_name %} via our SCIM API for enterprises. For more information, see "[GitHub Enterprise administration](/rest/reference/enterprise-admin#scim)" in the {% data variables.product.prodname_dotcom %} REST API documentation.
+
+{% endif %}
+
+### Supported identity providers
+
+{% data reusables.scim.supported-idps %}
+
+### Vorrausetzungen
+
+{% if currentVersion == "github-ae@latest" %}
+
+To automatically provision and deprovision access to {% data variables.product.product_location %} from your IdP, you must first configure SAML SSO when you initialize {% data variables.product.product_name %}. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+
+You must have administrative access on your IdP to configure the application for user provisioning for {% data variables.product.product_name %}.
+
+{% endif %}
+
+### Enabling user provisioning for your enterprise
+
+{% if currentVersion == "github-ae@latest" %}
+
+1. While signed into
+
+{% data variables.product.product_location %} as an enterprise owner, create a personal access token with **admin:enterprise** scope. Weitere Informationen finden Sie unter "[Erstellen eines persönlichen Zugriffstokens](/github/authenticating-to-github/creating-a-personal-access-token)."
+ {% note %}
+
+ **Hinweise**:
+ - To create the personal access token, we recommend using the account for the first enterprise owner that you created during initialization. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+ - You'll need this personal access token to configure the application for SCIM on your IdP. Store the token securely in a password manager until you need the token again later in these instructions.
+
+ {% endnote %}
+ {% warning %}
+
+ **Warning**: If the user account for the enterprise owner who creates the personal access token is deactivated or deprovisioned, your IdP will no longer provision and deprovision user accounts for your enterprise automatically. Another enterprise owner must create a new personal access token and reconfigure provisioning on the IdP.
+
+ {% endwarning %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SCIM User Provisioning", select **Require SCIM user provisioning**. 
+1. Klicke auf **Save** (Speichern). 
+1. Configure user provisioning in the application for {% data variables.product.product_name %} on your IdP. The application on your IdP requires two values to provision or deprovision user accounts on {% data variables.product.product_location %}.
+
+ | Wert | Other names | Beschreibung | Beispiel |
+ |:------------- |:----------------------------------- |:----------------------------------------------------------------------------------------------------------- |:------------------------------------------- |
+ | URL | Tenant URL | URL to the SCIM provisioning API for your enterprise on {% data variables.product.prodname_ghe_managed %} | https://YOUR-GITHUB-AE-HOSTNAME/scim/v2 |
+ | Shared secret | Personal access token, secret token | Token for application on your IdP to perform provisioning tasks on behalf of an enterprise owner | Personal access token you created in step 1 |
+
+{% endif %}
diff --git a/translations/de-DE/content/admin/authentication/index.md b/translations/de-DE/content/admin/authentication/index.md
index c707f07bb1..e9dbc355bd 100644
--- a/translations/de-DE/content/admin/authentication/index.md
+++ b/translations/de-DE/content/admin/authentication/index.md
@@ -1,10 +1,11 @@
---
title: Authentifizierung
-intro: 'Sie können die integrierte Authentifizierung von {% data variables.product.prodname_ghe_server %} verwenden oder zwischen CAS, LDAP oder SAML auswählen, um Ihre vorhandenen Konten zu integrieren und den Benutzerzugriff auf {% data variables.product.product_location_enterprise %} zentral zu verwalten.'
+intro: You can configure how users sign into {% data variables.product.product_name %}.
redirect_from:
- /enterprise/admin/authentication
versions:
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,5 +19,9 @@ versions:
{% link_in_list /using-ldap %}
{% link_in_list /allowing-built-in-authentication-for-users-outside-your-identity-provider %}
{% link_in_list /changing-authentication-methods %}
-
-
+{% topic_link_in_list /managing-identity-and-access-for-your-enterprise %}
+ {% link_in_list /about-identity-and-access-management-for-your-enterprise %}
+ {% link_in_list /configuring-saml-single-sign-on-for-your-enterprise %}
+ {% link_in_list /configuring-user-provisioning-for-your-enterprise %}
+{% topic_link_in_list /configuring-authentication-and-provisioning-with-your-identity-provider %}
+ {% link_in_list /configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad %}
diff --git a/translations/de-DE/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md b/translations/de-DE/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md
new file mode 100644
index 0000000000..9b4b3f0a0a
--- /dev/null
+++ b/translations/de-DE/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md
@@ -0,0 +1,9 @@
+---
+title: Managing identity and access for your enterprise
+shortTitle: Managing identity and access
+intro: You can centrally manage accounts and access to {% data variables.product.product_location %}.
+mapTopic: true
+versions:
+ github-ae: '*'
+---
+
diff --git a/translations/de-DE/content/admin/authentication/using-built-in-authentication.md b/translations/de-DE/content/admin/authentication/using-built-in-authentication.md
index 66a5acf55c..7003345929 100644
--- a/translations/de-DE/content/admin/authentication/using-built-in-authentication.md
+++ b/translations/de-DE/content/admin/authentication/using-built-in-authentication.md
@@ -1,6 +1,6 @@
---
title: Integrierte Authentifizierung verwenden
-intro: 'Wenn Sie die standardmäßige Authentifizierungsmethode verwenden, werden alle Authentifizierungsdetails in {% data variables.product.product_location_enterprise %} gespeichert. Die integrierte Authentifizierung ist die Standardmethode, wenn Sie nicht bereits über einen etablierten Authentifizierungsanbieter wie LDAP, SAML oder CAS verfügen.'
+intro: 'Wenn Sie die standardmäßige Authentifizierungsmethode verwenden, werden alle Authentifizierungsdetails in {% data variables.product.product_location %} gespeichert. Die integrierte Authentifizierung ist die Standardmethode, wenn Sie nicht bereits über einen etablierten Authentifizierungsanbieter wie LDAP, SAML oder CAS verfügen.'
redirect_from:
- /enterprise/admin/user-management/using-built-in-authentication
- /enterprise/admin/authentication/using-built-in-authentication
diff --git a/translations/de-DE/content/admin/authentication/using-cas.md b/translations/de-DE/content/admin/authentication/using-cas.md
index 5c7c21343d..a44603b2b5 100644
--- a/translations/de-DE/content/admin/authentication/using-cas.md
+++ b/translations/de-DE/content/admin/authentication/using-cas.md
@@ -32,7 +32,7 @@ Die folgenden Attribute sind verfügbar.
### CAS konfigurieren
{% warning %}
-**Warnung:** Bevor Sie CAS auf {% data variables.product.product_location_enterprise %} konfigurieren, sollten Sie beachten, dass Benutzer ihre CAS-Benutzernamen und -Passwörter nicht verwenden können, um API-Anforderungen oder Git-Vorgänge über HTTP/HTTPS zu authentifizieren. Stattdessen müssen sie ein [Zugriffstoken erstellen](/enterprise/{{ currentVersion }}/user/articles/creating-an-access-token-for-command-line-use).
+**Warnung:** Bevor Sie CAS auf {% data variables.product.product_location %} konfigurieren, sollten Sie beachten, dass Benutzer ihre CAS-Benutzernamen und -Passwörter nicht verwenden können, um API-Anforderungen oder Git-Vorgänge über HTTP/HTTPS zu authentifizieren. Stattdessen müssen sie ein [Zugriffstoken erstellen](/enterprise/{{ currentVersion }}/user/articles/creating-an-access-token-for-command-line-use).
{% endwarning %}
diff --git a/translations/de-DE/content/admin/authentication/using-ldap.md b/translations/de-DE/content/admin/authentication/using-ldap.md
index df5052660b..e0d97b1269 100644
--- a/translations/de-DE/content/admin/authentication/using-ldap.md
+++ b/translations/de-DE/content/admin/authentication/using-ldap.md
@@ -35,7 +35,7 @@ versions:
{% data reusables.enterprise_user_management.two_factor_auth_header %}
{% data reusables.enterprise_user_management.2fa_is_available %}
-### LDAP für {% data variables.product.product_location_enterprise %} konfigurieren
+### LDAP für {% data variables.product.product_location %} konfigurieren
Nach der Konfiguration von LDAP können sich Benutzer mit ihren LDAP-Anmeldeinformationen bei Ihrer Instanz anmelden. Wenn sich Benutzer erstmals anmelden, werden ihre Profilnamen, E-Mail-Adressen und SSH-Schlüssel mit den LDAP-Attributen aus Ihrem Verzeichnis festgelegt.
@@ -43,7 +43,7 @@ Wenn Du LDAP-Zugriff für Benutzer über die {% data variables.enterprise.manage
{% warning %}
-**Warnung:** Stellen Sie sicher, dass Ihr LDAP-Dienst seitenweise Ergebnisse unterstützt, bevor Sie LDAP auf {% data variables.product.product_location_enterprise %} konfigurieren.
+**Warnung:** Stellen Sie sicher, dass Ihr LDAP-Dienst seitenweise Ergebnisse unterstützt, bevor Sie LDAP auf {% data variables.product.product_location %} konfigurieren.
{% endwarning %}
@@ -55,11 +55,11 @@ Wenn Du LDAP-Zugriff für Benutzer über die {% data variables.enterprise.manage
5. Fügen Sie die gewünschten Konfigurationseinstellungen hinzu.
### LDAP-Attribute
-Verwenden Sie die folgenden Attribute, um die Konfiguration von LDAP für {% data variables.product.product_location_enterprise %} abzuschließen.
+Verwenden Sie die folgenden Attribute, um die Konfiguration von LDAP für {% data variables.product.product_location %} abzuschließen.
| Attributname | Typ | Beschreibung |
| ------------------------------------------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `Host` | Erforderlich | Der LDAP-Host, z. B. `ldap.example.com` oder `10.0.0.30`. Wenn der Hostnamen nur in Ihrem internen Netzwerk verfügbar ist, müssen Sie möglicherweise zunächst den DNS von {% data variables.product.product_location_enterprise %} konfigurieren, damit der Hostname mithilfe Ihrer internen Nameserver aufgelöst werden kann. |
+| `Host` | Erforderlich | Der LDAP-Host, z. B. `ldap.example.com` oder `10.0.0.30`. Wenn der Hostnamen nur in Ihrem internen Netzwerk verfügbar ist, müssen Sie möglicherweise zunächst den DNS von {% data variables.product.product_location %} konfigurieren, damit der Hostname mithilfe Ihrer internen Nameserver aufgelöst werden kann. |
| `Port` | Erforderlich | Der Port, der von den LDAP-Diensten des Hosts überwacht wird. Beispiele: 389 und 636 (für LDAPS). |
| `Encryption` | Erforderlich | Die Verschlüsselungsmethode, die verwendet wird, um Kommunikationen zum LDAP-Server zu schützen. Dazu zählen beispielsweise Nur-Text (keine Verschlüsselung), SSL/LDAPS (von Anfang an verschlüsselt) und StartTLS (Upgrade auf verschlüsselte Kommunikation nach dem Herstellen der Verbindung). |
| `Domain search user` | Optional | Der LDAP-Benutzer, der Benutzernachschlagevorgänge durchführt, um andere Benutzer bei ihrer Anmeldung zu authentifizieren. In der Regel handelt es sich dabei um ein Dienstkonto, das speziell für Drittanbieterintegrationen erstellt wird. Verwenden Sie einen vollqualifizierten Namen, beispielsweise `cn=Administrator,cn=Users,dc=Example,dc=com`. Mit Active Directory können Sie zudem die Syntax `[DOMAIN]\[USERNAME]` (z. B. `WINDOWS\Administrator`) für den Benutzer der Domain-Suche mit Active Directory verwenden. |
@@ -190,7 +190,7 @@ Sofern die [LDAP-Synchronisierung nicht aktiviert ist](#enabling-ldap-sync), wer
You can also [use the API to trigger a manual sync](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#ldap).
-### Zugriff auf {% data variables.product.product_location_enterprise %} widerrufen
+### Zugriff auf {% data variables.product.product_location %} widerrufen
Bei [aktivierter LDAP-Synchronisierung](#enabling-ldap-sync) wird beim Entfernen der LDAP-Anmeldeinformationen eines Benutzers dessen Konto nach der nächsten Synchronisierungsausführung gesperrt.
diff --git a/translations/de-DE/content/admin/authentication/using-saml.md b/translations/de-DE/content/admin/authentication/using-saml.md
index b92b8a0346..b105bd09db 100644
--- a/translations/de-DE/content/admin/authentication/using-saml.md
+++ b/translations/de-DE/content/admin/authentication/using-saml.md
@@ -79,10 +79,10 @@ Die folgenden Attribute sind verfügbar. Mit Ausnahme der `administrator`-Attrib
{% endtip %}
-5. Wählen Sie **Disable administrator demotion/promotion** (Hochstufen/Zurücksetzen des Administrators deaktivieren) aus, wenn Sie **nicht** möchten, dass Ihr SAML-Anbieter die Administratorrechte für Benutzer auf {% data variables.product.product_location_enterprise %} bestimmen kann. 
-6. Geben Sie im Feld **Single sign-on URL** (Single Sign-On-URL) den HTTP- oder HTTPS-Endpunkt für Ihren IdP für Single Sign-On-Anforderungen ein. Dieser Wert wird durch Ihre IdP-Konfiguration angegeben. Wenn der Host in Ihrem internen Netzwerk nicht verfügbar ist, müssen Sie [{% data variables.product.product_location_enterprise %} ggf. zur Verwendung interner Nameserver konfigurieren](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-dns-nameservers/). 
-7. Gib optional im Feld **Issuer** (Aussteller) den Namen Deines SAML-Ausstellers ein. Dadurch wird die Authentizität von Nachrichten verifiziert, die an {% data variables.product.product_location_enterprise %} gesendet werden. 
-8. Wählen Sie in den Dropdownmenüs **Signature Method** (Signaturmethode) und **Digest Method** (Digest-Methode) den von Ihrem SAML-Aussteller verwendeten Hashalgorithmus aus, um die Integrität der Anforderungen von {% data variables.product.product_location_enterprise %} zu verifizieren. Geben Sie das Format mit dem Dropdownmenü **Name Identifier Format** (Format für Namenskennzeichner) an. 
+5. Wählen Sie **Disable administrator demotion/promotion** (Hochstufen/Zurücksetzen des Administrators deaktivieren) aus, wenn Sie **nicht** möchten, dass Ihr SAML-Anbieter die Administratorrechte für Benutzer auf {% data variables.product.product_location %} bestimmen kann. 
+6. Geben Sie im Feld **Single sign-on URL** (Single Sign-On-URL) den HTTP- oder HTTPS-Endpunkt für Ihren IdP für Single Sign-On-Anforderungen ein. Dieser Wert wird durch Ihre IdP-Konfiguration angegeben. Wenn der Host in Ihrem internen Netzwerk nicht verfügbar ist, müssen Sie [{% data variables.product.product_location %} ggf. zur Verwendung interner Nameserver konfigurieren](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-dns-nameservers/). 
+7. Gib optional im Feld **Issuer** (Aussteller) den Namen Deines SAML-Ausstellers ein. Dadurch wird die Authentizität von Nachrichten verifiziert, die an {% data variables.product.product_location %} gesendet werden. 
+8. Wählen Sie in den Dropdownmenüs **Signature Method** (Signaturmethode) und **Digest Method** (Digest-Methode) den von Ihrem SAML-Aussteller verwendeten Hashalgorithmus aus, um die Integrität der Anforderungen von {% data variables.product.product_location %} zu verifizieren. Geben Sie das Format mit dem Dropdownmenü **Name Identifier Format** (Format für Namenskennzeichner) an. 
9. Klicken Sie unter **Verification certificate** (Verifizierungszertifikat) auf **Choose File** (Datei auswählen), und wählen Sie ein Zertifikat aus, um Ihre SAML-Antworten vom IdP zu validieren. 
10. Ändern Sie die SAML-Attributnamen bei Bedarf so, dass sie mit Ihrem IdP übereinstimmen, oder akzeptieren Sie die Standardnamen.
@@ -100,7 +100,7 @@ Die folgenden Attribute sind verfügbar. Mit Ausnahme der `administrator`-Attrib
{% endif %}
-### Zugriff auf {% data variables.product.product_location_enterprise %} widerrufen
+### Zugriff auf {% data variables.product.product_location %} widerrufen
Wenn Sie einen Benutzer von Ihrem Identity Provider entfernen, müssen Sie ihn zudem manuell sperren. Andernfalls kann er sich weiterhin mithilfe der Zugriffstoken oder SSH-Schlüssel authentifizieren. Weitere Informationen finden Sie unter „[Benutzer sperren und entsperren](/enterprise/admin/guides/user-management/suspending-and-unsuspending-users)“.
diff --git a/translations/de-DE/content/admin/configuration/about-enterprise-configuration.md b/translations/de-DE/content/admin/configuration/about-enterprise-configuration.md
new file mode 100644
index 0000000000..f4cc1098e4
--- /dev/null
+++ b/translations/de-DE/content/admin/configuration/about-enterprise-configuration.md
@@ -0,0 +1,31 @@
+---
+title: About enterprise configuration
+intro: 'You can use the site admin dashboard{% if enterpriseServerVersions contains currentVersion %}, {% data variables.enterprise.management_console %}, and administrative shell (SSH) {% elsif currentVersion == "github-ae@latest" %} and enterprise settings or contact support{% endif %} to manage your enterprise.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.about-the-site-admin-dashboard %} For more information, see "[Site admin dashboard](/admin/configuration/site-admin-dashboard)."
+
+{% data reusables.enterprise_site_admin_settings.about-the-management-console %} For more information, see "[Accessing the management console](/admin/configuration/accessing-the-management-console)."
+
+{% data reusables.enterprise_site_admin_settings.about-ssh-access %} For more information, see "[Accessing the administrative shell (SSH)](/admin/configuration/accessing-the-administrative-shell-ssh)."
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+The first time you access your enterprise, you will complete an initial configuration to get
+{% data variables.product.product_name %} ready to use. The initial configuration includes connecting your enterprise with an idP, authenticating with SAML SSO, and configuring policies for repositories and organizations in your enterprise. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+
+For users to receive any emails from {% data variables.product.product_name %} after the initial configuration, you must ask {% data variables.contact.github_support %} to configure outbound email support with your SMTP server. For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)."
+
+Later, you can use the site admin dashboard and enterprise settings to further configure your enterprise, manage users, organizations and repositories, and set policies that reduce risk and increase quality.
+
+All enterprises are configured with subdomain isolation and support for TLS 1.2 and higher for encrypted traffic only.
+{% endif %}
+
+### Weiterführende Informationen
+
+- "[Managing users, organizations, and repositories](/admin/user-management)"
+- "[Setting policies for your enterprise](/admin/policies)"
diff --git a/translations/de-DE/content/admin/configuration/accessing-the-administrative-shell-ssh.md b/translations/de-DE/content/admin/configuration/accessing-the-administrative-shell-ssh.md
index 77dff8bc88..83861be5fa 100644
--- a/translations/de-DE/content/admin/configuration/accessing-the-administrative-shell-ssh.md
+++ b/translations/de-DE/content/admin/configuration/accessing-the-administrative-shell-ssh.md
@@ -10,7 +10,7 @@ redirect_from:
- /enterprise/admin/2.15/articles/troubleshooting-ssh-permission-denied-publickey/
- /enterprise/admin/installation/accessing-the-administrative-shell-ssh
- /enterprise/admin/configuration/accessing-the-administrative-shell-ssh
-intro: 'Der SSH-Zugriff ermöglicht Ihnen die Ausführung der {% data variables.product.prodname_ghe_server %}-Befehlszeilendienstprogramme und eignet sich zur Fehlerbehebung, zum Ausführen von Backups und zum Konfigurieren der Replikation.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-ssh-access %}'
versions:
enterprise-server: '*'
---
@@ -46,7 +46,7 @@ admin@github-example-com:~$ █
#### Fehlerbehebung bei SSH-Verbindungsproblemen
-Wenn der Fehler `Permission denied (publickey)` (Berechtigung verweigert (öffentlicher Schlüssel)) angezeigt wird, wenn Sie versuchen, über SSH eine Verbindung zu {% data variables.product.product_location_enterprise %} herzustellen, sollten Sie bestätigen, dass Sie die Verbindung über Port 122 vornehmen. Möglicherweise müssen Sie explizit angeben, welcher private SSH-Schlüssel verwendet werden soll.
+Wenn der Fehler `Permission denied (publickey)` (Berechtigung verweigert (öffentlicher Schlüssel)) angezeigt wird, wenn Sie versuchen, über SSH eine Verbindung zu {% data variables.product.product_location %} herzustellen, sollten Sie bestätigen, dass Sie die Verbindung über Port 122 vornehmen. Möglicherweise müssen Sie explizit angeben, welcher private SSH-Schlüssel verwendet werden soll.
Führen Sie zum Angeben eines privaten SSH-Schlüssels an der Befehlszeile `ssh` mit dem Argument `-i` aus.
diff --git a/translations/de-DE/content/admin/configuration/accessing-the-management-console.md b/translations/de-DE/content/admin/configuration/accessing-the-management-console.md
index 03aebc1cdf..f85e9078fb 100644
--- a/translations/de-DE/content/admin/configuration/accessing-the-management-console.md
+++ b/translations/de-DE/content/admin/configuration/accessing-the-management-console.md
@@ -1,6 +1,6 @@
---
title: Accessing the management console
-intro: 'Mit der {% data variables.enterprise.management_console %} können Sie {% data variables.product.product_location %} einrichten und konfigurieren, Wartungsfenster planen, Fehler beheben und Ihre Lizenz verwalten.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-the-management-console %}'
redirect_from:
- /enterprise/admin/articles/about-the-management-console/
- /enterprise/admin/articles/management-console-for-emergency-recovery/
@@ -17,15 +17,15 @@ versions:
### Informationen zur {% data variables.enterprise.management_console %}
{% data variables.enterprise.management_console %} für grundlegende Verwaltungsaktivitäten verwenden:
-- **Initial setup** (Ersteinrichtung): Durchlaufen Sie beim ersten Start von {% data variables.product.product_location_enterprise %} den Ersteinrichtungsprozess. Rufen Sie dazu in Ihrem Browser die IP-Adresse Ihrer {% data variables.product.product_location_enterprise %} auf.
+- **Initial setup** (Ersteinrichtung): Durchlaufen Sie beim ersten Start von {% data variables.product.product_location %} den Ersteinrichtungsprozess. Rufen Sie dazu in Ihrem Browser die IP-Adresse Ihrer {% data variables.product.product_location %} auf.
- **Configuring basic settings for your instance** (Grundlegende Einstellungen für Ihre Instanz konfigurieren): Auf der Seite „Settings“ (Einstellungen) können Sie DNS, den Hostnamen, SSL, die Benutzerauthentifizierung, E-Mail, Überwachungsdienste und die Protokollweiterleitung konfigurieren.
-- **Scheduling maintenance windows** (Wartungsfenster planen): Nehmen Sie Ihre {% data variables.product.product_location_enterprise %} offline, während Sie eine Wartung mithilfe der {% data variables.enterprise.management_console %} oder der Verwaltungsshell durchführen.
+- **Scheduling maintenance windows** (Wartungsfenster planen): Nehmen Sie Ihre {% data variables.product.product_location %} offline, während Sie eine Wartung mithilfe der {% data variables.enterprise.management_console %} oder der Verwaltungsshell durchführen.
- **Troubleshooting** (Fehlerbehebung): Generieren Sie ein Support-Bundle, oder zeigen Sie allgemeine Diagnoseinformationen an.
- **License management** (Lizenzverwaltung): Zeigen Sie Ihre {% data variables.product.prodname_enterprise %}-Lizenz an, oder aktualisieren Sie sie.
-Sie können jederzeit mithilfe der IP-Adresse von {% data variables.product.product_location_enterprise %} auf die {% data variables.enterprise.management_console %} zugreifen, selbst wenn sich die Instanz im Wartungsmodus befindet oder wenn ein kritischer Anwendungsfehler oder eine falsche Hostnamen- oder SSL-Konfiguration vorliegt.
+Sie können jederzeit mithilfe der IP-Adresse von {% data variables.product.product_location %} auf die {% data variables.enterprise.management_console %} zugreifen, selbst wenn sich die Instanz im Wartungsmodus befindet oder wenn ein kritischer Anwendungsfehler oder eine falsche Hostnamen- oder SSL-Konfiguration vorliegt.
-Verwenden Sie das während der Ersteinrichtung von {% data variables.product.product_location_enterprise %} festgelegte Administratorpasswort, um auf die {% data variables.enterprise.management_console %} zuzugreifen. Zudem müssen Sie auf Port 8443 eine Verbindung zum Host der virtuellen Maschine herstellen können. Wenn Sie Probleme haben, auf {% data variables.enterprise.management_console %} zuzugreifen, sollten Sie die Konfigurationen für die Zwischenfirewall und für die Sicherheitsgruppe überprüfen.
+Verwenden Sie das während der Ersteinrichtung von {% data variables.product.product_location %} festgelegte Administratorpasswort, um auf die {% data variables.enterprise.management_console %} zuzugreifen. Zudem müssen Sie auf Port 8443 eine Verbindung zum Host der virtuellen Maschine herstellen können. Wenn Sie Probleme haben, auf {% data variables.enterprise.management_console %} zuzugreifen, sollten Sie die Konfigurationen für die Zwischenfirewall und für die Sicherheitsgruppe überprüfen.
### Auf die {% data variables.enterprise.management_console %} als ein Websiteadministrator zugreifen
diff --git a/translations/de-DE/content/admin/configuration/command-line-utilities.md b/translations/de-DE/content/admin/configuration/command-line-utilities.md
index f4757845ea..9c4bf49b46 100644
--- a/translations/de-DE/content/admin/configuration/command-line-utilities.md
+++ b/translations/de-DE/content/admin/configuration/command-line-utilities.md
@@ -64,7 +64,7 @@ ghe-cleanup-settings
#### ghe-config
-Mit diesem Dienstprogramm können Sie die Konfigurationseinstellungen von {% data variables.product.product_location_enterprise %} abrufen und ändern.
+Mit diesem Dienstprogramm können Sie die Konfigurationseinstellungen von {% data variables.product.product_location %} abrufen und ändern.
```shell
$ ghe-config core.github-hostname
@@ -395,7 +395,7 @@ Mit diesem Dienstprogramm können Sie ein benutzerdefiniertes CA-Root-Zertifikat
Führen Sie dieses Dienstprogramm aus, um eine Zertifikatskette für die S/MIME-Commit-Signaturverifizierung hinzuzufügen. Weitere Informationen finden Sie unter „[Informationen zur Verifizierung einer Commit-Signatur](/enterprise/{{ currentVersion }}/user/articles/about-commit-signature-verification/)“.
-Führen Sie dieses Dienstprogramm aus, wenn {% data variables.product.product_location_enterprise %} keine Verbindung mit einem anderen Server herstellen kann, da Letzterer ein selbstsigniertes SSL-Zertifikat oder ein SSL-Zertifikat verwendet, wofür kein erforderliches CA-Bundle bereitgestellt wird. Eine Möglichkeit, dies zu bestätigen, besteht darin, `openssl s_client -connect host:port -verify 0 -CApath /etc/ssl/certs` auf {% data variables.product.product_location_enterprise %} auszuführen. Wenn das SSL-Zertifikat des Remote-Servers verifiziert werden kann, sollte Ihre `SSL-Sitzung` den Rückgabecode 0 aufweisen (siehe unten).
+Führen Sie dieses Dienstprogramm aus, wenn {% data variables.product.product_location %} keine Verbindung mit einem anderen Server herstellen kann, da Letzterer ein selbstsigniertes SSL-Zertifikat oder ein SSL-Zertifikat verwendet, wofür kein erforderliches CA-Bundle bereitgestellt wird. Eine Möglichkeit, dies zu bestätigen, besteht darin, `openssl s_client -connect host:port -verify 0 -CApath /etc/ssl/certs` auf {% data variables.product.product_location %} auszuführen. Wenn das SSL-Zertifikat des Remote-Servers verifiziert werden kann, sollte Ihre `SSL-Sitzung` den Rückgabecode 0 aufweisen (siehe unten).
```
SSL-Session:
@@ -453,7 +453,7 @@ $ ghe-storage-extend
#### ghe-version
-Dieses Dienstprogramm gibt die Version, Plattform und den Build von {% data variables.product.product_location_enterprise %} aus.
+Dieses Dienstprogramm gibt die Version, Plattform und den Build von {% data variables.product.product_location %} aus.
```shell
$ ghe-version
diff --git a/translations/de-DE/content/admin/configuration/configuring-a-hostname.md b/translations/de-DE/content/admin/configuration/configuring-a-hostname.md
index 077b560238..722f65800d 100644
--- a/translations/de-DE/content/admin/configuration/configuring-a-hostname.md
+++ b/translations/de-DE/content/admin/configuration/configuring-a-hostname.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-Wenn Sie einen Hostnamen konfigurieren, anstatt eine hartcodierte IP-Adresse zu verwenden, können Sie die physische Hardware ändern, auf der {% data variables.product.product_location_enterprise %} ausgeführt wird, ohne dass sich dies auf die Benutzer oder auf die Clientsoftware auswirkt.
+Wenn Sie einen Hostnamen konfigurieren, anstatt eine hartcodierte IP-Adresse zu verwenden, können Sie die physische Hardware ändern, auf der {% data variables.product.product_location %} ausgeführt wird, ohne dass sich dies auf die Benutzer oder auf die Clientsoftware auswirkt.
Die Einstellung des Hostnamens in der {% data variables.enterprise.management_console %} sollte auf einen geeigneten vollqualifizierten Domainnamen (FQDN) gesetzt werden, der im Internet oder in Deinem internen Netzwerk auflösbar ist. So könnte Ihre Hostnameneinstellung beispielsweise `github.companyname.com` lauten. Darüber hinaus wird empfohlen, die Subdomain-Isolation für den gewünschten Hostnamen zu aktivieren, um verschiedene Cross-Site-Scripting-Stilschwachstellen abzuschwächen. Weitere Informationen zu den Hostnameneinstellungen finden Sie in [Abschnitt 2.1 im HTTP RFC](https://tools.ietf.org/html/rfc1123#section-2).
@@ -18,9 +18,9 @@ Die Einstellung des Hostnamens in der {% data variables.enterprise.management_co
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
{% data reusables.enterprise_management_console.hostname-menu-item %}
-4. Geben Sie den Hostnamen ein, den Sie für {% data variables.product.product_location_enterprise %} festlegen möchten.
+4. Geben Sie den Hostnamen ein, den Sie für {% data variables.product.product_location %} festlegen möchten.
5. Klicken Sie zum Testen der DNS- und SSL-Einstellungen für den neuen Hostnamen auf **Test domain settings** (Domain-Einstellungen testen). 
{% data reusables.enterprise_management_console.test-domain-settings-failure %}
{% data reusables.enterprise_management_console.save-settings %}
-Nach der Konfiguration eines Hostnamens sollten Sie die Subdomain-Isolation für {% data variables.product.product_location_enterprise %} aktivieren. Weitere Informationen finden Sie unter „[Subdomain-Isolation aktivieren](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)“.
+Nach der Konfiguration eines Hostnamens sollten Sie die Subdomain-Isolation für {% data variables.product.product_location %} aktivieren. Weitere Informationen finden Sie unter „[Subdomain-Isolation aktivieren](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)“.
diff --git a/translations/de-DE/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/translations/de-DE/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
index 194d17969d..377e5d0921 100644
--- a/translations/de-DE/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
+++ b/translations/de-DE/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
@@ -1,6 +1,6 @@
---
title: Ausgehenden Webproxyserver konfigurieren
-intro: 'Ein Proxyserver bietet eine zusätzliche Sicherheitsebene für {% data variables.product.product_location_enterprise %}.'
+intro: 'Ein Proxyserver bietet eine zusätzliche Sicherheitsebene für {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/guides/installation/configuring-a-proxy-server/
- /enterprise/admin/installation/configuring-an-outbound-web-proxy-server
@@ -9,11 +9,11 @@ versions:
enterprise-server: '*'
---
-Wenn ein Proxyserver für {% data variables.product.product_location_enterprise %} aktiviert wird, werden ausgehende Nachrichten, die von {% data variables.product.prodname_ghe_server %} gesendet wurden, zunächst über den Proxyserver gesendet, sofern der Zielhost nicht als HTTP-Proxyausschluss hinzugefügt wurde. Zu den Typen ausgehender Nachrichten zählen ausgehende Webhooks, das Hochladen von Bundles und das Abrufen von veralteten Avataren. Die URL des Proxyservers ist das Protokoll, die Domain oder IP-Adresse plus die Portnummer, also beispielsweise `http://127.0.0.1:8123`.
+Wenn ein Proxyserver für {% data variables.product.product_location %} aktiviert wird, werden ausgehende Nachrichten, die von {% data variables.product.prodname_ghe_server %} gesendet wurden, zunächst über den Proxyserver gesendet, sofern der Zielhost nicht als HTTP-Proxyausschluss hinzugefügt wurde. Zu den Typen ausgehender Nachrichten zählen ausgehende Webhooks, das Hochladen von Bundles und das Abrufen von veralteten Avataren. Die URL des Proxyservers ist das Protokoll, die Domain oder IP-Adresse plus die Portnummer, also beispielsweise `http://127.0.0.1:8123`.
{% note %}
-**Hinweis:** Um zwischen {% data variables.product.product_location_enterprise %} und {% data variables.product.prodname_dotcom_the_website %} eine Verbindung herzustellen, muss Ihre Proxykonfiguration die Konnektivität zwischen `github.com` und `api.github.com` zulassen. Weitere Informationen finden Sie unter „[{% data variables.product.prodname_ghe_server %} mit {% data variables.product.prodname_dotcom_the_website %}](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/connecting-github-enterprise-server-to-github-com) verbinden“.
+**Hinweis:** Um zwischen {% data variables.product.product_location %} und {% data variables.product.prodname_dotcom_the_website %} eine Verbindung herzustellen, muss Ihre Proxykonfiguration die Konnektivität zwischen `github.com` und `api.github.com` zulassen. Weitere Informationen finden Sie unter „[{% data variables.product.prodname_ghe_server %} mit {% data variables.product.prodname_dotcom_the_website %}](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/connecting-github-enterprise-server-to-github-com) verbinden“.
{% endnote %}
diff --git a/translations/de-DE/content/admin/configuration/configuring-applications.md b/translations/de-DE/content/admin/configuration/configuring-applications.md
index 1bf3e2fca1..b4c74d4921 100644
--- a/translations/de-DE/content/admin/configuration/configuring-applications.md
+++ b/translations/de-DE/content/admin/configuration/configuring-applications.md
@@ -1,6 +1,6 @@
---
title: Anwendungen konfigurieren
-intro: 'Sie können interne Anwendungseinstellungen für {% data variables.product.product_location_enterprise %} konfigurieren.'
+intro: 'Sie können interne Anwendungseinstellungen für {% data variables.product.product_location %} konfigurieren.'
redirect_from:
- /enterprise/admin/installation/configuring-applications
- /enterprise/admin/configuration/configuring-applications
@@ -10,12 +10,12 @@ versions:
### Bildzwischenspeicherung anpassen
-Sie können auswählen, wie lange {% data variables.product.product_location_enterprise %} Avatare speichert. Beim Erhöhen der Cache-Zeit erhöhen Sie die Zeit, die der Avatar eines Benutzers zum Laden benötigt. Wird die Cache-Zeit mit einem zu niedrigen Wert konfiguriert, kann dies zur Überladung von {% data variables.product.product_location_enterprise %}-Arbeitsprozessen führen.
+Sie können auswählen, wie lange {% data variables.product.product_location %} Avatare speichert. Beim Erhöhen der Cache-Zeit erhöhen Sie die Zeit, die der Avatar eines Benutzers zum Laden benötigt. Wird die Cache-Zeit mit einem zu niedrigen Wert konfiguriert, kann dies zur Überladung von {% data variables.product.product_location %}-Arbeitsprozessen führen.
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
3. Klicke in der linken Seitenleiste auf **Applications** (Anwendungen). 
4. Under "Avatar image cache time (seconds)", type the number of seconds that you would like
-{% data variables.product.product_location_enterprise %} to cache avatar images.
+{% data variables.product.product_location %} to cache avatar images.

{% data reusables.enterprise_management_console.save-settings %}
diff --git a/translations/de-DE/content/admin/configuration/configuring-backups-on-your-appliance.md b/translations/de-DE/content/admin/configuration/configuring-backups-on-your-appliance.md
index 3fc2af6eb9..90871eecd8 100644
--- a/translations/de-DE/content/admin/configuration/configuring-backups-on-your-appliance.md
+++ b/translations/de-DE/content/admin/configuration/configuring-backups-on-your-appliance.md
@@ -12,14 +12,14 @@ redirect_from:
- /enterprise/admin/guides/installation/backups-and-disaster-recovery/
- /enterprise/admin/installation/configuring-backups-on-your-appliance
- /enterprise/admin/configuration/configuring-backups-on-your-appliance
-intro: 'Im Rahmen eines Disaster Recovery-Plans können Sie die Produktionsdaten auf {% data variables.product.product_location_enterprise %} schützen, indem Sie automatisierte Backups konfigurieren.'
+intro: 'Im Rahmen eines Disaster Recovery-Plans können Sie die Produktionsdaten auf {% data variables.product.product_location %} schützen, indem Sie automatisierte Backups konfigurieren.'
versions:
enterprise-server: '*'
---
### Informationen zu {% data variables.product.prodname_enterprise_backup_utilities %}
-{% data variables.product.prodname_enterprise_backup_utilities %} ist ein Backup-System, das Sie auf einem separaten Host installieren, der in regelmäßigen Intervallen über eine sichere SSH-Netzwerkverbindung Backup-Snapshots von {% data variables.product.product_location_enterprise %} erstellt. Mit einem Snapshot können Sie eine vorhandene {% data variables.product.prodname_ghe_server %}-Instanz in einem vorherigen Zustand auf dem Backup-Host wiederherstellen.
+{% data variables.product.prodname_enterprise_backup_utilities %} ist ein Backup-System, das Sie auf einem separaten Host installieren, der in regelmäßigen Intervallen über eine sichere SSH-Netzwerkverbindung Backup-Snapshots von {% data variables.product.product_location %} erstellt. Mit einem Snapshot können Sie eine vorhandene {% data variables.product.prodname_ghe_server %}-Instanz in einem vorherigen Zustand auf dem Backup-Host wiederherstellen.
Nur die seit dem letzten Snapshot hinzugefügten Daten werden über das Netzwerk übertragen und belegen zusätzlichen physischen Speicherplatz. Zum Minimieren der Auswirkung auf die Leistung werden Backups online unter der niedrigsten CPU-/E/A-Priorität durchgeführt. Zum Durchführen eines Backups muss kein Wartungsfenster geplant werden.
@@ -27,11 +27,11 @@ Ausführlichere Informationen zu Features, Anforderungen und zur erweiterten Nut
### Vorrausetzungen
-Sie müssen über ein von {% data variables.product.product_location_enterprise %} getrenntes Linux- oder Unix-Hostsystem verfügen, um {% data variables.product.prodname_enterprise_backup_utilities %} verwenden zu können.
+Sie müssen über ein von {% data variables.product.product_location %} getrenntes Linux- oder Unix-Hostsystem verfügen, um {% data variables.product.prodname_enterprise_backup_utilities %} verwenden zu können.
Sie können {% data variables.product.prodname_enterprise_backup_utilities %} auch zur langfristigen dauerhaften Speicherung von kritischen Daten in eine vorhandene Umgebung integrieren.
-Es wird empfohlen, dass der Backup-Host und {% data variables.product.product_location_enterprise %} geografisch voneinander getrennt sind. Dadurch wird gewährleistet, dass Backups wiederhergestellt werden können, falls am Hauptstandort eine schwere Katastrophe oder ein Netzwerkausfall auftritt.
+Es wird empfohlen, dass der Backup-Host und {% data variables.product.product_location %} geografisch voneinander getrennt sind. Dadurch wird gewährleistet, dass Backups wiederhergestellt werden können, falls am Hauptstandort eine schwere Katastrophe oder ein Netzwerkausfall auftritt.
Die Anforderungen an den physischen Speicher variieren basierend auf der Git-Repository-Festplattennutzung und den erwarteten Wachstumsmustern:
@@ -59,7 +59,7 @@ Entsprechend Ihrer Nutzung, beispielsweise in Bezug auf die Benutzeraktivität u
3. Legen Sie den Wert `GHE_HOSTNAME` auf den Hostnamen oder die IP-Adresse Ihrer primären {% data variables.product.prodname_ghe_server %}-Instanz fest.
4. Legen Sie den Wert `GHE_DATA_DIR` auf den Dateisystempfad fest, unter dem Sie Backup-Snapshots speichern möchten.
5. Öffnen Sie unter `https://HOSTNAME/setup/settings` die Seite mit den Einstellungen Ihrer primären Instanz, und fügen Sie der Liste der autorisierten SSH-Schlüssel den SSH-Schlüssel des Backup-Hosts hinzu. Weitere Informationen finden Sie unter „[Auf die Verwaltungsshell (SSH) zugreifen](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/)“.
-5. Führen Sie den Befehl `ghe-host-check` aus, um die SSH-Konnektivität mit {% data variables.product.product_location_enterprise %} zu verifizieren.
+5. Führen Sie den Befehl `ghe-host-check` aus, um die SSH-Konnektivität mit {% data variables.product.product_location %} zu verifizieren.
```shell
$ bin/ghe-host-check
```
@@ -78,9 +78,9 @@ Wenn sich Backup-Versuche überschneiden, wird der Befehl `ghe-backup` mit einer
### Backup wiederherstellen
-Im Falle eines längeren Ausfalls oder einer Katastrophe am Hauptstandort können Sie {% data variables.product.product_location_enterprise %} wiederherstellen. Stellen Sie dazu eine andere {% data variables.product.prodname_enterprise %}-Appliance bereit, und führen Sie auf dem Backup-Host eine Wiederherstellung aus. Sie müssen der Ziel-{% data variables.product.prodname_enterprise %}-Appliance den SSH-Schlüssel des Backup-Hosts als einen autorisierten SSH-Schlüssel hinzufügen, bevor Sie eine Appliance wiederherstellen.
+Im Falle eines längeren Ausfalls oder einer Katastrophe am Hauptstandort können Sie {% data variables.product.product_location %} wiederherstellen. Stellen Sie dazu eine andere {% data variables.product.prodname_enterprise %}-Appliance bereit, und führen Sie auf dem Backup-Host eine Wiederherstellung aus. Sie müssen der Ziel-{% data variables.product.prodname_enterprise %}-Appliance den SSH-Schlüssel des Backup-Hosts als einen autorisierten SSH-Schlüssel hinzufügen, bevor Sie eine Appliance wiederherstellen.
-Führen Sie den Befehl `ghe-restore` aus, um den letzten erfolgreichen {% data variables.product.product_location_enterprise %}-Snapshot wiederherzustellen. Es sollte in etwa folgende Ausgabe angezeigt werden:
+Führen Sie den Befehl `ghe-restore` aus, um den letzten erfolgreichen {% data variables.product.product_location %}-Snapshot wiederherzustellen. Es sollte in etwa folgende Ausgabe angezeigt werden:
```shell
$ ghe-restore -c 169.154.1.1
diff --git a/translations/de-DE/content/admin/configuration/configuring-built-in-firewall-rules.md b/translations/de-DE/content/admin/configuration/configuring-built-in-firewall-rules.md
index 70d8f39332..683c3e03db 100644
--- a/translations/de-DE/content/admin/configuration/configuring-built-in-firewall-rules.md
+++ b/translations/de-DE/content/admin/configuration/configuring-built-in-firewall-rules.md
@@ -1,6 +1,6 @@
---
title: Integrierte Firewallregeln konfigurieren
-intro: 'Sie können standardmäßige Firewallregeln anzeigen und Regeln für {% data variables.product.product_location_enterprise %} anpassen.'
+intro: 'Sie können standardmäßige Firewallregeln anzeigen und Regeln für {% data variables.product.product_location %} anpassen.'
redirect_from:
- /enterprise/admin/guides/installation/configuring-firewall-settings/
- /enterprise/admin/installation/configuring-built-in-firewall-rules
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-### Informationen zur Firewall der {% data variables.product.product_location_enterprise %}
+### Informationen zur Firewall der {% data variables.product.product_location %}
{% data variables.product.prodname_ghe_server %} verwendet die Uncomplicated Firewall (UFW) von Ubuntu auf der virtuellen Appliance. Weitere Informationen finden Sie unter „[UFW](https://help.ubuntu.com/community/UFW)“ in der Ubuntu-Dokumentation. {% data variables.product.prodname_ghe_server %} automatically updates the firewall allowlist of allowed services with each release.
@@ -66,7 +66,7 @@ Die UWF-Firewall öffnet zudem verschiedene Ports, die für die ordnungsgemäße
$ sudo cp -r /lib/ufw ~/ufw.backup
```
-Nach dem Upgrade von {% data variables.product.product_location_enterprise %} müssen Sie Ihre benutzerdefinierten Firewallregeln erneut anwenden. Sie sollten ein Skript erstellen, um Ihre benutzerdefinierten Firewallregeln erneut anzuwenden.
+Nach dem Upgrade von {% data variables.product.product_location %} müssen Sie Ihre benutzerdefinierten Firewallregeln erneut anwenden. Sie sollten ein Skript erstellen, um Ihre benutzerdefinierten Firewallregeln erneut anzuwenden.
### Standardmäßige Firewallregeln wiederherstellen
diff --git a/translations/de-DE/content/admin/configuration/configuring-code-scanning-for-your-appliance.md b/translations/de-DE/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
index 7bfa6d36c7..aac1ea1f29 100644
--- a/translations/de-DE/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
+++ b/translations/de-DE/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
@@ -1,7 +1,7 @@
---
title: Configuring code scanning for your appliance
shortTitle: Configuring code scanning
-intro: 'You can enable, configure and disable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location_enterprise %}. {% data variables.product.prodname_code_scanning_capc %} allows users to scan code for vulnerabilities and errors.'
+intro: 'You can enable, configure and disable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location %}. {% data variables.product.prodname_code_scanning_capc %} allows users to scan code for vulnerabilities and errors.'
product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 4
redirect_from:
@@ -20,7 +20,7 @@ The table below summarizes the available types of analysis for {% data variables
{% data reusables.code-scanning.enabling-options %}
-For the users of {% data variables.product.product_location_enterprise %} to be able to enable and use {% data variables.product.prodname_code_scanning %} in their repositories, you need, as a site administrator, to enable this feature for the whole appliance.
+For the users of {% data variables.product.product_location %} to be able to enable and use {% data variables.product.prodname_code_scanning %} in their repositories, you need, as a site administrator, to enable this feature for the whole appliance.
### How do I know if {% data variables.product.prodname_code_scanning %} is enabled for my appliance
@@ -55,18 +55,18 @@ You must ensure that Git is in the PATH variable on any self-hosted runners you
To run {% data variables.product.prodname_code_scanning %} on {% data variables.product.prodname_ghe_server %} with {% data variables.product.prodname_actions %}, the appropriate action must be available locally. You can make the action available in three ways.
- **Recommended** You can use [{% data variables.product.prodname_github_connect %}](/enterprise/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud) to automatically download actions from {% data variables.product.prodname_dotcom_the_website %}. The machine that hosts your instance must be able to access {% data variables.product.prodname_dotcom_the_website %}. This approach ensures that you get the latest software automatically. For more information, see "[Configuring {% data variables.product.prodname_github_connect %} to sync {% data variables.product.prodname_actions %}](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance#configuring-github-connect-to-sync-github-actions)."
-- If you want to use the {% data variables.product.prodname_codeql_workflow %}, you can sync the repository from {% data variables.product.prodname_dotcom_the_website %} to {% data variables.product.prodname_ghe_server %}, by using the {% data variables.product.prodname_codeql %} Action sync tool available at [https://github.com/github/codeql-action-sync-tool](https://github.com/github/codeql-action-sync-tool/). You can use this tool regardless of whether {% data variables.product.product_location_enterprise %} or your {% data variables.product.prodname_actions %} runners have access to the internet, as long as you can access both {% data variables.product.product_location_enterprise %} and {% data variables.product.prodname_dotcom_the_website %} simultaneously on your computer.
+- If you want to use the {% data variables.product.prodname_codeql_workflow %}, you can sync the repository from {% data variables.product.prodname_dotcom_the_website %} to {% data variables.product.prodname_ghe_server %}, by using the {% data variables.product.prodname_codeql %} Action sync tool available at [https://github.com/github/codeql-action-sync-tool](https://github.com/github/codeql-action-sync-tool/). You can use this tool regardless of whether {% data variables.product.product_location %} or your {% data variables.product.prodname_actions %} runners have access to the internet, as long as you can access both {% data variables.product.product_location %} and {% data variables.product.prodname_dotcom_the_website %} simultaneously on your computer.
- You can create a local copy of the action's repository on your server, by cloning the {% data variables.product.prodname_dotcom_the_website %} repository with the action. For example, if you want to use the {% data variables.product.prodname_codeql %} action, you can create a repository in your instance called `github/codeql-action`, then clone the [repository](https://github.com/github/codeql-action) from {% data variables.product.prodname_dotcom_the_website %}, and then push that repository to your instance's `github/codeql-action` repository. You will also need to download any of the releases from the repository on {% data variables.product.prodname_dotcom_the_website %} and upload them to your instance's `github/codeql-action` repository as releases.
##### Configuring {% data variables.product.prodname_github_connect %} to sync {% data variables.product.prodname_actions %}
1. If you want to download action workflows on demand from {% data variables.product.prodname_dotcom_the_website %}, you need to enable {% data variables.product.prodname_github_connect %}. For more information, see "[Enabling {% data variables.product.prodname_github_connect %}](/enterprise/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud#enabling-github-connect)."
-2. You'll also need to enable {% data variables.product.prodname_actions %} for {% data variables.product.product_location_enterprise %}. For more information, see "[Enabling {% data variables.product.prodname_actions %} and configuring storage](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)."
+2. You'll also need to enable {% data variables.product.prodname_actions %} for {% data variables.product.product_location %}. For more information, see "[Enabling {% data variables.product.prodname_actions %} and configuring storage](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)."
3. The next step is to configure access to actions on {% data variables.product.prodname_dotcom_the_website %} using {% data variables.product.prodname_github_connect %}. For more information, see "[Enabling automatic access to {% data variables.product.prodname_dotcom_the_website %} actions using {% data variables.product.prodname_github_connect %}](/enterprise/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect)."
4. Add a self-hosted runner to your repository, organization, or enterprise account. Weitere Informationen findest Du unter "[selbst-gehostete Runner hinzufügen](/actions/hosting-your-own-runners/adding-self-hosted-runners)."
-After you configure a self-hosted runner, users can enable {% data variables.product.prodname_code_scanning %} for individual repositories on {% data variables.product.product_location_enterprise %}. The default {% data variables.product.prodname_code_scanning %} workflow uses the `on.push` event to trigger a code scan on every push to any branch containing the workflow file.
+After you configure a self-hosted runner, users can enable {% data variables.product.prodname_code_scanning %} for individual repositories on {% data variables.product.product_location %}. The default {% data variables.product.prodname_code_scanning %} workflow uses the `on.push` event to trigger a code scan on every push to any branch containing the workflow file.
### Running {% data variables.product.prodname_code_scanning %} using the {% data variables.product.prodname_codeql_runner %}
If your organization isn't taking part in the beta for {% data variables.product.prodname_actions %}, or if you don't want to use {% data variables.product.prodname_actions %}, you can run {% data variables.product.prodname_code_scanning %} using the {% data variables.product.prodname_codeql_runner %}.
diff --git a/translations/de-DE/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md b/translations/de-DE/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md
new file mode 100644
index 0000000000..751f9cec33
--- /dev/null
+++ b/translations/de-DE/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md
@@ -0,0 +1,71 @@
+---
+title: Configuring data encryption for your enterprise
+shortTitle: Configuring data encryption
+intro: 'For encryption at rest, you can provide your own encryption key to encrypt your data under your encryption policies.'
+versions:
+ github-ae: '*'
+---
+
+{% note %}
+
+**Note:** Configuring encryption at rest with a customer-managed key is currently in beta and subject to change.
+
+{% endnote %}
+
+### About data encryption
+
+To provide a high level of security, {% data variables.product.product_name %} encrypts your data while at rest in the data centers and while your data is in transit between users' machines and the data centers.
+
+For encryption in transit, {% data variables.product.product_name %} uses Transport Layer Security (TLS). For encryption at rest, {% data variables.product.product_name %} provides a default RSA key. After you've initialized your enterprise, you can choose to provide your own key instead. Your key should be a 2048 bit RSA private key in PEM format.
+
+The key that you provide is stored in a hardware security module (HSM) in a key vault that {% data variables.product.company_short %} manages.
+
+To configure your encryption key, use the REST API. There are a number of API endpoints, for example to check the status of encryption, update your encryption key, and delete your encryption key. Note that deleting your key will freeze your enterprise. For more information about the API endpoints, see "[Encryption at rest](/rest/reference/enterprise-admin#encryption-at-rest)" in the REST API documentation.
+
+### Adding or updating an encryption key
+
+You can add a new encryption key as often as you need. When you add a new key, the old key is discarded. Your enterprise won't experience downtime when you update the key.
+
+Your 2048 bit RSA private key should be in PEM format, for example in a file called _private-key.pem_.
+
+ ```
+ -----BEGIN RSA PRIVATE KEY-----
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -----END RSA PRIVATE KEY-----
+ ```
+
+1. To add your key, use the `PATCH /enterprise/encryption` endpoint, replacing *~/private-key.pem* with the path to your private key.
+
+ ```shell
+ curl -X PATCH http(s)://hostname/api/v3/enterprise/encryption \
+ -d "{ \"key\": \"$(awk '{printf "%s\\n", $0}' ~/private-key.pem)\" }"
+ ```
+
+2. Optionally, check the status of the update operation.
+
+ ```shell
+ curl -X GET http(s)://hostname/api/v3/enterprise/encryption/status/request_id
+ ```
+
+### Deleting your encryption key
+
+To freeze your enterprise, for example in the case of a breach, you can disable encryption at rest by deleting your encryption key.
+
+To unfreeze your enterprise after you've deleted your encryption key, contact support. For more information, see "[About {% data variables.contact.enterprise_support %}](/admin/enterprise-support/about-github-enterprise-support)."
+
+1. To delete your key and disable encryption at rest, use the `DELETE /enterprise/encryption` endpoint.
+
+ ```shell
+ curl -X DELETE http(s)://hostname/api/v3/enterprise/encryption
+ ```
+
+2. Optionally, check the status of the delete operation.
+
+ ```shell
+ curl -X GET http(s)://hostname/api/v3/enterprise/encryption/status/request_id
+ ```
+
+### Weiterführende Informationen
+
+- "[Encryption at rest](/rest/reference/enterprise-admin#encryption-at-rest)" in the REST API documentation
diff --git a/translations/de-DE/content/admin/configuration/configuring-dns-nameservers.md b/translations/de-DE/content/admin/configuration/configuring-dns-nameservers.md
index ef5a8fd409..1568bbdb6c 100644
--- a/translations/de-DE/content/admin/configuration/configuring-dns-nameservers.md
+++ b/translations/de-DE/content/admin/configuration/configuring-dns-nameservers.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-Die von Ihnen angegebenen Nameserver müssen den Hostnamen Ihrer {% data variables.product.product_location_enterprise %} auflösen.
+Die von Ihnen angegebenen Nameserver müssen den Hostnamen Ihrer {% data variables.product.product_location %} auflösen.
{% data reusables.enterprise_installation.changing-hostname-not-supported %}
@@ -28,7 +28,7 @@ Die von Ihnen angegebenen Nameserver müssen den Hostnamen Ihrer {% data variabl
```
3. Fügen Sie die `nameserver`-Einträge an, und speichern Sie die Datei anschließend.
4. Speichern Sie nach dem Verifizieren Ihrer Änderungen die Datei.
-5. Geben Sie Folgendes ein, um {% data variables.product.product_location_enterprise %} Ihre neuen Nameservereinträge hinzuzufügen:
+5. Geben Sie Folgendes ein, um {% data variables.product.product_location %} Ihre neuen Nameservereinträge hinzuzufügen:
```shell
$ sudo service resolvconf restart
```
diff --git a/translations/de-DE/content/admin/configuration/configuring-email-for-notifications.md b/translations/de-DE/content/admin/configuration/configuring-email-for-notifications.md
new file mode 100644
index 0000000000..06bc6623bd
--- /dev/null
+++ b/translations/de-DE/content/admin/configuration/configuring-email-for-notifications.md
@@ -0,0 +1,167 @@
+---
+title: E-Mail für Benachrichtigungen konfigurieren
+redirect_from:
+ - /enterprise/admin/guides/installation/email-configuration/
+ - /enterprise/admin/articles/configuring-email/
+ - /enterprise/admin/articles/troubleshooting-email/
+ - /enterprise/admin/articles/email-configuration-and-troubleshooting/
+ - /enterprise/admin/user-management/configuring-email-for-notifications
+intro: 'To make it easy for users to respond quickly to activity on {% data variables.product.product_name %}, you can configure your enterprise to send email notifications on issue, pull request, and commit comments{% if enterpriseServerVersions contains currentVersion %}, as well as additional settings to allow inbound email replies{% endif %}.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+Benachrichtigungs-E-Mails werden gesendet, wenn auf einem von einem Benutzer beobachteten Repository oder in einem Pull Request oder Issue, an dem er sich beteiligt, Aktivität zu verzeichnen ist, oder wenn der Benutzer oder das Team, von dem er bzw. es ein Mitglied ist, in einem Kommentar @erwähnt wird.
+
+{% if currentVersion == "github-ae@latest" %}
+Your dedicated technical account manager in
+{% data variables.contact.github_support %} can configure email for notifications to be sent through your SMTP server. Make sure you include the following details in your support request.
+
+- Your SMTP server address
+- The port your SMTP server uses to send email
+- The domain name that your SMTP server will send with a HELO response, if any
+- The type of encryption used by your SMTP server
+- The no-reply email address to use in the `From` and `To` field for all notifications
+
+For more information about contacting support, see "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)."
+{% else %}
+### SMTP konfigurieren
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+2. Klicken Sie im oberen Bereich der Seite auf **Settings** (Einstellungen). 
+3. Klicken Sie auf der linken Seitenleiste auf **Email** (E-Mail). 
+4. Wählen Sie **Enable email** (E-Mail aktivieren) aus. Dadurch werden aus- und eingehende E-Mails aktiviert. Damit eingehende E-Mails funktionieren, müssen Sie jedoch auch Ihre DNS-Einstellungen konfigurieren, wie dies im Folgenden unter „[DNS- und Firewalleinstellungen zum Zulassen eingehender E-Mails konfigurieren](#configuring-dns-and-firewall-settings-to-allow-incoming-emails)“ beschrieben ist. 
+5. Tragen Sie die Einstellungen für Ihren E-Mail-Server ein:
+ - Geben Sie im Feld **Server address** (Serveradresse) die Adresse Ihres SMTP-Servers ein.
+ - Geben Sie im Feld **Port** den Port ein, der von Ihrem SMTP-Server zum Senden von E-Mails verwendet wird.
+ - Geben Sie im Feld **Domain** den Domain-Namen ein, der ggf. von Ihrem SMTP-Server mit einer HELO-Antwort gesendet wird.
+ - Wählen Sie im Dropdownmenü **Authentication** (Authentifizierung) den von Ihrem SMTP-Server verwendeten Verschlüsselungstyp aus.
+ - Geben Sie im Feld **No-reply email address** („no-reply“-E-Mail-Adresse) die E-Mail-Adresse ein, die für alle Benachrichtigungs-E-Mails in den Feldern „From“ (Von) und „To“ (An) verwendet werden soll.
+
+ {% note %}
+
+ **Hinweis:** Wenn Sie das Kontrollkästchen **Send from author** (Über Autor senden) im E-Mail-Webhook **Services** (Dienste) in einem Repository aktivieren, werden ausgehende E-Mails für dieses Repository über den Autor und nicht über die „no-reply“-E-Mail-Adresse gesendet. Weitere Informationen findest Du unter "[Informationen zu E-Mail-Benachrichtigungen für Pushes in Dein Repository](/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository)."
+
+ {% endnote %}
+
+6. Wenn Sie alle eingehenden E-Mails verwerfen möchten, die an die „no-reply“-E-Mail-Adresse adressiert sind, sollten Sie **Discard email addressed to the no-reply email address** (An die „no-reply“-E-Mail-Adresse adressierte E-Mails verwerfen) aktivieren. 
+7. Wählen Sie unter **Support** (Unterstützung) einen Linktyp aus, um Ihren Benutzern zusätzliche Unterstützung zu bieten:
+ - **Email** (E-Mail): Eine interne E-Mail-Adresse.
+ - **URL:** Ein Link zu einer internen Supportwebsite. Sie müssen `http://` oder `https://` verwenden. 
+8. [Testen Sie die E-Mail-Zustellung](#testing-email-delivery).
+
+### DNS- und Firewalleinstellungen zum Zulassen eingehender E-Mails konfigurieren
+
+Wenn Sie E-Mail-Antworten auf Benachrichtigungen zulassen möchten, müssen Sie Ihre DNS-Einstellungen konfigurieren.
+
+1. Stellen Sie sicher, dass Port 25 auf der Instanz für Ihren SMTP-Server erreichbar ist.
+2. Erstellen Sie einen Datensatz, der auf `reply.[hostname]` verweist. In Abhängigkeit Ihres DNS-Providers und Ihrer Instanz-Host-Konfiguration können Sie ggf. stattdessen einen einzelnen A-Datensatz erstellen, der auf `*.[hostname]` verweist.
+3. Erstellen Sie einen MX-Datensatz, der auf `reply.[hostname]` verweist, sodass an diese Domain gesendete E-Mails zur Instanz weitergeleitet werden.
+4. Erstellen Sie einen MX-Datensatz, wodurch `noreply.[hostname]` auf `[hostname]` verweist, damit an die in Benachrichtigungs-E-Mails enthaltene `cc`-Adresse gesendete Antworten an die Instanz weitergeleitet werden. For more information, see {% if currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[About email notifications](/github/receiving-notifications-about-activity-on-github/about-email-notifications){% endif %}."
+
+In Ihrer DNS-Konfigurationseinrichtung können Sie nun testen, ob die Einrichtung funktioniert.
+
+### E-Mail-Zustellung testen
+
+1. Klicken Sie im oberen Bereich des Abschnitts **Email** (E-Mail) auf **Test email settings** (Einstellungen für Test-E-Mail). 
+2. Geben Sie im Feld **Send test email to** (Test-E-Mail senden an) eine Adresse ein, an welche die Test-E-Mail gesendet werden soll. 
+3. Klicken Sie auf **Send test email** (Test-E-Mail senden). 
+
+ {% tip %}
+
+ **Tipp:** Wenn beim Senden einer Test-E-Mail SMTP-Fehler auftreten, werden diese im Dialogfeld „Test email settings“ (Einstellungen für Test-E-Mail) angezeigt.
+
+ {% endtip %}
+
+4. Wenn die Test-E-Mail nicht zugestellt werden kann, führen Sie eine [Fehlerbehebung bei Ihren E-Mail-Einstellungen durch](#troubleshooting-email-delivery).
+5. Wenn die Test-E-Mail erfolgreich war, klicken Sie im unteren Bereich der Seite auf **Save settings** (Einstellungen speichern). 
+6. Warten Sie auf den Abschluss der Konfigurationsausführung.
+
+### Fehlerbehebung bei der E-Mail-Zustellung
+
+#### Support-Bundle erstellen
+
+Wenn Sie anhand der angezeigten Fehlermeldung nicht ermitteln können, was falsch ist, können Sie ein [Support-Bundle](/enterprise/{{ currentVersion }}/admin/guides/enterprise-support/providing-data-to-github-support) herunterladen, das die gesamte SMTP-Kommunikation zwischen Ihrem E-Mail-Server und {% data variables.product.prodname_ghe_server %} enthält. Überprüfen Sie nach dem Herunterladen und Extrahieren des Bundles die Einträge in *enterprise-manage-logs/unicorn.log* für das gesamte SMTP-Kommunikationsprotokoll und auf die zugehörigen Fehler.
+
+Das Unicorn-Protokoll sollte in etwa folgende Transaktion anzeigen:
+
+```shell
+This is a test email generated from https://10.0.0.68/setup/settings
+Connection opened: smtp.yourdomain.com:587
+-> "220 smtp.yourdomain.com ESMTP nt3sm2942435pbc.14\r\n"
+<- "EHLO yourdomain.com\r\n"
+-> "250-smtp.yourdomain.com at your service, [1.2.3.4]\r\n"
+-> "250-SIZE 35882577\r\n"
+-> "250-8BITMIME\r\n"
+-> "250-STARTTLS\r\n"
+-> "250-ENHANCEDSTATUSCODES\r\n"
+-> "250 PIPELINING\r\n"
+<- "STARTTLS\r\n"
+-> "220 2.0.0 Ready to start TLS\r\n"
+TLS connection started
+<- "EHLO yourdomain.com\r\n"
+-> "250-smtp.yourdomain.com at your service, [1.2.3.4]\r\n"
+-> "250-SIZE 35882577\r\n"
+-> "250-8BITMIME\r\n"
+-> "250-AUTH LOGIN PLAIN XOAUTH\r\n"
+-> "250-ENHANCEDSTATUSCODES\r\n"
+-> "250 PIPELINING\r\n"
+<- "AUTH LOGIN\r\n"
+-> "334 VXNlcm5hbWU6\r\n"
+<- "dGhpc2lzbXlAYWRkcmVzcy5jb20=\r\n"
+-> "334 UGFzc3dvcmQ6\r\n"
+<- "aXRyZWFsbHl3YXM=\r\n"
+-> "535-5.7.1 Username and Password not accepted. Learn more at\r\n"
+-> "535 5.7.1 http://support.yourdomain.com/smtp/auth-not-accepted nt3sm2942435pbc.14\r\n"
+```
+
+Dieses Protokoll zeigt, dass die Appliance
+
+* eine Verbindung mit dem SMTP-Server hergestellt hat (`Connection opened: smtp.yourdomain.com:587`),
+* eine erfolgreiche Verbindung hergestellt hat und dazu TLS (`TLS connection started`) ausgewählt hat,
+* der Authentifizierungstyp `login` durchgeführt wurde (`<- "AUTH LOGIN\r\n"`),
+* der SMTP-Server die Authentifizierung als ungültig (`-> "535-5.7.1 Username and Password not accepted.`) abgelehnt hat.
+
+#### {% data variables.product.product_location %}-Protokolle überprüfen
+
+Es gibt zwei Protokolldateien (*/var/log/mail.log* und */var/log/mail-replies/metroplex.log*), die Sie auf Ihrer Instanz untersuchen können, falls Sie verifizieren müssen, dass Ihre eingehenden E-Mails funktionieren.
+
+*/var/log/mail.log* verifiziert, dass die Nachrichten Ihren Server erreichen. Im Folgenden finden Sie ein Beispiel einer erfolgreichen E-Mail-Antwort:
+
+```
+Oct 30 00:47:18 54-171-144-1 postfix/smtpd[13210]: connect from st11p06mm-asmtp002.mac.com[17.172.124.250]
+Oct 30 00:47:19 54-171-144-1 postfix/smtpd[13210]: 51DC9163323: client=st11p06mm-asmtp002.mac.com[17.172.124.250]
+Oct 30 00:47:19 54-171-144-1 postfix/cleanup[13216]: 51DC9163323: message-id=
+Oct 30 00:47:19 54-171-144-1 postfix/qmgr[17250]: 51DC9163323: from=, size=5048, nrcpt=1 (queue active)
+Oct 30 00:47:19 54-171-144-1 postfix/virtual[13217]: 51DC9163323: to=, relay=virtual, delay=0.12, delays=0.11/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)
+Oct 30 00:47:19 54-171-144-1 postfix/qmgr[17250]: 51DC9163323: removed
+Oct 30 00:47:19 54-171-144-1 postfix/smtpd[13210]: disconnect from st11p06mm-asmtp002.mac.com[17.172.124.250]
+```
+
+Beachten Sie, dass der Client zunächst eine Verbindung herstellt und anschließend die Warteschlange aktiv wird. Anschließend wird die Nachricht zugestellt, der Client aus der Warteschlange entfernt und die Sitzung getrennt.
+
+*/var/log/mail-replies/metroplex.log* zeigt an, ob eingehende E-Mails verarbeitet werden, um Issues und Pull Requests als Antworten hinzuzufügen. Im Folgenden finden Sie ein Beispiel einer erfolgreichen Nachricht:
+
+```
+[2014-10-30T00:47:23.306 INFO (5284) #] metroplex: processing
+[2014-10-30T00:47:23.333 DEBUG (5284) #] Matched /data/user/mail/reply/new/1414630039.Vfc00I12000eM445784.ghe-tjl2-co-ie
+[2014-10-30T00:47:23.334 DEBUG (5284) #] Moving /data/user/mail/reply/new/1414630039.Vfc00I12000eM445784.ghe-tjl2-co-ie => /data/user/incoming-mail/success
+```
+
+Sie werden feststellen, dass `metroplex` die eingehende Nachricht empfängt, sie verarbeitet und die Datei anschließend an `/data/user/incoming-mail/success` sendet.
+
+#### Ihre DNS-Einstellungen verifizieren
+
+Damit eingehende E-Mails ordnungsgemäß verarbeitet werden, müssen Sie eine gültigen A-Datensatz (oder CNAME) und einen MX-Datensatz konfigurieren. Weitere Informationen finden Sie unter „[DNS- und Firewalleinstellungen zum Zulassen eingehender E-Mails konfigurieren](#configuring-dns-and-firewall-settings-to-allow-incoming-emails)“.
+
+#### Einstellungen der Firewall oder der AWS-Sicherheitsgruppe überprüfen
+
+Wenn sich {% data variables.product.product_location %} hinter einer Firewall befindet oder durch eine AWS-Sicherheitsgruppe betrieben wird, muss Port 25 auf allen E-Mail-Servern geöffnet sein, auf denen E-Mails an `reply@reply.[hostname]` gesendet werden.
+
+#### Support kontaktieren
+If you're still unable to resolve the problem, contact
+
+{% data variables.contact.contact_ent_support %}. Hängen Sie die Ausgabedatei von `http(s)://[hostname]/setup/diagnostics` an Ihre E-Mail an, um uns bei der Fehlerbehebung zu unterstützen.
+{% endif %}
diff --git a/translations/de-DE/content/admin/configuration/configuring-github-pages-for-your-enterprise.md b/translations/de-DE/content/admin/configuration/configuring-github-pages-for-your-enterprise.md
new file mode 100644
index 0000000000..d4a79afbe8
--- /dev/null
+++ b/translations/de-DE/content/admin/configuration/configuring-github-pages-for-your-enterprise.md
@@ -0,0 +1,65 @@
+---
+title: Configuring GitHub Pages for your enterprise
+intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterprise and choose whether to make sites publicly accessible.'
+redirect_from:
+ - /enterprise/admin/guides/installation/disabling-github-enterprise-pages/
+ - /enterprise/admin/guides/installation/configuring-github-enterprise-pages/
+ - /enterprise/admin/installation/configuring-github-pages-on-your-appliance
+ - /enterprise/admin/configuration/configuring-github-pages-on-your-appliance
+ - /admin/configuration/configuring-github-pages-on-your-appliance
+ - /enterprise/admin/guides/installation/configuring-github-pages-for-your-enterprise/
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Enabling public sites for {% data variables.product.prodname_pages %}
+
+{% if enterpriseServerVersions contains currentVersion %}If private mode is enabled on your enterprise, the {% else %}The {% endif %}public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites.
+
+{% warning %}
+
+**Warning:** If you enable public sites for {% data variables.product.prodname_pages %}, every site in every repository on your enterprise will be accessible to the public.
+
+{% endwarning %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+{% data reusables.enterprise_management_console.pages-tab %}
+4. Wählen Sie **Public Pages** (Öffentliche Seiten) aus. 
+{% data reusables.enterprise_management_console.save-settings %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.pages-tab %}
+5. Under "Pages policies", select **Public {% data variables.product.prodname_pages %}**. 
+{% data reusables.enterprise-accounts.pages-policies-save %}
+{% endif %}
+
+### Disabling {% data variables.product.prodname_pages %} for your enterprise
+
+{% if enterpriseServerVersions contains currentVersion %}
+If subdomain isolation is disabled for your enterprise, you should also disable
+{% data variables.product.prodname_pages %} to protect yourself from potential security vulnerabilities. For more information, see "[Enabling subdomain isolation](/admin/configuration/enabling-subdomain-isolation)."
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+{% data reusables.enterprise_management_console.pages-tab %}
+4. Deaktivieren Sie **Enable Pages** (Pages aktivieren). 
+{% data reusables.enterprise_management_console.save-settings %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.pages-tab %}
+5. Under "Pages policies", deselect **Enable {% data variables.product.prodname_pages %}**. 
+{% data reusables.enterprise-accounts.pages-policies-save %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+### Weiterführende Informationen
+
+- „[Privaten Modus aktivieren](/admin/configuration/enabling-private-mode)“
+{% endif %}
diff --git a/translations/de-DE/content/admin/configuration/configuring-rate-limits.md b/translations/de-DE/content/admin/configuration/configuring-rate-limits.md
index e542319ed0..4f87b06b9b 100644
--- a/translations/de-DE/content/admin/configuration/configuring-rate-limits.md
+++ b/translations/de-DE/content/admin/configuration/configuring-rate-limits.md
@@ -30,7 +30,7 @@ You can exempt a list of users from API rate limits using the `ghe-config` utili
### Missbrauchsbegrenzungen aktivieren
-Durch das Festlegen von Missbrauchsbegrenzungen wird das allgemeine Dienstniveau von {% data variables.product.product_location_enterprise %} geschützt.
+Durch das Festlegen von Missbrauchsbegrenzungen wird das allgemeine Dienstniveau von {% data variables.product.product_location %} geschützt.
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
diff --git a/translations/de-DE/content/admin/configuration/configuring-tls.md b/translations/de-DE/content/admin/configuration/configuring-tls.md
index 28fc5bb68c..95fc7a4526 100644
--- a/translations/de-DE/content/admin/configuration/configuring-tls.md
+++ b/translations/de-DE/content/admin/configuration/configuring-tls.md
@@ -1,6 +1,6 @@
---
title: TLS konfigurieren
-intro: 'Sie können Transport Layer Security (TLS) auf {% data variables.product.product_location_enterprise %} konfigurieren, damit Sie ein von einer vertrauenswürdigen Zertifizierungsstelle signiertes Zertifikat verwenden können.'
+intro: 'Sie können Transport Layer Security (TLS) auf {% data variables.product.product_location %} konfigurieren, damit Sie ein von einer vertrauenswürdigen Zertifizierungsstelle signiertes Zertifikat verwenden können.'
redirect_from:
- /enterprise/admin/articles/ssl-configuration/
- /enterprise/admin/guides/installation/about-tls/
@@ -51,9 +51,9 @@ Let's Encrypt ist eine öffentliche Zertifizierungsstelle, die kostenlose, autom
{% data reusables.enterprise_installation.lets-encrypt-prerequisites %}
-Wenn Sie die Automatisierung der TLS-Zertifikatsverwaltung mit Let's Encrypt aktivieren, kontaktiert {% data variables.product.product_location_enterprise %} die Let's Encrypt-Server, um ein Zertifikat abzurufen. Zum Verlängern eines Zertifikats müssen die Let's Encrypt-Server die Steuerung des konfigurierten Domain-Namens mit eingehenden HTTP-Anforderungen validieren.
+Wenn Sie die Automatisierung der TLS-Zertifikatsverwaltung mit Let's Encrypt aktivieren, kontaktiert {% data variables.product.product_location %} die Let's Encrypt-Server, um ein Zertifikat abzurufen. Zum Verlängern eines Zertifikats müssen die Let's Encrypt-Server die Steuerung des konfigurierten Domain-Namens mit eingehenden HTTP-Anforderungen validieren.
-Darüber hinaus können Sie das Befehlszeilenprogramm `ghe-ssl-acme` auf {% data variables.product.product_location_enterprise %} verwenden, um ein Let's Encrypt-Zertifikat automatisch zu generieren. Weitere Informationen finden Sie unter „[Befehlszeilenprogramme](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-ssl-acme)“.
+Darüber hinaus können Sie das Befehlszeilenprogramm `ghe-ssl-acme` auf {% data variables.product.product_location %} verwenden, um ein Let's Encrypt-Zertifikat automatisch zu generieren. Weitere Informationen finden Sie unter „[Befehlszeilenprogramme](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-ssl-acme)“.
### TLS mit Let's Encrypt konfigurieren
diff --git a/translations/de-DE/content/admin/configuration/configuring-your-enterprise.md b/translations/de-DE/content/admin/configuration/configuring-your-enterprise.md
index bac2109bbf..5afbbe1751 100644
--- a/translations/de-DE/content/admin/configuration/configuring-your-enterprise.md
+++ b/translations/de-DE/content/admin/configuration/configuring-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Configuring your enterprise
-intro: 'Sobald {% data variables.product.prodname_ghe_server %} betriebsbereit ist, können Sie die Appliance an die Anforderungen Ihrer Organisation anpassen.'
+intro: "After {% data variables.product.product_name %} is up and running, you can configure your enterprise to suit your organization's needs."
redirect_from:
- /enterprise/admin/guides/installation/basic-configuration/
- /enterprise/admin/guides/installation/administrative-tools/
@@ -11,5 +11,6 @@ redirect_from:
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md b/translations/de-DE/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
index 9a4bf731aa..cc7e405fcc 100644
--- a/translations/de-DE/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
+++ b/translations/de-DE/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
@@ -43,8 +43,7 @@ For more information about managing enterprise accounts using the GraphQL API, s
1. Sign in to
{% data variables.product.product_location_enterprise %} and {% data variables.product.prodname_dotcom_the_website %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Klicken Sie unter „{% data variables.product.prodname_dotcom_the_website %} is not enabled yet“ ({% data variables.product.prodname_dotcom_the_website %} ist noch nicht aktiviert) auf **Enable {% data variables.product.prodname_github_connect %}** ({% data variables.product.prodname_github_connect %} aktivieren). Wenn Sie auf **Enable {% data variables.product.prodname_github_connect %}** ({% data variables.product.prodname_github_connect %} aktivieren) klicken, stimmen Sie dem {% data variables.product.prodname_github_connect %}-Nachtrag zur {% data variables.product.prodname_enterprise %}-Lizenzvereinbarung zu. 
@@ -54,8 +53,7 @@ For more information about managing enterprise accounts using the GraphQL API, s
Wenn Sie die Verbindung zur {% data variables.product.prodname_ghe_cloud %} trennen, wird die {% data variables.product.prodname_github_connect %} {% data variables.product.prodname_github_app %} aus Ihrem Enterprise-Konto oder Ihrer Organisation gelöscht. Zudem werden die auf {% data variables.product.product_location_enterprise %} gespeicherten Anmeldeinformationen gelöscht.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Klicken Sie neben dem Enterprise-Konto oder der Organisation, das bzw. die Sie trennen möchten, auf **Disable {% data variables.product.prodname_github_connect %}** ({% data variables.product.prodname_github_connect %} deaktivieren). 
diff --git a/translations/de-DE/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md b/translations/de-DE/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
index e11acb05d7..453cf1d088 100644
--- a/translations/de-DE/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
+++ b/translations/de-DE/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
@@ -1,6 +1,6 @@
---
title: Enabling alerts for vulnerable dependencies on GitHub Enterprise Server
-intro: 'You can connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_ghe_cloud %} and enable {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies in repositories in your instance.'
+intro: 'You can connect {% data variables.product.product_location %} to {% data variables.product.prodname_ghe_cloud %} and enable {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies in repositories in your instance.'
redirect_from:
- /enterprise/admin/installation/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
- /enterprise/admin/configuration/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
@@ -14,17 +14,17 @@ versions:
{% data reusables.repositories.tracks-vulnerabilities %} For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)."
-You can connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %}, then sync vulnerability data to your instance and generate {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts in repositories with a vulnerable dependency.
+You can connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}, then sync vulnerability data to your instance and generate {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts in repositories with a vulnerable dependency.
-After connecting {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %} and enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies, vulnerability data is synced from {% data variables.product.prodname_dotcom_the_website %} to your instance once every hour. Sie können die Schwachstellendaten auch jederzeit manuell synchronisieren. Es werden weder Code noch Informationen zu Code von {% data variables.product.product_location_enterprise %} auf {% data variables.product.prodname_dotcom_the_website %} hochgeladen.
+After connecting {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %} and enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies, vulnerability data is synced from {% data variables.product.prodname_dotcom_the_website %} to your instance once every hour. Sie können die Schwachstellendaten auch jederzeit manuell synchronisieren. Es werden weder Code noch Informationen zu Code von {% data variables.product.product_location %} auf {% data variables.product.prodname_dotcom_the_website %} hochgeladen.
-{% if currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send {% data variables.product.prodname_dependabot_short %} alerts. You can customize how you receive {% data variables.product.prodname_dependabot_short %} alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-github-dependabot-alerts)."
+{% if currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate {% data variables.product.prodname_dependabot_short %} alerts. You can customize how you receive {% data variables.product.prodname_dependabot_short %} alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-github-dependabot-alerts)."
{% endif %}
-{% if currentVersion == "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send security alerts. You can customize how you receive security alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)."
+{% if currentVersion == "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. You can customize how you receive security alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)."
{% endif %}
-{% if currentVersion ver_lt "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send security alerts. You can customize how you receive security alerts. Weitere Informationen finden Sie unter „[Auslieferungsmethode für Ihre Benachrichtigungen wählen](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications#choosing-the-delivery-method-for-security-alerts-for-vulnerable-dependencies)“.
+{% if currentVersion ver_lt "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. You can customize how you receive security alerts. Weitere Informationen finden Sie unter „[Auslieferungsmethode für Ihre Benachrichtigungen wählen](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications#choosing-the-delivery-method-for-security-alerts-for-vulnerable-dependencies)“.
{% endif %}
{% if currentVersion ver_gt "enterprise-server@2.21" %}
@@ -33,7 +33,7 @@ After connecting {% data variables.product.product_location_enterprise %} to {%
### Sicherheitsmeldungen für angreifbare Abhängigkeiten auf {% data variables.product.prodname_ghe_server %} aktivieren
{% endif %}
-Before enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location_enterprise %}, you must connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %}. Weitere Informationen finden Sie unter „[{% data variables.product.prodname_ghe_server %} mit {% data variables.product.prodname_ghe_cloud %} verbinden](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)“.
+Before enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location %}, you must connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}. Weitere Informationen finden Sie unter „[{% data variables.product.prodname_ghe_server %} mit {% data variables.product.prodname_ghe_cloud %} verbinden](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)“.
{% if currentVersion ver_gt "enterprise-server@2.20" %}
@@ -44,7 +44,7 @@ Before enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data v
{% endif %}
{% data reusables.enterprise_site_admin_settings.sign-in %}
-1. In the administrative shell, enable the {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location_enterprise %}:
+1. In the administrative shell, enable the {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location %}:
``` shell
$ ghe-dep-graph-enable
```
@@ -57,8 +57,7 @@ $ ghe-dep-graph-enable
3. Return to
{% data variables.product.prodname_ghe_server %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}{% if currentVersion ver_gt "enterprise-server@2.20" %}
5. Under "Repositories can be scanned for vulnerabilities", use the drop-down menu and select **Enabled without notifications**. Optionally, to enable alerts with notifications, select **Enabled with notifications**.{% else %}
@@ -68,7 +67,7 @@ $ ghe-dep-graph-enable
### Angreifbare Abhängigkeiten auf {% data variables.product.prodname_ghe_server %} anzeigen
-Sie können alle Schwachstellen in {% data variables.product.product_location_enterprise %} anzeigen und Schwachstellendaten von {% data variables.product.prodname_dotcom_the_website %} manuell synchronisieren, um die Liste zu aktualisieren.
+Sie können alle Schwachstellen in {% data variables.product.product_location %} anzeigen und Schwachstellendaten von {% data variables.product.prodname_dotcom_the_website %} manuell synchronisieren, um die Liste zu aktualisieren.
{% data reusables.enterprise_site_admin_settings.access-settings %}
2. Klicken Sie auf der linken Seitenleiste auf **Vulnerabilities** (Schwachstellen). 
diff --git a/translations/de-DE/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md b/translations/de-DE/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
index 8d6a127982..0cb91f34cf 100644
--- a/translations/de-DE/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
+++ b/translations/de-DE/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
@@ -1,6 +1,6 @@
---
title: Wartungsmodus aktivieren und planen
-intro: 'Für einige Standardwartungsprozeduren, beispielsweise für das Upgrade von {% data variables.product.product_location_enterprise %} oder für das Wiederherstellen von Backups, muss die Instanz für die normale Verwendung offline genommen werden.'
+intro: 'Für einige Standardwartungsprozeduren, beispielsweise für das Upgrade von {% data variables.product.product_location %} oder für das Wiederherstellen von Backups, muss die Instanz für die normale Verwendung offline genommen werden.'
redirect_from:
- /enterprise/admin/maintenance-mode/
- /enterprise/admin/categories/maintenance-mode/
@@ -16,7 +16,7 @@ versions:
### Informationen zum Wartungsmodus
-Bei einigen Vorgangstypen müssen Sie {% data variables.product.product_location_enterprise %} offline nehmen und in den Wartungsmodus versetzen.
+Bei einigen Vorgangstypen müssen Sie {% data variables.product.product_location %} offline nehmen und in den Wartungsmodus versetzen.
- Upgrade auf eine neue Version von {% data variables.product.prodname_ghe_server %}
- Die der virtuellen Maschine zugeordneten CPU-, Arbeitsspeicher- oder Speicherressourcen erhöhen
- Daten von einer virtuelle Maschine zu einer anderen migrieren
diff --git a/translations/de-DE/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md b/translations/de-DE/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
index 73b872fa22..c43b07ebe2 100644
--- a/translations/de-DE/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
+++ b/translations/de-DE/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
@@ -19,8 +19,7 @@ Darüber hinaus können Sie Informationen zu {% data variables.product.prodname_
Vor der Aktivierung der Lizenzsynchronisierung auf {% data variables.product.product_location_enterprise %} müssen Sie zwischen {% data variables.product.product_location_enterprise %} und {% data variables.product.prodname_dotcom_the_website %} eine Verbindung herstellen. Weitere Informationen finden Sie unter „[{% data variables.product.prodname_ghe_server %} mit {% data variables.product.prodname_ghe_cloud %} verbinden](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)“.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Verwenden Sie unter „Server can sync user license count and usage“ (Server kann Anzahl und Nutzung der Benutzerlizenzen synchronisieren) das Dropdownmenü, und wählen Sie **Enabled** (Aktiviert) aus. 
diff --git a/translations/de-DE/content/admin/configuration/enabling-private-mode.md b/translations/de-DE/content/admin/configuration/enabling-private-mode.md
index ee5ff967c9..bda2e39f05 100644
--- a/translations/de-DE/content/admin/configuration/enabling-private-mode.md
+++ b/translations/de-DE/content/admin/configuration/enabling-private-mode.md
@@ -11,11 +11,11 @@ versions:
enterprise-server: '*'
---
-Sie müssen den privaten Modus aktivieren, wenn {% data variables.product.product_location_enterprise %} über das Internet öffentlich zugänglich ist. Im privaten Modus ist es Benutzern nicht möglich, Repositorys anonym über `git://` zu klonen. Wenn die integrierte Authentifizierung aktiviert ist, muss ein Administrator neue Benutzer einladen, um ein Konto auf der Instanz zu erstellen. Weitere Informationen finden Sie unter „[Integrierte Authentifizierung verwenden](/enterprise/{{ currentVersion }}/admin/guides/user-management/using-built-in-authentication)“.
+Sie müssen den privaten Modus aktivieren, wenn {% data variables.product.product_location %} über das Internet öffentlich zugänglich ist. Im privaten Modus ist es Benutzern nicht möglich, Repositorys anonym über `git://` zu klonen. Wenn die integrierte Authentifizierung aktiviert ist, muss ein Administrator neue Benutzer einladen, um ein Konto auf der Instanz zu erstellen. Weitere Informationen finden Sie unter „[Integrierte Authentifizierung verwenden](/enterprise/{{ currentVersion }}/admin/guides/user-management/using-built-in-authentication)“.
{% data reusables.enterprise_installation.image-urls-viewable-warning %}
-Wenn der private Modus aktiviert ist, können Sie festlegen, dass nicht authentifizierte Git-Vorgänge (und jedermann mit Netzwerkzugriff auf {% data variables.product.product_location_enterprise %}) mit aktiviertem anonymem Git-Lesezugriff den Code eines öffentlichen Repositorys auf Ihrer Instanz lesen können. Weitere Informationen finden Sie unter „[Administratoren das Aktivieren des anonymen Git-Lesezugriffs auf öffentliche Repositorys erlauben](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories)“.
+Wenn der private Modus aktiviert ist, können Sie festlegen, dass nicht authentifizierte Git-Vorgänge (und jedermann mit Netzwerkzugriff auf {% data variables.product.product_location %}) mit aktiviertem anonymem Git-Lesezugriff den Code eines öffentlichen Repositorys auf Ihrer Instanz lesen können. Weitere Informationen finden Sie unter „[Administratoren das Aktivieren des anonymen Git-Lesezugriffs auf öffentliche Repositorys erlauben](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories)“.
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
diff --git a/translations/de-DE/content/admin/configuration/enabling-subdomain-isolation.md b/translations/de-DE/content/admin/configuration/enabling-subdomain-isolation.md
index 855032e5c8..f827bfe63b 100644
--- a/translations/de-DE/content/admin/configuration/enabling-subdomain-isolation.md
+++ b/translations/de-DE/content/admin/configuration/enabling-subdomain-isolation.md
@@ -11,7 +11,7 @@ versions:
### Informationen zur Subdomain-Isolation
-Die Subdomain-Isolation mindert Cross-Site-Scripting und andere verwandte Schwachstellen. Weitere Informationen finden Sie unter „[Cross-Site-Scripting](https://de.wikipedia.org/wiki/Cross-Site-Scripting)“ auf Wikipedia. Es wird dringend empfohlen, die Subdomain-Isolation auf {% data variables.product.product_location_enterprise %} zu aktivieren.
+Die Subdomain-Isolation mindert Cross-Site-Scripting und andere verwandte Schwachstellen. Weitere Informationen finden Sie unter „[Cross-Site-Scripting](https://de.wikipedia.org/wiki/Cross-Site-Scripting)“ auf Wikipedia. Es wird dringend empfohlen, die Subdomain-Isolation auf {% data variables.product.product_location %} zu aktivieren.
Bei aktivierter Subdomain-Isolation ersetzt {% data variables.product.prodname_ghe_server %} verschiedene Pfade durch Subdomains.
diff --git a/translations/de-DE/content/admin/configuration/index.md b/translations/de-DE/content/admin/configuration/index.md
index 4f14e52582..e096445fd3 100644
--- a/translations/de-DE/content/admin/configuration/index.md
+++ b/translations/de-DE/content/admin/configuration/index.md
@@ -1,23 +1,35 @@
---
title: Configuring GitHub Enterprise
shortTitle: Configuring GitHub Enterprise
-intro: 'Once {% data variables.product.prodname_ghe_server %} is installed and set up, you can configure the appliance to suit your organization''s needs.'
+intro: "You can configure your enterprise to suit your organization's needs."
redirect_from:
- /enterprise/admin/configuration
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% note %}
+
+**Note:** To configure {% data variables.product.prodname_actions %} or {% data variables.product.prodname_registry %} for your enterprise, see "[Managing GitHub Actions for your enterprise](/admin/github-actions)" or "[Managing GitHub Packages for your enterprise](/admin/packages)."
+
+{% endnote %}
+{% endif %}
### Inhaltsverzeichnis
{% topic_link_in_list /configuring-your-enterprise %}
+ {% link_in_list /about-enterprise-configuration %}
+ {% link_in_list /initializing-github-ae %}
{% link_in_list /accessing-the-management-console %}
{% link_in_list /accessing-the-administrative-shell-ssh %}
+ {% link_in_list /configuring-data-encryption-for-your-enterprise %}
{% link_in_list /enabling-and-scheduling-maintenance-mode %}
{% link_in_list /configuring-backups-on-your-appliance %}
{% link_in_list /site-admin-dashboard %}
{% link_in_list /enabling-private-mode %}
+ {% link_in_list /configuring-email-for-notifications %}
{% link_in_list /configuring-rate-limits %}
{% link_in_list /configuring-applications %}
@@ -25,7 +37,8 @@ versions:
{% link_in_list /troubleshooting-ssl-errors %}
{% link_in_list /configuring-time-synchronization %}
{% link_in_list /command-line-utilities %}
- {% link_in_list /configuring-github-pages-on-your-appliance %}
+ {% link_in_list /restricting-network-traffic-to-your-enterprise %}
+ {% link_in_list /configuring-github-pages-for-your-enterprise %}
{% topic_link_in_list /configuring-network-settings %}
{% link_in_list /configuring-the-ip-address-using-the-virtual-machine-console %}
{% link_in_list /configuring-dns-nameservers %}
@@ -49,11 +62,3 @@ versions:
{% topic_link_in_list /configuring-advanced-security-features %}
{% link_in_list /configuring-code-scanning-for-your-appliance %}
-
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
-{% note %}
-
-**Note:** To configure {% data variables.product.prodname_actions %} or {% data variables.product.prodname_registry %} for your enterprise, see "[Managing GitHub Actions for your enterprise](/admin/github-actions)" or "[Managing GitHub Packages for your enterprise](/admin/packages)."
-
-{% endnote %}
-{% endif %}
diff --git a/translations/de-DE/content/admin/configuration/initializing-github-ae.md b/translations/de-DE/content/admin/configuration/initializing-github-ae.md
new file mode 100644
index 0000000000..4eec25fbe2
--- /dev/null
+++ b/translations/de-DE/content/admin/configuration/initializing-github-ae.md
@@ -0,0 +1,73 @@
+---
+title: Initializing GitHub AE
+intro: 'To get your enterprise ready to use, you can complete the initial configuration of {% data variables.product.product_name %}.'
+versions:
+ github-ae: '*'
+---
+
+### About initialization
+
+Before you can initialize your enterprise, you must purchase {% data variables.product.product_name %}. For more information, contact {% data variables.contact.contact_enterprise_sales %}.
+
+After you purchase {% data variables.product.product_name %}, we'll ask you to provide an email address and username for the person you want to initialize the enterprise. Your dedicated technical account manager in {% data variables.contact.enterprise_support %} will create an account for the enterprise owner and send the enterprise owner an email to log into {% data variables.product.product_name %} and complete the initialization. Make sure the information you provide matches the intended enterprise owner's information in the IdP. For more information about enterprise owners, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-owner)."
+
+During initialization, the enterprise owner will name your enterprise, configure SAML SSO, create policies for all organizations in your enterprise, and configure a support contact for your users.
+
+### Vorrausetzungen
+
+{% note %}
+
+**Note**: Before you begin initialization, store the initial username and password for {% data variables.product.prodname_ghe_managed %} securely in a password manager. {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+1. To initialize {% data variables.product.product_location %}, you must have a SAML identity provider (IdP). {% data reusables.saml.ae-uses-saml-sso %} To connect your IdP to your enterprise during initialization, you should have your IdP's Entity ID (SSO) URL, Issuer ID URL, and public signing certificate (Base64-encoded). For more information, see "[About identity and access management for your enterprise](/admin/authentication/about-identity-and-access-management-for-your-enterprise)."
+
+ {% note %}
+
+ **Hinweis**: {% data reusables.saml.create-a-machine-user %}
+
+ {% endnote %}
+
+2. {% data reusables.saml.assert-the-administrator-attribute %}
+
+### Signing in and naming your enterprise
+
+1. Follow the instructions in your welcome email to reach your enterprise.
+2. Type your credentials under "Change password", then click **Change password**.
+3. Under "What would you like your enterprise account to be named?", type the enterprise's name, then click **Save and continue**. 
+
+### Connecting your IdP to your enterprise
+
+To configure authentication for {% data variables.product.product_name %}, you must provide {% data variables.product.product_name %} with the details for your SAML IdP. {% data variables.product.company_short %} recommends using Azure AD as your IdP. For more information, see "[Configuring authentication and provisioning with your identity provider](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider)."
+
+1. To the right of "Set up your identity provider", click **Configure**. 
+1. Under "Sign on URL", copy and paste the URL for your SAML IdP. 
+1. Under "Issuer", copy and paste the issuer URL for your SAML IdP. 
+1. Under "Public certificate", copy and paste the public certificate for your SAML IdP. 
+1. Click **Test SAML configuration** to ensure that the information you've entered is correct. 
+1. Klicke auf **Save** (Speichern). 
+
+### Setting your enterprise policies
+
+Configuring policies will set limitations for repository and organization management for your enterprise. These can be reconfigured after the initialization process.
+
+1. To the right of "Set your enterprise policies", click **Configure**. 
+2. Under "Default Repository Permissions", use the drop-down menu and click a default permissions level for repositories in your enterprise. If a person has multiple avenues of access to an organization, either individually, through a team, or as an organization member, the highest permission level overrides any lower permission levels. Optionally, to allow organizations within your enterprise to set their default repository permissions, click **No policy** 
+3. Under "Repository creation", choose whether you want to allow members to create repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy**. 
+4. Under "Repository forking", choose whether to allow forking of private and internal repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy** 
+5. Under "Repository invitations", choose whether members or organization owners can invite collaborators to repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy** 
+6. Under "Default repository visibility", use the drop-down menu and click the default visibility setting for new repositories. 
+7. Under "Users can create organizations", use the drop-down menu to enable or disable organization creation access for members of the enterprise. 
+8. Under "Force pushes", use the drop-down menu and choose whether to allow or block force pushes. 
+9. Under "Git SSH access", use the drop-down menu and choose whether to enable Git SSH access for all repositories in the enterprise. 
+10. Click **Save** 
+11. Optionally, to reset all selections, click "Reset to default policies". 
+
+### Setting your internal support contact
+
+You can configure the method your users will use to contact your internal support team. This can be reconfigured after the initialization process.
+
+1. To the right of "Internal support contact", click **Configure**. 
+2. Under "Internal support contact", select the method for users of your enterprise to contact support, through a URL or an e-mail address. Then, type the support contact information. 
+3. Klicke auf **Save** (Speichern). 
diff --git a/translations/de-DE/content/admin/configuration/network-ports.md b/translations/de-DE/content/admin/configuration/network-ports.md
index dd894fa837..1152620772 100644
--- a/translations/de-DE/content/admin/configuration/network-ports.md
+++ b/translations/de-DE/content/admin/configuration/network-ports.md
@@ -14,16 +14,16 @@ versions:
### Verwaltungsports
-Einige Verwaltungsports sind zum Konfigurieren von {% data variables.product.product_location_enterprise %} und zum Ausführen bestimmter Features erforderlich. Verwaltungsports sind für die einfache Verwendung von Anwendungen durch Endbenutzer nicht erforderlich.
+Einige Verwaltungsports sind zum Konfigurieren von {% data variables.product.product_location %} und zum Ausführen bestimmter Features erforderlich. Verwaltungsports sind für die einfache Verwendung von Anwendungen durch Endbenutzer nicht erforderlich.
-| Port | Dienst | Beschreibung |
-| -------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| 8443 | HTTPS | Sichere webbasierte {% data variables.enterprise.management_console %}. Für die grundlegende Installation und Konfiguration erforderlich. |
-| 8080 | HTTP | Webbasierte {% data variables.enterprise.management_console %} im Nur-Text-Format. Nur erforderlich, wenn SSL manuell deaktiviert wird. |
-| 122 | SSH | Shellzugriff für {% data variables.product.product_location_enterprise %}. Muss für eingehende Verbindungen von allen anderen Knoten in einer Hochverfügbarkeitskonfiguration geöffnet sein. Der standardmäßige SSH-Port (22) ist für den Git- und SSH-Netzwerk-Traffic der Anwendung vorgesehen. |
-| 1194/UDP | VPN | Sicherer Replikationsnetzwerktunnel in einer hochverfügbaren Konfiguration. Muss für alle anderen Knoten in der Konfiguration geöffnet sein. |
-| 123/UDP | NTP | Für Zeitprotokollvorgänge erforderlich. |
-| 161/UDP | SNMP | Für Netzwerküberwachungs-Protokollvorgänge erforderlich. |
+| Port | Dienst | Beschreibung |
+| -------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| 8443 | HTTPS | Sichere webbasierte {% data variables.enterprise.management_console %}. Für die grundlegende Installation und Konfiguration erforderlich. |
+| 8080 | HTTP | Webbasierte {% data variables.enterprise.management_console %} im Nur-Text-Format. Nur erforderlich, wenn SSL manuell deaktiviert wird. |
+| 122 | SSH | Shellzugriff für {% data variables.product.product_location %}. Muss für eingehende Verbindungen von allen anderen Knoten in einer Hochverfügbarkeitskonfiguration geöffnet sein. Der standardmäßige SSH-Port (22) ist für den Git- und SSH-Netzwerk-Traffic der Anwendung vorgesehen. |
+| 1194/UDP | VPN | Sicherer Replikationsnetzwerktunnel in einer hochverfügbaren Konfiguration. Muss für alle anderen Knoten in der Konfiguration geöffnet sein. |
+| 123/UDP | NTP | Für Zeitprotokollvorgänge erforderlich. |
+| 161/UDP | SNMP | Für Netzwerküberwachungs-Protokollvorgänge erforderlich. |
### Anwendungsports für Endbenutzer
diff --git a/translations/de-DE/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md b/translations/de-DE/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md
new file mode 100644
index 0000000000..d20a711bd0
--- /dev/null
+++ b/translations/de-DE/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md
@@ -0,0 +1,11 @@
+---
+title: Restricting network traffic to your enterprise
+shortTitle: Restricting network traffic
+intro: 'You can restrict access to your enterprise to connections from specified IP addresses.'
+versions:
+ github-ae: '*'
+---
+
+By default, authorized users can access your enterprise from any IP address. You can restrict access to specific IP addresses such as your physical office locations by contacting support.
+
+Contact {% data variables.contact.github_support %} with the IP addresses that should be allowed to access your enterprise. Specify address ranges using the standard CIDR (Classless Inter-Domain Routing) format. {% data variables.contact.github_support %} will configure the appropriate firewall rules for your enterprise to restrict network access over HTTP, SSH, HTTPS, and SMTP. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/receiving-help-from-github-support)."
diff --git a/translations/de-DE/content/admin/configuration/site-admin-dashboard.md b/translations/de-DE/content/admin/configuration/site-admin-dashboard.md
index b614b0bd36..6e5f428571 100644
--- a/translations/de-DE/content/admin/configuration/site-admin-dashboard.md
+++ b/translations/de-DE/content/admin/configuration/site-admin-dashboard.md
@@ -1,6 +1,6 @@
---
title: Websiteadministrator-Dashboard
-intro: 'Das Websiteadministrator-Dashboard bietet eine Reihe an Tools zum Verwalten von {% data variables.product.product_location_enterprise %}.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-the-site-admin-dashboard %}'
redirect_from:
- /enterprise/admin/articles/site-admin-dashboard/
- /enterprise/admin/installation/site-admin-dashboard
@@ -43,7 +43,7 @@ For more information on audit logging in general, see "[Audit logging](/enterpri
### Berichte
-Zum Abrufen von Informationen zu Benutzern, Organisationen und Repositorys in {% data variables.product.product_location_enterprise %} würden Sie normalerweise über die [GitHub-API](/rest) JSON-Daten abrufen. Leider stellt die API nicht alle gewünschten Daten bereit und erfordert ein gewisses technisches Know-how. Das Websiteadministrator-Dashboard bietet alternativ den Abschnitt **Reports** (Berichte). In diesem können Sie ohne Weiteres CSV-Berichte mit den meisten Informationen herunterladen, die Sie wahrscheinlich für Benutzer, Organisationen und Repositorys benötigen.
+Zum Abrufen von Informationen zu Benutzern, Organisationen und Repositorys in {% data variables.product.product_location %} würden Sie normalerweise über die [GitHub-API](/rest) JSON-Daten abrufen. Leider stellt die API nicht alle gewünschten Daten bereit und erfordert ein gewisses technisches Know-how. Das Websiteadministrator-Dashboard bietet alternativ den Abschnitt **Reports** (Berichte). In diesem können Sie ohne Weiteres CSV-Berichte mit den meisten Informationen herunterladen, die Sie wahrscheinlich für Benutzer, Organisationen und Repositorys benötigen.
Insbesondere können Sie CSV-Berichte herunterladen, die Folgendes auflisten:
@@ -146,7 +146,7 @@ Reparaturaufträge werden demnach nach Bedarf gestartet und im Hintergrund ausge
Zudem verwenden Reparaturaufträge einen „Reparaturversatz“ zur Parallelisierung. Dies ist ein Versatz in der Datenbanktabelle für den abzustimmenden Datensatz. Anhand dieses Versatzes können mehrere Hintergrundaufträge die Arbeit synchronisieren.
-Eine Fortschrittsanzeige zeigt den aktuellen Status eines Reparaturauftrags auf den gesamten Hintergrund-Workern an. Hierbei handelt es sich um die prozentuale Abweichung des Reparaturversatzes mit der höchsten Datensatz-ID in der Datenbank. Machen Sie sich keine Sorgen hinsichtlich des nach Abschluss eines Reparaturauftrags in der Fortschrittsanzeige angezeigten Werts. Dieser zeigt nämlich den Unterschied zwischen dem Reparaturversatz und der höchsten Datensatz-ID in der Datenbank. Der Wert wird kleiner, wenn mehr Repositorys zu {% data variables.product.product_location_enterprise %} hinzugefügt werden, auch wenn diese Repositorys tatsächlich indiziert sind.
+Eine Fortschrittsanzeige zeigt den aktuellen Status eines Reparaturauftrags auf den gesamten Hintergrund-Workern an. Hierbei handelt es sich um die prozentuale Abweichung des Reparaturversatzes mit der höchsten Datensatz-ID in der Datenbank. Machen Sie sich keine Sorgen hinsichtlich des nach Abschluss eines Reparaturauftrags in der Fortschrittsanzeige angezeigten Werts. Dieser zeigt nämlich den Unterschied zwischen dem Reparaturversatz und der höchsten Datensatz-ID in der Datenbank. Der Wert wird kleiner, wenn mehr Repositorys zu {% data variables.product.product_location %} hinzugefügt werden, auch wenn diese Repositorys tatsächlich indiziert sind.
Reparaturaufträge des Codesuche-Index können jederzeit gestartet werden. Diese verwenden eine einzelne CPU und stimmen den Suchindex mit den Datenbank- und Git-Repository-Daten ab. Versuchen Sie, einen Reparaturauftrag zunächst außerhalb der Hauptauslastungszeiten durchzuführen, um die Auswirkungen auf die E/A-Leistung zu minimieren und die Wahrscheinlichkeit von Betriebsunterbrechungen zu verringern. Mit einem Dienstprogramm wie `top` können Sie die durchschnittliche Auslastung und CPU-Auslastung Ihres Systems überwachen. Wenn Sie keine erheblichen Änderungen feststellen, können Sie einen Indexreparaturauftrag auch in Spitzenzeiten ohne Weiteres ausführen.
@@ -168,7 +168,7 @@ Hier können Sie alle Benutzer anzeigen, die auf {{ site.data.variables.product.
### Repositorys
-Dies ist eine Liste der Repositorys auf {% data variables.product.product_location_enterprise %}. Sie können auf einen Repository-Namen klicken und auf Funktionen zum Verwalten des Repositorys zugreifen.
+Dies ist eine Liste der Repositorys auf {% data variables.product.product_location %}. Sie können auf einen Repository-Namen klicken und auf Funktionen zum Verwalten des Repositorys zugreifen.
- [Erzwungene Push-Vorgänge an ein Repository blockieren](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository/)
- [{% data variables.large_files.product_name_long %} konfigurieren](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage/#configuring-git-large-file-storage-for-an-individual-repository)
@@ -176,17 +176,17 @@ Dies ist eine Liste der Repositorys auf {% data variables.product.product_locati
### Alle Benutzer
-Hier können Sie alle Benutzer auf Ihrer {% data variables.product.product_location_enterprise %} anzeigen und [eine SSH-Schlüsselüberwachung initiieren](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Hier können Sie alle Benutzer auf Ihrer {% data variables.product.product_location %} anzeigen und [eine SSH-Schlüsselüberwachung initiieren](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
### Websiteadministratoren
-Hier können Sie alle Administratoren auf Ihrer {% data variables.product.product_location_enterprise %} anzeigen und [eine SSH-Schlüsselüberwachung initiieren](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Hier können Sie alle Administratoren auf Ihrer {% data variables.product.product_location %} anzeigen und [eine SSH-Schlüsselüberwachung initiieren](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
### Inaktive Benutzer
-Hier können Sie alle inaktiven Benutzer auf {% data variables.product.product_location_enterprise %} anzeigen und [sperren](/enterprise/{{ currentVersion }}/admin/guides/user-management/suspending-and-unsuspending-users). In den folgenden Fällen wird ein Benutzerkonto als inaktiv angesehen:
+Hier können Sie alle inaktiven Benutzer auf {% data variables.product.product_location %} anzeigen und [sperren](/enterprise/{{ currentVersion }}/admin/guides/user-management/suspending-and-unsuspending-users). In den folgenden Fällen wird ein Benutzerkonto als inaktiv angesehen:
-- Es besteht schon länger als die für {% data variables.product.product_location_enterprise %} festgelegte Inaktivitätsschwelle.
+- Es besteht schon länger als die für {% data variables.product.product_location %} festgelegte Inaktivitätsschwelle.
- Es hat in diesem Zeitraum keine Aktivitäten generiert.
- Es ist kein Websiteadministrator.
@@ -194,7 +194,7 @@ Hier können Sie alle inaktiven Benutzer auf {% data variables.product.product_l
### Gesperrte Benutzer
-Hier können Sie alle Benutzer anzeigen, die auf {% data variables.product.product_location_enterprise %} gesperrt wurden, und [eine SSH-Schlüsselüberwachung initiieren](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Hier können Sie alle Benutzer anzeigen, die auf {% data variables.product.product_location %} gesperrt wurden, und [eine SSH-Schlüsselüberwachung initiieren](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
[Seite mit Trends]: https://github.com/blog/1585-explore-what-is-trending-on-github
diff --git a/translations/de-DE/content/admin/configuration/troubleshooting-ssl-errors.md b/translations/de-DE/content/admin/configuration/troubleshooting-ssl-errors.md
index 800157cf54..7b0225d795 100644
--- a/translations/de-DE/content/admin/configuration/troubleshooting-ssl-errors.md
+++ b/translations/de-DE/content/admin/configuration/troubleshooting-ssl-errors.md
@@ -39,7 +39,7 @@ Andernfalls können Sie das SSL Converter-Tool verwenden, um Ihr Zertifikat in d
### Nicht antwortende Installation nach dem Hochladen eines Schlüssels
-Wenn {% data variables.product.product_location_enterprise %} nach dem Hochladen eines SSL-Schlüssels nicht mehr antwortet, [kontaktieren Sie den {% data variables.product.prodname_enterprise %}-Support](https://enterprise.github.com/support) mit den entsprechenden Details, einschließlich einer Kopie Ihres SSL-Zertifikats.
+Wenn {% data variables.product.product_location %} nach dem Hochladen eines SSL-Schlüssels nicht mehr antwortet, [kontaktieren Sie den {% data variables.product.prodname_enterprise %}-Support](https://enterprise.github.com/support) mit den entsprechenden Details, einschließlich einer Kopie Ihres SSL-Zertifikats.
### Zertifizierungsgültigkeitsfehler
diff --git a/translations/de-DE/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md b/translations/de-DE/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
index fd9b9995f6..89056f4189 100644
--- a/translations/de-DE/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
+++ b/translations/de-DE/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
@@ -21,7 +21,7 @@ Da Clientverbindungen zu {% data variables.product.prodname_ghe_server %} vom Lo
{% data reusables.enterprise_clustering.proxy_xff_firewall_warning %}
-#### PROXY-Protokollunterstützung auf {% data variables.product.product_location_enterprise %} aktivieren
+#### PROXY-Protokollunterstützung auf {% data variables.product.product_location %} aktivieren
Es wird dringend empfohlen, die PROXY-Protokollunterstützung für Ihre Appliance und für den Load-Balancer zu aktivieren. Befolgen Sie die Anweisungen Ihres Anbieters, um das PROXY-Protokoll auf Ihrem Load-Balancer zu aktivieren. Weitere Informationen finden Sie in der Dokumentation zum „[PROXY-Protokoll](http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt)“.
@@ -33,7 +33,7 @@ Es wird dringend empfohlen, die PROXY-Protokollunterstützung für Ihre Applianc
{% data reusables.enterprise_clustering.proxy_protocol_ports %}
-#### X-Forwarded-For-Unterstützung auf {% data variables.product.product_location_enterprise %} aktivieren
+#### X-Forwarded-For-Unterstützung auf {% data variables.product.product_location %} aktivieren
{% data reusables.enterprise_clustering.x-forwarded-for %}
diff --git a/translations/de-DE/content/admin/configuration/validating-your-domain-settings.md b/translations/de-DE/content/admin/configuration/validating-your-domain-settings.md
index ea99264350..ad670e996e 100644
--- a/translations/de-DE/content/admin/configuration/validating-your-domain-settings.md
+++ b/translations/de-DE/content/admin/configuration/validating-your-domain-settings.md
@@ -1,6 +1,6 @@
---
title: Ihre Domain-Einstellungen validieren
-intro: 'Stellen Sie sicher, dass Ihre Domain-Einstellungen ordnungsgemäß konfiguriert sind, bevor Sie {% data variables.product.product_location_enterprise %} erstmals starten.'
+intro: 'Stellen Sie sicher, dass Ihre Domain-Einstellungen ordnungsgemäß konfiguriert sind, bevor Sie {% data variables.product.product_location %} erstmals starten.'
redirect_from:
- /enterprise/admin/installation/validating-your-domain-settings
- /enterprise/admin/configuration/validating-your-domain-settings
diff --git a/translations/de-DE/content/admin/enterprise-management/accessing-the-monitor-dashboard.md b/translations/de-DE/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
index c113c2c7cf..93e7fabf3b 100644
--- a/translations/de-DE/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
+++ b/translations/de-DE/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
@@ -18,7 +18,7 @@ versions:
{% note %}
-**Hinweis**: Da das regelmäßige automatische Abrufen von {% data variables.product.product_location_enterprise %} mittels fortlaufender Integration (CI) oder Build-Servern effektiv zu Denial-of-Service-Angriffen führen kann, die zu Problemen führen, sollten Sie Webhooks verwenden, um Updates per Push-Vorgang zu übertragen. Weitere Informationen finden Sie unter „[Informationen zu Webhooks](/enterprise/{{ currentVersion }}/user/articles/about-webhooks/)“.
+**Hinweis**: Da das regelmäßige automatische Abrufen von {% data variables.product.product_location %} mittels fortlaufender Integration (CI) oder Build-Servern effektiv zu Denial-of-Service-Angriffen führen kann, die zu Problemen führen, sollten Sie Webhooks verwenden, um Updates per Push-Vorgang zu übertragen. Weitere Informationen finden Sie unter „[Informationen zu Webhooks](/enterprise/{{ currentVersion }}/user/articles/about-webhooks/)“.
{% endnote %}
diff --git a/translations/de-DE/content/admin/enterprise-management/configuring-collectd.md b/translations/de-DE/content/admin/enterprise-management/configuring-collectd.md
index 7859437943..cafdeb72cd 100644
--- a/translations/de-DE/content/admin/enterprise-management/configuring-collectd.md
+++ b/translations/de-DE/content/admin/enterprise-management/configuring-collectd.md
@@ -11,7 +11,7 @@ versions:
### Externen `collectd`-Server einrichten
-Falls Sie noch keinen externen `collectd`-Server eingerichtet haben, müssen Sie dies erledigen, bevor Sie die `collectd`-Weiterleitung auf {% data variables.product.product_location_enterprise %} aktivieren. Ihr `collectd`-Server muss `collectd` Version 5.x oder höher ausführen.
+Falls Sie noch keinen externen `collectd`-Server eingerichtet haben, müssen Sie dies erledigen, bevor Sie die `collectd`-Weiterleitung auf {% data variables.product.product_location %} aktivieren. Ihr `collectd`-Server muss `collectd` Version 5.x oder höher ausführen.
1. Melden Sie sich bei Ihrem `collectd`-Server an.
2. Erstellen Sie die `collectd`-Konfigurationsdatei, oder bearbeiten Sie sie so, dass das Netzwerk-Plug-in geladen und in die Server- und Portdirektiven die entsprechenden Werte eingetragen werden. Auf den meisten Distributionen befindet sie sich unter `/etc/collectd/collectd.conf`.
@@ -53,6 +53,6 @@ ssh -p 122 admin@[hostname] -- 'ghe-export-graphs' && scp -P 122 admin@[hostname
#### Der zentrale collectd-Server empfängt keine Daten.
-{% data variables.product.prodname_enterprise %} ships with `collectd` version 5.x. `collectd` 5.x is not backwards compatible with the 4.x release series. Ihr zentraler `collectd`-Server muss mindestens Version 5.x aufweisen, um von {% data variables.product.product_location_enterprise %} gesendete Daten zu akzeptieren.
+{% data variables.product.prodname_enterprise %} ships with `collectd` version 5.x. `collectd` 5.x is not backwards compatible with the 4.x release series. Ihr zentraler `collectd`-Server muss mindestens Version 5.x aufweisen, um von {% data variables.product.product_location %} gesendete Daten zu akzeptieren.
Unterstützung zu weiteren Fragen oder Problemen erhältst Du vom {% data variables.contact.contact_ent_support %}.
diff --git a/translations/de-DE/content/admin/enterprise-management/enabling-automatic-update-checks.md b/translations/de-DE/content/admin/enterprise-management/enabling-automatic-update-checks.md
index 163131aa44..b653bc4a4e 100644
--- a/translations/de-DE/content/admin/enterprise-management/enabling-automatic-update-checks.md
+++ b/translations/de-DE/content/admin/enterprise-management/enabling-automatic-update-checks.md
@@ -1,6 +1,6 @@
---
title: Prüfungen auf automatische Updates aktivieren
-intro: 'Sie können Prüfungen auf automatische Updates aktivieren, sodass {% data variables.product.product_location_enterprise %} nach der neuesten {% data variables.product.prodname_ghe_server %}-Version sucht und diese herunterlädt.'
+intro: 'Sie können Prüfungen auf automatische Updates aktivieren, sodass {% data variables.product.product_location %} nach der neuesten {% data variables.product.prodname_ghe_server %}-Version sucht und diese herunterlädt.'
redirect_from:
- /enterprise/admin/installation/enabling-automatic-update-checks
- /enterprise/admin/enterprise-management/enabling-automatic-update-checks
@@ -8,13 +8,13 @@ versions:
enterprise-server: '*'
---
-Wenn ein Upgrade-Pakete für {% data variables.product.product_location_enterprise %} automatisch heruntergeladen wird, wird in einer Meldung angezeigt, dass Sie ein Upgrade von {% data variables.product.prodname_ghe_server %} durchführen können. Pakete werden auf {% data variables.product.product_location_enterprise %} in das Verzeichnis `/var/lib/ghe-updates` heruntergeladen. Weitere Informationen finden Sie unter „[Upgrade von {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server)“.
+Wenn ein Upgrade-Pakete für {% data variables.product.product_location %} automatisch heruntergeladen wird, wird in einer Meldung angezeigt, dass Sie ein Upgrade von {% data variables.product.prodname_ghe_server %} durchführen können. Pakete werden auf {% data variables.product.product_location %} in das Verzeichnis `/var/lib/ghe-updates` heruntergeladen. Weitere Informationen finden Sie unter „[Upgrade von {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server)“.
Wenn für ein Upgrade ein Hotpatch verfügbar ist, wird die Datei `.hpkg` automatisch heruntergeladen. In der Managementkonsole können Sie festlegen, dass der Hotpatch sofort installiert wird. Alternativ können Sie festlegen, dass seine Installation für einen späteren Zeitpunkt geplant wird. Weitere Informationen finden Sie unter „[Upgrade mit einem Hotpatch](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server#upgrading-with-a-hotpatch)“.
{% tip %}
-**Tipp:** Zum Aktivieren von Prüfungen auf automatische Updates muss {% data variables.product.product_location_enterprise %} eine Verbindung zu `https://github-enterprise.s3.amazonaws.com` herstellen können.
+**Tipp:** Zum Aktivieren von Prüfungen auf automatische Updates muss {% data variables.product.product_location %} eine Verbindung zu `https://github-enterprise.s3.amazonaws.com` herstellen können.
{% endtip %}
diff --git a/translations/de-DE/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md b/translations/de-DE/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
index 402f0e3e7e..f093211f63 100644
--- a/translations/de-DE/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
+++ b/translations/de-DE/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
@@ -20,7 +20,7 @@ versions:
#### Grundlegendes zur Größenanpassung
-Bevor Sie die CPU- oder Arbeitsspeicherressourcen für {% data variables.product.product_location_enterprise %} erhöhen:
+Bevor Sie die CPU- oder Arbeitsspeicherressourcen für {% data variables.product.product_location %} erhöhen:
- **Scale your memory with CPUs**. {% data reusables.enterprise_installation.increasing-cpus-req %}
- **Assign an Elastic IP address to the instance**. Falls keine Elastic IP zugewiesen ist, müssen Sie die DNS A-Einträge für Ihren {% data variables.product.prodname_ghe_server %}-Host nach dem Neustart anpassen, damit die an der öffentlichen IP-Adresse vorgenommenen Änderungen berücksichtigt werden. Sobald Ihre Instanz neu gestartet wird, wird die Elastic IP (EIP) automatisch gespeichert, wenn die Instanz in einer VPC gestartet wird. Wenn die Instanz in EC2-Classic gestartet wird, muss die Elastic IP erneut manuell zugeordnet werden.
@@ -64,7 +64,7 @@ Es ist nicht möglich, einer vorhandenen OpenStack KVM-Instanz CPU- oder Arbeits
{% data reusables.enterprise_installation.increasing-cpus-req %}
1. Verwenden Sie vSphere Client, um eine Verbindung zum VMware ESXi-Host herzustellen.
-2. Fahren Sie {% data variables.product.product_location_enterprise %} herunter.
+2. Fahren Sie {% data variables.product.product_location %} herunter.
3. Wählen Sie die virtuelle Maschine aus, und klicken Sie auf **Edit Settings** (Einstellungen bearbeiten).
4. Passen Sie unter „Hardware“ die der virtuellen Maschine zugeordneten CPU- bzw. Arbeitsspeicherressourcen nach Bedarf an:
5. Klicken Sie zum Starten der virtuellen Maschine auf **OK**.
diff --git a/translations/de-DE/content/admin/enterprise-management/increasing-storage-capacity.md b/translations/de-DE/content/admin/enterprise-management/increasing-storage-capacity.md
index edb0e2d2fc..43393c18ce 100644
--- a/translations/de-DE/content/admin/enterprise-management/increasing-storage-capacity.md
+++ b/translations/de-DE/content/admin/enterprise-management/increasing-storage-capacity.md
@@ -10,7 +10,7 @@ versions:
{% data reusables.enterprise_installation.warning-on-upgrading-physical-resources %}
-Wenn sich mehr Benutzer {% data variables.product.product_location_enterprise %} anschließen, müssen Sie die Größe Ihres Storage-Volumes anpassen. Informationen zur Storage-Größenanpassung finden Sie in der Dokumentation für Ihre Virtualisierungsplattform.
+Wenn sich mehr Benutzer {% data variables.product.product_location %} anschließen, müssen Sie die Größe Ihres Storage-Volumes anpassen. Informationen zur Storage-Größenanpassung finden Sie in der Dokumentation für Ihre Virtualisierungsplattform.
### Anforderungen und Empfehlungen
diff --git a/translations/de-DE/content/admin/enterprise-management/index.md b/translations/de-DE/content/admin/enterprise-management/index.md
index ace0355536..50a77b9262 100644
--- a/translations/de-DE/content/admin/enterprise-management/index.md
+++ b/translations/de-DE/content/admin/enterprise-management/index.md
@@ -15,7 +15,6 @@ versions:
{% link_in_list /recommended-alert-thresholds %}
{% link_in_list /setting-up-external-monitoring %}
{% link_in_list /configuring-collectd %}
- {% link_in_list /log-forwarding %}
{% link_in_list /monitoring-using-snmp %}
{% topic_link_in_list /updating-the-virtual-machine-and-physical-resources %}
{% link_in_list /upgrade-requirements %}
diff --git a/translations/de-DE/content/admin/enterprise-management/monitoring-using-snmp.md b/translations/de-DE/content/admin/enterprise-management/monitoring-using-snmp.md
index 808f4601d1..a45d3cbea0 100644
--- a/translations/de-DE/content/admin/enterprise-management/monitoring-using-snmp.md
+++ b/translations/de-DE/content/admin/enterprise-management/monitoring-using-snmp.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-SNMP ist ein allgemeiner Standard zum Überwachen von Geräten über ein Netzwerk. Es wird dringend empfohlen, SNMP zu aktivieren, damit Sie den Zustand von {% data variables.product.product_location_enterprise %} überwachen können und wissen, wann Sie der Host-Maschine Arbeitsspeicher, Storage oder Prozessorleistung hinzufügen müssen.
+SNMP ist ein allgemeiner Standard zum Überwachen von Geräten über ein Netzwerk. Es wird dringend empfohlen, SNMP zu aktivieren, damit Sie den Zustand von {% data variables.product.product_location %} überwachen können und wissen, wann Sie der Host-Maschine Arbeitsspeicher, Storage oder Prozessorleistung hinzufügen müssen.
{% data variables.product.prodname_enterprise %} weist eine SNMP-Standardinstallation auf. Daher können Sie von [vielen Plug-ins](http://www.monitoring-plugins.org/doc/man/check_snmp.html) profitieren, die für Nagios oder andere Überwachungssysteme verfügbar sind.
@@ -28,7 +28,7 @@ SNMP ist ein allgemeiner Standard zum Überwachen von Geräten über ein Netzwer
$ snmpget -v 2c -c community-string -O e hostname hrSystemDate.0
```
-Hiermit wird die Systemzeit auf dem {% data variables.product.product_location_enterprise %}-Host zurückgegeben.
+Hiermit wird die Systemzeit auf dem {% data variables.product.product_location %}-Host zurückgegeben.
### Benutzerbasierte Sicherheit
diff --git a/translations/de-DE/content/admin/enterprise-management/monitoring-your-appliance.md b/translations/de-DE/content/admin/enterprise-management/monitoring-your-appliance.md
index 999a7fafe4..856dbb7ba0 100644
--- a/translations/de-DE/content/admin/enterprise-management/monitoring-your-appliance.md
+++ b/translations/de-DE/content/admin/enterprise-management/monitoring-your-appliance.md
@@ -1,6 +1,6 @@
---
title: Monitoring your appliance
-intro: 'Da die Nutzung von {% data variables.product.product_location_enterprise %} mit der Zeit zunimmt, erhöht sich auch die Auslastung der Systemressourcen wie CPU, Arbeitsspeicher und Storage. Sie können die Überwachung und Benachrichtigung so konfigurieren, dass Sie sich über potenzielle Probleme im Klaren sind, bevor sie kritisch genug werden, um sich negativ auf die Leistung oder Verfügbarkeit der Anwendung auszuwirken.'
+intro: 'Da die Nutzung von {% data variables.product.product_location %} mit der Zeit zunimmt, erhöht sich auch die Auslastung der Systemressourcen wie CPU, Arbeitsspeicher und Storage. Sie können die Überwachung und Benachrichtigung so konfigurieren, dass Sie sich über potenzielle Probleme im Klaren sind, bevor sie kritisch genug werden, um sich negativ auf die Leistung oder Verfügbarkeit der Anwendung auszuwirken.'
redirect_from:
- /enterprise/admin/guides/installation/system-resource-monitoring-and-alerting/
- /enterprise/admin/guides/installation/monitoring-your-github-enterprise-appliance/
diff --git a/translations/de-DE/content/admin/enterprise-management/recommended-alert-thresholds.md b/translations/de-DE/content/admin/enterprise-management/recommended-alert-thresholds.md
index 40769c4978..a430b437d7 100644
--- a/translations/de-DE/content/admin/enterprise-management/recommended-alert-thresholds.md
+++ b/translations/de-DE/content/admin/enterprise-management/recommended-alert-thresholds.md
@@ -34,7 +34,7 @@ Darüber hinaus wird empfohlen, dass Sie die „Diebstahlzeit“ der Virtualisie
### Arbeitsspeicherauslastung überwachen
-Die {% data variables.product.product_location_enterprise %} zugeordnete Menge an physischem Arbeitsspeicher kann eine große Auswirkung auf die Gesamtleistung und Anwendungsreaktionsfähigkeit haben. Zum Beschleunigen von Git-Vorgängen soll das System den Kernel-Disk-Cache intensiv verwenden. Es wird empfohlen, dass der normale RSS-Arbeitssatz bei maximaler Nutzung 50 % des gesamten verfügbaren RAMs abdeckt.
+Die {% data variables.product.product_location %} zugeordnete Menge an physischem Arbeitsspeicher kann eine große Auswirkung auf die Gesamtleistung und Anwendungsreaktionsfähigkeit haben. Zum Beschleunigen von Git-Vorgängen soll das System den Kernel-Disk-Cache intensiv verwenden. Es wird empfohlen, dass der normale RSS-Arbeitssatz bei maximaler Nutzung 50 % des gesamten verfügbaren RAMs abdeckt.
| Schweregrad | Schwellenwert |
| ------------ | ------------------------------------------------------------------------------------- |
diff --git a/translations/de-DE/content/admin/enterprise-management/upgrade-requirements.md b/translations/de-DE/content/admin/enterprise-management/upgrade-requirements.md
index e7339bf2d2..402aa28faa 100644
--- a/translations/de-DE/content/admin/enterprise-management/upgrade-requirements.md
+++ b/translations/de-DE/content/admin/enterprise-management/upgrade-requirements.md
@@ -21,15 +21,15 @@ versions:
### Empfehlungen
-- Sie sollten möglichst wenig Upgrades in Ihren Upgrade-Prozess einbeziehen. For example, instead of upgrading from {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} to {{ enterpriseServerReleases.supported[1] }} to {{ enterpriseServerReleases.latest }}, you could upgrade from {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} to {{ enterpriseServerReleases.latest }}.
-- Wenn Sie mehrere Versionen zurückliegen, sollten Sie {% data variables.product.product_location_enterprise %} so weit wie möglich mit jedem Schritt Ihres Upgrade-Prozesses upgraden. Wenn Sie die nach Möglichkeit neueste Version für jedes Upgrade verwenden, können Sie von Leistungsverbesserungen und Bug-Korrekturen profitieren. So können Sie beispielsweise ein Upgrade von {% data variables.product.prodname_enterprise %} 2.7 auf 2.8 auf 2.10 vornehmen. Beim Upgrade von {% data variables.product.prodname_enterprise %} 2.7 auf 2.9 auf 2.10 wird im zweiten Schritt jedoch eine neuere Version verwendet.
+- Sie sollten möglichst wenig Upgrades in Ihren Upgrade-Prozess einbeziehen. Anstatt beispielsweise ein Upgrade von {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} auf {{ enterpriseServerReleases.supported[1] }} auf {{ enterpriseServerReleases.latest }} vorzunehmen, können Sie ein Upgrade von {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} auf {{ enterpriseServerReleases.latest }} vornehmen.
+- Wenn Sie mehrere Versionen zurückliegen, sollten Sie {% data variables.product.product_location %} so weit wie möglich mit jedem Schritt Ihres Upgrade-Prozesses upgraden. Wenn Sie die nach Möglichkeit neueste Version für jedes Upgrade verwenden, können Sie von Leistungsverbesserungen und Bug-Korrekturen profitieren. So können Sie beispielsweise ein Upgrade von {% data variables.product.prodname_enterprise %} 2.7 auf 2.8 auf 2.10 vornehmen. Beim Upgrade von {% data variables.product.prodname_enterprise %} 2.7 auf 2.9 auf 2.10 wird im zweiten Schritt jedoch eine neuere Version verwendet.
- Verwenden Sie beim Upgraden die neueste Patch-Veröffentlichung. {% data reusables.enterprise_installation.enterprise-download-upgrade-pkg %}
- Verwenden Sie eine Testinstanz zum Testen der Upgrade-Schritte. Weitere Informationen finden Sie unter „[Testinstanz einrichten](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-up-a-staging-instance/)“.
- Warten Sie beim Ausführen mehrerer Upgrades mindestens 24 Stunden zwischen den Feature-Upgrades, damit Datenmigrationen und Upgrade-Hintergrundaufgaben vollständig abgeschlossen werden.
### Anforderungen
-- Sie müssen ein Upgrade von einer Feature-Veröffentlichung vornehmen, die **höchstens** zwei Versionen zurückliegt. For example, to upgrade to {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.latest }}, you must be on {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[1] }} or {{ enterpriseServerReleases.supported[2] }}.
+- Sie müssen ein Upgrade von einer Feature-Veröffentlichung vornehmen, die **höchstens** zwei Versionen zurückliegt. Wenn Sie beispielsweise ein Upgrade auf {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.latest }} vornehmen, müssen Sie {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[1] }} oder {{ enterpriseServerReleases.supported[2] }} verwenden.
- {% data reusables.enterprise_installation.hotpatching-explanation %}
- Ein Hotpatch kann Ausfallzeiten nach sich ziehen, falls für die betroffenen Dienste (z. B. der Kernel, MySQL oder ElasticSearch) ein VM- oder Dienstneustart erforderlich ist. Sie werden benachrichtigt, falls ein Neustart erforderlich ist. Sie können den Neustart zu einem späteren Zeitpunkt abschließen.
- Beim Upgrade mittels Hotpatching muss zusätzlicher Root-Storage verfügbar sein, da bis zum Abschluss des Upgrades mehrere Versionen bestimmter Dienste installiert werden. Preflight-Checks benachrichtigen Sie, falls nicht genügend Root-Disk-Storage verfügbar ist.
diff --git a/translations/de-DE/content/admin/enterprise-management/upgrading-github-enterprise-server.md b/translations/de-DE/content/admin/enterprise-management/upgrading-github-enterprise-server.md
index dc4685949d..a42694e5f8 100644
--- a/translations/de-DE/content/admin/enterprise-management/upgrading-github-enterprise-server.md
+++ b/translations/de-DE/content/admin/enterprise-management/upgrading-github-enterprise-server.md
@@ -150,7 +150,7 @@ Obwohl Sie einen Hotpatch verwenden können, um ein Upgrade auf die neueste Patc
Target root partition: /dev/xvda2
Proceed with installation? [y/N]
```
-7. Deaktivieren Sie bei einzelnen Appliance-Upgrades den Wartungsmodus, damit Benutzer {% data variables.product.product_location_enterprise %} verwenden können.
+7. Deaktivieren Sie bei einzelnen Appliance-Upgrades den Wartungsmodus, damit Benutzer {% data variables.product.product_location %} verwenden können.
{% note %}
@@ -203,7 +203,7 @@ Für die Hochverfügbarkeit und Geo-Replikation konfigurierte Appliances verwend
1. Führen Sie auf der Replikatinstanz den Befehl `ghe-repl-setup ` erneut aus.
{% data reusables.enterprise_installation.start-replication %}
{% data reusables.enterprise_installation.replication-status %}
-6. Deaktivieren Sie nach dem Upgrade-Abschluss des letzten Replikats und nach dem Abschluss der erneuten Synchronisierung den Wartungsmodus, damit Benutzer {% data variables.product.product_location_enterprise %} verwenden können.
+6. Deaktivieren Sie nach dem Upgrade-Abschluss des letzten Replikats und nach dem Abschluss der erneuten Synchronisierung den Wartungsmodus, damit Benutzer {% data variables.product.product_location %} verwenden können.
### Wiederherstellung nach einem fehlgeschlagenen Upgrade
diff --git a/translations/de-DE/content/admin/enterprise-support/about-github-enterprise-support.md b/translations/de-DE/content/admin/enterprise-support/about-github-enterprise-support.md
index 3bd963297d..92ab4555dc 100644
--- a/translations/de-DE/content/admin/enterprise-support/about-github-enterprise-support.md
+++ b/translations/de-DE/content/admin/enterprise-support/about-github-enterprise-support.md
@@ -1,10 +1,11 @@
---
title: Informationen zum Github Enterprise-Support
-intro: 'Der {% data variables.product.prodname_ghe_server %}-Support kann Ihnen bei der Behebung von Problemen helfen, die auf Ihrer {% data variables.product.prodname_ghe_server %}-Appliance auftreten.'
+intro: '{% data variables.contact.github_support %} can help you troubleshoot issues that arise on {% data variables.product.product_name %}.'
redirect_from:
- /enterprise/admin/enterprise-support/about-github-enterprise-support
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -15,49 +16,63 @@ versions:
### Informationen zum {% data variables.contact.enterprise_support %}
-{% data variables.product.prodname_ghe_server %} umfasst {% data variables.contact.enterprise_support %} auf Englisch und Japanisch.
+{% data variables.product.product_name %} includes {% data variables.contact.enterprise_support %} in English{% if enterpriseServerVersions contains currentVersion %}and Japanese{% endif %}.
-Sie können den {% data variables.contact.enterprise_support %} über unser Supportportal kontaktieren, um Hilfe bei folgenden Themen zu erhalten:
- - Installation und Verwendung von {% data variables.product.prodname_ghe_server %}
+{% if enterpriseServerVersions contains currentVersion %}
+You can contact
+{% data variables.contact.enterprise_support %} through {% data variables.contact.contact_enterprise_portal %} for help with:
+ - Installation und Verwendung von {% data variables.product.product_name %}
- Identifizierung und Überprüfung der Ursachen von vermuteten Fehlern
+{% endif %}
-Zusätzlich zu den Vorteilen des {% data variables.contact.enterprise_support %}s bietet Ihnen der {% data variables.contact.premium_support %} Folgendes:
+In addition to all of the benefits of {% data variables.contact.enterprise_support %}, {% if enterpriseServerVersions contains currentVersion %}{% data variables.contact.premium_support %}{% else %}support for {% data variables.product.product_name %}{% endif %} offers:
- Schriftlicher Support rund um die Uhr über unser Supportportal
- Telefonischer Support rund um die Uhr
- - Service Level Agreement (SLA) mit garantierten Antwortzeiten
- - Zugriff auf Premium-Inhalte
- - Geplante Zustandsprüfungen
+ - A{% if currentVersion == "github-ae@latest" %}n enhanced{% endif %} Service Level Agreement (SLA) {% if enterpriseServerVersions contains currentVersion %}with guaranteed initial response times{% endif %}
+ - Access to premium content{% if enterpriseServerVersions contains currentVersion %}
+ - Scheduled health checks{% endif %}
- Verwaltete Dienste
+{% data reusables.support.government-response-times-may-vary %}
+
+{% if enterpriseServerVersions contains currentVersion %}
Weitere Informationen finden Sie unter „[Informationen zum {{ site.data.variables.contact.premium_support }} für {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)“.
+{% endif %}
{% data reusables.support.scope-of-support %}
### {% data variables.contact.enterprise_support %} kontaktieren
-Kunden des {% data variables.contact.enterprise_support %} können das {% data variables.contact.contact_enterprise_portal %} verwenden, um Probleme schriftlich zu melden.
+You can contact {% data variables.contact.enterprise_support %} through {% if enterpriseServerVersions contains currentVersion %}{% data variables.contact.contact_enterprise_portal %}{% elsif currentVersion == "github-ae@latest" %} the {% data variables.contact.ae_azure_portal %}{% endif %} to report issues in writing. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
### Geschäftszeiten
+{% if enterpriseServerVersions contains currentVersion %}
#### Support auf Englisch
+{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
Bei nicht dringenden herkömmlichen Probleme bieten wir 24 Stunden am Tag, 5 Tage die Woche, außer an Wochenenden und nationalen Feiertagen in den USA, Support in englischer Sprache. holidays. Die Antwortdauer beträgt in der Regel 24 Stunden.
-Für dringende Probleme stehen wir 24 Stunden am Tag, 7 Tage die Woche zur Verfügung, sogar während der nationalen US-Feiertage. holidays.
+For urgent issues, we {% else %}We{% endif %} are available 24 hours per day, 7 days per week, even during national U.S. holidays.
+{% data reusables.support.government-response-times-may-vary %}
+
+{% if enterpriseServerVersions contains currentVersion %}
#### Support auf Japanisch
Bei nicht dringenden Problemen ist der Support auf Japanisch von Montag bis Freitag von 9:00 bis 17:00 Uhr JST verfügbar, außer an nationalen Feiertagen in Japan. For urgent issues, we offer support in English 24 hours per day, 7 days per week, even during national U.S. holidays.
-For a complete list of U.S. Eine vollständige Liste der vom {% data variables.contact.enterprise_support %} wahrgenommenen nationalen Feiertage in den USA und Japan finden Sie unter „[Feiertagsübersicht](#holiday-schedules)“.
+For a complete list of U.S. and Japanese national holidays observed by {% data variables.contact.enterprise_support %}, see "[Holiday schedules](#holiday-schedules)."{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
### Feiertagsübersicht
-For urgent issues, we can help you in English 24 hours per day, 7 days per week, including on U.S. and Japanese holidays.
+For urgent issues, we can help you in English 24 hours per day, 7 days per week, including on U.S. {% if enterpriseServerVersions contains currentVersion %}and Japanese{% endif %} holidays.
#### Feiertage in den USA
-{% data variables.contact.enterprise_support %} beobachtet diese Feiertage in den USA. dessen ungeachtet steht unser Support-Team zur Verfügung, um dringende Tickets zu beantworten.
+{% data variables.contact.enterprise_support %} beobachtet diese Feiertage in den USA. holidays{% if enterpriseServerVersions contains currentVersion %}, although our global support team is available to answer urgent tickets{% endif %}.
| U.S. Weihnachtsfeiertag | Date observed |
| ----------------------- | ------------------------------ |
@@ -80,6 +95,7 @@ For urgent issues, we can help you in English 24 hours per day, 7 days per week,
{% data variables.contact.enterprise_support %} bietet keine japanischsprachige Unterstützung vom 28. Dezember bis 3. Januar sowie an den in [国民の祝日について - 内閣府](https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html) aufgelisteten Feiertagen.
{% data reusables.enterprise_enterprise_support.installing-releases %}
+{% endif %}
### Einem Support-Ticket eine Priorität zuweisen
@@ -87,7 +103,11 @@ Wenn Du den {% data variables.contact.enterprise_support %} kontaktierst, kannst
{% data reusables.support.github-can-modify-ticket-priority %}
+{% if enterpriseServerVersions contains currentVersion %}
{% data reusables.support.ghes-priorities %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.support.ghae-priorities %}
+{% endif %}
### Support-Tickets lösen und schließen
@@ -95,8 +115,9 @@ Wenn Du den {% data variables.contact.enterprise_support %} kontaktierst, kannst
### Weiterführende Informationen
+{% if enterpriseServerVersions contains currentVersion %}
- [Häufig gestellte Fragen zu {% data variables.product.prodname_ghe_server %}](https://enterprise.github.com/faq)
-- Abschnitt 10 zum Support in der „[{% data variables.product.prodname_ghe_server %}-Lizenzvereinbarung](https://enterprise.github.com/license)“
-- „[{% data variables.contact.github_support %} erreichen](/enterprise/admin/guides/enterprise-support/reaching-github-support)“
-- „[Absenden eines Tickets vorbereiten](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)“
+- Section 10 on Support in the "[{% data variables.product.prodname_ghe_server %} License Agreement](https://enterprise.github.com/license)"{% endif %}
+- "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)"{% if enterpriseServerVersions contains currentVersion %}
+- "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)"{% endif %}
- „[Ticket absenden](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)“
diff --git a/translations/de-DE/content/admin/enterprise-support/index.md b/translations/de-DE/content/admin/enterprise-support/index.md
index db8bf340d4..ca1cf0278f 100644
--- a/translations/de-DE/content/admin/enterprise-support/index.md
+++ b/translations/de-DE/content/admin/enterprise-support/index.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/enterprise-support
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Inhaltsverzeichnis
diff --git a/translations/de-DE/content/admin/enterprise-support/overview.md b/translations/de-DE/content/admin/enterprise-support/overview.md
index df4e49a9cb..8850995397 100644
--- a/translations/de-DE/content/admin/enterprise-support/overview.md
+++ b/translations/de-DE/content/admin/enterprise-support/overview.md
@@ -1,10 +1,11 @@
---
title: Übersicht
-intro: 'Erfahre mehr über die verfügbaren Supportoptionen für {% data variables.product.prodname_ghe_server %}.'
+intro: 'Erfahre mehr über die verfügbaren Supportoptionen für {% data variables.product.product_name %}.'
mapTopic: true
redirect_from:
- /enterprise/admin/enterprise-support/overview
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/enterprise-support/preparing-to-submit-a-ticket.md b/translations/de-DE/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
index 18131ff49e..67d1c81a31 100644
--- a/translations/de-DE/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
+++ b/translations/de-DE/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
@@ -1,10 +1,11 @@
---
title: Absenden eines Tickets vorbereiten
-intro: 'Unterstützen Sie den {% data variables.contact.github_support %} dabei, Ihnen schneller zu helfen, indem Sie diesen Vorschlägen folgen, bevor Sie ein Supportticket erstellen.'
+intro: 'You can expedite your issue with {% data variables.contact.enterprise_support %} by following these suggestions before you open a support ticket.'
redirect_from:
- /enterprise/admin/enterprise-support/preparing-to-submit-a-ticket
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Bevor Sie ein Ticket absenden, sollten Sie folgende Schritte durchführen:
@@ -16,13 +17,11 @@ Bevor Sie ein Ticket absenden, sollten Sie folgende Schritte durchführen:
- Stelle fest, ob es in irgend einer laufenden Kommunikation mit {% data variables.contact.github_support %} eine vorhandene Ticketnummer gibt.
- Bestimmen Sie die am besten geeignete Person zur Kontaktaufnahme mit dem {% data variables.contact.github_support %}.
-Weitere Informationen finden Sie unter „[Ticket absenden](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)“.
-
### Ansprechpartner auswählen
Die Person die mit dem {% data variables.contact.github_support %} Kontakt aufnimmt, sollte speziell für Tickets mit Priorität „{% data variables.product.support_ticket_priority_urgent %}“ (dringend):
- erfahren in Bezug auf Ihre internen Systeme, Tools, Richtlinien und Praktiken
- - erfahrener Anwender von {% data variables.product.prodname_ghe_server %}
+ - erfahrener Anwender von {% data variables.product.product_name %}
- uneingeschränkten Zugriff auf und alle Berechtigungen für alle Dienste haben, die zur Behebung des Problems erforderlich sind.
- - ist berechtigt, die empfohlenen Änderungen an Ihrem Netzwerk und den entsprechenden Produkten vorzunehmen
+ - ist berechtigt, die empfohlenen Änderungen an Ihrem Netzwerk und den entsprechenden Produkten vorzunehmen
\ No newline at end of file
diff --git a/translations/de-DE/content/admin/enterprise-support/providing-data-to-github-support.md b/translations/de-DE/content/admin/enterprise-support/providing-data-to-github-support.md
index 651a49634f..b8858b30bc 100644
--- a/translations/de-DE/content/admin/enterprise-support/providing-data-to-github-support.md
+++ b/translations/de-DE/content/admin/enterprise-support/providing-data-to-github-support.md
@@ -85,7 +85,7 @@ Mit diesen Schritten können Sie ein Support-Bundle erstellen und freigeben, wen
#### Support-Bundle mithilfe von SSH erstellen
-Mit diesen Schritten können Sie ein Support-Bundle erstellen und freigeben, wenn Sie SSH-Zugriff auf Ihre {% data variables.product.prodname_ghe_server %}-Appliance und ausgehenden Internetzugang haben.
+You can use these steps to create and share a support bundle if you have SSH access to {% data variables.product.product_location %} and have outbound internet access.
{% data reusables.enterprise_enterprise_support.use_ghe_cluster_support_bundle %}
@@ -102,16 +102,16 @@ Mit diesen Schritten können Sie ein Support-Bundle erstellen und freigeben, wen
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
{% data reusables.enterprise-accounts.settings-tab %}
3. Klicke in der linken Seitenleiste auf **Enterprise licensing** (Enterprise-Lizenzierung). 
-4. Under "{% data variables.product.prodname_enterprise %} Help", click **Upload a support bundle**. 
+4. Klicke unter „{% data variables.product.prodname_enterprise %} Help“ (Hilfe zu {% data variables.product.prodname_enterprise %}) auf **Upload a support bundle** (Ein Support-Paket hochladen). 
5. Wähle unter „Select an enterprise account“ (Unternehmenskonto auswählen) das zugehörige Konto des Support-Pakets aus dem Dropdown-Menü aus. 
-6. Under "Upload a support bundle for {% data variables.contact.enterprise_support %}", to select your support bundle, click **Choose file**, or drag your support bundle file onto **Choose file**. 
+6. Um Dein Support-Paket auszuwählen, klickst Du unter „Upload a support bundle for {% data variables.contact.enterprise_support %}“ (Ein Support-Bundle für {% data variables.contact.enterprise_support %} hochladen) auf **Choose file** (Datei auswählen) oder Du ziehst Deine Support-Paket-Datei auf **Choose file**. 
7. Klicke **Upload**.
#### Support-Bundle mithilfe von SSH direkt hochladen
Unter folgenden Voraussetzungen können Sie ein Support-Bundle direkt auf unseren Server hochladen:
-- Sie haben SSH-Zugriff auf Ihre {% data variables.product.prodname_ghe_server %}-Appliance.
-- Ausgehende HTTPS-Verbindungen über TCP-Port 443 sind von Ihrer {% data variables.product.prodname_ghe_server %}-Appliance aus möglich.
+- You have SSH access to {% data variables.product.product_location %}.
+- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %}.
1. Laden Sie das Bundle auf unseren Support-Bundle-Server hoch:
```shell
@@ -120,13 +120,13 @@ Unter folgenden Voraussetzungen können Sie ein Support-Bundle direkt auf unsere
### Erweiterte Support-Bundles erstellen und freigeben
-Support-Bundles beinhalten Protokolle der letzten zwei Tage, wohingegen _erweiterte_ Support-Bundles Protokolle der letzten sieben Tage beinhalten. If the events that {% data variables.contact.github_support %} is investigating occurred more than two days ago, we may ask you to share an extended support bundle. You will need SSH access to download an extended bundle - you cannot download an extended bundle from the {% data variables.enterprise.management_console %}.
+Support-Bundles beinhalten Protokolle der letzten zwei Tage, wohingegen _erweiterte_ Support-Bundles Protokolle der letzten sieben Tage beinhalten. Wenn die vom {% data variables.contact.github_support %} untersuchten Ereignisse vor mehr als zwei Tagen aufgetreten sind, bitten wir Sie möglicherweise, ein erweitertes Support-Bundle bereitzustellen. Sie benötigen SSH-Zugriff, um ein erweitertes Bundle herunterzuladen. Sie können ein erweitertes Bundle nicht über die {% data variables.enterprise.management_console %} herunterladen.
-Damit die Pakete nicht zu groß werden, enthalten sie nur Protokolle, die nicht rotiert und komprimiert wurden. Log rotation on {% data variables.product.prodname_ghe_server %} happens at various frequencies (daily or weekly) for different log files, depending on how large we expect the logs to be.
+Damit die Pakete nicht zu groß werden, enthalten sie nur Protokolle, die nicht rotiert und komprimiert wurden. Die Protokollrotation unter {% data variables.product.prodname_ghe_server %} erfolgt in verschiedenen Intervallen (täglich oder wöchentlich) für verschiedene Protokolldateien, je nachdem, wie groß die Protokolle schätzungsweise sein werden.
#### Erweitertes Support-Bundle mithilfe von SSH erstellen
-You can use these steps to create and share an extended support bundle if you have SSH access to your {% data variables.product.prodname_ghe_server %} appliance and you have outbound internet access.
+You can use these steps to create and share an extended support bundle if you have SSH access to {% data variables.product.product_location %} and you have outbound internet access.
1. Laden Sie das erweiterte Support-Bundle über SSH herunter, indem Sie den Flag `-x` zum Befehl `ghe-support-bundle` hinzufügen:
```shell
@@ -138,8 +138,8 @@ You can use these steps to create and share an extended support bundle if you ha
#### Erweitertes Support-Bundle mithilfe von SSH direkt hochladen
Unter folgenden Voraussetzungen können Sie ein Support-Bundle direkt auf unseren Server hochladen:
-- Sie haben SSH-Zugriff auf Ihre {% data variables.product.prodname_ghe_server %}-Appliance.
-- Ausgehende HTTPS-Verbindungen über TCP-Port 443 sind von Ihrer {% data variables.product.prodname_ghe_server %}-Appliance aus möglich.
+- You have SSH access to {% data variables.product.product_location %}.
+- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %}.
1. Laden Sie das Bundle auf unseren Support-Bundle-Server hoch:
```shell
diff --git a/translations/de-DE/content/admin/enterprise-support/reaching-github-support.md b/translations/de-DE/content/admin/enterprise-support/reaching-github-support.md
index bbbf8b52ef..9e4482864f 100644
--- a/translations/de-DE/content/admin/enterprise-support/reaching-github-support.md
+++ b/translations/de-DE/content/admin/enterprise-support/reaching-github-support.md
@@ -1,6 +1,6 @@
---
title: GitHub-Support erreichen
-intro: 'Kontaktieren Sie den {% data variables.contact.github_support %} über die {% data variables.product.prodname_ghe_server %}-{% data variables.enterprise.management_console %} oder das Supportportal.'
+intro: 'Contact {% data variables.contact.enterprise_support %} using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or{% endif %} the support portal.'
redirect_from:
- /enterprise/admin/guides/enterprise-support/reaching-github-enterprise-support/
- /enterprise/admin/enterprise-support/reaching-github-support
@@ -10,12 +10,15 @@ versions:
### Automatisierte Ticketsysteme nutzen
-Obwohl wir bestrebt sind, auf automatisierte Supportanfragen zu reagieren, benötigen wir in der Regel mehr Informationen, als ein automatisiertes Ticketsystem uns zur Lösung Ihres Problems bereitstellen kann. Stellen Sie nach Möglichkeit bitte Supportanfragen über eine Person oder Maschine, mit der der {% data variables.contact.github_support %} interagieren kann. Weitere Informationen finden Sie unter „[Absenden eines Tickets vorbereiten](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)“.
+Obwohl wir bestrebt sind, auf automatisierte Supportanfragen zu reagieren, benötigen wir in der Regel mehr Informationen, als ein automatisiertes Ticketsystem uns zur Lösung Ihres Problems bereitstellen kann. Stellen Sie nach Möglichkeit bitte Supportanfragen über eine Person oder Maschine, mit der der {% data variables.contact.enterprise_support %} interagieren kann. Weitere Informationen finden Sie unter „[Absenden eines Tickets vorbereiten](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)“.
### {% data variables.contact.enterprise_support %} kontaktieren
-{% data variables.contact.enterprise_support %}-Kunden können über die {% data variables.product.prodname_ghe_server %}-{% data variables.enterprise.management_console %} oder das {% data variables.contact.contact_enterprise_portal %} ein Supportticket erstellen. Lege die Priorität des Tickets fest: „{% data variables.product.support_ticket_priority_urgent %}“ (dringend), „{% data variables.product.support_ticket_priority_high %}“ (hoch), „{% data variables.product.support_ticket_priority_normal %}“ (normal) oder „{% data variables.product.support_ticket_priority_low %}“ (niedrig). Weitere Informationen findest Du unter „[Einem Ticket eine Priorität zuweisen](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support#assigning-a-priority-to-a-support-ticket)“ und „[Ein Ticket einreichen](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)“.
+{% data variables.contact.enterprise_support %} customers can open a support ticket using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or the {% data variables.contact.contact_enterprise_portal %}{% elsif currentVersion == "github-ae@latest" %} the {% data variables.contact.contact_ae_portal %}{% endif %}. Lege die Priorität des Tickets fest: „{% data variables.product.support_ticket_priority_urgent %}“ (dringend), „{% data variables.product.support_ticket_priority_high %}“ (hoch), „{% data variables.product.support_ticket_priority_normal %}“ (normal) oder „{% data variables.product.support_ticket_priority_low %}“ (niedrig). Weitere Informationen findest Du unter „[Einem Ticket eine Priorität zuweisen](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support#assigning-a-priority-to-a-support-ticket)“ und „[Ein Ticket einreichen](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)“.
+### {% data variables.contact.enterprise_support %} kontaktieren
+
+{% if enterpriseServerVersions contains currentVersion %}
#### Vergangene Supporttickets anzeigen
Über das {% data variables.contact.enterprise_portal %} können Sie vergangene Supporttickets anzeigen.
@@ -27,10 +30,12 @@ Obwohl wir bestrebt sind, auf automatisierte Supportanfragen zu reagieren, benö
{% data variables.contact.enterprise_support %}-Kunden können über die {% data variables.product.prodname_ghe_server %}-{% data variables.enterprise.management_console %} oder das {% data variables.contact.contact_enterprise_portal %} ein Supportticket erstellen. Lege die Priorität fest: „{% data variables.product.support_ticket_priority_urgent %}“ (dringend), „{% data variables.product.support_ticket_priority_high %}“ (hoch), „{% data variables.product.support_ticket_priority_normal %}“ (normal) oder „{% data variables.product.support_ticket_priority_low %}“ (niedrig). Weitere Informationen findest Du unter „[Einem Ticket eine Priorität zuweisen](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server#assigning-a-priority-to-a-support-ticket)“ und „[Ein Ticket einreichen](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)“.
+{% endif %}
### An den Vertrieb wenden
Wende Dich für Preisgestaltung, Lizenzierung, Verlängerungen, Angebote, Zahlungen und andere damit zusammenhängende Fragen bitte an {% data variables.contact.contact_enterprise_sales %} oder rufe [+1 (877) 448-4820](tel:+1-877-448-4820) an.
+{% if enterpriseServerVersions contains currentVersion %}
### An Schulungsabteilung wenden
Weitere Informationen zu den Weiterbildungsmöglichkeiten, einschließlich individuell angepasster Schulungen, finden Sie auf der [Schulungsseite von {% data variables.product.company_short %}](https://services.github.com/).
@@ -40,6 +45,7 @@ Weitere Informationen zu den Weiterbildungsmöglichkeiten, einschließlich indiv
**Hinweis:** Schulungen sind im Leistungsumfang des {% data variables.product.premium_plus_support_plan %}s enthalten. Weitere Informationen finden Sie unter „[Informationen zum {{ site.data.variables.contact.premium_support }} für {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)“.
{% endnote %}
+{% endif %}
### Weiterführende Informationen
diff --git a/translations/de-DE/content/admin/enterprise-support/receiving-help-from-github-support.md b/translations/de-DE/content/admin/enterprise-support/receiving-help-from-github-support.md
index f1b393cebe..4d3e01bac3 100644
--- a/translations/de-DE/content/admin/enterprise-support/receiving-help-from-github-support.md
+++ b/translations/de-DE/content/admin/enterprise-support/receiving-help-from-github-support.md
@@ -1,11 +1,12 @@
---
title: Unterstützung vom GitHub-Support erhalten
-intro: 'Bei Problemen mit {% data variables.product.product_location_enterprise %} kann Ihnen der {% data variables.contact.github_support %} helfen.'
+intro: 'You can contact {% data variables.contact.enterprise_support %} to report a range of issues for your enterprise.'
redirect_from:
- /enterprise/admin/guides/enterprise-support/receiving-help-from-github-enterprise-support/
- /enterprise/admin/enterprise-support/receiving-help-from-github-support
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/enterprise-support/submitting-a-ticket.md b/translations/de-DE/content/admin/enterprise-support/submitting-a-ticket.md
index e1c6b04176..504c70e802 100644
--- a/translations/de-DE/content/admin/enterprise-support/submitting-a-ticket.md
+++ b/translations/de-DE/content/admin/enterprise-support/submitting-a-ticket.md
@@ -1,17 +1,20 @@
---
title: Ein Ticket einreichen
-intro: 'Sie können ein Supportticket über die {% data variables.product.prodname_ghe_server %}-{% data variables.enterprise.management_console %} oder das Supportportal absenden. Sie können ein Ticket als dringend kennzeichnen, wenn Ihr {% data variables.product.prodname_ghe_server %}-Produktionssystem ausgefallen ist oder sich in einem nicht mehr verwendbaren Zustand befindet.'
+intro: 'You can submit a support ticket using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or{% endif %} the support portal.'
redirect_from:
- /enterprise/admin/enterprise-support/submitting-a-ticket
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zum Absenden eines Tickets
Bevor Sie ein Ticket absenden, sollten Sie hilfreiche Informationen für den {% data variables.contact.github_support %} sammeln und einen Ansprechpartner auswählen. Weitere Informationen finden Sie unter „[Absenden eines Tickets vorbereiten](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)“.
-Nachdem Sie Ihre Supportanfrage und optionale Diagnoseinformationen abgesendet haben, bittet der {% data variables.contact.github_support %} Sie unter Umständen, ein Support-Bundle herunterzuladen und für uns bereitzustellen. Weitere Informationen finden Sie unter „[Daten für den {% data variables.contact.github_support %} bereitstellen](/enterprise/admin/guides/enterprise-support/providing-data-to-github-support)“.
+{% if enterpriseServerVersions contains currentVersion %}
+After submitting your support request and optional diagnostic information,
+{% data variables.contact.github_support %} may ask you to download and share a support bundle with us. Weitere Informationen finden Sie unter „[Daten für den {% data variables.contact.github_support %} bereitstellen](/enterprise/admin/guides/enterprise-support/providing-data-to-github-support)“.
### Ticket über das {% data variables.contact.enterprise_portal %} einreichen
@@ -30,7 +33,7 @@ Nachdem Sie Ihre Supportanfrage und optionale Diagnoseinformationen abgesendet h
{% data reusables.enterprise_enterprise_support.submit-support-ticket-first-section %}
{% data reusables.enterprise_enterprise_support.submit-support-ticket-second-section %}
-### Ticket über die {% data variables.product.prodname_ghe_server %}-{% data variables.enterprise.management_console %} absenden
+### Ticket über die {% data variables.product.product_name %}-{% data variables.enterprise.management_console %} absenden
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
@@ -44,7 +47,17 @@ Nachdem Sie Ihre Supportanfrage und optionale Diagnoseinformationen abgesendet h
{% data reusables.enterprise_enterprise_support.submit-support-ticket-second-section %}
7. Klicke auf **Submit** (Einreichen).
+{% endif %}
+{% if currentVersion == "github-ae@latest" %}
+### Ticket über das {% data variables.contact.ae_azure_portal %} absenden
+
+Commercial customers can submit a support request in the {% data variables.contact.contact_ae_portal %}. Government customers should use the [Azure portal for government customers](https://portal.azure.us/#blade/Microsoft_Azure_Support/HelpAndSupportBlade). For more information, see [Create an Azure support request](https://docs.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request) in the Microsoft documentation.
+
+For urgent issues, to ensure a quick response, after you submit a ticket, please call the support hotline immediately. Your Technical Support Account Manager (TSAM) will provide you with the number to use in your onboarding session.
+
+{% endif %}
+
### Weiterführende Informationen
-- „[Informationen zum {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)“
-- „[Informationen zum {% data variables.contact.premium_support %} für {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)“
+- "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)"{% if enterpriseServerVersions contains currentVersion %}
+- "[About {% data variables.contact.premium_support %} for {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)."{% endif %}
diff --git a/translations/de-DE/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md b/translations/de-DE/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
index b17975ec49..02a717ae86 100644
--- a/translations/de-DE/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
+++ b/translations/de-DE/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
@@ -19,8 +19,7 @@ To make all actions from {% data variables.product.prodname_dotcom_the_website %
Before enabling access to all actions from {% data variables.product.prodname_dotcom_the_website %} on {% data variables.product.product_location_enterprise %}, you must connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %}. Weitere Informationen finden Sie unter „[{% data variables.product.prodname_ghe_server %} mit {% data variables.product.prodname_ghe_cloud %} verbinden](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)“.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
1. Under "Server can use actions from GitHub.com in workflows runs", use the drop-down menu and select **Enabled**. 
diff --git a/translations/de-DE/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md b/translations/de-DE/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
index 0ad89a74ac..60e03a011b 100644
--- a/translations/de-DE/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
+++ b/translations/de-DE/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
@@ -16,8 +16,7 @@ When you enable {% data variables.product.prodname_actions %} on {% data variabl
### Managing {% data variables.product.prodname_actions %} permissions for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.actions.enterprise-actions-permissions %}
@@ -29,8 +28,7 @@ When you enable {% data variables.product.prodname_actions %} on {% data variabl
#### Configuring the private fork policy for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.github-actions.private-repository-forks-configure %}
diff --git a/translations/de-DE/content/admin/github-actions/manually-syncing-actions-from-githubcom.md b/translations/de-DE/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
index a179237e68..7ad06ed0b1 100644
--- a/translations/de-DE/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
+++ b/translations/de-DE/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
@@ -24,7 +24,7 @@ The `actions-sync` tool can only download actions from {% data variables.product
### Vorrausetzungen
-* Before using the the `actions-sync` tool, you must ensure that all destination organizations already exist on your enterprise instance. The following example demonstrates how to sync actions to an organization named `synced-actions` on an enterprise instance. For more information, see "[Creating organizations](/enterprise/admin/user-management/creating-organizations)."
+* Before using the the `actions-sync` tool, you must ensure that all destination organizations already exist on your enterprise instance. The following example demonstrates how to sync actions to an organization named `synced-actions` on an enterprise instance. For more information, see "[Creating a new organization from scratch](/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch)."
* You must create a personal access token (PAT) on your enterprise instance that can create and write to repositories in the destination organizations. Weitere Informationen finden Sie unter "[Erstellen eines persönlichen Zugriffstokens](/github/authenticating-to-github/creating-a-personal-access-token)."
### Example: Using the `actions-sync` tool
diff --git a/translations/de-DE/content/admin/index.md b/translations/de-DE/content/admin/index.md
index 9054d69d9c..14c3aca964 100644
--- a/translations/de-DE/content/admin/index.md
+++ b/translations/de-DE/content/admin/index.md
@@ -3,9 +3,10 @@ title: Enterprise Administrators
redirect_from:
- /enterprise/admin/hidden/migrating-from-github-fi/
- /enterprise/admin
-intro: 'Schrittweise Leitfäden für Organisationsadministratoren, Systemadministratoren und Sicherheitsexperten, die eine GitHub Enterprise-Instanz bereitstellen, konfigurieren und verwalten.'
+intro: Documentation and guides for enterprise administrators, system administrators, and security specialists who {% if enterpriseServerVersions contains currentVersion %}deploy, {% endif %}configure{% if enterpriseServerVersions contains currentVersion %},{% endif %} and manage {% data variables.product.product_name %}.
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-aws.md b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-aws.md
index 9a78ac3ec5..f33f1d8154 100644
--- a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-aws.md
+++ b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-aws.md
@@ -12,7 +12,7 @@ versions:
- {% data reusables.enterprise_installation.software-license %}
- Sie müssen über ein AWS-Konto verfügen, mit dem EC2 Instances gestartet und EBS-Volumes erstellt werden können. Weitere Informationen finden Sie auf der „[Amazon Web Services-Website](https://aws.amazon.com/)“.
-- Die meisten Aktionen, die zum Starten von {% data variables.product.product_location_enterprise %} erforderlich sind, können auch mithilfe der AWS Management Console ausgeführt werden. Zur Ersteinrichtung sollten Sie jedoch die AWS-Befehlszeilen-Schnittstelle (CLI) installieren. Im Folgenden finden Sie Beispiele zur Verwendung der AWS-Befehlszeilen-Schnittstelle. Weitere Informationen finden Sie in den Leitfäden von Amazon unter „[Arbeiten mit der AWS Management Console](http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html)“ und „[Was ist die AWS Command Line Interface?](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)“.
+- Die meisten Aktionen, die zum Starten von {% data variables.product.product_location %} erforderlich sind, können auch mithilfe der AWS Management Console ausgeführt werden. Zur Ersteinrichtung sollten Sie jedoch die AWS-Befehlszeilen-Schnittstelle (CLI) installieren. Im Folgenden finden Sie Beispiele zur Verwendung der AWS-Befehlszeilen-Schnittstelle. Weitere Informationen finden Sie in den Leitfäden von Amazon unter „[Arbeiten mit der AWS Management Console](http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html)“ und „[Was ist die AWS Command Line Interface?](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)“.
In diesem Leitfaden wird davon ausgegangen, dass Sie mit den folgenden AWS-Konzepten vertraut sind:
@@ -28,7 +28,7 @@ In diesem Leitfaden wird davon ausgegangen, dass Sie mit den folgenden AWS-Konze
### Instanztyp bestimmen
-Bevor Sie {% data variables.product.product_location_enterprise %} auf AWS starten, müssen Sie den Typ der virtuellen Maschine ermitteln, der den Anforderungen Ihrer Organisation am besten gerecht wird.
+Bevor Sie {% data variables.product.product_location %} auf AWS starten, müssen Sie den Typ der virtuellen Maschine ermitteln, der den Anforderungen Ihrer Organisation am besten gerecht wird.
#### Unterstützte Instanztypen
diff --git a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-azure.md b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-azure.md
index bcb9d9e21a..500133538d 100644
--- a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-azure.md
+++ b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-azure.md
@@ -22,7 +22,7 @@ Sie können {% data variables.product.prodname_ghe_server %} auf Global Azure od
### Typ der virtuellen Maschine ermitteln
-Bevor Sie {% data variables.product.product_location_enterprise %} auf Azure starten, müssen Sie den Typ der virtuellen Maschine ermitteln, der den Anforderungen Ihrer Organisation am besten gerecht wird.
+Bevor Sie {% data variables.product.product_location %} auf Azure starten, müssen Sie den Typ der virtuellen Maschine ermitteln, der den Anforderungen Ihrer Organisation am besten gerecht wird.
#### Unterstützte VM-Typen und -Regionen
diff --git a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
index 3899b0ee7f..56354532d2 100644
--- a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
+++ b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
@@ -20,7 +20,7 @@ versions:
### Maschinentyp bestimmen
-Bevor Sie {% data variables.product.product_location_enterprise %} auf Google Cloud Platform starten, müssen Sie den Maschinentyp ermitteln, der den Anforderungen Ihrer Organisation am besten gerecht wird.
+Bevor Sie {% data variables.product.product_location %} auf Google Cloud Platform starten, müssen Sie den Maschinentyp ermitteln, der den Anforderungen Ihrer Organisation am besten gerecht wird.
#### Unterstützte Maschinentypen
diff --git a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
index 5a02640ce0..c8adf86b42 100644
--- a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
+++ b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
@@ -37,7 +37,7 @@ versions:
{% data reusables.enterprise_installation.necessary_ports %}
4. Ordnen Sie der Instanz optional eine Floating-IP zu. In Abhängigkeit Ihrer OpenStack-Einrichtung müssen Sie dem Projekt ggf. eine Floating-IP zuordnen und sie mit der Instanz verknüpfen. Wenden Sie sich an Ihren Systemadministrator, um zu ermitteln, ob dies bei Ihnen der Fall ist. Weitere Informationen finden Sie unter „[Allocate a floating IP address to an instance](https://docs.openstack.org/horizon/latest/user/configure-access-and-security-for-instances.html#allocate-a-floating-ip-address-to-an-instance)“ in der OpenStack-Dokumentation.
-5. Starten Sie {% data variables.product.product_location_enterprise %} mit dem Image, Daten-Volume und der Sicherheitsgruppe, das bzw. die Sie in den vorherigen Schritten erstellt haben. Anweisungen finden Sie im OpenStack-Leitfaden „[Launch and manage instances](https://docs.openstack.org/horizon/latest/user/launch-instances.html)“.
+5. Starten Sie {% data variables.product.product_location %} mit dem Image, Daten-Volume und der Sicherheitsgruppe, das bzw. die Sie in den vorherigen Schritten erstellt haben. Anweisungen finden Sie im OpenStack-Leitfaden „[Launch and manage instances](https://docs.openstack.org/horizon/latest/user/launch-instances.html)“.
### {% data variables.product.prodname_ghe_server %}-Instanz konfigurieren
diff --git a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-vmware.md b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-vmware.md
index a98ad869cd..705c5bee8a 100644
--- a/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-vmware.md
+++ b/translations/de-DE/content/admin/installation/installing-github-enterprise-server-on-vmware.md
@@ -14,7 +14,7 @@ versions:
### Vorrausetzungen
- {% data reusables.enterprise_installation.software-license %}
-- Sie müssen über einen VMware vSphere ESXi Hypervisor verfügen, der auf eine Bare-Metal-Maschine angewendet ist, die {% data variables.product.product_location_enterprise %}en ausführt. Es werden die Versionen 5.5 bis 6.7 unterstützt. The ESXi Hypervisor is free and does not include the (optional) vCenter Server. Weitere Informationen finden Sie in der Dokumentation zu „[VMware ESXi](https://www.vmware.com/products/esxi-and-esx.html)“.
+- Sie müssen über einen VMware vSphere ESXi Hypervisor verfügen, der auf eine Bare-Metal-Maschine angewendet ist, die {% data variables.product.product_location %}en ausführt. Es werden die Versionen 5.5 bis 6.7 unterstützt. The ESXi Hypervisor is free and does not include the (optional) vCenter Server. Weitere Informationen finden Sie in der Dokumentation zu „[VMware ESXi](https://www.vmware.com/products/esxi-and-esx.html)“.
- Sie benötigen Zugriff auf einen vSphere Client. Wenn Sie über vCenter Server verfügen, können Sie vSphere Web Client verwenden. Weitere Informationen finden Sie im VMware-Leitfaden unter „[Anmelden bei vCenter Server mithilfe von vSphere Web Client](https://docs.vmware.com/de/VMware-vSphere/6.5/com.vmware.vsphere.install.doc/GUID-CE128B59-E236-45FF-9976-D134DADC8178.html)."
### Grundlegendes zur Hardware
diff --git a/translations/de-DE/content/admin/installation/setting-up-a-staging-instance.md b/translations/de-DE/content/admin/installation/setting-up-a-staging-instance.md
index e29e295142..7b39e1e1bd 100644
--- a/translations/de-DE/content/admin/installation/setting-up-a-staging-instance.md
+++ b/translations/de-DE/content/admin/installation/setting-up-a-staging-instance.md
@@ -1,6 +1,6 @@
---
title: Testinstanz einrichten
-intro: 'Sie können eine *Testinstanz* verwenden, um Änderungen zu testen, bevor sie auf {% data variables.product.product_location_enterprise %} angewendet werden. So können Sie eine Testinstanz beispielsweise verwenden, um neue {% data variables.product.prodname_ghe_server %}-Updates zu testen oder das Importieren von Migrationsdaten zu üben.'
+intro: 'Sie können eine *Testinstanz* verwenden, um Änderungen zu testen, bevor sie auf {% data variables.product.product_location %} angewendet werden. So können Sie eine Testinstanz beispielsweise verwenden, um neue {% data variables.product.prodname_ghe_server %}-Updates zu testen oder das Importieren von Migrationsdaten zu üben.'
redirect_from:
- /enterprise/admin/installation/setting-up-a-staging-instance
versions:
diff --git a/translations/de-DE/content/admin/overview/about-the-github-enterprise-api.md b/translations/de-DE/content/admin/overview/about-the-github-enterprise-api.md
new file mode 100644
index 0000000000..afe5e34bc8
--- /dev/null
+++ b/translations/de-DE/content/admin/overview/about-the-github-enterprise-api.md
@@ -0,0 +1,24 @@
+---
+title: About the GitHub Enterprise API
+intro: '{% data variables.product.product_name %} supports REST and GraphQL APIs.'
+redirect_from:
+ - /enterprise/admin/installation/about-the-github-enterprise-server-api
+ - /enterprise/admin/articles/about-the-enterprise-api/
+ - /enterprise/admin/articles/using-the-api/
+ - /enterprise/admin/categories/api/
+ - /enterprise/admin/overview/about-the-github-enterprise-server-api
+ - /admin/overview/about-the-github-enterprise-server-api
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+With the APIs, you can automate many administrative tasks. Darunter beispielsweise:
+
+{% if enterpriseServerVersions contains currentVersion %}
+- Änderungen in der {% data variables.enterprise.management_console %} durchführen. For more information, see "[{% data variables.enterprise.management_console %}](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#management-console)."
+- Die LDAP-Synchronisierung konfigurieren. For more information, see "[LDAP](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#ldap)."{% endif %}
+- Collect statistics about your enterprise. For more information, see "[Admin stats](/rest/reference/enterprise-admin#admin-stats)."
+- Verwalte Dein Unternehmenskonto. Weitere Informationen findest Du unter „[Unternehmenskonten](/v4/guides/managing-enterprise-accounts).“
+
+For the complete documentation for {% data variables.product.prodname_enterprise_api %}, see [{% data variables.product.prodname_dotcom %} REST API](/rest) and [{% data variables.product.prodname_dotcom%} GraphQL API](/graphql).
\ No newline at end of file
diff --git a/translations/de-DE/content/admin/overview/index.md b/translations/de-DE/content/admin/overview/index.md
index 84ff6b85eb..980813ad65 100644
--- a/translations/de-DE/content/admin/overview/index.md
+++ b/translations/de-DE/content/admin/overview/index.md
@@ -1,10 +1,11 @@
---
title: Übersicht
-intro: 'With {% data variables.product.prodname_enterprise %} you can manage accounts and access, licenses, and billing.'
+intro: 'You can learn about {% data variables.product.product_name %} and manage{% if enterpriseServerVersions contains currentVersion %} accounts and access, licenses, and{% endif %} billing.'
redirect_from:
- /enterprise/admin/overview
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Weitere Informationen zu oder zum Kauf von {% data variables.product.prodname_enterprise %} finden Sie unter [{% data variables.product.prodname_enterprise %}](https://github.com/enterprise).
@@ -13,6 +14,6 @@ Weitere Informationen zu oder zum Kauf von {% data variables.product.prodname_en
{% link_in_list /about-enterprise-accounts %}
{% link_in_list /managing-your-github-enterprise-license %}
-{% link_in_list /managing-billing-for-github-enterprise %}
+{% link_in_list /managing-billing-for-your-enterprise %}
{% link_in_list /system-overview %}
-{% link_in_list /about-the-github-enterprise-server-api %}
+{% link_in_list /about-the-github-enterprise-api %}
diff --git a/translations/de-DE/content/admin/overview/managing-billing-for-your-enterprise.md b/translations/de-DE/content/admin/overview/managing-billing-for-your-enterprise.md
new file mode 100644
index 0000000000..00fb60b09f
--- /dev/null
+++ b/translations/de-DE/content/admin/overview/managing-billing-for-your-enterprise.md
@@ -0,0 +1,74 @@
+---
+title: Managing billing for your enterprise
+intro: 'You can view billing information for your enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /enterprise/admin/installation/managing-billing-for-github-enterprise
+ - /enterprise/admin/overview/managing-billing-for-github-enterprise
+ - /admin/overview/managing-billing-for-github-enterprise
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.github-ae.about-billing %} Once per day, {% data variables.product.prodname_dotcom %} will count the number of users with a license for your enterprise. {% data variables.product.company_short %} bills you for each licensed user regardless of whether the user logged into {% data variables.product.prodname_ghe_managed %} that day.
+
+For commercial regions, the price per user per day is $1.2580645161. For 31-day months, the monthly cost for each user is $39. For months with fewer days, the monthly cost is lower. Each billing month begins at a fixed time on the first day of the calendar month.
+
+If you add a licensed user mid-month, that user will only be included in the count for the days they have a license. When you remove a licensed user, that user will remain in the count until the end of that month. Therefore, if you add a user mid-month and later remove the user in the same month, the user will be included in the count from the day the user was added through the end of the month. There is no additional cost if you re-add a user during the same month the user was removed.
+
+For example, here are the costs for users with licenses on different dates.
+
+| Benutzer | License dates | Counted days | Cost |
+| --------- | ------------------------------------------------------- | ------------ | ------ |
+| @octocat | January 1 - January 31 | 31 | $39 |
+| @robocat | February 1 - February 28 | 29 | $35.23 |
+| @devtocat | January 15 - January 31 | 17 | $21.39 |
+| @doctocat | January 1 - January 15 | 31 | $39 |
+| @prodocat | January 7 - January 15 | 25 | $31.45 |
+| @monalisa | January 1 - January 7,
January 15 - January 31 | 31 | $39 |
+
+Your enterprise can include one or more instances. {% data variables.product.prodname_ghe_managed %} has a 500-user minimum per instance. {% data variables.product.company_short %} bills you for a minimum of 500 users per instance, even if there are fewer than 500 users with a license that day.
+
+You can see your current usage in your [Azure account portal](https://portal.azure.com).
+
+{% else %}
+
+### Informationen zur Abrechnung für Enterprise-Konten
+
+Enterprise-Konten sind derzeit für {% data variables.product.prodname_enterprise %}-Kunden verfügbar, die per Rechnung bezahlen. Die Abrechnung für alle Organisationen und {% data variables.product.prodname_ghe_server %}-Instanzen, die mit Deinem Unternehmenskonto verbunden sind, wird in eine einzige Rechnung für alle Deine kostenpflichtigen {% data variables.product.prodname_dotcom_the_website %}-Dienste zusammengefasst (inklusive bezahlte Lizenzen in Organisationen, {% data variables.large_files.product_name_long %}-Datenpakete und Abonnements für {% data variables.product.prodname_marketplace %}-Apps).
+
+Enterprise-Inhaber und Abrechnungsmanager können auf alle Abrechnungseinstellungen für Enterprise-Konen zugreifen und diese verwalten. For more information about enterprise accounts, {% if currentVersion == "free-pro-team@latest" or "github-ae@latest" %}"[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."For more information about managing billing managers, see "[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise)."
+
+### Deine aktuelle Rechnung anzeigen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Klicke unter „Schnelle Aktionen“ auf **Rechnung ansehen**. 
+
+### Deine aktuellen Rechnung bezahlen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Klicke unter „Schnelle Aktionen“ auf **Rechnung bezahlen**. 
+5. Gib unter "Rechnung bezahlen" Deine Kreditkarten-Daten in das sichere Formular ein und klicke dann auf **Rechnung bezahlen**. 
+
+### Deine aktuelle Rechnung herunterladen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Klicke unter „Schnelle Aktionen“ auf **Rechnung herunterladen**. 
+
+### Deinen Zahlungsverlauf anzeigen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Klicke unter "Abrechnung" auf den Tab **Frühere Rechnungen** um eine Zusammenfassung Deiner früheren Abrechnungsaktivität zu sehen. 
+
+{% endif %}
diff --git a/translations/de-DE/content/admin/overview/managing-your-github-enterprise-license.md b/translations/de-DE/content/admin/overview/managing-your-github-enterprise-license.md
index 27b6a28888..90dc19dfbd 100644
--- a/translations/de-DE/content/admin/overview/managing-your-github-enterprise-license.md
+++ b/translations/de-DE/content/admin/overview/managing-your-github-enterprise-license.md
@@ -36,8 +36,7 @@ Wenn Du Benutzerlizenzen erneuern oder zu {% data variables.product.prodname_ent
4. Under "Enterprise Server Instances", click {% octicon "download" aria-label="The download icon" %} to download your license file. 
5. Log into your
{% data variables.product.prodname_ghe_server %} instance as a site administrator.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
12. Klicken Sie unter „Quick links“ (Schnellzugriff) auf **Update license** (Lizenz aktualisieren). 
@@ -49,18 +48,17 @@ Wenn Du Benutzerlizenzen erneuern oder zu {% data variables.product.prodname_ent
{% data reusables.enterprise-accounts.access-enterprise-on-dotcom %}
{% data reusables.enterprise-accounts.settings-tab %}
3. Klicke in der linken Seitenleiste auf **Enterprise licensing** (Enterprise-Lizenzierung). 
-4. Review your current {% data variables.product.prodname_enterprise %} license, as well as consumed and available user licenses.
+4. Überprüfe Deine aktuelle {% data variables.product.prodname_enterprise %}-Lizenz sowie verbrauchte und verfügbare Benutzerlizenzen.
### Nutzung der Benutzerlizenzen mit {% data variables.product.prodname_ghe_cloud %} automatisch synchronisieren
-You can use {% data variables.product.prodname_github_connect %} to automatically sync user license count and usage between {% data variables.product.prodname_ghe_server %} and {% data variables.product.prodname_ghe_cloud %}. For more information, see "[Enabling automatic user license sync between {% data variables.product.prodname_ghe_server %} and {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{currentVersion}}/admin/installation/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud)."
+Mithilfe von {% data variables.product.prodname_github_connect %} können Sie die Anzahl und Nutzung der Benutzerlizenzen automatisch zwischen {% data variables.product.prodname_ghe_server %} und {% data variables.product.prodname_ghe_cloud %} synchronisieren. Weitere Informationen finden Sie unter „[Automatische Synchronisierung von Benutzerlizenzen zwischen {% data variables.product.prodname_ghe_server %} und {% data variables.product.prodname_ghe_cloud %} aktivieren](/enterprise/{{currentVersion}}/admin/installation/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud)“.
### Manuelle Synchronisierung der Benutzerlizenz-Nutzung zwischen {% data variables.product.prodname_ghe_server %} und {% data variables.product.prodname_ghe_cloud %}
-You can download a JSON file from {% data variables.product.prodname_ghe_server %} and upload the file to {% data variables.product.prodname_ghe_cloud %} to manually sync user license usage between the two deployments.
+Auf {% data variables.product.prodname_ghe_server %} können Sie eine JSON-Datei herunterladen und die Datei auf {% data variables.product.prodname_ghe_cloud %} hochladen, um die Nutzung der Benutzerlizenzen zwischen den zwei Bereitstellungen manuell zu synchronisieren.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
5. Under "Quick links", to download a file containing your current license usage on
diff --git a/translations/de-DE/content/admin/overview/system-overview.md b/translations/de-DE/content/admin/overview/system-overview.md
index 41cb88759d..104d4552ba 100644
--- a/translations/de-DE/content/admin/overview/system-overview.md
+++ b/translations/de-DE/content/admin/overview/system-overview.md
@@ -77,7 +77,7 @@ Das Anwendungssicherheitsteam von {% data variables.product.prodname_dotcom %} k
#### Externe Dienste und Supportzugang
-{% data variables.product.prodname_ghe_server %} lässt sich ohne jeglichen Egress-Zugriff vom Netzwerk auf externe Dienste nutzen. Optional können Sie die Integration in externe Dienste zur E-Mail-Zustellung, zur externen Überwachung und zur Protokollweiterleitung aktivieren. Weitere Informationen finden Sie unter „[E-Mail für Benachrichtigungen konfigurieren](/enterprise/{{ currentVersion }}/admin/user-management/configuring-email-for-notifications)“, „[Externe Überwachung festlegen](/enterprise/{{ currentVersion }}/admin/installation/setting-up-external-monitoring)“ und „[Protokollweiterleitung](/enterprise/{{ currentVersion }}/admin/installation/log-forwarding)“.
+{% data variables.product.prodname_ghe_server %} lässt sich ohne jeglichen Egress-Zugriff vom Netzwerk auf externe Dienste nutzen. Optional können Sie die Integration in externe Dienste zur E-Mail-Zustellung, zur externen Überwachung und zur Protokollweiterleitung aktivieren. For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)," "[Setting up external monitoring](/enterprise/{{ currentVersion }}/admin/installation/setting-up-external-monitoring)," and "[Log forwarding](/admin/user-management/log-forwarding)."
Sie können manuell Fehlerbehebungsdaten sammeln und an den {% data variables.contact.github_support %} senden. Weitere Informationen finden Sie unter „[Daten für den {% data variables.contact.github_support %}-Support bereitstellen](/enterprise/{{ currentVersion }}/admin/enterprise-support/providing-data-to-github-support)“.
@@ -108,7 +108,7 @@ Weitere Informationen zu den Benutzerberechtigungen in {% data variables.product
#### Audit- und Zugriffsprotokollierung
-{% data variables.product.prodname_ghe_server %} speichert sowohl herkömmliche Betriebssystem- als auch Anwendungsprotokolle. Die Anwendung führt außerdem detaillierte Audit- und Sicherheitsprotokolle, die {% data variables.product.prodname_ghe_server %} dauerhaft speichert. Sie können beide Protokolltypen über das `syslog-ng`-Protokoll in Echtzeit an mehrere Ziele weiterleiten. Weitere Informationen finden Sie unter „[Protokollweiterleitung](/enterprise/{{ currentVersion }}/admin/installation/log-forwarding)“.
+{% data variables.product.prodname_ghe_server %} speichert sowohl herkömmliche Betriebssystem- als auch Anwendungsprotokolle. Die Anwendung führt außerdem detaillierte Audit- und Sicherheitsprotokolle, die {% data variables.product.prodname_ghe_server %} dauerhaft speichert. Sie können beide Protokolltypen über das `syslog-ng`-Protokoll in Echtzeit an mehrere Ziele weiterleiten. For more information, see "[Log forwarding](/admin/user-management/log-forwarding)."
Zugriffs- und Auditprotokolle enthalten beispielsweise die folgenden Informationen.
diff --git a/translations/de-DE/content/admin/policies/about-pre-receive-hooks.md b/translations/de-DE/content/admin/policies/about-pre-receive-hooks.md
index 815ebe68f9..34f6206bcf 100644
--- a/translations/de-DE/content/admin/policies/about-pre-receive-hooks.md
+++ b/translations/de-DE/content/admin/policies/about-pre-receive-hooks.md
@@ -23,4 +23,4 @@ Beispiele zur möglichen Verwendungsweise von Pre-Receive-Hooks:
### Auswirkung auf die Leistung und Workflows
Die Auswirkung auf Entwickler und auf deren Workflows kann erheblich sein und muss sorgsam durchdacht werden. Von Pre-Receive-Hooks, die auf Geschäftsanforderungen basieren und durchdacht implementiert werden, kann die Organisation als Ganzes am meisten profitieren.
-Pre-Receive-Hooks können unerwünschte Auswirkungen auf die Leistung von {% data variables.product.product_location_enterprise %} haben und sollten sorgsam implementiert und überprüft werden.
+Pre-Receive-Hooks können unerwünschte Auswirkungen auf die Leistung von {% data variables.product.product_location %} haben und sollten sorgsam implementiert und überprüft werden.
diff --git a/translations/de-DE/content/admin/policies/creating-a-pre-receive-hook-environment.md b/translations/de-DE/content/admin/policies/creating-a-pre-receive-hook-environment.md
index 56da1160cd..cf8341e0a3 100644
--- a/translations/de-DE/content/admin/policies/creating-a-pre-receive-hook-environment.md
+++ b/translations/de-DE/content/admin/policies/creating-a-pre-receive-hook-environment.md
@@ -97,11 +97,7 @@ Weitere Informationen zum Erstellen einer chroot-Umgebung finden Sie unter „[C
### Pre-Receive-Hook-Umgebung auf {% data variables.product.prodname_ghe_server %} hochladen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-
-
-
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
diff --git a/translations/de-DE/content/admin/policies/enforcing-policies-for-your-enterprise.md b/translations/de-DE/content/admin/policies/enforcing-policies-for-your-enterprise.md
index 6d8a1b6daf..b3673275fc 100644
--- a/translations/de-DE/content/admin/policies/enforcing-policies-for-your-enterprise.md
+++ b/translations/de-DE/content/admin/policies/enforcing-policies-for-your-enterprise.md
@@ -5,5 +5,6 @@ redirect_from:
- /enterprise/admin/policies/enforcing-policies-for-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md b/translations/de-DE/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
index c47ed60e08..dd86ed62b9 100644
--- a/translations/de-DE/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
+++ b/translations/de-DE/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
@@ -27,29 +27,23 @@ redirect_from:
- /enterprise/admin/policies/enforcing-repository-management-policies-in-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-### Standardmäßige Sichtbarkeit neuer Repositorys auf Ihrer Appliance konfigurieren
+### Configuring the default visibility of new repositories in your enterprise
-Jedes Mal, wenn jemand ein neues Repository auf {% data variables.product.product_location_enterprise %} anlegt, muss diese Person eine Sichtbarkeit für das Repository auswählen. Wenn Du eine Standard-Sichtbarkeitseinstellung für die Instanz einstellst, wählst Du aus, welche Sichtbarkeit standardmäßig gilt. Weitere Informationen zu Repository-Sichtbarkeiten findest Du unter „[Informationen zur Sichtbarkeit eines Repositorys](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)“.
+Each time someone creates a new repository on your enterprise, that person must choose a visibility for the repository. When you configure a default visibility setting for the enterprise, you choose which visibility is selected by default. Weitere Informationen zu Repository-Sichtbarkeiten findest Du unter „[Informationen zur Sichtbarkeit eines Repositorys](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)“.
-Wenn ein Site-Administrator Mitgliedern das Erstellen bestimmter Arten Repositorys verwehrt, werden Mitglieder nicht in der Lage sein, ein Repository dieser Art zu erstellen, selbst wenn die Einstellung zur Sichtbarkeit diesen Typ als Standard vorgibt. Weitere Informationen finden Sie unter „[Repository-Erstellung auf Ihrer Instanz einschränken](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)“.
+Wenn ein Site-Administrator Mitgliedern das Erstellen bestimmter Arten Repositorys verwehrt, werden Mitglieder nicht in der Lage sein, ein Repository dieser Art zu erstellen, selbst wenn die Einstellung zur Sichtbarkeit diesen Typ als Standard vorgibt. For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)."
-{% tip %}
-
-**Tipp:** Sie können festlegen, dass nur die Websiteadministratoren die Sichtbarkeit des Repositorys ändern können. Weitere Informationen finden Sie unter „[Benutzerbedingte Änderung der Sichtbarkeit eines Repositorys verhindern](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-a-repository-s-visibility)“.
-
-{% endtip %}
-
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
-1. Verwende unter „Default repository visibility“ (Standardmäßige Sichtbarkeit für Repositorys) das Dropdown-Menü und wähle eine Standardsichtbarkeit. 
+1. Verwende unter „Default repository visibility“ (Standardmäßige Sichtbarkeit für Repositorys) das Dropdown-Menü und wähle eine Standardsichtbarkeit. 
{% data reusables.enterprise_installation.image-urls-viewable-warning %}
@@ -57,10 +51,9 @@ Wenn ein Site-Administrator Mitgliedern das Erstellen bestimmter Arten Repositor
Wenn Sie Mitglieder daran hindern, die Sichtbarkeit des Repositorys zu ändern, können nur Websiteadministratoren öffentliche Repositorys als privat oder private Repositorys als öffentlich festlegen.
-Falls ein Websiteadministrator die Möglichkeit der Repository-Erstellung auf Organisationsinhaber beschränkt hat, können Mitglieder die Sichtbarkeit eines Repositorys nicht ändern. Hat ein Websiteadministrator dagegen die Möglichkeit von Mitgliedern auf die Erstellung privater Repositorys beschränkt, können Mitglieder die Sichtbarkeit eines Repositorys von öffentlich auf privat festlegen. For more information, see "[Setting a policy for repository creation](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)."
+Falls ein Websiteadministrator die Möglichkeit der Repository-Erstellung auf Organisationsinhaber beschränkt hat, können Mitglieder die Sichtbarkeit eines Repositorys nicht ändern. Hat ein Websiteadministrator dagegen die Möglichkeit von Mitgliedern auf die Erstellung privater Repositorys beschränkt, können Mitglieder die Sichtbarkeit eines Repositorys von öffentlich auf privat festlegen. For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)."
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Überprüfen Sie unter „Repository visibility change“ (Änderung der Repository-Sichtbarkeit) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
@@ -71,12 +64,11 @@ Falls ein Websiteadministrator die Möglichkeit der Repository-Erstellung auf Or
{% data reusables.organizations.repo-creation-constants %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Überprüfen Sie unter „Repository creation“ (Repository-Erstellung) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
-{% if currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.repo-creation-policy %}
{% data reusables.enterprise-accounts.repo-creation-types %}
{% else %}
@@ -85,8 +77,7 @@ Falls ein Websiteadministrator die Möglichkeit der Repository-Erstellung auf Or
### Setting a policy for repository deletion and transfer
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Überprüfen Sie unter „Repository deletion and transfer“ (Repository-Löschung und -Übertragung) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
@@ -95,7 +86,7 @@ Falls ein Websiteadministrator die Möglichkeit der Repository-Erstellung auf Or
### Setting a policy for Git push limits
-Um die Größe Deines Repositorys handhabbar zu halten und Performance-Probleme zu vermeiden, konfiguriere ein Dateigrößenlimit für Repositorys auf Deiner Instanz.
+To keep your repository size manageable and prevent performance issues, you can configure a file size limit for repositories in your enterprise.
Wenn Du Repository-Uploadlimits erzwingst, können Benutzer standardmäßig keine Dateien hinzufügen oder aktualisieren, die größer als 100 MB sind.
@@ -107,24 +98,22 @@ Wenn Du Repository-Uploadlimits erzwingst, können Benutzer standardmäßig kein
{% endtip %}
{% endif %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
4. Verwenden Sie unter „Repository upload limit“ (Upload-Begrenzung für Repository) das Dropdownmenü, und klicken Sie auf eine maximale Objektgröße.
-5. Optional kannst Du **Für alle Repositorys erzwingen** auswählen, um ein maximales Upload-Limit für alle Repositorys auf {% data variables.product.product_location_enterprise %} zu erzwingen. 
+5. Optionally, to enforce a maximum upload limit for all repositories in your enterprise, select **Enforce on all repositories** 
### Configuring the merge conflict editor for pull requests between repositories
Indem Sie festlegen, dass Benutzer Mergekonflikte lokal auf ihren Computern auflösen müssen, können Sie verhindern, dass sie über ein Fork versehentlich in ein vorgelagertes Repository schreiben.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -134,13 +123,12 @@ Indem Sie festlegen, dass Benutzer Mergekonflikte lokal auf ihren Computern aufl
### Configuring force pushes
-Jedes Repository übernimmt eine standardmäßige Einstellung für erzwungene Push-Vorgänge des Benutzerkontos oder der Organisation, zu dem bzw. zu der es gehört. Entsprechend übernimmt jede Organisation und jedes Benutzerkonto eine standardmäßige Einstellung für erzwungene Push-Vorgänge aus der Einstellung für erzwungene Push-Vorgänge für die gesamte Appliance. Wenn Sie die Einstellung für erzwungene Push-Vorgänge für die Appliance ändern, wird sie für alle Repositorys für jeden Benutzer in der Organisation geändert.
+Jedes Repository übernimmt eine standardmäßige Einstellung für erzwungene Push-Vorgänge des Benutzerkontos oder der Organisation, zu dem bzw. zu der es gehört. Likewise, each organization and user account inherits a default force push setting from the force push setting for the enterprise. If you change the force push setting for the enterprise, it will change for all repositories owned by any user or organization.
#### Blocking all force pushes on your appliance
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -163,7 +151,7 @@ Jedes Repository übernimmt eine standardmäßige Einstellung für erzwungene Pu
#### Erzwungene Push-Vorgänge an Repositorys blockieren, die einem Benutzerkonto oder einer Organisation gehören
-Repositorys übernehmen die Einstellungen für erzwungene Push-Vorgänge vom Benutzerkonto oder von der Organisation, zu dem bzw. zu der sie gehören. Benutzerkonten und Organisationen übernehmen wiederum die Einstellungen für erzwungene Push-Vorgänge von den Einstellungen für erzwungene Push-Vorgänge der gesamten Appliance.
+Repositorys übernehmen die Einstellungen für erzwungene Push-Vorgänge vom Benutzerkonto oder von der Organisation, zu dem bzw. zu der sie gehören. User accounts and organizations in turn inherit their force push settings from the force push settings for the enterprise.
Sie können die standardmäßig übernommenen Einstellungen überschreiben, indem Sie die Einstellungen für ein Benutzerkonto oder für eine Organisation konfigurieren.
@@ -176,17 +164,17 @@ Sie können die standardmäßig übernommenen Einstellungen überschreiben, inde
5. Wählen Sie unter „Repository default settings“ (Repository-Standardeinstellungen) im Abschnitt in the „Force pushes“ (Erzwungene Push-Vorgänge) Folgendes aus:
- **Block** (Blockieren), um alle erzwungenen Push-Vorgänge an alle Branches zu blockieren.
- **Block to the default branch** (Übertragung an den Standardbranch blockieren), damit die an den Standardbranch übertragenen erzwungenen Push-Vorgänge blockiert werden. 
-6. Wählen Sie optional **Enforce on all repositories** (Auf allen Repositorys erzwingen) aus, um Repository-spezifische Einstellungen zu überschreiben. Appliance-weite Richtlinien werden dadurch **nicht** überschrieben. 
+6. Wählen Sie optional **Enforce on all repositories** (Auf allen Repositorys erzwingen) aus, um Repository-spezifische Einstellungen zu überschreiben. Note that this will **not** override an enterprise-wide policy. 
### Configuring anonymous Git read access
{% data reusables.enterprise_user_management.disclaimer-for-git-read-access %}
-If you have [enabled private mode](/enterprise/admin/configuration/enabling-private-mode) on your instance, you can allow repository administrators to enable anonymous Git read access to public repositories.
+{% if enterpriseServerVersions contains currentVersion %}If you have [enabled private mode](/enterprise/admin/configuration/enabling-private-mode) on your enterprise, you {% else %}You {% endif %}can allow repository administrators to enable anonymous Git read access to public repositories.
-Enabling anonymous Git read access allows users to bypass authentication for custom tools on your instance. Wenn Sie oder ein Repository-Administrator diese Zugriffseinstellung für ein Repository aktiviert, verfügen nicht authentifizierte Git-Vorgänge (und jeder mit Netzwerkzugriff auf {% data variables.product.prodname_ghe_server %}) über Lesezugriff auf das Repository, ohne dass eine Authentifizierung erforderlich ist.
+Enabling anonymous Git read access allows users to bypass authentication for custom tools on your enterprise. Wenn Sie oder ein Repository-Administrator diese Zugriffseinstellung für ein Repository aktiviert, verfügen nicht authentifizierte Git-Vorgänge (und jeder mit Netzwerkzugriff auf {% data variables.product.product_name %}) über Lesezugriff auf das Repository, ohne dass eine Authentifizierung erforderlich ist.
-If necessary, you can prevent repository administrators from changing anonymous Git access settings for repositories on {% data variables.product.product_location_enterprise %} by locking the repository's access settings. Nachdem Sie die Einstellung für den Git-Lesezugriff eines Repositorys gesperrt haben, kann nur ein Websiteadministrator die Einstellung ändern.
+If necessary, you can prevent repository administrators from changing anonymous Git access settings for repositories on your enterprise by locking the repository's access settings. Nachdem Sie die Einstellung für den Git-Lesezugriff eines Repositorys gesperrt haben, kann nur ein Websiteadministrator die Einstellung ändern.
{% data reusables.enterprise_site_admin_settings.list-of-repos-with-anonymous-git-read-access-enabled %}
@@ -194,17 +182,17 @@ If necessary, you can prevent repository administrators from changing anonymous
#### Setting anonymous Git read access for all repositories
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
4. Klicken Sie unter „Anonymous Git read access“ (Anonymer Git-Lesezugriff) auf das Dropdownmenü, und klicken Sie auf **Enabled** (Aktiviert). 
-3. Aktivieren Sie optional **Prevent repository admins from changing anonymous Git read access** (Repository-Administratoren daran hindern, den anonymen Git-Lesezugriff zu ändern), um Repository-Administratoren daran zu hindern, die Einstellungen für den anonymen Git-Lesezugriff in allen Repositorys auf Ihrer Instanz zu ändern. 
+3. Optionally, to prevent repository admins from changing anonymous Git read access settings in all repositories on your enterprise, select **Prevent repository admins from changing anonymous Git read access**. 
+{% if enterpriseServerVersions contains currentVersion %}
#### Setting anonymous Git read access for a specific repository
{% data reusables.enterprise_site_admin_settings.access-settings %}
@@ -215,4 +203,14 @@ If necessary, you can prevent repository administrators from changing anonymous
6. Klicken Sie unter „Danger Zone“ (Gefahrenzone) neben „Enable Anonymous Git read access“ (Anonymen Git-Lesezugriff aktivieren) auf **Enable** (Aktivieren). 
7. Überprüfen Sie die Änderungen. Klicken Sie zur Bestätigung auf **Yes, enable anonymous Git read access** (Ja, anonymen Git-Lesezugriff aktivieren). 
8. Aktivieren Sie optional **Prevent repository admins from changing anonymous Git read access** (Repository-Administratoren daran hindern, den anonymen Git-Lesezugriff zu ändern), um Repository-Administratoren daran zu hindern, diese Einstellung für dieses Repository zu ändern. 
+{% endif %}
+{% if currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+### Enforcing a policy on the default branch name
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Default branch name", enter the default branch name that new repositories should use. 
+4. Optionally, to enforce the default branch name for all organizations in the enterprise, select **Enforce across this enterprise**. 
+5. Klicke auf **Update** (Aktualisieren). 
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/content/admin/policies/index.md b/translations/de-DE/content/admin/policies/index.md
index b6b7bf4546..c8b1c72d69 100644
--- a/translations/de-DE/content/admin/policies/index.md
+++ b/translations/de-DE/content/admin/policies/index.md
@@ -1,11 +1,12 @@
---
title: Setting policies for your enterprise
-intro: 'You can set policies in {% data variables.product.prodname_enterprise %} to reduce risk and increase quality.'
+intro: 'You can set policies in {% data variables.product.product_name %} to reduce risk and increase quality.'
redirect_from:
- /enterprise/admin/developer-workflow
- /enterprise/admin/policies
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md b/translations/de-DE/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
index d49be4b6e0..6146cc32aa 100644
--- a/translations/de-DE/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
+++ b/translations/de-DE/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
@@ -11,8 +11,7 @@ versions:
### Pre-Receive-Hooks erstellen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
4. Klicken Sie auf **Add pre-receive hook** (Pre-Receive-Hook hinzufügen). 
@@ -25,16 +24,14 @@ versions:
### Pre-Receive-Hooks bearbeiten
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
1. Klicken Sie neben dem Pre-Receive-Hook, den Sie bearbeiten möchten, auf {% octicon "pencil" aria-label="The edit icon" %}.
### Pre-Receive-Hooks löschen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
2. Klicken Sie neben dem Pre-Receive-Hook, den Sie löschen möchten, auf {% octicon "x" aria-label="X symbol" %}.
diff --git a/translations/de-DE/content/admin/user-management/about-migrations.md b/translations/de-DE/content/admin/user-management/about-migrations.md
index 256f856e76..5885d51855 100644
--- a/translations/de-DE/content/admin/user-management/about-migrations.md
+++ b/translations/de-DE/content/admin/user-management/about-migrations.md
@@ -14,7 +14,7 @@ Es gibt drei Migrationstypen, die von Ihnen durchgeführt werden können:
- eine Migration von einer {% data variables.product.prodname_ghe_server %}-Instanz zu einer anderen {% data variables.product.prodname_ghe_server %}-Instanz. Sie können eine beliebige Anzahl an Repositorys migrieren, die einem Benutzer oder einer Organisation auf der Instanz gehören. Vor dem Durchführen einer Migration müssen Sie über Websiteadministratorzugriff auf beide Instanzen verfügen.
- eine Migration von einer {% data variables.product.prodname_dotcom_the_website %}-Organisation zu einer {% data variables.product.prodname_ghe_server %}-Instanz. Sie können eine beliebige Anzahl an Repositorys migrieren, die einer Organisation gehören. Vor dem Durchführen einer Migration müssen Sie über [Verwaltungszugriff](/enterprise/user/articles/permission-levels-for-an-organization/) auf die {% data variables.product.prodname_dotcom_the_website %}-Organisation und über Websiteadministratorzugriff auf die Zielinstanz verfügen.
-- Bei *Probeläufen* handelt es sich um Migrationen, bei denen Daten in eine [Testinstanz](/enterprise/admin/guides/installation/setting-up-a-staging-instance/) importiert werden. Mit diesen kann nachvollzogen werden, was passieren *würde*, wenn eine Migration auf {% data variables.product.product_location_enterprise %} angewendet werden würde. **Es wird dringend empfohlen, dass Sie einen Probelauf auf einer Testinstanz durchführen, bevor Sie Daten in Ihre Produktionsinstanz importieren.**
+- Bei *Probeläufen* handelt es sich um Migrationen, bei denen Daten in eine [Testinstanz](/enterprise/admin/guides/installation/setting-up-a-staging-instance/) importiert werden. Mit diesen kann nachvollzogen werden, was passieren *würde*, wenn eine Migration auf {% data variables.product.product_location %} angewendet werden würde. **Es wird dringend empfohlen, dass Sie einen Probelauf auf einer Testinstanz durchführen, bevor Sie Daten in Ihre Produktionsinstanz importieren.**
### Migrierte Daten
diff --git a/translations/de-DE/content/admin/user-management/activity-dashboard.md b/translations/de-DE/content/admin/user-management/activity-dashboard.md
index ee4db88088..0bf3c80165 100644
--- a/translations/de-DE/content/admin/user-management/activity-dashboard.md
+++ b/translations/de-DE/content/admin/user-management/activity-dashboard.md
@@ -1,12 +1,13 @@
---
title: Aktivitäts-Dashboard
-intro: 'Im Aktivitäts-Dashboard erhalten Sie einen Überblich über alle Aktivitäten auf {% data variables.product.product_location_enterprise %}.'
+intro: 'The Activity dashboard gives you an overview of all the activity in your enterprise.'
redirect_from:
- /enterprise/admin/articles/activity-dashboard/
- /enterprise/admin/installation/activity-dashboard
- /enterprise/admin/user-management/activity-dashboard
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Das Aktivitäts-Dashboard bietet wöchentliche, monatliche und jährliche Grafiken zur Anzahl der
@@ -22,7 +23,10 @@ Das Aktivitäts-Dashboard bietet wöchentliche, monatliche und jährliche Grafik

-Für weitere Analysen auf Basis der Daten von {% data variables.product.prodname_enterprise %} kannst Du {% data variables.product.prodname_insights %} erwerben. Weitere Informationen findest Du unter „[Informationen zu {% data variables.product.prodname_insights %}](/insights/installing-and-configuring-github-insights/about-github-insights)“.
+{% if enterpriseServerVersions contains currentVersion %}
+For more analytics based on data from
+{% data variables.product.product_name %}, you can purchase {% data variables.product.prodname_insights %}. Weitere Informationen findest Du unter „[Informationen zu {% data variables.product.prodname_insights %}](/insights/installing-and-configuring-github-insights/about-github-insights)“.
+{% endif %}
### Auf das Aktivitäts-Dashboard zugreifen
diff --git a/translations/de-DE/content/admin/user-management/adding-people-to-teams.md b/translations/de-DE/content/admin/user-management/adding-people-to-teams.md
index ec063cfa61..6f0cb9b711 100644
--- a/translations/de-DE/content/admin/user-management/adding-people-to-teams.md
+++ b/translations/de-DE/content/admin/user-management/adding-people-to-teams.md
@@ -5,7 +5,7 @@ redirect_from:
- /enterprise/admin/articles/adding-or-inviting-people-to-teams/
- /enterprise/admin/guides/user-management/adding-or-inviting-people-to-teams/
- /enterprise/admin/user-management/adding-people-to-teams
-intro: 'Nach der Erstellung eines Teams können Organisationsadministratoren Benutzer von {% data variables.product.product_location_enterprise %} zum Team hinzufügen und festlegen, auf welche Repositorys sie zugreifen dürfen.'
+intro: 'Nach der Erstellung eines Teams können Organisationsadministratoren Benutzer von {% data variables.product.product_location %} zum Team hinzufügen und festlegen, auf welche Repositorys sie zugreifen dürfen.'
versions:
enterprise-server: '*'
---
diff --git a/translations/de-DE/content/admin/user-management/audit-logging.md b/translations/de-DE/content/admin/user-management/audit-logging.md
index 03429c7382..4b7482e42d 100644
--- a/translations/de-DE/content/admin/user-management/audit-logging.md
+++ b/translations/de-DE/content/admin/user-management/audit-logging.md
@@ -1,29 +1,31 @@
---
title: Auditprotokollierung
-intro: '{% data variables.product.prodname_enterprise %} speichert Protokolle von überwachten Benutzer-, Organisations-, Repository- und Systemereignissen. Protokolle eignen sich zum Debuggen und für die interne und externe Compliance.'
+intro: '{% data variables.product.product_name %} keeps logs of audited{% if enterpriseServerVersions contains currentVersion %} system,{% endif %} user, organization, and repository events. Protokolle eignen sich zum Debuggen und für die interne und externe Compliance.'
redirect_from:
- /enterprise/admin/articles/audit-logging/
- /enterprise/admin/installation/audit-logging
- /enterprise/admin/user-management/audit-logging
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-For a full list, see "[Audited actions](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)." For more information on finding a particular action, see "[Searching the audit log](/enterprise/{{ currentVersion }}/admin/guides/installation/searching-the-audit-log)."
+For a full list, see "[Audited actions](/admin/user-management/audited-actions)." For more information on finding a particular action, see "[Searching the audit log](/admin/user-management/searching-the-audit-log)."
### Push-Protokolle
-Jeder Git-Push-Vorgang wird protokolliert. Weitere Informationen finden Sie unter „[Push-Protokolle anzeigen](/enterprise/{{ currentVersion }}/admin/guides/installation/viewing-push-logs)“.
+Jeder Git-Push-Vorgang wird protokolliert. For more information, see "[Viewing push logs](/admin/user-management/viewing-push-logs)."
+{% if enterpriseServerVersions contains currentVersion %}
### Systemereignisse
Alle überwachten Systemereignisse, darunter alle Push- und Abrufvorgänge, werden in `/var/log/github/audit.log` protokolliert. Protokolle werden automatisch alle 24 Stunden rotiert und werden für sieben Tage gespeichert.
-Das Support-Bundle enthält Systemprotokolle. Weitere Informationen finden Sie unter „[Daten für den {% data variables.product.prodname_dotcom %}-Support bereitstellen](/enterprise/{{ currentVersion }}/admin/guides/enterprise-support/providing-data-to-github-support)“.
+Das Support-Bundle enthält Systemprotokolle. For more information, see "[Providing data to {% data variables.product.prodname_dotcom %} Support](/admin/enterprise-support/providing-data-to-github-support)."
### Support-Bundles
-Alle Auditinformationen werden in der Datei `audit.log` im Verzeichnis `github-logs` eines beliebigen Support-Bundles protokolliert. Bei aktivierter Protokollweiterleitung können Sie diese Daten an einen externen Syslog-Datenstromconsumer wie [Splunk](http://www.splunk.com/) oder [Logstash](http://logstash.net/) streamen. Alle Einträge aus diesem Protokoll verwenden das Stichwort `github_audit` und können danach gefiltert werden. Weitere Informationen finden Sie unter „[Protokollweiterleitung](/enterprise/{{ currentVersion }}/admin/guides/installation/log-forwarding)“.
+Alle Auditinformationen werden in der Datei `audit.log` im Verzeichnis `github-logs` eines beliebigen Support-Bundles protokolliert. Bei aktivierter Protokollweiterleitung können Sie diese Daten an einen externen Syslog-Datenstromconsumer wie [Splunk](http://www.splunk.com/) oder [Logstash](http://logstash.net/) streamen. Alle Einträge aus diesem Protokoll verwenden das Stichwort `github_audit` und können danach gefiltert werden. For more information see "[Log forwarding](/admin/user-management/log-forwarding)."
Beispielsweise zeigt der folgende Eintrag, dass ein neues Repository erstellt wurde.
@@ -36,3 +38,4 @@ Dieses Beispiel zeigt, dass Commits per Push-Vorgang an ein Repository übertrag
```
Oct 26 02:19:31 github-ent github_audit: { "pid":22860, "ppid":22859, "program":"receive-pack", "git_dir":"/data/repositories/some-user/some-repository.git", "hostname":"github-ent", "pusher":"some-user", "real_ip":"10.0.0.51", "user_agent":"git/1.7.10.4", "repo_id":1, "repo_name":"some-user/some-repository", "transaction_id":"b031b7dc7043c87323a75f7a92092ef1456e5fbaef995c68", "frontend_ppid":1, "repo_public":true, "user_name":"some-user", "user_login":"some-user", "frontend_pid":18238, "frontend":"github-ent", "user_email":"some-user@github.example.com", "user_id":2, "pgroup":"github-ent_22860", "status":"post_receive_hook", "features":" report-status side-band-64k", "received_objects":3, "receive_pack_size":243, "non_fast_forward":false, "current_ref":"refs/heads/main" }
```
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/content/admin/user-management/audited-actions.md b/translations/de-DE/content/admin/user-management/audited-actions.md
index 9161a529c7..cfde2509ad 100644
--- a/translations/de-DE/content/admin/user-management/audited-actions.md
+++ b/translations/de-DE/content/admin/user-management/audited-actions.md
@@ -7,6 +7,7 @@ redirect_from:
- /enterprise/admin/user-management/audited-actions
versions:
enterprise-server: '*'
+ github-ae: '*'
---
#### Authentifizierung
@@ -20,9 +21,9 @@ versions:
| `oauth_application.transfer` | Eine [OAuth-Anwendung][] wurde von einem Benutzer- oder Organisationskonto auf ein anderes übertragen. |
| `public_key.create` | Einem Benutzerkonto wurde ein SSH-Schlüssel [hinzugefügt][add key], oder einem Repository wurde ein [Deployment-Schlüssel][] hinzugefügt. |
| `public_key.delete` | Ein SSH-Schlüssel wurde aus einem Benutzerkonto entfernt, oder ein [Deployment-Schlüssel][] wurde aus einem Repository entfernt. |
-| `public_key.update` | Der SSH-Schlüssel eines Benutzerkontos oder der [Deployment-Schlüssel][] eines Repositorys wurde aktualisiert. |
+| `public_key.update` | A user account's SSH key or a repository's [deploy key][] was updated.{% if enterpriseServerVersions contains currentVersion %}
| `two_factor_authentication.enabled` | Die [Zwei-Faktor-Authentifizierung][2fa] wurde für ein Benutzerkonto aktiviert. |
-| `two_factor_authentication.disabled` | Die [Zwei-Faktor-Authentifizierung][2fa] wurde für ein Benutzerkonto deaktiviert. |
+| `two_factor_authentication.disabled` | [Two-factor authentication][2fa] was disabled for a user account.{% endif %}
#### Hooks
@@ -33,53 +34,53 @@ versions:
| `hook.destroy` | Ein Hook wurde gelöscht. |
| `hook.events_changed` | Die konfigurierten Ereignisse eines Hooks wurden geändert. |
-#### Instanzkonfigurationseinstellungen
+#### Enterprise configuration settings
-| Name | Beschreibung |
-| -------------------------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `business.update_member_repository_creation_permission` | Ein Websiteadministrator schränkt die Repository-Erstellungen in Organisationen auf der Instanz ein. Weitere Informationen finden Sie unter „[Repository-Erstellung auf Ihrer Instanz einschränken](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)“. |
-| `business.clear_members_can_create_repos` | Ein Websiteadministrator löscht eine Einschränkung für die Repository-Erstellung in Organisationen auf der Instanz. Weitere Informationen finden Sie unter „[Repository-Erstellung auf Ihrer Instanz einschränken](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)“. |
-| `enterprise.config.lock_anonymous_git_access` | Ein Websiteadministrator sperrt den anonymen Git-Lesezugriff, um Repository-Administratoren daran zu hindern, die vorhandenen Einstellungen für den anonymen Git-Lesezugriff für Repositorys auf der Instanz zu ändern. Weitere Informationen finden Sie unter „[Änderung des anonymen Git-Lesezugriffs durch Benutzer verhindern](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)“. |
-| `enterprise.config.unlock_anonymous_git_access` | Ein Websiteadministrator entsperrt den anonymen Git-Lesezugriff, um Repository-Administratoren zu ermöglichen, die vorhandenen Einstellungen für den anonymen Git-Lesezugriff für Repositorys auf der Instanz zu ändern. Weitere Informationen finden Sie unter „[Änderung des anonymen Git-Lesezugriffs durch Benutzer verhindern](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)“. |
+| Name | Beschreibung |
+| -------------------------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `business.update_member_repository_creation_permission` | A site admin restricts repository creation in organizations in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)." |
+| `business.clear_members_can_create_repos` | A site admin clears a restriction on repository creation in organizations in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)." |
+| `enterprise.config.lock_anonymous_git_access` | A site admin locks anonymous Git read access to prevent repository admins from changing existing anonymous Git read access settings for repositories in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." |
+| `enterprise.config.unlock_anonymous_git_access` | A site admin unlocks anonymous Git read access to allow repository admins to change existing anonymous Git read access settings for repositories in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." |
#### Issues und Pull Requests
-| Name | Beschreibung |
-| ------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `issue.update` | Der Text eines Issues (erster Kommentar) wurde geändert. |
-| `issue_comment.update` | Ein Kommentar zu einem Issue (nicht der ursprüngliche) wurde geändert. |
-| `pull_request_review_comment.delete` | A comment on a pull request was deleted. |
-| `issue.destroy` | Ein Issue wurde aus dem Repository gelöscht. Weitere Informationen finden Sie unter „[Issue löschen](/enterprise/{{ currentVersion }}/user/articles/deleting-an-issue)“. |
+| Name | Beschreibung |
+| ------------------------------------:| ----------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `issue.update` | Der Text eines Issues (erster Kommentar) wurde geändert. |
+| `issue_comment.update` | Ein Kommentar zu einem Issue (nicht der ursprüngliche) wurde geändert. |
+| `pull_request_review_comment.delete` | A comment on a pull request was deleted. |
+| `issue.destroy` | Ein Issue wurde aus dem Repository gelöscht. For more information, see "[Deleting an issue](/github/managing-your-work-on-github/deleting-an-issue)." |
#### Organisationen
-| Name | Beschreibung |
-| ------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `org.async_delete` | Ein Benutzer hat einen Hintergrundauftrag zum Löschen einer Organisation initiiert. |
-| `org.delete` | Eine Organisation wurde durch einen von einem Benutzer initiierten Hintergrundauftrag gelöscht. |
-| `org.transform` | Ein Benutzerkonto wurde in eine Organisation umgewandelt. Weitere Informationen finden Sie unter „[Benutzer in eine Organisation umwandeln](/enterprise/{{ currentVersion}}/user/articles/converting-a-user-into-an-organization/)“. |
+| Name | Beschreibung |
+| ------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `org.async_delete` | Ein Benutzer hat einen Hintergrundauftrag zum Löschen einer Organisation initiiert. |
+| `org.delete` | An organization was deleted by a user-initiated background job.{% if currentVersion != "github-ae@latest" %}
+| `org.transform` | Ein Benutzerkonto wurde in eine Organisation umgewandelt. For more information, see "[Converting a user into an organization](/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization)."{% endif %}
#### geschützte Branches
-| Name | Beschreibung |
-| ------------------------------------------------------------------:| ------------------------------------------------------------------------------------------- |
-| `protected_branch.create` | Der Branch-Schutz ist auf einem Branch aktiviert. |
-| `protected_branch.destroy` | Der Branch-Schutz ist auf einem Branch deaktiviert. |
-| `protected_branch.update_admin_enforced` | Der Branch-Schutz wird für Repository-Administratoren erzwungen. |
-| `protected_branch.update_require_code_owner_review` | Die Erzwingung erforderlicher Reviews durch Codeinhaber wird auf einem Branch aktualisiert. |
-| `protected_branch.dismiss_stale_reviews` | Die Erzwingung des Verwerfens veralteter Pull Requests wird für einen Branch aktualisiert. |
-| `protected_branch.update_signature_requirement_enforcement_level` | Die Erzwingung der obligatorischen Commit-Signatur wird für einen Branch aktualisiert. |
-| `protected_branch.update_pull_request_reviews_enforcement_level` | Die Erzwingung der erforderlichen Pull-Request-Reviews wird für einen Branch aktualisiert. |
-| `protected_branch.update_required_status_checks_enforcement_level` | Die Erzwingung der erforderlichen Statuschecks für einen Branch wird aktualisiert. |
-| `protected_branch.rejected_ref_update` | Ein Branch-Aktualisierungsversuch wird abgelehnt. |
-| `protected_branch.policy_override` | Eine Branch-Schutzanforderung wird durch einen Repository-Administrator überschrieben. |
+| Name | Beschreibung |
+| ------------------------------------------------------------------:| ------------------------------------------------------------------------------------------ |
+| `protected_branch.create` | Der Branch-Schutz ist auf einem Branch aktiviert. |
+| `protected_branch.destroy` | Der Branch-Schutz ist auf einem Branch deaktiviert. |
+| `protected_branch.update_admin_enforced` | Der Branch-Schutz wird für Repository-Administratoren erzwungen. |
+| `protected_branch.update_require_code_owner_review` | Enforcement of required code owner review is updated on a branch. |
+| `protected_branch.dismiss_stale_reviews` | Die Erzwingung des Verwerfens veralteter Pull Requests wird für einen Branch aktualisiert. |
+| `protected_branch.update_signature_requirement_enforcement_level` | Die Erzwingung der obligatorischen Commit-Signatur wird für einen Branch aktualisiert. |
+| `protected_branch.update_pull_request_reviews_enforcement_level` | Die Erzwingung der erforderlichen Pull-Request-Reviews wird für einen Branch aktualisiert. |
+| `protected_branch.update_required_status_checks_enforcement_level` | Die Erzwingung der erforderlichen Statuschecks für einen Branch wird aktualisiert. |
+| `protected_branch.rejected_ref_update` | Ein Branch-Aktualisierungsversuch wird abgelehnt. |
+| `protected_branch.policy_override` | Eine Branch-Schutzanforderung wird durch einen Repository-Administrator überschrieben. |
#### Repositorys
| Name | Beschreibung |
| ------------------------------------------:| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `repo.access` | Ein privates Repository wurde als öffentlich festgelegt, oder ein öffentliches Repository wurde als privat festgelegt. |
-| `repo.archive` | Ein Repository wurde archiviert. Weitere Informationen finden Sie unter „[Repositorys archivieren und deren Archivierung aufheben](/enterprise/{{ currentVersion }}/admin/guides/user-management/archiving-and-unarchiving-repositories/)“. |
+| `repo.archive` | Ein Repository wurde archiviert. For more information, see "[Archiving a {% data variables.product.prodname_dotcom %} repository](/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository)." |
| `repo.add_member` | Einem Repository wurde ein Mitarbeiter hinzugefügt. |
| `repo.config` | Ein Websiteadministrator hat erzwungene Push-Vorgänge blockiert. Weitere Informationen finden Sie unter „[Erzwungene Push-Vorgänge an ein Repository blockieren](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository/)“. |
| `repo.create` | Ein Repository wurde erstellt. |
@@ -88,7 +89,7 @@ versions:
| `repo.rename` | Ein Repository wurde umbenannt. |
| `repo.transfer` | Ein Benutzer hat eine Anfrage akzeptiert, ein übertragenes Repository zu empfangen. |
| `repo.transfer_start` | Ein Benutzer hat eine Anfrage gesendet, ein Repository an einen anderen Benutzer oder an eine andere Organisation zu übertragen. |
-| `repo.unarchive` | Die Archivierung eines Repositorys wurde aufgehoben. Weitere Informationen finden Sie unter „[Repositorys archivieren und deren Archivierung aufheben](/enterprise/{{ currentVersion }}/admin/guides/user-management/archiving-and-unarchiving-repositories/)“. |
+| `repo.unarchive` | Die Archivierung eines Repositorys wurde aufgehoben. For more information, see "[Archiving a {% data variables.product.prodname_dotcom %} repository](/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository)." |
| `repo.config.disable_anonymous_git_access` | Der anonyme Git-Lesezugriff ist für ein öffentliches Repository deaktiviert. Weitere Informationen finden Sie unter „[Anonymen Git-Lesezugriff für ein Repository aktivieren](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)“. |
| `repo.config.enable_anonymous_git_access` | Der anonyme Git-Lesezugriff ist für ein öffentliches Repository aktiviert. Weitere Informationen finden Sie unter „[Anonymen Git-Lesezugriff für ein Repository aktivieren](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)“. |
| `repo.config.lock_anonymous_git_access` | Die Einstellung für den anonymen Git-Lesezugriff eines Repositorys ist gesperrt, wodurch Repository-Administratoren daran gehindert werden, diese Einstellung zu ändern (zu aktivieren oder zu deaktivieren). Weitere Informationen finden Sie unter „[Änderung des anonymen Git-Lesezugriffs durch Benutzer verhindern](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)“. |
@@ -100,7 +101,7 @@ versions:
| --------------------:| -------------------------------------------------------------------------------------------------------------------------------------- |
| `staff.disable_repo` | Ein Websiteadministrator hat den Zugriff auf ein Repository und auf alle zugehörigen Forks deaktiviert. |
| `staff.enable_repo` | Ein Websiteadministrator hat den Zugriff auf ein Repository und auf alle zugehörigen Forks wieder aktiviert. |
-| `staff.fake_login` | Ein Websiteadministrator hat sich als ein anderer Benutzer bei {% data variables.product.prodname_enterprise %} angemeldet. |
+| `staff.fake_login` | Ein Websiteadministrator hat sich als ein anderer Benutzer bei {% data variables.product.product_name %} angemeldet. |
| `staff.repo_unlock` | Ein Websiteadministrator hat eines der privaten Repositorys eines Benutzers entsperrt (temporär vollständigen Zugriff darauf erlangt). |
| `staff.unlock` | Ein Websiteadministrator hat alle der privaten Repositorys eines Benutzers entsperrt (temporär vollständigen Zugriff darauf erlangt). |
@@ -114,28 +115,30 @@ versions:
#### Benutzer
-| Name | Beschreibung |
-| ---------------------------:| ---------------------------------------------------------------------------------------------------------------------------------- |
-| `user.add_email` | Einem Benutzerkonto wurde eine E-Mail-Adresse hinzugefügt. |
-| `user.async_delete` | Es wurde ein asynchroner Auftrag gestartet, um ein Benutzerkonto zu vernichten, wodurch schließlich `user.delete` ausgelöst wurde. |
-| `user.change_password` | Ein Benutzer hat sein Passwort geändert. |
-| `user.create` | Ein neues Benutzerkonto wurde erstellt. |
-| `user.delete` | Ein Benutzerkonto wurde durch einen asynchronen Auftrag vernichtet. |
-| `user.demote` | Ein Websiteadministrator wurde auf ein gewöhnliches Benutzerkonto zurückgestuft. |
-| `user.destroy` | Ein Benutzer hat sein Konto gelöscht, wodurch `user.async_delete` ausgelöst wurde. |
-| `user.failed_login` | Ein Benutzer hat versucht, sich mit einem falschen Benutzernamen, Passwort oder Zwei-Faktor-Authentifizierungscode anzumelden. |
-| `user.forgot_password` | Ein Benutzer hat über die Anmeldeseite eine Passwortzurücksetzung angefordert. |
-| `user.login` | Ein Benutzer hat sich angemeldet. |
-| `user.promote` | Ein gewöhnliches Benutzerkonto wurde auf einen Websiteadministrator hochgestuft. |
-| `user.remove_email` | Eine E-Mail-Adresse wurde aus einem Benutzerkonto entfernt. |
-| `user.rename` | Ein Benutzernamen wurde geändert. |
-| `user.suspend` | Ein Benutzerkonto wurde durch einen Websiteadministrator gesperrt. |
-| `user.two_factor_requested` | Ein Benutzer wurde zur Eingabe eines Zwei-Faktor-Authentifizierungscodes aufgefordert. |
-| `user.unsuspend` | Ein Websiteadministrator hat die Sperrung eines Benutzerkontos aufgehoben. |
+| Name | Beschreibung |
+| ---------------------------:| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `user.add_email` | Einem Benutzerkonto wurde eine E-Mail-Adresse hinzugefügt. |
+| `user.async_delete` | An asynchronous job was started to destroy a user account, eventually triggering `user.delete`.{% if enterpriseServerVersions contains currentVersion %}
+| `user.change_password` | A user changed his or her password.{% endif %}
+| `user.create` | Ein neues Benutzerkonto wurde erstellt. |
+| `user.delete` | Ein Benutzerkonto wurde durch einen asynchronen Auftrag vernichtet. |
+| `user.demote` | Ein Websiteadministrator wurde auf ein gewöhnliches Benutzerkonto zurückgestuft. |
+| `user.destroy` | A user deleted his or her account, triggering `user.async_delete`.{% if enterpriseServerVersions contains currentVersion %}
+| `user.failed_login` | Ein Benutzer hat versucht, sich mit einem falschen Benutzernamen, Passwort oder Zwei-Faktor-Authentifizierungscode anzumelden. |
+| `user.forgot_password` | A user requested a password reset via the sign-in page.{% endif %}
+| `user.login` | Ein Benutzer hat sich angemeldet. |
+| `user.promote` | Ein gewöhnliches Benutzerkonto wurde auf einen Websiteadministrator hochgestuft. |
+| `user.remove_email` | Eine E-Mail-Adresse wurde aus einem Benutzerkonto entfernt. |
+| `user.rename` | Ein Benutzernamen wurde geändert. |
+| `user.suspend` | A user account was suspended by a site admin.{% if enterpriseServerVersions contains currentVersion %}
+| `user.two_factor_requested` | A user was prompted for a two-factor authentication code.{% endif %}
+| `user.unsuspend` | Ein Websiteadministrator hat die Sperrung eines Benutzerkontos aufgehoben. |
[add key]: /articles/adding-a-new-ssh-key-to-your-github-account
[Deployment-Schlüssel]: /guides/managing-deploy-keys/#deploy-keys
+ [deploy key]: /guides/managing-deploy-keys/#deploy-keys
[generate token]: /articles/creating-an-access-token-for-command-line-use
[OAuth-Zugriffstoken]: /v3/oauth/
[OAuth-Anwendung]: /guides/basics-of-authentication/#registering-your-app
[2fa]: /articles/about-two-factor-authentication
+ [2fa]: /articles/about-two-factor-authentication
diff --git a/translations/de-DE/content/admin/user-management/auditing-ssh-keys.md b/translations/de-DE/content/admin/user-management/auditing-ssh-keys.md
index 6d442b2b04..fd4f060eed 100644
--- a/translations/de-DE/content/admin/user-management/auditing-ssh-keys.md
+++ b/translations/de-DE/content/admin/user-management/auditing-ssh-keys.md
@@ -6,6 +6,7 @@ redirect_from:
- /enterprise/admin/user-management/auditing-ssh-keys
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Sobald das Audit initiiert ist, werden alle vorhandenen SSH-Schlüssel deaktiviert und Benutzer gezwungen, sie zu genehmigen oder abzulehnen, bevor sie diese klonen, abrufen oder per Push-Vorgang an Repositorys übertragen können. Ein Audit eignet sich in Situationen, in denen ein Mitarbeiter oder Vertragsnehmer das Unternehmen verlässt und Sie sicherstellen müssen, dass alle Schlüssel verifiziert sind.
diff --git a/translations/de-DE/content/admin/user-management/auditing-users-across-your-enterprise.md b/translations/de-DE/content/admin/user-management/auditing-users-across-your-enterprise.md
new file mode 100644
index 0000000000..440fcaaf6f
--- /dev/null
+++ b/translations/de-DE/content/admin/user-management/auditing-users-across-your-enterprise.md
@@ -0,0 +1,111 @@
+---
+title: Auditing users across your enterprise
+intro: 'The audit log dashboard shows site administrators the actions performed by all users and organizations across your enterprise within the past 90 days, including details such as who performed the action, what the action was, and when the action was performed.'
+redirect_from:
+ - /enterprise/admin/guides/user-management/auditing-users-across-an-organization/
+ - /enterprise/admin/user-management/auditing-users-across-your-instance
+ - /admin/user-management/auditing-users-across-your-instance
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Zugriff auf das Auditprotokoll
+
+The audit log dashboard gives you a visual display of audit data across your enterprise.
+
+
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.audit-log-tab %}
+
+Auf der Karte können Sie schwenken und zoomen, um Ereignisse auf der gesamten Welt zu sehen. Bewegen Sie den Mauszeiger über ein Land, um eine schnelle Zählung der Ereignisse für dieses Land zu sehen.
+
+### Searching for events across your enterprise
+
+The audit log lists the following information about actions made within your enterprise:
+
+* [das Repository](#search-based-on-the-repository), in dem eine Aktion ausgeführt wurde
+* [den Benutzer](#search-based-on-the-user), der die Aktion ausgeführt hat
+* auf [welche Organisation](#search-based-on-the-organization) sich eine Aktion bezieht
+* [die Aktion](#search-based-on-the-action-performed), die ausgeführt wurde
+* in [welchem Land](#search-based-on-the-location) die Aktion stattfand
+* [Datum und Uhrzeit](#search-based-on-the-time-of-action) der Aktion
+
+{% warning %}
+
+**Hinweise:**
+
+- Sie können zwar keinen Text für die Suche nach Audit-Einträgen verwenden, aber Sie können Suchabfragen mit einer Vielzahl von Filtern erstellen. {% data variables.product.product_name %} supports many operators for searching across {% data variables.product.product_name %}. Weitere Informationen findest Du unter „[Informationen zur Suche auf {% data variables.product.prodname_dotcom %}](/github/searching-for-information-on-github/about-searching-on-github).“
+- Verwenden Sie den Kennzeichner `created`, wenn Sie nach Ereignissen suchen möchten, die länger als 90 Tage zurückliegen.
+
+{% endwarning %}
+
+#### Repository-basierte Suche
+
+Der Kennzeichner `repo` begrenzt die Aktionen auf ein bestimmtes Repository, das Ihrer Organisation gehört. Ein Beispiel:
+
+* `repo:my-org/our-repo` findet alle Ereignisse, die im Repository `our-repo` der Organisation `my-org` aufgetreten sind.
+* `repo:my-org/our-repo repo:my-org/another-repo` findet alle Ereignisse, die in den Repositorys `our-repo` und `another-repo` der Organisation `my-org` aufgetreten sind.
+* `-repo:my-org/not-this-repo` schließt alle Ereignisse aus, die im Repository `not-this-repo` der Organisation `my-org` aufgetreten sind.
+
+Sie müssen den Kennzeichner `repo` in den Namen Ihrer Organisation aufnehmen. Die bloße Suche nach `repo:our-repo` funktioniert nicht.
+
+#### Suche nach Benutzer
+
+Der Kennzeichner actor analysiert die Ereignisse anhand der Mitglieder Ihrer Organisation, welche die Aktion durchgeführt haben. Ein Beispiel:
+
+* `actor:octocat` findet alle Ereignisse in Verbindung mit Aktionen, die von `octocat` ausgeführt wurden.
+* `actor:octocat actor:hubot` findet alle Ereignisse in Verbindung mit Aktionen, die von `octocat` oder `hubot` ausgeführt wurden.
+* `-actor:hubot` schließt alle Ereignisse in Verbindung mit Aktionen aus, die von `hubot` ausgeführt wurden.
+
+Sie können nur einen {% data variables.product.product_name %}-Benutzernamen verwenden, nicht den wirklichen Namen einer Einzelperson.
+
+#### Organisationsbasierte Suche
+
+Der Kennzeichner `org` begrenzt Aktionen auf eine bestimmte Organisation. Ein Beispiel:
+
+* `org:my-org` sucht nach allen Ereignissen in Bezug auf die Organisation `my-org`.
+* `org:my-org action:team` sucht nach allen Teamereignissen, die in der Organisation `my-org` durchgeführt wurden.
+* `-org:my-org` schließt alle Ereignisse in Bezug auf die Organisation`my-org` aus.
+
+#### Suche nach der Art der durchgeführten Aktion
+
+Der Kennzeichner `action` sucht nach bestimmten Ereignissen, gruppiert in Kategorien. For information on the events associated with these categories, see "[Audited actions](/admin/user-management/audited-actions)".
+
+| Kategoriename | Beschreibung |
+| ------------- | ----------------------------------------------------------------------------------------- |
+| `Hook` | Umfasst alle Aktivitäten in Verbindung mit Webhooks. |
+| `org` | Umfasst alle Aktivitäten in Verbindung mit der Organisationsmitgliedschaft. |
+| `repo` | Umfasst alle Aktivitäten in Verbindung mit den Ihrer Organisation gehörenden Repositorys. |
+| `Team` | Umfasst alle Aktivitäten in Verbindung mit Teams in Ihrer Organisation. |
+
+Mit den folgenden Suchbegriffen kannst Du nach bestimmten Aktionsgruppen suchen. Ein Beispiel:
+
+* `action:team` findet alle Ereignisse innerhalb der Kategorie „Team“.
+* `-action:billing` schließt alle Ereignisse in der Abrechnungskategorie aus.
+
+Zu jeder Kategorie gehört eine Gruppe zugehöriger Ereignisse, auf die Du filtern kannst. Ein Beispiel:
+
+* `action:team.create` findet alle Ereignisse in Verbindung mit der Erstellung eines Teams.
+* `-action:billing.change_email` schließt alle Ereignisse aus, bei denen die E-Mail-Adresse für die Abrechnung geändert wurde.
+
+#### Standortbasierte Suche
+
+Der Kennzeichner `country` filtert Aktionen nach dem Ursprungsland.
+- Hierzu verwenden Sie den zweistelligen Kurzcode oder den vollständigen Namen des Landes.
+- Ländernamen mit Leerzeichen müssen in Anführungszeichen eingeschlossen sein. Ein Beispiel:
+ * `country:de` findet alle Ereignisse, die in Deutschland aufgetreten sind.
+ * `country:Mexico` findet alle Ereignisse, die in Mexiko aufgetreten sind.
+ * `country:"United States"` findet alle Ereignisse, die in den USA aufgetreten sind.
+
+#### Aktionszeitpunktbasierte Suche
+
+Der Kennzeichner `created` filtert Aktionen nach dem Zeitpunkt ihres Auftretens.
+- Definieren Sie Datumswerte im Format `YYYY-MM-DD`, also nach Jahr, Monat, Tag.
+- Datumswerte unterstützen die [Kennzeichner „greater than“, „less than“ und „range“](/enterprise/{{ currentVersion }}/user/articles/search-syntax). Ein Beispiel:
+ * `created:2014-07-08` findet alle Ereignisse vom 8. Juli 2014.
+ * `created:>=2014-07-01` findet alle Ereignisse vom und vor dem 8. Juli 2014.
+ * `created:<=2014-07-01` findet alle Ereignisse vom und vor dem 1. Juli 2014.
+ * `created:2014-07-01..2014-07-31` findet alle Ereignisse im Juli 2014.
diff --git a/translations/de-DE/content/admin/user-management/best-practices-for-user-security.md b/translations/de-DE/content/admin/user-management/best-practices-for-user-security.md
index 6dfb78a0ea..4caa46f759 100644
--- a/translations/de-DE/content/admin/user-management/best-practices-for-user-security.md
+++ b/translations/de-DE/content/admin/user-management/best-practices-for-user-security.md
@@ -1,21 +1,24 @@
---
title: Best Practices für die Benutzersicherheit
-intro: 'Abgesehen von den Sicherheitsmaßnahmen (SSL, Subdomain-Isolation, Firewallkonfiguration) auf Instanzebene, die von einem Websiteadministrator implementiert werden können, können Ihre Benutzer weitere Maßnahmen ergreifen, um die {% data variables.product.product_location_enterprise %}-Instanz zu schützen.'
+intro: '{% if enterpriseServerVersions contains currentVersion %}Outside of instance-level security measures (SSL, subdomain isolation, configuring a firewall) that a site administrator can implement, there {% else %}There {% endif %}are steps your users can take to help protect your enterprise.'
redirect_from:
- /enterprise/admin/user-management/best-practices-for-user-security
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if enterpriseServerVersions contains currentVersion %}
### Zwei-Faktor-Authentifizierung aktivieren
Mittels Zwei-Faktor-Authentifizierung (2FA) können Sie sich bei Websites und Diensten anmelden, die zusätzlich zur Eingabe eines Passworts zur Authentifizierung einen zweiten Faktor vorschreiben. Im Falle von {% data variables.product.prodname_ghe_server %} ist dieser zweite Faktor ein einmaliger Authentifizierungscode, der von einer Anwendung auf dem Smartphone eines Benutzers generiert wird. Sie sollten unbedingt festlegen, dass Benutzer die Zwei-Faktor-Authentifizierung für ihre Konten aktivieren müssen. Mit der Zwei-Faktor-Authentifizierung müssten das Passwort des Benutzers und dessen Smartphone kompromittiert werden, damit das Konto an sich kompromittiert werden kann.
Weitere Informationen zum Konfigurieren der Zwei-Faktor-Authentifizierung finden Sie unter „[Informationen zur Zwei-Faktor-Authentifizierung](/enterprise/{{ currentVersion }}/user/articles/about-two-factor-authentication)“.
+{% endif %}
### Passwort-Manager vorschreiben
-Sie sollten Ihre Benutzer unbedingt auffordern, einen Passwort-Manager (z. B. [LastPass](https://lastpass.com/), [1Password](https://1password.com/) oder [Keeper](https://keepersecurity.com/)) auf dem Computer zu verwenden, auf dem sie sich mit {% data variables.product.product_location_enterprise %} verbinden. Dadurch wird gewährleistet, dass Passwörter sicherer sind und es unwahrscheinlicher ist, dass sie kompromittiert oder gestohlen werden.
+We strongly recommend requiring your users to install and use a password manager--such as [LastPass](https://lastpass.com/), [1Password](https://1password.com/), or [Keeper](https://keepersecurity.com/)--on any computer they use to connect to your enterprise. Dadurch wird gewährleistet, dass Passwörter sicherer sind und es unwahrscheinlicher ist, dass sie kompromittiert oder gestohlen werden.
### Zugriff auf Teams und Repositorys einschränken
diff --git a/translations/de-DE/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md b/translations/de-DE/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
index 1f779c8a94..b54fb119b5 100644
--- a/translations/de-DE/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
+++ b/translations/de-DE/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
@@ -14,11 +14,12 @@ redirect_from:
- /enterprise/admin/user-management/configuring-git-large-file-storage-for-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu {% data variables.large_files.product_name_long %}
-{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %} Sie können {% data variables.large_files.product_name_long %} mit einem einzelnen Repository, mit allen Ihren persönlichen oder Organisations-Repositorys oder mit jedem Repository in {% data variables.product.product_location_enterprise %} verwenden. Bevor Sie {% data variables.large_files.product_name_short %} für bestimmte Repositorys oder Organisationen aktivieren können, müssen Sie {% data variables.large_files.product_name_short %} für Ihre Appliance aktivieren.
+{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %} You can use {% data variables.large_files.product_name_long %} with a single repository, all of your personal or organization repositories, or with every repository in your enterprise. Before you can enable {% data variables.large_files.product_name_short %} for specific repositories or organizations, you need to enable {% data variables.large_files.product_name_short %} for your enterprise.
{% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %}
@@ -27,11 +28,10 @@ Weitere Informationen finden Sie unter „[Informationen zu {% data variables.la
{% data reusables.large_files.can-include-lfs-objects-archives %}
-### {% data variables.large_files.product_name_long %} für Ihre Appliance konfigurieren
+### Configuring {% data variables.large_files.product_name_long %} for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -59,12 +59,13 @@ Weitere Informationen finden Sie unter „[Informationen zu {% data variables.la
{% data reusables.enterprise_site_admin_settings.admin-tab %}
{% data reusables.enterprise_site_admin_settings.git-lfs-toggle %}
+{% if enterpriseServerVersions contains currentVersion %}
### Git Large File Storage zur Verwendung eines Drittanbieterservers konfigurieren
{% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %}
-1. Deaktivieren Sie {% data variables.large_files.product_name_short %} auf der {% data variables.product.prodname_ghe_server %}-Appliance. Weitere Informationen finden Sie unter „[{% data variables.large_files.product_name_long %} konfigurieren](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage#configuring-git-large-file-storage-for-your-appliance)“.
+1. Disable {% data variables.large_files.product_name_short %} on {% data variables.product.product_location %}. For more information, see "[Configuring {% data variables.large_files.product_name_long %} for your enterprise](#configuring-git-large-file-storage-for-your-enterprise)."
2. Erstellen Sie eine {% data variables.large_files.product_name_short %}-Konfigurationsdatei, die auf den Drittanbieterserver verweist.
```shell
@@ -98,7 +99,7 @@ Weitere Informationen finden Sie unter „[Informationen zu {% data variables.la
### Zu einem anderen Git Large File Storage-Server migrieren
-Bevor Sie eine Migration zu einem anderen {% data variables.large_files.product_name_long %}-Server durchführen, müssen Sie {% data variables.large_files.product_name_short %} für die Verwendung eines Drittanbieterservers konfigurieren. For more information, see "[Configuring {% data variables.large_files.product_name_long %} to use a third party server](#configuring-git-large-file-storage-to-use-a-third-party-server)."
+Before migrating to a different {% data variables.large_files.product_name_long %} server, you must configure {% data variables.large_files.product_name_short %} to use a third party server. For more information, see "[Configuring {% data variables.large_files.product_name_long %} to use a third party server](#configuring-git-large-file-storage-to-use-a-third-party-server)."
1. Konfigurieren Sie das Repository mit einer zweiten Remote-Instanz.
```shell
@@ -129,6 +130,7 @@ Bevor Sie eine Migration zu einem anderen {% data variables.large_files.product_
> Pushing objects...
> Git LFS: (16 of 16 files) 48.00 MB / 48.85 MB, 879.10 KB skipped
```
+{% endif %}
### Weiterführende Informationen
diff --git a/translations/de-DE/content/admin/user-management/configuring-visibility-for-organization-membership.md b/translations/de-DE/content/admin/user-management/configuring-visibility-for-organization-membership.md
index b473de048c..c60d669254 100644
--- a/translations/de-DE/content/admin/user-management/configuring-visibility-for-organization-membership.md
+++ b/translations/de-DE/content/admin/user-management/configuring-visibility-for-organization-membership.md
@@ -1,22 +1,24 @@
---
title: Sichtbarkeit für die Organisationsmitgliedschaft konfigurieren
-intro: Sie können die Sichtbarkeit für neue Organisationsmitglieder auf Ihrer gesamten Instanz auf öffentlich oder auf privat festlegen. Darüber hinaus können Sie Mitglieder daran hindern, die für sie standardmäßig festgelegte Sichtbarkeit zu ändern.
+intro: You can set visibility for new organization members across your enterprise to public or private. Darüber hinaus können Sie Mitglieder daran hindern, die für sie standardmäßig festgelegte Sichtbarkeit zu ändern.
redirect_from:
- /enterprise/admin/user-management/configuring-visibility-for-organization-membership
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if enterpriseServerVersions contains currentVersion %}
Mithilfe eines Befehlszeilenprogramms können Sie Ihre Standardeinstellung zudem für alle aktuellen Organisationsmitglieder auf Ihrer Instanz erzwingen. Wenn Sie beispielsweise möchten, dass die Sichtbarkeit jedes Organisationsmitglieds öffentlich sein soll, können Sie in den Administratoreinstellungen die Standardeinstellung auf öffentlich festlegen, die Standardeinstellung für alle neuen Mitglieder erzwingen und anschließend das Befehlszeilenprogramm verwenden, um die Einstellung für die öffentliche Sichtbarkeit für Bestandsmitglieder zu erzwingen.
+{% endif %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
3. Verwenden Sie unter „Default organization membership visibility“ (Standardmäßige Sichtbarkeit der Organisationsmitgliedschaft) das Dropdownmenü, und klicken Sie auf **Private** (Privat) oder **Public** (Öffentlich). 
-4. Optional können Sie **Enforce on organization members** (Für Organisationsmitglieder erzwingen) aktivieren, um Mitglieder daran zu hindern, die für sie standardmäßig festgelegte Sichtbarkeit zu ändern. 
-5. Wenn Sie Ihre neue Sichtbarkeitseinstellung für alle Bestandsmitglieder erzwingen möchten, sollten Sie das Befehlszeilenprogramm `ghe-org-membership-update` verwenden. Weitere Informationen finden Sie unter „[Befehlszeilenprogramme](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-membership-update)“.
+4. Optional können Sie **Enforce on organization members** (Für Organisationsmitglieder erzwingen) aktivieren, um Mitglieder daran zu hindern, die für sie standardmäßig festgelegte Sichtbarkeit zu ändern. {% if enterpriseServerVersions contains currentVersion %}
+5. Wenn Sie Ihre neue Sichtbarkeitseinstellung für alle Bestandsmitglieder erzwingen möchten, sollten Sie das Befehlszeilenprogramm `ghe-org-membership-update` verwenden. For more information, see "[Command-line utilities](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-membership-update)."{% endif %}
diff --git a/translations/de-DE/content/admin/user-management/continuous-integration-using-jenkins.md b/translations/de-DE/content/admin/user-management/continuous-integration-using-jenkins.md
index 0e1f68626f..f94ed49ca7 100644
--- a/translations/de-DE/content/admin/user-management/continuous-integration-using-jenkins.md
+++ b/translations/de-DE/content/admin/user-management/continuous-integration-using-jenkins.md
@@ -1,6 +1,6 @@
---
title: Fortlaufende Integration mit Jenkins
-intro: 'Sie können Build-Aufträge auf einem Jenkins-Server automatisch auslösen, wenn Push-Vorgänge an ein Repository in {% data variables.product.product_location_enterprise %} übertragen werden.'
+intro: 'Sie können Build-Aufträge auf einem Jenkins-Server automatisch auslösen, wenn Push-Vorgänge an ein Repository in {% data variables.product.product_location %} übertragen werden.'
redirect_from:
- /enterprise/admin/developer-workflow/continuous-integration-using-jenkins
- /enterprise/admin/user-management/continuous-integration-using-jenkins
@@ -10,4 +10,4 @@ versions:
### Anforderungen
-- Lesen Sie unser Whitepaper „[Practical guide to CI with Jenkins and GitHub (Praktische Anleitung zur fortlaufenden Integration mit Jenkins und GitHub)](https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/)“, um schrittweise Anleitungen dahingehend zu erhalten, wie Sie Build-Aufträge auf einem Jenkins-Server automatisch auslösen können, wenn Push-Vorgänge an ein Repository in {% data variables.product.product_location_enterprise %} übertragen werden.
+- Lesen Sie unser Whitepaper „[Practical guide to CI with Jenkins and GitHub (Praktische Anleitung zur fortlaufenden Integration mit Jenkins und GitHub)](https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/)“, um schrittweise Anleitungen dahingehend zu erhalten, wie Sie Build-Aufträge auf einem Jenkins-Server automatisch auslösen können, wenn Push-Vorgänge an ein Repository in {% data variables.product.product_location %} übertragen werden.
diff --git a/translations/de-DE/content/admin/user-management/creating-teams.md b/translations/de-DE/content/admin/user-management/creating-teams.md
index b16f3feaab..e33c5beecd 100644
--- a/translations/de-DE/content/admin/user-management/creating-teams.md
+++ b/translations/de-DE/content/admin/user-management/creating-teams.md
@@ -9,7 +9,7 @@ versions:
Teams sind zentral für viele gemeinschaftliche Features von {% data variables.product.prodname_dotcom %}, beispielsweise Team-@Erwähnungen, um die entsprechenden Teilnehmer dahingehend zu informieren, dass Sie deren Beiträge oder Aufmerksamkeit anfordern möchten. Weitere Informationen finden Sie unter „[Berechtigungsebenen für die Repositorys einer Organisation](/enterprise/{{ currentVersion }}/user/articles/repository-permission-levels-for-an-organization/)“.
-Ein Team kann eine Gruppe in Ihrem Unternehmen darstellen oder Personen mit bestimmten Interessen oder Expertenwissen enthalten. So könnte beispielsweise ein Team aus Barrierefreiheitsexperten auf {% data variables.product.product_location_enterprise %} aus Personen unterschiedlicher Abteilungen bestehen. Teams können funktionale Anliegen vertreten, welche die bestehende Bereichshierarchie eines Unternehmens ergänzen.
+Ein Team kann eine Gruppe in Ihrem Unternehmen darstellen oder Personen mit bestimmten Interessen oder Expertenwissen enthalten. So könnte beispielsweise ein Team aus Barrierefreiheitsexperten auf {% data variables.product.product_location %} aus Personen unterschiedlicher Abteilungen bestehen. Teams können funktionale Anliegen vertreten, welche die bestehende Bereichshierarchie eines Unternehmens ergänzen.
Organisationen können mehrere Ebenen untergeordneter Teams erstellen, um die Hierarchiestruktur eines Unternehmens oder einer Gruppe abzubilden. Weitere Informationen finden Sie unter „[Informationen zu Teams](/enterprise/{{ currentVersion }}/user/articles/about-teams/#nested-teams)“.
@@ -28,7 +28,7 @@ Eine umsichtige Kombination von Teams ist ein wirksames Mittel, um den Zugriff a
### Teams mit aktivierter LDAP-Synchronisierung erstellen
-Instanzen, die LDAP für die Benutzerauthentifizierung verwenden, können die LDAP-Synchronisierung zum Verwalten der Mitglieder eines Teams verwenden. Wenn Sie den **Distinguished Name** (DN) der Gruppe im Feld **LDAP group** (LDAP-Gruppe) festlegen, wird einer LDAP-Gruppe auf Ihrem LDAP-Server ein Team zugeordnet. Wenn Sie die LDAP-Synchronisierung zum Verwalten der Mitglieder eines Teams verwenden, können Sie Ihr Team in {% data variables.product.product_location_enterprise %} nicht verwalten. Das zugeordnete Team synchronisiert seine Mitglieder im Hintergrund und regelmäßig in dem Intervall, das bei aktivierter LDAP-Synchronisierung konfiguriert wurde. Weitere Informationen finden Sie unter „[LDAP-Synchronisierung aktivieren](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)“.
+Instanzen, die LDAP für die Benutzerauthentifizierung verwenden, können die LDAP-Synchronisierung zum Verwalten der Mitglieder eines Teams verwenden. Wenn Sie den **Distinguished Name** (DN) der Gruppe im Feld **LDAP group** (LDAP-Gruppe) festlegen, wird einer LDAP-Gruppe auf Ihrem LDAP-Server ein Team zugeordnet. Wenn Sie die LDAP-Synchronisierung zum Verwalten der Mitglieder eines Teams verwenden, können Sie Ihr Team in {% data variables.product.product_location %} nicht verwalten. Das zugeordnete Team synchronisiert seine Mitglieder im Hintergrund und regelmäßig in dem Intervall, das bei aktivierter LDAP-Synchronisierung konfiguriert wurde. Weitere Informationen finden Sie unter „[LDAP-Synchronisierung aktivieren](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)“.
{% data reusables.enterprise_user_management.ldap-sync-nested-teams %}
diff --git a/translations/de-DE/content/admin/user-management/customizing-user-messages-for-your-enterprise.md b/translations/de-DE/content/admin/user-management/customizing-user-messages-for-your-enterprise.md
new file mode 100644
index 0000000000..aee1962af8
--- /dev/null
+++ b/translations/de-DE/content/admin/user-management/customizing-user-messages-for-your-enterprise.md
@@ -0,0 +1,70 @@
+---
+title: Customizing user messages for your enterprise
+redirect_from:
+ - /enterprise/admin/user-management/creating-a-custom-sign-in-message/
+ - /enterprise/admin/user-management/customizing-user-messages-on-your-instance
+ - /admin/user-management/customizing-user-messages-on-your-instance
+intro: 'You can create custom messages that users will see on the{% if enterpriseServerVersions contains currentVersion %} sign in and sign out pages{% else %} sign out page{% endif %}{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} or in an announcement banner at the top of every page{% endif %}.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+Mittels Markdown können Sie Ihre Meldung formatieren. Weitere Informationen finden Sie unter „[Informationen zum Schreiben und Formatieren bei {% data variables.product.prodname_dotcom %}](/articles/about-writing-and-formatting-on-github/)“.
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% note %}
+
+**Hinweis:** Wenn Sie SAML zur Authentifizierung verwenden, wird die Anmeldeseite von Ihrem Identity Provider bereitgestellt und kann nicht über {% data variables.product.prodname_ghe_server %} angepasst werden.
+
+{% endnote %}
+
+### Benutzerdefinierte Meldung für Anmeldung erstellen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+5. Klicken Sie unter „Sign in page“ (Anmeldeseite) auf **Add message** (Meldung hinzufügen) oder **Edit message** (Meldung bearbeiten). 
+6. Geben Sie unter **Sign in message** (Meldung für Anmeldung) die Meldung an, die Benutzern angezeigt werden soll. 
+{% data reusables.enterprise_site_admin_settings.click-preview %}
+ 
+8. Überprüfen Sie die dargestellte Meldung. 
+{% data reusables.enterprise_site_admin_settings.save-changes %}
+{% endif %}
+
+### Benutzerdefinierte Meldung für Abmeldung erstellen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+5. Klicken Sie unter „Sign out page“ (Abmeldeseite) auf **Add message** (Meldung hinzufügen) oder **Edit message** (Meldung bearbeiten). 
+6. Geben Sie unter **Sign out message** (Meldung für Abmeldung) die Meldung an, die Benutzern angezeigt werden soll. 
+{% data reusables.enterprise_site_admin_settings.click-preview %}
+ 
+8. Überprüfen Sie die dargestellte Meldung. 
+{% data reusables.enterprise_site_admin_settings.save-changes %}
+
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+### Creating a global announcement banner
+
+You can set a global announcement banner to be displayed to all users at the top of every page.
+
+{% if currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+
+You can also set an announcement banner{% if enterpriseServerVersions contains currentVersion %} in the administrative shell using a command line utility or{% endif %} using the API. For more information, see {% if enterpriseServerVersions contains currentVersion %}"[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-announce)" and {% endif %}"[{% data variables.product.prodname_enterprise %} administration](/rest/reference/enterprise-admin#announcements)."
+
+{% else %}
+
+You can also set an announcement banner in the administrative shell using a command line utility. For more information, see "[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-announce)."
+
+{% endif %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+1. Klicken Sie unter „Sign in page“ (Anmeldeseite) auf **Add message** (Meldung hinzufügen) oder **Edit message** (Meldung bearbeiten). 
+1. Under "Announcement", in the text field, type the announcement you want displayed in a banner. 
+1. Optionally, under "Expires on", use the calendar drop-down menu, and select an expiration date. 
+1. Optionally, to see what the banner will look like, click **Preview**. 
+1. Klicke auf **Save changes** (Änderungen speichern). 
+{% endif %}
diff --git a/translations/de-DE/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md b/translations/de-DE/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md
new file mode 100644
index 0000000000..652697ebb8
--- /dev/null
+++ b/translations/de-DE/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md
@@ -0,0 +1,53 @@
+---
+title: Disabling Git SSH access on your enterprise
+redirect_from:
+ - /enterprise/admin/hidden/disabling-ssh-access-for-a-user-account/
+ - /enterprise/admin/articles/disabling-ssh-access-for-a-user-account/
+ - /enterprise/admin/hidden/disabling-ssh-access-for-your-appliance/
+ - /enterprise/admin/articles/disabling-ssh-access-for-your-appliance/
+ - /enterprise/admin/hidden/disabling-ssh-access-for-an-organization/
+ - /enterprise/admin/articles/disabling-ssh-access-for-an-organization/
+ - /enterprise/admin/hidden/disabling-ssh-access-to-a-repository/
+ - /enterprise/admin/articles/disabling-ssh-access-to-a-repository/
+ - /enterprise/admin/guides/installation/disabling-git-ssh-access-on-github-enterprise/
+ - /enterprise/admin/installation/disabling-git-ssh-access-on-github-enterprise-server
+ - /enterprise/admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
+ - /admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
+intro: 'You can prevent people from using Git over SSH for certain or all repositories on your enterprise.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Git-SSH-Zugriff auf ein bestimmtes Repository deaktivieren
+
+{% data reusables.enterprise_site_admin_settings.override-policy %}
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.repository-search %}
+{% data reusables.enterprise_site_admin_settings.click-repo %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.admin-top-tab %}
+{% data reusables.enterprise_site_admin_settings.admin-tab %}
+1. Verwenden Sie unter „Git SSH access“ (Git-SSH-Zugriff) das Dropdownmenü, und klicken Sie auf **Disabled** (Deaktiviert). 
+
+### Git-SSH-Zugriff auf alle einem Benutzer oder einer Organisation gehörenden Repositorys deaktivieren
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.search-user-or-org %}
+{% data reusables.enterprise_site_admin_settings.click-user-or-org %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.admin-top-tab %}
+{% data reusables.enterprise_site_admin_settings.admin-tab %}
+7. Verwenden Sie unter „Git SSH access“ (Git-SSH-Zugriff) das Dropdownmenü, und klicken Sie auf **Disabled** (Deaktiviert). Wählen Sie anschließend **Enforce on all repositories** (Auf allen Repositorys erzwingen) aus. 
+
+### Disabling Git SSH access to all repositories in your enterprise
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% else %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% endif %}
+{% data reusables.enterprise-accounts.options-tab %}
+7. Verwenden Sie unter „Git SSH access“ (Git-SSH-Zugriff) das Dropdownmenü, und klicken Sie auf **Disabled** (Deaktiviert). Wählen Sie anschließend **Enforce on all repositories** (Auf allen Repositorys erzwingen) aus. 
diff --git a/translations/de-DE/content/admin/user-management/exporting-migration-data-from-your-enterprise.md b/translations/de-DE/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
index 49ff3ce20b..473d474c5e 100644
--- a/translations/de-DE/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
+++ b/translations/de-DE/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
@@ -86,7 +86,7 @@ versions:
```
* {% data reusables.enterprise_migrations.specify-staging-path %}
-8. Schließen Sie die Verbindung zu {% data variables.product.product_location_enterprise %}:
+8. Schließen Sie die Verbindung zu {% data variables.product.product_location %}:
```shell
$ exit
> logout
diff --git a/translations/de-DE/content/admin/user-management/index.md b/translations/de-DE/content/admin/user-management/index.md
index 03245cd2ed..49e84e6d0f 100644
--- a/translations/de-DE/content/admin/user-management/index.md
+++ b/translations/de-DE/content/admin/user-management/index.md
@@ -1,15 +1,16 @@
---
title: 'Managing users, organizations, and repositories'
shortTitle: 'Managing users, organizations, and repositories'
+intro: 'This guide describes authentication methods for users signing in to your enterprise, how to create organizations and teams for repository access and collaboration, and suggested best practices for user security.'
redirect_from:
- /enterprise/admin/categories/user-management/
- /enterprise/admin/developer-workflow/using-webhooks-for-continuous-integration
- /enterprise/admin/migrations
- /enterprise/admin/clustering
- /enterprise/admin/user-management
-intro: 'In diesem Leitfaden werden die Authentifizierungsmethoden beschrieben, über die sich Benutzer bei Ihrer {% data variables.product.prodname_enterprise %}-Instanz anmelden können. Zudem wird darin beschrieben, wie Organisationen und Teams für den Zugriff auf und die Zusammenarbeit am Repository erstellt werden können. Letztlich finden sich darin auch vorgeschlagene Best Practices für die Benutzersicherheit.'
versions:
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,17 +19,15 @@ versions:
{% topic_link_in_list /managing-users-in-your-enterprise %}
{% link_in_list /promoting-or-demoting-a-site-administrator %}
{% link_in_list /best-practices-for-user-security %}
- {% link_in_list /auditing-users-across-your-instance %}
+ {% link_in_list /auditing-users-across-your-enterprise %}
{% link_in_list /managing-dormant-users %}
{% link_in_list /suspending-and-unsuspending-users %}
{% link_in_list /placing-a-legal-hold-on-a-user-or-organization %}
{% link_in_list /auditing-ssh-keys %}
- {% link_in_list /customizing-user-messages-on-your-instance %}
- {% link_in_list /configuring-email-for-notifications %}
+ {% link_in_list /customizing-user-messages-for-your-enterprise %}
{% link_in_list /rebuilding-contributions-data %}
{% link_in_list /managing-global-webhooks %}
{% topic_link_in_list /managing-organizations-in-your-enterprise %}
- {% link_in_list /creating-organizations %}
{% link_in_list /configuring-visibility-for-organization-membership %}
{% link_in_list /preventing-users-from-creating-organizations %}
{% link_in_list /requiring-two-factor-authentication-for-an-organization %}
@@ -40,7 +39,7 @@ versions:
{% topic_link_in_list /managing-repositories-in-your-enterprise %}
{% link_in_list /configuring-git-large-file-storage-for-your-enterprise %}
{% link_in_list /migrating-to-internal-repositories %}
- {% link_in_list /disabling-git-ssh-access-on-github-enterprise-server %}
+ {% link_in_list /disabling-git-ssh-access-on-your-enterprise %}
{% link_in_list /troubleshooting-service-hooks %}
{% topic_link_in_list /monitoring-activity-in-your-enterprise %}
{% link_in_list /activity-dashboard %}
@@ -48,6 +47,7 @@ versions:
{% link_in_list /searching-the-audit-log %}
{% link_in_list /audited-actions %}
{% link_in_list /viewing-push-logs %}
+ {% link_in_list /log-forwarding %}
{% topic_link_in_list /migrating-data-to-and-from-your-enterprise %}
{% link_in_list /about-migrations %}
{% link_in_list /exporting-migration-data-from-your-enterprise %}
diff --git a/translations/de-DE/content/admin/user-management/log-forwarding.md b/translations/de-DE/content/admin/user-management/log-forwarding.md
new file mode 100644
index 0000000000..64e7128f4c
--- /dev/null
+++ b/translations/de-DE/content/admin/user-management/log-forwarding.md
@@ -0,0 +1,42 @@
+---
+title: Protokollweiterleitung
+intro: '{% data variables.product.product_name %} uses `syslog-ng` to forward {% if enterpriseServerVersions contains currentVersion %}system{% elsif currentVersion == "github-ae@latest" %}Git{% endif %} and application logs to the server you specify.'
+redirect_from:
+ - /enterprise/admin/articles/log-forwarding/
+ - /enterprise/admin/installation/log-forwarding
+ - /enterprise/admin/enterprise-management/log-forwarding
+ - /admin/enterprise-management/log-forwarding
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+Unterstützt werden Protokollsammlungssysteme, die Protokollstreams im Syslog-Stil unterstützen (z. B. [Logstash](http://logstash.net/) und [Splunk](http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports)).
+
+### Protokollweiterleitung aktivieren
+
+{% if enterpriseServerVersions contains currentVersion %}
+1. Klicken Sie auf der Seite mit den Einstellungen der {% data variables.enterprise.management_console %} auf der linken Seitenleiste auf **Monitoring** (Überwachung).
+1. Wählen Sie **Enable log forwarding** (Protokollweiterleitung aktivieren) aus.
+1. Geben Sie im Feld **Server address** (Serveradresse) die Adresse des Servers ein, an den Sie Protokolle weiterleiten möchten. Sie können mehrere Adressen in einer kommagetrennten Liste angeben.
+1. Wählen Sie im Dropdownmenü „Protocol“ (Protokoll) das Protokoll aus, das für die Kommunikation mit dem Protokollserver verwendet werden soll. Das Protokoll wird auf alle angegebenen Protokollziele angewendet.
+1. Wählen Sie **Enable TLS** (TLS aktivieren) aus.
+1. Klicken Sie auf **Choose File** (Datei auswählen), und wählen Sie ein CA-Zertifikat aus, um die Kommunikation zwischen Syslog-Endpunkten zu verschlüsseln. Die gesamte Zertifikatkette wird validiert und muss in einem Root-Zertifikat beendet werden. Weitere Informationen finden Sie in der Dokumentation zu den „[TLS-Optionen in syslog-ng](https://support.oneidentity.com/technical-documents/syslog-ng-open-source-edition/3.16/administration-guide/56#TOPIC-956599)“.
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+1. Under {% octicon "gear" aria-label="The Settings gear" %} **Settings**, click **Log forwarding**. 
+1. Under "Log forwarding", select **Enable log forwarding**. 
+1. Under "Server address", enter the address of the server you want to forward logs to. 
+1. Use the "Protocol" drop-down menu, and select a protocol. 
+1. Optionally, to enable TLS encrypted communication between syslog endpoints, select **Enable TLS**. 
+1. Under "Public certificate", paste your x509 certificate. 
+1. Klicke auf **Save** (Speichern). 
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+### Problemlösungen
+If you run into issues with log forwarding, contact
+
+{% data variables.contact.contact_ent_support %} and attach the output file from `http(s)://[hostname]/setup/diagnostics` to your email.
+{% endif %}
diff --git a/translations/de-DE/content/admin/user-management/managing-dormant-users.md b/translations/de-DE/content/admin/user-management/managing-dormant-users.md
index 6e8c34291f..f92c260a5f 100644
--- a/translations/de-DE/content/admin/user-management/managing-dormant-users.md
+++ b/translations/de-DE/content/admin/user-management/managing-dormant-users.md
@@ -5,16 +5,17 @@ redirect_from:
- /enterprise/admin/articles/viewing-dormant-users/
- /enterprise/admin/articles/determining-whether-a-user-account-is-dormant/
- /enterprise/admin/user-management/managing-dormant-users
-intro: Ein Benutzerkonto wird als inaktiv angesehen, wenn es mindestens einen Monat lang nicht aktiv war. You may choose to suspend dormant users to free up user licenses.
+intro: A user account is considered to be dormant if it has not been active for at least a month.{% if enterpriseServerVersions contains currentVersion %} You may choose to suspend dormant users to free up user licenses.{% endif %}
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Zu den „Aktivitäten“ zählen u. a.
-- die Anmeldung bei {% data variables.product.prodname_ghe_server %},
+- die Anmeldung bei {% data variables.product.product_name %},
- das Kommentieren von Issues und Pull Requests,
- das Erstellen, Löschen, Beobachten und Darstellen von Repositorys,
-- Pushing commits.{% if currentVersion ver_gt "enterprise-server@2.21" %}
+- Pushing commits.{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
- Accessing resources by using a personal access token or SSH key.{% endif %}
### Inaktive Benutzer anzeigen
@@ -22,8 +23,8 @@ Zu den „Aktivitäten“ zählen u. a.
Sie können eine Liste sämtlicher inaktiver Benutzer anzeigen, die nicht gesperrt wurden und keine Websiteadministratoren sind.
{% data reusables.enterprise_site_admin_settings.access-settings %}
-3. Klicken Sie auf der linken Seitenleiste auf **Dormant users** (Inaktive Benutzer). 
-4. Um alle inaktiven Benutzer in dieser Liste zu sperren, klicken Sie im oberen Bereich der Seite auf **Suspend all** (Alle sperren). 
+3. Klicken Sie auf der linken Seitenleiste auf **Dormant users** (Inaktive Benutzer). {% if enterpriseServerVersions contains currentVersion %}
+4. Um alle inaktiven Benutzer in dieser Liste zu sperren, klicken Sie im oberen Bereich der Seite auf **Suspend all** (Alle sperren). {% endif %}
### Bestimmen, ob ein Benutzerkonto inaktiv ist
@@ -36,9 +37,8 @@ Sie können eine Liste sämtlicher inaktiver Benutzer anzeigen, die nicht gesper
{% data reusables.enterprise_site_admin_settings.dormancy-threshold %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
diff --git a/translations/de-DE/content/admin/user-management/managing-global-webhooks.md b/translations/de-DE/content/admin/user-management/managing-global-webhooks.md
index 34872c89a9..aa14092b48 100644
--- a/translations/de-DE/content/admin/user-management/managing-global-webhooks.md
+++ b/translations/de-DE/content/admin/user-management/managing-global-webhooks.md
@@ -1,16 +1,17 @@
---
title: Globale Webhooks verwalten
-intro: 'Websiteadministratoren können globale Webhooks anzeigen, hinzufügen, bearbeiten und löschen, um Ereignisse auf Instanzebene zu verfolgen.'
+intro: 'Site administrators can view, add, edit, and delete global webhooks to track events for the enterprise.'
redirect_from:
- /enterprise/admin/user-management/about-global-webhooks
- /enterprise/admin/user-management/managing-global-webhooks
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu globalen Webhooks
-Mithilfe von globalen Webhooks können Sie Regeln für die Benutzer- und Organisationsverwaltung auf Ihrer Instanz automatisch überwachen, darauf antworten oder diese erzwingen. So können Sie Ihre Webhooks beispielsweise so konfigurieren, dass sie ausgeführt werden, sobald
+You can use global webhooks to automatically monitor, respond to, or enforce rules for user and organization management for your enterprise. So können Sie Ihre Webhooks beispielsweise so konfigurieren, dass sie ausgeführt werden, sobald
- ein Benutzerkonto erstellt oder gelöscht wird,
- An organization is created or deleted
- ein Mitarbeiter zu einem Repository hinzugefügt oder aus diesem entfernt wird,
@@ -20,11 +21,9 @@ Mithilfe von globalen Webhooks können Sie Regeln für die Benutzer- und Organis
{% data reusables.enterprise_user_management.manage-global-webhooks-api %}
-
### Globalen Webhook hinzufügen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Klicke auf **Add webhook** (Webhook hinzufügen). 
@@ -47,8 +46,7 @@ Mithilfe von globalen Webhooks können Sie Regeln für die Benutzer- und Organis
### Globalen Webhook bearbeiten
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Klicken Sie neben dem Webhook, den Sie bearbeiten möchten, auf **Edit** (Bearbeiten). 
@@ -57,8 +55,7 @@ Mithilfe von globalen Webhooks können Sie Regeln für die Benutzer- und Organis
### Globalen Webhook löschen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Klicken Sie neben dem Webhook, den Sie löschen möchten, auf **Delete** (Löschen). 
@@ -66,8 +63,7 @@ Mithilfe von globalen Webhooks können Sie Regeln für die Benutzer- und Organis
### Neueste Auslieferungen und Antworten anzeigen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Klicken Sie in der Liste der Webhooks auf den Webhook, für den Sie die Auslieferungen anzeigen möchten.
diff --git a/translations/de-DE/content/admin/user-management/managing-organizations-in-your-enterprise.md b/translations/de-DE/content/admin/user-management/managing-organizations-in-your-enterprise.md
index c3cf628ddb..b304f19c4d 100644
--- a/translations/de-DE/content/admin/user-management/managing-organizations-in-your-enterprise.md
+++ b/translations/de-DE/content/admin/user-management/managing-organizations-in-your-enterprise.md
@@ -9,5 +9,6 @@ intro: 'Organisationen eignen sich ideal zum Erstellen von getrennten Benutzergr
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/user-management/managing-repositories-in-your-enterprise.md b/translations/de-DE/content/admin/user-management/managing-repositories-in-your-enterprise.md
index f54196ac1c..4da07ed3b7 100644
--- a/translations/de-DE/content/admin/user-management/managing-repositories-in-your-enterprise.md
+++ b/translations/de-DE/content/admin/user-management/managing-repositories-in-your-enterprise.md
@@ -1,11 +1,12 @@
---
title: Managing repositories in your enterprise
-intro: 'Sie können die Repository-Administratoren zur Verfügung stehenden Einstellungen auf Ihrer {% data variables.product.prodname_ghe_server %}-Appliance verwalten.'
+intro: 'You can manage the settings available to repository administrators in your enterprise.'
redirect_from:
- /enterprise/admin/user-management/repositories
- /enterprise/admin/user-management/managing-repositories-in-your-enterprise
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/user-management/managing-users-in-your-enterprise.md b/translations/de-DE/content/admin/user-management/managing-users-in-your-enterprise.md
index 50e6a8d79b..63a373005f 100644
--- a/translations/de-DE/content/admin/user-management/managing-users-in-your-enterprise.md
+++ b/translations/de-DE/content/admin/user-management/managing-users-in-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Managing users in your enterprise
-intro: 'Sobald Benutzer sich bei {% data variables.product.product_location_enterprise %} authentifizieren können, möchten sie ein paar grundlegende Einstellungen für benutzerdefinierte Profile einrichten. Dazu zählen beispielsweise das Festlegen eines Avatars und E-Mail-Benachrichtigungen.'
+intro: 'You can audit user activity and manage user settings.'
redirect_from:
- /enterprise/admin/guides/user-management/enabling-avatars-and-identicons/
- /enterprise/admin/user-management/basic-account-settings
@@ -9,5 +9,6 @@ redirect_from:
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md b/translations/de-DE/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
index b2ed0d83ce..0735c12682 100644
--- a/translations/de-DE/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
+++ b/translations/de-DE/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Migrating data to and from your enterprise
-intro: 'Du kannst Benutzer-, Organisations- und Repositorydaten von {% data variables.product.prodname_ghe_server %} oder {% data variables.product.prodname_dotcom_the_website %} exportieren und diese Daten dann in {% data variables.product.product_location_enterprise %} importieren.'
+intro: 'Du kannst Benutzer-, Organisations- und Repositorydaten von {% data variables.product.prodname_ghe_server %} oder {% data variables.product.prodname_dotcom_the_website %} exportieren und diese Daten dann in {% data variables.product.product_location %} importieren.'
mapTopic: true
redirect_from:
- /enterprise/admin/articles/moving-a-repository-from-github-com-to-github-enterprise/
diff --git a/translations/de-DE/content/admin/user-management/migrating-to-internal-repositories.md b/translations/de-DE/content/admin/user-management/migrating-to-internal-repositories.md
index 3f5f3b8ca1..d7fb887ad4 100644
--- a/translations/de-DE/content/admin/user-management/migrating-to-internal-repositories.md
+++ b/translations/de-DE/content/admin/user-management/migrating-to-internal-repositories.md
@@ -23,7 +23,7 @@ Alle öffentlichen Repositories im Besitz von Benutzerkonten in Deiner Instanz w
Der anonyme Git-Lesezugriff wird für jedes öffentliche Repository deaktiviert, das intern oder privat wird.
-Wenn Deine aktuelle Standardsichtbarkeit für Repositorys öffentlich ist, wird die Standardeinstellung intern. Wenn der aktuelle Standardwert privat ist, ändert er sich nicht. Du kannst den Standardwert jederzeit ändern. Weitere Informationen findest Du unter "[Die Standardsichtbarkeit neuer Repositorys auf Deinem Gerät konfigurieren](/enterprise/admin/installation/configuring-the-default-visibility-of-new-repositories-on-your-appliance)."
+Wenn Deine aktuelle Standardsichtbarkeit für Repositorys öffentlich ist, wird die Standardeinstellung intern. Wenn der aktuelle Standardwert privat ist, ändert er sich nicht. Du kannst den Standardwert jederzeit ändern. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-the-default-visibility-of-new-repositories-in-your-enterprise)."
Die Repository-Erstellungsrichtlinie für die Instanz wird dahingehend geändert, dass öffentliche Repositorys verhindert und private und interne Repositories ermöglicht werden. Du kannst die Richtlinie jederzeit aktualisieren. Weitere Informationen findest Du unter „[Repository-Erstellung in Deinen Instanzen beschränken](/enterprise/admin/user-management/restricting-repository-creation-in-your-instance).“
diff --git a/translations/de-DE/content/admin/user-management/monitoring-activity-in-your-enterprise.md b/translations/de-DE/content/admin/user-management/monitoring-activity-in-your-enterprise.md
index 991fef7abc..a72fde4deb 100644
--- a/translations/de-DE/content/admin/user-management/monitoring-activity-in-your-enterprise.md
+++ b/translations/de-DE/content/admin/user-management/monitoring-activity-in-your-enterprise.md
@@ -6,5 +6,6 @@ redirect_from:
- /enterprise/admin/user-management/monitoring-activity-in-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md b/translations/de-DE/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
index 2088b4acbd..8c6330f4ab 100644
--- a/translations/de-DE/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
+++ b/translations/de-DE/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
@@ -1,10 +1,11 @@
---
title: Gesetzliche Aufbewahrungspflicht für einen Benutzer oder für eine Organisation festlegen
-intro: 'Sie können eine gesetzliche Aufbewahrungspflicht für einen Benutzer oder für eine Organisation festlegen, um sicherzustellen, dass die ihm oder ihr gehörenden Repositorys nicht dauerhaft aus {% data variables.product.product_location_enterprise %} gelöscht werden können.'
+intro: 'You can place a legal hold on a user or organization to ensure that repositories they own cannot be permanently removed from your enterprise.'
redirect_from:
- /enterprise/admin/user-management/placing-a-legal-hold-on-a-user-or-organization
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Wenn ein Repository gelöscht wird, bleibt es in der Regel 90 Tage lang weiterhin auf der Disk und kann über das Websiteadministrator-Dashboard wiederhergestellt werden. Nach 90 Tagen wird das Repository bereinigt und dauerhaft gelöscht. Wenn Sie eine gesetzliche Aufbewahrungspflicht für einen Benutzer oder für eine Organisation festlegen, können die ihm oder ihr gehörenden Repositorys auf unbestimmte Zeit wiederhergestellt werden.
diff --git a/translations/de-DE/content/admin/user-management/preventing-users-from-creating-organizations.md b/translations/de-DE/content/admin/user-management/preventing-users-from-creating-organizations.md
index 3353b358b5..af0abf0860 100644
--- a/translations/de-DE/content/admin/user-management/preventing-users-from-creating-organizations.md
+++ b/translations/de-DE/content/admin/user-management/preventing-users-from-creating-organizations.md
@@ -4,14 +4,14 @@ redirect_from:
- /enterprise/admin/articles/preventing-users-from-creating-organizations/
- /enterprise/admin/hidden/preventing-users-from-creating-organizations/
- /enterprise/admin/user-management/preventing-users-from-creating-organizations
-intro: 'Sie können Benutzer daran hindern, Organisationen auf Ihrer {% data variables.product.prodname_ghe_server %}-Appliance zu erstellen.'
+intro: 'You can prevent users from creating organizations in your enterprise.'
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
diff --git a/translations/de-DE/content/admin/user-management/promoting-or-demoting-a-site-administrator.md b/translations/de-DE/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
index f5533dc0de..ab4a86b393 100644
--- a/translations/de-DE/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
+++ b/translations/de-DE/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
@@ -19,8 +19,7 @@ Weitere Informationen zum Hochstufen eines Benutzers auf einen Organisationsinha
### Benutzer über die Enterprise-Einstellungen hochstufen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
{% data reusables.enterprise-accounts.administrators-tab %}
5. Klicken Sie in der oberen rechte Ecke der Seite auf **Add owner** (Inhaber hinzufügen). 
@@ -28,8 +27,7 @@ Weitere Informationen zum Hochstufen eines Benutzers auf einen Organisationsinha
### Websiteadministrator über die Enterprise-Einstellungen zurückstufen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
{% data reusables.enterprise-accounts.administrators-tab %}
1. Geben Sie in der oberen linken Ecke der Seite im Suchfeld „Find an administrator“ (Administrator suchen) den Benutzernamen der Person ein, die Sie zurückstufen möchten. 
@@ -50,4 +48,4 @@ Weitere Informationen zum Hochstufen eines Benutzers auf einen Organisationsinha
2. Führen Sie [ghe-user-demote](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-user-demote) mit dem Benutzernamen aus, der zurückgestuft werden soll.
```shell
$ ghe-user-demote username
- ```
+ ```
\ No newline at end of file
diff --git a/translations/de-DE/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md b/translations/de-DE/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
index da3a9b87ec..05e43c9fb2 100644
--- a/translations/de-DE/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
+++ b/translations/de-DE/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
@@ -7,7 +7,7 @@ versions:
enterprise-server: '*'
---
-Bei Verwendung von LDAP oder der integrierten Authentifizierung wird die Zwei-Faktor-Authentifizierung auf der {% data variables.product.prodname_ghe_server %}-Appliance unterstützt. Organisationsadministratoren können festlegen, dass Mitglieder die Zwei-Faktor-Authentifizierung aktivieren müssen.
+When using LDAP or built-in authentication, two-factor authentication is supported on {% data variables.product.product_location %}. Organisationsadministratoren können festlegen, dass Mitglieder die Zwei-Faktor-Authentifizierung aktivieren müssen.
{% data reusables.enterprise_user_management.external_auth_disables_2fa %}
diff --git a/translations/de-DE/content/admin/user-management/searching-the-audit-log.md b/translations/de-DE/content/admin/user-management/searching-the-audit-log.md
index 9dc5718cab..740f3feb51 100644
--- a/translations/de-DE/content/admin/user-management/searching-the-audit-log.md
+++ b/translations/de-DE/content/admin/user-management/searching-the-audit-log.md
@@ -1,45 +1,45 @@
---
title: Auditprotokoll durchsuchen
-intro: 'Websiteadministratoren können eine erweiterte Liste der [überwachten Aktionen](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions) auf {% data variables.product.product_location_enterprise %} durchsuchen.'
+intro: 'Site administrators can search an extensive list of audited actions on the enterprise.'
redirect_from:
- /enterprise/admin/articles/searching-the-audit-log/
- /enterprise/admin/installation/searching-the-audit-log
- /enterprise/admin/user-management/searching-the-audit-log
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Suchabfragesyntax
Erstellen Sie eine Suchabfrage aus mindestens einem Schlüsselwertpaar, das durch die logischen Operatoren AND/OR getrennt ist.
-| Schlüssel | Wert |
-| --------------:| --------------------------------------------------------------------------------------------------------- |
-| `actor_id` | ID des Benutzerkontos, das die Aktion initiiert hat |
-| `actor` | Name des Benutzerkontos, der die Aktion initiiert hat |
-| `oauth_app_id` | ID der mit der Aktion verknüpften OAuth-Anwendung |
-| `action` | Name der [überwachten Aktion](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions) |
-| `user_id` | ID des von der Aktion betroffenen Benutzers |
-| `Benutzer` | Name des von der Aktion betroffenen Benutzers |
-| `repo_id` | ID des von der Aktion betroffenen Repositorys (sofern zutreffend) |
-| `repo` | Name des von der Aktion betroffenen Repositorys (sofern zutreffend) |
-| `actor_ip` | IP-Adresse, über welche die Aktion initiiert wurde |
-| `created_at` | Zeitpunkt, an dem die Aktion aufgetreten ist |
-| `from` | Ansicht, von wem die Aktion initiiert wurde |
-| `note` | Verschiedene ereignisspezifische Informationen (im Nur-Text- oder JSON-Format) |
-| `org` | Name der von der Aktion betroffenen Organisation (sofern zutreffend) |
-| `org_id` | ID der von der Aktion betroffenen Organisation (sofern zutreffend) |
+| Schlüssel | Wert |
+| --------------:| ------------------------------------------------------------------------------ |
+| `actor_id` | ID des Benutzerkontos, das die Aktion initiiert hat |
+| `actor` | Name des Benutzerkontos, der die Aktion initiiert hat |
+| `oauth_app_id` | ID der mit der Aktion verknüpften OAuth-Anwendung |
+| `action` | Name of the audited action |
+| `user_id` | ID des von der Aktion betroffenen Benutzers |
+| `Benutzer` | Name des von der Aktion betroffenen Benutzers |
+| `repo_id` | ID des von der Aktion betroffenen Repositorys (sofern zutreffend) |
+| `repo` | Name des von der Aktion betroffenen Repositorys (sofern zutreffend) |
+| `actor_ip` | IP-Adresse, über welche die Aktion initiiert wurde |
+| `created_at` | Zeitpunkt, an dem die Aktion aufgetreten ist |
+| `from` | Ansicht, von wem die Aktion initiiert wurde |
+| `note` | Verschiedene ereignisspezifische Informationen (im Nur-Text- oder JSON-Format) |
+| `org` | Name der von der Aktion betroffenen Organisation (sofern zutreffend) |
+| `org_id` | ID der von der Aktion betroffenen Organisation (sofern zutreffend) |
So können Sie beispielsweise alle Aktionen anzeigen, die sich seit Anfang 2017 auf das Repository `octocat/Spoon-Knife` ausgewirkt haben:
`repo:"octocat/Spoon-Knife" AND created_at:[2017-01-01 TO *]`
-Eine vollständige Liste der Aktionen finden Sie unter „[Überwachte Aktionen](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)“.
+For a full list of actions, see "[Audited actions](/admin/user-management/audited-actions)."
### Auditprotokoll durchsuchen
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
4. Geben Sie eine Suchabfrage ein.
diff --git a/translations/de-DE/content/admin/user-management/suspending-and-unsuspending-users.md b/translations/de-DE/content/admin/user-management/suspending-and-unsuspending-users.md
index 129276e235..09bc4116d6 100644
--- a/translations/de-DE/content/admin/user-management/suspending-and-unsuspending-users.md
+++ b/translations/de-DE/content/admin/user-management/suspending-and-unsuspending-users.md
@@ -7,7 +7,7 @@ redirect_from:
- /enterprise/admin/articles/suspended-users/
- /enterprise/admin/articles/suspending-and-unsuspending-users/
- /enterprise/admin/user-management/suspending-and-unsuspending-users
-intro: 'Wenn ein Benutzer das Unternehmen verlässt oder in eine andere Abteilung wechselt, sollten Sie dessen Zugriffsmöglichkeit auf {% data variables.product.product_location_enterprise %} entfernen oder ändern.'
+intro: 'Wenn ein Benutzer das Unternehmen verlässt oder in eine andere Abteilung wechselt, sollten Sie dessen Zugriffsmöglichkeit auf {% data variables.product.product_location %} entfernen oder ändern.'
versions:
enterprise-server: '*'
---
@@ -27,7 +27,7 @@ Vor dem Sperren von Websiteadministratoren müssen Sie diese auf gewöhnliche Be
{% tip %}
-**Hinweis:** Bei [aktivierter LDAP-Synchronisierung](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync) für {% data variables.product.product_location_enterprise %} werden Benutzer automatisch gesperrt, wenn sie aus dem LDAP-Verzeichnisserver entfernt werden. Wenn die LDAP-Synchronisierung für Ihre Instanz aktiviert wird, werden die normalen Methoden zur Benutzersperrung deaktiviert.
+**Hinweis:** Bei [aktivierter LDAP-Synchronisierung](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync) für {% data variables.product.product_location %} werden Benutzer automatisch gesperrt, wenn sie aus dem LDAP-Verzeichnisserver entfernt werden. Wenn die LDAP-Synchronisierung für Ihre Instanz aktiviert wird, werden die normalen Methoden zur Benutzersperrung deaktiviert.
{% endtip %}
@@ -65,8 +65,7 @@ Wie beim Sperren eines Benutzers wird das Entsperren eines Benutzers sofort wirk
Sie können eine benutzerdefinierte Meldung erstellen, die gesperrten Benutzern angezeigt wird, wenn sie versuchen, sich anzumelden.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.messages-tab %}
5. Klicken Sie auf **Add message** (Meldung hinzufügen). 
diff --git a/translations/de-DE/content/admin/user-management/troubleshooting-service-hooks.md b/translations/de-DE/content/admin/user-management/troubleshooting-service-hooks.md
index 489627ac94..4b742535a9 100644
--- a/translations/de-DE/content/admin/user-management/troubleshooting-service-hooks.md
+++ b/translations/de-DE/content/admin/user-management/troubleshooting-service-hooks.md
@@ -7,6 +7,7 @@ redirect_from:
- /enterprise/admin/user-management/troubleshooting-service-hooks
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Auslieferungen abrufen
diff --git a/translations/de-DE/content/admin/user-management/viewing-push-logs.md b/translations/de-DE/content/admin/user-management/viewing-push-logs.md
index 75a0d5b3b5..ecc3902479 100644
--- a/translations/de-DE/content/admin/user-management/viewing-push-logs.md
+++ b/translations/de-DE/content/admin/user-management/viewing-push-logs.md
@@ -1,12 +1,13 @@
---
title: Push-Protokolle anzeigen
-intro: 'Websiteadministratoren können eine Liste der Git-Push-Vorgänge für Repositorys auf {% data variables.product.product_location_enterprise %} anzeigen.'
+intro: 'Site administrators can view a list of Git push operations for any repository on the enterprise.'
redirect_from:
- /enterprise/admin/articles/viewing-push-logs/
- /enterprise/admin/installation/viewing-push-logs
- /enterprise/admin/user-management/viewing-push-logs
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Push-Protokolleinträge zeigen:
@@ -26,6 +27,7 @@ Push-Protokolleinträge zeigen:
{% data reusables.enterprise_site_admin_settings.security-tab %}
4. Klicken Sie auf der linken Seitenleiste auf **Push Log** (Push-Protokoll). 
+{% if enterpriseServerVersions contains currentVersion %}
### Push-Protokolle eines Repositorys an der Befehlszeile anzeigen
1. Stellen Sie eine SSH-Verbindung zu Ihrer Appliance her. Weitere Informationen finden Sie unter „[Auf die Verwaltungsshell (SSH) zugreifen](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/)“.
@@ -33,3 +35,4 @@ Push-Protokolleinträge zeigen:
```shell
ghe-repo owner/repository -c "less audit_log"
```
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/content/developers/apps/about-apps.md b/translations/de-DE/content/developers/apps/about-apps.md
index 4011644889..058dff52b4 100644
--- a/translations/de-DE/content/developers/apps/about-apps.md
+++ b/translations/de-DE/content/developers/apps/about-apps.md
@@ -1,6 +1,6 @@
---
title: About apps
-intro: 'You can build integrations with the {% data variables.product.prodname_dotcom %} APIs to add flexibility and reduce friction in your own workflow. You can also share integrations with others on [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace).'
+intro: 'You can build integrations with the {% data variables.product.prodname_dotcom %} APIs to add flexibility and reduce friction in your own workflow.{% if currentVersion == "free-pro-team@latest" %} You can also share integrations with others on [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace).{% endif %}'
redirect_from:
- /apps/building-integrations/setting-up-a-new-integration/
- /apps/building-integrations/
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Apps on {% data variables.product.prodname_dotcom %} allow you to automate and improve your workflow. You can build apps to improve your workflow.{% if currentVersion == "free-pro-team@latest" %} You can also share or sell apps in [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace). To learn how to list an app on {% data variables.product.prodname_marketplace %}, see "[Getting started with GitHub Marketplace](/marketplace/getting-started/)."{% endif %}
diff --git a/translations/de-DE/content/developers/apps/authenticating-with-github-apps.md b/translations/de-DE/content/developers/apps/authenticating-with-github-apps.md
index db6f497430..750e4ff36a 100644
--- a/translations/de-DE/content/developers/apps/authenticating-with-github-apps.md
+++ b/translations/de-DE/content/developers/apps/authenticating-with-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
diff --git a/translations/de-DE/content/developers/apps/authorizing-oauth-apps.md b/translations/de-DE/content/developers/apps/authorizing-oauth-apps.md
index bbd78f5a87..dd0a620a7d 100644
--- a/translations/de-DE/content/developers/apps/authorizing-oauth-apps.md
+++ b/translations/de-DE/content/developers/apps/authorizing-oauth-apps.md
@@ -11,13 +11,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% data variables.product.product_name %}'s OAuth implementation supports the standard [authorization code grant type](https://tools.ietf.org/html/rfc6749#section-4.1){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} and the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628) for apps that don't have access to a web browser{% endif %}.
+{% data variables.product.product_name %}'s OAuth implementation supports the standard [authorization code grant type](https://tools.ietf.org/html/rfc6749#section-4.1){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} and the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628) for apps that don't have access to a web browser{% endif %}.
If you want to skip authorizing your app in the standard way, such as when testing your app, you can use the [non-web application flow](#non-web-application-flow).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
To authorize your OAuth app, consider which authorization flow best fits your app.
@@ -110,7 +111,7 @@ For example, in curl you can set the Authorization header like this:
curl -H "Authorization: token OAUTH-TOKEN" {% data variables.product.api_url_pre %}/user
```
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### Device flow
{% note %}
@@ -234,11 +235,13 @@ For more information, see the "[OAuth 2.0 Device Authorization Grant](https://to
Non-web authentication is available for limited situations like testing. If you need to, you can use [Basic Authentication](/v3/auth#basic-authentication) to create a personal access token using your [Personal access tokens settings page](/articles/creating-an-access-token-for-command-line-use). This technique enables the user to revoke access at any time.
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
{% note %}
**Note:** When using the non-web application flow to create an OAuth2 token, make sure to understand how to [work with two-factor authentication](/v3/auth/#working-with-two-factor-authentication) if you or your users have two-factor authentication enabled.
{% endnote %}
+{% endif %}
### Redirect URLs
@@ -292,6 +295,6 @@ To build this link, you'll need your OAuth Apps `client_id` that you received fr
* "[Troubleshooting authorization request errors](/apps/managing-oauth-apps/troubleshooting-authorization-request-errors)"
* "[Troubleshooting OAuth App access token request errors](/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors)"
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
* "[Device flow errors](#errors-for-the-device-flow)"
{% endif %}
diff --git a/translations/de-DE/content/developers/apps/building-github-apps.md b/translations/de-DE/content/developers/apps/building-github-apps.md
index a086827638..0012cdf9ce 100644
--- a/translations/de-DE/content/developers/apps/building-github-apps.md
+++ b/translations/de-DE/content/developers/apps/building-github-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/building-oauth-apps.md b/translations/de-DE/content/developers/apps/building-oauth-apps.md
index 61e6a69762..92ea416d43 100644
--- a/translations/de-DE/content/developers/apps/building-oauth-apps.md
+++ b/translations/de-DE/content/developers/apps/building-oauth-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/creating-a-custom-badge-for-your-github-app.md b/translations/de-DE/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
index 9f6e59be2d..91948a7364 100644
--- a/translations/de-DE/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
+++ b/translations/de-DE/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
By default, a new GitHub App will have an automatically generated [identicon](https://github.com/blog/1586-identicons). An identicon badge looks something like this:
diff --git a/translations/de-DE/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md b/translations/de-DE/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
index 195da4b292..6406676a18 100644
--- a/translations/de-DE/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
+++ b/translations/de-DE/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
By default, a new OAuth App will have an automatically generated [identicon](https://github.com/blog/1586-identicons). An identicon badge looks something like this:
diff --git a/translations/de-DE/content/developers/apps/creating-a-github-app-from-a-manifest.md b/translations/de-DE/content/developers/apps/creating-a-github-app-from-a-manifest.md
index 9ac0aaad9d..9f93d2d434 100644
--- a/translations/de-DE/content/developers/apps/creating-a-github-app-from-a-manifest.md
+++ b/translations/de-DE/content/developers/apps/creating-a-github-app-from-a-manifest.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/creating-a-github-app-using-url-parameters.md b/translations/de-DE/content/developers/apps/creating-a-github-app-using-url-parameters.md
index e0f4137fa9..03eed961d8 100644
--- a/translations/de-DE/content/developers/apps/creating-a-github-app-using-url-parameters.md
+++ b/translations/de-DE/content/developers/apps/creating-a-github-app-using-url-parameters.md
@@ -6,42 +6,44 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About {% data variables.product.prodname_github_app %} URL parameters
You can add query parameters to these URLs to preselect the configuration of a {% data variables.product.prodname_github_app %} on a personal or organization account:
-* **User account:** `https://github.com/settings/apps/new`
-* **Organization account:** `https://github.com/organizations/:org/settings/apps/new`
+* **User account:** `{% data variables.product.oauth_host_code %}/settings/apps/new`
+* **Organization account:** `{% data variables.product.oauth_host_code %}/:org/settings/apps/new`
The person creating the app can edit the preselected values from the {% data variables.product.prodname_github_app %} registration page, before submitting the app. If you do not include required parameters in the URL query string, like `name`, the person creating the app will need to input a value before submitting the app.
The following URL creates a new public app called `octocat-github-app` with a preconfigured description and callback URL. This URL also selects read and write permissions for `checks`, subscribes to the `check_run` and `check_suite` webhook events, and selects the option to request user authorization (OAuth) during installation:
```
- https://github.com/settings/apps/new?name=octocat-github-app&description=An%20Octocat%20App&callback_url=https://example.com&request_oauth_on_install=true&public=true&checks=write&events[]=check_run&events[]=check_suite
+ {% data variables.product.oauth_host_code %}/settings/apps/new?name=octocat-github-app&description=An%20Octocat%20App&callback_url=https://example.com&request_oauth_on_install=true&public=true&checks=write&events[]=check_run&events[]=check_suite
```
The complete list of available query parameters, permissions, and events is listed in the sections below.
### {% data variables.product.prodname_github_app %} configuration parameters
- | Name | Typ | Beschreibung |
- | -------------------------- | ------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
- | `name` | `string` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing GitHub user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action. |
- | `Beschreibung` | `string` | A description of the {% data variables.product.prodname_github_app %}. |
- | `url` | `string` | The full URL of your {% data variables.product.prodname_github_app %}'s website homepage. |
- | `callback_url` | `string` | The full URL to redirect to after someone authorizes an installation. This URL is used if your app needs to identify and authorize user-to-server requests. |
- | `request_oauth_on_install` | `boolean` | If your app authorizes users using the OAuth flow, you can set this option to `true` to allow people to authorize the app when they install it, saving a step. If you select this option, the `setup_url` becomes unavailable and users will be redirected to your `callback_url` after installing the app. |
- | `setup_url` | `string` | The full URL to redirect to after someone installs the {% data variables.product.prodname_github_app %} if the app requires additional setup after installation. |
- | `setup_on_update` | `boolean` | Set to `true` to redirect people to the setup URL when installations have been updated, for example, after repositories are added or removed. |
- | `public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app. |
- | `webhook_url` | `string` | The full URL that you would like to send webhook event payloads to. |
- | `webhook_secret` | `string` | You can specify a secret to secure your webhooks. See "[Securing your webhooks](/webhooks/securing/)" for more details. |
- | `ereignisse` | `array of strings` | Webhook-Ereignisse. Some webhook events require `read` or `write` permissions for a resource before you can select the event when registering a new {% data variables.product.prodname_github_app %}. See the "[{% data variables.product.prodname_github_app %} webhook events](#github-app-webhook-events)" section for available events and their required permissions. You can select multiple events in a query string. For example, `events[]=public&events[]=label`. |
- | `Domäne` | `string` | The URL of a content reference. |
- | `single_file_name` | `string` | When you grant `read` or `write` access to the `single_file` permission, this field provides the path to the single file your {% data variables.product.prodname_github_app %} will manage. |
+ | Name | Typ | Beschreibung |
+ | -------------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+ | `name` | `string` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing GitHub user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action. |
+ | `Beschreibung` | `string` | A description of the {% data variables.product.prodname_github_app %}. |
+ | `url` | `string` | The full URL of your {% data variables.product.prodname_github_app %}'s website homepage. |
+ | `callback_url` | `string` | The full URL to redirect to after someone authorizes an installation. This URL is used if your app needs to identify and authorize user-to-server requests. |
+ | `request_oauth_on_install` | `boolean` | If your app authorizes users using the OAuth flow, you can set this option to `true` to allow people to authorize the app when they install it, saving a step. If you select this option, the `setup_url` becomes unavailable and users will be redirected to your `callback_url` after installing the app. |
+ | `setup_url` | `string` | The full URL to redirect to after someone installs the {% data variables.product.prodname_github_app %} if the app requires additional setup after installation. |
+ | `setup_on_update` | `boolean` | Set to `true` to redirect people to the setup URL when installations have been updated, for example, after repositories are added or removed. |
+ | `public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app. |
+ | `webhook_url` | `string` | The full URL that you would like to send webhook event payloads to. |
+ | `webhook_secret` | `string` | You can specify a secret to secure your webhooks. See "[Securing your webhooks](/webhooks/securing/)" for more details. |
+ | `ereignisse` | `array of strings` | Webhook-Ereignisse. Some webhook events require `read` or `write` permissions for a resource before you can select the event when registering a new {% data variables.product.prodname_github_app %}. See the "[{% data variables.product.prodname_github_app %} webhook events](#github-app-webhook-events)" section for available events and their required permissions. You can select multiple events in a query string. For example, `events[]=public&events[]=label`. |
+ | `Domäne` | `string` | The URL of a content reference. |
+ | `single_file_name` | `string` | This is a narrowly-scoped permission that allows the app to access a single file in any repository. When you set the `single_file` permission to `read` or `write`, this field provides the path to the single file your {% data variables.product.prodname_github_app %} will manage. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} If you need to manage multiple files, see `single_file_paths` below. {% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+ | `single_file_paths` | `array of strings` | This allows the app to access up ten specified files in a repository. When you set the `single_file` permission to `read` or `write`, this array can store the paths for up to ten files that your {% data variables.product.prodname_github_app %} will manage. These files all receive the same permission set by `single_file`, and do not have separate individual permissions. When two or more files are configured, the API returns `multiple_single_files=true`, otherwise it returns `multiple_single_files=false`.{% endif %}
### {% data variables.product.prodname_github_app %} permissions
@@ -54,8 +56,8 @@ You can select permissions in a query string using the permission name in the fo
| [`checks (Prüfungen)`](/rest/reference/permissions-required-for-github-apps/#permission-on-checks) | Grants access to the [Checks API](/v3/checks/). Can be one of: `none`, `read`, or `write`. |
| `content_references` | Grants access to the "[Create a content attachment](/v3/apps/installations/#create-a-content-attachment)" endpoint. Can be one of: `none`, `read`, or `write`. |
| [`contents (Inhalte)`](/rest/reference/permissions-required-for-github-apps/#permission-on-contents) | Grants access to various endpoints that allow you to modify repository contents. Can be one of: `none`, `read`, or `write`. |
-| [`deployments`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Grants access to the [Deployments API](/rest/reference/repos#deployments). Can be one of: `none`, `read`, or `write`. |
-| [`emails`](/rest/reference/permissions-required-for-github-apps/#permission-on-emails) | Grants access to the [Emails API](/v3/users/emails/). Can be one of: `none`, `read`, or `write`. |
+| [`deployments`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Grants access to the [Deployments API](/v3/repos/deployments/). Can be one of: `none`, `read`, or `write`.{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
+| [`emails`](/rest/reference/permissions-required-for-github-apps/#permission-on-emails) | Grants access to the [Emails API](/v3/users/emails/). Can be one of: `none`, `read`, or `write`.{% endif %}
| [`follower`](/rest/reference/permissions-required-for-github-apps/#permission-on-followers) | Grants access to the [Followers API](/v3/users/followers/). Can be one of: `none`, `read`, or `write`. |
| [`gpg_keys`](/rest/reference/permissions-required-for-github-apps/#permission-on-gpg-keys) | Grants access to the [GPG Keys API](/v3/users/gpg_keys/). Can be one of: `none`, `read`, or `write`. |
| [`Issues (Lieferungen)`](/rest/reference/permissions-required-for-github-apps/#permission-on-issues) | Grants access to the [Issues API](/v3/issues/). Can be one of: `none`, `read`, or `write`. |
@@ -63,11 +65,11 @@ You can select permissions in a query string using the permission name in the fo
| [`members`](/rest/reference/permissions-required-for-github-apps/#permission-on-members) | Grants access to manage an organization's members. Can be one of: `none`, `read`, or `write`.{% if currentVersion == "free-pro-team@latest" %}
| [`Metadaten`](/rest/reference/permissions-required-for-github-apps/#metadata-permissions) | Grants access to read-only endpoints that do not leak sensitive data. Can be `read` or `none`. Defaults to `read` when you set any permission, or defaults to `none` when you don't specify any permissions for the {% data variables.product.prodname_github_app %}. |
| [`organization_administration`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-administration) | Grants access to "[Update an organization](/v3/orgs/#update-an-organization)" endpoint and the [Organization Interaction Restrictions API](/v3/interactions/orgs/#set-interaction-restrictions-for-an-organization). Can be one of: `none`, `read`, or `write`.{% endif %}
-| [`organization_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-hooks) | Grants access to the [Organization Webhooks API](/rest/reference/orgs#webhooks/). Can be one of: `none`, `read`, or `write`. |
+| [`organization_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-hooks) | Grants access to the [Organization Webhooks API](/v3/orgs/hooks/). Can be one of: `none`, `read`, or `write`. |
| `organization_plan` | Grants access to get information about an organization's plan using the "[Get an organization](/v3/orgs/#get-an-organization)" endpoint. Can be one of: `none` or `read`. |
| [`organization_projects`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-projects) | Grants access to the [Projects API](/v3/projects/). Can be one of: `none`, `read`, `write`, or `admin`.{% if currentVersion == "free-pro-team@latest" %}
| [`organization_user_blocking`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-projects) | Grants access to the [Blocking Organization Users API](/v3/orgs/blocking/). Can be one of: `none`, `read`, or `write`.{% endif %}
-| [`Seiten`](/rest/reference/permissions-required-for-github-apps/#permission-on-pages) | Grants access to the [Pages API](/rest/reference/repos#pages). Can be one of: `none`, `read`, or `write`. |
+| [`Seiten`](/rest/reference/permissions-required-for-github-apps/#permission-on-pages) | Grants access to the [Pages API](/v3/repos/pages/). Can be one of: `none`, `read`, or `write`. |
| `plan` | Grants access to get information about a user's GitHub plan using the "[Get a user](/v3/users/#get-a-user)" endpoint. Can be one of: `none` or `read`. |
| [`pull_requests`](/rest/reference/permissions-required-for-github-apps/#permission-on-pull-requests) | Grants access to various pull request endpoints. Can be one of: `none`, `read`, or `write`. |
| [`repository_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-repository-hooks) | Grants access to the [Repository Webhooks API](/v3/repos/hooks/). Can be one of: `none`, `read`, or `write`. |
diff --git a/translations/de-DE/content/developers/apps/creating-a-github-app.md b/translations/de-DE/content/developers/apps/creating-a-github-app.md
index 1bf2026336..82f9157934 100644
--- a/translations/de-DE/content/developers/apps/creating-a-github-app.md
+++ b/translations/de-DE/content/developers/apps/creating-a-github-app.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}To learn how to use GitHub App Manifests, which allow people to create preconfigured GitHub Apps, see "[Creating GitHub Apps from a manifest](/apps/building-github-apps/creating-github-apps-from-a-manifest/)."{% endif %}
@@ -30,8 +31,17 @@ versions:
6. Optionally, in "Description", type a description of your app that users will see. 
7. In "Homepage URL", type the full URL to your app's website. 
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}
+8. In "Callback URL", type the full URL to redirect to after a user authorizes the installation. This URL is used if your app needs to identify and authorize user-to-server requests.
+
+ You can use **Add callback URL** to provide additional callback URLs, up to a maximum of 10.
+
+ 
+{% else %}
8. In "User authorization callback URL", type the full URL to redirect to after a user authorizes an installation. This URL is used if your app needs to identify and authorize user-to-server requests. 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+
+{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
9. By default, to improve your app's security, your app will use expiring user authorization tokens. To opt-out of using expiring user tokens, you must deselect "Expire user authorization tokens". To learn more about setting up a refresh token flow and the benefits of expiring user tokens, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)." 
{% endif %}
9. If your app authorizes users using the OAuth flow, you can select **Request user authorization (OAuth) during installation** to allow people to authorize the app when they install it, saving a step. If you select this option, the "Setup URL" becomes unavailable and users will be redirected to your "User authorization callback URL" after installing the app. See "[Authorizing users during installation](/apps/installing-github-apps/#authorizing-users-during-installation)" for more information. 
diff --git a/translations/de-DE/content/developers/apps/creating-an-oauth-app.md b/translations/de-DE/content/developers/apps/creating-an-oauth-app.md
index d4739326c7..d5ed2f8431 100644
--- a/translations/de-DE/content/developers/apps/creating-an-oauth-app.md
+++ b/translations/de-DE/content/developers/apps/creating-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
@@ -38,4 +39,11 @@ versions:
7. In "Homepage URL", type the full URL to your app's website. 
8. Optionally, in "Application description", type a description of your app that users will see. 
9. In "Authorization callback URL", type the callback URL of your app. 
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}
+ {% note %}
+
+ **Note:** OAuth Apps cannot have multiple callback URLs, unlike {% data variables.product.prodname_github_apps %}.
+
+ {% endnote %}
+{% endif %}
10. Klicke auf **Register application** (Anwendung registrieren). 
diff --git a/translations/de-DE/content/developers/apps/creating-ci-tests-with-the-checks-api.md b/translations/de-DE/content/developers/apps/creating-ci-tests-with-the-checks-api.md
index 718e1483a9..d8d469a808 100644
--- a/translations/de-DE/content/developers/apps/creating-ci-tests-with-the-checks-api.md
+++ b/translations/de-DE/content/developers/apps/creating-ci-tests-with-the-checks-api.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -133,7 +134,7 @@ The `requested` action requests a check run each time code is pushed to the repo
You'll add this new method as a [Sinatra helper](https://github.com/sinatra/sinatra#helpers) in case you want other routes to use it too. Under `helpers do`, add this `create_check_run` method:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Create a new check run with the status queued
def create_check_run
@@ -229,7 +230,7 @@ In this section, you're not going to kick off the CI test yet, but you'll walk t
Let's create the `initiate_check_run` method and update the status of the check run. Add the following code to the helpers section:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Start the CI process
def initiate_check_run
@@ -348,7 +349,7 @@ Let's get started! These are the steps you'll complete in this section:
1. [Automatically fixing RuboCop errors](#step-26-automatically-fixing-rubocop-errors)
1. [Security tips](#step-27-security-tips)
-### Step 2.1. Adding a Ruby file
+### Schritt 2.1. Adding a Ruby file
You can pass specific files or entire directories for RuboCop to check. In this quickstart, you'll run RuboCop on an entire directory. Because RuboCop only checks Ruby code, you'll want at least one Ruby file in your repository that contains errors. The example file provided below contains a few errors. Add this example Ruby file to the repository where your app is installed (make sure to name the file with an `.rb` extension, as in `myfile.rb`):
@@ -518,7 +519,7 @@ You should see the linting errors in the debug output, although they aren't prin
}
```
-### Step 2.4. Collecting RuboCop errors
+### Schritt 2.4. Collecting RuboCop errors
The `@output` variable contains the parsed JSON results of the RuboCop report. As shown above, the results contain a `summary` section that your code can use to quickly determine if there are any errors. The following code will set the check run conclusion to `success` when there are no reported errors. RuboCop reports errors for each file in the `files` array, so if there are errors, you'll need to extract some data from the file object.
@@ -593,7 +594,7 @@ This code also iterates through each error in the `offenses` array and collects
This code doesn't yet create an annotation for the check run. You'll add that code in the next section.
-### Step 2.5. Updating the check run with CI test results
+### Schritt 2.5. Updating the check run with CI test results
Each check run from GitHub contains an `output` object that includes a `title`, `summary`, `text`, `annotations`, and `images`. The `summary` and `title` are the only required parameters for the `output`, but those alone don't offer much detail, so this quickstart adds `text` and `annotations` too. The code here doesn't add an image, but feel free to add one if you'd like!
@@ -607,7 +608,7 @@ text = "Octo RuboCop version: #{@output['metadata']['rubocop_version']}"
Now you've got all the information you need to update your check run. In the [first half of this quickstart](#step-14-updating-a-check-run), you added this code to set the status of the check run to `success`:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Mark the check run as complete!
updated_check_run = @installation_client.patch(
@@ -639,7 +640,7 @@ updated_check_run = @installation_client.patch(
You'll need to update that code to use the `conclusion` variable you set based on the RuboCop results (to `success` or `neutral`). You can update the code with the following:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Mark the check run as complete! And if there are warnings, share them.
updated_check_run = @installation_client.patch(
@@ -713,7 +714,7 @@ If the annotations are related to a file already included in the PR, the annotat

-### Step 2.6. Automatically fixing RuboCop errors
+### Schritt 2.6. Automatically fixing RuboCop errors
If you've made it this far, kudos! 👏 You've already created a CI test. In this section, you'll add one more feature that uses RuboCop to automatically fix the errors it finds. You already added the "Fix this" button in the [previous section](#step-25-updating-the-check-run-with-ci-test-results). Now you'll add the code to handle the `requested_action` check run event triggered when someone clicks the "Fix this" button.
@@ -813,7 +814,7 @@ Because a new commit was pushed to the repo, you'll see a new check suite for Oc
You can find the completed code for the app you just built in the `server.rb` file in the [Creating CI tests with the Checks API](https://github.com/github-developer/creating-ci-tests-with-the-checks-api) repository.
-### Step 2.7. Security tips
+### Schritt 2.7. Security tips
The template GitHub App code already has a method to verify incoming webhook payloads to ensure they are from a trusted source. If you are not validating webhook payloads, you'll need to ensure that when repository names are included in the webhook payload, the webhook does not contain arbitrary commands that could be used maliciously. The code below validates that the repository name only contains Latin alphabetic characters, hyphens, and underscores. To provide you with a complete example, the complete `server.rb` code available in the [companion repository](https://github.com/github-developer/creating-ci-tests-with-the-checks-api) for this quickstart includes both the method of validating incoming webhook payloads and this check to verify the repository name.
diff --git a/translations/de-DE/content/developers/apps/deleting-a-github-app.md b/translations/de-DE/content/developers/apps/deleting-a-github-app.md
index 7b8dfd4704..e845399f14 100644
--- a/translations/de-DE/content/developers/apps/deleting-a-github-app.md
+++ b/translations/de-DE/content/developers/apps/deleting-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/de-DE/content/developers/apps/deleting-an-oauth-app.md b/translations/de-DE/content/developers/apps/deleting-an-oauth-app.md
index 345b954c03..a31cc01776 100644
--- a/translations/de-DE/content/developers/apps/deleting-an-oauth-app.md
+++ b/translations/de-DE/content/developers/apps/deleting-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/de-DE/content/developers/apps/differences-between-github-apps-and-oauth-apps.md b/translations/de-DE/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
index 24cd9906ab..1f43ad34b2 100644
--- a/translations/de-DE/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
+++ b/translations/de-DE/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Who can install GitHub Apps and authorize OAuth Apps?
@@ -56,7 +57,7 @@ An _authorized_ OAuth App has access to all of the user's or organization owner'
| An installation token identifies the app as the GitHub Apps bot, such as @jenkins-bot. | An access token identifies the app as the user who granted the token to the app, such as @octocat. |
| Installation tokens expire after a predefined amount of time (currently 1 hour). | OAuth tokens remain active until they're revoked by the customer. |
| {% data reusables.apps.api-rate-limits-non-ghec %}{% if currentVersion == "free-pro-team@latest" %} Higher rate limits apply for {% data variables.product.prodname_ghe_cloud %}. For more information, see "[Rate limits for GitHub Apps](/developers/apps/rate-limits-for-github-apps)."{% endif %} | OAuth tokens use the user's rate limit of 5,000 requests per hour. |
-| Rate limit increases can be granted both at the GitHub Apps level (affecting all installations) and at the individual installation level. | Rate limit increases are granted per OAuth App. Every token granted to that OAuth App gets the increased limit. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| Rate limit increases can be granted both at the GitHub Apps level (affecting all installations) and at the individual installation level. | Rate limit increases are granted per OAuth App. Every token granted to that OAuth App gets the increased limit. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
| {% data variables.product.prodname_github_app %}s can authenticate on behalf of the user, which is called user-to-server requests. The flow to authorize is the same as the OAuth App authorization flow. User-to-server tokens can expire and be renewed with a refresh token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)" and "[Identifying and authorizing users for GitHub Apps](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/)." | The OAuth flow used by {% data variables.product.prodname_oauth_app %}s authorizes an {% data variables.product.prodname_oauth_app %} on behalf of the user. This is the same flow used in {% data variables.product.prodname_github_app %} user-to-server authorization. |{% endif %}
### Requesting permission levels for resources
diff --git a/translations/de-DE/content/developers/apps/editing-a-github-apps-permissions.md b/translations/de-DE/content/developers/apps/editing-a-github-apps-permissions.md
index db8fe290c3..c1e2546c4c 100644
--- a/translations/de-DE/content/developers/apps/editing-a-github-apps-permissions.md
+++ b/translations/de-DE/content/developers/apps/editing-a-github-apps-permissions.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/developers/apps/getting-started-with-apps.md b/translations/de-DE/content/developers/apps/getting-started-with-apps.md
index 799c24985a..d6bc3d7a0f 100644
--- a/translations/de-DE/content/developers/apps/getting-started-with-apps.md
+++ b/translations/de-DE/content/developers/apps/getting-started-with-apps.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/guides.md b/translations/de-DE/content/developers/apps/guides.md
index fde449ab7a..b2ddd42e33 100644
--- a/translations/de-DE/content/developers/apps/guides.md
+++ b/translations/de-DE/content/developers/apps/guides.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md b/translations/de-DE/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
index ba86754366..bc6f1e753c 100644
--- a/translations/de-DE/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
+++ b/translations/de-DE/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -21,7 +22,7 @@ When your GitHub App acts on behalf of a user, it performs user-to-server reques
To authorize users for standard apps that run in the browser, use the [web application flow](#web-application-flow).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
To authorize users for headless apps without direct access to the browser, such as CLI tools or Git credential managers, use the [device flow](#device-flow). The device flow uses the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628).
{% endif %}
@@ -43,12 +44,12 @@ When your GitHub App specifies a `login` parameter, it prompts users with a spec
##### Parameters
-| Name | Typ | Beschreibung |
-| -------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `client_id` | `string` | **Required.** The client ID for your GitHub App. You can find this in your [GitHub App settings](https://github.com/settings/apps) when you select your app. |
-| `redirect_uri` | `string` | The URL in your application where users will be sent after authorization. This must be an exact match to the URL you provided in the **User authorization callback URL** field when setting up your GitHub App and can't contain any additional parameters. |
-| `state` | `string` | This should contain a random string to protect against forgery attacks and could contain any other arbitrary data. |
-| `login` | `string` | Suggests a specific account to use for signing in and authorizing the app. |
+| Name | Typ | Beschreibung |
+| -------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `client_id` | `string` | **Required.** The client ID for your GitHub App. You can find this in your [GitHub App settings](https://github.com/settings/apps) when you select your app. |
+| `redirect_uri` | `string` | The URL in your application where users will be sent after authorization. This must be an exact match to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} one of the URLs you provided as a **Callback URL** {% else %} the URL you provided in the **User authorization callback URL** field{% endif %} when setting up your GitHub App and can't contain any additional parameters. |
+| `state` | `string` | This should contain a random string to protect against forgery attacks and could contain any other arbitrary data. |
+| `login` | `string` | Suggests a specific account to use for signing in and authorizing the app. |
{% note %}
@@ -66,7 +67,7 @@ If the user accepts your request, GitHub redirects back to your site with a temp
{% endnote %}
-Exchange this `code` for an access token. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} When expiring tokens are enabled, the access token expires in 8 hours and the refresh token expires in 6 months. Every time you refresh the token, you get a new refresh token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)."
+Exchange this `code` for an access token. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} When expiring tokens are enabled, the access token expires in 8 hours and the refresh token expires in 6 months. Every time you refresh the token, you get a new refresh token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)."
Expiring user tokens are currently part of the user-to-server token expiration beta and subject to change. To opt-in to the user-to-server token expiration beta feature, see "[Activating beta features for apps](/developers/apps/activating-beta-features-for-apps)."{% endif %}
@@ -74,17 +75,17 @@ Expiring user tokens are currently part of the user-to-server token expiration b
##### Parameters
-| Name | Typ | Beschreibung |
-| --------------- | -------- | --------------------------------------------------------------------- |
-| `client_id` | `string` | **Required.** The client ID for your GitHub App. |
-| `client_secret` | `string` | **Required.** The client secret for your GitHub App. |
-| `Code` | `string` | **Required.** The code you received as a response to Step 1. |
-| `redirect_uri` | `string` | The URL in your application where users are sent after authorization. |
-| `state` | `string` | The unguessable random string you provided in Step 1. |
+| Name | Typ | Beschreibung |
+| --------------- | -------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `client_id` | `string` | **Required.** The client ID for your GitHub App. |
+| `client_secret` | `string` | **Required.** The client secret for your GitHub App. |
+| `Code` | `string` | **Required.** The code you received as a response to Step 1. |
+| `redirect_uri` | `string` | The URL in your application where users will be sent after authorization. This must be an exact match to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} one of the URLs you provided as a **Callback URL** {% else %} the URL you provided in the **User authorization callback URL** field{% endif %} when setting up your GitHub App and can't contain any additional parameters. |
+| `state` | `string` | The unguessable random string you provided in Step 1. |
##### Response
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
By default, the response takes the following form. The response parameters `expires_in`, `refresh_token`, and `refresh_token_expires_in` are only returned when you enable the beta for expiring user-to-server access tokens.
@@ -119,7 +120,7 @@ For example, in curl you can set the Authorization header like this:
curl -H "Authorization: token OAUTH-TOKEN" {% data variables.product.api_url_pre %}/user
```
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### Device flow
{% note %}
@@ -249,7 +250,7 @@ While most of your API interaction should occur using your server-to-server inst
* [List deployments](/rest/reference/repos#list-deployments)
* [Create a deployment](/rest/reference/repos#create-a-deployment)
-* [Get a deployment](/rest/reference/repos#get-a-deployment){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+* [Get a deployment](/rest/reference/repos#get-a-deployment){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
* [Delete a deployment](/rest/reference/repos#delete-a-deployment){% endif %}
##### Ereignisse
@@ -431,7 +432,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Remove pre-receive hook enforcement for an organization](/enterprise/user/rest/reference/enterprise-admin#remove-pre-receive-hook-enforcement-for-an-organization)
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
##### Organization Team Projects
* [List team projects](/v3/teams/#list-team-projects)
@@ -587,7 +588,7 @@ While most of your API interaction should occur using your server-to-server inst
##### Reactions
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}* [Delete a reaction](/v3/reactions/#delete-a-reaction-legacy){% else %}* [Delete a reaction](/v3/reactions/#delete-a-reaction){% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}* [Delete a reaction](/v3/reactions/#delete-a-reaction-legacy){% else %}* [Delete a reaction](/v3/reactions/#delete-a-reaction){% endif %}
* [List reactions for a commit comment](/v3/reactions/#list-reactions-for-a-commit-comment)
* [Create reaction for a commit comment](/v3/reactions/#create-reaction-for-a-commit-comment)
* [List reactions for an issue](/v3/reactions/#list-reactions-for-an-issue)
@@ -599,7 +600,7 @@ While most of your API interaction should occur using your server-to-server inst
* [List reactions for a team discussion comment](/v3/reactions/#list-reactions-for-a-team-discussion-comment)
* [Create reaction for a team discussion comment](/v3/reactions/#create-reaction-for-a-team-discussion-comment)
* [List reactions for a team discussion](/v3/reactions/#list-reactions-for-a-team-discussion)
-* [Create reaction for a team discussion](/v3/reactions/#create-reaction-for-a-team-discussion){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+* [Create reaction for a team discussion](/v3/reactions/#create-reaction-for-a-team-discussion){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
* [Delete a commit comment reaction](/v3/reactions/#delete-a-commit-comment-reaction)
* [Delete an issue reaction](/v3/reactions/#delete-an-issue-reaction)
* [Delete a reaction to a commit comment](/v3/reactions/#delete-an-issue-comment-reaction)
@@ -719,7 +720,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Get a repository README](/v3/repos/contents/#get-a-repository-readme)
* [Get the license for a repository](/v3/licenses/#get-the-license-for-a-repository)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
##### Repository Event Dispatches
* [Create a repository dispatch event](/v3/repos/#create-a-repository-dispatch-event)
@@ -861,6 +862,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Unblock a user](/v3/users/blocking/#unblock-a-user)
{% endif %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
##### User Emails
{% if currentVersion == "free-pro-team@latest" %}
@@ -870,6 +872,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Add email address(es)](/v3/users/emails/#add-an-email-address-for-the-authenticated-user)
* [Delete email address(es)](/v3/users/emails/#delete-an-email-address-for-the-authenticated-user)
* [List public email addresses for the authenticated user](/v3/users/emails/#list-public-email-addresses-for-the-authenticated-user)
+{% endif %}
##### User Followers
diff --git a/translations/de-DE/content/developers/apps/index.md b/translations/de-DE/content/developers/apps/index.md
index 5032b671b3..1b6f13d10f 100644
--- a/translations/de-DE/content/developers/apps/index.md
+++ b/translations/de-DE/content/developers/apps/index.md
@@ -12,6 +12,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% topic_link_in_list /getting-started-with-apps %}
diff --git a/translations/de-DE/content/developers/apps/installing-github-apps.md b/translations/de-DE/content/developers/apps/installing-github-apps.md
index ff6dd370a9..0daf74da0b 100644
--- a/translations/de-DE/content/developers/apps/installing-github-apps.md
+++ b/translations/de-DE/content/developers/apps/installing-github-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -46,7 +47,7 @@ These steps assume you have [built a {% data variables.product.prodname_github_a
1. From the [GitHub Apps settings page](https://github.com/settings/apps), select the public app you want to configure for others to install.
2. In "Homepage URL," type the URL for your app's homepage and click **Save changes**. 
3. GitHub provides a landing page for your app that includes a link to your app's "Homepage URL." To visit the landing page on GitHub, copy the URL from "Public link" and paste it into a browser. 
-4. Create a homepage for your app that includes the app installation URL: `https://github.com/apps//installations/new`.
+4. Create a homepage for your app that includes the app installation URL: `{% data variables.product.oauth_host_code %}/apps//installations/new`.
### Authorizing users during installation
@@ -59,4 +60,4 @@ You can provide a `state` parameter in an app's installation URL to preserve the
To preserve a state, add it to the installation URL:
-`https://github.com/apps//installations/new?state=AB12t`
+`{% data variables.product.oauth_host_code %}/apps//installations/new?state=AB12t`
diff --git a/translations/de-DE/content/developers/apps/making-a-github-app-public-or-private.md b/translations/de-DE/content/developers/apps/making-a-github-app-public-or-private.md
index 8573e96859..bf01890758 100644
--- a/translations/de-DE/content/developers/apps/making-a-github-app-public-or-private.md
+++ b/translations/de-DE/content/developers/apps/making-a-github-app-public-or-private.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For authentication information, see "[Authenticating with GitHub Apps](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation)."
diff --git a/translations/de-DE/content/developers/apps/managing-github-apps.md b/translations/de-DE/content/developers/apps/managing-github-apps.md
index b306976b4b..fb3b9c3934 100644
--- a/translations/de-DE/content/developers/apps/managing-github-apps.md
+++ b/translations/de-DE/content/developers/apps/managing-github-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/managing-oauth-apps.md b/translations/de-DE/content/developers/apps/managing-oauth-apps.md
index 87bf3cde93..e1bf769ded 100644
--- a/translations/de-DE/content/developers/apps/managing-oauth-apps.md
+++ b/translations/de-DE/content/developers/apps/managing-oauth-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/migrating-oauth-apps-to-github-apps.md b/translations/de-DE/content/developers/apps/migrating-oauth-apps-to-github-apps.md
index 26925e8506..0706b40b6e 100644
--- a/translations/de-DE/content/developers/apps/migrating-oauth-apps-to-github-apps.md
+++ b/translations/de-DE/content/developers/apps/migrating-oauth-apps-to-github-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,7 +19,7 @@ This article provides guidelines for existing integrators who are considering mi
- [Fine-grained permissions](/apps/differences-between-apps/#requesting-permission-levels-for-resources) target the specific information a GitHub App can access, allowing the app to be more widely used by people and organizations with security policies than OAuth Apps, which cannot be limited by permissions.
- [Short-lived tokens](/apps/differences-between-apps/#token-based-identification) provide a more secure authentication method over OAuth tokens. An OAuth token does not expire until the person who authorized the OAuth App revokes the token. GitHub Apps use tokens that expire quickly, creating a much smaller window of time for compromised tokens to be in use.
- [Built-in, centralized webhooks](/apps/differences-between-apps/#webhooks) receive events for all repositories and organizations the app can access. Conversely, OAuth Apps require configuring a webhook for each repository and organization accessible to the user.
-- [Bot accounts](/apps/differences-between-apps/#machine-vs-bot-accounts) don't consume a {% data variables.product.prodname_ghe_server %} seat and remain installed even when the person who initially installed the app leaves the organization.
+- [Bot accounts](/apps/differences-between-apps/#machine-vs-bot-accounts) don't consume a {% data variables.product.product_name %} seat and remain installed even when the person who initially installed the app leaves the organization.
- Built-in support for OAuth is still available to GitHub Apps using [user-to-server endpoints](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/).
- Dedicated [API rate limits](/apps/building-github-apps/understanding-rate-limits-for-github-apps/) for bot accounts scale with your integration.
- Repository owners can [install GitHub Apps](/apps/differences-between-apps/#who-can-install-github-apps-and-authorize-oauth-apps) on organization repositories. If a GitHub App's configuration has permissions that request an organization's resources, the org owner must approve the installation.
diff --git a/translations/de-DE/content/developers/apps/modifying-a-github-app.md b/translations/de-DE/content/developers/apps/modifying-a-github-app.md
index 1b53b636be..ef63ad208d 100644
--- a/translations/de-DE/content/developers/apps/modifying-a-github-app.md
+++ b/translations/de-DE/content/developers/apps/modifying-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/de-DE/content/developers/apps/modifying-an-oauth-app.md b/translations/de-DE/content/developers/apps/modifying-an-oauth-app.md
index 3e45db6182..5463c5f995 100644
--- a/translations/de-DE/content/developers/apps/modifying-an-oauth-app.md
+++ b/translations/de-DE/content/developers/apps/modifying-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/de-DE/content/developers/apps/rate-limits-for-github-apps.md b/translations/de-DE/content/developers/apps/rate-limits-for-github-apps.md
index 38affc94e2..e25d374ee1 100644
--- a/translations/de-DE/content/developers/apps/rate-limits-for-github-apps.md
+++ b/translations/de-DE/content/developers/apps/rate-limits-for-github-apps.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Server-to-server requests
@@ -45,7 +46,7 @@ Different user-to-server request rate limits apply to {% data variables.product.
{% endif %}
-User-to-server requests are rate limited at 5,000 requests per hour and per authenticated user. All OAuth applications authorized by that user, personal access tokens owned by that user, and requests authenticated with that user's username and password share the same quota of 5,000 requests per hour for that user.
+User-to-server requests are rate limited at 5,000 requests per hour and per authenticated user. All OAuth applications authorized by that user, personal access tokens owned by that user, and requests authenticated with that user's{% if currentVersion == "github-ae@latest" %} token{% else %} username and password{% endif %} share the same quota of 5,000 requests per hour for that user.
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/developers/apps/refreshing-user-to-server-access-tokens.md b/translations/de-DE/content/developers/apps/refreshing-user-to-server-access-tokens.md
index 92532cfd7e..8ec5ae084d 100644
--- a/translations/de-DE/content/developers/apps/refreshing-user-to-server-access-tokens.md
+++ b/translations/de-DE/content/developers/apps/refreshing-user-to-server-access-tokens.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/scopes-for-oauth-apps.md b/translations/de-DE/content/developers/apps/scopes-for-oauth-apps.md
index 1cb0b4ab4f..b54804d435 100644
--- a/translations/de-DE/content/developers/apps/scopes-for-oauth-apps.md
+++ b/translations/de-DE/content/developers/apps/scopes-for-oauth-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When setting up an OAuth App on GitHub, requested scopes are displayed to the user on the authorization form.
@@ -18,7 +19,7 @@ When setting up an OAuth App on GitHub, requested scopes are displayed to the us
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
If your
{% data variables.product.prodname_oauth_app %} doesn't have access to a browser, such as a CLI tool, then you don't need to specify a scope for users to authenticate to your app. For more information, see "[Authorizing OAuth apps](/developers/apps/authorizing-oauth-apps#device-flow)."
{% endif %}
@@ -39,13 +40,13 @@ X-Accepted-OAuth-Scopes: user
| Name | Beschreibung |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| **`(no scope)`** | Grants read-only access to public information (includes public user profile info, public repository info, and gists){% if enterpriseServerVersions contains currentVersion %}
+| **`(no scope)`** | Grants read-only access to public information (includes public user profile info, public repository info, and gists){% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| **`site_admin`** | Grants site administrators access to [{% data variables.product.prodname_ghe_server %} Administration API endpoints](/v3/enterprise-admin).{% endif %}
| **`repo`** | Grants full access to private and public repositories. That includes read/write access to code, commit statuses, repository and organization projects, invitations, collaborators, adding team memberships, deployment statuses, and repository webhooks for public and private repositories and organizations. Also grants ability to manage user projects. |
| `repo:status` | Grants read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses *without* granting access to the code. |
| `repo_deployment` | Grants access to [deployment statuses](/v3/repos/deployments) for public and private repositories. This scope is only necessary to grant other users or services access to deployment statuses, *without* granting access to the code. |
| `public_repo` | Limits access to public repositories. That includes read/write access to code, commit statuses, repository projects, collaborators, and deployment statuses for public repositories and organizations. Also required for starring public repositories. |
-| `repo:invite` | Grants accept/decline abilities for invitations to collaborate on a repository. This scope is only necessary to grant other users or services access to invites *without* granting access to the code.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21"%}
+| `repo:invite` | Grants accept/decline abilities for invitations to collaborate on a repository. This scope is only necessary to grant other users or services access to invites *without* granting access to the code.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest"%}
| `security_events` | Grants read and write access to security events in the [{% data variables.product.prodname_code_scanning %} API](/v3/code-scanning).{% endif %}
| **`admin:repo_hook`** | Grants read, write, ping, and delete access to repository hooks in public and private repositories. The `repo` and `public_repo` scopes grants full access to repositories, including repository hooks. Use the `admin:repo_hook` scope to limit access to only repository hooks. |
| `write:repo_hook` | Grants read, write, and ping access to hooks in public or private repositories. |
diff --git a/translations/de-DE/content/developers/apps/setting-permissions-for-github-apps.md b/translations/de-DE/content/developers/apps/setting-permissions-for-github-apps.md
index aea8157d92..f63d641cdb 100644
--- a/translations/de-DE/content/developers/apps/setting-permissions-for-github-apps.md
+++ b/translations/de-DE/content/developers/apps/setting-permissions-for-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you create a GitHub App, you can select the permissions it needs to access end user data. Permissions can also be added and removed. For more information, see "[Editing a GitHub App's permissions](/apps/managing-github-apps/editing-a-github-app-s-permissions/)."
diff --git a/translations/de-DE/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md b/translations/de-DE/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
index 10c0ed839f..fbdcdf15c9 100644
--- a/translations/de-DE/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
+++ b/translations/de-DE/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/apps/transferring-ownership-of-a-github-app.md b/translations/de-DE/content/developers/apps/transferring-ownership-of-a-github-app.md
index 1b715b8af5..ea865da97c 100644
--- a/translations/de-DE/content/developers/apps/transferring-ownership-of-a-github-app.md
+++ b/translations/de-DE/content/developers/apps/transferring-ownership-of-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/de-DE/content/developers/apps/transferring-ownership-of-an-oauth-app.md b/translations/de-DE/content/developers/apps/transferring-ownership-of-an-oauth-app.md
index 1b812675c4..4f1cdbe512 100644
--- a/translations/de-DE/content/developers/apps/transferring-ownership-of-an-oauth-app.md
+++ b/translations/de-DE/content/developers/apps/transferring-ownership-of-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/de-DE/content/developers/apps/troubleshooting-authorization-request-errors.md b/translations/de-DE/content/developers/apps/troubleshooting-authorization-request-errors.md
index 4113c55126..ff6624c958 100644
--- a/translations/de-DE/content/developers/apps/troubleshooting-authorization-request-errors.md
+++ b/translations/de-DE/content/developers/apps/troubleshooting-authorization-request-errors.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Application suspended
diff --git a/translations/de-DE/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md b/translations/de-DE/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
index 938d7e8cf8..c38a7f4ca1 100644
--- a/translations/de-DE/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
+++ b/translations/de-DE/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/developers/apps/using-content-attachments.md b/translations/de-DE/content/developers/apps/using-content-attachments.md
index 8367e2a62b..852f7fc873 100644
--- a/translations/de-DE/content/developers/apps/using-content-attachments.md
+++ b/translations/de-DE/content/developers/apps/using-content-attachments.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pre-release-program.content-attachments-public-beta %}
diff --git a/translations/de-DE/content/developers/apps/using-the-github-api-in-your-app.md b/translations/de-DE/content/developers/apps/using-the-github-api-in-your-app.md
index 52568d5725..7064fb3606 100644
--- a/translations/de-DE/content/developers/apps/using-the-github-api-in-your-app.md
+++ b/translations/de-DE/content/developers/apps/using-the-github-api-in-your-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/index.md b/translations/de-DE/content/developers/index.md
index cd9dc830ba..81987f268f 100644
--- a/translations/de-DE/content/developers/index.md
+++ b/translations/de-DE/content/developers/index.md
@@ -4,6 +4,7 @@ intro: 'Go deeper with {% data variables.product.prodname_dotcom %} by integrati
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/de-DE/content/developers/overview/about-githubs-apis.md b/translations/de-DE/content/developers/overview/about-githubs-apis.md
index 4d21a0f841..39e74b19f1 100644
--- a/translations/de-DE/content/developers/overview/about-githubs-apis.md
+++ b/translations/de-DE/content/developers/overview/about-githubs-apis.md
@@ -6,26 +6,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt '2.9' %}
-
There are two stable versions of the GitHub API: the [REST API](/v3/) and the [GraphQL API](/v4/).
-{% else %}
-
-The latest stable version of the GitHub API is the [REST API](/v3/).
-
-{% endif %}
-
When using the REST API, we encourage you to [request v3 via the `Accept` header](/v3/media/#request-specific-version).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt '2.9' %}
-
For information on using the GraphQL API, see the [v4 docs](/v4/).
-{% endif %}
-
## Deprecated versions
### beta
diff --git a/translations/de-DE/content/developers/overview/github-developer-program.md b/translations/de-DE/content/developers/overview/github-developer-program.md
index 343241fd6f..8ecaa853aa 100644
--- a/translations/de-DE/content/developers/overview/github-developer-program.md
+++ b/translations/de-DE/content/developers/overview/github-developer-program.md
@@ -19,7 +19,7 @@ Build your own tools that seamlessly integrate with the place you push code ever
## Take on the enterprise
-[Obtain developer licenses](http://github.com/contact?form%5Bsubject%5D=Development+licenses) to build and test your application against {% data variables.product.prodname_ghe_server %}.
+[Obtain developer licenses](http://github.com/contact?form%5Bsubject%5D=Development+licenses) to build and test your application against {% data variables.product.prodname_ghe_server %} or {% data variables.product.prodname_ghe_managed %}.
## Have an integration that works with GitHub?
diff --git a/translations/de-DE/content/developers/overview/index.md b/translations/de-DE/content/developers/overview/index.md
index ddde72b49b..c674b911aa 100644
--- a/translations/de-DE/content/developers/overview/index.md
+++ b/translations/de-DE/content/developers/overview/index.md
@@ -1,9 +1,10 @@
---
title: Übersicht
-intro: 'Learn about {% data variables.product.prodname_dotcom %}''s APIs, secure your deployments, and join {% data variables.product.prodname_dotcom %}''s Developer Program.'
+intro: 'Learn about {% data variables.product.prodname_dotcom %}''s APIs{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} and secure your deployments.{% else %}, secure your deployments, and join {% data variables.product.prodname_dotcom %}''s Developer Program.{% endif %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Inhaltsverzeichnis
diff --git a/translations/de-DE/content/developers/overview/managing-deploy-keys.md b/translations/de-DE/content/developers/overview/managing-deploy-keys.md
index 0dc5a58f24..5e5d4032d8 100644
--- a/translations/de-DE/content/developers/overview/managing-deploy-keys.md
+++ b/translations/de-DE/content/developers/overview/managing-deploy-keys.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/overview/replacing-github-services.md b/translations/de-DE/content/developers/overview/replacing-github-services.md
index 7cc93257bf..878a316bd5 100644
--- a/translations/de-DE/content/developers/overview/replacing-github-services.md
+++ b/translations/de-DE/content/developers/overview/replacing-github-services.md
@@ -29,7 +29,7 @@ As an alternative to the email service, you can now start using email notificati
GitHub Services (sometimes referred to as Service Hooks) is the legacy method of integrating where GitHub hosted a portion of our integrator’s services via [the `github-services` repository](https://github.com/github/github-services). Actions performed on GitHub trigger these services, and you can use these services to trigger actions outside of GitHub.
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### Finding repositories that use GitHub Services
We provide a command-line script that helps you identify which repositories on your appliance use GitHub Services. For more information, see [ghe-legacy-github-services-report](/enterprise/{{currentVersion}}/admin/articles/command-line-utilities/#ghe-legacy-github-services-report).{% endif %}
diff --git a/translations/de-DE/content/developers/overview/using-ssh-agent-forwarding.md b/translations/de-DE/content/developers/overview/using-ssh-agent-forwarding.md
index aa7d8c9e59..349ab10e0d 100644
--- a/translations/de-DE/content/developers/overview/using-ssh-agent-forwarding.md
+++ b/translations/de-DE/content/developers/overview/using-ssh-agent-forwarding.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -21,10 +22,10 @@ Check out [Steve Friedl's Tech Tips guide][tech-tips] for a more detailed explan
Ensure that your own SSH key is set up and working. You can use [our guide on generating SSH keys][generating-keys] if you've not done this yet.
-You can test that your local key works by entering `ssh -T git@github.com` in the terminal:
+You can test that your local key works by entering `ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}` in the terminal:
```shell
-$ ssh -T git@github.com
+$ ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}
# Attempt to SSH in to github
> Hi username! You've successfully authenticated, but GitHub does not provide
> shell access.
@@ -47,7 +48,7 @@ We're off to a great start. Let's set up SSH to allow agent forwarding to your s
### Testing SSH agent forwarding
-To test that agent forwarding is working with your server, you can SSH into your server and run `ssh -T git@github.com` once more. If all is well, you'll get back the same prompt as you did locally.
+To test that agent forwarding is working with your server, you can SSH into your server and run `ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}` once more. If all is well, you'll get back the same prompt as you did locally.
If you're unsure if your local key is being used, you can also inspect the `SSH_AUTH_SOCK` variable on your server:
@@ -63,7 +64,7 @@ If the variable is not set, it means that agent forwarding is not working:
$ echo "$SSH_AUTH_SOCK"
# Print out the SSH_AUTH_SOCK variable
> [No output]
-$ ssh -T git@github.com
+$ ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}
# Try to SSH to github
> Permission denied (publickey).
```
@@ -78,7 +79,7 @@ SSH forwarding only works with SSH URLs, not HTTP(s) URLs. Check the *.git/confi
```shell
[remote "origin"]
- url = git@github.com:yourAccount/yourProject.git
+ url = git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}:yourAccount/yourProject.git
fetch = +refs/heads/*:refs/remotes/origin/*
```
diff --git a/translations/de-DE/content/developers/webhooks-and-events/about-webhooks.md b/translations/de-DE/content/developers/webhooks-and-events/about-webhooks.md
index a01e021f3a..869ef91377 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/about-webhooks.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/about-webhooks.md
@@ -6,14 +6,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Webhooks allow you to build or set up integrations, such as [{% data variables.product.prodname_github_app %}s](/apps/building-github-apps/) or [{% data variables.product.prodname_oauth_app %}s](/apps/building-oauth-apps/), which subscribe to certain events on GitHub.com. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL. Webhooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. You're only limited by your imagination.
-Webhooks can be installed on{% if enterpriseServerVersions contains currentVersion %} a [{% data variables.product.prodname_ghe_server %} instance](/rest/reference/enterprise-admin#global-webhooks/),{% endif %} an [organization][org-hooks], a specific [repository][repo-hooks], or a {% data variables.product.prodname_github_app %}. Once installed, the webhook will be sent each time one or more subscribed events occurs.
+Webhooks can be installed on{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} [{% data variables.product.prodname_enterprise %}](/rest/reference/enterprise-admin#global-webhooks/),{% endif %} an [organization][org-hooks], a specific [repository][repo-hooks], or a {% data variables.product.prodname_github_app %}. Once installed, the webhook will be sent each time one or more subscribed events occurs.
-You can create up to {% if enterpriseServerVersions contains currentVersion %}250{% else %}20{% endif %} webhooks for each event on each installation target {% if enterpriseServerVersions contains currentVersion %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %}
+You can create up to {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}250{% else %}20{% endif %} webhooks for each event on each installation target {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %}
### Ereignisse
diff --git a/translations/de-DE/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md b/translations/de-DE/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
index c121f0bf21..71c7eec747 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/webhooks-and-events/creating-webhooks.md b/translations/de-DE/content/developers/webhooks-and-events/creating-webhooks.md
index 5a5107a721..f88b2ad740 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/creating-webhooks.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/creating-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/webhooks-and-events/events.md b/translations/de-DE/content/developers/webhooks-and-events/events.md
index 12925507a8..fb31660ede 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/events.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/events.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/webhooks-and-events/github-event-types.md b/translations/de-DE/content/developers/webhooks-and-events/github-event-types.md
index 293d6bba3f..45087e2bf8 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/github-event-types.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/github-event-types.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/webhooks-and-events/index.md b/translations/de-DE/content/developers/webhooks-and-events/index.md
index 9081fdfede..fbcde34c7e 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/index.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/index.md
@@ -4,6 +4,7 @@ intro: 'You can set up, test, and secure webhooks so your integrations can subsc
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Inhaltsverzeichnis
diff --git a/translations/de-DE/content/developers/webhooks-and-events/issue-event-types.md b/translations/de-DE/content/developers/webhooks-and-events/issue-event-types.md
index fedad23253..82ea0715ce 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/issue-event-types.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/issue-event-types.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/webhooks-and-events/securing-your-webhooks.md b/translations/de-DE/content/developers/webhooks-and-events/securing-your-webhooks.md
index 09dd7373c1..5586858312 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/securing-your-webhooks.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/securing-your-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -34,9 +35,9 @@ $ export SECRET_TOKEN=your_token
### Validating payloads from GitHub
-When your secret token is set, {% data variables.product.product_name %} uses it to create a hash signature with each payload. This hash signature is included with the headers of each request as {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}`X-Hub-Signature-256`{% else if currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature`{% endif %}.
+When your secret token is set, {% data variables.product.product_name %} uses it to create a hash signature with each payload. This hash signature is included with the headers of each request as {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}`X-Hub-Signature-256`{% elsif currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature`{% endif %}.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
{% note %}
**Note:** For backward-compatibility, we also include the `X-Hub-Signature` header that is generated using the SHA-1 hash function. If possible, we recommend that you use the `X-Hub-Signature-256` header for improved security. The example below demonstrate using the `X-Hub-Signature-256` header.
@@ -67,11 +68,11 @@ post '/payload' do
"I got some JSON: #{push.inspect}"
end
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
def verify_signature(payload_body)
signature = 'sha256=' + OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha256'), ENV['SECRET_TOKEN'], payload_body)
return halt 500, "Signatures didn't match!" unless Rack::Utils.secure_compare(signature, request.env['HTTP_X_HUB_SIGNATURE_2'])
-end{% else if currentVersion ver_lt "enterprise-server@2.23" %}
+end{% elsif currentVersion ver_lt "enterprise-server@2.23" %}
def verify_signature(payload_body)
signature = 'sha1=' + OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha1'), ENV['SECRET_TOKEN'], payload_body)
return halt 500, "Signatures didn't match!" unless Rack::Utils.secure_compare(signature, request.env['HTTP_X_HUB_SIGNATURE'])
@@ -80,7 +81,7 @@ end{% endif %}
Your language and server implementations may differ from this example code. However, there are a number of very important things to point out:
-* No matter which implementation you use, the hash signature starts with {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or "private-instances@latest" %}`sha256=`{% else if currentVersion ver_lt "enterprise-server@2.23" %}`sha1=`{% endif %}, using the key of your secret token and your payload body.
+* No matter which implementation you use, the hash signature starts with {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or "github-ae@latest" %}`sha256=`{% elsif currentVersion ver_lt "enterprise-server@2.23" %}`sha1=`{% endif %}, using the key of your secret token and your payload body.
* Using a plain `==` operator is **not advised**. A method like [`secure_compare`][secure_compare] performs a "constant time" string comparison, which helps mitigate certain timing attacks against regular equality operators.
diff --git a/translations/de-DE/content/developers/webhooks-and-events/testing-webhooks.md b/translations/de-DE/content/developers/webhooks-and-events/testing-webhooks.md
index 3e1f058296..c9efec6024 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/testing-webhooks.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/testing-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/developers/webhooks-and-events/webhook-events-and-payloads.md b/translations/de-DE/content/developers/webhooks-and-events/webhook-events-and-payloads.md
index fbfe457a96..7e26e5709a 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/webhook-events-and-payloads.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/webhook-events-and-payloads.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -44,13 +45,13 @@ The unique properties for a webhook event are the same properties you'll find in
HTTP POST payloads that are delivered to your webhook's configured URL endpoint will contain several special headers:
-| Header | Beschreibung |
-| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `X-GitHub-Event` | Name of the event that triggered the delivery. |
-| `X-GitHub-Delivery` | A [GUID](http://en.wikipedia.org/wiki/Globally_unique_identifier) to identify the delivery.{% if enterpriseServerVersions contains currentVersion %}
-| `X-GitHub-Enterprise-Version` | The version of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload. |
-| `X-GitHub-Enterprise-Host` | The hostname of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload.{% endif %}{% if currentVersion != "private-instances@latest" %}
-| `X-Hub-Signature` | This header is sent if the webhook is configured with a [`secret`](/v3/repos/hooks/#create-hook-config-params). This is the HMAC hex digest of the request body, and is generated using the SHA-1 hash function and the `secret` as the HMAC `key`.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} `X-Hub-Signature` is provided for compatibility with existing integrations, and we recommend that you use the more secure `X-Hub-Signature-256` instead.{% endif %}{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+| Header | Beschreibung |
+| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `X-GitHub-Event` | Name of the event that triggered the delivery. |
+| `X-GitHub-Delivery` | A [GUID](http://en.wikipedia.org/wiki/Globally_unique_identifier) to identify the delivery.{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+| `X-GitHub-Enterprise-Version` | The version of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload. |
+| `X-GitHub-Enterprise-Host` | The hostname of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload.{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `X-Hub-Signature` | This header is sent if the webhook is configured with a [`secret`](/v3/repos/hooks/#create-hook-config-params). This is the HMAC hex digest of the request body, and is generated using the SHA-1 hash function and the `secret` as the HMAC `key`.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} `X-Hub-Signature` is provided for compatibility with existing integrations, and we recommend that you use the more secure `X-Hub-Signature-256` instead.{% endif %}{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `X-Hub-Signature-256` | This header is sent if the webhook is configured with a [`secret`](/v3/repos/hooks/#create-hook-config-params). This is the HMAC hex digest of the request body, and is generated using the SHA-256 hash function and the `secret` as the HMAC `key`.{% endif %}
Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.
@@ -61,10 +62,10 @@ Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.
> POST /payload HTTP/1.1
> Host: localhost:4567
-> X-GitHub-Delivery: 72d3162e-cc78-11e3-81ab-4c9367dc0958{% if enterpriseServerVersions contains currentVersion %}
+> X-GitHub-Delivery: 72d3162e-cc78-11e3-81ab-4c9367dc0958{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
> X-GitHub-Enterprise-Version: 2.15.0
-> X-GitHub-Enterprise-Host: example.com{% endif %}{% if currentVersion != "private-instances@latest" %}
-> X-Hub-Signature: sha1=7d38cdd689735b008b3c702edd92eea23791c5f6{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+> X-GitHub-Enterprise-Host: example.com{% endif %}{% if currentVersion != "github-ae@latest" %}
+> X-Hub-Signature: sha1=7d38cdd689735b008b3c702edd92eea23791c5f6{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
> X-Hub-Signature-256: sha256=d57c68ca6f92289e6987922ff26938930f6e66a2d161ef06abdf1859230aa23c{% endif %}
> User-Agent: GitHub-Hookshot/044aadd
> Content-Type: application/json
@@ -144,7 +145,7 @@ Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.
{{ webhookPayloadsForCurrentVersion.check_suite.completed }}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### code_scanning_alert
{% data reusables.webhooks.code_scanning_alert_event_short_desc %}
@@ -290,10 +291,10 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
#### Webhook payload object
-| Schlüssel | Typ | Beschreibung |
-| ------------ | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-| `action` | `string` | The action performed. Can be `created`.{% endif %}
-| `deployment` | `Objekt` | The [deployment](/rest/reference/repos#list-deployments). |
+| Schlüssel | Typ | Beschreibung |
+| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+| `action` | `string` | The action performed. Can be `created`.{% endif %}
+| `deployment` | `Objekt` | The [deployment](/rest/reference/repos#list-deployments). |
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -315,14 +316,14 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
#### Webhook payload object
-| Schlüssel | Typ | Beschreibung |
-| ---------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-| `action` | `string` | The action performed. Can be `created`.{% endif %}
-| `deployment_status` | `Objekt` | The [deployment status](/rest/reference/repos#list-deployment-statuses). |
-| `deployment_status["state"]` | `string` | The new state. Can be `pending`, `success`, `failure`, or `error`. |
-| `deployment_status["target_url"]` | `string` | The optional link added to the status. |
-| `deployment_status["description"]` | `string` | The optional human-readable description added to the status. |
-| `deployment` | `Objekt` | The [deployment](/rest/reference/repos#list-deployments) that this status is associated with. |
+| Schlüssel | Typ | Beschreibung |
+| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+| `action` | `string` | The action performed. Can be `created`.{% endif %}
+| `deployment_status` | `Objekt` | The [deployment status](/rest/reference/repos#list-deployment-statuses). |
+| `deployment_status["state"]` | `string` | The new state. Can be `pending`, `success`, `failure`, or `error`. |
+| `deployment_status["target_url"]` | `string` | The optional link added to the status. |
+| `deployment_status["description"]` | `string` | The optional human-readable description added to the status. |
+| `deployment` | `Objekt` | The [deployment](/rest/reference/repos#list-deployments) that this status is associated with. |
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -332,7 +333,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
{{ webhookPayloadsForCurrentVersion.deployment_status }}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### Unternehmen
@@ -429,7 +430,7 @@ When someone revokes their authorization of a {% data variables.product.prodname
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% note %}
**Note:** {% data reusables.pre-release-program.suspend-installation-beta %} For more information, see "[Suspending a {% data variables.product.prodname_github_app %} installation](/apps/managing-github-apps/suspending-a-github-app-installation/)."
@@ -667,18 +668,18 @@ The webhook this event is configured on was deleted. This event will only listen
#### Availability
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- GitHub Enterprise webhooks only receive `created` and `deleted` events. For more information, "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks/).{% endif %}
- Organization webhooks only receive the `deleted`, `added`, `removed`, `renamed`, and `invited` events
- {% data variables.product.prodname_github_app %}s with the `members` permission
#### Webhook payload object
-| Schlüssel | Typ | Beschreibung |
-| ------------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `action` | `string` | die Aktion, die durchgeführt wurde. Can be one of:{% if enterpriseServerVersions contains currentVersion %} `created`,{% endif %} `deleted`, `renamed`, `member_added`, `member_removed`, or `member_invited`. |
-| `Einladung` | `Objekt` | The invitation for the user or email if the action is `member_invited`. |
-| `membership` | `Objekt` | The membership between the user and the organization. Not present when the action is `member_invited`. |
+| Schlüssel | Typ | Beschreibung |
+| ------------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `action` | `string` | die Aktion, die durchgeführt wurde. Can be one of:{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} `created`,{% endif %} `deleted`, `renamed`, `member_added`, `member_removed`, or `member_invited`. |
+| `Einladung` | `Objekt` | The invitation for the user or email if the action is `member_invited`. |
+| `membership` | `Objekt` | The membership between the user and the organization. Not present when the action is `member_invited`. |
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
{% data reusables.webhooks.sender_desc %}
@@ -1018,7 +1019,7 @@ Deliveries for `review_requested` and `review_request_removed` events will have
{{ webhookPayloadsForCurrentVersion.release.published }}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### repository_dispatch
This event occurs when a {% data variables.product.prodname_github_app %} sends a `POST` request to the "[Create a repository dispatch event](/v3/repos/#create-a-repository-dispatch-event)" endpoint.
@@ -1046,7 +1047,7 @@ This event occurs when a {% data variables.product.prodname_github_app %} sends
| Schlüssel | Typ | Beschreibung |
| --------- | -------- | -------------------------------------------------------------------------------- |
-| `action` | `string` | die Aktion, die durchgeführt wurde. This can be one of:- `created` - A repository is created.
- `deleted` - A repository is deleted. This event type is only available to [organization hooks](/rest/reference/orgs#webhooks/)
- `archived` - A repository is archived.
- `unarchived` - A repository is unarchived.
{% if enterpriseServerVersions contains currentVersion %}- `anonymous_access_enabled` - A repository is [enabled for anonymous Git access](/v3/previews/#anonymous-git-access-to-repositories), `anonymous_access_disabled` - A repository is [disabled for anonymous Git access](/v3/previews/#anonymous-git-access-to-repositories)
{% endif %}- `edited` - A repository's information is edited.
- `renamed` - A repository is renamed.
- `transferred` - A repository is transferred.
- `publicized` - A repository is made public.
- `privatized` - A repository is made private.
|
+| `action` | `string` | die Aktion, die durchgeführt wurde. This can be one of:- `created` - A repository is created.
- `deleted` - A repository is deleted. This event type is only available to [organization hooks](/rest/reference/orgs#webhooks/)
- `archived` - A repository is archived.
- `unarchived` - A repository is unarchived.
{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}- `anonymous_access_enabled` - A repository is [enabled for anonymous Git access](/v3/previews/#anonymous-git-access-to-repositories), `anonymous_access_disabled` - A repository is [disabled for anonymous Git access](/v3/previews/#anonymous-git-access-to-repositories)
{% endif %}- `edited` - A repository's information is edited.
- `renamed` - A repository is renamed.
- `transferred` - A repository is transferred.
- `publicized` - A repository is made public.
- `privatized` - A repository is made private.
|
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -1248,7 +1249,7 @@ You can only create a sponsorship webhook on {% data variables.product.prodname_
{{ webhookPayloadsForCurrentVersion.team_add }}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### Benutzer
diff --git a/translations/de-DE/content/developers/webhooks-and-events/webhooks.md b/translations/de-DE/content/developers/webhooks-and-events/webhooks.md
index 7187f70556..ce66413490 100644
--- a/translations/de-DE/content/developers/webhooks-and-events/webhooks.md
+++ b/translations/de-DE/content/developers/webhooks-and-events/webhooks.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/administering-a-repository/about-branch-restrictions.md b/translations/de-DE/content/github/administering-a-repository/about-branch-restrictions.md
index 4741f51618..d7e402e7a4 100644
--- a/translations/de-DE/content/github/administering-a-repository/about-branch-restrictions.md
+++ b/translations/de-DE/content/github/administering-a-repository/about-branch-restrictions.md
@@ -1,12 +1,13 @@
---
title: Informationen zu Branch-Einschränkungen
-intro: 'Branches within repositories that belong to organizations can be configured so that only certain users{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %},{% else %} or{% endif %} teams{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %}, or apps{% endif %} can push to the branch.'
+intro: 'Branches within repositories that belong to organizations can be configured so that only certain users, teams, or apps can push to the branch.'
product: '{% data reusables.gated-features.branch-restrictions %}'
redirect_from:
- /articles/about-branch-restrictions
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you enable branch restrictions, only users, teams, or apps that have been given permission can push to the protected branch. Weitere Informationen findest Du unter „[Branch-Einschränkungen aktivieren](/articles/enabling-branch-restrictions)" und „[Über geschützte Branches](/articles/about-protected-branches)." You can view and edit the users, teams, or apps with push access to a protected branch in the protected branch's settings.
diff --git a/translations/de-DE/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md b/translations/de-DE/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
index 11e8ff903c..d3413b7003 100644
--- a/translations/de-DE/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
@@ -10,9 +10,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if enterpriseServerVersions contains currentVersion %}{% data reusables.notifications.outbound_email_tip %}{% endif %}
+{% data reusables.notifications.outbound_email_tip %}
In jeder E-Mail-Benachrichtigung für einen Push an ein Repository werden die neuen Commits und Links zu einem Diff aufgelistet, der nur diese Commits enthält. In der E-Mail-Benachrichtigung siehst Du Folgendes:
@@ -24,7 +25,7 @@ In jeder E-Mail-Benachrichtigung für einen Push an ein Repository werden die ne
- Die Dateien, die im Rahmen des Commits geändert wurden
- Die Commit-Mitteilung
-Du kannst E-Mail-Benachrichtigungen filtern, die Du für Pushes an ein Repository erhältst. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#filtering-email-notifications){% else %}"[About notification emails](/github/receiving-notifications-about-activity-on-github/about-email-notifications)." Du kannst auch E-Mail-Benachrichtigungen für Pushes ausschalten. Weitere Informationen findest Du unter „[Auslieferungsmethode für Deine Benachrichtigungen wählen](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications){% endif %}.“
+Du kannst E-Mail-Benachrichtigungen filtern, die Du für Pushes an ein Repository erhältst. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#filtering-email-notifications){% else %}"[About notification emails](/github/receiving-notifications-about-activity-on-github/about-email-notifications)." Du kannst auch E-Mail-Benachrichtigungen für Pushes ausschalten. Weitere Informationen findest Du unter „[Auslieferungsmethode für Deine Benachrichtigungen wählen](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications){% endif %}.“
### E-Mail-Benachrichtigungen für Pushes in Dein Repository aktivieren
@@ -36,7 +37,7 @@ Du kannst E-Mail-Benachrichtigungen filtern, die Du für Pushes an ein Repositor
7. Klicke auf **Save settings** (Einstellungen speichern). 
### Weiterführende Informationen
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
- „[Über Benachrichtigungen](/github/managing-subscriptions-and-notifications-on-github/about-notifications)"
{% else %}
- „[Über Benachrichtigungen](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
diff --git a/translations/de-DE/content/github/administering-a-repository/about-merge-methods-on-github.md b/translations/de-DE/content/github/administering-a-repository/about-merge-methods-on-github.md
index a290189b58..beacd385c6 100644
--- a/translations/de-DE/content/github/administering-a-repository/about-merge-methods-on-github.md
+++ b/translations/de-DE/content/github/administering-a-repository/about-merge-methods-on-github.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %} Sie können eine Art von Merge-Methode, beispielsweise Commit-Squashing oder Rebasing, erzwingen, indem Sie nur die gewünschte Methode für Ihr Repository aktivieren.
{% data reusables.pull_requests.default_merge_option %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
Die Standard-Mergemethode erzeugt einen Merge-Commit. Du kannst verhindern, dass Merge-Commits an einen geschützten Branch übertragen werden, indem Du einen linearen Commit-Verlauf erzwingst. Weitere Informationen findest Du unter „[Einen linearen Commit-Verlauf verlangen](/github/administering-a-repository/requiring-a-linear-commit-history)."{% endif %}
### Deine Merge-Commits squashen
diff --git a/translations/de-DE/content/github/administering-a-repository/about-protected-branches.md b/translations/de-DE/content/github/administering-a-repository/about-protected-branches.md
index f1f03cc87a..a91bea6874 100644
--- a/translations/de-DE/content/github/administering-a-repository/about-protected-branches.md
+++ b/translations/de-DE/content/github/administering-a-repository/about-protected-branches.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.about-protected-branches %} Du kannst entscheiden, Einschränkungen zu erzwingen über die Art und Weise, wie ein Pull Request in Dein Repository zusammengeführt wird.
diff --git a/translations/de-DE/content/github/administering-a-repository/about-releases.md b/translations/de-DE/content/github/administering-a-repository/about-releases.md
index bfb13addcb..a4fba02ba3 100644
--- a/translations/de-DE/content/github/administering-a-repository/about-releases.md
+++ b/translations/de-DE/content/github/administering-a-repository/about-releases.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Releases
@@ -20,11 +21,11 @@ Releases sind einsetzbare Software-Iterationen, die Du paketieren und für ein b
Releases basieren auf [Git-Tags](https://git-scm.com/book/en/Git-Basics-Tagging), die einen bestimmten Punkt im Verlauf Deines Repositorys kennzeichnen. Ein Tag kann ein anderes Datum haben als ein Release, da sie zu unterschiedlichen Zeiten erstellt wurden. Weitere Informationen zum Anzeigen Deiner vorhandenen Tags findest Du unter „[Anzeigen der Releases und Tags Deines Repositorys](/github/administering-a-repository/viewing-your-repositorys-releases-and-tags)."
-Du kannst Benachrichtigungen erhalten, wenn neue Releases in einem Repository verfügbar sind, ohne Benachrichtigungen über andere Updates des gleichen Repositorys zu erhalten. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching releases for a repository](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository){% endif %}."
+Du kannst Benachrichtigungen erhalten, wenn neue Releases in einem Repository verfügbar sind, ohne Benachrichtigungen über andere Updates des gleichen Repositorys zu erhalten. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching releases for a repository](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository){% endif %}."
Alle Personen mit Lesezugriff auf ein Repository können Releases anzeigen und vergleichen, aber nur Personen mit Schreibberechtigungen für ein Repository können Releases verwalten. Weitere Informationen findest Du unter „[Verwalten von Releases in einem Repository](/github/administering-a-repository/managing-releases-in-a-repository)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
People with admin permissions to a repository can choose whether
{% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}) objects are included in the ZIP files and tarballs that {% data variables.product.product_name %} creates for each release. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."
{% endif %}
diff --git a/translations/de-DE/content/github/administering-a-repository/about-required-commit-signing.md b/translations/de-DE/content/github/administering-a-repository/about-required-commit-signing.md
index 16575ddb8e..5ecb057766 100644
--- a/translations/de-DE/content/github/administering-a-repository/about-required-commit-signing.md
+++ b/translations/de-DE/content/github/administering-a-repository/about-required-commit-signing.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du in Deinem Repository Branch-Schutzmaßnahmen erzwungen hast, kannst Du die obligatorische Commit-Signatur einrichten. Weitere Informationen findest Du unter „[Geschützte Branches konfigurieren](/articles/configuring-protected-branches/).“
diff --git a/translations/de-DE/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md b/translations/de-DE/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
index 51f03b494e..c37fe21bbf 100644
--- a/translations/de-DE/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
+++ b/translations/de-DE/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du in Deinem Repository Schutzmaßnahmen für Branches erzwungen hast, kannst Du die erforderlichen Reviews einrichten. Weitere Informationen zum Erzwingen von Schutzmaßnahmen für Branches findest Du unter „[Geschützte Branches konfigurieren ](/articles/configuring-protected-branches/).“ For more information about setting up required reviews, see "[Enabling required reviews for pull requests](/articles/enabling-required-reviews-for-pull-requests)."
diff --git a/translations/de-DE/content/github/administering-a-repository/about-required-status-checks.md b/translations/de-DE/content/github/administering-a-repository/about-required-status-checks.md
index 1d5f0ead6b..71174adf3d 100644
--- a/translations/de-DE/content/github/administering-a-repository/about-required-status-checks.md
+++ b/translations/de-DE/content/github/administering-a-repository/about-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu erforderlichen Statuschecks
@@ -59,7 +60,7 @@ remote: error: Required status check "ci-build" is failing
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
Manchmal werden sich die Ergebnisse der Statuschecks für den Test-Merge-Commit und Head-Commit widersprechen. Wenn der Test-Merge-Commit einen Status hat, muss dieser bestanden werden. Anderenfalls muss der Status des Head-Commit bestanden sein, bevor Du den Branch zusammenführen kannst. For more information about test merge commits, see "[Pull Requests](/v3/pulls/#response-1)."
diff --git a/translations/de-DE/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md b/translations/de-DE/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
index 3c32079775..da3647e0fd 100644
--- a/translations/de-DE/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
+++ b/translations/de-DE/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Abfrageparameter sind optionale Bestandteile einer URL, die Sie anpassen können, um eine bestimmte Ansicht einer Webseite weiterzugeben, z. B. gefilterte Suchergebnisse, eine Issue-Vorlage oder die Seite mit dem Veröffentlichungsformular auf {% data variables.product.prodname_dotcom %}. Um eigene Abfrageparameter zu erstellen, musst Du Schlüssel- und Wertepaar abgleichen.
diff --git a/translations/de-DE/content/github/administering-a-repository/changing-the-default-branch.md b/translations/de-DE/content/github/administering-a-repository/changing-the-default-branch.md
index 41e38a85e2..78d33ab7d6 100644
--- a/translations/de-DE/content/github/administering-a-repository/changing-the-default-branch.md
+++ b/translations/de-DE/content/github/administering-a-repository/changing-the-default-branch.md
@@ -5,6 +5,7 @@ permissions: People with admin permissions to a repository can change the defaul
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
redirect_from:
- /github/administering-a-repository/setting-the-default-branch
- /articles/setting-the-default-branch
@@ -14,13 +15,15 @@ redirect_from:
You can choose the default branch for a repository. The default branch is the base branch for pull requests and code commits. For more information about the default branch, see "[About branches](/github/collaborating-with-issues-and-pull-requests/about-branches#about-the-default-branch)."
+{% if currentVersion != "github-ae@latest" %}
{% note %}
**Note**: If you use the Git-Subversion bridge, changing the default branch will affect your `trunk` branch contents and the `HEAD` you see when you list references for the remote repository. For more information, see "[Support for Subversion clients](/github/importing-your-projects-to-github/support-for-subversion-clients)" and [git-ls-remote](https://git-scm.com/docs/git-ls-remote.html) in the Git documentation.
{% endnote %}
+{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.branches.set-default-branch %}
@@ -32,7 +35,7 @@ To change the default branch, your repository must have more than one branch. We
### Changing the default branch
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
diff --git a/translations/de-DE/content/github/administering-a-repository/classifying-your-repository-with-topics.md b/translations/de-DE/content/github/administering-a-repository/classifying-your-repository-with-topics.md
index 37e2875ba0..3f48a46123 100644
--- a/translations/de-DE/content/github/administering-a-repository/classifying-your-repository-with-topics.md
+++ b/translations/de-DE/content/github/administering-a-repository/classifying-your-repository-with-topics.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Themen
@@ -27,7 +28,7 @@ Du kannst nach Repositorys suchen, die mit einem bestimmten Thema verknüpft sin
### Themen zum Repository hinzufügen
-{% data reusables.repositories.navigate-to-repo %}{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
+{% data reusables.repositories.navigate-to-repo %}{% if currentVersion ver_lt "enterprise-server@2.22" %}
2. Klicke unter der Beschreibung des Repositorys auf **Add topics** (Themen hinzufügen). 
3. Gib das Thema ein, das Du zum Repository hinzufügen möchtest, gefolgt von einem Leerzeichen. 
4. Wenn Du mit dem Hinzufügen von Themen fertig bist, klicke auf **Done** (Fertig). 
diff --git a/translations/de-DE/content/github/administering-a-repository/comparing-releases.md b/translations/de-DE/content/github/administering-a-repository/comparing-releases.md
index 334d9ae185..d753ceeb2c 100644
--- a/translations/de-DE/content/github/administering-a-repository/comparing-releases.md
+++ b/translations/de-DE/content/github/administering-a-repository/comparing-releases.md
@@ -5,6 +5,7 @@ permissions: Personen mit Lesezugriff auf ein Repository können Releases ansehe
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md b/translations/de-DE/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
index ec4cb356d4..c7116066ab 100644
--- a/translations/de-DE/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
+++ b/translations/de-DE/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
@@ -7,9 +7,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Anyone with admin permissions to a repository can configure autolink references to link issues, pull requests,{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} commit messages, and release descriptions{% else %} and commit messages{% endif %} to external third-party services.
+Anyone with admin permissions to a repository can configure autolink references to link issues, pull requests,{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %} commit messages, and release descriptions{% else %} and commit messages{% endif %} to external third-party services.
Wenn Du Zendesk verwendest, um beispielsweise Tickets von Benutzern nachzuverfolgen, kannst Du in dem Pull Request, den Du zur Fehlerbehebung öffnest, auf eine Ticketnummer verweisen.
diff --git a/translations/de-DE/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md b/translations/de-DE/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
index d10c040229..1029e78e5b 100644
--- a/translations/de-DE/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
+++ b/translations/de-DE/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %}
diff --git a/translations/de-DE/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md b/translations/de-DE/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
index b34895e181..c4e12cba6a 100644
--- a/translations/de-DE/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
+++ b/translations/de-DE/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %}
diff --git a/translations/de-DE/content/github/administering-a-repository/configuring-protected-branches.md b/translations/de-DE/content/github/administering-a-repository/configuring-protected-branches.md
index 0517a100ba..1a62aebcb3 100644
--- a/translations/de-DE/content/github/administering-a-repository/configuring-protected-branches.md
+++ b/translations/de-DE/content/github/administering-a-repository/configuring-protected-branches.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/administering-a-repository/configuring-pull-request-merges.md b/translations/de-DE/content/github/administering-a-repository/configuring-pull-request-merges.md
index eac3ef9136..e07d5cfeb5 100644
--- a/translations/de-DE/content/github/administering-a-repository/configuring-pull-request-merges.md
+++ b/translations/de-DE/content/github/administering-a-repository/configuring-pull-request-merges.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md b/translations/de-DE/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
index 56bf1b4e33..2ad3f470d8 100644
--- a/translations/de-DE/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
+++ b/translations/de-DE/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Verwende eine *.gitattributes*-Datei, um Dateien zu markieren, die einem bestimmten „Muster“ mit den festgelegten Attributen entsprechen. Eine *.gitattributes*-Datei nutzt dieselben Regeln zum Abgleichen wie _.gitignore_-Dateien. Weitere Informationen findest Du unter „[Muster-Format](https://www.git-scm.com/docs/gitignore#_pattern_format)" in der Git-Dokumentation.
diff --git a/translations/de-DE/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md b/translations/de-DE/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
index 378662c32f..06a99ba773 100644
--- a/translations/de-DE/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
+++ b/translations/de-DE/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du noch kein Bild hinzugefügt hast, werden sich Repository-Links erweitern, um grundlegende Informationen zum Repository sowie den Avatar des Inhabers anzeigen. Durch das Hinzufügen eines Bildes zu Deinem Repository vereinfachst Du die Identifizierung Deines Projekts auf den verschiedenen Social-Media-Kanälen.
diff --git a/translations/de-DE/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md b/translations/de-DE/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
index 96ad7c1aa3..efa105f363 100644
--- a/translations/de-DE/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
+++ b/translations/de-DE/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/administering-a-repository/deleting-a-repository.md b/translations/de-DE/content/github/administering-a-repository/deleting-a-repository.md
index 7229dc427e..bc222168f6 100644
--- a/translations/de-DE/content/github/administering-a-repository/deleting-a-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/deleting-a-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.owners-and-admins-can %} ein Organisations-Repository löschen. Wenn **Allow members to delete or transfer repositories for this organization** (Mitgliedern das Löschen oder Übertragen von Repositorys für diese Organisation erlauben) deaktiviert wurde, können nur Organisationsinhaber Repositorys der Organisation löschen. {% data reusables.organizations.new-repo-permissions-more-info %}
diff --git a/translations/de-DE/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md b/translations/de-DE/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
index 083751d41a..fed72fa0bf 100644
--- a/translations/de-DE/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
+++ b/translations/de-DE/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Löschen eines Branches, der für einen Pull-Request verwendet wurde
diff --git a/translations/de-DE/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md b/translations/de-DE/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
index 9409ecd79a..7b69ee25d8 100644
--- a/translations/de-DE/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
@@ -23,7 +23,7 @@ Alternativ kannst Du {% data variables.product.prodname_actions %} in Deinem Rep
{% note %}
-**Note:** You might not be able to manage these settings if your organization has an overriding policy or is managed by an enterprise account that has overriding policy. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account)."{% else if currentVersion ver_gt "enterprise-server@2.21"%}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
+**Note:** You might not be able to manage these settings if your organization has an overriding policy or is managed by an enterprise account that has overriding policy. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)."{% elsif currentVersion ver_gt "enterprise-server@2.21"%}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
{% endnote %}
@@ -44,7 +44,7 @@ You can disable all workflows for a repository or set a policy that configures w
{% note %}
-**Note:** You might not be able to manage these settings if your organization has an overriding policy or is managed by an enterprise account that has overriding policy. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account)."{% else if currentVersion ver_gt "enterprise-server@2.21" %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."
+**Note:** You might not be able to manage these settings if your organization has an overriding policy or is managed by an enterprise account that has overriding policy. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)."{% elsif currentVersion ver_gt "enterprise-server@2.21" %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."
{% endif %}
diff --git a/translations/de-DE/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md b/translations/de-DE/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
index c331e8d9b4..102a7f8936 100644
--- a/translations/de-DE/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
@@ -5,11 +5,12 @@ redirect_from:
- /articles/enabling-anonymous-git-read-access-for-a-repository
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Repository-Administratoren können die Einstellung für den anonymen Git-Lesezugriff für ein bestimmtes Repository ändern, wenn folgende Voraussetzungen erfüllt sind:
- Ein Websiteadministrator hat den privaten Modus und den anonymen Git-Lesezugriff aktiviert.
-- Das Repository ist öffentlich auf der Instanz und ist kein Fork.
+- The repository is public on the enterprise and is not a fork.
- Ein Websiteadministrator hat den anonymen Git-Lesezugriff für das Repository nicht deaktiviert.
{% data reusables.enterprise_user_management.exceptions-for-enabling-anonymous-git-read-access %}
diff --git a/translations/de-DE/content/github/administering-a-repository/enabling-branch-restrictions.md b/translations/de-DE/content/github/administering-a-repository/enabling-branch-restrictions.md
index d92df8abc6..f45261c9d9 100644
--- a/translations/de-DE/content/github/administering-a-repository/enabling-branch-restrictions.md
+++ b/translations/de-DE/content/github/administering-a-repository/enabling-branch-restrictions.md
@@ -1,12 +1,13 @@
---
title: Branch-Einschränkungen aktivieren
-intro: 'You can enforce branch restrictions so that only certain users{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %},{% else %} or{% endif %} teams{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %}, or apps{% endif %} can push to a protected branch in repositories owned by your organization.'
+intro: 'You can enforce branch restrictions so that only certain users, teams, or apps can push to a protected branch in repositories owned by your organization.'
product: '{% data reusables.gated-features.branch-restrictions %}'
redirect_from:
- /articles/enabling-branch-restrictions
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Jeder Benutzer mit Administratorberechtigungen für ein Repository im Besitz der Organisation kann Branch-Einschränkungen aktivieren.
diff --git a/translations/de-DE/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md b/translations/de-DE/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
index c38baaa0cf..a67e072e16 100644
--- a/translations/de-DE/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
+++ b/translations/de-DE/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Jeder Benutzer mit Administratorberechtigungen für ein Repository kann Branch-Löschungen aktivieren.
diff --git a/translations/de-DE/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md b/translations/de-DE/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
index 1919c425e0..1874dffc0c 100644
--- a/translations/de-DE/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
+++ b/translations/de-DE/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Jeder Benutzer mit Administratorberechtigungen in einem Repository kann erzwungene Pushes aktivieren.
@@ -15,7 +16,7 @@ Standardmäßig sind erzwungene Pushes auf allen geschützten Branches blockiert
Das Aktivieren erzwungener Pushes wird keine anderen Branch-Schutzregeln überschreiben. Wenn ein Branch beispielsweise einen linearen Commit-Verlauf verlangt, kannst Du keine Merge-Commit-Pushes zu diesem Branch erzwingen.
-{% if enterpriseServerVersions contains currentVersion %}Du kannst keine erzwungenen Pushes für einen geschützten Branch aktivieren, wenn ein Websiteadministrator erzwungene Pushes auf alle Branches in Deinem Repository blockiert hat. Weitere Informationen findest Du unter „[Blockieren von erzwungenen Pushes zu Repositorys, die einem Benutzerkonto oder einer Organisation gehören](/enterprise/{{ currentVersion }}/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization)."
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}You cannot enable force pushes for a protected branch if a site administrator has blocked force pushes to all branches in your repository. Weitere Informationen findest Du unter „[Blockieren von erzwungenen Pushes zu Repositorys, die einem Benutzerkonto oder einer Organisation gehören](/enterprise/{{ currentVersion }}/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization)."
Wenn ein Websiteadministrator erzwungene Pushes nur auf den Standardbranch blockiert hat, kannst Du erzwungene Pushes trotzdem für jeden anderen geschützten Branch aktivieren.{% endif %}
diff --git a/translations/de-DE/content/github/administering-a-repository/enabling-required-commit-signing.md b/translations/de-DE/content/github/administering-a-repository/enabling-required-commit-signing.md
index e1e6b8e957..c74a534b46 100644
--- a/translations/de-DE/content/github/administering-a-repository/enabling-required-commit-signing.md
+++ b/translations/de-DE/content/github/administering-a-repository/enabling-required-commit-signing.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bevor Du die obligatorische Commit-Signatur auf einem Branch aktivierst, musst Du zuerst den Branch als geschützten Branch aufsetzen. Weitere Informationen finden Sie unter „[Geschützte Branches konfigurieren](/github/administering-a-repository/configuring-protected-branches)“.
diff --git a/translations/de-DE/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md b/translations/de-DE/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
index d00adeba8d..5fb43c4f6c 100644
--- a/translations/de-DE/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
+++ b/translations/de-DE/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bevor Du erforderliche Reviews auf einem Branch aktivierst, musst Du zunächst den Branch als geschützten Branch aufsetzen. Weitere Informationen finden Sie unter „[Geschützte Branches konfigurieren](/github/administering-a-repository/configuring-protected-branches)“.
diff --git a/translations/de-DE/content/github/administering-a-repository/enabling-required-status-checks.md b/translations/de-DE/content/github/administering-a-repository/enabling-required-status-checks.md
index 067c6cb617..ce9b000760 100644
--- a/translations/de-DE/content/github/administering-a-repository/enabling-required-status-checks.md
+++ b/translations/de-DE/content/github/administering-a-repository/enabling-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.protected-branches-options %}
diff --git a/translations/de-DE/content/github/administering-a-repository/index.md b/translations/de-DE/content/github/administering-a-repository/index.md
index 5351c63b96..b7c1001bd4 100644
--- a/translations/de-DE/content/github/administering-a-repository/index.md
+++ b/translations/de-DE/content/github/administering-a-repository/index.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/administering-a-repository/linking-to-releases.md b/translations/de-DE/content/github/administering-a-repository/linking-to-releases.md
index 711de98491..10f05bd090 100644
--- a/translations/de-DE/content/github/administering-a-repository/linking-to-releases.md
+++ b/translations/de-DE/content/github/administering-a-repository/linking-to-releases.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/administering-a-repository/managing-branches-in-your-repository.md b/translations/de-DE/content/github/administering-a-repository/managing-branches-in-your-repository.md
index adf29c7772..79ba1d3957 100644
--- a/translations/de-DE/content/github/administering-a-repository/managing-branches-in-your-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/managing-branches-in-your-repository.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md b/translations/de-DE/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
index fc52191ea4..957b83f2df 100644
--- a/translations/de-DE/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
@@ -6,13 +6,17 @@ permissions: 'People with admin permissions for a repository can manage whether
versions:
free-pro-team: '*'
enterprise-server: '=>2.23'
+ github-ae: '*'
---
### About {% data variables.large_files.product_name_short %} objects in archives
{% data variables.product.product_name %} creates source code archives of your repository in the form of ZIP files and tarballs. People can download these archives on the main page of your repository or as release assets. By default, {% data variables.large_files.product_name_short %} objects are not included in these archives, only the pointer files to these objects. To improve the usability of archives for your repository, you can choose to include the {% data variables.large_files.product_name_short %} objects instead.
-If you choose to include {% data variables.large_files.product_name_short %} objects in archives of your repository, every download of those archives will count towards bandwidth usage for your account. Each account receives {% data variables.large_files.initial_bandwidth_quota %} per month of bandwidth for free, and you can pay for additional usage. For more information, see "[About storage and bandwidth usage](/github/managing-large-files/about-storage-and-bandwidth-usage)" and "[Managing billing for {% data variables.large_files.product_name_long %}](/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage)."
+{% if currentVersion != "github-ae@latest" %}
+If you choose to include
+{% data variables.large_files.product_name_short %} objects in archives of your repository, every download of those archives will count towards bandwidth usage for your account. Each account receives {% data variables.large_files.initial_bandwidth_quota %} per month of bandwidth for free, and you can pay for additional usage. For more information, see "[About storage and bandwidth usage](/github/managing-large-files/about-storage-and-bandwidth-usage)" and "[Managing billing for {% data variables.large_files.product_name_long %}](/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage)."
+{% endif %}
### Managing {% data variables.large_files.product_name_short %} objects in archives
diff --git a/translations/de-DE/content/github/administering-a-repository/managing-releases-in-a-repository.md b/translations/de-DE/content/github/administering-a-repository/managing-releases-in-a-repository.md
index a0b9f8b1f7..1d03ae0baf 100644
--- a/translations/de-DE/content/github/administering-a-repository/managing-releases-in-a-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/managing-releases-in-a-repository.md
@@ -12,18 +12,19 @@ permissions: 'Repository-Mitarbeiter und Personen mit Schreibzugriff auf ein Rep
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About release management
You can also publish an action from a specific release in {% data variables.product.prodname_marketplace %}. For more information, see "Publishing an action in the {% data variables.product.prodname_marketplace %}."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
You can choose whether
{% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}) objects are included in the ZIP files and tarballs that {% data variables.product.product_name %} creates for each release. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Tip**: You can also manage releases using the {% data variables.product.prodname_cli %}. For more information, see "[`gh release`](https://cli.github.com/manual/gh_release)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/de-DE/content/github/administering-a-repository/managing-repository-settings.md b/translations/de-DE/content/github/administering-a-repository/managing-repository-settings.md
index fde674a004..f6f6b61444 100644
--- a/translations/de-DE/content/github/administering-a-repository/managing-repository-settings.md
+++ b/translations/de-DE/content/github/administering-a-repository/managing-repository-settings.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md b/translations/de-DE/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
index ddd9d51998..87be0d909e 100644
--- a/translations/de-DE/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
+++ b/translations/de-DE/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Administratorberechtigungen für ein Repository können die automatische Löschung von Branches aktivieren oder deaktivieren.
diff --git a/translations/de-DE/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md b/translations/de-DE/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
index 8d1d403c65..270ef5f25e 100644
--- a/translations/de-DE/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
@@ -1,6 +1,6 @@
---
title: Verwalten der Forking-Richtlinie für Dein Repository
-intro: 'You can allow or prevent the forking of a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository owned by an organization.'
+intro: 'You can allow or prevent the forking of a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository owned by an organization.'
redirect_from:
- /articles/allowing-people-to-fork-a-private-repository-owned-by-your-organization
- /github/administering-a-repository/allowing-people-to-fork-a-private-repository-owned-by-your-organization
@@ -8,9 +8,10 @@ permissions: Personen mit Administratorberechtigungen für ein Repository könne
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-An organization owner must allow forks of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories on the organization level before you can allow or disallow forks for a specific repository. Weitere Informationen findest Du unter „[Die Forking-Richtlinie für Deine Organisation verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)."
+An organization owner must allow forks of private{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories on the organization level before you can allow or disallow forks for a specific repository. Weitere Informationen findest Du unter „[Die Forking-Richtlinie für Deine Organisation verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)."
{% data reusables.organizations.internal-repos-enterprise %}
diff --git a/translations/de-DE/content/github/administering-a-repository/releasing-projects-on-github.md b/translations/de-DE/content/github/administering-a-repository/releasing-projects-on-github.md
index 6de0526285..58ac2d3010 100644
--- a/translations/de-DE/content/github/administering-a-repository/releasing-projects-on-github.md
+++ b/translations/de-DE/content/github/administering-a-repository/releasing-projects-on-github.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/administering-a-repository/renaming-a-repository.md b/translations/de-DE/content/github/administering-a-repository/renaming-a-repository.md
index c1baed344a..e2e6a74fa6 100644
--- a/translations/de-DE/content/github/administering-a-repository/renaming-a-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/renaming-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du ein Repository umbenennst, werden mit Ausnahme von Projektwebsite-URLs alle vorhandenen Informationen automatisch auf den neuen Namen umgeleitet, einschließlich:
diff --git a/translations/de-DE/content/github/administering-a-repository/requiring-a-linear-commit-history.md b/translations/de-DE/content/github/administering-a-repository/requiring-a-linear-commit-history.md
index 8dbd9dc4b4..e458cc6e67 100644
--- a/translations/de-DE/content/github/administering-a-repository/requiring-a-linear-commit-history.md
+++ b/translations/de-DE/content/github/administering-a-repository/requiring-a-linear-commit-history.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Personen mit Administratorberechtigungen auf ein Repository können einen linearen Commit-Verlauf verlangen.
diff --git a/translations/de-DE/content/github/administering-a-repository/setting-repository-visibility.md b/translations/de-DE/content/github/administering-a-repository/setting-repository-visibility.md
index 9efcf5d60c..6d24026233 100644
--- a/translations/de-DE/content/github/administering-a-repository/setting-repository-visibility.md
+++ b/translations/de-DE/content/github/administering-a-repository/setting-repository-visibility.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Über Änderungen der Repository-Sichtbarkeit
@@ -19,18 +20,18 @@ We recommend reviewing the following caveats before you change the visibility of
#### Repository als privat festlegen
- * {% data variables.product.prodname_dotcom %} will detach public forks of the public repository and put them into a new network. Öffentliche Forks werden nicht in private Forks umgewandelt. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you change a repository's visibility from internal to private, {% data variables.product.prodname_dotcom %} will remove forks that belong to any user without access to the newly private repository.{% endif %} For more information, see "[What happens to forks when a repository is deleted or changes visibility?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository)"
+ * {% data variables.product.prodname_dotcom %} will detach public forks of the public repository and put them into a new network. Öffentliche Forks werden nicht in private Forks umgewandelt. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you change a repository's visibility from internal to private, {% data variables.product.prodname_dotcom %} will remove forks that belong to any user without access to the newly private repository.{% endif %} For more information, see "[What happens to forks when a repository is deleted or changes visibility?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository)"
{% if currentVersion == "free-pro-team@latest" %}* If you're using {% data variables.product.prodname_free_user %} for user accounts or organizations, some features won't be available in the repository after you change the visibility to private. {% data reusables.gated-features.more-info %}
* Jede veröffentlichte {% data variables.product.prodname_pages %}-Website wird automatisch zurückgezogen. Wenn Sie Ihrer {% data variables.product.prodname_pages %}-Website eine benutzerdefinierte Domain hinzugefügt hatten, sollten Sie Ihre DNS-Einträge vor der Umschaltung des Repositorys in ein privates Repository entfernen oder aktualisieren, um das Risiko eines Domain-Takeovers auszuschließen. Weitere Informationen findest Du unter „[Eine benutzerdefinierte Domäne für Deine {% data variables.product.prodname_pages %}-Website verwalten](/articles/managing-a-custom-domain-for-your-github-pages-site).“
* {% data variables.product.prodname_dotcom %} will no longer included the repository in the {% data variables.product.prodname_archive %}. For more information, see "[About archiving content and data on {% data variables.product.prodname_dotcom %}](/github/creating-cloning-and-archiving-repositories/about-archiving-content-and-data-on-github#about-the-github-archive-program)."{% endif %}
- {% if enterpriseServerVersions contains currentVersion %}* Anonymous Git read access is no longer available. For more information, see "[Enabling anonymous Git read access for a repository](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)."{% endif %}
+ {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}* Anonymous Git read access is no longer available. Weitere Informationen finden Sie unter „[Anonymen Git-Lesezugriff für ein Repository aktivieren](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)“.{% endif %}
#### Repository als öffentlich festlegen
* {% data variables.product.prodname_dotcom %} will detach private forks and turn them into a standalone private repository. Weitere Informationen findest Du unter „[Was geschieht mit Forks, wenn ein Repository gelöscht wird oder sich dessen Sichtbarkeit ändert?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-private-repository-to-a-public-repository).“
* If you're converting your private repository to a public repository as part of a move toward creating an open source project, see the [Open Source Guides](http://opensource.guide) for helpful tips and guidelines.{% if currentVersion == "free-pro-team@latest" %} You can also take a free course on managing an open source project with [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %}). Sobald Dein Repository der Öffentlichkeit zugänglich ist, kannst Du im Community-Profil des Repositorys überprüfen, ob Dein Projekt die Best Practices zur Unterstützung von Mitarbeitern erfüllt. Weitere Informationen finden Sie unter „[Community-Profil anzeigen](/articles/viewing-your-community-profile)“.{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
### Changing a repository's visibility
diff --git a/translations/de-DE/content/github/administering-a-repository/transferring-a-repository.md b/translations/de-DE/content/github/administering-a-repository/transferring-a-repository.md
index 5deb25ef11..f93cc94179 100644
--- a/translations/de-DE/content/github/administering-a-repository/transferring-a-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/transferring-a-repository.md
@@ -15,6 +15,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zur Übertragung von Repositorys
diff --git a/translations/de-DE/content/github/administering-a-repository/types-of-required-status-checks.md b/translations/de-DE/content/github/administering-a-repository/types-of-required-status-checks.md
index 22b7de165d..d1809583df 100644
--- a/translations/de-DE/content/github/administering-a-repository/types-of-required-status-checks.md
+++ b/translations/de-DE/content/github/administering-a-repository/types-of-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
| Art des erforderlichen Statuschecks | Einstellung | Merge-Anforderungen | Erwägungen |
diff --git a/translations/de-DE/content/github/administering-a-repository/viewing-branches-in-your-repository.md b/translations/de-DE/content/github/administering-a-repository/viewing-branches-in-your-repository.md
index db1f4257fb..fa430057a5 100644
--- a/translations/de-DE/content/github/administering-a-repository/viewing-branches-in-your-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/viewing-branches-in-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md b/translations/de-DE/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
index 45209245ca..6f7f1acbe9 100644
--- a/translations/de-DE/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
+++ b/translations/de-DE/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -14,7 +15,7 @@ versions:
{% endnote %}
-Personen mit Lesezugriff auf ein Repository können eine Zusammenfassung sämtlicher aktueller Bereitstellungen und ein Protokoll der letzten Bereitstellungsaktivitäten anzeigen, sofern der Bereitstellungs-Workflow des Repositorys über die API für Bereitstellungen oder über eine App aus [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace/category/deployment) in {% data variables.product.product_name %} integriert ist. For more information, see "[Deployments](/rest/reference/repos#deployments)."
+Personen mit Lesezugriff auf ein Repository können eine Zusammenfassung sämtlicher aktueller Bereitstellungen und ein Protokoll der letzten Bereitstellungsaktivitäten anzeigen, sofern der Bereitstellungs-Workflow des Repositorys über die API für Bereitstellungen oder über eine App aus [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace/category/deployment) in {% data variables.product.product_name %} integriert ist. For more information, see "[Deployments](/v3/repos/deployments/)."
Darüber hinaus können Bereitstellungsinformationen auf der Registerkarte „Conversation“ (Unterhaltung) eines Pull-Requests angezeigt werden.
diff --git a/translations/de-DE/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md b/translations/de-DE/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
index 12688b5f85..6e491a9fa6 100644
--- a/translations/de-DE/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
+++ b/translations/de-DE/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
@@ -8,9 +8,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Tip**: You can also view a release using the {% data variables.product.prodname_cli %}. For more information, see "[`gh release view`](https://cli.github.com/manual/gh_release_view)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/de-DE/content/github/authenticating-to-github/about-authentication-to-github.md b/translations/de-DE/content/github/authenticating-to-github/about-authentication-to-github.md
index 6243603d93..8cf86d0c2f 100644
--- a/translations/de-DE/content/github/authenticating-to-github/about-authentication-to-github.md
+++ b/translations/de-DE/content/github/authenticating-to-github/about-authentication-to-github.md
@@ -4,27 +4,29 @@ intro: 'You can securely access your account''s resources by authenticating to {
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About authentication to {% data variables.product.prodname_dotcom %}
-To keep your account secure, you must authenticate before you can access certain resources on {% data variables.product.product_name %}. When you authenticate to {% data variables.product.product_name %}, you supply or confirm credentials that are unique to you to prove that you are exactly who you declare to be.
+To keep your account secure, you must authenticate before you can access{% if currentVersion != "github-ae@latest" %} certain{% endif %} resources on {% data variables.product.product_name %}. When you authenticate to {% data variables.product.product_name %}, you supply or confirm credentials that are unique to you to prove that you are exactly who you declare to be.
You can access your resources in {% data variables.product.product_name %} in a variety of ways: in the browser, via {% data variables.product.prodname_desktop %} or another desktop application, with the API, or via the command line. Each way of accessing {% data variables.product.product_name %} supports different modes of authentication.
-- Username and password with two-factor authentication
+- {% if currentVersion == "github-ae@latest" %}Your identity provider (IdP){% else %}Username and password with two-factor authentication{% endif %}
- Personal access token
- SSH-Schlüssel
### Authenticating in your browser
-You can authenticate to {% data variables.product.product_name %} in your browser in different ways.
+You can authenticate to {% data variables.product.product_name %} in your browser {% if currentVersion == "github-ae@latest" %}using your IdP. For more information, see "[About authentication with SAML single sign-on](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)."{% else %}in different ways.
- **Username and password only**
- You'll create a password when you create your user account on {% data variables.product.product_name %}. We recommend that you use a password manager to generate a random and unique password. For more information, see "[Creating a strong password](/github/authenticating-to-github/creating-a-strong-password)."
- **Two-factor authentication (2FA)** (recommended)
- If you enable 2FA, we'll also prompt you to provide a code that's generated by an application on your mobile device or sent as a text message (SMS) after you successfully enter your username and password. Weitere Informationen finden Sie unter „[Mit Zwei-Faktor-Authentifizierung auf {% data variables.product.prodname_dotcom %} zugreifen](/github/authenticating-to-github/accessing-github-using-two-factor-authentication#providing-a-2fa-code-when-signing-in-to-the-website)“.
- In addition to authentication with a mobile application or a text message, you can optionally add a secondary method of authentication with a security key using WebAuthn. For more information, see "[Configuring two-factor authentication using a security key](/github/authenticating-to-github/configuring-two-factor-authentication#configuring-two-factor-authentication-using-a-security-key)."
+{% endif %}
### Authenticating with {% data variables.product.prodname_desktop %}
@@ -32,7 +34,7 @@ You can authenticate with {% data variables.product.prodname_desktop %} using yo
### Authenticating with the API
-You can authenticate with the {% data variables.product.product_name %} API in different ways.
+You can authenticate with the API in different ways.
- **Persönliche Zugriffsstokens**
- In limited situations, such as testing, you can use a personal access token to access the API. Using a personal access token enables you to revoke access at any time. Weitere Informationen finden Sie unter "[Erstellen eines persönlichen Zugriffstokens](/github/authenticating-to-github/creating-a-personal-access-token)."
diff --git a/translations/de-DE/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md b/translations/de-DE/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
index 23f20492bc..bd983209f9 100644
--- a/translations/de-DE/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
+++ b/translations/de-DE/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
@@ -1,13 +1,26 @@
---
title: Informationen zur Authentifizierung mit SAML Single-Sign-On
-intro: 'Du kannst auf eine Organisation, die SAML Single Sign-On (SSO) verwendet, zugreifen, indem Du Dich über einen Identitätsanbieter (IdP) authentifizierst. Wenn eine Organisation SAML SSO erzwingt, musst Du Dein persönliches Zugiffstoken oder den SSH-Schlüssel autorisieren, um Dich mit dem API oder mit Git auf der Befehlszeile zu authentifizieren.'
+intro: 'You can access {% if currentVersion == "github-ae@latest" %}{% data variables.product.product_location %}{% elsif currentVersion == "free-pro-team@latest" %}an organization that uses SAML single sign-on (SSO){% endif %} by authenticating {% if currentVersion == "github-ae@latest" %}with SAML single sign-on (SSO) {% endif %}through an identity provider (IdP).{% if currentVersion == "free-pro-team@latest" %}To authenticate with the API or Git on the command line when an organization enforces SAML SSO, you must authorize your personal access token or SSH key.{% endif %}'
product: '{% data reusables.gated-features.saml-sso %}'
redirect_from:
- /articles/about-authentication-with-saml-single-sign-on
versions:
free-pro-team: '*'
+ github-ae: '*'
---
+{% if currentVersion == "github-ae@latest" %}
+
+SAML SSO allows an enterprise owner to centrally control and secure access to {% data variables.product.product_name %} from a SAML IdP. When you visit {% data variables.product.product_location %} in a browser, {% data variables.product.product_name %} will redirect you to your IdP to authenticate. After you successfully authenticate with an account on the IdP, the IdP redirects you back to {% data variables.product.product_location %}. {% data variables.product.product_name %} validates the response from your IdP, then grants access.
+
+{% data reusables.saml.you-must-periodically-authenticate %}
+
+If you can't access {% data variables.product.product_name %}, contact your local enterprise owner or administrator for {% data variables.product.product_name %}. You may be able to locate contact information for your enterprise by clicking **Support** at the bottom of any page on {% data variables.product.product_name %}. {% data variables.product.company_short %} and {% data variables.contact.github_support %} do not have access to your IdP, and cannot troubleshoot authentication problems.
+
+{% endif %}
+
+{% if currentVersion == "free-pro-team@latest" %}
+
{% data reusables.saml.dotcom-saml-explanation %} Organisationsinhaber können Dein Benutzerkonto auf {% data variables.product.prodname_dotcom %} einladen, ihrer SAML SSO benutzenden Organisation beizutreten. Das erlaubt Dir, Beiträge zur Organisation zu leisten und Deine bestehende Identität und Beiträge auf {% data variables.product.prodname_dotcom %} zu behalten.
Wenn Du auf Ressourcen innerhalb einer Organisation zugreifst, die SAML SSO verwendet, leitet {% data variables.product.prodname_dotcom %} Dich zur Authentifizierung zum SAML-Identitätsanbieter (IdP) der Organisation weiter. Nachdem Du Dich erfolgreich mit Deinem Konto auf dem IdP authentifiziert hast, leitet Dich der IdP zurück zu {% data variables.product.prodname_dotcom %}, wo Du dann auf die Ressourcen der Organisation zugreifen kannst.
@@ -16,7 +29,7 @@ Wenn Du auf Ressourcen innerhalb einer Organisation zugreifst, die SAML SSO verw
Wenn Du Dich kürzlich mit der SAML IdP Deiner Organisation in Deinem Browser authentifiziert hast, wirst Du automatisch autorisiert, wenn Du auf eine {% data variables.product.prodname_dotcom %}-Organisation zugreifst, die SAML SSO verwendet. Wenn Du Dich nicht kürzlich mit der SAML IdP Deiner Organisation in Deinem Browser authentifiziert hast, musst Du Dich beim SAML IdP authentifizieren, bevor Du auf die Organisation zugreifen kannst.
-Du musst Dich regelmäßig bei Deinem SAML IdP authentifizieren, um Dich zu authentifizieren und Zugang zu den Ressourcen der Organisation auf {% data variables.product.prodname_dotcom %} zu erhalten. Die Dauer dieser Anmeldephase wird von Deinem IdP festgelegt und beträgt in der Regel 24 Stunden. Durch diese Verpflichtung zur regelmäßigen Anmeldung wird die Dauer des Zugriffs begrenzt, und Du musst Dich erneut identifizieren, um fortzufahren. Du kannst Deine aktiven SAML-Sitzungen in Deinen Sicherheitseinstellungen anzeigen und verwalten. Weitere Informationen findest Du unter „[Deine aktiven SAML-Sitzungen anzeigen und verwalten](/articles/viewing-and-managing-your-active-saml-sessions).“
+{% data reusables.saml.you-must-periodically-authenticate %}
Um die API oder Git in der Befehlszeile für den Zugriff auf geschützte Inhalte in einer Organisation mit SAML SSO zu verwenden, musst Du ein autorisiertes persönliches Zugriffstoken über HTTPS oder einen autorisierten SSH-Schlüssel verwenden. {% data variables.product.prodname_oauth_app %}-Zugriffstoken sind standardmäßig autorisiert.
@@ -26,6 +39,9 @@ Um ein neues oder vorhandenes persönliches Zugriffstoken oder einen SSH-Schlüs
Du musst eine aktive SAML-Sitzung haben, wenn Du eine {% data variables.product.prodname_oauth_app %} autorisierst.
+{% endif %}
+
### Weiterführende Informationen
-- „[Über Identitäts- und Zugriffs-Management mit SAML Single Sign-On](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)"
+{% if currentVersion == "free-pro-team@latest" %}- "[About identity and access management with SAML single sign-on](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)"{% endif %}
+{% if currentVersion == "github-ae@latest" %}- "[About identity and access management for your enterprise](/admin/authentication/about-identity-and-access-management-for-your-enterprise)"{% endif %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/about-commit-signature-verification.md b/translations/de-DE/content/github/authenticating-to-github/about-commit-signature-verification.md
index 013df4138e..a06df38764 100644
--- a/translations/de-DE/content/github/authenticating-to-github/about-commit-signature-verification.md
+++ b/translations/de-DE/content/github/authenticating-to-github/about-commit-signature-verification.md
@@ -1,6 +1,6 @@
---
title: Informationen zur Verifizierung einer Commit-Signatur
-intro: 'Using GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or S/MIME{% endif %}, you can sign tags and commits locally. Diese Tags oder Commits werden auf {% data variables.product.product_name %} als verifiziert gekennzeichnet, sodass andere Personen darauf vertrauen können, dass die Änderungen aus einer vertrauenswürdigen Quelle stammen.'
+intro: 'Using GPG or S/MIME, you can sign tags and commits locally. Diese Tags oder Commits werden auf {% data variables.product.product_name %} als verifiziert gekennzeichnet, sodass andere Personen darauf vertrauen können, dass die Änderungen aus einer vertrauenswürdigen Quelle stammen.'
redirect_from:
- /articles/about-gpg-commit-and-tag-signatures/
- /articles/about-gpg/
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zur Verifizierung einer Commit-Signatur
diff --git a/translations/de-DE/content/github/authenticating-to-github/about-ssh.md b/translations/de-DE/content/github/authenticating-to-github/about-ssh.md
index 57f0c8216a..18924afec6 100644
--- a/translations/de-DE/content/github/authenticating-to-github/about-ssh.md
+++ b/translations/de-DE/content/github/authenticating-to-github/about-ssh.md
@@ -1,11 +1,12 @@
---
title: Informationen zu SSH
-intro: 'Mithilfe des SSH-Protokolls kannst Du eine Verbindung herstellen und Dich bei Remote-Servern und -Diensten authentifizieren. Mit SSH-Schlüsseln können Sie sich mit {% data variables.product.product_name %} verbinden, ohne jedes Mal Ihren Benutzernamen oder Ihr Passwort angeben zu müssen.'
+intro: 'Mithilfe des SSH-Protokolls kannst Du eine Verbindung herstellen und Dich bei Remote-Servern und -Diensten authentifizieren. With SSH keys, you can connect to {% data variables.product.product_name %} without supplying your username and personal access token at each visit.'
redirect_from:
- /articles/about-ssh
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Sie die SSH einrichten, [generieren Sie einen SSH-Schlüssel und fügen ihn zu ssh-agent hinzu](/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent). Dann [fügen Sie den Schlüssel zu Ihrem {% data variables.product.product_name %}-Konto hinzu](/articles/adding-a-new-ssh-key-to-your-github-account). Durch das Hinzufügen des SSH-Schlüssels zum SSH-Agenten wird sichergestellt, dass Dein SSH-Schlüssel durch die Verwendung einer Passphrase eine zusätzliche Sicherheitsebene hat. Weitere Informationen findest Du unter „[SSH-Schlüssel-Passphrasen verwenden](/articles/working-with-ssh-key-passphrases).“
diff --git a/translations/de-DE/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md b/translations/de-DE/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
index 5a68f2d83d..9bd8c433b9 100644
--- a/translations/de-DE/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
+++ b/translations/de-DE/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bevor Sie einen neuen GPG-Schlüssel zu Ihrem {% data variables.product.product_name %}-Konto hinzufügen, sollten Sie
diff --git a/translations/de-DE/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md b/translations/de-DE/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
index 6db1912f0f..a5ca81da4a 100644
--- a/translations/de-DE/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
+++ b/translations/de-DE/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bevor Sie einen neuen SSH-Schlüssel zu Ihrem {% data variables.product.product_name %}-Konto hinzufügen, sollten Sie
diff --git a/translations/de-DE/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md b/translations/de-DE/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
index 07410f597c..49802b09f4 100644
--- a/translations/de-DE/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
+++ b/translations/de-DE/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md b/translations/de-DE/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
index dfb28acf35..c7ebb34f01 100644
--- a/translations/de-DE/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
+++ b/translations/de-DE/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
@@ -1,11 +1,13 @@
---
title: Authentifizierung mit SAML Single Sign-On
-intro: 'Sie können sich bei einer {% data variables.product.product_name %}-Organisation mit SAML Single Sign-On (SSO) authentifizieren und Ihre aktiven Sitzungen anzeigen.'
+intro: 'You can authenticate to {% if currentVersion == "free-pro-team@latest" %}a {% data variables.product.product_name %} organization {% elsif currentVersion == "github-ae@latest" %}{% data variables.product.product_location %} {% endif %}with SAML single sign-on (SSO){% if currentVersion == "free-pro-team@latest" %} and view your active sessions{% endif %}.'
mapTopic: true
+product: '{% data reusables.gated-features.saml-sso %}'
redirect_from:
- /articles/authenticating-to-a-github-organization-with-saml-single-sign-on/
- /articles/authenticating-with-saml-single-sign-on
versions:
free-pro-team: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/authenticating-to-github/authorizing-oauth-apps.md b/translations/de-DE/content/github/authenticating-to-github/authorizing-oauth-apps.md
index ced1194c3f..8af46b96f4 100644
--- a/translations/de-DE/content/github/authenticating-to-github/authorizing-oauth-apps.md
+++ b/translations/de-DE/content/github/authenticating-to-github/authorizing-oauth-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn eine {% data variables.product.prodname_oauth_app %} Sie anhand Ihres {% data variables.product.product_name %}-Kontos identifizieren möchte, wird eine Seite mit den Kontaktdaten des Anwendungsentwicklers und einer Liste der Daten angezeigt, die angefordert werden.
diff --git a/translations/de-DE/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md b/translations/de-DE/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
index 72df7558cc..c2c847b888 100644
--- a/translations/de-DE/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
+++ b/translations/de-DE/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.supported-gpg-key-algorithms %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md b/translations/de-DE/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
index 6f84ac3d3c..ada33dd0a6 100644
--- a/translations/de-DE/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
+++ b/translations/de-DE/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.ssh.dsa-support %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md b/translations/de-DE/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
index edfe3e6767..5e18ef2fdc 100644
--- a/translations/de-DE/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
+++ b/translations/de-DE/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Den Verifizierungsstatus Deiner Commit-Signatur prüfen
diff --git a/translations/de-DE/content/github/authenticating-to-github/connecting-to-github-with-ssh.md b/translations/de-DE/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
index dae4bfab9e..a3d4642e23 100644
--- a/translations/de-DE/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
+++ b/translations/de-DE/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
@@ -14,5 +14,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/authenticating-to-github/connecting-with-third-party-applications.md b/translations/de-DE/content/github/authenticating-to-github/connecting-with-third-party-applications.md
index 9e59285e51..7a5f584540 100644
--- a/translations/de-DE/content/github/authenticating-to-github/connecting-with-third-party-applications.md
+++ b/translations/de-DE/content/github/authenticating-to-github/connecting-with-third-party-applications.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Sie eine Drittanbieter-Anwendung mit Ihrer {% data variables.product.product_name %}-Anmeldung identifizieren möchte, wird eine Seite mit den Kontaktdaten des Entwicklers und einer Liste der angeforderten Daten angezeigt.
diff --git a/translations/de-DE/content/github/authenticating-to-github/creating-a-personal-access-token.md b/translations/de-DE/content/github/authenticating-to-github/creating-a-personal-access-token.md
index 463e2fd40c..4659fa1f53 100644
--- a/translations/de-DE/content/github/authenticating-to-github/creating-a-personal-access-token.md
+++ b/translations/de-DE/content/github/authenticating-to-github/creating-a-personal-access-token.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personal access tokens (PATs) are an alternative to using passwords for authentication to {% data variables.product.product_name %} when using the [GitHub API](/v3/auth/#via-oauth-and-personal-access-tokens) or the [command line](#using-a-token-on-the-command-line).
diff --git a/translations/de-DE/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md b/translations/de-DE/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
index 0c8226e4ff..94dd9cda6e 100644
--- a/translations/de-DE/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
+++ b/translations/de-DE/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Sie auf einem Linux-Computer versuchen, eine SSH-Verbindung mit {% data variables.product.product_location %} herzustellen, wird möglicherweise die folgende Meldung im Terminal angezeigt:
diff --git a/translations/de-DE/content/github/authenticating-to-github/error-bad-file-number.md b/translations/de-DE/content/github/authenticating-to-github/error-bad-file-number.md
index 9dd3635f86..d3d4d954d3 100644
--- a/translations/de-DE/content/github/authenticating-to-github/error-bad-file-number.md
+++ b/translations/de-DE/content/github/authenticating-to-github/error-bad-file-number.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Beim Ausführen von Remote-Git-Befehlen oder SSH kann es bei Deiner Verbindung zu einer Zeitüberschreitung kommen:
```shell
$ ssh -vT git@{% data variables.command_line.codeblock %}
-> OpenSSH_8.1p1, LibreSSL 2.7.3
+> OpenSSH_5.8p1, OpenSSL 1.0.0d 8 Feb 2011
> debug1: Connecting to {% data variables.command_line.codeblock %} [207.97.227.239] port 22.
> debug1: connect to address 207.97.227.239 port 22: Connection timed out
> ssh: connect to host {% data variables.command_line.codeblock %} port 22: Connection timed out
diff --git a/translations/de-DE/content/github/authenticating-to-github/error-key-already-in-use.md b/translations/de-DE/content/github/authenticating-to-github/error-key-already-in-use.md
index a85f73141a..cfbb0f3b25 100644
--- a/translations/de-DE/content/github/authenticating-to-github/error-key-already-in-use.md
+++ b/translations/de-DE/content/github/authenticating-to-github/error-key-already-in-use.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Herausfinden, wo der Schlüssel verwendet wurde
diff --git a/translations/de-DE/content/github/authenticating-to-github/error-permission-denied-publickey.md b/translations/de-DE/content/github/authenticating-to-github/error-permission-denied-publickey.md
index 490e05943a..11b354ee01 100644
--- a/translations/de-DE/content/github/authenticating-to-github/error-permission-denied-publickey.md
+++ b/translations/de-DE/content/github/authenticating-to-github/error-permission-denied-publickey.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Kann ich den Befehl `sudo` bei Git verwenden?
@@ -51,7 +52,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
{% mac %}
{% data reusables.command_line.open_the_multi_os_terminal %}
-2. Überprüfen Sie, dass Sie einen privaten Schlüssel erzeugt und in SSH geladen haben. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Überprüfen Sie, dass Sie einen privaten Schlüssel erzeugt und in SSH geladen haben. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
# starte den ssh-agent im Hintergrund
$ eval "$(ssh-agent -s)"
@@ -86,7 +87,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
1. {% data reusables.desktop.windows_git_bash_turn_on_ssh_agent %}
{% data reusables.desktop.windows_git_for_windows_turn_on_ssh_agent %}
-2. Überprüfen Sie, dass Sie einen privaten Schlüssel erzeugt und in SSH geladen haben. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Überprüfen Sie, dass Sie einen privaten Schlüssel erzeugt und in SSH geladen haben. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/you/.ssh/id_rsa (RSA)
@@ -108,7 +109,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
{% linux %}
{% data reusables.command_line.open_the_multi_os_terminal %}
-2. Überprüfen Sie, dass Sie einen privaten Schlüssel erzeugt und in SSH geladen haben. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Überprüfen Sie, dass Sie einen privaten Schlüssel erzeugt und in SSH geladen haben. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
# start the ssh-agent in the background
$ eval "$(ssh-agent -s)"
@@ -186,7 +187,7 @@ Du musst Deinen öffentlichen Schlüssel für {% data variables.product.product_
$ eval "$(ssh-agent -s)"
> Agent pid 59566
```
-3. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+3. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -218,7 +219,7 @@ Du musst Deinen öffentlichen Schlüssel für {% data variables.product.product_
$ ssh-agent -s
> Agent pid 59566
```
-3. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+3. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
diff --git a/translations/de-DE/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md b/translations/de-DE/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
index bd68a511a5..e1c9ff3050 100644
--- a/translations/de-DE/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
+++ b/translations/de-DE/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um dieses Problem zu beheben, muss der Inhaber des Repositorys (`user`) Dein Konto (`other-user`) als Mitarbeiter zum Repository oder zu einem Team mit Schreibzugriff auf das Repository hinzufügen.
diff --git a/translations/de-DE/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md b/translations/de-DE/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
index 5ad52a8bd9..a9be70944f 100644
--- a/translations/de-DE/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
+++ b/translations/de-DE/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um das Problem zu beheben, entferne den Deployment-Schlüssel vom Repository und [füge ihn stattdessen zu Deinem Benutzerkonto hinzu](/articles/adding-a-new-ssh-key-to-your-github-account).
diff --git a/translations/de-DE/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md b/translations/de-DE/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
index 0dfe6b0a7c..e6d06ee24f 100644
--- a/translations/de-DE/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
+++ b/translations/de-DE/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Die Option `-K` ist die Standardversion von `ssh-add` von Apple, bei der die Passphrase für das Hinzufügen eines SSH-Schlüssels zum SSH-Agenten in Deiner Keychain (Schlüsselkette) gespeichert wird. Wenn Du eine andere Version von `ssh-add` installiert hast, fehlt möglicherweise die Unterstützung von `-K`.
diff --git a/translations/de-DE/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md b/translations/de-DE/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
index d965ce6811..4fcd4319c7 100644
--- a/translations/de-DE/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
+++ b/translations/de-DE/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du zum Ausführen von Git-Vorgängen einen nicht verifizierten Schlüssel verwendest, wirst Du dazu aufgefordert, ein Audit Deiner SSH-Schlüssel durchzuführen.
diff --git a/translations/de-DE/content/github/authenticating-to-github/generating-a-new-gpg-key.md b/translations/de-DE/content/github/authenticating-to-github/generating-a-new-gpg-key.md
index 5a83ebc61c..2d16df7918 100644
--- a/translations/de-DE/content/github/authenticating-to-github/generating-a-new-gpg-key.md
+++ b/translations/de-DE/content/github/authenticating-to-github/generating-a-new-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.supported-gpg-key-algorithms %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md b/translations/de-DE/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
index b0176fa8e8..7cba2c51e5 100644
--- a/translations/de-DE/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
+++ b/translations/de-DE/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du noch keinen SSH-Schlüssel besitzt, musst Du [einen neuen SSH-Schlüssel erzeugen](#generating-a-new-ssh-key). Wenn Du unsicher bist, ob Du bereits einen SSH-Schlüssel besitzt, suche nach [vorhandenen Schlüssel](/articles/checking-for-existing-ssh-keys).
diff --git a/translations/de-DE/content/github/authenticating-to-github/index.md b/translations/de-DE/content/github/authenticating-to-github/index.md
index 8e20e9ecb9..f1eb260b51 100644
--- a/translations/de-DE/content/github/authenticating-to-github/index.md
+++ b/translations/de-DE/content/github/authenticating-to-github/index.md
@@ -1,7 +1,7 @@
---
title: Sich bei GitHub authentifizieren
shortTitle: Authentifizierung
-intro: 'Schütze Dein Konto und Deine Daten mit Funktionen wie der Zwei-Faktor-Authentifizierung, SSH und der Verifizierung einer Commit-Signatur.'
+intro: 'Keep your account and data secure with features like {% if currentVersion != "github-ae@latest" %}two-factor authentication, {% endif %}SSH{% if currentVersion != "github-ae@latest" %},{% endif %} and commit signature verification.'
redirect_from:
- /categories/56/articles/
- /categories/ssh/
@@ -16,6 +16,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md b/translations/de-DE/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
index db6eaeaa58..e89a66746b 100644
--- a/translations/de-DE/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
+++ b/translations/de-DE/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/authenticating-to-github/managing-commit-signature-verification.md b/translations/de-DE/content/github/authenticating-to-github/managing-commit-signature-verification.md
index 57ebdec1de..594b7c15ee 100644
--- a/translations/de-DE/content/github/authenticating-to-github/managing-commit-signature-verification.md
+++ b/translations/de-DE/content/github/authenticating-to-github/managing-commit-signature-verification.md
@@ -1,6 +1,6 @@
---
title: Verifizierung einer Commit-Signatur verwalten
-intro: 'You can sign your work locally using GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or S/MIME{% endif %}. {% data variables.product.product_name %} will verify these signatures so other people will know that your commits come from a trusted source.{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.product_name %} will automatically sign commits you make using the {% data variables.product.product_name %} web interface.{% endif %}'
+intro: 'You can sign your work locally using GPG or S/MIME. {% data variables.product.product_name %} will verify these signatures so other people will know that your commits come from a trusted source.{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.product_name %} will automatically sign commits you make using the {% data variables.product.product_name %} web interface.{% endif %}'
redirect_from:
- /articles/generating-a-gpg-key/
- /articles/signing-commits-with-gpg/
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md b/translations/de-DE/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
index 792f4d66ce..25ddef5b24 100644
--- a/translations/de-DE/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
+++ b/translations/de-DE/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md b/translations/de-DE/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
index 1b413f5146..dc70aa71bf 100644
--- a/translations/de-DE/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
+++ b/translations/de-DE/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Der Befehl `git filter-branch` und BFG Repo-Cleaner schreiben den Verlauf Deines Repositorys neu, was die SHAs verändert für bestehende und davon abhängige Commits, die Du veränderst. Geänderte Commit-SHAs können sich auf offene Pull Requests in Deinem Repository auswirken. Wir raten dringend, alle offenen Pull Requests zusammenzuführen oder zu schließen, bevor Du Dateien aus Deinem Repository entfernst.
diff --git a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
index 3101a78a31..6cd81665c8 100644
--- a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
+++ b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
index c7fb14e1ed..ef780da9dd 100644
--- a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
+++ b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Deine autorisierten {% data variables.product.prodname_oauth_app %}s überprüfen
diff --git a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-deploy-keys.md b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
index c1cf0d2e97..bb6b3e0bfd 100644
--- a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
+++ b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-security-log.md b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-security-log.md
index 33fedf1606..b7747cfe14 100644
--- a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-security-log.md
+++ b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-security-log.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Zugriff auf Dein Sicherheitsprotokoll
@@ -13,7 +14,7 @@ versions:
The security log lists all actions performed within the last 90 days{% if currentVersion ver_lt "enterprise-server@2.20" %}, up to 50{% endif %}.
{% data reusables.user_settings.access_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
2. Klicke in der Seitenleiste für Benutzereinstellungen auf **Security log** (Sicherheitsprotokoll). 
{% else %}
{% data reusables.user_settings.security %}
@@ -21,7 +22,7 @@ The security log lists all actions performed within the last 90 days{% if curren
4. Klicken Sie auf einen Eintrag, um weitere Informationen zum betreffenden Ereignis anzuzeigen. 
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Dein Sicherheitsprotokoll durchsuchen
{% data reusables.audit_log.audit-log-search %}
@@ -31,22 +32,22 @@ The security log lists all actions performed within the last 90 days{% if curren
### Ereignisse im Sicherheitsprotokoll verstehen
Die Aktionen in Deinem Sicherheitsprotokoll sind nach folgenden Kategorien gruppiert:{% endif %}
-| Kategoriename | Beschreibung |
-| --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" %}
-| `account_recovery_token` | Umfasst alle Aktivitäten in Verbindung mit dem [Hinzufügen eines Wiederherstellungstokens](/articles/configuring-two-factor-authentication-recovery-methods). |
-| `Abrechnung` | Umfasst alle Aktivitäten in Verbindung mit Deinen Abrechnungsinformationen. |
-| `marketplace_agreement_signature (Unterzeichnung Marketplace-Vereinbarung)` | Umfasst alle Aktivitäten in Verbindung mit der Signierung der {% data variables.product.prodname_marketplace %}-Entwicklervereinbarung. |
+| Kategoriename | Beschreibung |
+| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |{% if currentVersion == "free-pro-team@latest" %}
+| `account_recovery_token` | Umfasst alle Aktivitäten in Verbindung mit dem [Hinzufügen eines Wiederherstellungstokens](/articles/configuring-two-factor-authentication-recovery-methods). |
+| `Abrechnung` | Umfasst alle Aktivitäten in Verbindung mit Deinen Abrechnungsinformationen. |
+| `marketplace_agreement_signature (Unterzeichnung Marketplace-Vereinbarung)` | Umfasst alle Aktivitäten in Verbindung mit der Signierung der {% data variables.product.prodname_marketplace %}-Entwicklervereinbarung. |
| `marketplace_listing (Eintrag auf Marketplace)` | Umfasst alle Aktivitäten in Verbindung mit dem Eintragen von Apps auf {% data variables.product.prodname_marketplace %}.{% endif %}
| `oauth_access` | Contains all activities related to [{% data variables.product.prodname_oauth_app %}s](/articles/authorizing-oauth-apps) you've connected with.{% if currentVersion == "free-pro-team@latest" %}
| `payment_method` | Umfasst alle Aktivitäten in Verbindung mit der Bezahlung Deines {% data variables.product.prodname_dotcom %}-Abonnements.{% endif %}
-| `profile_picture` | Umfasst alle Aktivitäten in Verbindung mit Deinem Profilbild. |
-| `project (Projekt)` | Umfasst alle Aktivitäten in Verbindung mit Projektboards. |
-| `public_key` | Umfasst alle Aktivitäten in Verbindung mit [Deinen öffentlichen SSH-Schlüsseln](/articles/adding-a-new-ssh-key-to-your-github-account). |
+| `profile_picture` | Umfasst alle Aktivitäten in Verbindung mit Deinem Profilbild. |
+| `project (Projekt)` | Umfasst alle Aktivitäten in Verbindung mit Projektboards. |
+| `public_key` | Umfasst alle Aktivitäten in Verbindung mit [Deinen öffentlichen SSH-Schlüsseln](/articles/adding-a-new-ssh-key-to-your-github-account). |
| `repo` | Contains all activities related to the repositories you own.{% if currentVersion == "free-pro-team@latest" %}
-| `sponsors` | Umfasst alle Ereignisse in Verbindung mit {% data variables.product.prodname_sponsors %} und Sponsorenschaltflächen (siehe „[Informationen zu {% data variables.product.prodname_sponsors %}](/articles/about-github-sponsors)“ und „[Sponsorenschaltfläche in Deinem Repository anzeigen](/articles/displaying-a-sponsor-button-in-your-repository)“){% endif %}{% if enterpriseServerVersions contains currentVersion %}
-| `Team` | Umfasst alle Aktivitäten in Verbindung mit Teams, deren Mitglied Du bist.{% endif %}
-| `two_factor_authentication` | Umfasst alle Aktivitäten in Verbindung mit der [Zwei-Faktor-Authentifizierung](/articles/securing-your-account-with-two-factor-authentication-2fa). |
-| `Benutzer` | Umfasst alle Aktivitäten in Verbindung mit Deinem Konto. |
+| `sponsors` | Contains all events related to {% data variables.product.prodname_sponsors %} and sponsor buttons (see "[About {% data variables.product.prodname_sponsors %}](/articles/about-github-sponsors)" and "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+| `Team` | Contains all activities related to teams you are a part of.{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `two_factor_authentication` | Contains all activities related to [two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa).{% endif %}
+| `Benutzer` | Umfasst alle Aktivitäten in Verbindung mit Deinem Konto. |
Eine Beschreibung der Ereignisse dieser Kategorien findest Du nachfolgend.
@@ -137,7 +138,7 @@ Eine Beschreibung der Ereignisse dieser Kategorien findest Du nachfolgend.
| access | Wird ausgelöst, wenn die Sichtbarkeit eines Repositorys, dessen Inhaber Du bist, [von „privat“ auf „öffentlich“ gesetzt wird](/articles/making-a-private-repository-public) (oder umgekehrt). |
| add_member | Triggered when a {% data variables.product.product_name %} user is {% if currentVersion == "free-pro-team@latest" %}[invited to have collaboration access](/articles/inviting-collaborators-to-a-personal-repository){% else %}[given collaboration access](/articles/inviting-collaborators-to-a-personal-repository){% endif %} to a repository. |
| add_topic | Wird ausgelöst, wenn ein Repository-Inhaber einem Repository [ein Thema hinzufügt](/articles/classifying-your-repository-with-topics). |
-| archived | Wird ausgelöst, wenn ein Repository-Inhaber ein [Repository archiviert](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion %}
+| archived | Triggered when a repository owner [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| config.disable_anonymous_git_access | Wird ausgelöst, wenn für ein öffentliches Repository der [anonyme Git-Lesezugriff deaktiviert](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) wird. |
| config.enable_anonymous_git_access | Wird ausgelöst, wenn für ein öffentliches Repository der [anonyme Git-Lesezugriff aktiviert](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) wird. |
| config.lock_anonymous_git_access | Wird ausgelöst, wenn für ein Repository die [Einstellung für den anonymen Git-Lesezugriff gesperrt](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access) wird. |
@@ -186,7 +187,7 @@ Eine Beschreibung der Ereignisse dieser Kategorien findest Du nachfolgend.
| revoke | Wird ausgelöst, wenn du eine Erneuerungseinladung zurückziehst (siehe „[Inhaber-Kontinuität Deiner Benutzerkonto-Repositorys aufrechterhalten](/github/setting-up-and-managing-your-github-user-account/maintaining-ownership-continuity-of-your-user-accounts-repositories)") |
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
#### Kategorie `team`
@@ -201,36 +202,38 @@ Eine Beschreibung der Ereignisse dieser Kategorien findest Du nachfolgend.
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
#### Kategorie `two_factor_authentication`
| Aktion | Beschreibung |
| -------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| enabled | Wird bei der Aktivierung der [Zwei-Faktor-Authentifizierung](/articles/securing-your-account-with-two-factor-authentication-2fa) ausgelöst. |
| disabled | Wird bei der Deaktivierung der Zwei-Faktor-Authentifizierung ausgelöst. |
+{% endif %}
#### Kategorie `user`
-| Aktion | Beschreibung |
-| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| add_email | Wird ausgelöst, wenn Du [eine neue E-Mail-Adresse hinzufügst](/articles/changing-your-primary-email-address). |
-| create | Wird ausgelöst, wenn Du ein neues Benutzerkonto erstellst. |
-| remove_email | Wird ausgelöst, wenn Du eine E-Mail-Adresse entfernst. |
-| rename | Wird ausgelöst, wenn Du Dein Konto umbenennst. |
-| change_password | Wird ausgelöst, wenn Du Dein Passwort änderst. |
-| forgot_password | Wird ausgelöst, wenn Du die [Zurücksetzung Deines Passworts anforderst](/articles/how-can-i-reset-my-password). |
-| login | Wird ausgelöst, wenn Du Dich bei {% data variables.product.product_location %} anmeldest. |
-| failed_login | Wird ausgelöst, wenn Deine Anmeldung fehlschlägt. |
-| two_factor_requested | Wird ausgelöst, wenn Du von {% data variables.product.product_name %} nach [Deinem Code für die Zwei-Faktor-Authentifizierung](/articles/accessing-github-using-two-factor-authentication) gefragt wirst. |
-| show_private_contributions_count | Wird ausgelöst, wenn Du [private Beiträge in Deinem Profil veröffentlichst](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile). |
+| Aktion | Beschreibung |
+| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| add_email | Triggered when you {% if currentVersion != "github-ae@latest" %}[add a new email address](/articles/changing-your-primary-email-address){% else %}add a new email address{% endif %}. |
+| create | Wird ausgelöst, wenn Sie ein neues Benutzerkonto erstellen. |
+| remove_email | Wird ausgelöst, wenn Sie eine E-Mail-Adresse entfernen. |
+| rename | Triggered when you rename your account.{% if currentVersion != "github-ae@latest" %}
+| change_password | Wird ausgelöst, wenn Sie Ihr Passwort ändern. |
+| forgot_password | Triggered when you ask for [a password reset](/articles/how-can-i-reset-my-password).{% endif %}
+| login | Wird ausgelöst, wenn Du Dich bei {% data variables.product.product_location %} anmeldest. |
+| failed_login | Triggered when you failed to log in successfully.{% if currentVersion != "github-ae@latest" %}
+| two_factor_requested | Triggered when {% data variables.product.product_name %} asks you for [your two-factor authentication code](/articles/accessing-github-using-two-factor-authentication).{% endif %}
+| show_private_contributions_count | Wird ausgelöst, wenn Sie [private Beiträge in Ihrem Profil veröffentlichen](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile). |
| hide_private_contributions_count | Triggered when you [hide private contributions on your profile](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile).{% if currentVersion == "free-pro-team@latest" %}
-| report_content | Wird ausgelöst, wenn Du [einen Issue oder Pull Request, oder einen Kommentar zu einem Issue, einem Pull Request oder einem Commit meldest](/articles/reporting-abuse-or-spam).{% endif %}
+| report_content | Wird ausgelöst, wenn Sie [ein Issue oder einen Pull Request bzw. einen Kommentar zu einem Issue, einem Pull Request oder einem Commit melden](/articles/reporting-abuse-or-spam).{% endif %}
#### Kategorie `user_status`
-| Aktion | Beschreibung |
-| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| aktualisieren | Wird ausgelöst, wenn Du den Status Deines Profils festlegst oder änderst. Weitere Informationen findest Du unter „[Status festlegen](/articles/personalizing-your-profile/#setting-a-status).“ |
-| destroy | Wird ausgelöst, wenn Du den Status Deines Profils löschst. |
+| Aktion | Beschreibung |
+| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| aktualisieren | Wird ausgelöst, wenn Sie den Status Ihres Profils festlegen oder ändern. Weitere Informationen findest Du unter „[Status festlegen](/articles/personalizing-your-profile/#setting-a-status).“ |
+| destroy | Wird ausgelöst, wenn Sie den Status Ihres Profils löschen. |
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-ssh-keys.md b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
index d802609c33..2f67fc582d 100644
--- a/translations/de-DE/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
+++ b/translations/de-DE/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Nicht autorisierte (oder möglicherweise kompromittierte) SSH-Schlüssel solltest Du löschen, um möglichen Angreifern den Zugriff auf Deine Repositorys zu verwehren. Vorhandene SSH-Schlüssel, die gültig sind, kannst Du genehmigen.
@@ -28,7 +29,7 @@ Nicht autorisierte (oder möglicherweise kompromittierte) SSH-Schlüssel solltes
5. {% data reusables.command_line.start_ssh_agent %}
-6. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+6. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -68,7 +69,7 @@ Nicht autorisierte (oder möglicherweise kompromittierte) SSH-Schlüssel solltes
{% data reusables.desktop.windows_git_for_windows_turn_on_ssh_agent %}
-6. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+6. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -106,7 +107,7 @@ Nicht autorisierte (oder möglicherweise kompromittierte) SSH-Schlüssel solltes
5. {% data reusables.command_line.start_ssh_agent %}
-6. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+6. Suchen und notieren Sie Ihren öffentlichen Schlüssel-Fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
diff --git a/translations/de-DE/content/github/authenticating-to-github/signing-commits.md b/translations/de-DE/content/github/authenticating-to-github/signing-commits.md
index 5bd3d8ee22..8d509cab46 100644
--- a/translations/de-DE/content/github/authenticating-to-github/signing-commits.md
+++ b/translations/de-DE/content/github/authenticating-to-github/signing-commits.md
@@ -1,6 +1,6 @@
---
title: Commits signieren
-intro: 'You can sign commits locally using GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or S/MIME{% endif %}.'
+intro: You can sign commits locally using GPG or S/MIME.
redirect_from:
- /articles/signing-commits-and-tags-using-gpg/
- /articles/signing-commits-using-gpg/
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.desktop-support-for-commit-signing %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/signing-tags.md b/translations/de-DE/content/github/authenticating-to-github/signing-tags.md
index dbe351386a..078cdfb75f 100644
--- a/translations/de-DE/content/github/authenticating-to-github/signing-tags.md
+++ b/translations/de-DE/content/github/authenticating-to-github/signing-tags.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.desktop-support-for-commit-signing %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/telling-git-about-your-signing-key.md b/translations/de-DE/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
index b80d05de2c..20dc211c57 100644
--- a/translations/de-DE/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
+++ b/translations/de-DE/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
@@ -1,12 +1,13 @@
---
title: Git Deinen Signaturschlüssel mitteilen
-intro: 'To sign commits locally, you need to inform Git that there''s a GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or X.509{% endif %} key you''d like to use.'
+intro: "To sign commits locally, you need to inform Git that there's a GPG or X.509 key you'd like to use."
redirect_from:
- /articles/telling-git-about-your-gpg-key/
- /articles/telling-git-about-your-signing-key
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/testing-your-ssh-connection.md b/translations/de-DE/content/github/authenticating-to-github/testing-your-ssh-connection.md
index e355a014a5..81b81c2bc9 100644
--- a/translations/de-DE/content/github/authenticating-to-github/testing-your-ssh-connection.md
+++ b/translations/de-DE/content/github/authenticating-to-github/testing-your-ssh-connection.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Vor dem Test Deiner SSH-Verbindung solltest Du:
diff --git a/translations/de-DE/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md b/translations/de-DE/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
index b879c93480..35181dbd68 100644
--- a/translations/de-DE/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
+++ b/translations/de-DE/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/authenticating-to-github/troubleshooting-ssh.md b/translations/de-DE/content/github/authenticating-to-github/troubleshooting-ssh.md
index 9d6458bfce..56838817df 100644
--- a/translations/de-DE/content/github/authenticating-to-github/troubleshooting-ssh.md
+++ b/translations/de-DE/content/github/authenticating-to-github/troubleshooting-ssh.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/authenticating-to-github/updating-an-expired-gpg-key.md b/translations/de-DE/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
index 7adb18ee01..2b408fe245 100644
--- a/translations/de-DE/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
+++ b/translations/de-DE/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bei Ablauf Deines Schlüssels musst Du die [Gültigkeit des Schlüssels verlängern](https://www.gnupg.org/gph/en/manual/c235.html#AEN328), den daraufhin generierten, neuen Schlüssel exportieren, den abgelaufenen Schlüssel in Deinem GitHub-Konto löschen und den [neuen Schlüssel auf GitHub hochladen](/articles/adding-a-new-gpg-key-to-your-github-account/). Deine bisherigen Commits und Tags werden als verifiziert angezeigt, sofern der Schlüssel alle anderen Verifizierungsanforderungen erfüllt.
diff --git a/translations/de-DE/content/github/authenticating-to-github/updating-your-github-access-credentials.md b/translations/de-DE/content/github/authenticating-to-github/updating-your-github-access-credentials.md
index 9bc63ff241..32021be2be 100644
--- a/translations/de-DE/content/github/authenticating-to-github/updating-your-github-access-credentials.md
+++ b/translations/de-DE/content/github/authenticating-to-github/updating-your-github-access-credentials.md
@@ -1,6 +1,6 @@
---
title: Anmeldeinformationen für den Zugriff auf GitHub aktualisieren
-intro: 'Die Anmeldeinformationen von {% data variables.product.product_name %} umfassen nicht nur Ihr Passwort, sondern auch Ihre Zugriffstoken, SSH-Schlüssel und Anwendungs-API-Token für die Kommunikation mit {% data variables.product.product_name %}. Bei Bedarf kannst Du alle diese Anmeldeinformationen selber zurücksetzen.'
+intro: '{% data variables.product.product_name %} credentials include{% if currentVersion != "github-ae@latest" %} not only your password, but also{% endif %} the access tokens, SSH keys, and application API tokens you use to communicate with {% data variables.product.product_name %}. Bei Bedarf kannst Du alle diese Anmeldeinformationen selber zurücksetzen.'
redirect_from:
- /articles/rolling-your-credentials/
- /articles/how-can-i-reset-my-password/
@@ -8,8 +8,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion != "github-ae@latest" %}
### Neues Passwort anfordern
1. To request a new password, visit {% if currentVersion == "free-pro-team@latest" %}https://{% data variables.product.product_url %}/password_reset{% else %}`https://{% data variables.product.product_url %}/password_reset`{% endif %}.
@@ -38,7 +40,7 @@ Um Dein Passwort in Zukunft nicht mehr zu verlieren, empfehlen wir die Verwendun
Für noch mehr Sicherheit empfehlen wir Dir zusätzlich zur Änderung Deines Passworts die Aktivierung der Zwei-Faktor-Authentifizierung. Details findest Du unter „[Informationen zur Zwei-Faktor-Authentifizierung](/articles/about-two-factor-authentication)“.
{% endtip %}
-
+{% endif %}
### Zugriffstoken aktualisieren
Anweisungen zum Überprüfen und Löschen Deiner Zugriffstokens findest Du unter „[Deine autorisierten Integrationen überprüfen](/articles/reviewing-your-authorized-integrations)“. To generate new access tokens, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
@@ -51,6 +53,8 @@ Anweisungen zum Überprüfen und Löschen von SSH-Schlüsseln findest Du unter
Wenn Sie bei {% data variables.product.product_name %} Anwendungen registriert haben, müssen Sie eventuell OAuth-Token zurücksetzen. For more information, see the "[Reset an authorization](/rest/reference/apps#reset-an-authorization)" endpoint.
+{% if currentVersion != "github-ae@latest" %}
### Nicht autorisierten Zugriff verhindern
Weitere Empfehlungen zum Schutz Deines Kontos und zur Verhinderung von nicht autorisierten Zugriffen findest Du unter „[Nicht autorisierten Zugriff verhindern](/articles/preventing-unauthorized-access).“
+{% endif %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md b/translations/de-DE/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
index 4a1d81b866..bb47009b6b 100644
--- a/translations/de-DE/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
+++ b/translations/de-DE/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md b/translations/de-DE/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
index 04ad97fbc7..3f45620191 100644
--- a/translations/de-DE/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
+++ b/translations/de-DE/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
@@ -21,4 +21,4 @@ versions:
### Weiterführende Informationen
-- „[Informationen zur Authentifizierung mit SAML SSO](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)“
+- „[Informationen zur Authentifizierung mit SAML SSO](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)“
\ No newline at end of file
diff --git a/translations/de-DE/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md b/translations/de-DE/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
index bbc3f89b4e..e166979297 100644
--- a/translations/de-DE/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
+++ b/translations/de-DE/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn jemand Zugriff auf Deinen Computer erlangt, kann er mit SSH-Schlüsseln zudem auf jedes System zugreifen, das diese Schlüssel verwendet. Als zusätzliche Sicherheitsebene kannst Du Deinem SSH-Schlüssel eine Passphrase beifügen. Mit `ssh-agent` kannst Du Deine Passphrase sicher speichern, damit Du sie nicht erneut eingeben musst.
diff --git a/translations/de-DE/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md b/translations/de-DE/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
index 1b116296e5..9f87265323 100644
--- a/translations/de-DE/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
+++ b/translations/de-DE/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Nachdem Du in Deinem Repository Vorlagen für Issues und Pull Requests erstellt hast, können Mitarbeiter die Vorlagen verwenden, um Issues zu öffnen oder vorgeschlagene Änderungen in ihren Pull Requests gemäß den Beitragsrichtlinien des Repositorys zu beschreiben. Weitere Informationen zum Hinzufügen von Beitragsrichtlinien zu einem Repository findest Du unter „[Richtlinien für Repository-Mitarbeiter festlegen](/articles/setting-guidelines-for-repository-contributors).“
-You can create default issue and pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default issue and pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
### Vorlagen für Issues
@@ -20,7 +21,7 @@ Wenn Du mit dem Issue-Vorlagengenerator neue Issuevorlagen für Dein Repository
Mit dem Vorlagengenerator kannst Du für jede Vorlage einen Titel und eine Beschreibung angeben, den Vorlageninhalt hinzufügen und einen Commit der Vorlage auf dem Standardbranch durchführen oder einen Pull Request im Repository öffnen. Der Vorlagengenerator fügt automatisch das YAML-Titelei-Markup hinzu, das erforderlich ist, damit die Vorlage auf der „Neuer Issue"-Seite angezeigt wird. Weitere Informationen findest Du unter „[Issuevorlagen für Dein Repository konfigurieren](/articles/configuring-issue-templates-for-your-repository).“
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% data reusables.repositories.issue-template-config %} Weitere Informationen findest Du unter „[Issuevorlagen für Dein Repository konfigurieren](/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser)."
{% endif %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/about-team-discussions.md b/translations/de-DE/content/github/building-a-strong-community/about-team-discussions.md
index 7ac295a002..5998ad9774 100644
--- a/translations/de-DE/content/github/building-a-strong-community/about-team-discussions.md
+++ b/translations/de-DE/content/github/building-a-strong-community/about-team-discussions.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-purpose %}
@@ -26,7 +27,7 @@ Wenn jemand eine öffentliche Diskussion auf der Seite eines Teams veröffentlic
{% tip %}
-**Tipp:** Abhängig von Deinen Benachrichtigungseinstellungen erhältst Du Updates per E-Mail, über die Seite mit den Webbenachrichtigungen auf {% data variables.product.product_name %} oder beide. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[About email notifications](/github/receiving-notifications-about-activity-on-github/about-email-notifications)" and "[About web notifications](/github/receiving-notifications-about-activity-on-github/about-web-notifications){% endif %}."
+**Tipp:** Abhängig von Deinen Benachrichtigungseinstellungen erhältst Du Updates per E-Mail, über die Seite mit den Webbenachrichtigungen auf {% data variables.product.product_name %} oder beide. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[About email notifications](/github/receiving-notifications-about-activity-on-github/about-email-notifications)" and "[About web notifications](/github/receiving-notifications-about-activity-on-github/about-web-notifications){% endif %}."
{% endtip %}
@@ -34,7 +35,7 @@ Wenn Dein Benutzername in einer Teamdiskussion erwähnt wird, erhältst Du stand
Um Benachrichtigungen für Teamdiskussionen zu deaktivieren, kannst Du einen bestimmten Diskussionsbeitrag kündigen oder Deine Benachrichtigungseinstellungen so ändern, dass Du die Diskussionen eines bestimmten Teams nicht mehr beobachtest oder vollständig ignorierst. Du kannst Benachrichtigungen für einen bestimmten Diskussionsbeitrag abonnieren, auch wenn Du die Diskussionen dieses Teams nicht beobachtest.
-For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}" and "[Nested teams](/articles/about-teams/#nested-teams)."
+For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}" and "[Nested teams](/articles/about-teams/#nested-teams)."
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/building-a-strong-community/about-wikis.md b/translations/de-DE/content/github/building-a-strong-community/about-wikis.md
index 6b1b963267..048f5a28cf 100644
--- a/translations/de-DE/content/github/building-a-strong-community/about-wikis.md
+++ b/translations/de-DE/content/github/building-a-strong-community/about-wikis.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Jedes {% data variables.product.product_name %}-Repository enthält einen Abschnitt für das Verwalten von Dokumentationen, ein so genanntes Wiki. Du kannst das Wiki Deines Repositorys verwenden, um ausführliche Informationen über Dein Projekt auszutauschen, beispielsweise über seine Verwendung, seine Gestaltung und seine Kernprinzipien. Eine README-Datei zeigt schnell, was Dein Projekt bezweckt, wohingegen Du ein Wiki verwenden kannst, um zusätzliche Dokumentation bereitzustellen. Weitere Informationen finden Sie unter „[Informationen zu README-Dateien](/articles/about-readmes/)“.
diff --git a/translations/de-DE/content/github/building-a-strong-community/adding-a-license-to-a-repository.md b/translations/de-DE/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
index b2a7207f10..4c4bfe1fff 100644
--- a/translations/de-DE/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
+++ b/translations/de-DE/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du eine nachweisbare Lizenz in Dein Repository einfügst, wird sie den Benutzern, die Dein Repository besuchen, oben auf der Repository-Seite angezeigt. Um die gesamte Lizenzdatei zu lesen, klicke auf den Namen der Lizenz.
@@ -32,7 +33,7 @@ Open-Source-Lizenzen ermöglichen es anderen, das Projekt in Deinem Repository k
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.files.add-file %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md b/translations/de-DE/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
index d0ac3c22b6..e45108026c 100644
--- a/translations/de-DE/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
+++ b/translations/de-DE/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
@@ -11,6 +11,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Wiki-Seiten hinzufügen
diff --git a/translations/de-DE/content/github/building-a-strong-community/adding-support-resources-to-your-project.md b/translations/de-DE/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
index 1d4d234399..027e2d3f1b 100644
--- a/translations/de-DE/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
+++ b/translations/de-DE/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um Personen auf bestimmte Support-Ressourcen zu verweisen, kannst Du eine SUPPORT-Datei zum Root-, `docs`- oder `.github`-Ordner Deines Repositorys hinzufügen. Wenn jemand einen Issue in Deinem Repository erstellt, wird ihm ein Link zur SUPPORT-Datei Deines Projekts angezeigt.

-You can create default support resources for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default support resources for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
{% tip %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md b/translations/de-DE/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
index b0b83e9547..f76571e81b 100644
--- a/translations/de-DE/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
+++ b/translations/de-DE/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/collaborating-with-your-team.md b/translations/de-DE/content/github/building-a-strong-community/collaborating-with-your-team.md
index b7e7abfe26..4ea6d583d0 100644
--- a/translations/de-DE/content/github/building-a-strong-community/collaborating-with-your-team.md
+++ b/translations/de-DE/content/github/building-a-strong-community/collaborating-with-your-team.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md b/translations/de-DE/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
index 279239b76c..4a181cca80 100644
--- a/translations/de-DE/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
+++ b/translations/de-DE/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
@@ -7,11 +7,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.default-issue-templates %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Issuevorlagen erstellen
{% endif %}
@@ -27,7 +28,7 @@ versions:
10. Lege unterhalb der Commit-Mitteilungsfelder fest, ob Du Deine Vorlage direkt an den Standardbranch freigeben oder einen neuen Branch erstellen und einen Pull Request öffnen möchtest. Weitere Informationen zu Pull Requests findest Du unter „[Informationen zu Pull Requests](/articles/about-pull-requests).“ 
11. Klicke auf **Commit changes** (Änderungen freigeben). Sobald diese Änderungen in den Standardbranch zusammengeführt wurden, steht die Vorlage für Mitarbeiter zur Verfügung, wenn sie neue Issues im Repository erstellen.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Konfigurieren der Vorlagenauswahl
{% data reusables.repositories.issue-template-config %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/creating-a-default-community-health-file.md b/translations/de-DE/content/github/building-a-strong-community/creating-a-default-community-health-file.md
index 8d17477a97..06b3f516b8 100644
--- a/translations/de-DE/content/github/building-a-strong-community/creating-a-default-community-health-file.md
+++ b/translations/de-DE/content/github/building-a-strong-community/creating-a-default-community-health-file.md
@@ -7,42 +7,43 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Standard-Community-Unterstützungsdateien
-You can add default community health files to the root of a public repository called `.github` that is owned by an organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}.
+You can add default community health files to the root of a public repository called `.github` that is owned by an organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}.
{% data variables.product.product_name %} wird Standarddateien für ein öffentliches Repository benutzen und anzeigen, sofern das Konto, dem das Repository gehört, über keine eigenen Dateien dieses Typs an den folgenden Stellen verfügt:
- im Root des Repositorys
- im Ordner `.github`
- im Ordner `docs`
-Wenn z. B. jemand einen Issue oder Pull Request in einem öffentlichen Repository erstellt, das keine eigene CONTRIBUTING-Datei enthält, wird ein Link zur standardmäßigen CONTRIBUTING-Datei angezeigt. If a repository has any files in its own `.github/ISSUE_TEMPLATE` folder{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}, including issue templates or a *config.yml* file,{% endif %} none of the contents of the default `.github/ISSUE_TEMPLATE` folder will be used.
+Wenn z. B. jemand einen Issue oder Pull Request in einem öffentlichen Repository erstellt, das keine eigene CONTRIBUTING-Datei enthält, wird ein Link zur standardmäßigen CONTRIBUTING-Datei angezeigt. If a repository has any files in its own `.github/ISSUE_TEMPLATE` folder{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}, including issue templates or a *config.yml* file,{% endif %} none of the contents of the default `.github/ISSUE_TEMPLATE` folder will be used.
Standarddateien sind nicht in Klonen, Paketen oder Downloads von einzelnen Repositorys enthalten, da sie nur im `.github`-Repository gespeichert sind.
### Unterstützte Dateitypen
-You can create defaults in your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} for the following community health files:
+You can create defaults in your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} for the following community health files:
-| Community-Unterstützungsdatei | Beschreibung |
-| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" %}
-| *CODE_OF_CONDUCT.md* | Eine CODE_OF_CONDUCT-Datei legt die Standards für die Interaktion in einer Community fest. Weitere Informationen findest Du unter „[Deinem Projekt einen Verhaltenskodex hinzufügen](/articles/adding-a-code-of-conduct-to-your-project/)“.{% endif %}
-| *CONTRIBUTING.md* | Eine CONTRIBUTING-Datei erläutert, wie zu Deinem Projekt beigetragen werden soll. For more information, see "[Setting guidelines for repository contributors](/articles/setting-guidelines-for-repository-contributors/)."{% if currentVersion == "free-pro-team@latest" %}
-| *FUNDING.yml* | Eine FUNDING-Datei zeigt eine Sponsorenschaltfläche in Deinem Repository an, um die Sichtbarkeit von Finanzierungsoptionen für Dein Open-Source-Projekt zu erhöhen. Weitere Informationen findest Du unter „[Sponsorenschaltfläche in Deinem Repository anzeigen](/articles/displaying-a-sponsor-button-in-your-repository)“{% endif %}
-| Issue and pull request templates{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and *config.yml*{% endif %} | Mit den Vorlagen für Issues und Pull Requests kannst Du die Informationen anpassen und standardisieren, die Mitarbeiter beim Öffnen von Issues und Pull Requests in Deinem Repository berücksichtigen sollen. For more information, see "[About issue and pull request templates](/articles/about-issue-and-pull-request-templates/)."{% if currentVersion == "free-pro-team@latest" %}
-| *SECURITY.md* | Eine SECURITY-Datei enthält Anweisungen zum verantwortungsvollen Melden einer Sicherheitslücke in Ihrem Projekt. Weitere Informationen findest Du unter „[Eine Sicherheitsrichtlinie zum Repository hinzufügen](/articles/adding-a-security-policy-to-your-repository)“.{% endif %}
-| *SUPPORT.md* | Mit einer SUPPORT-Datei kannst Du anderen mitteilen, wie sie Unterstützung bei Deinem Projekt erhalten können. Weitere Informationen findest Du unter „[Support-Ressourcen zu Deinem Projekt hinzufügen](/articles/adding-support-resources-to-your-project/).“ |
+| Community-Unterstützungsdatei | Beschreibung |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" %}
+| *CODE_OF_CONDUCT.md* | Eine CODE_OF_CONDUCT-Datei legt die Standards für die Interaktion in einer Community fest. Weitere Informationen findest Du unter „[Deinem Projekt einen Verhaltenskodex hinzufügen](/articles/adding-a-code-of-conduct-to-your-project/)“.{% endif %}
+| *CONTRIBUTING.md* | Eine CONTRIBUTING-Datei erläutert, wie zu Deinem Projekt beigetragen werden soll. For more information, see "[Setting guidelines for repository contributors](/articles/setting-guidelines-for-repository-contributors/)."{% if currentVersion == "free-pro-team@latest" %}
+| *FUNDING.yml* | Eine FUNDING-Datei zeigt eine Sponsorenschaltfläche in Deinem Repository an, um die Sichtbarkeit von Finanzierungsoptionen für Dein Open-Source-Projekt zu erhöhen. Weitere Informationen findest Du unter „[Sponsorenschaltfläche in Deinem Repository anzeigen](/articles/displaying-a-sponsor-button-in-your-repository)“{% endif %}
+| Issue and pull request templates{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and *config.yml*{% endif %} | Mit den Vorlagen für Issues und Pull Requests kannst Du die Informationen anpassen und standardisieren, die Mitarbeiter beim Öffnen von Issues und Pull Requests in Deinem Repository berücksichtigen sollen. For more information, see "[About issue and pull request templates](/articles/about-issue-and-pull-request-templates/)."{% if currentVersion == "free-pro-team@latest" %}
+| *SECURITY.md* | Eine SECURITY-Datei enthält Anweisungen zum verantwortungsvollen Melden einer Sicherheitslücke in Ihrem Projekt. Weitere Informationen findest Du unter „[Eine Sicherheitsrichtlinie zum Repository hinzufügen](/articles/adding-a-security-policy-to-your-repository)“.{% endif %}
+| *SUPPORT.md* | Mit einer SUPPORT-Datei kannst Du anderen mitteilen, wie sie Unterstützung bei Deinem Projekt erhalten können. Weitere Informationen findest Du unter „[Support-Ressourcen zu Deinem Projekt hinzufügen](/articles/adding-support-resources-to-your-project/).“ |
Du kannst keine Standard-Lizenzdatei erstellen. Lizenzdateien müssen zu individuellen Repositorys hinzugefügt werden, damit die Datei bei Klonen, Paketieren und Herunterladen des Projekts enthalten ist.
### Ein Repository für Standarddateien erstellen
{% data reusables.repositories.create_new %}
-2. Use the **Owner** drop-down menu, and select the organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} you want to create default files for. 
+2. Use the **Owner** drop-down menu, and select the organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} you want to create default files for. 
3. Gib **.github** als Namen für Dein Repository sowie optional eine Beschreibung ein. 
4. Make sure the repository status is set to **Public** (a repository for default files cannot be private). 
{% data reusables.repositories.initialize-with-readme %}
{% data reusables.repositories.create-repo %}
-7. Erstelle im Repository eine der möglichen Community-Unterstützungsdateien. Issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and their configuration file{% endif %} must be in a folder called `.github/ISSUE_TEMPLATE`. Alle anderen unterstützten Dateien müssen sich im Root des Repositorys befinden. Weitere Informationen findest Du unter „[Neue Dateien erstellen](/articles/creating-new-files/).“
+7. Erstelle im Repository eine der möglichen Community-Unterstützungsdateien. Issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and their configuration file{% endif %} must be in a folder called `.github/ISSUE_TEMPLATE`. Alle anderen unterstützten Dateien müssen sich im Root des Repositorys befinden. Weitere Informationen findest Du unter „[Neue Dateien erstellen](/articles/creating-new-files/).“
diff --git a/translations/de-DE/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md b/translations/de-DE/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
index e93065dbea..f4ef518391 100644
--- a/translations/de-DE/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
+++ b/translations/de-DE/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Eine Fußzeile erstellen
diff --git a/translations/de-DE/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md b/translations/de-DE/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
index 9d29f36c66..fc5cbf9611 100644
--- a/translations/de-DE/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
+++ b/translations/de-DE/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Weitere Informationen findest Du unter „[Informationen zu Vorlagen für Issues und Pull Requests](/articles/about-issue-and-pull-request-templates)“
Du kannst in einem der unterstützten Ordner ein Unterverzeichnis *PULL_REQUEST_TEMPLATE* erstellen, um mehrere Pull-Request-Vorlagen zu speichern. Mit dem Abfrageparameter `template` kannst Du die Vorlage wählen, mit der der Pull-Request-Text ausgefüllt werden soll. Weitere Informationen findest Du unter „[Informationen zur Automatisierung für Issues und Pull Requests mit Abfrageparametern](/articles/about-automation-for-issues-and-pull-requests-with-query-parameters).“
-You can create default pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
### Eine Pull-Request-Vorlage hinzufügen
diff --git a/translations/de-DE/content/github/building-a-strong-community/creating-a-team-discussion.md b/translations/de-DE/content/github/building-a-strong-community/creating-a-team-discussion.md
index 96650b6802..43e452399c 100644
--- a/translations/de-DE/content/github/building-a-strong-community/creating-a-team-discussion.md
+++ b/translations/de-DE/content/github/building-a-strong-community/creating-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-permissions %} Weitere Informationen findest Du unter „[Informationen zu Teamdiskussionen](/articles/about-team-discussions).“
diff --git a/translations/de-DE/content/github/building-a-strong-community/disabling-wikis.md b/translations/de-DE/content/github/building-a-strong-community/disabling-wikis.md
index 9c1181a24f..3944193775 100644
--- a/translations/de-DE/content/github/building-a-strong-community/disabling-wikis.md
+++ b/translations/de-DE/content/github/building-a-strong-community/disabling-wikis.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du ein Wiki deaktivierst, wird der Inhalt ausgeblendet, aber nicht gelöscht. Wenn Du Wikis zu einem späteren Zeitpunkt erneut aktivierst, werden Deine ursprünglichen Seiten wiederhergestellt.
diff --git a/translations/de-DE/content/github/building-a-strong-community/documenting-your-project-with-wikis.md b/translations/de-DE/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
index c3ce235430..fb8ccef976 100644
--- a/translations/de-DE/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
+++ b/translations/de-DE/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md b/translations/de-DE/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
index 4b65d2127a..8eb75edd40 100644
--- a/translations/de-DE/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
+++ b/translations/de-DE/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/editing-wiki-content.md b/translations/de-DE/content/github/building-a-strong-community/editing-wiki-content.md
index d7869ae034..5afc5c13b3 100644
--- a/translations/de-DE/content/github/building-a-strong-community/editing-wiki-content.md
+++ b/translations/de-DE/content/github/building-a-strong-community/editing-wiki-content.md
@@ -14,6 +14,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Links hinzufügen
diff --git a/translations/de-DE/content/github/building-a-strong-community/index.md b/translations/de-DE/content/github/building-a-strong-community/index.md
index e34896d39b..e4a7fee01b 100644
--- a/translations/de-DE/content/github/building-a-strong-community/index.md
+++ b/translations/de-DE/content/github/building-a-strong-community/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/building-a-strong-community/locking-conversations.md b/translations/de-DE/content/github/building-a-strong-community/locking-conversations.md
index 735dfe97a8..e5ab101bde 100644
--- a/translations/de-DE/content/github/building-a-strong-community/locking-conversations.md
+++ b/translations/de-DE/content/github/building-a-strong-community/locking-conversations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
It's appropriate to lock a conversation when the entire conversation is not constructive or violates your community's code of conduct{% if currentVersion == "free-pro-team@latest" %} or GitHub's [Community Guidelines](/articles/github-community-guidelines){% endif %}. Wenn Du eine Unterhaltung sperrst, kannst Du auch einen Grund dafür angeben, der dann öffentlich sichtbar ist.
diff --git a/translations/de-DE/content/github/building-a-strong-community/managing-disruptive-comments.md b/translations/de-DE/content/github/building-a-strong-community/managing-disruptive-comments.md
index 1edabc1ae3..4b14a6a29d 100644
--- a/translations/de-DE/content/github/building-a-strong-community/managing-disruptive-comments.md
+++ b/translations/de-DE/content/github/building-a-strong-community/managing-disruptive-comments.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Einen Kommentar ausblenden
diff --git a/translations/de-DE/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md b/translations/de-DE/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
index 0a12b44031..ebd1bbade4 100644
--- a/translations/de-DE/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
+++ b/translations/de-DE/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.legacy-issue-template-tip %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/moderating-comments-and-conversations.md b/translations/de-DE/content/github/building-a-strong-community/moderating-comments-and-conversations.md
index 38b633e9c0..4561810b6c 100644
--- a/translations/de-DE/content/github/building-a-strong-community/moderating-comments-and-conversations.md
+++ b/translations/de-DE/content/github/building-a-strong-community/moderating-comments-and-conversations.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/building-a-strong-community/pinning-a-team-discussion.md b/translations/de-DE/content/github/building-a-strong-community/pinning-a-team-discussion.md
index e884c17e02..78237d6a3f 100644
--- a/translations/de-DE/content/github/building-a-strong-community/pinning-a-team-discussion.md
+++ b/translations/de-DE/content/github/building-a-strong-community/pinning-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md b/translations/de-DE/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
index e4a8797e47..05dbfc1f8e 100644
--- a/translations/de-DE/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
+++ b/translations/de-DE/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
@@ -7,6 +7,7 @@ intro: Du kannst Richtlinien erstellen, wie Personen zu Deinem Projekt beitragen
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um die Beiträge Deiner Projektmitarbeiter zu optimieren, kannst Du ein Dokument mit Beitragsrichtlinien in das Stammverzeichnis, in das Verzeichnis `docs` oder in das Verzeichnis `.github` Deines Projekt-Repositorys hinzufügen. Bei der Eröffnung eines Pull-Requests oder der Erstellung eines Issues wird dem betreffenden Mitarbeiter dann ein Link zu dieser Datei angezeigt.
@@ -19,7 +20,7 @@ Mitarbeitern helfen die Richtlinien, korrekt formulierte Pull Requests einzureic
Sowohl Inhaber als auch Mitarbeiter sparen dank Beitragsrichtlinien Zeit und Mühen, die durch fehlerhaft formulierte Pull Requests oder Issues entstehen, die abgelehnt und erneut eingereicht werden müssen.
-You can create default contribution guidelines for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default contribution guidelines for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
{% tip %}
diff --git a/translations/de-DE/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md b/translations/de-DE/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
index 93a9a50608..26a1d2aaed 100644
--- a/translations/de-DE/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
+++ b/translations/de-DE/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/building-a-strong-community/tracking-changes-in-a-comment.md b/translations/de-DE/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
index dece7a91dc..6221b474bb 100644
--- a/translations/de-DE/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
+++ b/translations/de-DE/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Änderungsverlauf eines Kommentars anzeigen
diff --git a/translations/de-DE/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md b/translations/de-DE/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
index 6b3509d940..b655e0d9ba 100644
--- a/translations/de-DE/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md b/translations/de-DE/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
index c059e8caa0..98ee4242b8 100644
--- a/translations/de-DE/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
+++ b/translations/de-DE/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Wiki-Verlauf anzeigen
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-branches.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
index db8da409fe..a4a405ba32 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -24,11 +25,11 @@ Du benötigst Schreibzugriff auf ein Repository, um einen Branch zu erstellen, e
{% data reusables.branches.new-repo-default-branch %} The default branch is the branch that {% data variables.product.prodname_dotcom %} displays when anyone visits your repository. The default branch is also the initial branch that Git checks out locally out when someone clones the repository. {% data reusables.branches.default-branch-automatically-base-branch %}
-By default, {% data variables.product.product_name %} names the default branch {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.23" %}`main`{% else %}`master`{% endif %} in any new repository.
+By default, {% data variables.product.product_name %} names the default branch {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}`main`{% else %}`master`{% endif %} in any new repository.
{% data reusables.branches.set-default-branch %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.branches.set-default-branch %}
@@ -40,7 +41,7 @@ Sobald Du mit Deiner Arbeit zufrieden bist, kannst Du einen Pull Request eröffn
Nachdem ein Pull Request zusammengeführt oder geschlossen wurde, kannst Du den Head-Branch löschen, da dieser nicht mehr länger benötigt wird. Du benötigst Schreibzugriff auf dem Repository, um Branches zu löschen. Du kannst keine Branches löschen, die direkt mit einem offenen Pull Request verbunden sind. Weitere Informationen findest Du unter „[Löschen und Wiederherstellen von Branches in einem Pull Request](/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.pull_requests.retargeted-on-branch-deletion %}
Die folgenden Diagramme veranschaulichen dies.
@@ -73,7 +74,7 @@ Wenn ein Branch geschützt ist, trifft Folgendes zu:
- Wenn die erforderlichen Statuschecks für den Branch aktiviert sind, kannst Du Änderungen erst dann in den Branch zusammenführen, wenn alle erforderlichen CI-Tests bestanden sind. Weitere Informationen findest Du unter „[Informationen zu Statuschecks](/articles/about-status-checks).“
- Wenn erforderliche Pull-Request-Reviews auf dem Branch aktiviert sind, kannst Du Änderungen erst dann in den Branch zusammenführen, wenn alle Anforderungen der Richtlinie für Pull-Request-Reviews erfüllt sind. Weitere Informationen findest Du unter „[Einen Pull Request zusammenführen](/articles/merging-a-pull-request).“
- Wenn der erforderliche Review von einem Codeinhaber auf einem Branch aktiviert ist und der Code mit einem Inhaber durch einen Pull Request geändert wird, muss ein Codeinhaber den Pull Request genehmigen, bevor er zusammengeführt werden kann. Weitere Informationen findest Du unter „[Informationen zu Codeinhabern](/articles/about-code-owners).“
-- Wenn die obligatorische Commit-Signatur auf einem Branch aktiviert ist, kannst Du keine Commits an den Branch übertragen, die nicht signiert und verifiziert sind. For more information, see "[About commit signature verification](/articles/about-commit-signature-verification)" and "[About required commit signing](/articles/about-required-commit-signing)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+- Wenn die obligatorische Commit-Signatur auf einem Branch aktiviert ist, kannst Du keine Commits an den Branch übertragen, die nicht signiert und verifiziert sind. For more information, see "[About commit signature verification](/articles/about-commit-signature-verification)" and "[About required commit signing](/articles/about-required-commit-signing)."{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
- Wenn du den Konflikt-Editor von {% data variables.product.prodname_dotcom %} benutzt, um Konflikte für eine Pull Request zu beheben, die Du aus einem geschützten Branch erstellt hast, wird Dir {% data variables.product.prodname_dotcom %} helfen, einen alternativen Branch für den Pull-Request zu erstellen, so dass Deine Auflösung der Konflikte zusammengeführt werden kann. Weitere Informationen findest Du unter „[Einen Mergekonflikt auf {% data variables.product.prodname_dotcom %} beheben](/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github).“{% endif %}
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
index c866c321f3..02c31505e3 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Es gibt zwei Hauptarten von Entwicklungsmodellen, mit denen Du Pull Requests verwenden würdest. Mit dem *fork and pull model* (forken und abrufen Modell) kann jeder ein bestehendes Repository forken und Veränderungen an seine persönlichen Forks übertragen. Du benötigst keine Berechtigungen zum Quell-Repository, um an eine benutzereigene Fork zu übertragen. Die Änderungen können vom Projektbetreuer in das Quell-Repository gezogen werden. Wenn Du einen Pull Request öffnest, der Änderungen von Deiner benutzereigenen Fork zu einem Branch im Quell- (vorgelagerten) Repository vorschlägt, kannst Du allen Personen mit Push Zugriff auf das vorgelagerte Repository erlauben, Änderungen an Deinen Pull Requests zu machen. Dieses Modell ist bei Open-Source-Projekten beliebt, da es Probleme für neue Mitarbeiter reduziert und Benutzern ermöglicht, unabhängig und ohne vorherige Koordination zu arbeiten.
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
index 5265d4e5a0..d36624efa4 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
index 97ec6ed737..6ac88e9ccf 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Diskussionen auf {% data variables.product.product_name %}
@@ -19,7 +20,7 @@ Issues sind nützlich bei der Diskussion spezifischer Details eines Projekts, be
### Auf Ideen in Kommentaren reagieren
-Du kannst Deine Unterstützung oder Ablehnung für eine Idee in einer Unterhaltung zeigen. Wenn Du eine Reaktion auf einen Kommentar oder den Inhalt einer Teamdiskussion, eines Issues oder Pull-Requests hinzufügst, werden Personen, die die Unterhaltung abonniert haben, keine Benachrichtigung erhalten. For more information about subscriptions, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}."
+Du kannst Deine Unterstützung oder Ablehnung für eine Idee in einer Unterhaltung zeigen. Wenn Du eine Reaktion auf einen Kommentar oder den Inhalt einer Teamdiskussion, eines Issues oder Pull-Requests hinzufügst, werden Personen, die die Unterhaltung abonniert haben, keine Benachrichtigung erhalten. For more information about subscriptions, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}."

diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-forks.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
index 212f37f2c1..53948f8bb8 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Das Forking eines Repositorys ist ähnlich wie das Kopieren eines Repositorys, mit zwei wesentlichen Unterschieden:
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
index 707f1e207c..24ced38b42 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Oft kann Git Unterschiede zwischen Branches beheben und diese automatisch zusammenführen. In der Regel liegen die Änderungen in verschiedenen Zeilen oder sogar in verschiedenen Dateien vor, was das Zusammenführen für Computer leicht verständlich macht. Manchmal gibt es jedoch konkurrierende Änderungen, die Git ohne Deine Hilfe nicht bewältigen kann. Häufig treten Mergekonflikte auf, wenn Personen unterschiedliche Änderungen an derselben Zeile derselben Datei vornehmen, oder wenn eine Person eine Datei bearbeitet und eine andere Person dieselbe Datei löscht.
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
index b6b2c96476..7dc13b3258 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.default_merge_option %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
index 4500c185b5..9384b2812a 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Pull-Request-Reviews
Nachdem ein Pull-Request geöffnet wurde, kann jeder mit *Lese*-Zugriff die vorgeschlagenen Änderungen überprüfen und kommentieren. Du kannst auch spezifische Änderungen an Codezeilen vorschlagen, die der Autor direkt aus dem Pull-Request anwenden kann. Weitere Informationen findest Du unter „[Vorgeschlagene Änderungen in einem Pull Request überprüfen](/articles/reviewing-proposed-changes-in-a-pull-request).“
-Repository-Inhaber und -Mitarbeiter können von einer bestimmten Person einen Review des Pull Requests anfordern. Organisationsmitglieder können auch einen Review eines Pull Requests von einem Team mit Lesezugriff auf das Repository anfordern. Weitere Informationen findest Du unter „[Einen Pull-Request-Review anfordern](/articles/requesting-a-pull-request-review).“ {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}You can specify a subset of team members to be automatically assigned in the place of the whole team. Weitere Informationen findest Du unter „[Code Review-Zuweisung für Dein Team verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+Repository-Inhaber und -Mitarbeiter können von einer bestimmten Person einen Review des Pull Requests anfordern. Organisationsmitglieder können auch einen Review eines Pull Requests von einem Team mit Lesezugriff auf das Repository anfordern. Weitere Informationen findest Du unter „[Einen Pull-Request-Review anfordern](/articles/requesting-a-pull-request-review).“ {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}You can specify a subset of team members to be automatically assigned in the place of the whole team. Weitere Informationen findest Du unter „[Code Review-Zuweisung für Dein Team verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
Reviews ermöglichen eine Diskussion der vorgeschlagenen Änderungen und tragen dazu bei, dass die Änderungen den Beitragsrichtlinien des Repositorys wie auch anderen Qualitätsstandards entsprechen. Du kannst definieren, welche Personen oder Teams bestimmte Codetypen oder -bereiche in einer CODEOWNERS-Datei besitzen. Wenn durch einen Pull Request Code mit einem definierten Inhaber geändert wird, wird diese Person oder dieses Team automatisch als Reviewer angefordert. Weitere Informationen finden Sie unter „[Informationen zu Codeinhabern](/articles/about-code-owners/)“.
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
index e10d5da54a..3f03712999 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Pull Requests
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
index 3386103b48..9b5f455d4c 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Statuschecks basieren auf externen Prozessen, beispielsweise Builds mit fortlaufender Integration, die bei jedem Push an ein Repository ausgeführt werden. Du kannst den Zustand *Ausstehend*, *Bestanden* oder *Nicht bestanden* des Statuschecks neben den einzelnen Commits in Deinem Pull Request sehen.
@@ -46,7 +47,7 @@ Du kannst zwischen den Prüfungszusammenfassungen für verschiedene Commits in e
#### Prüfungen für einzelne Commits überspringen und anfordern
-Wenn ein Repository so konfiguriert ist, dass es automatisch Prüfungen für Pushes anfordert, kannst Du die Prüfungen für einen einzelnen Commit überspringen, den Du überträgst. Wenn ein Repository _nicht_ so konfiguriert ist, dass es automatisch Prüfungen für Pushes anfordert, kannst Du Prüfungen für einen einzelnen Commit anfordern, den Du überträgst. For more information on these settings, see "[Check Suites](/rest/reference/checks#update-repository-preferences-for-check-suites)."
+Wenn ein Repository so konfiguriert ist, dass es automatisch Prüfungen für Pushes anfordert, kannst Du die Prüfungen für einen einzelnen Commit überspringen, den Du überträgst. Wenn ein Repository _nicht_ so konfiguriert ist, dass es automatisch Prüfungen für Pushes anfordert, kannst Du Prüfungen für einen einzelnen Commit anfordern, den Du überträgst. For more information on these settings, see "[Check Suites](/v3/checks/suites/#set-preferences-for-check-suites-on-a-repository)."
Um Prüfungen für Deinen Commit zu überspringen oder anzufordern, füge eine der folgenden Trailerzeilen an das Ende Deiner Commit-Mitteilung an:
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
index 184e37f596..5b6afdfdd4 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
index 673aa4700d..abd0e7b997 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
@@ -7,6 +7,7 @@ permissions: Personen mit Push-Zugriff auf das vorgelagerte (upstream) Repositor
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Nur die Ersteller von Pull Requests können Betreuern von vorgelagerten Repositorys oder Benutzern mit Push-Zugriff auf das vorgelagerte Repository die Berechtigung erteilen, in einer benutzereigenen Fork Commits an den Vergleichs-Branch ihres Pull Requests vorzunehmen. Weitere Informationen zu vorgelagerten Repositorys findest Du unter „[Informationen zu Forks](/articles/about-forks).“
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
index 8974e0e7de..df67ea6213 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Weitere Informationen zu erforderlichen Reviews findest Du unter „[Informationen zu erforderlichen Reviews für Pull Requests](/articles/about-required-reviews-for-pull-requests).“
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
index 272c57a8a7..75a4d85386 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
index cd4ea8377d..8941bb80b0 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
@@ -1,6 +1,6 @@
---
title: Die Zustand eines Pull Requests ändern
-intro: 'You can mark a draft pull request as ready for review{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} or convert a pull request to a draft{% endif %}.'
+intro: 'You can mark a draft pull request as ready for review{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} or convert a pull request to a draft{% endif %}.'
permissions: Personen mit Schreibberechtigungen in ein Repository sowie Pull-Request-Autoren können den Zustand eines Pull-Requests ändern.
product: '{% data reusables.gated-features.draft-prs %}'
redirect_from:
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Einen Pull Request als bereit zum Überprüfung markieren
@@ -18,7 +19,7 @@ versions:
2. Klicke in der Liste „Pull Requests“ auf den Pull Request, den Du als „Ready for review“ (Bereit zur Überprüfung) markieren möchtest.
3. Klicke im Merge-Feld **Ready for review** (Bereit zur Überprüfung). 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
### Einen Pull Request in einen Entwurf umwandeln
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
index 2c1b00ea2c..b37a5f66ef 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
@@ -7,6 +7,7 @@ permissions: Personen mit Schreibzugriff auf eine Repository können einen Remot
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
index d4e3e1b6b4..45327a16d1 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
index 9c07db7c09..170b123fdd 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
index 12e3d10d8e..c9fa0adcd0 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
@@ -9,6 +9,7 @@ intro: 'Wenn Du einen Pull Request in einem Repository geöffnet hast, können M
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Pull Requests
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
index 43c46751b3..8395d69192 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Commits sind nur an Pull-Request-Branches möglich, auf die Folgendes zutrifft:
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
index 6c67480e49..e5ee0f737e 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.command_line.open_the_multi_os_terminal %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
index 9839fe2d2b..f509671c5d 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
@@ -7,6 +7,7 @@ permissions: Jeder, der Schreibzugriff auf ein Repository hat, kann einen Pull-R
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst den Betreuern des vorgelagerten Repository auch die Berechtigung geben, Commits zu einem benutzereigenen Fork zu übertragen. Wenn Dein Pull Request Deinen Themen-Branch mit einem Branch im vorgelagerten Repository als Basis-Branch vergleicht, wird Dein Themen-Branch auch als Vergleichs-Branch des Pull Requests bezeichnet. Weitere Informationen über Pull-Request-Branches sowie Beispiele dazu findest du unter „[Einen Pull Request erstellen](/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository)."
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
index f9516565b8..98d53df694 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Jeder, der Leseberechtigungen für ein Repository besitzt, kann einen Pull Request erstellen. Du benötigst jedoch Schreibberechtigungen, um einen Branch zu erstellen. Wenn Du einen neuen Branch für Deinen Pull Request erstellen möchtest, aber keine Schreibberechtigung hast, kannst Du das Repository zunächst forken. Weitere Informationen findest Du unter „[Einen Pull Request von einem Fork erstellen](/articles/creating-a-pull-request-from-a-fork)“ und „
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
index 296b79b8e5..d3cfd7e9f0 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Branch erstellen
@@ -29,7 +30,7 @@ If the branch you want to delete is associated with an open pull request, you mu
{% data reusables.repositories.navigate-to-branches %}
1. Scrolle zum Branch, den Du löschen möchtest, und klicke auf {% octicon "trashcan" aria-label="The trashcan icon to delete the branch" %}. 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.pull_requests.retargeted-on-branch-deletion %}
{% endif %}
Weitere Informationen finden Sie unter „[Informationen zu Branches](/github/collaborating-with-issues-and-pull-requests/about-branches#working-with-branches)“.
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
index fd2f16e0fc..b9a4d2fac6 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.dismiss_review %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
index 426eb35897..298a9ca564 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can filter files in a pull request by file extension type, such as `.html` or `.js`, lack of an extension, code ownership, or dotfiles.
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
index cb568e0671..2172598bd8 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Jeder, der Lesezugriff auf ein Repository hat, kann eine zusammenfassende Liste der Funktions- und Methodenänderungen in bestimmten Dateien eines Pull Requests anzeigen.
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/github-flow.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
index adb6e49356..637323575a 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Den GitHub-Flow befolgen
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
index 402d142a86..344472b6a3 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
index 3a5c1796ff..c9990f721c 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Vorgeschlagene Änderungen anwenden
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/index.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/index.md
index 9e767b2665..e4bc0c4313 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/index.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/index.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
index 0790534ced..b62cd03b15 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -47,7 +48,7 @@ Wenn Du die Änderungen in einem Themen-Branch nicht in den vorgelagerten Branch
The repository may be configured so that the head branch for a pull request is automatically deleted when you merge a pull request. Weitere Informationen findest Du unter „[Verwalten des automatischen Löschens von Branches](/github/administering-a-repository/managing-the-automatic-deletion-of-branches)."
- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+ {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% note %}
**Note:** {% data reusables.pull_requests.retargeted-on-branch-deletion %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
index 10f20f9d46..3f819e0cec 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.command_line.open_the_multi_os_terminal %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/overview.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/overview.md
index 5652156cb2..55c2a9f1f7 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/overview.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/overview.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
index f2b8d14391..aaeb919d95 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
index 0cd818c98a..a262ea8bfd 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Inhaber und Mitarbeiter eines Repositorys, das einem Benutzerkonto angehört, können Pull Requests zuweisen. Organisationsmitglieder mit Triage-Berechtigungen für ein Repository können einen Pull-Request-Review zuweisen.
-Inhaber oder Mitarbeiter können jeder Person, der explizit [Lesezugriff](/articles/access-permissions-on-github) auf ein benutzereigenes Repository gewährt wurde, einen Pull-Request-Review zuweisen. Organisationsmitglieder können jeder Person oder jedem Team mit Lesezugriff auf das Repository einen Pull-Request-Review zuweisen. Der angeforderte Reviewer respektive das angeforderte Team erhält eine Benachrichtigung, dass Du einen Pull-Request-Review von ihm angefordert hast. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you request a review from a team and code review assignment is enabled, specific members will be requested and the team will be removed as a reviewer. Weitere Informationen findest Du unter „[Code Review-Zuweisung für Dein Team verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+Inhaber oder Mitarbeiter können jeder Person, der explizit [Lesezugriff](/articles/access-permissions-on-github) auf ein benutzereigenes Repository gewährt wurde, einen Pull-Request-Review zuweisen. Organisationsmitglieder können jeder Person oder jedem Team mit Lesezugriff auf das Repository einen Pull-Request-Review zuweisen. Der angeforderte Reviewer respektive das angeforderte Team erhält eine Benachrichtigung, dass Du einen Pull-Request-Review von ihm angefordert hast. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you request a review from a team and code review assignment is enabled, specific members will be requested and the team will be removed as a reviewer. Weitere Informationen findest Du unter „[Code Review-Zuweisung für Dein Team verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
{% note %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
index 913b4ff795..264f922e6f 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Auf {% data variables.product.product_name %} können Sie nur Mergekonflikte beheben, die durch konkurrierende Zeilenänderungen verursacht werden, beispielsweise, wenn mehrere Personen unterschiedliche Änderungen an der gleichen Zeile in der gleichen Datei in verschiedenen Branches Ihres Git-Repositorys vornehmen. Alle anderen Mergekonflikte musst Du lokal in der Befehlszeile beheben. Weitere Informationen findest Du unter „[Einen Mergekonflikt in der Befehlszeile beheben](/articles/resolving-a-merge-conflict-using-the-command-line/).“
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
If a site administrator disables the merge conflict editor for pull requests between repositories, you cannot use the conflict editor on
{% data variables.product.product_name %} and must resolve merge conflicts on the command line. Beispielsweise können Sie den Mergekonflikteditor, sofern er deaktiviert ist, nicht für Pull Requests zwischen einem Fork und einem vorgelagerten Repository verwenden.
{% endif %}
@@ -33,7 +34,7 @@ If a site administrator disables the merge conflict editor for pull requests bet
{% tip %}
- **Tipp:** Wenn die Schaltfläche **Resolve conflicts** (Konflikte beheben) deaktiviert ist, ist der Mergekonflikt Deines Pull Requests für eine Behebung auf {% data variables.product.product_name %} zu komplex{% if enterpriseServerVersions contains currentVersion %} oder der Konflikteditor wurde vom Websiteadministrator für Pull Requests zwischen Repositorys deaktiviert{% endif %}. Du musst den Mergekonflikt mit einem alternativen Git-Client auflösen, oder durch Verwendung von Git auf der Befehlszeile. Weitere Informationen findest Du unter „[Mergekonflikt in der Befehlszeile beheben](/articles/resolving-a-merge-conflict-using-the-command-line).“
+ **Tip:** If the **Resolve conflicts** button is deactivated, your pull request's merge conflict is too complex to resolve on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} or the site administrator has disabled the conflict editor for pull requests between repositories{% endif %}. Du musst den Mergekonflikt mit einem alternativen Git-Client auflösen, oder durch Verwendung von Git auf der Befehlszeile. Weitere Informationen findest Du unter „[Mergekonflikt in der Befehlszeile beheben](/articles/resolving-a-merge-conflict-using-the-command-line).“
{% endtip %}
{% data reusables.pull_requests.decide-how-to-resolve-competing-line-change-merge-conflict %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
index 407c93b7dc..86bb4e44f0 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Mergekonflikte entstehen, wenn in der gleichen Zeile derselben Datei von verschiedenen Personen konkurrierende Änderungen vorgenommen werden oder wenn eine Person eine Datei bearbeitet und eine andere Person die Datei löscht. Weitere Informationen findest Du unter „[Informationen zu Mergekonflikten](/articles/about-merge-conflicts/).“
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
index 6902011d81..b231ac55f4 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About reverting a pull request
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
index 203f969928..2d98626e82 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
index 20d647d047..074a8300ae 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zum Review von Pull Requests
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
index 1110b0290d..a5695985ad 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bevor Du einen Fork mit dem ihm vorgelagerten Repository synchronisieren kannst, musst Du in Git [ein Remote-Repository konfigurieren, das auf das vorgelagerte Repository verweist](/articles/configuring-a-remote-for-a-fork).
{% data reusables.command_line.open_the_multi_os_terminal %}
2. Wechsle Dein aktuelles Arbeitsverzeichnis in das lokale Projekt.
-3. Rufe die Branches und die jeweiligen Commits aus dem vorgelagerten Repository ab. Commits am `master`-Branch werden in einem lokalen Branch mit dem Namen `upstream/master` gespeichert.
+3. Rufe die Branches und die jeweiligen Commits aus dem vorgelagerten Repository ab. Commits to `main` will be stored in a local branch, `upstream/main`.
```shell
$ git fetch upstream
> remote: Counting objects: 75, done.
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
index 9cd740f0cf..bd817f903b 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.search.requested_reviews_search %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
index 03d16b8ce3..347a19a756 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.deleted_forks_from_private_repositories_warning %}
@@ -29,7 +30,7 @@ Wenn ein öffentliches Repository auf privat festgelegt wird, werden die zugehö
Die Forks eines öffentlichen Repositorys bleiben demnach in ihrem eigenen separaten Repository-Netzwerk öffentlich, selbst nachdem das übergeordnete Repository auf privat eingestellt wurde. Dadurch können Fork-Inhaber ohne Unterbrechung weiterhin arbeiten und zusammenarbeiten. Wenn öffentliche Forks nicht auf diese Weise in ein separates Netzwerk verschoben wurden, benötigen die Inhaber dieser Forks die entsprechenden [Zugriffsberechtigungen](/articles/access-permissions-on-github), um Änderungen vom (inzwischen privaten) übergeordneten Repository abzurufen und um Pull Requests an das übergeordnete Repository abzusenden, auch wenn sie zuvor diese Berechtigungen nicht benötigt haben.
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
Wenn für ein öffentliches Repository der anonyme Git-Lesezugriff aktiviert ist und das Repository auf privat festgelegt wird, verlieren alle Forks des Repositorys den anonymen Git-Lesezugriff und verwenden wieder die standardmäßig deaktivierte Einstellung. Wenn ein geforktes Repository als öffentlich festgelegt wird, kann der anonyme Git-Lesezugriff durch die Repository-Administratoren wieder aktiviert werden. Weitere Informationen finden Sie unter „[Anonymen Git-Lesezugriff für ein Repository aktivieren](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)“.
{% endif %}
diff --git a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
index c670900604..e500124da2 100644
--- a/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
+++ b/translations/de-DE/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/about-commits.md b/translations/de-DE/content/github/committing-changes-to-your-project/about-commits.md
index 719c405d60..daa7ceeb67 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/about-commits.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/about-commits.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Commits
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/changing-a-commit-message.md b/translations/de-DE/content/github/committing-changes-to-your-project/changing-a-commit-message.md
index 9da0f8c827..9b92a0e260 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/changing-a-commit-message.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/changing-a-commit-message.md
@@ -7,17 +7,18 @@ intro: 'Wenn eine Commit-Mitteilung unklare, falsche oder vertrauliche Informati
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Die letzte Commit-Mitteilung erneut schreiben
Die letzte Commit-Mitteilung kannst Du mit dem Befehl `git commit --amend` ändern.
-In Git, the text of the commit message is part of the commit. Changing the commit message will change the commit ID--i.e., the SHA1 checksum that names the commit. Effectively, you are creating a new commit that replaces the old one.
+In Git ist der Text der Commit-Mitteilung Teil des Commits. Durch das Ändern der Commit-Mitteilung ändert sich auch die Commit-ID, also die SHA1-Prüfsumme, die den Commit benennt. Effektiv erstellst Du einen neuen Commit, der den alten ersetzt.
-### Commit has not been pushed online
+### Commit wurde nicht online veröffentlicht
-If the commit only exists in your local repository and has not been pushed to {% data variables.product.product_location %}, you can amend the commit message with the `git commit --amend` command.
+Wenn der Commit nur in Ihrem lokalen Repository vorhanden ist und nicht zu {% data variables.product.product_location %} gepusht wurde, können Sie die Commit-Mitteilung mit dem Befehl `git comimt --amend` ändern.
1. Navigiere in der Befehlszeile zu dem Repository, das den Commit enthält, den Du ändern möchtest.
2. Gib `git commit --amend` ein, und drücke die **Eingabetaste**.
@@ -31,17 +32,17 @@ Der neue Commit und die neue Commit-Mitteilung werden beim nächsten Push auf {%
{% tip %}
-You can change the default text editor for Git by changing the `core.editor` setting. For more information, see "[Basic Client Configuration](https://git-scm.com/book/en/Customizing-Git-Git-Configuration#_basic_client_configuration)" in the Git manual.
+Du kannst den standardmäßigen Texteditor für Git ändern, indem Du die Einstellung `core.editor` änderst. Weitere Informationen findest Du unter „[Grundlegende Client-Konfiguration](https://git-scm.com/book/en/Customizing-Git-Git-Configuration#_basic_client_configuration)“ im Git-Handbuch.
{% endtip %}
-### Amending older or multiple commit messages
+### Ältere oder mehrere Commit-Mitteilungen ändern
-If you have already pushed the commit to {% data variables.product.product_location %}, you will have to force push a commit with an amended message.
+Wenn Sie den Commit bereits zu {% data variables.product.product_location %} gepusht haben, müssen Sie den Push des Commits mit einer geänderten Mitteilung erzwingen.
{% warning %}
-We strongly discourage force pushing, since this changes the history of your repository. If you force push, people who have already cloned your repository will have to manually fix their local history. For more information, see "[Recovering from upstream rebase](https://git-scm.com/docs/git-rebase#_recovering_from_upstream_rebase)" in the Git manual.
+Wir raten dringend von einem erzwungenen Push ab, da sich dadurch der Verlauf Deines Repositorys ändert. Wenn Du den Push erzwingst, müssen alle, die Dein Repository bereits geklont haben, ihren lokalen Verlauf manuell korrigieren. Weitere Informationen findest Du unter „[Von einem vorgelagerten Rebase wiederherstellen](https://git-scm.com/docs/git-rebase#_recovering_from_upstream_rebase)“ im Git-Handbuch.
{% endwarning %}
@@ -55,7 +56,7 @@ We strongly discourage force pushing, since this changes the history of your rep
**Changing the message of older or multiple commit messages**
-If you need to amend the message for multiple commits or an older commit, you can use interactive rebase, then force push to change the commit history.
+Wenn Du die Mitteilungen für mehrere Commits oder für ältere Commits ändern musst, kannst Du den interaktive Rebase nutzen und anschließend den Push zum Ändern des Commit-Verlaufs erzwingen.
1. Navigiere in der Befehlszeile zu dem Repository, das den Commit enthält, den Du ändern möchtest.
2. Gib den Befehl `git rebase -i HEAD~n` ein, um eine Liste der letzten `n` Commits in Deinem standardmäßigen Texteditor anzuzeigen.
@@ -102,17 +103,17 @@ If you need to amend the message for multiple commits or an older commit, you ca
$ git push --force example-branch
```
-For more information on interactive rebase, see "[Interactive mode](https://git-scm.com/docs/git-rebase#_interactive_mode)" in the Git manual.
+Weitere Informationen zur interaktiven Rebase findest Du unter „[Interaktiver Modus](https://git-scm.com/docs/git-rebase#_interactive_mode)“ im Git-Handbuch.
{% tip %}
-As before, amending the commit message will result in a new commit with a new ID. However, in this case, every commit that follows the amended commit will also get a new ID because each commit also contains the id of its parent.
+Auch hier gilt: Das Ändern der Commit-Mitteilung führt zu einem neuen Commit mit einer neuen ID. In diesem Fall erhält aber auch jeder Commit, der nach dem geänderten Commit folgt, eine neue ID, da jeder Commit auch die ID des übergeordneten Commits enthält.
{% endtip %}
{% warning %}
-If you have included sensitive information in a commit message, force pushing a commit with an amended commit may not remove the original commit from {% data variables.product.product_name %}. The old commit will not be a part of a subsequent clone; however, it may still be cached on {% data variables.product.product_name %} and accessible via the commit ID. You must contact {% data variables.contact.contact_support %} with the old commit ID to have it purged from the remote repository.
+Wenn eine Commit-Mitteilung vertrauliche Informationen enthält, wird beim erzwungenen Push eines Commits mit geändertem Commit der ursprüngliche Commit möglicherweise nicht von {% data variables.product.product_name %} entfernt. Der alte Commit wird nicht Teil eines nachfolgenden Klons, kann aber noch auf {% data variables.product.product_name %} zwischengespeichert und über die Commit-ID zugänglich sein. Wenden Sie sich mit der alten Commit-ID an {% data variables.contact.contact_support %}, um ihn vom Remote-Repository löschen zu lassen.
{% endwarning %}
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md b/translations/de-DE/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
index 7c5d1638c7..ac797306ba 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn sich Dein Commit nicht auf dem Standardbranch befindet, zeigt ein Indikator, welche Branches den Commit enthalten. Ist der Commit Teil eines nicht übertragenen Pull Requests, wird ein Link angezeigt.
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md b/translations/de-DE/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
index 0ec1faeab2..8c5ebde426 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du mit `git show` einen bestimmten Commit in der Befehlszeile anzeigen möchtest, kann ein schwerer Fehler auftreten.
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/comparing-commits.md b/translations/de-DE/content/github/committing-changes-to-your-project/comparing-commits.md
index e45dd5addd..5f0b1ebc46 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/comparing-commits.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/comparing-commits.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst den Status Deines Repositorys über Branches, Tags, Commits und Daten hinweg vergleichen. Um verschiedene Versionen Deines Repositorys zu vergleichen, füge `/compare` (vergleichen) zum Pfad Deines Repository hinzu.
@@ -26,9 +27,9 @@ Hier siehst Du ein Beispiel für einen [Vergleich zwischen zwei Branches](https:
### Tags vergleichen
-Ein Vergleich der Release-Tags zeigt Dir die Änderungen an Deinem Repository seit dem letzten Release. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} For more information, see "[Comparing releases](/github/administering-a-repository/comparing-releases)."{% endif %}
+Ein Vergleich der Release-Tags zeigt Dir die Änderungen an Deinem Repository seit dem letzten Release. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} For more information, see "[Comparing releases](/github/administering-a-repository/comparing-releases)."{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}To compare tags, you can select a tag name from the `compare` drop-down menu at the top of the page.{% else %} Instead of typing a branch name, type the name of your tag in the `compare` drop down menu.{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}To compare tags, you can select a tag name from the `compare` drop-down menu at the top of the page.{% else %} Instead of typing a branch name, type the name of your tag in the `compare` drop down menu.{% endif %}
Hier siehst Du ein Beispiel für einen [Vergleich zwischen zwei Tags](https://github.com/octocat/linguist/compare/v2.2.0...octocat:v2.3.3).
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md b/translations/de-DE/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
index 688dda601e..6b09d26223 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
@@ -1,11 +1,12 @@
---
title: Einen Commit mit mehreren Autoren erstellen
-intro: 'Du kannst einen Commit mehreren Autoren zuordnen, indem Du einen oder mehrere `Co-authored-by`-Trailer zur Commit-Mitteilung hinzufügst. Commits mit Co-Autor sind auf {% data variables.product.product_name %} sichtbar{% if enterpriseServerVersions contains currentVersion %} und können in das Beteiligungsdiagramm des Profils sowie in die Statistik des Repositorys aufgenommen werden{% endif %}.'
+intro: 'Du kannst einen Commit mehreren Autoren zuordnen, indem Du einen oder mehrere `Co-authored-by`-Trailer zur Commit-Mitteilung hinzufügst. Co-authored commits are visible on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} and can be included in the profile contributions graph and the repository''s statistics{% endif %}.'
redirect_from:
- /articles/creating-a-commit-with-multiple-authors
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Erforderliche Co-Autor-Informationen
@@ -67,7 +68,7 @@ Wenn Sie mit dem Web-Editor Änderungen an einer Datei auf {% data variables.pro
Der neue Commit samt Mitteilung wird auf {% data variables.product.product_location %} angezeigt.
### Weiterführende Informationen
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- „"[Beiträge auf Deinem Profil anzeigen](/articles/viewing-contributions-on-your-profile)“
- „[Warum werden meine Beiträge nicht in meinem Profil angezeigt?](/articles/why-are-my-contributions-not-showing-up-on-my-profile)“{% endif %}
- „[Eine Zusammenfassung der Repository-Aktivitäten anzeigen](/articles/viewing-a-summary-of-repository-activity)“
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/creating-and-editing-commits.md b/translations/de-DE/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
index 774ac881c5..56304f3927 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/differences-between-commit-views.md b/translations/de-DE/content/github/committing-changes-to-your-project/differences-between-commit-views.md
index 68960833f1..79172ab1b9 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/differences-between-commit-views.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/differences-between-commit-views.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Auf {% data variables.product.product_name %} können Sie den Commit-Verlauf eines Repositorys anzeigen, indem Sie
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/index.md b/translations/de-DE/content/github/committing-changes-to-your-project/index.md
index 54ac951d8f..39a4aeb797 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/index.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/troubleshooting-commits.md b/translations/de-DE/content/github/committing-changes-to-your-project/troubleshooting-commits.md
index 1875fe3735..082397d86e 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/troubleshooting-commits.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/troubleshooting-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md b/translations/de-DE/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
index ce993d692f..8d2039d2b6 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md b/translations/de-DE/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
index bb7ada1a7c..c6bea7042d 100644
--- a/translations/de-DE/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
+++ b/translations/de-DE/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
@@ -3,10 +3,11 @@ title: Warum sind meine Commits mit dem falschen Benutzer verknüpft?
redirect_from:
- /articles/how-do-i-get-my-commits-to-link-to-my-github-account/
- /articles/why-are-my-commits-linked-to-the-wrong-user
-intro: '{% data variables.product.product_name %} verwendet die E-Mail-Adresse im Commit-Header, um den Commit mit einem GitHub-Benutzer zu verknüpfen. Falls Deine Commits mit einem anderen Benutzer, oder mit überhaupt keinem Benutzer verknüpft sind, musst Du allenfalls Deine lokalen Git-Konfigurationseinstellungen ändern, eine E-Mail-Adresse zu den E-Mail-Einstellungen Deines Kontos hinzufügen, oder beides machen.'
+intro: '{% data variables.product.product_name %} verwendet die E-Mail-Adresse im Commit-Header, um den Commit mit einem GitHub-Benutzer zu verknüpfen. If your commits are being linked to another user, or not linked to a user at all, you may need to change your local Git configuration settings{% if currentVersion != "github-ae@latest" %}, add an email address to your account email settings, or do both{% endif %}.'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,10 +19,10 @@ versions:
### Mit einem anderen Benutzer verknüpfte Commits
-Wenn Ihre Commits mit einem anderen Benutzer verknüpft sind, bedeutet dies, dass der Benutzer seinem {% data variables.product.product_name %}-Konto die in Ihren Einstellungen für die lokale Git-Konfiguration hinterlegte E-Mail-Adresse hinzugefügt hat. In diesem Fall können Sie die E-Mail-Adresse in den Einstellungen für Ihre lokale Git-Konfiguration ändern und Ihrem {% data variables.product.product_name %}-Konto die neue E-Mail-Adresse hinzufügen, damit künftige Commits mit Ihrem Konto verknüpft werden.
+If your commits are linked to another user, that means the email address in your local Git configuration settings is connected to that user's account on {% data variables.product.product_name %}. In this case, you can change the email in your local Git configuration settings{% if currentVersion == "github-ae@latest" %} to the address associated with your account on {% data variables.product.product_name %} to link your future commits. Alte Commits werden nicht verknüpft. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."{% else %} and add the new email address to your {% data variables.product.product_name %} account to link future commits to your account.
-1. Führe die unter „[E-Mail-Adresse für Commits in Git festlegen](/articles/setting-your-commit-email-address)“ beschrieben Schritte aus, um die E-Mail-Adresse in Deiner lokalen Git-Konfiguration zu ändern. Falls Du mehrere Maschinen verwendest, musst Du diese Einstellung auf jeder ändern.
-2. Füge Deinen Kontoeinstellungen die E-Mail-Adresse aus Schritt 2 hinzu. Führe dazu die unter „[Eine E-Mail-Adresse zum GitHub-Konto hinzufügen](/articles/adding-an-email-address-to-your-github-account)“ beschriebenen Schritte durch.
+1. To change the email address in your local Git configuration, follow the steps in "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)". Falls Du mehrere Maschinen verwendest, musst Du diese Einstellung auf jeder ändern.
+2. Add the email address from step 2 to your account settings by following the steps in "[Adding an email address to your GitHub account](/articles/adding-an-email-address-to-your-github-account)".{% endif %}
Die ab diesem Zeitpunkt von Dior durchgeführten Commits werden mit Deinem Konto verknüpft.
@@ -34,9 +35,13 @@ Führe die folgenden Schritte durch, um nach der E-Mail-Adresse zu suchen, die f
1. Navigiere zum Commit. Klicke dazu auf den Link für die Commit-Mitteilung. 
2. Bewege den Mauszeiger rechts neben dem Benutzernamen über das blaue {% octicon "question" aria-label="Question mark" %}, um die Mitteilung zu lesen, weshalb der Commit nicht verknüpft ist. 
- - **Unrecognized author (with email address)** (Unbekannter Autor (mit E-Mail-Adresse)): Falls diese Mitteilung mit einer E-Mail-Adresse angezeigt wird, wurde die Adresse nicht zu Deinen Kontoeinstellungen hinzugefügt. Um Deine Commits zu verknüpfen, [füge Deinen GitHub-E-Mail-Einstellungen die E-Mail-Adresse hinzu](/articles/adding-an-email-address-to-your-github-account). Wenn Deine E-Mail-Adresse einen Gravatar zugeordnet hat, wird der Gravatar neben Deinem Benutzernamen angezeigt und nicht der standardmäßige graue Octocat.
- - **Unrecognized author (no email address)** (Unbekannter Autor (keine E-Mail-Adresse)): Falls diese Meldung ohne eine E-Mail-Adresse angezeigt wird, hast Du eine generische E-Mail-Adresse verwendet, die Deinen E-Mail-Einstellungen nicht hinzugefügt werden kann. Zum Verknüpfen Deiner künftigen Commits musst Du [Deine Commit-E-Mail-Adresse in Git einrichten](/articles/setting-your-commit-email-address) und dann [Deinen GitHub-E-Mail-Einstellungen die neue Adresse hinzufügen](/articles/adding-an-email-address-to-your-github-account). Alte Commits werden nicht verknüpft.
- - **Invalid email** (Ungültige E-Mail-Adresse): Dies bedeutet, dass die in den Einstellungen Deiner lokalen Git-Konfiguration angegebene E-Mail-Adresse entweder leer oder nicht als E-Mail-Adresse formatiert ist. Zum Verknüpfen Deiner künftigen Commits musst Du [Deine Commit-E-Mail-Adresse in Git einrichten](/articles/setting-your-commit-email-address) und dann [Deinen GitHub-E-Mail-Einstellungen die neue Adresse hinzufügen](/articles/adding-an-email-address-to-your-github-account). Alte Commits werden nicht verknüpft.
+ - **Unrecognized author (with email address)** If you see this message with an email address, the address you used to author the commit is not connected to your account on {% data variables.product.product_name %}. {% if currentVersion != "github-ae@latest" %}To link your commits, [add the email address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account).{% endif %} If the email address has a Gravatar associated with it, the Gravatar will be displayed next to the commit, rather than the default gray Octocat.
+ - **Unrecognized author (no email address)** If you see this message without an email address, you used a generic email address that can't be connected to your account on {% data variables.product.product_name %}.{% if currentVersion != "github-ae@latest" %} You will need to [set your commit email address in Git](/articles/setting-your-commit-email-address), then [add the new address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account) to link your future commits. Old commits will not be linked.{% endif %}
+ - **Invalid email** The email address in your local Git configuration settings is either blank or not formatted as an email address.{% if currentVersion != "github-ae@latest" %} You will need to [set your commit email address in Git](/articles/setting-your-commit-email-address), then [add the new address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account) to link your future commits. Old commits will not be linked.{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+You can change the email in your local Git configuration settings to the address associated with your account to link your future commits. Alte Commits werden nicht verknüpft. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."
+{% endif %}
{% warning %}
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
index af55c8231c..a49c2de67f 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
index 8279f23e2d..1845cf3779 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.code-owners %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Administrator- oder Inhaberberechtigungen können eine CODEOWNERS-Datei in einem Repository einrichten.
@@ -20,9 +21,9 @@ Code-Besitzer werden automatisch zur Überprüfung aufgefordert, wenn jemand ein
Wenn ein Benutzer mit Administrator- oder Inhaberberechtigungen die erforderlichen Reviews aktiviert hat, kann er optional auch die Genehmigung von einem Codeinhaber anfordern, bevor der Autor einen Pull Request im Repository zusammenführen kann. Weitere Informationen findest Du unter „[Erforderliche Reviews für Pull Requests aktivieren](/github/administering-a-repository/enabling-required-reviews-for-pull-requests).“
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If a team has enabled code review assignments, the individual approvals won't satisfy the requirement for code owner approval in a protected branch. Weitere Informationen findest Du unter „[Code Review-Zuweisung für Dein Team verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If a team has enabled code review assignments, the individual approvals won't satisfy the requirement for code owner approval in a protected branch. Weitere Informationen findest Du unter „[Code Review-Zuweisung für Dein Team verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
Wenn eine Datei einen Codeinhaber hat, kannst Du sehen, wer der Codeinhaber ist, bevor Du einen Pull Request öffnest. In the repository, you can browse to the file and hover over
{% octicon "shield-lock" aria-label="The edit icon" %}.
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-readmes.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
index fcd81da39f..2a00f5faac 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A README file, along with {% if currentVersion == "free-pro-team@latest" %}a [repository license](/articles/licensing-a-repository), [contribution guidelines](/articles/setting-guidelines-for-repository-contributors), and a [code of conduct](/articles/adding-a-code-of-conduct-to-your-project){% else %}a [repository license](/articles/licensing-a-repository) and [contribution guidelines](/articles/setting-guidelines-for-repository-contributors){% endif %}, helps you communicate expectations for and manage contributions to your project.
@@ -23,7 +24,7 @@ Wenn Sie Ihre README-Datei im Stammverzeichnis, im Ordner `docs` oder im verborg

-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.profile.profile-readme %}
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repositories.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
index ec1dcb3e5c..e5aaafd263 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst Repositorys einzeln besitzen oder die Inhaberschaft an Repositorys mit anderen Personen in einer Organisation teilen.
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
index 1e6ec6deaa..4956d987fc 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.product_name %} uses the open source [Linguist library](https://github.com/github/linguist) to
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
index fd7ac13605..36bc0a956e 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
@@ -1,22 +1,30 @@
---
title: Informationen zur Sichtbarkeit eines Repositorys
-intro: 'You can restrict who has access to a repository by choosing a repository''s visibility: {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}public, internal, or private{% else %} public or private{% endif %}.'
+intro: 'You can restrict who has access to a repository by choosing a repository''s visibility: {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}public, internal, or private{% elsif currentVersion == "github-ae@latest" %}private or internal{% else %} public or private{% endif %}.'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zur Sichtbarkeit eines Repositorys
-Wenn Du ein Repository erstellst, kannst Du es öffentlich oder privat machen. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you're creating the repository in an organization{% if currentVersion == "free-pro-team@latest" %} that is owned by an enterprise account{% endif %}, you can also choose to make the repository internal.{% endif %}
+{% if currentVersion == "github-ae@latest" %}When you create a repository owned by your user account, the repository is always private. When you create a repository owned by an organization, you can choose to make the repository private or internal.{% else %}When you create a repository, you can choose to make the repository public or private.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} If you're creating the repository in an organization{% if currentVersion == "free-pro-team@latest" %} that is owned by an enterprise account{% endif %}, you can also choose to make the repository internal.{% endif %}{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}If {% data variables.product.product_location_enterprise %} is not in private mode or behind a firewall, p{% else %}P{% endif %}ublic repositories are accessible to everyone on the internet.{% if enterpriseServerVersions contains currentVersion %} Otherwise, public repositories are available to everyone using {% data variables.product.product_location_enterprise %}, including outside collaborators.{% endif %} Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, [certain organization members](/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization). {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}Internal repositories are accessible to members of your enterprise. Weitere Informationen findest Du unter "[Über interne Repositorys](#about-internal-repositories)."{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
+If
+{% data variables.product.product_location %} is not in private mode or behind a firewall, public repositories are accessible to everyone on the internet. Otherwise, public repositories are available to everyone using {% data variables.product.product_location %}, including outside collaborators. Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. {% if currentVersion ver_gt "enterprise-server@2.19" %} Internal repositories are accessible to enterprise members. Weitere Informationen findest Du unter "[Über interne Repositorys](#about-internal-repositories)."{% endif %}
+{% elsif currentVersion == "github-ae@latest" %}
+Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. Internal repositories are accessible to all enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."
+{% else %}
+Public repositories are accessible to everyone on the internet. Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. Internal repositories are accessible to enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."
+{% endif %}
Organisationsinhaber haben immer Zugriff auf jedes Repository, das in einer Organisation erstellt wurde. Weitere Informationen findest Du unter„[Berechtigungsebenen für die Repositorys einer Organisation](/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization).“
Personen mit Administratorberechtigungen für ein Repository können die Sichtbarkeit eines vorhandenen Repositorys ändern. Weitere Informationen findest Du unter „[Sichtbarkeit eines Repositorys festlegen](/github/administering-a-repository/setting-repository-visibility).“
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Informationen zu internen Repositorys
{% note %}
@@ -27,10 +35,9 @@ Personen mit Administratorberechtigungen für ein Repository können die Sichtba
{% data reusables.repositories.about-internal-repos %} Weitere Informationen zu innersource findest Du im Whitepaper von {% data variables.product.prodname_dotcom %} „[Eine Einführung zu innersource](https://resources.github.com/whitepapers/introduction-to-innersource/)."
-All {% if currentVersion == "free-pro-team@latest" %}enterprise members{% else %}organization members{% endif %} have read permissions to the internal repository, but internal repositories are not visible to people {% if currentVersion == "free-pro-team@latest" %}outside of the enterprise account{% else %}who are not members of an organization{% endif %}, including outside collaborators on organization repositories. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Roles for an enterprise account](/articles/roles-for-an-enterprise-account#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
+All enterprise members have read permissions to the internal repository, but internal repositories are not visible to people {% if currentVersion == "free-pro-team@latest" %}outside of the enterprise{% else %}who are not members of an organization{% endif %}, including outside collaborators on organization repositories. For more information, see {% if currentVersion == "free-pro-team@latest" or "github-ae@latest" %}"[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
{% data reusables.repositories.internal-repo-default %}
-Wenn ein Benutzer entfernt wird von
-{% if currentVersion == "free-pro-team@latest" %}an enterprise account{% else %}all organizations on the instance{% endif %}, that user's forks of internal repositories are removed automatically.
+If a user is removed from all organizations owned by the enterprise, that user's forks of internal repositories are removed automatically.
{% endif %}
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
index 3d3987c000..08f02226a3 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
index 34cd7c244c..6bcfdf03af 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.archiving-repositories-recommendation %}
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
index a76cbf18be..91e7e3cfa1 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
@@ -1,11 +1,12 @@
---
title: Sicherung eines Repositorys durchführen
-intro: 'You can use{% if enterpriseServerVersions contains currentVersion %} Git and{% endif %} the API {% if currentVersion == "free-pro-team@latest" %}or a third-party tool {% endif %}to back up your repository.'
+intro: 'You can use{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} Git and{% endif %} the API {% if currentVersion == "free-pro-team@latest" %}or a third-party tool {% endif %}to back up your repository.'
redirect_from:
- /articles/backing-up-a-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
@@ -31,7 +32,7 @@ Wenn Du ein Repository oder Wiki klonst, werden nur Git-Daten wie Projektdateien
- [Projekte](/v3/projects/#list-repository-projects)
{% endif %}
-Sobald Sie {% if enterpriseServerVersions contains currentVersion %}eine lokale Version aller Inhalte haben, die Sie sichern möchten, können Sie ein ZIP-Archiv erstellen und {% else %}Ihr Archiv heruntergeladen haben, können Sie {% endif %}es auf eine externe Festplatte kopieren und/oder auf einen Cloud-basierten Dienst wie [Google Drive](https://www.google.com/drive/) oder [Dropbox](https://www.dropbox.com/) hochladen.
+Once you have {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}a local version of all the content you want to back up, you can create a zip archive and {% else %}downloaded your archive, you can {% endif %}copy it to an external hard drive and/or upload it to a cloud-based backup service such as [Google Drive](https://www.google.com/drive/) or [Dropbox](https://www.dropbox.com/).
{% if currentVersion == "free-pro-team@latest" %}
### Backup-Tools (Sicherungswerkzeuge) von Drittanbietern
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
index 99f1f3409a..ab1e7a2fa8 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
index 2b1a6398d2..112a68209f 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Über das Klonen eines Repositorys
@@ -16,7 +17,7 @@ Das Klonen eines Repository ruft eine vollständige Kopie aller Repository-Daten
You can clone your existing repository or clone another person's existing repository to contribute to a project.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Tip**: You can also clone a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo clone`](https://cli.github.com/manual/gh_repo_clone)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
index 3fb52575d3..31ac8a4906 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
@@ -12,6 +12,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -20,16 +21,16 @@ versions:
{% endtip %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
-**Tip**: You can also create a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.product_location %} documentation.
+**Tip**: You can also create a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.prodname_cli %} documentation.
{% endtip %}
{% endif %}
{% data reusables.repositories.create_new %}
-2. Um optional ein Repository mit der Verzeichnisstruktur und den Dateien eines vorhandenen Repositorys zu erstellen, verwende eine Repository-Vorlage aus dem Dropdownmenü **Choose a template** (Eine Vorlage auswählen). Angezeigt werden Repository-Vorlagen, die im Besitz von Dir und von Organisationen sind, bei denen Du Mitglied bist, oder die Du bereits früher verwendet hast. Weitere Informationen finden Sie unter „[Ein Repository anhand einer Vorlage erstellen](/articles/creating-a-repository-from-a-template)“. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+2. Um optional ein Repository mit der Verzeichnisstruktur und den Dateien eines vorhandenen Repositorys zu erstellen, verwende eine Repository-Vorlage aus dem Dropdownmenü **Choose a template** (Eine Vorlage auswählen). Angezeigt werden Repository-Vorlagen, die im Besitz von Dir und von Organisationen sind, bei denen Du Mitglied bist, oder die Du bereits früher verwendet hast. Weitere Informationen finden Sie unter „[Ein Repository anhand einer Vorlage erstellen](/articles/creating-a-repository-from-a-template)“. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
3. Optional, wenn Du eine Vorlage verwendest, um die Verzeichnisstruktur und die Dateien aller Branches in der Vorlage einzubinden, und nicht nur den Standard-Branch, wähle **Alle Branches einbeziehen**. {% endif %}
3. Wähle im Dropdownmenü „Owner“ (Inhaber) das Konto aus, unter dem Du das Repository erstellen möchtest. 
{% data reusables.repositories.repo-name %}
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
index c6a3a9c532..1800c97f34 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
@@ -6,21 +6,22 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About repository templates
Jeder, der über Leseberechtigung auf eine Repository-Vorlage verfügt, kann ein Repository anhand dieser Vorlage erstellen. Weitere Informationen findest Du unter „[Repository-Vorlage erstellen](/articles/creating-a-template-repository).“
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
-**Tip**: You can also create a repository from a template using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.product_location %} documentation.
+**Tip**: You can also create a repository from a template using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.prodname_cli %} documentation.
{% endtip %}
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
Du kannst die Verzeichnisstruktur und die Dateien nur aus dem Standard-Branch des Vorlagen-Repositorys einbinden oder alle Branches einbinden.
{% endif %}
@@ -37,7 +38,7 @@ Weitere Informationen zu Forks findest Du unter „[Informationen zu Forks](/art
2. Klicke oberhalb der Dateiliste auf **Use this template** (Diese Vorlage verwenden). 
{% data reusables.repositories.owner-drop-down %}
{% data reusables.repositories.repo-name %}
-{% data reusables.repositories.choose-repo-visibility %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% data reusables.repositories.choose-repo-visibility %}{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
6. Um optional die Verzeichnisstruktur und die Dateien aller Branches der Vorlage und nicht nur aus dem Standard-Branch einzubinden, wähle **Include all branches** (Alle Branches einbinden). {% endif %}
{% data reusables.repositories.select-marketplace-apps %}
8. Klicke auf **Create repository from template** (Repository anhand der Vorlage erstellen).
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
index cc2b5413c1..066754320c 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
index 1aca2c1b72..6ca45f0f33 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
@@ -1,12 +1,13 @@
---
title: Eine Repository-Vorlage erstellen
-intro: 'You can make an existing repository a template, so you and others can generate new repositories with the same directory structure{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}, branches,{% endif %} and files.'
-permissions: 'Jeder, der über Administratorberechtigungen für ein Repository verfügt, kann das Repository zu einer Vorlage machen.'
+intro: 'You can make an existing repository a template, so you and others can generate new repositories with the same directory structure{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}, branches,{% endif %} and files.'
+permissions: Jeder, der über Administratorberechtigungen für ein Repository verfügt, kann das Repository zu einer Vorlage machen.
redirect_from:
- /articles/creating-a-template-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -17,7 +18,7 @@ versions:
Um eine Repository-Vorlage zu erstellen, musst Du ein Repository erstellen und es anschließend zu einer Vorlage machen. Weitere Informationen zum Erstellen eines Repositorys findest Du unter „[Ein neues Repository erstellen](/articles/creating-a-new-repository).“
-After you make your repository a template, anyone with access to the repository can generate a new repository with the same directory structure and files as your default branch.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} They can also choose to include all the other branches in your repository.{% endif %} For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)."
+After you make your repository a template, anyone with access to the repository can generate a new repository with the same directory structure and files as your default branch.{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} They can also choose to include all the other branches in your repository.{% endif %} For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)."
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
index b1ccf64c76..1309c27e55 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. Erstelle ein **privates** Repository, um den Quellcode von Deinem Projekt zu verwalten.
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
index d2e700fa45..12a41c6a44 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bevor Du ein Repository duplizierst und zu Deiner neuen Kopie (dem _Spiegel_) des Repositorys übertragen kannst, musst Du auf {% data variables.product.product_location %} [das neue Repository erstellen](/articles/creating-a-new-repository). In diesen Beispielen sind `exampleuser/new-repository` oder `exampleuser/mirrored` die Spiegel.
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
index 1f11966b16..c3a94d6cb7 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Es ist nicht schwierig, diesen Fehler zu erkennen. Git warnt Dich, wenn Du versuchst, das Repository zu klonen:
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
index a4a45d2b9a..66efa7670c 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
@@ -1,11 +1,12 @@
---
title: 'Fehler: „Repository not found“ (Repository wurde nicht gefunden)'
-intro: '{% if currentVersion == "free-pro-team@latest" %}If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission to access it. Es gibt mehrere Möglichkeiten, dieses Problem zu lösen, je nach Ursache.{% else %}Wenn Dir beim Klonen eines Repositorys diese Fehlermeldung angezeigt wird, ist das Repository nicht vorhanden, Du hast keinen Zugriff darauf oder Deine GitHub Enterprise-Instanz befindet sich im privaten Modus. Es gibt mehrere Möglichkeiten, dieses Problem zu lösen, je nach Ursache.{% endif %}'
+intro: '{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" %}If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission to access it.{% else %}If you see this error when cloning a repository, it means that the repository does not exist, you do not have permission to access it, or {% data variables.product.product_location %} is in private mode.{% endif %} There are a few solutions to this error, depending on the cause.'
redirect_from:
- /articles/error-repository-not-found
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Schreibweise überprüfen
@@ -43,11 +44,9 @@ Wenn das Repository zu einer Organisation gehört und Du einen SSH-Schlüssel ve
Weitere Informationen findest Du unter „[Einen neuen SSH-Schlüssel zum GitHub-Konto hinzufügen](/articles/adding-a-new-ssh-key-to-your-github-account)“.
{% if enterpriseServerVersions contains currentVersion %}
-
### Überprüfe, ob sich Deine Instanz im privaten Modus befindet
Wenn Dein Websiteadministrator den privaten Modus auf Deiner GitHub Enterprise-Instanz aktiviert hat, sind anonyme Klone über `git://` deaktiviert. Wenn Du ein Repository nicht klonen kannst, wende Dich an den Websiteadministrator.
-
{% endif %}
### Überprüfen ob das Repository wirklich vorhanden ist
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
index 53fe6a966f..ecff7ae105 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Hier siehst Du ein Beispiel für einen möglichen HTTPS-Fehler:
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/index.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/index.md
index d6662df60d..d26bc165ef 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/index.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
index 24f880ea68..a20368ac0a 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Die richtige Lizenz auswählen
diff --git a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
index 607909271e..40171c4842 100644
--- a/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
+++ b/translations/de-DE/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Die meisten der nachfolgend genannten Begrenzungen gelten sowohl für {% data variables.product.product_name %} als auch für die API.
diff --git a/translations/de-DE/content/github/extending-github/about-webhooks.md b/translations/de-DE/content/github/extending-github/about-webhooks.md
index be534c7e96..9520a56b11 100644
--- a/translations/de-DE/content/github/extending-github/about-webhooks.md
+++ b/translations/de-DE/content/github/extending-github/about-webhooks.md
@@ -9,6 +9,7 @@ intro: Webhooks bieten die Möglichkeit, Benachrichtigungen an einen externen We
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/extending-github/getting-started-with-the-api.md b/translations/de-DE/content/github/extending-github/getting-started-with-the-api.md
index 353de4ad01..5be708ce57 100644
--- a/translations/de-DE/content/github/extending-github/getting-started-with-the-api.md
+++ b/translations/de-DE/content/github/extending-github/getting-started-with-the-api.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst das {% data variables.product.product_name %}-API einsetzen, um allgemeine Aufgaben zu automatisieren, Deine Daten zu sichern oder Integrationen zu erstellen, welche {% data variables.product.product_name %} erweitern.
diff --git a/translations/de-DE/content/github/extending-github/git-automation-with-oauth-tokens.md b/translations/de-DE/content/github/extending-github/git-automation-with-oauth-tokens.md
index 6320acec5c..074edb9a1a 100644
--- a/translations/de-DE/content/github/extending-github/git-automation-with-oauth-tokens.md
+++ b/translations/de-DE/content/github/extending-github/git-automation-with-oauth-tokens.md
@@ -8,6 +8,7 @@ intro: 'Du kannst OAuth-Tokens einsetzen, um über automatisierte Skripts mit {%
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Schritt 1: Ein OAuth-Token erhalten
diff --git a/translations/de-DE/content/github/extending-github/index.md b/translations/de-DE/content/github/extending-github/index.md
index 15de530b00..a382368798 100644
--- a/translations/de-DE/content/github/extending-github/index.md
+++ b/translations/de-DE/content/github/extending-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md b/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
index adbc820daf..2b8fc4d674 100644
--- a/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
+++ b/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
@@ -3,7 +3,7 @@ title: Configuring the CodeQL workflow for compiled languages
shortTitle: Configuring for compiled languages
intro: 'You can configure how {% data variables.product.prodname_dotcom %} uses the {% data variables.product.prodname_codeql_workflow %} to scan code written in compiled languages for vulnerabilities and errors.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_code_scanning %} for the repository.'
+permissions: 'If you have write permissions to a repository, you can configure {% data variables.product.prodname_code_scanning %} for that repository.'
redirect_from:
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning-for-compiled-languages
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-action-for-compiled-languages
diff --git a/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md b/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
index 897fc3a74f..d44cd2e445 100644
--- a/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
+++ b/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
@@ -3,7 +3,7 @@ title: Enabling code scanning for a repository
shortTitle: Enabling code scanning
intro: 'You can enable {% data variables.product.prodname_code_scanning %} for your project''s repository.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permissions to a repository can enable {% data variables.product.prodname_code_scanning %} for the repository.'
+permissions: 'If you have write permissions to a repository, you can enable {% data variables.product.prodname_code_scanning %} for that repository.'
redirect_from:
- /github/managing-security-vulnerabilities/configuring-automated-code-scanning
- /github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning
diff --git a/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md b/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
index e5f49436a9..a6c5371b29 100644
--- a/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
+++ b/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
@@ -3,7 +3,7 @@ title: Managing code scanning alerts for your repository
shortTitle: Warnungen verwalten
intro: 'You can view, fix, {% if currentVersion == "enterprise-server@2.22" %}or close{% else %}dismiss, or delete{% endif %} alerts for potential vulnerabilities or errors in your project''s code.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permission to a repository can manage {% data variables.product.prodname_code_scanning %} alerts for the repository.'
+permissions: 'If you have write permission to a repository you can manage {% data variables.product.prodname_code_scanning %} alerts for that repository.'
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
diff --git a/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md b/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
index e8d8e1298a..4496efbd1f 100644
--- a/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
+++ b/translations/de-DE/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
@@ -3,7 +3,7 @@ title: Triaging code scanning alerts in pull requests
shortTitle: Triaging alerts in pull requests
intro: 'When {% data variables.product.prodname_code_scanning %} identifies a problem in a pull request, you can review the highlighted code and resolve the alert.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permission to a repository can resolve {% data variables.product.prodname_code_scanning %} alerts.'
+permissions: 'If you have write permission to a repository, you can resolve {% data variables.product.prodname_code_scanning %} alerts for that repository.'
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
diff --git a/translations/de-DE/content/github/getting-started-with-github/access-permissions-on-github.md b/translations/de-DE/content/github/getting-started-with-github/access-permissions-on-github.md
index b3d63404b3..8d1dc412eb 100644
--- a/translations/de-DE/content/github/getting-started-with-github/access-permissions-on-github.md
+++ b/translations/de-DE/content/github/getting-started-with-github/access-permissions-on-github.md
@@ -9,6 +9,7 @@ intro: 'Während Du Mitarbeitern in einem persönlichen Repository Lese-/Schreib
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Persönliche Benutzerkonten
@@ -27,7 +28,7 @@ Organization members can have *owner*{% if currentVersion == "free-pro-team@late
### Enterprise-Konten
-*Enterprise-Inhaber* haben die endgültige Kontrolle über das Enterprise-Konto und können sämtliche Aktionen im Enterprise-Konto durchführen. *Abrechnungsmanager* können die Abrechnungseinstellungen Deines Enterprise-Kontos verwalten. Mitglieder und externe Mitarbeiter von Organisationen im Besitz Deines Enterprise-Kontos sind automatisch Mitglieder des Enterprise-Kontos, aber sie haben keinen Zugriff auf das Enterprise-Konto selbst oder dessen Einstellungen. Weitere Informationen findest Du unter „[Rollen eines Enterprise-Kontos](/articles/roles-for-an-enterprise-account).“
+*Enterprise-Inhaber* haben die endgültige Kontrolle über das Enterprise-Konto und können sämtliche Aktionen im Enterprise-Konto durchführen. *Abrechnungsmanager* können die Abrechnungseinstellungen Deines Enterprise-Kontos verwalten. Mitglieder und externe Mitarbeiter von Organisationen im Besitz Deines Enterprise-Kontos sind automatisch Mitglieder des Enterprise-Kontos, aber sie haben keinen Zugriff auf das Enterprise-Konto selbst oder dessen Einstellungen. For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise)."
{% data reusables.gated-features.enterprise-accounts %}
diff --git a/translations/de-DE/content/github/getting-started-with-github/be-social.md b/translations/de-DE/content/github/getting-started-with-github/be-social.md
index 4f39a41712..814ba1dcd2 100644
--- a/translations/de-DE/content/github/getting-started-with-github/be-social.md
+++ b/translations/de-DE/content/github/getting-started-with-github/be-social.md
@@ -7,6 +7,7 @@ intro: 'Sie können mit Personen, Repositorys und Organisationen auf {% data var
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Informationen zum Zugriff auf Dein persönliches Dashboard findest Du unter „[Informationen zum persönlichen Dashboard](/articles/about-your-personal-dashboard).“
@@ -21,7 +22,7 @@ Klicke auf der Profilseite einer Person auf **Follow** (Folgen), um ihr zu folge
### Ein Repository beobachten
-Du kannst ein Repository beobachten, um über neue Pull Requests und Issues benachrichtigt zu werden. Wenn der Inhaber das Repository aktualisiert, siehst Du die Änderungen auf Deinem persönlichen Dashboard. For more information see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}."
+Du kannst ein Repository beobachten, um über neue Pull Requests und Issues benachrichtigt zu werden. Wenn der Inhaber das Repository aktualisiert, siehst Du die Änderungen auf Deinem persönlichen Dashboard. For more information see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}."
Klicke oben bei einem Repository, das Du beobachten möchtest, auf **Watch** (Beobachten).
diff --git a/translations/de-DE/content/github/getting-started-with-github/create-a-repo.md b/translations/de-DE/content/github/getting-started-with-github/create-a-repo.md
index ce140e0759..6b34e0a51c 100644
--- a/translations/de-DE/content/github/getting-started-with-github/create-a-repo.md
+++ b/translations/de-DE/content/github/getting-started-with-github/create-a-repo.md
@@ -7,6 +7,7 @@ intro: 'Um Ihr Projekt auf {% data variables.product.product_location %} aufzuba
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Sie können die unterschiedlichsten Projekte in {% data variables.product.product_name %}-Repositorys speichern, darunter auch Open-Source-Projekte. Mit [Open-Source-Projekten](http://opensource.org/about) kannst Du Code leichter für andere zugänglich machen, um eine bessere, zuverlässigere Software zu entwickeln.
@@ -28,7 +29,7 @@ Sie können die unterschiedlichsten Projekte in {% data variables.product.produc
Glückwünsch! Du hast erfolgreich Dein erstes Repository erstellt und mit einer *README*-Datei initialisiert.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Tip**: You can also create repositories using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/de-DE/content/github/getting-started-with-github/exploring-projects-on-github.md b/translations/de-DE/content/github/getting-started-with-github/exploring-projects-on-github.md
index 216bd1c6ad..8030eb2353 100644
--- a/translations/de-DE/content/github/getting-started-with-github/exploring-projects-on-github.md
+++ b/translations/de-DE/content/github/getting-started-with-github/exploring-projects-on-github.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/getting-started-with-github/following-people.md b/translations/de-DE/content/github/getting-started-with-github/following-people.md
index 59aaee3e49..9b4fbecbe9 100644
--- a/translations/de-DE/content/github/getting-started-with-github/following-people.md
+++ b/translations/de-DE/content/github/getting-started-with-github/following-people.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you follow people, you'll see their public activity in the activity view of your news feed.{% if currentVersion == "free-pro-team@latest" %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you in the discovery view of your news feed.{% endif %} To follow someone, visit their profile page and click **Follow** under their profile image.
diff --git a/translations/de-DE/content/github/getting-started-with-github/fork-a-repo.md b/translations/de-DE/content/github/getting-started-with-github/fork-a-repo.md
index e10e1cb7f0..f3551a6dd3 100644
--- a/translations/de-DE/content/github/getting-started-with-github/fork-a-repo.md
+++ b/translations/de-DE/content/github/getting-started-with-github/fork-a-repo.md
@@ -8,6 +8,7 @@ intro: Ein Fork ist eine Kopie eines Repositorys. Durch das Forken eines Reposit
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Üblicherweise werden Forks genutzt, um Änderungen für ein Projekt eines anderes Benutzers vorzuschlagen oder ein Projekt eines anderen Benutzers als Ausgangspunkt für eigene Ideen zu verwenden.
@@ -34,7 +35,7 @@ Wenn Du ein öffentliches Repository von einem Fork eines Projekts eines anderen
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Tip**: You can also fork a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo fork`](https://cli.github.com/manual/gh_repo_fork)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/de-DE/content/github/getting-started-with-github/git-and-github-learning-resources.md b/translations/de-DE/content/github/getting-started-with-github/git-and-github-learning-resources.md
index 621c96db3c..fe35c2cfd7 100644
--- a/translations/de-DE/content/github/getting-started-with-github/git-and-github-learning-resources.md
+++ b/translations/de-DE/content/github/getting-started-with-github/git-and-github-learning-resources.md
@@ -8,6 +8,7 @@ intro: 'Im Internet finden sich viele hilfreiche Ressourcen zu Git und {% data v
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Git verwenden
diff --git a/translations/de-DE/content/github/getting-started-with-github/git-cheatsheet.md b/translations/de-DE/content/github/getting-started-with-github/git-cheatsheet.md
index 2e5138c320..43934b7ce4 100644
--- a/translations/de-DE/content/github/getting-started-with-github/git-cheatsheet.md
+++ b/translations/de-DE/content/github/getting-started-with-github/git-cheatsheet.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Alle verfügbaren Git-Befehle auf einmal zu lernen ist eine Herausforderung. Halte als Referenz einen unserer [Git-Merkzettel](https://services.github.com/on-demand/resources/cheatsheets/) bereit. Der Merkzettel zur Git-Verwendung liegt in mehreren Sprachen vor. Weitere Informationen findest Du auf der [Ressourcen-Seite auf der GitHub Dienste-Website](https://services.github.com/on-demand/resources/).
diff --git a/translations/de-DE/content/github/getting-started-with-github/github-cli.md b/translations/de-DE/content/github/getting-started-with-github/github-cli.md
index 30174218b8..f391c41bc4 100644
--- a/translations/de-DE/content/github/getting-started-with-github/github-cli.md
+++ b/translations/de-DE/content/github/getting-started-with-github/github-cli.md
@@ -4,6 +4,7 @@ intro: 'The {% data variables.product.prodname_cli %} is a command-line tool for
versions:
free-pro-team: '*'
enterprise-server: '>2.19'
+ github-ae: '*'
---
### Informationen zum {% data variables.product.prodname_cli %}
diff --git a/translations/de-DE/content/github/getting-started-with-github/github-desktop.md b/translations/de-DE/content/github/getting-started-with-github/github-desktop.md
index 6234312c89..eff8f12725 100644
--- a/translations/de-DE/content/github/getting-started-with-github/github-desktop.md
+++ b/translations/de-DE/content/github/getting-started-with-github/github-desktop.md
@@ -4,6 +4,7 @@ intro: '{% data variables.product.prodname_desktop %} erweitert und vereinfacht
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zum {% data variables.product.prodname_desktop %}
diff --git a/translations/de-DE/content/github/getting-started-with-github/github-for-mobile.md b/translations/de-DE/content/github/getting-started-with-github/github-for-mobile.md
index d2eae51d16..608c5b1d8d 100644
--- a/translations/de-DE/content/github/getting-started-with-github/github-for-mobile.md
+++ b/translations/de-DE/content/github/getting-started-with-github/github-for-mobile.md
@@ -43,8 +43,9 @@ Um Universal Links wieder zu aktivieren, drücke lange auf einen {% data variabl
### Feedback teilen
-Wenn Du Feedback oder Funktions-Anfragen für {% data variables.product.prodname_mobile %} hast, kannst Du uns eine E-Mail senden an mobilefeedback@github.com.
+If you find a bug in {% data variables.product.prodname_mobile %}, you can email us at mobilefeedback@github.com.
+You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} [on GitHub Discussions](https://github.com/github/feedback/discussions?discussions_q=category%3A%22Mobile+Feedback%22).
### Abmelden von Beta-Versionen für iOS
diff --git a/translations/de-DE/content/github/getting-started-with-github/github-glossary.md b/translations/de-DE/content/github/getting-started-with-github/github-glossary.md
index f00ca1d3ea..60b1fb36de 100644
--- a/translations/de-DE/content/github/getting-started-with-github/github-glossary.md
+++ b/translations/de-DE/content/github/getting-started-with-github/github-glossary.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for term in site.data.glossaries.external %}
diff --git a/translations/de-DE/content/github/getting-started-with-github/githubs-products.md b/translations/de-DE/content/github/getting-started-with-github/githubs-products.md
index 4d77c8db0c..7fa752c0cf 100644
--- a/translations/de-DE/content/github/getting-started-with-github/githubs-products.md
+++ b/translations/de-DE/content/github/getting-started-with-github/githubs-products.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.prodname_dotcom %} bietet kostenlose und kostenpflichtige Produkte an. Die Preise und eine vollständige Liste der Features für jedes Produkt findest Du unter {% data variables.product.pricing_url %}. {% data reusables.products.product-roadmap %}
@@ -83,10 +84,10 @@ Zusätzlich zu den mit {% data variables.product.prodname_team %} verfügbaren F
- {% data variables.contact.enterprise_support %}. Weitere Informationen findest Du unter „{% data variables.product.prodname_ghe_cloud %}-Support“ und „{% data variables.product.prodname_ghe_cloud %}-Nachtrag.“
- 50.000 {% data variables.product.prodname_actions %}-Minuten
- 50 GB {% data variables.product.prodname_registry %}-Speicher
-- Ein Service Level Agreement über eine monatliche Verfügbarkeit von 99,95 %,
+- A service level agreement for 99.9% monthly uptime
- Die Option, die Richtlinien und Abrechnungen für mehrere {% data variables.product.prodname_dotcom_the_website %}-Organisationen mit Enterprise-Konto zentral zu verwalten. Weitere Informationen findest Du unter "About enterprise accounts" (Über Enterprise-Konten).
-Du kannst eine Testversion einrichten, um {% data variables.product.prodname_ghe_cloud %} zu testen. Weitere Informationen findest Du unter „[Eine Testversion von {% data variables.product.prodname_ghe_cloud %} einrichten](/articles/setting-up-a-trial-of-github-enterprise-cloud).“
+Du kannst eine Testversion einrichten, um {% data variables.product.prodname_ghe_cloud %} zu testen. Weitere Informationen findest Du unter „Eine Testversion von {% data variables.product.prodname_ghe_cloud %} einrichten.“
Um weitere Informationen über das Hosten Deiner eigenen [{% data variables.product.prodname_ghe_server %}](https://enterprise.github.com)-Instanz zu erhalten, kontaktiere bitte {% data variables.contact.contact_enterprise_sales %}. {% data reusables.enterprise_installation.request-a-trial %}
diff --git a/translations/de-DE/content/github/getting-started-with-github/index.md b/translations/de-DE/content/github/getting-started-with-github/index.md
index 03b83206db..5bc2a62a79 100644
--- a/translations/de-DE/content/github/getting-started-with-github/index.md
+++ b/translations/de-DE/content/github/getting-started-with-github/index.md
@@ -15,6 +15,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/getting-started-with-github/keyboard-shortcuts.md b/translations/de-DE/content/github/getting-started-with-github/keyboard-shortcuts.md
index 52a8e74148..a5c927908e 100644
--- a/translations/de-DE/content/github/getting-started-with-github/keyboard-shortcuts.md
+++ b/translations/de-DE/content/github/getting-started-with-github/keyboard-shortcuts.md
@@ -1,6 +1,6 @@
---
-title: Tastenkürzel
-intro: 'Auf nahezu allen Seiten auf {% data variables.product.product_name %} gibt es Tastenkürzel, um Aktionen schneller durchführen zu können.'
+title: Keyboard shortcuts
+intro: 'Nearly every page on {% data variables.product.product_name %} has a keyboard shortcut to perform actions faster.'
redirect_from:
- /articles/using-keyboard-shortcuts/
- /categories/75/articles/
@@ -9,184 +9,186 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-### Informationen zu Tastenkürzeln
+### About keyboard shortcuts
-Wird ? in {% data variables.product.product_name %} eingegeben, öffnet sich ein Dialogfeld, das die für die jeweilige Seite verfügbaren Tastenkürzel auflistet. Mit diesen Tastenkürzeln kannst Du Aktionen auf der gesamten Website durchführen, ohne Deine Maus zur Navigation verwenden zu müssen.
+Typing ? in {% data variables.product.product_name %} brings up a dialog box that lists the keyboard shortcuts available for that page. You can use these keyboard shortcuts to perform actions across the site without using your mouse to navigate.
-Im Folgenden findest Du eine Liste mit einigen der verfügbaren Tastenkürzel.
+Below is a list of some of the available keyboard shortcuts.
-### Seitenweite Tastenkürzel
+### Site wide shortcuts
-| Tastenkürzel | Beschreibung |
-| ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| s oder / | Hiermit fokussierst Du die Suchleiste. Weitere Informationen findest Du unter „[Informationen zur Suche auf {% data variables.product.company_short %}](/articles/about-searching-on-github).“ |
-| g n | Gehe zu Deinen Benachrichtigungen. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}." |
-| esc | Wenn auf eine Benutzer-, Issue- oder Pull-Request-Hovercard (Informationskarte) konzentriert, schließt das Kürzel die Hovercard und konzentriert sich erneut auf das Element, in dem sich die Hovercard befindet |
+| Keyboard shortcut | Description
+|-----------|------------
+|s or / | Focus the search bar. For more information, see "[About searching on {% data variables.product.company_short %}](/articles/about-searching-on-github)."
+|g n | Go to your notifications. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
+|esc | When focused on a user, issue, or pull request hovercard, closes the hovercard and refocuses on the element the hovercard is in
-### Repositorys
+### Repositories
-| Tastenkürzel | Beschreibung |
-| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| g c | Hiermit wechselst Du zur Registerkarte **Code** |
-| g i | Hiermit wechselst Du zur Registerkarte **Issues**. Weitere Informationen findest Du unter „[Informationen zu Issues](/articles/about-issues).“ |
-| g p | Hiermit wechselst Du zur Registerkarte **Pull Requests**. Weitere Informationen findest Du unter „[Informationen zu Pull Requests](/articles/about-pull-requests).“ |
-| g a | Go to the **Actions** tab. For more information, see "[About Actions](/actions/getting-started-with-github-actions/about-github-actions)." |
-| g b | Hiermit wechselst Du zur Registerkarte **Projects** (Projekte). Weitere Informationen findest Du unter „[Informationen zu Projektboards](/articles/about-project-boards).“ |
-| g w | Hiermit wechselst Du zur Registerkarte **Wiki**. Weitere Informationen findest Du unter „[Informationen zu Wikis](/articles/about-wikis).“ |
+| Keyboard shortcut | Description
+|-----------|------------
+|g c | Go to the **Code** tab
+|g i | Go to the **Issues** tab. For more information, see "[About issues](/articles/about-issues)."
+|g p | Go to the **Pull requests** tab. For more information, see "[About pull requests](/articles/about-pull-requests)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+|g a | Go to the **Actions** tab. For more information, see "[About Actions](/actions/getting-started-with-github-actions/about-github-actions)."{% endif %}
+|g b | Go to the **Projects** tab. For more information, see "[About project boards](/articles/about-project-boards)."
+|g w | Go to the **Wiki** tab. For more information, see "[About wikis](/articles/about-wikis)."
-### Quellcodebearbeitung
+### Source code editing
-| Tastenkürzel | Beschreibung |
-| ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
-| e | Öffne Quellcode-Datei in der Registerkarte **Edit file** (Datei anpassen) |
-| Steuertaste + f oder Befehlstaste + f | Suchen im Datei-Editor |
-| Steuertaste + g oder Befehlstaste + g | Suchen nach dem nächsten Eintrag |
-| Umschalttaste + Steuertaste+g oder Umschalttaste + Befehlstaste+g | Suchen nach dem vorherigen Eintrag |
-| Umschalttaste + Steuertaste+f oder Befehlstaste + f | Ersetze den Eintrag |
-| Umschalttaste + Steuertaste + r oder Umschalttaste + Befehlstaste + f | Ersetze alle Einträge |
-| Alt+g | Springe zur entsprechenden Zeile |
-| Steuertaste + z oder Befehlstaste + z | Mache die Aktion rückgängig |
-| Steuertaste + y oder Befehlstaste + y | Wiederhole Sie die Aktion |
-| Befehlstaste + Umschalttaste + p | Umschalten zwischen den Registerkarten **Edit file** (Datei bearbeiten) und **Preview changes** (Änderungsvorschau) |
+| Keyboard shortcut | Description
+|-----------|------------
+|e | Open source code file in the **Edit file** tab
+|control f or command f | Start searching in file editor
+|control g or command g | Find next
+|shift control g or shift command g | Find previous
+|shift control f or command option f | Replace
+|shift control r or shift command option f | Replace all
+|alt g | Jump to line
+|control z or command z | Undo
+|control y or command y | Redo
+|cmd + shift + p | Toggles between the **Edit file** and **Preview changes** tabs
-Weitere Tastenkürzel findest Du in der [CodeMirror-Dokumentation](https://codemirror.net/doc/manual.html#commands).
+For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirror.net/doc/manual.html#commands).
-### Quellcodedurchsuchung
+### Source code browsing
-| Tastenkürzel | Beschreibung |
-| ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| t | Hiermit wird die Dateisuche aktiviert |
-| l | Springe zu einer Zeile in Deinem Code |
-| w | Wechsle zu einem neuen Branch oder Tag |
-| y | Erweitere eine URL auf ihre kanonische Form. Weitere Informationen findest Du unter „[Permalinks zu Dateien abrufen](/articles/getting-permanent-links-to-files)“ |
-| i | Zeige Kommentare zu Diffs an oder blende sie aus. Weitere Informationen findest Du unter „[Kommentare zum Diff eines Pull Requests](/articles/commenting-on-the-diff-of-a-pull-request)“ |
-| b | Öffne die Blame-Ansicht. Weitere Informationen findest Du unter „[Änderungen in einer Datei verfolgen](/articles/tracing-changes-in-a-file)“ |
+| Keyboard shortcut | Description
+|-----------|------------
+|t | Activates the file finder
+|l | Jump to a line in your code
+|w | Switch to a new branch or tag
+|y | Expand a URL to its canonical form. For more information, see "[Getting permanent links to files](/articles/getting-permanent-links-to-files)."
+|i | Show or hide comments on diffs. For more information, see "[Commenting on the diff of a pull request](/articles/commenting-on-the-diff-of-a-pull-request)."
+|b | Open blame view. For more information, see "[Tracing changes in a file](/articles/tracing-changes-in-a-file)."
-### Kommentare
+### Comments
-| Tastenkürzel | Beschreibung |
-| ----------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| Steuertaste + b oder Befehlstaste + b | Hiermit wird die Markdown-Formatierung für den Fettdruck von Text eingefügt. |
-| Steuertaste + i oder Befehlstaste + i | Hiermit wird die Markdown-Formatierung für die Kursivsetzung von Text eingefügt. |
-| Steuertaste + k oder Befehlstaste + k | Hiermit wird die Markdown-Formatierung zum Erstellen eines Links eingefügt. |
-| Steuertaste + Umschalttaste + p oder Befehlstaste + Umschalttaste + p | Hiermit wird zwischen den Kommentar-Registerkarten **Write** (Schreiben) und **Preview** (Vorschau) umgeschaltet |
-| Steuertaste + Eingabetaste | Hiermit wird ein Kommentar abgesendet. |
-| Steuertaste + . und dann Steuertaste + [Nummer der gespeicherten Antwort] | Hiermit wird das Menü für gespeicherte Antworten geöffnet und im Kommentarfeld automatisch eine gespeicherte Antwort eingetragen. For more information, see "[About saved replies](/articles/about-saved-replies)."{% if currentVersion == "free-pro-team@latest" %}
-| Steuertaste + g oder Befehlstaste + g | Hiermit wird ein Vorschlag eingefügt. Weitere Informationen findest Du unter „[Vorgeschlagene Änderungen in einem Pull Request überprüfen](/articles/reviewing-proposed-changes-in-a-pull-request).“ |{% endif %}
-| r | Hiermit wird der ausgewählte Text in Deiner Antwort zitiert. Weitere Informationen findest Du unter „[Grundlegende Schreib- und Formatierungssyntax](/articles/basic-writing-and-formatting-syntax#quoting-text).“ |
+| Keyboard shortcut | Description
+|-----------|------------
+| control b or command b | Inserts Markdown formatting for bolding text
+| control i or command i | Inserts Markdown formatting for italicizing text
+| control k or command k | Inserts Markdown formatting for creating a link
+| control shift p or command shift p| Toggles between the **Write** and **Preview** comment tabs
+| control enter | Submits a comment
+| control . and then control [saved reply number] | Opens saved replies menu and then autofills comment field with a saved reply. For more information, see "[About saved replies](/articles/about-saved-replies)."{% if currentVersion == "free-pro-team@latest" %}
+|control g or command g | Insert a suggestion. For more information, see "[Reviewing proposed changes in a pull request](/articles/reviewing-proposed-changes-in-a-pull-request)." |{% endif %}
+| r | Quote the selected text in your reply. For more information, see "[Basic writing and formatting syntax](/articles/basic-writing-and-formatting-syntax#quoting-text)." |
-### Issue- und Pull-Request-Listen
+### Issue and pull request lists
-| Tastenkürzel | Beschreibung |
-| ----------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| c | Hiermit wird ein Issue erstellt. |
-| Steuertaste + / oder Befehlstaste + / | Hiermit wird der Fokus Deines Cursors auf die Suchleiste mit den Issues oder mit den Pull Requests gelegt. Weitere Informationen findest Du unter „[Issues und Pull Requests mit der Suchfunktion filtern](/articles/using-search-to-filter-issues-and-pull-requests).“| |
-| u | Hiermit wird nach Autor gefiltert. |
-| l | Hiermit wird nach Kennzeichnungen gefiltert oder werden diese bearbeitet. Weitere Informationen findest Du unter „[Issues und Pull Requests nach Kennzeichnungen filtern](/articles/filtering-issues-and-pull-requests-by-labels).“ |
-| Alt und klicken | Hiermit werden Kennzeichnungen beim Filtern nach Kennzeichnungen ausgeschlossen. Weitere Informationen findest Du unter „[Issues und Pull Requests nach Kennzeichnungen filtern](/articles/filtering-issues-and-pull-requests-by-labels).“ |
-| m | Hiermit wird nach Meilensteinen gefiltert oder werden diese bearbeitet. Weitere Informationen findest Du unter „[Issues und Pull Requests nach Meilensteinen filtern](/articles/filtering-issues-and-pull-requests-by-milestone).“ |
-| a | Hiermit wird nach Bearbeitern gefiltert oder werden diese bearbeitet. Weitere Informationen findest Du unter „[Issues und Pull Requests nach Bearbeitern filtern](/articles/filtering-issues-and-pull-requests-by-assignees).“ |
-| o oder Eingabetaste | Hiermit wird ein Issue geöffnet. |
+| Keyboard shortcut | Description
+|-----------|------------
+|c | Create an issue
+| control / or command / | Focus your cursor on the issues or pull requests search bar. For more information, see "[Using search to filter issues and pull requests](/articles/using-search-to-filter-issues-and-pull-requests)."||
+|u | Filter by author
+|l | Filter by or edit labels. For more information, see "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)."
+| alt and click | While filtering by labels, exclude labels. For more information, see "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)."
+|m | Filter by or edit milestones. For more information, see "[Filtering issues and pull requests by milestone](/articles/filtering-issues-and-pull-requests-by-milestone)."
+|a | Filter by or edit assignee. For more information, see "[Filtering issues and pull requests by assignees](/articles/filtering-issues-and-pull-requests-by-assignees)."
+|o or enter | Open issue
-### Issues und Pull Requests
-| Tastenkürzel | Beschreibung |
-| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| q | Hiermit wird ein Reviewer angefordert. Weitere Informationen findest Du unter „[Pull-Request-Review anfordern](/articles/requesting-a-pull-request-review/).“ |
-| m | Hiermit wird ein Meilenstein festgelegt. Weitere Informationen findest Du unter „[Meilensteine mit Issues und Pull Requests verknüpfen](/articles/associating-milestones-with-issues-and-pull-requests/).“ |
-| l | Hiermit wird eine Kennzeichnung angewendet. Weitere Informationen findest Du unter „[Kennzeichnungen auf Issues und Pull Requests anwenden](/articles/applying-labels-to-issues-and-pull-requests/).“ |
-| a | Hiermit wird ein Bearbeiter festgelegt. Weitere Informationen findest Du unter „[Issues und Pull Requests anderen {% data variables.product.company_short %}-Benutzern zuweisen](/articles/assigning-issues-and-pull-requests-to-other-github-users/).“ |
-| Befehlstaste + Umschalttaste+p oder Steuertaste + Umschalttaste + p | Hiermit wird zwischen den Registerkarten **Write** (Schreiben) und **Preview** (Vorschau) umgeschaltet. |
+### Issues and pull requests
+| Keyboard shortcut | Description
+|-----------|------------
+|q | Request a reviewer. For more information, see "[Requesting a pull request review](/articles/requesting-a-pull-request-review/)."
+|m | Set a milestone. For more information, see "[Associating milestones with issues and pull requests](/articles/associating-milestones-with-issues-and-pull-requests/)."
+|l | Apply a label. For more information, see "[Applying labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests/)."
+|a | Set an assignee. For more information, see "[Assigning issues and pull requests to other {% data variables.product.company_short %} users](/articles/assigning-issues-and-pull-requests-to-other-github-users/)."
+|cmd + shift + p or control + shift + p | Toggles between the **Write** and **Preview** tabs
-### Änderungen in Pull Requests
+### Changes in pull requests
-| Tastenkürzel | Beschreibung |
-| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| c | Hiermit wird die Liste der Commits im Pull Request geöffnet. |
-| t | Hiermit wird die Liste der geänderten Dateien im Pull Request geöffnet. |
-| j | Hiermit verschiebt sich die Auswahl in der Liste nach unten |
-| k | Hiermit verschiebt sich die Auswahl in der Liste nach oben |
-| Befehlstaste + Umschalttaste + Eingabetaste | Hiermit fügst Du einen einzelnen Kommentar zu einer Pull-Request-Diff hinzu |
-| Alt und klicken | Toggle between collapsing and expanding all outdated review comments in a pull request by holding down `alt` and clicking **Show outdated** or **Hide outdated**.|{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-| Klicke, dann Shift und klicke | Kommentiere mehrere Zeilen eines Pull-Requests, indem Du auf eine Zeilennummer klickst, shift gedrückt hältst und dann auf eine andere Zeilennummer klickst. Weitere Informationen findest Du unter „[Einen Pull Request kommentieren](/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#adding-line-comments-to-a-pull-request)."|{% endif %}
+| Keyboard shortcut | Description
+|-----------|------------
+|c | Open the list of commits in the pull request
+|t | Open the list of changed files in the pull request
+|j | Move selection down in the list
+|k | Move selection up in the list
+| cmd + shift + enter | Add a single comment on a pull request diff |
+| alt and click | Toggle between collapsing and expanding all outdated review comments in a pull request by holding down `alt` and clicking **Show outdated** or **Hide outdated**.|{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+| Click, then shift and click | Comment on multiple lines of a pull request by clicking a line number, holding shift, then clicking another line number. For more information, see "[Commenting on a pull request](/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#adding-line-comments-to-a-pull-request)."|{% endif %}
-### Projektboards
+### Project boards
-#### Spalte verschieben
+#### Moving a column
-| Tastenkürzel | Beschreibung |
-| ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
-| Eingabetaste oder Leertaste | Hiermit wird die fokussierte Spalte verschoben. |
-| Esc | Hiermit wird die ausgeführte Verschiebung abgebrochen. |
-| Eingabetaste | Hiermit wird die ausgeführte Verschiebung abgeschlossen. |
-| ← oder h | Hiermit wird die Spalte nach links verschoben. |
-| Befehlstaste + ← oder Befehlstaste + h oder Befehlstaste + ← oder Steuertaste + h | Hiermit wird die Spalte an die äußerste linke Position verschoben. |
-| → oder l | Hiermit wird die Spalte nach rechts verschoben. |
-| Befehlstaste + → oder Befehlstaste + l oder Befehlstaste + → oder Steuertaste + l | Hiermit wird die Spalte an die äußerste rechte Position verschoben. |
+| Keyboard shortcut | Description
+|-----------|------------
+|enter or space | Start moving the focused column
+|escape | Cancel the move in progress
+|enter | Complete the move in progress
+|← or h | Move column to the left
+|command ← or command h or control ← or control h | Move column to the leftmost position
+|→ or l | Move column to the right
+|command → or command l or control → or control l | Move column to the rightmost position
-#### Karte verschieben
+#### Moving a card
-| Tastenkürzel | Beschreibung |
-| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
-| Eingabetaste oder Leertaste | Hiermit wird die fokussierte Karte verschoben. |
-| Esc | Hiermit wird die ausgeführte Verschiebung abgebrochen. |
-| Eingabetaste | Hiermit wird die ausgeführte Verschiebung abgeschlossen. |
-| ↓ oder j | Hiermit wird die Karte nach unten verschoben. |
-| Befehlstaste + ↓ oder Befehlstaste + j oder Befehlstaste + ↓ oder Steuertaste + j | Hiermit wird die Karte in den unteren Bereich der Spalte verschoben. |
-| ↑ oder k | Hiermit wird die Karte nach oben verschoben. |
-| Befehlstaste + ↑ oder Befehlstaste + k oder Befehlstaste + ↑ oder Steuertaste + k | Hiermit wird die Karte in den oberen Bereich der Spalte verschoben. |
-| ← oder h | Hiermit wird die Karte in den unteren Bereich der Spalte auf der linken Seite verschoben. |
-| Umschalttaste + ← oder Umschalttaste + h | Hiermit wird die Karte in den oberen Bereich der Spalte auf der linken Seite verschoben. |
-| Befehlstaste + ← oder Befehlstaste + h oder Befehlstaste + ← oder Steuertaste + h | Hiermit wird die Karte in den unteren Bereich der Spalte ganz links verschoben. |
-| Befehlstaste + Umschalttaste + ← oder Befehlstaste + Umschalttaste + h oder Steuertaste + Umschalttaste + ← oder Steuertaste + Umschalttaste + h | Hiermit wird die Karte in den oberen Bereich der Spalte ganz links verschoben. |
-| → | Hiermit wird die Karte in den unteren Bereich der Spalte auf der rechten Seite verschoben. |
-| Umschalttaste + → oder Umschalttaste + l | Hiermit wird die Karte in den oberen Bereich der Spalte auf der rechten Seite verschoben. |
-| Befehlstaste + → oder Befehlstaste + l oder Befehlstaste + → oder Steuertaste + l | Hiermit wird die Karte in den unteren Bereich der Spalte ganz rechts verschoben. |
-| Befehlstaste + Umschalttaste + → oder Befehlstaste + Umschalttaste + l oder Steuertaste + Umschalttaste + → oder Steuertaste + Umschalttaste + l | Hiermit wird die Karte in den unteren Bereich der Spalte ganz rechts verschoben. |
+| Keyboard shortcut | Description
+|-----------|------------
+|enter or space | Start moving the focused card
+|escape | Cancel the move in progress
+|enter | Complete the move in progress
+|↓ or j | Move card down
+|command ↓ or command j or control ↓ or control j | Move card to the bottom of the column
+|↑ or k | Move card up
+|command ↑ or command k or control ↑ or control k | Move card to the top of the column
+|← or h | Move card to the bottom of the column on the left
+|shift ← or shift h | Move card to the top of the column on the left
+|command ← or command h or control ← or control h | Move card to the bottom of the leftmost column
+|command shift ← or command shift h or control shift ← or control shift h | Move card to the top of the leftmost column
+|→ | Move card to the bottom of the column on the right
+|shift → or shift l | Move card to the top of the column on the right
+|command → or command l or control → or control l | Move card to the bottom of the rightmost column
+|command shift → or command shift l or control shift → or control shift l | Move card to the bottom of the rightmost column
#### Previewing a card
-| Tastenkürzel | Beschreibung |
-| -------------- | --------------------------- |
-| esc | Close the card preview pane |
+| Keyboard shortcut | Description
+|-----------|------------
+|esc | Close the card preview pane
{% if currentVersion == "free-pro-team@latest" %}
### {% data variables.product.prodname_actions %}
-| Tastenkürzel | Beschreibung |
-| ------------------------------------------------------- | --------------------------------------------------------------------------- |
-| command space oder control space | Hiermit erhältst Du im Workflow-Editor Vorschläge für Deine Workflow-Datei. |
+| Keyboard shortcut | Description
+|-----------|------------
+|command space or control space | In the workflow editor, get suggestions for your workflow file.
{% endif %}
-### Benachrichtigungen
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-| Tastenkürzel | Beschreibung |
-| ---------------------------- | ----------------------- |
-| e | Als erledigt markieren |
-| Umschalttaste + u | Als ungelesen markieren |
-| Umschalttaste + i | Als gelesen markieren |
-| Umschalttaste + m | Kündigen |
+### Notifications
+
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+| Keyboard shortcut | Description
+|-----------|------------
+|e | Mark as done
+| shift u| Mark as unread
+| shift i| Mark as read
+| shift m | Unsubscribe
{% else %}
-| Tastenkürzel | Beschreibung |
-| ------------------------------------------------ | ---------------------------------------- |
-| e oder I oder y | Als gelesen markieren |
-| Umschalttaste + m | Hiermit wird der Thread stummgeschaltet. |
+| Keyboard shortcut | Description
+|-----------|------------
+|e or I or y | Mark as read
+|shift m | Mute thread
{% endif %}
-### Netzwerkdiagramm
+### Network graph
-| Tastenkürzel | Beschreibung |
-| --------------------------------------------------------------- | -------------------------------------------- |
-| ← oder h | Hiermit wird nach links gescrollt. |
-| → oder l | Hiermit wird nach rechts gescrollt. |
-| ↑ oder k | Hiermit wird nach oben gescrollt. |
-| ↓ oder j | Hiermit wird nach unten gescrollt. |
-| Umschalttaste + ← oder Umschalttaste + h | Hiermit wird komplett nach links gescrollt. |
-| Umschalttaste + → oder Umschalttaste + l | Hiermit wird komplett nach rechts gescrollt. |
-| Umschalttaste+↑ oder Umschalttaste+k | Hiermit wird komplett nach oben gescrollt. |
-| Umschalttaste+↓ oder Umschalttaste+j | Hiermit wird komplett nach unten gescrollt. |
+| Keyboard shortcut | Description
+|-----------|------------
+|← or h | Scroll left
+|→ or l | Scroll right
+|↑ or k | Scroll up
+|↓ or j | Scroll down
+|shift ← or shift h | Scroll all the way left
+|shift → or shift l | Scroll all the way right
+|shift ↑ or shift k | Scroll all the way up
+|shift ↓ or shift j | Scroll all the way down
diff --git a/translations/de-DE/content/github/getting-started-with-github/learning-about-github.md b/translations/de-DE/content/github/getting-started-with-github/learning-about-github.md
index e78f23846d..d2d75f620f 100644
--- a/translations/de-DE/content/github/getting-started-with-github/learning-about-github.md
+++ b/translations/de-DE/content/github/getting-started-with-github/learning-about-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/getting-started-with-github/quickstart.md b/translations/de-DE/content/github/getting-started-with-github/quickstart.md
index 5cdb0b13a2..1564a2aae6 100644
--- a/translations/de-DE/content/github/getting-started-with-github/quickstart.md
+++ b/translations/de-DE/content/github/getting-started-with-github/quickstart.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/getting-started-with-github/saving-repositories-with-stars.md b/translations/de-DE/content/github/getting-started-with-github/saving-repositories-with-stars.md
index 2892d2111e..e4c026f15c 100644
--- a/translations/de-DE/content/github/getting-started-with-github/saving-repositories-with-stars.md
+++ b/translations/de-DE/content/github/getting-started-with-github/saving-repositories-with-stars.md
@@ -1,6 +1,6 @@
---
title: Repositorys mit Sternen speichern
-intro: 'You can star repositories{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.16" %} and topics{% endif %} to keep track of projects you find interesting{% if currentVersion == "free-pro-team@latest" %} and discover related content in your news feed{% endif %}.'
+intro: 'You can star repositories and topics to keep track of projects you find interesting{% if currentVersion == "free-pro-team@latest" %} and discover related content in your news feed{% endif %}.'
redirect_from:
- /articles/stars/
- /articles/about-stars/
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst Deine mit Stern versehene Repositorys und Themen auf Deiner {% data variables.explore.your_stars_page %} durchsuchen, sortieren und filtern.
diff --git a/translations/de-DE/content/github/getting-started-with-github/set-up-git.md b/translations/de-DE/content/github/getting-started-with-github/set-up-git.md
index a4cf8c3ee1..cc15eb41e8 100644
--- a/translations/de-DE/content/github/getting-started-with-github/set-up-git.md
+++ b/translations/de-DE/content/github/getting-started-with-github/set-up-git.md
@@ -14,9 +14,10 @@ intro: 'Im Zentrum von {% data variables.product.product_name %} ist das Open-So
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Um Git in der Befehlszeile verwenden zu können, musst Du es auf Deinem Computer herunterladen und dort installieren und konfigurieren. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} You can also install {% data variables.product.prodname_cli %} to use {% data variables.product.product_name %} from the command line. For more information on {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %}](https://cli.github.com/manual/) documentation.{% endif %}
+Um Git in der Befehlszeile verwenden zu können, musst Du es auf Deinem Computer herunterladen und dort installieren und konfigurieren. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} You can also install {% data variables.product.prodname_cli %} to use {% data variables.product.product_name %} from the command line. For more information on {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %}](https://cli.github.com/manual/) documentation.{% endif %}
Möchtest Du Git lokal, aber ohne Befehlszeile verwenden, kannst Du stattdessen den [{% data variables.product.prodname_desktop %}-Client]({% data variables.product.desktop_link %}) herunterladen und installieren. For more information, see "[Installing and configuring {% data variables.product.prodname_desktop %}](/desktop/installing-and-configuring-github-desktop/)."
diff --git a/translations/de-DE/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md b/translations/de-DE/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
index 4314917519..f21bd14ac7 100644
--- a/translations/de-DE/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
+++ b/translations/de-DE/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
@@ -36,7 +36,7 @@ Um Deine Testversion optimal zu nutzen, folge diesen Schritten:
- Webcast „[Kurzanleitung zu {% data variables.product.prodname_dotcom %}](https://resources.github.com/webcasts/Quick-start-guide-to-GitHub/)“
- „[Verstehen des {% data variables.product.prodname_dotcom %}-Ablaufs](https://guides.github.com/introduction/flow/)“ unter „{% data variables.product.prodname_dotcom %}-Anleitungen“
- „[Hello World](https://guides.github.com/activities/hello-world/)“ unter „{% data variables.product.prodname_dotcom %}-Anleitungen“
-3. Konfiguriere Deine Instanz entsprechend den Anforderungen Deiner Organisation. Details findest Du unter „[{% data variables.product.prodname_ghe_server %}-Appliance konfigurieren](/enterprise/admin/installation/configuring-the-github-enterprise-server-appliance).“
+3. To configure your instance to meet your organization's needs, see "[Configuring your enterprise](/admin/configuration/configuring-your-enterprise)."
4. Integrieren Sie {% data variables.product.prodname_ghe_server %} mit Ihrem Identity Provider. Details finden Sie unter „[SAML verwenden](/enterprise/admin/user-management/using-saml)“ und „[LDAP verwenden](/enterprise/admin/authentication/using-ldap)“.
5. Lade beliebig viele Personen zum Test ein.
- Füge die Benutzer zu Deiner {% data variables.product.prodname_ghe_server %}-Instanz hinzu, entweder mit der integrierten Authentifizierung oder Deinem konfigurierten Identitätsanbieter. Weitere Informationen findest Du unter „[Integrierte Authentifizierung verwenden](/enterprise/admin/user-management/using-built-in-authentication).“
diff --git a/translations/de-DE/content/github/getting-started-with-github/signing-up-for-github.md b/translations/de-DE/content/github/getting-started-with-github/signing-up-for-github.md
index 43c0fca7c3..a342e98e77 100644
--- a/translations/de-DE/content/github/getting-started-with-github/signing-up-for-github.md
+++ b/translations/de-DE/content/github/getting-started-with-github/signing-up-for-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/getting-started-with-github/supported-browsers.md b/translations/de-DE/content/github/getting-started-with-github/supported-browsers.md
index bc190a2c5d..43e260e256 100644
--- a/translations/de-DE/content/github/getting-started-with-github/supported-browsers.md
+++ b/translations/de-DE/content/github/getting-started-with-github/supported-browsers.md
@@ -8,6 +8,7 @@ intro: '{% data variables.product.product_name %} wird ständig weiterentwickelt
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Firefox Extended Support Release
diff --git a/translations/de-DE/content/github/getting-started-with-github/types-of-github-accounts.md b/translations/de-DE/content/github/getting-started-with-github/types-of-github-accounts.md
index 1ee8870cd5..d34d86f7a3 100644
--- a/translations/de-DE/content/github/getting-started-with-github/types-of-github-accounts.md
+++ b/translations/de-DE/content/github/getting-started-with-github/types-of-github-accounts.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/getting-started-with-github/using-github.md b/translations/de-DE/content/github/getting-started-with-github/using-github.md
index dfd6d7c618..ef47cfd23e 100644
--- a/translations/de-DE/content/github/getting-started-with-github/using-github.md
+++ b/translations/de-DE/content/github/getting-started-with-github/using-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md b/translations/de-DE/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
index a0360a2783..470d627842 100644
--- a/translations/de-DE/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
+++ b/translations/de-DE/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.migrating-from-codeplex %}
diff --git a/translations/de-DE/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md b/translations/de-DE/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
index ddc8ba1e9a..73b4a995ed 100644
--- a/translations/de-DE/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
+++ b/translations/de-DE/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bevor Du startest, stelle sicher, dass Dir Folgendes vorliegt:
diff --git a/translations/de-DE/content/github/importing-your-projects-to-github/importing-source-code-to-github.md b/translations/de-DE/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
index 8ccc24a007..0eda9d75b1 100644
--- a/translations/de-DE/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
+++ b/translations/de-DE/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
@@ -11,5 +11,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/importing-your-projects-to-github/index.md b/translations/de-DE/content/github/importing-your-projects-to-github/index.md
index d273b1af44..47624c323b 100644
--- a/translations/de-DE/content/github/importing-your-projects-to-github/index.md
+++ b/translations/de-DE/content/github/importing-your-projects-to-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/importing-your-projects-to-github/source-code-migration-tools.md b/translations/de-DE/content/github/importing-your-projects-to-github/source-code-migration-tools.md
index 6277c5e5d6..795f5f3575 100644
--- a/translations/de-DE/content/github/importing-your-projects-to-github/source-code-migration-tools.md
+++ b/translations/de-DE/content/github/importing-your-projects-to-github/source-code-migration-tools.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/index.md b/translations/de-DE/content/github/index.md
index 9da5ca146a..9b581e0b4f 100644
--- a/translations/de-DE/content/github/index.md
+++ b/translations/de-DE/content/github/index.md
@@ -8,6 +8,7 @@ intro: 'Dokumentationen, Leitfäden und Hilfethemen für Softwareentwickler, Des
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /getting-started-with-github %}
@@ -31,7 +32,7 @@ versions:
{% link_in_list /setting-up-and-managing-organizations-and-teams %}
-{% link_in_list /setting-up-and-managing-your-enterprise-account %}
+{% link_in_list /setting-up-and-managing-your-enterprise %}
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/3d-file-viewer.md b/translations/de-DE/content/github/managing-files-in-a-repository/3d-file-viewer.md
index c7f6dc3d22..2171246b86 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/3d-file-viewer.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/3d-file-viewer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.product_name %} kann 3D-Dateien mit der Erweiterung *.stl* hosten und rendern.
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md b/translations/de-DE/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
index 5b9b253286..45c18e48f9 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md b/translations/de-DE/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
index b09ec6161c..fcc4bd6963 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Für Dateien, die Sie über einen Browser zu einem Repository hinzufügen, gilt eine Beschränkung von {% data variables.large_files.max_github_browser_size %} pro Datei. Größere Dateien mit bis zu jeweils {% data variables.large_files.max_github_size %} können Sie über die Befehlszeile hinzufügen. Weitere Informationen findest Du unter „[Eine Datei über die Befehlszeile zu einem Repository hinzufügen](/articles/adding-a-file-to-a-repository-using-the-command-line).“
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/creating-new-files.md b/translations/de-DE/content/github/managing-files-in-a-repository/creating-new-files.md
index c5ea9853db..375bc5d201 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/creating-new-files.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/creating-new-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Sie eine Datei auf {% data variables.product.product_name %} erstellen, beachten Sie Folgendes:
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/deleting-files.md b/translations/de-DE/content/github/managing-files-in-a-repository/deleting-files.md
index ab6164388e..4d1f5afec4 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/deleting-files.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/deleting-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md b/translations/de-DE/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
index 18e884d128..414dc2ab7d 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. Navigiere im Repository eines anderen Benutzers zu dem Ordner mit der Datei, die Du bearbeiten möchtest. Klicke auf den Namen der Datei, die Du bearbeiten möchtest.
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md b/translations/de-DE/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
index c45050d200..04339b1528 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md b/translations/de-DE/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
index 81642bc5c6..34a769b46f 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/index.md b/translations/de-DE/content/github/managing-files-in-a-repository/index.md
index 7fb9237252..dea3f734ab 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/index.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/managing-files-on-github.md b/translations/de-DE/content/github/managing-files-in-a-repository/managing-files-on-github.md
index 999df69b5f..e307c3cbfa 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/managing-files-on-github.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/managing-files-on-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md b/translations/de-DE/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
index 95f871a73d..008bfd10f4 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md b/translations/de-DE/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
index 7a0de42ebb..2f99ff73a3 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.product_name %} unterstützt die Zuordnung von geoJSON- und topoJSON-Daten in {% data variables.product.product_name %}-Repositorys. Gib die Datei einfach wie gewohnt mit Commit frei, und verwende die Erweiterung `.geojson` oder `.topojson`. Dateien mit der Erweiterung `.json` werden auch unterstützt, aber nur wenn `type` auf `FeatureCollection`, `GeometryCollection` oder `topology` festgelegt ist. Navigiere dann zum Pfad der geoJSON-Datei auf GitHub.com.
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md b/translations/de-DE/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
index 22880fd671..2da1a36bbe 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Die meisten Dateien können [direkt auf {% data variables.product.product_name %} verschoben werden](/articles/moving-a-file-to-a-new-location), bei manchen Dateien, beispielsweise bei Bilddateien, ist dies jedoch nur über die Befehlszeile möglich.
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md b/translations/de-DE/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
index aff1b26ba0..736fabf9e9 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst nicht nur den Speicherort der Datei ändern, sondern im selben Commit auch [den Inhalt Deiner Datei aktualisieren](/articles/editing-files-in-your-repository) oder [den Namen der Datei ändern](/articles/renaming-a-file).
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md b/translations/de-DE/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
index 62fa06e7eb..cff38838f0 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Die meisten Dateien können [direkt auf {% data variables.product.product_name %} umbenannt werden](/articles/renaming-a-file), bei manchen Dateien, beispielsweise bei Bilddateien, ist dies jedoch nur über die Befehlszeile möglich.
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/renaming-a-file.md b/translations/de-DE/content/github/managing-files-in-a-repository/renaming-a-file.md
index 9b9bd2bf6b..1ae21ff9f6 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/renaming-a-file.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/renaming-a-file.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md b/translations/de-DE/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
index c61c4d72b4..0b070adff4 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md b/translations/de-DE/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
index 941c30e881..31415dbe2c 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
GitHub unterstützt das Rendering von Tabellendaten in den Formaten *.csv* (kommagetrennt) und *.tsv* (tabulatorgetrennt).
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md b/translations/de-DE/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
index f491b633c0..87344650dd 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Commits und Pull Requests an Fließtextdokumenten unterstützen die Darstellung dieser Dokumente im *Quell-* und im *gerenderten* Format.
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/rendering-pdf-documents.md b/translations/de-DE/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
index c9ba6ddc32..77e269071a 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
GitHub unterstützt das Rendering von PDF-Dokumenten.
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md b/translations/de-DE/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
index f4f12621b9..1fdcd43986 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
In der Blame-Ansicht kannst Du den Revisionsverlauf einer vollständigen Datei Zeile für Zeile sehen oder durch klicken auf {% octicon "versions" aria-label="The prior blame icon" %} auch nur den Verlauf einer einzelnen Zeile anzeigen. Mit jedem Klick auf {% octicon "versions" aria-label="The prior blame icon" %} siehst Du die vorangegangene Revisionsinformation zur betreffenden Zeile, einschließlich des Committers und des Commit-Zeitpunkts der Änderung.
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md b/translations/de-DE/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
index b360669a66..95637488e2 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
@@ -6,12 +6,13 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Die interaktiven Features des Notebooks, beispielsweise benutzerdefinierte JavaScript-Plots, funktionieren in Ihrem Repository auf {% data variables.product.product_location %} nicht. For an example, see [*Linking and Interactions.ipynb*](https://github.com/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb).
+Die interaktiven Features des Notebooks, beispielsweise benutzerdefinierte JavaScript-Plots, funktionieren in Ihrem Repository auf {% data variables.product.product_location %} nicht. Ein Beispiel findest Du unter [*Linking and Interactions.ipynb*](https://github.com/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb).
-Du kannst [nbviewer](https://nbviewer.jupyter.org/) verwenden, um Dein Jupyter Notebook mit dargestelltem JavaScript-Inhalt anzuzeigen oder um Deine Notebook-Dateien mit anderen zu teilen. For an example, see [*Linking and Interactions.ipynb*](https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb) rendered on nbviewer.
+Du kannst [nbviewer](https://nbviewer.jupyter.org/) verwenden, um Dein Jupyter Notebook mit dargestelltem JavaScript-Inhalt anzuzeigen oder um Deine Notebook-Dateien mit anderen zu teilen. Ein Beispiel zu auf nbviewer gerenderten Elementen findest Du unter [*Linking and Interactions.ipynb*](https://nbviewer.jupyter.org/github/bokeh/bokeh-notebooks/blob/main/tutorial/06%20-%20Linking%20and%20Interactions.ipynb).
Wenn Du eine vollständig interaktive Version Deines Jupyter Notebook anzeigen möchtest, kannst Du einen Notebook-Server lokal einrichten. Weitere Informationen findest Du in der [offiziellen Dokumentation von Jupyter](http://jupyter.readthedocs.io/en/latest/index.html).
diff --git a/translations/de-DE/content/github/managing-files-in-a-repository/working-with-non-code-files.md b/translations/de-DE/content/github/managing-files-in-a-repository/working-with-non-code-files.md
index 7f8f9b470a..fe61d57f87 100644
--- a/translations/de-DE/content/github/managing-files-in-a-repository/working-with-non-code-files.md
+++ b/translations/de-DE/content/github/managing-files-in-a-repository/working-with-non-code-files.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-large-files/about-git-large-file-storage.md b/translations/de-DE/content/github/managing-large-files/about-git-large-file-storage.md
index d4c3bed787..f68922bd5d 100644
--- a/translations/de-DE/content/github/managing-large-files/about-git-large-file-storage.md
+++ b/translations/de-DE/content/github/managing-large-files/about-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.large_files.product_name_short %} verarbeitet große Dateien, indem Referenzen auf die Datei im Repository gespeichert werden, nicht aber die Datei an sich. Um die Architektur von Git zu umgehen, erstellt {% data variables.large_files.product_name_short %} eine Pointer-Datei, die als Referenz auf die aktuelle Datei (die an einem anderen Ort gespeichert ist) dient. {% data variables.product.product_name %} verwaltet diese Pointer-Datei in Ihrem Repository. Wenn Sie das Repository klonen, verwendet {% data variables.product.product_name %} die Pointer-Datei als Karte, um die große Datei für Sie zu finden.
diff --git a/translations/de-DE/content/github/managing-large-files/collaboration-with-git-large-file-storage.md b/translations/de-DE/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
index 0b3087b2e2..7f214e7166 100644
--- a/translations/de-DE/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
+++ b/translations/de-DE/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Mitarbeiter an Ihrem Repository {% data variables.large_files.product_name_short %} nicht installiert haben, haben sie keinen Zugriff auf die große Originaldatei. Wenn sie versuchen, Dein Repository zu klonen, rufen sie nur die Pointer-Dateien ab und haben keinen Zugriff auf die tatsächlichen Daten.
diff --git a/translations/de-DE/content/github/managing-large-files/conditions-for-large-files.md b/translations/de-DE/content/github/managing-large-files/conditions-for-large-files.md
index 435318e8f3..590c5a0770 100644
--- a/translations/de-DE/content/github/managing-large-files/conditions-for-large-files.md
+++ b/translations/de-DE/content/github/managing-large-files/conditions-for-large-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.large_files.use_lfs_tip %}
@@ -16,4 +17,4 @@ Wenn Du versuchst, eine Datei größer als {% data variables.large_files.warning
### Blockierte Pushs für große Dateien
-{% data variables.product.product_name %} blockiert {% if enterpriseServerVersions contains currentVersion %}standardmäßig {% endif %}Übertragungen, welche {% data variables.large_files.max_github_size %} übersteigen. {% if enterpriseServerVersions contains currentVersion %}Ein Website-Administrator kann jedoch für Deine {% data variables.product.prodname_ghe_server %}-Instanz eine andere Limite konfigurieren. Weitere Informationen findest Du unter „[Push-Begrenzungen für Git festlegen](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-git-push-limits).“{% endif %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}By default, {% endif %}{% data variables.product.product_name %} blocks pushes that exceed {% data variables.large_files.max_github_size %}. {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}However, a site administrator can configure a different limit for {% data variables.product.product_location %}. Weitere Informationen findest Du unter „[Push-Begrenzungen für Git festlegen](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-git-push-limits).“{% endif %}
diff --git a/translations/de-DE/content/github/managing-large-files/configuring-git-large-file-storage.md b/translations/de-DE/content/github/managing-large-files/configuring-git-large-file-storage.md
index d43285ead2..a75c3756ad 100644
--- a/translations/de-DE/content/github/managing-large-files/configuring-git-large-file-storage.md
+++ b/translations/de-DE/content/github/managing-large-files/configuring-git-large-file-storage.md
@@ -7,17 +7,18 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn in Ihrem Repository bereits Dateien vorhanden sind, für die Sie {% data variables.product.product_name %} verwenden möchten, müssen Sie sie zunächst aus dem Repository entfernen und lokal zu {% data variables.large_files.product_name_short %} hinzufügen. Weitere Informationen findest Du unter „[Eine Datei in Deinem Repository zu {% data variables.large_files.product_name_short %} verschieben](/articles/moving-a-file-in-your-repository-to-git-large-file-storage).“
{% data reusables.large_files.resolving-upload-failures %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% tip %}
-**Hinweis:** Bevor Du versuchst, eine große Datei zu {% data variables.product.product_name %} zu übertragen, stelle sicher, dass Du {% data variables.large_files.product_name_short %} auf Deiner Appliance aktiviert hast. Weitere Informationen findest Du unter „[Git Large File Storage auf GitHub Enterprise Server konfigurieren](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server/).“
+**Note:** Before trying to push a large file to {% data variables.product.product_name %}, make sure that you've enabled {% data variables.large_files.product_name_short %} on your enterprise. Weitere Informationen findest Du unter „[Git Large File Storage auf GitHub Enterprise Server konfigurieren](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server/).“
{% endtip %}
@@ -58,5 +59,5 @@ Wenn in Ihrem Repository bereits Dateien vorhanden sind, für die Sie {% data va
### Weiterführende Informationen
-- "[Collaboration with {% data variables.large_files.product_name_long %}](/articles/collaboration-with-git-large-file-storage/)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+- "[Collaboration with {% data variables.large_files.product_name_long %}](/articles/collaboration-with-git-large-file-storage/)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
- "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)"{% endif %}
diff --git a/translations/de-DE/content/github/managing-large-files/distributing-large-binaries.md b/translations/de-DE/content/github/managing-large-files/distributing-large-binaries.md
index 874c2ef4aa..4f64eb3b60 100644
--- a/translations/de-DE/content/github/managing-large-files/distributing-large-binaries.md
+++ b/translations/de-DE/content/github/managing-large-files/distributing-large-binaries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du große Dateien innerhalb Deines Repositorys verteilen musst, kannst Du Releases auf {% data variables.product.product_location %} erstellen. Releases erlauben Dir, Software, Release-Hinweise und Links zu Binärdateien zu paketieren, damit andere Personen diese nutzen können. Weitere Informationen findest Du unter „[Informationen zu Releases](/github/administering-a-repository/about-releases).“
diff --git a/translations/de-DE/content/github/managing-large-files/index.md b/translations/de-DE/content/github/managing-large-files/index.md
index 20cd11623e..5fd72e0248 100644
--- a/translations/de-DE/content/github/managing-large-files/index.md
+++ b/translations/de-DE/content/github/managing-large-files/index.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-large-files/installing-git-large-file-storage.md b/translations/de-DE/content/github/managing-large-files/installing-git-large-file-storage.md
index e84ed894bd..7c1140ed0f 100644
--- a/translations/de-DE/content/github/managing-large-files/installing-git-large-file-storage.md
+++ b/translations/de-DE/content/github/managing-large-files/installing-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/de-DE/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md b/translations/de-DE/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
index 3eae7b5cea..b89b596e83 100644
--- a/translations/de-DE/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
+++ b/translations/de-DE/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Nach der Installation von {% data variables.large_files.product_name_short %} und dem Konfigurieren von {% data variables.large_files.product_name_short %}-Tracking (Nachverfolgung), kannst Du Dateien von Git's regulärer Nachverfolgung nach {% data variables.large_files.product_name_short %} verschieben. Weitere Informationen findest Du unter "[Installation von {% data variables.large_files.product_name_long %}](/github/managing-large-files/installing-git-large-file-storage)" und "[Konfiguration von {% data variables.large_files.product_name_long %}](/github/managing-large-files/configuring-git-large-file-storage)."
diff --git a/translations/de-DE/content/github/managing-large-files/removing-files-from-a-repositorys-history.md b/translations/de-DE/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
index 643b5232e4..f2b81685c4 100644
--- a/translations/de-DE/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
+++ b/translations/de-DE/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/de-DE/content/github/managing-large-files/removing-files-from-git-large-file-storage.md b/translations/de-DE/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
index 89806df91e..262b7fa986 100644
--- a/translations/de-DE/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
+++ b/translations/de-DE/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Einzelne Datei entfernen
diff --git a/translations/de-DE/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md b/translations/de-DE/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
index 0447484647..e6a24d270c 100644
--- a/translations/de-DE/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
+++ b/translations/de-DE/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Der Integritätscheck von {% data variables.large_files.product_name_short %} überprüft, ob alle referenzierten {% data variables.large_files.product_name_short %}-Dateien eines Pushes korrekt hochgeladen wurden. Wird bei der Überprüfung festgestellt, dass dies nicht der Fall ist, erhältst Du eine Fehlermeldung und Dein Push wird blockiert.
diff --git a/translations/de-DE/content/github/managing-large-files/versioning-large-files.md b/translations/de-DE/content/github/managing-large-files/versioning-large-files.md
index 13b6451f82..23fd4426de 100644
--- a/translations/de-DE/content/github/managing-large-files/versioning-large-files.md
+++ b/translations/de-DE/content/github/managing-large-files/versioning-large-files.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-large-files/working-with-large-files.md b/translations/de-DE/content/github/managing-large-files/working-with-large-files.md
index 193cf04899..cf1225a825 100644
--- a/translations/de-DE/content/github/managing-large-files/working-with-large-files.md
+++ b/translations/de-DE/content/github/managing-large-files/working-with-large-files.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md b/translations/de-DE/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
index 7296918095..8fe1daf6ab 100644
--- a/translations/de-DE/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
+++ b/translations/de-DE/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
@@ -41,16 +41,21 @@ For a list of the ecosystems that {% data variables.product.product_name %} can
{% data reusables.repositories.enable-security-alerts %}
-{% if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_dotcom %} detects and alerts users to vulnerable dependencies in _public_ repositories by default. Owners of private repositories, or people with admin access, can enable {% data variables.product.prodname_dependabot_alerts %} by enabling the dependency graph and {% data variables.product.prodname_dependabot_alerts %} for their repositories.
+{% if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_dotcom %} detects vulnerable dependencies in _public_ repositories and generates {% data variables.product.prodname_dependabot_alerts %} by default. Owners of private repositories, or people with admin access, can enable {% data variables.product.prodname_dependabot_alerts %} by enabling the dependency graph and {% data variables.product.prodname_dependabot_alerts %} for their repositories.
-You can also enable or disable {% data variables.product.prodname_dependabot %} alerts for all repositories owned by your user account or organization. For more information, see "[Managing security and analysis settings for your user account](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" or "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
+You can also enable or disable {% data variables.product.prodname_dependabot_alerts %} for all repositories owned by your user account or organization. For more information, see "[Managing security and analysis settings for your user account](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" or "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
-{% data variables.product.product_name %} starts generating the dependency graph immediately and sends alerts for any vulnerable dependencies as soon as they are identified. The graph is usually populated within minutes but this may take longer for repositories with many dependencies. For more information, see "[Managing data use settings for your private repository](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository)."
+{% data variables.product.product_name %} starts generating the dependency graph immediately and generates alerts for any vulnerable dependencies as soon as they are identified. The graph is usually populated within minutes but this may take longer for repositories with many dependencies. For more information, see "[Managing data use settings for your private repository](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository)."
{% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
When
-{% data variables.product.product_name %} identifies a vulnerable dependency, we send a {% data variables.product.prodname_dependabot_short %} alert to the maintainers of affected repositories with details of the vulnerability, a link to the affected file in the project, and information about a fixed version. {% if currentVersion == "free-pro-team@latest" %}For repositories that have enabled {% data variables.product.prodname_dependabot_security_updates %}, the alert will also contain a link to a pull request to update the manifest or lock file to the minimum version that resolves the vulnerability. For more information, see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)."{% endif %}
+{% data variables.product.product_name %} identifies a vulnerable dependency, we generate a {% data variables.product.prodname_dependabot_short %} alert and display it on the Security tab for the repository. The alert includes a link to the affected file in the project, and information about a fixed version. {% data variables.product.product_name %} also notifies the maintainers of affected repositories about the new alert according to their notification preferences. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% endif %}
+
+{% if currentVersion == "free-pro-team@latest" %}
+For repositories where
+{% data variables.product.prodname_dependabot_security_updates %} are enabled, the alert may also contain a link to a pull request to update the manifest or lock file to the minimum version that resolves the vulnerability. Weitere Informationen findest Du unter „[ Über {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)."
{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
@@ -60,7 +65,7 @@ When
{% warning %}
-**Note**: {% data variables.product.product_name %}'s security features do not claim to catch all vulnerabilities. Obwohl wir immer versuchen, unsere Datenbank an Sicherheitslücken zu aktualisieren und Ihnen unsere neuesten Informationen zur Verfügung zu stellen, können wir nicht alles erfassen oder Sie innerhalb eines garantierten Zeitrahmens über bekannte Sicherheitslücken informieren. Diese Funktionen ersetzen nicht die menschliche Überprüfung jeder Abhängigkeit auf potenzielle Sicherheitsrisiken oder andere Probleme. Daher empfehlen wir, einen Sicherheitsdienst zu konsultieren oder bei Bedarf eine gründliche Überprüfung der Sicherheitsrisiken durchzuführen.
+**Note**: {% data variables.product.product_name %}'s security features do not claim to catch all vulnerabilities. Though we are always trying to update our vulnerability database and generate alerts with our most up-to-date information, we will not be able to catch everything or tell you about known vulnerabilities within a guaranteed time frame. Diese Funktionen ersetzen nicht die menschliche Überprüfung jeder Abhängigkeit auf potenzielle Sicherheitsrisiken oder andere Probleme. Daher empfehlen wir, einen Sicherheitsdienst zu konsultieren oder bei Bedarf eine gründliche Überprüfung der Sicherheitsrisiken durchzuführen.
{% endwarning %}
@@ -69,8 +74,8 @@ When
You can see all of the alerts that affect a particular project{% if currentVersion == "free-pro-team@latest" %} on the repository's Security tab or{% endif %} in the repository's dependency graph.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[Viewing and updating vulnerable dependencies in your repository](/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository)."{% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-We send
-{% data variables.product.prodname_dependabot_short %} alerts to people with admin permissions in the affected repositories by default. {% data variables.product.product_name %} never publicly discloses identified vulnerabilities for any repository.{% if currentVersion == "free-pro-team@latest" %} You can also enable {% data variables.product.prodname_dependabot_short %} alerts for additional people or teams working repositories that you own or have admin permissions for. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts)."{% endif %}
+By default, we notify people with admin permissions in the affected repositories about new
+{% data variables.product.prodname_dependabot_short %} alerts.{% endif %} {% if currentVersion == "free-pro-team@latest" %}{% data variables.product.product_name %} never publicly discloses identified vulnerabilities for any repository. You can also make {% data variables.product.prodname_dependabot_short %} alerts visible to additional people or teams working repositories that you own or have admin permissions for. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts)."
{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
diff --git a/translations/de-DE/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md b/translations/de-DE/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
index 9b855a2cd8..c6e5f2bf3a 100644
--- a/translations/de-DE/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
+++ b/translations/de-DE/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
@@ -9,7 +9,7 @@ versions:
### About notifications for vulnerable dependencies
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.prodname_dependabot %} detects vulnerable dependencies in your repositories, we send you {% data variables.product.prodname_dependabot_short %} alerts.{% else %}When {% data variables.product.product_name %} detects vulnerable dependencies in your repositories, it sends security alerts.{% endif %}{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.prodname_dependabot_short %} is enabled by default on all public repositories. For {% data variables.product.prodname_dependabot_alerts %}, by default, you will receive {% data variables.product.prodname_dependabot_alerts %} by email, grouped by the specific vulnerability.
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.prodname_dependabot %} detects vulnerable dependencies in your repositories, we generate a {% data variables.product.prodname_dependabot_short %} alert and display it on the Security tab for the repository. {% data variables.product.product_name %} notifies the maintainers of affected repositories about the new alert according to their notification preferences.{% else %}When {% data variables.product.product_name %} detects vulnerable dependencies in your repositories, it sends security alerts.{% endif %}{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.prodname_dependabot_short %} is enabled by default on all public repositories. For {% data variables.product.prodname_dependabot_alerts %}, by default, you will receive {% data variables.product.prodname_dependabot_alerts %} by email, grouped by the specific vulnerability.
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}If you're an organization owner, you can enable or disable {% data variables.product.prodname_dependabot_short %} alerts for all repositories in your organization with one click. You can also set whether the detection of vulnerable dependencies will be enabled or disabled for newly-created repositories. For more information, see "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-features-for-new-repositories)."
@@ -17,10 +17,10 @@ versions:
{% if enterpriseServerVersions contains currentVersion and currentVersion == "enterprise-server@2.21" %}
Your site administrator needs to enable security alerts for vulnerable dependencies for
-{% data variables.product.product_location_enterprise %} before you can use the feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
+{% data variables.product.product_location %} before you can use the feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.20" %}
-By default, if your site administrator has configured email for notifications on your instance, you will receive
+By default, if your site administrator has configured email for notifications on your enterprise, you will receive
{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} by email.{% endif %}
{% if currentVersion ver_gt "enterprise-server@2.21" %}Site administrators can also enable {% data variables.product.prodname_dependabot_alerts %} without notifications. For more information, see "[Enabling {% data variables.product.prodname_dependabot_short %} alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
@@ -29,7 +29,7 @@ By default, if your site administrator has configured email for notifications on
### Configuring notifications for {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}
-You can configure notification settings for yourself or your organization from the Manage notifications drop-down {% octicon "bell" aria-label="The notifications bell" %} shown at the top of each page. For more information, see "[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#choosing-your-notification-settings)."
+You can configure notification settings for yourself or your organization from the Manage notifications drop-down {% octicon "bell" aria-label="The notifications bell" %} shown at the top of each page. Weitere Informationen findest Du unter „[Benachrichtigungen konfigurieren](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#choosing-your-notification-settings)."
{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization %}
{% data reusables.notifications.vulnerable-dependency-notification-options %}
@@ -42,7 +42,7 @@ You can configure notification settings for yourself or your organization from t
{% note %}
-**Note:** You can filter your {% data variables.product.company_short %} inbox notifications to show {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} security{% endif %} alerts. For more information, see "[Managing notifications from your inbox](/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox#supported-queries-for-custom-filters)."
+**Note:** You can filter your {% data variables.product.company_short %} inbox notifications to show {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} security{% endif %} alerts. Weitere Informationen findest Du unter „[Benachrichtigungen über Deinen Posteingang verwalten](/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox#supported-queries-for-custom-filters)."
{% endnote %}
diff --git a/translations/de-DE/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md b/translations/de-DE/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
index 32771ee7cf..89ec8a6e3b 100644
--- a/translations/de-DE/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
+++ b/translations/de-DE/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
@@ -15,7 +15,7 @@ You can enable automatic security updates for any repository that uses {% data v
### About updates for vulnerable dependencies in your repository
-{% data variables.product.product_name %} sends {% data variables.product.prodname_dependabot_alerts %} when we detect vulnerabilities affecting your repository. For repositories where {% data variables.product.prodname_dependabot_security_updates %} are enabled, when {% data variables.product.product_name %} detects a vulnerable dependency {% data variables.product.prodname_dependabot_short %} creates a pull request to fix it. The pull request will upgrade the dependency to the minimum possible secure version needed to avoid the vulnerability.
+{% data variables.product.product_name %} generates {% data variables.product.prodname_dependabot_alerts %} when we detect vulnerabilities affecting your repository. For repositories where {% data variables.product.prodname_dependabot_security_updates %} are enabled, when {% data variables.product.product_name %} detects a vulnerable dependency {% data variables.product.prodname_dependabot_short %} creates a pull request to fix it. The pull request will upgrade the dependency to the minimum possible secure version needed to avoid the vulnerability.
### Viewing and updating vulnerable dependencies
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
index 79bc5d3dfe..2ae8683228 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Benachrichtigungen und Abonnements
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
index 70d5c65d95..45250e8c18 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
@@ -16,6 +16,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Zustellungsoptionen für Benachrichtigungen
@@ -109,9 +110,9 @@ E-Mail-Benachrichtigungen von {% data variables.product.product_name %} enthalte
| Header | Informationen |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `From`-Adresse | This address will always be {% if currentVersion == "free-pro-team@latest" %}'`notifications@github.com`'{% else %}'the no-reply email address configured by your site administrator'{% endif %}. |
-| `To`-Feld | Dieses Feld ist direkt mit dem Thread verknüpft. Wenn Du auf die E-Mail antwortest, fügst Du der Unterhaltung einen neuen Kommentar hinzu. |
-| `Cc`-Adresse | {% data variables.product.product_name %} fügt Sie zu `Cc` hinzu, wenn Sie eine Unterhaltung abonniert haben. Die zweite E-Mail-Adresse in `Cc` entspricht dem Benachrichtigungsgrund. Das Suffix für diese Benachrichtigungsgründe lautet {% data variables.notifications.cc_address %}. Zu den möglichen Benachrichtigungsgründen gehören folgende: - `assign`: Dir wurde ein Issue oder Pull Request zugewiesen.
- `author`: Du hast einen Issue oder Pull Request erstellt.
- `comment`: Du hast einen Issue oder Pull Request kommentiert.
- `manual`: Ein Issue oder Pull Request, den Du manuell abonniert hast, wurde aktualisiert.
- `mention`: Du wurdest in einem Issue oder Pull Request erwähnt.
- `push`: Jemand hat einen Commit für einen Pull Request erstellt, den Du abonniert hast.
- `review_requested`: Du oder ein Team, dem Du angehörst, wurdest/wurde gebeten, einen Review für einen Pull Request durchzuführen.
- `security_alert`: {% data variables.product.prodname_dotcom %} hat eine Schwachstelle in einem Repository erkannt, für das Du Sicherheitswarnungen erhältst.
- `state_change`: Ein Issue oder Pull Request, den Du abonniert hast, wurde entweder geschlossen oder geöffnet.
- `subscribed`: Es gab eine Aktualisierung in einem Repository, das Du beobachtest.
- `team_mention`: Ein Team, dem Du angehörst, wurde in einem Issue oder Pull Request erwähnt.
- `your_activity`: Du hast einen Issue oder Pull Request geöffnet, kommentiert oder geschlossen.
|
-| `mailing list`-Feld | In diesem Feld werden der Name des Repositorys und sein Inhaber identifiziert. Das Format dieser Adresse lautet immer `..{% data variables.command_line.backticks %}`. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" % %}
+| `To`-Feld | This field connects directly to the thread.{% if currentVersion != "github-ae@latest" %} If you reply to the email, you'll add a new comment to the conversation.{% endif %}
+| `Cc`-Adresse | {% data variables.product.product_name %} fügt Sie zu `Cc` hinzu, wenn Sie eine Unterhaltung abonniert haben. Die zweite E-Mail-Adresse in `Cc` entspricht dem Benachrichtigungsgrund. Das Suffix für diese Benachrichtigungsgründe lautet {% data variables.notifications.cc_address %}. Zu den möglichen Benachrichtigungsgründen gehören folgende: - `assign`: Dir wurde ein Issue oder Pull Request zugewiesen.
- `author`: Du hast einen Issue oder Pull Request erstellt.
- `comment`: Du hast einen Issue oder Pull Request kommentiert.
- `manual`: Ein Issue oder Pull Request, den Du manuell abonniert hast, wurde aktualisiert.
- `mention`: Du wurdest in einem Issue oder Pull Request erwähnt.
- `push`: Jemand hat einen Commit für einen Pull Request erstellt, den Du abonniert hast.
- `review_requested`: Du oder ein Team, dem Du angehörst, wurdest/wurde gebeten, einen Review für einen Pull Request durchzuführen.
{% if currentVersion != "github-ae@latest" %}- `security_alert`: {% data variables.product.prodname_dotcom %} hat eine Schwachstelle in einem Repository erkannt, für das Du Sicherheitswarnungen erhältst.
{% endif %}- `state_change`: Ein Issue oder Pull Request, den Du abonniert hast, wurde entweder geschlossen oder geöffnet.
- `subscribed`: Es gab eine Aktualisierung in einem Repository, das Du beobachtest.
- `team_mention`: Ein Team, dem Du angehörst, wurde in einem Issue oder Pull Request erwähnt.
- `your_activity`: Du hast einen Issue oder Pull Request geöffnet, kommentiert oder geschlossen.
|
+| `mailing list`-Feld | In diesem Feld werden der Name des Repositorys und sein Inhaber identifiziert. Das Format dieser Adresse lautet immer `..{% data variables.command_line.backticks %}`. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
| `X-GitHub-Severity`-Feld | {% data reusables.repositories.security-alerts-x-github-severity %} Die möglichen Schweregrade sind:- `low`
- `moderate`
- `high`
- `critical`
For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)." | |{% endif %}
### Wähle Deine Benachrichtigungseinstellungen
@@ -157,6 +158,7 @@ If you are a member of more than one organization, you can configure each one to
5. Wähle eine Deiner verifizierten E-Mail-Adressen aus, und klicke dann auf **Save** (Speichern).

+{% if currentVersion != "github-ae@latest" %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
### {% data variables.product.prodname_dependabot_alerts %} Benachrichtigungsoptionen
{% else %}
@@ -165,11 +167,12 @@ If you are a member of more than one organization, you can configure each one to
{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization %}
{% data reusables.notifications.vulnerable-dependency-notification-options %}
+For more information about the notification delivery methods available to you, and advice on optimizing your notifications for
-For more information about the notification delivery methods available to you, and advice on optimizing your notifications for {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-
### {% data variables.product.prodname_actions %} Benachrichtigungsoptionen
Wähle, wie Du Aktualisierungen für Workflow-Ausführungen erhalten willst für Repositorys, die Du beobachtest und die mit {% data variables.product.prodname_actions %} aufgesetzt sind. Du kannst auch wählen, nur Benachrichtigungen für fehlgeschlagene Workflow-Ausführungen zu erhalten.
@@ -179,7 +182,6 @@ Wähle, wie Du Aktualisierungen für Workflow-Ausführungen erhalten willst für
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
-
### Push-Benachrichtigungen mit {% data variables.product.prodname_mobile %} aktivieren
Wenn Du {% data variables.product.prodname_mobile %} installierst, bist Du automatisch für Web-Benachrichtigungen abonniert. Du kannst dann Push-Benachrichtigungen aktivieren für direkte Erwähnungen innerhalb der App.
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
index e6c1313703..afaee0bd76 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
@@ -4,6 +4,7 @@ intro: 'Um einen idealen Workflow für das Selektieren Deiner Benachrichtigungen
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Beginne Deine Posteingang-Selektion
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/index.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/index.md
index 212396377e..d1e7b460b4 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/index.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Inhaltsverzeichnis
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
index afc248cea9..8b66300f94 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Über Deinen Posteingang
@@ -104,27 +105,30 @@ Um Benachrichtigungen nach dem Grund zu filtern, weshalb Du eine Aktualisierung
| `reason:invitation` | Wenn Du in ein Team, eine Organisation oder ein Repository eingeladen wirst. |
| `reason:manual` | Wenn Du auf einem Issue oder Pull Request **Subscribe** (Abonnieren) klickst, die Du noch nicht abonniert hattest. |
| `reason:mention` | Du wurdest direkt @erwähnt. |
-| `reason:review-requested` | Du oder ein Team, in dem du angehörst, wurden gebeten, einen Pull Request zu überprüfen. |
-| `reason:security-alert` | Wenn eine Sicherheitswarnung für ein Repository ausgegeben wird. |
+| `reason:review-requested` | You or a team you're on have been requested to review a pull request.{% if currentVersion != "github-ae@latest" %}
+| `reason:security-alert` | When a security alert is issued for a repository.{% endif %}
| `reason:state-change` | Wenn der Status eines Pull Request oder Issue geändert wird. Beispielsweise wird ein Issue geschlossen oder ein Pull Request zusammengeführt. |
| `reason:team-mention` | Wenn ein Team, dem Du angehörst, @erwähnt wird. |
| `reason:ci-activity` | Wenn ein Repository CI-Aktualisierungen hat, wie beispielsweise einen neuen Status für eine Workflow-Ausführung. |
#### Unterstützte `is:`-Abfragen
-Um Benachrichtigungen nach bestimmten Aktivitäten auf {% data variables.product.product_name %} zu filtern, kannst du die Abfrage `is` verwenden. For example, to only see repository invitation updates, use `is:repository-invitation`, and to only see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} security{% endif %} alerts, use `is:repository-vulnerability-alert`.
+Um Benachrichtigungen nach bestimmten Aktivitäten auf {% data variables.product.product_name %} zu filtern, kannst du die Abfrage `is` verwenden. For example, to only see repository invitation updates, use `is:repository-invitation`{% if currentVersion != "github-ae@latest" %}, and to only see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} security{% endif %} alerts, use `is:repository-vulnerability-alert`.{% endif %}
- `is:check-suite`
- `is:commit`
- `is:gist`
- `is:issue-or-pull-request`
- `is:release`
-- `is:repository-invitation`
+- `is:repository-invitation`{% if currentVersion != "github-ae@latest" %}
- `is:repository-vulnerability-alert`
-- `is:repository-advisory`
+- `is:repository-advisory`{% endif %}
- `is:team-discussion`
-For information about reducing noise from notifications for {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% if currentVersion != "github-ae@latest" %}
+For information about reducing noise from notifications for
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% endif %}
Du kannst die Abfrage `is:` auch verwenden, um zu beschreiben, wie die Benachrichtigung selektiert wurde.
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
index 663afca9a9..83e6bf865e 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
index 424de456c6..9b4938a566 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
@@ -4,6 +4,7 @@ intro: 'Um Dir zu helfen, Deine Benachrichtigungen effizient zu verwalten, gibt
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
Um Dir zu helfen, Deine Abonnements zu verstehen und zu entscheiden, ob du Dich abmelden sollst, findest Du weitere Informationen auf „[Deine Abonnements ansehen](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions)."
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
index 0efdc60e38..9ecc198468 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
index 6e16df6335..85f27b0efb 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
@@ -4,6 +4,7 @@ intro: 'Wenn du eine einzelne Benachrichtigung überprüfen und untersuchen will
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Sichern einer einzelnen Benachrichtigung
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
index 4a308b9a15..c685c8543f 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
index 70952b68e6..fcc3fd8391 100644
--- a/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
+++ b/translations/de-DE/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
@@ -17,6 +17,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
Du erhältst Benachrichtigungen zu Deinen Abonnements über laufende Aktivitäten auf {% data variables.product.product_name %}. Es gibt mehrere Gründe, warum Du eine Unterhaltung abonniert haben kannst. Weitere Informationen findest Du unter „[Über Benachrichtigungen](/github/managing-subscriptions-and-notifications-on-github/about-notifications#notifications-and-subscriptions)."
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md b/translations/de-DE/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
index 7a44396821..0782444064 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Abfrageparameter sind optionale Bestandteile einer URL, die Sie anpassen können, um eine bestimmte Ansicht einer Webseite freizugeben, beispielsweise Suchfilterergebnisse oder eine Issue-Vorlage auf {% data variables.product.prodname_dotcom %}. Um eigene Abfrageparameter zu erstellen, musst Du Schlüssel- und Wertepaar abgleichen.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/about-automation-for-project-boards.md b/translations/de-DE/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
index 31a1818005..2b214cdd4f 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.automate-project-board-permissions %} Weitere Informationen findest Du unter „[Projektboardberechtigungen für eine Organisation](/articles/project-board-permissions-for-an-organization).“
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
index 45dbd26284..7fd542b67a 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Damit ein als Duplikat markiertes Zeitleistenereignis angezeigt wird, muss der Benutzer, der den Referenzkommentar „Duplikat" erstellt, Schreibzugriff auf das Repository haben, in dem er den Kommentar erstellt.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/about-issues.md b/translations/de-DE/content/github/managing-your-work-on-github/about-issues.md
index a4280527f8..c5d27795d2 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/about-issues.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/about-issues.md
@@ -7,13 +7,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst Feedback von Benutzern sammeln, Softwarefehler melden und Aufgaben organisieren, die Du mit Issues in einem Repository durchführen möchtest. Issues sind mehr als nur ein Ort zum Melden von Softwarefehlern.
{% data reusables.pull_requests.close-issues-using-keywords %}
-Um über die neuesten Kommentare in einem Issue auf dem Laufenden zu bleiben, kannst Du einen Issue beobachten, um Benachrichtigungen über neue Kommentare zu erhalten. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
+Um über die neuesten Kommentare in einem Issue auf dem Laufenden zu bleiben, kannst Du einen Issue beobachten, um Benachrichtigungen über neue Kommentare zu erhalten. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
Um schnell Links zu kürzlich aktualisierten Issues zu finden, besuche Dein Dashboard. Weitere Informationen findest Du unter „[Informationen zum persönlichen Dashboard](/articles/about-your-personal-dashboard).“
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/about-labels.md b/translations/de-DE/content/github/managing-your-work-on-github/about-labels.md
index ae3e1ea5a3..90cedb4988 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/about-labels.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/about-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Kennzeichnungen sind an das Repository gebunden, in dem sie erstellt werden. Sobald eine Kennzeichnung existiert, kannst Du sie für alle Issues oder Pull Requests innerhalb dieses Repositorys verwenden. Weitere Informationen findest Du unter „[Eine Kennzeichnung erstellen](/articles/creating-a-label/).“
@@ -30,7 +31,7 @@ Alle Benutzer mit Lesezugriff auf ein Repository können die Kennzeichnungen des
Standardkennzeichnungen sind in jedem neuen Repository beinhaltet, wenn das Repository erstellt wird, aber Du kannst die Kennzeichnungen später bearbeiten oder löschen. Weitere Informationen findest Du unter „[Eine Kennzeichnung löschen](/articles/deleting-a-label/).“
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
Organisationsinhaber können die Standardkennzeichnungen für Repositories in ihrer Organisation anpassen. Weitere Informationen findest Du unter „[Standardkennzeichnungen für Repositorys in Deiner Organisation verwalten](/articles/managing-default-labels-for-repositories-in-your-organization)."
{% endif %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/about-milestones.md b/translations/de-DE/content/github/managing-your-work-on-github/about-milestones.md
index a93ce73913..aa1e355ee4 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/about-milestones.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/about-milestones.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du [einen Meilenstein erstellst](/articles/creating-and-editing-milestones-for-issues-and-pull-requests), kannst Du ihn [mit Issues und Pull Requests verknüpfen](/articles/associating-milestones-with-issues-and-pull-requests).
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/about-project-boards.md b/translations/de-DE/content/github/managing-your-work-on-github/about-project-boards.md
index 0a7d774ad6..b9d2383414 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/about-project-boards.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/about-project-boards.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Projektboards bestehen aus Issues, Pull Requests und Hinweisen, die als Tickets in Spalten Deiner Wahl kategorisiert werden. Du kannst per Drag-and-Drop oder Tastenkürzel Tickets innerhalb einer Spalte neu anordnen, Tickets von Spalte zu Spalte verschieben und die Reihenfolge der Spalten ändern.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/about-task-lists.md b/translations/de-DE/content/github/managing-your-work-on-github/about-task-lists.md
index ec11b089c2..ec10d524ab 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/about-task-lists.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/about-task-lists.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Aufgabenlisten werden mit anklickbaren Kontrollkästchen in Kommentaren dargestellt. Du kannst die Kontrollkästchen aktivieren oder deaktivieren, um Elemente als abgeschlossen oder nicht abgeschlossen zu kennzeichnen.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
index 121ced4d22..6c777381be 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Issues oder Pull Requests kannst Du zu Deinem Projektboard hinzufügen, indem Du:
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
index 33f4a7d508..b746b82d05 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
index 10f27c0ce7..442a8a1ad4 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
index c3b3e54b33..46e7761b98 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Die Automatisierung in Deinem Projektboard gilt nicht für archivierte Projektboard-Tickets. Wenn Du beispielsweise einen Issue im Archiv eines Projektboards schließt, wird das archivierte Ticket nicht automatisch in die Spalte „Done“ (Abgeschlossen) verschoben. Wenn Du ein Ticket aus dem Projektboard-Archiv wiederherstellst, befindet sich das Ticket wieder in der Spalte, aus der es archiviert wurde.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md b/translations/de-DE/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
index 9da350342d..d7fc215885 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Jeder, der über Schreibberechtigungen für ein Repository verfügt, kann Issues und Pull Requests zuweisen.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
index 73e82ea0a1..571832bb52 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/changing-project-board-visibility.md b/translations/de-DE/content/github/managing-your-work-on-github/changing-project-board-visibility.md
index fa37a224ae..6b9928cdd6 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/changing-project-board-visibility.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/changing-project-board-visibility.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.project-board-visibility %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/closing-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/closing-a-project-board.md
index dcc0f5cab8..fabe849a8b 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/closing-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/closing-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du ein Projektboard schließt, wird jede konfigurierte Workflow-Automatisierung standardmäßig pausiert.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md b/translations/de-DE/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
index 9644286c4c..2e82688921 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.automate-project-board-permissions %} Weitere Informationen findest Du unter „[Informationen zur Automatisierung für Projektboards](/articles/about-automation-for-project-boards).“
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/creating-a-label.md b/translations/de-DE/content/github/managing-your-work-on-github/creating-a-label.md
index 0d84e2ceb7..1e0a4e95d0 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/creating-a-label.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/creating-a-label.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -29,6 +30,6 @@ versions:
- „[Informationen zu Kennzeichnungen](/articles/about-labels)“
- „[Kennzeichnungen auf Issues und Pull Requests anwenden](/articles/applying-labels-to-issues-and-pull-requests)“
- „[Eine Kennzeichnung bearbeiten](/articles/editing-a-label)“
-- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- „[Standardkennzeichnungen für Repositorys in Deiner Organisation verwalten](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md b/translations/de-DE/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
index 587dd93951..c50d1eae7c 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Diese Art von Permalink wird nur in dem Repository, aus dem er stammt, als Code-Ausschnitt dargestellt. In anderen Repositorys wird der Permalink-Code-Ausschnitt als URL angezeigt.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/creating-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/creating-a-project-board.md
index 57cced1e86..792b178fbc 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/creating-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/creating-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.use-automated-template %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/creating-an-issue.md b/translations/de-DE/content/github/managing-your-work-on-github/creating-an-issue.md
index 8f64ae4313..d9d6b00e33 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/creating-an-issue.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/creating-an-issue.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.create-issue-in-public-repository %}
@@ -14,7 +15,7 @@ Du kannst einen neuen Issue basierend auf dem Code eines vorhandenen Pull Reques
Du kannst einen neuen Issue direkt aus einem Kommentar in einem Issue- oder Pull-Request-Review öffnen. Weitere Informationen findest Du unter „[Öffnen eines Issue aus einem Kommentar](/github/managing-your-work-on-github/opening-an-issue-from-a-comment)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Tip**: You can also create an issue using the {% data variables.product.prodname_cli %}. For more information, see "[`gh issue create`](https://cli.github.com/manual/gh_issue_create)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
index f8b6fffa5f..22c17ec74e 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/deleting-a-label.md b/translations/de-DE/content/github/managing-your-work-on-github/deleting-a-label.md
index 0586a5d0e0..9d4bc5ab2f 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/deleting-a-label.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/deleting-a-label.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Durch den Löschvorgang wird die Kennzeichnung von allen Issues und Pull Requests entfernt, auf die sie angewendet wurde.
@@ -18,6 +19,6 @@ Durch den Löschvorgang wird die Kennzeichnung von allen Issues und Pull Request
### Weiterführende Informationen
- „[Kennzeichnungen auf Issues und Pull Requests anwenden](/articles/applying-labels-to-issues-and-pull-requests)“
-- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- „[Standardkennzeichnungen für Repositorys in Deiner Organisation verwalten](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/deleting-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/deleting-a-project-board.md
index 1c6de9020a..30706abcdb 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/deleting-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/deleting-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/deleting-an-issue.md b/translations/de-DE/content/github/managing-your-work-on-github/deleting-an-issue.md
index c08c566e3d..1cc59dbd24 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/deleting-an-issue.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/deleting-an-issue.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst nur Issues in einem Repository löschen, das Deinem Benutzerkonto gehört. Du kannst keine Issues in einem Repository eines anderen Benutzerkontos löschen, selbst dann nicht, wenn Du dort Mitarbeiter bist.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/disabling-issues.md b/translations/de-DE/content/github/managing-your-work-on-github/disabling-issues.md
index d168cf7ca4..02d71849ea 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/disabling-issues.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/disabling-issues.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md b/translations/de-DE/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
index 548fc0cc4a..6f60d5ec92 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du Projektboards deaktivierst, kannst Du keine Projektboard-Informationen mehr in Zeitleisten oder [Auditprotokollen](/articles/reviewing-your-security-log/) sehen.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md b/translations/de-DE/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
index 99aec9dcb4..61362a995d 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du organisationsweite Projektboards deaktiviert hast, kannst Du keine neuen Projektboards auf Organisationsebene mehr erstellen. Auf vorhandene Projektboards auf Organisationsebene kannst Du nicht mehr über deren frühere URL zugreifen. Projektboards in Repositorys in der Organisation sind nicht betroffen.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/editing-a-label.md b/translations/de-DE/content/github/managing-your-work-on-github/editing-a-label.md
index 4b54a017f5..0ef1e72448 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/editing-a-label.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/editing-a-label.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
@@ -23,6 +24,6 @@ versions:
- „[Eine Kennzeichnung erstellen](/articles/creating-a-label)“
- „[Eine Kennzeichnung löschen](/articles/deleting-a-label)“
- „[Kennzeichnungen auf Issues und Pull Requests anwenden](/articles/applying-labels-to-issues-and-pull-requests)“
-- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- „[Standardkennzeichnungen für Repositorys in Deiner Organisation verwalten](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/editing-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/editing-a-project-board.md
index ab3d6e3d11..643bfb92f1 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/editing-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/editing-a-project-board.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
index ff5167f1c1..09a4e3789e 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
index 8f6bd912bd..3277a58296 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
On a card, you can click any assignee, milestone, or label to filter the project board by that qualifier. To clear the search, you can click the same assignee, milestone, or label again.
@@ -21,7 +22,7 @@ Du kannst Tickets auch über die Suchleiste „Filter cards“ (Tickets filtern)
- Tickets nach Prüfstatus filtern – mit `status:pending`, `status:success` oder `status:failure`
- Tickets nach Typ filtern – mit `type:issue`, `type:pr` oder `type:note`
- Tickets nach Status und Typ filtern – mit `is:open`, `is:closed` oder `is:merged` und `is:issue`, `is:pr` oder `is:note`
-- Filter cards by issues that are linked to a pull request by a closing reference using `linked:pr`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+- Filter cards by issues that are linked to a pull request by a closing reference using `linked:pr`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- Tickets nach Repository in einem organisationsweiten Projektboard filtern – mit `repo:ORGANIZATION/REPOSITORY`{% endif %}
1. Navigiere zu dem Projektboard, das die Tickets enthält, nach denen Du filtern möchtest.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md b/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
index 7d83d2fd47..19dd74e46a 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.cli.filter-issues-and-pull-requests-tip %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md b/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
index 22795609cd..ed23375c3e 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.cli.filter-issues-and-pull-requests-tip %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md b/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
index a9f6bc8cfb..03a97e9282 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
index 8810061494..2d84f4ce72 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.search.requested_reviews_search %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md b/translations/de-DE/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
index 365b555d4c..92b5d8f54b 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst die Pull-Request-Liste eines Repositorys filtern, um folgende Pull Requests zu finden:
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/finding-information-in-a-repository.md b/translations/de-DE/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
index 60fa8790f4..d6dbd847e4 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/index.md b/translations/de-DE/content/github/managing-your-work-on-github/index.md
index 4b6ea96985..067a080885 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/index.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
index 30a798b7df..3c2dc5ce7e 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md b/translations/de-DE/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
index 89bc152f45..b7b892e916 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
@@ -1,6 +1,6 @@
---
title: Einen Pull Request zu einem Issue verknüpfen
-intro: 'You can link a pull request to an issue to{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %} show that a fix is in progress and to{% endif %} automatically close the issue when the pull request is merged.'
+intro: 'You can link a pull request to an issue to show that a fix is in progress and to automatically close the issue when the pull request is merged.'
redirect_from:
- /articles/closing-issues-via-commit-message/
- /articles/closing-issues-via-commit-messages/
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -19,13 +20,13 @@ versions:
### Über verknüpfte Issues und Pull Requests
-You can link an issue to a pull request {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}manually or {% endif %}using a supported keyword in the pull request description.
+You can link an issue to a pull request {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}manually or {% endif %}using a supported keyword in the pull request description.
Wenn Du einen Pull Request mit dem Issue verknüpfst, der vom Pull Request adressiert wird, dann können Mitarbeiter sehen, dass jemand am Issue arbeitet. {% if currentVersion ver_lt "enterprise-server@2.21" %}If the pull request and the issue are in different repositories, {% data variables.product.product_name %} will display the link after the pull request is merged, if the person who merges the pull request also has permission to close the issue.{% endif %}
Wenn Du einen verknüpften Pull Request in den Standard-Branch eines Repository zusammenführst, werden seine verknüpften Issues automatisch geschlossen. For more information about the default branch, see "[Changing the default branch](/github/administering-a-repository/changing-the-default-branch)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Einen Pull Request manuell mit einem Issue verknüpfen
Jeder, der Schreibberechtigung auf ein Repository hat, kann einen Pull Request manuell mit einem Issue verknüpfen.
@@ -61,7 +62,7 @@ Die Syntax für schließende Schlüsselwörter hängt davon ab, ob der Issue im
| Issue ist in einem unterschiedlichen Repository | *SCHLÜSSELWORT* *INHABER*/*REPOSITORY*#*ISSUE-NUMMER* | `Fixes octo-org/octo-repo#100` |
| Mehrfache Issues | Verwende für jeden Issue die vollständige Syntax | `Resolves #10, resolves #123, resolves octo-org/octo-repo#100` |
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}Only manually linked pull requests can be manually unlinked. Um die Verknüpfung eines Issues zu lösen, den Du über ein Schlüsselwort verknüpft hast, musst Du die Pull-Request-Beschreibung bearbeiten, um das Schlüsselwort zu entfernen.{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}Only manually linked pull requests can be manually unlinked. Um die Verknüpfung eines Issues zu lösen, den Du über ein Schlüsselwort verknüpft hast, musst Du die Pull-Request-Beschreibung bearbeiten, um das Schlüsselwort zu entfernen.{% endif %}
Du kannst schließende Schlüsselwörter auch in einer Commit-Mitteilung verwenden. The issue will be closed when you merge the commit into the default branch, but the pull request that contains the commit will not be listed as a linked pull request.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
index 19670c3a45..18c0475bdc 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/managing-project-boards.md b/translations/de-DE/content/github/managing-your-work-on-github/managing-project-boards.md
index 98fdb1c713..b73a7404bd 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/managing-project-boards.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/managing-project-boards.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/managing-your-work-with-issues.md b/translations/de-DE/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
index ebf02dc8ec..0302acfcc0 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md b/translations/de-DE/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
index 829f55cc2a..733aaa8bb5 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
@@ -4,6 +4,7 @@ intro: Du kannst einen neuen Issue aus einem spezifischen Kommentar in einem Iss
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du einen Issue aus einem Kommentar öffnest, wird der Issue ein Ausschnitt enthalten, der zeigt, wo der Kommentar ursprünglich eingestellt wurde.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/opening-an-issue-from-code.md b/translations/de-DE/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
index 05a4b84134..da000139e4 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du einen Issue im Code öffnest, enthält der Issue einen Ausschnitt mit den ausgewählten Codezeilen. Du kannst einen Issue nur in dem Repository öffnen, in dem der Code gespeichert ist.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md b/translations/de-DE/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
index 4d84168f73..cf0ee575fb 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/de-DE/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
index 1e2fcd1629..0d9d478e64 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du ein Projektboard schließt, wird jede für das Projektboard konfigurierte Workflow-Automatisierung standardmäßig angehalten. Weitere Informationen findest Du unter „[Ein Projektboard schließen](/articles/closing-a-project-board).“
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/sharing-filters.md b/translations/de-DE/content/github/managing-your-work-on-github/sharing-filters.md
index 99778fe158..62f556aed6 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/sharing-filters.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/sharing-filters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Die hierbei generierte URL kannst Du anderen Benutzern senden, damit diese die gleiche Filteransicht aufrufen können.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
index 3cff409372..183450e43b 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst jede gefilterte Ansicht nach folgenden Aspekten sortieren:
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md b/translations/de-DE/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
index d67b1354a4..ac15e67e93 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
@@ -1,11 +1,12 @@
---
title: Fortschritt in Deinem Projektboard verfolgen
-intro: 'You can see the overall progress of your project in a progress bar.'
+intro: You can see the overall progress of your project in a progress bar.
redirect_from:
- /articles/tracking-progress-on-your-project-board
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.project-progress-locations %}
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md b/translations/de-DE/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
index a1db7fc28e..ab6a206846 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md b/translations/de-DE/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
index e367ce71b9..cdbbdb23ef 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md b/translations/de-DE/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
index 66650f803a..50b61fdffd 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Für die Übertragung eines offenen Issues in ein anderes Repository benötigst Du Schreibberechtigung sowohl für das Repository, aus dem der Issue stammt, wie auch für das Repository, in das der Issue übertragen wird. Weitere Informationen finden Sie unter„[Berechtigungsebenen für die Repositorys einer Organisation](/articles/repository-permission-levels-for-an-organization)“.
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
index b86642af8f..3d6842eb3b 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Mit der Suchleiste für Issues und Pull Requests kannst Du Deine eigenen benutzerdefinierten Filter erstellen und nach einer Vielzahl an Kriterien Sortierungen vornehmen. Die Suchleiste befindet sich auf den Registerkarten **Issues** und **Pull requests** jedes Repositorys und in Deinem [Dashboards für Issues und Pull Requests](/articles/viewing-all-of-your-issues-and-pull-requests).
@@ -25,7 +26,7 @@ Mithilfe von Suchbegriffen zu Issues und Pull Requests kannst Du:
- Issues und Pull Requests nach Bearbeiter filtern: `state:open type:issue assignee:octocat`,
- Issues und Pull Requests nach Kennzeichnung filtern: `state:open type:issue label:"bug"`.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
Für Issues kannst Du die Suche auf für folgendes benutzen:
- Filtere für Issues, die zu einem Pull Request über eine schließende Referenz verknüpft sind:`linked:pr`
@@ -39,7 +40,7 @@ Bei Pull Requests kannst Du die Suche auch verwenden, um:
- Pull Requests zu filtern, in denen ein Reviewer um Änderungen gebeten hat: `state:open type:pr review:changes_requested`
- Pull Requests nach [Reviewer](/articles/about-pull-request-reviews/) zu filtern: `state:open type:pr reviewed-by:octocat`
- Pull Requests nach dem bestimmten Benutzer zu filtern, der für den [Review angefordert](/articles/requesting-a-pull-request-review) wurde: `state:open type:pr review-requested:octocat`
-- Filter pull requests by the team requested for review: `state:open type:pr team-review-requested:github/atom`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+- Filter pull requests by the team requested for review: `state:open type:pr team-review-requested:github/atom`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- Nach Pull Requests filtern, die zu einem Issue verknüpft sind, die der Pull Request schließen könnte: `linked:issue`{% endif %}
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md b/translations/de-DE/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
index cab33fdbed..52090534fa 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Deine Dashboards für Issues und Pull Requests sind im oberen Bereich jeder Seite verfügbar. In jedem Dashboard kannst Du die Liste filtern, um nach Issues oder Pull Requests zu suchen, die von Dir erstellt wurden, die Dir zugewiesen sind oder in denen Du erwähnt wurdest. Darüber hinaus kannst Du nach Pull Requests suchen, für die Du einen Review ausführen sollst.
@@ -15,4 +16,4 @@ Deine Dashboards für Issues und Pull Requests sind im oberen Bereich jeder Seit
### Weiterführende Informationen
-- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}”[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions#reviewing-repositories-that-youre-watching){% else %}”[Listing the repositories you're watching](/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching){% endif %}"
+- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}”[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions#reviewing-repositories-that-youre-watching){% else %}”[Listing the repositories you're watching](/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching){% endif %}"
diff --git a/translations/de-DE/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md b/translations/de-DE/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
index d7d59a8a4c..39033eef96 100644
--- a/translations/de-DE/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
+++ b/translations/de-DE/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/about-searching-on-github.md b/translations/de-DE/content/github/searching-for-information-on-github/about-searching-on-github.md
index d5e85419b5..6efd7775f4 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/about-searching-on-github.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/about-searching-on-github.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst global über {% data variables.product.product_name %} hinweg suchen oder Deine Suche auf ein bestimmtes Repositorys oder eine bestimmte Organisation beschränken.
@@ -54,15 +55,18 @@ Die {% data variables.search.advanced_url %} bietet eine visuelle Oberfläche zu

+{% if currentVersion != "github-ae@latest" %}
### {% data variables.product.prodname_enterprise %} und {% data variables.product.prodname_dotcom_the_website %} gleichzeitig durchsuchen
-Wenn Du {% data variables.product.prodname_enterprise %} verwendest und Mitglied einer {% data variables.product.prodname_dotcom_the_website %}-Organisation bist, die {% data variables.product.prodname_ghe_cloud %} verwendet, kann Dein {% data variables.product.prodname_enterprise %}-Websiteadministrator {% data variables.product.prodname_github_connect %} aktivieren, damit Du beide Umgebungen gleichzeitig durchsuchen kannst. Weitere Informationen findest Du unter „[{% data variables.product.prodname_unified_search %} zwischen {% data variables.product.prodname_enterprise %} und {% data variables.product.prodname_dotcom_the_website %} aktivieren](/enterprise/admin/guides/developer-workflow/enabling-unified-search-between-github-enterprise-server-and-github-com).“
+Wenn Sie {% data variables.product.prodname_enterprise %} verwenden und Sie Mitglied einer {% data variables.product.prodname_dotcom_the_website %}-Organisation sind, die {% data variables.product.prodname_ghe_cloud %} verwendet, kann Ihr {% data variables.product.prodname_enterprise %}-Websiteadministrator {% data variables.product.prodname_github_connect %} aktivieren, damit Sie beide Umgebungen gleichzeitig durchsuchen können. Weitere Informationen finden Sie unter „[{% data variables.product.prodname_unified_search %} zwischen {% data variables.product.prodname_enterprise %} und {% data variables.product.prodname_dotcom_the_website %} aktivieren](/enterprise/admin/guides/developer-workflow/enabling-unified-search-between-github-enterprise-server-and-github-com)“.
-Du kannst beide Umgebungen nur von {% data variables.product.prodname_enterprise %} aus durchsuchen. Um Deine Suche nach Umgebung einzugrenzen, kannst Du eine Filteroption in der {% data variables.search.advanced_url %} oder das Suchpräfix `environment:` verwenden. Um nur nach Inhalten auf {% data variables.product.prodname_enterprise %} zu suchen, verwende die Suchsyntax `environment:local`. Um nur nach Inhalten auf {% data variables.product.prodname_dotcom_the_website %} zu suchen, verwende die Suchsyntax `environment:github`.
+Sie können beide Umgebungen nur von {% data variables.product.prodname_enterprise %} aus durchsuchen. Um Ihre Suche nach Umgebung einzugrenzen, können Sie eine Filteroption in der {% data variables.search.advanced_url %} oder das Suchpräfix `environment:` verwenden. Um nur nach Inhalten auf {% data variables.product.prodname_enterprise %} zu suchen, verwenden Sie die Suchsyntax `environment:local`. Um nur nach Inhalten auf {% data variables.product.prodname_dotcom_the_website %} zu suchen, verwenden Sie die Suchsyntax `environment:github`.
-Dein {% data variables.product.prodname_enterprise %}-Websiteadministrator kann {% data variables.product.prodname_unified_search %} für alle öffentlichen Repositorys, alle privaten Repositorys oder nur bestimmte private Repositorys in der verbundenen {% data variables.product.prodname_ghe_cloud %}-Organisation aktivieren.
+Ihr {% data variables.product.prodname_enterprise %}-Websiteadministrator kann {% data variables.product.prodname_unified_search %} für alle öffentlichen Repositorys, alle privaten Repositorys oder nur bestimmte private Repositorys in der verbundenen {% data variables.product.prodname_ghe_cloud %}-Organisation aktivieren.
+If your site administrator enables
-Wenn Dein Websiteadministrator {% data variables.product.prodname_unified_search %} in privaten Repositorys aktiviert, kannst Du nur in den privaten Repositorys suchen, für die der Administrator {% data variables.product.prodname_unified_search %} aktiviert hat und auf die Du in der verbundenen {% data variables.product.prodname_dotcom_the_website %}-Organisation Zugriff hast. Deine {% data variables.product.prodname_enterprise %}-Administratoren und Organisationsinhaber auf {% data variables.product.prodname_dotcom_the_website %} können keine privaten Repositorys durchsuchen, die Deinem Konto gehören. Um die entsprechenden privaten Repositorys zu durchsuchen, musst Du die Suche auf privaten Repositorys auf Deinen persönlichen Konten auf {% data variables.product.prodname_dotcom_the_website %} und {% data variables.product.prodname_enterprise %} aktivieren. Weitere Informationen findest Du unter „[Die Suche auf privaten {% data variables.product.prodname_dotcom_the_website %}-Repositorys in Deinem {% data variables.product.prodname_enterprise %}-Konto aktivieren](/articles/enabling-private-github-com-repository-search-in-your-github-enterprise-server-account).“
+{% data variables.product.prodname_unified_search %} in private repositories, you can only search in the private repositories that the administrator enabled {% data variables.product.prodname_unified_search %} for and that you have access to in the connected {% data variables.product.prodname_dotcom_the_website %} organization. Deine {% data variables.product.prodname_enterprise %}-Administratoren und Organisationsinhaber auf {% data variables.product.prodname_dotcom_the_website %} können keine privaten Repositorys durchsuchen, die Deinem Konto gehören. Um die entsprechenden privaten Repositorys zu durchsuchen, musst Du die Suche auf privaten Repositorys auf Deinen persönlichen Konten auf {% data variables.product.prodname_dotcom_the_website %} und {% data variables.product.prodname_enterprise %} aktivieren. Weitere Informationen findest Du unter „[Die Suche auf privaten {% data variables.product.prodname_dotcom_the_website %}-Repositorys in Deinem {% data variables.product.prodname_enterprise %}-Konto aktivieren](/articles/enabling-private-github-com-repository-search-in-your-github-enterprise-server-account).“
+{% endif %}
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/finding-files-on-github.md b/translations/de-DE/content/github/searching-for-information-on-github/finding-files-on-github.md
index 97b479dbc5..e7ccfe9015 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/finding-files-on-github.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/finding-files-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -18,7 +19,7 @@ versions:
{% endtip %}
{% data reusables.repositories.navigate-to-repo %}
-{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
+{% if currentVersion ver_lt "enterprise-server@2.22" %}
2. Klicke unter dem Namen des Repositorys auf **Find file** (Datei suchen). 
{% else %}
2. Above the list of files, click **Go to file**. 
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md b/translations/de-DE/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
index 411a3c4aad..4f2bd55cfb 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
@@ -6,5 +6,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/index.md b/translations/de-DE/content/github/searching-for-information-on-github/index.md
index 6cd26b2f9c..83be0daff7 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/index.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-code.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-code.md
index 3eec648e75..d54496c674 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-code.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-code.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Sie können Code global auf {% data variables.product.product_name %} oder in bestimmten Repositorys oder Organisationen durchsuchen. Um den Code aller öffentlichen Repositorys zu durchsuchen, musst Du bei einem {% data variables.product.product_name %}-Konto angemeldet sein. Weitere Informationen findest Du unter „[Informationen zur Suche auf GitHub](/articles/about-searching-on-github).“
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-commits.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-commits.md
index 8cca1c5414..22cefdf85a 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-commits.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-commits.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Sie können Commits global auf {% data variables.product.product_name %} oder in bestimmten Repositorys oder Organisationen durchsuchen. Weitere Informationen findest Du unter „[Informationen zur Suche auf {% data variables.product.company_short %}](/articles/about-searching-on-github).“
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-for-packages.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-for-packages.md
index 3fcd80365f..d31eeae7b2 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-for-packages.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-for-packages.md
@@ -6,6 +6,7 @@ permissions: Jeder kann nach Paketen suchen, auf die er Zugriff hat.
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
{% data reusables.package_registry.packages-ghes-release-stage %}
@@ -16,7 +17,7 @@ Du kannst global über das gesamte {% data variables.product.product_name %} nac
{% if enterpriseServerVersions contains currentVersion %}
You can only search for packages on
-{% data variables.product.product_location_enterprise %}, not {% data variables.product.prodname_dotcom_the_website %}, even if {% data variables.product.prodname_github_connect %} is enabled.
+{% data variables.product.product_name %}, not {% data variables.product.prodname_dotcom_the_website %}, even if {% data variables.product.prodname_github_connect %} is enabled.
{% endif %}
{% data reusables.search.syntax_tips %}
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-for-repositories.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-for-repositories.md
index 9b72060070..034bb787ef 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-for-repositories.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-for-repositories.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Sie können Repositorys global auf {% data variables.product.product_name %} oder in einer bestimmten Organisation durchsuchen. Weitere Informationen findest Du unter „[Informationen zur Suche auf {% data variables.product.prodname_dotcom %}](/articles/about-searching-on-github).“
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-in-forks.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-in-forks.md
index efc71d4a5d..d6578a02bb 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-in-forks.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-in-forks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um Forks in die Ergebnisse von [Repository-Suchen](/articles/searching-for-repositories) einzuschließen, musst Du Deiner Abfrage `fork:true` oder `fork:only` hinzufügen.
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
index ee1f5d5c34..140baf2d46 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
@@ -7,14 +7,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Sie können Issues und Pull Requests global auf {% data variables.product.product_name %} oder in einer bestimmten Organisation durchsuchen. Weitere Informationen findest Du unter „[Informationen zur Suche auf {% data variables.product.company_short %}](/articles/about-searching-on-github).“
{% tip %}
-**Tips:**{% if enterpriseServerVersions contains currentVersion %}
- - Dieser Artikel enthält Beispielsuchen für die Website {% data variables.product.prodname_dotcom %}.com. Die gleichen Suchfilter kannst Du jedoch auch auf {% data variables.product.product_location_enterprise %} verwenden.{% endif %}
+**Tips:**{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+ - Dieser Artikel enthält Beispielsuchen für die Website {% data variables.product.prodname_dotcom %}.com. Die gleichen Suchfilter kannst Du jedoch auch auf {% data variables.product.product_location %} verwenden.{% endif %}
- Eine Liste mit Suchsyntax, die Du jedem Qualifizierer hinzufügen kannst, um Deine Ergebnisse zu verbessern, findest Du unter „[Grundlagen der Suchsyntax](/articles/understanding-the-search-syntax)“.
- Schließe Suchbegriffe, die aus mehreren Wörtern bestehen, in Anführungszeichen ein. Möchtest Du beispielsweise nach Issues mit der Kennzeichnung „In progress“ suchen, gib `label:"in progress"` ein. Bei der Suche wird die Groß-/Kleinschreibung ignoriert.
- {% data reusables.search.search_issues_and_pull_requests_shortcut %}
@@ -124,7 +125,7 @@ Mit dem Qualifizierer `involves` kannst Du Issues suchen, an denen auf die eine
| involves:USERNAME | **[involves:defunkt involves:jlord](https://github.com/search?q=involves%3Adefunkt+involves%3Ajlord&type=Issues)** sucht Issues, an denen entweder @defunkt oder @jlord beteiligt ist. |
| | [**NOT bootstrap in:body involves:mdo**](https://github.com/search?q=NOT+bootstrap+in%3Abody+involves%3Amdo&type=Issues) sucht Issues, an denen @mdo beteiligt ist, die im Textteil jedoch nicht das Wort „bootstrap“ enthalten. |
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Suche nach verknüpften Issues und Pull Request
Du kannst Deine Ergebnisse auf Issues einschränken, die mit einem Pull-Request verknüpft sind, indem Du eine schließende Referenz verwendest, oder auf Pull-Requests, die mit einem Issue verbunden sind, den der Pull-Request schließen kann.
@@ -229,7 +230,7 @@ Mit dem Qualifizierer `reactions` kannst Du Issues und Pull Requests nach der An
### Suche nach Pull-Request-Entwürfen
Du kannst nach Pull-Request-Entwürfen suchen. Weitere Informationen findest Du unter „[Informationen zu Pull Requests](/articles/about-pull-requests#draft-pull-requests).“
-| Qualifier | Example | ------------- | -------------{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} | `draft:true` | [**draft:true**](https://github.com/search?q=draft%3Atrue) matches draft pull requests. | `draft:false` | [**draft:false**](https://github.com/search?q=draft%3Afalse) findet Pull Requests, die bereit sind für den Review.{% else %} | `is:draft` | [**is:draft**](https://github.com/search?q=is%3Adraft) findet Pull-Request-Entwürfe.{% endif %}
+| Qualifier | Example | ------------- | -------------{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %} | `draft:true` | [**draft:true**](https://github.com/search?q=draft%3Atrue) matches draft pull requests. | `draft:false` | [**draft:false**](https://github.com/search?q=draft%3Afalse) findet Pull Requests, die bereit sind für den Review.{% else %} | `is:draft` | [**is:draft**](https://github.com/search?q=is%3Adraft) findet Pull-Request-Entwürfe.{% endif %}
### Suche nach Review-Status und Reviewer eines Pull-Requests
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-on-github.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-on-github.md
index e7a608ced5..91104d5ba7 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-on-github.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-on-github.md
@@ -6,5 +6,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-topics.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-topics.md
index 85f06c2143..e3b3a6627b 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-topics.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-topics.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### {% data variables.product.product_name %} nach Themen durchsuchen
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-users.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-users.md
index 82e7724265..509adcefe5 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-users.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-users.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Sie können auf {% data variables.product.product_name %} global nach Benutzern suchen. Weitere Informationen findest Du unter „[Informationen zur Suche auf {% data variables.product.company_short %}](/articles/about-searching-on-github).“
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/searching-wikis.md b/translations/de-DE/content/github/searching-for-information-on-github/searching-wikis.md
index e0fabbdbf2..187c37a9ac 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/searching-wikis.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/searching-wikis.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Sie können Wikis global auf {% data variables.product.product_name %} oder in bestimmten Repositorys oder Organisationen durchsuchen. Weitere Informationen findest Du unter „[Informationen zur Suche auf {% data variables.product.company_short %}](/articles/about-searching-on-github).“
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/sorting-search-results.md b/translations/de-DE/content/github/searching-for-information-on-github/sorting-search-results.md
index 686ce4527f..1161ab537c 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/sorting-search-results.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/sorting-search-results.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Über das Sortiermenü kannst Du die Ergebnisse nach Relevanz, Anzahl der Sterne, Anzahl der Forks und dem letzten Änderungsdatum sortieren.
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/troubleshooting-search-queries.md b/translations/de-DE/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
index e19e3905c6..1f3ec9be2d 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Mögliche Zeitüberschreitung
diff --git a/translations/de-DE/content/github/searching-for-information-on-github/understanding-the-search-syntax.md b/translations/de-DE/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
index 4bb646ffdf..a27d87aeaa 100644
--- a/translations/de-DE/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
+++ b/translations/de-DE/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Abfrage nach Werten mit einem Vergleichsoperator
@@ -80,7 +81,7 @@ Wenn Deine Suchabfrage Leerzeichen enthält, musst du die gesuchte Zeichenfolge
Bei Suchabfragen innerhalb von Code werden einige nicht alphanumerische Zeichen, so auch Leerzeichen, ignoriert, selbst wenn der Suchstring in Anführungszeichen steht. Dies führt oft nicht zum erwünschten Ergebnis.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Abfragen mit Benutzernamen
Wenn Deine Abfrage einen Qualifizierer verwendet, der einen Benutzernamen verlangt, beispielsweise `user`, `actor`, oder `assignee`, kannst du jeden {% data variables.product.product_name %}-Benutzernamen verwenden, um eine spezifische Person anzugeben oder `@me` benutzen, um den aktuellen Benutzer anzugeben.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
index be468a2364..3394c9d9b7 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
@@ -14,7 +14,7 @@ versions:
Auch nachdem Du SAML SSO konfiguriert hast, werden Mitglieder Deiner {% data variables.product.prodname_dotcom %}-Organisation sich weiterhin auf {% data variables.product.prodname_dotcom %} in ihre Benutzerkonten anmelden. Wenn ein Mitglied auf Ressourcen Deiner SAML SSO einsetzenden Organisation zugreift, wird {% data variables.product.prodname_dotcom %} den Benutzer zwecks Authentifizierung zu Deinem IdP umleiten. Nach erfolgreicher Authentifizierung leitet Dein IdP den Benutzer zurück zu {% data variables.product.prodname_dotcom %}, wo er dann auf die Ressourcen Deiner Organisation zugreifen kann.
-Enterprise-Inhaber können SAML SSO auch für alle Organisationen in einem Enterprise-Konto erzwingen. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)."
+Enterprise-Inhaber können SAML SSO auch für alle Organisationen in einem Enterprise-Konto erzwingen. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)."
{% data reusables.saml.outside-collaborators-exemption %}
@@ -26,7 +26,7 @@ Mitglieder müssen sich regelmäßig bei Deinem IdP anmelden, um sich zu authent
Um auf die geschützten Ressourcen der Organisation über das API und Git in der Befehlszeile zuzugreifen, müssen Mitglieder sich mit einem persönlichen Zugangs-Token oder SSH-Schlüssel autorisieren und authentifizieren. Weitere Informationen findest Du unter „[Autorisieren eines persönlichen Zugriffstokens für die Benutzung mit SAML Single Sign-On](/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on)" und „[Autorisieren eines SSH-Schlüssels für die Benutzung mit SAML Single Sign-On](/github/authenticating-to-github/authorizing-an-ssh-key-for-use-with-saml-single-sign-on)."
-Beim ersten Mal, wenn ein Mitglied SAML SSO verwendet, um auf Deine Organisation zuzugreifen, erstellt {% data variables.product.prodname_dotcom %} automatisch einen Datensatz, der Deine Organisation, das Konto des Mitglieds auf {% data variables.product.prodname_dotcom %} und das Konto des Mitglieds auf Deinem IdP miteinander verknüpft. Du kannst die verknüpfte SAML-Identität, aktive Sitzungen und autorisierte Anmeldeinformationen für Mitglieder Deiner Organisation oder Deines Enterprise-Kontos anzeigen und widerrufen. Weitere Informationen findest Du unter „[Den SAML-Zugriff eines Mitglieds auf Deine Organisation anzeigen und verwalten](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)" und „[Den SAML-Zugriff eines Benutzers auf Dein Enterprise-Konto ansehen und verwalten](/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)."
+Beim ersten Mal, wenn ein Mitglied SAML SSO verwendet, um auf Deine Organisation zuzugreifen, erstellt {% data variables.product.prodname_dotcom %} automatisch einen Datensatz, der Deine Organisation, das Konto des Mitglieds auf {% data variables.product.prodname_dotcom %} und das Konto des Mitglieds auf Deinem IdP miteinander verknüpft. Du kannst die verknüpfte SAML-Identität, aktive Sitzungen und autorisierte Anmeldeinformationen für Mitglieder Deiner Organisation oder Deines Enterprise-Kontos anzeigen und widerrufen. Weitere Informationen findest Du unter „[Den SAML-Zugriff eines Mitglieds auf Deine Organisation anzeigen und verwalten](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)" und „[Den SAML-Zugriff eines Benutzers auf Dein Enterprise-Konto ansehen und verwalten](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)."
If members are signed in with a SAML SSO session when they create a new repository, the default visibility of that repository is private. Otherwise, the default visibility is public. Weitere Informationen zu Repository-Sichtbarkeiten findest Du unter „[Informationen zur Sichtbarkeit eines Repositorys](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)“.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
index ffdb680cc1..5bdda0dc87 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.organizations_include %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
index b69abe59d1..bbeb598746 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
@@ -17,7 +17,7 @@ These identity providers are compatible with the {% data variables.product.produ
- Okta
- OneLogin
-{% data reusables.scim.enterprise-account-scim %} For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)."
+{% data reusables.scim.enterprise-account-scim %} For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)."
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
index 2df2ca54c8..2df166c228 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ein SSH-Zertifikat ist ein Mechanismus, mit dem ein SSH-Schlüssel einen anderen SSH-Schlüssel signieren kann. Wenn Du eine SSH-Zertifizierungsstelle (CA) verwendest, um den Mitgliedern Deiner Organisation signierte SSH-Zertifikate bereitzustellen, kannst Du die Zertifizierungsstelle zu Deinem Enterprise-Konto oder Deiner Organisation hinzufügen, damit die Organisationsmitglieder mit ihren Zertifikaten auf die Ressourcen der Organisation zugreifen können. Weitere Informationen findest Du unter „[SSH-Zertifizierungsstellen Deiner Organisation verwalten](/articles/managing-your-organizations-ssh-certificate-authorities).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
index 1bc69bc16b..f21b1df243 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

@@ -21,7 +22,7 @@ Weitere Informationen findest Du unter:
{% if enterpriseServerVersions contains currentVersion %}
-Sie können außerdem mit LDAP Sync {% data variables.product.product_location_enterprise %}-Teammitglieder und -Teamrollen mit Ihren bestehenden LDAP-Gruppen synchronisieren. Dadurch können Sie eine rollenbasierte Zugriffskontrolle für Benutzer von Ihrem LDAP-Server aus statt manuell innerhalb von {% data variables.product.product_location_enterprise %} einrichten. Weitere Informationen finden Sie unter „[LDAP-Synchronisierung aktivieren](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)“.
+Sie können außerdem mit LDAP Sync {% data variables.product.product_location %}-Teammitglieder und -Teamrollen mit Ihren bestehenden LDAP-Gruppen synchronisieren. Dadurch können Sie eine rollenbasierte Zugriffskontrolle für Benutzer von Ihrem LDAP-Server aus statt manuell innerhalb von {% data variables.product.product_location %} einrichten. Weitere Informationen finden Sie unter „[LDAP-Synchronisierung aktivieren](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)“.
{% endif %}
@@ -55,17 +56,13 @@ Um zu verstehen, wer die Berechtigungen und Erwähnungen eines übergeordneten T
Du kannst beim Erstellen des Teams ein übergeordnetes Team auswählen oder ein Team in der Hierarchie Deiner Organisation später verschieben. Weitere Informationen findest Du unter „[Team innerhalb der Hierarchie Deiner Organisation verschieben](/articles/moving-a-team-in-your-organization-s-hierarchy).“
-{% if enterpriseServerVersions contains currentVersion %}
-
{% data reusables.enterprise_user_management.ldap-sync-nested-teams %}
-{% endif %}
-
### Die Verschachtelung von Teams in Deiner Organisation vorbereiten
-Wenn in Deiner Organisation bereits Teams vorhanden sind, solltest Du die Zugriffsberechtigungen für das Repository jedes Teams überprüfen, bevor Du Teams über- oder unterordnest. Du solltest außerdem die neue Struktur berücksichtigen, die Du für Deine Organisation implementieren möchtest.
+Wenn in Ihrer Organisation bereits Teams vorhanden sind, sollten Sie die Zugriffsberechtigungen für das Repository jedes Teams überprüfen, bevor Sie Teams über- oder unterordnen. Sie sollten außerdem die neue Struktur berücksichtigen, die Sie für Ihre Organisation implementieren möchten.
-An der Spitze der Teamhierarchie solltest Du den übergeordneten Teams nur Zugriffsberechtigungen für Repositorys erteilen, die für jedes Mitglied des übergeordneten Teams und seine untergeordneten Teams sicher sind. Wenn Du Dich in der Hierarchie nach unten bewegst, kannst Du untergeordneten Teams zusätzlichen, detaillierteren Zugriff auf sensiblere Repositorys gewähren.
+An der Spitze der Teamhierarchie sollten Sie den übergeordneten Teams Zugriffsberechtigungen für das Repository erteilen, die für jedes Mitglied des übergeordneten Teams und seine untergeordneten Teams sicher sind. Wenn Sie sich in der Hierarchie nach unten bewegen, können Sie untergeordneten Teams zusätzlichen, detaillierteren Zugriff auf sensiblere Repositorys gewähren.
1. Entferne alle Mitglieder aus vorhandenen Teams
2. Überprüfe und bearbeite die Zugriffsrechte für Repositorys für jedes Team, und weise jedem Team ein übergeordnetes Team zu
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
index 818053aacc..07be5d94c1 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Auf das Dashboard Deiner Organisation zugreifen
@@ -28,7 +29,7 @@ Im Abschnitt „Recent activity" (Neueste Aktivitäten) Deines Newsfeed kannst D
Im Bereich "Alle Aktivitäten" Deines Newsfeed kannst Du Aktualisierungen von anderen Teams und Repositorys in Deiner Organisation ansehen.
-Der Abschnitt "Alle Aktivitäten" zeigt alle aktuellen Aktivitäten in der Organisation, einschließlich Aktivitäten in Repositorys, die Du nicht abonniert hast, und von Personen, denen Du nicht folgst. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}" and "[Following people](/articles/following-people)."
+Der Abschnitt "Alle Aktivitäten" zeigt alle aktuellen Aktivitäten in der Organisation, einschließlich Aktivitäten in Repositorys, die Du nicht abonniert hast, und von Personen, denen Du nicht folgst. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}" and "[Following people](/articles/following-people)."
Beispielsweise werden im Newsfeed der Organisation Aktualisierungen angezeigt, wenn jemand in der Organisation:
- einen neuen Branch erstellt,
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
index 9d872305f4..0d3d9cffe1 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Im Newsfeed einer Organisation sind die neuesten Aktivitäten in Bezug auf die Repositorys dieser Organisation zu sehen. Über den Newsfeed Deiner Organisation kannst Du sehen, wann jemand einen Issue oder Pull Request öffnet, schließt oder zusammenführt, einen Branch erstellt oder löscht, einen Tag oder eine Veröffentlichung erstellt, Kommentare zu einem Issue, Pull Request oder Commit erstellt oder neue Commits an {% data variables.product.product_name %} freigibt.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
index be390c1413..832740f384 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
@@ -12,6 +12,7 @@ intro: 'Auf der Seite mit den Einstellungen für das Organisationskonto gibt es
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
index d197a2b4c9..a4e3d34432 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ein externer Mitarbeiter ist eine Person, die nicht explizit Mitglied Deiner Organisation ist, aber auf ein Projektboard in Deiner Organisation zugreifen kann.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
index b6190bc2cd..f6a4af6737 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Weitere Informationen zu den Berechtigungen für {% data variables.product.prodname_github_app %}-Manager findest Du unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization#github-app-managers).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
index 92572a11d2..19b52adb6a 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-synchronization %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
index bbfdb2023b..3fadc131e6 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
@@ -6,13 +6,16 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.owners-and-admins-can %} externe Mitarbeiter zu einem Repository hinzufügen, es sei denn, ein Organisationsinhaber hat die Möglichkeit zum Einladen von Mitarbeitern eingeschränkt. Weitere Informationen findest Du unter „[Berechtigungen zum Hinzufügen von externen Mitarbeitern festlegen](/articles/setting-permissions-for-adding-outside-collaborators)."
{% data reusables.organizations.outside-collaborators-use-seats %}
+{% if currentVersion != "github-ae@latest" %}
Wenn Deine Organisation [die Zwei-Faktor-Authentifizierung für Mitglieder und externe Mitarbeiter vorschreibt](/articles/requiring-two-factor-authentication-in-your-organization), müssen die Benutzer die Zwei-Faktor-Authentifizierung aktivieren, bevor sie Deine Einladung zur Zusammenarbeit an einem Repository der Organisation annehmen können.
+{% endif %}
{% data reusables.organizations.outside_collaborator_forks %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
index 8fbe26245a..3577e576cd 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
@@ -5,15 +5,13 @@ redirect_from:
- /articles/adding-people-to-your-organization
versions:
enterprise-server: '*'
+ github-ae: '*'
+permissions: 'Organization owners can add people to an organization.'
---
-{% tip %}
-
-**Tips**:
-- Nur Organisationsinhaber können Benutzer zu einer Organisation hinzufügen. Weitere Informationen finden Sie unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization)".
-- Wenn Deine Organisation [die Zwei-Faktor-Authentifizierung für Mitglieder vorschreibt](/articles/requiring-two-factor-authentication-in-your-organization), müssen die Benutzer [die Zwei-Faktor-Authentifizierung aktivieren](/articles/securing-your-account-with-two-factor-authentication-2fa), bevor Du sie zur Organisation hinzufügen kannst.
-
-{% endtip %}
+{% if currentVersion != "github-ae@latest" %}
+Wenn Deine Organisation [die Zwei-Faktor-Authentifizierung für Mitglieder vorschreibt](/articles/requiring-two-factor-authentication-in-your-organization), müssen die Benutzer [die Zwei-Faktor-Authentifizierung aktivieren](/articles/securing-your-account-with-two-factor-authentication-2fa), bevor Du sie zur Organisation hinzufügen kannst.
+{% endif %}
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
index 756c8e803d..d90ac17503 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Standardmäßig können Issues in den Repositorys einer Organisation nicht gelöscht werden. Ein Organisationsinhaber muss diese Funktion erst für alle Repositorys der Organisation aktivieren.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
index 89fce8a723..557e023a4a 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.types-of-team-visibility %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
index 797d9d50cf..c7d37859e7 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
index 7405c61ba6..f6f3ec0829 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
@@ -70,7 +70,7 @@ Nachdem Du SCIM aktiviert hast, stehen Dir folgende Bereitstellungsfunktionen f
### Weiterführende Informationen
-- "[Configuring SAML single sign-on and SCIM for your enterprise account using Okta](/github/setting-up-and-managing-your-enterprise-account/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)"
+- "[Configuring SAML single sign-on and SCIM for your enterprise account using Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)"
- „[Teamsynchronisierung für Deine Organisation verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization#enabling-team-synchronization-for-okta)"
- [SAML verstehen](https://developer.okta.com/docs/concepts/saml/) in der Okta-Dokumentation
- [SCIM verstehen](https://developer.okta.com/docs/concepts/scim/) in der Okta-Dokumentation
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
index c943dc11f2..c4b4763ee7 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.owners-and-admins-can %} Organisationsmitglieder in externe Mitarbeiter umwandeln.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
index e701ab4948..c2735434eb 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
@@ -6,16 +6,18 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+permissions: Organization owners can {% if currentVersion == "free-pro-team@latest" %}invite users to join{% else %}add users to{% endif %} an organization.
---
-{% tip %}
+{% if currentVersion == "free-pro-team@latest" %}
+Wenn Deine Organisation ein benutzerabhängiges Abonnement abgeschlossen hat, muss eine Lizenz verfügbar sein, bevor Du ein neues Mitglied zur Organisation einladen oder ein ehemaliges Organisationsmitglied wieder einsetzen kannst. Weitere Informationen finden Sie unter „[Informationen zur benutzerabhängigen Preisgestaltung](/articles/about-per-user-pricing)“.
+{% data reusables.organizations.org-invite-expiration %}{% endif %}
-**Tips**:
-- Only organization owners can {% if currentVersion == "free-pro-team@latest" %}invite users to join{% else %}add users to{% endif %} an organization. For more information, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."{% if currentVersion == "free-pro-team@latest" %}
-- Wenn Deine Organisation ein benutzerabhängiges Abonnement abgeschlossen hat, muss eine Lizenz verfügbar sein, bevor Du ein neues Mitglied zur Organisation einladen oder ein ehemaliges Organisationsmitglied wieder einsetzen kannst. Weitere Informationen finden Sie unter „[Informationen zur benutzerabhängigen Preisgestaltung](/articles/about-per-user-pricing)“. {% data reusables.organizations.org-invite-expiration %}{% endif %}
-- If your organization [requires members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), users {% if currentVersion == "free-pro-team@latest" %}you invite must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before they can accept the invitation.{% else %}must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before you can add them to the organization.{% endif %}
-
-{% endtip %}
+{% if currentVersion != "github-ae@latest" %}
+If your organization [requires members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), users
+{% if currentVersion == "free-pro-team@latest" %}you invite must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before they can accept the invitation.{% else %}must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before you can add them to the organization.{% endif %}
+{% endif %}
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
index ccaa85b7c0..c797f5a14a 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
@@ -1,11 +1,13 @@
---
title: Eine Organisation von Grund auf neu erstellen
intro: Erstelle eine Organisation, um fein abgestufte Zugriffsberechtigungen für Repositorys anzuwenden.
-redirect_from:
- - /articles/creating-a-new-organization-from-scratch
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+redirect_from:
+ - /articles/creating-a-new-organization-from-scratch
+ - /admin/user-management/creating-organizations
---
Wenn Du eine Organisation von Grund auf neu erstellst, sind mit ihr keine Repositorys verknüpft. Weitere Informationen zum Hinzufügen von Repositorys zu einer Organisation findest Du unter „[Neues Repository erstellen](/articles/creating-a-new-repository)“ und „[Ein Repository übertragen](/articles/transferring-a-repository).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
index 5d4a34990e..da2cbf9df5 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Nur Organisationsinhaber und Betreuer eines übergeordneten Teams können ein neues untergeordnetes Team unter einem übergeordneten Team erstellen. Inhaber können auch die Berechtigungen für die Erstellung aller Teams in einer Organisation einschränken. Weitere Informationen findest Du unter „[Berechtigungen für die Teamerstellung in Deiner Organisation festlegen](/articles/setting-team-creation-permissions-in-your-organization).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
index 7f113669d6..f4c702bbb3 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
index 7bc17fd7d8..f665191f58 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
index 2900fa4ff9..753509f431 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
@@ -40,7 +40,7 @@ You can disable all workflows for an organization or set a policy that configure
{% note %}
-**Note:** You might not be able to manage these settings if your organization is managed by an enterprise that has overriding policy. For more information, {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account)."{% else %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
+**Note:** You might not be able to manage these settings if your organization is managed by an enterprise that has overriding policy. For more information, {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)."{% else %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
{% endnote %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
index a8405f2f65..bf6adcb791 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
@@ -6,13 +6,14 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '>2.22'
+ github-ae: '*'
---
### About restrictions on publication of {% data variables.product.prodname_pages %} sites
You can control whether members of your organization can publish websites from repositories in your organization using {% data variables.product.prodname_pages %}. For more information about {% data variables.product.prodname_pages %}, see "[About {% data variables.product.prodname_pages %}](/github/working-with-github-pages/about-github-pages)."
-{% if enterpriseServerVersions contains currentVersion %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %}. Weitere Informationen findest Du unter{% if enterpriseServerVersions contains currentVersion %} „[Konfigurieren {% data variables.product.prodname_pages %} auf Deiner Appliance](/enterprise/admin/installation/configuring-github-pages-on-your-appliance#making-github-pages-publicly-accessible)" und{% endif %} „[Über die Sichtbarkeit des Repositorys](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %}. For more information, see{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} "[Configuring {% data variables.product.prodname_pages %} for your enterprise](/admin/configuration/configuring-github-pages-for-your-enterprise#enabling-public-sites-for-github-pages)" and{% endif %} "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
### Disabling publication of {% data variables.product.prodname_pages %} sites
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
index 1f11c3b710..1285c988ed 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-default %} Weitere Informationen zu Teamdiskussionen findest Du unter „[Informationen zu Teamdiskussionen](/articles/about-team-discussions).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
index 9c57756806..abbe144632 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
@@ -10,7 +10,7 @@ versions:
Wenn Du SAML SSO in Deiner Organisation erzwingst, werden alle Mitglieder einschließlich Administratoren, die sich nicht über Deinen SAML-Identitätsanbieter (IdP) authentifiziert haben, aus der Organisation entfernt und über diese Entfernung benachrichtigt. Bots und Dienstkonten, für die beim IdP Deiner Organisation keine externen Identitäten eingerichtet sind, werden ebenfalls entfernt. Weitere Informationen zu Bots und Dienstkonten findest Du unter „[Bots und Dienstkonten mit SAML Single Sign-On verwalten](/articles/managing-bots-and-service-accounts-with-saml-single-sign-on)“. Du kannst Organisationsmitglieder wiederherstellen, sobald sie sich erfolgreich mit Single Sign-On angemeldet haben.
-Wenn sich Deine Organisation im Besitz eines Enterprise-Kontos befindet und Du SAML für das Enterprise-Konto aktivierst, wird die SAML-Konfiguration auf Organisationsebene überschrieben. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto durchsetzen](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account)."
+Wenn sich Deine Organisation im Besitz eines Enterprise-Kontos befindet und Du SAML für das Enterprise-Konto aktivierst, wird die SAML-Konfiguration auf Organisationsebene überschrieben. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)."
{% tip %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
index 10ead1ed62..a11caa9b18 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team_maintainers_can %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/index.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/index.md
index b91c3debe2..f7af313fee 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/index.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
index 47e764712f..594478e358 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
@@ -5,6 +5,7 @@ redirect_from:
- /articles/integrating-jira-with-your-organization-project-board
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
index d9a43dcbfe..d4f976250a 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
@@ -3,10 +3,11 @@ title: Schutz Deiner Organisation
redirect_from:
- /articles/preventing-unauthorized-access-to-organization-information/
- /articles/keeping-your-organization-secure
-intro: 'Organisationsinhabern stehen mehrere Funktionen zur Verfügung, mit denen sie ihre Projekte und Daten schützen können. Wenn Du der Inhaber einer Organisation bist, solltest Du regelmäßig das Auditprotokoll der Organisation, den 2FA-Status der Mitglieder und die Anwendungseinstellungen überprüfen, um sicherzustellen, dass keine nicht autorisierten oder böswilligen Aktivitäten vorgekommen sind.'
+intro: 'Organisationsinhabern stehen mehrere Funktionen zur Verfügung, mit denen sie ihre Projekte und Daten schützen können. If you''re the owner of an organization, you should regularly review your organization''s audit log{% if currentVersion != "github-ae@latest" %}, member 2FA status,{% endif %} and application settings to ensure that no unauthorized or malicious activity has occurred.'
mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
index 4d2dc4c6df..1c94c3b58d 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
@@ -9,6 +9,7 @@ permissions: Organisationsinhaber können jedes Mitglied einer Organisation zum
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Über die Aufrechterhaltung der Inhaberkontinuität für Deine Organisation
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
index c7b6fb9b37..1692568726 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Standardmäßig haben Organisationsmitglieder Schreibzugriff auf die Projektboards ihrer Organisation, sofern die Organisationsinhaber oder Projektboard-Administratoren keine abweichenden Berechtigungen für bestimmte Projektboards festgelegt haben.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
index be9539bddb..d783f1094c 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
index 139024ba29..1dea92a2bf 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
index 168b5bf9ec..71a277cde3 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
index 0455b1bb2a..7d585e08b1 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
@@ -16,7 +16,7 @@ Du kannst den Zugriff auf Organisations-Objekte beschränken, indem Du eine Gene
{% data reusables.identity-and-permissions.ip-allow-lists-enable %}
-Du kannst erlaubte IP-Adressen auch für die Organisationen in einem Enterprise-Konto konfigurieren. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account)."
+Du kannst erlaubte IP-Adressen auch für die Organisationen in einem Enterprise-Konto konfigurieren. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account)."
### Eine zulässige IP-Adresse hinzufügen
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
index fde637b933..550d520ce8 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
index 2090f6a3d1..13adc4c229 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Administratorberechtigungen können den Zugriff von Organisationsmitgliedern und externen Mitarbeitern auf ein Repository der Organisation verwalten.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
index d038684690..328b108406 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.code-review-assignment %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Team-Betreuer und Organisationsinhaber können Code-Review-Zuweisungen konfigurieren.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
index 2956920a31..0e4f3e5bdf 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Organisationsinhaber können die Standardkennzeichnungen für Repositorys in der Organisation verwalten.
@@ -17,7 +18,7 @@ Standardkennzeichnungen sind in jedem neuen Repository Deiner Organisation beinh
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
@@ -33,7 +34,7 @@ Standardkennzeichnungen sind in jedem neuen Repository Deiner Organisation beinh
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
@@ -49,7 +50,7 @@ Standardkennzeichnungen sind in jedem neuen Repository Deiner Organisation beinh
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
index 1e7df10152..b557e822e7 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
index 12d94a8edf..4b81eb8968 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
index 9186722901..a37248bca2 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
index bd87ff127b..9b6dba5917 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
index c0022a1111..1dbe09f652 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
index 19a4192021..88a453ce25 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Administratorzugriff auf ein Repository können den Zugriff eines Teams auf das Repository verwalten. Team-Betreuer können einem Team den Zugriff auf ein Repository entziehen.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
index 5ceed05f5f..33438d599b 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
@@ -24,7 +24,7 @@ Du kannst die Teamsynchronisierung zwischen Deinem IdP und {% data variables.pro
{% data reusables.identity-and-permissions.sync-team-with-idp-group %}
-Du kannst die Teamsynchronisierung auch für Organisationen im Besitz eines Enterprise-Kontos aktivieren. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto durchsetzen](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account)."
+Du kannst die Teamsynchronisierung auch für Organisationen im Besitz eines Enterprise-Kontos aktivieren. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)."
### Teamsynchronisierung aktivieren
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
index 11b0f25620..47e97dddc1 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
@@ -5,6 +5,7 @@ permissions: Managing the default branch name for your repositories
versions:
free-pro-team: '*'
enterprise-server: '>=2.23'
+ github-ae: '*'
---
### About the default branch name
@@ -13,6 +14,8 @@ When a member of your organization creates a new repository, {% data variables.p
{% data reusables.branches.set-default-branch %}
+If an enterprise owner has enforced a policy for the default branch name for your enterprise, you cannot set a default branch name for your organization. Instead, you can change the default branch for individual repositories. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise](/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)"{% else %}"[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-on-the-default-branch-name)"{% endif %} and "[Changing the default branch](/github/administering-a-repository/changing-the-default-branch)."
+
### Setting the default branch name
{% data reusables.profile.access_profile %}
@@ -20,11 +23,6 @@ When a member of your organization creates a new repository, {% data variables.p
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.repository-defaults %}
3. Under "Repository default branch", click **Change default branch name now**. 
- {% note %}
-
- **Note:** If your enterprise owner has enforced a policy for the default name, you won't be able to change it here. You will be able to set the default branch on individual repositories. For more information, see "[Enforcing a policy on the default branch name](/github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)" and "[Setting the default branch](/github/administering-a-repository/setting-the-default-branch)."
-
- {% endnote %}
4. Type the default name that you would like to use for new branches. 
5. Klicke auf **Update** (Aktualisieren). 
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
index 6fe7feeac7..e2f8c7c110 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organisationsinhaber können die Anzeige der Mitgliedsnamen in einer Organisation verwalten.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
index 571cb920a4..46bd3c37d8 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
@@ -1,6 +1,6 @@
---
title: Die Forking-Richtlinie für Deine Organisation verwalten
-intro: 'You can can allow or prevent the forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories owned by your organization.'
+intro: 'You can can allow or prevent the forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories owned by your organization.'
redirect_from:
- /articles/allowing-people-to-fork-private-repositories-in-your-organization
- /github/setting-up-and-managing-organizations-and-teams/allowing-people-to-fork-private-repositories-in-your-organization
@@ -8,11 +8,12 @@ permissions: Organisationsinhaber können die Forking-Richtlinie für eine Organ
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-By default, new organizations are configured to disallow the forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories.
+By default, new organizations are configured to disallow the forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories.
-If you allow forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories at the organization level, you can also configure the ability to fork a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository. Weitere Informationen findest Du unter „[Die Forking-Richtlinie für Dein Repository verwalten](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)."
+If you allow forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories at the organization level, you can also configure the ability to fork a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %} repository. Weitere Informationen findest Du unter „[Die Forking-Richtlinie für Dein Repository verwalten](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)."
{% data reusables.organizations.internal-repos-enterprise %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
index e76fa837be..a3495b74e9 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organisationsinhaber können die SSH-Zertifizierungsstellen (CA) einer Organisation verwalten.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
index 87fe7d2bd4..9734e17006 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organisationsinhaber können das übergeordnete Team jedes Teams ändern. Team-Betreuer können das übergeordnete Team eines Teams ändern, wenn sie sowohl im untergeordneten als auch im übergeordneten Team Betreuer sind. Team-Betreuer ohne Betreuer-Berechtigungen im untergeordneten Team können das Hinzufügen eines übergeordneten oder untergeordneten Teams anfordern. Weitere Informationen findest Du unter „[Hinzufügen oder Ändern eines übergeordneten Teams anfordern](/articles/requesting-to-add-or-change-a-parent-team)“ und „[Hinzufügen eines untergeordneten Teams anfordern](/articles/requesting-to-add-a-child-team).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
index 162da0f5c8..49c3506605 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
@@ -15,5 +15,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
index bbb8361961..5519cf971c 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Berechtigungsebenen für eine Organisation
@@ -61,9 +62,9 @@ Organization members can have *owner*{% if currentVersion == "free-pro-team@late
| Die SSH-Zertifizierungsstellen einer Organisation verwalten (siehe „[SSH-Zertifizierungsstellen Ihrer Organisation verwalten](/articles/managing-your-organizations-ssh-certificate-authorities)“) | **X** | | |
| Repositorys übertragen | **X** | | |
| {% data variables.product.prodname_marketplace %}-Apps erwerben, installieren, kündigen und ihre Abrechnung verwalten | **X** | | |
-| Apps auf {% data variables.product.prodname_marketplace %} aufführen | **X** | | |
+| Apps auf {% data variables.product.prodname_marketplace %} aufführen | **X** | | |{% if currentVersion != "github-ae@latest" %}
| Receive [{% data variables.product.prodname_dependabot_alerts %} about vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) for all of an organization's repositories | **X** | | |
-| Manage {% data variables.product.prodname_dependabot_security_updates %} (see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)") | **X** | | |
+| Manage {% data variables.product.prodname_dependabot_security_updates %} (see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)") | **X** | | |{% endif %}
| [Die Forking-Richtlinie verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization) | **X** | | |
| [Aktivitäten in öffentlichen Repositorys in einer Organisation einschränken](/articles/limiting-interactions-in-your-organization) | **X** | | |
| Lesen von (pull), Schreiben zu (push) und Kopieren von (clone) *allen Repositorys* der Organisation | **X** | | |
@@ -77,40 +78,40 @@ Organization members can have *owner*{% if currentVersion == "free-pro-team@late
{% else %}
-| Aktion in der Organisation | Inhaber | Mitglieder |
-|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:-------:|:-----------------------------------------------------------:|
-| Personen zum Beitritt zur Organisation einladen | **X** | |
-| Einladungen zum Beitritt zur Organisation bearbeiten und zurückziehen | **X** | |
-| Mitglied aus der Organisation entfernen | **X** | | |
-| Ehemaliges Mitglied der Organisation wieder einsetzen | **X** | | |
-| Benutzer zu **allen Teams** hinzufügen oder wieder entfernen | **X** | |
-| Organisationsmitglieder zu *Team-Betreuern* ernennen | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" %}
-| Code-Review-Zuweisungen konfigurieren (Weitere Informationen findest Du unter „[Code Review-Zuweisung für Dein Team verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)") | **X** | |{% endif %}
-| Mitarbeiter zu **allen Repositorys** hinzufügen | **X** | |
-| Auf das Auditprotokoll der Organisation zugreifen | **X** | |
-| Die Profilseite der Organisation bearbeiten (siehe „[Informationen zum Profil Ihrer Organisation](/articles/about-your-organization-s-profile)“) | **X** | | |
-| **Alle Teams** löschen | **X** | |
-| Das Organisationskonto einschließlich aller Repositorys löschen | **X** | |
-| Teams erstellen (siehe „[Berechtigungen für die Teamerstellung in Ihrer Organisation festlegen](/articles/setting-team-creation-permissions-in-your-organization)“) | **X** | **X** |
-| Alle Organisationsmitglieder und Teams sehen | **X** | **X** |
-| Ein sichtbares Team @erwähnen | **X** | **X** |
-| Kann *Team-Beteuern* werden | **X** | **X** |
-| Repositorys übertragen | **X** | |
-| Die SSH-Zertifizierungsstellen einer Organisation verwalten (siehe „[SSH-Zertifizierungsstellen Ihrer Organisation verwalten](/articles/managing-your-organizations-ssh-certificate-authorities)“) | **X** | |
-| Projektboards erstellen (siehe „[Projektboardberechtigungen für eine Organisation](/articles/project-board-permissions-for-an-organization)“) | **X** | **X** | |
-| Öffentliche Teamdiskussionen zu **allen Teams** anzeigen und veröffentlichen (siehe „[Informationen zu Teamdiskussionen](/articles/about-team-discussions)“) | **X** | **X** | |
-| Private Teamdiskussionen zu **allen Teams** anzeigen und veröffentlichen (siehe „[Informationen zu Teamdiskussionen](/articles/about-team-discussions)“) | **X** | | |
-| Teamdiskussionen in **allen Teams** bearbeiten und löschen (siehe „[Störende Kommentare verwalten](/articles/managing-disruptive-comments)“) | **X** | | |
-| Kommentare zu Commits, Pull Requests und Issues ausblenden (siehe „[Störende Kommentare verwalten](/articles/managing-disruptive-comments/#hiding-a-comment)“) | **X** | **X** | **X** |
-| Teamdiskussionen für eine Organisation deaktivieren (siehe „[Teamdiskussionen innerhalb Ihrer Organisation deaktivieren](/articles/disabling-team-discussions-for-your-organization)“) | **X** | | |
-| Ein Team-Profilbild in **allen Teams** einrichten (siehe „[Profilbild Deines Teams festlegen](/articles/setting-your-team-s-profile-picture)“) | **X** | | |{% if currentVersion ver_gt "enterprise-server@2.22" %}
-| Disable publication of {% data variables.product.prodname_pages %} sites from repositories in the organization (see "[Disabling publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)" for details) | **X** | | |{% endif %}
-| [Teams in der Hierarchie einer Organisation verschieben](/articles/moving-a-team-in-your-organization-s-hierarchy) | **X** | | |
-| Lesen von (pull), Schreiben zu (push) und Kopieren von (clone) *allen Repositorys* der Organisation | **X** | |
-| Organisationsmitglieder in [externe Mitarbeiter](#outside-collaborators) umwandeln | **X** | |
-| [Personen mit Zugriff auf ein Repository der Organisation anzeigen](/articles/viewing-people-with-access-to-your-repository) | **X** | |
-| [Eine Liste der Personen mit Zugriff auf ein Repository der Organisation anzeigen](/articles/viewing-people-with-access-to-your-repository/#exporting-a-list-of-people-with-access-to-your-repository) | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" %}
-| Standardkennzeichnungen verwalten (siehe „[Standardkennzeichnungen für Repositorys in Deiner Organisation verwalten](/articles/managing-default-labels-for-repositories-in-your-organization)“) | **X** | |{% endif %}
+| Aktion in der Organisation | Inhaber | Mitglieder |
+|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:-------:|:---------------------------------------------------------------------------------------------------:|
+| Personen zum Beitritt zur Organisation einladen | **X** | |
+| Einladungen zum Beitritt zur Organisation bearbeiten und zurückziehen | **X** | |
+| Mitglied aus der Organisation entfernen | **X** | | |
+| Ehemaliges Mitglied der Organisation wieder einsetzen | **X** | | |
+| Benutzer zu **allen Teams** hinzufügen oder wieder entfernen | **X** | |
+| Organisationsmitglieder zu *Team-Betreuern* ernennen | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
+| Code-Review-Zuweisungen konfigurieren (Weitere Informationen findest Du unter „[Code Review-Zuweisung für Dein Team verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)") | **X** | |{% endif %}
+| Mitarbeiter zu **allen Repositorys** hinzufügen | **X** | |
+| Auf das Auditprotokoll der Organisation zugreifen | **X** | |
+| Die Profilseite der Organisation bearbeiten (siehe „[Informationen zum Profil Ihrer Organisation](/articles/about-your-organization-s-profile)“) | **X** | | |
+| **Alle Teams** löschen | **X** | |
+| Das Organisationskonto einschließlich aller Repositorys löschen | **X** | |
+| Teams erstellen (siehe „[Berechtigungen für die Teamerstellung in Ihrer Organisation festlegen](/articles/setting-team-creation-permissions-in-your-organization)“) | **X** | **X** |
+| Alle Organisationsmitglieder und Teams sehen | **X** | **X** |
+| Ein sichtbares Team @erwähnen | **X** | **X** |
+| Kann *Team-Beteuern* werden | **X** | **X** |
+| Repositorys übertragen | **X** | |
+| Die SSH-Zertifizierungsstellen einer Organisation verwalten (siehe „[SSH-Zertifizierungsstellen Ihrer Organisation verwalten](/articles/managing-your-organizations-ssh-certificate-authorities)“) | **X** | |
+| Projektboards erstellen (siehe „[Projektboardberechtigungen für eine Organisation](/articles/project-board-permissions-for-an-organization)“) | **X** | **X** | |
+| Öffentliche Teamdiskussionen zu **allen Teams** anzeigen und veröffentlichen (siehe „[Informationen zu Teamdiskussionen](/articles/about-team-discussions)“) | **X** | **X** | |
+| Private Teamdiskussionen zu **allen Teams** anzeigen und veröffentlichen (siehe „[Informationen zu Teamdiskussionen](/articles/about-team-discussions)“) | **X** | | |
+| Teamdiskussionen in **allen Teams** bearbeiten und löschen (siehe „[Störende Kommentare verwalten](/articles/managing-disruptive-comments)“) | **X** | | |
+| Kommentare zu Commits, Pull Requests und Issues ausblenden (siehe „[Störende Kommentare verwalten](/articles/managing-disruptive-comments/#hiding-a-comment)“) | **X** | **X** | **X** |
+| Teamdiskussionen für eine Organisation deaktivieren (siehe „[Teamdiskussionen innerhalb Ihrer Organisation deaktivieren](/articles/disabling-team-discussions-for-your-organization)“) | **X** | | |
+| Ein Team-Profilbild in **allen Teams** einrichten (siehe „[Profilbild Deines Teams festlegen](/articles/setting-your-team-s-profile-picture)“) | **X** | | |{% if currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+| Disable publication of {% data variables.product.prodname_pages %} sites from repositories in the organization (see "[Disabling publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)" for details) | **X** | | |{% endif %}
+| [Teams in der Hierarchie einer Organisation verschieben](/articles/moving-a-team-in-your-organization-s-hierarchy) | **X** | | |
+| Lesen von (pull), Schreiben zu (push) und Kopieren von (clone) *allen Repositorys* der Organisation | **X** | |
+| Organisationsmitglieder in [externe Mitarbeiter](#outside-collaborators) umwandeln | **X** | |
+| [Personen mit Zugriff auf ein Repository der Organisation anzeigen](/articles/viewing-people-with-access-to-your-repository) | **X** | |
+| [Eine Liste der Personen mit Zugriff auf ein Repository der Organisation anzeigen](/articles/viewing-people-with-access-to-your-repository/#exporting-a-list-of-people-with-access-to-your-repository) | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
+| Standardkennzeichnungen verwalten (siehe „[Standardkennzeichnungen für Repositorys in Deiner Organisation verwalten](/articles/managing-default-labels-for-repositories-in-your-organization)“) | **X** | |{% endif %}
{% endif %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
index 0426d963a0..fc0341ae47 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Überblick über die Berechtigungen
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
index 8e1bea50de..66cdcac32c 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
@@ -6,9 +6,13 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+permissions: 'Organization owners can reinstate a former member of an organization.'
---
-Wenn Du [einen Benutzer aus Deiner Organisation entfernst](/articles/removing-a-member-from-your-organization), [ein Organisationsmitglied in einen externen Mitarbeiter umwandelst](/articles/converting-an-organization-member-to-an-outside-collaborator), oder wenn ein Benutzer aus Deiner Organisation entfernt wird, weil Du [von Mitgliedern und externen Mitarbeitern die Aktivierung der Zwei-Faktor-Authentifizierung (2FA) verlangst](/articles/requiring-two-factor-authentication-in-your-organization), bleiben die Zugriffsberechtigungen und Einstellungen des Benutzers drei Monate lang im System gespeichert. You can restore the user's privileges if you {% if currentVersion =="free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
+### About member reinstatement
+
+If you [remove a user from your organization](/articles/removing-a-member-from-your-organization){% if currentVersion == "github-ae@latest" %} or{% else %},{% endif %} [convert an organization member to an outside collaborator](/articles/converting-an-organization-member-to-an-outside-collaborator){% if currentVersion != "github-ae@latest" %}, or a user is removed from your organization because you've [required members and outside collaborators to enable two-factor authentication (2FA)](/articles/requiring-two-factor-authentication-in-your-organization){% endif %}, the user's access privileges and settings are saved for three months. You can restore the user's privileges if you {% if currentVersion =="free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
{% data reusables.two_fa.send-invite-to-reinstate-user-before-2fa-is-enabled %}
@@ -21,21 +25,15 @@ Bei der Wiedereinsetzung eines ehemaligen Organisationsmitglieds kannst Du Folge
- Issue-Zuweisungen innerhalb der Organisation
- Repository-Abonnements (Benachrichtigungseinstellungen für das Beobachten, Nichtbeobachten oder Ignorieren der Repository-Aktivitäten)
- {% tip %}
+{% if enterpriseServerVersions contains currentVersion %}
+Wenn ein Organisationsmitglied aus der Organisation entfernt wurde, weil es keine Zwei-Faktor-Authentifizierung verwendet, und Deine Organisation nach wie vor von Mitgliedern die 2FA verlangt, muss das ehemalige Mitglied die 2FA aktivieren, damit seine Mitgliedschaft wiederhergestellt werden kann.
+{% endif %}
- {% if currentVersion == "free-pro-team@latest" %}
- **Tips**:
- - Wenn ein Organisationsmitglied aus der Organisation entfernt wurde, weil es keine Zwei-Faktor-Authentifizierung verwendet, und Deine Organisation nach wie vor von Mitgliedern die 2FA verlangt, muss das ehemalige Mitglied die 2FA aktivieren, damit seine Mitgliedschaft wiederhergestellt werden kann.
- - Nur Organisationsinhaber können Benutzer zu einer Organisation einladen. Weitere Informationen finden Sie unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization)".
- - Wenn Deine Organisation ein benutzerabhängiges Abonnement hat, muss eine ungenutzte Lizenz verfügbar sein, bevor Du ein ehemaliges Organisationsmitglied wieder einrichten kannst. Weitere Informationen finden Sie unter „[Informationen zur benutzerabhängigen Preisgestaltung](/articles/about-per-user-pricing)“. {% data reusables.organizations.org-invite-expiration %}
+{% if currentVersion == "free-pro-team@latest" %}
+Wenn Deine Organisation ein benutzerabhängiges Abonnement hat, muss eine ungenutzte Lizenz verfügbar sein, bevor Du ein ehemaliges Organisationsmitglied wieder einrichten kannst. Weitere Informationen finden Sie unter „[Informationen zur benutzerabhängigen Preisgestaltung](/articles/about-per-user-pricing)“. {% data reusables.organizations.org-invite-expiration %}
+{% endif %}
- {% else %}
- **Tips**:
- - Wenn ein Organisationsmitglied aus der Organisation entfernt wurde, weil es keine Zwei-Faktor-Authentifizierung verwendet, und Deine Organisation nach wie vor von Mitgliedern die 2FA verlangt, muss das ehemalige Mitglied die 2FA aktivieren, damit seine Mitgliedschaft wiederhergestellt werden kann.
- - Nur Organisationsinhaber können Benutzer zu einer Organisation hinzufügen. Weitere Informationen finden Sie unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization)".
- {% endif %}
-
- {% endtip %}
+### Ehemaliges Mitglied Deiner Organisation wieder einsetzen
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
index 1eed24c9be..62aaf79d28 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
@@ -1,15 +1,16 @@
---
title: Zugriff eines ehemaligen externen Mitarbeiters auf Deine Organisation wieder einsetzen
-intro: 'Wenn Du in Deiner Organisation die Zwei-Faktor-Authentifizierung eingeführt hast und ein externer Mitarbeiter aus der Organisation entfernt wurde, weil er die 2FA nicht aktiviert hatte, kannst Du dessen Zugriffsberechtigungen für die Repositorys, Forks und Einstellungen der Organisation wiederherstellen.'
+intro: "You can reinstate a former outside collaborator's access permissions for organization repositories, forks, and settings."
redirect_from:
- /articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization
- /articles/reinstating-a-former-outside-collaborators-access-to-your-organization
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Wenn der Zugriff eines externen Mitarbeiters auf die privaten Repositorys Deiner Organisation entfernt wurde, weil Du von Deinen [Mitgliedern und externen Mitarbeitern die Aktivierung der Zwei-Faktor-Authentifizierung verlangst](/articles/requiring-two-factor-authentication-in-your-organization), bleiben die Zugriffsberechtigungen und Einstellungen des Benutzers drei Monate lang im System gespeichert. You can restore the user's privileges if you {% if currentVersion == "free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
+When an outside collaborator's access to your organization's private repositories is removed, the user's access privileges and settings are saved for three months. You can restore the user's privileges if you {% if currentVersion == "free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
{% data reusables.two_fa.send-invite-to-reinstate-user-before-2fa-is-enabled %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
index c3d56f26ef..37945ab824 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Nur Organisationsinhaber können Mitglieder aus einer Organisation entfernen.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
index 0ce56c15de..c7f4f2d0ae 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
index 35ec50a3c1..5d07b2519f 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
index 03ad9223e1..913d671a73 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Weitere Informationen zu den Berechtigungen für {% data variables.product.prodname_github_app %}-Manager findest Du unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization#github-app-managers).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
index 9462eed0f7..9d86a07cd8 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.deleted_forks_from_private_repositories_warning %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
index 23a1cbc225..cfc50c51ae 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
index 5138736004..b3b5857556 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
index 9b7176a680..47d05af4f9 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Administratorberechtigungen können den Zugriff einzelner Benutzer und Teams auf die Repositorys ihrer Organisation steuern.
@@ -68,7 +69,7 @@ Neben der Berechtigung zum Verwalten der organisationsweiten Einstellungen haben
| [Blockieren von Unterhaltungen](/articles/locking-conversations) | | | **X** | **X** | **X** |
| Übertragen von Issues (siehe „[Issue auf ein anderes Repository übertragen](/articles/transferring-an-issue-to-another-repository)“) | | | **X** | **X** | **X** |
| [Agieren als designierter Codeinhaber eines Repositorys](/articles/about-code-owners) | | | **X** | **X** | **X** |
-| [Markieren eines Pull-Request-Entwurfs als bereit für den Review](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+| [Markieren eines Pull-Request-Entwurfs als bereit für den Review](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
| [Einen Pull Request in einen Entwurf umwandeln](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% endif %}
| Absenden von Reviews, die sich auf die Merge-Fähigkeit eines Pull Request auswirken | | | **X** | **X** | **X** |
| [Anwenden vorgeschlagener Änderungen](/articles/incorporating-feedback-in-your-pull-request) auf Pull Requests | | | **X** | **X** | **X** |
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
index bd9e751552..2d3de77845 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du das Hinzufügen eines untergeordneten Teams anforderst, wird an die Betreuer dieses Teams eine Anfrage gesendet. Sobald ein Betreuer dieses Teams Deiner Anfrage zustimmt, wird das Team innerhalb der Hierarchie Deiner Organisation unter Deinem Team eingeordnet.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
index 4c5a7ca39e..9c8ccbd9db 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du das Hinzufügen oder die Änderung Deines übergeordneten Teams anforderst, wird an die Betreuer dieses Teams eine Anfrage gesendet. Sobald ein Betreuer des neuen übergeordneten Teams Deiner Anfrage zustimmt, wird Dein Team innerhalb der Hierarchie Deiner Organisation unter diesem Team eingeordnet.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
index f041907611..4ab5eee2dd 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
@@ -14,7 +14,7 @@ versions:
{% if currentVersion == "free-pro-team@latest" %}
-You can also require two-factor authentication for organizations in an enterprise. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#requiring-two-factor-authentication-for-organizations-in-your-enterprise-account)."
+You can also require two-factor authentication for organizations in an enterprise. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#requiring-two-factor-authentication-for-organizations-in-your-enterprise-account)."
{% endif %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
index 88a92e7973..e286339802 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst wählen, ob Mitglieder in Deiner Organisation Repositorys erstellen können. If you allow members to create repositories, you can choose which types of repositories members can create.{% if currentVersion == "free-pro-team@latest" %} To allow members to create private repositories only, your organization must use {% data variables.product.prodname_ghe_cloud %}.{% endif %} For more information, see "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
Organisationsinhaber können immer jede Art von Repository erstellen.
-{% if currentVersion == "free-pro-team@latest" %}Enterprise owners{% else %}Site administrators{% endif %} can restrict the options you have available for your organization's repository creation policy. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account)."{% else %}"[Restricting repository creation in your instance](/enterprise/admin/user-management/restricting-repository-creation-in-your-instance)."{% endif %}
+{% if currentVersion == "free-pro-team@latest" %}Enterprise owners{% else %}Site administrators{% endif %} can restrict the options you have available for your organization's repository creation policy. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account)."{% else %}"[Restricting repository creation in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)."{% endif %}
{% warning %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
index 643ec66193..41bb87dc25 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst die Möglichkeit der Änderung der Sichtbarkeit von Repositorys ausschließlich auf Organisationsinhaber beschränken oder auch Mitgliedern mit Administratorberechtigungen für ein Repository erlauben, die Sichtbarkeit des Repositorys von privat auf öffentlich oder von öffentlich auf privat zu ändern.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
index 66375ea090..aa1dd9d200 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Accessing the audit log
@@ -34,10 +35,10 @@ To search for specific events, use the `action` qualifier in your query. Actions
| `hook` | Contains all activities related to webhooks.
| `integration_installation_request` | Contains all activities related to organization member requests for owners to approve integrations for use in the organization. |{% if currentVersion == "free-pro-team@latest" %}
| `marketplace_agreement_signature` | Contains all activities related to signing the {% data variables.product.prodname_marketplace %} Developer Agreement.
-| `marketplace_listing` | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+| `marketplace_listing` | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `members_can_create_pages` | Contains all activities related to disabling the publication of {% data variables.product.prodname_pages %} sites for repositories in the organization. For more information, see "[Restricting publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)." | {% endif %}
| `org` | Contains all activities related to organization membership{% if currentVersion == "free-pro-team@latest" %}
-| `org_credential_authorization` | Contains all activities related to authorizing credentials for use with SAML single sign-on.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+| `org_credential_authorization` | Contains all activities related to authorizing credentials for use with SAML single sign-on.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
| `organization_label` | Contains all activities related to default labels for repositories in your organization.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
| `payment_method` | Contains all activities related to how your organization pays for GitHub.{% endif %}
| `profile_picture` | Contains all activities related to your organization's profile picture.
@@ -45,9 +46,9 @@ To search for specific events, use the `action` qualifier in your query. Actions
| `protected_branch` | Contains all activities related to protected branches.
| `repo` | Contains all activities related to the repositories owned by your organization.{% if currentVersion == "free-pro-team@latest" %}
| `repository_content_analysis` | Contains all activities related to [enabling or disabling data use for a private repository](/articles/about-github-s-use-of-your-data).
-| `repository_dependency_graph` | Contains all activities related to [enabling or disabling the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository).{% endif %}
-| `repository_vulnerability_alert` | Contains all activities related to [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies).{% if currentVersion == "free-pro-team@latest" %}
-| `sponsors` | Contains all events related to sponsor buttons (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion %}
+| `repository_dependency_graph` | Contains all activities related to [enabling or disabling the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository).{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `repository_vulnerability_alert` | Contains all activities related to [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies).{% endif %}{% if currentVersion == "free-pro-team@latest" %}
+| `sponsors` | Contains all events related to sponsor buttons (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| `team` | Contains all activities related to teams in your organization.{% endif %}
| `team_discussions` | Contains activities related to managing team discussions for an organization.
@@ -71,10 +72,10 @@ This list describes the available categories and associated events:
- [The `integration_installation_request` category](#the-integration_installation_request-category)
- [The `issue` category](#the-issue-category){% if currentVersion == "free-pro-team@latest" %}
- [The `marketplace_agreement_signature` category](#the-marketplace_agreement_signature-category)
-- [The `marketplace_listing` category](#the-marketplace_listing-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+- [The `marketplace_listing` category](#the-marketplace_listing-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
- [The `members_can_create_pages` category](#the-members_can_create_pages-category){% endif %}
- [The `org` category](#the-org-category){% if currentVersion == "free-pro-team@latest" %}
-- [The `org_credential_authorization` category](#the-org_credential_authorization-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- [The `org_credential_authorization` category](#the-org_credential_authorization-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- [The `organization_label` category](#the-organization_label-category){% endif %}
- [The `oauth_application` category](#the-oauth_application-category){% if currentVersion == "free-pro-team@latest" %}
- [The `payment_method` category](#the-payment_method-category){% endif %}
@@ -83,9 +84,9 @@ This list describes the available categories and associated events:
- [The `protected_branch` category](#the-protected_branch-category)
- [The `repo` category](#the-repo-category){% if currentVersion == "free-pro-team@latest" %}
- [The `repository_content_analysis` category](#the-repository_content_analysis-category)
-- [The `repository_dependency_graph` category](#the-repository_dependency_graph-category){% endif %}
-- [The `repository_vulnerability_alert` category](#the-repository_vulnerability_alert-category){% if currentVersion == "free-pro-team@latest" %}
-- [The `sponsors` category](#the-sponsors-category){% endif %}{% if enterpriseServerVersions contains currentVersion %}
+- [The `repository_dependency_graph` category](#the-repository_dependency_graph-category){% endif %}{% if currentVersion != "github-ae@latest" %}
+- [The `repository_vulnerability_alert` category](#the-repository_vulnerability_alert-category){% endif %}{% if currentVersion == "free-pro-team@latest" %}
+- [The `sponsors` category](#the-sponsors-category){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- [The `team` category](#the-team-category){% endif %}
- [The `team_discussions` category](#the-team_discussions-category)
@@ -165,7 +166,7 @@ This list describes the available categories and associated events:
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
##### The `members_can_create_pages` category
@@ -188,12 +189,12 @@ For more information, see "[Restricting publication of {% data variables.product
| `create_actions_secret` | Triggered when a organization admin [creates a {% data variables.product.prodname_actions %} secret](/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-an-organization).{% endif %} {% if currentVersion == "free-pro-team@latest"%}
| `disable_oauth_app_restrictions` | Triggered when an owner [disables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/disabling-oauth-app-access-restrictions-for-your-organization) for your organization.
| `disable_saml` | Triggered when an organization admin disables SAML single sign-on for an organization.{% endif %}
-| `disable_member_team_creation_permission` | Triggered when an organization owner limits team creation to owners. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |
-| `disable_two_factor_requirement` | Triggered when an owner disables a two-factor authentication requirement for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% if currentVersion == "free-pro-team@latest" %}
+| `disable_member_team_creation_permission` | Triggered when an organization owner limits team creation to owners. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |{% if currentVersion != "github-ae@latest" %}
+| `disable_two_factor_requirement` | Triggered when an owner disables a two-factor authentication requirement for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
| `enable_oauth_app_restrictions` | Triggered when an owner [enables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/enabling-oauth-app-access-restrictions-for-your-organization) for your organization.
| `enable_saml` | Triggered when an organization admin [enables SAML single sign-on](/articles/enabling-and-testing-saml-single-sign-on-for-your-organization) for an organization.{% endif %}
-| `enable_member_team_creation_permission` | Triggered when an organization owner allows members to create teams. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |
-| `enable_two_factor_requirement` | Triggered when an owner requires two-factor authentication for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.
+| `enable_member_team_creation_permission` | Triggered when an organization owner allows members to create teams. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |{% if currentVersion != "github-ae@latest" %}
+| `enable_two_factor_requirement` | Triggered when an owner requires two-factor authentication for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% endif %}
| `invite_member` | Triggered when [a new user was invited to join your organization](/articles/adding-organization-members-to-a-team).{% if currentVersion == "free-pro-team@latest" %}
| `oauth_app_access_approved` | Triggered when an owner [grants organization access to an {% data variables.product.prodname_oauth_app %}](/articles/approving-oauth-apps-for-your-organization/).
| `oauth_app_access_denied` | Triggered when an owner [disables a previously approved {% data variables.product.prodname_oauth_app %}'s access](/articles/denying-access-to-a-previously-approved-oauth-app-for-your-organization) to your organization.
@@ -201,8 +202,8 @@ For more information, see "[Restricting publication of {% data variables.product
| `register_self_hosted_runner` | Triggered when an organization owner [registers a new self-hosted runner](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization).
| `remove_actions_secret` | Triggered when a organization admin removes a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest"%}
| `remove_billing_manager` | Triggered when an [owner removes a billing manager from an organization](/articles/removing-a-billing-manager-from-your-organization/) or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and a billing manager doesn't use 2FA or disables 2FA. |{% endif %}
-| `remove_member` | Triggered when an [owner removes a member from an organization](/articles/removing-a-member-from-your-organization/) or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an organization member doesn't use 2FA or disables 2FA. Also triggered when an [organization member removes themselves](/articles/removing-yourself-from-an-organization/) from an organization.|
-| `remove_outside_collaborator` | Triggered when an owner removes an outside collaborator from an organization or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an outside collaborator does not use 2FA or disables 2FA. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| `remove_member` | Triggered when an [owner removes a member from an organization](/articles/removing-a-member-from-your-organization/){% if currentVersion != "github-ae@latest" %} or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an organization member doesn't use 2FA or disables 2FA{% endif %}. Also triggered when an [organization member removes themselves](/articles/removing-yourself-from-an-organization/) from an organization.|
+| `remove_outside_collaborator` | Triggered when an owner removes an outside collaborator from an organization{% if currentVersion != "github-ae@latest" %} or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an outside collaborator does not use 2FA or disables 2FA{% endif %}. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
| `remove_self_hosted_runner` | Triggered when an organization owner [removes a self-hosted runner](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-an-organization). {% endif %}{% if currentVersion == "free-pro-team@latest" %}
| `revoke_external_identity` | Triggered when an organization owner revokes a member's linked identity. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)."
| `revoke_sso_session` | Triggered when an organization owner revokes a member's SAML session. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)." {% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
@@ -212,7 +213,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `runner_group_runners_added` | Triggered when an organization admin [adds a self-hosted runner to a group](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group).
| `runner_group_runners_removed` | Triggered when an organization admin removes a self-hosted runner from a group. {% endif %}{% if currentVersion == "free-pro-team@latest"%}
| `unblock_user` | Triggered when an organization owner [unblocks a user from an organization](/articles/unblocking-a-user-from-your-organization).{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-| `update_actions_secret` | Triggered when a organization admin updates a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+| `update_actions_secret` | Triggered when a organization admin updates a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `update_new_repository_default_branch_setting` | Triggered when an owner changes the name of the default branch for new repositories in the organization. For more information, see "[Managing the default branch name for repositories in your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)."{% endif %}
| `update_default_repository_permission` | Triggered when an owner changes the default repository permission level for organization members.
| `update_member` | Triggered when an owner changes a person's role from owner to member or member to owner.
@@ -231,7 +232,7 @@ For more information, see "[Restricting publication of {% data variables.product
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
##### The `organization_label` category
| Action | Description
@@ -297,7 +298,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `update_required_status_checks_enforcement_level ` | Triggered when enforcement of required status checks is updated on a branch.
| `update_strict_required_status_checks_policy` | Triggered when the requirement for a branch to be up to date before merging is changed.
| `rejected_ref_update ` | Triggered when a branch update attempt is rejected.
-| `policy_override ` | Triggered when a branch protection requirement is overridden by a repository administrator.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+| `policy_override ` | Triggered when a branch protection requirement is overridden by a repository administrator.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
| `update_allow_force_pushes_enforcement_level ` | Triggered when force pushes are enabled or disabled for a protected branch.
| `update_allow_deletions_enforcement_level ` | Triggered when branch deletion is enabled or disabled for a protected branch.
| `update_linear_history_requirement_enforcement_level ` | Triggered when required linear commit history is enabled or disabled for a protected branch.
@@ -310,7 +311,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `access` | Triggered when a repository owned by an organization is [switched from "private" to "public"](/articles/making-a-private-repository-public) (or vice versa).
| `add_member` | Triggered when a user accepts an [invitation to have collaboration access to a repository](/articles/inviting-collaborators-to-a-personal-repository).
| `add_topic` | Triggered when a repository admin [adds a topic](/articles/classifying-your-repository-with-topics) to a repository.
-| `archived` | Triggered when a repository admin [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion %}
+| `archived` | Triggered when a repository admin [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| `config.disable_anonymous_git_access` | Triggered when [anonymous Git read access is disabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository.
| `config.enable_anonymous_git_access` | Triggered when [anonymous Git read access is enabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository.
| `config.lock_anonymous_git_access` | Triggered when a repository's [anonymous Git read access setting is locked](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access).
@@ -348,6 +349,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `disable` | Triggered when a repository owner or person with admin access to the repository [disables the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository).
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
##### The `repository_vulnerability_alert` category
| Action | Description
@@ -356,6 +358,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `resolve` | Triggered when someone with write access to a repository [pushes changes to update and resolve a vulnerability](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) in a project dependency.
| `dismiss` | Triggered when an organization owner or person with admin access to the repository dismisses a {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alert about a vulnerable dependency.{% if currentVersion == "free-pro-team@latest" %}
| `authorized_users_teams` | Triggered when an organization owner or a member with admin permissions to the repository [updates the list of people or teams authorized to receive {% data variables.product.prodname_dependabot_short %} alerts](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts) for vulnerable dependencies in the repository.{% endif %}
+{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
##### The `sponsors` category
@@ -366,7 +369,7 @@ For more information, see "[Restricting publication of {% data variables.product
| repo_funding_links_file_action | Triggered when you change the FUNDING file in your repository (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)")
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
##### The `team` category
| Action | Description
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
index 515c4749f0..2581ab8afc 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
index e3c495d558..1526004cbd 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
@@ -5,6 +5,7 @@ permissions: Organisationsinhaber können Basisberechtigungen für eine Organisa
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Über Basisberechtigungen für eine Organisation
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
index 56e1de5c7a..a58ae5e89f 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organisationsinhaber und Mitglieder mit Administratorberechtigungen für ein Repository können externe Mitarbeiter einladen, an dem Repository zu arbeiten. Du kannst das Recht, externe Mitarbeiter einzuladen, auf ausschließlich Organisationsinhaber einschränken.
@@ -18,6 +19,6 @@ Organisationsinhaber und Mitglieder mit Administratorberechtigungen für ein Rep
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.member-privileges %}
-5. Under "Repository invitations", select **Allow members to invite outside collaborators to repositories for this organization**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} {% else %}
+5. Under "Repository invitations", select **Allow members to invite outside collaborators to repositories for this organization**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} {% else %}
{% endif %}
6. Klicke auf **Save** (Speichern).
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
index 615f4e3434..d58743e04e 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Inhaber können die Berechtigungen zum Löschen oder Übertragen von Repositorys innerhalb einer Organisation festlegen.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
index 9fa0b727b3..f3d45e0cde 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organisationsinhaber können die Berechtigungen für die Teamerstellung festlegen.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
index 1119226c71..ba5e4e1531 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn für ein Team kein Profilbild festgelegt ist, wird stattdessen das Profilbild der Organisation angezeigt.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
index e76d2ce3e8..f3d271f711 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
@@ -35,11 +35,11 @@ Sobald sich das entfernte Teammitglied jedoch wieder mit SSO bei der Organisatio
Um zu verhindern, dass Teammitglieder versehentlich aus einem Team entfernt werden, empfehlen wir innerhalb der Organisations oder dem Enterprise-Konto die Erzwingung des SAML SSO, die Erstellung neuer Teams zur Synchronisierung der Mitgliederdaten und die Überprüfung der IdP-Gruppenmitgliedschaften vor der Synchronisierung bestehender Teams. Weitere Informationen findest Du unter „[SAML Single Sign-On für Deine Organisation erzwingen](/articles/enforcing-saml-single-sign-on-for-your-organization).“
-Wenn Deine Organisation im Besitz eines Enterprise-Kontos ist, wird die Aktivierung der Teamsynchronisierung für das Enterprise-Konto Deine Einstellungen für die Teamsynchronisierung auf Organisationsebene überschreiben. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)."
+Wenn Deine Organisation im Besitz eines Enterprise-Kontos ist, wird die Aktivierung der Teamsynchronisierung für das Enterprise-Konto Deine Einstellungen für die Teamsynchronisierung auf Organisationsebene überschreiben. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)."
### Vorrausetzungen
-Bevor Du ein Team mit einer Identitätsanbieter-Gruppe verbinden kannst, muss ein Organisations- oder Enterprise-Inhaber die Teamsynchronisierung für Dein Organisations- oder Enterprise-Konto aktivieren. Weitere Informationen findest Du unter „[Teamsynchronisierung für Deine Organisation verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)" und „[Sicherheitseinstellungen für Dein Enterprise-Konto durchsetzen](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)."
+Bevor Du ein Team mit einer Identitätsanbieter-Gruppe verbinden kannst, muss ein Organisations- oder Enterprise-Inhaber die Teamsynchronisierung für Dein Organisations- oder Enterprise-Konto aktivieren. Weitere Informationen findest Du unter „[Teamsynchronisierung für Deine Organisation verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)" und „[Sicherheitseinstellungen für Dein Enterprise-Konto durchsetzen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)."
Um zu vermeiden, dass Team-Mitglieder unbeabsichtigt entfernt werden, besuche das administrative Portal Deines IdP und bestätige, dass jedes aktuelle Teammitglied auch in der IdP-Gruppe vorhanden ist, die Du mit diesem Team verbinden willst. Wenn Du keinen Zugriff auf das Administratorenportal Deines Identitätsanbieters hast, bitte Deinen IdP-Administrator um die Überprüfung.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
index 4568090156..f651d6ca39 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
@@ -7,6 +7,7 @@ intro: 'To make someone else the owner of an organization account, you must add
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. Wenn Du das einige Mitglied mit *Inhaber*-Berechtigungen bist, gib einem anderen Organisationsmitglied ebenfalls die Inhaberrolle. Weitere Informationen findest Du unter „[Ernennung eines Organisationsinhabers](/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization#appointing-an-organization-owner)."
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
index 0501893409..b592016e5b 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
@@ -55,4 +55,4 @@ Du kannst die verknüpfte Identität, die aktiven Sitzungen und die autorisierte
### Weiterführende Informationen
- „[Informationen zum Identitäts- und Zugriffsmanagement mit SAML Single-Sign-On](/articles/about-identity-and-access-management-with-saml-single-sign-on)“
-- „[Anzeigen und Verwalten des SAML-Zugriffs eines Benutzers auf Dein Enterprise-Konto](/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)"
+- „[Anzeigen und Verwalten des SAML-Zugriffs eines Benutzers auf Dein Enterprise-Konto](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)"
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
index 0d41f2405d..bbd17ad04b 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
@@ -45,4 +45,4 @@ Mithilfe von Abhängigkeits-Einblicken kannst Du Schwachstellen, Lizenzen und an
- „[Über Organisationen](/github/setting-up-and-managing-organizations-and-teams/about-organizations)"
- "[Exploring the dependencies of a repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository)"
- „[Die Sichtbarkeit der Einblicke zu den Abhängigkeiten Ihrer Organisation ändern](/github/setting-up-and-managing-organizations-and-teams/changing-the-visibility-of-your-organizations-dependency-insights)“
- - „[Eine Richtlinie für Einblicke in die Abhängigkeiten in Ihrem Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise-account/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account)“
+ - „[Eine Richtlinie für Einblicke in die Abhängigkeiten in Ihrem Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account)“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
index bd12eae0d9..c2d9c8327e 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Anhand dieser Informationen können Administratoren außenstehende Personen unterstützen, Daten für Compliance-Zwecke erfassen und andere allgemeine Sicherheitsüberprüfungen durchführen.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md
new file mode 100644
index 0000000000..5b64a46148
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md
@@ -0,0 +1,44 @@
+---
+title: Informationen zu „Enterprise“ (Unternehmens)-Konten
+intro: 'Mit {% data variables.product.prodname_ghe_cloud %} können Sie ein Enterprise Konto erstellen, um die Zusammenarbeit zwischen Ihren Organisationen zu ermöglichen und gleichzeitig den Administratoren einen zentralen Anlaufpunkt für Transparenz und Verwaltung zu bieten.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/about-github-business-accounts/
+ - /articles/about-enterprise-accounts
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### Informationen zu „Enterprise“ (Unternehmens)-Konten
+
+Mit einem Unternehmens-Konto kannst Du mehrere {% data variables.product.prodname_dotcom %}-Organisationen und {% data variables.product.prodname_ghe_server %}-Instanzen verwalten. Ihr Enterprise-Konto benötigt einen Handle, beispielsweise eine Organisation oder ein persönliches Konto auf {% data variables.product.prodname_dotcom %}. Enterprise-Administratoren können Einstellungen und Voreinstellungen verwalten, darunter folgende:
+
+- Mitgliederzugang und -verwaltung (Organisationsmitglieder, externe Mitarbeiter)
+- Abrechnung und Nutzung ({% data variables.product.prodname_ghe_server %}-Instanzen, Benutzerlizenzen, {% data variables.large_files.product_name_short %}-Pakete)
+- Sicherheit (Single-Sign-On, Zwei-Faktor-Authentifizierung)
+- Anfragen und Unterstützen von Bundle-Sharing mit {% data variables.contact.enterprise_support %}
+
+{% data reusables.enterprise-accounts.enterprise-accounts-billing %}
+
+Weitere Informationen über die Unterschiede zwischen {% data variables.product.prodname_ghe_cloud %} und {% data variables.product.prodname_ghe_server %} findest Du auf „[Produkte von {% data variables.product.prodname_dotcom %}](/articles/githubs-products)." Um auf {% data variables.product.prodname_enterprise %} zu hochzustufen oder um mit einem Unternehmenskonto einzusteigen, kontaktiere bitte {% data variables.contact.contact_enterprise_sales %}.
+
+For more information about member access and management, see "{% if currentVersion == "free-pro-team@latest" %}[Managing users in your enterprise](/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise){% elsif currentVersion == "enterprise-ae@latest" or enterpriseServerVersions contains currentVersion %}[Managing users, organizations, and repositories](/admin/user-management){% endif %}."
+
+For more information about managing enterprise accounts using the GraphQL API, see "[Enterprise accounts](/v4/guides/managing-enterprise-accounts)."
+
+{% if currentVersion == "free-pro-team@latest" %}
+
+### Mit Deinem Enterprise-Konto verknüpfte Organisationen verwalten
+
+Organisationen sind gemeinsame Konten, in denen Personengruppen projektübergreifend zusammenarbeiten können. Inhaber können den Mitgliederzugang zu den Daten und Projekten der Organisation mit komplexen Sicherheits- und Administrationsfunktionen verwalten. Weitere Informationen finden Sie unter „[Informationen zu Organisationen](/articles/about-organizations)“.
+
+Enterprise-Inhaber können Organisationen erstellen und mit dem Enterprise-Konto verknüpfen. Nachdem Du Organisationen zu Deinem Enterprise-Konto hinzugefügt hast, kannst Du die Richtlinien der Organisationen verwalten und erzwingen. Die spezifischen Optionen für das Erzwingen variieren je nach Einstellung. Im Allgemeinen können Sie wählen, ob Sie eine einzige Richtlinie für alle Organisationen in Ihrem Enterprise-Konto erzwingen oder es den Inhabern ermöglichen möchten, Richtlinien auf Organisationsebene festzulegen.
+
+Weitere Informationen finden Sie unter „[Organisationen in Ihrem Enterprise-Konto verwalten](/articles/managing-organizations-in-your-enterprise-account)“ und „[Richtlinien für Organisationen in Ihrem Enterprise-Konto festlegen](/articles/setting-policies-for-organizations-in-your-enterprise-account)“.
+
+{% endif %}
+
+### {% data variables.product.prodname_ghe_server %}-Lizenzen verwalten, die mit Deinem Unternehmens-Konto verknüpft sind
+
+{% data reusables.enterprise-accounts.admin-managing-licenses %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md
new file mode 100644
index 0000000000..14e905b62d
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md
@@ -0,0 +1,26 @@
+---
+title: Organisationen zu Deinem Enterprise-Konto hinzufügen
+intro: Du kannst neue Organisationen erstellen, um sie in Deinem Enterprise-Konto zu verwalten.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/adding-organizations-to-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Enterprise-Inhaber können in den Einstellungen eines Enterprise-Kontos neue Organisationen erstellen.
+
+Um Deinem Enterprise-Konto eine Organisation hinzuzufügen, musst Du die Organisation in den Einstellungen des Enterprise-Kontos erstellen. Es ist nicht möglich, vorhandene Organisationen an ein Enterprise-Konto zu übertragen.
+
+### Eine Organisation in Deinem Enterprise-Konto erstellen
+
+Die von Ihnen in den Einstellungen des Enterprise-Kontos erstellten Organisationen sind im {% data variables.product.prodname_ghe_cloud %}-Abonnement Ihres Enterprise-Kontos enthalten. Weitere Informationen zur Zusammenarbeit in Organisationen findest Du unter „[Organisationen und Teams einrichten und verwalten](/categories/setting-up-and-managing-organizations-and-teams).“
+
+Enterprise-Inhaber, die eine dem Enterprise-Konto gehörende Organisation erstellen, werden automatisch zu Organisationsinhabern. Weitere Informationen zu Organisationsinhabern findest Du unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization).“
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+2. Klicke auf der Registerkarte **Organziations** (Organisationen) oberhalb der Liste der Organisationen auf **New organization** (Neue Organisation). 
+3. Gib unter „Organization name“ (Organisationsname) einen Namen für Deine Organisation ein. 
+4. Klicke auf **Create organization** (Organisation erstellen).
+5. Gib unter „Invite owners“ (Inhaber einladen) den Benutzernamen einer Person ein, die Du dazu einladen möchtest, Organisationsinhaber zu werden. Klicke anschließend auf **Invite** (Einladen). 
+6. Klicke auf **Finish** (Fertigstellen).
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md
new file mode 100644
index 0000000000..827fa351e4
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md
@@ -0,0 +1,102 @@
+---
+title: Configuring SAML single sign-on and SCIM for your enterprise account using Okta
+intro: 'You can use Security Assertion Markup Language (SAML) single sign-on (SSO) and System for Cross-domain Identity Management (SCIM) with Okta to automatically manage access to your enterprise account on {% data variables.product.product_name %}.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/configuring-single-sign-on-and-scim-for-your-enterprise-account-using-okta
+versions:
+ free-pro-team: '*'
+---
+
+{% data reusables.enterprise-accounts.user-provisioning-release-stage %}
+
+### Über SAML und SCIM mit Okta
+
+You can control access to your enterprise account in {% data variables.product.product_name %} and other web applications from one central interface by configuring the enterprise account to use SAML SSO and SCIM with Okta, an Identity Provider (IdP).
+
+SAML SSO controls and secures access to enterprise account resources like organizations, repositories, issues, and pull requests. SCIM automatically adds, manages, and removes members' access to organizations owned by your enterprise account when you make changes in Okta. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)."
+
+Nachdem Du SCIM aktiviert hast, stehen Dir folgende Bereitstellungsfunktionen für alle Benutzer zur Verfügung, denen Du Deine {% data variables.product.prodname_ghe_cloud %}-Anwendung in Okta zuweist.
+
+| Funktion | Beschreibung |
+| ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| Push neuer Benutzer | New users created in Okta will gain access to enterprise account resources, and can optionally be automatically invited to any of the organizations owned by the enterprise account |
+| Push Benutzer-Deaktivierung | Deactivating a user in Okta will revoke the user's access to the enterprise account resources and remove the user from all organizations owned by the enterprise account |
+| Push Profil-Aktualisierungen | Updates made to the user's profile in Okta will be pushed to the user’s enterprise account metadata |
+| Benutzer reaktivieren | Reactivating the user in Okta will re-enable the user's access to the enterprise account and will optionally send email invitations for the user to rejoin any of the organizations owned by the enterprise account that the user was previously a member of |
+
+### Vorrausetzungen
+
+{% data reusables.saml.use-classic-ui %}
+
+### Die {% data variables.product.prodname_ghe_cloud %}-Anwendung in Okta hinzufügen
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.add-okta-application %}
+{% data reusables.saml.search-ghec-okta %}
+1. Click "{% data variables.product.prodname_ghe_cloud %} - Enterprise Accounts".
+1. Klicke auf **Add** (Hinzufügen).
+1. Optionally, to the right of "Application label", type a descriptive name for the application. 
+1. To the right of "{% data variables.product.prodname_dotcom %} Enterprises", type the name of your enterprise account. For example, if your enterprise account's URL is `https://github.com/enterprises/octo-corp`, type `octo-corp`. 
+1. Klicke auf **Done** (Fertig).
+
+### SAML SSO aktivieren und testen
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.click-enterprise-account-application %}
+{% data reusables.saml.assign-yourself-to-okta %}
+{% data reusables.saml.okta-sign-on-tab %}
+1. To the right of Settings, click **Edit**.
+1. Under "Configured SAML Attributes", to the right of "groups", use the drop-down menu and select **Matches regex**.
+1. To the right of the drop-down menu, type `.*.*`.
+1. Klicke auf **Save** (Speichern).
+{% data reusables.saml.okta-view-setup-instructions %}
+1. Enable SAML for your enterprise account using the information in the setup instructions. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)."
+
+### Creating groups in Okta
+
+1. In Okta, create a group to match each organization owned by your enterprise account. The name of each group must match the account name of the organization (not the organization's display name). For example, if the URL of the organization is `https://github.com/octo-org`, name the group `octo-org`.
+1. Assign the application you created for your enterprise account to each group. {% data variables.product.prodname_dotcom %} will receive all `groups` data for each user.
+1. Add users to groups based on the organizations you'd like users to belong to.
+
+### Configuring user provisioning with SCIM in Okta
+
+{% data reusables.scim.enterprise-account-scim %}
+
+To configure user provisioning with SCIM in Okta, you must authorize an OAuth application to create a token that Okta can use to authenticate to {% data variables.product.product_name %} on your behalf. The okta-oauth application is created by Okta in partnership with {% data variables.product.prodname_dotcom %}.
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.click-enterprise-account-application %}
+{% data reusables.saml.okta-provisioning-tab %}
+{% data reusables.saml.okta-configure-api-integration %}
+{% data reusables.saml.okta-enable-api-integration %}
+1. Click **Authenticate with Github Enterprise Cloud - Enterprise Accounts**. 
+1. To the right of your enterprise account's name, click **Grant**.
+1. Click **Authorize okta-oauth**.
+{% data reusables.saml.okta-save-provisioning %}
+{% data reusables.saml.okta-edit-provisioning %}
+1. Under the name of the application, click **Push Groups**. 
+1. Use the **Push Groups** drop-down menu, and select **Find groups by name**. 
+1. Add a push group for each organization in your enterprise account that you want to enable user provisioning for.
+ - Under "PUSH GROUPS BY NAME", search for a group that corresponds to an organization owned by your enterprise account, then click the group in the search results.
+ - To the right of the group name, in the "Match results & push action" drop-down menu, verify that **Create Group** is selected. 
+ - Klicke auf **Save** (Speichern).
+ - Repeat for each organization.
+1. Under the name of your application, click **Assignments**. 
+1. If you see **Provision users**, users who were a member of an Okta group before you added a push group for that group have not been provisioned. To send SCIM data to {% data variables.product.product_name %} for these users, click **Provision users**.
+
+### Enabling SAML user provisioning
+
+After you enable SCIM provisioning and deprovisioning, you can optionally enable SAML user provisioning and deprovisioning.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML User Provisioning", select **Enable SAML user provisioning**. 
+1. Klicke auf **Save** (Speichern).
+1. Optionally, enable SAML user deprovisioning.
+ - Select **Enable SAML user deprovisioning**, then click **Save**. 
+ - Read the warning, then click **Enable SAML deprovisioning**. 
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md
new file mode 100644
index 0000000000..7a75d8c7a3
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md
@@ -0,0 +1,19 @@
+---
+title: Configuring the retention period for GitHub Actions artifacts and logs in your enterprise account
+intro: 'Enterprise owners can configure the retention period for {% data variables.product.prodname_actions %} artifacts and logs in an enterprise account.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+versions:
+ free-pro-team: '*'
+ enterprise-server: '>=2.23'
+---
+
+{% data reusables.actions.about-artifact-log-retention %}
+
+## Setting the retention period for an enterprise
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.github-actions.change-retention-period-for-artifacts-logs %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md
new file mode 100644
index 0000000000..65de44d29d
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md
@@ -0,0 +1,22 @@
+---
+title: Webhooks für Organisationsereignisse in Deinem Enterprise-Konto konfigurieren
+intro: Enterprise-Inhaber können für Ereignisse in Organisationen eines Enterprise-Kontos Webhooks konfigurieren.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/configuring-webhooks-for-organization-events-in-your-business-account/
+ - /articles/configuring-webhooks-for-organization-events-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Du kannst Webhooks konfigurieren, um Ereignisse von Organisationen im Besitz Deines Enterprise-Kontos zu empfangen. For more information about webhooks, see "[Webhooks](/webhooks/)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.hooks-tab %}
+4. Klicke neben „Webhooks“ (Webhooks) auf **Add webhook** (Webhook hinzufügen). 
+5. Gib eine Nutzlast-URL ein, und passe dann optional die Konfiguration an. Weitere Informationen finden Sie unter „[Webhooks erstellen](/webhooks/creating/#creating-webhooks)“. 
+6. Wähle unter „Which events would you like to trigger this webhook?“ (Welche Ereignisse sollen diesen Webhook auslösen?) die Option **Let me select individual events** (Einzelne Ereignisse auswählen). 
+7. Wähle mindestens ein Enterprise-Konto-Ereignis aus, das Dein Webhook empfangen soll. For more information, see "[Event types and payloads](/webhooks/event-payloads/)." 
+8. Um die gewählten Ereignisse für ausgelöste Webhooks zu empfangen, wähle **Active** (Aktiv) aus. 
+9. Klicke auf **Add webhook** (Webhook hinzufügen).
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md
new file mode 100644
index 0000000000..1d530db33e
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md
@@ -0,0 +1,18 @@
+---
+title: Eine Richtlinie für Abhängigkeiten-Einblicke in Deinem Enterprise-Konto erzwingen
+intro: 'Für alle Organisationen Deines Enterprise-Kontos kannst Du es Mitgliedern erlauben oder verbieten, Abhängigkeiten-Einblicke anzuzeigen, oder es Inhabern gestatten, diese Einstellung auf Organisationsebene zu verwalten.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-a-policy-on-dependency-insights/
+ - /articles/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+In Organisationen, die einem Enterprise-Konto gehören, können Organisationsinhaber Einschränkungen für die Anzeige der Abhängigkeiten-Einblicke der Organisation festlegen. Weitere Informationen findest Du unter „[Die Sichtbarkeit der Abhängigkeiten-Einblicke Deiner Organisation ändern](/articles/changing-the-visibility-of-your-organizations-dependency-insights).“
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Klicke auf der Seitenleiste des Enterprise-Kontos auf **Organizations** (Organisationen). 
+4. Lies unter „Organization policies“ (Organisationsrichtlinien) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Wähle im Dropdownmenü unter „Organization policies“ (Organisationsrichtlinien) eine Richtlinie aus. 
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..f559ff6e7a
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md
@@ -0,0 +1,46 @@
+---
+title: Enforcing GitHub Actions policies in your enterprise account
+intro: 'Enterprise owners can disable, enable, and limit {% data variables.product.prodname_actions %} for an enterprise account.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+versions:
+ free-pro-team: '*'
+---
+
+### About {% data variables.product.prodname_actions %} permissions for your enterprise account
+
+By default, {% data variables.product.prodname_actions %} is enabled in all organizations owned by an enterprise account. You can choose to disable {% data variables.product.prodname_actions %} for all organizations owned by an enterprise account, or only allow specified organizations. You can also limit the use of public actions, so that people can only use local actions that exist in your organization.
+
+Before you can configure {% data variables.product.prodname_code_scanning %} for a repository, you must enable {% data variables.product.prodname_code_scanning %} by adding a {% data variables.product.prodname_actions %} workflow to the repository.
+
+### Managing {% data variables.product.prodname_actions %} permissions for your enterprise account
+
+You can disable all workflows for an enterprise or set a policy that configures which actions can be used in an organization.
+
+{% data reusables.actions.actions-use-policy-settings %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.actions.enterprise-actions-permissions %}
+1. Klicke auf **Save** (Speichern).
+
+### Allowing specific actions to run
+
+{% data reusables.actions.allow-specific-actions-intro %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+1. Under **Policies**, select **Allow specific actions** and add your required actions to the list. 
+
+### Enabling workflows for private repository forks
+
+{% data reusables.github-actions.private-repository-forks-overview %}
+
+#### Configuring the private fork policy for your enterprise account
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.github-actions.private-repository-forks-configure %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..76df179550
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md
@@ -0,0 +1,33 @@
+---
+title: Richtlinien für Projektboards in Deinem Enterprise-Konto erzwingen
+intro: 'Enterprise-Inhaber können bestimmte Richtlinien für Projektboards für alle Organisationen erzwingen, die einem Enterprise-Konto gehören, oder zulassen, dass Richtlinien in jeder Organisation festgelegt werden.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-project-board-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-project-board-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-project-board-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Weitere Informationen zu den Projektboard-Typen findest Du unter „[Informationen zu Projektboards](/articles/about-project-boards).“
+
+### Eine Richtlinie für organisationsweite Projektboards erzwingen
+
+Für alle Organisationen Deines Enterprise-Kontos kannst Du organisationsweite Projektboards aktivieren oder deaktivieren oder es Inhabern gestatten, diese Einstellung auf Organisationsebene zu verwalten.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.projects-tab %}
+4. Lies unter „Organization projects“ (Organisationsprojekte) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Wähle im Dropdownmenü unter „Organization projects“ (Organisationsprojekte) eine Richtlinie aus. 
+
+### Eine Richtlinie für Repository-Projektboards erzwingen
+
+Für alle Organisationen Deines Enterprise-Kontos kannst Du Projektboards auf Repository-Ebene aktivieren oder deaktivieren oder es Inhabern gestatten, diese Einstellung auf Organisationsebene zu verwalten.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.projects-tab %}
+4. Lies unter „Repository projects“ (Repository-Projekte) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Wähle im Dropdownmenü unter „Repository projects“ (Repository-Projekte) eine Richtlinie aus. 
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..6204dd7517
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md
@@ -0,0 +1,89 @@
+---
+title: Richtlinien zur Repository-Verwaltung in Deinem Enterprise-Konto erzwingen
+intro: 'Enterprise-Inhaber können bestimmte Richtlinien zur Repository-Verwaltung für alle Organisationen erzwingen, die einem Enterprise-Konto gehören, oder zulassen, dass Richtlinien in jeder Organisation festgelegt werden.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-repository-management-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-repository-management-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-repository-management-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Weitere Informationen finden Sie unter„[Berechtigungsebenen für die Repositorys einer Organisation](/articles/repository-permission-levels-for-an-organization)“.
+
+### Eine Richtlinie zu standardmäßigen Repository-Berechtigungen erzwingen
+
+Für alle Organisationen Deines Enterprise-Kontos kannst Du eine standardmäßige Repository-Berechtigungsebene (keine, Lese-, Schreib- oder Administratorberechtigungen) für Organisationsmitglieder festlegen oder es Inhabern gestatten, diese Einstellung auf Organisationsebene zu verwalten.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+4. Lies auf der Registerkarte **Repository policies** (Repository-Richtlinien) unter „Default permissions“ (Standardberechtigungen) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Wähle im Dropdownmenü unter „Default permissions“ (Standardberechtigungen) eine Richtlinie aus. 
+
+### Eine Richtlinie zum Erstellen von Repositorys erzwingen
+
+In allen Organisationen Deines Enterprise-Kontos kannst Du festlegen, dass Mitglieder Repositorys erstellen können, die Repository-Erstellung auf Organisationsinhaber einschränken oder es Inhabern ermöglichen, die Einstellung auf Organisationsebene zu verwalten. Wenn Du Mitgliedern erlaubst, Repositorys zu erstellen, kannst Du angeben, ob die Mitglieder eine beliebige Kombination aus öffentlichen, privaten und internen Repositorys erstellen können. {% data reusables.repositories.internal-repo-default %} Weitere Informationen über interne Repositorys findest Du unter „[Ein internes Repository erstellen](/articles/creating-an-internal-repository)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Lies auf der Registerkarte **Repository policies** (Repository-Richtlinien) unter „Repository creation“ (Repository-Erstellung) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repo-creation-policy %}
+{% data reusables.enterprise-accounts.repo-creation-types %}
+6. Klicke auf **Save** (Speichern).
+
+### Eine Richtlinie zum Forken privater oder interner Repositorys erzwingen
+
+Für alle Organisationen Deines Enterprise-Kontos kannst Du Benutzern mit Zugriff auf ein privates oder internes Repository das Forken dieses Repositorys erlauben, das Forken privater oder interner Repositorys immer untersagen oder es Inhabern gestatten, diese Einstellung auf Organisationsebene zu verwalten.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Lies auf der Registerkarte **Repository policies** (Repository-Richtlinien) unter „Repository forking“ (Repository-Forking) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Wähle im Dropdownmenü unter „Repository forking“ (Repository-Forking) eine Richtlinie aus. 
+
+### Eine Richtlinie zum Einladen externer Mitarbeiter zu Repositorys erzwingen
+
+In allen Organisationen Deines Enterprise-Kontos kannst Du Mitgliedern das Einladen von externen Mitarbeitern zu Repositorys erlauben, Einladungen externer Mitarbeiter auf Organisationsinhaber beschränken oder es Inhabern ermöglichen, die Einstellung auf Organisationsebene zu verwalten.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Lies auf der Registerkarte **Repository policies** (Repository-Richtlinien) unter „Repository invitations“ (Repository-Einladungen) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Wählen Sie im Dropdownmenü unter „Repository invitations“ (Repository-Einladungen) eine Richtlinie aus.
+ 
+
+### Eine Richtlinie zum Ändern der Repository-Sichtbarkeit erzwingen
+
+In allen Organisationen Ihres Enterprise-Kontos können Sie Mitgliedern mit Administratorberechtigungen das Ändern der Sichtbarkeit eines Repositorys erlauben, Änderungen der Repository-Sichtbarkeit auf Organisationsinhaber beschränken oder es Inhabern ermöglichen, die Einstellung auf Organisationsebene zu verwalten.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Lies auf der Registerkarte **Repository policies** (Repository-Richtlinien) unter „Repository visibility change“ (Änderung der Repository-Sichtbarkeit) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repository-visibility-policy %}
+
+### Eine Richtlinie zum Löschen oder Übertragen von Repositorys erzwingen
+
+In allen Organisationen Ihres Enterprise-Kontos können Sie Mitgliedern mit Administratorberechtigungen das Löschen oder Übertragen eines Repositorys erlauben, das Löschen und Übertragen von Repositorys auf Organisationsinhaber beschränken oder es Inhabern ermöglichen, die Einstellung auf Organisationsebene zu verwalten.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Lies auf der Registerkarte **Repository policies** (Repository-Richtlinien) unter „Repository deletion and transfer“ (Löschen und Übertragen von Repositorys) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repository-deletion-policy %}
+
+### Eine Richtlinie zum Löschen von Issues erzwingen
+
+In allen Organisationen Ihres Enterprise-Kontos können Sie Mitgliedern mit Administratorberechtigungen das Löschen von Issues in einem Repository erlauben, das Löschen von Issues auf Organisationsinhaber beschränken oder es Inhabern ermöglichen, die Einstellung auf Organisationsebene zu verwalten.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Lies auf der Registerkarte **Repository policies** (Repository-Richtlinien) unter „Repository issue deletion“ (Löschen von Repository-Issues) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Wähle im Dropdownmenü unter „Repository issue deletion“ (Löschen von Repository-Issues) eine Richtlinie aus. 
+
+### Enforcing a policy on the default branch name
+
+Across all organizations owned by your enterprise account, you can set the default branch name for any new repositories that members create. You can choose to enforce that default branch name across all organizations or allow individual organizations to set a different one.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Default branch name", enter the default branch name that new repositories should use. 
+4. Optionally, to enforce the default branch name for all organizations in the enterprise, select **Enforce across this enterprise**. 
+5. Klicke auf **Update** (Aktualisieren). 
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md
new file mode 100644
index 0000000000..c18b25305f
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md
@@ -0,0 +1,204 @@
+---
+title: Sicherheitseinstellungen in Deinem Enterprise-Konto erzwingen
+intro: Enterprise-Inhaber können bestimmte Sicherheitsrichtlinien für alle Organisationen eines Enterprise-Kontos erzwingen.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+redirect_from:
+ - /articles/enforcing-security-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-security-settings-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-security-settings-in-your-enterprise-account
+ - /github/articles/managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### Zwei-Faktor-Authentifizierung für Organisationen in Deinem Enterprise-Konto vorschreiben
+
+Enterprise-Inhaber können vorschreiben, dass Organisationsmitglieder, Abrechnungsmanager und externe Mitarbeiter in allen Organisationen eines Enterprise-Kontos die Zwei-Faktor-Authentifizierung (2FA) für den Schutz ihrer persönlichen Konten verwenden.
+
+Bevor Du die 2FA für alle Organisationen Deines Enterprise-Kontos vorschreiben kannst, musst Du sie zunächst für Dein eigenes Konto aktivieren. Weitere Informationen findest Du unter „[Dein Konto durch Zwei-Faktor-Authentifizierung (2FA) schützen](/articles/securing-your-account-with-two-factor-authentication-2fa/).“
+
+{% warning %}
+
+**Warnungen:**
+
+- Wenn Du die Zwei-Faktor-Authentifizierung für Dein Enterprise-Konto vorschreibst, werden Mitglieder, externe Mitarbeiter und Abrechnungsmanager (einschließlich Bot-Konten) der Organisationen Deines Enterprise-Kontos, die keine 2FA verwenden, aus der Organisation entfernt und verlieren den Zugriff auf die Repositorys der Organisation. Gleichzeitig verlieren sie auch den Zugriff auf ihre Forks der privaten Repositorys der Organisation. Du kannst die Zugriffsberechtigungen und Einstellungen dieser Personen wiederherstellen, wenn sie die Zwei-Faktor-Authentifizierung für ihre persönlichen Konten innerhalb einer Frist von drei Monaten ab ihrer Entfernung aus der Organisation aktivieren. Weitere Informationen findest Du unter „[Ehemaliges Mitglied Deiner Organisation wieder einsetzen](/articles/reinstating-a-former-member-of-your-organization).“
+- Alle Organisationsinhaber, Mitglieder, Abrechnungsmanager und externen Mitarbeiter der Organisationen Deines Enterprise-Kontos, die die 2FA für ihr persönliches Konto deaktivieren, nachdem Du die 2FA vorgeschrieben hast, werden automatisch aus der Organisation entfernt.
+- Falls Du der einzige Inhaber eines Enterprise-Kontos bist, bei dem die Zwei-Faktor-Authentifizierung vorgeschrieben ist, kannst Du die 2FA für Dein persönliches Konto nicht deaktivieren, ohne gleichzeitig die Erzwingung der Zwei-Faktor-Authentifizierung für das Enterprise-Konto aufzuheben.
+
+{% endwarning %}
+
+Bevor Du die Zwei-Faktor-Authentifizierung vorschreiben, empfehlen wir, Organisationsmitglieder, externe Mitarbeiter und Abrechnungsmanager über diesen Schritt zu informieren und sie darum zu bitten, die Zwei-Faktor-Authentifizierung für ihre Konten einzurichten. Organisationsinhaber können auf der Personenseite ihrer Organisationen sehen, ob Mitglieder und externe Mitarbeiter bereits die 2FA verwenden. Weitere Informationen findest Du unter „[Überprüfen, ob die Benutzer Deiner Organisation die 2FA aktiviert haben](/articles/viewing-whether-users-in-your-organization-have-2fa-enabled).“
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+4. Überprüfe unter „Two-factor authentication“ (Zwei-Faktor-Authentifizierung) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Wähle unter „Two-factor authentication“ (Zwei-Faktor-Authentifizierung) **Require two-factor authentication for all organizations in your business** (Zwei-Faktor-Authentifizierung für alle Organisationen in Deinem Unternehmen vorschreiben) aus, und klicke dann auf **Save** (Speichern). 
+6. Wenn Du dazu aufgefordert wirst, lies die Informationen zu Mitgliedern und externen Mitarbeitern, die aus den Organisationen Deines Enterprise-Kontos entfernt werden. Gib zur Bestätigung der Änderung den Namen Deines Enterprise-Kontos ein, und klicke dann auf **Remove members & require two-factor authentication** (Mitglieder entfernen & Zwei-Faktor-Authentifizierung vorschreiben). 
+7. Wenn Mitglieder oder externe Mitarbeiter aus den Organisationen Deines Enterprise-Kontos entfernt werden, empfehlen wir optional, ihnen eine Einladung zum Wiederherstellen ihrer früheren Berechtigungen und ihres Zugriffs auf Deine Organisation zu senden. Vor der Annahme dieser Einladung müssen diese Benutzer die Zwei-Faktor-Authentifizierung aktivieren.
+
+### Zulässige IP-Adressen für Organisationen in Deinem Enterprise-Konto verwalten
+
+Enterprise-Inhaber können den Zugriff auf Objekte im Besitz von Organisationen in Enterprise-Konten einschränken, indem sie eine Zulassungsliste für spezifische IP-Adressen konfigurieren. {% data reusables.identity-and-permissions.ip-allow-lists-example-and-restrictions %}
+
+{% data reusables.identity-and-permissions.ip-allow-lists-cidr-notation %}
+
+{% data reusables.identity-and-permissions.ip-allow-lists-enable %}
+
+Du kannst auch zugelassene IP-Adressen für eine einzelne Organisation konfigurieren. Weitere Informationen findest Du auf „[Zugelassene IP-Adressen für Deine Organisation verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization)."
+
+#### Eine zulässige IP-Adresse hinzufügen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-ip %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-description %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-entry %}
+
+#### Zulässige IP-Adressen aktivieren
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+3. Wähle unter „IP allow list“ (Liste der zulässigen IP-Adressen) **Enable IP allow list** (Liste der zulässigen IP-Adressen aktivieren) aus. 
+4. Klicke auf **Save** (Speichern).
+
+#### Eine zulässige IP-Adresse bearbeiten
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-entry %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-ip %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-description %}
+8. Klicke auf **Update** (Aktualisieren).
+
+#### Eine zulässige IP-Adresse löschen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-delete-entry %}
+{% data reusables.identity-and-permissions.ip-allow-lists-confirm-deletion %}
+
+#### {% data variables.product.prodname_actions %} mit einer IP-Zulassungsliste verwenden
+
+{% data reusables.github-actions.ip-allow-list-self-hosted-runners %}
+
+### SAML Single Sign-On für Organisationen in Deinem Enterprise-Konto aktivieren
+
+{% data reusables.saml.dotcom-saml-explanation %} Weitere Informationen findest Du unter „[Informationen über Identitäts- und Zugriffsmanagement mit SAML Single Sign-On](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)."
+
+Enterprise-Inhaber können SAML SSO und zentralisierte Authentifizierung über einen SAML IdP in allen Organisationen eines Enterprise-Kontos ermöglichen. Wenn Du SAML SSO für Dein Enterprise-Konto aktiviert hast, wird SAML SSO standardmäßig für alle Organisationen Deines Enterprise-Kontos aktiviert. Alle Mitglieder müssen sich über SAML SSO authentifizieren, um auf die Organisationen zuzugreifen, bei denen sie Mitglied sind. Enterprise-Inhaber müssen sich über SAML SSO authentifizieren, wenn sie auf ein Enterprise-Konto zugreifen.
+
+{% data reusables.saml.about-saml-access-enterprise-account %} Weitere Informationen findest Du auf „[Anzeigen und Verwalten des SAML-Zugriffs eines Benutzers auf Dein Enterprise-Konto](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)."
+
+{% data reusables.saml.saml-supported-idps %}
+
+{% data reusables.scim.enterprise-account-scim %} If you're not participating in the private beta, SCIM is not supported for enterprise accounts. For more information, see "[Managing user provisioning for organizations in your enterprise account](#managing-user-provisioning-for-organizations-in-your-enterprise-account)."
+
+{% note %}
+
+**Hinweis:** Wenn Du die Authentifizierung mit SAML Single Sign-On für Dein Enterprise-Konto aktivierst, werden alle bestehenden SAML-Konfigurationen auf Organisationsebene überschrieben.
+
+{% endnote %}
+
+For more detailed information about how to enable SAML using Okta, see "[Configuring SAML single sign-on and SCIM for your enterprise account using Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta).
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+4. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Wähle unter „SAML single sign-on“ (SAML Single Sign-On) **Enable SAML authentication** (SAML-Authentifizierung aktivieren) aus. 
+6. Gib im Feld **Sign on URL** (Sign-On-URL) den HTTPS-Endpunkt für Deinen IdP für Single Sign-On-Anforderungen ein. Diesen Wert findest Du in der IdP-Konfiguration. 
+7. Gib optional im Feld **Issuer** (Aussteller) den Namen Deines SAML-Ausstellers ein. Dadurch wird die Authentizität versendeter Nachrichten verifiziert. 
+8. Füge unter **Public Certificate** (Öffentliches Zertifikat) ein Zertifikat ein, um die SAML-Antworten zu verifizieren. 
+9. Um die Integrität der Anforderungen von Ihrem SAML-Aussteller zu überprüfen, klicken Sie auf {% octicon "pencil" aria-label="The edit icon" %}. Wähle dann in den Dropdownmenüs „Signature Method“ (Signaturmethode) und „Digest Method“ (Digest-Methode) den Hash-Algorithmus aus, den Dein SAML-Aussteller verwendet. 
+10. Bevor Du SAML SSO für Dein Unternehmen aktivierst, klicke auf **Test SAML configuration** (SAML-Konfiguration testen), um sicherzustellen, dass die eingegebenen Informationen korrekt sind. 
+11. Klicke auf **Save** (Speichern).
+
+### Managing user provisioning for organizations in your enterprise account
+
+Enterprise owners can manage organization membership in an enterprise account directly from an identity provider (IdP).
+
+{% data reusables.enterprise-accounts.user-provisioning-release-stage %}
+
+{% data reusables.saml.about-user-provisioning-enterprise-account %}
+
+{% data reusables.scim.enterprise-account-scim %} Optionally, you can also enable SAML provisioning and, separately, deprovisioning.
+
+If you configure SCIM in your IdP, each time you make changes to group membership in your IdP, your IdP will make a SCIM call to {% data variables.product.prodname_dotcom %} to update the corresponding organization's membership. If you enable SAML provisioning, each time an enterprise member accesses a resource protected by your enterprise account's SAML configuration, that SAML assertion will trigger provisioning.
+
+For each SCIM call or SAML assertion, {% data variables.product.product_name %} will check the IdP groups the user belongs to and perform the following operations:
+
+- If the user is a member of an IdP group that corresponds to an organization owned by your enterprise account, and the user is not currently a member of that organization, add the user to the organization (SAML assertion) or send the user an email invitation to join the organization (SCIM call).
+- Cancel any existing invitations for the user to join an organization owned by your enterprise account.
+
+For each SCIM call and, if you enable SAML deprovisioning, each SAML assertion, {% data variables.product.product_name %} will also perform the following operation:
+
+- If the user is not a member of an IdP group that corresponds to an organization owned by your enterprise account, and the user is currently a member of that organization, remove the user from the organization.
+
+If deprovisioning removes the last remaining owner from an organization, the organization will become unowned. Enterprise owners can assume ownership of unowned organizations. For more information, see "[Managing unowned organizations in your enterprise account](/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account)."
+
+To enable user provisioning for your enterprise account using Okta, see "[Configuring SAML single sign-on and SCIM for your enterprise account using Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)."
+
+### Teamsynchronisierung für Organisationen in Deinem Enterprise-Konto verwalten
+
+Enterprise-Inhaber können die Teamsynchronisierung zwischen einem IdP und {% data variables.product.product_name %} ermöglichen, um Organisationsinhabern und Teambetreuern die Verbindung von Teams in den Organisationen Deines Enterprise-Kontos mit IdP-Gruppen zu ermöglichen.
+
+{% data reusables.identity-and-permissions.about-team-sync %}
+
+Mit Deinem Enterprise-Konto kannst Du die Teamsynchronisation mit Azure AD verwenden.
+
+{% data reusables.identity-and-permissions.sync-team-with-idp-group %}
+
+{% data reusables.identity-and-permissions.team-sync-disable %}
+
+Du kannst auch die Teamsynchronisation für eine einzelne Organisation konfigurieren und verwalten. Weitere Informationen findest Du unter „[Teamsynchronisation für Deine Organisation verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)."
+
+#### Vorrausetzungen
+
+Bevor Du die Teamsynchronisierung für Dein Enterprise-Konto aktivieren kannst:
+ - müssen Du oder Dein Azure AD-Administrator ein Global-Administrator oder ein Privileged Role-Administrator in Azure AD sein.
+ - musst Du SAML Single Sign-On für Organisationen in Deinem Enterprise-Konto mit Deinem unterstützten IdP aktivieren. Weitere Informationen findest Du unter „[SAML Single Sign-On für Organisationen in Deinem Enterprise-Konto aktivieren](#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)."
+ - musst Du mit SAML SSO und der unterstützten IdP zu Deinem Enterprise-Konto authentifizieren. Weitere Informationen findest Du unter „[Authentifizierung mit SAML Single Sign-On](/articles/authenticating-with-saml-single-sign-on).“
+
+#### Teamsynchronisation für Azure AD verwalten
+
+{% data reusables.identity-and-permissions.team-sync-azure-permissions %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.team-sync-confirm-saml %}
+{% data reusables.identity-and-permissions.enable-team-sync-azure %}
+{% data reusables.identity-and-permissions.team-sync-confirm %}
+7. Überprüfe die Mandanteninformation des Identitätsanbieters, den Du zu Deinem Enterprise-Konto verbinden willst, dann klicke auf **Approve** (Genehmigen). 
+8. Um die Teamsynchronisation zu deaktivieren, klicke auf **Disable team synchronization** (Teamsynchronisation deaktivieren). 
+
+### SSH-Zertifizierungsstellen Ihres Enterprise-Kontos verwalten
+
+Enterprise-Inhaber können die SSH-Zertifizierungsstellen eines Enterprise-Kontos hinzufügen und löschen.
+
+Indem Sie eine SSH-Zertifizierungsstelle zu Ihrem Enterprise-Konto hinzufügen, können Sie es den Mitgliedern einer Organisation Ihres Enterprise-Kontos erlauben, mit von Ihnen bereitgestellten SSH-Zertifikaten auf die Repositorys dieser Organisation zuzugreifen. {% data reusables.organizations.can-require-ssh-cert %} Weitere Informationen findest Du unter „[Informationen zu SSH-Zertifizierungsstellen](/articles/about-ssh-certificate-authorities).“
+
+#### Eine SSH-Zertifizierungsstelle hinzufügen
+
+{% data reusables.organizations.add-extension-to-cert %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.organizations.new-ssh-ca %}
+{% data reusables.organizations.require-ssh-cert %}
+
+#### Eine SSH-Zertifizierungsstelle löschen
+
+Das Löschen einer Zertifizierungsstelle kann nicht rückgängig gemacht werden. Wenn Sie dieselbe Zertifizierungsstelle in Zukunft wieder verwenden möchten, müssen Sie sie erneut hochladen.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.organizations.delete-ssh-ca %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..2276b1eefb
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md
@@ -0,0 +1,21 @@
+---
+title: Richtlinien für Teams in Deinem Enterprise-Konto erzwingen
+intro: 'Enterprise-Inhaber können bestimmte Richtlinien für Teams für alle Organisationen erzwingen, die einem Enterprise-Konto gehören, oder zulassen, dass Richtlinien in jeder Organisation festgelegt werden.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-team-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-team-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-team-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### Eine Richtlinie für Teamdiskussionen erzwingen
+
+Für alle Organisationen Deines Enterprise-Kontos kannst Du Teamdiskussionen aktivieren oder deaktivieren oder es Inhabern gestatten, diese Einstellung auf Organisationsebene zu verwalten. Weitere Informationen findest Du unter „[Informationen zu Teamdiskussionen](/articles/about-team-discussions/).“
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Klicke auf der Seitenleiste des Enterprise-Kontos auf **Teams** (Teams). 
+4. Überprüfe unter „Team discussions“ (Teamdiskussionen) die Informationen zum Ändern der Einstellung. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Wähle im Dropdownmenü unter „Team discussions“ (Teamdiskussionen) eine Richtlinie aus. 
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/index.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/index.md
new file mode 100644
index 0000000000..5c87c21c1d
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/index.md
@@ -0,0 +1,39 @@
+---
+title: Setting up and managing your enterprise
+shortTitle: Your enterprise
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account
+ - /categories/setting-up-and-managing-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+
+### Inhaltsverzeichnis
+
+{% topic_link_in_list /managing-your-enterprise-account %}
+ {% link_in_list /about-enterprise-accounts %}
+ {% link_in_list /viewing-the-subscription-and-usage-for-your-enterprise-account %}
+ {% link_in_list /managing-licenses-for-visual-studio-subscription-with-github-enterprise %}
+{% topic_link_in_list /managing-users-in-your-enterprise %}
+ {% link_in_list /roles-in-an-enterprise %}
+ {% link_in_list /inviting-people-to-manage-your-enterprise %}
+ {% link_in_list /viewing-people-in-your-enterprise %}
+ {% link_in_list /viewing-and-managing-a-users-saml-access-to-your-enterprise %}
+{% topic_link_in_list /managing-organizations-in-your-enterprise-account %}
+ {% link_in_list /adding-organizations-to-your-enterprise-account %}
+ {% link_in_list /managing-unowned-organizations-in-your-enterprise-account %}
+ {% link_in_list /viewing-the-audit-logs-for-organizations-in-your-enterprise-account %}
+ {% link_in_list /configuring-webhooks-for-organization-events-in-your-enterprise-account %}
+{% topic_link_in_list /setting-policies-for-organizations-in-your-enterprise-account %}
+ {% link_in_list /enforcing-repository-management-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-project-board-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-team-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-security-settings-in-your-enterprise-account %}
+ {% link_in_list /configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta %}
+ {% link_in_list /enforcing-a-policy-on-dependency-insights-in-your-enterprise-account %}
+ {% link_in_list /enforcing-github-actions-policies-in-your-enterprise-account %}
+ {% link_in_list /configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md
new file mode 100644
index 0000000000..a4a70cfbd5
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md
@@ -0,0 +1,44 @@
+---
+title: Inviting people to manage your enterprise
+intro: Du kannst Personen dazu einladen, Enterprise-Inhaber oder Abrechnungsmanager in Deinem Enterprise-Konto zu werden. Du kannst auch Enterprise-Inhaber und Abrechnungsmanager entfernen, die nicht mehr auf Dein Enterprise-Konto zugreifen müssen.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/inviting-people-to-manage-your-enterprise-account
+ - /articles/inviting-people-to-collaborate-in-your-business-account/
+ - /articles/inviting-people-to-manage-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### Informationen zum Einladen von Personen zur Verwaltung Deines Enterprise-Kontos
+
+{% data reusables.enterprise-accounts.enterprise-administrators %} For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise).
+
+{% tip %}
+
+**Tipp:** Weitere Informationen zum Verwalten von Benutzern in einer Organisation Deines Enterprise-Kontos findest Du unter „[Mitgliedschaft in Deiner Organisation verwalten](/articles/managing-membership-in-your-organization)“ und „[Rollenbasierte Zugriffe von Personen auf Deine Organisation verwalten](/articles/managing-peoples-access-to-your-organization-with-roles).“
+
+{% endtip %}
+
+### Einen Enterprise-Administrator zu Deinem Enterprise-Konto einladen
+
+Nur Enterprise-Inhaber können andere Personen dazu einladen, Enterprise-Administratoren zu werden.
+
+Wenn Du jemanden zum Enterprise-Konto eingeladen hast, muss diese Person die per E-Mail erhaltene Einladung annehmen, bevor sie auf das Enterprise-Konto zugreifen kann.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+3. Klicke auf der linken Seitenleiste auf **Administrators** (Administratoren). 
+4. Klicke oberhalb der Liste der Administratoren auf **Invite admin** (Administrator einladen). 
+5. Gib den Benutzernamen, den vollständigen Namen oder die E-Mail-Adresse der Person ein, die Du dazu einladen möchtest, Enterprise-Administrator zu werden. Wähle dann die gewünschte Person aus den Ergebnissen aus. 
+6. Wähle **Owner** (Inhaber) oder **Billing Manager** (Abrechnungsmanager) aus. 
+7. Klicke auf **Send Invitation** (Einladung senden). 
+
+### Einen Enterprise-Administrator aus Deinem Enterprise-Konto entfernen
+
+Nur Enterprise-Inhaber können andere Enterprise-Administratoren aus dem Enterprise-Konto entfernen.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+3. Klicke neben dem Benutzernamen der Person, die Du entfernen möchtest, auf {% octicon "gear" aria-label="The Settings gear" %} und anschließend auf **Remove owner** (Inhaber entfernen) oder **Remove billing manager** (Abrechnungsmanager entfernen). 
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md
new file mode 100644
index 0000000000..7df208e247
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md
@@ -0,0 +1,42 @@
+---
+title: Managing licenses for Visual Studio subscription with GitHub Enterprise
+intro: 'You can manage {% data variables.product.prodname_enterprise %} licensing for {% data variables.product.prodname_vss_ghe %}.'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/managing-licenses-for-the-github-enterprise-and-visual-studio-bundle
+ - /github/articles/about-the-github-and-visual-studio-bundle
+ - /articles/about-the-github-and-visual-studio-bundle
+versions:
+ free-pro-team: '*'
+---
+
+### Informationen zu {% data variables.product.prodname_vss_ghe %}
+
+{% data variables.product.prodname_vss_ghe %} is a combined offering from Microsoft that allows a subscriber to use both {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_vs %}. {% data variables.product.prodname_vss_ghe %} is available from Microsoft under the terms of the Microsoft Enterprise Agreement. For more information, see [{% data variables.product.prodname_vss_ghe %}](https://visualstudio.microsoft.com/subscriptions/visual-studio-github/) on the {% data variables.product.prodname_vs %} website.
+
+After you assign a license for {% data variables.product.prodname_vss_ghe %} to a subscriber, the subscriber will use the {% data variables.product.prodname_enterprise %} portion of the license by joining an organization in your enterprise account with a user account on {% data variables.product.prodname_dotcom_the_website %}.
+
+Weitere Informationen zu {% data variables.product.prodname_enterprise %} finden Sie unter „[Produkte von {% data variables.product.company_short %}](/github/getting-started-with-github/githubs-products#github-enterprise)“. For more information about accounts on {% data variables.product.prodname_dotcom_the_website %}, see "[Types of {% data variables.product.prodname_dotcom %} accounts](/github/getting-started-with-github/types-of-github-accounts)."
+
+### Vorrausetzungen
+
+1. After you buy {% data variables.product.prodname_vss_ghe %}, contact {% data variables.contact.contact_enterprise_sales %} and mention "{% data variables.product.prodname_vss_ghe %}." You'll work with the Sales team to create an enterprise account on {% data variables.product.prodname_dotcom_the_website %}. If you already have an enterprise account on {% data variables.product.prodname_dotcom_the_website %}, or if you're not sure, please tell our Sales team.
+
+2. Assign licenses for {% data variables.product.prodname_vss_ghe %} to subscribers in {% data variables.product.prodname_vss_admin_portal_with_url %}. For more information about assigning licenses, see [Manage {% data variables.product.prodname_vs %} subscriptions with {% data variables.product.prodname_enterprise %}](https://docs.microsoft.com/en-us/visualstudio/subscriptions/assign-github) in the Microsoft Docs.
+
+3. On {% data variables.product.prodname_dotcom_the_website %}, create at least one organization owned by your enterprise account. For more information, see "[Adding organizations to your enterprise account](/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account)."
+
+4. The subscriber must create a user account on {% data variables.product.prodname_dotcom_the_website %}, and the email address for the account must be the same email address as the email address in the {% data variables.product.prodname_vs %} portal. For more information, see "[Signing up for {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/signing-up-for-github)" and "[Managing email preferences](/github/setting-up-and-managing-your-github-user-account/managing-email-preferences)."
+
+### Inviting a subscriber to use {% data variables.product.prodname_enterprise %}
+
+To use the {% data variables.product.prodname_enterprise %} portion of the license, the subscriber must join an organization owned by your enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Organization owners can invite new members to an organization. For more information, see "[Inviting users to join your organization](/github/setting-up-and-managing-organizations-and-teams/inviting-users-to-join-your-organization)."
+
+### Viewing {% data variables.product.prodname_enterprise %} licensing
+
+After assigning a license for {% data variables.product.prodname_vss_ghe %} in {% data variables.product.prodname_vss_admin_portal_with_url %}, you can view the number of {% data variables.product.prodname_enterprise %} licenses available to your enterprise account. Weitere Informationen findest Du unter „[Abonnement und Nutzung für Dein Enterprise-Konto anzeigen](/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account).“
+
+You can also see pending {% data variables.product.prodname_enterprise %} invitations to subscribers in {% data variables.product.prodname_vss_admin_portal_with_url %}. The list of pending invitations includes subscribers who are not yet members of at least one organization in your enterprise account. For more information, see "[Viewing people in your enterprise](/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise#viewing-members-and-outside-collaborators)."
+
+### Weiterführende Informationen
+
+- [Introducing Visual Studio subscriptions with GitHub Enterprise](https://docs.microsoft.com/en-us/visualstudio/subscriptions/access-github) in the Microsoft Docs
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..80afe795f4
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md
@@ -0,0 +1,10 @@
+---
+title: Organisationen in Deinem Enterprise-Konto verwalten
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/managing-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..a2b03b4257
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md
@@ -0,0 +1,15 @@
+---
+title: Managing unowned organizations in your enterprise account
+intro: You can become an owner of an organization in your enterprise account that currently has no owners.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+permissions: Enterprise owners can manage unowned organizations in an enterprise account.
+versions:
+ free-pro-team: '*'
+---
+
+If you enable user deprovisioning to manage organization membership in your enterprise account, you could end up with an organization that has no organization owners. Weiter Informationen findest Du unter „[Sicherheitseinstellungen für Dein Enterprise-Konto erzwingen](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+2. To the right of the search field, click **X unowned**. 
+3. To the right of the organization you want to assume ownership of, click **Become an owner**. 
+4. Read the warning, then click **Become an owner**. 
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md
new file mode 100644
index 0000000000..97c906ecd0
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md
@@ -0,0 +1,14 @@
+---
+title: Managing users in your enterprise
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise-account
+ - /articles/managing-users-in-your-enterprise-account
+ - /articles/managing-users-in-your-enterprise
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md
new file mode 100644
index 0000000000..f29b3d52ab
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md
@@ -0,0 +1,11 @@
+---
+title: Dein Enterprise-Konto verwalten
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/managing-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md
new file mode 100644
index 0000000000..4d57c2f3c8
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md
@@ -0,0 +1,61 @@
+---
+title: Roles in an enterprise
+intro: 'Everyone in an enterprise is a member of the enterprise. To control access to your enterprise''s settings and data, you can assign different roles to members of your enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/roles-for-an-enterprise-account
+ - /articles/permission-levels-for-a-business-account/
+ - /articles/roles-for-an-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### About roles in an enterprise
+
+Everyone in an enterprise is a member of the enterprise. You can also assign administrative roles to members of your enterprise. Each administrator role maps to business functions and provides permissions to do specific tasks within the enterprise.
+
+{% data reusables.enterprise-accounts.enterprise-administrators %}
+
+For more information about adding people to your enterprise, see "{% if currentVersion == "free-pro-team@latest" %}[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise){% else %}[Authentication](/admin/authentication){% endif %}".
+
+### Enterprise-Inhaber
+
+Enterprise owners have complete control over the enterprise and can take every action, including:
+- Administratoren verwalten
+- {% if currentVersion == "free-pro-team@latest" %}Adding and removing {% elsif currentVersion == "github-ae@latest" %}Managing{% endif %} organizations {% if currentVersion == "free-pro-team@latest" %}to and from {% elsif currentVersion == "github-ae@latest" %} in{% endif %} the enterprise
+- Enterprise-Einstellungen verwalten
+- Richtlinien organisationsübergreifend durchsetzen
+{% if currentVersion == "free-pro-team@latest" %}- Managing billing settings{% endif %}
+
+Keinen Zugriff haben Enterprise-Inhaber auf die Einstellungen und Inhalte der einzelnen Organisationen, es sei denn, sie sind auch Inhaber einer Organisation oder ihnen wird direkter Zugriff auf das Repository einer Organisation erteilt. Similarly, owners of organizations in your enterprise do not have access to the enterprise itself unless you make them enterprise owners.
+
+You can add as many enterprise owners as you'd like to your enterprise. {% if currentVersion == "free-pro-team@latest" %}Enterprise owners must have a personal account on {% data variables.product.prodname_dotcom %}.{% endif %} As a best practice, we recommend making only a few people in your company enterprise owners, to reduce the risk to your business.
+
+### Enterprise-Mitglieder
+
+Members of organizations owned by your enterprise are also automatically members of the enterprise. Members can collaborate in organizations and may be organization owners, but members cannot access or configure enterprise settings{% if currentVersion == "free-pro-team@latest" %}, including billing settings{% endif %}.
+
+People in your enterprise may have different levels of access to the various organizations owned by your enterprise and to repositories within those organizations. Du kannst anzeigen, auf welche Ressourcen die einzelnen Personen Zugriff haben. For more information, see "[Viewing people in your enterprise](/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise)."
+
+Weitere Informationen zu den Berechtigungen auf Organisationsebene findest Du unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization).“
+
+People with outside collaborator access to repositories owned by your organization are also listed in your enterprise's People tab, but are not enterprise members and do not have any access to the enterprise. Weitere Informationen zu den Berechtigungen externer Mitarbeiter findest Du unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization#outside-collaborators).“
+
+{% if currentVersion == "free-pro-team@latest" %}
+
+### Abrechnungsmanager
+
+Billing managers only have access to your enterprise's billing settings. Billing managers for your enterprise can:
+- Benutzerlizenzen, {% data variables.large_files.product_name_short %}-Pakete und andere Abrechnungseinstellungen anzeigen und verwalten
+- Liste der Abrechnungsmanager anzeigen
+- Andere Abrechnungsmanager hinzufügen oder entfernen
+
+Billing managers do not have access to organizations or repositories in your enterprise, and cannot add or remove enterprise owners. Abrechnungsmanager müssen über ein persönliches Konto auf {% data variables.product.prodname_dotcom %} verfügen.
+
+### Weiterführende Informationen
+
+- „[Informationen zu Enterprise-Konten](/articles/about-enterprise-accounts)“
+
+{% endif %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..af0dc1a4b2
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md
@@ -0,0 +1,10 @@
+---
+title: Richtlinien für Organisationen in Deinem Enterprise-Konto festlegen
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/setting-policies-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
new file mode 100644
index 0000000000..5ecebed235
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
@@ -0,0 +1,51 @@
+---
+title: Viewing and managing a user's SAML access to your enterprise
+intro: 'Du kannst die verknüpfte Identität, aktive Sitzungen und autorisierte Anmeldeinformationen eines Enterprise-Mitglieds ansehen und widerrufen.'
+permissions: Enterprise-Inhaber können den SAML-Zugriff eines Mitglieds auf eine Organisation ansehen und verwalten.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### Über SAML Zugriff auf Dein Enterprise-Konto
+
+Wenn Du SAML Single Sign-On für Dein Enterprise-Konto aktivierst, kann jedes Enterprise-Mitglied seine externe Identität auf Deinem Identitätsanbieter (IdP) mit seinem bestehenden {% data variables.product.product_name %}-Konto verknüpfen. {% data reusables.saml.about-saml-access-enterprise-account %}
+
+### Eine verknüpfte Identität anschauen und widerrufen
+
+{% data reusables.saml.about-linked-identities %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-identity %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-sso-identity %}
+{% data reusables.saml.revoke-sso-identity %}
+{% data reusables.saml.confirm-revoke-identity %}
+
+### Eine aktive SAML-Sitzung ansehen und widerrufen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-session %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-saml-sessions %}
+{% data reusables.saml.revoke-saml-session %}
+
+### Autorisierte Anmeldeinformationen anschauen und widerrufen
+
+{% data reusables.saml.about-authorized-credentials %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-credentials %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-authorized-credentials %}
+{% data reusables.saml.revoke-authorized-credentials %}
+{% data reusables.saml.confirm-revoke-credentials %}
+
+### Weiterführende Informationen
+
+- „[SAML-Zugriff eines Mitglieds auf Deine Organisation ansehen und verwalten](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)"
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md
new file mode 100644
index 0000000000..bd5908ebf3
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md
@@ -0,0 +1,38 @@
+---
+title: Viewing people in your enterprise
+intro: 'To audit access to enterprise-owned resources or user license usage, enterprise owners can view every administrator and member of the enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/viewing-people-in-your-enterprise-account
+ - /articles/viewing-people-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Viewing enterprise owners{% if currentVersion == "free-pro-team@latest" %} and billing managers{% endif %}
+
+You can view enterprise owners {% if currentVersion == "free-pro-team@latest" %} and billing managers, {% endif %}as well as a list of pending invitations to become owners{% if currentVersion == "free-pro-team@latest" %} and billing managers. You can filter the list of enterprise administrators by role{% endif %}. Du kannst eine bestimmte Person nach ihrem Benutzernamen oder vollständigen Namen suchen.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.enterprise-accounts.administrators-tab %}
+{% if currentVersion == "free-pro-team@latest" %}1. Optionally, to view a list of pending invitations, click **_NUMBER_ pending**.
+ {% endif %}
+
+### Mitglieder und externe Mitarbeiter anzeigen
+
+Du kannst die Anzahl der ausstehenden Mitglieder und externen Mitarbeiter anzeigen. You can filter the list of members by {% if currentVersion == "free-pro-team@latest" %}deployment ({% data variables.product.prodname_ghe_cloud %} or {% data variables.product.prodname_ghe_server %}),{% endif %}role {% if currentVersion == "free-pro-team@latest" %}, and{% elsif currentVersion == "github-ae@latest" %}or {% endif %}organization. Du kannst die Liste der externen Mitarbeiter nach der Sichtbarkeit der Repositorys filtern, auf die der Mitarbeiter zugreifen kann. Du kannst eine bestimmte Person nach ihrem Benutzernamen oder Anzeigenamen suchen.
+
+You can view {% if currentVersion == "free-pro-team@latest" %}all the {% data variables.product.prodname_ghe_cloud %} organizations and {% data variables.product.prodname_ghe_server %} instances that a member belongs to, and {% endif %}which repositories an outside collaborator has access to{% if currentVersion == "free-pro-team@latest" %}, {% endif %} by clicking on the person's name.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+1. Wenn Du optional anstelle der Liste der Mitglieder eine Liste der externen Mitarbeiter anzeigen möchtest, klicke auf **Outside collaborators** (Externe Mitarbeiter). 
+{% if currentVersion == "free-pro-team@latest" %}1. Optionally, to view a list of pending invitations, click **_NUMBER_ pending**.
+ {% endif %}
+
+### Weiterführende Informationen
+
+- "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise)"
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..a8431c540a
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md
@@ -0,0 +1,25 @@
+---
+title: Auditprotokolle für Organisationen in Deinem Enterprise-Konto anzeigen
+intro: Enterprise-Inhaber können im zugehörigen Auditprotokoll aggregierte Aktionen aus allen Organisationen anzeigen, die einem Enterprise-Konto gehören.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/viewing-the-audit-logs-for-organizations-in-your-business-account/
+ - /articles/viewing-the-audit-logs-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Jeder Eintrag im Auditprotokoll zeigt die zutreffenden Informationen zu einem Ereignis an, beispielsweise:
+
+- die Organisation, in der eine Aktion ausgeführt wurde,
+- der Benutzer, der die Aktion durchgeführt hat,
+- an welchem Repository eine Aktion durchgeführt wurde,
+- die Aktion, die durchgeführt wurde,
+- in welchem Land die Aktion durchgeführt wurde,
+- Datum und Uhrzeit der Aktion.
+
+Du kannst das Auditprotokoll nach bestimmten Ereignissen durchsuchen und Auditprotokolldaten exportieren. Weitere Informationen zum Durchsuchen des Auditprotokolls nach bestimmten Organisationsereignissen findest Du unter „[Auditprotokoll Deiner Organisation überprüfen](/articles/reviewing-the-audit-log-for-your-organization).“
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.audit-log-tab %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md
new file mode 100644
index 0000000000..5fff3ad0a3
--- /dev/null
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md
@@ -0,0 +1,29 @@
+---
+title: Abonnement und Nutzung für Dein Enterprise-Konto anzeigen
+intro: 'Du kannst das aktuelle Abonnement, die Lizenznutzung, die Rechnungen, den Zahlungsverlauf und andere Abrechnungsinformationen für Dein Enterprise-Konto anzeigen.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+permissions: 'Enterprise-Inhaber und Abrechnungsmanager können auf alle Abrechnungseinstellungen für Enterprise-Konen zugreifen und diese verwalten.'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/viewing-the-subscription-and-usage-for-your-enterprise-account
+ - /articles/viewing-the-subscription-and-usage-for-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### Informationen zur Abrechnung für Enterprise-Konten
+
+Enterprise-Konten sind derzeit für {% data variables.product.prodname_enterprise %}-Kunden verfügbar, die per Rechnung bezahlen. Die Abrechnung für alle Organisationen und {% data variables.product.prodname_ghe_server %}-Instanzen, die mit Deinem Enterprise-Konto verbunden sind, wird in eine einzige Rechnung für alle Deine bezahlten {% data variables.product.prodname_dotcom_the_website %}-Dienste zusammengefasst (inklusive bezahlte Lizenzen in Organisationen, {% data variables.large_files.product_name_long %}-Datenpakete und Abonnements für {% data variables.product.prodname_marketplace %}-Apps).
+
+For more information about managing billing managers, see "[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise)."
+
+### Abonnement und Nutzung für Dein Enterprise-Konto anzeigen
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.license-tab %}
+4. Under "User
+{% if currentVersion == "free-pro-team@latest" %}Licenses{% else %}licenses{% endif %}", view your total licenses, number of consumed licenses, and your subscription expiration date.
+ {% if currentVersion == "free-pro-team@latest" %}{% else %}
+ {% endif %}
+5. To view details of the user licenses currently in use, click **View {% if currentVersion == "free-pro-team@latest" %}details{% else %}users{% endif %}**.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
index a7c287ab46..93e8645caf 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst optional eine Beschreibung, einen Standort, eine Website und eine E-Mail-Adresse für Deine Organisation hinzufügen und wichtige Repositorys am Anfang der Seite anheften.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
index 70407de64d..6fc4e02f50 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
@@ -8,11 +8,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst persönliche Informationen über Dich selbst in Deiner Bio hinzufügen, beispielsweise über frühere Orte, an denen Du gearbeitet hast, Projekte, an denen Du mitgewirkt hast, oder Interessen, die Du hast, von denen andere Personen möglicherweise wissen möchten. Weitere Informationen findest Du unter „[Bio zu Deinem Profil hinzufügen](/articles/personalizing-your-profile/#adding-a-bio-to-your-profile).“
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.profile.profile-readme %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
index 8eb53ff28e..24127c5ee7 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/index.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/index.md
index 0876981804..6dd1e2333b 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/index.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
index a626b4e01e..02327bcb5a 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
index 023714da6b..e0e6ebe0bd 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
@@ -4,6 +4,7 @@ intro: 'You can add a README to your {% data variables.product.prodname_dotcom %
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
### About your profile README
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
index edda043a62..9d12bf9da9 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Dein Profilbild ändern
@@ -49,7 +50,7 @@ Du kannst den Namen, der in Deinem Profil angezeigt wird, ändern. This name may
Fügen Sie eine Biografie zu Ihrem Profil hinzu, um anderen {% data variables.product.product_name %}-Benutzern Informationen zu Ihrer Person bereitzustellen. Mit [@Erwähnungen](/articles/basic-writing-and-formatting-syntax) und Emojis kannst Du Informationen dazu angeben, wo Du gerade arbeitest oder früher gearbeitet hast, welche Tätigkeit Du ausübst oder welche Kaffeesorte Du trinkst.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
For a longer-form and more prominent way of displaying customized information about yourself, you can also use a profile README. For more information on the profile README, see "[Managing your profile README](/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme)."
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
index 68e6ef0059..7cee1f5583 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
@@ -1,12 +1,13 @@
---
title: Elemente an Dein Profil anheften
-intro: 'You can pin {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.16" %}gists and {% endif %}repositories to your profile so other people can quickly see your best work.'
+intro: 'You can pin gists and repositories to your profile so other people can quickly see your best work.'
redirect_from:
- /articles/pinning-repositories-to-your-profile/
- /articles/pinning-items-to-your-profile
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst ein öffentliches Repository anheften, wenn Dir das Repository gehört oder wenn Du Beiträge zu dem Repository geleistet hast. Commits zu Forks zählen nicht als Beiträge. Daher kannst Du Forks, die Du nicht besitzt, auch nicht anheften. Weitere Informationen findest Du unter „[Warum werden meine Beiträge nicht in meinem Profil angezeigt?](/articles/why-are-my-contributions-not-showing-up-on-my-profile)“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
index 932fc34511..8bced3324e 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du Deine privaten Beiträge veröffentlichst, können Benutzer, die keinen Zugriff auf die Repositorys haben, an denen Du mitarbeitest, die Informationen zu Deinen privaten Beiträgen nicht sehen. Stattdessen sehen sie die Anzahl an privaten Beiträgen, die Du pro Tag geleistet hast. Zu Deinen öffentlichen Beiträgen werden detaillierte Informationen angezeigt. Weitere Informationen findest Du unter „[Beiträge auf Deiner Profilseite anzeigen](/articles/viewing-contributions-on-your-profile-page)“.
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
index 72330f8d66..abeda6b8c4 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.activity-overview-summary %} Weitere Informationen findest Du unter „[Beiträge in Deinem Profil anzeigen](/articles/viewing-contributions-on-your-profile).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
index e12e68df71..51f0f437f9 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Erwartetes Verhalten bei der Anzeige der Commit-Details über die Zeitleiste
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
index 0ad0ed0285..dba161a04f 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
@@ -8,13 +8,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Dein Beteiligungsdiagramm zeigt die Aktivitäten in öffentlichen Repositorys. Du kannst die Aktivitäten in öffentlichen und privaten Repositorys anzeigen, wobei spezifische Details Deiner Aktivität in privaten Repositorys anonymisiert werden. Weitere Informationen finden Sie unter „[Private Beiträge in Ihrem Profil veröffentlichen oder verbergen](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile)“.
{% note %}
-**Hinweis:** Commits werden nur dann in Deinem Beteiligungsdiagramm angezeigt, wenn Du Deinen [E-Mail-Einstellungen für {% data variables.product.product_name %} die E-Mail-Adresse hinzugefügt hast, die Du für Deine lokale Git-Konfiguration verwendet hast](/articles/adding-an-email-address-to-your-github-account). Weitere Informationen findest Du unter „[Warum werden meine Beiträge nicht in meinem Profil angezeigt?](/articles/why-are-my-contributions-not-showing-up-on-my-profile#you-havent-added-your-local-git-commit-email-to-your-profile)“
+**Note:** Commits will only appear on your contributions graph if the email address you used to author the commits is connected to your account on {% data variables.product.product_name %}. Weitere Informationen findest Du unter „[Warum werden meine Beiträge nicht in meinem Profil angezeigt?](/articles/why-are-my-contributions-not-showing-up-on-my-profile#your-local-git-commit-email-isnt-connected-to-your-account)“
{% endnote %}
@@ -25,7 +26,7 @@ Bestimmte Aktionen zählen auf Deiner Profilseite als Beiträge:
- Commits zum Standardbranch eines Repositorys oder zum Branch `gh-pages`
- das Öffnen eines Issues
- das Vorschlagen eines Pull Requests
-- das Absenden eines Pull-Request-Reviews{% if enterpriseServerVersions contains currentVersion %}
+- Submitting a pull request review{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- Commits mit Co-Autor im Standardbranch eines Repositorys oder im Branch `gh-pages`{% endif %}
{% data reusables.pull_requests.pull_request_merges_and_contributions %}
@@ -79,9 +80,12 @@ Der Abschnitt für die Beitragsaktivität enthält eine detaillierte Zeitleiste

+{% if currentVersion != "github-ae@latest" %}
### Beiträge von {% data variables.product.product_location_enterprise %} auf {% data variables.product.prodname_dotcom_the_website %} anzeigen
+If your site administrator has enabled
-Wenn Dein Websiteadministrator {% data variables.product.prodname_unified_contributions %} aktiviert hat, kannst Du die {% data variables.product.prodname_enterprise %}-Beitragszähler an Dein {% data variables.product.prodname_dotcom_the_website %}-Profil senden. Weitere Informationen findest Du unter „[Deine {% data variables.product.prodname_ghe_server %}-Beiträge an Deine {% data variables.product.prodname_dotcom_the_website %} senden](/articles/sending-your-github-enterprise-server-contributions-to-your-github-com-profile).“
+{% data variables.product.prodname_unified_contributions %}, you can send {% data variables.product.prodname_enterprise %} contribution counts to your {% data variables.product.prodname_dotcom_the_website %} profile. Weitere Informationen findest Du unter „[Deine {% data variables.product.prodname_ghe_server %}-Beiträge an Deine {% data variables.product.prodname_dotcom_the_website %} senden](/articles/sending-your-github-enterprise-server-contributions-to-your-github-com-profile).“
+{% endif %}
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
index 801b9de8aa..ad81c8aacc 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Gezählte Beiträge
@@ -38,9 +39,9 @@ Außerdem muss **mindestens eine** der folgenden Voraussetzung erfüllt sein:
Nachdem Du einen Commit erstellt hast, der die Anforderung erfüllt, um als Beitrag gezählt zu werden, kann es bis zu 24 Stunden dauern, bis der Beitrag in Deinem Beteiligungsdiagramm angezeigt wird.
-#### Du hast Deinem Profil Deine lokale Git-Commit-E-Mail-Adresse nicht hinzugefügt
+#### Your local Git commit email isn't connected to your account
-Commits must be made with an email address that has been added to your {% data variables.product.product_name %} account{% if currentVersion == "free-pro-team@latest" %}, or the {% data variables.product.product_name %}-provided `noreply` email address provided to you in your email settings,{% endif %} in order to appear on your contributions graph.{% if currentVersion == "free-pro-team@latest" %} For more information about `noreply` email addresses, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#about-commit-email-addresses)."{% endif %}
+Commits must be made with an email address that is connected to your account on {% data variables.product.product_name %}{% if currentVersion == "free-pro-team@latest" %}, or the {% data variables.product.product_name %}-provided `noreply` email address provided to you in your email settings,{% endif %} in order to appear on your contributions graph.{% if currentVersion == "free-pro-team@latest" %} For more information about `noreply` email addresses, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#about-commit-email-addresses)."{% endif %}
Du kannst die für einen Commit verwendete E-Mail-Adresse überprüfen. Füge dazu `.patch` am Ende einer Commit-URL hinzu, also beispielsweise https://github.com/octocat/octocat.github.io/commit/67c0afc1da354d8571f51b6f0af8f2794117fd10.patch:
@@ -53,7 +54,7 @@ Subject: [PATCH] updated index for better welcome message
Bei der im Feld `From:` (Von) angegebenen E-Mail-Adresse handelt es sich um die Adresse, die in den [Einstellungen für die lokale Git-Konfiguration](/articles/set-up-git) festgelegt wurde. In diesem Beispiel lautet die für den Commit verwendete E-Mail-Adresse `octocat@nowhere.com`.
-Falls Deinem {% data variables.product.product_name %}-Profil die für den Commit verwendete E-Mail-Adresse nicht hinzugefügt wurde, musst Du Deinem {% data variables.product.product_name %}-Konto [die E-Mail-Adresse hinzufügen](/articles/adding-an-email-address-to-your-github-account). Beim Hinzufügen der neuen Adresse wird Dein Beteiligungsdiagramm automatisch neu erstellt.
+If the email address used for the commit is not connected to your account on {% data variables.product.product_name %}, {% if currentVersion == "github-ae@latest" %}change the email address used to author commits in Git. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."{% else %}you must [add the email address](/articles/adding-an-email-address-to-your-github-account) to your {% data variables.product.product_name %} account. Your contributions graph will be rebuilt automatically when you add the new address.{% endif %}
{% warning %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
index ac7fadd561..1fc730da15 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ein Organisationsinhaber kann Dich einladen, seiner Organisation als Mitglied, Abrechnungsmanager oder Inhaber beizutreten. Ein Organisationsinhaber oder Mitglied mit Administratorberechtigungen für ein Repository kann Dich einladen, als externer Mitarbeiter in einem oder mehreren Repositorys zusammenzuarbeiten. Weitere Informationen finden Sie unter „[Berechtigungsebenen für eine Organisation](/articles/permission-levels-for-an-organization)".
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
index eb3c724a12..9bb290b8af 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
@@ -8,6 +8,7 @@ intro: 'Über Dein persönliches Dashboard kannst Du über Issues und Pull Reque
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Auf Dein persönliches Dashboard zugreifen
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
index 8cc6a3ed06..efaabcc4f7 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/index.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/index.md
index 278dda333d..41119a4ada 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/index.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
index 8a6f706eaf..3ab660a814 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
@@ -5,6 +5,7 @@ redirect_from:
- /articles/integrating-jira-with-your-personal-projects
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
index 22ebcc2eb3..524986a73e 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
@@ -9,11 +9,12 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Repositorys, die einer Organisation gehören, können feiner abgestufte Zugriffsberechtigungen gewähren. Weitere Informationen findest Du unter „[Zugriffsberechtigungen auf {% data variables.product.product_name %}](/articles/access-permissions-on-github).“
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.org-invite-expiration %}
{% endif %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
index 35e8a0f721..c7bc75860c 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
index b7bf43c72d..a876b3b221 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ein Mitarbeiter ist eine Person, die Berechtigungen für eines Deiner Projektboards besitzt. Die Berechtigung eines Mitarbeiters ist standardmäßig der Lesezugriff. Weitere Informationen findest Du unter „[Berechtigungsebenen für Benutzer-Projektboards](/articles/permission-levels-for-user-owned-project-boards).“
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
index eac2056c9e..643c0da73f 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
index 5f0f396cbc..b74c0279cc 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
@@ -4,6 +4,7 @@ intro: 'You can set the default branch name new repositories that you create on
versions:
free-pro-team: '*'
enterprise-server: '>=2.23'
+ github-ae: '*'
---
### About the default branch name
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
index 077517261a..b26fb38016 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
index 8479efa438..c9abda210b 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
index 74866ede44..f157c744a1 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -28,8 +29,8 @@ Der Repository-Inhaber besitzt die vollständige Kontrolle über das Repository.
- [Enable the dependency graph](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository) for a private repository{% endif %}{% if currentVersion == "free-pro-team@latest" %}
- Pakete löschen. Weitere Informationen findest Du unter „[Ein Paket löschen](/github/managing-packages-with-github-packages/deleting-a-package)."{% endif %}
- soziale Tickets für Repositorys erstellen und bearbeiten (siehe „[Social-Media-Vorschau Ihres Repositorys anpassen](/articles/customizing-your-repositorys-social-media-preview)“)
-- das Repository in eine Vorlage umwandeln Weitere Informationen findest Du unter „[Repository-Vorlage erstellen](/articles/creating-a-template-repository).“
-- Receive [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) in a repository.{% if currentVersion == "free-pro-team@latest" %}
+- das Repository in eine Vorlage umwandeln For more information, see "[Creating a template repository](/articles/creating-a-template-repository)."{% if currentVersion != "github-ae@latest" %}
+- Receive [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) in a repository.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
- Dismiss {% data variables.product.prodname_dependabot_alerts %} in your repository. For more information, see "[Viewing and updating vulnerable dependencies in your repository](/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository)."
- [Manage data usage for your private repository](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository){% endif %}
- [Codeinhaber für das Repository definieren](/articles/about-code-owners)
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
index 7d22cbbe7a..48d8b54b99 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Überblick über die Berechtigungen
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
index 515e0252be..becf7681e5 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
index 0755328c27..3f69a27264 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
@@ -12,6 +12,7 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Forks privater Repositorys löschen
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
index 4ca10c176f..269ab333be 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
@@ -11,6 +11,7 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
index 031fea465d..f36a580f70 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
index e98f09f2a0..150c976cf0 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
@@ -1,11 +1,12 @@
---
title: Backup-E-Mail-Adresse festlegen
-intro: Deine Backup-E-Mail-Adresse kannst Du zur sicheren Zurücksetzung Deines Passworts verwenden, wenn auf Deine primäre E-Mail-Adresse kein Zugriff mehr möglich ist.
+intro: Use a backup email address as an additional destination for security-relevant account notifications{% if currentVersion != "github-ae@latest" %} and to securely reset your password if you can no longer access your primary email address{% endif %}.
redirect_from:
- /articles/setting-a-backup-email-address
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
index c240687bec..27f355c3ab 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
@@ -1,6 +1,6 @@
---
title: E-Mail-Adresse für Commits festlegen
-intro: 'Du kannst auf {% data variables.product.product_name %} eine primäre E-Mail-Adresse festlegen, die den von Dir durchgeführten, webbasierten Git-Operationen wie Bearbeitungen und Merges zugeordnet wird.'
+intro: 'You can set the email address that is used to author commits on {% data variables.product.product_name %} and on your computer.'
redirect_from:
- /articles/keeping-your-email-address-private/
- /articles/setting-your-commit-email-address-on-github/
@@ -13,6 +13,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu E-Mail-Adressen für Commits
@@ -37,7 +38,7 @@ Für webbasierte Git-Operationen legst Du die E-Mail-Adresse für Commits auf {%
Du kannst auch festlegen, dass Commits, die Du über die Befehlszeile überträgst, blockiert werden, wenn diese Deine persönliche E-Mail-Adresse offenlegen. Weitere Informationen findest Du unter „[Pushes über die Befehlszeile blockieren, die Deine private E-Mail-Adresse offenlegen](/articles/blocking-command-line-pushes-that-expose-your-personal-email-address)“.{% endif %}
-To ensure that commits are attributed to you and appear in your contributions graph, use an email address that you've [added to your GitHub account](/articles/adding-an-email-address-to-your-github-account/){% if currentVersion == "free-pro-team@latest" %}, or the {% data variables.product.product_name %}-provided `noreply` email address provided to you in your email settings{% endif %}.
+To ensure that commits are attributed to you and appear in your contributions graph, use an email address that is connected to your {% data variables.product.product_name %} account{% if currentVersion == "free-pro-team@latest" %}, or the `noreply` email address provided to you in your email settings{% endif %}. {% if currentVersion != "github-ae@latest" %}For more information, see "[Adding an email address to your {% data variables.product.prodname_dotcom %} account](/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account)."{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
index c83d6a7929..f6ff1e3624 100644
--- a/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
+++ b/translations/de-DE/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/de-DE/content/github/site-policy/github-additional-product-terms.md b/translations/de-DE/content/github/site-policy/github-additional-product-terms.md
index 2291b0e5d9..d641055588 100644
--- a/translations/de-DE/content/github/site-policy/github-additional-product-terms.md
+++ b/translations/de-DE/content/github/site-policy/github-additional-product-terms.md
@@ -4,9 +4,13 @@ versions:
free-pro-team: '*'
---
-Wenn Sie ein Konto erstellen, erhalten Sie Zugriff auf viele verschiedene Features und Produkte, die alle Teil des Dienstes sind. Da viele dieser Features und Produkte unterschiedliche Funktionen bieten, erfordern sie möglicherweise zusätzliche Geschäftsbedingungen, die für dieses Feature oder dieses Produkt spezifisch sind. Im Folgenden finden Sie eine Liste dieser Features und Produkte mit den jeweiligen zusätzlichen Regeln, die für diese Teile des Dienstes gelten.
+Version Effective Date: November 1, 2020
-Ihre Nutzung von GitHub unterliegt den für Sie geltenden Bedingungen (die "Vereinbarung") sowie den folgenden zusätzlichen Produktbedingungen von GitHub (die "zusätzlichen Bedingungen"). Durch Ihre Zustimmung zur Vereinbarung und Verwendung zusätzlicher Produkte und Features erklären Sie sich auch mit diesen zusätzlichen Bedingungen einverstanden. Jeder Verstoß gegen die zusätzlichen Bedingungen ist ein Verstoß gegen die Vereinbarung. Für in Großbuchstaben gesetzte Begriffe, die nicht in den Zusatzbegriffen definiert werden, gilt die ihnen in der Vereinbarung zugewiesene Bedeutung.
+Wenn Sie ein Konto erstellen, erhalten Sie Zugriff auf viele verschiedene Features und Produkte, die alle Teil des Dienstes sind. Da viele dieser Features und Produkte unterschiedliche Funktionen bieten, erfordern sie möglicherweise zusätzliche Geschäftsbedingungen, die für dieses Feature oder dieses Produkt spezifisch sind. Below, we've listed those features and products, along with the corresponding additional terms that apply to your use of them.
+
+Your use of the Service is subject to your applicable terms (the "Agreement"). By using additional products and features, you also agree to these Additional Product Terms. Any violation of the Additional Product Terms is a violation of the Agreement. Capitalized terms not defined in the Additional Product Terms will have the meaning given to them in the Agreement.
+
+If you are using GitHub AE, then you may only access the following features and products: Third Party Integrations, Git LFS Support, Pages.
### 1. Marktplatz
@@ -35,14 +39,14 @@ Wenn Sie Git Large File Storage ("Git LFS") auf Ihrem Account aktivieren, könne
### 4. Pages
-Jedes GitHub-Konto umfasst Zugriff auf den [statischen GitHub Pages Hosting-Dienst](/github/working-with-github-pages/about-github-pages). Dieser Hosting-Dienst dient zum Hosten statischer Webseiten für alle Benutzer, in erster Linie aber als Schaufenster für persönliche und organisatorische Projekte. Auf Pages sind bestimmte Monetarisierungsaktivitäten wie Spendenschaltflächen oder Crowdfunding-Links zulässig.
+Each Account comes with access to the [GitHub Pages static hosting service](/github/working-with-github-pages/about-github-pages). Dieser Hosting-Dienst dient zum Hosten statischer Webseiten für alle Benutzer, in erster Linie aber als Schaufenster für persönliche und organisatorische Projekte. Auf Pages sind bestimmte Monetarisierungsaktivitäten wie Spendenschaltflächen oder Crowdfunding-Links zulässig.
GitHub Pages unterliegen Bandbreiten- und Nutzungsbeschränkungen und sind für bestimmte Zwecke mit hoher Bandbreite oder sonstige verbotene Zwecke nicht geeignet. Die [GitHub Pages-Richtlinien](/github/working-with-github-pages/about-github-pages) enthalten weitere Informationen zu diesem Thema. GitHub behält sich das Recht vor, jederzeit ohne Haftung beliebige GitHub-Subdomains zurückzufordern.
### 5. Actions und Pakete
#### a. Verwendung von Actions
-GitHub Actions ermöglicht es Ihnen, benutzerdefinierte Softwareentwicklungs-Lebenszyklus-Workflows direkt in Ihrem GitHub Repository zu erstellen. Each Account comes with included compute and storage quantities for use with Actions, depending on your Account plan, which can be found in the [Actions documentation](/actions). Ihre Nutzungsberechnung für Actions wird unter [your Account settings (Ihre Kontoeinstellungen)](https://github.com/settings/billing) angezeigt, und Sie werden per E-Mail benachrichtigt, bevor Sie das Limit Ihrer inbegriffenen Menge erreichen. Wenn Sie Actions über die in Ihrem Paket enthaltenen Datenmengen hinaus verwenden möchten, können Sie [enable overages (Überschreitungen aktivieren)](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions) aktivieren.
+GitHub Actions ermöglicht es Ihnen, benutzerdefinierte Softwareentwicklungs-Lebenszyklus-Workflows direkt in Ihrem GitHub Repository zu erstellen. Each Account comes with included compute and storage quantities for use with Actions, depending on your Account plan, which can be found in the [Actions documentation](/actions). Your Actions compute usage is displayed within [your account settings](https://github.com/settings/billing), and you will be notified by email in advance of reaching the limit of your included quantities. Wenn Sie Actions über die in Ihrem Paket enthaltenen Datenmengen hinaus verwenden möchten, können Sie [enable overages (Überschreitungen aktivieren)](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions) aktivieren.
Die Nutzungsberechnung für enthaltene und bezahlte Mengen wird in Minuten anhand der Art von Aktionen berechnet, die Sie ausführen (z.B. Linux, Windows, macOS). Die Minuten, die für den Auftrag oder die Aufgabe jeder Aktion verwendet werden, werden auf die nächste Minute aufgerundet. Bei inbegriffenen Mengen und abhängig von der Art der Aktion kann ein Multiplikator auf die Zeit angewandt werden, die für die Ausführung jedes Auftrags oder jeder Aufgabe benötigt wird, bevor auf die nächste Minute aufgerundet wird. Zusätzliche Minuten werden zum [angegebenen Preis pro Minute ](https://github.com/features/actions) basierend auf der Art der von Ihnen ausgeführten Aktionen berechnet. Actions und Packages teilen sich Speicher, und Ihre Speichernutzung wird in Ihren [Kontoeinstellungen](https://github.com/settings/billing) angezeigt. For additional details about included quantity usage calculations, see the [Actions documentation](/actions).
@@ -58,9 +62,9 @@ Um Verstöße gegen diese Einschränkungen und Missbrauch von GitHub Actions zu
#### b. Verwendung von Packages
GitHub Packages kann zum Herunterladen, Veröffentlichen und Verwalten von Content-Paketen verwendet werden. Jeder Kontoplan umfasst die mitgelieferten Bandbreiten- und Speichermengen für die Verwendung mit Packages, entsprechend der [Packages-Dokumentation](/github/managing-packages-with-github-package-registry/about-github-package-registry). Der Speicherplatz für Actions und Packages wird von den beiden Dienst-Funktionen gemeinsam genutzt. Die Speicher- und Bandbreitennutzung wird unter [Kontoeinstellungen](https://github.com/settings/billing) angezeigt, und Sie werden per E-Mail benachrichtigt, bevor Sie das Limit Ihrer inbegriffenen Menge erreichen. Wenn Sie Packages über die in Ihrem Paket enthaltenen Bandbreiten- und Speichermengen hinaus verwenden möchten, können Sie [Überschreitungen aktivieren](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages) aktivieren.
-Die Bandbreitennutzung wird auf der Grundlage der Datenmenge berechnet, die über Packages aus Ihren Repositorys übertragen wird, jedoch zählen Package-Transfers über Actions nicht zu Ihren inkludierten oder bezahlten Mengen. Die Bandbreitennutzung von Packages wird durch die [Akzeptablen Nutzungsrichtlinien](/github/site-policy/github-acceptable-use-policies#7-excessive-bandwidth-use) begrenzt und die enthaltenen Bandbreitenmengen sind abhängig von Ihrem [Kontoplan](https://github.com/pricing).
+Die Bandbreitennutzung wird auf der Grundlage der Datenmenge berechnet, die über Packages aus Ihren Repositorys übertragen wird, jedoch zählen Package-Transfers über Actions nicht zu Ihren inkludierten oder bezahlten Mengen. Packages bandwidth usage is limited by the [Acceptable Use Policy](/github/site-policy/github-acceptable-use-policies#7-excessive-bandwidth-use), and included bandwidth quantities are determined by your [account plan](https://github.com/pricing).
-Der Speicherplatz für Actions und Packages wird von den beiden Dienst-Funktionen gemeinsam genutzt. Die Speichernutzung wird im Laufe des Monats als gewichteter Durchschnitt berechnet und nicht jeden Monat zurückgesetzt. Die inbegriffenen Speichermengen für öffentliche und private Repositorys sind unterschiedlich, und die inbegriffenen Mengen für private Repositorys hängen von Ihrem [Kontoplan](https://github.com/pricing) ab.
+Der Speicherplatz für Actions und Packages wird von den beiden Dienst-Funktionen gemeinsam genutzt. Die Speichernutzung wird im Laufe des Monats als gewichteter Durchschnitt berechnet und nicht jeden Monat zurückgesetzt. Public and private repositories have different included storage quantities, and the included quantities for private repositories depend on your [account plan](https://github.com/pricing).
#### c. Zahlung und Abrechnung für Actions und Packages
Die Abrechnung für Actions und Packages erfolgt auf Basis der Nutzung. Zusätzliche Mengen von Actions oder Packages können nicht separat erworben werden. Als Kunde mit monatlicher Rechnungsstellung müssen Sie eine Zahlungsart hinterlegt haben, mit der Sie für zusätzliche Mengen dieser Servicefunktionen zahlen können. Die Abrechnung erfolgt auf monatlicher, fortlaufender Basis auf der Grundlage Ihres Verbrauchs im Vormonat, es sei denn, die Abrechnung erfolgt per Rechnung. Rechnungskunden müssen die Gebühren innerhalb von dreißig (30) Tagen ab dem Datum der GitHub-Rechnung zahlen. Für Kunden, die für Service-Feature-Überschreitungen im Voraus bezahlen, werden nicht verwendete Prepaid-Minuten nicht auf den nächsten Abrechnungszeitraum übertragen und nicht zurückerstattet.
@@ -77,7 +81,7 @@ Sie können ein monatliches Ausgabelimit Ihren [Kontoeinstellungen](https://gith
### 7. Connect
-Für den Zugriff auf GitHub Connect muss der Kunde über mindestens ein (1) Konto auf GitHub.com und eine (1) lizenzierte Instanz der Software verfügen. GitHub Connect kann für die Ausführung automatisierter Aufgaben genutzt werden. Darüber hinaus können mit GitHub Connect bestimmte Aktionen von mehreren Benutzern gesteuert werden. Der Kunde haftet für Aktionen, die in seinen oder über seine Konten ausgeführt werden. GitHub kann zwecks Bereitstellung und Verbesserung des Features Informationen über die Nutzung von GitHub Connect durch den Kunden erfassen. Der Kunde gestattet es GitHub mit seiner Nutzung von GitHub Connect, geschützte Daten des GitHub Enterprise Server-Kontos des Kunden zu erfassen, darunter Daten in privaten Repositorys und personenbezogene Daten von Benutzern (gemäß Definition in der GitHub-Datenschutzerklärung). Des Weiteren gestattet der Kunde die Übermittlung identifizierender Instanzinformationen an GitHub über GitHub Connect, wobei für diese Informationen die GitHub-Datenschutzerklärung gilt.
+In order to access GitHub Connect, Customer must have at least one (1) Account on GitHub.com and one (1) licensed instance of the Software. Customer's access to and use of github.com through Connect is governed by its Agreement applicable to its use of the Service. GitHub Connect kann für die Ausführung automatisierter Aufgaben genutzt werden. Darüber hinaus können mit GitHub Connect bestimmte Aktionen von mehreren Benutzern gesteuert werden. Customer is responsible for actions that are performed on or through its Accounts. GitHub kann zwecks Bereitstellung und Verbesserung des Features Informationen über die Nutzung von GitHub Connect durch den Kunden erfassen. By using GitHub Connect, Customer authorizes GitHub to collect protected data, which includes Private Repository data and User Personal Information (as defined in the GitHub Privacy Statement), from Customer’s Accounts. Des Weiteren gestattet der Kunde die Übermittlung identifizierender Instanzinformationen an GitHub über GitHub Connect, wobei für diese Informationen die GitHub-Datenschutzerklärung gilt.
### 8. Sponsorenprogramm
diff --git a/translations/de-DE/content/github/site-policy/github-ae-data-protection-agreement.md b/translations/de-DE/content/github/site-policy/github-ae-data-protection-agreement.md
new file mode 100644
index 0000000000..65b61b7f27
--- /dev/null
+++ b/translations/de-DE/content/github/site-policy/github-ae-data-protection-agreement.md
@@ -0,0 +1,399 @@
+---
+title: GitHub AE Data Protection Agreement
+versions:
+ free-pro-team: '*'
+redirect_from:
+ - /github/site-policy/ghem-data-protection-addendum
+---
+
+Version Effective Date: November 1, 2020
+
+## INTRODUCTION
+
+The parties agree that the GitHub AE Data Protection Agreement and Security Exhibit (together, the “**Data Protection Agreement**” or “**DPA**”) set forth obligations with respect to the processing and security of Customer Personal Data in connection with GitHub AE (the “**Online Service**”). GitHub makes the commitments in this DPA to all customers using the Online Service.
+
+In the event of any conflict or inconsistency between the DPA and any other terms in Customer’s agreements with GitHub (“Agreement”), the DPA shall prevail. For clarity, consistent with Clause 10 of the Standard Contractual Clauses in Attachment 1, the Standard Contractual Clauses prevail over any other terms in the DPA.
+
+## GITHUB DATA PROTECTION AGREEMENT
+
+### 1. Begriffsbestimmungen
+
+1.1 “**Applicable Data Protection Laws**” means certain laws, regulations, regulatory frameworks, or other legislations relating to the processing and use of Customer Personal Data, as applicable to Customer’s use of the Online Services, including:
+
+ a. The EU General Data Protection Regulation 2016/679 (“**GDPR**”), along with any implementing or corresponding equivalent national laws or regulations; and
+
+ b. The California Consumer Privacy Act of 2018, Cal. Civ. Code §§1798.100 et seq. ("**CCPA**").
+
+1.2 “**Controller**,” “**Data Subject**,” “**Member State**,” “**Personal Data**,” “**Personal Data Breach**,” “**Processing**,” “**Processor**,” and “**Supervisory Authority**” have the meanings given to them in the Applicable Data Protection Laws. Bei Widersprüchen haben die Bedeutungen nach der DSGVO Vorrang.
+
+1.3 “**Customer Personal Data**” means any Personal Data for which Customer is a Controller, whether supplied by Customer for processing by GitHub or generated by GitHub in the course of performing its obligations under the Agreement. Dazu zählen Daten wie Abrechnungsinformationen, IP-Adressen, Firmen-E-Mail-Adressen und alle sonstigen personenbezogenen Daten, für die der Kunde als Verantwortlicher auftritt.
+
+1.4 “**Customer Repository Data**” means any data or information that is uploaded or created by Customer into any of its Private Repositories.
+
+1.5 “**Data Breach**” means a Personal Data Breach or any other confirmed or reasonably suspected breach of Customer’s Protected Data.
+
+1.6 “**GitHub Legitimate Business Operations**” consist of the following, each as incident to delivery of the Service to Customer: (1) internal reporting and business modeling; (2) combating fraud, cybercrime, or cyber-attacks that may affect GitHub; (3) improving the core functionality of accessibility or privacy; and (4) financial reporting and compliance with legal obligations.
+
+1.7 “**End User**” means the Customers’ End Users such as employees, contractors, or collaborators.
+
+1.8 “**Permitted Purposes**” for data processing are those limited and specific purposes of providing the Online Service as set forth in the Agreement and this DPA, or the purposes for which a Data Subject has authorized the use of Customer Personal Data.
+
+1.9 “**Protected Data**” includes any Customer Personal Data and any Customer Repository Data processed by GitHub on behalf of Customer under the Agreement.
+
+1.10 “**Sensitive Data**” means any Personal Data revealing racial or ethnic origin; political opinions, religious or philosophical beliefs or trade union membership; processing of genetic data or biometric data for the purposes of uniquely identifying a natural person; data concerning health, a natural person’s sex life or sexual orientation; and data relating to offences, criminal convictions, or security measures.
+
+## 2. Status und Einhaltung von Vorschriften
+
+#### 2.1 Data Processing.
+GitHub acts as a Processor in regard to any Customer Personal Data it receives in connection with the Agreement, except where Customers acts as a Processor (in which case GitHub is a subprocessor). GitHub will process Customer Personal Data only for Permitted Purposes in accordance with Customer’s instructions as represented by the Agreement and other written communications. In the event that GitHub is unable to comply with Customer’s instructions, such as due to conflicts with the Applicable Data Protection Laws, or where processing is required by the Applicable Data Protection Laws or other legal requirements, GitHub will notify Customer to the extent permissible. GitHub processes all Customer Personal Data in the United States or in the European Union; however, GitHub’s subprocessors may process data outside of the United States or the European Union. Des Weiteren tritt GitHub als Auftragsverarbeiter für alle Daten in Kunden-Repositorys auf.
+
+#### 2.2 Data Controllers.
+Customer is a Controller only for the Customer Personal Data it transfers directly to GitHub or through the use of the Online Service except: (a) when Customer acts as a Processor of Customer Personal Data (in which case GitHub is a subprocessor); or (b) to the extent GitHub uses or otherwise processes Customer Personal Data for GitHub’s Legitimate Business Operations. In which case, GitHub will comply with the obligation of an independent data controller under GDPR for such use.
+
+#### 2.3 GitHub Compliance; Data Transfers.
+GitHub erfüllt die geltenden Datenschutzvorschriften für die Verarbeitung personenbezogener Daten.
+
+All transfers of Customer Personal Data out of the European Union, European Economic Area, United Kingdom, and Switzerland to provide the Online Service shall be governed by the Standard Contractual Clauses in Attachment 1 (Standard Contractual Clauses).
+
+GitHub will abide by the requirements of European Economic Area and Swiss data protection law regarding the collection, use, transfer, retention, and other processing of Personal Data from the European Economic Area, United Kingdom, and Switzerland. All transfers of Personal Data to a third country or an international organization will be subject to appropriate safeguards as described in Article 46 of the GDPR and such transfers and safeguards will be documented according to Article 30(2) of the GDPR.
+
+In addition, GitHub is certified to the EU-U.S. and Swiss-U.S. In addition, GitHub is certified to the EU-U.S. and Swiss-U.S. Privacy Shield Frameworks and the commitments they entail, although GitHub does not rely on the EU-U.S. Privacy Shield Framework as a legal basis for transfers of Personal Information in light of the judgment of the Court of Justice of the EU in Case C-311/18. Privacy Shield Framework as a legal basis for transfers of Personal Data in light of the judgment of the Court of Justice of the EU in Case C-311/18. GitHub agrees to notify Customer if it makes a determination that it can no longer meet its obligation to provide the same level of protection as is required by the Privacy Shield principles.
+
+#### 2.4 Data Subject Rights; Assistance with Requests.
+GitHub will make available to Customer, in a manner consistent with the functionality of the Online Service and GitHub’s role as a processor of Customer Personal Data, the ability to fulfill data subject requests to exercise their rights under the Applicable Data Protection Laws, such as GDPR and CCPA. If GitHub receives a request from Customer’s data subject to exercise one or more of its rights in connection with the Online Service for which GitHub is a data processor or subprocessor, GitHub will redirect the data subject to make its request directly to Customer. Customer will be responsible for responding to any such request including, where necessary, by using the functionality or documentation provided by the Online Service. GitHub shall comply with reasonable requests by Customer to assist with Customer’s response to such a data subject request.
+
+### 3. Datenschutz
+
+#### 3.1 Purpose Limitation.
+GitHub will process and communicate the Protected Data only for Permitted Purposes, unless the Parties agree in writing to an expanded purpose.
+
+#### 3.2 Data Quality and Proportionality.
+GitHub will keep the Customer Personal Data accurate and up to date, or enable Customer to do so. GitHub will take commercially reasonable steps to ensure that any Protected Data it collects on Customer’s behalf is adequate, relevant, and not excessive in relation to the purposes for which it is transferred and processed. In no event will GitHub intentionally collect Sensitive Data on Customer’s behalf. Customer agrees that the Online Service are not intended for the storage of Sensitive Data; if Customer chooses to upload Sensitive Data to the Online Service, Customer must comply with Article 9 of the GDPR, or equivalent provisions in the Applicable Data Protection Laws.
+
+#### 3.3 Data Retention and Deletion.
+Upon Customer’s reasonable request, unless prohibited by law, GitHub will return, destroy, or deidentify all Customer Personal Data and related data at all locations where it is stored after it is no longer needed for the Permitted Purposes within thirty days of request. GitHub kann personenbezogene Daten von Kundenseite und zugehörige Daten in dem durch die geltenden Datenschutzvorschriften geforderten Umfang ausschließlich in dem Umfang und für die Dauer aufbewahren, die durch die geltenden Datenschutzvorschriften gefordert werden, wobei GitHub sicherstellt, dass die personenbezogenen Daten von Kundenseite ausschließlich zu dem in den geltenden Datenschutzvorschriften angegebenen und keinem anderen Zweck verarbeitet werden und die personenbezogenen Daten von Kundenseite weiterhin nach den geltenden Datenschutzvorschriften geschützt sind.
+
+#### 3.4 Data Processing.
+GitHub provides the following information, required by Article 28(3) of the GDPR, regarding its processing of Customer’s Protected Data:
+
+a. *The subject matter and duration of the processing* of Customer Personal Data are set out in the Agreement and the DPA.
+
+b. *The nature and purpose of the processing* of Customer Personal Data is described in Section 3.1 of the DPA.
+
+c. *The types of Customer Personal Data to be processed* are described in the Agreement, and include Customer Personal Data; or any type of Personal Data that Customer elects to include in Customer Personal Data. Customer may choose to supply GitHub with additional Customer Personal Data, such as in Customer’s profile settings or by uploading Customer Personal Data to its GitHub repositories.
+
+d. *Die Kategorien betroffener Personen, auf die sich die personenbezogenen Daten von Kundenseite beziehen*, umfassen den Kunden selbst und seine Endbenutzer.
+
+e. *The obligations and rights of Customer* are set out in the Agreement and the DPA.
+
+### 4. Sicherheits- und Auditpflichten
+
+#### 4.1 Technical and Organizational Security Measures.
+Taking into account the state of the art, the costs of implementation, and the nature, scope, context and purposes of processing as well as the risk of varying likelihood and severity for the rights and freedoms of natural persons, GitHub will implement appropriate technical and organizational measures to ensure a level of security appropriate to the risks, such as against accidental or unlawful destruction, or loss, alteration, unauthorized disclosure or access, presented by processing the Protected Data. GitHub überwacht regelmäßig die Einhaltung dieser Maßnahmen und ergreift über die Laufzeit der Vereinbarung angemessene Schutzmaßnahmen. Please see Section 1.1 of the Security Exhibit (below) regarding GitHub’s responsibilities in relation to security safeguards.
+
+#### 4.2 Incident Response and Breach Notification.
+GitHub will comply with the Information Security obligations in the Security Exhibit and the Applicable Data Protection Laws, including Data Breach notification obligations. Please see Section 1.2 of the Security Exhibit regarding GitHub’s responsibilities in relation to Data Breach response and notification.
+
+#### 4.3 GitHub Personnel.
+GitHub represents and warrants that it will take reasonable steps to ensure that all GitHub personnel processing Protected Data have agreed to keep the Protected Data confidential and have received adequate training on compliance with the DPA and the Applicable Data Protection Laws.
+
+#### 4.4 Records.
+GitHub will maintain complete, accurate, and up to date written records of all categories of processing activities carried out on behalf of Customer containing the information required under the Applicable Data Protection Laws. Insoweit eine entsprechende Unterstützung die Sicherheit von GitHub oder das Recht auf Privatsphäre bestimmter betroffener Personen nicht gefährdet, stellt GitHub dem Kunden diese Verzeichnisse auf berechtigte Anfrage bereit, beispielsweise, um dem Kunden gegenüber die Einhaltung der geltenden Datenschutzvorschriften nachzuweisen. To learn more about GitHub’s requirements to provide assistance in the event of a security incident, please see Section 1.2 of the Security Exhibit.
+
+#### 4.5 Compliance Reporting.
+GitHub will provide security compliance reporting in accordance with Section 2.3 of the Security Exhibit. Customer agrees that any information and audit rights granted by the Applicable Data Protection Laws (including, where applicable, Article 28(3)(h) of the GDPR) will be satisfied by these compliance reports, and will only arise to the extent that GitHub’s provision of a compliance report does not provide sufficient information, or to the extent that Customer must respond to a regulatory or Supervisory Authority audit. Section 3.1 of the Security Exhibit describes the Parties’ responsibilities in relation to a regulatory or Supervisory Authority audit.
+
+#### 4.6 Assistance.
+GitHub will provide reasonable assistance to Customer with concerns such as data privacy impact assessments, Data Subject rights requests, consultations with Supervisory Authorities, and other similar matters, in each case solely in relation to the processing of Customer’s Personal Data and taking into account the nature of processing.
+
+### 5. Verwendung und Offenlegung geschützter Daten
+No Use in Marketing and CCPA. GitHub will not use the Protected Data for the purposes of advertising third-party content. If GitHub is processing Customer Personal Data within the scope of the CCPA, GitHub will not retain, use, or disclose that data for any purpose other than for the purposes set out in the DPA and as permitted under the CCPA, including under any “sale” exemption. In no event will GitHub sell any such data.
+
+### 6. Unterverarbeitung und Weiterübermittlung
+
+#### 6.1 Protection of Data.
+GitHub is liable for onward transfers of Protected Data to its subprocessors, such as its third-party payment processor. In the event that GitHub does transfer the Protected Data to a third-party subprocessor, or GitHub installs, uses, or enables a third party or third-party services to process the Protected Data on GitHub’s behalf, GitHub will ensure that the third-party subprocessor is bound by written agreement that requires them to provide at least the same level of confidentiality, security, and privacy protection as is required of GitHub by this DPA and the Applicable Data Protection Laws.
+
+#### 6.2 Acceptance of GitHub Subprocessors.
+Customer authorizes GitHub and its subprocesors to appoint and use subprocessors in accordance with this Section 6 and the Agreement.
+
+#### 6.3 General Consent for Onward Subprocessing.
+Customer provides a general consent for GitHub to engage onward subprocessors, conditional on GitHub’s compliance with the following requirements:
+
+a. Any onward subprocessor must agree in writing to only process data in a country that the European Commission has declared to have an “adequate” level of protection; or to only process data on terms equivalent to the Standard Contractual Clauses, or pursuant to a Binding Corporate Rules approval granted by competent European data protection authorities, or pursuant to compliant and valid EU-US Privacy Shield and Swiss-U.S. Privacy Shield certifications; and
+
+b. GitHub will restrict the onward subprocessor’s access to Customer Personal Data only to what is strictly necessary to perform its services, and GitHub will prohibit the subprocessor from processing the Customer Personal Data for any other purpose.
+
+#### 6.4 Disclosure of Subprocessor Agreements.
+GitHub maintains a list of onward subprocessors it has engaged to process Customer Personal Data on its website, including the categories of Customer Personal Data processed, a description of the type of processing the subprocessor performs, and the location of its processing. GitHub will, upon Customer’s written request, provide Customer with this list of subprocessors and the terms under which they process the Customer Personal Data. GitHub kann vertrauliche oder geschäftlich sensible Informationen nach den Geheimhaltungspflichten für Unterauftragsverarbeiter entfernen, bevor dem Kunden die Liste und die Bedingungen bereitgestellt werden. Für den Fall, dass GitHub vertrauliche oder sensible Informationen nicht an den Kunden weitergeben kann, vereinbaren die Parteien, dass GitHub alle Informationen zur Verfügung stellt, die es vertretbarerweise im Zusammenhang mit seinen Unterverarbeitungsvereinbarungen bereitstellen kann.
+
+#### 6.5 Objection to Subprocessors.
+GitHub will provide thirty days’ prior written notice of the addition or removal of any subprocessor, including the categories listed in Section 6.4, by announcing changes on its website. If Customer has a reasonable objection to GitHub’s engagement of a new subprocessor, Customer must notify GitHub promptly in writing. Where possible, GitHub will use commercially reasonable efforts to provide an alternative solution to the Online Services to avoid processing of data by the objectionable subprocessor. Für den Fall, dass es GitHub nicht gelingt, eine alternative Lösung zu finden und die Parteien den Konflikt nicht innerhalb von neunzig Tagen lösen, kann der Kunde die Vereinbarung kündigen.
+
+### 7. Kündigung
+
+#### 7.1 Aussetzung
+In the event that GitHub is in breach of its obligations to maintain an adequate level of security or privacy protection, Customer may temporarily suspend the transfer of all Customer Personal Data or prohibit collection and processing of Customer Personal Data on Customer’s behalf until the breach is repaired or the Agreement is terminated.
+
+#### 7.2 Termination with Cause.
+In addition to any termination rights Customer has under the Agreement, Customer may terminate the Agreement without prejudice to any other claims at law or in equity in the event that:
+
+a. GitHub teilt dem Kunden mit, dass es seine Datenschutzpflichten nicht mehr erfüllen kann.
+
+b. Die Übermittlung, Erfassung oder Verarbeitung sämtlicher personenbezogener Daten des Kunden wurde nach Abschnitt 7.1 vorübergehend für länger als einen Monat ausgesetzt.
+
+c. GitHub is in substantial or persistent breach of any warranties or representations under the DPA;
+
+d. GitHub ist nicht mehr geschäftlich tätig, wurde aufgelöst oder steht unter Insolvenzverwaltung oder die Abwicklung von GitHub wird in seinem Namen angeordnet.
+
+e. Der Kunde lehnt nach Abschnitt 6.5 einen Unterauftragsverarbeiter ab und es gelingt GitHub nicht, innerhalb von neunzig Tagen eine alternative Lösung zu finden.
+
+#### 7.3 Breach.
+Failure to comply with the material provisions of the DPA is considered a material breach under the Agreement.
+
+#### 7.4 Failure to perform.
+In the event that changes in law or regulation render performance of the DPA impossible or commercially unreasonable, the Parties may renegotiate the DPA in good faith. Lässt sich die Unmöglichkeit der Erfüllung durch Nachverhandlung nicht beheben oder erreichen die Parteien keine Einigung, können die Parteien die Vereinbarung nach dreißig Tagen kündigen.
+
+#### 7.5 Notification.
+In the event that GitHub determines that it can no longer meet its privacy obligations under the DPA, GitHub will notify Customer in writing immediately.
+
+#### 7.6 Modifications.
+GitHub may modify the DPA from time to time as required by the Applicable Data Protection Laws, with thirty days’ notice to Customer.
+
+#### 7.7 Termination Requirements.
+Upon Termination, GitHub must:
+
+a. angemessene und ausreichende Maßnahmen ergreifen, die die Verarbeitung der personenbezogenen Daten von Kundenseite verhindern,
+
+b. within ninety days of termination, delete or deidentify any Customer Personal Data GitHub stores on Customer’s behalf pursuant to Section 3.3; and
+
+c. den Kunden ausreichende Sicherheiten geben, dass GitHub seine Pflichten nach Abschnitt 7.7 erfüllt hat.
+
+### 8. Haftung für die Datenverarbeitung
+
+#### 8.1 Limitations.
+Except as limited by the Applicable Data Protection Laws, any claims brought under the DPA will be subject to the terms of the Agreement regarding Limitations of Liability.
+
+## Attachment 1 – The Standard Contractual Clauses (Processors)
+Execution of the Agreement by Customer includes execution of this Attachment 1 to the GitHub Data Protection Addendum, which is countersigned by GitHub, Inc.
+
+In countries where regulatory approval is required for use of the Standard Contractual Clauses, the Standard Contractual Clauses cannot be relied upon under European Commission 2010/87/EU (of February 2010) to legitimize export of data from the country, unless Customer has the required regulatory approval.
+
+For the purposes of Article 46 (2) of the General Data Protection Regulation (EU 2016/679) for the transfer of personal data to processors established in third countries which do not ensure an adequate level of data protection, Customer (as data exporter) and GitHub (as data importer, whose signature appears below), each a “party,” together “the parties”, have agreed on the following Contractual Clauses (the “Clauses” or “Standard Contractual Clauses”) in order to adduce adequate safeguards with respect to the protection of privacy and fundamental rights and freedoms of individuals for the transfer by the data exporter to the data importer of the personal data specified in Appendix 1.
+
+#### Clause 1: Definitions
+(a) 'personal data', 'special categories of data', 'process/processing', 'controller', 'processor', 'data subject' and 'supervisory authority' shall have the same meaning as in the General Data Protection Regulation (EU 2016/679) on the protection of individuals with regard to the processing of personal data and on the free movement of such data;
+
+(b) 'the data exporter' means the controller who transfers the personal data;
+
+(c) 'the data importer' means the processor who agrees to receive from the data exporter personal data intended for processing on his behalf after the transfer in accordance with his instructions and the terms of the Clauses and who is not subject to a third country's system ensuring adequate protection within the meaning of Article 45(2) of the General Data Protection Regulation (EU 2016/679);
+
+(d) 'the subprocessor' means any processor engaged by the data importer or by any other subprocessor of the data importer who agrees to receive from the data importer or from any other subprocessor of the data importer personal data exclusively intended for processing activities to be carried out on behalf of the data exporter after the transfer in accordance with his instructions, the terms of the Clauses and the terms of the written subcontract;
+
+(e) 'the applicable data protection law' means the legislation protecting the fundamental rights and freedoms of individuals and, in particular, their right to privacy with respect to the processing of personal data applicable to a data controller in the Member State in which the data exporter is established;
+
+(f) 'technical and organisational security measures' means those measures aimed at protecting personal data against accidental or unlawful destruction or accidental loss, alteration, unauthorised disclosure or access, in particular where the processing involves the transmission of data over a network, and against all other unlawful forms of processing.
+
+#### Clause 2: Details of the transfer
+The details of the transfer and in particular the special categories of personal data where applicable are specified in Appendix 1 below which forms an integral part of the Clauses.
+
+#### Clause 3: Third-party beneficiary clause
+1. The data subject can enforce against the data exporter this Clause, Clause 4(b) to (i), Clause 5(a) to (e), and (g) to (j), Clause 6(1) and (2), Clause 7, Clause 8(2), and Clauses 9 to 12 as third-party beneficiary.
+
+2. The data subject can enforce against the data importer this Clause, Clause 5(a) to (e) and (g), Clause 6, Clause 7, Clause 8(2), and Clauses 9 to 12, in cases where the data exporter has factually disappeared or has ceased to exist in law unless any successor entity has assumed the entire legal obligations of the data exporter by contract or by operation of law, as a result of which it takes on the rights and obligations of the data exporter, in which case the data subject can enforce them against such entity.
+
+3. The data subject can enforce against the subprocessor this Clause, Clause 5(a) to (e) and (g), Clause 6, Clause 7, Clause 8(2), and Clauses 9 to 12, in cases where both the data exporter and the data importer have factually disappeared or ceased to exist in law or have become insolvent, unless any successor entity has assumed the entire legal obligations of the data exporter by contract or by operation of law as a result of which it takes on the rights and obligations of the data exporter, in which case the data subject can enforce them against such entity. Such third-party liability of the subprocessor shall be limited to its own processing operations under the Clauses.
+
+4. The parties do not object to a data subject being represented by an association or other body if the data subject so expressly wishes and if permitted by national law.
+
+#### Clause 4: Obligations of the data exporter
+The data exporter agrees and warrants:
+
+(a) that the processing, including the transfer itself, of the personal data has been and will continue to be carried out in accordance with the relevant provisions of the applicable data protection law (and, where applicable, has been notified to the relevant authorities of the Member State where the data exporter is established) and does not violate the relevant provisions of that State;
+
+(b) that it has instructed and throughout the duration of the personal data processing services will instruct the data importer to process the personal data transferred only on the data exporter's behalf and in accordance with the applicable data protection law and the Clauses;
+
+(c) that the data importer will provide sufficient guarantees in respect of the technical and organisational security measures specified in Appendix 2 below;
+
+(d) that after assessment of the requirements of the applicable data protection law, the security measures are appropriate to protect personal data against accidental or unlawful destruction or accidental loss, alteration, unauthorised disclosure or access, in particular where the processing involves the transmission of data over a network, and against all other unlawful forms of processing, and that these measures ensure a level of security appropriate to the risks presented by the processing and the nature of the data to be protected having regard to the state of the art and the cost of their implementation;
+
+(e) that it will ensure compliance with the security measures;
+
+(f) that, if the transfer involves special categories of data, the data subject has been informed or will be informed before, or as soon as possible after, the transfer that its data could be transmitted to a third country not providing adequate protection within the meaning of the General Data Protection Regulation (EU 2016/679);
+
+(g) to forward any notification received from the data importer or any subprocessor pursuant to Clause 5(b) and Clause 8(3) to the data protection supervisory authority if the data exporter decides to continue the transfer or to lift the suspension;
+
+(h) to make available to the data subjects upon request a copy of the Clauses, with the exception of Appendix 2, and a summary description of the security measures, as well as a copy of any contract for subprocessing services which has to be made in accordance with the Clauses, unless the Clauses or the contract contain commercial information, in which case it may remove such commercial information;
+
+(i) that, in the event of subprocessing, the processing activity is carried out in accordance with Clause 11 by a subprocessor providing at least the same level of protection for the personal data and the rights of data subject as the data importer under the Clauses; and
+
+(j) that it will ensure compliance with Clause 4(a) to (i).
+
+#### Clause 5: Obligations of the data importer
+The data importer agrees and warrants:
+
+(a) to process the personal data only on behalf of the data exporter and in compliance with its instructions and the Clauses; if it cannot provide such compliance for whatever reasons, it agrees to inform promptly the data exporter of its inability to comply, in which case the data exporter is entitled to suspend the transfer of data and/or terminate the contract;
+
+(b) that it has no reason to believe that the legislation applicable to it prevents it from fulfilling the instructions received from the data exporter and its obligations under the contract and that in the event of a change in this legislation which is likely to have a substantial adverse effect on the warranties and obligations provided by the Clauses, it will promptly notify the change to the data exporter as soon as it is aware, in which case the data exporter is entitled to suspend the transfer of data and/or terminate the contract;
+
+(c) that it has implemented the technical and organisational security measures specified in Appendix 2 before processing the personal data transferred;
+
+(d) that it will promptly notify the data exporter about:
+
+ (i) any legally binding request for disclosure of the personal data by a law enforcement authority unless otherwise prohibited, such as a prohibition under criminal law to preserve the confidentiality of a law enforcement investigation,
+
+ (ii) any accidental or unauthorised access, and
+
+ (iii) any request received directly from the data subjects without responding to that request, unless it has been otherwise authorised to do so;
+
+(e) to deal promptly and properly with all inquiries from the data exporter relating to its processing of the personal data subject to the transfer and to abide by the advice of the supervisory authority with regard to the processing of the data transferred;
+
+(f) at the request of the data exporter to submit its data processing facilities for audit of the processing activities covered by the Clauses which shall be carried out by the data exporter or an inspection body composed of independent members and in possession of the required professional qualifications bound by a duty of confidentiality, selected by the data exporter, where applicable, in agreement with the supervisory authority;
+
+(g) to make available to the data subject upon request a copy of the Clauses, or any existing contract for subprocessing, unless the Clauses or contract contain commercial information, in which case it may remove such commercial information, with the exception of Appendix 2 which shall be replaced by a summary description of the security measures in those cases where the data subject is unable to obtain a copy from the data exporter;
+
+(h) that, in the event of subprocessing, it has previously informed the data exporter and obtained its prior written consent;
+
+(i) that the processing services by the subprocessor will be carried out in accordance with Clause 11; and
+
+(j) to send promptly a copy of any subprocessor agreement it concludes under the Clauses to the data exporter.
+
+#### Clause 6: Liability
+1. The parties agree that any data subject who has suffered damage as a result of any breach of the obligations referred to in Clause 3 or in Clause 11 by any party or subprocessor is entitled to receive compensation from the data exporter for the damage suffered.
+
+2. If a data subject is not able to bring a claim for compensation in accordance with paragraph 1 against the data exporter, arising out of a breach by the data importer or his subprocessor of any of their obligations referred to in Clause 3 or in Clause 11, because the data exporter has factually disappeared or ceased to exist in law or has become insolvent, the data importer agrees that the data subject may issue a claim against the data importer as if it were the data exporter, unless any successor entity has assumed the entire legal obligations of the data exporter by contract of by operation of law, in which case the data subject can enforce its rights against such entity.
+
+The data importer may not rely on a breach by a subprocessor of its obligations in order to avoid its own liabilities.
+
+3. If a data subject is not able to bring a claim against the data exporter or the data importer referred to in paragraphs 1 and 2, arising out of a breach by the subprocessor of any of their obligations referred to in Clause 3 or in Clause 11 because both the data exporter and the data importer have factually disappeared or ceased to exist in law or have become insolvent, the subprocessor agrees that the data subject may issue a claim against the data subprocessor with regard to its own processing operations under the Clauses as if it were the data exporter or the data importer, unless any successor entity has assumed the entire legal obligations of the data exporter or data importer by contract or by operation of law, in which case the data subject can enforce its rights against such entity. The liability of the subprocessor shall be limited to its own processing operations under the Clauses.
+
+#### Clause 7: Mediation and jurisdiction
+1. The data importer agrees that if the data subject invokes against it third-party beneficiary rights and/or claims compensation for damages under the Clauses, the data importer will accept the decision of the data subject:
+
+(a) to refer the dispute to mediation, by an independent person or, where applicable, by the supervisory authority;
+
+(b) to refer the dispute to the courts in the Member State in which the data exporter is established.
+
+2. The parties agree that the choice made by the data subject will not prejudice its substantive or procedural rights to seek remedies in accordance with other provisions of national or international law.
+
+#### Clause 8: Cooperation with supervisory authorities
+1. The data exporter agrees to deposit a copy of this contract with the supervisory authority if it so requests or if such deposit is required under the applicable data protection law.
+
+2. The parties agree that the supervisory authority has the right to conduct an audit of the data importer, and of any subprocessor, which has the same scope and is subject to the same conditions as would apply to an audit of the data exporter under the applicable data protection law.
+
+3. The data importer shall promptly inform the data exporter about the existence of legislation applicable to it or any subprocessor preventing the conduct of an audit of the data importer, or any subprocessor, pursuant to paragraph 2. In such a case the data exporter shall be entitled to take the measures foreseen in Clause 5 (b).
+
+#### Clause 9: Governing Law.
+The Clauses shall be governed by the law of the Member State in which the data exporter is established.
+
+#### Clause 10: Variation of the contract
+The parties undertake not to vary or modify the Clauses. This does not preclude the parties from adding clauses on business related issues where required as long as they do not contradict the Clause.
+
+#### Clause 11: Subprocessing
+1. The data importer shall not subcontract any of its processing operations performed on behalf of the data exporter under the Clauses without the prior written consent of the data exporter. Where the data importer subcontracts its obligations under the Clauses, with the consent of the data exporter, it shall do so only by way of a written agreement with the subprocessor which imposes the same obligations on the subprocessor as are imposed on the data importer under the Clauses. Where the subprocessor fails to fulfil its data protection obligations under such written agreement the data importer shall remain fully liable to the data exporter for the performance of the subprocessor's obligations under such agreement.
+
+2. The prior written contract between the data importer and the subprocessor shall also provide for a third-party beneficiary clause as laid down in Clause 3 for cases where the data subject is not able to bring the claim for compensation referred to in paragraph 1 of Clause 6 against the data exporter or the data importer because they have factually disappeared or have ceased to exist in law or have become insolvent and no successor entity has assumed the entire legal obligations of the data exporter or data importer by contract or by operation of law. Such third-party liability of the subprocessor shall be limited to its own processing operations under the Clauses.
+
+3. The provisions relating to data protection aspects for subprocessing of the contract referred to in paragraph 1 shall be governed by the law of the Member State in which the data exporter is established.
+
+4. The data exporter shall keep a list of subprocessing agreements concluded under the Clauses and notified by the data importer pursuant to Clause 5 (j), which shall be updated at least once a year. The list shall be available to the data exporter's data protection supervisory authority.
+
+#### Clause 12: Obligation after the termination of personal data processing services
+1. The parties agree that on the termination of the provision of data processing services, the data importer and the subprocessor shall, at the choice of the data exporter, return all the personal data transferred and the copies thereof to the data exporter or shall destroy all the personal data and certify to the data exporter that it has done so, unless legislation imposed upon the data importer prevents it from returning or destroying all or part of the personal data transferred. In that case, the data importer warrants that it will guarantee the confidentiality of the personal data transferred and will not actively process the personal data transferred anymore.
+
+2. The data importer and the subprocessor warrant that upon request of the data exporter and/or of the supervisory authority, it will submit its data processing facilities for an audit of the measures referred to in paragraph 1.
+
+### Appendix 1 to the Standard Contractual Clauses
+Data exporter: Customer is the data exporter.
+
+**Data importer:** The data importer is GitHub, Inc., a global producer of software and services.
+
+**Data subjects:** Data subjects include the data exporter’s representatives and end-users including employees, contractors, collaborators, and customers of the data exporter. Data subjects may also include individuals attempting to communicate or transfer personal information to users of the services provided by data importer. GitHub acknowledges that, depending on Customer’s use of the Online Service, Customer may elect to include personal data from any of the following types of data subjects in the Customer Personal Data:
+
+- Employees, contractors and temporary workers (current, former, prospective) of data exporter;
+- Dependents of the above;
+- Data exporter's collaborators/contact persons (natural persons) or employees, contractors or temporary workers of legal entity collaborators/contact persons (current, prospective, former);
+- Users (e.g., customers, clients, patients, visitors, etc.) and other data subjects that are users of data exporter's services;
+- Partners, stakeholders or individuals who actively collaborate, communicate or otherwise interact with employees of the data exporter and/or use communication tools such as apps and websites provided by the data exporter;
+- Stakeholders or individuals who passively interact with data exporter (e.g., because they are the subject of an investigation, research or mentioned in documents or correspondence from or to the data exporter); or
+- Professionals with professional privilege (e.g., doctors, lawyers, notaries, religious workers, etc.).
+
+**Categories of data:** The personal data transferred that is included in e-mail, documents and other data in an electronic form in the context of the Online Service. GitHub acknowledges that, depending on Customer’s use of the Online Service, Customer may elect to include personal data from any of the following categories in the Customer Personal Data:
+- Authentication data (for example, username, email, password);
+- Contact information (for example, email);
+- Unique identification numbers and signatures (IP addresses, unique identifier in tracking cookies or similar technology).
+- Other unique identifying information. Data subjects may include more data such as real names, avatar images, and other personal information;
+
+**Special categories of data (if appropriate):** The data importer does not intentionally collect or process any special categories of data in carrying out its services to the data exporter.
+
+However, because the data importer provides storage services and does not control the categories of data it stores, the data exporter may choose to transfer special categories of data. Consequently, the data exporter is solely responsible for ensuring that it complies with all obligations imposed by applicable laws and regulations relating to the collection and processing of any special categories of data, including obtaining the explicit consent of the data subject prior to processing sensitive personal data.
+
+**Processing operations:** The personal data transferred will be subject to the following basic processing activities: GitHub uses personal data for the limited purposes set forth in the GitHub Privacy Statement, available at https://help.github.com/articles/github-privacy-statement/, and the “Data Processing” section of the DPA.
+
+**Subcontractors:** In accordance with the DPA, the data importer may hire other companies to provide limited services on data importer’s behalf, such as providing customer support. Any such subcontractors will be permitted to obtain Customer Personal Data only to deliver the services the data importer has retained them to provide, and they are prohibited from using Customer Personal Data for any other purpose.
+
+### Appendix 2 to the Standard Contractual Clauses
+Description of the technical and organizational security measures implemented by the data importer in accordance with Clauses 4(d) and 5(c):
+
+**1. Personnel.** Data importer’s personnel will not process Customer Personal Data without authorization. Personnel are obligated to maintain the confidentiality of any Customer Personal Data and this obligation continues even after their engagement ends.
+
+**2. Data Privacy Contact.** The data privacy officer of the data importer can be reached at the following address: GitHub, Inc. Attn: Privacy 88 Colin P. Kelly Jr. Street San Francisco, CA 94107 USA
+
+**3. Technical and Organization Measures.** The data importer has implemented and will maintain appropriate technical and organizational measures, internal controls, and information security routines intended to protect Customer Personal Data, as defined in the GitHub Security Exhibit, against accidental loss, destruction, or alteration; unauthorized disclosure or access; or unlawful destruction as follows: The technical and organizational measures, internal controls, and information security routines set forth in the GitHub Security Exhibit are hereby incorporated into this Appendix 2 by this reference and are binding on the data importer as if they were set forth in this Appendix 2 in their entirety. Signature of GitHub, Inc. appears below.
+
+Signing the Standard Contractual Clauses, Appendix 1 and Appendix 2 on behalf of the data importer
+
+
+
+Lynn Hashimoto, Head of Product & Regulatory Legal
+
+GitHub, Inc.
+
+## SECURITY EXHIBIT
+
+### 1. Informationssicherheitsprogramm
+
+#### 1.1 Sicherheitsverwaltung
+GitHub will implement and maintain appropriate technical and organizational measures to protect Customer Content and Protected Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure of, or access to, personal data transmitted, stored or otherwise processed (“**Security Program**”). Those measures shall be set forth in a GitHub Security Policy. GitHub will provide written descriptions of the security controls and other information reasonably requested by Customer regarding GitHub’s security practices and policies for the Online Service.
+
+a. Operational Policy. GitHub maintains security documents describing its security measures and the relevant procedures and responsibilities of its personnel who have access to Customer Content and Protected Data.
+
+b. Security Training. GitHub informs its personnel about relevant security procedures and their respective roles. GitHub also informs its personnel of possible consequences of breaching the security rules and procedures. GitHub will only use anonymous data in training.
+
+#### 1.2 Security Incident Management.
+GitHub will provide a Security incident management program for the Online Service as follows:
+
+a. Verfügbarkeit und Eskalation bei Sicherheitsvorfällen. GitHub setzt rund um die Uhr an allen Tagen der Woche angemessene Sicherheitskontakt- und Eskalationsverfahren um, um zu gewährleisten, dass Kunden und Mitarbeiter Probleme dem GitHub-Sicherheitsteam melden können.
+
+b. Reaktion auf Vorfälle. If GitHub becomes aware of a breach of security leading to the accidental or unlawful destruction, loss, alteration, unauthorized disclosure of, or access to Customer Data or Personal Data (each a "Security Incident"), GitHub will promptly and without undue delay (1) notify Customer of the Security Incident; (2) investigate the Security Incident and provide Customer with detailed information about the Security Incident; (3) take reasonable steps to mitigate the effects and to minimize any damage resulting from the Security Incident.
+
+c. Mitteilung. Mitteilungen zu Sicherheitsvorfällen werden einem oder mehreren Administratoren des Kunden auf einem von GitHub gewählten Weg zugestellt. Der Kunde haftet alleinig dafür sicherzustellen, dass die Administratoren des Kunden Mitteilungen überwachen und entsprechend reagieren. Der Kunde haftet alleinig für die Erfüllung seiner Pflichten nach den für den Kunden geltenden Vorschriften zur Vorfallsmitteilung und die Erfüllung aller Pflichten zur Mitteilung an Dritte im Zusammenhang mit Sicherheitsvorfällen.
+
+d. Vertretbare Unterstützung. GitHub unternimmt wirtschaftlich vertretbare Anstrengungen, den Kunden bei der Erfüllung seiner Mitteilungspflichten im Zusammenhang mit Sicherheitsvorfällen nach den geltenden Gesetzen oder Vorschriften gegenüber der zuständigen Aufsichtsbehörde und betroffenen Personen zu unterstützen.
+
+#### 1.3 Due Diligence over Subcontractors and Vendors.
+GitHub will maintain appropriate due diligence when utilizing subcontractors and vendors. GitHub bewahrt Anbieterbeurteilungsberichte und alle Beurteilungsunterlagen mindestens drei Jahre lang auf.
+
+#### 1.4 Physical and Environmental Safeguards.
+a. Physical Access to Facilities. GitHub limits access to facilities where information systems that process Customer Content and Protected Data are located to identified authorized individuals.
+
+b. Physical Access to Components. GitHub maintains records of the incoming and outgoing media containing Customer Content and Protected Data, including the kind of media, the authorized sender/recipients, date and time, the number of media and the types of Customer Content and Protected Data they contain.
+
+c. Protection from Disruptions. GitHub uses industry standard systems to protect against loss of data due to power supply failure or line interference.
+
+#### 2. Requests for Information.
+Upon Customer's written request and no more than once annually, GitHub will respond to one request for information to assess security and compliance risk-related information. Die Antwort erfolgt schriftlich innerhalb von dreißig Tagen nach Erhalt der Anfrage bzw. nach der Klärung nötiger Rückfragen zu der Anfrage.
+
+#### 3. Kooperation mit behördlichen Audits
+Should Customer realize a regulatory audit or an audit in response to a Supervisory Authority that requires participation from GitHub, GitHub will fully cooperate with related requests by providing access to relevant knowledgeable personnel, documentation, and application software. Der Kunde hat bei entsprechenden behördlichen Audits oder Aufsichtsbehördenaudits die folgenden Pflichten:
+
+a. Der Kunde muss sicherstellen, dass ein unabhängiger Dritter beauftragt wird (d. h. die Behörde oder ihr Vertreter) und dass der Kunde keinen Zugang zu Ergebnissen oder Daten hat, die für den Kunden nicht relevant sind.
+
+b. Mitteilungen über entsprechende Audits müssen, ggf. umgehend nach Mitteilung durch die Behörde, schriftlich erfolgen und GitHub fristgemäß und so überstellt werden, dass entsprechendes Personal zur Unterstützung bereitgestellt werden kann. Kündigen die Behörden dem Kunden das Audit oder die Untersuchung nicht im Voraus an, reagiert GitHub innerhalb der behördlich geforderten Fristen.
+
+c. Any third party auditor must disclose to GitHub any findings and recommended actions where allowed by the regulator.
+
+d. Bei behördlichen Audits wird der Zugang ausschließlich zu den normalen Geschäftszeiten (Pacific Time) gewährt.
+
+e. Insoweit dies gesetzlich zulässig ist, muss der Kunde alle bei einem entsprechenden Audit von GitHub gesammelten Informationen, die ihrer Art nach vertraulich sind, vertraulich behandeln.
+
diff --git a/translations/de-DE/content/github/site-policy/github-ae-product-specific-terms.md b/translations/de-DE/content/github/site-policy/github-ae-product-specific-terms.md
new file mode 100644
index 0000000000..43083acd50
--- /dev/null
+++ b/translations/de-DE/content/github/site-policy/github-ae-product-specific-terms.md
@@ -0,0 +1,58 @@
+---
+title: GitHub AE Product Specific Terms
+versions:
+ free-pro-team: '*'
+redirect_from:
+ - /github/site-policy/ghem-supplemental-terms-for-microsoft-volume-licensing
+---
+
+Version Effective Date: November 1, 2020
+
+The Agreement consists of these GitHub AE Product Specific Terms, the General Terms that Customer accepted, and any additional terms GitHub or its Affiliates present when an order is placed.
+
+### 1. Accounts.
+
+**Account Responsibility.** Customer controls and is responsible for End User accounts and Content.
+
+**Account Security.** Customer is responsible for maintaining the security of its account login credentials.
+
+**Use Policies.** Customer’s End Users must comply with the Acceptable Use Policy.
+
+**Suspension.** GitHub may suspend use of the Online Service during any period of Customer’s material breach.
+
+**Access.** GitHub does not access Customer Content unless required for support matters or security purposes.
+
+**DMCA.** GitHub has a Digital Millennium Copyright Act (DMCA) Takedown Policy which applies to copyright infringement claims.
+
+### 2. Content.
+
+**Ownership of Content.** Customer owns Content it creates and will fully comply with any third-party licenses relating to Content that Customer posts.
+
+**License Grant to GitHub.** Unless Customer Content comes with a separate license granting GitHub the rights it needs to run the Online Service, Customer grants to GitHub the right to use Customer Content and make incidental copies as necessary to provide the Online Service or support, or for security reasons. In addition, GitHub may be compelled by law to disclose Customer Content.
+
+### 3. Non-GitHub Products.
+GitHub may make non-GitHub products available through the Online Service. If Customer uses any non-GitHub products with the Online Service, Customer may not do so in any way that would subject GitHub’s intellectual property to obligations beyond those expressly included in the Agreement. GitHub assumes no responsibility or liability for any non-GitHub products. Customer’s use of non-GitHub products is governed by the terms between Customer and the publisher of the non-GitHub products (if any).
+
+### 4. Support and SLA.
+The Online Service includes Support and the SLA.
+
+### 5. Data Protection and Security.
+The terms of the Data Protection Agreement apply to the Online Service.
+
+### 6. Notices.
+Notices to GitHub must be sent to: GitHub, Inc. Attn: Legal Dept., 88 Colin P. Kelly St, San Francisco, CA 94107 USA.
+
+### 7. Begriffsbestimmungen
+“**Acceptable Use Policy**” means, when purchasing from GitHub, the Acceptable Use Policy available on Site-Policy and when purchasing from Microsoft, the Acceptable Use Policy in the Microsoft Online Services Terms.
+
+“**Content**” means text, data, software, images and any other materials that are displayed or otherwise made available through the Online Service.
+
+“**Customer Content**” means Content that Customer creates, owns, or to which Customer holds the rights.
+
+“**Data Protection Agreement**” means the GitHub AE Data Protection Agreement, available on https://docs.github.com/github/site-policy.
+
+“**Digital Millennium Copyright Act Takedown Policy**” means GitHub’s process for handling notices of copyright infringement, available on https://docs.github.com/github/site-policy.
+
+“**SLA**” means GitHub’s uptime commitment for the Online Service, available on https://docs.github.com/github/site-policy.
+
+“**Support**” means GitHub’s Premium Plus Support program, further described on https://docs.github.com/github/site-policy.
diff --git a/translations/de-DE/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md b/translations/de-DE/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
index c079aa0894..6b1c3afe84 100644
--- a/translations/de-DE/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
+++ b/translations/de-DE/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For more information about the terms that govern {% data variables.product.prodname_insights %}, see your {% data variables.product.prodname_ghe_one %} subscription agreement.
diff --git a/translations/de-DE/content/github/site-policy/github-privacy-statement.md b/translations/de-DE/content/github/site-policy/github-privacy-statement.md
index 1cc71f6e1b..cc880475f3 100644
--- a/translations/de-DE/content/github/site-policy/github-privacy-statement.md
+++ b/translations/de-DE/content/github/site-policy/github-privacy-statement.md
@@ -144,7 +144,7 @@ Weitere Informationen über unsere Offenlegung als Reaktion auf gesetzliche Anfr
Wir können personenbezogene Benutzerdaten weitergeben, wenn wir an einer Fusion, einem Verkauf oder Erwerb von Unternehmen oder Geschäftseinheiten beteiligt sind. Wenn eine solche Änderung des Eigentumsverhältnisses eintritt, werden wir sicherstellen, dass dies unter Wahrung der Vertraulichkeit der personenbezogenen Benutzerdaten geschieht, und wir werden Sie auf unserer Website oder per E-Mail benachrichtigen, bevor Sie Ihre persönlichen Benutzerinformationen übermitteln. Die Organisation, die personenbezogene Benutzerdaten erhält, muss alle Verpflichtungen einhalten, die wir in unserer Datenschutzerklärung oder unseren Nutzungsbedingungen gemacht haben.
#### Aggregierte, nicht personenbezogene Informationen
-Wir teilen bestimmte aggregierte, nicht-personenbezogene Informationen mit anderen darüber, wie unsere Benutzer gemeinsam GitHub nutzen oder wie unsere Benutzer auf andere Angebote wie unsere Konferenzen oder Veranstaltungen reagieren. Zum Beispiel [können wir Statistiken über die Open-Source-Aktivität auf GitHub erstellen](https://octoverse.github.com/).
+Wir teilen bestimmte aggregierte, nicht-personenbezogene Informationen mit anderen darüber, wie unsere Benutzer gemeinsam GitHub nutzen oder wie unsere Benutzer auf andere Angebote wie unsere Konferenzen oder Veranstaltungen reagieren.
Wir verkaufen Ihre personenbezogenen Benutzerinformationen **nicht** gegen eine finanzielle oder andere Gegenleistung.
diff --git a/translations/de-DE/content/github/site-policy/index.md b/translations/de-DE/content/github/site-policy/index.md
index a33e4391a7..d21ec07883 100644
--- a/translations/de-DE/content/github/site-policy/index.md
+++ b/translations/de-DE/content/github/site-policy/index.md
@@ -16,6 +16,8 @@ versions:
{% link_in_list /github-data-protection-addendum %}
{% link_in_list /global-privacy-practices %}
{% link_in_list /github-enterprise-server-license-agreement %}
+{% link_in_list /github-ae-data-protection-agreement %}
+{% link_in_list /github-ae-product-specific-terms %}
{% link_in_list /github-enterprise-service-level-agreement %}
{% link_in_list /github-connect-addendum-to-the-github-enterprise-license-agreement %}
{% link_in_list /github-supplemental-terms-for-microsoft-volume-licensing %}
diff --git a/translations/de-DE/content/github/using-git/about-git-rebase.md b/translations/de-DE/content/github/using-git/about-git-rebase.md
index 569a8b7473..08dd32437b 100644
--- a/translations/de-DE/content/github/using-git/about-git-rebase.md
+++ b/translations/de-DE/content/github/using-git/about-git-rebase.md
@@ -8,6 +8,7 @@ intro: 'Mit dem Befehl „git rebase“ kannst Du eine Reihe von Commits einfach
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/using-git/about-git-subtree-merges.md b/translations/de-DE/content/github/using-git/about-git-subtree-merges.md
index 515886bbc6..5f64b23c47 100644
--- a/translations/de-DE/content/github/using-git/about-git-subtree-merges.md
+++ b/translations/de-DE/content/github/using-git/about-git-subtree-merges.md
@@ -8,6 +8,7 @@ intro: 'Wenn Du mehrere Projekte innerhalb eines einzigen Repositorys verwalten
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Typischerweise wird eine Unterstruktur zusammengeführt, um ein Repository innerhalb eines anderen Repositorys einzubinden. Das „Unterrepository“ wird in einem Ordner des Haupt-Repositorys gespeichert.
diff --git a/translations/de-DE/content/github/using-git/about-remote-repositories.md b/translations/de-DE/content/github/using-git/about-remote-repositories.md
index 7ff71ee90a..aa5321fd69 100644
--- a/translations/de-DE/content/github/using-git/about-remote-repositories.md
+++ b/translations/de-DE/content/github/using-git/about-remote-repositories.md
@@ -8,6 +8,7 @@ intro: 'Der kooperative Ansatz von GitHub in der Entwicklung hängt von der Ver
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Eine Remote-URL ist die offizielle Ausdrucksweise von Git für „der Ort, an dem Dein Code gespeichert ist“. Diese URL kann Dein Repository auf GitHub oder der Fork eines anderen Benutzers sein oder sich sogar auf einem völlig anderen Server befinden.
diff --git a/translations/de-DE/content/github/using-git/adding-a-remote.md b/translations/de-DE/content/github/using-git/adding-a-remote.md
index efa972fda4..5933881f82 100644
--- a/translations/de-DE/content/github/using-git/adding-a-remote.md
+++ b/translations/de-DE/content/github/using-git/adding-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Der Befehl `git remote add` hat zwei Argumente:
diff --git a/translations/de-DE/content/github/using-git/associating-text-editors-with-git.md b/translations/de-DE/content/github/using-git/associating-text-editors-with-git.md
index 20292c10ee..387a2854fb 100644
--- a/translations/de-DE/content/github/using-git/associating-text-editors-with-git.md
+++ b/translations/de-DE/content/github/using-git/associating-text-editors-with-git.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/de-DE/content/github/using-git/caching-your-github-credentials-in-git.md b/translations/de-DE/content/github/using-git/caching-your-github-credentials-in-git.md
index d5ac2cf752..3a718926ca 100644
--- a/translations/de-DE/content/github/using-git/caching-your-github-credentials-in-git.md
+++ b/translations/de-DE/content/github/using-git/caching-your-github-credentials-in-git.md
@@ -8,6 +8,7 @@ intro: 'If you''re [cloning {% data variables.product.product_name %} repositori
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you clone {% data variables.product.product_name %} repositories using SSH, then you authenticate using an SSH key instead of using other credentials. For information about setting up an SSH connection, see "[Generating an SSH Key](/articles/generating-an-ssh-key)."
diff --git a/translations/de-DE/content/github/using-git/changing-a-remotes-url.md b/translations/de-DE/content/github/using-git/changing-a-remotes-url.md
index 5d0570dbc2..98426def15 100644
--- a/translations/de-DE/content/github/using-git/changing-a-remotes-url.md
+++ b/translations/de-DE/content/github/using-git/changing-a-remotes-url.md
@@ -7,6 +7,7 @@ intro: Der Befehl `git remote set-url` ändert die vorhandene URL eines Remote-R
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -52,8 +53,7 @@ git@{% data variables.command_line.codeblock %}:USERNAME/REPOSITORY
Wenn Du das nächste Mal den Befehl `git fetch`, `git pull` oder `git push` für das Remote-Repository ausführst, musst Du Deinen GitHub-Benutzernamen und Dein Passwort eingeben. {% data reusables.user_settings.password-authentication-deprecation %}
-- Wenn Du die [Zwei-Faktor-Authentifizierung](/articles/securing-your-account-with-two-factor-authentication-2fa) aktiviert hast, musst Du [ein persönliches Zugriffstoken erstellen](/github/authenticating-to-github/creating-a-personal-access-token), das Du anstelle Deines GitHub-Passworts verwendest.
-- Sie können einen [Credential-Helper](/github/using-git/caching-your-github-credentials-in-git) verwenden, damit Git Ihren GitHub-Benutzernamen und Ihr -Passwort für die Kommunikation mit GitHub speichert.
+You can [use a credential helper](/github/using-git/caching-your-github-credentials-in-git) so Git will remember your GitHub username and personal access token every time it talks to GitHub.
### Switching remote URLs from HTTPS to SSH
diff --git a/translations/de-DE/content/github/using-git/configuring-git-to-handle-line-endings.md b/translations/de-DE/content/github/using-git/configuring-git-to-handle-line-endings.md
index cfbf947553..e75788840e 100644
--- a/translations/de-DE/content/github/using-git/configuring-git-to-handle-line-endings.md
+++ b/translations/de-DE/content/github/using-git/configuring-git-to-handle-line-endings.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Jedes Mal, wenn Du auf der Tastatur die Eingabetaste drückst, fügst Du ein unsichtbares Zeichen ein, nämlich einen Zeilenabschluss. Verschiedene Betriebssysteme handhaben Zeilenenden unterschiedlich.
diff --git a/translations/de-DE/content/github/using-git/dealing-with-non-fast-forward-errors.md b/translations/de-DE/content/github/using-git/dealing-with-non-fast-forward-errors.md
index 0d0d4f2c3a..51deff5a7b 100644
--- a/translations/de-DE/content/github/using-git/dealing-with-non-fast-forward-errors.md
+++ b/translations/de-DE/content/github/using-git/dealing-with-non-fast-forward-errors.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn ein anderer Benutzer einen Push zum selben Branch durchgeführt hat wie Du, kann Git Deine Änderungen nicht überführen:
diff --git a/translations/de-DE/content/github/using-git/getting-changes-from-a-remote-repository.md b/translations/de-DE/content/github/using-git/getting-changes-from-a-remote-repository.md
index bd84c99fe7..171770e871 100644
--- a/translations/de-DE/content/github/using-git/getting-changes-from-a-remote-repository.md
+++ b/translations/de-DE/content/github/using-git/getting-changes-from-a-remote-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Diese Befehle sind bei der Interaktion mit einem [Remote-Repository](/articles/about-remote-repositories) sehr hilfreich. Mit `clone` und `fetch` kannst Du Remote-Code von der Remote-URL eines Repositorys auf Deinen lokalen Computer herunterladen. Der Befehl `merge` dient zum Zusammenführen der Arbeit verschiedener Benutzer mit Deiner eigenen Arbeit, und `pull` ist eine Kombination aus `fetch` und `merge`.
diff --git a/translations/de-DE/content/github/using-git/getting-started-with-git-and-github.md b/translations/de-DE/content/github/using-git/getting-started-with-git-and-github.md
index 56a4af3298..6b04e0a76a 100644
--- a/translations/de-DE/content/github/using-git/getting-started-with-git-and-github.md
+++ b/translations/de-DE/content/github/using-git/getting-started-with-git-and-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/using-git/git-workflows.md b/translations/de-DE/content/github/using-git/git-workflows.md
index 7d14f6a955..f702b62f1f 100644
--- a/translations/de-DE/content/github/using-git/git-workflows.md
+++ b/translations/de-DE/content/github/using-git/git-workflows.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Du kannst die {% data variables.product.prodname_dotcom %}-Flow-Methode übernehmen, um zu standardisieren, wie Dein Team auf {% data variables.product.prodname_dotcom %} zusammenarbeitet. Weitere Informationen findest Du unter „[GitHub-Flow](/github/collaborating-with-issues-and-pull-requests/github-flow)" und „[GitHub-Flow verstehen](http://guides.github.com/overviews/flow/)" in den {% data variables.product.prodname_dotcom %}-Anleitungen.
diff --git a/translations/de-DE/content/github/using-git/ignoring-files.md b/translations/de-DE/content/github/using-git/ignoring-files.md
index bbdcccc457..8b6ccfa1bf 100644
--- a/translations/de-DE/content/github/using-git/ignoring-files.md
+++ b/translations/de-DE/content/github/using-git/ignoring-files.md
@@ -8,6 +8,7 @@ intro: 'Du kannst Git so konfigurieren, dass Dateien ignoriert werden, die Du ni
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Ignorierte Dateien für ein einzelnes Repository konfigurieren
diff --git a/translations/de-DE/content/github/using-git/index.md b/translations/de-DE/content/github/using-git/index.md
index 83ba0c68a8..7ac542d3ff 100644
--- a/translations/de-DE/content/github/using-git/index.md
+++ b/translations/de-DE/content/github/using-git/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/using-git/learning-about-git.md b/translations/de-DE/content/github/using-git/learning-about-git.md
index 22370acb57..d2a172a346 100644
--- a/translations/de-DE/content/github/using-git/learning-about-git.md
+++ b/translations/de-DE/content/github/using-git/learning-about-git.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/using-git/managing-remote-repositories.md b/translations/de-DE/content/github/using-git/managing-remote-repositories.md
index 286be447a5..022e85fece 100644
--- a/translations/de-DE/content/github/using-git/managing-remote-repositories.md
+++ b/translations/de-DE/content/github/using-git/managing-remote-repositories.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/using-git/pushing-commits-to-a-remote-repository.md b/translations/de-DE/content/github/using-git/pushing-commits-to-a-remote-repository.md
index 20a7ad860c..a0919bcf41 100644
--- a/translations/de-DE/content/github/using-git/pushing-commits-to-a-remote-repository.md
+++ b/translations/de-DE/content/github/using-git/pushing-commits-to-a-remote-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Der Befehl `git push` hat zwei Argumente:
diff --git a/translations/de-DE/content/github/using-git/removing-a-remote.md b/translations/de-DE/content/github/using-git/removing-a-remote.md
index 2a6bf6dd75..8d85d1fda2 100644
--- a/translations/de-DE/content/github/using-git/removing-a-remote.md
+++ b/translations/de-DE/content/github/using-git/removing-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Der Befehl `git remote rm` hat ein Argument:
diff --git a/translations/de-DE/content/github/using-git/renaming-a-remote.md b/translations/de-DE/content/github/using-git/renaming-a-remote.md
index 9274e24d45..1521ad988c 100644
--- a/translations/de-DE/content/github/using-git/renaming-a-remote.md
+++ b/translations/de-DE/content/github/using-git/renaming-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Der Befehl `git remote rename` hat zwei Argumente:
diff --git a/translations/de-DE/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md b/translations/de-DE/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
index 81f11b46ff..5b018450db 100644
--- a/translations/de-DE/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
+++ b/translations/de-DE/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/using-git/setting-your-username-in-git.md b/translations/de-DE/content/github/using-git/setting-your-username-in-git.md
index 7a7846a8dd..95378aee7c 100644
--- a/translations/de-DE/content/github/using-git/setting-your-username-in-git.md
+++ b/translations/de-DE/content/github/using-git/setting-your-username-in-git.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Den Namen, der mit Deinen Git-Commits verbunden ist, kannst Du mit dem Befehl `git config` ändern. Der neue Name wird bei allen zukünftigen Commits angezeigt, die Sie über die Befehlszeile per Push an {% data variables.product.product_name %} übertragen. Als Git-Benutzernamen kannst Du einen beliebigen Text verwenden, um Deinen echten Namen privat zu halten.
diff --git a/translations/de-DE/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md b/translations/de-DE/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
index c438a2a11e..851792daf2 100644
--- a/translations/de-DE/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
+++ b/translations/de-DE/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
@@ -7,6 +7,7 @@ intro: Einzelne Ordner eines Git-Repositorys kannst Du in neue Repositorys ausla
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du bei der Erstellung eines Repository-Klons einen Ordner in ein separates Repository verschiebst, verlierst Du weder Deinen Git-Verlauf noch die bereits vorgenommenen Änderungen.
diff --git a/translations/de-DE/content/github/using-git/updating-credentials-from-the-macos-keychain.md b/translations/de-DE/content/github/using-git/updating-credentials-from-the-macos-keychain.md
index 4ff44be013..b1b50cbe88 100644
--- a/translations/de-DE/content/github/using-git/updating-credentials-from-the-macos-keychain.md
+++ b/translations/de-DE/content/github/using-git/updating-credentials-from-the-macos-keychain.md
@@ -1,12 +1,13 @@
---
title: Updating credentials from the macOS Keychain
-intro: 'You''ll need to update your saved credentials in the `git-credential-osxkeychain` helper if you change your username, password, or personal access token on {% data variables.product.product_name %}.'
+intro: 'You''ll need to update your saved credentials in the `git-credential-osxkeychain` helper if you change your{% if currentVersion != "github-ae@latest" %} username, password, or{% endif %} personal access token on {% data variables.product.product_name %}.'
redirect_from:
- /articles/updating-credentials-from-the-osx-keychain
- /github/using-git/updating-credentials-from-the-osx-keychain
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.password-authentication-deprecation %}
@@ -15,14 +16,12 @@ versions:
1. Click on the Spotlight icon (magnifying glass) on the right side of the menu bar. Type `Keychain access` then press the Enter key to launch the app. 
2. Suche in Keychain Access nach **{% data variables.command_line.backticks %}**.
-3. Suche den Eintrag „internet password“ (Internet-Passwort) für `{% data variables.command_line.backticks %}`. 
-4. Bearbeite oder lösche den Eintrag je nach Bedarf.
+3. Suchen Sie den Eintrag „internet password“ (Internetpasswort) für `{% data variables.command_line.backticks %}`.
+4. Bearbeiten oder löschen Sie den Eintrag je nach Änderungssituation.
### Anmeldeinformationen über die Befehlszeile löschen
-In der Befehlszeile kannst Du den Keychain-Eintrag direkt über den Credential-Helfer löschen.
-
-Gib hierzu den folgenden Befehl ein:
+Through the command line, you can use the credential helper directly to erase the keychain entry.
```shell
$ git credential-osxkeychain erase
@@ -31,7 +30,7 @@ protocol=https
> [Press Return]
```
-Bei erfolgreicher Ausführung des Befehls erhältst Du keine Rückmeldung. Wenn Sie testen möchten, ob der Befehl funktioniert hat, klonen Sie ein Repository aus {% data variables.product.product_location %}. Wenn Du nach einem Passwort gefragt wirst, wurde der Keychain-Eintrag gelöscht.
+Bei erfolgreicher Ausführung des Befehls erhältst Du keine Rückmeldung. To test that it works, try and clone a repository from {% data variables.product.product_location %}. If you are prompted for a password, the keychain entry was deleted.
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/using-git/using-advanced-git-commands.md b/translations/de-DE/content/github/using-git/using-advanced-git-commands.md
index 2a4010c54b..754b0b8b20 100644
--- a/translations/de-DE/content/github/using-git/using-advanced-git-commands.md
+++ b/translations/de-DE/content/github/using-git/using-advanced-git-commands.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/using-git/using-common-git-commands.md b/translations/de-DE/content/github/using-git/using-common-git-commands.md
index 1496e2d844..834c556fe4 100644
--- a/translations/de-DE/content/github/using-git/using-common-git-commands.md
+++ b/translations/de-DE/content/github/using-git/using-common-git-commands.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/using-git/using-git-rebase-on-the-command-line.md b/translations/de-DE/content/github/using-git/using-git-rebase-on-the-command-line.md
index 8fd1e25570..411c896b15 100644
--- a/translations/de-DE/content/github/using-git/using-git-rebase-on-the-command-line.md
+++ b/translations/de-DE/content/github/using-git/using-git-rebase-on-the-command-line.md
@@ -7,6 +7,7 @@ intro: Im Folgenden findest Du ein kurzes Tutorial zur Verwendung von „git reb
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
In diesem Beispiel werden mit Ausnahme von `exec` alle verfügbaren `git rebase`-Befehle vorgestellt.
diff --git a/translations/de-DE/content/github/using-git/which-remote-url-should-i-use.md b/translations/de-DE/content/github/using-git/which-remote-url-should-i-use.md
index 38365dd469..0181992503 100644
--- a/translations/de-DE/content/github/using-git/which-remote-url-should-i-use.md
+++ b/translations/de-DE/content/github/using-git/which-remote-url-should-i-use.md
@@ -7,6 +7,7 @@ intro: 'Es gibt mehrere Möglichkeiten, Repositorys zu klonen, die auf {% data v
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Wenn Du ein Repository anzeigst, während Du bei Deinem Konto angemeldet bist, sind die URLs, die Du zum Klonen des Projekts auf Deinem Computer verwenden kannst, unterhalb der Repository-Details verfügbar:
@@ -47,7 +48,7 @@ Wenn Du mittels SSH-URLs `git clone`-, `git fetch`-, `git pull`- oder `git push`
{% endtip %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
### Cloning with {% data variables.product.prodname_cli %}
@@ -55,11 +56,14 @@ You can also install {% data variables.product.prodname_cli %} to use {% data va
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
### Mit Subversion klonen
Du kannst auch einen [Subversion](https://subversion.apache.org/)-Client benutzen, um auf beliebige Repositorys auf {% data variables.product.prodname_dotcom %} zuzugreifen. Subversion offeriert einen anderen Funktionsumfang als Git. Weitere Informationen findest Du unter „[Was sind die Unterschiede zwischen Subversion und git?](/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git)"
+You can also access repositories on
-Via Subversion-Clients kannst Du auch auf Repositorys auf {% data variables.product.prodname_dotcom %} zugreifen. Weitere Informationen findest Du unter „[Unterstützung für Subversion-Clients](/github/importing-your-projects-to-github/support-for-subversion-clients)."
+{% data variables.product.prodname_dotcom %} from Subversion clients. Weitere Informationen findest Du unter „[Unterstützung für Subversion-Clients](/github/importing-your-projects-to-github/support-for-subversion-clients)."
+{% endif %}
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/using-git/why-is-git-always-asking-for-my-password.md b/translations/de-DE/content/github/using-git/why-is-git-always-asking-for-my-password.md
index 6a06ed31f3..cfe79e3bec 100644
--- a/translations/de-DE/content/github/using-git/why-is-git-always-asking-for-my-password.md
+++ b/translations/de-DE/content/github/using-git/why-is-git-always-asking-for-my-password.md
@@ -6,14 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Die Verwendung einer HTTPS-Remote-URL hat einige Vorteile gegenüber der Verwendung von SSH. Die URL ist einfacher einzurichten als SSH und funktioniert in der Regel auch über strenge Firewalls und Proxies hinweg. Du wirst jedoch dazu aufgefordert, Deine GitHub-Anmeldeinformationen bei jedem Pull- oder Push-Vorgang an ein Repository einzugeben.
+Die Verwendung einer HTTPS-Remote-URL hat einige Vorteile gegenüber der Verwendung von SSH. Die URL ist einfacher einzurichten als SSH und funktioniert in der Regel auch über strenge Firewalls und Proxies hinweg. However, it also prompts you to enter your {% data variables.product.product_name %} credentials every time you pull or push a repository.
-You can avoid being prompted for your password by configuring Git to [cache your credentials](/github/using-git/caching-your-github-credentials-in-git) for you. {% data reusables.user_settings.password-authentication-deprecation %}
-
-Once you've configured credential caching, Git automatically uses your cached personal access token in place of a password when you pull or push a repository using HTTPS.
+{% data reusables.user_settings.password-authentication-deprecation %}
+You can avoid being prompted for your password by configuring Git to [cache your credentials](/github/using-git/caching-your-github-credentials-in-git) for you. Once you've configured credential caching, Git automatically uses your cached personal access token when you pull or push a repository using HTTPS.
### Weiterführende Informationen
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
index 5ea537463b..62c7a61970 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A repository's graphs give you information on {% if currentVersion == "free-pro-team@latest" %} traffic, projects that depend on the repository,{% endif %} contributors and commits to the repository, and a repository's forks and network. Wenn Du ein Repository verwaltest, kannst Du diese Daten verwenden, um besser zu verstehen, wer Dein Repository verwendet und warum es verwendet wird.
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
index bd520f3703..266dcaf86a 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
index d3e535f966..b4e34f2dff 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/index.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/index.md
index ee94068518..baae04ea51 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/index.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
index 31d9ec964e..fd8bcf2848 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Die Forks sind alphabetisch nach dem Benutzernamen der Person geordnet, die das Repository geforkt hat. Sie können auf den Benutzernamen klicken, um zur {% data variables.product.product_name %}-Profilseite des Benutzers weitergeleitet zu werden, oder auf den Forknamen, um zum entsprechenden Fork des Repositorys weitergeleitet zu werden.
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
index b7ff042dd6..969477842a 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
index 8d52ea7def..a346fddef3 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
@@ -9,11 +9,12 @@ product: '{% data reusables.gated-features.repository-insights %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Mitarbeitern
-Im Mitarbeiterdiagramm kannst Du die Top 100 der Mitarbeiter an einem Repository anzeigen{% if enterpriseServerVersions contains currentVersion %}, darunter auch die Commit-Co-Autoren{% endif %}. Merge- und leere Commits werden für dieses Diagramm nicht als Beiträge gezählt.
+You can view the top 100 contributors to a repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}, including commit co-authors,{% endif %} in the contributors graph. Merge- und leere Commits werden für dieses Diagramm nicht als Beiträge gezählt.
{% if currentVersion == "free-pro-team@latest" %}
Darüber hinaus kannst Du eine Liste der Personen anzeigen, die Beiträge zu den Python-Abhängigkeiten des Projekts geliefert haben. Rufe `https://github.com/REPO-OWNER/REPO-NAME/community_contributors` auf, um auf diese Liste der Community-Mitarbeiter zuzugreifen.
@@ -31,7 +32,7 @@ Darüber hinaus kannst Du eine Liste der Personen anzeigen, die Beiträge zu den
Aus den folgenden Gründen wirst Du möglicherweise im Mitarbeiterdiagramm eines Repositorys nicht angezeigt:
- Du zählst nicht zu den Top-100-Mitarbeitern.
- Deine Commits wurden nicht in den Standardbranch zusammengeführt.
-- Die von Dir zum Erstellen der Commits verwendete E-Mail-Adresse wurde Deinem {% data variables.product.product_name %}-Konto nicht hinzugefügt.
+- The email address you used to author the commits isn't connected to your account on {% data variables.product.product_name %}.
{% tip %}
@@ -41,4 +42,4 @@ Aus den folgenden Gründen wirst Du möglicherweise im Mitarbeiterdiagramm eines
Wenn alle Deine Commits in Nicht-Standardbranches des Repository sind, wirst Du im Mitarbeiterdiagramm nicht aufgeführt. So sind Commits auf dem Branch `gh-pages` im Diagramm nur dann enthalten, wenn `gh-pages` der Standardbranch des Repositorys ist. Damit Deine Commits in den Standardbranch zusammengeführt werden, kannst Du einen Pull Request erstellen. Weitere Informationen findest Du unter „[Informationen zu Pull Requests](/articles/about-pull-requests).“
-Wenn die von Dir zum Erstellen der Commits verwendete E-Mail-Adresse Deinem {% data variables.product.product_name %}-Konto nicht hinzugefügt wurde, werden Deine Commits nicht mit Deinem Konto verknüpft, und Du wirst im Mitarbeiterdiagramm nicht angezeigt. Weitere Informationen findest Du unter „[Deine E-Mail-Adresse für Commits festlegen](/articles/setting-your-commit-email-address)“ und „[Eine E-Mail-Adresse zum {% data variables.product.product_name %}-Konto hinzufügen](/articles/adding-an-email-address-to-your-github-account).“
+If the email address you used to author the commits is not connected to your account on {% data variables.product.product_name %}, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address){% if currentVersion != "github-ae@latest" %}" and "[Adding an email address to your {% data variables.product.product_name %} account](/articles/adding-an-email-address-to-your-github-account){% endif %}."
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
index c2ed76179b..978c0f956f 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
index d8ac09dd01..f8c10f88f3 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Commits mit Co-Autoren sind in der Commit-Aktivitätsübersicht enthalten, falls ihre Commits in den Standardbranch des Repositorys zusammengeführt wurden und sie sich unter den Top-15-Benutzern befinden, welche die meisten Commits beigesteuert haben.
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
index dd407cec2d..395cbb597b 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
index e73e6fd93c..4d3cbda346 100644
--- a/translations/de-DE/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
+++ b/translations/de-DE/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Das obere Diagramm zeigt Commits für das gesamte Jahr nach Woche.
diff --git a/translations/de-DE/content/github/working-with-github-pages/about-github-pages-and-jekyll.md b/translations/de-DE/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
index 9e224d99a2..0c903216b2 100644
--- a/translations/de-DE/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
+++ b/translations/de-DE/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
@@ -21,6 +21,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Jekyll
diff --git a/translations/de-DE/content/github/working-with-github-pages/about-github-pages.md b/translations/de-DE/content/github/working-with-github-pages/about-github-pages.md
index 85c6a3f08f..75de4fdaed 100644
--- a/translations/de-DE/content/github/working-with-github-pages/about-github-pages.md
+++ b/translations/de-DE/content/github/working-with-github-pages/about-github-pages.md
@@ -13,6 +13,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu {% data variables.product.prodname_pages %}
@@ -26,7 +27,7 @@ You can host your site on
Informationen zu den ersten Schritten findest Du unter „[Eine {% data variables.product.prodname_pages %}-Website erstellen](/articles/creating-a-github-pages-site).“
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
Organization owners can disable the publication of
{% data variables.product.prodname_pages %} sites from the organization's repositories. For more information, see "[Disabling publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)."
{% endif %}
@@ -35,15 +36,15 @@ Organization owners can disable the publication of
Es gibt drei Arten von {% data variables.product.prodname_pages %}-Websites: Projekt-, Benutzer- und Organisations-Websites. Projekt-Websites sind mit einem bestimmten Projekt verbunden, das auf {% data variables.product.product_name %} gehostet wird, z. B. einer JavaScript-Bibliothek oder einer Rezeptsammlung. Benutzer- und Organisations-Websites sind mit einem bestimmten {% data variables.product.product_name %}-Konto verbunden.
-To publish a user site, you must create a repository owned by your user account that's named {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. To publish an organization site, you must create a repository owned by an organization that's named {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, user and organization sites are available at `http(s)://.github.io` or `http(s)://.github.io`.{% endif %}
+To publish a user site, you must create a repository owned by your user account that's named {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. To publish an organization site, you must create a repository owned by an organization that's named {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, user and organization sites are available at `http(s)://.github.io` or `http(s)://.github.io`.{% elsif currentVersion == "github-ae@latest" %}User and organization sites are available at `http(s)://pages./` or `http(s)://pages./`.{% endif %}
-Die Quelldateien für eine Projekt-Website werden im selben Repository gespeichert wie das zugehörige Projekt. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, project sites are available at `http(s)://.github.io/` or `http(s)://.github.io/`.{% endif %}
+Die Quelldateien für eine Projekt-Website werden im selben Repository gespeichert wie das zugehörige Projekt. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, project sites are available at `http(s)://.github.io/` or `http(s)://.github.io/`.{% elsif currentVersion == "github-ae@latest" %}Project sites are available at `http(s)://pages.///` or `http(s)://pages.///`.{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
Weitere Informationen dazu, wie sich die URL Ihrer Website bei benutzerdefinierten Domains ändert, finden Sie unter „[Informationen zu benutzerdefinierten Domains und {% data variables.product.prodname_pages %}](/articles/about-custom-domains-and-github-pages)“.
{% endif %}
-Sie können für jedes {% data variables.product.product_name %}-Konto nur eine Benutzer- oder Organisations-Website erstellen. Für Projekt-Websites gibt es keine Beschränkung, egal, ob sie einer Organisation oder einem Benutzerkonto gehören.
+You can only create one user or organization site for each account on {% data variables.product.product_name %}. Für Projekt-Websites gibt es keine Beschränkung, egal, ob sie einer Organisation oder einem Benutzerkonto gehören.
{% if enterpriseServerVersions contains currentVersion %}
The URL where your site is available depends on whether subdomain isolation is enabled for
@@ -52,9 +53,9 @@ The URL where your site is available depends on whether subdomain isolation is e
| Art der Website | Subdomänen-Isolation aktiviert | Subdomänen-Isolation deaktiviert |
| --------------- | ------------------------------ | -------------------------------- |
| | | |
- Benutzer |
+ User |
-`http(s)://pages.///` | `http(s):///pages///` | Organisation | `http(s)://pages.///` | `http(s):///pages///` | Projekt-Website, die einem Benutzerkonto gehört | `http(s)://pages.///` | `http(s):///pages///` Projekt-Website, die einer Organisation gehört | `http(s)://pages.///` | `http(s):///pages///`
+`http(s)://pages./` | `http(s):///pages/` | Organization | `http(s)://pages./` | `http(s):///pages/` | Project site owned by user account | `http(s)://pages.///` | `http(s):///pages///` Project site owned by organization account | `http(s)://pages.///` | `http(s):///pages///`
Weitere Informationen findest Du unter „[Subdomänen-Isolation aktivieren](/enterprise/{{ currentVersion }}/admin/installation/enabling-subdomain-isolation)“. Bei Fragen kannst Du Dich auch an den Websiteadministrator wenden.
{% endif %}
@@ -73,7 +74,7 @@ The publishing source for your {% data variables.product.prodname_pages %} site
{% data reusables.pages.private_pages_are_public_warning %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
If the default publishing source exists in your repository, {% data variables.product.prodname_pages %} will automatically publish a site from that source. The default publishing source for user and organization sites is the root of the default branch for the repository. The default publishing source for project sites is the root of the `gh-pages` branch.
diff --git a/translations/de-DE/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md b/translations/de-DE/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
index e87dda546f..e6d8bd2e4a 100644
--- a/translations/de-DE/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
+++ b/translations/de-DE/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Jekyll-Build-Fehlern
diff --git a/translations/de-DE/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md b/translations/de-DE/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
index 5068aefa94..105fe8b524 100644
--- a/translations/de-DE/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
+++ b/translations/de-DE/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Schreibberechtigungen für ein Repository können mit Jekyll ein Design zu einer {% data variables.product.prodname_pages %}-Website hinzufügen.
diff --git a/translations/de-DE/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md b/translations/de-DE/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
index 811f0d0864..fb00e2a7d8 100644
--- a/translations/de-DE/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
+++ b/translations/de-DE/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Schreibberechtigungen für ein Repository können mit Jekyll Inhalte zu einer {% data variables.product.prodname_pages %}-Website hinzufügen.
diff --git a/translations/de-DE/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md b/translations/de-DE/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
index 7f8d8871eb..e835e6f240 100644
--- a/translations/de-DE/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
+++ b/translations/de-DE/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
@@ -9,6 +9,7 @@ permissions: 'People with admin or maintainer permissions for a repository can c
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Weitere Informationen zu Veröffentlichungsquellen findest Du unter „[Informationen zu {% data variables.product.prodname_pages %}](/articles/about-github-pages#publishing-sources-for-github-pages-sites).“
@@ -19,7 +20,7 @@ Before you configure a publishing source, make sure the branch{% if currentVersi
{% data reusables.pages.navigate-site-repo %}
{% data reusables.repositories.sidebar-settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
3. Under "{% data variables.product.prodname_pages %}", use the **None** or **Branch** drop-down menu and select a publishing source. 
4. Optionally, use the drop-down menu to select a folder for your publishing source. 
5. Klicke auf **Save** (Speichern). 
@@ -33,4 +34,4 @@ Before you configure a publishing source, make sure the branch{% if currentVersi
{% data reusables.pages.admin-must-push %}
-If you choose the `docs` folder on {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}any{% else %}the `master`{% endif %} branch as your publishing source, then later remove the `/docs` folder from that branch in your repository, your site won't build and you'll get a page build error message for a missing `/docs` folder. Weitere Informationen findest Du unter „[Jekyll-Build-Fehler für {% data variables.product.prodname_pages %}-Websites beheben](/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites#missing-docs-folder).“
+If you choose the `docs` folder on {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}any{% else %}the `master`{% endif %} branch as your publishing source, then later remove the `/docs` folder from that branch in your repository, your site won't build and you'll get a page build error message for a missing `/docs` folder. Weitere Informationen findest Du unter „[Jekyll-Build-Fehler für {% data variables.product.prodname_pages %}-Websites beheben](/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites#missing-docs-folder).“
diff --git a/translations/de-DE/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md b/translations/de-DE/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
index 55b115b9d8..64e327b0ec 100644
--- a/translations/de-DE/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
+++ b/translations/de-DE/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pages.navigate-site-repo %}
diff --git a/translations/de-DE/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md b/translations/de-DE/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
index 29e1fbd28e..a8a3e6031a 100644
--- a/translations/de-DE/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
+++ b/translations/de-DE/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
@@ -8,6 +8,7 @@ permissions: 'Personen mit Administratorberechtigungen für ein Repository könn
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Vorrausetzungen
@@ -80,7 +81,7 @@ gem "github-pages", "~> VERSION", group: :jekyll_plugins
```
10. Speichere und schließe das Gemfile.
11. Teste Deine Website optional lokal. Weitere Informationen findest Du unter „[Deine {% data variables.product.prodname_pages %}-Website lokal mit Jekyll testen](/articles/testing-your-github-pages-site-locally-with-jekyll).“
-12. Fügen Sie Ihr {% data variables.product.product_name %}-Repository als Remote-Repository hinzu. Ersetzen Sie dabei {% if enterpriseServerVersions contains currentVersion %}_HOSTNAME_ durch den Hostnamen Ihrer Appliance,{% endif %} _USER_ durch das Konto, das das Repository besitzt{% if enterpriseServerVersions contains currentVersion %},{% endif %} und _REPOSITORY_ durch den Namen des Repositorys.
+12. Add your {% data variables.product.product_name %} repository as a remote, replacing {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}_HOSTNAME_ with your enterprise's hostname,{% endif %} _USER_ with the account that owns the repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %},{% endif %} and _REPOSITORY_ with the name of the repository.
```shell
{% if currentVersion == "free-pro-team@latest" %}
$ git remote add origin https://github.com/USER/REPOSITORY.git
diff --git a/translations/de-DE/content/github/working-with-github-pages/creating-a-github-pages-site.md b/translations/de-DE/content/github/working-with-github-pages/creating-a-github-pages-site.md
index 729e4286bc..47a3319a05 100644
--- a/translations/de-DE/content/github/working-with-github-pages/creating-a-github-pages-site.md
+++ b/translations/de-DE/content/github/working-with-github-pages/creating-a-github-pages-site.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Ein Repository für eine Website erstellen
diff --git a/translations/de-DE/content/github/working-with-github-pages/getting-started-with-github-pages.md b/translations/de-DE/content/github/working-with-github-pages/getting-started-with-github-pages.md
index f6b94392d8..90aefb351e 100644
--- a/translations/de-DE/content/github/working-with-github-pages/getting-started-with-github-pages.md
+++ b/translations/de-DE/content/github/working-with-github-pages/getting-started-with-github-pages.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/working-with-github-pages/index.md b/translations/de-DE/content/github/working-with-github-pages/index.md
index 6312ca6bb9..e04e090ef7 100644
--- a/translations/de-DE/content/github/working-with-github-pages/index.md
+++ b/translations/de-DE/content/github/working-with-github-pages/index.md
@@ -14,6 +14,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md b/translations/de-DE/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
index 3213efb06b..f4612796be 100644
--- a/translations/de-DE/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
+++ b/translations/de-DE/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Schreibberechtigungen für ein Repository können den Markdown-Prozessor für eine {% data variables.product.prodname_pages %}-Website festlegen.
diff --git a/translations/de-DE/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md b/translations/de-DE/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
index cf08a1fac0..5b6e15ed3c 100644
--- a/translations/de-DE/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
+++ b/translations/de-DE/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md b/translations/de-DE/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
index e480003fc5..a8c8aff05a 100644
--- a/translations/de-DE/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
+++ b/translations/de-DE/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personen mit Schreibberechtigungen für ein Repository können eine {% data variables.product.prodname_pages %}-Website lokal testen.
diff --git a/translations/de-DE/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md b/translations/de-DE/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
index c19d35e03c..4e7b3ed624 100644
--- a/translations/de-DE/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
+++ b/translations/de-DE/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
@@ -28,6 +28,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Fehlerbehebung bei Build-Fehlern
diff --git a/translations/de-DE/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md b/translations/de-DE/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
index 50c7ef5929..4e9c0443b2 100644
--- a/translations/de-DE/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
+++ b/translations/de-DE/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
@@ -12,6 +12,7 @@ permissions: 'People with admin or maintainer permissions for a repository can u
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Veröffentlichung einer Projektwebsite zurückziehen
diff --git a/translations/de-DE/content/github/writing-on-github/about-saved-replies.md b/translations/de-DE/content/github/writing-on-github/about-saved-replies.md
index 9cb3bd1694..06e2a36091 100644
--- a/translations/de-DE/content/github/writing-on-github/about-saved-replies.md
+++ b/translations/de-DE/content/github/writing-on-github/about-saved-replies.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/de-DE/content/github/writing-on-github/about-writing-and-formatting-on-github.md b/translations/de-DE/content/github/writing-on-github/about-writing-and-formatting-on-github.md
index 34a9099050..b0b0ed20d1 100644
--- a/translations/de-DE/content/github/writing-on-github/about-writing-and-formatting-on-github.md
+++ b/translations/de-DE/content/github/writing-on-github/about-writing-and-formatting-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
[Markdown](http://daringfireball.net/projects/markdown/) ist eine einfach zu lesende, leicht zu schreibende Syntax zur Formatierung von Klartext.
diff --git a/translations/de-DE/content/github/writing-on-github/autolinked-references-and-urls.md b/translations/de-DE/content/github/writing-on-github/autolinked-references-and-urls.md
index b3586a5316..a128b1256b 100644
--- a/translations/de-DE/content/github/writing-on-github/autolinked-references-and-urls.md
+++ b/translations/de-DE/content/github/writing-on-github/autolinked-references-and-urls.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### URLs
diff --git a/translations/de-DE/content/github/writing-on-github/basic-writing-and-formatting-syntax.md b/translations/de-DE/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
index 2d58f88b50..b6b2f56155 100644
--- a/translations/de-DE/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
+++ b/translations/de-DE/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Überschriften
@@ -170,7 +171,7 @@ Weitere Informationen findest Du unter „[Informationen zu Aufgabenlisten](/art
### Personen und Teams erwähnen
-Du kannst auf {% data variables.product.product_name %} eine Person oder ein [Team](/articles/setting-up-teams/) erwähnen, indem Du `@` gefolgt vom Benutzer- respektive Teamnamen eingibst. This will trigger a notification and bring their attention to the conversation. Wenn Du einen Kommentar bearbeitest und dabei den Benutzer- oder Teamnamen erwähnst, wird die Person respektive das Team ebenfalls benachrichtigt. For more information about notifications, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
+Du kannst auf {% data variables.product.product_name %} eine Person oder ein [Team](/articles/setting-up-teams/) erwähnen, indem Du `@` gefolgt vom Benutzer- respektive Teamnamen eingibst. This will trigger a notification and bring their attention to the conversation. Wenn Du einen Kommentar bearbeitest und dabei den Benutzer- oder Teamnamen erwähnst, wird die Person respektive das Team ebenfalls benachrichtigt. For more information about notifications, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
`@github/support Wie findet ihr diese Aktualisierungen?`
diff --git a/translations/de-DE/content/github/writing-on-github/creating-a-saved-reply.md b/translations/de-DE/content/github/writing-on-github/creating-a-saved-reply.md
index 7a22293bd0..3290ad5b5f 100644
--- a/translations/de-DE/content/github/writing-on-github/creating-a-saved-reply.md
+++ b/translations/de-DE/content/github/writing-on-github/creating-a-saved-reply.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/de-DE/content/github/writing-on-github/creating-and-highlighting-code-blocks.md b/translations/de-DE/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
index bd3980f349..086a74b56a 100644
--- a/translations/de-DE/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
+++ b/translations/de-DE/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Fenced-Code-Blöcke
diff --git a/translations/de-DE/content/github/writing-on-github/creating-gists.md b/translations/de-DE/content/github/writing-on-github/creating-gists.md
index 3887822388..d42f9c65c2 100644
--- a/translations/de-DE/content/github/writing-on-github/creating-gists.md
+++ b/translations/de-DE/content/github/writing-on-github/creating-gists.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Informationen zu Gists
@@ -50,7 +51,7 @@ Gists unterstützen den Gebrauch von geoJSON-Dateien. Diese Karten werden in ein
Du kannst auch eine Textdatei per Drag-and-Drop von Deinem Desktop direkt in den Gist-Editor ziehen.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% note %}
You can also create a gist using the {% data variables.product.prodname_cli %}. For more information, see "[`gh gist create`](https://cli.github.com/manual/gh_gist_create)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/de-DE/content/github/writing-on-github/deleting-a-saved-reply.md b/translations/de-DE/content/github/writing-on-github/deleting-a-saved-reply.md
index 6909d13850..a16b7fe88e 100644
--- a/translations/de-DE/content/github/writing-on-github/deleting-a-saved-reply.md
+++ b/translations/de-DE/content/github/writing-on-github/deleting-a-saved-reply.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/de-DE/content/github/writing-on-github/editing-a-saved-reply.md b/translations/de-DE/content/github/writing-on-github/editing-a-saved-reply.md
index 10e0c074f3..2eda275aae 100644
--- a/translations/de-DE/content/github/writing-on-github/editing-a-saved-reply.md
+++ b/translations/de-DE/content/github/writing-on-github/editing-a-saved-reply.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/de-DE/content/github/writing-on-github/editing-and-sharing-content-with-gists.md b/translations/de-DE/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
index 7fcb23b126..82cd5ff573 100644
--- a/translations/de-DE/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
+++ b/translations/de-DE/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/writing-on-github/forking-and-cloning-gists.md b/translations/de-DE/content/github/writing-on-github/forking-and-cloning-gists.md
index 66c1eeb9de..d5c523254b 100644
--- a/translations/de-DE/content/github/writing-on-github/forking-and-cloning-gists.md
+++ b/translations/de-DE/content/github/writing-on-github/forking-and-cloning-gists.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Gists forken
diff --git a/translations/de-DE/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md b/translations/de-DE/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
index 23bdda61f0..e6df3947b0 100644
--- a/translations/de-DE/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
+++ b/translations/de-DE/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/writing-on-github/index.md b/translations/de-DE/content/github/writing-on-github/index.md
index 0677862dfb..5bd66d6aa8 100644
--- a/translations/de-DE/content/github/writing-on-github/index.md
+++ b/translations/de-DE/content/github/writing-on-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/writing-on-github/organizing-information-with-tables.md b/translations/de-DE/content/github/writing-on-github/organizing-information-with-tables.md
index a436eae08a..c6f12e9c0a 100644
--- a/translations/de-DE/content/github/writing-on-github/organizing-information-with-tables.md
+++ b/translations/de-DE/content/github/writing-on-github/organizing-information-with-tables.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Eine Tabelle erstellen
diff --git a/translations/de-DE/content/github/writing-on-github/using-saved-replies.md b/translations/de-DE/content/github/writing-on-github/using-saved-replies.md
index 9b3ce612a3..7c103a7e68 100644
--- a/translations/de-DE/content/github/writing-on-github/using-saved-replies.md
+++ b/translations/de-DE/content/github/writing-on-github/using-saved-replies.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/de-DE/content/github/writing-on-github/working-with-advanced-formatting.md b/translations/de-DE/content/github/writing-on-github/working-with-advanced-formatting.md
index 1f45a60077..48d6e3bbd4 100644
--- a/translations/de-DE/content/github/writing-on-github/working-with-advanced-formatting.md
+++ b/translations/de-DE/content/github/writing-on-github/working-with-advanced-formatting.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/github/writing-on-github/working-with-saved-replies.md b/translations/de-DE/content/github/writing-on-github/working-with-saved-replies.md
index 9ff570642a..fe6e54c35b 100644
--- a/translations/de-DE/content/github/writing-on-github/working-with-saved-replies.md
+++ b/translations/de-DE/content/github/writing-on-github/working-with-saved-replies.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/graphql/guides/forming-calls-with-graphql.md b/translations/de-DE/content/graphql/guides/forming-calls-with-graphql.md
index 45a255ee9f..f7cd481789 100644
--- a/translations/de-DE/content/graphql/guides/forming-calls-with-graphql.md
+++ b/translations/de-DE/content/graphql/guides/forming-calls-with-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Authenticating with GraphQL
@@ -334,9 +335,9 @@ With the ID known, we can proceed with the mutation:
Let's examine this line:
- - `addReaction` is the name of the mutation.
- - `input` is the required argument key. This will always be `input` for a mutation.
- - `{subjectId:"MDU6SXNzdWUyMzEzOTE1NTE=",content:HOORAY}` is the required argument value. This will always be an [input object](/v4/input_object/) (hence the curly braces) composed of input fields (`subjectId` and `content` in this case) for a mutation.
+ - `addReaction` is the name of the mutation.
+ - `input` is the required argument key. This will always be `input` for a mutation.
+ - `{subjectId:"MDU6SXNzdWUyMzEzOTE1NTE=",content:HOORAY}` is the required argument value. This will always be an [input object](/v4/input_object/) (hence the curly braces) composed of input fields (`subjectId` and `content` in this case) for a mutation.
How do we know which value to use for the content? The [`addReaction` docs](/v4/mutation/addreaction/) tell us the `content` field has the type [`ReactionContent`](/v4/enum/reactioncontent/), which is an [enum](/v4/enum) because only certain emoji reactions are supported on GitHub issues. These are the allowed values for reactions (note some values differ from their corresponding emoji names):
diff --git a/translations/de-DE/content/graphql/guides/index.md b/translations/de-DE/content/graphql/guides/index.md
index 3b0024f9eb..44b057bcf1 100644
--- a/translations/de-DE/content/graphql/guides/index.md
+++ b/translations/de-DE/content/graphql/guides/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /introduction-to-graphql %}
diff --git a/translations/de-DE/content/graphql/guides/introduction-to-graphql.md b/translations/de-DE/content/graphql/guides/introduction-to-graphql.md
index 58c2a3ef61..f4d05b5bee 100644
--- a/translations/de-DE/content/graphql/guides/introduction-to-graphql.md
+++ b/translations/de-DE/content/graphql/guides/introduction-to-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### GraphQL terminology
diff --git a/translations/de-DE/content/graphql/guides/managing-enterprise-accounts.md b/translations/de-DE/content/graphql/guides/managing-enterprise-accounts.md
index 342dbc87e4..395f5dd68f 100644
--- a/translations/de-DE/content/graphql/guides/managing-enterprise-accounts.md
+++ b/translations/de-DE/content/graphql/guides/managing-enterprise-accounts.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About managing enterprise accounts with GraphQL
diff --git a/translations/de-DE/content/graphql/guides/migrating-from-rest-to-graphql.md b/translations/de-DE/content/graphql/guides/migrating-from-rest-to-graphql.md
index 6404b90102..3741cf1779 100644
--- a/translations/de-DE/content/graphql/guides/migrating-from-rest-to-graphql.md
+++ b/translations/de-DE/content/graphql/guides/migrating-from-rest-to-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Differences in API logic
diff --git a/translations/de-DE/content/graphql/guides/using-global-node-ids.md b/translations/de-DE/content/graphql/guides/using-global-node-ids.md
index 55c2c85aee..77307ca9eb 100644
--- a/translations/de-DE/content/graphql/guides/using-global-node-ids.md
+++ b/translations/de-DE/content/graphql/guides/using-global-node-ids.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can access most objects in GitHub (users, issues, pull requests, etc.) using either the REST API or the GraphQL API. With a [recent update](https://developer.github.com/changes/2017-12-19-graphql-node-id/), you can find the **global node ID** of many objects from within the REST API and use these IDs in your GraphQL operations.
diff --git a/translations/de-DE/content/graphql/guides/using-the-explorer.md b/translations/de-DE/content/graphql/guides/using-the-explorer.md
index 2c9a976edf..f9b1c02f3e 100644
--- a/translations/de-DE/content/graphql/guides/using-the-explorer.md
+++ b/translations/de-DE/content/graphql/guides/using-the-explorer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
## About the GraphQL Explorer
diff --git a/translations/de-DE/content/graphql/index.md b/translations/de-DE/content/graphql/index.md
index 66b0ae9d42..ba6c4847ad 100644
--- a/translations/de-DE/content/graphql/index.md
+++ b/translations/de-DE/content/graphql/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/de-DE/content/graphql/overview/about-the-graphql-api.md b/translations/de-DE/content/graphql/overview/about-the-graphql-api.md
index ba4d03f835..b641194fde 100644
--- a/translations/de-DE/content/graphql/overview/about-the-graphql-api.md
+++ b/translations/de-DE/content/graphql/overview/about-the-graphql-api.md
@@ -4,6 +4,7 @@ intro: 'The {% data variables.product.prodname_dotcom %} GraphQL API offers flex
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Übersicht
diff --git a/translations/de-DE/content/graphql/overview/breaking-changes.md b/translations/de-DE/content/graphql/overview/breaking-changes.md
index fd76130941..f9fde6b0f6 100644
--- a/translations/de-DE/content/graphql/overview/breaking-changes.md
+++ b/translations/de-DE/content/graphql/overview/breaking-changes.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About breaking changes
diff --git a/translations/de-DE/content/graphql/overview/changelog.md b/translations/de-DE/content/graphql/overview/changelog.md
index 5482e60e0f..dbb8876a2b 100644
--- a/translations/de-DE/content/graphql/overview/changelog.md
+++ b/translations/de-DE/content/graphql/overview/changelog.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Breaking changes include changes that will break existing queries or could affect the runtime behavior of clients. For a list of breaking changes and when they will occur, see our [breaking changes log](/v4/breaking_changes).
diff --git a/translations/de-DE/content/graphql/overview/explorer.md b/translations/de-DE/content/graphql/overview/explorer.md
index 3abd5345e6..f87b12b44e 100644
--- a/translations/de-DE/content/graphql/overview/explorer.md
+++ b/translations/de-DE/content/graphql/overview/explorer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can access GitHub's GraphQL Explorer at https://developer.github.com/v4/explorer.
diff --git a/translations/de-DE/content/graphql/overview/index.md b/translations/de-DE/content/graphql/overview/index.md
index 9143f09dbb..940b5b11e8 100644
--- a/translations/de-DE/content/graphql/overview/index.md
+++ b/translations/de-DE/content/graphql/overview/index.md
@@ -4,6 +4,7 @@ intro: 'Learn about the {% data variables.product.prodname_dotcom %} GraphQL API
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /about-the-graphql-api %}
diff --git a/translations/de-DE/content/graphql/overview/public-schema.md b/translations/de-DE/content/graphql/overview/public-schema.md
index 3856de9a24..0df87e7653 100644
--- a/translations/de-DE/content/graphql/overview/public-schema.md
+++ b/translations/de-DE/content/graphql/overview/public-schema.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can [perform introspection](/v4/guides/intro-to-graphql/#discovering-the-graphql-api) against the GraphQL API directly.
@@ -16,8 +17,16 @@ Alternatively, you can download the latest version of the public schema here:
[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs.graphql`](/public/schema.docs.graphql)
-{% else %}
+{% endif %}
-[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-enterprise.graphql`](/public/{{ currentVersion }}/schema.docs-enterprise.graphql) ({{ allVersions[currentVersion].versionTitle }})
+{% if enterpriseServerVersions contains currentVersion %}
+
+[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-enterprise.graphql`](/public/ghes-{{ allVersions[currentVersion].currentRelease }}/schema.docs-enterprise.graphql) ({{ allVersions[currentVersion].versionTitle }})
+
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+
+[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-ghae.graphql`](/public/ghae/schema.docs-ghae.graphql) ({{ allVersions[currentVersion].versionTitle }})
{% endif %}
diff --git a/translations/de-DE/content/graphql/overview/resource-limitations.md b/translations/de-DE/content/graphql/overview/resource-limitations.md
index 43dd93842e..bd5cdb791c 100644
--- a/translations/de-DE/content/graphql/overview/resource-limitations.md
+++ b/translations/de-DE/content/graphql/overview/resource-limitations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
## Node limit
diff --git a/translations/de-DE/content/graphql/overview/schema-previews.md b/translations/de-DE/content/graphql/overview/schema-previews.md
index 6d2666e53a..b0b3a5e30f 100644
--- a/translations/de-DE/content/graphql/overview/schema-previews.md
+++ b/translations/de-DE/content/graphql/overview/schema-previews.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About schema previews
diff --git a/translations/de-DE/content/graphql/reference/enums.md b/translations/de-DE/content/graphql/reference/enums.md
index 48254c6ebd..3cec114335 100644
--- a/translations/de-DE/content/graphql/reference/enums.md
+++ b/translations/de-DE/content/graphql/reference/enums.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About enums
diff --git a/translations/de-DE/content/graphql/reference/index.md b/translations/de-DE/content/graphql/reference/index.md
index 6278676d2c..fe9a4e717b 100644
--- a/translations/de-DE/content/graphql/reference/index.md
+++ b/translations/de-DE/content/graphql/reference/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /queries %}
diff --git a/translations/de-DE/content/graphql/reference/input-objects.md b/translations/de-DE/content/graphql/reference/input-objects.md
index dc17e9c4bb..6726cfaf2c 100644
--- a/translations/de-DE/content/graphql/reference/input-objects.md
+++ b/translations/de-DE/content/graphql/reference/input-objects.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About input objects
diff --git a/translations/de-DE/content/graphql/reference/interfaces.md b/translations/de-DE/content/graphql/reference/interfaces.md
index fd4d5822cb..0baee2c467 100644
--- a/translations/de-DE/content/graphql/reference/interfaces.md
+++ b/translations/de-DE/content/graphql/reference/interfaces.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About interfaces
diff --git a/translations/de-DE/content/graphql/reference/mutations.md b/translations/de-DE/content/graphql/reference/mutations.md
index 6018f29f57..9f6542ab79 100644
--- a/translations/de-DE/content/graphql/reference/mutations.md
+++ b/translations/de-DE/content/graphql/reference/mutations.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About mutations
diff --git a/translations/de-DE/content/graphql/reference/objects.md b/translations/de-DE/content/graphql/reference/objects.md
index 08e8c9748d..84cbbabfdf 100644
--- a/translations/de-DE/content/graphql/reference/objects.md
+++ b/translations/de-DE/content/graphql/reference/objects.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About objects
diff --git a/translations/de-DE/content/graphql/reference/queries.md b/translations/de-DE/content/graphql/reference/queries.md
index c121b670aa..4d87cd2e25 100644
--- a/translations/de-DE/content/graphql/reference/queries.md
+++ b/translations/de-DE/content/graphql/reference/queries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About queries
@@ -14,6 +15,12 @@ Every GraphQL schema has a root type for both queries and mutations. The [query
For more information, see "[About queries](/v4/guides/forming-calls#about-queries)."
+{% note %}
+
+**Note:** For [user-to-server](/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) {% data variables.product.prodname_github_app %} requests, you should use separate queries for issues and pull requests. For example, use the `is:issue` or `is:pull-request` filters and their equivalents. Using the `search` connection to return a combination of issues and pull requests in a single query will result in an empty set of nodes.
+
+{% endnote %}
+
## Connections
{% for item in graphql.schemaForCurrentVersion.queries.connections %}
diff --git a/translations/de-DE/content/graphql/reference/scalars.md b/translations/de-DE/content/graphql/reference/scalars.md
index 0fea4770af..0a37135d2c 100644
--- a/translations/de-DE/content/graphql/reference/scalars.md
+++ b/translations/de-DE/content/graphql/reference/scalars.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About scalars
diff --git a/translations/de-DE/content/graphql/reference/unions.md b/translations/de-DE/content/graphql/reference/unions.md
index 7c016fd2ab..95f5a9f633 100644
--- a/translations/de-DE/content/graphql/reference/unions.md
+++ b/translations/de-DE/content/graphql/reference/unions.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About unions
diff --git a/translations/de-DE/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md b/translations/de-DE/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
index b6603567d9..a63e40967e 100644
--- a/translations/de-DE/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
+++ b/translations/de-DE/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
@@ -19,8 +19,7 @@ After you enable the link, each user can navigate directly from {% data variable
```
3. Return to
{% data variables.product.prodname_ghe_server %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
7. Under
{% octicon "gear" aria-label="The Settings gear" %} **Settings**, click **{% data variables.product.prodname_insights %}**.
diff --git a/translations/de-DE/content/insights/installing-and-configuring-github-insights/installing-github-insights.md b/translations/de-DE/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
index 0170457eea..f0e3e63bd0 100644
--- a/translations/de-DE/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
+++ b/translations/de-DE/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
@@ -61,7 +61,7 @@ To connect {% data variables.product.prodname_insights %} to {% data variables.p
- Repository
- Team 
-13. To enable the {% data variables.product.prodname_github_app %} to access data from any user or organization in {% data variables.product.product_location_enterprise %}, under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Any account**. 
+13. To enable the {% data variables.product.prodname_github_app %} to access data from any user or organization in {% data variables.product.product_location %}, under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Any account**. 
14. Click **Create {% data variables.product.prodname_github_app %}**. 
15. Review your app's configuration.
16. Under "Private keys", click **Generate a private key**. 
diff --git a/translations/de-DE/content/packages/publishing-and-managing-packages/about-github-packages.md b/translations/de-DE/content/packages/publishing-and-managing-packages/about-github-packages.md
index 24dc2973ef..861ead7880 100644
--- a/translations/de-DE/content/packages/publishing-and-managing-packages/about-github-packages.md
+++ b/translations/de-DE/content/packages/publishing-and-managing-packages/about-github-packages.md
@@ -87,11 +87,11 @@ Package registries use `PACKAGE-TYPE.pkg.github.com/OWNER/REPOSITORY/IMAGE-NAME`
{% else %}
-The package types supported on {% data variables.product.product_location_enterprise %} may vary since your site administrator can enable or disable support for different package types. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
+The package types supported on {% data variables.product.product_location %} may vary since your site administrator can enable or disable support for different package types. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
-If {% data variables.product.product_location_enterprise %} has subdomain isolation enabled, then package registries will use `PACKAGE-TYPE.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` as the package host URL, replacing `PACKAGE-TYPE` with the Package namespace. For example, your Dockerfile will be hosted at `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME`.
+If {% data variables.product.product_location %} has subdomain isolation enabled, then package registries will use `PACKAGE-TYPE.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` as the package host URL, replacing `PACKAGE-TYPE` with the Package namespace. For example, your Dockerfile will be hosted at `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME`.
-If {% data variables.product.product_location_enterprise %} has subdomain isolation disabled, then package registries will use `HOSTNAME/_registry/PACKAGE-TYPE/OWNER/REPOSITORY/IMAGE-NAME` as the package host URL. For example, your Gemfile will be hosted at `HOSTNAME/_registry/rubygems/OWNER/REPOSITORY/IMAGE-NAME`, replacing *HOSTNAME* with the host name of your {% data variables.product.prodname_ghe_server %} instance. |{% endif %}
+If {% data variables.product.product_location %} has subdomain isolation disabled, then package registries will use `HOSTNAME/_registry/PACKAGE-TYPE/OWNER/REPOSITORY/IMAGE-NAME` as the package host URL. For example, your Gemfile will be hosted at `HOSTNAME/_registry/rubygems/OWNER/REPOSITORY/IMAGE-NAME`, replacing *HOSTNAME* with the host name of your {% data variables.product.prodname_ghe_server %} instance. |{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
| Sprache | Beschreibung | Paketformat | Paketclient | Package namespace |
@@ -104,7 +104,7 @@ If {% data variables.product.product_location_enterprise %} has subdomain isolat
{% else %}
-With subdomain isolation enabled on {% data variables.product.product_location_enterprise %}:
+With subdomain isolation enabled on {% data variables.product.product_location %}:
| Sprache | Beschreibung | Paketformat | Paketclient | Package namespace |
| ---------- | ------------------------------------------------------ | -------------------------------------- | ------------ | ----------------------------------------------- |
@@ -115,7 +115,7 @@ With subdomain isolation enabled on {% data variables.product.product_location_e
| .NET | NuGet-Paketmanagement für .NET | `nupkg` | `dotnet` CLI | `nuget.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` |
| N/A | Docker container management | `Dockerfile` | `Docker` | `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` |
-With subdomain isolation disabled on {% data variables.product.product_location_enterprise %}:
+With subdomain isolation disabled on {% data variables.product.product_location %}:
| Sprache | Beschreibung | Paketformat | Paketclient | Package namespace |
| ---------- | ------------------------------------------------------ | -------------------------------------- | ------------ | --------------------------------------------------------- |
diff --git a/translations/de-DE/content/packages/publishing-and-managing-packages/deleting-a-package.md b/translations/de-DE/content/packages/publishing-and-managing-packages/deleting-a-package.md
index 876ad86616..e1d44a2b91 100644
--- a/translations/de-DE/content/packages/publishing-and-managing-packages/deleting-a-package.md
+++ b/translations/de-DE/content/packages/publishing-and-managing-packages/deleting-a-package.md
@@ -31,7 +31,7 @@ Under special circumstances, such as for legal reasons or to conform with GDPR s
{% else %}
-You cannot delete an entire package, but if you delete every version of a package, the package will no longer show on {% data variables.product.prodname_dotcom %}.
+At this time, {% data variables.product.prodname_registry %} on {% data variables.product.product_location %} does not support deleting public packages.
{% endif %}
diff --git a/translations/de-DE/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md b/translations/de-DE/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
index 920cc9b836..488ea88acb 100644
--- a/translations/de-DE/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
+++ b/translations/de-DE/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
@@ -23,7 +23,7 @@ When installing or publishing a docker image, {% data variables.product.prodname
{% if enterpriseServerVersions contains currentVersion %}
-Before you can use the Docker registry on {% data variables.product.prodname_registry %}, the site administrator for {% data variables.product.product_location_enterprise %} must enable Docker support and subdomain isolation for your instance. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
+Before you can use the Docker registry on {% data variables.product.prodname_registry %}, the site administrator for {% data variables.product.product_location %} must enable Docker support and subdomain isolation for your instance. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
{% endif %}
@@ -57,7 +57,7 @@ To keep your credentials secure, we recommend you save your personal access toke
{% endraw %}
{% endif %}
-To use this example login command, replace `USERNAME` with your {% data variables.product.product_name %} username{% if enterpriseServerVersions contains currentVersion %}, `HOSTNAME` with the URL for {% data variables.product.product_location_enterprise %},{% endif %} and `~/TOKEN.txt` with the file path to your personal access token for {% data variables.product.product_name %}.
+To use this example login command, replace `USERNAME` with your {% data variables.product.product_name %} username{% if enterpriseServerVersions contains currentVersion %}, `HOSTNAME` with the URL for {% data variables.product.product_location %},{% endif %} and `~/TOKEN.txt` with the file path to your personal access token for {% data variables.product.product_name %}.
For more information, see "[Docker login](https://docs.docker.com/engine/reference/commandline/login/#provide-a-password-using-stdin)."
@@ -83,7 +83,7 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
> IMAGE_NAME VERSION IMAGE_ID 4 weeks ago 1.11MB
```
2. Using the Docker image ID, tag the docker image, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image, and *VERSION* with package version at build time.
-{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location_enterprise %},{% endif %} and *VERSION* with package version at build time.
+{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location %},{% endif %} and *VERSION* with package version at build time.
{% if currentVersion == "free-pro-team@latest" %}
```shell
$ docker tag IMAGE_ID docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:VERSION
@@ -94,7 +94,7 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
```
{% endif %}
3. If you haven't already built a docker image for the package, build the image, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image, *VERSION* with package version at build time,
-{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location_enterprise %},{% endif %} and *PATH* to the image if it isn't in the current working directory.s
+{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location %},{% endif %} and *PATH* to the image if it isn't in the current working directory.
{% if currentVersion == "free-pro-team@latest" %}
```shell
$ docker build -t docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:VERSION PATH
diff --git a/translations/de-DE/content/rest/guides/basics-of-authentication.md b/translations/de-DE/content/rest/guides/basics-of-authentication.md
index fad29ce33e..b8805432ed 100644
--- a/translations/de-DE/content/rest/guides/basics-of-authentication.md
+++ b/translations/de-DE/content/rest/guides/basics-of-authentication.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -46,8 +47,9 @@ get '/' do
end
```
-Your client ID and client secret keys come from [your application's configuration page][app settings]. You should **never, _ever_** store these values in
-{% data variables.product.product_name %}--or any other public place, for that matter. We recommend storing them as
+Your client ID and client secret keys come from [your application's configuration page][app settings].
+{% if currentVersion == "free-pro-team@latest" %} You should **never, _ever_** store these values in
+{% data variables.product.product_name %}--or any other public place, for that matter.{% endif %} We recommend storing them as
[environment variables][about env vars]--which is exactly what we've done here.
Next, in _views/index.erb_, paste this content:
@@ -128,7 +130,7 @@ Also, since there's a hierarchical relationship between scopes, you should check
Checking for scopes only before making requests is not enough since it's possible that users will change the scopes in between your check and the actual request. In case that happens, API calls you expected to succeed might fail with a `404` or `401` status, or return a different subset of information.
-To help you gracefully handle these situations, all API responses for requests made with valid tokens also contain an [`X-OAuth-Scopes` header][oauth scopes]. This header contains the list of scopes of the token that was used to make the request. In addition to that, the OAuth Applications API provides an endpoint to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} \[check a token for validity\]\[/v3/apps/oauth_applications/#check-a-token\]{% else %}\[check a token for validity\]\[/v3/apps/oauth_applications/#check-an-authorization\]{% endif %}. Use this information to detect changes in token scopes, and inform your users of changes in available application functionality.
+To help you gracefully handle these situations, all API responses for requests made with valid tokens also contain an [`X-OAuth-Scopes` header][oauth scopes]. This header contains the list of scopes of the token that was used to make the request. In addition to that, the OAuth Applications API provides an endpoint to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} \[check a token for validity\]\[/rest/reference/apps#check-a-token\]{% else %}\[check a token for validity\]\[/v3/apps/oauth_applications/#check-an-authorization\]{% endif %}. Use this information to detect changes in token scopes, and inform your users of changes in available application functionality.
#### Making authenticated requests
diff --git a/translations/de-DE/content/rest/guides/best-practices-for-integrators.md b/translations/de-DE/content/rest/guides/best-practices-for-integrators.md
index b99e43b3d9..a391e94b22 100644
--- a/translations/de-DE/content/rest/guides/best-practices-for-integrators.md
+++ b/translations/de-DE/content/rest/guides/best-practices-for-integrators.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/rest/guides/building-a-ci-server.md b/translations/de-DE/content/rest/guides/building-a-ci-server.md
index f90dd3e95b..592ca8ba71 100644
--- a/translations/de-DE/content/rest/guides/building-a-ci-server.md
+++ b/translations/de-DE/content/rest/guides/building-a-ci-server.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/rest/guides/delivering-deployments.md b/translations/de-DE/content/rest/guides/delivering-deployments.md
index 75f293bdd9..76ac7fb5cd 100644
--- a/translations/de-DE/content/rest/guides/delivering-deployments.md
+++ b/translations/de-DE/content/rest/guides/delivering-deployments.md
@@ -8,9 +8,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
-
+
+
The [Deployments API][deploy API] provides your projects hosted on {% data variables.product.product_name %} with the capability to launch them on a server that you own. Combined with [the Status API][status API], you'll be able to coordinate your deployments the moment your code lands on the default branch.
diff --git a/translations/de-DE/content/rest/guides/discovering-resources-for-a-user.md b/translations/de-DE/content/rest/guides/discovering-resources-for-a-user.md
index 7edc0a688a..2f7cfa0e05 100644
--- a/translations/de-DE/content/rest/guides/discovering-resources-for-a-user.md
+++ b/translations/de-DE/content/rest/guides/discovering-resources-for-a-user.md
@@ -7,9 +7,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
+
When making authenticated requests to the {% data variables.product.product_name %} API, applications often need to fetch the current user's repositories and organizations. In this guide, we'll explain how to reliably discover those resources.
diff --git a/translations/de-DE/content/rest/guides/getting-started-with-the-checks-api.md b/translations/de-DE/content/rest/guides/getting-started-with-the-checks-api.md
index 8479856ced..1fef6732d2 100644
--- a/translations/de-DE/content/rest/guides/getting-started-with-the-checks-api.md
+++ b/translations/de-DE/content/rest/guides/getting-started-with-the-checks-api.md
@@ -4,6 +4,7 @@ intro: 'The Check Runs API enables you to build GitHub Apps that run powerful ch
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Übersicht
@@ -36,7 +37,7 @@ A check run is an individual test that is part of a check suite. Each run includ

-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
If a check run is in a incomplete state for more than 14 days, then the check run's `conclusion` becomes `stale` and appears on
{% data variables.product.prodname_dotcom %} as stale with {% octicon "issue-reopened" aria-label="The issue-reopened icon" %}. Only {% data variables.product.prodname_dotcom %} can mark check runs as `stale`. For more information about possible conclusions of a check run, see the [`conclusion` parameter](/rest/reference/checks#create-a-check-run--parameters).
{% endif %}
diff --git a/translations/de-DE/content/rest/guides/getting-started-with-the-git-database-api.md b/translations/de-DE/content/rest/guides/getting-started-with-the-git-database-api.md
index cdef24288f..ee3e7673dd 100644
--- a/translations/de-DE/content/rest/guides/getting-started-with-the-git-database-api.md
+++ b/translations/de-DE/content/rest/guides/getting-started-with-the-git-database-api.md
@@ -4,6 +4,7 @@ intro: 'The Git Database API gives you access to read and write raw Git objects
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Übersicht
diff --git a/translations/de-DE/content/rest/guides/getting-started-with-the-rest-api.md b/translations/de-DE/content/rest/guides/getting-started-with-the-rest-api.md
index 88ed6f31a2..6578212b39 100644
--- a/translations/de-DE/content/rest/guides/getting-started-with-the-rest-api.md
+++ b/translations/de-DE/content/rest/guides/getting-started-with-the-rest-api.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -23,7 +24,7 @@ There's no easier way to kick the tires than through [cURL][curl].{% if currentV
Let's start by testing our setup. Open up a command prompt and enter the following command:
```shell
-$ curl {% data variables.product.api_url_pre %}/zen
+$ curl https://api.github.com/zen
> Keep it logically awesome.
```
@@ -34,7 +35,7 @@ Next, let's `GET` [Chris Wanstrath's][defunkt github] [GitHub profile][users api
```shell
# GET /users/defunkt
-$ curl {% data variables.product.api_url_pre %}/users/defunkt
+$ curl https://api.github.com/users/defunkt
> {
> "login": "defunkt",
@@ -48,7 +49,7 @@ $ curl {% data variables.product.api_url_pre %}/users/defunkt
Mmmmm, tastes like [JSON][json]. Let's add the `-i` flag to include headers:
```shell
-$ curl -i {% data variables.product.api_url_pre %}/users/defunkt
+$ curl -i https://api.github.com/users/defunkt
> HTTP/1.1 200 OK
> Server: GitHub.com
@@ -110,7 +111,13 @@ When authenticating, you should see your rate limit bumped to 5,000 requests an
You can easily [create a **personal access token**][personal token] using your [Personal access tokens settings page][tokens settings]:
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}

+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% endif %}
#### Get your own user profile
diff --git a/translations/de-DE/content/rest/guides/index.md b/translations/de-DE/content/rest/guides/index.md
index a7be1c1cdc..d8fd88e8f0 100644
--- a/translations/de-DE/content/rest/guides/index.md
+++ b/translations/de-DE/content/rest/guides/index.md
@@ -7,10 +7,9 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
-
This section of the documentation is intended to get you up-and-running with real-world {% data variables.product.product_name %} API applications. We'll cover everything you need to know, from authentication, to manipulating results, to combining results with other apps.
Every tutorial here will have a project, and every project will be stored and documented in our public [platform-samples](https://github.com/github/platform-samples) repository.
diff --git a/translations/de-DE/content/rest/guides/rendering-data-as-graphs.md b/translations/de-DE/content/rest/guides/rendering-data-as-graphs.md
index 07262d1e81..6dd3ac0e9b 100644
--- a/translations/de-DE/content/rest/guides/rendering-data-as-graphs.md
+++ b/translations/de-DE/content/rest/guides/rendering-data-as-graphs.md
@@ -7,8 +7,9 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
+
In this guide, we're going to use the API to fetch information about repositories that we own, and the programming languages that make them up. Then, we'll visualize that information in a couple of different ways using the [D3.js][D3.js] library. To interact with the {% data variables.product.product_name %} API, we'll be using the excellent Ruby library, [Octokit][Octokit].
diff --git a/translations/de-DE/content/rest/guides/traversing-with-pagination.md b/translations/de-DE/content/rest/guides/traversing-with-pagination.md
index 26637c5ee2..e3171400f0 100644
--- a/translations/de-DE/content/rest/guides/traversing-with-pagination.md
+++ b/translations/de-DE/content/rest/guides/traversing-with-pagination.md
@@ -7,9 +7,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
+
The {% data variables.product.product_name %} API provides a vast wealth of information for developers to consume. Most of the time, you might even find that you're asking for _too much_ information, and in order to keep our servers happy, the API will automatically [paginate the requested items][pagination].
@@ -31,8 +32,8 @@ $ curl -I "{% data variables.product.api_url_pre %}/search/code?q=addClass+user:
The `-I` parameter indicates that we only care about the headers, not the actual content. In examining the result, you'll notice some information in the Link header that looks like this:
- Link: <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=2>; rel="next",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=34>; rel="last"
+ Link: ; rel="next",
+ ; rel="last"
Let's break that down. `rel="next"` says that the next page is `page=2`. This makes sense, since by default, all paginated queries start at page `1.` `rel="last"` provides some more information, stating that the last page of results is on page `34`. Thus, we have 33 more pages of information about `addClass` that we can consume. Nice!
@@ -48,10 +49,10 @@ $ curl -I "{% data variables.product.api_url_pre %}/search/code?q=addClass+user:
Here's the link header once more:
- Link: <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=15>; rel="next",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=34>; rel="last",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=1>; rel="first",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=13>; rel="prev"
+ Link: ; rel="next",
+ ; rel="last",
+ ; rel="first",
+ ; rel="prev"
As expected, `rel="next"` is at 15, and `rel="last"` is still 34. But now we've got some more information: `rel="first"` indicates the URL for the _first_ page, and more importantly, `rel="prev"` lets you know the page number of the previous page. Using this information, you could construct some UI that lets users jump between the first, previous, next, or last list of results in an API call.
@@ -65,8 +66,8 @@ $ curl -I "{% data variables.product.api_url_pre %}/search/code?q=addClass+user:
Notice what it does to the header response:
- Link: <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&per_page=50&page=2>; rel="next",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&per_page=50&page=20>; rel="last"
+ Link: ; rel="next",
+ ; rel="last"
As you might have guessed, the `rel="last"` information says that the last page is now 20. This is because we are asking for more information per page about our results.
diff --git a/translations/de-DE/content/rest/guides/working-with-comments.md b/translations/de-DE/content/rest/guides/working-with-comments.md
index 608e21e21c..eb56a1f30e 100644
--- a/translations/de-DE/content/rest/guides/working-with-comments.md
+++ b/translations/de-DE/content/rest/guides/working-with-comments.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/rest/index.md b/translations/de-DE/content/rest/index.md
index bca0a3e924..cfdd709ba5 100644
--- a/translations/de-DE/content/rest/index.md
+++ b/translations/de-DE/content/rest/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/de-DE/content/rest/overview/api-previews.md b/translations/de-DE/content/rest/overview/api-previews.md
index e602d47db1..0dc9f428e8 100644
--- a/translations/de-DE/content/rest/overview/api-previews.md
+++ b/translations/de-DE/content/rest/overview/api-previews.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -107,7 +108,7 @@ Include nested team content in [team](/v3/teams/) payloads.
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
### Global webhooks
@@ -154,7 +155,7 @@ Retrieve information from [someone's hovercard](/v3/users/#get-contextual-inform
{% endif %}
-{% if currentVersion ver_lt "enterprise-server@2.23" %}
+{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.23" %}
### Check runs and check suites API
Allows a GitHub App to run external checks on a repository's code. See the [Check runs](/v3/checks/runs/) and [Check suites](/v3/checks/suites/) APIs for more details.
@@ -162,7 +163,7 @@ Allows a GitHub App to run external checks on a repository's code. See the [Chec
**Custom media type:** `antiope-preview` **Announced:** [2018-05-07](https://developer.github.com/changes/2018-05-07-new-checks-api-public-beta/)
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
### Anonymous Git access to repositories
@@ -279,7 +280,7 @@ You can more securely manage tokens for OAuth Apps by using OAuth tokens as inpu
**Custom media types:** `doctor-strange-preview` **Announced:** [2019-11-05](https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/)
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
### New visibility parameter for the Repositories API
You can set and retrieve the visibility of a repository in the [Repositories API](/v3/repos/).
diff --git a/translations/de-DE/content/rest/overview/endpoints-available-for-github-apps.md b/translations/de-DE/content/rest/overview/endpoints-available-for-github-apps.md
index 9ae64ab8c3..bae1b28804 100644
--- a/translations/de-DE/content/rest/overview/endpoints-available-for-github-apps.md
+++ b/translations/de-DE/content/rest/overview/endpoints-available-for-github-apps.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You must use an installation access token to access endpoints using your {% data variables.product.prodname_github_app %}. For more information, see "[Authenticating with {% data variables.product.prodname_github_apps %}](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation)."
diff --git a/translations/de-DE/content/rest/overview/index.md b/translations/de-DE/content/rest/overview/index.md
index 9f312634ea..dfb3acf9df 100644
--- a/translations/de-DE/content/rest/overview/index.md
+++ b/translations/de-DE/content/rest/overview/index.md
@@ -5,6 +5,7 @@ intro: 'Learn about resources, libraries, previews and troubleshooting for {% da
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Inhaltsverzeichnis
@@ -15,4 +16,5 @@ versions:
{% link_in_list /troubleshooting %}
{% link_in_list /api-previews %}
{% link_in_list /libraries %}
+{% link_in_list /openapi-description %}
{% link_in_list /endpoints-available-for-github-apps %}
diff --git a/translations/de-DE/content/rest/overview/media-types.md b/translations/de-DE/content/rest/overview/media-types.md
index eaf257a29e..3be3277dfa 100644
--- a/translations/de-DE/content/rest/overview/media-types.md
+++ b/translations/de-DE/content/rest/overview/media-types.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/rest/overview/openapi-description.md b/translations/de-DE/content/rest/overview/openapi-description.md
new file mode 100644
index 0000000000..54b8813d3d
--- /dev/null
+++ b/translations/de-DE/content/rest/overview/openapi-description.md
@@ -0,0 +1,27 @@
+---
+title: OpenAPI description
+intro: The {% data variables.product.product_name %} REST API is fully described in an OpenAPI 3.0 compliant document.
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### About OpenAPI descriptions
+
+[OpenAPI](https://swagger.io/docs/specification/about/) is a standard specification for describing REST APIs. OpenAPI descriptions allow both humans and machines to discover the capabilities of an API without needing to first read documentation or understand the implementation. {% data variables.product.company_short %} has made its REST API publicly available as an OpenAPI 3.0 compliant document.
+
+### Getting the {% data variables.product.company_short %} OpenAPI description
+
+You can find the description in the open source [REST API OpenAPI Description](https://github.com/github/rest-api-description) repository.
+
+We provide the description in two formats. The bundled version works for most cases, as it includes OpenAPI components for reuse and readability. If your tooling does not support inline references to components, we also provide a fully dereferenced version.
+
+### Using the {% data variables.product.company_short %} OpenAPI description
+
+There are many uses for an OpenAPI description. For example, you could:
+
+* Generate your own API client.
+* Validate and test a {% data variables.product.company_short %} REST API integration.
+* Explore and interact with the {% data variables.product.product_name %} REST API using third-party tools, such as Insomnia or Postman.
+
+For example, {% data variables.product.company_short %} uses the REST OpenAPI description to generate the {% data variables.product.product_name %} [REST API reference documentation](/rest/reference).
diff --git a/translations/de-DE/content/rest/overview/other-authentication-methods.md b/translations/de-DE/content/rest/overview/other-authentication-methods.md
index 54d597e4a2..c95e320b54 100644
--- a/translations/de-DE/content/rest/overview/other-authentication-methods.md
+++ b/translations/de-DE/content/rest/overview/other-authentication-methods.md
@@ -6,13 +6,23 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
While the API provides multiple methods for authentication, we strongly recommend using [OAuth](/apps/building-integrations/setting-up-and-registering-oauth-apps/) for production applications. The other methods provided are intended to be used for scripts or testing (i.e., cases where full OAuth would be overkill). Third party applications that rely on
{% data variables.product.product_name %} for authentication should not ask for or collect {% data variables.product.product_name %} credentials.
Instead, they should use the [OAuth web flow](/apps/building-oauth-apps/authorizing-oauth-apps/).
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+
+To authenticate we recommend using [OAuth](/apps/building-integrations/setting-up-and-registering-oauth-apps/) tokens, such a personal access token through the [OAuth web flow](/apps/building-oauth-apps/authorizing-oauth-apps/).
+
+{% endif %}
+
### Basic Authentication
The API supports Basic Authentication as defined in [RFC2617](http://www.ietf.org/rfc/rfc2617.txt) with a few slight differences. The main difference is that the RFC requires unauthenticated requests to be answered with `401 Unauthorized` responses. In many places, this would disclose the existence of user data. Instead, the {% data variables.product.product_name %} API responds with `404 Not Found`. This may cause problems for HTTP libraries that assume a `401 Unauthorized` response. The solution is to manually craft the `Authorization` header.
@@ -27,6 +37,7 @@ $ curl -u username:token {% data variables.product.api_url_pre
This approach is useful if your tools only support Basic Authentication but you want to take advantage of OAuth access token security features.
+{% if enterpriseServerVersions contains currentVersion %}
#### Via username and password
{% data reusables.apps.deprecating_password_auth %}
@@ -40,6 +51,8 @@ $ curl -u username {% data variables.product.api_url_pre %}/user
```
If you have two-factor authentication enabled, make sure you understand how to [work with two-factor authentication](/v3/auth/#working-with-two-factor-authentication).
+{% endif %}
+
{% if currentVersion == "free-pro-team@latest" %}
#### Authenticating for SAML SSO
@@ -72,6 +85,7 @@ $ curl -v -H "Authorization: token TOKEN" {% data variables.product.api
The value `organizations` is a comma-separated list of organization IDs for organizations require authorization of your personal access token.
{% endif %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
### Working with two-factor authentication
{% data reusables.apps.deprecating_password_auth %}
@@ -80,6 +94,8 @@ When you have two-factor authentication enabled, [Basic Authentication](#basic-a
You can generate a new personal access token {% if currentVersion == "free-pro-team@latest" %}with [{% data variables.product.product_name %} developer settings](https://github.com/settings/tokens/new){% endif %} or use the "[Create a new authorization][create-access]" endpoint in the OAuth Authorizations API to generate a new OAuth token. For more information, see "[Creating a personal access token for the command line](/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)". Then you would use these tokens to [authenticate using OAuth token][oauth-auth] with the GitHub API. The only time you need to authenticate with your username and password is when you create your OAuth token or use the OAuth Authorizations API.
+
+
#### Using the OAuth Authorizations API with two-factor authentication
When you make calls to the OAuth Authorizations API, Basic Authentication requires that you use a one-time password (OTP) and your username and password instead of tokens. When you attempt to authenticate with the OAuth Authorizations API, the server will respond with a `401 Unauthorized` and one of these headers to let you know that you need a two-factor authentication code:
@@ -96,6 +112,7 @@ $ curl --request POST \
--header 'x-github-otp: OTP' \
--data '{"scopes": ["public_repo"], "note": "test"}'
```
+{% endif %}
[create-access]: /v3/oauth_authorizations/#create-a-new-authorization
[curl]: http://curl.haxx.se/
diff --git a/translations/de-DE/content/rest/overview/resources-in-the-rest-api.md b/translations/de-DE/content/rest/overview/resources-in-the-rest-api.md
index 74c0efe14b..88c4163b78 100644
--- a/translations/de-DE/content/rest/overview/resources-in-the-rest-api.md
+++ b/translations/de-DE/content/rest/overview/resources-in-the-rest-api.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -40,7 +41,7 @@ $ curl -i {% data variables.product.api_url_pre %}/users/octocat/orgs
> X-GitHub-Media-Type: github.v3
> X-RateLimit-Limit: 5000
> X-RateLimit-Remaining: 4987
-> X-RateLimit-Reset: 1350085394{% if enterpriseServerVersions contains currentVersion %}
+> X-RateLimit-Reset: 1350085394{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
> X-GitHub-Enterprise-Version: {{ currentVersion }}.0{% endif %}
> Content-Length: 5
> Cache-Control: max-age=0, private, must-revalidate
@@ -75,7 +76,7 @@ The documentation provides an example response for each API method. The example
### Authentifizierung
-There are two ways to authenticate through {% data variables.product.product_name %} API v3. Requests that require authentication will return `404 Not Found`, instead of `403 Forbidden`, in some places. This is to prevent the accidental leakage of private repositories to unauthorized users.
+{% if currentVersion == "github-ae@latest" %} We recommend authenticating to the {% data variables.product.product_name %} REST API by creating an OAuth2 token through the [web application flow](/developers/apps/authorizing-oauth-apps#web-application-flow). {% else %} There are two ways to authenticate through {% data variables.product.product_name %} REST API.{% endif %} Requests that require authentication will return `404 Not Found`, instead of `403 Forbidden`, in some places. This is to prevent the accidental leakage of private repositories to unauthorized users.
#### Basic authentication
@@ -95,8 +96,9 @@ Note: GitHub recommends sending OAuth tokens using the Authorization header.
{% endnote %}
-Read [more about OAuth2](/apps/building-oauth-apps/). Note that OAuth2 tokens can be acquired using the [web application flow](/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow) for production applications.
+Read [more about OAuth2](/apps/building-oauth-apps/). Note that OAuth2 tokens can be acquired using the [web application flow](/developers/apps/authorizing-oauth-apps#web-application-flow) for production applications.
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
#### OAuth2 key/secret
{% data reusables.apps.deprecating_auth_with_query_parameters %}
@@ -107,9 +109,9 @@ curl -u my_client_id:my_client_secret '{% data variables.product.api_url_pre %}/
Using your `client_id` and `client_secret` does _not_ authenticate as a user, it will only identify your OAuth application to increase your rate limit. Permissions are only granted to users, not applications, and you will only get back data that an unauthenticated user would see. For this reason, you should only use the OAuth2 key/secret in server-to-server scenarios. Don't leak your OAuth application's client secret to your users.
-{% if enterpriseServerVersions contains currentVersion %}
You will be unable to authenticate using your OAuth2 key and secret while in private mode, and trying to authenticate will return `401 Unauthorized`. For more information, see "[Enabling private mode](/enterprise/admin/installation/enabling-private-mode)".
{% endif %}
+
{% if currentVersion == "free-pro-team@latest" %}
Read [more about unauthenticated rate limiting](#increasing-the-unauthenticated-rate-limit-for-oauth-applications).
@@ -163,10 +165,10 @@ $ curl -i -u username -d '{"scopes":["public_repo"]}' {% data variables.product.
You can issue a `GET` request to the root endpoint to get all the endpoint categories that the REST API supports:
```shell
-$ curl {% if enterpriseServerVersions contains currentVersion %}-u username:password {% endif %}{% data variables.product.api_url_pre %}
+$ curl {% if currentVersion == "github-ae@latest" %}-u username:token {% endif %}{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}-u username:password {% endif %}{% data variables.product.api_url_pre %}
```
-{% if enterpriseServerVersions contains currentVersion %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
{% note %}
diff --git a/translations/de-DE/content/rest/overview/troubleshooting.md b/translations/de-DE/content/rest/overview/troubleshooting.md
index 943db603b8..cd3d08c43d 100644
--- a/translations/de-DE/content/rest/overview/troubleshooting.md
+++ b/translations/de-DE/content/rest/overview/troubleshooting.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/de-DE/content/rest/reference/activity.md b/translations/de-DE/content/rest/reference/activity.md
index 73c10416fc..8b1587badb 100644
--- a/translations/de-DE/content/rest/reference/activity.md
+++ b/translations/de-DE/content/rest/reference/activity.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for operation in currentRestOperations %}
diff --git a/translations/de-DE/content/rest/reference/apps.md b/translations/de-DE/content/rest/reference/apps.md
index f84a5dc93f..990731db4f 100644
--- a/translations/de-DE/content/rest/reference/apps.md
+++ b/translations/de-DE/content/rest/reference/apps.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The GitHub Apps API enables you to get high-level information about a GitHub App as well as specific information about installations of the app. To learn more about GitHub Apps, see "[Authenticating as a GitHub App](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app)."
@@ -62,7 +63,7 @@ Be sure to replace stubbed endpoints with production endpoints before deploying
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
## Webhooks
{% for operation in currentRestOperations %}
diff --git a/translations/de-DE/content/rest/reference/checks.md b/translations/de-DE/content/rest/reference/checks.md
index 0d8c248174..bedea08847 100644
--- a/translations/de-DE/content/rest/reference/checks.md
+++ b/translations/de-DE/content/rest/reference/checks.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Checks API enables you to build GitHub Apps that run powerful checks against code changes in a repository. You can create apps that perform continuous integration, code linting, or code scanning services and provide detailed feedback on commits. For more information, see "[Getting started with the checks API](/rest/guides/getting-started-with-the-checks-api)" and "[Creating CI tests with the Checks API](/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/)."
diff --git a/translations/de-DE/content/rest/reference/codes-of-conduct.md b/translations/de-DE/content/rest/reference/codes-of-conduct.md
index 5a2174b00e..16d7e8bda3 100644
--- a/translations/de-DE/content/rest/reference/codes-of-conduct.md
+++ b/translations/de-DE/content/rest/reference/codes-of-conduct.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can use the Codes of Conduct API to retrieve information about a repository's code of conduct. To get a repository's code of conduct, use the "[Get a repository](/v3/repos/#get-a-repository)" endpoint.
diff --git a/translations/de-DE/content/rest/reference/emojis.md b/translations/de-DE/content/rest/reference/emojis.md
index cff842b3ac..ea2ca0751d 100644
--- a/translations/de-DE/content/rest/reference/emojis.md
+++ b/translations/de-DE/content/rest/reference/emojis.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% include rest_operations_at_current_path %}
diff --git a/translations/de-DE/content/rest/reference/enterprise-admin.md b/translations/de-DE/content/rest/reference/enterprise-admin.md
index 5183827b35..3838ab445d 100644
--- a/translations/de-DE/content/rest/reference/enterprise-admin.md
+++ b/translations/de-DE/content/rest/reference/enterprise-admin.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can use these {{ site.data.variables.product.prodname_ghe_cloud }} endpoints to administer your enterprise account.
@@ -21,31 +22,34 @@ You can use these {{ site.data.variables.product.prodname_ghe_cloud }} endpoints
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
-
### Endpoint URLs
-REST API endpoints—except [Management Console](#management-console) API endpoints—are prefixed with the following URL:
+REST API endpoints{% if enterpriseServerVersions contains currentVersion %}—except [Management Console](#management-console) API endpoints—{% endif %} are prefixed with the following URL:
```shell
http(s)://hostname/api/v3/
```
+{% if enterpriseServerVersions contains currentVersion %}
[Management Console](#management-console) API endpoints are only prefixed with a hostname:
```shell
http(s)://hostname/
```
-
+{% endif %}
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
### Authentifizierung
Your {% data variables.product.product_name %} installation's API endpoints accept [the same authentication methods](/rest/overview/resources-in-the-rest-api#authentication) as the GitHub.com API. You can authenticate yourself with **[OAuth tokens](/apps/building-integrations/setting-up-and-registering-oauth-apps/)** (which can be created using the [Authorizations API](/rest/reference/oauth-authorizations#create-a-new-authorization)) or **[basic authentication](/rest/overview/resources-in-the-rest-api#basic-authentication)**. {% if enterpriseServerVersions contains currentVersion %} OAuth tokens must have the `site_admin` [OAuth scope](/developers/apps/scopes-for-oauth-apps#available-scopes) when used with Enterprise-specific endpoints.{% endif %}
-Enterprise administration API endpoints are only accessible to authenticated {% data variables.product.product_name %} site administrators, except for the [Management Console](#management-console) API, which requires the [Management Console password](/enterprise/admin/articles/accessing-the-management-console/).
+Enterprise administration API endpoints are only accessible to authenticated {% data variables.product.product_name %} site administrators{% if enterpriseServerVersions contains currentVersion %}, except for the [Management Console](#management-console) API, which requires the [Management Console password](/enterprise/admin/articles/accessing-the-management-console/){% endif %}.
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
### Version information
-The current version of a {% data variables.product.product_name %} instance is returned in the response header of every API: `X-GitHub-Enterprise-Version: {{currentVersion}}.0` You can also read the current version by calling the [meta endpoint](/rest/reference/meta/).
+The current version of your enterprise is returned in the response header of every API: `X-GitHub-Enterprise-Version: {{currentVersion}}.0` You can also read the current version by calling the [meta endpoint](/rest/reference/meta/).
{% for operation in currentRestOperations %}
{% unless operation.subcategory %}{% include rest_operation %}{% endunless %}
@@ -54,7 +58,6 @@ The current version of a {% data variables.product.product_name %} instance is r
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
-
## Billing
{% for operation in currentRestOperations %}
@@ -135,8 +138,19 @@ GET /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if currentVersion == "github-ae@latest" %}
+## Encryption at rest
+
+You can use the encryption at rest API to manage the key that encrypts your data on {% data variables.product.product_name %}. For more information, see "[Configuring data encryption for your enterprise](/admin/configuration/configuring-data-encryption-for-your-enterprise)."
+
+{% for operation in currentRestOperations %}
+ {% if operation.subcategory == 'encryption-at-rest' %}{% include rest_operation %}{% endif %}
+{% endfor %}
+
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
## Admin stats
The Admin Stats API provides a variety of metrics about your installation. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
@@ -145,9 +159,25 @@ The Admin Stats API provides a variety of metrics about your installation. *It i
{% if operation.subcategory == 'admin-stats' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+
+## Announcements
+
+The Announcements API allows you to manage the global announcement banner in your enterprise. For more information, see "[Customizing user messages for your enterprise](/admin/user-management/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner)."
+
+{% for operation in currentRestOperations %}
+ {% if operation.subcategory == 'announcement' %}{% include rest_operation %}{% endif %}
+{% endfor %}
+
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
+
## Global webhooks
-Global webhooks are installed on a {% data variables.product.prodname_enterprise %} instance. You can use global webhooks to automatically monitor, respond to, or enforce rules for users, organizations, teams, and repositories on your instance. Global webhooks can subscribe to the [organization](/developers/webhooks-and-events/webhook-events-and-payloads#organization), [user](/developers/webhooks-and-events/webhook-events-and-payloads#user), [repository](/developers/webhooks-and-events/webhook-events-and-payloads#repository), [team](/developers/webhooks-and-events/webhook-events-and-payloads#team), [member](/developers/webhooks-and-events/webhook-events-and-payloads#member), [membership](/developers/webhooks-and-events/webhook-events-and-payloads#membership), [fork](/developers/webhooks-and-events/webhook-events-and-payloads#fork), and [ping](/developers/webhooks-and-events/about-webhooks#ping-event) event types.
+Global webhooks are installed on your enterprise. You can use global webhooks to automatically monitor, respond to, or enforce rules for users, organizations, teams, and repositories on your enterprise. Global webhooks can subscribe to the [organization](/developers/webhooks-and-events/webhook-events-and-payloads#organization), [user](/developers/webhooks-and-events/webhook-events-and-payloads#user), [repository](/developers/webhooks-and-events/webhook-events-and-payloads#repository), [team](/developers/webhooks-and-events/webhook-events-and-payloads#team), [member](/developers/webhooks-and-events/webhook-events-and-payloads#member), [membership](/developers/webhooks-and-events/webhook-events-and-payloads#membership), [fork](/developers/webhooks-and-events/webhook-events-and-payloads#fork), and [ping](/developers/webhooks-and-events/about-webhooks#ping-event) event types.
*This API is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it. To learn how to configure global webhooks, see [About global webhooks](/enterprise/admin/user-management/about-global-webhooks).
@@ -155,16 +185,24 @@ Global webhooks are installed on a {% data variables.product.prodname_enterprise
{% if operation.subcategory == 'global-webhooks' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+
## LDAP
-You can use the LDAP API to update account relationships between a {% data variables.product.prodname_ghe_server %} user or team and its linked LDAP entry or queue a new synchronization.
+You can use the LDAP API to update account relationships between a {% data variables.product.product_name %} user or team and its linked LDAP entry or queue a new synchronization.
-With the LDAP mapping endpoints, you're able to update the Distinguished Name (DN) that a user or team maps to. With the LDAP mapping endpoints, you're able to update the Distinguished Name (DN) that a user or team maps to. The [Update LDAP mapping for a user](#update-ldap-mapping-for-a-user) endpoint can be used when LDAP is enabled, even if LDAP Sync is disabled.
+With the LDAP mapping endpoints, you're able to update the Distinguished Name (DN) that a user or team maps to. Note that the LDAP endpoints are generally only effective if your {% data variables.product.product_name %} appliance has [LDAP Sync enabled](/enterprise/admin/authentication/using-ldap). The [Update LDAP mapping for a user](#update-ldap-mapping-for-a-user) endpoint can be used when LDAP is enabled, even if LDAP Sync is disabled.
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'ldap' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
## Lizenz
The License API provides information on your Enterprise license. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
@@ -173,17 +211,21 @@ The License API provides information on your Enterprise license. *It is only ava
{% if operation.subcategory == 'license' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+
## Management console
-The Management Console API helps you manage your {% data variables.product.prodname_ghe_server %} installation.
+The Management Console API helps you manage your {% data variables.product.product_name %} installation.
{% tip %}
-You must explicitly set the port number when making API calls to the Management Console. If TLS is enabled on your Enterprise instance, the port number is `8443`; otherwise, the port number is `8080`.
+You must explicitly set the port number when making API calls to the Management Console. If TLS is enabled on your enterprise, the port number is `8443`; otherwise, the port number is `8080`.
If you don't want to provide a port number, you'll need to configure your tool to automatically follow redirects.
-You may also need to add the [`-k` flag](http://curl.haxx.se/docs/manpage.html#-k) when using `curl`, since {% data variables.product.prodname_ghe_server %} uses a self-signed certificate before you [add your own TLS certificate](/enterprise/admin/guides/installation/configuring-tls/).
+You may also need to add the [`-k` flag](http://curl.haxx.se/docs/manpage.html#-k) when using `curl`, since {% data variables.product.product_name %} uses a self-signed certificate before you [add your own TLS certificate](/enterprise/admin/guides/installation/configuring-tls/).
{% endtip %}
@@ -207,14 +249,21 @@ $ curl -L 'https://api_key:your-amazing-password@hostname:
{% if operation.subcategory == 'management-console' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
## Organisationen
-The Organization Administration API allows you to create organizations on a {% data variables.product.prodname_ghe_server %} appliance. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
+The Organization Administration API allows you to create organizations on your enterprise. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'orgs' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+
+{% if enterpriseServerVersions contains currentVersion %}
## Organization pre-receive hooks
The Organization Pre-receive Hooks API allows you to view and modify enforcement of the pre-receive hooks that are available to an organization.
@@ -224,7 +273,7 @@ The Organization Pre-receive Hooks API allows you to view and modify enforcement
| Name | Typ | Beschreibung |
| -------------------------------- | --------- | --------------------------------------------------------- |
| `name` | `string` | The name of the hook. |
-| `enforcement` | `string` | The state of enforcement for the hook on this repository. |
+| `durchsetzung` | `string` | The state of enforcement for the hook on this repository. |
| `allow_downstream_configuration` | `boolean` | Whether repositories can override enforcement. |
| `configuration_url` | `string` | URL for the endpoint where enforcement is set. |
@@ -236,6 +285,10 @@ Possible values for *enforcement* are `enabled`, `disabled` and`testing`. `disab
{% if operation.subcategory == 'org-pre-receive-hooks' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+
## Pre-receive environments
The Pre-receive Environments API allows you to create, list, update and delete environments for pre-receive hooks. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
@@ -244,13 +297,13 @@ The Pre-receive Environments API allows you to create, list, update and delete e
#### Pre-receive Environment
-| Name | Typ | Beschreibung |
-| --------------------- | --------- | ----------------------------------------------------------------------------------------------------------- |
-| `name` | `string` | The name of the environment as displayed in the UI. |
-| `image_url` | `string` | URL to the tarball that will be downloaded and extracted. |
-| `default_environment` | `boolean` | Whether this is the default environment that ships with {% data variables.product.prodname_ghe_server %}. |
-| `download` | `Objekt` | This environment's download status. |
-| `hooks_count` | `integer` | The number of pre-receive hooks that use this environment. |
+| Name | Typ | Beschreibung |
+| --------------------- | --------- | -------------------------------------------------------------------------------------------------- |
+| `name` | `string` | The name of the environment as displayed in the UI. |
+| `image_url` | `string` | URL to the tarball that will be downloaded and extracted. |
+| `default_environment` | `boolean` | Whether this is the default environment that ships with {% data variables.product.product_name %}. |
+| `download` | `Objekt` | This environment's download status. |
+| `hooks_count` | `integer` | The number of pre-receive hooks that use this environment. |
#### Pre-receive Environment Download
@@ -266,6 +319,9 @@ Possible values for `state` are `not_started`, `in_progress`, `success`, `failed
{% if operation.subcategory == 'pre-receive-environments' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
## Pre-receive hooks
The Pre-receive Hooks API allows you to create, list, update and delete pre-receive hooks. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
@@ -280,7 +336,7 @@ The Pre-receive Hooks API allows you to create, list, update and delete pre-rece
| `script` | `string` | The script that the hook runs. |
| `script_repository` | `Objekt` | The GitHub repository where the script is kept. |
| `environment` | `Objekt` | The pre-receive environment where the script is executed. |
-| `enforcement` | `string` | The state of enforcement for this hook. |
+| `durchsetzung` | `string` | The state of enforcement for this hook. |
| `allow_downstream_configuration` | `boolean` | Whether enforcement can be overridden at the org or repo level. |
Possible values for *enforcement* are `enabled`, `disabled` and`testing`. `disabled` indicates the pre-receive hook will not run. `enabled` indicates it will run and reject any pushes that result in a non-zero status. `testing` means the script will run but will not cause any pushes to be rejected.
@@ -289,6 +345,10 @@ Possible values for *enforcement* are `enabled`, `disabled` and`testing`. `disab
{% if operation.subcategory == 'pre-receive-hooks' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+
## Repository pre-receive hooks
The Repository Pre-receive Hooks API allows you to view and modify enforcement of the pre-receive hooks that are available to a repository.
@@ -298,7 +358,7 @@ The Repository Pre-receive Hooks API allows you to view and modify enforcement o
| Name | Typ | Beschreibung |
| ------------------- | -------- | --------------------------------------------------------- |
| `name` | `string` | The name of the hook. |
-| `enforcement` | `string` | The state of enforcement for the hook on this repository. |
+| `durchsetzung` | `string` | The state of enforcement for the hook on this repository. |
| `configuration_url` | `string` | URL for the endpoint where enforcement is set. |
Possible values for *enforcement* are `enabled`, `disabled` and`testing`. `disabled` indicates the pre-receive hook will not run. `enabled` indicates it will run and reject any pushes that result in a non-zero status. `testing` means the script will run but will not cause any pushes to be rejected.
@@ -309,17 +369,12 @@ Possible values for *enforcement* are `enabled`, `disabled` and`testing`. `disab
{% if operation.subcategory == 'repo-pre-receive-hooks' %}{% include rest_operation %}{% endif %}
{% endfor %}
-## Search indexing
-
-The Search Indexing API allows you to queue up a variety of search indexing tasks. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
-
-{% for operation in currentRestOperations %}
- {% if operation.subcategory == 'search-indexing' %}{% include rest_operation %}{% endif %}
-{% endfor %}
+{% endif %}
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
## Benutzer
-The User Administration API allows you to promote, demote, suspend, and unsuspend users on a {% data variables.product.prodname_ghe_server %} appliance. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `403` response if they try to access it.
+The User Administration API allows you to suspend{% if enterpriseServerVersions contains currentVersion %}, unsuspend, promote, and demote{% endif %}{% if currentVersion == "github-ae@latest" %} and unsuspend{% endif %} users on your enterprise. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `403` response if they try to access it.
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'users' %}{% include rest_operation %}{% endif %}
diff --git a/translations/de-DE/content/rest/reference/gists.md b/translations/de-DE/content/rest/reference/gists.md
index 2e6fe3ccd6..f94130eda4 100644
--- a/translations/de-DE/content/rest/reference/gists.md
+++ b/translations/de-DE/content/rest/reference/gists.md
@@ -5,11 +5,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Authentifizierung
-You can read public gists {% if enterpriseServerVersions contains currentVersion %}and create them for anonymous users without a token.{% else %} anonymously, but you must be signed into GitHub to create gists.{% endif %} To read or write gists on a user's behalf, you need the gist OAuth scope and a token. For more information, see "[Scopes for OAuth Apps](/developers/apps/scopes-for-oauth-apps)."
+You can read public gists {% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}and create them for anonymous users without a token.{% else %} anonymously, but you must be signed into GitHub to create gists.{% endif %} To read or write gists on a user's behalf, you need the gist OAuth scope and a token. For more information, see "[Scopes for OAuth Apps](/developers/apps/scopes-for-oauth-apps)."
diff --git a/translations/de-DE/content/rest/reference/git.md b/translations/de-DE/content/rest/reference/git.md
index 2610fa63f8..ef43832bc6 100644
--- a/translations/de-DE/content/rest/reference/git.md
+++ b/translations/de-DE/content/rest/reference/git.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Git Database API gives you access to read and write raw Git objects to your Git database on {% data variables.product.product_name %} and to list and update your references (branch heads and tags). For more information about using the Git Database API, see "[Getting started with the Git data API](/rest/guides/getting-started-with-the-git-database-api)."
diff --git a/translations/de-DE/content/rest/reference/gitignore.md b/translations/de-DE/content/rest/reference/gitignore.md
index 137bdaf638..21728e0dd3 100644
--- a/translations/de-DE/content/rest/reference/gitignore.md
+++ b/translations/de-DE/content/rest/reference/gitignore.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you create a new {% data variables.product.product_name %} repository via the API, you can specify a [.gitignore template](/github/using-git/ignoring-files) to apply to the repository upon creation. The .gitignore templates API lists and fetches templates from the {% data variables.product.product_name %} [.gitignore repository](https://github.com/github/gitignore).
diff --git a/translations/de-DE/content/rest/reference/index.md b/translations/de-DE/content/rest/reference/index.md
index 64531faf34..0d12f1a8a1 100644
--- a/translations/de-DE/content/rest/reference/index.md
+++ b/translations/de-DE/content/rest/reference/index.md
@@ -5,6 +5,7 @@ intro: View reference documentation to learn about the resources available in th
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Inhaltsverzeichnis
diff --git a/translations/de-DE/content/rest/reference/issues.md b/translations/de-DE/content/rest/reference/issues.md
index dc8739c999..62a919e526 100644
--- a/translations/de-DE/content/rest/reference/issues.md
+++ b/translations/de-DE/content/rest/reference/issues.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Custom media types for issues
diff --git a/translations/de-DE/content/rest/reference/licenses.md b/translations/de-DE/content/rest/reference/licenses.md
index a8a147bb5c..547bf45860 100644
--- a/translations/de-DE/content/rest/reference/licenses.md
+++ b/translations/de-DE/content/rest/reference/licenses.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Licenses API returns metadata about popular open source licenses and information about a particular project's license file.
diff --git a/translations/de-DE/content/rest/reference/markdown.md b/translations/de-DE/content/rest/reference/markdown.md
index aff267306b..5a71bd7804 100644
--- a/translations/de-DE/content/rest/reference/markdown.md
+++ b/translations/de-DE/content/rest/reference/markdown.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% include rest_operations_at_current_path %}
diff --git a/translations/de-DE/content/rest/reference/meta.md b/translations/de-DE/content/rest/reference/meta.md
index cb3db05d3f..b261f929a2 100644
--- a/translations/de-DE/content/rest/reference/meta.md
+++ b/translations/de-DE/content/rest/reference/meta.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% include rest_operations_at_current_path %}
diff --git a/translations/de-DE/content/rest/reference/orgs.md b/translations/de-DE/content/rest/reference/orgs.md
index 506438cb69..34115d5cf6 100644
--- a/translations/de-DE/content/rest/reference/orgs.md
+++ b/translations/de-DE/content/rest/reference/orgs.md
@@ -6,12 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for operation in currentRestOperations %}
{% unless operation.subcategory %}{% include rest_operation %}{% endunless %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" %}
## Blocking users
The token used to authenticate the call must have the `admin:org` scope in order to make any blocking calls for an organization. Otherwise, the response returns `HTTP 404`.
@@ -20,6 +22,8 @@ The token used to authenticate the call must have the `admin:org` scope in order
{% if operation.subcategory == 'blocking' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
## Mitglieder
{% for operation in currentRestOperations %}
@@ -34,7 +38,7 @@ The token used to authenticate the call must have the `admin:org` scope in order
## Webhooks
-Organization webhooks allow you to receive HTTP `POST` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to actions on {% data variables.product.prodname_dotcom %}.com. For more information on actions you can subscribe to, see "[{% data variables.product.prodname_dotcom %} event types](/developers/webhooks-and-events/github-event-types)."
+Organization webhooks allow you to receive HTTP `POST` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to events on {% data variables.product.product_name %}. For more information on actions you can subscribe to, see "[{% data variables.product.prodname_dotcom %} event types](/developers/webhooks-and-events/github-event-types)."
### Scopes & Restrictions
diff --git a/translations/de-DE/content/rest/reference/permissions-required-for-github-apps.md b/translations/de-DE/content/rest/reference/permissions-required-for-github-apps.md
index 84b0dd3b00..04148e0567 100644
--- a/translations/de-DE/content/rest/reference/permissions-required-for-github-apps.md
+++ b/translations/de-DE/content/rest/reference/permissions-required-for-github-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About {% data variables.product.prodname_github_app %} permissions
@@ -331,7 +332,7 @@ _Traffic_
- [`GET /repos/:owner/:repo/community/code_of_conduct`](/v3/codes_of_conduct/#get-the-code-of-conduct-for-a-repository) (:read)
- [`GET /repos/:owner/:repo/compare/:base...:head`](/v3/repos/commits/#compare-two-commits) (:read)
- [`GET /repos/:owner/:repo/contents/:path`](/v3/repos/contents/#get-repository-content) (:read)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`POST /repos/:owner/:repo/dispatches`](/v3/repos/#create-a-repository-dispatch-event) (:write)
{% endif %}
- [`POST /repos/:owner/:repo/forks`](/v3/repos/forks/#create-a-fork) (:read)
@@ -382,8 +383,8 @@ _importieren_
_Reactions_
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction-legacy) (:write){% else %}- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction) (:write){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction-legacy) (:write){% else %}- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction) (:write){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`DELETE /repos/:owner/:repo/comments/:comment_id/reactions/:reaction_id`](/v3/reactions/#delete-a-commit-comment-reaction) (:write)
- [`DELETE /repos/:owner/:repo/issues/:issue_number/reactions/:reaction_id`](/v3/reactions/#delete-an-issue-reaction) (:write)
- [`DELETE /repos/:owner/:repo/issues/comments/:comment_id/reactions/:reaction_id`](/v3/reactions/#delete-an-issue-comment-reaction) (:write)
@@ -408,12 +409,13 @@ _Veröffentlichungen_
- [`GET /repos/:owner/:repo/deployments`](/v3/repos/deployments/#list-deployments) (:read)
- [`POST /repos/:owner/:repo/deployments`](/v3/repos/deployments/#create-a-deployment) (:write)
-- [`GET /repos/:owner/:repo/deployments/:deployment_id`](/v3/repos/deployments/#get-a-deployment) (:read){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+- [`GET /repos/:owner/:repo/deployments/:deployment_id`](/rest/reference/repos#get-a-deployment) (:read){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`DELETE /repos/:owner/:repo/deployments/:deployment_id`](/v3/repos/deployments/#delete-a-deployment) (:write){% endif %}
- [`GET /repos/:owner/:repo/deployments/:deployment_id/statuses`](/v3/repos/deployments/#list-deployment-statuses) (:read)
- [`POST /repos/:owner/:repo/deployments/:deployment_id/statuses`](/v3/repos/deployments/#create-a-deployment-status) (:write)
- [`GET /repos/:owner/:repo/deployments/:deployment_id/statuses/:status_id`](/v3/repos/deployments/#get-a-deployment-status) (:read)
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
### Permission on "emails"
{% if currentVersion == "free-pro-team@latest" %}
@@ -423,6 +425,7 @@ _Veröffentlichungen_
- [`POST /user/emails`](/v3/users/emails/#add-an-email-address-for-the-authenticated-user) (:write)
- [`DELETE /user/emails`](/v3/users/emails/#delete-an-email-address-for-the-authenticated-user) (:write)
- [`GET /user/public_emails`](/v3/users/emails/#list-public-email-addresses-for-the-authenticated-user) (:read)
+{% endif %}
### Permission on "followers"
@@ -496,7 +499,7 @@ _Reactions_
- [`POST /repos/:owner/:repo/issues/comments/:comment_id/reactions`](/v3/reactions/#create-reaction-for-an-issue-comment) (:write)
- [`GET /repos/:owner/:repo/issues/:issue_number/reactions`](/v3/reactions/#list-reactions-for-an-issue) (:read)
- [`POST /repos/:owner/:repo/issues/:issue_number/reactions`](/v3/reactions/#create-reaction-for-an-issue) (:write)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction-legacy) (:write)
- [`DELETE /repos/:owner/:repo/comments/:comment_id/reactions/:reaction_id`](/v3/reactions/#delete-a-commit-comment-reaction) (:write)
- [`DELETE /repos/:owner/:repo/issues/:issue_number/reactions/:reaction_id`](/v3/reactions/#delete-an-issue-reaction) (:write)
@@ -582,7 +585,7 @@ _Teams_
{% endif %}
- [`PATCH /teams/:team_id`](/v3/teams/#update-a-team) (:write)
- [`DELETE /teams/:team_id`](/v3/teams/#delete-a-team) (:write)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`GET /teams/:team_id/projects`](/v3/teams/#list-team-projects) (:read)
- [`GET /teams/:team_id/projects/:project_id`](/v3/teams/#check-team-permissions-for-a-project) (:read)
- [`PUT /teams/:team_id/projects/:project_id`](/v3/teams/#add-or-update-team-project-permissions) (:read)
@@ -733,7 +736,7 @@ _Reactions_
- [`POST /repos/:owner/:repo/issues/comments/:comment_id/reactions`](/v3/reactions/#create-reaction-for-an-issue-comment) (:write)
- [`GET /repos/:owner/:repo/pulls/comments/:comment_id/reactions`](/v3/reactions/#list-reactions-for-a-pull-request-review-comment) (:read)
- [`POST /repos/:owner/:repo/pulls/comments/:comment_id/reactions`](/v3/reactions/#create-reaction-for-a-pull-request-review-comment) (:write)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction-legacy) (:write)
- [`DELETE /repos/:owner/:repo/comments/:comment_id/reactions/:reaction_id`](/v3/reactions/#delete-a-commit-comment-reaction) (:write)
- [`DELETE /repos/:owner/:repo/issues/:issue_number/reactions/:reaction_id`](/v3/reactions/#delete-an-issue-reaction) (:write)
diff --git a/translations/de-DE/content/rest/reference/projects.md b/translations/de-DE/content/rest/reference/projects.md
index 1bd2ee311a..503528eadf 100644
--- a/translations/de-DE/content/rest/reference/projects.md
+++ b/translations/de-DE/content/rest/reference/projects.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for operation in currentRestOperations %}
diff --git a/translations/de-DE/content/rest/reference/pulls.md b/translations/de-DE/content/rest/reference/pulls.md
index ef0cf2f606..f1d7a568bc 100644
--- a/translations/de-DE/content/rest/reference/pulls.md
+++ b/translations/de-DE/content/rest/reference/pulls.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Pull Request API allows you to list, view, edit, create, and even merge pull requests. Comments on pull requests can be managed via the [Issue Comments API](/rest/reference/issues#comments).
diff --git a/translations/de-DE/content/rest/reference/rate-limit.md b/translations/de-DE/content/rest/reference/rate-limit.md
index 5cfc97ace6..b81dff0260 100644
--- a/translations/de-DE/content/rest/reference/rate-limit.md
+++ b/translations/de-DE/content/rest/reference/rate-limit.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The REST API overview documentation describes the [rate limit rules](/rest/overview/resources-in-the-rest-api#rate-limiting). You can check your current rate limit status at any time using the Rate Limit API described below.
diff --git a/translations/de-DE/content/rest/reference/reactions.md b/translations/de-DE/content/rest/reference/reactions.md
index e7c92ebf20..8992d99049 100644
--- a/translations/de-DE/content/rest/reference/reactions.md
+++ b/translations/de-DE/content/rest/reference/reactions.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Reaction types
diff --git a/translations/de-DE/content/rest/reference/repos.md b/translations/de-DE/content/rest/reference/repos.md
index 083cecf0dc..f70a2e88ab 100644
--- a/translations/de-DE/content/rest/reference/repos.md
+++ b/translations/de-DE/content/rest/reference/repos.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for operation in currentRestOperations %}
@@ -49,12 +50,15 @@ The Repo Commits API supports listing, viewing, and comparing commits in a repos
{% if operation.subcategory == 'commits' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" %}
## Community
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'community' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
## Contents
These API endpoints let you create, modify, and delete Base64 encoded content in a repository. To request the raw format or rendered HTML (when supported), use custom media types for repository contents.
@@ -177,7 +181,7 @@ The authenticated user will be the author of any merges done through this endpoi
## Pages
-The {% data variables.product.prodname_pages %} API retrieves information about your {% data variables.product.prodname_pages %} configuration, and the statuses of your builds. Information about the site and the builds can only be accessed by authenticated owners, even though the websites are public. Weitere Informationen findest Du unter „[Über {% data variables.product.prodname_pages %}](/github/working-with-github-pages/about-github-pages)."
+The {% data variables.product.prodname_pages %} API retrieves information about your {% data variables.product.prodname_pages %} configuration, and the statuses of your builds. Information about the site and the builds can only be accessed by authenticated owners, even though the websites are public. For more information, see "[About {% data variables.product.prodname_pages %}](/github/working-with-github-pages/about-github-pages)."
In {% data variables.product.prodname_pages %} API endpoints with a `status` key in their response, the value can be one of:
* `null`: The site has yet to be built.
@@ -248,6 +252,7 @@ If you are developing a GitHub App and want to provide more detailed information
{% if operation.subcategory == 'statuses' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" %}
## Traffic
For repositories that you have push access to, the traffic API provides access to the information provided in your repository graph. For more information, see "Viewing traffic to a repository."
@@ -255,6 +260,7 @@ For repositories that you have push access to, the traffic API provides access t
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'traffic' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
## Webhooks
diff --git a/translations/de-DE/content/rest/reference/search.md b/translations/de-DE/content/rest/reference/search.md
index 580989426a..5d54615b9d 100644
--- a/translations/de-DE/content/rest/reference/search.md
+++ b/translations/de-DE/content/rest/reference/search.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Search API helps you search for the specific item you want to find. For example, you can find a user or a specific file in a repository. Think of it the way you think of performing a search on Google. It's designed to help you find the one result you're looking for (or maybe the few results you're looking for). Just like searching on Google, you sometimes want to see a few pages of search results so that you can find the item that best meets your needs. To satisfy that need, the {% data variables.product.product_name %} Search API provides **up to 1,000 results for each search**.
@@ -27,7 +28,7 @@ See the [rate limit documentation](/rest/reference/rate-limit) for details on de
Each endpoint in the Search API uses [query parameters](https://en.wikipedia.org/wiki/Query_string) to perform searches on {% data variables.product.product_name %}. See the individual endpoint in the Search API for an example that includes the endpoint and query parameters.
-A query can contain any combination of search qualifiers supported on GitHub.com. The format of the search query is:
+A query can contain any combination of search qualifiers supported on {% data variables.product.product_name %}. The format of the search query is:
```
q=SEARCH_KEYWORD_1+SEARCH_KEYWORD_N+QUALIFIER_1+QUALIFIER_N
diff --git a/translations/de-DE/content/rest/reference/teams.md b/translations/de-DE/content/rest/reference/teams.md
index b5ec74e571..de4aee7e9c 100644
--- a/translations/de-DE/content/rest/reference/teams.md
+++ b/translations/de-DE/content/rest/reference/teams.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
This API is only available to authenticated members of the team's [organization](/v3/orgs). OAuth access tokens require the `read:org` [scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/). {% data variables.product.prodname_dotcom %} generates the team's `slug` from the team `name`.
@@ -33,16 +34,20 @@ The team discussion comments API allows you to get, create, edit, and delete dis
This API is only available to authenticated members of the team's organization. OAuth access tokens require the `read:org` [scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
{% note %}
**Note:** When you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see "Synchronizing teams between your identity provider and GitHub."
{% endnote %}
+{% endif %}
+
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'members' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
## Team synchronization
The Team Synchronization API allows you to manage connections between {% data variables.product.product_name %} teams and external identity provider (IdP) groups. To use this API, the authenticated user must be a team maintainer or an owner of the organization associated with the team. The token you use to authenticate will also need to be authorized for use with your IdP (SSO) provider. For more information, see "Authorizing a personal access token for use with a SAML single sign-on organization."
@@ -52,3 +57,5 @@ You can manage GitHub team members through your IdP with team synchronization. T
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'team-sync' %}{% include rest_operation %}{% endif %}
{% endfor %}
+
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/content/rest/reference/users.md b/translations/de-DE/content/rest/reference/users.md
index d7c95bad7f..117de2524a 100644
--- a/translations/de-DE/content/rest/reference/users.md
+++ b/translations/de-DE/content/rest/reference/users.md
@@ -5,20 +5,25 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Many of the resources on the users API provide a shortcut for getting information about the currently authenticated user. If a request URL does not include a `{username}` parameter then the response will be for the logged in user (and you must pass [authentication information](/rest/overview/resources-in-the-rest-api#authentication) with your request). Additional private information, such as whether a user has two-factor authentication enabled, is included when authenticated through basic auth or OAuth with the `user` scope.
+Many of the resources on the users API provide a shortcut for getting information about the currently authenticated user. If a request URL does not include a `{username}` parameter then the response will be for the logged in user (and you must pass [authentication information](/rest/overview/resources-in-the-rest-api#authentication) with your request).{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %} Additional private information, such as whether a user has two-factor authentication enabled, is included when authenticated through basic auth or OAuth with the `user` scope.{% endif %}
{% for operation in currentRestOperations %}
{% unless operation.subcategory %}{% include rest_operation %}{% endunless %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" %}
## Blocking users
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'blocking' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
## Emails
Management of email addresses via the API requires that you authenticate through basic auth, or through OAuth with a correct scope for the endpoint.
@@ -27,6 +32,8 @@ Management of email addresses via the API requires that you authenticate through
{% if operation.subcategory == 'emails' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
## Follower
{% for operation in currentRestOperations %}
diff --git a/translations/de-DE/data/graphql/ghae/graphql_previews.ghae.yml b/translations/de-DE/data/graphql/ghae/graphql_previews.ghae.yml
new file mode 100644
index 0000000000..7f972f318e
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghae/graphql_previews.ghae.yml
@@ -0,0 +1,149 @@
+---
+-
+ title: Access to package version deletion
+ description: >-
+ This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.
+ toggled_by: ':package-deletes-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.deletePackageVersion
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: Bereitstellungen
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: UpdateRefsPreview - Update multiple refs in a single operation.
+ description: This preview adds support for updating multiple refs in a single operation.
+ toggled_by: ':update-refs-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateRefs
+ - GitRefname
+ - RefUpdate
+ - UpdateRefsInput
+ - UpdateRefsPayload
+ owning_teams:
+ - '@github/reponauts'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Team Review Assignments Preview
+ description: >-
+ This preview adds support for updating the settings for team review assignment.
+ toggled_by: ':stone-crop-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateTeamReviewAssignment
+ - UpdateTeamReviewAssignmentInput
+ - TeamReviewAssignmentAlgorithm
+ - Team.reviewRequestDelegationEnabled
+ - Team.reviewRequestDelegationAlgorithm
+ - Team.reviewRequestDelegationMemberCount
+ - Team.reviewRequestDelegationNotifyTeam
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/de-DE/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml b/translations/de-DE/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml
new file mode 100644
index 0000000000..92b91f6add
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml
@@ -0,0 +1,135 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: EnterpriseBillingInfo.availableSeats
+ description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead."
+ reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: EnterpriseBillingInfo.seats
+ description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
+ reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: Sponsorship.maintainer
+ description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
+ reason: "`Sponsorship.maintainer` will be removed."
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: antn
+ -
+ location: EnterprisePendingMemberInvitationEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All pending members consume a license
+ date: '2020-07-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterpriseOwnerInfo.pendingCollaborators
+ description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations` field instead."
+ reason: Repository invitations can now be associated with an email, not only an invitee.
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jdennes
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: RepositoryCollaboratorEdge.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: RepositoryInvitation.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: RepositoryInvitationOrderField.INVITEE_LOGIN
+ description: "`INVITEE_LOGIN` will be removed."
+ reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations can now be associated with an email, not only an invitee."
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jdennes
+ -
+ location: Sponsorship.sponsor
+ description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
+ reason: "`Sponsorship.sponsor` will be removed."
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: nholden
+ -
+ location: TeamRepositoryEdge.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: EnterpriseMemberEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All members consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All outside collaborators consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterprisePendingCollaboratorEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All pending collaborators consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: MergeStateStatus.DRAFT
+ description: "`DRAFT` will be removed. Use PullRequest.isDraft instead."
+ reason: DRAFT state will be removed from this enum and `isDraft` should be used instead
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: nplasterer
diff --git a/translations/de-DE/data/graphql/ghes-2.19/graphql_previews.enterprise.yml b/translations/de-DE/data/graphql/ghes-2.19/graphql_previews.enterprise.yml
new file mode 100644
index 0000000000..1c13372d44
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghes-2.19/graphql_previews.enterprise.yml
@@ -0,0 +1,228 @@
+---
+-
+ title: Bereitstellungen
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: Draft Pull Requests Preview
+ description: This preview adds support for draft pull requests.
+ toggled_by: ':shadow-cat-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.markPullRequestReadyForReview
+ - CreatePullRequestInput.draft
+ - PullRequest.isDraft
+ - MarkPullRequestReadyForReviewInput
+ - MarkPullRequestReadyForReviewPayload
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Prüfungen
+ description: This preview adds support for reading checks created by GitHub Apps.
+ toggled_by: ':antiope-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - CheckAnnotationRange
+ - CheckAnnotationPosition
+ - CheckAnnotationSpan
+ - CheckAnnotation
+ - CheckAnnotationConnection.nodes
+ - CheckAnnotationData
+ - CheckAnnotationEdge.node
+ - CheckAnnotationLevel
+ - CheckConclusionState
+ - CheckStatusState
+ - CheckSuiteAutoTriggerPreference
+ - CheckRun
+ - CheckRunConnection.nodes
+ - CheckRunEdge.node
+ - CheckRunAction
+ - CheckRunFilter
+ - CheckRunOutput
+ - CheckRunOutputImage
+ - CheckRunType
+ - CheckSuite
+ - CheckSuiteConnection.nodes
+ - CheckSuiteEdge.node
+ - CheckSuiteFilter
+ - CreateCheckRunInput
+ - CreateCheckRunPayload
+ - CreateCheckSuiteInput
+ - CreateCheckSuitePayload
+ - Commit.checkSuites
+ - Mutation.createCheckRun
+ - Mutation.createCheckSuite
+ - Mutation.rerequestCheckSuite
+ - Mutation.updateCheckRun
+ - Mutation.updateCheckSuitePreferences
+ - Push
+ - RequestableCheckStatusState
+ - RerequestCheckSuiteInput
+ - RerequestCheckSuitePayload
+ - UpdateCheckRunInput
+ - UpdateCheckRunPayload
+ - UpdateCheckSuitePayload.checkSuite
+ - UpdateCheckSuitePreferencesInput
+ - UpdateCheckSuitePreferencesPayload
+ owning_teams:
+ - '@github/ecosystem-primitives'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Repository Vulnerability Alerts
+ description: This preview adds support for viewing vulnerability alerts for a repository.
+ toggled_by: ':vixen-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - RepositoryVulnerabilityAlert
+ - Repository.vulnerabilityAlerts
+ - RepositoryVulnerabilityAlertConnection
+ - RepositoryVulnerabilityAlertEdge
+ owning_teams:
+ - '@github/ee-security-workflows'
+-
+ title: Temporary Cloning Token for Private Repositories
+ description: >-
+ This preview adds support for accessing a temporary token field for cloning private repositories.
+ toggled_by: ':daredevil-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.tempCloneToken
+ owning_teams:
+ - '@github/experience-engineering-work'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Minimize Comments Preview
+ description: >-
+ This preview adds support for minimizing comments on issues, pull requests, commits, and gists.
+ toggled_by: ':queen-beryl-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.minimizeComment
+ - Mutation.unminimizeComment
+ - Minimizable
+ owning_teams:
+ - '@github/ce-community-and-safety'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ecosystem-primitives'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Multi-Line Comments Preview
+ description: This preview adds support for blob-positioned and multi-line comments.
+ toggled_by: ':comfort-fade-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.addPullRequestReviewThread
+ - AddPullRequestReviewThreadInput
+ - AddPullRequestReviewInput.threads
+ - DiffSide
+ - PullRequestReviewThread.startLine
+ - PullRequestReviewThread.originalStartLine
+ - PullRequestReviewThread.startDiffSide
+ - PullRequestReviewThread.line
+ - PullRequestReviewThread.originalLine
+ - PullRequestReviewThread.diffSide
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/de-DE/data/graphql/ghes-2.19/graphql_upcoming_changes.public-enterprise.yml b/translations/de-DE/data/graphql/ghes-2.19/graphql_upcoming_changes.public-enterprise.yml
new file mode 100644
index 0000000000..4cb2fcaddf
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghes-2.19/graphql_upcoming_changes.public-enterprise.yml
@@ -0,0 +1,65 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: ContributionOrder.field
+ description: "`field` will be removed. Only one order field is supported."
+ reason: "`field` will be removed."
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: Organization.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: RepositoryOwner.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: User.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
diff --git a/translations/de-DE/data/graphql/ghes-2.20/graphql_previews.enterprise.yml b/translations/de-DE/data/graphql/ghes-2.20/graphql_previews.enterprise.yml
new file mode 100644
index 0000000000..0c50c8df11
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghes-2.20/graphql_previews.enterprise.yml
@@ -0,0 +1,284 @@
+---
+-
+ title: GitHub Packages
+ description: This preview adds support for objects relating to GitHub Packages.
+ toggled_by: ':packages-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Package
+ - PackageFile
+ - PackageFileOrder
+ - PackageFileOrderField
+ - PackageOrder
+ - PackageOrderField
+ - PackageOwner
+ - PackageStatistics
+ - PackageTag
+ - PackageVersion
+ - PackageVersionOrder
+ - PackageVersionOrderField
+ - PackageVersionStatistics
+ - Organization.packages
+ - PackageMetadatum.packageVersion
+ - Repository.packages
+ - User.packages
+ - PackageConnection.nodes
+ - PackageFileConnection.nodes
+ - PackageTagConnection.nodes
+ - PackageVersionConnection.nodes
+ - PackageEdge.node
+ - PackageFileEdge.node
+ - PackageTagEdge.node
+ - PackageVersionEdge.node
+ - CreateRegistryPackageFilePayload.packageFile
+ - CreateRegistryPackageVersionMetadataPayload.packageVersion
+ - CreateRegistryPackageVersionPayload.packageVersion
+ - DeleteRegistryPackagePayload.package
+ - DeleteRegistryPackageTagPayload.package
+ - SetRegistryPackageTagPayload.package
+ - UpdateRegistryPackageFilePayload.packageFile
+ - UpdateRegistryPackageVersionPayload.packageVersion
+ - CreatePackageVersionPayload.packageVersion
+ - UpdatePackageVersionPayload.packageVersion
+ - CreatePackageFilePayload.packageFile
+ - UpdatePackageFilePayload.packageFile
+ - CreatePackageVersionMetadataPayload.packageVersion
+ - AddPackageTagPayload.package
+ - DeletePackageTagPayload.package
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: Bereitstellungen
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: Draft Pull Requests Preview
+ description: This preview adds support for draft pull requests.
+ toggled_by: ':shadow-cat-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.markPullRequestReadyForReview
+ - CreatePullRequestInput.draft
+ - PullRequest.isDraft
+ - MarkPullRequestReadyForReviewInput
+ - MarkPullRequestReadyForReviewPayload
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Prüfungen
+ description: This preview adds support for reading checks created by GitHub Apps.
+ toggled_by: ':antiope-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - CheckAnnotationRange
+ - CheckAnnotationPosition
+ - CheckAnnotationSpan
+ - CheckAnnotation
+ - CheckAnnotationConnection.nodes
+ - CheckAnnotationData
+ - CheckAnnotationEdge.node
+ - CheckAnnotationLevel
+ - CheckConclusionState
+ - CheckStatusState
+ - CheckSuiteAutoTriggerPreference
+ - CheckRun
+ - CheckRunConnection.nodes
+ - CheckRunEdge.node
+ - CheckRunAction
+ - CheckRunFilter
+ - CheckRunOutput
+ - CheckRunOutputImage
+ - CheckRunType
+ - CheckSuite
+ - CheckSuiteConnection.nodes
+ - CheckSuiteEdge.node
+ - CheckSuiteFilter
+ - CreateCheckRunInput
+ - CreateCheckRunPayload
+ - CreateCheckSuiteInput
+ - CreateCheckSuitePayload
+ - Commit.checkSuites
+ - Mutation.createCheckRun
+ - Mutation.createCheckSuite
+ - Mutation.rerequestCheckSuite
+ - Mutation.updateCheckRun
+ - Mutation.updateCheckSuitePreferences
+ - Push
+ - RequestableCheckStatusState
+ - RerequestCheckSuiteInput
+ - RerequestCheckSuitePayload
+ - UpdateCheckRunInput
+ - UpdateCheckRunPayload
+ - UpdateCheckSuitePayload.checkSuite
+ - UpdateCheckSuitePreferencesInput
+ - UpdateCheckSuitePreferencesPayload
+ owning_teams:
+ - '@github/ecosystem-primitives'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: UpdateRefsPreview - Update multiple refs in a single operation.
+ description: This preview adds support for updating multiple refs in a single operation.
+ toggled_by: ':update-refs-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateRefs
+ - GitRefname
+ - RefUpdate
+ - UpdateRefsInput
+ - UpdateRefsPayload
+ owning_teams:
+ - '@github/pe-repos'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Minimize Comments Preview
+ description: >-
+ This preview adds support for minimizing comments on issues, pull requests, commits, and gists.
+ toggled_by: ':queen-beryl-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.minimizeComment
+ - Mutation.unminimizeComment
+ - Minimizable
+ owning_teams:
+ - '@github/ce-community-and-safety'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ecosystem-primitives'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Multi-Line Comments Preview
+ description: This preview adds support for blob-positioned and multi-line comments.
+ toggled_by: ':comfort-fade-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.addPullRequestReviewThread
+ - AddPullRequestReviewThreadInput
+ - AddPullRequestReviewInput.threads
+ - DiffSide
+ - PullRequestReviewThread.startLine
+ - PullRequestReviewThread.originalStartLine
+ - PullRequestReviewThread.startDiffSide
+ - PullRequestReviewThread.line
+ - PullRequestReviewThread.originalLine
+ - PullRequestReviewThread.diffSide
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Team Review Assignments Preview
+ description: >-
+ This preview adds support for updating the settings for team review assignment.
+ toggled_by: ':stone-crop-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateTeamReviewAssignment
+ - UpdateTeamReviewAssignmentInput
+ - TeamReviewAssignmentAlgorithm
+ - Team.reviewRequestDelegationEnabled
+ - Team.reviewRequestDelegationAlgorithm
+ - Team.reviewRequestDelegationMemberCount
+ - Team.reviewRequestDelegationNotifyTeam
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/de-DE/data/graphql/ghes-2.20/graphql_upcoming_changes.public-enterprise.yml b/translations/de-DE/data/graphql/ghes-2.20/graphql_upcoming_changes.public-enterprise.yml
new file mode 100644
index 0000000000..dcf3d7d792
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghes-2.20/graphql_upcoming_changes.public-enterprise.yml
@@ -0,0 +1,562 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: ContributionOrder.field
+ description: "`field` will be removed. Only one order field is supported."
+ reason: "`field` will be removed."
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: Organization.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: RepositoryOwner.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: User.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: EnterpriseBillingInfo.availableSeats
+ description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead."
+ reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: EnterpriseBillingInfo.seats
+ description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
+ reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: Organization.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Organization.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.color
+ description: "`color` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.latestVersion
+ description: "`latestVersion` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.name
+ description: "`name` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.nameWithOwner
+ description: "`nameWithOwner` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageFileByGuid
+ description: "`packageFileByGuid` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageFileBySha256
+ description: "`packageFileBySha256` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageType
+ description: "`packageType` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.preReleaseVersions
+ description: "`preReleaseVersions` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.registryPackageType
+ description: "`registryPackageType` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.repository
+ description: "`repository` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.statistics
+ description: "`statistics` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.tags
+ description: "`tags` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.topics
+ description: "`topics` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.version
+ description: "`version` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionByPlatform
+ description: "`versionByPlatform` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionBySha256
+ description: "`versionBySha256` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versions
+ description: "`versions` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionsByMetadatum
+ description: "`versionsByMetadatum` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.dependencyType
+ description: "`dependencyType` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.name
+ description: "`name` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.version
+ description: "`version` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.guid
+ description: "`guid` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.md5
+ description: "`md5` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.metadataUrl
+ description: "`metadataUrl` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.name
+ description: "`name` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.packageVersion
+ description: "`packageVersion` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.sha1
+ description: "`sha1` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.sha256
+ description: "`sha256` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.size
+ description: "`size` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.url
+ description: "`url` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageOwner.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageSearch.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisMonth
+ description: "`downloadsThisMonth` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisWeek
+ description: "`downloadsThisWeek` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisYear
+ description: "`downloadsThisYear` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsToday
+ description: "`downloadsToday` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsTotalCount
+ description: "`downloadsTotalCount` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageTag.name
+ description: "`name` will be removed. Use the `PackageTag` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageTag.version
+ description: "`version` will be removed. Use the `PackageTag` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.dependencies
+ description: "`dependencies` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.fileByName
+ description: "`fileByName` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.files
+ description: "`files` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.installationCommand
+ description: "`installationCommand` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.manifest
+ description: "`manifest` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.platform
+ description: "`platform` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.preRelease
+ description: "`preRelease` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.readme
+ description: "`readme` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.readmeHtml
+ description: "`readmeHtml` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.registryPackage
+ description: "`registryPackage` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.release
+ description: "`release` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.sha256
+ description: "`sha256` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.size
+ description: "`size` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.statistics
+ description: "`statistics` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.summary
+ description: "`summary` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.updatedAt
+ description: "`updatedAt` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.version
+ description: "`version` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.viewerCanEdit
+ description: "`viewerCanEdit` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisMonth
+ description: "`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisWeek
+ description: "`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisYear
+ description: "`downloadsThisYear` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsToday
+ description: "`downloadsToday` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsTotalCount
+ description: "`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Repository.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Repository.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Sponsorship.maintainer
+ description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
+ reason: "`Sponsorship.maintainer` will be removed."
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: antn
+ -
+ location: User.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: User.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
diff --git a/translations/de-DE/data/graphql/ghes-2.21/graphql_previews.enterprise.yml b/translations/de-DE/data/graphql/ghes-2.21/graphql_previews.enterprise.yml
new file mode 100644
index 0000000000..757fb0459a
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghes-2.21/graphql_previews.enterprise.yml
@@ -0,0 +1,242 @@
+---
+-
+ title: Access to package version deletion
+ description: >-
+ This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.
+ toggled_by: ':package-deletes-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.deletePackageVersion
+ - RegistryPackageVersion.deleted
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: GitHub Packages
+ description: This preview adds support for objects relating to GitHub Packages.
+ toggled_by: ':packages-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Package
+ - PackageFile
+ - PackageFileOrder
+ - PackageFileOrderField
+ - PackageOrder
+ - PackageOrderField
+ - PackageOwner
+ - PackageStatistics
+ - PackageTag
+ - PackageVersion
+ - PackageVersionOrder
+ - PackageVersionOrderField
+ - PackageVersionStatistics
+ - Organization.packages
+ - PackageMetadatum.packageVersion
+ - Repository.packages
+ - User.packages
+ - PackageConnection.nodes
+ - PackageFileConnection.nodes
+ - PackageTagConnection.nodes
+ - PackageVersionConnection.nodes
+ - PackageEdge.node
+ - PackageFileEdge.node
+ - PackageTagEdge.node
+ - PackageVersionEdge.node
+ - CreatePackageVersionPayload.packageVersion
+ - UpdatePackageVersionPayload.packageVersion
+ - CreatePackageFilePayload.packageFile
+ - UpdatePackageFilePayload.packageFile
+ - CreatePackageVersionMetadataPayload.packageVersion
+ - AddPackageTagPayload.package
+ - DeletePackageTagPayload.package
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: Bereitstellungen
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: Prüfungen
+ description: This preview adds support for reading checks created by GitHub Apps.
+ toggled_by: ':antiope-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - CheckAnnotationRange
+ - CheckAnnotationPosition
+ - CheckAnnotationSpan
+ - CheckAnnotation
+ - CheckAnnotationConnection.nodes
+ - CheckAnnotationData
+ - CheckAnnotationEdge.node
+ - CheckAnnotationLevel
+ - CheckConclusionState
+ - CheckStatusState
+ - CheckSuiteAutoTriggerPreference
+ - CheckRun
+ - CheckRunConnection.nodes
+ - CheckRunEdge.node
+ - CheckRunAction
+ - CheckRunFilter
+ - CheckRunOutput
+ - CheckRunOutputImage
+ - CheckRunType
+ - CheckSuite
+ - CheckSuiteConnection.nodes
+ - CheckSuiteEdge.node
+ - CheckSuiteFilter
+ - CreateCheckRunInput
+ - CreateCheckRunPayload
+ - CreateCheckSuiteInput
+ - CreateCheckSuitePayload
+ - Commit.checkSuites
+ - Mutation.createCheckRun
+ - Mutation.createCheckSuite
+ - Mutation.rerequestCheckSuite
+ - Mutation.updateCheckRun
+ - Mutation.updateCheckSuitePreferences
+ - Push
+ - RequestableCheckStatusState
+ - RerequestCheckSuiteInput
+ - RerequestCheckSuitePayload
+ - UpdateCheckRunInput
+ - UpdateCheckRunPayload
+ - UpdateCheckSuitePayload.checkSuite
+ - UpdateCheckSuitePreferencesInput
+ - UpdateCheckSuitePreferencesPayload
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: UpdateRefsPreview - Update multiple refs in a single operation.
+ description: This preview adds support for updating multiple refs in a single operation.
+ toggled_by: ':update-refs-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateRefs
+ - GitRefname
+ - RefUpdate
+ - UpdateRefsInput
+ - UpdateRefsPayload
+ owning_teams:
+ - '@github/pe-repos'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Team Review Assignments Preview
+ description: >-
+ This preview adds support for updating the settings for team review assignment.
+ toggled_by: ':stone-crop-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateTeamReviewAssignment
+ - UpdateTeamReviewAssignmentInput
+ - TeamReviewAssignmentAlgorithm
+ - Team.reviewRequestDelegationEnabled
+ - Team.reviewRequestDelegationAlgorithm
+ - Team.reviewRequestDelegationMemberCount
+ - Team.reviewRequestDelegationNotifyTeam
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/de-DE/data/graphql/ghes-2.21/graphql_upcoming_changes.public-enterprise.yml b/translations/de-DE/data/graphql/ghes-2.21/graphql_upcoming_changes.public-enterprise.yml
new file mode 100644
index 0000000000..4b56579d93
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghes-2.21/graphql_upcoming_changes.public-enterprise.yml
@@ -0,0 +1,569 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: ContributionOrder.field
+ description: "`field` will be removed. Only one order field is supported."
+ reason: "`field` will be removed."
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Organization.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: RepositoryOwner.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: User.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: EnterpriseBillingInfo.availableSeats
+ description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead."
+ reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: EnterpriseBillingInfo.seats
+ description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
+ reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: Organization.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Organization.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.color
+ description: "`color` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.latestVersion
+ description: "`latestVersion` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.name
+ description: "`name` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.nameWithOwner
+ description: "`nameWithOwner` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageFileByGuid
+ description: "`packageFileByGuid` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageFileBySha256
+ description: "`packageFileBySha256` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageType
+ description: "`packageType` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.preReleaseVersions
+ description: "`preReleaseVersions` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.registryPackageType
+ description: "`registryPackageType` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.repository
+ description: "`repository` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.statistics
+ description: "`statistics` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.tags
+ description: "`tags` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.topics
+ description: "`topics` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.version
+ description: "`version` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionByPlatform
+ description: "`versionByPlatform` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionBySha256
+ description: "`versionBySha256` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versions
+ description: "`versions` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionsByMetadatum
+ description: "`versionsByMetadatum` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.dependencyType
+ description: "`dependencyType` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.name
+ description: "`name` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.version
+ description: "`version` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.guid
+ description: "`guid` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.md5
+ description: "`md5` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.metadataUrl
+ description: "`metadataUrl` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.name
+ description: "`name` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.packageVersion
+ description: "`packageVersion` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.sha1
+ description: "`sha1` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.sha256
+ description: "`sha256` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.size
+ description: "`size` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.url
+ description: "`url` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageOwner.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageSearch.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisMonth
+ description: "`downloadsThisMonth` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisWeek
+ description: "`downloadsThisWeek` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisYear
+ description: "`downloadsThisYear` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsToday
+ description: "`downloadsToday` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsTotalCount
+ description: "`downloadsTotalCount` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageTag.name
+ description: "`name` will be removed. Use the `PackageTag` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageTag.version
+ description: "`version` will be removed. Use the `PackageTag` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.deleted
+ description: "`deleted` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.dependencies
+ description: "`dependencies` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.fileByName
+ description: "`fileByName` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.files
+ description: "`files` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.installationCommand
+ description: "`installationCommand` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.manifest
+ description: "`manifest` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.platform
+ description: "`platform` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.preRelease
+ description: "`preRelease` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.readme
+ description: "`readme` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.readmeHtml
+ description: "`readmeHtml` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.registryPackage
+ description: "`registryPackage` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.release
+ description: "`release` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.sha256
+ description: "`sha256` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.size
+ description: "`size` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.statistics
+ description: "`statistics` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.summary
+ description: "`summary` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.updatedAt
+ description: "`updatedAt` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.version
+ description: "`version` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.viewerCanEdit
+ description: "`viewerCanEdit` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisMonth
+ description: "`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisWeek
+ description: "`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisYear
+ description: "`downloadsThisYear` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsToday
+ description: "`downloadsToday` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsTotalCount
+ description: "`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Repository.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Repository.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Sponsorship.maintainer
+ description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
+ reason: "`Sponsorship.maintainer` will be removed."
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: antn
+ -
+ location: User.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: User.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
diff --git a/translations/de-DE/data/graphql/ghes-2.22/graphql_previews.enterprise.yml b/translations/de-DE/data/graphql/ghes-2.22/graphql_previews.enterprise.yml
new file mode 100644
index 0000000000..3ad9c60774
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghes-2.22/graphql_previews.enterprise.yml
@@ -0,0 +1,200 @@
+---
+-
+ title: Access to package version deletion
+ description: >-
+ This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.
+ toggled_by: ':package-deletes-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.deletePackageVersion
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: Bereitstellungen
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: Prüfungen
+ description: This preview adds support for reading checks created by GitHub Apps.
+ toggled_by: ':antiope-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - CheckAnnotationRange
+ - CheckAnnotationPosition
+ - CheckAnnotationSpan
+ - CheckAnnotation
+ - CheckAnnotationConnection.nodes
+ - CheckAnnotationData
+ - CheckAnnotationEdge.node
+ - CheckAnnotationLevel
+ - CheckConclusionState
+ - CheckStatusState
+ - CheckSuiteAutoTriggerPreference
+ - CheckRun
+ - CheckRunConnection.nodes
+ - CheckRunEdge.node
+ - CheckRunAction
+ - CheckRunFilter
+ - CheckRunOutput
+ - CheckRunOutputImage
+ - CheckRunType
+ - CheckSuite
+ - CheckSuiteConnection.nodes
+ - CheckSuiteEdge.node
+ - CheckSuiteFilter
+ - CreateCheckRunInput
+ - CreateCheckRunPayload
+ - CreateCheckSuiteInput
+ - CreateCheckSuitePayload
+ - Commit.checkSuites
+ - Mutation.createCheckRun
+ - Mutation.createCheckSuite
+ - Mutation.rerequestCheckSuite
+ - Mutation.updateCheckRun
+ - Mutation.updateCheckSuitePreferences
+ - Push
+ - RequestableCheckStatusState
+ - RerequestCheckSuiteInput
+ - RerequestCheckSuitePayload
+ - UpdateCheckRunInput
+ - UpdateCheckRunPayload
+ - UpdateCheckSuitePayload.checkSuite
+ - UpdateCheckSuitePreferencesInput
+ - UpdateCheckSuitePreferencesPayload
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: UpdateRefsPreview - Update multiple refs in a single operation.
+ description: This preview adds support for updating multiple refs in a single operation.
+ toggled_by: ':update-refs-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateRefs
+ - GitRefname
+ - RefUpdate
+ - UpdateRefsInput
+ - UpdateRefsPayload
+ owning_teams:
+ - '@github/pe-repos'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Team Review Assignments Preview
+ description: >-
+ This preview adds support for updating the settings for team review assignment.
+ toggled_by: ':stone-crop-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateTeamReviewAssignment
+ - UpdateTeamReviewAssignmentInput
+ - TeamReviewAssignmentAlgorithm
+ - Team.reviewRequestDelegationEnabled
+ - Team.reviewRequestDelegationAlgorithm
+ - Team.reviewRequestDelegationMemberCount
+ - Team.reviewRequestDelegationNotifyTeam
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/de-DE/data/graphql/ghes-2.22/graphql_upcoming_changes.public-enterprise.yml b/translations/de-DE/data/graphql/ghes-2.22/graphql_upcoming_changes.public-enterprise.yml
new file mode 100644
index 0000000000..f5fb1765b0
--- /dev/null
+++ b/translations/de-DE/data/graphql/ghes-2.22/graphql_upcoming_changes.public-enterprise.yml
@@ -0,0 +1,128 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: EnterpriseBillingInfo.availableSeats
+ description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead."
+ reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: EnterpriseBillingInfo.seats
+ description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
+ reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: Sponsorship.maintainer
+ description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
+ reason: "`Sponsorship.maintainer` will be removed."
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: antn
+ -
+ location: EnterprisePendingMemberInvitationEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All pending members consume a license
+ date: '2020-07-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterpriseOwnerInfo.pendingCollaborators
+ description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations` field instead."
+ reason: Repository invitations can now be associated with an email, not only an invitee.
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jdennes
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: RepositoryCollaboratorEdge.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: RepositoryInvitation.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: RepositoryInvitationOrderField.INVITEE_LOGIN
+ description: "`INVITEE_LOGIN` will be removed."
+ reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations can now be associated with an email, not only an invitee."
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jdennes
+ -
+ location: Sponsorship.sponsor
+ description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
+ reason: "`Sponsorship.sponsor` will be removed."
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: nholden
+ -
+ location: TeamRepositoryEdge.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: EnterpriseMemberEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All members consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All outside collaborators consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterprisePendingCollaboratorEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All pending collaborators consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
diff --git a/translations/de-DE/data/graphql/graphql_previews.yml b/translations/de-DE/data/graphql/graphql_previews.yml
index a66636c86d..e248380363 100644
--- a/translations/de-DE/data/graphql/graphql_previews.yml
+++ b/translations/de-DE/data/graphql/graphql_previews.yml
@@ -53,7 +53,7 @@
- UpdateRefsInput
- UpdateRefsPayload
owning_teams:
- - '@github/pe-repos'
+ - '@github/reponauts'
-
title: Access to a Repositories Dependency Graph
description: This preview adds support for reading a dependency graph for a repository.
diff --git a/translations/de-DE/data/reusables/apps/deprecating_auth_with_query_parameters.md b/translations/de-DE/data/reusables/apps/deprecating_auth_with_query_parameters.md
index 68d632051f..07fd7f5941 100644
--- a/translations/de-DE/data/reusables/apps/deprecating_auth_with_query_parameters.md
+++ b/translations/de-DE/data/reusables/apps/deprecating_auth_with_query_parameters.md
@@ -1,9 +1,9 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% warning %}
**Deprecation Notice:** {% data variables.product.prodname_dotcom %} will discontinue authentication to the API using query parameters. Authenticating to the API should be done with [HTTP basic authentication](/v3/auth/#via-oauth-and-personal-access-tokens).{% if currentVersion == "free-pro-team@latest" %} Using query parameters to authenticate to the API will no longer work on May 5, 2021. {% endif %} For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/).
-{% if enterpriseServerVersions contains currentVersion %} Authentication to the API using query parameters while available is no longer supported due to security concerns. Instead we recommend integrators move their access token, `client_id`, or `client_secret` in the header. {% data variables.product.prodname_dotcom %} will announce the removal of authentication by query parameters with advanced notice. {% endif %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} Authentication to the API using query parameters while available is no longer supported due to security concerns. Instead we recommend integrators move their access token, `client_id`, or `client_secret` in the header. {% data variables.product.prodname_dotcom %} will announce the removal of authentication by query parameters with advanced notice. {% endif %}
{% endwarning %}
{% endif %}
diff --git a/translations/de-DE/data/reusables/apps/deprecating_password_auth.md b/translations/de-DE/data/reusables/apps/deprecating_password_auth.md
index 9fd86310d3..402d3b14b6 100644
--- a/translations/de-DE/data/reusables/apps/deprecating_password_auth.md
+++ b/translations/de-DE/data/reusables/apps/deprecating_password_auth.md
@@ -1,9 +1,9 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% warning %}
**Deprecation Notice:** {% data variables.product.prodname_dotcom %} will discontinue password authentication to the API. You must now authenticate to the {% data variables.product.prodname_dotcom %} API with an API token, such as an OAuth access token, GitHub App installation access token, or personal access token, depending on what you need to do with the token.{% if currentVersion == "free-pro-team@latest" %} Password authentication to the API will be removed on November 13, 2020.{% endif %} For more information,{% if currentVersion == "free-pro-team@latest" %} including scheduled brownouts,{% endif %} see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-password-auth/).
-{% if enterpriseServerVersions contains currentVersion %} Authenticating to the API using a password is currently available and not yet deprecated in {% data variables.product.prodname_ghe_server %}. {% data variables.product.prodname_dotcom %} will announce the deprecation and provide advanced notice before removing support for this feature.{% endif %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} Authenticating to the API using a password is currently available and not yet deprecated in {% data variables.product.product_name %}. {% data variables.product.prodname_dotcom %} will announce the deprecation and provide advanced notice before removing support for this feature.{% endif %}
{% endwarning %}
{% endif %}
diff --git a/translations/de-DE/data/reusables/apps/expiring_user_authorization_tokens.md b/translations/de-DE/data/reusables/apps/expiring_user_authorization_tokens.md
index 48f37e42e0..a51d6a2083 100644
--- a/translations/de-DE/data/reusables/apps/expiring_user_authorization_tokens.md
+++ b/translations/de-DE/data/reusables/apps/expiring_user_authorization_tokens.md
@@ -1,3 +1,3 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
To keep user-to-server access tokens more secure, you can use access tokens that will expire after 8 hours, and a refresh token that can be exchanged for a new access token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)."
{% endif %}
diff --git a/translations/de-DE/data/reusables/branches/set-default-branch.md b/translations/de-DE/data/reusables/branches/set-default-branch.md
index f5ff905d85..20d94881f6 100644
--- a/translations/de-DE/data/reusables/branches/set-default-branch.md
+++ b/translations/de-DE/data/reusables/branches/set-default-branch.md
@@ -1 +1 @@
-You can set the name of the default branch for new repositories. For more information, see "[Managing the default branch for your repositories](/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories)," "[Managing the default branch name for repositories in your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)," or "[Enforcing a policy on the default branch name](/github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)."
+You can set the name of the default branch for new repositories. For more information, see "[Managing the default branch for your repositories](/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories)," "[Managing the default branch name for repositories in your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)," and {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)."{% else %}"[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-on-the-default-branch-name)."{% endif %}
diff --git a/translations/de-DE/data/reusables/cli/filter-issues-and-pull-requests-tip.md b/translations/de-DE/data/reusables/cli/filter-issues-and-pull-requests-tip.md
index 949b7938db..efa57873ee 100644
--- a/translations/de-DE/data/reusables/cli/filter-issues-and-pull-requests-tip.md
+++ b/translations/de-DE/data/reusables/cli/filter-issues-and-pull-requests-tip.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Tip**: You can also filter issues or pull requests using the {% data variables.product.prodname_cli %}. For more information, see "[`gh issue list`](https://cli.github.com/manual/gh_issue_list)" or "[`gh pr list`](https://cli.github.com/manual/gh_pr_list)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/de-DE/data/reusables/code-scanning/about-code-scanning.md b/translations/de-DE/data/reusables/code-scanning/about-code-scanning.md
index 70df68d69b..054042ee8c 100644
--- a/translations/de-DE/data/reusables/code-scanning/about-code-scanning.md
+++ b/translations/de-DE/data/reusables/code-scanning/about-code-scanning.md
@@ -1 +1 @@
-{% data variables.product.prodname_code_scanning_capc %} is a feature that you use to analyze the code in a {% data variables.product.prodname_dotcom %} repository to find security vulnerabilities and coding errors. Any problems identified by the analysis are shown in {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_dotcom %}{% endif %}.
+{% data variables.product.prodname_code_scanning_capc %} is a feature that you use to analyze the code in a {% data variables.product.prodname_dotcom %} repository to find security vulnerabilities and coding errors. Any problems identified by the analysis are shown in {% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_dotcom %}{% endif %}.
diff --git a/translations/de-DE/data/reusables/code-scanning/beta.md b/translations/de-DE/data/reusables/code-scanning/beta.md
index 9f16a9f2e2..ab0f5c162f 100644
--- a/translations/de-DE/data/reusables/code-scanning/beta.md
+++ b/translations/de-DE/data/reusables/code-scanning/beta.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "enterprise-server@2.22" %}
+{% if currentVersion == "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% note %}
diff --git a/translations/de-DE/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md b/translations/de-DE/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md
index 5612481d72..94a6b63b95 100644
--- a/translations/de-DE/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md
+++ b/translations/de-DE/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md
@@ -2,7 +2,7 @@
{% note %}
-**Note:** Your site administrator must enable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location_enterprise %} before you can use this feature. If you want to use {% data variables.product.prodname_actions %} to scan your code, the site administrator must also enable {% data variables.product.prodname_actions %} and set up the infrastructure required. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %} for your appliance](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance)."
+**Note:** Your site administrator must enable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location %} before you can use this feature. If you want to use {% data variables.product.prodname_actions %} to scan your code, the site administrator must also enable {% data variables.product.prodname_actions %} and set up the infrastructure required. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %} for your appliance](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance)."
{% endnote %}
diff --git a/translations/de-DE/data/reusables/code-scanning/enterprise-enable-code-scanning.md b/translations/de-DE/data/reusables/code-scanning/enterprise-enable-code-scanning.md
index c230142938..b099f6ba3b 100644
--- a/translations/de-DE/data/reusables/code-scanning/enterprise-enable-code-scanning.md
+++ b/translations/de-DE/data/reusables/code-scanning/enterprise-enable-code-scanning.md
@@ -2,7 +2,7 @@
{% note %}
-**Note:** Your site administrator must enable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location_enterprise %} before you can use this feature. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %} for your appliance](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance)."
+**Note:** Your site administrator must enable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location %} before you can use this feature. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %} for your appliance](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance)."
{% endnote %}
diff --git a/translations/de-DE/data/reusables/enterprise-accounts/access-enterprise.md b/translations/de-DE/data/reusables/enterprise-accounts/access-enterprise.md
index 66edf20433..ce95fdc387 100644
--- a/translations/de-DE/data/reusables/enterprise-accounts/access-enterprise.md
+++ b/translations/de-DE/data/reusables/enterprise-accounts/access-enterprise.md
@@ -1,17 +1,11 @@
-{% if currentVersion == "free-pro-team@latest" %}
-
-1. In the top-right corner of {% data variables.product.product_name %}, click your profile photo, then click **Your enterprises**. 
+{% if currentVersion == "free-pro-team@latest" %}1. In the top-right corner of {% data variables.product.product_name %}, click your profile photo, then click **Your enterprises**.
+ 
1. In the list of enterprises, click the enterprise you want to view. 
-{% endif %}
+{% elsif currentVersion ver_lt "enterprise-server@2.22" %}1. Navigate to your enterprise account by visiting {% raw %}https://HOSTNAME/enterprises/ENTERPRISE-NAME{% endraw %}, replacing `HOSTNAME` with your instance's hostname and `ENTERPRISE-NAME` with your enterprise account's name.
-{% if currentVersion ver_lt "enterprise-server@2.22" %}
-
-1. Navigate to your enterprise account by visiting {% raw %}https://HOSTNAME/enterprises/ENTERPRISE-NAME{% endraw %}, replacing `HOSTNAME` with your instance's hostname and `ENTERPRISE-NAME` with your enterprise account's name.
-
-{% elsif enterpriseServerVersions contains currentVersion %}
-
-1. In the top-right corner of {% data variables.product.product_name %}, click your profile photo, then click **Enterprise settings**. 
+{% elsif enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}1. In the top-right corner of {% data variables.product.product_name %}, click your profile photo, then click **Enterprise settings**.
+ 
{% endif %}
diff --git a/translations/de-DE/data/reusables/enterprise-accounts/enterprise-accounts-billing.md b/translations/de-DE/data/reusables/enterprise-accounts/enterprise-accounts-billing.md
index 7c00d836ba..ec69f9209f 100644
--- a/translations/de-DE/data/reusables/enterprise-accounts/enterprise-accounts-billing.md
+++ b/translations/de-DE/data/reusables/enterprise-accounts/enterprise-accounts-billing.md
@@ -1 +1 @@
-Enterprise-Konten sind momentan nicht verfügbar für Kunden von {% data variables.product.prodname_ghe_cloud %} und {% data variables.product.prodname_ghe_server %}, die mit Rechnung bezahlen. Die Abrechnung aller Organisations- und {% data variables.product.prodname_ghe_server %}-Instanzen, die mit Deinem Enterprise-Konto verbunden sind, wird in einer einzigen Rechnung zusammengefasst. Weitere Informationen zur Verwaltung Deines {% data variables.product.prodname_ghe_cloud %}-Abonnements findest Du auf „[Abonnement und Nutzung Deines Enterprise-Kontos anzeigen](/articles/viewing-the-subscription-and-usage-for-your-enterprise-account)." Weitere Informationen zur Verwaltung Deiner {% data variables.product.prodname_ghe_server %}-Abrechnungseinstellungen findest Du unter "[Abrechnung für {% data variables.product.prodname_enterprise %} verwalten](/enterprise/admin/installation/managing-billing-for-github-enterprise)."
+Enterprise-Konten sind momentan nicht verfügbar für Kunden von {% data variables.product.prodname_ghe_cloud %} und {% data variables.product.prodname_ghe_server %}, die mit Rechnung bezahlen. Die Abrechnung aller Organisations- und {% data variables.product.prodname_ghe_server %}-Instanzen, die mit Deinem Enterprise-Konto verbunden sind, wird in einer einzigen Rechnung zusammengefasst. Weitere Informationen zur Verwaltung Deines {% data variables.product.prodname_ghe_cloud %}-Abonnements findest Du auf „[Abonnement und Nutzung Deines Enterprise-Kontos anzeigen](/articles/viewing-the-subscription-and-usage-for-your-enterprise-account)." For more information about managing your {% data variables.product.prodname_ghe_server %} billing settings, see "[Managing billing for your enterprise](/admin/overview/managing-billing-for-your-enterprise)."
diff --git a/translations/de-DE/data/reusables/enterprise-accounts/enterprise-administrators.md b/translations/de-DE/data/reusables/enterprise-accounts/enterprise-administrators.md
index 9ba1da1b49..b4d889bf00 100644
--- a/translations/de-DE/data/reusables/enterprise-accounts/enterprise-administrators.md
+++ b/translations/de-DE/data/reusables/enterprise-accounts/enterprise-administrators.md
@@ -1 +1 @@
-Derzeit stehen in Enterprise-Konten zwei Verwaltungsrollen zur Verfügung: Enterprise-Inhaber, die auf alle Einstellungen im gesamten Konto zugreifen und diese verwalten können, und Abrechnungsmanager, die nur auf die Abrechnungseinstellungen des Enterprise-Kontos zugreifen und nur diese verwalten können. Enterprise-Inhaber können zudem alle Mitglieder und externen Mitarbeiter für jede, dem Enterprise-Konto zugehörige Organisation anzeigen.
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "free-pro-team@latest" %}Currently, there are two administrative roles available in enterprises: enterprise owners, who can access and manage all settings across the enterprise, and billing managers, who can access and manage only the enterprise's billing settings. {% endif %}Enterprise owners can {% if enterpriseServerVersions contains currentVersion or currentVersion == "free-pro-team@latest" %}also {% endif %} see all of the members and outside collaborators for every organization owned by the enterprise.
diff --git a/translations/de-DE/data/reusables/enterprise-accounts/options-tab.md b/translations/de-DE/data/reusables/enterprise-accounts/options-tab.md
index 9b28310a31..93afcc4f39 100644
--- a/translations/de-DE/data/reusables/enterprise-accounts/options-tab.md
+++ b/translations/de-DE/data/reusables/enterprise-accounts/options-tab.md
@@ -1 +1 @@
-1. Under {% if currentVersion ver_gt "enterprise-server@2.21" %} {% octicon "law" aria-label="The law icon" %} **Policies**{% else %}"{% octicon "gear" aria-label="The Settings gear" %} Settings"{% endif %}, click **Options**. 
+1. Under {% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} {% octicon "law" aria-label="The law icon" %} **Policies**{% else %}"{% octicon "gear" aria-label="The Settings gear" %} Settings"{% endif %}, click **Options**. 
diff --git a/translations/de-DE/data/reusables/enterprise-accounts/pages-policies-save.md b/translations/de-DE/data/reusables/enterprise-accounts/pages-policies-save.md
new file mode 100644
index 0000000000..9f658d525d
--- /dev/null
+++ b/translations/de-DE/data/reusables/enterprise-accounts/pages-policies-save.md
@@ -0,0 +1 @@
+ 6. Klicke auf **Save** (Speichern). 
diff --git a/translations/de-DE/data/reusables/enterprise-accounts/pages-tab.md b/translations/de-DE/data/reusables/enterprise-accounts/pages-tab.md
new file mode 100644
index 0000000000..5d9fb29f64
--- /dev/null
+++ b/translations/de-DE/data/reusables/enterprise-accounts/pages-tab.md
@@ -0,0 +1 @@
+1. Under "{% octicon "law" aria-label="The law icon" %} Policies", click **Pages**. 
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/enterprise-managed/about-billing.md b/translations/de-DE/data/reusables/enterprise-managed/about-billing.md
new file mode 100644
index 0000000000..9e7ed843b2
--- /dev/null
+++ b/translations/de-DE/data/reusables/enterprise-managed/about-billing.md
@@ -0,0 +1 @@
+You will receive a monthly bill for {% data variables.product.prodname_ghe_managed %}, with charges that are calculated per licensed user per day.
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/enterprise/rate_limit.md b/translations/de-DE/data/reusables/enterprise/rate_limit.md
index 7412078c13..fa684ee302 100644
--- a/translations/de-DE/data/reusables/enterprise/rate_limit.md
+++ b/translations/de-DE/data/reusables/enterprise/rate_limit.md
@@ -1,4 +1,4 @@
-{% if enterpriseServerVersions contains currentVersion %}
-Note that the limits mentioned above are the default rate limits for a
-{% data variables.product.prodname_ghe_server %} instance. Contact your site administrator to confirm if rate limits are enabled and how they are configured.
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+Note that the limits mentioned above are the default rate limits for
+{% data variables.product.product_name %}. Contact your site administrator to confirm if rate limits are enabled and how they are configured.
{% endif %}
diff --git a/translations/de-DE/data/reusables/enterprise_enterprise_support/installing-releases.md b/translations/de-DE/data/reusables/enterprise_enterprise_support/installing-releases.md
index e5ece3fd53..040b36d1f4 100644
--- a/translations/de-DE/data/reusables/enterprise_enterprise_support/installing-releases.md
+++ b/translations/de-DE/data/reusables/enterprise_enterprise_support/installing-releases.md
@@ -1,3 +1,3 @@
### {% data variables.product.prodname_ghe_server %}-Releases installieren
-Um sicherzustellen, dass {% data variables.product.product_location_enterprise %} stabil ist, musst Du {% data variables.product.prodname_ghe_server %}-Releases installieren und implementieren. Die Installation von {% data variables.product.prodname_ghe_server %}-Versionen stellt sicher, dass Sie über die neuesten Features, Änderungen und Verbesserungen sowie über alle Updates von Features, Codekorrekturen, Patches oder andere allgemeine Updates und Korrekturen von {% data variables.product.prodname_ghe_server %} verfügen.
+Um sicherzustellen, dass {% data variables.product.product_location %} stabil ist, musst Du {% data variables.product.prodname_ghe_server %}-Releases installieren und implementieren. Die Installation von {% data variables.product.prodname_ghe_server %}-Versionen stellt sicher, dass Sie über die neuesten Features, Änderungen und Verbesserungen sowie über alle Updates von Features, Codekorrekturen, Patches oder andere allgemeine Updates und Korrekturen von {% data variables.product.prodname_ghe_server %} verfügen.
diff --git a/translations/de-DE/data/reusables/enterprise_installation/disable-github-pages-warning.md b/translations/de-DE/data/reusables/enterprise_installation/disable-github-pages-warning.md
index c04393db1d..ecac6ccacb 100644
--- a/translations/de-DE/data/reusables/enterprise_installation/disable-github-pages-warning.md
+++ b/translations/de-DE/data/reusables/enterprise_installation/disable-github-pages-warning.md
@@ -1,5 +1,7 @@
+{% if enterpriseServerVersions contains currentVersion %}
{% warning %}
-**Warnung:** Bei deaktivierter Subdomain-Isolation solltest Du auch {% data variables.product.prodname_pages %} auf Deiner Appliance deaktivieren. Es besteht keine Möglichkeit, den vom Benutzer bereitgestellten {% data variables.product.prodname_pages %}-Inhalt von den restlichen Daten Deiner Appliance zu isolieren. Weitere Informationen findest Du unter „[{% data variables.product.prodname_pages %} auf Ihrer Appliance konfigurieren](/enterprise/admin/guides/installation/configuring-github-pages-on-your-appliance/)“.
+**Warning:** If subdomain isolation is disabled, we recommend also disabling {% data variables.product.prodname_pages %} on your enterprise. There will be no way to isolate user-supplied {% data variables.product.prodname_pages %} content from the rest of your enterprise's data. For more information, see "[Configuring {% data variables.product.prodname_pages %} for your enterprise](/enterprise/admin/guides/installation/configuring-github-pages-for-your-enterprise/)."
{% endwarning %}
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/enterprise_installation/download-package.md b/translations/de-DE/data/reusables/enterprise_installation/download-package.md
index 0c5e31c5a0..33decb6f99 100644
--- a/translations/de-DE/data/reusables/enterprise_installation/download-package.md
+++ b/translations/de-DE/data/reusables/enterprise_installation/download-package.md
@@ -1,4 +1,4 @@
-1. Laden Sie das Upgrade-Paket mit `curl` auf {% data variables.product.product_location_enterprise %} herunter:
+1. Laden Sie das Upgrade-Paket mit `curl` auf {% data variables.product.product_location %} herunter:
```shell
admin@HOSTNAME:~$ curl -L -O UPGRADE-PKG-URL
```
diff --git a/translations/de-DE/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md b/translations/de-DE/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md
index a6d58def8f..409adc8162 100644
--- a/translations/de-DE/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md
+++ b/translations/de-DE/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md
@@ -4,11 +4,11 @@
#### Minimum requirements
-We recommend different hardware configurations depending on the number of user licenses for {% data variables.product.product_location_enterprise %}. If you provision more resources than the minimum requirements, your instance will perform and scale better.
+We recommend different hardware configurations depending on the number of user licenses for {% data variables.product.product_location %}. If you provision more resources than the minimum requirements, your instance will perform and scale better.
{% data reusables.enterprise_installation.hardware-rec-table %} For more information about adjusting resources for an existing instance, see "[Increasing storage capacity](/enterprise/admin/installation/increasing-storage-capacity)" and "[Increasing CPU or memory resources](/enterprise/admin/installation/increasing-cpu-or-memory-resources)."
-{% if currentVersion == "enterprise-server@2.22" %}
+{% if currentVersion == "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
If you enable the beta for {% data variables.product.prodname_actions %} on your instance, we recommend planning for additional capacity.
@@ -32,7 +32,7 @@ We recommend a high-performance SSD with high input/output operations per second
Your instance requires a persistent data disk separate from the root disk. Weitere Informationen findest Du unter „[Systemübersicht](/enterprise/admin/guides/installation/system-overview)“.
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
If you enable the beta of {% data variables.product.prodname_actions %} in {% data variables.product.prodname_ghe_server %} 2.22, you'll need to configure external blob storage. For more information, see "[Enabling {% data variables.product.prodname_actions %} and configuring storage](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)."
diff --git a/translations/de-DE/data/reusables/enterprise_installation/request-a-trial.md b/translations/de-DE/data/reusables/enterprise_installation/request-a-trial.md
index 6374da9879..b7b1423380 100644
--- a/translations/de-DE/data/reusables/enterprise_installation/request-a-trial.md
+++ b/translations/de-DE/data/reusables/enterprise_installation/request-a-trial.md
@@ -1 +1 @@
-Sie können eine Testversion anfordern, um {% data variables.product.prodname_ghe_server %} zu evaluieren. Weitere Informationen findest Du unter „[Eine Testversion von {% data variables.product.prodname_ghe_server %} einrichten](/articles/setting-up-a-trial-of-github-enterprise-server).“
+Sie können eine Testversion anfordern, um {% data variables.product.prodname_ghe_server %} zu evaluieren. Weitere Informationen findest Du unter „Eine Testversion von {% data variables.product.prodname_ghe_server %} einrichten.“
diff --git a/translations/de-DE/data/reusables/enterprise_installation/ssh-into-instance.md b/translations/de-DE/data/reusables/enterprise_installation/ssh-into-instance.md
index 2882ef9038..0575e98979 100644
--- a/translations/de-DE/data/reusables/enterprise_installation/ssh-into-instance.md
+++ b/translations/de-DE/data/reusables/enterprise_installation/ssh-into-instance.md
@@ -1,4 +1,4 @@
-1. Stellen Sie eine SSH-Verbindung zu {% data variables.product.product_location_enterprise %} her.
+1. Stellen Sie eine SSH-Verbindung zu {% data variables.product.product_location %} her.
```shell
$ ssh -p 122 admin@HOSTNAME
```
diff --git a/translations/de-DE/data/reusables/enterprise_management_console/enable-disable-code-scanning.md b/translations/de-DE/data/reusables/enterprise_management_console/enable-disable-code-scanning.md
index a6adf2088e..4b1379243e 100644
--- a/translations/de-DE/data/reusables/enterprise_management_console/enable-disable-code-scanning.md
+++ b/translations/de-DE/data/reusables/enterprise_management_console/enable-disable-code-scanning.md
@@ -1,5 +1,5 @@
{% warning %}
-**Warning**: Changing this setting will cause {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_dotcom %}{% endif %} to restart. You should time this change carefully, to minimize downtime.
+**Warning**: Changing this setting will cause {% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_dotcom %}{% endif %} to restart. You should time this change carefully, to minimize downtime.
{% endwarning %}
diff --git a/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-ssh-access.md b/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-ssh-access.md
new file mode 100644
index 0000000000..4e1057532c
--- /dev/null
+++ b/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-ssh-access.md
@@ -0,0 +1 @@
+SSH access allows you to run the {% data variables.product.product_name %} command line utilities to troubleshoot, run backups, and configure replication.
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-the-management-console.md b/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-the-management-console.md
new file mode 100644
index 0000000000..8c622226c6
--- /dev/null
+++ b/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-the-management-console.md
@@ -0,0 +1 @@
+You can use the {% data variables.enterprise.management_console %} to manage virtual appliance settings such as the domain, authentication, and SSL.
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-the-site-admin-dashboard.md b/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-the-site-admin-dashboard.md
new file mode 100644
index 0000000000..bab0827c40
--- /dev/null
+++ b/translations/de-DE/data/reusables/enterprise_site_admin_settings/about-the-site-admin-dashboard.md
@@ -0,0 +1 @@
+You can use the site admin dashboard to manage users, organizations, and repositories in your enterprise directly in {% data variables.product.product_name %}.
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/enterprise_site_admin_settings/access-settings.md b/translations/de-DE/data/reusables/enterprise_site_admin_settings/access-settings.md
index 45941fb760..8208ee9d23 100644
--- a/translations/de-DE/data/reusables/enterprise_site_admin_settings/access-settings.md
+++ b/translations/de-DE/data/reusables/enterprise_site_admin_settings/access-settings.md
@@ -1 +1 @@
-1. Klicke in der oberen rechten Ecke einer beliebigen Seite auf {% octicon "rocket" aria-label="The rocket ship" %}. 
+1. From an administrative account on {% data variables.product.product_name %}, click {% octicon "rocket" aria-label="The rocket ship" %} in the upper-right corner of any page. 
diff --git a/translations/de-DE/data/reusables/enterprise_site_admin_settings/business.md b/translations/de-DE/data/reusables/enterprise_site_admin_settings/business.md
index bcda507fbe..227f36c0dc 100644
--- a/translations/de-DE/data/reusables/enterprise_site_admin_settings/business.md
+++ b/translations/de-DE/data/reusables/enterprise_site_admin_settings/business.md
@@ -1 +1 @@
-1. In the left sidebar, click **Enterprise{% if currentVersion ver_gt "enterprise-server@2.21" %} overview{% endif %}**. 
+1. In the left sidebar, click **Enterprise{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} overview{% endif %}**. 
diff --git a/translations/de-DE/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md b/translations/de-DE/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md
index 698489adc0..428f47680c 100644
--- a/translations/de-DE/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md
+++ b/translations/de-DE/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md
@@ -1 +1 @@
-Die Inaktivitätsschwelle ist die Zeitspanne welche ein Benutzer inaktiv sein muss um als ruhend betrachtet zu werden. Die Standard-Inaktivitätsschwelle beträgt 90 Tage, Du kannst sie aber für {% data variables.product.product_location_enterprise %} anpassen.
+Die Inaktivitätsschwelle ist die Zeitspanne welche ein Benutzer inaktiv sein muss um als ruhend betrachtet zu werden. Die Standard-Inaktivitätsschwelle beträgt 90 Tage, Du kannst sie aber für {% data variables.product.product_location %} anpassen.
diff --git a/translations/de-DE/data/reusables/enterprise_site_admin_settings/sign-in.md b/translations/de-DE/data/reusables/enterprise_site_admin_settings/sign-in.md
index 1e8d7a0e09..bb46dce946 100644
--- a/translations/de-DE/data/reusables/enterprise_site_admin_settings/sign-in.md
+++ b/translations/de-DE/data/reusables/enterprise_site_admin_settings/sign-in.md
@@ -1 +1 @@
-1. Melde Dich unter `http(s)://HOSTNAME/login` bei {% data variables.product.product_location_enterprise %} an.
+1. Melde Dich unter `http(s)://HOSTNAME/login` bei {% data variables.product.product_location %} an.
diff --git a/translations/de-DE/data/reusables/enterprise_user_management/built-in-authentication-option.md b/translations/de-DE/data/reusables/enterprise_user_management/built-in-authentication-option.md
index 34ec408eed..926a70529f 100644
--- a/translations/de-DE/data/reusables/enterprise_user_management/built-in-authentication-option.md
+++ b/translations/de-DE/data/reusables/enterprise_user_management/built-in-authentication-option.md
@@ -1 +1 @@
-Wähle optional **Allow built-in authentication** (Integrierte Authentifizierung zulassen) um Benutzer zur Verwendung der integrierten Authentifizierung einzuladen, wenn sie nicht zum Identitätsanbieter von {% data variables.product.product_location_enterprise %} gehören.
+Wähle optional **Allow built-in authentication** (Integrierte Authentifizierung zulassen) um Benutzer zur Verwendung der integrierten Authentifizierung einzuladen, wenn sie nicht zum Identitätsanbieter von {% data variables.product.product_location %} gehören.
diff --git a/translations/de-DE/data/reusables/enterprise_user_management/ldap-sync-nested-teams.md b/translations/de-DE/data/reusables/enterprise_user_management/ldap-sync-nested-teams.md
index 6fdf5ac086..c1585efd46 100644
--- a/translations/de-DE/data/reusables/enterprise_user_management/ldap-sync-nested-teams.md
+++ b/translations/de-DE/data/reusables/enterprise_user_management/ldap-sync-nested-teams.md
@@ -1 +1,3 @@
+{% if enterpriseServerVersions contains currentVersion %}
Im Rahmen der Optimierungskonfiguration wird LDAP Sync Deine verschachtelte Teamstruktur nicht übertragen. Um unter- und übergeordnete Teambeziehungen zu erstellen, musst Du die verschachtelte Teamstruktur manuell neu erstellen und mit der entsprechenden LDAP-Gruppe synchronisieren. Weitere Informationen findest Du unter „[Teams erstellen](/enterprise/{{ currentVersion }}/admin/guides/user-management/creating-teams/#creating-teams-with-ldap-sync-enabled)"
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/gated-features/autolinks.md b/translations/de-DE/data/reusables/gated-features/autolinks.md
index 7ae6ee4ca0..d545d6a5b4 100644
--- a/translations/de-DE/data/reusables/gated-features/autolinks.md
+++ b/translations/de-DE/data/reusables/gated-features/autolinks.md
@@ -1 +1 @@
-Autolinks sind verfügbar in Repositorys mit {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, und {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+Autolinks are available in repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/de-DE/data/reusables/gated-features/branch-restrictions.md b/translations/de-DE/data/reusables/gated-features/branch-restrictions.md
index 2b8b2c1e59..256549fb22 100644
--- a/translations/de-DE/data/reusables/gated-features/branch-restrictions.md
+++ b/translations/de-DE/data/reusables/gated-features/branch-restrictions.md
@@ -1 +1,3 @@
-Geschützte Branches sind verfügbar in öffentlichen Repositorys mit {% data variables.product.prodname_free_user %} und {% data variables.product.prodname_free_team %} für Organisationen, und in öffentlichen und privaten Repositorys mit {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, und {% data variables.product.prodname_ghe_server %}. Die Fähigkeit, Branches einzuschränken, ist ein Branch-Schutztyp, der für öffentliche und private Repositorys verfügbar ist, die Organisationen in {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %} und {% data variables.product.prodname_ghe_server %} gehören. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+{% data reusables.gated-features.protected-branches %}
+
+Branch restriction is a type of branch protection that's available for public and private repositories owned by organizations in {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/de-DE/data/reusables/gated-features/code-owners.md b/translations/de-DE/data/reusables/gated-features/code-owners.md
index 305cd47c1e..3dc4547af8 100644
--- a/translations/de-DE/data/reusables/gated-features/code-owners.md
+++ b/translations/de-DE/data/reusables/gated-features/code-owners.md
@@ -1 +1 @@
-Definiere die Codeinhaber in öffentlichen Repositorys mit {% data variables.product.prodname_free_user %} und {% data variables.product.prodname_free_team %} für Organisationen, und in öffentlichen und privaten Repositorys mit {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, und {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+You can define code owners in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/de-DE/data/reusables/gated-features/code-review-assignment.md b/translations/de-DE/data/reusables/gated-features/code-review-assignment.md
index 0aabf11107..dc31c96d7d 100644
--- a/translations/de-DE/data/reusables/gated-features/code-review-assignment.md
+++ b/translations/de-DE/data/reusables/gated-features/code-review-assignment.md
@@ -1 +1 @@
-Code review assignment is available with {% data variables.product.prodname_team %}{% if currentVersion ver_gt "enterprise-server@2.19" %}, {% data variables.product.prodname_ghe_server %} 2.20+,{% endif %} and {% data variables.product.prodname_ghe_cloud %}. Weiter Informationen findest Du unter „[GitHub Produkte](/articles/githubs-products)."
+Code review assignment is available with {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_server %} 2.20+,{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_cloud %}. Weiter Informationen findest Du unter „[GitHub Produkte](/articles/githubs-products)."
diff --git a/translations/de-DE/data/reusables/gated-features/display-names.md b/translations/de-DE/data/reusables/gated-features/display-names.md
index b4b1aefa07..ab2e55e7b5 100644
--- a/translations/de-DE/data/reusables/gated-features/display-names.md
+++ b/translations/de-DE/data/reusables/gated-features/display-names.md
@@ -1 +1 @@
-Die Möglichkeit, dass Mitglieder die Profilnamen von Kommentarautoren sehen können, ist verfügbar mit {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_server %} 2.18+, und {% data variables.product.prodname_ghe_cloud %}. Weiter Informationen findest Du unter „[GitHub Produkte](/articles/githubs-products)."
+Allowing members to see comment authors' profile names is available with {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_server %} 2.18+,{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_cloud %}. Weiter Informationen findest Du unter „[GitHub Produkte](/articles/githubs-products)."
diff --git a/translations/de-DE/data/reusables/gated-features/draft-prs.md b/translations/de-DE/data/reusables/gated-features/draft-prs.md
index 52b7344ec8..9c53c6d6c0 100644
--- a/translations/de-DE/data/reusables/gated-features/draft-prs.md
+++ b/translations/de-DE/data/reusables/gated-features/draft-prs.md
@@ -1 +1 @@
-Draft pull requests are available in public repositories with {% data variables.product.prodname_free_team %} for organizations and legacy per-repository billing plans, and in public and private repositories with {% data variables.product.prodname_team %}{% if enterpriseServerVersions contains currentVersion %}, {% data variables.product.prodname_ghe_server %} 2.17+,{% endif %} and {% data variables.product.prodname_ghe_cloud %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+Draft pull requests are available in public repositories with {% data variables.product.prodname_free_team %} for organizations and legacy per-repository billing plans, and in public and private repositories with {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_server %} 2.17+,{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_cloud %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/de-DE/data/reusables/gated-features/enterprise-accounts.md b/translations/de-DE/data/reusables/gated-features/enterprise-accounts.md
index 9812aa0dc9..e4c5549a8c 100644
--- a/translations/de-DE/data/reusables/gated-features/enterprise-accounts.md
+++ b/translations/de-DE/data/reusables/gated-features/enterprise-accounts.md
@@ -1 +1 @@
-Enterprise-Konten sind verfügbar mit {% data variables.product.prodname_ghe_cloud %} und {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}For more information, see "[About enterprise accounts](/articles/about-enterprise-accounts)."{% endif %}
+Enterprise accounts are available with {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %}, {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}For more information, see "[About enterprise accounts](/articles/about-enterprise-accounts)."{% endif %}
diff --git a/translations/de-DE/data/reusables/gated-features/internal-repos.md b/translations/de-DE/data/reusables/gated-features/internal-repos.md
index cd75d4b749..9d533eca73 100644
--- a/translations/de-DE/data/reusables/gated-features/internal-repos.md
+++ b/translations/de-DE/data/reusables/gated-features/internal-repos.md
@@ -1 +1 @@
-Interne Repositorys sind verfügbar mit {% data variables.product.prodname_ghe_cloud %} und {% data variables.product.prodname_ghe_server %} 2.20+. Weitere Informationen findest Du unter „GitHub Produkte."
+Internal repositories are available with {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %}, {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %} 2.20+. Weiter Informationen findest Du unter „GitHub Produkte."
diff --git a/translations/de-DE/data/reusables/gated-features/pages.md b/translations/de-DE/data/reusables/gated-features/pages.md
index 3b57cf4324..e24925cc98 100644
--- a/translations/de-DE/data/reusables/gated-features/pages.md
+++ b/translations/de-DE/data/reusables/gated-features/pages.md
@@ -1 +1 @@
-{% data variables.product.prodname_pages %} ist verfügbar in öffentlichen Repositorys mit{% data variables.product.prodname_free_user %} und {% data variables.product.prodname_free_team %} für Organisationen, und in öffentlichen und privaten Repositorys mit {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, und {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+{% data variables.product.prodname_pages %} is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/de-DE/data/reusables/gated-features/protected-branches.md b/translations/de-DE/data/reusables/gated-features/protected-branches.md
index 724c36e1a8..a9745fcec2 100644
--- a/translations/de-DE/data/reusables/gated-features/protected-branches.md
+++ b/translations/de-DE/data/reusables/gated-features/protected-branches.md
@@ -1 +1 @@
-Geschützte Branches sind verfügbar in öffentlichen Repositorys mit {% data variables.product.prodname_free_user %} und {% data variables.product.prodname_free_team %} für Organisationen, und in öffentlichen und privaten Repositorys mit {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, und {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+Protected branches are available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/de-DE/data/reusables/gated-features/repository-insights.md b/translations/de-DE/data/reusables/gated-features/repository-insights.md
index c400b5bf83..71016e9f96 100644
--- a/translations/de-DE/data/reusables/gated-features/repository-insights.md
+++ b/translations/de-DE/data/reusables/gated-features/repository-insights.md
@@ -1 +1 @@
-This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}'s products](/articles/github-s-products)."{% endif %}
+This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}'s products](/articles/github-s-products)."{% endif %}
diff --git a/translations/de-DE/data/reusables/gated-features/saml-sso.md b/translations/de-DE/data/reusables/gated-features/saml-sso.md
index 734a5520b9..9a966d1415 100644
--- a/translations/de-DE/data/reusables/gated-features/saml-sso.md
+++ b/translations/de-DE/data/reusables/gated-features/saml-sso.md
@@ -1 +1 @@
-SAML Single Sign-On ist verfügbar mit {% data variables.product.prodname_ghe_cloud %}. Weiter Informationen findest Du unter „[GitHub Produkte](/articles/githubs-products)."
+SAML single sign-on is available with {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %} and {% data variables.product.prodname_ghe_managed %}{% endif %}. Weiter Informationen findest Du unter „[GitHub Produkte](/articles/githubs-products)."
diff --git a/translations/de-DE/data/reusables/gated-features/ssh-certificate-authorities.md b/translations/de-DE/data/reusables/gated-features/ssh-certificate-authorities.md
index e4e0f22225..166d0973e2 100644
--- a/translations/de-DE/data/reusables/gated-features/ssh-certificate-authorities.md
+++ b/translations/de-DE/data/reusables/gated-features/ssh-certificate-authorities.md
@@ -1 +1 @@
-Unterstützung für SSH-Zertifizierungsstellen ist verfügbar mit {% data variables.product.prodname_ghe_cloud %} und {% data variables.product.prodname_ghe_server %} 2.19+. Weiter Informationen findest Du unter „[GitHub Produkte](/articles/githubs-products)."
+Support for SSH certificate authorities is available with {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %}, {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %} 2.19+. Weiter Informationen findest Du unter „[GitHub Produkte](/articles/githubs-products)."
diff --git a/translations/de-DE/data/reusables/gated-features/wikis.md b/translations/de-DE/data/reusables/gated-features/wikis.md
index cc5d69b8c7..61f560896e 100644
--- a/translations/de-DE/data/reusables/gated-features/wikis.md
+++ b/translations/de-DE/data/reusables/gated-features/wikis.md
@@ -1 +1 @@
-Wikis sind verfügbar in öffentlichen Repositorys mit {% data variables.product.prodname_free_user %} und {% data variables.product.prodname_free_team %} für Organisationen, und in öffentlichen und privaten Repositorys mit {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, und {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+Wikis are available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/de-DE/data/reusables/gist/anonymous-gists-cannot-be-deleted.md b/translations/de-DE/data/reusables/gist/anonymous-gists-cannot-be-deleted.md
index a3d7967ceb..f34d3984ef 100644
--- a/translations/de-DE/data/reusables/gist/anonymous-gists-cannot-be-deleted.md
+++ b/translations/de-DE/data/reusables/gist/anonymous-gists-cannot-be-deleted.md
@@ -1,4 +1,4 @@
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% warning %}
**Warnung:** Anonyme Gists können nicht aus dem Webbrowser gelöscht werden. Um einen anonymen Gist löschen zu lassen, wende Dich an {% data variables.contact.contact_support %}. Bitte gib die URL des Gist an, den Du löschen möchtest.
diff --git a/translations/de-DE/data/reusables/github-actions/disabling-github-actions.md b/translations/de-DE/data/reusables/github-actions/disabling-github-actions.md
index 9344146d57..56bbb36bee 100644
--- a/translations/de-DE/data/reusables/github-actions/disabling-github-actions.md
+++ b/translations/de-DE/data/reusables/github-actions/disabling-github-actions.md
@@ -1 +1 @@
-By default, {% if currentVersion ver_gt "enterprise-server@2.21" %}after {% data variables.product.prodname_actions %} is enabled on {% data variables.product.product_location %}, it{% else if if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_actions %}{% endif %} is enabled on all repositories and organizations. You can choose to disable {% data variables.product.prodname_actions %} or limit them to private actions only, which means that people can only use actions that exist in your repository.
+By default, {% if currentVersion ver_gt "enterprise-server@2.21" %}after {% data variables.product.prodname_actions %} is enabled on {% data variables.product.product_location %}, it{% elsif currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_actions %}{% endif %} is enabled on all repositories and organizations. You can choose to disable {% data variables.product.prodname_actions %} or limit them to private actions only, which means that people can only use actions that exist in your repository.
diff --git a/translations/de-DE/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md b/translations/de-DE/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md
index 07b7463b64..524e6ff8e4 100644
--- a/translations/de-DE/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md
+++ b/translations/de-DE/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md
@@ -1,9 +1,9 @@
-A self-hosted runner can be located in either your repository, organization, or {% if currentVersion == "free-pro-team@latest" %}enterprise account settings on {% data variables.product.prodname_dotcom %}{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %} enterprise settings on {% data variables.product.product_location %}{% endif %}. Um einen selbst-gehosteten Läufer zu verwalten, musst Du über die folgenden Berechtigungen verfügen, abhängig davon, wo der selbst-gehostete Läufer hinzugefügt wurde:
+A self-hosted runner can be located in either your repository, organization, or {% if currentVersion == "free-pro-team@latest" %}enterprise account settings on {% data variables.product.prodname_dotcom %}{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %} enterprise settings on {% data variables.product.product_location %}{% endif %}. Um einen selbst-gehosteten Läufer zu verwalten, musst Du über die folgenden Berechtigungen verfügen, abhängig davon, wo der selbst-gehostete Läufer hinzugefügt wurde:
- **User repository**: You must be the repository owner.
- **Organization**: You must be an organization owner.
- **Organization repository**: You must be an organization owner, or have admin access to the repository.
{% if currentVersion == "free-pro-team@latest" %}
- **Enterprise account**: You must be an enterprise owner.
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}
+{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}
- **Enterprise**: You must be a {% data variables.product.prodname_enterprise %} site administrator.
{% endif %}
diff --git a/translations/de-DE/data/reusables/github-actions/self-hosted-runner-navigate-to-repo-org-enterprise.md b/translations/de-DE/data/reusables/github-actions/self-hosted-runner-navigate-to-repo-org-enterprise.md
index b55b0354ff..4fb1d1b7c8 100644
--- a/translations/de-DE/data/reusables/github-actions/self-hosted-runner-navigate-to-repo-org-enterprise.md
+++ b/translations/de-DE/data/reusables/github-actions/self-hosted-runner-navigate-to-repo-org-enterprise.md
@@ -1,6 +1,6 @@
1. Navigate to where your self-hosted runner is registered:
* **In an organization or repository**: navigate to the main page and click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
- * {% if currentVersion == "free-pro-team@latest" %}**If using an enterprise account**: navigate to your enterprise account by visiting `https://github.com/enterprises/ENTERPRISE-NAME`, replacing `ENTERPRISE-NAME` with your enterprise account's name.{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}**If using an enterprise-level runner**:
+ * {% if currentVersion == "free-pro-team@latest" %}**If using an enterprise account**: navigate to your enterprise account by visiting `https://github.com/enterprises/ENTERPRISE-NAME`, replacing `ENTERPRISE-NAME` with your enterprise account's name.{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}**If using an enterprise-level runner**:
1. Klicke in der oberen rechten Ecke einer beliebigen Seite auf {% octicon "rocket" aria-label="The rocket ship" %}.
1. In the left sidebar, click **Enterprise overview**.
@@ -9,4 +9,4 @@
* **In an organization or repository**: click **Actions** in the left sidebar.

- * {% if currentVersion == "free-pro-team@latest" %}**If using an enterprise account**{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}**If using an enterprise-level runner**{% endif %}: click **Actions** under "{% octicon "law" aria-label="The law icon" %} Policies".
+ * {% if currentVersion == "free-pro-team@latest" %}**If using an enterprise account**{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}**If using an enterprise-level runner**{% endif %}: click **Actions** under "{% octicon "law" aria-label="The law icon" %} Policies".
diff --git a/translations/de-DE/data/reusables/github-ae/about-billing.md b/translations/de-DE/data/reusables/github-ae/about-billing.md
new file mode 100644
index 0000000000..9e7ed843b2
--- /dev/null
+++ b/translations/de-DE/data/reusables/github-ae/about-billing.md
@@ -0,0 +1 @@
+You will receive a monthly bill for {% data variables.product.prodname_ghe_managed %}, with charges that are calculated per licensed user per day.
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/github-ae/github-ae-enables-you.md b/translations/de-DE/data/reusables/github-ae/github-ae-enables-you.md
new file mode 100644
index 0000000000..dd699d9ad6
--- /dev/null
+++ b/translations/de-DE/data/reusables/github-ae/github-ae-enables-you.md
@@ -0,0 +1 @@
+{% data variables.product.prodname_ghe_managed %} enables you to move your software development to the cloud while meeting the most stringent security and compliance requirements.
diff --git a/translations/de-DE/data/reusables/large_files/can-include-lfs-objects-archives.md b/translations/de-DE/data/reusables/large_files/can-include-lfs-objects-archives.md
index 83a7278c37..d63ea5bb6d 100644
--- a/translations/de-DE/data/reusables/large_files/can-include-lfs-objects-archives.md
+++ b/translations/de-DE/data/reusables/large_files/can-include-lfs-objects-archives.md
@@ -1,5 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
-
-You can choose whether {% data variables.large_files.product_name_long %}({% data variables.large_files.product_name_short %}) objects are included in source code archives, such as ZIP files and tarballs, that {% data variables.product.product_name %} creates for your repository. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."
-
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+You can choose whether
+{% data variables.large_files.product_name_short %} objects are included in source code archives, such as ZIP files and tarballs, that {% data variables.product.product_name %} creates for your repository. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."
{% endif %}
diff --git a/translations/de-DE/data/reusables/large_files/rejected_pushes.md b/translations/de-DE/data/reusables/large_files/rejected_pushes.md
index 150362adc7..4d04d4d367 100644
--- a/translations/de-DE/data/reusables/large_files/rejected_pushes.md
+++ b/translations/de-DE/data/reusables/large_files/rejected_pushes.md
@@ -1 +1 @@
-Benutzer können {% data variables.large_files.product_name_short %}-Objekte nicht nach {% data variables.product.prodname_ghe_server %} verschieben, wenn {% data variables.large_files.product_name_short %} auf der Appliance oder im Repository deaktiviert ist.
+Users cannot push {% data variables.large_files.product_name_short %} assets to {% data variables.product.product_name %} if {% data variables.large_files.product_name_short %} is disabled on the enterprise or repository.
diff --git a/translations/de-DE/data/reusables/large_files/storage_assets_location.md b/translations/de-DE/data/reusables/large_files/storage_assets_location.md
index e728741e6d..cb76cf1bcf 100644
--- a/translations/de-DE/data/reusables/large_files/storage_assets_location.md
+++ b/translations/de-DE/data/reusables/large_files/storage_assets_location.md
@@ -1 +1,4 @@
-Der {% data variables.large_files.product_name_long %}-Client speichert standardmäßig große Objekte auf dem gleichen Server, auf dem das Git-Repository gehostet wird. Wenn {% data variables.large_files.product_name_short %} auf der {% data variables.product.prodname_ghe_server %}-Appliance, aktiviert ist, werden große Objekte auf der Datenpartition in `/data/user/storage` gespeichert.
+{% if enterpriseServerVersions contains currentVersion %}
+By default, the
+{% data variables.large_files.product_name_long %} client stores large assets on the same server that hosts the Git repository. When {% data variables.large_files.product_name_short %} is enabled on {% data variables.product.product_location %}, large assets are stored on the data partition in `/data/user/storage`.
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/notifications/outbound_email_tip.md b/translations/de-DE/data/reusables/notifications/outbound_email_tip.md
index c720ce09bb..290cdf19f8 100644
--- a/translations/de-DE/data/reusables/notifications/outbound_email_tip.md
+++ b/translations/de-DE/data/reusables/notifications/outbound_email_tip.md
@@ -1,7 +1,7 @@
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% tip %}
- Du wirst nur dann E-Mail-Benachrichtigungen erhalten, wenn der ausgehende E-Mail-Support auf {% data variables.product.product_location_enterprise %} aktiviert ist. Für weitere Informationen kontaktiere Deinen Websiteadministrator.
+ Du wirst nur dann E-Mail-Benachrichtigungen erhalten, wenn der ausgehende E-Mail-Support auf {% data variables.product.product_location %} aktiviert ist. Für weitere Informationen kontaktiere Deinen Websiteadministrator.
{% endtip %}
{% endif %}
diff --git a/translations/de-DE/data/reusables/notifications/vulnerable-dependency-notification-options.md b/translations/de-DE/data/reusables/notifications/vulnerable-dependency-notification-options.md
index 29e67dd447..26536c24e3 100644
--- a/translations/de-DE/data/reusables/notifications/vulnerable-dependency-notification-options.md
+++ b/translations/de-DE/data/reusables/notifications/vulnerable-dependency-notification-options.md
@@ -1,10 +1,10 @@
{% if currentVersion == "free-pro-team@latest" %}
-By default, you will receive
+By default, you will receive notification of new
{% data variables.product.prodname_dependabot_alerts %}:
-- by email, an email is sent every time a vulnerability is found (**Email each time a vulnerability is found** option)
-- in the user interface, as warnings in your repository's file and code views (**UI alerts** option)
-- on the command line, as warnings that are displayed as callbacks when you push to repositories with vulnerabilities (**Command Line** option)
-- in your inbox, as web notifications (**Web** option)
+- by email, an email is sent every time a vulnerability with a critical or high severity is found (**Email each time a vulnerability is found** option)
+- in the user interface, a warning is shown in your repository's file and code views if there are any vulnerable dependencies (**UI alerts** option)
+- on the command line, warnings are displayed as callbacks when you push to repositories with any vulnerable dependencies (**Command Line** option)
+- in your inbox, as web notifications for new vulnerabilities with a critical or high severity (**Web** option)
You can customize the way you are notified about
{% data variables.product.prodname_dependabot_alerts %}. For example, you can receive a weekly digest email summarizing alerts for up to 10 of your repositories using the **Email a digest summary of vulnerabilities** and **Weekly security email digest** options.
@@ -13,10 +13,10 @@ You can customize the way you are notified about
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}
By default, if your site administrator has configured email for notifications on your instance, you will receive
{% data variables.product.prodname_dependabot_alerts %}:
-- by email, an email is sent every time a vulnerability is found (**Email each time a vulnerability is found** option)
-- in the user interface, as warnings in your repository's file and code views (**UI alerts** option)
-- on the command line, as warnings that are displayed as callbacks when you push to repositories with vulnerabilities (**Command Line** option)
-- in your inbox, as web notifications (**Web** option)
+- by email, an email is sent every time a vulnerability {% if currentVersion ver_gt "enterprise-server@2.23" %}with a critical or high severity {% endif %}is found (**Email each time a vulnerability is found** option)
+- in the user interface, a warning is shown in your repository's file and code views if there are any vulnerable dependencies (**UI alerts** option)
+- on the command line, warnings are displayed as callbacks when you push to repositories with any vulnerable dependencies (**Command Line** option)
+- in your inbox, as web notifications {% if currentVersion ver_gt "enterprise-server@2.23" %}for new vulnerabilities with a critical or high severity {% endif %}(**Web** option)
You can customize the way you are notified about
{% data variables.product.prodname_dependabot_alerts %}. For example, you can receive a weekly digest email summarizing alerts for up to 10 of your repositories using the **Email a digest summary of vulnerabilities** and **Weekly security email digest** options.
diff --git a/translations/de-DE/data/reusables/organizations/organizations_include.md b/translations/de-DE/data/reusables/organizations/organizations_include.md
index 60384dacd4..e26cf50e5a 100644
--- a/translations/de-DE/data/reusables/organizations/organizations_include.md
+++ b/translations/de-DE/data/reusables/organizations/organizations_include.md
@@ -3,6 +3,6 @@ Organisationen beinhalten:
- Die Option zum Upgrade auf {% data variables.product.prodname_team %} oder {% data variables.product.prodname_ghe_cloud %} für zusätzliche Funktionen, einschließlich anspruchsvolle Benutzerauthentifizierung und -verwaltung und eskalierte Unterstützungsoptionen. {% data reusables.gated-features.more-info %}{% endif %}
- Unbegrenzte Mitgliedschaft mit einer Vielzahl von Rollen, die [unterschiedliche Zugriffsebenen auf die Organisation und auf deren Daten](/articles/permission-levels-for-an-organization) gewähren
- Die Möglichkeit, den Mitgliedern [eine Reihe von Zugriffsberechtigungen auf die Repositorys Ihrer Organisation](/articles/repository-permission-levels-for-an-organization) zu erteilen
-- [Verschachtelte Teams, welche die Struktur Deines Unternehmens oder Deiner Gruppe widerspiegeln](/articles/about-teams), mit kaskadierenden Zugriffsberechtigungen und Erwähnungen
+- [Nested teams that reflect your company or group's structure](/articles/about-teams) with cascading access permissions and mentions{% if currentVersion != "github-ae@latest" %}
- Die Möglichkeit für Organisationsinhaber, den [Zwei-Faktor-Authentifizierungsstatus (2FA)](/articles/about-two-factor-authentication) der Mitglieder anzuzeigen
-- Die Option, vorzuschreiben, dass [alle Organisationsmitglieder die Zwei-Faktor-Authentifizierung verwenden müssen](/articles/requiring-two-factor-authentication-in-your-organization)
+- The option to [require all organization members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization){% endif %}
diff --git a/translations/de-DE/data/reusables/organizations/security.md b/translations/de-DE/data/reusables/organizations/security.md
index cab0da031f..26545132cb 100644
--- a/translations/de-DE/data/reusables/organizations/security.md
+++ b/translations/de-DE/data/reusables/organizations/security.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
1. In the left sidebar, click **Organization security**. 
{% else %}
1. Klicken Sie auf der linken Seitenleiste auf **Security** (Sicherheit). 
diff --git a/translations/de-DE/data/reusables/organizations/team_maintainers_can.md b/translations/de-DE/data/reusables/organizations/team_maintainers_can.md
index 536742f4d2..65f385030c 100644
--- a/translations/de-DE/data/reusables/organizations/team_maintainers_can.md
+++ b/translations/de-DE/data/reusables/organizations/team_maintainers_can.md
@@ -10,6 +10,6 @@ Mitglieder mit Team-Betreuer-Berechtigungen können folgende Aktionen durchführ
- [Dem Team Organisationsmitglieder hinzufügen](/articles/adding-organization-members-to-a-team)
- [Organisationsmitglieder aus dem Team entfernen](/articles/removing-organization-members-from-a-team)
- [Ein vorhandenes Teammitglied zum Team-Betreuer hochstufen](/articles/giving-team-maintainer-permissions-to-an-organization-member)
-- Remove the team's access to repositories{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- Remove the team's access to repositories{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- [Manage code review assignment for the team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team){% endif %}{% if currentVersion == "free-pro-team@latest" %}
- [Geplante Erinnerungen für Pull Requests verwalten](/github/setting-up-and-managing-organizations-and-teams/managing-scheduled-reminders-for-pull-requests){% endif %}
diff --git a/translations/de-DE/data/reusables/pages/build-failure-email-server.md b/translations/de-DE/data/reusables/pages/build-failure-email-server.md
index 78ca9666ef..1d799f9f4b 100644
--- a/translations/de-DE/data/reusables/pages/build-failure-email-server.md
+++ b/translations/de-DE/data/reusables/pages/build-failure-email-server.md
@@ -1,7 +1,7 @@
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% tip %}
- Du erhältst nur dann eine E-Mail, wenn der Support für ausgehende E-Mails auf {% data variables.product.product_location_enterprise %} aktiviert ist. Für weitere Informationen kontaktiere Deinen Websiteadministrator.
+ Du erhältst nur dann eine E-Mail, wenn der Support für ausgehende E-Mails auf {% data variables.product.product_location %} aktiviert ist. Für weitere Informationen kontaktiere Deinen Websiteadministrator.
{% endtip %}
{% endif %}
diff --git a/translations/de-DE/data/reusables/pages/decide-publishing-source.md b/translations/de-DE/data/reusables/pages/decide-publishing-source.md
index 8e950fc86b..59211352bc 100644
--- a/translations/de-DE/data/reusables/pages/decide-publishing-source.md
+++ b/translations/de-DE/data/reusables/pages/decide-publishing-source.md
@@ -1 +1 @@
-1. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}Decide{% else %}If you're creating a project site, decide{% endif %} which publishing source you want to use. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're creating a user or organization site, you must store your site's source code on the `master` branch.{% endif %} For more information, see "[About {% data variables.product.prodname_pages %}](/articles/about-github-pages#publishing-sources-for-github-pages-sites)."
+1. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}Decide{% else %}If you're creating a project site, decide{% endif %} which publishing source you want to use. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're creating a user or organization site, you must store your site's source code on the `master` branch.{% endif %} For more information, see "[About {% data variables.product.prodname_pages %}](/articles/about-github-pages#publishing-sources-for-github-pages-sites)."
diff --git a/translations/de-DE/data/reusables/pages/new-or-existing-repo.md b/translations/de-DE/data/reusables/pages/new-or-existing-repo.md
index f52410d1b7..5118c0b7ba 100644
--- a/translations/de-DE/data/reusables/pages/new-or-existing-repo.md
+++ b/translations/de-DE/data/reusables/pages/new-or-existing-repo.md
@@ -1,3 +1,3 @@
-Wenn Deine Website ein unabhängiges Projekt ist, kannst Du ein neues Repository erstellen, um den Quellcode Deiner Website zu speichern. If your site is associated with an existing project, you can add the source code {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}to that project's repository, in a `/docs` folder on the default branch or on a different branch.{% else %}for your site to a `gh-pages` branch or a `docs` folder on the `master` branch in that project's repository.{% endif %} For example, if you're creating a site to publish documentation for a project that's already on {% data variables.product.product_name %}, you may want to store the source code for the site in the same repository as the project.
+Wenn Deine Website ein unabhängiges Projekt ist, kannst Du ein neues Repository erstellen, um den Quellcode Deiner Website zu speichern. If your site is associated with an existing project, you can add the source code {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}to that project's repository, in a `/docs` folder on the default branch or on a different branch.{% else %}for your site to a `gh-pages` branch or a `docs` folder on the `master` branch in that project's repository.{% endif %} For example, if you're creating a site to publish documentation for a project that's already on {% data variables.product.product_name %}, you may want to store the source code for the site in the same repository as the project.
Wenn Du eine Website in einem vorhandenen Repository erstellen möchtest, springe zum Abschnitt „[Erstellen Deiner Website](#creating-your-site)".
diff --git a/translations/de-DE/data/reusables/pages/private_pages_are_public_warning.md b/translations/de-DE/data/reusables/pages/private_pages_are_public_warning.md
index 2ddfcb97a9..b4f8191832 100644
--- a/translations/de-DE/data/reusables/pages/private_pages_are_public_warning.md
+++ b/translations/de-DE/data/reusables/pages/private_pages_are_public_warning.md
@@ -1,5 +1,5 @@
{% warning %}
- **Warning**: {% if enterpriseServerVersions contains currentVersion %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %}. Wenn Du sensitive Daten im Repository Deiner Website hast, solltest Du diese vor der Veröffentlichung entfernen. Weitere Informationen findest Du unter{% if enterpriseServerVersions contains currentVersion %} „[Konfigurieren {% data variables.product.prodname_pages %} auf Deiner Appliance](/enterprise/admin/installation/configuring-github-pages-on-your-appliance#making-github-pages-publicly-accessible)" und{% endif %} „[Über die Sichtbarkeit des Repositorys](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
+ **Warning**: {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %}. Wenn Du sensitive Daten im Repository Deiner Website hast, solltest Du diese vor der Veröffentlichung entfernen. For more information, see{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} "[Configuring {% data variables.product.prodname_pages %} for your enterprise](/admin/configuration/configuring-github-pages-for-your-enterprise#enabling-public-sites-for-github-pages)" and{% endif %} "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
{% endwarning %}
diff --git a/translations/de-DE/data/reusables/pre-release-program/expiring-user-access-tokens-beta.md b/translations/de-DE/data/reusables/pre-release-program/expiring-user-access-tokens-beta.md
index 1594eb596a..6bf0fb2ed4 100644
--- a/translations/de-DE/data/reusables/pre-release-program/expiring-user-access-tokens-beta.md
+++ b/translations/de-DE/data/reusables/pre-release-program/expiring-user-access-tokens-beta.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% note %}
**Note:** Expiring user tokens are currently part of the user-to-server token expiration beta and subject to change. To opt-in to the user-to-server token expiration beta feature, see "[Activating beta features for apps](/developers/apps/activating-beta-features-for-apps)." For more information, see "[Expiring user-to-server access tokens for GitHub Apps](https://developer.github.com/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps)."
diff --git a/translations/de-DE/data/reusables/pre-release-program/suspend-installation-beta.md b/translations/de-DE/data/reusables/pre-release-program/suspend-installation-beta.md
index ae02769092..e02fdea381 100644
--- a/translations/de-DE/data/reusables/pre-release-program/suspend-installation-beta.md
+++ b/translations/de-DE/data/reusables/pre-release-program/suspend-installation-beta.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
Suspending a
{% data variables.product.prodname_github_app %} installation is currently in beta and subject to change. Before you can suspend a {% data variables.product.prodname_github_app %}, the app owner must enable suspending installations for the app by opting-in to the beta. To opt-in to the suspending installations beta feature, see "[Activating beta features for apps](/developers/apps/activating-beta-features-for-apps)."
diff --git a/translations/de-DE/data/reusables/pull_requests/close-issues-using-keywords.md b/translations/de-DE/data/reusables/pull_requests/close-issues-using-keywords.md
index 858381fb4f..aaaa1f45ed 100644
--- a/translations/de-DE/data/reusables/pull_requests/close-issues-using-keywords.md
+++ b/translations/de-DE/data/reusables/pull_requests/close-issues-using-keywords.md
@@ -1 +1 @@
-You can link a pull request to an issue to{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} show that a fix is in progress and to{% endif %} automatically close the issue when someone merges the pull request. Weitere Informationen findest Du unter "[Pull Request mit einem Issue verknüpfen](/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue)."
+You can link a pull request to an issue to{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %} show that a fix is in progress and to{% endif %} automatically close the issue when someone merges the pull request. Weitere Informationen findest Du unter "[Pull Request mit einem Issue verknüpfen](/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue)."
diff --git a/translations/de-DE/data/reusables/pull_requests/pull_request_merges_and_contributions.md b/translations/de-DE/data/reusables/pull_requests/pull_request_merges_and_contributions.md
index 52eeec91a4..92eb60b6a4 100644
--- a/translations/de-DE/data/reusables/pull_requests/pull_request_merges_and_contributions.md
+++ b/translations/de-DE/data/reusables/pull_requests/pull_request_merges_and_contributions.md
@@ -1,6 +1,6 @@
{% note %}
-**Notes:**{% if enterpriseServerVersions contains currentVersion %}
+**Notes:**{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- Damit Commits mit Co-Autor auf Profil-Beteiligungsdiagrammen angezeigt werden, müssen sie dieselben Kriterien wie Commits mit einem Autor erfüllen.{% endif %}
- Beim Rebasing von Commits erhalten die ursprünglichen Autoren des Commits und die Person, welche die Commits rebaset hat, den Beitragscredit, unabhängig davon, ob sie die Commits an der Befehlszeile oder auf {% data variables.product.product_location %} rebaset haben.
diff --git a/translations/de-DE/data/reusables/repositories/about-internal-repos.md b/translations/de-DE/data/reusables/repositories/about-internal-repos.md
index cfa9b36198..61358584cd 100644
--- a/translations/de-DE/data/reusables/repositories/about-internal-repos.md
+++ b/translations/de-DE/data/reusables/repositories/about-internal-repos.md
@@ -1 +1 @@
-You can use internal repositories to practice "innersource" within your {% if currentVersion == "free-pro-team@latest" %}enterprise account{% else %}instance{% endif %}. Members of {% if currentVersion == "free-pro-team@latest" %}your enterprise account{% else %}any organization on your instance{% endif %} can collaborate using open source methodologies without sharing proprietary information publicly{% if enterpriseServerVersions contains currentVersion %}, even with private mode disabled{% endif %}.
+You can use internal repositories to practice "innersource" within your enterprise. Members of your enterprise can collaborate using open source methodologies without sharing proprietary information publicly{% if enterpriseServerVersions contains currentVersion %}, even with private mode disabled{% endif %}.
diff --git a/translations/de-DE/data/reusables/repositories/copy-clone-url.md b/translations/de-DE/data/reusables/repositories/copy-clone-url.md
index 66960d3115..aa9c9c8a5b 100644
--- a/translations/de-DE/data/reusables/repositories/copy-clone-url.md
+++ b/translations/de-DE/data/reusables/repositories/copy-clone-url.md
@@ -8,8 +8,8 @@ To clone the repository using an SSH key, including a certificate issued by your
{% else %}
1. Above the list of files, click {% octicon "download" aria-label="The download icon" %} **Code**. 
1. To clone the repository using HTTPS, under "Clone with HTTPS", click
-{% octicon "clippy" aria-label="The clipboard icon" %}. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click **Use SSH**, then click {% octicon "clippy" aria-label="The clipboard icon" %}.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} To clone a repository using {% data variables.product.prodname_cli %}, click **Use {% data variables.product.prodname_cli %}**, then click {% octicon "clippy" aria-label="The clipboard icon" %}.{% endif %}
+{% octicon "clippy" aria-label="The clipboard icon" %}. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click **Use SSH**, then click {% octicon "clippy" aria-label="The clipboard icon" %}.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %} To clone a repository using {% data variables.product.prodname_cli %}, click **Use {% data variables.product.prodname_cli %}**, then click {% octicon "clippy" aria-label="The clipboard icon" %}.{% endif %}

- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+ {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% endif %}
{% endif %}
diff --git a/translations/de-DE/data/reusables/repositories/create-repo.md b/translations/de-DE/data/reusables/repositories/create-repo.md
index 7dafb26fcf..59c1040772 100644
--- a/translations/de-DE/data/reusables/repositories/create-repo.md
+++ b/translations/de-DE/data/reusables/repositories/create-repo.md
@@ -1 +1 @@
-1. Click **Create repository**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} {% endif %}
+1. Click **Create repository**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} {% endif %}
diff --git a/translations/de-DE/data/reusables/repositories/default-issue-templates.md b/translations/de-DE/data/reusables/repositories/default-issue-templates.md
index 7816df0787..ecaa666ed8 100644
--- a/translations/de-DE/data/reusables/repositories/default-issue-templates.md
+++ b/translations/de-DE/data/reusables/repositories/default-issue-templates.md
@@ -1,2 +1,2 @@
-You can create default issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and a default configuration file for issue templates{% endif %} for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and a default configuration file for issue templates{% endif %} for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or user account{% endif %}. Weitere Informationen findest Du unter „[Eine Standard Community-Unterstützungsdatei erstellen](/github/building-a-strong-community/creating-a-default-community-health-file)."
diff --git a/translations/de-DE/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md b/translations/de-DE/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md
index 2d9773680f..0f85c1d4f3 100644
--- a/translations/de-DE/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md
+++ b/translations/de-DE/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md
@@ -6,6 +6,6 @@
- Wenn Du [bei aktivierter LDAP-Synchronisation](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap/#enabling-ldap-sync) eine Person aus einem Repository entfernst, verliert diese den Zugriff, aber ihre Forks werden nicht gelöscht. Wenn die Person innerhalb von drei Monaten einem Team mit Zugriff auf das ursprüngliche Organisations-Repository hinzugefügt wird, wird ihr Zugriff auf die Forks bei der nächsten Synchronisierung automatisch wiederhergestellt.{% endif %}
- Sie sind dafür verantwortlich, dass die Personen, denen Sie den Zugriff auf ein Repository entziehen, vertrauliche Informationen oder geistiges Eigentum von ihren Systemen löschen.
-- People with admin permissions to a private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository can disallow forking of that repository, and organization owners can disallow forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository in an organization. Weitere Informationen findest Du unter „[Verwalten der Forking-Richtlinie für Deine Organisation](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)" und „[Verwalten der Forking-Richtlinie für Dein Repository".](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)
+- People with admin permissions to a private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %} repository can disallow forking of that repository, and organization owners can disallow forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %} repository in an organization. Weitere Informationen findest Du unter „[Verwalten der Forking-Richtlinie für Deine Organisation](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)" und „[Verwalten der Forking-Richtlinie für Dein Repository".](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)
{% endwarning %}
diff --git a/translations/de-DE/data/reusables/repositories/enable-security-alerts.md b/translations/de-DE/data/reusables/repositories/enable-security-alerts.md
index d47e84d4f6..0a180f73ee 100644
--- a/translations/de-DE/data/reusables/repositories/enable-security-alerts.md
+++ b/translations/de-DE/data/reusables/repositories/enable-security-alerts.md
@@ -1,4 +1,4 @@
{% if enterpriseServerVersions contains currentVersion %}
Your site administrator must enable
-{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies for {% data variables.product.product_location_enterprise %} before you can use this feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."
+{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies for {% data variables.product.product_location %} before you can use this feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."
{% endif %}
diff --git a/translations/de-DE/data/reusables/repositories/security-alert-delivery-options.md b/translations/de-DE/data/reusables/repositories/security-alert-delivery-options.md
index 7d18a45115..6f3f1ac710 100644
--- a/translations/de-DE/data/reusables/repositories/security-alert-delivery-options.md
+++ b/translations/de-DE/data/reusables/repositories/security-alert-delivery-options.md
@@ -1 +1,4 @@
-If your repository has a supported dependency manifest{% if currentVersion == "free-pro-team@latest" %} (and if you've set up the dependency graph if it's a private repository){% endif %}, whenever {% data variables.product.product_name %} detects a vulnerable dependency in your repository, you will receive a weekly digest email. Darüber hinaus können Sie Ihre Sicherheitsmeldungen als Webbenachrichtigungen, einzelne E-Mail-Benachrichtigungen, tägliche E-Mail-Digests oder Meldungen auf der {% data variables.product.product_name %}-Oberfläche konfigurieren. For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)." |
+{% if currentVersion != "github-ae@latest" %}
+If your repository has a supported dependency manifest
+{% if currentVersion == "free-pro-team@latest" %} (and if you've set up the dependency graph if it's a private repository){% endif %}, whenever {% data variables.product.product_name %} detects a vulnerable dependency in your repository, you will receive a weekly digest email. Darüber hinaus können Sie Ihre Sicherheitsmeldungen als Webbenachrichtigungen, einzelne E-Mail-Benachrichtigungen, tägliche E-Mail-Digests oder Meldungen auf der {% data variables.product.product_name %}-Oberfläche konfigurieren. For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)." |
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md b/translations/de-DE/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md
index a091577d68..1f8290d074 100644
--- a/translations/de-DE/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md
+++ b/translations/de-DE/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md
@@ -1 +1 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If there is a protected branch rule in your repository that requires a linear commit history, you must allow squash merging, rebase merging, or both. Weitere Informationen findest Du unter „[Einen linearen Commit-Verlauf verlangen](/github/administering-a-repository/requiring-a-linear-commit-history)."{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}If there is a protected branch rule in your repository that requires a linear commit history, you must allow squash merging, rebase merging, or both. Weitere Informationen findest Du unter „[Einen linearen Commit-Verlauf verlangen](/github/administering-a-repository/requiring-a-linear-commit-history)."{% endif %}
diff --git a/translations/de-DE/data/reusables/repositories/start-line-comment.md b/translations/de-DE/data/reusables/repositories/start-line-comment.md
index 3548a08c4c..2d82b33894 100644
--- a/translations/de-DE/data/reusables/repositories/start-line-comment.md
+++ b/translations/de-DE/data/reusables/repositories/start-line-comment.md
@@ -1 +1 @@
-1. Hover over the line of code where you'd like to add a comment, and click the blue comment icon.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} To add a comment on multiple lines, click and drag to select the range of lines, then click the blue comment icon.{% endif %} 
+1. Hover over the line of code where you'd like to add a comment, and click the blue comment icon.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} To add a comment on multiple lines, click and drag to select the range of lines, then click the blue comment icon.{% endif %} 
diff --git a/translations/de-DE/data/reusables/repositories/suggest-changes.md b/translations/de-DE/data/reusables/repositories/suggest-changes.md
index a0dca188f6..eb904608d4 100644
--- a/translations/de-DE/data/reusables/repositories/suggest-changes.md
+++ b/translations/de-DE/data/reusables/repositories/suggest-changes.md
@@ -1 +1 @@
-1. Optionally, to suggest a specific change to the line{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} or lines{% endif %}, click {% octicon "diff" aria-label="The diff symbol" %}, then edit the text within the suggestion block. 
+1. Optionally, to suggest a specific change to the line{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %} or lines{% endif %}, click {% octicon "diff" aria-label="The diff symbol" %}, then edit the text within the suggestion block. 
diff --git a/translations/de-DE/data/reusables/saml/ae-enable-saml-sso-during-bootstrapping.md b/translations/de-DE/data/reusables/saml/ae-enable-saml-sso-during-bootstrapping.md
new file mode 100644
index 0000000000..e60bce6013
--- /dev/null
+++ b/translations/de-DE/data/reusables/saml/ae-enable-saml-sso-during-bootstrapping.md
@@ -0,0 +1 @@
+You'll configure identity and access management for {% data variables.product.product_name %} by entering the details for your SAML IdP during initialization. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae#connecting-your-idp-to-your-enterprise)."
diff --git a/translations/de-DE/data/reusables/saml/ae-uses-saml-sso.md b/translations/de-DE/data/reusables/saml/ae-uses-saml-sso.md
new file mode 100644
index 0000000000..08c138d1ba
--- /dev/null
+++ b/translations/de-DE/data/reusables/saml/ae-uses-saml-sso.md
@@ -0,0 +1 @@
+{% data variables.product.product_name %} uses SAML SSO for user authentication. You can centrally manage access to {% data variables.product.prodname_ghe_managed %} from an IdP that supports the SAML 2.0 standard.
diff --git a/translations/de-DE/data/reusables/saml/assert-the-administrator-attribute.md b/translations/de-DE/data/reusables/saml/assert-the-administrator-attribute.md
new file mode 100644
index 0000000000..ff9e3bc75d
--- /dev/null
+++ b/translations/de-DE/data/reusables/saml/assert-the-administrator-attribute.md
@@ -0,0 +1 @@
+To make a person an enterprise owner, you must delegate ownership permission in your IdP. Include the `administrator` attribute in the SAML assertion for the user account on the IdP, with the value of `true`. For more information about enterprise owners, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise)."
diff --git a/translations/de-DE/data/reusables/saml/contact-support-if-your-idp-is-unavailable.md b/translations/de-DE/data/reusables/saml/contact-support-if-your-idp-is-unavailable.md
new file mode 100644
index 0000000000..cadca78570
--- /dev/null
+++ b/translations/de-DE/data/reusables/saml/contact-support-if-your-idp-is-unavailable.md
@@ -0,0 +1 @@
+If you can't sign into your enterprise because {% data variables.product.product_name %} can't communicate with your SAML IdP, you can contact {% data variables.contact.github_support %}, who can help you access {% data variables.product.product_name %} to update the SAML SSO configuration. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
diff --git a/translations/de-DE/data/reusables/saml/create-a-machine-user.md b/translations/de-DE/data/reusables/saml/create-a-machine-user.md
new file mode 100644
index 0000000000..0f0bdbf11d
--- /dev/null
+++ b/translations/de-DE/data/reusables/saml/create-a-machine-user.md
@@ -0,0 +1 @@
+Create and use a dedicated machine user account on your IdP to associate with the first enterprise owner account on {% data variables.product.product_name %}. Store the credentials for the user account securely in a password manager.
diff --git a/translations/de-DE/data/reusables/saml/you-must-periodically-authenticate.md b/translations/de-DE/data/reusables/saml/you-must-periodically-authenticate.md
new file mode 100644
index 0000000000..88cd2f4e66
--- /dev/null
+++ b/translations/de-DE/data/reusables/saml/you-must-periodically-authenticate.md
@@ -0,0 +1 @@
+You must periodically authenticate with your SAML IdP to authenticate and gain access to {% if currentVersion == "free-pro-team@latest" %}the organization's resources on {% data variables.product.prodname_dotcom_the_website %}{% elsif currentVersion == "github-ae@latest" %}{% data variables.product.product_location %}{% endif %}. Die Dauer dieser Anmeldephase wird von Deinem IdP festgelegt und beträgt in der Regel 24 Stunden. Durch diese Verpflichtung zur regelmäßigen Anmeldung wird die Dauer des Zugriffs begrenzt, und Du musst Dich erneut identifizieren, um fortzufahren. {% if currentVersion == "free-pro-team@latest" %}You can view and manage your active SAML sessions in your security settings. For more information, see "[Viewing and managing your active SAML sessions](/articles/viewing-and-managing-your-active-saml-sessions)."{% endif %}
diff --git a/translations/de-DE/data/reusables/scim/after-you-configure-saml.md b/translations/de-DE/data/reusables/scim/after-you-configure-saml.md
new file mode 100644
index 0000000000..85246f3cf0
--- /dev/null
+++ b/translations/de-DE/data/reusables/scim/after-you-configure-saml.md
@@ -0,0 +1 @@
+By default, your IdP does not communicate with {% data variables.product.product_name %} automatically when you assign or unassign the application. {% data variables.product.product_name %} {% if currentVersion == "free-pro-team@latest" %}provisions access to your resources on {% else %}creates a user account {% endif %}using SAML Just-in-Time (JIT) provisioning the first time someone navigates to {% if currentVersion == "free-pro-team@latest" %}your resources on {% endif %} {% data variables.product.product_name %} and signs in by authenticating through your IdP. You may need to manually notify users when you grant access to {% data variables.product.product_name %}, and you must manually {% if currentVersion == "free-pro-team@latest" %}deprovision access {% else %}deactivate the user account on {% endif %}{% data variables.product.product_name %} during offboarding. You can use SCIM to provision and deprovision {% if currentVersion == "free-pro-team@latest" %}access to organizations owned by your enterprise on {% data variables.product.prodname_dotcom_the_website %} {% else %}user accounts and access for {% data variables.product.product_name %} {% endif %}automatically when you assign or unassign the application on your IdP.
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/scim/supported-idps.md b/translations/de-DE/data/reusables/scim/supported-idps.md
new file mode 100644
index 0000000000..84aea5e724
--- /dev/null
+++ b/translations/de-DE/data/reusables/scim/supported-idps.md
@@ -0,0 +1,5 @@
+The following IdPs can provision or deprovision user accounts on {% data variables.product.product_location %} using SCIM.
+
+{% if currentVersion == "github-ae@latest" %}
+- Azure AD
+{% endif %}
diff --git a/translations/de-DE/data/reusables/search/syntax_tips.md b/translations/de-DE/data/reusables/search/syntax_tips.md
index 619c005c4c..3236183c31 100644
--- a/translations/de-DE/data/reusables/search/syntax_tips.md
+++ b/translations/de-DE/data/reusables/search/syntax_tips.md
@@ -1,7 +1,7 @@
{% tip %}
-**Tips:**{% if enterpriseServerVersions contains currentVersion %}
- - Dieser Artikel enthält Beispielsuchen für die Website {% data variables.product.prodname_dotcom %}.com. Die gleichen Suchfilter kannst Du jedoch auch auf {% data variables.product.product_location_enterprise %} verwenden.{% endif %}
+**Tips:**{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+ - Dieser Artikel enthält Beispielsuchen für die Website {% data variables.product.prodname_dotcom %}.com. Die gleichen Suchfilter kannst Du jedoch auch auf {% data variables.product.product_location %} verwenden.{% endif %}
- Eine Liste mit Suchsyntax, die Du jedem Qualifizierer hinzufügen kannst, um Deine Ergebnisse zu verbessern, findest Du unter „[Grundlagen der Suchsyntax](/articles/understanding-the-search-syntax)“.
- Schließe Suchbegriffe, die aus mehreren Wörtern bestehen, in Anführungszeichen ein. Möchtest Du beispielsweise nach Issues mit der Kennzeichnung „In progress“ suchen, gib `label:"in progress"` ein. Bei der Suche wird die Groß-/Kleinschreibung ignoriert.
diff --git a/translations/de-DE/data/reusables/support/enterprise-resolving-and-closing-tickets.md b/translations/de-DE/data/reusables/support/enterprise-resolving-and-closing-tickets.md
index 57de6fbe6b..7a99b105e7 100644
--- a/translations/de-DE/data/reusables/support/enterprise-resolving-and-closing-tickets.md
+++ b/translations/de-DE/data/reusables/support/enterprise-resolving-and-closing-tickets.md
@@ -1,5 +1,5 @@
-{% data variables.contact.enterprise_support %} kann ein Ticket nach einer Erläuterung, Empfehlung, Gebrauchsanweisungen, Workaround-Anweisungen oder durch den Verweis auf einen das Problem adressierenden verfügbaren Release, als gelöst betrachten.
+{% data variables.contact.enterprise_support %} may consider a ticket solved after providing an explanation, recommendation, usage instructions, {% if currentVersion == "github-ae@latest" %}or {% endif %} workaround instructions{% if enterpriseServerVersions contains currentVersion %}, or by advising you of an available release that addresses the issue{% endif %}.
Wenn Du ein eigenes oder nicht unterstütztes Plug-in, Modul oder einen benutzerdefinierten Code verwendest, kann der {% data variables.contact.enterprise_support %} Dich auffordern, das nicht unterstützte Plug-in, Modul oder den Code auszubauen, während er versucht, das Problem zu beheben. Wenn das Problem nach dem Ausbau des nicht unterstützten Plug-ins, Moduls oder des benutzerdefinierten Codes behoben ist, kann der {% data variables.contact.enterprise_support %} das Problem als gelöst betrachten.
-Der {% data variables.contact.enterprise_support %} kann Tickets schließen, wenn sie außerhalb des Unterstützungsbereichs liegen oder wenn mehrere Versuche, Dich zu kontaktieren, erfolglos waren. Wenn {% data variables.contact.enterprise_support %} ein Ticket aufgrund fehlender Antwort schließt, kannst Du verlangen, dass {% data variables.contact.enterprise_support %} das Ticket erneut öffnet.
+{% data variables.contact.enterprise_support %} may close a ticket if the ticket is outside the scope of support or if multiple attempts to contact you have gone unanswered. Wenn {% data variables.contact.enterprise_support %} ein Ticket aufgrund fehlender Antwort schließt, kannst Du verlangen, dass {% data variables.contact.enterprise_support %} das Ticket erneut öffnet.
diff --git a/translations/de-DE/data/reusables/support/ghae-priorities.md b/translations/de-DE/data/reusables/support/ghae-priorities.md
new file mode 100644
index 0000000000..e5d4074ef0
--- /dev/null
+++ b/translations/de-DE/data/reusables/support/ghae-priorities.md
@@ -0,0 +1,6 @@
+| Priorität | Beschreibung | Beispiele |
+|:---------------------------------------------------------------------:| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| {% data variables.product.support_ticket_priority_urgent %} - Sev A | {% data variables.product.product_name %} is inaccessible or failing entirely, and the failure directly impacts the operation of your business.
_After you file a support ticket, reach out to {% data variables.contact.github_support %} via phone._ | - Fehler oder Ausfälle, die sich auf die Kernfunktionen von Git- oder Web-Anwendungen aller Benutzer auswirken
- Severe network or performance degradation for majority of users
- Voller oder sich schnell füllender Speicher
- Known security incidents or a breach of access
|
+| {% data variables.product.support_ticket_priority_high %} - Sev B | {% data variables.product.product_name %} is failing in a production environment, with limited impact to your business processes, or only affecting certain customers. | - Leistungsverschlechterung, die die Produktivität vieler Benutzer reduziert
- Reduced redundancy concerns from failures or service degradation
- Production-impacting bugs or errors
- {% data variables.product.product_name %} configuraton security concerns
|
+| {% data variables.product.support_ticket_priority_normal %} - Sev C | {% data variables.product.product_name %} is experiencing limited or moderate issues and errors with {% data variables.product.product_name %}, or you have general concerns or questions about the operation of {% data variables.product.product_name %}. | - Probleme in einer Test- oder Staging-Umgebung
- Advice on using {% data variables.product.prodname_dotcom %} APIs and features, or questions about integrating business workflows
- Issues with user tools and data collection methods
- Upgrades
- Bug reports, general security questions, or other feature related questions
|
+| {% data variables.product.support_ticket_priority_low %} - Sev D | {% data variables.product.product_name %} is functioning as expected, however, you have a question or suggestion about {% data variables.product.product_name %} that is not time-sensitive, or does not otherwise block the productivity of your team. | - Feature requests and product feedback
- General questions on overall configuration or use of {% data variables.product.product_name %}
- Notifying {% data variables.contact.github_support %} of any planned changes
|
diff --git a/translations/de-DE/data/reusables/support/government-response-times-may-vary.md b/translations/de-DE/data/reusables/support/government-response-times-may-vary.md
new file mode 100644
index 0000000000..a171b413d8
--- /dev/null
+++ b/translations/de-DE/data/reusables/support/government-response-times-may-vary.md
@@ -0,0 +1,7 @@
+{% if currentVersion == "github-ae@latest" %}
+{% note %}
+
+**Note:** Response times and hours of operation may differ for {% data variables.product.prodname_ghe_managed %} for Government. Your Technical Support Account Manager (TSAM) will confirm during your onboarding.
+
+{% endnote %}
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/support/help_resources.md b/translations/de-DE/data/reusables/support/help_resources.md
index 7c7a9f2a87..6c7e08115b 100644
--- a/translations/de-DE/data/reusables/support/help_resources.md
+++ b/translations/de-DE/data/reusables/support/help_resources.md
@@ -1,4 +1,4 @@
-Für Fragen, Fehlerberichte und Diskussionen über {% data variables.product.prodname_github_app %}s, {% data variables.product.prodname_oauth_app %}s und API-Entwicklung durchsuche das {% data variables.product.prodname_support_forum_with_url %}. Das Forum wird von {% data variables.product.product_name %}-Mitarbeitern moderiert und gepflegt, aber Fragen, die im Forum gestellt werden, erhalten nicht zwingend eine Antwort von {% data variables.product.product_name %}-Mitarbeitern.
+Für Fragen, Fehlerberichte und Diskussionen über {% data variables.product.prodname_github_app %}s, {% data variables.product.prodname_oauth_app %}s und API-Entwicklung durchsuche das {% data variables.product.prodname_support_forum_with_url %}. Das Forum wird von {% data variables.product.company_short %}-Mitarbeitern moderiert und gepflegt, aber Fragen, die im Forum gestellt werden, erhalten nicht zwingend eine Antwort von {% data variables.product.company_short %}-Mitarbeitern.
Überlege, Dich direkt an den [GitHub Support](https://github.com/contact) zu wenden und verwende das Kontaktformular für:
- garantierte Antwort von {% data variables.product.product_name %}-Mitarbeitern
diff --git a/translations/de-DE/data/reusables/support/premium-resolving-and-closing-tickets.md b/translations/de-DE/data/reusables/support/premium-resolving-and-closing-tickets.md
index d9331a4275..e19d52b3d5 100644
--- a/translations/de-DE/data/reusables/support/premium-resolving-and-closing-tickets.md
+++ b/translations/de-DE/data/reusables/support/premium-resolving-and-closing-tickets.md
@@ -2,4 +2,4 @@
Wenn Sie ein eigenes oder nicht unterstütztes Plug-in, Modul oder einen benutzerdefinierten Code verwenden, kann der {% data variables.contact.premium_support %} Sie bitten, das nicht unterstützte Plug-in, Modul oder den Code zur Fehlerbehebung zu entfernen. Wenn das Problem nach dem Ausbau des nicht unterstützten Plug-ins, Moduls oder des benutzerdefinierten Codes behoben ist, kann der {% data variables.contact.premium_support %} das Problem als gelöst betrachten.
-Der {% data variables.contact.premium_support %} kann Tickets schließen, wenn sie außerhalb des Unterstützungsbereichs liegen oder wenn mehrere Versuche, Dich zu kontaktieren, erfolglos waren. Wenn {% data variables.contact.premium_support %} ein Ticket aufgrund fehlender Antwort schließt, kannst Du verlangen, dass {% data variables.contact.premium_support %} das Ticket erneut öffnet.
+{% data variables.contact.premium_support %} may close a ticket if the ticket is outside the scope of support or if multiple attempts to contact you have gone unanswered. Wenn {% data variables.contact.premium_support %} ein Ticket aufgrund fehlender Antwort schließt, kannst Du verlangen, dass {% data variables.contact.premium_support %} das Ticket erneut öffnet.
diff --git a/translations/de-DE/data/reusables/support/scope-of-support.md b/translations/de-DE/data/reusables/support/scope-of-support.md
index d41b778798..5287421e78 100644
--- a/translations/de-DE/data/reusables/support/scope-of-support.md
+++ b/translations/de-DE/data/reusables/support/scope-of-support.md
@@ -1,7 +1,7 @@
### Supportumfang
-Wenn Ihre Supportanfrage außerhalb des Geltungsbereichs liegt, bei dem unser Team Ihnen helfen kann, können wir Ihnen die nächsten Schritte empfehlen, damit Sie Ihren Issue außerhalb von {% data variables.contact.github_support %} beheben können. Ihre Supportanfrage liegt möglicherweise nicht im Umfang von {% data variables.contact.github_support %}, wenn sie sich primär auf Folgendes bezieht:
+Wenn Ihre Supportanfrage außerhalb des Geltungsbereichs liegt, bei dem unser Team Ihnen helfen kann, können wir Ihnen die nächsten Schritte empfehlen, damit Sie Ihren Issue außerhalb von {% data variables.contact.github_support %} beheben können. Your support request is possibly out of {% data variables.contact.github_support %}'s scope if the request is primarily about:
- Integration von Drittanbietern
- Hardware-Einstellungen
- CI/CD, beispielsweise Jenkins
diff --git a/translations/de-DE/data/reusables/user_settings/add_and_verify_email.md b/translations/de-DE/data/reusables/user_settings/add_and_verify_email.md
index 87dbbe90d0..6c0fee4136 100644
--- a/translations/de-DE/data/reusables/user_settings/add_and_verify_email.md
+++ b/translations/de-DE/data/reusables/user_settings/add_and_verify_email.md
@@ -1,2 +1,4 @@
+{% if currentVersion != "github-ae@latest" %}
1. Gib unter „Add email address" (E-Mail-Adresse hinzufügen) Deine E-Mail-Adresse ein und klicke **Add** (Hinzufügen). {% if currentVersion == "free-pro-team@latest" %}
2. [Verifiziere Deine E-Mail-Adresse](/articles/verifying-your-email-address).{% endif %}
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/user_settings/link_email_with_your_account.md b/translations/de-DE/data/reusables/user_settings/link_email_with_your_account.md
index 18e1c9be16..a1fa5e4664 100644
--- a/translations/de-DE/data/reusables/user_settings/link_email_with_your_account.md
+++ b/translations/de-DE/data/reusables/user_settings/link_email_with_your_account.md
@@ -1 +1,4 @@
-Füge die E-Mail-Adresse zu Deinem{% data variables.product.product_name %}-Konto hinzu, indem Du [Deine Commit-E-Mail-Adresse setzt](/articles/setting-your-commit-email-address), so dass Deine Commits Dir zugeordnet werden und in Deinem Beteiligungsdiagramm erscheinen.
+{% if currentVersion != "github-ae@latest" %}
+Add the email address to your account on
+{% data variables.product.product_name %}, so that your commits are attributed to you and appear in your contributions graph. For more information, see "[Adding an email address to your {% data variables.product.prodname_dotcom %} account](/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account)."
+{% endif %}
\ No newline at end of file
diff --git a/translations/de-DE/data/reusables/user_settings/password-authentication-deprecation.md b/translations/de-DE/data/reusables/user_settings/password-authentication-deprecation.md
index 939ac37eda..bd247793ce 100644
--- a/translations/de-DE/data/reusables/user_settings/password-authentication-deprecation.md
+++ b/translations/de-DE/data/reusables/user_settings/password-authentication-deprecation.md
@@ -1 +1 @@
-Password-based authentication for Git is deprecated, and we recommend using a personal access token (PAT) when prompted for a password instead, which is more secure. Treat your token just like a password. Weitere Informationen finden Sie unter "[Erstellen eines persönlichen Zugriffstokens](/github/authenticating-to-github/creating-a-personal-access-token)."
+When Git prompts you for your password, enter your personal access token (PAT) instead.{% if currentVersion != "github-ae@latest" %} Password-based authentication for Git is deprecated, and using a PAT is more secure.{% endif %} For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
diff --git a/translations/de-DE/data/reusables/user_settings/security.md b/translations/de-DE/data/reusables/user_settings/security.md
index be79ef0d44..445ac65ea9 100644
--- a/translations/de-DE/data/reusables/user_settings/security.md
+++ b/translations/de-DE/data/reusables/user_settings/security.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}1. In the left sidebar, click **Account security**.
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}1. In the left sidebar, click **Account security**.

{% else %}1. Klicken Sie auf der linken Seitenleiste auf **Security** (Sicherheit).
{% endif %}
diff --git a/translations/de-DE/data/reusables/webhooks/check_run_properties.md b/translations/de-DE/data/reusables/webhooks/check_run_properties.md
index 950c168154..bc5761715e 100644
--- a/translations/de-DE/data/reusables/webhooks/check_run_properties.md
+++ b/translations/de-DE/data/reusables/webhooks/check_run_properties.md
@@ -1,10 +1,11 @@
-| Schlüssel | Typ | Beschreibung |
-| ------------------------------ | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `action` | `string` | The action performed. Can be one of: - `created` - A new check run was created.
- `completed` - The `status` of the check run is `completed`.
- `rerequested` - Someone requested to re-run your check run from the pull request UI. See "[About status checks](/articles/about-status-checks#checks)" for more details about the GitHub UI. When you receive a `rerequested` action, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run). Only the {% data variables.product.prodname_github_app %} that someone requests to re-run the check will receive the `rerequested` payload.
- `requested_action` - Someone requested an action your app provides to be taken. Only the {% data variables.product.prodname_github_app %} someone requests to perform an action will receive the `requested_action` payload. To learn more about check runs and requested actions, see "[Check runs and requested actions](/v3/checks/runs/#check-runs-and-requested-actions)."
|
-| `check_run` | `Objekt` | The [check_run](/v3/checks/runs/#get-a-check-run). |
-| `check_run[status]` | `string` | The current status of the check run. Can be `queued`, `in_progress`, or `completed`. |
-| `check_run[conclusion]` | `string` | The result of the completed check run. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`. |
-| `check_run[name]` | `string` | The name of the check run. |
-| `check_run[check_suite][id]` | `integer` | The id of the check suite that this check run is part of. |
-| `requested_action` | `Objekt` | The action requested by the user. |
-| `requested_action[identifier]` | `string` | The integrator reference of the action requested by the user. |
+| Schlüssel | Typ | Beschreibung |
+| --------------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `action` | `string` | The action performed. Can be one of: - `created` - A new check run was created.
- `completed` - The `status` of the check run is `completed`.
- `rerequested` - Someone requested to re-run your check run from the pull request UI. See "[About status checks](/articles/about-status-checks#checks)" for more details about the GitHub UI. When you receive a `rerequested` action, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run). Only the {% data variables.product.prodname_github_app %} that someone requests to re-run the check will receive the `rerequested` payload.
- `requested_action` - Someone requested an action your app provides to be taken. Only the {% data variables.product.prodname_github_app %} someone requests to perform an action will receive the `requested_action` payload. To learn more about check runs and requested actions, see "[Check runs and requested actions](/v3/checks/runs/#check-runs-and-requested-actions)."
|
+| `check_run` | `Objekt` | The [check_run](/v3/checks/runs/#get-a-check-run). |
+| `check_run[status]` | `string` | The current status of the check run. Can be `queued`, `in_progress`, or `completed`. |
+| `check_run[conclusion]` | `string` | The result of the completed check run. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`. |
+| `check_run[name]` | `string` | The name of the check run. |
+| `check_run[check_suite][id]` | `integer` | The id of the check suite that this check run is part of. |
+| `check_run[check_suite][pull_requests]` | `array` | An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty. |
+| `requested_action` | `Objekt` | The action requested by the user. |
+| `requested_action[identifier]` | `string` | The integrator reference of the action requested by the user. |
diff --git a/translations/de-DE/data/reusables/webhooks/check_suite_properties.md b/translations/de-DE/data/reusables/webhooks/check_suite_properties.md
index 75421c7bdf..d9359724f6 100644
--- a/translations/de-DE/data/reusables/webhooks/check_suite_properties.md
+++ b/translations/de-DE/data/reusables/webhooks/check_suite_properties.md
@@ -1,10 +1,10 @@
-| Schlüssel | Typ | Beschreibung |
-| ---------------------------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `action` | `string` | The action performed. Can be:- `completed` - All check runs in a check suite have completed.
- `requested` - Occurs when new code is pushed to the app's repository. When you receive the `requested` action events, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run).
- `rerequested` - Occurs when someone requests to re-run the entire check suite from the pull request UI. When you receive the `rerequested` action events, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run). See "[About status checks](/articles/about-status-checks#checks)" for more details about the GitHub UI.
|
-| `check_suite` | `Objekt` | The [check_suite](/v3/checks/suites/). |
-| `check_suite[head_branch]` | `string` | The head branch name the changes are on. |
-| `check_suite[head_sha]` | `string` | The SHA of the most recent commit for this check suite. |
-| `check_suite[status]` | `string` | The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`. |
-| `check_suite[conclusion]` | `string` | The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`. |
-| `check_suite[url]` | `string` | URL that points to the check suite API resource. |
-| `check_suite[pull_requests]` | `array` | An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty. |
+| Schlüssel | Typ | Beschreibung |
+| ---------------------------- | -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `action` | `string` | The action performed. Can be:- `completed` - All check runs in a check suite have completed.
- `requested` - Occurs when new code is pushed to the app's repository. When you receive the `requested` action events, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run).
- `rerequested` - Occurs when someone requests to re-run the entire check suite from the pull request UI. When you receive the `rerequested` action events, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run). See "[About status checks](/articles/about-status-checks#checks)" for more details about the GitHub UI.
|
+| `check_suite` | `Objekt` | The [check_suite](/v3/checks/suites/). |
+| `check_suite[head_branch]` | `string` | The head branch name the changes are on. |
+| `check_suite[head_sha]` | `string` | The SHA of the most recent commit for this check suite. |
+| `check_suite[status]` | `string` | The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`. |
+| `check_suite[conclusion]` | `string` | The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`. |
+| `check_suite[url]` | `string` | URL that points to the check suite API resource. |
+| `check_suite[pull_requests]` | `array` | An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty. |
diff --git a/translations/de-DE/data/reusables/webhooks/installation_properties.md b/translations/de-DE/data/reusables/webhooks/installation_properties.md
index a651b2c5eb..dc50328321 100644
--- a/translations/de-DE/data/reusables/webhooks/installation_properties.md
+++ b/translations/de-DE/data/reusables/webhooks/installation_properties.md
@@ -1,4 +1,4 @@
| Schlüssel | Typ | Beschreibung |
| ------------- | -------- | --------------------------------------------------------------------------- |
-| `action` | `string` | die Aktion, die durchgeführt wurde. Can be one of:- `created` - Someone installs a {% data variables.product.prodname_github_app %}.
- `deleted` - Someone uninstalls a {% data variables.product.prodname_github_app %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}- `suspend` - Someone suspends a {% data variables.product.prodname_github_app %} installation.
- `unsuspend` - Someone unsuspends a {% data variables.product.prodname_github_app %} installation.
{% endif %}- `new_permissions_accepted` - Someone accepts new permissions for a {% data variables.product.prodname_github_app %} installation. When a {% data variables.product.prodname_github_app %} owner requests new permissions, the person who installed the {% data variables.product.prodname_github_app %} must accept the new permissions request.
|
+| `action` | `string` | die Aktion, die durchgeführt wurde. Can be one of:- `created` - Someone installs a {% data variables.product.prodname_github_app %}.
- `deleted` - Someone uninstalls a {% data variables.product.prodname_github_app %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}- `suspend` - Someone suspends a {% data variables.product.prodname_github_app %} installation.
- `unsuspend` - Someone unsuspends a {% data variables.product.prodname_github_app %} installation.
{% endif %}- `new_permissions_accepted` - Someone accepts new permissions for a {% data variables.product.prodname_github_app %} installation. When a {% data variables.product.prodname_github_app %} owner requests new permissions, the person who installed the {% data variables.product.prodname_github_app %} must accept the new permissions request.
|
| `repositorys` | `array` | An array of repository objects that the insatllation can access. |
diff --git a/translations/de-DE/data/reusables/webhooks/secret.md b/translations/de-DE/data/reusables/webhooks/secret.md
index d4d128984a..a92e5fca87 100644
--- a/translations/de-DE/data/reusables/webhooks/secret.md
+++ b/translations/de-DE/data/reusables/webhooks/secret.md
@@ -1 +1 @@
-Setting a webhook secret allows you to ensure that `POST` requests sent to the payload URL are from {% data variables.product.product_name %}. When you set a secret, you'll receive the {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}`X-Hub-Signature` and `X-Hub-Signature-256` headers{% else if currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature` header{% else if currentVersion == "private-instances@latest" %}`X-Hub-Signature-256` header{% endif %} in the webhook `POST` request. For more information on how to use a secret with a signature header to secure your webhook payloads, see "[Securing your webhooks](/webhooks/securing/)."
+Setting a webhook secret allows you to ensure that `POST` requests sent to the payload URL are from {% data variables.product.product_name %}. When you set a secret, you'll receive the {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}`X-Hub-Signature` and `X-Hub-Signature-256` headers{% elsif currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature` header{% elsif currentVersion == "github-ae@latest" %}`X-Hub-Signature-256` header{% endif %} in the webhook `POST` request. For more information on how to use a secret with a signature header to secure your webhook payloads, see "[Securing your webhooks](/webhooks/securing/)."
diff --git a/translations/de-DE/data/ui.yml b/translations/de-DE/data/ui.yml
index 7ca497db2e..bb235a65f9 100644
--- a/translations/de-DE/data/ui.yml
+++ b/translations/de-DE/data/ui.yml
@@ -3,7 +3,7 @@ header:
github_docs: GitHub Docs
contact: Kontakt
notices:
- ghe_release_candidate: GitHub Enterprise Server 2.22 is currently under limited release as a release candidate.
+ ghae_silent_launch: GitHub AE is currently under limited release. Please contact our Sales Team to find out more.
localization_complete: Wir veröffentlichen regelmäßig Aktualisierungen unserer Dokumentation, und die Übersetzung dieser Seite kann noch im Gange sein. Die neuesten Informationen findest Du in der englischsprachigen Dokumentation. Informieren Sie uns bitte, falls auf dieser Seite ein Problem mit den Übersetzungen vorliegt.
localization_in_progress: Hallo, Entdecker! An dieser Seite wird aktiv gearbeitet, oder sie wird noch übersetzt. Die neuesten und genauesten Informationen findest Du in unserer englischsprachigen Dokumentation.
product_in_progress: '👋 Hallo, Entdecker! An dieser Seite wird aktiv gearbeitet. Die neuesten und genauesten Informationen findest du in unserer Entwicklerdokumentation.'
diff --git a/translations/de-DE/data/variables/contact.yml b/translations/de-DE/data/variables/contact.yml
index c9a2e60dcb..eb63d6ca99 100644
--- a/translations/de-DE/data/variables/contact.yml
+++ b/translations/de-DE/data/variables/contact.yml
@@ -1,7 +1,7 @@
---
contact_ent_support: '[GitHub Enterprise-Support](https://enterprise.githubsupport.com/hc/en-us) oder [GitHub Premium-Support](https://premium.githubsupport.com)'
contact_support: >-
- {% if currentVersion == "free-pro-team@latest" %}[GitHub Support](https://support.github.com/contact) or [GitHub Premium Support](https://premium.githubsupport.com){% else %}your GitHub Enterprise site administrator{% endif %}
+ {% if currentVersion == "free-pro-team@latest" %}[GitHub Support](https://support.github.com/contact) or [GitHub Premium Support](https://premium.githubsupport.com){% else %}your site administrator{% endif %}
report_abuse: >-
{% if currentVersion == "free-pro-team@latest" %}[Report abuse](https://github.com/contact/report-abuse){% endif %}
report_content: >-
@@ -21,6 +21,9 @@ premium_support: 'GitHub Premium-Support'
#Enterprise Support portal
enterprise_portal: 'GitHub Enterprise Supportportal'
contact_enterprise_portal: '[GitHub Enterprise Supportportal](https://enterprise.githubsupport.com/hc/en-us)'
+#Azure support (GitHub AE) portal
+ae_azure_portal: 'Azure Support portal'
+contact_ae_portal: '[Azure Support portal](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade)'
#GitHub Support portal (for dotcom)
support_portal: 'GitHub-Supportportal'
contact_support_portal: '[GitHub-Supportportal](https://support.github.com/contact)'
diff --git a/translations/de-DE/data/variables/product.yml b/translations/de-DE/data/variables/product.yml
index ff82002c5b..7c0a6672b7 100644
--- a/translations/de-DE/data/variables/product.yml
+++ b/translations/de-DE/data/variables/product.yml
@@ -6,7 +6,7 @@ company_short: 'GitHub'
#GitHub's flagship products
## Until we have versioning to support GitHub Enterprise Cloud content, avoid using this variable if the output should specifically be GitHub Enterprise Cloud or GitHub Enterprise Server
product_name: >-
- {% if currentVersion == "free-pro-team@latest" %}GitHub{% else %}GitHub Enterprise{% endif %}
+ {% if enterpriseServerVersions contains currentVersion %}GitHub Enterprise Server{% elsif currentVersion == "github-ae@latest" %}GitHub AE{% else %}GitHub{% endif %}
## Use this variable when the output should always be GitHub, regardless of the product the user is using
prodname_dotcom: 'GitHub'
## Use this variable when the output should always be GitHub Enterprise, regardless of the product the user is using
@@ -16,10 +16,13 @@ prodname_dotcom_the_website: 'GitHub.com'
## Use these variables when the output should reflect one of our two specific GitHub Enterprise offerings
prodname_ghe_server: 'GitHub Enterprise Server'
prodname_ghe_cloud: 'GitHub Enterprise Cloud'
+prodname_ghe_managed: 'GitHub AE'
prodname_ghe_one: 'GitHub One'
## Use these variables when referring specifically to a location within a product
product_location: >-
- {% if currentVersion == "free-pro-team@latest" %}GitHub{% else %}your GitHub Enterprise Server instance{% endif %}
+ {% if enterpriseServerVersions contains currentVersion %}your GitHub Enterprise Server instance{% elsif currentVersion == "github-ae@latest" %}your enterprise{% else %}GitHub{% endif %}
+#Used ONLY when you need to refer to a GHES instance in an article that is versioned for non-GHES versions.
+#Do not use in other situations!
product_location_enterprise: 'Ihre GitHub Enterprise Server-Instanz'
prodname_free_user: 'GitHub Free'
prodname_pro: 'GitHub Pro'
@@ -56,9 +59,11 @@ prodname_github_app: 'GitHub App'
prodname_github_apps: 'GitHub Apps'
prodname_oauth_app: 'OAuth App'
#API and developer docs
-prodname_enterprise_api: 'die GitHub Enterprise Server-API'
+prodname_enterprise_api: 'the {% if enterpriseServerVersions contains currentVersion %}GitHub Enterprise Server{% elsif currentVersion == "github-ae@latest" %}GitHub AE{% endif %} APIs'
prodname_support_forum_with_url: '[GitHub API Entwicklungs- und Support-Forum](https://github.community/c/github-api-development-and-support/37)'
prodname_unfurls: 'Inhaltsanhänge'
+#Azure AD
+ae_azure_ad_app_link: 'the [GitHub AE application](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.githubenterpriseserver)'
#GitHub Actions
## Use this variable only when referring to GitHub Actions the product. When referring to the thing that someone creates using the product, call it an action (small a). See the terminology page of the Brand Guide for more.
prodname_actions: 'GitHub Actions'
@@ -145,7 +150,7 @@ api_url_pre: >-
oauth_host_code: >-
{% if currentVersion == "free-pro-team@latest" %}https://github.com{% else %}http(s)://[hostname]{% endif %}
device_authorization_url: >-
- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}[`https://github.com/login/device`](https://github.com/login/device){% else %}`http(s)://[hostname]/login/device`{% endif %}
+ {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}[`https://github.com/login/device`](https://github.com/login/device){% else %}`http(s)://[hostname]/login/device`{% endif %}
#Use this all other code blocks
api_url_code: >-
{% if currentVersion == "free-pro-team@latest" %}https://api.github.com{% else %}http(s)://[hostname]/api/v3{% endif %}
diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/about-self-hosted-runners.md
index 2b1f058b87..cda4575af8 100644
--- a/translations/ja-JP/content/actions/hosting-your-own-runners/about-self-hosted-runners.md
+++ b/translations/ja-JP/content/actions/hosting-your-own-runners/about-self-hosted-runners.md
@@ -113,7 +113,7 @@ api.github.com
*.actions.githubusercontent.com
```
-{% data variables.product.prodname_dotcom %} OrganizationあるいはEnterpriseアカウントでIPアドレス許可リストを使うなら、セルフホストランナーのIPアドレスを許可リストに追加しなければなりません。 詳しい情報については「[Organizationの許可IPアドレスの管理](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)」あるいは「[Enterpriseアカウントでのセキュリティ設定の適用](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#using-github-actions-with-an-ip-allow-list)」を参照してください。
+{% data variables.product.prodname_dotcom %} OrganizationあるいはEnterpriseアカウントでIPアドレス許可リストを使うなら、セルフホストランナーのIPアドレスを許可リストに追加しなければなりません。 詳しい情報については「[Organizationの許可IPアドレスの管理](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)」あるいは「[Enterpriseアカウントでのセキュリティ設定の適用](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#using-github-actions-with-an-ip-allow-list)」を参照してください。
{% else %}
diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md
index f20213f389..082809a89e 100644
--- a/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md
+++ b/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md
@@ -50,17 +50,12 @@ versions:
{% if currentVersion == "free-pro-team@latest" %}
セルフホストランナーを Enterprise アカウントに追加するには、Enterprise のオーナーである必要があります。
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
+{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
セルフホストランナーを
{% data variables.product.product_location %} の Enterprise レベルでを追加するには、サイト管理者である必要があります。
{% endif %}
-{% if currentVersion == "free-pro-team@latest" %}
{% data reusables.enterprise-accounts.access-enterprise %}
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% endif %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
1. [**Self-hosted runners**] タブをクリックします。
diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md
index 001e086db1..7c7798d47a 100644
--- a/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md
+++ b/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md
@@ -54,12 +54,7 @@ Enterprise は、セルフホストランナーをグループに追加して、
グループを作成するときは、Enterprise 内のすべての Organization にアクセスを付与するポリシーを選択するか、特定の Organization を選択する必要があります。
-{% if currentVersion == "free-pro-team@latest" %}
{% data reusables.enterprise-accounts.access-enterprise %}
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% endif %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
1. [**Self-hosted runners**] タブをクリックします。
diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md
index a1931e1324..b4d5993737 100644
--- a/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md
+++ b/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md
@@ -62,19 +62,15 @@ Organizationからセルフホストランナーを削除するには、Organiza
{% if currentVersion == "free-pro-team@latest" %}
セルフホストランナーを Enterprise アカウントから削除するには、Enterprise のオーナーである必要があります。 セルフホストランナーのマシンへもアクセスできるようにしておくことをおすすめします。
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
+{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
次の Enterprise レベルでセルフホストランナーを削除するには、
{% data variables.product.product_location %} の Enterprise レベルでを追加するには、サイト管理者である必要があります。 セルフホストランナーのマシンへもアクセスできるようにしておくことをおすすめします。
{% endif %}
{% data reusables.github-actions.self-hosted-runner-reusing %}
-{% if currentVersion == "free-pro-team@latest" %}
+
{% data reusables.enterprise-accounts.access-enterprise %}
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% endif %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.github-actions.self-hosted-runner-removing-a-runner %}
diff --git a/translations/ja-JP/content/actions/index.md b/translations/ja-JP/content/actions/index.md
index 433fd30322..678e8f15b2 100644
--- a/translations/ja-JP/content/actions/index.md
+++ b/translations/ja-JP/content/actions/index.md
@@ -2,13 +2,16 @@
title: GitHub Actionsのドキュメント
shortTitle: GitHub Actions
intro: '{% data variables.product.prodname_actions %}で、ソフトウェア開発ワークフローをリポジトリの中で自動化、カスタマイズ実行しましょう。 CI/CDを含む好きなジョブを実行してくれるアクションを、見つけたり、作成したり、共有したり、完全にカスタマイズされたワークフロー中でアクションを組み合わせたりできます。'
+introLinks:
+ quickstart: /actions/quickstart
+ learn: /actions/learn-github-actions
featuredLinks:
gettingStarted:
- - /actions/quickstart
- - /actions/learn-github-actions
- guide:
- /actions/managing-workflow-runs
- /actions/hosting-your-own-runners
+ guide:
+ - /actions/guides/setting-up-continuous-integration-using-workflow-templates
+ - /actions/guides/about-packaging-with-github-actions
popular:
- /actions/reference/workflow-syntax-for-github-actions
- /actions/reference/events-that-trigger-workflows
@@ -40,7 +43,7 @@ versions:
{% data ui.toc.guides %}
- {% for link in featuredLinks.gettingStarted %}
+ {% for link in featuredLinks.guide %}
- {% include featured-link %}
{% endfor %}
@@ -62,7 +65,7 @@ versions:
ワークフローの管理
- {% for link in featuredLinks.guide %}
+ {% for link in featuredLinks.gettingStarted %}
- {% include featured-link %}
{% endfor %}
diff --git a/translations/ja-JP/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md b/translations/ja-JP/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
index a0576bc491..a0d5d9e251 100644
--- a/translations/ja-JP/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
+++ b/translations/ja-JP/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
@@ -14,7 +14,7 @@ versions:
### 概要
-ワークフローやその他の {% data variables.product.prodname_actions %} 機能を Team と共有する必要がある場合は、{% data variables.product.prodname_dotcom %} Organization 内でのコラボレーションを検討します。 Organization を使用すると、シークレット、アーティファクト、およびセルフホストランナーを一元的に保存および管理できます。 `.github` リポジトリにワークフローテンプレートを作成して、Organization 内の他のユーザと共有することもできます。
+ワークフローやその他の {% data variables.product.prodname_actions %} 機能を Team と共有する必要がある場合は、{% data variables.product.prodname_dotcom %} Organization 内でのコラボレーションを検討します。 An organization allows you to centrally store and manage secrets, artifacts, and self-hosted runners. `.github` リポジトリにワークフローテンプレートを作成して、Organization 内の他のユーザと共有することもできます。
### ワークフロー テンプレートの作成
diff --git a/translations/ja-JP/content/actions/reference/environment-variables.md b/translations/ja-JP/content/actions/reference/environment-variables.md
index 1dbdacb513..f3428854d7 100644
--- a/translations/ja-JP/content/actions/reference/environment-variables.md
+++ b/translations/ja-JP/content/actions/reference/environment-variables.md
@@ -39,7 +39,6 @@ steps:
| 環境変数 | 説明 |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `CI` | 常に`true`に設定されます。 |
-| `HOME` | ユーザーデータの格納に使用される{% data variables.product.prodname_dotcom %}ホームディレクトリのパス。 たとえば、`/github/home`です。 |
| `GITHUB_WORKFLOW` | ワークフローの名前。 |
| `GITHUB_RUN_ID` | {% data reusables.github-actions.run_id_description %}
| `GITHUB_RUN_NUMBER` | {% data reusables.github-actions.run_number_description %}
diff --git a/translations/ja-JP/content/actions/reference/usage-limits-billing-and-administration.md b/translations/ja-JP/content/actions/reference/usage-limits-billing-and-administration.md
index 18c324aa38..fff4da1276 100644
--- a/translations/ja-JP/content/actions/reference/usage-limits-billing-and-administration.md
+++ b/translations/ja-JP/content/actions/reference/usage-limits-billing-and-administration.md
@@ -67,7 +67,7 @@ GitHub アクションの使用は、
- [リポジトリ内のアーティファクトとログの {% data variables.product.prodname_actions %} の保持期間を設定する](/github/administering-a-repository/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository)
- [Organization 内のアーティファクトとログの {% data variables.product.prodname_actions %} の保持期間を設定する](/github/setting-up-and-managing-organizations-and-teams/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization)
-- [Enterprise 内のアーティファクトとログの {% data variables.product.prodname_actions %} の保持期間を設定する](/github/setting-up-and-managing-your-enterprise-account/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account)
+- [Enterprise 内のアーティファクトとログの {% data variables.product.prodname_actions %} の保持期間を設定する](/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account)
{% endif %}
### リポジトリまたは Organization の {% data variables.product.prodname_actions %} を無効化または制限する
@@ -77,7 +77,7 @@ GitHub アクションの使用は、
詳しい情報については、以下を参照してください。
- 「[リポジトリの {% data variables.product.prodname_actions %} を無効化または制限する](/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository)」
- 「[Organization の {% data variables.product.prodname_actions %} を無効化または制限する](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)」{% if currentVersion == "free-pro-team@latest" %}
-- {% data variables.product.prodname_ghe_cloud %}{% endif %} の「[Enterprise アカウントで {% data variables.product.prodname_actions %} ポリシーを適用する](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account)」
+- {% data variables.product.prodname_ghe_cloud %} の「[Enterprise アカウントでの {% data variables.product.prodname_actions %} ポリシーを適用する](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)」{% endif %}
### ワークフローの無効化と有効化
diff --git a/translations/ja-JP/content/admin/authentication/about-identity-and-access-management-for-your-enterprise.md b/translations/ja-JP/content/admin/authentication/about-identity-and-access-management-for-your-enterprise.md
new file mode 100644
index 0000000000..1a2275e95e
--- /dev/null
+++ b/translations/ja-JP/content/admin/authentication/about-identity-and-access-management-for-your-enterprise.md
@@ -0,0 +1,27 @@
+---
+title: About identity and access management for your enterprise
+shortTitle: About identity and access management
+intro: 'You can use {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %}''s built-in authentication, or choose between CAS, LDAP, or SAML{% else %}SAML single sign-on (SSO) and System for Cross-domain Identity Management (SCIM){% endif %} to centrally manage access {% if currentVersion == "free-pro-team@latest" %}to organizations owned by your enterprise on {% data variables.product.prodname_dotcom_the_website %}{% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}to {% data variables.product.product_location %}{% endif %}.'
+product: '{% data reusables.gated-features.saml-sso %}'
+versions:
+ github-ae: '*'
+---
+
+### About identity and access management for your enterprise
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.saml.ae-uses-saml-sso %} {% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+After you configure the application for {% data variables.product.product_name %} on your IdP, you can grant access to {% data variables.product.product_location %} by assigning the application to users on your IdP. For more information about SAML SSO for {% data variables.product.product_name %}, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise)."
+
+{% data reusables.scim.after-you-configure-saml %} For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+To learn how to configure both authentication and user provisioning for {% data variables.product.product_location %} with your specific IdP, see "[Configuring authentication and provisioning with your identity provider](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider)."
+
+{% endif %}
+
+### 参考リンク
+
+- [SAML Wiki](https://wiki.oasis-open.org/security) on the OASIS website
+- [System for Cross-domain Identity Management: Protocol (RFC 7644)](https://tools.ietf.org/html/rfc7644) on the IETF website
diff --git a/translations/ja-JP/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md b/translations/ja-JP/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md
index d68ca948d5..45fbd0baf0 100644
--- a/translations/ja-JP/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md
+++ b/translations/ja-JP/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md
@@ -1,6 +1,6 @@
---
title: GitHub Enterprise Server インスタンスでユーザを認証する
-intro: '{% data variables.product.prodname_ghe_server %} のビルトイン認証を使うか、CAS、LDAP、SAML のいずれかを選択して既存のアカウントを統合し、{% data variables.product.product_location_enterprise %} へのユーザアクセスを集中管理できます。'
+intro: '{% data variables.product.prodname_ghe_server %} のビルトイン認証を使うか、CAS、LDAP、SAML のいずれかを選択して既存のアカウントを統合し、{% data variables.product.product_location %} へのユーザアクセスを集中管理できます。'
redirect_from:
- /enterprise/admin/categories/authentication/
- /enterprise/admin/guides/installation/user-authentication/
diff --git a/translations/ja-JP/content/admin/authentication/changing-authentication-methods.md b/translations/ja-JP/content/admin/authentication/changing-authentication-methods.md
index 4d4ed73396..504def4c49 100644
--- a/translations/ja-JP/content/admin/authentication/changing-authentication-methods.md
+++ b/translations/ja-JP/content/admin/authentication/changing-authentication-methods.md
@@ -8,7 +8,7 @@ versions:
enterprise-server: '*'
---
-{% data variables.product.product_location_enterprise %}のユーザアカウントは、認証方式を変更しても保存され、ユーザはユーザ名が変更されない限り、同じアカウントにログインし続けることができます。
+{% data variables.product.product_location %}のユーザアカウントは、認証方式を変更しても保存され、ユーザはユーザ名が変更されない限り、同じアカウントにログインし続けることができます。
新しい認証方式でユーザ名が変更される場合、新しいアカウントが作成されます。 管理者は、サイト管理者設定または[ユーザ管理 API](/enterprise/{{currentVersion}}/v3/enterprise-admin/users/#rename-an-existing-user) を使用してユーザ名を変更できます。
@@ -30,4 +30,4 @@ versions:
* **2 要素認証:** {% data reusables.enterprise_user_management.external_auth_disables_2fa %}
-* **使用しているアイデンティティプロバイダ外のユーザのためのビルトイン認証:**使用中のアイデンティティプロバイダに追加することなく、ユーザを{% data variables.product.product_location_enterprise %}で認証するよう招待できます。 詳細は「[使用中のアイデンティティプロバイダ外のユーザのためにビルトイン認証を許可する](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-built-in-authentication-for-users-outside-your-identity-provider)」を参照してください。
+* **使用しているアイデンティティプロバイダ外のユーザのためのビルトイン認証:**使用中のアイデンティティプロバイダに追加することなく、ユーザを{% data variables.product.product_location %}で認証するよう招待できます。 詳細は「[使用中のアイデンティティプロバイダ外のユーザのためにビルトイン認証を許可する](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-built-in-authentication-for-users-outside-your-identity-provider)」を参照してください。
diff --git a/translations/ja-JP/content/admin/authentication/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad.md b/translations/ja-JP/content/admin/authentication/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad.md
new file mode 100644
index 0000000000..2356e76166
--- /dev/null
+++ b/translations/ja-JP/content/admin/authentication/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad.md
@@ -0,0 +1,50 @@
+---
+title: Configuring authentication and provisioning for your enterprise using Azure AD
+shortTitle: Configuring with Azure AD
+intro: You can use a tenant in Azure Active Directory (Azure AD) as an identity provider (IdP) to centrally manage authentication and user provisioning for {% data variables.product.product_location %}.
+permissions: Enterprise owners can configure authentication and provisioning for an enterprise on {% data variables.product.product_name %}.
+product: '{% data reusables.gated-features.saml-sso %}'
+versions:
+ github-ae: '*'
+---
+
+### About authentication and user provisioning with Azure AD
+
+Azure Active Directory (Azure AD) is a service from Microsoft that allows you to centrally manage user accounts and access to web applications. For more information, see [What is Azure Active Directory?](https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-whatis) in the Microsoft Docs.
+
+To manage identity and access for {% data variables.product.product_name %}, you can use an Azure AD tenant as a SAML IdP for authentication. You can also configure Azure AD to automatically provision accounts and access with SCIM. This configuration allows you to assign or unassign the {% data variables.product.prodname_ghe_managed %} application for a user account in your Azure AD tenant to automatically create, grant access to, or deactivate a corresponding user account on {% data variables.product.product_name %}.
+
+For more information about managing identity and access for your enterprise on {% data variables.product.product_location %}, see "[Managing identity and access for your enterprise](/admin/authentication/managing-identity-and-access-for-your-enterprise)."
+
+### 必要な環境
+
+To configure authentication and user provisioning for {% data variables.product.product_name %} using Azure AD, you must have an Azure AD account and tenant. For more information, see the [Azure AD website](https://azure.microsoft.com/en-us/free/active-directory) and [Quickstart: Create an Azure Active Directory tenant](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-create-new-tenant) in the Microsoft Docs.
+
+{% data reusables.saml.assert-the-administrator-attribute %} For more information about including the `administrator` attribute in the SAML claim from Azure AD, see [How to: customize claims issued in the SAML token for enterprise applications](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-saml-claims-customization) in the Microsoft Docs.
+
+{% data reusables.saml.create-a-machine-user %}
+
+### Configuring authentication and user provisioning with Azure AD
+
+{% if currentVersion == "github-ae@latest" %}
+
+1. In Azure AD, add {% data variables.product.ae_azure_ad_app_link %} to your tenant and configure single sign-on.
+
+ | Value in Azure AD | Value from {% data variables.product.prodname_ghe_managed %}
+ |:---------------------- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+ | Identifier (Entity ID) | `https://YOUR-GITHUB-AE-HOSTNAME
+
+
+ Reply URL
+ https://YOUR-GITHUB-AE-HOSTNAME/saml/consume` |
+ | Sign on URL | https://YOUR-GITHUB-AE-HOSTNAME/sso |
+
+1. In {% data variables.product.prodname_ghe_managed %}, enter the details for your Azure AD tenant.
+
+ - {% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+ - If you've already configured SAML SSO for {% data variables.product.product_location %} using another IdP and you want to use Azure AD instead, you can edit your configuration. For more information, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise#editing-the-saml-sso-configuration)."
+
+1. Enable user provisioning in {% data variables.product.product_name %} and configure user provisioning in Azure AD. For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise#enabling-user-provisioning-for-your-enterprise)."
+
+{% endif %}
diff --git a/translations/ja-JP/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md b/translations/ja-JP/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md
new file mode 100644
index 0000000000..ef320ac2ce
--- /dev/null
+++ b/translations/ja-JP/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md
@@ -0,0 +1,8 @@
+---
+title: Configuring authentication and provisioning with your identity provider
+intro: You can use an identity provider (IdP) that supports both SAML single sign-on (SSO) and System for Cross-domain Identity Management (SCIM) to configure authentication and user provisioning for {% data variables.product.product_location %}.
+mapTopic: true
+versions:
+ github-ae: '*'
+---
+
diff --git a/translations/ja-JP/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md b/translations/ja-JP/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md
new file mode 100644
index 0000000000..b12fa2c78a
--- /dev/null
+++ b/translations/ja-JP/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md
@@ -0,0 +1,98 @@
+---
+title: Configuring SAML single sign-on for your enterprise
+shortTitle: Configuring SAML SSO
+intro: You can configure SAML single sign-on (SSO) for your enterprise, which allows you to centrally control authentication for {% data variables.product.product_location %} using your identity provider (IdP).
+product: '{% data reusables.gated-features.saml-sso %}'
+permissions: Enterprise owners can configure SAML SSO for an enterprise on {% data variables.product.product_name %}.
+versions:
+ github-ae: '*'
+---
+
+### SAML SSO について
+
+{% if currentVersion == "github-ae@latest" %}
+
+SAML SSO allows you to centrally control and secure access to {% data variables.product.product_location %} from your SAML IdP. When an unauthenticated user visits {% data variables.product.product_location %} in a browser, {% data variables.product.product_name %} will redirect the user to your SAML IdP to authenticate. After the user successfully authenticates with an account on the IdP, the IdP redirects the user back to {% data variables.product.product_location %}. {% data variables.product.product_name %} validates the response from your IdP, then grants access to the user.
+
+After a user successfully authenticates on your IdP, the user's SAML session for {% data variables.product.product_location %} is active in the browser for 24 hours. After 24 hours, the user must authenticate again with your IdP.
+
+{% data reusables.saml.assert-the-administrator-attribute %}
+
+{% data reusables.scim.after-you-configure-saml %} For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+{% endif %}
+
+### Supported identity providers
+
+{% data variables.product.product_name %} supports SAML SSO with IdPs that implement the SAML 2.0 standard. For more information, see the [SAML Wiki](https://wiki.oasis-open.org/security) on the OASIS website.
+
+{% data variables.product.company_short %} has tested SAML SSO for {% data variables.product.product_name %} with the following IdPs.
+
+{% if currentVersion == "github-ae@latest" %}
+- Azure AD
+{% endif %}
+
+### Enabling SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+During initialization for {% data variables.product.product_name %}, you must configure {% data variables.product.product_name %} as a SAML Service Provider (SP) on your IdP. You must enter several unique values on your IdP to configure {% data variables.product.product_name %} as a valid SP.
+
+| 値 | Other names | 説明 | サンプル |
+|:--------------------------------------- |:----------- |:-------------------------------------------------------------------------- |:------------------------- |
+| SP Entity ID | SP URL | Your top-level URL for {% data variables.product.prodname_ghe_managed %} | https://YOUR-GITHUB-AE-HOSTNAME |
+| SP Assertion Consumer Service (ACS) URL | Reply URL | URL where IdP sends SAML responses | https://YOUR-GITHUB-AE-HOSTNAME/saml/consume |
+| SP Single Sign-On (SSO) URL | | URL where IdP begins SSO | https://YOUR-GITHUB-AE-HOSTNAME/sso |
+
+{% endif %}
+
+### Editing the SAML SSO configuration
+
+If the details for your IdP change, you'll need to edit the SAML SSO configuration for {% data variables.product.product_location %}. For example, if the certificate for your IdP expires, you can edit the value for the public certificate.
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% note %}
+
+**注釈**: {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML single sign-on", type the new details for your IdP. 
+1. Optionally, click {% octicon "pencil" aria-label="The edit icon" %} to configure a new signature or digest method. 
+
+ - Use the drop-down menus and choose the new signature or digest method. 
+1. To ensure that the information you've entered is correct, click **Test SAML configuration**. 
+1. [**Save**] をクリックします。 
+1. Optionally, to automatically provision and deprovision user accounts for {% data variables.product.product_location %}, reconfigure user provisioning with SCIM. For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+{% endif %}
+
+### Disabling SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% warning %}
+
+**Warning**: If you disable SAML SSO for {% data variables.product.product_location %}, users without existing SAML SSO sessions cannot sign into {% data variables.product.product_location %}. SAML SSO sessions on {% data variables.product.product_location %} end after 24 hours.
+
+{% endwarning %}
+
+{% note %}
+
+**注釈**: {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML single sign-on", unselect **Enable SAML authentication**. 
+1. To disable SAML SSO and require signing in with the built-in user account you created during initialization, click **Save**. 
+
+{% endif %}
diff --git a/translations/ja-JP/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md b/translations/ja-JP/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md
new file mode 100644
index 0000000000..d40cbf503b
--- /dev/null
+++ b/translations/ja-JP/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md
@@ -0,0 +1,72 @@
+---
+title: Configuring user provisioning for your enterprise
+shortTitle: Configuring user provisioning
+intro: You can configure System for Cross-domain Identity Management (SCIM) for your enterprise, which automatically provisions user accounts on {% data variables.product.product_location %} when you assign the application for {% data variables.product.product_location %} to a user on your identity provider (IdP).
+permissions: Enterprise owners can configure user provisioning for an enterprise on {% data variables.product.product_name %}.
+product: '{% data reusables.gated-features.saml-sso %}'
+versions:
+ github-ae: '*'
+---
+
+### About user provisioning for your enterprise
+
+{% data reusables.saml.ae-uses-saml-sso %} For more information, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise)."
+
+{% data reusables.scim.after-you-configure-saml %} For more information about SCIM, see [System for Cross-domain Identity Management: Protocol (RFC 7644)](https://tools.ietf.org/html/rfc7644) on the IETF website.
+
+{% if currentVersion == "github-ae@latest" %}
+
+Configuring provisioning allows your IdP to communicate with {% data variables.product.product_location %} when you assign or unassign the application for {% data variables.product.product_name %} to a user on your IdP. When you assign the application, your IdP will prompt {% data variables.product.product_location %} to create an account and send an onboarding email to the user. When you unassign the application, your IdP will communicate with {% data variables.product.product_name %} to invalidate any SAML sessions and disable the member's account.
+
+To configure provisioning for your enterprise, you must enable provisioning on {% data variables.product.product_name %}, then install and configure a provisioning application on your IdP.
+
+The provisioning application on your IdP communicates with {% data variables.product.product_name %} via our SCIM API for enterprises. For more information, see "[GitHub Enterprise administration](/rest/reference/enterprise-admin#scim)" in the {% data variables.product.prodname_dotcom %} REST API documentation.
+
+{% endif %}
+
+### Supported identity providers
+
+{% data reusables.scim.supported-idps %}
+
+### 必要な環境
+
+{% if currentVersion == "github-ae@latest" %}
+
+To automatically provision and deprovision access to {% data variables.product.product_location %} from your IdP, you must first configure SAML SSO when you initialize {% data variables.product.product_name %}. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+
+You must have administrative access on your IdP to configure the application for user provisioning for {% data variables.product.product_name %}.
+
+{% endif %}
+
+### Enabling user provisioning for your enterprise
+
+{% if currentVersion == "github-ae@latest" %}
+
+1. While signed into
+
+{% data variables.product.product_location %} as an enterprise owner, create a personal access token with **admin:enterprise** scope. 詳しい情報については、「[個人アクセストークンを作成する](/github/authenticating-to-github/creating-a-personal-access-token)」を参照してください。
+ {% note %}
+
+ 設定ファイルでクエリスイートを指定すると、{% data variables.product.prodname_codeql %} 分析エンジンは、デフォルトのクエリセットに加えて、スイートに含まれるクエリを実行します。
+ - To create the personal access token, we recommend using the account for the first enterprise owner that you created during initialization. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+ - You'll need this personal access token to configure the application for SCIM on your IdP. Store the token securely in a password manager until you need the token again later in these instructions.
+
+ {% endnote %}
+ {% warning %}
+
+ **Warning**: If the user account for the enterprise owner who creates the personal access token is deactivated or deprovisioned, your IdP will no longer provision and deprovision user accounts for your enterprise automatically. Another enterprise owner must create a new personal access token and reconfigure provisioning on the IdP.
+
+ {% endwarning %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SCIM User Provisioning", select **Require SCIM user provisioning**. 
+1. [**Save**] をクリックします。 
+1. Configure user provisioning in the application for {% data variables.product.product_name %} on your IdP. The application on your IdP requires two values to provision or deprovision user accounts on {% data variables.product.product_location %}.
+
+ | 値 | Other names | 説明 | サンプル |
+ |:------------- |:----------------------------------- |:----------------------------------------------------------------------------------------------------------- |:------------------------------------------- |
+ | URL | Tenant URL | URL to the SCIM provisioning API for your enterprise on {% data variables.product.prodname_ghe_managed %} | https://YOUR-GITHUB-AE-HOSTNAME/scim/v2 |
+ | Shared secret | Personal access token, secret token | Token for application on your IdP to perform provisioning tasks on behalf of an enterprise owner | Personal access token you created in step 1 |
+
+{% endif %}
diff --git a/translations/ja-JP/content/admin/authentication/index.md b/translations/ja-JP/content/admin/authentication/index.md
index 6e89be60cb..68e82218dc 100644
--- a/translations/ja-JP/content/admin/authentication/index.md
+++ b/translations/ja-JP/content/admin/authentication/index.md
@@ -1,10 +1,11 @@
---
title: 認証
-intro: '{% data variables.product.prodname_ghe_server %} のビルトイン認証を使うか、CAS、LDAP、SAML のいずれかを選択して既存のアカウントを統合し、{% data variables.product.product_location_enterprise %} へのユーザアクセスを集中管理できます。'
+intro: You can configure how users sign into {% data variables.product.product_name %}.
redirect_from:
- /enterprise/admin/authentication
versions:
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,5 +19,9 @@ versions:
{% link_in_list /using-ldap %}
{% link_in_list /allowing-built-in-authentication-for-users-outside-your-identity-provider %}
{% link_in_list /changing-authentication-methods %}
-
-
+{% topic_link_in_list /managing-identity-and-access-for-your-enterprise %}
+ {% link_in_list /about-identity-and-access-management-for-your-enterprise %}
+ {% link_in_list /configuring-saml-single-sign-on-for-your-enterprise %}
+ {% link_in_list /configuring-user-provisioning-for-your-enterprise %}
+{% topic_link_in_list /configuring-authentication-and-provisioning-with-your-identity-provider %}
+ {% link_in_list /configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad %}
diff --git a/translations/ja-JP/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md b/translations/ja-JP/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md
new file mode 100644
index 0000000000..9b4b3f0a0a
--- /dev/null
+++ b/translations/ja-JP/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md
@@ -0,0 +1,9 @@
+---
+title: Managing identity and access for your enterprise
+shortTitle: Managing identity and access
+intro: You can centrally manage accounts and access to {% data variables.product.product_location %}.
+mapTopic: true
+versions:
+ github-ae: '*'
+---
+
diff --git a/translations/ja-JP/content/admin/authentication/using-built-in-authentication.md b/translations/ja-JP/content/admin/authentication/using-built-in-authentication.md
index f5de9f2677..6b7407a892 100644
--- a/translations/ja-JP/content/admin/authentication/using-built-in-authentication.md
+++ b/translations/ja-JP/content/admin/authentication/using-built-in-authentication.md
@@ -1,6 +1,6 @@
---
title: ビルトイン認証の利用
-intro: 'デフォルトの認証方式を使用する場合、すべての認証の詳細は {% data variables.product.product_location_enterprise %} に保存されます。 LDAP、SAML、CASのような確立された認証プロバイダをすでに持っているのでなければ、ビルトイン認証がデフォルトの方式になります。'
+intro: 'デフォルトの認証方式を使用する場合、すべての認証の詳細は {% data variables.product.product_location %} に保存されます。 LDAP、SAML、CASのような確立された認証プロバイダをすでに持っているのでなければ、ビルトイン認証がデフォルトの方式になります。'
redirect_from:
- /enterprise/admin/user-management/using-built-in-authentication
- /enterprise/admin/authentication/using-built-in-authentication
diff --git a/translations/ja-JP/content/admin/authentication/using-cas.md b/translations/ja-JP/content/admin/authentication/using-cas.md
index cd35c47517..c4fa1a54ef 100644
--- a/translations/ja-JP/content/admin/authentication/using-cas.md
+++ b/translations/ja-JP/content/admin/authentication/using-cas.md
@@ -32,7 +32,7 @@ versions:
### CASの設定
{% warning %}
-**警告:**{% data variables.product.product_location_enterprise %}でCASを設定するまでは、ユーザはCASのユーザ名とパスワードをAPIリクエストの認証やHTTP/HTTPS経由のGit操作に使えないことに注意してください。 その代わりに、ユーザは[アクセストークンを作成](/enterprise/{{ currentVersion }}/user/articles/creating-an-access-token-for-command-line-use)しなければなりません。
+**警告:**{% data variables.product.product_location %}でCASを設定するまでは、ユーザはCASのユーザ名とパスワードをAPIリクエストの認証やHTTP/HTTPS経由のGit操作に使えないことに注意してください。 その代わりに、ユーザは[アクセストークンを作成](/enterprise/{{ currentVersion }}/user/articles/creating-an-access-token-for-command-line-use)しなければなりません。
{% endwarning %}
diff --git a/translations/ja-JP/content/admin/authentication/using-ldap.md b/translations/ja-JP/content/admin/authentication/using-ldap.md
index ebf827d41f..8286ba9393 100644
--- a/translations/ja-JP/content/admin/authentication/using-ldap.md
+++ b/translations/ja-JP/content/admin/authentication/using-ldap.md
@@ -35,7 +35,7 @@ versions:
{% data reusables.enterprise_user_management.two_factor_auth_header %}
{% data reusables.enterprise_user_management.2fa_is_available %}
-### {% data variables.product.product_location_enterprise %}とのLDAPの設定
+### {% data variables.product.product_location %}とのLDAPの設定
LDAPを設定した後、ユーザは自分のLDAPクレデンシャルでインスタンスにサインインできるようになります。 ユーザが初めてサインインするときに、ディレクトリ内のLDAP属性を使ってプロフィール名、メールアドレス、SSHキーが設定されます。
@@ -43,7 +43,7 @@ LDAPを設定した後、ユーザは自分のLDAPクレデンシャルでイン
{% warning %}
-**警告:**{% data variables.product.product_location_enterprise %}でLDAPを設定する前に、利用するLDAPサービスがページ化された結果をサポートしていることを確認してください。
+**警告:**{% data variables.product.product_location %}でLDAPを設定する前に、利用するLDAPサービスがページ化された結果をサポートしていることを確認してください。
{% endwarning %}
@@ -55,11 +55,11 @@ LDAPを設定した後、ユーザは自分のLDAPクレデンシャルでイン
5. 設定を追加してください。
### LDAPの属性
-{% data variables.product.product_location_enterprise %}のlDAPの設定を完了させるために、以下の属性を使ってください。
+{% data variables.product.product_location %}のlDAPの設定を完了させるために、以下の属性を使ってください。
| 属性名 | 種類 | 説明 |
| ------------------------------------------------ | -- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `Host` | 必須 | LDAP のホスト。例: `ldap.example.com` あるいは `10.0.0.30`。 ホスト名が内部ネットワークからしか利用できないなら、まず{% data variables.product.product_location_enterprise %}のDNSを設定してホスト名を内部のネームサーバを使って解決できるようにする必要があるかもしれません。 |
+| `Host` | 必須 | LDAP のホスト。例: `ldap.example.com` あるいは `10.0.0.30`。 ホスト名が内部ネットワークからしか利用できないなら、まず{% data variables.product.product_location %}のDNSを設定してホスト名を内部のネームサーバを使って解決できるようにする必要があるかもしれません。 |
| `ポート` | 必須 | ホストの LDAP サービスが待ち受けるポート。 例:389及び636(LDAPS用)。 |
| `Encryption` | 必須 | LDAP サーバーとの通信をセキュアにするために使われる暗号化の方法。 例:plain(暗号化なし)、SSL/LDAPS(最初からの暗号化)、StartTLS(接続後に暗号化通信にアップグレード)。 |
| `Domain search user` | 任意 | ユーザのサインインの際に認証のためにユーザのルックアップを行う LDAP ユーザ。 これは通常、サードパーティとのインテグレーションのために特に作成されるサービスアカウントです。 `cn=Administrator,cn=Users,dc=Example,dc=com`のような完全修飾名を使ってください。 Active Directoryでは、ドメイン検索ユーザとして `[DOMAIN]\[USERNAME]`という構文(例:`WINDOWS\Administrator`)を使うこともできます。 |
@@ -190,7 +190,7 @@ LDAP Sync が有効化されると、サイト管理者と Organization のオ
[API を使用して手動同期をトリガー](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#ldap)することもできます。
-### {% data variables.product.product_location_enterprise %}へのアクセスの削除
+### {% data variables.product.product_location %}へのアクセスの削除
[LDAP Sync が有効化](#enabling-ldap-sync)されているなら、ユーザの LDAP のクレデンシャルを削除すれば、次の同期が行われた後にそのユーザのアカウントはサスペンドされます。
diff --git a/translations/ja-JP/content/admin/authentication/using-saml.md b/translations/ja-JP/content/admin/authentication/using-saml.md
index c810ccd47a..cb5efd5876 100644
--- a/translations/ja-JP/content/admin/authentication/using-saml.md
+++ b/translations/ja-JP/content/admin/authentication/using-saml.md
@@ -79,10 +79,10 @@ versions:
{% endtip %}
-5. {% data variables.product.product_location_enterprise %} 上のユーザの管理者権限を SAML プロバイダに決めさせたく**ない**場合、[**Disable administrator demotion/promotion**] を選択します。 
-6. **Single sign-on URL(シングルサインオンURL)**フィールドに、使用するIdpのシングルサインオンのリクエストのためのHTTPあるいはHTTPSエンドポイントを入力してください。 この値はIdpの設定によって決まります。 ホストが内部のネットワークからしか利用できない場合、[{% data variables.product.product_location_enterprise %}を内部ネームサーバーを利用するように設定](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-dns-nameservers/)する必要があるかもしれません。 
-7. または、[**Issuer**] フィールドに、SAML の発行者の名前を入力します。 これは、{% data variables.product.product_location_enterprise %} へ送信されるメッセージの真正性を検証します。 
-8. [**Signature Method**] および [**Digest Method**] ドロップダウンメニューで、SAML の発行者が {% data variables.product.product_location_enterprise %} からのリクエストの整合性の検証に使うハッシュアルゴリズムを選択します。 ** Name Identifier Format(Name Identifier形式)**ドロップダウンメニューから形式を指定してください。 
+5. {% data variables.product.product_location %} 上のユーザの管理者権限を SAML プロバイダに決めさせたく**ない**場合、[**Disable administrator demotion/promotion**] を選択します。 
+6. **Single sign-on URL(シングルサインオンURL)**フィールドに、使用するIdpのシングルサインオンのリクエストのためのHTTPあるいはHTTPSエンドポイントを入力してください。 この値はIdpの設定によって決まります。 ホストが内部のネットワークからしか利用できない場合、[{% data variables.product.product_location %}を内部ネームサーバーを利用するように設定](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-dns-nameservers/)する必要があるかもしれません。 
+7. または、[**Issuer**] フィールドに、SAML の発行者の名前を入力します。 これは、{% data variables.product.product_location %} へ送信されるメッセージの真正性を検証します。 
+8. [**Signature Method**] および [**Digest Method**] ドロップダウンメニューで、SAML の発行者が {% data variables.product.product_location %} からのリクエストの整合性の検証に使うハッシュアルゴリズムを選択します。 ** Name Identifier Format(Name Identifier形式)**ドロップダウンメニューから形式を指定してください。 
9. [**Verification certificate**] の下で、[**Choose File**] をクリックし、IdP からの SAML のレスポンスを検証するための証明書を選択してください。 
10. 必要に応じてSAMLの属性名はIdPに合わせて修正してください。あるいはデフォルト名をそのまま受け付けてください。 
@@ -100,7 +100,7 @@ versions:
{% endif %}
-### {% data variables.product.product_location_enterprise %}へのアクセスの削除
+### {% data variables.product.product_location %}へのアクセスの削除
アイデンティティプロバイダからユーザを削除したなら、そのユーザを手動でサスペンドもしなければなりません。 そうしなければ、そのユーザはアクセストークンあるいはSSHキーを使って引き続き認証を受けることができてしまいます。 詳しい情報については[ユーザのサスペンドとサスペンドの解除](/enterprise/admin/guides/user-management/suspending-and-unsuspending-users)を参照してください。
diff --git a/translations/ja-JP/content/admin/configuration/about-enterprise-configuration.md b/translations/ja-JP/content/admin/configuration/about-enterprise-configuration.md
new file mode 100644
index 0000000000..ed1bd60f40
--- /dev/null
+++ b/translations/ja-JP/content/admin/configuration/about-enterprise-configuration.md
@@ -0,0 +1,31 @@
+---
+title: About enterprise configuration
+intro: 'You can use the site admin dashboard{% if enterpriseServerVersions contains currentVersion %}, {% data variables.enterprise.management_console %}, and administrative shell (SSH) {% elsif currentVersion == "github-ae@latest" %} and enterprise settings or contact support{% endif %} to manage your enterprise.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.about-the-site-admin-dashboard %} For more information, see "[Site admin dashboard](/admin/configuration/site-admin-dashboard)."
+
+{% data reusables.enterprise_site_admin_settings.about-the-management-console %} For more information, see "[Accessing the management console](/admin/configuration/accessing-the-management-console)."
+
+{% data reusables.enterprise_site_admin_settings.about-ssh-access %} For more information, see "[Accessing the administrative shell (SSH)](/admin/configuration/accessing-the-administrative-shell-ssh)."
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+The first time you access your enterprise, you will complete an initial configuration to get
+{% data variables.product.product_name %} ready to use. The initial configuration includes connecting your enterprise with an idP, authenticating with SAML SSO, and configuring policies for repositories and organizations in your enterprise. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+
+For users to receive any emails from {% data variables.product.product_name %} after the initial configuration, you must ask {% data variables.contact.github_support %} to configure outbound email support with your SMTP server. For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)."
+
+Later, you can use the site admin dashboard and enterprise settings to further configure your enterprise, manage users, organizations and repositories, and set policies that reduce risk and increase quality.
+
+All enterprises are configured with subdomain isolation and support for TLS 1.2 and higher for encrypted traffic only.
+{% endif %}
+
+### 参考リンク
+
+- "[Managing users, organizations, and repositories](/admin/user-management)"
+- "[Setting policies for your enterprise](/admin/policies)"
diff --git a/translations/ja-JP/content/admin/configuration/accessing-the-administrative-shell-ssh.md b/translations/ja-JP/content/admin/configuration/accessing-the-administrative-shell-ssh.md
index 59dafa2183..ef243e8cca 100644
--- a/translations/ja-JP/content/admin/configuration/accessing-the-administrative-shell-ssh.md
+++ b/translations/ja-JP/content/admin/configuration/accessing-the-administrative-shell-ssh.md
@@ -10,7 +10,7 @@ redirect_from:
- /enterprise/admin/2.15/articles/troubleshooting-ssh-permission-denied-publickey/
- /enterprise/admin/installation/accessing-the-administrative-shell-ssh
- /enterprise/admin/configuration/accessing-the-administrative-shell-ssh
-intro: 'SSH アクセスにより、{% data variables.product.prodname_ghe_server %} のコマンドラインユーティリティを実行でき、トラブルシューティング、バックアップの実行、およびレプリケーションの設定に役立ちます。'
+intro: '{% data reusables.enterprise_site_admin_settings.about-ssh-access %}'
versions:
enterprise-server: '*'
---
@@ -46,7 +46,7 @@ admin@github-example-com:~$ █
#### SSH 接続問題のトラブルシューティング
-SSH 経由で {% data variables.product.product_location_enterprise %} に接続しようとしたときに、`Permission denied (publickey)` というエラーが発生した場合は、ポート 122 経由で接続していることを確認してください。 使用するプライベートな SSH キーを明確に指定することが必要になる場合があります。
+SSH 経由で {% data variables.product.product_location %} に接続しようとしたときに、`Permission denied (publickey)` というエラーが発生した場合は、ポート 122 経由で接続していることを確認してください。 使用するプライベートな SSH キーを明確に指定することが必要になる場合があります。
コマンドラインでプライベートな SSH キーを指定するには、`-i` 引数を付けて `ssh` を実行します。
diff --git a/translations/ja-JP/content/admin/configuration/accessing-the-management-console.md b/translations/ja-JP/content/admin/configuration/accessing-the-management-console.md
index 6cee25affb..bda84f468a 100644
--- a/translations/ja-JP/content/admin/configuration/accessing-the-management-console.md
+++ b/translations/ja-JP/content/admin/configuration/accessing-the-management-console.md
@@ -1,6 +1,6 @@
---
title: Management Console にアクセスする
-intro: '{% data variables.product.product_location %}のセットアップと設定、メンテナンスウィンドウのスケジューリング、問題のトラブルシューティング、ライセンスの管理には{% data variables.enterprise.management_console %}を使ってください。'
+intro: '{% data reusables.enterprise_site_admin_settings.about-the-management-console %}'
redirect_from:
- /enterprise/admin/articles/about-the-management-console/
- /enterprise/admin/articles/management-console-for-emergency-recovery/
@@ -17,15 +17,15 @@ versions:
### {% data variables.enterprise.management_console %}について
次の基本的な管理作業には {% data variables.enterprise.management_console %} を使用します。
-- **初期セットアップ**: ブラウザで {% data variables.product.product_location_enterprise %} の IP アドレスにアクセスすることで {% data variables.product.product_location_enterprise %} を最初に起動したときに、初期セットアッププロセスを段階的に実行します。
+- **初期セットアップ**: ブラウザで {% data variables.product.product_location %} の IP アドレスにアクセスすることで {% data variables.product.product_location %} を最初に起動したときに、初期セットアッププロセスを段階的に実行します。
- **インスタンスの基本設定**: [Settings] ページで、DNS、ホスト名、SSL、ユーザ認証、メール、モニタリングサービス、ログの転送を設定します。
-- **スケジュールメンテナンスウィンドウ**: {% data variables.enterprise.management_console %} または管理シェルを使用してメンテナンスを実行する際に、{% data variables.product.product_location_enterprise %} をオフラインにします。
+- **スケジュールメンテナンスウィンドウ**: {% data variables.enterprise.management_console %} または管理シェルを使用してメンテナンスを実行する際に、{% data variables.product.product_location %} をオフラインにします。
- **トラブルシューティング**: Support Bundle を生成するか、高レベルの診断情報を一覧表示します。
- **ライセンス管理**: {% data variables.product.prodname_enterprise %} ライセンスを一覧表示または更新します。
-{% data variables.enterprise.management_console %}には、{% data variables.product.product_location_enterprise %}のIPアドレスからいつでもアクセスできます。インスタンスがメンテナンスモードになっていたり、致命的なアプリケーション障害やホスト名あるいはSSLの設定ミスがあってもアクセス可能です。
+{% data variables.enterprise.management_console %}には、{% data variables.product.product_location %}のIPアドレスからいつでもアクセスできます。インスタンスがメンテナンスモードになっていたり、致命的なアプリケーション障害やホスト名あるいはSSLの設定ミスがあってもアクセス可能です。
-{% data variables.enterprise.management_console %}にアクセスするには、{% data variables.product.product_location_enterprise %}の初期セットアップ時に設定した管理者パスワードを使わなければなりません。 また、ポート8443で仮想マシンのホストに接続することもできます。 {% data variables.enterprise.management_console %}へのアクセスに問題があれば、中間のファイアウォールやセキュリティグループの設定を確認してください。
+{% data variables.enterprise.management_console %}にアクセスするには、{% data variables.product.product_location %}の初期セットアップ時に設定した管理者パスワードを使わなければなりません。 また、ポート8443で仮想マシンのホストに接続することもできます。 {% data variables.enterprise.management_console %}へのアクセスに問題があれば、中間のファイアウォールやセキュリティグループの設定を確認してください。
### サイト管理者としての{% data variables.enterprise.management_console %}へのアクセス
diff --git a/translations/ja-JP/content/admin/configuration/command-line-utilities.md b/translations/ja-JP/content/admin/configuration/command-line-utilities.md
index 98a04169a2..185cf4279b 100644
--- a/translations/ja-JP/content/admin/configuration/command-line-utilities.md
+++ b/translations/ja-JP/content/admin/configuration/command-line-utilities.md
@@ -64,7 +64,7 @@ ghe-cleanup-settings
#### ghe-config
-このユーティリティを使用すると、{% data variables.product.product_location_enterprise %} の設定を取得して変更することができます。
+このユーティリティを使用すると、{% data variables.product.product_location %} の設定を取得して変更することができます。
```shell
$ ghe-config core.github-hostname
@@ -394,7 +394,7 @@ ghe-ssl-acme -e
S/MIME コミット署名の検証のために証明書チェーンを追加するには、このユーティリティを実行します。 詳細は「[コミット署名の検証について](/enterprise/{{ currentVersion }}/user/articles/about-commit-signature-verification/)」を参照してください。
-他のサーバが自己署名証明書または必要な CA バンドルがついていない SSL 証明書を使っているため {% data variables.product.product_location_enterprise %} がそのサーバに接続できない場合、このユーティリティを使ってください。 これを確認する方法は、{% data variables.product.product_location_enterprise %} から`openssl s_client -connect host:port -verify 0 -CApath /etc/ssl/certs` を実行することです。 リモートサーバの SSL 証明書を確認できたら、`SSL-Session` が次のように0の終了コードを表示します。
+他のサーバが自己署名証明書または必要な CA バンドルがついていない SSL 証明書を使っているため {% data variables.product.product_location %} がそのサーバに接続できない場合、このユーティリティを使ってください。 これを確認する方法は、{% data variables.product.product_location %} から`openssl s_client -connect host:port -verify 0 -CApath /etc/ssl/certs` を実行することです。 リモートサーバの SSL 証明書を確認できたら、`SSL-Session` が次のように0の終了コードを表示します。
```
SSL-Session:
@@ -452,7 +452,7 @@ $ ghe-storage-extend
#### ghe-version
-このユーティリティは、{% data variables.product.product_location_enterprise %} のバージョンやプラットフォーム、ビルドを表示します。
+このユーティリティは、{% data variables.product.product_location %} のバージョンやプラットフォーム、ビルドを表示します。
```shell
$ ghe-version
diff --git a/translations/ja-JP/content/admin/configuration/configuring-a-hostname.md b/translations/ja-JP/content/admin/configuration/configuring-a-hostname.md
index b5722dac98..6430f1a98e 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-a-hostname.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-a-hostname.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-ハードコードされたIPアドレスの代わりにホスト名を設定すれば、ユーザやクライアントソフトウェアに影響を与えることなく{% data variables.product.product_location_enterprise %}を動作させる物理ハードウェアを変更できるようになります。
+ハードコードされたIPアドレスの代わりにホスト名を設定すれば、ユーザやクライアントソフトウェアに影響を与えることなく{% data variables.product.product_location %}を動作させる物理ハードウェアを変更できるようになります。
{% data variables.enterprise.management_console %} のホスト名の設定は、適切な完全修飾ドメイン名 (FQDN) に設定して、インターネット上または内部ネットワーク内で解決できるようにしてください。 たとえば、ホスト名の設定は `github.companyname.com` であるかもしれません。 また、選択したホスト名に対して Subdomain Isolation を有効にして、いくつかのクロスサイトスクリプティングスタイルの脆弱性を軽減することもおすすめします。 ホスト名の設定に関する詳しい情報については、[HTTP RFC の Section 2.1](https://tools.ietf.org/html/rfc1123#section-2) を参照してください。
@@ -18,9 +18,9 @@ versions:
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
{% data reusables.enterprise_management_console.hostname-menu-item %}
-4. {% data variables.product.product_location_enterprise %} に設定するホスト名を入力します。 
+4. {% data variables.product.product_location %} に設定するホスト名を入力します。 
5. 新しいホスト名のためのDNS及びSSLの設定をテストするには**Test domain settings(ドメイン設定のテスト)**をクリックしてください。 ![[Test domain settings] ボタン](/assets/images/enterprise/management-console/test-domain-settings.png)
{% data reusables.enterprise_management_console.test-domain-settings-failure %}
{% data reusables.enterprise_management_console.save-settings %}
-ホスト名を設定したら、{% data variables.product.product_location_enterprise %}のSubdomain Isolationを有効化することをお勧めします。 詳しい情報については"[Subdomain Isolationの有効化](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)"を参照してください。
+ホスト名を設定したら、{% data variables.product.product_location %}のSubdomain Isolationを有効化することをお勧めします。 詳しい情報については"[Subdomain Isolationの有効化](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)"を参照してください。
diff --git a/translations/ja-JP/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/translations/ja-JP/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
index 6c1373df04..4364096b86 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
@@ -1,6 +1,6 @@
---
title: アウトバウンドのWebプロキシサーバの設定
-intro: 'プロキシサーバは、{% data variables.product.product_location_enterprise %}に追加のセキュリティのレベルをもたらしてくれます。'
+intro: 'プロキシサーバは、{% data variables.product.product_location %}に追加のセキュリティのレベルをもたらしてくれます。'
redirect_from:
- /enterprise/admin/guides/installation/configuring-a-proxy-server/
- /enterprise/admin/installation/configuring-an-outbound-web-proxy-server
@@ -9,11 +9,11 @@ versions:
enterprise-server: '*'
---
-{% data variables.product.product_location_enterprise %} に対してプロキシサーバーが有効である場合、送信先ホストが HTTP プロキシ除外として追加されていない限り、{% data variables.product.prodname_ghe_server %} によって送信されたアウトバウンドメッセージがプロキシサーバーを経由してまず最初に送信されます。 アウトバウンドのメッセージの種類には、webhook、Bundleのアップロード、レガシーのアバターのフェッチが含まれます。 プロキシサーバのURLは、たとえば`http://127.0.0.1:8123`といったように、プロトコル、ドメインもしくはIPアドレスにポート番号を加えたものです。
+{% data variables.product.product_location %} に対してプロキシサーバーが有効である場合、送信先ホストが HTTP プロキシ除外として追加されていない限り、{% data variables.product.prodname_ghe_server %} によって送信されたアウトバウンドメッセージがプロキシサーバーを経由してまず最初に送信されます。 アウトバウンドのメッセージの種類には、webhook、Bundleのアップロード、レガシーのアバターのフェッチが含まれます。 プロキシサーバのURLは、たとえば`http://127.0.0.1:8123`といったように、プロトコル、ドメインもしくはIPアドレスにポート番号を加えたものです。
{% note %}
-**メモ:** {% data variables.product.product_location_enterprise %} を {% data variables.product.prodname_dotcom_the_website %} に接続するには、`github.com` と `api.github.com` への接続がプロキシ設定で許可されている必要があります。 詳細は「[{% data variables.product.prodname_ghe_server %} を {% data variables.product.prodname_dotcom_the_website %} に接続する](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/connecting-github-enterprise-server-to-github-com)」を参照してください。
+**メモ:** {% data variables.product.product_location %} を {% data variables.product.prodname_dotcom_the_website %} に接続するには、`github.com` と `api.github.com` への接続がプロキシ設定で許可されている必要があります。 詳細は「[{% data variables.product.prodname_ghe_server %} を {% data variables.product.prodname_dotcom_the_website %} に接続する](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/connecting-github-enterprise-server-to-github-com)」を参照してください。
{% endnote %}
diff --git a/translations/ja-JP/content/admin/configuration/configuring-applications.md b/translations/ja-JP/content/admin/configuration/configuring-applications.md
index b00ed254e9..013e836f03 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-applications.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-applications.md
@@ -1,6 +1,6 @@
---
title: アプリケーションを設定する
-intro: '{% data variables.product.product_location_enterprise %} 向けに内部アプリケーションを設定できます。'
+intro: '{% data variables.product.product_location %} 向けに内部アプリケーションを設定できます。'
redirect_from:
- /enterprise/admin/installation/configuring-applications
- /enterprise/admin/configuration/configuring-applications
@@ -10,12 +10,12 @@ versions:
### 画像キャッシュを調整する
-{% data variables.product.product_location_enterprise %} がアバターをキャッシュする時間を選択できます。 キャッシュ時間を長くすると、ユーザのアバターをロードするのにかかる時間が長くなります。 キャッシュ時間を短すぎる値で設定すると、{% data variables.product.product_location_enterprise %} のワークプロセスが過負荷になる可能性があります。
+{% data variables.product.product_location %} がアバターをキャッシュする時間を選択できます。 キャッシュ時間を長くすると、ユーザのアバターをロードするのにかかる時間が長くなります。 キャッシュ時間を短すぎる値で設定すると、{% data variables.product.product_location %} のワークプロセスが過負荷になる可能性があります。
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
3. 左のサイドバーで、**Applications(アプリケーション)** をクリックしてください。 ![[Settings] サイドバーでの [Applications] タブ](/assets/images/enterprise/management-console/sidebar-applications.png)
4. [Avatar image cache time (seconds)] で、
-{% data variables.product.product_location_enterprise %} がアバター画像をキャッシュする秒数を入力します。
+{% data variables.product.product_location %} がアバター画像をキャッシュする秒数を入力します。

{% data reusables.enterprise_management_console.save-settings %}
diff --git a/translations/ja-JP/content/admin/configuration/configuring-backups-on-your-appliance.md b/translations/ja-JP/content/admin/configuration/configuring-backups-on-your-appliance.md
index 8011bc4535..5a9cc64016 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-backups-on-your-appliance.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-backups-on-your-appliance.md
@@ -12,14 +12,14 @@ redirect_from:
- /enterprise/admin/guides/installation/backups-and-disaster-recovery/
- /enterprise/admin/installation/configuring-backups-on-your-appliance
- /enterprise/admin/configuration/configuring-backups-on-your-appliance
-intro: 'システム災害復旧計画の一部として、自動化バックアップを設定して{% data variables.product.product_location_enterprise %}のプロダクションデータを保護できます。'
+intro: 'システム災害復旧計画の一部として、自動化バックアップを設定して{% data variables.product.product_location %}のプロダクションデータを保護できます。'
versions:
enterprise-server: '*'
---
### {% data variables.product.prodname_enterprise_backup_utilities %}について
-{% data variables.product.prodname_enterprise_backup_utilities %}は、個別のホストにインストールするバックアップシステムで、{% data variables.product.product_location_enterprise %}のバックアップスナップショットをセキュアなSSHネットワーク接続経由で定期的に取得します。 スナップショットを使用して、既存の {% data variables.product.prodname_ghe_server %} インスタンスをバックアップホストから以前の状態に復元できます。
+{% data variables.product.prodname_enterprise_backup_utilities %}は、個別のホストにインストールするバックアップシステムで、{% data variables.product.product_location %}のバックアップスナップショットをセキュアなSSHネットワーク接続経由で定期的に取得します。 スナップショットを使用して、既存の {% data variables.product.prodname_ghe_server %} インスタンスをバックアップホストから以前の状態に復元できます。
ネットワーク経由で転送されるのは最後のスナップショット以降に追加されたデータのみで、追加の物理ストレージ領域もその分だけしか占めません。 パフォーマンスへの影響を最小化するために、バックアップは最低のCPU/IO優先度の下でオンライン実行されます。 バックアップを行うために、メンテナンスウィンドウをスケジューリングする必要はありません。
@@ -27,11 +27,11 @@ versions:
### 必要な環境
-{% data variables.product.prodname_enterprise_backup_utilities %}を利用するには、{% data variables.product.product_location_enterprise %}とは別のLinuxもしくはUnixホストシステムが必要です。
+{% data variables.product.prodname_enterprise_backup_utilities %}を利用するには、{% data variables.product.product_location %}とは別のLinuxもしくはUnixホストシステムが必要です。
{% data variables.product.prodname_enterprise_backup_utilities %}は、重要なデータのための長期的な恒久ストレージの既存環境に統合することもできます。
-バックアップホストと{% data variables.product.product_location_enterprise %}は、地理的に離れたところに配置することをおすすめします。 そうすることで、プライマリのサイトにおける大規模な災害やネットワーク障害に際してもリカバリにバックアップが利用できることが保証されます。
+バックアップホストと{% data variables.product.product_location %}は、地理的に離れたところに配置することをおすすめします。 そうすることで、プライマリのサイトにおける大規模な災害やネットワーク障害に際してもリカバリにバックアップが利用できることが保証されます。
物理的なストレージの要求は、Gitリポジトリのディスク利用状況と予想される成長パターンによって異なります。
@@ -59,7 +59,7 @@ versions:
3. `GHE_HOSTNAME` の値をプライマリの {% data variables.product.prodname_ghe_server %} インスタンスのホスト名あるいは IP アドレスに設定します。
4. `GHE_DATA_DIR` の値をバックアップスナップショットを保存したいファイルシステムの場所に設定します。
5. `https://HOSTNAME/setup/settings` にあるプライマリインスタンスの設定ページを開き、バックアップホストの SSH キーを認証済みの SSH キーのリストに追加します。 詳しい情報については、「[管理シェル (SSH) にアクセスする](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/)」を参照してください。
-5. `ghe-host-check` コマンドで、{% data variables.product.product_location_enterprise %} との SSH 接続を確認します。
+5. `ghe-host-check` コマンドで、{% data variables.product.product_location %} との SSH 接続を確認します。
```shell
$ bin/ghe-host-check
```
@@ -78,9 +78,9 @@ versions:
### バックアップのリストア
-万が一、プライマリサイトで長時間の停止または壊滅的なイベントが発生した場合は、別の {% data variables.product.prodname_enterprise %} アプライアンスをプロビジョニングしてバックアップホストから復元を実行することで、{% data variables.product.product_location_enterprise %} を復元できます。 アプライアンスを復元する前に、バックアップホストの SSH キーをターゲットの {% data variables.product.prodname_enterprise %} アプライアンスに認証済み SSH キーとして追加する必要があります。
+万が一、プライマリサイトで長時間の停止または壊滅的なイベントが発生した場合は、別の {% data variables.product.prodname_enterprise %} アプライアンスをプロビジョニングしてバックアップホストから復元を実行することで、{% data variables.product.product_location %} を復元できます。 アプライアンスを復元する前に、バックアップホストの SSH キーをターゲットの {% data variables.product.prodname_enterprise %} アプライアンスに認証済み SSH キーとして追加する必要があります。
-最後に成功したスナップショットから {% data variables.product.product_location_enterprise %} を復元するには、`ghe-restore` コマンドを使用します。 以下と同じような出力が表示されるでしょう:
+最後に成功したスナップショットから {% data variables.product.product_location %} を復元するには、`ghe-restore` コマンドを使用します。 以下と同じような出力が表示されるでしょう:
```shell
$ ghe-restore -c 169.154.1.1
diff --git a/translations/ja-JP/content/admin/configuration/configuring-built-in-firewall-rules.md b/translations/ja-JP/content/admin/configuration/configuring-built-in-firewall-rules.md
index 6f2e6564f8..91a38008ee 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-built-in-firewall-rules.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-built-in-firewall-rules.md
@@ -1,6 +1,6 @@
---
title: 組み込みファイアウォールのルール設定
-intro: '{% data variables.product.product_location_enterprise %}のデフォルトのファイアウォールのルールとカスタマイズされたルールを見ることができます。'
+intro: '{% data variables.product.product_location %}のデフォルトのファイアウォールのルールとカスタマイズされたルールを見ることができます。'
redirect_from:
- /enterprise/admin/guides/installation/configuring-firewall-settings/
- /enterprise/admin/installation/configuring-built-in-firewall-rules
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-### {% data variables.product.product_location_enterprise %}のファイアウォールについて
+### {% data variables.product.product_location %}のファイアウォールについて
{% data variables.product.prodname_ghe_server %} は、仮想アプライアンスで Ubuntu の Uncomplicated Firewall (UFW) を使用します。 詳しい情報についてはUbuntuのドキュメンテーションの"[UFW](https://help.ubuntu.com/community/UFW)"を参照してください。 {% data variables.product.prodname_ghe_server %} は、許可されたサービスのファイアウォールのホワイトリストをリリースごとに自動的に更新します。
@@ -66,7 +66,7 @@ UFW ファイアウォールは、{% data variables.product.prodname_ghe_server
$ sudo cp -r /lib/ufw ~/ufw.backup
```
-{% data variables.product.product_location_enterprise %}をアップグレードした後は、カスタムのファイアウォールルールを再適用しなければなりません。 ファイアウォールのカスタムルールを再適用するためのスクリプトを作成することをお勧めします。
+{% data variables.product.product_location %}をアップグレードした後は、カスタムのファイアウォールルールを再適用しなければなりません。 ファイアウォールのカスタムルールを再適用するためのスクリプトを作成することをお勧めします。
### デフォルトのファイアウォールルールのリストア
diff --git a/translations/ja-JP/content/admin/configuration/configuring-code-scanning-for-your-appliance.md b/translations/ja-JP/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
index 7a61d66b33..9f961ba3da 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
@@ -1,7 +1,7 @@
---
title: アプライアンスのコードスキャンを設定する
shortTitle: コードスキャンを設定する
-intro: '{% data variables.product.product_location_enterprise %} の {% data variables.product.prodname_code_scanning %} を有効化、設定、および無効化できます。 {% data variables.product.prodname_code_scanning_capc %} を使用すると、コードの脆弱性やエラーをスキャンできます。'
+intro: '{% data variables.product.product_location %} の {% data variables.product.prodname_code_scanning %} を有効化、設定、および無効化できます。 {% data variables.product.prodname_code_scanning_capc %} を使用すると、コードの脆弱性やエラーをスキャンできます。'
product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 4
redirect_from:
@@ -20,7 +20,7 @@ versions:
{% data reusables.code-scanning.enabling-options %}
-{% data variables.product.product_location_enterprise %} のユーザがリポジトリで {% data variables.product.prodname_code_scanning %} を有効化して使用できるようにするには、サイト管理者として、アプライアンス全体でこの機能を有効にする必要があります。
+{% data variables.product.product_location %} のユーザがリポジトリで {% data variables.product.prodname_code_scanning %} を有効化して使用できるようにするには、サイト管理者として、アプライアンス全体でこの機能を有効にする必要があります。
### アプライアンスで {% data variables.product.prodname_code_scanning %} が有効かどうかを確認する方法
@@ -55,18 +55,18 @@ versions:
{% data variables.product.prodname_ghe_server %} で {% data variables.product.prodname_actions %} を使用して {% data variables.product.prodname_code_scanning %} を実行するには、適切なアクションがローカルで使用可能である必要があります。 アクションを 3 つの方法で利用可能にすることができます。
- **推奨** [{% data variables.product.prodname_github_connect %}](/enterprise/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud) を使用して、{% data variables.product.prodname_dotcom_the_website %} からアクションを自動的にダウンロードできます。 インスタンスをホストするマシンは、{% data variables.product.prodname_dotcom_the_website %} にアクセス可能である必要があります。 この方法で、最新のソフトウェアを自動的に入手できます。 詳しい情報については、「[{% data variables.product.prodname_actions %} を同期するために {% data variables.product.prodname_github_connect %} を設定する](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance#configuring-github-connect-to-sync-github-actions)」を参照してください。
-- {% data variables.product.prodname_codeql_workflow %} を使用する場合は、[https://github.com/github/codeql-action-sync-tool](https://github.com/github/codeql-action-sync-tool/) にある {% data variables.product.prodname_codeql %} Action 同期ツールを使用して、リポジトリを {% data variables.product.prodname_dotcom_the_website %} から {% data variables.product.prodname_ghe_server %} に同期できます。 コンピューターで {% data variables.product.product_location_enterprise %} と {% data variables.product.prodname_dotcom_the_website %} の両方に同時にアクセスできる限り、{% data variables.product.product_location_enterprise %} または {% data variables.product.prodname_actions %} ランナーがインターネットにアクセスできるかどうかに関係なく、このツールを使用できます。
+- {% data variables.product.prodname_codeql_workflow %} を使用する場合は、[https://github.com/github/codeql-action-sync-tool](https://github.com/github/codeql-action-sync-tool/) にある {% data variables.product.prodname_codeql %} Action 同期ツールを使用して、リポジトリを {% data variables.product.prodname_dotcom_the_website %} から {% data variables.product.prodname_ghe_server %} に同期できます。 コンピューターで {% data variables.product.product_location %} と {% data variables.product.prodname_dotcom_the_website %} の両方に同時にアクセスできる限り、{% data variables.product.product_location %} または {% data variables.product.prodname_actions %} ランナーがインターネットにアクセスできるかどうかに関係なく、このツールを使用できます。
- アクションで {% data variables.product.prodname_dotcom_the_website %} リポジトリをクローンすることにより、サーバーにアクションのリポジトリのローカルコピーを作成できます。 たとえば、{% data variables.product.prodname_codeql %} アクションを使用する場合、インスタンス `github/codeql-action` と呼ばれるリポジトリを作成し、{% data variables.product.prodname_dotcom_the_website %} から[リポジトリ](https://github.com/github/codeql-action)を複製して、そのリポジトリをインスタンスの `github/codeql-action` リポジトリにプッシュできます。 また、{% data variables.product.prodname_dotcom_the_website %} のリポジトリからリリースをダウンロードし、リリースとしてインスタンスの `github/codeql-action` リポジトリにアップロードする必要があります。
##### {% data variables.product.prodname_actions %} を同期するために {% data variables.product.prodname_github_connect %} を設定する
1. {% data variables.product.prodname_dotcom_the_website %} からオンデマンドでアクションワークフローをダウンロードする場合は、{% data variables.product.prodname_github_connect %} を有効にする必要があります。 詳しい情報については、「[{% data variables.product.prodname_github_connect %} を有効化する](/enterprise/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud#enabling-github-connect)」を参照してください。
-2. また、{% data variables.product.product_location_enterprise %} に対して {% data variables.product.prodname_actions %} を有効化する必要があります。 詳しい情報については、「[{% data variables.product.prodname_actions %} の有効化とストレージの設定](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)」をご覧ください。
+2. また、{% data variables.product.product_location %} に対して {% data variables.product.prodname_actions %} を有効化する必要があります。 詳しい情報については、「[{% data variables.product.prodname_actions %} の有効化とストレージの設定](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)」をご覧ください。
3. 次のステップは、{% data variables.product.prodname_github_connect %} を使用して、{% data variables.product.prodname_dotcom_the_website %} に対するアクションへのアクセスを設定することです。 詳しい情報については、「[{% data variables.product.prodname_github_connect %} を使用した {% data variables.product.prodname_dotcom_the_website %} アクションへの自動アクセスを有効化する](/enterprise/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect)」を参照してください。
4. セルフホストランナーをリポジトリ、Organization、または Enterprise アカウントに追加します。 詳しい情報については「[セルフホストランナーの追加](/actions/hosting-your-own-runners/adding-self-hosted-runners)」を参照してください。
-セルフホストランナーを設定した後、ユーザは {% data variables.product.product_location_enterprise %} の個々のリポジトリに対して {% data variables.product.prodname_code_scanning %} を有効化できます。 デフォルトの {% data variables.product.prodname_code_scanning %} ワークフローは、`on.push` イベントを使用して、ワークフローファイルを含むブランチへのプッシュごとにコードスキャンをトリガーします。
+セルフホストランナーを設定した後、ユーザは {% data variables.product.product_location %} の個々のリポジトリに対して {% data variables.product.prodname_code_scanning %} を有効化できます。 デフォルトの {% data variables.product.prodname_code_scanning %} ワークフローは、`on.push` イベントを使用して、ワークフローファイルを含むブランチへのプッシュごとにコードスキャンをトリガーします。
### {% data variables.product.prodname_codeql_runner %} を使用して {% data variables.product.prodname_code_scanning %} を実行する
Organization が {% data variables.product.prodname_actions %} のベータに参加していない場合、または {% data variables.product.prodname_actions %} を使用しない場合は、{% data variables.product.prodname_codeql_runner %} を使用して {% data variables.product.prodname_code_scanning %} を実行できます。
diff --git a/translations/ja-JP/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md b/translations/ja-JP/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md
new file mode 100644
index 0000000000..13ad91e0ff
--- /dev/null
+++ b/translations/ja-JP/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md
@@ -0,0 +1,71 @@
+---
+title: Configuring data encryption for your enterprise
+shortTitle: Configuring data encryption
+intro: 'For encryption at rest, you can provide your own encryption key to encrypt your data under your encryption policies.'
+versions:
+ github-ae: '*'
+---
+
+{% note %}
+
+**Note:** Configuring encryption at rest with a customer-managed key is currently in beta and subject to change.
+
+{% endnote %}
+
+### About data encryption
+
+To provide a high level of security, {% data variables.product.product_name %} encrypts your data while at rest in the data centers and while your data is in transit between users' machines and the data centers.
+
+For encryption in transit, {% data variables.product.product_name %} uses Transport Layer Security (TLS). For encryption at rest, {% data variables.product.product_name %} provides a default RSA key. After you've initialized your enterprise, you can choose to provide your own key instead. Your key should be a 2048 bit RSA private key in PEM format.
+
+The key that you provide is stored in a hardware security module (HSM) in a key vault that {% data variables.product.company_short %} manages.
+
+To configure your encryption key, use the REST API. There are a number of API endpoints, for example to check the status of encryption, update your encryption key, and delete your encryption key. Note that deleting your key will freeze your enterprise. For more information about the API endpoints, see "[Encryption at rest](/rest/reference/enterprise-admin#encryption-at-rest)" in the REST API documentation.
+
+### Adding or updating an encryption key
+
+You can add a new encryption key as often as you need. When you add a new key, the old key is discarded. Your enterprise won't experience downtime when you update the key.
+
+Your 2048 bit RSA private key should be in PEM format, for example in a file called _private-key.pem_.
+
+ ```
+ -----BEGIN RSA PRIVATE KEY-----
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -----END RSA PRIVATE KEY-----
+ ```
+
+1. To add your key, use the `PATCH /enterprise/encryption` endpoint, replacing *~/private-key.pem* with the path to your private key.
+
+ ```shell
+ curl -X PATCH http(s)://hostname/api/v3/enterprise/encryption \
+ -d "{ \"key\": \"$(awk '{printf "%s\\n", $0}' ~/private-key.pem)\" }"
+ ```
+
+2. Optionally, check the status of the update operation.
+
+ ```shell
+ curl -X GET http(s)://hostname/api/v3/enterprise/encryption/status/request_id
+ ```
+
+### Deleting your encryption key
+
+To freeze your enterprise, for example in the case of a breach, you can disable encryption at rest by deleting your encryption key.
+
+To unfreeze your enterprise after you've deleted your encryption key, contact support. 詳しい情報については、「[{% data variables.contact.enterprise_support %} について](/admin/enterprise-support/about-github-enterprise-support)」を参照してください。
+
+1. To delete your key and disable encryption at rest, use the `DELETE /enterprise/encryption` endpoint.
+
+ ```shell
+ curl -X DELETE http(s)://hostname/api/v3/enterprise/encryption
+ ```
+
+2. Optionally, check the status of the delete operation.
+
+ ```shell
+ curl -X GET http(s)://hostname/api/v3/enterprise/encryption/status/request_id
+ ```
+
+### 参考リンク
+
+- "[Encryption at rest](/rest/reference/enterprise-admin#encryption-at-rest)" in the REST API documentation
diff --git a/translations/ja-JP/content/admin/configuration/configuring-dns-nameservers.md b/translations/ja-JP/content/admin/configuration/configuring-dns-nameservers.md
index c7d4a3a7b6..d405a1f8c3 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-dns-nameservers.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-dns-nameservers.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-指定するネームサーバは、{% data variables.product.product_location_enterprise %}のホスト名を解決できなければなりません。
+指定するネームサーバは、{% data variables.product.product_location %}のホスト名を解決できなければなりません。
{% data reusables.enterprise_installation.changing-hostname-not-supported %}
@@ -28,7 +28,7 @@ versions:
```
3. `nameserver` エントリを追加し、続いてファイルを保存します。
4. 変更を確認したら、ファイルを保存します。
-5. 新しいネームサーバーエントリを {% data variables.product.product_location_enterprise %} に追加するには、次を入力します:
+5. 新しいネームサーバーエントリを {% data variables.product.product_location %} に追加するには、次を入力します:
```shell
$ sudo service resolvconf restart
```
diff --git a/translations/ja-JP/content/admin/configuration/configuring-email-for-notifications.md b/translations/ja-JP/content/admin/configuration/configuring-email-for-notifications.md
new file mode 100644
index 0000000000..15da3313ba
--- /dev/null
+++ b/translations/ja-JP/content/admin/configuration/configuring-email-for-notifications.md
@@ -0,0 +1,167 @@
+---
+title: 通知のためのメール設定
+redirect_from:
+ - /enterprise/admin/guides/installation/email-configuration/
+ - /enterprise/admin/articles/configuring-email/
+ - /enterprise/admin/articles/troubleshooting-email/
+ - /enterprise/admin/articles/email-configuration-and-troubleshooting/
+ - /enterprise/admin/user-management/configuring-email-for-notifications
+intro: 'To make it easy for users to respond quickly to activity on {% data variables.product.product_name %}, you can configure your enterprise to send email notifications on issue, pull request, and commit comments{% if enterpriseServerVersions contains currentVersion %}, as well as additional settings to allow inbound email replies{% endif %}.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+通知のメールは、ユーザがWatchしているリポジトリでアクティビティがあった場合、参加しているプルリクエストあるいはIssueにアクティビティがあった場合、コメント中でユーザもしくはメンバーとなっているTeamが@メンションされた場合に送信されます。
+
+{% if currentVersion == "github-ae@latest" %}
+Your dedicated technical account manager in
+{% data variables.contact.github_support %} can configure email for notifications to be sent through your SMTP server. Make sure you include the following details in your support request.
+
+- Your SMTP server address
+- The port your SMTP server uses to send email
+- The domain name that your SMTP server will send with a HELO response, if any
+- The type of encryption used by your SMTP server
+- The no-reply email address to use in the `From` and `To` field for all notifications
+
+For more information about contacting support, see "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)."
+{% else %}
+### SMTPの設定
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+2. ページの上部で**Settings(設定)**をクリックしてください。 
+3. 左のサイドバーで **Email(メール)**をクリックしてください。 
+4. **Enable email(メールの有効化)**を選択してください。 これでアウトバウンドとインバウンドのメールがどちらも有効化されますが、インバウンドのメールが動作するには[着信メールを許可する DNS とファイアウォールの設定](#configuring-dns-and-firewall-settings-to-allow-incoming-emails)に記述されているように DNS を設定する必要もあります。 
+5. メールサーバーの設定を記入してください:
+ - [**Server address**] フィールドに SMTP サーバのアドレスを入力します。
+ - [**Port**] フィールドには、SMTP サーバがメールを送信するのに使用するポートを入力します。
+ - [**Domain**] フィールドには、SMTP サーバが HELO レスポンスを送信するドメイン名があれば入力してください。
+ - [** Authentication(認証)**] ドロップダウンでは、SMTP サーバが利用する暗号化の種類を選択してください。
+ - [**No-reply email address(No-replyメールアドレス)**] フィールドには、すべての通知メールの From および To フィールドに使うメールアドレスを入力してください。
+
+ {% note %}
+
+ **注釈:** リポジトリの [**Services**] メール webhook で [**Send from author**] チェックボックスを選択した場合、そのリポジトリのアウトバウンドメールは no-reply メールアドレスではなく、作者から送信されます。 For more information, see "[About email notifications for pushes to your repository](/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository)."
+
+ {% endnote %}
+
+6. no-replyメールアドレスへの着信メールをすべて破棄したい場合には、**Discard email addressed to the no-reply email address(no-replyメールアドレスへのメールの破棄)**を選択してください。 
+7. [**Support(サポート)**] の下で、ユーザに追加のサポートを提供するリンクの種類を選択してください。
+ - **Email(メール):** 内部的なメールアドレス。
+ - **URL:** 内部的なサポートサイトへのリンク。 `http://` または `https://` を含める必要があります。 
+8. [メール配信のテスト](#testing-email-delivery)。
+
+### メール着信を許可する DNS とファイアウォールの設定
+
+通知へのメールでの返信を許可したいなら、DNSを設定しなければなりません。
+
+1. インスタンスのポート25がSMTPサーバにアクセスできることを確認してください。
+2. `reply.[hostname]`を指すAレコードを作成してください。 DNSプロバイダとインスタンスのホスト設定によっては、 `*.[hostname]`を指す単一のAレコードを作成できる場合があります。
+3. `reply.[hostname]`を指すMXレコードを作成して、このドメインへのメールがインスタンスにルーティングされるようにしてください。
+4. `noreply.[hostname]` が `[hostname]` を指すようにする MX レコードを作成し、 通知メールの `cc` アドレスへの返信がインスタンスにルーティングされるようにしてください。 詳しい情報については、{% if currentVersion ver_gt "enterprise-server@2.20" %}「[通知を設定する](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}「[メール通知について](/github/receiving-notifications-about-activity-on-github/about-email-notifications)」を参照してください{% endif %}。
+
+DNSの設定ができたら、うまく動作するかをテストできます。
+
+### メール配信のテスト
+
+1. **Email(メール)**セクションの上部で、**Test email settings(メール設定のテスト)**をクリックしてください。 
+2. **Send test email to(テストメールの送信先)**フィールドに、テストメールを送信するアドレスを入力してください。 
+3. **Send test email(テストメールの送信)**をクリックしてください。 
+
+ {% tip %}
+
+ **Tip:**即時の配信失敗や送出メール設定のエラーなど、テストメールの送信時にSMTPエラーが生じたなら、それらはTest email settingsダイアログボックスに表示されます。
+
+ {% endtip %}
+
+4. テストメールが失敗したなら[メール設定のトラブルシューティング](#troubleshooting-email-delivery)をしてください。
+5. テストメールが成功したなら、ページの下部で**Save settings(設定の保存)**をクリックしてください。 
+6. 設定の実行が完了するのを待ってください。 
+
+### メール配信のトラブルシューティング
+
+#### Support Bundleの作成
+
+表示されたエラーメッセージから何が悪いのかを判断できない場合、メールサーバと {% data variables.product.prodname_ghe_server %} 間の SMTP のやりとりすべてを含む [Support Bundle](/enterprise/{{ currentVersion }}/admin/guides/enterprise-support/providing-data-to-github-support) をダウンロードできます。 Support Bundleをダウンロードして展開したら、完全なSMTPのやりとりのログと関連するエラーを探して*enterprise-manage-logs/unicorn.log*のエントリをチェックしてください。
+
+unicornログは以下のようなトランザクションになっているはずです。
+
+```shell
+This is a test email generated from https://10.0.0.68/setup/settings
+Connection opened: smtp.yourdomain.com:587
+-> "220 smtp.yourdomain.com ESMTP nt3sm2942435pbc.14\r\n"
+<- "EHLO yourdomain.com\r\n"
+-> "250-smtp.yourdomain.com at your service, [1.2.3.4]\r\n"
+-> "250-SIZE 35882577\r\n"
+-> "250-8BITMIME\r\n"
+-> "250-STARTTLS\r\n"
+-> "250-ENHANCEDSTATUSCODES\r\n"
+-> "250 PIPELINING\r\n"
+<- "STARTTLS\r\n"
+-> "220 2.0.0 Ready to start TLS\r\n"
+TLS connection started
+<- "EHLO yourdomain.com\r\n"
+-> "250-smtp.yourdomain.com at your service, [1.2.3.4]\r\n"
+-> "250-SIZE 35882577\r\n"
+-> "250-8BITMIME\r\n"
+-> "250-AUTH LOGIN PLAIN XOAUTH\r\n"
+-> "250-ENHANCEDSTATUSCODES\r\n"
+-> "250 PIPELINING\r\n"
+<- "AUTH LOGIN\r\n"
+-> "334 VXNlcm5hbWU6\r\n"
+<- "dGhpc2lzbXlAYWRkcmVzcy5jb20=\r\n"
+-> "334 UGFzc3dvcmQ6\r\n"
+<- "aXRyZWFsbHl3YXM=\r\n"
+-> "535-5.7.1 Username and Password not accepted. Learn more at\r\n"
+-> "535 5.7.1 http://support.yourdomain.com/smtp/auth-not-accepted nt3sm2942435pbc.14\r\n"
+```
+
+このログからは、アプライアンスについて以下のことが分かります。
+
+* SMTPサーバとのコネクションを開いている(`Connection opened: smtp.yourdomain.com:587`)。
+* コネクションの作成には成功し、TLSの使用を選択している(`TLS connection started`)。
+* `login`認証が実行されている(`<- "AUTH LOGIN\r\n"`)。
+* SMTPサーバは、認証を不正として拒否している(`-> "535-5.7.1 Username and Password not accepted.`)。
+
+#### {% data variables.product.product_location %}ログのチェック
+
+インバウンドのメールが機能していることを検証する必要がある場合、インスタンスの */var/log/mail.log*と*/var/log/mail-replies/metroplex.log* との 2 つのログファイルを検証してください。
+
+*/var/log/mail.log* は、メッセージがサーバーに到達したかを検証します。 以下は、成功したメールの返信の例です:
+
+```
+Oct 30 00:47:18 54-171-144-1 postfix/smtpd[13210]: connect from st11p06mm-asmtp002.mac.com[17.172.124.250]
+Oct 30 00:47:19 54-171-144-1 postfix/smtpd[13210]: 51DC9163323: client=st11p06mm-asmtp002.mac.com[17.172.124.250]
+Oct 30 00:47:19 54-171-144-1 postfix/cleanup[13216]: 51DC9163323: message-id=
+Oct 30 00:47:19 54-171-144-1 postfix/qmgr[17250]: 51DC9163323: from=, size=5048, nrcpt=1 (queue active)
+Oct 30 00:47:19 54-171-144-1 postfix/virtual[13217]: 51DC9163323: to=, relay=virtual, delay=0.12, delays=0.11/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)
+Oct 30 00:47:19 54-171-144-1 postfix/qmgr[17250]: 51DC9163323: removed
+Oct 30 00:47:19 54-171-144-1 postfix/smtpd[13210]: disconnect from st11p06mm-asmtp002.mac.com[17.172.124.250]
+```
+
+クライアントがまず接続し、続いてキューがアクティブになっていることに注意してください。 そしてメッセージが配信され、クライアントがキューから削除され、セッションが切断されています。
+
+*/var/log/mail-replies/metroplex.log* は、インバウンドのメールが Issue やプルリクエストに返信として追加されるよう処理されているかを示します。 以下は成功したメッセージの例です:
+
+```
+[2014-10-30T00:47:23.306 INFO (5284) #] metroplex: processing
+[2014-10-30T00:47:23.333 DEBUG (5284) #] Matched /data/user/mail/reply/new/1414630039.Vfc00I12000eM445784.ghe-tjl2-co-ie
+[2014-10-30T00:47:23.334 DEBUG (5284) #] Moving /data/user/mail/reply/new/1414630039.Vfc00I12000eM445784.ghe-tjl2-co-ie => /data/user/incoming-mail/success
+```
+
+`metroplex`がインバウンドのメッセージを捉えて処理し、ファイルを`/data/user/incoming-mail/success`に移動させていることが分かります。
+
+#### DNS設定の検証
+
+インバウンドのメールを適切に処理するには、適切にAレコード(あるいはCNAME)と共にMXレコードを設定しなければなりません。 詳細は「[着信メールを許可するよう DNS およびファイアウォールを設定する](#configuring-dns-and-firewall-settings-to-allow-incoming-emails)」を参照してください。
+
+#### ファイアウォールあるいはAWSセキュリティグループの設定のチェック
+
+{% data variables.product.product_location %}がファイアウォールの背後にあったり、AWSのセキュリティグループを通じてアクセスされていたりするなら、`reply@reply.[hostname]`にメールを送信するすべてのメールサーバーに対してポート25がオープンされていることを確かめてください。
+
+#### サポートへの連絡
+If you're still unable to resolve the problem, contact
+
+{% data variables.contact.contact_ent_support %}. 問題のトラブルシューティングを支援するため、メールには`http(s)://[hostname]/setup/diagnostics`からの出力ファイルを添付してください。
+{% endif %}
diff --git a/translations/ja-JP/content/admin/configuration/configuring-github-pages-for-your-enterprise.md b/translations/ja-JP/content/admin/configuration/configuring-github-pages-for-your-enterprise.md
new file mode 100644
index 0000000000..960f521e45
--- /dev/null
+++ b/translations/ja-JP/content/admin/configuration/configuring-github-pages-for-your-enterprise.md
@@ -0,0 +1,65 @@
+---
+title: Configuring GitHub Pages for your enterprise
+intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterprise and choose whether to make sites publicly accessible.'
+redirect_from:
+ - /enterprise/admin/guides/installation/disabling-github-enterprise-pages/
+ - /enterprise/admin/guides/installation/configuring-github-enterprise-pages/
+ - /enterprise/admin/installation/configuring-github-pages-on-your-appliance
+ - /enterprise/admin/configuration/configuring-github-pages-on-your-appliance
+ - /admin/configuration/configuring-github-pages-on-your-appliance
+ - /enterprise/admin/guides/installation/configuring-github-pages-for-your-enterprise/
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Enabling public sites for {% data variables.product.prodname_pages %}
+
+{% if enterpriseServerVersions contains currentVersion %}If private mode is enabled on your enterprise, the {% else %}The {% endif %}public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites.
+
+{% warning %}
+
+**Warning:** If you enable public sites for {% data variables.product.prodname_pages %}, every site in every repository on your enterprise will be accessible to the public.
+
+{% endwarning %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+{% data reusables.enterprise_management_console.pages-tab %}
+4. **Public Pages(公開ページ)**を選択してください。 ![[Public Pages] を有効化するチェックボックス](/assets/images/enterprise/management-console/public-pages-checkbox.png)
+{% data reusables.enterprise_management_console.save-settings %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.pages-tab %}
+5. Under "Pages policies", select **Public {% data variables.product.prodname_pages %}**. 
+{% data reusables.enterprise-accounts.pages-policies-save %}
+{% endif %}
+
+### Disabling {% data variables.product.prodname_pages %} for your enterprise
+
+{% if enterpriseServerVersions contains currentVersion %}
+If subdomain isolation is disabled for your enterprise, you should also disable
+{% data variables.product.prodname_pages %} to protect yourself from potential security vulnerabilities. 詳しい情報については、「[Subdomain Isolation の有効化](/admin/configuration/enabling-subdomain-isolation)」を参照してください。
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+{% data reusables.enterprise_management_console.pages-tab %}
+4. **Enable Pages(ページの有効化)**の選択を解除してください。 
+{% data reusables.enterprise_management_console.save-settings %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.pages-tab %}
+5. Under "Pages policies", deselect **Enable {% data variables.product.prodname_pages %}**. 
+{% data reusables.enterprise-accounts.pages-policies-save %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+### 参考リンク
+
+- [プライベートモードの有効化](/admin/configuration/enabling-private-mode)
+{% endif %}
diff --git a/translations/ja-JP/content/admin/configuration/configuring-rate-limits.md b/translations/ja-JP/content/admin/configuration/configuring-rate-limits.md
index 7cda7be6a3..4f15865a00 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-rate-limits.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-rate-limits.md
@@ -30,7 +30,7 @@ versions:
### 不正利用レート制限の有効化
-不正利用レート制限を設定すれば、{% data variables.product.product_location_enterprise %}上のサービスの全体のレベルを保護できます。
+不正利用レート制限を設定すれば、{% data variables.product.product_location %}上のサービスの全体のレベルを保護できます。
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
diff --git a/translations/ja-JP/content/admin/configuration/configuring-tls.md b/translations/ja-JP/content/admin/configuration/configuring-tls.md
index b0e4816eee..25417b4f1e 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-tls.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-tls.md
@@ -1,6 +1,6 @@
---
title: TLSの設定
-intro: '信頼できる認証機関によって署名された証明書を使用できるように、{% data variables.product.product_location_enterprise %} で Transport Layer Security (TLS) を設定できます。'
+intro: '信頼できる認証機関によって署名された証明書を使用できるように、{% data variables.product.product_location %} で Transport Layer Security (TLS) を設定できます。'
redirect_from:
- /enterprise/admin/articles/ssl-configuration/
- /enterprise/admin/guides/installation/about-tls/
@@ -51,9 +51,9 @@ Let's Encryptは公開の証明書認証者で、ACMEプロトコルを使って
{% data reusables.enterprise_installation.lets-encrypt-prerequisites %}
-Let's Encryptを使ったTLS証明書管理の自動化を有効にすると、{% data variables.product.product_location_enterprise %}はLet's Encryptのサーバに接続して証明書を取得します。 証明書を更新するには、Let's EncryptのサーバはインバウンドのHTTPリクエストで設定されたドメイン名の制御を検証しなければなりません。
+Let's Encryptを使ったTLS証明書管理の自動化を有効にすると、{% data variables.product.product_location %}はLet's Encryptのサーバに接続して証明書を取得します。 証明書を更新するには、Let's EncryptのサーバはインバウンドのHTTPリクエストで設定されたドメイン名の制御を検証しなければなりません。
-また、{% data variables.product.product_location_enterprise %}上でコマンドラインユーティリティの`ghe-ssl-acme`を使っても、自動的にLet's Encryptの証明書を生成できます。 詳細は「[コマンドラインユーティリティ](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-ssl-acme)」を参照してください。
+また、{% data variables.product.product_location %}上でコマンドラインユーティリティの`ghe-ssl-acme`を使っても、自動的にLet's Encryptの証明書を生成できます。 詳細は「[コマンドラインユーティリティ](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-ssl-acme)」を参照してください。
### Let's Encryptを使ったTLSの設定
diff --git a/translations/ja-JP/content/admin/configuration/configuring-your-enterprise.md b/translations/ja-JP/content/admin/configuration/configuring-your-enterprise.md
index 3e08afd7bb..ae5b44d697 100644
--- a/translations/ja-JP/content/admin/configuration/configuring-your-enterprise.md
+++ b/translations/ja-JP/content/admin/configuration/configuring-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Enterprise を設定する
-intro: '{% data variables.product.prodname_ghe_server %} が起動して作動し始めたら、Organization のニーズに合わせてアプライアンスを設定できます。'
+intro: "After {% data variables.product.product_name %} is up and running, you can configure your enterprise to suit your organization's needs."
redirect_from:
- /enterprise/admin/guides/installation/basic-configuration/
- /enterprise/admin/guides/installation/administrative-tools/
@@ -11,5 +11,6 @@ redirect_from:
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md b/translations/ja-JP/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
index 51685dd851..9735573778 100644
--- a/translations/ja-JP/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
+++ b/translations/ja-JP/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
@@ -43,8 +43,7 @@ GraphQL APIを利用したEnterpriseアカウントの管理に関する詳し
1. まず、
{% data variables.product.product_location_enterprise %} および {% data variables.product.prodname_dotcom_the_website %} にサインインします。
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. 「{% data variables.product.prodname_dotcom_the_website %} is not enabled yet」の下で、「**Enable{% data variables.product.prodname_github_connect %}**」をクリックします。 「**Enable {% data variables.product.prodname_github_connect %}**,」をクリックすると、 {% data variables.product.prodname_enterprise %} ライセンスアグリーメントの {% data variables.product.prodname_github_connect %} に関する補遺に合意したことになります。 
@@ -54,8 +53,7 @@ GraphQL APIを利用したEnterpriseアカウントの管理に関する詳し
{% data variables.product.prodname_ghe_cloud %}から切断すると、EnterpriseアカウントまたはOrganizationから{% data variables.product.prodname_github_connect %}{% data variables.product.prodname_github_app %}が削除され、{% data variables.product.product_location_enterprise %}に保存されているクレデンシャルが削除されます。
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. 切断しようとするEnterpriseアカウントまたはOrganizationの横にある「**Disable {% data variables.product.prodname_github_connect %}**」をクリックします。 
diff --git a/translations/ja-JP/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md b/translations/ja-JP/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
index 61bbd12783..396f810c8c 100644
--- a/translations/ja-JP/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
+++ b/translations/ja-JP/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
@@ -1,6 +1,6 @@
---
title: GitHub Enterprise Serverで脆弱性のある依存関係に対するアラートを有効化する
-intro: '{% data variables.product.product_location_enterprise %} を {% data variables.product.prodname_ghe_cloud %} に接続し、インスタンス内のリポジトリの脆弱な依存関係に対して{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}セキュリティ{% endif %}アラートを有効にすることができます。'
+intro: '{% data variables.product.product_location %} を {% data variables.product.prodname_ghe_cloud %} に接続し、インスタンス内のリポジトリの脆弱な依存関係に対して{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}セキュリティ{% endif %}アラートを有効にすることができます。'
redirect_from:
- /enterprise/admin/installation/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
- /enterprise/admin/configuration/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
@@ -14,17 +14,17 @@ versions:
{% data reusables.repositories.tracks-vulnerabilities %} 詳しい情報については、「[脆弱性のある依存関係に対するアラートについて](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)」を参照してください。
-{% data variables.product.product_location_enterprise %} を {% data variables.product.prodname_dotcom_the_website %} に接続し、脆弱性データをインスタンスに同期して、脆弱性のある依存関係を持つリポジトリで {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}セキュリティ{% endif %}アラートを生成できます。
+{% data variables.product.product_location %} を {% data variables.product.prodname_dotcom_the_website %} に接続し、脆弱性データをインスタンスに同期して、脆弱性のある依存関係を持つリポジトリで {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}セキュリティ{% endif %}アラートを生成できます。
-{% data variables.product.product_location_enterprise %} を {% data variables.product.prodname_dotcom_the_website %} に接続し、脆弱性のある依存関係に対して {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}セキュリティ{% endif %}アラートを有効化すると、脆弱性データは 1 時間に 1 回 {% data variables.product.prodname_dotcom_the_website %} からインスタンスに同期されます。 また、脆弱性データはいつでも手動で同期することができます。 {% data variables.product.product_location_enterprise %} からのコードまたはコードに関する情報は、{% data variables.product.prodname_dotcom_the_website %} にアップロードされません。
+{% data variables.product.product_location %} を {% data variables.product.prodname_dotcom_the_website %} に接続し、脆弱性のある依存関係に対して {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}セキュリティ{% endif %}アラートを有効化すると、脆弱性データは 1 時間に 1 回 {% data variables.product.prodname_dotcom_the_website %} からインスタンスに同期されます。 また、脆弱性データはいつでも手動で同期することができます。 {% data variables.product.product_location %} からのコードまたはコードに関する情報は、{% data variables.product.prodname_dotcom_the_website %} にアップロードされません。
-{% if currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send {% data variables.product.prodname_dependabot_short %} alerts. You can customize how you receive {% data variables.product.prodname_dependabot_short %} alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-github-dependabot-alerts)."
+{% if currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate {% data variables.product.prodname_dependabot_short %} alerts. You can customize how you receive {% data variables.product.prodname_dependabot_short %} alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-github-dependabot-alerts)."
{% endif %}
-{% if currentVersion == "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send security alerts. You can customize how you receive security alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)."
+{% if currentVersion == "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. You can customize how you receive security alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)."
{% endif %}
-{% if currentVersion ver_lt "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send security alerts. You can customize how you receive security alerts. 詳しい情報については「[通知の配信方法を選択する](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications#choosing-the-delivery-method-for-security-alerts-for-vulnerable-dependencies)」を参照してください。
+{% if currentVersion ver_lt "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. You can customize how you receive security alerts. 詳しい情報については「[通知の配信方法を選択する](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications#choosing-the-delivery-method-for-security-alerts-for-vulnerable-dependencies)」を参照してください。
{% endif %}
{% if currentVersion ver_gt "enterprise-server@2.21" %}
@@ -33,7 +33,7 @@ versions:
### {% data variables.product.prodname_ghe_server %}で脆弱性のある依存関係に対するアラートを有効化する
{% endif %}
-{% data variables.product.product_location_enterprise %} 上の脆弱性のある依存関係に対する {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} セキュリティ{% endif %}アラートを有効にする前に、{% data variables.product.product_location_enterprise %} を {% data variables.product.prodname_dotcom_the_website %} に接続する必要があります。 詳細は、「[{% data variables.product.prodname_ghe_server %}を{% data variables.product.prodname_ghe_cloud %}に接続する](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)」を参照してください。
+{% data variables.product.product_location %} 上の脆弱性のある依存関係に対する {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} セキュリティ{% endif %}アラートを有効にする前に、{% data variables.product.product_location %} を {% data variables.product.prodname_dotcom_the_website %} に接続する必要があります。 詳細は、「[{% data variables.product.prodname_ghe_server %}を{% data variables.product.prodname_ghe_cloud %}に接続する](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)」を参照してください。
{% if currentVersion ver_gt "enterprise-server@2.20" %}
@@ -44,7 +44,7 @@ versions:
{% endif %}
{% data reusables.enterprise_site_admin_settings.sign-in %}
-1. 管理シェルで、{% data variables.product.product_location_enterprise %} の脆弱性のある依存関係に対する {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}セキュリティ{% endif %}アラートを有効にします。
+1. 管理シェルで、{% data variables.product.product_location %} の脆弱性のある依存関係に対する {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}セキュリティ{% endif %}アラートを有効にします。
``` shell
$ ghe-dep-graph-enable
```
@@ -57,8 +57,7 @@ $ ghe-dep-graph-enable
3. 次に、
{% data variables.product.prodname_ghe_server %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}{% if currentVersion ver_gt "enterprise-server@2.20" %}
5. [Repositories can be scanned for vulnerabilities] で、ドロップダウンメニューを使用して、[**Enabled without notifications**] を選択します。 必要に応じて、通知を含むアラートを有効化にするには、[**Enabled with notifications**] を選択します。{% else %}
@@ -68,7 +67,7 @@ $ ghe-dep-graph-enable
### {% data variables.product.prodname_ghe_server %}で脆弱性のある依存関係を表示する
-{% data variables.product.product_location_enterprise %}ですべての脆弱性を表示し、{% data variables.product.prodname_dotcom_the_website %}から脆弱性データを手動で同期して、リストを更新することができます。
+{% data variables.product.product_location %}ですべての脆弱性を表示し、{% data variables.product.prodname_dotcom_the_website %}から脆弱性データを手動で同期して、リストを更新することができます。
{% data reusables.enterprise_site_admin_settings.access-settings %}
2. 左サイドバーで [**Vulnerabilities**] をクリックします。 ![サイト管理サイドバーの [Vulnerabilities] タブ](/assets/images/enterprise/business-accounts/vulnerabilities-tab.png)
diff --git a/translations/ja-JP/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md b/translations/ja-JP/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
index 140c3ae82c..9b0674e643 100644
--- a/translations/ja-JP/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
+++ b/translations/ja-JP/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
@@ -1,6 +1,6 @@
---
title: メンテナンスモードの有効化とスケジューリング
-intro: '標準的なメンテナンス手順のうち、{% data variables.product.product_location_enterprise %} のアップグレードやバックアップの復元などは、通常の使用のためにインスタンスをオフラインにしなければならないものがあります。'
+intro: '標準的なメンテナンス手順のうち、{% data variables.product.product_location %} のアップグレードやバックアップの復元などは、通常の使用のためにインスタンスをオフラインにしなければならないものがあります。'
redirect_from:
- /enterprise/admin/maintenance-mode/
- /enterprise/admin/categories/maintenance-mode/
@@ -16,7 +16,7 @@ versions:
### メンテナンスモードについて
-操作の種類によっては、{% data variables.product.product_location_enterprise %} をオフラインにしてメンテナンスモードにする必要があります。
+操作の種類によっては、{% data variables.product.product_location %} をオフラインにしてメンテナンスモードにする必要があります。
- {% data variables.product.prodname_ghe_server %} の新規バージョンにアップグレードする
- 仮想マシンに割り当てられている CPU、メモリ、またはストレージリソースを拡大する
- ある仮想マシンから別の仮想マシンへデータを移行する
diff --git a/translations/ja-JP/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md b/translations/ja-JP/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
index 6e573081e2..63eb45ec8e 100644
--- a/translations/ja-JP/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
+++ b/translations/ja-JP/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
@@ -19,8 +19,7 @@ versions:
{% data variables.product.product_location_enterprise %}でライセンス同期を有効化する前に、{% data variables.product.product_location_enterprise %}を{% data variables.product.prodname_dotcom_the_website %}に接続する必要があります。 詳細は、「[{% data variables.product.prodname_ghe_server %}を{% data variables.product.prodname_ghe_cloud %}に接続する](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)」を参照してください。
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. [Server can sync user license count and usage] で、ドロップダウンメニューを使って [**Enabled**] を選択します。 
diff --git a/translations/ja-JP/content/admin/configuration/enabling-private-mode.md b/translations/ja-JP/content/admin/configuration/enabling-private-mode.md
index 1fb14598a9..891c53f391 100644
--- a/translations/ja-JP/content/admin/configuration/enabling-private-mode.md
+++ b/translations/ja-JP/content/admin/configuration/enabling-private-mode.md
@@ -11,11 +11,11 @@ versions:
enterprise-server: '*'
---
-{% data variables.product.product_location_enterprise %}がインターネット経由でパブリックにアクセス可能になっている場合、プライベートモードを有効化しなければなりません。 プライベートモードでは、ユーザは`git://`経由でリポジトリを匿名クローンすることはできません。 ビルトイン認証も有効化されている場合、新しいユーザがインスタンスにアカウントを作成するには管理者が招待しなければなりません。 詳しい情報については"[ビルトイン認証の利用](/enterprise/{{ currentVersion }}/admin/guides/user-management/using-built-in-authentication)"を参照してください。
+{% data variables.product.product_location %}がインターネット経由でパブリックにアクセス可能になっている場合、プライベートモードを有効化しなければなりません。 プライベートモードでは、ユーザは`git://`経由でリポジトリを匿名クローンすることはできません。 ビルトイン認証も有効化されている場合、新しいユーザがインスタンスにアカウントを作成するには管理者が招待しなければなりません。 詳しい情報については"[ビルトイン認証の利用](/enterprise/{{ currentVersion }}/admin/guides/user-management/using-built-in-authentication)"を参照してください。
{% data reusables.enterprise_installation.image-urls-viewable-warning %}
-プライベートモードを有効にすると、認証されていない Git 操作 (および {% data variables.product.product_location_enterprise %} へのネットワークアクセス権を所有する人) に、匿名 Git 読み取りアクセスを有効にしたインスタンスで、パブリックリポジトリのコードの読み取りを許可できます。 詳しい情報については[管理者にパブリックリポジトリの匿名Git読み取りアクセスの有効化を許可する](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories)を参照してください。
+プライベートモードを有効にすると、認証されていない Git 操作 (および {% data variables.product.product_location %} へのネットワークアクセス権を所有する人) に、匿名 Git 読み取りアクセスを有効にしたインスタンスで、パブリックリポジトリのコードの読み取りを許可できます。 詳しい情報については[管理者にパブリックリポジトリの匿名Git読み取りアクセスの有効化を許可する](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories)を参照してください。
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
diff --git a/translations/ja-JP/content/admin/configuration/enabling-subdomain-isolation.md b/translations/ja-JP/content/admin/configuration/enabling-subdomain-isolation.md
index 54300ed792..c267a79509 100644
--- a/translations/ja-JP/content/admin/configuration/enabling-subdomain-isolation.md
+++ b/translations/ja-JP/content/admin/configuration/enabling-subdomain-isolation.md
@@ -11,7 +11,7 @@ versions:
### Subdomain Isolationについて
-Subdomain Isolationは、クロスサイトスクリプティングや関連するその他の脆弱性を緩和します。 詳しい情報については"Wikipediaの[クロスサイトスクリプティング](http://en.wikipedia.org/wiki/Cross-site_scripting)"を参照してください。 {% data variables.product.product_location_enterprise %}ではSubdomain Isolationを有効化することを強くお勧めします。
+Subdomain Isolationは、クロスサイトスクリプティングや関連するその他の脆弱性を緩和します。 詳しい情報については"Wikipediaの[クロスサイトスクリプティング](http://en.wikipedia.org/wiki/Cross-site_scripting)"を参照してください。 {% data variables.product.product_location %}ではSubdomain Isolationを有効化することを強くお勧めします。
Subdomain Isolation が有効な場合、{% data variables.product.prodname_ghe_server %} はいくつかのパスをサブドメインで置き換えます。
diff --git a/translations/ja-JP/content/admin/configuration/index.md b/translations/ja-JP/content/admin/configuration/index.md
index a88efd2cd5..cfd7016798 100644
--- a/translations/ja-JP/content/admin/configuration/index.md
+++ b/translations/ja-JP/content/admin/configuration/index.md
@@ -1,23 +1,35 @@
---
title: GitHub Enterprise を設定する
shortTitle: GitHub Enterprise を設定する
-intro: '{% data variables.product.prodname_ghe_server %} がインストールされ設定されたら、Organization のニーズに合わせてアプライアンスを設定できます。'
+intro: "You can configure your enterprise to suit your organization's needs."
redirect_from:
- /enterprise/admin/configuration
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% note %}
+
+**注釈:** Enterprise 向けに {% data variables.product.prodname_actions %} または {% data variables.product.prodname_registry %} を設定するには、「[GitHub Actions を Enterprise 向けに管理する](/admin/github-actions)」または「[GitHub Packages を Enterprise 向けに管理する](/admin/packages)」を参照してください。
+
+{% endnote %}
+{% endif %}
### 目次
{% topic_link_in_list /configuring-your-enterprise %}
+ {% link_in_list /about-enterprise-configuration %}
+ {% link_in_list /initializing-github-ae %}
{% link_in_list /accessing-the-management-console %}
{% link_in_list /accessing-the-administrative-shell-ssh %}
+ {% link_in_list /configuring-data-encryption-for-your-enterprise %}
{% link_in_list /enabling-and-scheduling-maintenance-mode %}
{% link_in_list /configuring-backups-on-your-appliance %}
{% link_in_list /site-admin-dashboard %}
{% link_in_list /enabling-private-mode %}
+ {% link_in_list /configuring-email-for-notifications %}
{% link_in_list /configuring-rate-limits %}
{% link_in_list /configuring-applications %}
@@ -25,7 +37,8 @@ versions:
{% link_in_list /troubleshooting-ssl-errors %}
{% link_in_list /configuring-time-synchronization %}
{% link_in_list /command-line-utilities %}
- {% link_in_list /configuring-github-pages-on-your-appliance %}
+ {% link_in_list /restricting-network-traffic-to-your-enterprise %}
+ {% link_in_list /configuring-github-pages-for-your-enterprise %}
{% topic_link_in_list /configuring-network-settings %}
{% link_in_list /configuring-the-ip-address-using-the-virtual-machine-console %}
{% link_in_list /configuring-dns-nameservers %}
@@ -49,11 +62,3 @@ versions:
{% topic_link_in_list /configuring-advanced-security-features %}
{% link_in_list /configuring-code-scanning-for-your-appliance %}
-
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
-{% note %}
-
-**注釈:** Enterprise 向けに {% data variables.product.prodname_actions %} または {% data variables.product.prodname_registry %} を設定するには、「[GitHub Actions を Enterprise 向けに管理する](/admin/github-actions)」または「[GitHub Packages を Enterprise 向けに管理する](/admin/packages)」を参照してください。
-
-{% endnote %}
-{% endif %}
diff --git a/translations/ja-JP/content/admin/configuration/initializing-github-ae.md b/translations/ja-JP/content/admin/configuration/initializing-github-ae.md
new file mode 100644
index 0000000000..18325357d9
--- /dev/null
+++ b/translations/ja-JP/content/admin/configuration/initializing-github-ae.md
@@ -0,0 +1,73 @@
+---
+title: Initializing GitHub AE
+intro: 'To get your enterprise ready to use, you can complete the initial configuration of {% data variables.product.product_name %}.'
+versions:
+ github-ae: '*'
+---
+
+### About initialization
+
+Before you can initialize your enterprise, you must purchase {% data variables.product.product_name %}. For more information, contact {% data variables.contact.contact_enterprise_sales %}.
+
+After you purchase {% data variables.product.product_name %}, we'll ask you to provide an email address and username for the person you want to initialize the enterprise. Your dedicated technical account manager in {% data variables.contact.enterprise_support %} will create an account for the enterprise owner and send the enterprise owner an email to log into {% data variables.product.product_name %} and complete the initialization. Make sure the information you provide matches the intended enterprise owner's information in the IdP. For more information about enterprise owners, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-owner)."
+
+During initialization, the enterprise owner will name your enterprise, configure SAML SSO, create policies for all organizations in your enterprise, and configure a support contact for your users.
+
+### 必要な環境
+
+{% note %}
+
+**Note**: Before you begin initialization, store the initial username and password for {% data variables.product.prodname_ghe_managed %} securely in a password manager. {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+1. To initialize {% data variables.product.product_location %}, you must have a SAML identity provider (IdP). {% data reusables.saml.ae-uses-saml-sso %} To connect your IdP to your enterprise during initialization, you should have your IdP's Entity ID (SSO) URL, Issuer ID URL, and public signing certificate (Base64-encoded). For more information, see "[About identity and access management for your enterprise](/admin/authentication/about-identity-and-access-management-for-your-enterprise)."
+
+ {% note %}
+
+ **注釈**: {% data reusables.saml.create-a-machine-user %}
+
+ {% endnote %}
+
+2. {% data reusables.saml.assert-the-administrator-attribute %}
+
+### Signing in and naming your enterprise
+
+1. Follow the instructions in your welcome email to reach your enterprise.
+2. Type your credentials under "Change password", then click **Change password**.
+3. Under "What would you like your enterprise account to be named?", type the enterprise's name, then click **Save and continue**. 
+
+### Connecting your IdP to your enterprise
+
+To configure authentication for {% data variables.product.product_name %}, you must provide {% data variables.product.product_name %} with the details for your SAML IdP. {% data variables.product.company_short %} recommends using Azure AD as your IdP. For more information, see "[Configuring authentication and provisioning with your identity provider](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider)."
+
+1. To the right of "Set up your identity provider", click **Configure**. 
+1. Under "Sign on URL", copy and paste the URL for your SAML IdP. 
+1. Under "Issuer", copy and paste the issuer URL for your SAML IdP. 
+1. Under "Public certificate", copy and paste the public certificate for your SAML IdP. 
+1. Click **Test SAML configuration** to ensure that the information you've entered is correct. 
+1. [**Save**] をクリックします。 
+
+### Setting your enterprise policies
+
+Configuring policies will set limitations for repository and organization management for your enterprise. These can be reconfigured after the initialization process.
+
+1. To the right of "Set your enterprise policies", click **Configure**. 
+2. Under "Default Repository Permissions", use the drop-down menu and click a default permissions level for repositories in your enterprise. If a person has multiple avenues of access to an organization, either individually, through a team, or as an organization member, the highest permission level overrides any lower permission levels. Optionally, to allow organizations within your enterprise to set their default repository permissions, click **No policy** 
+3. Under "Repository creation", choose whether you want to allow members to create repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy**. 
+4. Under "Repository forking", choose whether to allow forking of private and internal repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy** 
+5. Under "Repository invitations", choose whether members or organization owners can invite collaborators to repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy** 
+6. Under "Default repository visibility", use the drop-down menu and click the default visibility setting for new repositories. 
+7. Under "Users can create organizations", use the drop-down menu to enable or disable organization creation access for members of the enterprise. 
+8. Under "Force pushes", use the drop-down menu and choose whether to allow or block force pushes. 
+9. Under "Git SSH access", use the drop-down menu and choose whether to enable Git SSH access for all repositories in the enterprise. 
+10. Click **Save** 
+11. Optionally, to reset all selections, click "Reset to default policies". 
+
+### Setting your internal support contact
+
+You can configure the method your users will use to contact your internal support team. This can be reconfigured after the initialization process.
+
+1. To the right of "Internal support contact", click **Configure**. 
+2. Under "Internal support contact", select the method for users of your enterprise to contact support, through a URL or an e-mail address. Then, type the support contact information. 
+3. [**Save**] をクリックします。 
diff --git a/translations/ja-JP/content/admin/configuration/network-ports.md b/translations/ja-JP/content/admin/configuration/network-ports.md
index 3e95063a18..d6c2a76852 100644
--- a/translations/ja-JP/content/admin/configuration/network-ports.md
+++ b/translations/ja-JP/content/admin/configuration/network-ports.md
@@ -14,16 +14,16 @@ versions:
### 管理ポート
-{% data variables.product.product_location_enterprise %}を設定し、一部の機能を実行するためにはいくつかの管理ポートが必要です。 管理ポートは、エンドユーザが基本的なアプリケーションを利用するためには必要ありません。
+{% data variables.product.product_location %}を設定し、一部の機能を実行するためにはいくつかの管理ポートが必要です。 管理ポートは、エンドユーザが基本的なアプリケーションを利用するためには必要ありません。
-| ポート | サービス | 説明 |
-| -------- | ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| 8443 | HTTPS | 安全な Web ベースの {% data variables.enterprise.management_console %}。 基本的なインストールと設定に必要です。 |
-| 8080 | HTTP | プレーンテキストの Web ベースの {% data variables.enterprise.management_console %}。 SSL を手動で無効にしない限り必要ありません。 |
-| 122 | SSH | {% data variables.product.product_location_enterprise %} 用のシェルアクセス。 High Availability 設定では他のすべてのノードからの着信接続に対して開かれている必要があります。 デフォルトの SSHポート (22) は Git と SSH のアプリケーションネットワークトラフィック専用です。 |
-| 1194/UDP | VPN | High Availability設定でのセキュアなレプリケーションネットワークトンネル。 その設定では他のすべてのノードに対して開かれている必要があります。 |
-| 123/UDP | NTP | timeプロトコルの処理に必要。 |
-| 161/UDP | SNMP | ネットワークモニタリングプロトコルの処理に必要。 |
+| ポート | サービス | 説明 |
+| -------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| 8443 | HTTPS | 安全な Web ベースの {% data variables.enterprise.management_console %}。 基本的なインストールと設定に必要です。 |
+| 8080 | HTTP | プレーンテキストの Web ベースの {% data variables.enterprise.management_console %}。 SSL を手動で無効にしない限り必要ありません。 |
+| 122 | SSH | {% data variables.product.product_location %} 用のシェルアクセス。 High Availability 設定では他のすべてのノードからの着信接続に対して開かれている必要があります。 デフォルトの SSHポート (22) は Git と SSH のアプリケーションネットワークトラフィック専用です。 |
+| 1194/UDP | VPN | High Availability設定でのセキュアなレプリケーションネットワークトンネル。 その設定では他のすべてのノードに対して開かれている必要があります。 |
+| 123/UDP | NTP | timeプロトコルの処理に必要。 |
+| 161/UDP | SNMP | ネットワークモニタリングプロトコルの処理に必要。 |
### エンドユーザーのためのアプリケーションポート
diff --git a/translations/ja-JP/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md b/translations/ja-JP/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md
new file mode 100644
index 0000000000..d20a711bd0
--- /dev/null
+++ b/translations/ja-JP/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md
@@ -0,0 +1,11 @@
+---
+title: Restricting network traffic to your enterprise
+shortTitle: Restricting network traffic
+intro: 'You can restrict access to your enterprise to connections from specified IP addresses.'
+versions:
+ github-ae: '*'
+---
+
+By default, authorized users can access your enterprise from any IP address. You can restrict access to specific IP addresses such as your physical office locations by contacting support.
+
+Contact {% data variables.contact.github_support %} with the IP addresses that should be allowed to access your enterprise. Specify address ranges using the standard CIDR (Classless Inter-Domain Routing) format. {% data variables.contact.github_support %} will configure the appropriate firewall rules for your enterprise to restrict network access over HTTP, SSH, HTTPS, and SMTP. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/receiving-help-from-github-support)."
diff --git a/translations/ja-JP/content/admin/configuration/site-admin-dashboard.md b/translations/ja-JP/content/admin/configuration/site-admin-dashboard.md
index 2d511ea966..4af26c9668 100644
--- a/translations/ja-JP/content/admin/configuration/site-admin-dashboard.md
+++ b/translations/ja-JP/content/admin/configuration/site-admin-dashboard.md
@@ -1,6 +1,6 @@
---
title: サイトアドミンのダッシュボード
-intro: 'サイトアドミンのダッシュボードには、{% data variables.product.product_location_enterprise %} インスタンスを管理するのに役立つ多数のツールが備わっています。'
+intro: '{% data reusables.enterprise_site_admin_settings.about-the-site-admin-dashboard %}'
redirect_from:
- /enterprise/admin/articles/site-admin-dashboard/
- /enterprise/admin/installation/site-admin-dashboard
@@ -43,7 +43,7 @@ GitHub の[ 流行ページ][] のためのデータは、リポジトリとデ
### 報告
-{% data variables.product.product_location_enterprise %}にある、ユーザやOrganization、リポジトリについての情報が必要な場合、一般的には、[GitHub API](/rest) を使って、JSON のデータをフェッチします。 残念ながら、API は、必要なデータを提供しない可能性があり、使用するのには専門知識が必要です。 サイトアドミンのダッシュボードには代替手段として [**Reports**] セクションがあり、ユーザー、Organization、およびリポジトリに必要と思われるほぼすべての情報を掲載した CSV レポートを簡単にダウンロードできます。
+{% data variables.product.product_location %}にある、ユーザやOrganization、リポジトリについての情報が必要な場合、一般的には、[GitHub API](/rest) を使って、JSON のデータをフェッチします。 残念ながら、API は、必要なデータを提供しない可能性があり、使用するのには専門知識が必要です。 サイトアドミンのダッシュボードには代替手段として [**Reports**] セクションがあり、ユーザー、Organization、およびリポジトリに必要と思われるほぼすべての情報を掲載した CSV レポートを簡単にダウンロードできます。
具体的には、次の情報を含む CSV 報告をダウンロードできます。
@@ -146,7 +146,7 @@ GitHub の[コード検索][]フィーチャは、[Elasticsearch][] に駆動さ
さらに、修理ジョブは、並列化のために"修理オフセット"を使っています。 これは照合されているレコードのデータベーステーブルへのオフセットです。 このオフセットによって、複数の背景ジョブの作業を同期化できます。
-プログレスバーは、全ての背景ワーカープロセスによる、現在の修理ステータスを表示します。 それは、データベースの中の最高レコード ID と修理オフセットでのパーセント差です。 修復ジョブが完了した後にプログレスバーに表示される値については心配しないでください。それは修復オフセットとデータベース内の最大レコード ID の差を示すものであるため、たとえリポジトリが実際にインデックス付けされていても、{% data variables.product.product_location_enterprise %} にリポジトリが追加されるにつれて値は減少します。
+プログレスバーは、全ての背景ワーカープロセスによる、現在の修理ステータスを表示します。 それは、データベースの中の最高レコード ID と修理オフセットでのパーセント差です。 修復ジョブが完了した後にプログレスバーに表示される値については心配しないでください。それは修復オフセットとデータベース内の最大レコード ID の差を示すものであるため、たとえリポジトリが実際にインデックス付けされていても、{% data variables.product.product_location %} にリポジトリが追加されるにつれて値は減少します。
いつでも新規コード検索インデックスの修理ジョブを開始できます。 1つの CPU を使って、検索インデックスをデータベース及びGitのリポジトリデータと照合します。 I/O パフォーマンスに与える影響を最小限にするため、および、オペレーションがタイムアウトする可能性を減少するために混雑していない時間帯に修理ジョブを実行してみてください。 `top` のようなユーティリティで、システム負荷と CPU 使用率の平均を監視しましょう。大差がない場合は、混雑している時間帯にもインデックスの修理ジョブを実行しても安全なはずです。
@@ -168,7 +168,7 @@ GitHub の[コード検索][]フィーチャは、[Elasticsearch][] に駆動さ
### リポジトリ
-これは {% data variables.product.product_location_enterprise %} 上のリポジトリのリストです。 リポジトリ名をクリックしてリポジトリを管理するための機能にアクセスできます。
+これは {% data variables.product.product_location %} 上のリポジトリのリストです。 リポジトリ名をクリックしてリポジトリを管理するための機能にアクセスできます。
- [リポジトリへのフォースプッシュをブロックする](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository/)
- [{% data variables.large_files.product_name_long %} を設定する](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage/#configuring-git-large-file-storage-for-an-individual-repository)
@@ -176,17 +176,17 @@ GitHub の[コード検索][]フィーチャは、[Elasticsearch][] に駆動さ
### 全ユーザ
-ここでは、{% data variables.product.product_location_enterprise %} 上のすべてのユーザーを確認することができ、そして [SSH キー監査を開始する](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys)ことができます。
+ここでは、{% data variables.product.product_location %} 上のすべてのユーザーを確認することができ、そして [SSH キー監査を開始する](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys)ことができます。
### サイトアドミン
-ここでは、{% data variables.product.product_location_enterprise %} 上のすべての管理者を確認することができ、そして [SSH キー監査を開始する](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys)ことができます。
+ここでは、{% data variables.product.product_location %} 上のすべての管理者を確認することができ、そして [SSH キー監査を開始する](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys)ことができます。
### 休眠ユーザ
-ここでは、{% data variables.product.product_location_enterprise %} 上のすべての非アクティブなユーザーを確認して、[一時停止](/enterprise/{{ currentVersion }}/admin/guides/user-management/suspending-and-unsuspending-users)することができます。 ユーザアカウントは、次の場合において、非アクティブ(休眠)とみなされます。
+ここでは、{% data variables.product.product_location %} 上のすべての非アクティブなユーザーを確認して、[一時停止](/enterprise/{{ currentVersion }}/admin/guides/user-management/suspending-and-unsuspending-users)することができます。 ユーザアカウントは、次の場合において、非アクティブ(休眠)とみなされます。
-- {% data variables.product.product_location_enterprise %} 用に設定されている休眠しきい値よりも長く存在している。
+- {% data variables.product.product_location %} 用に設定されている休眠しきい値よりも長く存在している。
- その期間内にどのアクティビティも生成していない。
- サイト管理人ではない
@@ -194,7 +194,7 @@ GitHub の[コード検索][]フィーチャは、[Elasticsearch][] に駆動さ
### 停止されたユーザ
-ここでは、{% data variables.product.product_location_enterprise %} で一時停止されているすべてのユーザーを確認することができ、そして [SSH キー監査を開始する](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys)ことができます。
+ここでは、{% data variables.product.product_location %} で一時停止されているすべてのユーザーを確認することができ、そして [SSH キー監査を開始する](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys)ことができます。
[ 流行ページ]: https://github.com/blog/1585-explore-what-is-trending-on-github
diff --git a/translations/ja-JP/content/admin/configuration/troubleshooting-ssl-errors.md b/translations/ja-JP/content/admin/configuration/troubleshooting-ssl-errors.md
index 3c6f5fb0ab..26c149f970 100644
--- a/translations/ja-JP/content/admin/configuration/troubleshooting-ssl-errors.md
+++ b/translations/ja-JP/content/admin/configuration/troubleshooting-ssl-errors.md
@@ -39,7 +39,7 @@ $ openssl rsa -in yourdomain.der -inform DER -out yourdomain.key -outform PEM
### 鍵のアップロード後の反応のない環境
-SSL 鍵のアップロード後に {% data variables.product.product_location_enterprise %} の反応がない場合、SSL 証明書のコピーを含む詳細事項と合わせて [{% data variables.product.prodname_enterprise %} Support に連絡](https://enterprise.github.com/support)してください。
+SSL 鍵のアップロード後に {% data variables.product.product_location %} の反応がない場合、SSL 証明書のコピーを含む詳細事項と合わせて [{% data variables.product.prodname_enterprise %} Support に連絡](https://enterprise.github.com/support)してください。
### 証明書の検証エラー
diff --git a/translations/ja-JP/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md b/translations/ja-JP/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
index 46f4e98d20..26559a8304 100644
--- a/translations/ja-JP/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
+++ b/translations/ja-JP/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
@@ -21,7 +21,7 @@ versions:
{% data reusables.enterprise_clustering.proxy_xff_firewall_warning %}
-#### {% data variables.product.product_location_enterprise %}でのPROXYプロトコルサポートの有効化
+#### {% data variables.product.product_location %}でのPROXYプロトコルサポートの有効化
アプライアンスとロードバランサの両方でPROXYプロトコルサポートを有効化することを強くおすすめします。 ロードバランサでPROXYプロトコルを有効化する方法については、ベンダーが提供する指示に従ってください。 詳しい情報については[PROXY プロトコルのドキュメンテーション](http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt)を参照してください。
@@ -33,7 +33,7 @@ versions:
{% data reusables.enterprise_clustering.proxy_protocol_ports %}
-#### {% data variables.product.product_location_enterprise %}でのX-Forwarded-Forサポートの有効化
+#### {% data variables.product.product_location %}でのX-Forwarded-Forサポートの有効化
{% data reusables.enterprise_clustering.x-forwarded-for %}
diff --git a/translations/ja-JP/content/admin/configuration/validating-your-domain-settings.md b/translations/ja-JP/content/admin/configuration/validating-your-domain-settings.md
index 502359cf4a..0f501a74c9 100644
--- a/translations/ja-JP/content/admin/configuration/validating-your-domain-settings.md
+++ b/translations/ja-JP/content/admin/configuration/validating-your-domain-settings.md
@@ -1,6 +1,6 @@
---
title: ドメイン設定の検証
-intro: '{% data variables.product.product_location_enterprise %}を最初に起動する前に、ドメイン設定が適切に行われていることを確認してください。'
+intro: '{% data variables.product.product_location %}を最初に起動する前に、ドメイン設定が適切に行われていることを確認してください。'
redirect_from:
- /enterprise/admin/installation/validating-your-domain-settings
- /enterprise/admin/configuration/validating-your-domain-settings
diff --git a/translations/ja-JP/content/admin/enterprise-management/accessing-the-monitor-dashboard.md b/translations/ja-JP/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
index 50e99267b6..24baf23c4b 100644
--- a/translations/ja-JP/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
+++ b/translations/ja-JP/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
@@ -18,7 +18,7 @@ versions:
{% note %}
-**注意**: 継続的インテグレーション(CI)あるいはビルドサーバで定期的に{% data variables.product.product_location_enterprise %}をポーリングすると、実質的にサービス拒否攻撃となって問題が生ずることがあるので、更新のプッシュにはwebhookの利用をお勧めします。 詳しい情報については"[webhookについて](/enterprise/{{ currentVersion }}/user/articles/about-webhooks/)"を参照してください。
+**注意**: 継続的インテグレーション(CI)あるいはビルドサーバで定期的に{% data variables.product.product_location %}をポーリングすると、実質的にサービス拒否攻撃となって問題が生ずることがあるので、更新のプッシュにはwebhookの利用をお勧めします。 詳しい情報については"[webhookについて](/enterprise/{{ currentVersion }}/user/articles/about-webhooks/)"を参照してください。
{% endnote %}
diff --git a/translations/ja-JP/content/admin/enterprise-management/configuring-collectd.md b/translations/ja-JP/content/admin/enterprise-management/configuring-collectd.md
index 8107efa345..4d46723d94 100644
--- a/translations/ja-JP/content/admin/enterprise-management/configuring-collectd.md
+++ b/translations/ja-JP/content/admin/enterprise-management/configuring-collectd.md
@@ -11,7 +11,7 @@ versions:
### 外部 `collectd` サーバーを設置
-{% data variables.product.product_location_enterprise %}に`collectd` の転送をまだ有効にしていない場合は、外部の `collectd` サーバを設置する必要があります。 `collectd` サーバは、`collectd` 5.x以上のバージョンを使わなければなりません。
+{% data variables.product.product_location %}に`collectd` の転送をまだ有効にしていない場合は、外部の `collectd` サーバを設置する必要があります。 `collectd` サーバは、`collectd` 5.x以上のバージョンを使わなければなりません。
1. `collectd` サーバにログインする
2. `collectd` を作成、または編集することで、ネットワークプラグインをロードし、適切な値をサーバとポートのディレクティブに追加する。 たいていのディストリビューションでは、これは `/etc/collectd/collectd.conf` にあります。
@@ -53,6 +53,6 @@ ssh -p 122 admin@[hostname] -- 'ghe-export-graphs' && scp -P 122 admin@[hostname
#### 中心の collectd サーバはデータを受信していない
-{% data variables.product.prodname_enterprise %} は `collectd` バージョン 5.x に付属しています。 `collectd` 5.x is not backwards compatible with the 4.x release series. {% data variables.product.product_location_enterprise %}から送られるデータを受信するには、中心の`collectd`サーバは 5.x 以上のバージョンでなければなりません。
+{% data variables.product.prodname_enterprise %} は `collectd` バージョン 5.x に付属しています。 `collectd` 5.x is not backwards compatible with the 4.x release series. {% data variables.product.product_location %}から送られるデータを受信するには、中心の`collectd`サーバは 5.x 以上のバージョンでなければなりません。
他に質問や問題がある場合、{% data variables.contact.contact_ent_support %}までお問い合わせください。
diff --git a/translations/ja-JP/content/admin/enterprise-management/enabling-automatic-update-checks.md b/translations/ja-JP/content/admin/enterprise-management/enabling-automatic-update-checks.md
index 99f8bf8768..b8f131fa89 100644
--- a/translations/ja-JP/content/admin/enterprise-management/enabling-automatic-update-checks.md
+++ b/translations/ja-JP/content/admin/enterprise-management/enabling-automatic-update-checks.md
@@ -1,6 +1,6 @@
---
title: 自動アップデートチェックの有効化
-intro: '自動アップデートチェックを有効にすると、{% data variables.product.product_location_enterprise %} が最新の {% data variables.product.prodname_ghe_server %} リリースをチェックしてダウンロードします。'
+intro: '自動アップデートチェックを有効にすると、{% data variables.product.product_location %} が最新の {% data variables.product.prodname_ghe_server %} リリースをチェックしてダウンロードします。'
redirect_from:
- /enterprise/admin/installation/enabling-automatic-update-checks
- /enterprise/admin/enterprise-management/enabling-automatic-update-checks
@@ -8,13 +8,13 @@ versions:
enterprise-server: '*'
---
-{% data variables.product.product_location_enterprise %} のアップグレードパッケージが自動的にダウンロードされると、{% data variables.product.prodname_ghe_server %} をアップグレードできることを知らせるメッセージを受け取ります。 パッケージは{% data variables.product.product_location_enterprise %}の `/var/lib/ghe-updates`ディレクトリへダウンロードされます。 詳細は「[{% data variables.product.prodname_ghe_server %} をアップグレードする](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server)」を参照してください。
+{% data variables.product.product_location %} のアップグレードパッケージが自動的にダウンロードされると、{% data variables.product.prodname_ghe_server %} をアップグレードできることを知らせるメッセージを受け取ります。 パッケージは{% data variables.product.product_location %}の `/var/lib/ghe-updates`ディレクトリへダウンロードされます。 詳細は「[{% data variables.product.prodname_ghe_server %} をアップグレードする](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server)」を参照してください。
アップグレードにホットパッチが利用できる場合、`.hpkg` は自動的にダウンロードします。 管理コンソールでは、ホットパッチを直ちにインストールするか、後でインストールするようにスケジュール設定するかを選択できます。 詳細は「[ホットパッチ付きでアップグレードする](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server#upgrading-with-a-hotpatch)」を参照してください。
{% tip %}
-**Tip:** 自動アップデートチェックを有効化するには、{% data variables.product.product_location_enterprise %}は`https://github-enterprise.s3.amazonaws.com`に接続できなければなりません。
+**Tip:** 自動アップデートチェックを有効化するには、{% data variables.product.product_location %}は`https://github-enterprise.s3.amazonaws.com`に接続できなければなりません。
{% endtip %}
diff --git a/translations/ja-JP/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md b/translations/ja-JP/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
index 48116bf405..1fe0c04fea 100644
--- a/translations/ja-JP/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
+++ b/translations/ja-JP/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
@@ -20,7 +20,7 @@ versions:
#### リサイズについての考慮
-{% data variables.product.product_location_enterprise %} の CPU またはメモリリソースを増加させる前に、以下のことを行ってください:
+{% data variables.product.product_location %} の CPU またはメモリリソースを増加させる前に、以下のことを行ってください:
- **Scale your memory with CPUs**. {% data reusables.enterprise_installation.increasing-cpus-req %}
- **Assign an Elastic IP address to the instance**. Elastic IP が割り当てられていない場合は、パブリック IP アドレスでの変更を考慮して、再起動後に {% data variables.product.prodname_ghe_server %} ホストの DNS A レコードを調整する必要があります。 インスタンスがVPC内で起動していれば、インスタンスが再起動してもElastic IP(EIP)は自動的に保持されます。 インスタンスがEC2-Classic内で起動されていれば、Elastic IPは手動で際割り当てが必要です。
@@ -64,7 +64,7 @@ versions:
{% data reusables.enterprise_installation.increasing-cpus-req %}
1. vSphere Clientを使ってVMware ESXiホストに接続してください。
-2. {% data variables.product.product_location_enterprise %}をシャットダウンしてください。
+2. {% data variables.product.product_location %}をシャットダウンしてください。
3. 仮想マシンを選択し、 **Edit Settings(設定の編集)**をクリックしてください。
4. "Hardware"の下で、必要に応じて仮想マシンに割り当てられたCPUやメモリリソースを調整してください。
5. 仮想マシンを起動するには、[**OK**] をクリックします。
diff --git a/translations/ja-JP/content/admin/enterprise-management/increasing-storage-capacity.md b/translations/ja-JP/content/admin/enterprise-management/increasing-storage-capacity.md
index 8176808d41..a65808fa90 100644
--- a/translations/ja-JP/content/admin/enterprise-management/increasing-storage-capacity.md
+++ b/translations/ja-JP/content/admin/enterprise-management/increasing-storage-capacity.md
@@ -10,7 +10,7 @@ versions:
{% data reusables.enterprise_installation.warning-on-upgrading-physical-resources %}
-{% data variables.product.product_location_enterprise %}に参加するユーザが増えるにつれて、ストレージボリュームをリサイズする必要があるかもしれません。 ストレージのリサイズに関する情報については、使用している仮想化プラットフォームのドキュメンテーションを参照してください。
+{% data variables.product.product_location %}に参加するユーザが増えるにつれて、ストレージボリュームをリサイズする必要があるかもしれません。 ストレージのリサイズに関する情報については、使用している仮想化プラットフォームのドキュメンテーションを参照してください。
### 要求及び推奨事項
diff --git a/translations/ja-JP/content/admin/enterprise-management/index.md b/translations/ja-JP/content/admin/enterprise-management/index.md
index 082bf5c3aa..8b6af438ef 100644
--- a/translations/ja-JP/content/admin/enterprise-management/index.md
+++ b/translations/ja-JP/content/admin/enterprise-management/index.md
@@ -15,7 +15,6 @@ versions:
{% link_in_list /recommended-alert-thresholds %}
{% link_in_list /setting-up-external-monitoring %}
{% link_in_list /configuring-collectd %}
- {% link_in_list /log-forwarding %}
{% link_in_list /monitoring-using-snmp %}
{% topic_link_in_list /updating-the-virtual-machine-and-physical-resources %}
{% link_in_list /upgrade-requirements %}
diff --git a/translations/ja-JP/content/admin/enterprise-management/monitoring-using-snmp.md b/translations/ja-JP/content/admin/enterprise-management/monitoring-using-snmp.md
index 498d4aca73..b3b26a5d30 100644
--- a/translations/ja-JP/content/admin/enterprise-management/monitoring-using-snmp.md
+++ b/translations/ja-JP/content/admin/enterprise-management/monitoring-using-snmp.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-SNMP とは、ネットワーク経由でデバイスを監視するための一般的基準です。 {% data variables.product.product_location_enterprise %}のj状態を監視可能にし、いつホストのマシンにメモリやストレージ、処理能力を追加すべきかを知るために、SNMP を有効にすることを強くおすすめします。
+SNMP とは、ネットワーク経由でデバイスを監視するための一般的基準です。 {% data variables.product.product_location %}のj状態を監視可能にし、いつホストのマシンにメモリやストレージ、処理能力を追加すべきかを知るために、SNMP を有効にすることを強くおすすめします。
{% data variables.product.prodname_enterprise %} には標準の SNMP がインストールされているので、Nagios などのモニタリングシステムに対して利用可能な[数多くのプラグイン](http://www.monitoring-plugins.org/doc/man/check_snmp.html)を活用できます。
@@ -28,7 +28,7 @@ SNMP とは、ネットワーク経由でデバイスを監視するための一
$ snmpget -v 2c -c community-string -O e hostname hrSystemDate.0
```
-これにより、{% data variables.product.product_location_enterprise %} ホストでのシステム時刻が返されます。
+これにより、{% data variables.product.product_location %} ホストでのシステム時刻が返されます。
### ユーザベースのセキュリティ
diff --git a/translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance.md b/translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance.md
index c418a30547..6ea8fe5ede 100644
--- a/translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance.md
+++ b/translations/ja-JP/content/admin/enterprise-management/monitoring-your-appliance.md
@@ -1,6 +1,6 @@
---
title: Monitoring your appliance
-intro: '{% data variables.product.product_location_enterprise %} インスタンスの使用が時間とともに増加するにつれて、CPU、メモリ、ストレージなどのシステムリソースの利用率も増加します。 アプリケーションのパフォーマンスや可用性にマイナスの影響を及ぼすほど重大になる前に潜在的な問題に気づけるよう、モニタリングやアラートを設定することができます。'
+intro: '{% data variables.product.product_location %} インスタンスの使用が時間とともに増加するにつれて、CPU、メモリ、ストレージなどのシステムリソースの利用率も増加します。 アプリケーションのパフォーマンスや可用性にマイナスの影響を及ぼすほど重大になる前に潜在的な問題に気づけるよう、モニタリングやアラートを設定することができます。'
redirect_from:
- /enterprise/admin/guides/installation/system-resource-monitoring-and-alerting/
- /enterprise/admin/guides/installation/monitoring-your-github-enterprise-appliance/
diff --git a/translations/ja-JP/content/admin/enterprise-management/recommended-alert-thresholds.md b/translations/ja-JP/content/admin/enterprise-management/recommended-alert-thresholds.md
index 129c4d760f..ec3bcb7e1d 100644
--- a/translations/ja-JP/content/admin/enterprise-management/recommended-alert-thresholds.md
+++ b/translations/ja-JP/content/admin/enterprise-management/recommended-alert-thresholds.md
@@ -34,7 +34,7 @@ versions:
### メモリの利用状況のモニタリング
-{% data variables.product.product_location_enterprise %}に割り当てられている物理メモリの量は、全体的なパフォーマンスとアプリケーションの反応性に大きな影響があります。 システムは、Gitの処理を高速化するためにカーネルのディスクキャッシュを頻繁に利用するよう設計されています。 ピークの利用状況で、通常のRSSワーキングセットがRAMの総容量の50%以内に収まるようにすることをおすすめします。
+{% data variables.product.product_location %}に割り当てられている物理メモリの量は、全体的なパフォーマンスとアプリケーションの反応性に大きな影響があります。 システムは、Gitの処理を高速化するためにカーネルのディスクキャッシュを頻繁に利用するよう設計されています。 ピークの利用状況で、通常のRSSワーキングセットがRAMの総容量の50%以内に収まるようにすることをおすすめします。
| 重要度 | 閾値 |
| ------------ | ------------------------------- |
diff --git a/translations/ja-JP/content/admin/enterprise-management/upgrade-requirements.md b/translations/ja-JP/content/admin/enterprise-management/upgrade-requirements.md
index 682b5082de..6b16e70bc6 100644
--- a/translations/ja-JP/content/admin/enterprise-management/upgrade-requirements.md
+++ b/translations/ja-JP/content/admin/enterprise-management/upgrade-requirements.md
@@ -22,7 +22,7 @@ versions:
### 推奨される対応
- アップグレードのプロセスに含めるアップグレードは、できるだけ少なくしてください。 たとえば {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} から {{ enterpriseServerReleases.supported[1] }} を経て {{ enterpriseServerReleases.latest }} にアップグレードする代わりに、{% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} から {{ enterpriseServerReleases.latest }} にアップグレードできます。
-- バージョンが数バージョン古いのであれば、{% data variables.product.product_location_enterprise %}をアップグレードのプロセスの各ステップでできる限り先までアップグレードしてください。 各アップグレードで可能な限りの最新バージョンを使うことで、パフォーマンスの改善やバグフィックスのメリットが得られます。 たとえば{% data variables.product.prodname_enterprise %}2.7から2.8を経て2.10へアップグレードすることができますが、{% data variables.product.prodname_enterprise %}2.7から2.9を経て2.10へのアップグレードすれば、2番目のステップでより新しいバージョンを利用できます。
+- バージョンが数バージョン古いのであれば、{% data variables.product.product_location %}をアップグレードのプロセスの各ステップでできる限り先までアップグレードしてください。 各アップグレードで可能な限りの最新バージョンを使うことで、パフォーマンスの改善やバグフィックスのメリットが得られます。 たとえば{% data variables.product.prodname_enterprise %}2.7から2.8を経て2.10へアップグレードすることができますが、{% data variables.product.prodname_enterprise %}2.7から2.9を経て2.10へのアップグレードすれば、2番目のステップでより新しいバージョンを利用できます。
- アップグレードの際には、最新のパッチリリースを使ってください。 {% data reusables.enterprise_installation.enterprise-download-upgrade-pkg %}
- アップグレードのステップのテストには、ステージングインスタンスを使ってください。 詳しい情報については "[ステージングインスタンスのセットアップ](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-up-a-staging-instance/)"を参照してください。
- 複数のアップグレードを実行する際には、フィーチャアップグレードの間に少なくとも24時間を挟み、データの移行とバックグラウンドのアップグレードタスクが完全に終わるようにしてください。
diff --git a/translations/ja-JP/content/admin/enterprise-management/upgrading-github-enterprise-server.md b/translations/ja-JP/content/admin/enterprise-management/upgrading-github-enterprise-server.md
index 5269dc0278..7492449afe 100644
--- a/translations/ja-JP/content/admin/enterprise-management/upgrading-github-enterprise-server.md
+++ b/translations/ja-JP/content/admin/enterprise-management/upgrading-github-enterprise-server.md
@@ -150,7 +150,7 @@ High Availability と Geo-replication が設定されたアプライアンスは
Target root partition: /dev/xvda2
Proceed with installation? [y/N]
```
-7. 単一アプライアンスのアップグレードであれば、メンテナンスモードを無効化してユーザが {% data variables.product.product_location_enterprise %} を利用できるようにしてください。
+7. 単一アプライアンスのアップグレードであれば、メンテナンスモードを無効化してユーザが {% data variables.product.product_location %} を利用できるようにしてください。
{% note %}
@@ -203,7 +203,7 @@ High Availability と Geo-replication が設定されたアプライアンスは
1. レプリカインスタンスで再度 `ghe-repl-setup ` を実行してください。
{% data reusables.enterprise_installation.start-replication %}
{% data reusables.enterprise_installation.replication-status %}
-6. 最後のレプリカのアップグレードが完了し、resync も完了したなら、ユーザが {% data variables.product.product_location_enterprise %} を使えるようにメンテナンスモードを無効化してください。
+6. 最後のレプリカのアップグレードが完了し、resync も完了したなら、ユーザが {% data variables.product.product_location %} を使えるようにメンテナンスモードを無効化してください。
### 失敗したアップグレードからのリストア
diff --git a/translations/ja-JP/content/admin/enterprise-support/about-github-enterprise-support.md b/translations/ja-JP/content/admin/enterprise-support/about-github-enterprise-support.md
index e331f637ec..a3522c7714 100644
--- a/translations/ja-JP/content/admin/enterprise-support/about-github-enterprise-support.md
+++ b/translations/ja-JP/content/admin/enterprise-support/about-github-enterprise-support.md
@@ -1,10 +1,11 @@
---
title: GitHub Enterprise Supportについて
-intro: '{% data variables.product.prodname_ghe_server %} Support は、{% data variables.product.prodname_ghe_server %} アプライアンスで生じた問題のトラブルシューティングを支援します。'
+intro: '{% data variables.contact.github_support %} can help you troubleshoot issues that arise on {% data variables.product.product_name %}.'
redirect_from:
- /enterprise/admin/enterprise-support/about-github-enterprise-support
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -15,49 +16,63 @@ versions:
### {% data variables.contact.enterprise_support %} について
-{% data variables.product.prodname_ghe_server %} には、英語および日本語での {% data variables.contact.enterprise_support %} が含まれています。
+{% data variables.product.product_name %} includes {% data variables.contact.enterprise_support %} in English{% if enterpriseServerVersions contains currentVersion %}and Japanese{% endif %}.
-{% data variables.contact.enterprise_support %} には GitHub Enterprise サポートページから連絡をして、以下について支援を求めることができます:
- - {% data variables.product.prodname_ghe_server %} のインストールと利用
+{% if enterpriseServerVersions contains currentVersion %}
+You can contact
+{% data variables.contact.enterprise_support %} through {% data variables.contact.contact_enterprise_portal %} for help with:
+ - {% data variables.product.product_name %} のインストールと利用
- 調査対象となっているエラーの原因の特定および検証
+{% endif %}
-{% data variables.contact.enterprise_support %} のすべての利点に加えて、{% data variables.contact.premium_support %} は以下を提供します:
+In addition to all of the benefits of {% data variables.contact.enterprise_support %}, {% if enterpriseServerVersions contains currentVersion %}{% data variables.contact.premium_support %}{% else %}support for {% data variables.product.product_name %}{% endif %} offers:
- GitHub Enterprise サポートページを通じた書面による 24 時間 365 日のサポート
- 24 時間 365 日の電話サポート
- - 初回応答時間が保証されるサービスレベルアグリーメント (SLA)
- - プレミアムコンテンツへのアクセス
- - 定期的なヘルスチェック
+ - A{% if currentVersion == "github-ae@latest" %}n enhanced{% endif %} Service Level Agreement (SLA) {% if enterpriseServerVersions contains currentVersion %}with guaranteed initial response times{% endif %}
+ - Access to premium content{% if enterpriseServerVersions contains currentVersion %}
+ - Scheduled health checks{% endif %}
- 管理されたサービス
+{% data reusables.support.government-response-times-may-vary %}
+
+{% if enterpriseServerVersions contains currentVersion %}
詳細は、「[{% data variables.product.prodname_ghe_server %}の{% data variables.contact.premium_support %}について](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)」を参照してください。
+{% endif %}
{% data reusables.support.scope-of-support %}
### {% data variables.contact.enterprise_support %} への連絡
-{% data variables.contact.enterprise_support %} のお客様は、{% data variables.contact.contact_enterprise_portal %} を使用して書面で問題を報告できます。
+You can contact {% data variables.contact.enterprise_support %} through {% if enterpriseServerVersions contains currentVersion %}{% data variables.contact.contact_enterprise_portal %}{% elsif currentVersion == "github-ae@latest" %} the {% data variables.contact.ae_azure_portal %}{% endif %} to report issues in writing. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
### 営業時間
+{% if enterpriseServerVersions contains currentVersion %}
#### 英語でのサポート
+{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
緊急ではない標準的な問題の場合、英語でのサポートは週末とアメリカの休日をのぞく週 5 日 24 時間提供しています。 (アメリカの祝日は除く) 返信までの標準的な時間は 24 時間です。
-緊急の問題については、米国の祝日を含む、24時間年中無休で対応しています。 (アメリカの祝日は除く)
+For urgent issues, we {% else %}We{% endif %} are available 24 hours per day, 7 days per week, even during national U.S. (アメリカの祝日は除く)
+{% data reusables.support.government-response-times-may-vary %}
+
+{% if enterpriseServerVersions contains currentVersion %}
#### 日本語でのサポート
緊急ではない問題については、日本語でのサポートを月曜日から金曜日、日本時間午前9:00から午後5:00まで提供します。これは日本の国民の祝日を除きます。 緊急の問題については、アメリカの祝日を含む、24時間年中無休で英語でサポートを提供しています。 (アメリカの祝日は除く)
-また、 {% data variables.contact.enterprise_support %} におけるアメリカおよび日本の祝日の完全なリストは「[休日のスケジュール](#holiday-schedules)」を参照してください。
+また、 and Japanese national holidays observed by {% data variables.contact.enterprise_support %}, see "[Holiday schedules](#holiday-schedules)."{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
### 休日のスケジュール
-緊急の問題については、アメリカおよび日本の祝日を含め、24時間年中無休で英語で対応します。 -
+緊急の問題については、アメリカおよび日本の祝日を含め、24時間年中無休で英語で対応します。 {% if enterpriseServerVersions contains currentVersion %}and Japanese{% endif %} holidays.
#### アメリカ合衆国の祝日
-{% data variables.contact.enterprise_support %} は、以下の米国の祝日を休日としています。 ただし、緊急サポートチケットにはグローバルサポートチームが対応しています。
+{% data variables.contact.enterprise_support %} は、以下の米国の祝日を休日としています。 holidays{% if enterpriseServerVersions contains currentVersion %}, although our global support team is available to answer urgent tickets{% endif %}.
| アメリカ合衆国の祝日 祝日 | 対象日付 |
| --------------------------- | --------------------------- |
@@ -80,6 +95,7 @@ versions:
{% data variables.contact.enterprise_support %} は、12月28日~1月3日、および「[国民の祝日について-内閣府](https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html)」に記載されている祝日は、日本語サポートを提供していません。
{% data reusables.enterprise_enterprise_support.installing-releases %}
+{% endif %}
### サポートチケットへの優先度の割り当て
@@ -87,7 +103,11 @@ versions:
{% data reusables.support.github-can-modify-ticket-priority %}
+{% if enterpriseServerVersions contains currentVersion %}
{% data reusables.support.ghes-priorities %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.support.ghae-priorities %}
+{% endif %}
### サポートチケットの解決とクローズ
@@ -95,8 +115,9 @@ versions:
### 参考リンク
+{% if enterpriseServerVersions contains currentVersion %}
- [{% data variables.product.prodname_ghe_server %} に関するよくある質問](https://enterprise.github.com/faq)
-- [{% data variables.product.prodname_ghe_server %} ライセンスアグリーメント](https://enterprise.github.com/license)のサポートに関するセクション 10
-- [{% data variables.contact.github_support %} への連絡](/enterprise/admin/guides/enterprise-support/reaching-github-support)
-- [チケットのサブミットの準備](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)
+- Section 10 on Support in the "[{% data variables.product.prodname_ghe_server %} License Agreement](https://enterprise.github.com/license)"{% endif %}
+- "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)"{% if enterpriseServerVersions contains currentVersion %}
+- "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)"{% endif %}
- [チケットのサブミット](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)
diff --git a/translations/ja-JP/content/admin/enterprise-support/index.md b/translations/ja-JP/content/admin/enterprise-support/index.md
index a6fe0894f0..7b5a2e9f56 100644
--- a/translations/ja-JP/content/admin/enterprise-support/index.md
+++ b/translations/ja-JP/content/admin/enterprise-support/index.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/enterprise-support
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### 目次
diff --git a/translations/ja-JP/content/admin/enterprise-support/overview.md b/translations/ja-JP/content/admin/enterprise-support/overview.md
index 216cf1ab5e..1c0e004745 100644
--- a/translations/ja-JP/content/admin/enterprise-support/overview.md
+++ b/translations/ja-JP/content/admin/enterprise-support/overview.md
@@ -1,10 +1,11 @@
---
title: 概要
-intro: '{% data variables.product.prodname_ghe_server %}で利用できるサポートのオプションについて学んでください。'
+intro: '{% data variables.product.product_name %}で利用できるサポートのオプションについて学んでください。'
mapTopic: true
redirect_from:
- /enterprise/admin/enterprise-support/overview
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/enterprise-support/preparing-to-submit-a-ticket.md b/translations/ja-JP/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
index e140ebec05..2e50957422 100644
--- a/translations/ja-JP/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
+++ b/translations/ja-JP/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
@@ -1,10 +1,11 @@
---
title: チケットのサブミットの準備
-intro: '{% data variables.contact.github_support %} が素早くお客様をご支援できるよう、サポートチケットをオープンする前にこのページのお願いをご確認ください。'
+intro: 'You can expedite your issue with {% data variables.contact.enterprise_support %} by following these suggestions before you open a support ticket.'
redirect_from:
- /enterprise/admin/enterprise-support/preparing-to-submit-a-ticket
versions:
enterprise-server: '*'
+ github-ae: '*'
---
チケットをサブミットする前に以下の作業を済ませておいてください。
@@ -16,13 +17,11 @@ versions:
- {% data variables.contact.github_support %} との進行中のやりとりがあれば、既存のチケット番号があるかを確認してください。
- {% data variables.contact.github_support %} と連絡を取り合うのに適した人を決めてください。
-詳しい情報については[チケットのサブミット](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)を参照してください。
-
### 担当者の選択
特にチケットの優先度が {% data variables.product.support_ticket_priority_urgent %} の場合、{% data variables.contact.github_support %} に問い合わせるユーザは、次のことを確認してください。
- 社内のシステム、ツール、ポリシー、実務をよく知っていること。
- - {% data variables.product.prodname_ghe_server %} に熟練したユーザであること。
+ - {% data variables.product.product_name %} に熟練したユーザであること。
- 問題のトラブルシューティングに必要なすべてのサービスへの完全なアクセスと権限を持っていること。
- - 推奨された変更をネットワーク及び該当する製品に行う権限を持っていること。
+ - 推奨された変更をネットワーク及び該当する製品に行う権限を持っていること。
\ No newline at end of file
diff --git a/translations/ja-JP/content/admin/enterprise-support/providing-data-to-github-support.md b/translations/ja-JP/content/admin/enterprise-support/providing-data-to-github-support.md
index aee3a71600..799120ecc2 100644
--- a/translations/ja-JP/content/admin/enterprise-support/providing-data-to-github-support.md
+++ b/translations/ja-JP/content/admin/enterprise-support/providing-data-to-github-support.md
@@ -85,7 +85,7 @@ Web べースの {% data variables.enterprise.management_console %} と外部の
#### SSHを使ったSupport Bundleの作成
-{% data variables.product.prodname_ghe_server %} アプライアンスが SSH を利用でき、外部のインターネットにアクセスできる場合は、以下の手順で Support Bundle を作成して共有できます。
+You can use these steps to create and share a support bundle if you have SSH access to {% data variables.product.product_location %} and have outbound internet access.
{% data reusables.enterprise_enterprise_support.use_ghe_cluster_support_bundle %}
@@ -110,8 +110,8 @@ Web べースの {% data variables.enterprise.management_console %} と外部の
#### SSHを使ったSupport Bundleの直接アップロード
以下の状況であれば、Support Bundleを当社のサーバに直接アップロードできます。
-- {% data variables.product.prodname_ghe_server %} アプライアンスに SSH でアクセスできること。
-- {% data variables.product.prodname_ghe_server %} アプライアンスから外部の TCP ポート 443 に HTTPS 接続ができること。
+- You have SSH access to {% data variables.product.product_location %}.
+- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %}.
1. バンドルを当社のSupport Bundleサーバにアップロードします。
```shell
@@ -126,7 +126,7 @@ Support Bundleには過去2日分のログが含まれますが、_拡張_Suppor
#### SSHを使った拡張Support Bundleの作成
-{% data variables.product.prodname_ghe_server %} アプライアンスに SSH でアクセスでき、外部のインターネットへアクセスできるのであれば、以下の手順で拡張 Support Bundle を作成し、共有できます。
+You can use these steps to create and share an extended support bundle if you have SSH access to {% data variables.product.product_location %} and you have outbound internet access.
1. `ghe-support-bundle`コマンドに`-x`フラグを追加して、SSH経由で拡張Support Bundleをダウンロードしてください。
```shell
@@ -138,8 +138,8 @@ Support Bundleには過去2日分のログが含まれますが、_拡張_Suppor
#### SSHを使った拡張Support Bundleの直接アップロード
以下の状況であれば、Support Bundleを当社のサーバに直接アップロードできます。
-- {% data variables.product.prodname_ghe_server %} アプライアンスに SSH でアクセスできること。
-- {% data variables.product.prodname_ghe_server %} アプライアンスから外部の TCP ポート 443 に HTTPS 接続ができること。
+- You have SSH access to {% data variables.product.product_location %}.
+- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %}.
1. バンドルを当社のSupport Bundleサーバにアップロードします。
```shell
diff --git a/translations/ja-JP/content/admin/enterprise-support/reaching-github-support.md b/translations/ja-JP/content/admin/enterprise-support/reaching-github-support.md
index c557894015..edbe0ab4e3 100644
--- a/translations/ja-JP/content/admin/enterprise-support/reaching-github-support.md
+++ b/translations/ja-JP/content/admin/enterprise-support/reaching-github-support.md
@@ -1,6 +1,6 @@
---
title: GitHub Support への連絡
-intro: '{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} あるいは GitHub Enterprise サポートページを使って {% data variables.contact.github_support %} に連絡してください。'
+intro: 'Contact {% data variables.contact.enterprise_support %} using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or{% endif %} the support portal.'
redirect_from:
- /enterprise/admin/guides/enterprise-support/reaching-github-enterprise-support/
- /enterprise/admin/enterprise-support/reaching-github-support
@@ -10,12 +10,15 @@ versions:
### 自動チケットシステムを使用する
-自動化されたサポートリクエストへの対応には最善を尽くしますが、問題解決のためには、自動化されたチケットシステムが提供する以上の情報が、通常必要になります。 可能な場合は、{% data variables.contact.github_support %} がやりとりできる方もしくはマシンからサポートリクエストを出してください。 詳しい情報については[チケットのサブミットの準備](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)を参照してください。
+自動化されたサポートリクエストへの対応には最善を尽くしますが、問題解決のためには、自動化されたチケットシステムが提供する以上の情報が、通常必要になります。 可能な場合は、{% data variables.contact.enterprise_support %} がやりとりできる方もしくはマシンからサポートリクエストを出してください。 詳しい情報については[チケットのサブミットの準備](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)を参照してください。
### {% data variables.contact.enterprise_support %} への連絡
-{% data variables.contact.enterprise_support %} のお客様は、{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} あるいは {% data variables.contact.contact_enterprise_portal %} を使ってサポートチケットをオープンできます。 チケットの優先度を {% data variables.product.support_ticket_priority_urgent %}、{% data variables.product.support_ticket_priority_high %}、{% data variables.product.support_ticket_priority_normal %}、または {% data variables.product.support_ticket_priority_low %} としてマークします。 詳しい情報については、「[サポートチケットに優先度を割り当てる](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support#assigning-a-priority-to-a-support-ticket)」および「[チケットをサブミットする](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)」を参照してください。
+{% data variables.contact.enterprise_support %} customers can open a support ticket using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or the {% data variables.contact.contact_enterprise_portal %}{% elsif currentVersion == "github-ae@latest" %} the {% data variables.contact.contact_ae_portal %}{% endif %}. チケットの優先度を {% data variables.product.support_ticket_priority_urgent %}、{% data variables.product.support_ticket_priority_high %}、{% data variables.product.support_ticket_priority_normal %}、または {% data variables.product.support_ticket_priority_low %} としてマークします。 詳しい情報については、「[サポートチケットに優先度を割り当てる](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support#assigning-a-priority-to-a-support-ticket)」および「[チケットをサブミットする](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)」を参照してください。
+### {% data variables.contact.enterprise_support %} への連絡
+
+{% if enterpriseServerVersions contains currentVersion %}
#### 過去のサポートチケットの閲覧
{% data variables.contact.enterprise_portal %} を使って過去のサポートチケットを見ることができます。
@@ -27,10 +30,12 @@ versions:
{% data variables.contact.enterprise_support %} のお客様は、{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} あるいは {% data variables.contact.contact_enterprise_portal %} を使ってサポートチケットをオープンできます。 その優先度を {% data variables.product.support_ticket_priority_urgent %}、{% data variables.product.support_ticket_priority_high %}、{% data variables.product.support_ticket_priority_normal %}、または {% data variables.product.support_ticket_priority_low %} としてマークします。 詳しい情報については、「[サポートチケットに優先度を割り当てる](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server#assigning-a-priority-to-a-support-ticket)」および「[チケットをサブミットする](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)」を参照してください。
+{% endif %}
### 営業チームへの連絡
価格、ライセンス、更新、見積もり、支払い、およびその他の関連するご質問については、{% data variables.contact.contact_enterprise_sales %} にお問い合わせいただくか、[+1 (877) 448-4820](tel:+1-877-448-4820) にお電話してください。
+{% if enterpriseServerVersions contains currentVersion %}
### トレーニングチームへの連絡
カスタマイズされたトレーニングを含むトレーニングの選択肢に関する詳しい情報については[{% data variables.product.company_short %}のトレーニングサイト](https://services.github.com/)を参照してください。
@@ -40,6 +45,7 @@ versions:
**メモ:** トレーニングは {% data variables.product.premium_plus_support_plan %} に含まれています。 詳細は、「[{% data variables.product.prodname_ghe_server %}の{% data variables.contact.premium_support %}について](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)」を参照してください。
{% endnote %}
+{% endif %}
### 参考リンク
diff --git a/translations/ja-JP/content/admin/enterprise-support/receiving-help-from-github-support.md b/translations/ja-JP/content/admin/enterprise-support/receiving-help-from-github-support.md
index 6752317927..bb8d328267 100644
--- a/translations/ja-JP/content/admin/enterprise-support/receiving-help-from-github-support.md
+++ b/translations/ja-JP/content/admin/enterprise-support/receiving-help-from-github-support.md
@@ -1,11 +1,12 @@
---
title: GitHub Support からの支援を受ける
-intro: '{% data variables.product.product_location_enterprise %} で問題が生じた場合、{% data variables.contact.github_support %} が支援できます。'
+intro: 'You can contact {% data variables.contact.enterprise_support %} to report a range of issues for your enterprise.'
redirect_from:
- /enterprise/admin/guides/enterprise-support/receiving-help-from-github-enterprise-support/
- /enterprise/admin/enterprise-support/receiving-help-from-github-support
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/enterprise-support/submitting-a-ticket.md b/translations/ja-JP/content/admin/enterprise-support/submitting-a-ticket.md
index e78caaa2ec..e969b21b87 100644
--- a/translations/ja-JP/content/admin/enterprise-support/submitting-a-ticket.md
+++ b/translations/ja-JP/content/admin/enterprise-support/submitting-a-ticket.md
@@ -1,17 +1,20 @@
---
title: チケットのサブミット
-intro: '{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} あるいは GitHub Enterprise サポートページを使ってサポートチケットをサブミットしてください。 {% data variables.product.prodname_ghe_server %} の本番システムがダウンしている場合や、利用できない状態になっている場合は、チケットを Urgent にすることができます。'
+intro: 'You can submit a support ticket using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or{% endif %} the support portal.'
redirect_from:
- /enterprise/admin/enterprise-support/submitting-a-ticket
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### チケットのサブミットについて
チケットをサブミットする前に、{% data variables.contact.github_support %} のための情報を収集し、担当者を選択してください。 詳しい情報については[チケットのサブミットの準備](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)を参照してください。
-サポートリクエストと、場合によっては Diagnostic 情報をサブミットした後、{% data variables.contact.github_support %} は Support Bundle のダウンロードと共有をお願いすることがあります。 詳細は「[{% data variables.contact.github_support %} にデータを提供する](/enterprise/admin/guides/enterprise-support/providing-data-to-github-support)」を参照してください。
+{% if enterpriseServerVersions contains currentVersion %}
+After submitting your support request and optional diagnostic information,
+{% data variables.contact.github_support %} may ask you to download and share a support bundle with us. 詳細は「[{% data variables.contact.github_support %} にデータを提供する](/enterprise/admin/guides/enterprise-support/providing-data-to-github-support)」を参照してください。
### {% data variables.contact.enterprise_portal %} を使ってチケットをサブミットする
@@ -30,7 +33,7 @@ versions:
{% data reusables.enterprise_enterprise_support.submit-support-ticket-first-section %}
{% data reusables.enterprise_enterprise_support.submit-support-ticket-second-section %}
-### {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} を使ってチケットをサブミットする
+### {% data variables.product.product_name %} {% data variables.enterprise.management_console %} を使ってチケットをサブミットする
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
@@ -44,7 +47,17 @@ versions:
{% data reusables.enterprise_enterprise_support.submit-support-ticket-second-section %}
7. **Submit(サブミット)**をクリックしてください。
+{% endif %}
+{% if currentVersion == "github-ae@latest" %}
+### {% data variables.contact.ae_azure_portal %} を使ってチケットをサブミットする
+
+Commercial customers can submit a support request in the {% data variables.contact.contact_ae_portal %}. Government customers should use the [Azure portal for government customers](https://portal.azure.us/#blade/Microsoft_Azure_Support/HelpAndSupportBlade). For more information, see [Create an Azure support request](https://docs.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request) in the Microsoft documentation.
+
+For urgent issues, to ensure a quick response, after you submit a ticket, please call the support hotline immediately. Your Technical Support Account Manager (TSAM) will provide you with the number to use in your onboarding session.
+
+{% endif %}
+
### 参考リンク
-- [{% data variables.contact.enterprise_support %} について](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)
-- [{% data variables.product.prodname_ghe_server %}の{% data variables.contact.premium_support %}について](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)
+- "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)"{% if enterpriseServerVersions contains currentVersion %}
+- "[About {% data variables.contact.premium_support %} for {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)."{% endif %}
diff --git a/translations/ja-JP/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md b/translations/ja-JP/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
index 28da2234b9..03f1898ac9 100644
--- a/translations/ja-JP/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
+++ b/translations/ja-JP/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
@@ -19,8 +19,7 @@ versions:
{% data variables.product.product_location_enterprise %} 上の {% data variables.product.prodname_dotcom_the_website %} からのすべてのアクションへのアクセスを有効にする前に、{% data variables.product.product_location_enterprise %} を {% data variables.product.prodname_dotcom_the_website %} に接続する必要があります。 詳細は、「[{% data variables.product.prodname_ghe_server %}を{% data variables.product.prodname_ghe_cloud %}に接続する](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)」を参照してください。
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
1. Under "Server can use actions from GitHub.com in workflows runs", use the drop-down menu and select **Enabled**. 
diff --git a/translations/ja-JP/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md b/translations/ja-JP/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
index 0340d460e8..c2215ccc01 100644
--- a/translations/ja-JP/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
+++ b/translations/ja-JP/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
@@ -16,8 +16,7 @@ versions:
### Enterprise の {% data variables.product.prodname_actions %} 権限の管理
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.actions.enterprise-actions-permissions %}
@@ -29,8 +28,7 @@ versions:
#### Configuring the private fork policy for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.github-actions.private-repository-forks-configure %}
diff --git a/translations/ja-JP/content/admin/github-actions/manually-syncing-actions-from-githubcom.md b/translations/ja-JP/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
index e7bf1added..f053f0cda7 100644
--- a/translations/ja-JP/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
+++ b/translations/ja-JP/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
@@ -24,7 +24,7 @@ If your machine has access to both systems at the same time, you can do the sync
### 必要な環境
-* Before using the the `actions-sync` tool, you must ensure that all destination organizations already exist on your enterprise instance. The following example demonstrates how to sync actions to an organization named `synced-actions` on an enterprise instance. For more information, see "[Creating organizations](/enterprise/admin/user-management/creating-organizations)."
+* Before using the the `actions-sync` tool, you must ensure that all destination organizations already exist on your enterprise instance. The following example demonstrates how to sync actions to an organization named `synced-actions` on an enterprise instance. For more information, see "[Creating a new organization from scratch](/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch)."
* You must create a personal access token (PAT) on your enterprise instance that can create and write to repositories in the destination organizations. 詳しい情報については、「[個人アクセストークンを作成する](/github/authenticating-to-github/creating-a-personal-access-token)」を参照してください。
### Example: Using the `actions-sync` tool
diff --git a/translations/ja-JP/content/admin/index.md b/translations/ja-JP/content/admin/index.md
index 4e75d99224..d98717ea2f 100644
--- a/translations/ja-JP/content/admin/index.md
+++ b/translations/ja-JP/content/admin/index.md
@@ -3,9 +3,10 @@ title: Enterprise 管理者
redirect_from:
- /enterprise/admin/hidden/migrating-from-github-fi/
- /enterprise/admin
-intro: 'GitHub Enterprise インスタンスを配備、設定、および管理している組織の管理者、システム管理者、およびセキュリティスペシャリストのためのステップバイステップガイドです。'
+intro: Documentation and guides for enterprise administrators, system administrators, and security specialists who {% if enterpriseServerVersions contains currentVersion %}deploy, {% endif %}configure{% if enterpriseServerVersions contains currentVersion %},{% endif %} and manage {% data variables.product.product_name %}.
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-aws.md b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-aws.md
index 93aac36ae8..37b95b8bb5 100644
--- a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-aws.md
+++ b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-aws.md
@@ -12,7 +12,7 @@ versions:
- {% data reusables.enterprise_installation.software-license %}
- EC2 インスタンスを起動してEBS ボリュームを作成できる AWS アカウントを所有している必要があります。 詳細は [Amazon Web Services のウェブサイト](https://aws.amazon.com/)を参照してください。
-- {% data variables.product.product_location_enterprise %}の起動に必要なほとんどのアクションは、AWSマネジメントコンソールを使っても行えます。 とはいえ、初期のセットアップのためにAWSコマンドラインインターフェース(CLI)をインストールすることをおすすめします。 AWS CLIの使用例は以下にあります。 詳しい情報については、Amazonのガイド"[AWSマネジメントコンソールの操作](https://docs.aws.amazon.com/ja_jp/awsconsolehelpdocs/latest/gsg/getting-started.html)"及び"[AWS Command Line Interfaceとは](https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/cli-chap-welcome.html)"を参照してください。
+- {% data variables.product.product_location %}の起動に必要なほとんどのアクションは、AWSマネジメントコンソールを使っても行えます。 とはいえ、初期のセットアップのためにAWSコマンドラインインターフェース(CLI)をインストールすることをおすすめします。 AWS CLIの使用例は以下にあります。 詳しい情報については、Amazonのガイド"[AWSマネジメントコンソールの操作](https://docs.aws.amazon.com/ja_jp/awsconsolehelpdocs/latest/gsg/getting-started.html)"及び"[AWS Command Line Interfaceとは](https://docs.aws.amazon.com/ja_jp/cli/latest/userguide/cli-chap-welcome.html)"を参照してください。
本ガイドは、読者が以下のAWSの概念に馴染んでいることを前提としています。
@@ -28,7 +28,7 @@ versions:
### インスタンスタイプの決定
-AWSで{% data variables.product.product_location_enterprise %}を起動する前に、組織の要求に最も適した仮想マシンのタイプを決定しなければなりません。
+AWSで{% data variables.product.product_location %}を起動する前に、組織の要求に最も適した仮想マシンのタイプを決定しなければなりません。
#### サポートされているインスタンスタイプ
diff --git a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-azure.md b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-azure.md
index 58c8dcfeb3..dfd32e1de8 100644
--- a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-azure.md
+++ b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-azure.md
@@ -22,7 +22,7 @@ versions:
### 仮想マシンタイプの決定
-{% data variables.product.product_location_enterprise %}をAzure上で起動する前に、組織の要求に最も適した仮想マシンのタイプを決定しなければなりません。
+{% data variables.product.product_location %}をAzure上で起動する前に、組織の要求に最も適した仮想マシンのタイプを決定しなければなりません。
#### サポートされているVMタイプとリージョン
diff --git a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
index a84ce7cd5d..091e0dce12 100644
--- a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
+++ b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
@@ -20,7 +20,7 @@ versions:
### マシンタイプの決定
-Google Cloud Platformde{% data variables.product.product_location_enterprise %}を起動する前に、組織の要求に最も適したマシンタイプを決定する必要があります。
+Google Cloud Platformde{% data variables.product.product_location %}を起動する前に、組織の要求に最も適したマシンタイプを決定する必要があります。
#### サポートされているマシンタイプ
diff --git a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
index dd265a1a03..8341a690ad 100644
--- a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
+++ b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
@@ -37,7 +37,7 @@ versions:
{% data reusables.enterprise_installation.necessary_ports %}
4. フローティングIPをインスタンスに関連づけることもできます。 使用しているOpenStackのセットアップによっては、フローティングIPをプロジェクトに割り当て、それをインスタンスに関連づける必要があるかもしれません、 そうする必要があるかどうかは、システム管理者に連絡を取って判断してください。 詳しい情報については、OpenStackのドキュメンテーション中の"[Allocate a floating IP address to an instance](https://docs.openstack.org/horizon/latest/user/configure-access-and-security-for-instances.html#allocate-a-floating-ip-address-to-an-instance)"を参照してください。
-5. これまでのステップで作成したイメージ、データボリューム、セキュリティグループを使って{% data variables.product.product_location_enterprise %}を起動してください。 その方法についてはOpenStackのガイド"[Launch and manage instances](https://docs.openstack.org/horizon/latest/user/launch-instances.html)"を参照してください。
+5. これまでのステップで作成したイメージ、データボリューム、セキュリティグループを使って{% data variables.product.product_location %}を起動してください。 その方法についてはOpenStackのガイド"[Launch and manage instances](https://docs.openstack.org/horizon/latest/user/launch-instances.html)"を参照してください。
### {% data variables.product.prodname_ghe_server %} インスタンスを設定する
diff --git a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-vmware.md b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-vmware.md
index 8b67f9754e..2a4358806c 100644
--- a/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-vmware.md
+++ b/translations/ja-JP/content/admin/installation/installing-github-enterprise-server-on-vmware.md
@@ -14,7 +14,7 @@ versions:
### 必要な環境
- {% data reusables.enterprise_installation.software-license %}
-- {% data variables.product.product_location_enterprise %}を動作させるベアメタルマシンに適用されたVMware vSphere ESXi Hypervisorが必要です。 バージョン 5.5 から 6.7 までをサポートしています。 ESXi Hypervisor は無料で、オプションの vCenter Server は含まれていません。 詳しい情報については、[VMware ESXiのドキュメンテーション](https://www.vmware.com/products/esxi-and-esx.html)を参照してください。
+- {% data variables.product.product_location %}を動作させるベアメタルマシンに適用されたVMware vSphere ESXi Hypervisorが必要です。 バージョン 5.5 から 6.7 までをサポートしています。 ESXi Hypervisor は無料で、オプションの vCenter Server は含まれていません。 詳しい情報については、[VMware ESXiのドキュメンテーション](https://www.vmware.com/products/esxi-and-esx.html)を参照してください。
- vSphere Clientへのアクセスが必要です。 vCenter Serverがあるなら、vSphere Web Clientが利用できます。 詳しい情報については、VMWareのガイド "[vSphere Web Client を使用した、vCenter Server へのログイン](https://docs.vmware.com/jp/VMware-vSphere/6.5/com.vmware.vsphere.install.doc/GUID-CE128B59-E236-45FF-9976-D134DADC8178.html)"を参照してください。
### ハードウェアについて
diff --git a/translations/ja-JP/content/admin/installation/setting-up-a-staging-instance.md b/translations/ja-JP/content/admin/installation/setting-up-a-staging-instance.md
index fc21941bdc..2ab369f81e 100644
--- a/translations/ja-JP/content/admin/installation/setting-up-a-staging-instance.md
+++ b/translations/ja-JP/content/admin/installation/setting-up-a-staging-instance.md
@@ -1,6 +1,6 @@
---
title: ステージングインスタンスのセットアップ
-intro: '変更が {% data variables.product.product_location_enterprise %} に適用される前に、*ステージングインスタンス*を使用して変更をテストできます。 たとえば、ステージングインスタンスを使用すれば、{% data variables.product.prodname_ghe_server %} の新しい更新をテストしたり、移行データのインポートを練習したりできます。'
+intro: '変更が {% data variables.product.product_location %} に適用される前に、*ステージングインスタンス*を使用して変更をテストできます。 たとえば、ステージングインスタンスを使用すれば、{% data variables.product.prodname_ghe_server %} の新しい更新をテストしたり、移行データのインポートを練習したりできます。'
redirect_from:
- /enterprise/admin/installation/setting-up-a-staging-instance
versions:
diff --git a/translations/ja-JP/content/admin/overview/about-the-github-enterprise-api.md b/translations/ja-JP/content/admin/overview/about-the-github-enterprise-api.md
new file mode 100644
index 0000000000..2c16f3506a
--- /dev/null
+++ b/translations/ja-JP/content/admin/overview/about-the-github-enterprise-api.md
@@ -0,0 +1,24 @@
+---
+title: About the GitHub Enterprise API
+intro: '{% data variables.product.product_name %} supports REST and GraphQL APIs.'
+redirect_from:
+ - /enterprise/admin/installation/about-the-github-enterprise-server-api
+ - /enterprise/admin/articles/about-the-enterprise-api/
+ - /enterprise/admin/articles/using-the-api/
+ - /enterprise/admin/categories/api/
+ - /enterprise/admin/overview/about-the-github-enterprise-server-api
+ - /admin/overview/about-the-github-enterprise-server-api
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+With the APIs, you can automate many administrative tasks. 例えば、
+
+{% if enterpriseServerVersions contains currentVersion %}
+- {% data variables.enterprise.management_console %} に変更を加える。 詳しい情報については、「[{% data variables.enterprise.management_console %}](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#management-console)」を参照してください。
+- LDAP 同期を設定する。 詳しい情報については、「[LDAP](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#ldap)」を参照してください。{% endif %}
+- Collect statistics about your enterprise. For more information, see "[Admin stats](/rest/reference/enterprise-admin#admin-stats)."
+- Enterpriseアカウントの管理。 詳しい情報については「[Enterprise アカウント](/v4/guides/managing-enterprise-accounts)」を参照してください。
+
+For the complete documentation for {% data variables.product.prodname_enterprise_api %}, see [{% data variables.product.prodname_dotcom %} REST API](/rest) and [{% data variables.product.prodname_dotcom%} GraphQL API](/graphql).
\ No newline at end of file
diff --git a/translations/ja-JP/content/admin/overview/index.md b/translations/ja-JP/content/admin/overview/index.md
index effed33238..c0cb524f64 100644
--- a/translations/ja-JP/content/admin/overview/index.md
+++ b/translations/ja-JP/content/admin/overview/index.md
@@ -1,10 +1,11 @@
---
title: 概要
-intro: '{% data variables.product.prodname_enterprise %} を使用すると、アカウントとアクセス、ライセンス、支払いを管理できます。'
+intro: 'You can learn about {% data variables.product.product_name %} and manage{% if enterpriseServerVersions contains currentVersion %} accounts and access, licenses, and{% endif %} billing.'
redirect_from:
- /enterprise/admin/overview
versions:
enterprise-server: '*'
+ github-ae: '*'
---
詳しい情報または {% data variables.product.prodname_enterprise %} の購入については [{% data variables.product.prodname_enterprise %}](https://github.com/enterprise) を参照してください。
@@ -13,6 +14,6 @@ versions:
{% link_in_list /about-enterprise-accounts %}
{% link_in_list /managing-your-github-enterprise-license %}
-{% link_in_list /managing-billing-for-github-enterprise %}
+{% link_in_list /managing-billing-for-your-enterprise %}
{% link_in_list /system-overview %}
-{% link_in_list /about-the-github-enterprise-server-api %}
+{% link_in_list /about-the-github-enterprise-api %}
diff --git a/translations/ja-JP/content/admin/overview/managing-billing-for-your-enterprise.md b/translations/ja-JP/content/admin/overview/managing-billing-for-your-enterprise.md
new file mode 100644
index 0000000000..af02eb59f0
--- /dev/null
+++ b/translations/ja-JP/content/admin/overview/managing-billing-for-your-enterprise.md
@@ -0,0 +1,74 @@
+---
+title: Managing billing for your enterprise
+intro: 'You can view billing information for your enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /enterprise/admin/installation/managing-billing-for-github-enterprise
+ - /enterprise/admin/overview/managing-billing-for-github-enterprise
+ - /admin/overview/managing-billing-for-github-enterprise
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.github-ae.about-billing %} Once per day, {% data variables.product.prodname_dotcom %} will count the number of users with a license for your enterprise. {% data variables.product.company_short %} bills you for each licensed user regardless of whether the user logged into {% data variables.product.prodname_ghe_managed %} that day.
+
+For commercial regions, the price per user per day is $1.2580645161. For 31-day months, the monthly cost for each user is $39. For months with fewer days, the monthly cost is lower. Each billing month begins at a fixed time on the first day of the calendar month.
+
+If you add a licensed user mid-month, that user will only be included in the count for the days they have a license. When you remove a licensed user, that user will remain in the count until the end of that month. Therefore, if you add a user mid-month and later remove the user in the same month, the user will be included in the count from the day the user was added through the end of the month. There is no additional cost if you re-add a user during the same month the user was removed.
+
+For example, here are the costs for users with licenses on different dates.
+
+| ユーザ | License dates | Counted days | Cost |
+| --------- | ------------------------------------------------------- | ------------ | ------ |
+| @octocat | January 1 - January 31 | 31 | $39 |
+| @robocat | February 1 - February 28 | 29 | $35.23 |
+| @devtocat | January 15 - January 31 | 17 | $21.39 |
+| @doctocat | January 1 - January 15 | 31 | $39 |
+| @prodocat | January 7 - January 15 | 25 | $31.45 |
+| @monalisa | January 1 - January 7,
January 15 - January 31 | 31 | $39 |
+
+Your enterprise can include one or more instances. {% data variables.product.prodname_ghe_managed %} has a 500-user minimum per instance. {% data variables.product.company_short %} bills you for a minimum of 500 users per instance, even if there are fewer than 500 users with a license that day.
+
+You can see your current usage in your [Azure account portal](https://portal.azure.com).
+
+{% else %}
+
+### Enterprise アカウントの支払いについて
+
+現時点では、Enterprise アカウントは請求書で支払いを行っている {% data variables.product.prodname_enterprise %} のお客様が利用できます。 Enterprise アカウントに接続されているすべての Organization と {% data variables.product.prodname_ghe_server %} インスタンスの支払いは、すべての有料の {% data variables.product.prodname_dotcom_the_website %} サービス(Organization の有料ライセンス、{% data variables.large_files.product_name_long %}データパック、および {% data variables.product.prodname_marketplace %} アプリケーションのプランを含む)に対する単一の支払い料金に集約されます。
+
+Enterprise オーナーと支払いマネージャーは、Enterprise アカウントの支払い設定すべてに対するアクセスおよび管理が可能です。 For more information about enterprise accounts, {% if currentVersion == "free-pro-team@latest" or "github-ae@latest" %}"[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."For more information about managing billing managers, see "[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise)."
+
+### 現在の請求書を表示する
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. [Quick Actions] の下で [**View invoice**] をクリックします。 ![[View invoice] リンク](/assets/images/help/business-accounts/view-invoice-link.png)
+
+### 現在の請求書の支払い
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. [Quick Actions] の下で [**Pay invoice**] をクリックします。 ![[Pay invoice] リンク](/assets/images/help/business-accounts/pay-invoice-link.png)
+5. [Pay invoice] の下で、安全なフォームにクレジットカード情報を入力し、[**Pay Invoice**] をクリックします。 
+
+### 現在の請求書をダウンロードする
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. [Quick Actions] の下で [**Download current invoice**] をクリックします。 ![[Download current invoice] リンク](/assets/images/help/business-accounts/download-current-invoice.png)
+
+### 支払い履歴を表示する
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. [Billing] の下で [**Past Invoices**] タブをクリックして、過去の支払い内容の概要を表示します。 ![[View payment history] タブ](/assets/images/help/business-accounts/view-payment-history.png)
+
+{% endif %}
diff --git a/translations/ja-JP/content/admin/overview/managing-your-github-enterprise-license.md b/translations/ja-JP/content/admin/overview/managing-your-github-enterprise-license.md
index 05f661a9cb..170cb17565 100644
--- a/translations/ja-JP/content/admin/overview/managing-your-github-enterprise-license.md
+++ b/translations/ja-JP/content/admin/overview/managing-your-github-enterprise-license.md
@@ -36,8 +36,7 @@ versions:
4. [Enterprise Server Instances] で、{% octicon "download" aria-label="The download icon" %} をクリックしてライセンスファイルをダウンロードします。 
5. サイト管理者として
{% data variables.product.prodname_ghe_server %} インスタンスにログインします。
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
12. [Quick links] で [**Update license**] をクリックする。 
@@ -59,8 +58,7 @@ versions:
{% data variables.product.prodname_ghe_server %} から JSON ファイルをダウンロードして {% data variables.product.prodname_ghe_cloud %} にそのファイルをアップロードし、2 つのデプロイメント間でユーザライセンスの使用状況を手動で同期できます。
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
5. [Quick links] で、
diff --git a/translations/ja-JP/content/admin/overview/system-overview.md b/translations/ja-JP/content/admin/overview/system-overview.md
index 52b4c876ba..3d393fc5b7 100644
--- a/translations/ja-JP/content/admin/overview/system-overview.md
+++ b/translations/ja-JP/content/admin/overview/system-overview.md
@@ -77,7 +77,7 @@ versions:
#### 外部サービスおよびサポートへのアクセス
-{% data variables.product.prodname_ghe_server %} は、お客様のネットワークから外部サービスにアクセスすることなしに運用できます。 また、メール配信、外部モニタリング、およびログ転送のため、外部サービスとのインテグレーションを有効にすることも可能です。 詳しい情報については、「[通知のためのメール設定](/enterprise/{{ currentVersion }}/admin/user-management/configuring-email-for-notifications)」、「[外部モニタリングのセットアップ](/enterprise/{{ currentVersion }}/admin/installation/setting-up-external-monitoring)」、および「[ログの転送](/enterprise/{{ currentVersion }}/admin/installation/log-forwarding)」を参照してください。
+{% data variables.product.prodname_ghe_server %} は、お客様のネットワークから外部サービスにアクセスすることなしに運用できます。 また、メール配信、外部モニタリング、およびログ転送のため、外部サービスとのインテグレーションを有効にすることも可能です。 For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)," "[Setting up external monitoring](/enterprise/{{ currentVersion }}/admin/installation/setting-up-external-monitoring)," and "[Log forwarding](/admin/user-management/log-forwarding)."
トラブルシューティングデータを手動で収集し、{% data variables.contact.github_support %} に送信できます。 詳しい情報については、「[{% data variables.contact.github_support %} へのデータ提供](/enterprise/{{ currentVersion }}/admin/enterprise-support/providing-data-to-github-support)」を参照してください。
@@ -108,7 +108,7 @@ versions:
#### 監査およびアクセスのログ取得
-{% data variables.product.prodname_ghe_server %} は、従来型オペレーティングシステムおよびアプリケーションの両方のログを保存します。 また、アプリケーションは詳細な監査およびセキュリティログも記録し、{% data variables.product.prodname_ghe_server %} はこれを永続的に保存します。 `syslog-ng` プロトコルにより、両タイプのログをリアルタイムで複数の宛先に転送できます。 詳しい情報については、「[ログの転送](/enterprise/{{ currentVersion }}/admin/installation/log-forwarding)」を参照してください。
+{% data variables.product.prodname_ghe_server %} は、従来型オペレーティングシステムおよびアプリケーションの両方のログを保存します。 また、アプリケーションは詳細な監査およびセキュリティログも記録し、{% data variables.product.prodname_ghe_server %} はこれを永続的に保存します。 `syslog-ng` プロトコルにより、両タイプのログをリアルタイムで複数の宛先に転送できます。 For more information, see "[Log forwarding](/admin/user-management/log-forwarding)."
アクセスログと監査ログには、以下のような情報が含まれています。
diff --git a/translations/ja-JP/content/admin/policies/about-pre-receive-hooks.md b/translations/ja-JP/content/admin/policies/about-pre-receive-hooks.md
index aa33d43f0f..49f837e071 100644
--- a/translations/ja-JP/content/admin/policies/about-pre-receive-hooks.md
+++ b/translations/ja-JP/content/admin/policies/about-pre-receive-hooks.md
@@ -23,4 +23,4 @@ pre-receiveフックの利用方法の例:
### パフォーマンスとワークフローへの影響
開発者と開発者のワークフローへの影響は大きくなりうるので、注意深く検討することが必要です。 ビジネス上の要求に基づき、思慮深く実装されたpre-receiveフックは、全体として組織に最大のメリットをもたらします。
-pre-receiveフックは{% data variables.product.product_location_enterprise %}のパフォーマンスに意図しない影響をもたらすことがあり、慎重に実装され、レビューされなければなりません。
+pre-receiveフックは{% data variables.product.product_location %}のパフォーマンスに意図しない影響をもたらすことがあり、慎重に実装され、レビューされなければなりません。
diff --git a/translations/ja-JP/content/admin/policies/creating-a-pre-receive-hook-environment.md b/translations/ja-JP/content/admin/policies/creating-a-pre-receive-hook-environment.md
index 72875a911c..52e1bef71d 100644
--- a/translations/ja-JP/content/admin/policies/creating-a-pre-receive-hook-environment.md
+++ b/translations/ja-JP/content/admin/policies/creating-a-pre-receive-hook-environment.md
@@ -72,8 +72,7 @@ chroot 環境の作成に関する詳しい情報については *Debian Wiki*
### {% data variables.product.prodname_ghe_server %}へのpre-receiveフック環境のアップロード
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. [**Manage environments**] (環境を管理) をクリックします。 
diff --git a/translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise.md b/translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise.md
index 5629ee8710..a598e82343 100644
--- a/translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise.md
+++ b/translations/ja-JP/content/admin/policies/enforcing-policies-for-your-enterprise.md
@@ -5,5 +5,6 @@ redirect_from:
- /enterprise/admin/policies/enforcing-policies-for-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md b/translations/ja-JP/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
index 86f0af7ef5..dd8be775cb 100644
--- a/translations/ja-JP/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
+++ b/translations/ja-JP/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
@@ -27,29 +27,23 @@ redirect_from:
- /enterprise/admin/policies/enforcing-repository-management-policies-in-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-### アプライアンスにおける新しいリポジトリのデフォルトの可視性の設定
+### Configuring the default visibility of new repositories in your enterprise
-{% data variables.product.product_location_enterprise %}上に新しいリポジトリを作るときには、そのリポジトリの可視性を選択しなければなりません。 そのインタンスのデフォルトの可視性の設定をする際には、デフォルトで選択される可視性を選択します。 リポジトリの可視性に関する詳しい情報については、「[リポジトリの可視性について](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)」を参照してください。
+Each time someone creates a new repository on your enterprise, that person must choose a visibility for the repository. When you configure a default visibility setting for the enterprise, you choose which visibility is selected by default. リポジトリの可視性に関する詳しい情報については、「[リポジトリの可視性について](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)」を参照してください。
-サイト管理者がメンバーに対して特定の種類のリポジトリの作成を禁止している場合、可視性の設定のデフォルトがその種類になっていても、メンバーはその種類のリポジトリを作成できません。 詳細は「[インスタンスでリポジトリ作成を制限する](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)」を参照してください。
+サイト管理者がメンバーに対して特定の種類のリポジトリの作成を禁止している場合、可視性の設定のデフォルトがその種類になっていても、メンバーはその種類のリポジトリを作成できません。 For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)."
-{% tip %}
-
-**Tip:** リポジトリの可視性を変更できる能力をサイト管理者のみに制限できます。 詳しい情報については"[ユーザによるリポジトリの可視性の変更の禁止](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-a-repository-s-visibility)."を参照してください。
-
-{% endtip %}
-
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
-1. "Default repository visibility(デフォルトのリポジトリの可視性)"の下で、ドロップダウンメニューを使ってデフォルトの可視性を選択してください。
+1. "Default repository visibility(デフォルトのリポジトリの可視性)"の下で、ドロップダウンメニューを使ってデフォルトの可視性を選択してください。
{% data reusables.enterprise_installation.image-urls-viewable-warning %}
@@ -57,10 +51,9 @@ versions:
メンバーがリポジトリの可視性を変更できないようにすると、パブリックなリポジトリをプライベートにしたり、プライベートなリポジトリをパブリックにしたりできるのはサイト管理者だけになります。
-サイト管理者がリポジトリの作成を Organization のオーナーのみに制限している場合、メンバーはリポジトリの可視性を変更できません。 サイト管理者がメンバーのリポジトリ作成をプライベート リポジトリのみに制限している場合、メンバーはリポジトリをパブリックからプライベートに変更すること以外はできません。 詳しい情報については、「[リポジトリ作成のためのポリシーを設定する](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)」を参照してください。
+サイト管理者がリポジトリの作成を Organization のオーナーのみに制限している場合、メンバーはリポジトリの可視性を変更できません。 サイト管理者がメンバーのリポジトリ作成をプライベート リポジトリのみに制限している場合、メンバーはリポジトリをパブリックからプライベートに変更すること以外はできません。 For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)."
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. [Repository visibility change] で、設定変更についての情報を確認します。 {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
@@ -71,12 +64,11 @@ versions:
{% data reusables.organizations.repo-creation-constants %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. [Repository creation] で、設定変更に関する情報を読みます。 {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
-{% if currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.repo-creation-policy %}
{% data reusables.enterprise-accounts.repo-creation-types %}
{% else %}
@@ -85,8 +77,7 @@ versions:
### リポジトリの削除と移譲のためのポリシーを設定する
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. 「Repository deletion and transfer」で、設定変更に関する情報を確認します。 {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
@@ -95,7 +86,7 @@ versions:
### Git プッシュ制限のためのポリシーを設定する
-リポジトリのサイズを管理できるように留め、パフォーマンスの問題を避けるために、インスタンス上のリポジトリのファイルサイズに制限を設定できます。
+To keep your repository size manageable and prevent performance issues, you can configure a file size limit for repositories in your enterprise.
デフォルトでは、リポジトリのアップロード制限を適用すると、100MB以上のファイルの追加やアップロードができなくなります。
@@ -107,24 +98,22 @@ versions:
{% endtip %}
{% endif %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
4. [Repository upload limit] で、ドロップダウンメニューを使用して最大オブジェクトサイズをクリックします。 
-5. あるいは、{% data variables.product.product_location_enterprise %}上のすべてのリポジトリにアップロードの最大制限を適用するために、**Enforce on all repositories(すべてのリポジトリに適用)**を選択してください。 
+5. Optionally, to enforce a maximum upload limit for all repositories in your enterprise, select **Enforce on all repositories** 
### リポジトリ間のプルリクエストのためのマージコンフリクトエディタを設定する
ユーザが自分のコンピュータ上でローカルにマージコンフリクトを解決するように要求すれば、うっかりフォークから上流のリポジトリに書き込んでしまうことを回避できます。
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -134,13 +123,12 @@ versions:
### フォースプッシュを設定する
-それぞれのリポジトリは、所属するユーザアカウントもしくはOraganizationの設定から、デフォルトのフォースプッシュの設定を引き継ぎます。 同様に、それぞれのOrganization及びユーザアカウントは、デフォルトのフォースプッシュの設定をアプライアンス全体のフォースプッシュの設定から引き継ぎます。 アプライアンスのフォースプッシュの設定を変更すれば、すべてのユーザあるいはOrganizationが所有するすべてのリポジトリが変更されます。
+それぞれのリポジトリは、所属するユーザアカウントもしくはOraganizationの設定から、デフォルトのフォースプッシュの設定を引き継ぎます。 Likewise, each organization and user account inherits a default force push setting from the force push setting for the enterprise. If you change the force push setting for the enterprise, it will change for all repositories owned by any user or organization.
#### アプライアンス上でのすべてのフォースプッシュをブロックする
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -163,7 +151,7 @@ versions:
#### ユーザアカウントもしくはOrganizationが所有するリポジトリへのフォースプッシュのブロック
-リポジトリは、所属するユーザアカウントもしくはOrganizationからフォースプッシュの設定を引き継ぎます。 そしてそれぞれのOrganization及びユーザアカウントは、フォースプッシュの設定をアプライアンス全体のフォースプッシュの設定から引き継ぎます。
+リポジトリは、所属するユーザアカウントもしくはOrganizationからフォースプッシュの設定を引き継ぎます。 User accounts and organizations in turn inherit their force push settings from the force push settings for the enterprise.
引き継がれたデフォルトの設定は、ユーザアカウントもしくはOrganizationの設定をすることで上書きできます。
@@ -176,17 +164,17 @@ versions:
5. [Repository default settings(リポジトリのデフォルト設定)] の下の [Force pushes(フォースプッシュ)] セクションで、以下から選択してください。
- [**Block(ブロック)**] ですべてのブランチへのフォースプッシュがブロックされます。
- [**Block to the default branch(デフォルトブランチへのブロック)**] でデフォルトブランチへのフォースプッシュのみがブロックされます。 
-6. **Enforce on all repositories(すべてのリポジトリに対して強制)**を選択して、リポジトリ固有の設定を上書きすることもできます。 こうしてもアプライアンス全体のポリシーは上書き**されない**ことに注意してください。 
+6. **Enforce on all repositories(すべてのリポジトリに対して強制)**を選択して、リポジトリ固有の設定を上書きすることもできます。 Note that this will **not** override an enterprise-wide policy. 
### 匿名 Git 読み取りアクセスを設定する
{% data reusables.enterprise_user_management.disclaimer-for-git-read-access %}
-インスタンスで[プライベートモードを有効化](/enterprise/admin/configuration/enabling-private-mode)した場合は、リポジトリ管理者がパブリックリポジトリへの匿名 Git 読み取りアクセスを有効化できるようにすることができます。
+{% if enterpriseServerVersions contains currentVersion %}If you have [enabled private mode](/enterprise/admin/configuration/enabling-private-mode) on your enterprise, you {% else %}You {% endif %}can allow repository administrators to enable anonymous Git read access to public repositories.
-匿名 Git 読み取りアクセスを有効化すると、ユーザはインスタンス上のカスタムツールの認証をバイパスできるようになります。 あなたもしくはリポジトリ管理者がこのアクセス設定をリポジトリで有効化すると、認証を受けていない Git の操作 (そして {% data variables.product.prodname_ghe_server %} へのネットワークアクセスができる人はだれでも) は、認証なしでリポジトリに読み取りアクセスできることになります。
+Enabling anonymous Git read access allows users to bypass authentication for custom tools on your enterprise. あなたもしくはリポジトリ管理者がこのアクセス設定をリポジトリで有効化すると、認証を受けていない Git の操作 (そして {% data variables.product.product_name %} へのネットワークアクセスができる人はだれでも) は、認証なしでリポジトリに読み取りアクセスできることになります。
-必要に応じて、リポジトリのアクセス設定をロックすることで、リポジトリ管理者が {% data variables.product.product_location_enterprise %} 上のリポジトリの匿名 Git アクセス設定を変更不可にすることができます。 リポジトリのGit読み取りアクセス設定をロックすると、サイト管理者だけがこの設定を変更できるようになります。
+If necessary, you can prevent repository administrators from changing anonymous Git access settings for repositories on your enterprise by locking the repository's access settings. リポジトリのGit読み取りアクセス設定をロックすると、サイト管理者だけがこの設定を変更できるようになります。
{% data reusables.enterprise_site_admin_settings.list-of-repos-with-anonymous-git-read-access-enabled %}
@@ -194,17 +182,17 @@ versions:
#### すべてのリポジトリに対する匿名 Git 読み取りアクセスを設定する
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
4. [Anonymous Git read access(匿名 Git 読み取りアクセス)] の下で、ドロップダウンメニューを使って [**Enabled(有効化)**] をクリックしてください。 ![[Enabled] と [Disabled] のメニューオプションが表示されている [Anonymous Git read access] ドロップダウンメニュー](/assets/images/enterprise/site-admin-settings/enable-anonymous-git-read-access.png)
-3. インスタンスのすべてのリポジトリでリポジトリ管理者が匿名 Git 読み取りアクセス設定を変更するのを避けるために、[**Prevent repository admins from changing anonymous Git read access(リポジトリ管理者による匿名Git読み取りアクセスの変更の回避)**] を選択することもできます。 
+3. Optionally, to prevent repository admins from changing anonymous Git read access settings in all repositories on your enterprise, select **Prevent repository admins from changing anonymous Git read access**. 
+{% if enterpriseServerVersions contains currentVersion %}
#### 特定のリポジトリでの匿名 Git 読み取りアクセスを設定する
{% data reusables.enterprise_site_admin_settings.access-settings %}
@@ -215,4 +203,14 @@ versions:
6. "Danger Zone(危険区域)"の下で、"Enable Anonymous Git read access(匿名Git読み取りアクセスの有効化)"の隣の**Enable(有効化)**をクリックしてください。 
7. 変更を確認します。 確定するには、[**Yes, enable anonymous Git read access**] をクリックします。 ![ポップアップウィンドウの [Confirm anonymous Git read access] 設定](/assets/images/enterprise/site-admin-settings/confirm-anonymous-git-read-access-for-specific-repo-as-site-admin.png)
8. このリポジトリの設定をリポジトリ管理者が変更するのを避けるために、[**Prevent repository admins from changing anonymous Git read access(リポジトリ管理者による匿名Git読み取りアクセスの変更の回避)**] を選択することもできます。 
+{% endif %}
+{% if currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+### デフォルトブランチ名に関するポリシーを試行する
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. [**Repository policies**] タブの [Default branch name] で、新しいリポジトリに使用するデフォルトブランチ名を入力します。 
+4. オプションで、Enterprise のすべての Organization に対してデフォルトブランチ名を施行する場合は [**Enforce across this enterprise**] を選択します。 ![[Enforcement] チェックボックス](/assets/images/help/business-accounts/default-branch-name-enforce.png)
+5. [**Update**] をクリックします。 ![[Update] ボタン](/assets/images/help/business-accounts/default-branch-name-update.png)
+{% endif %}
\ No newline at end of file
diff --git a/translations/ja-JP/content/admin/policies/index.md b/translations/ja-JP/content/admin/policies/index.md
index 29f6055069..8503bd5f57 100644
--- a/translations/ja-JP/content/admin/policies/index.md
+++ b/translations/ja-JP/content/admin/policies/index.md
@@ -1,11 +1,12 @@
---
title: Enterprise のポリシーを設定する
-intro: '{% data variables.product.prodname_enterprise %} でポリシーを設定することで、リスクを軽減し、品質を向上させることができます。'
+intro: '{% data variables.product.product_name %} でポリシーを設定することで、リスクを軽減し、品質を向上させることができます。'
redirect_from:
- /enterprise/admin/developer-workflow
- /enterprise/admin/policies
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md b/translations/ja-JP/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
index 9705e28b36..d5194582ce 100644
--- a/translations/ja-JP/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
+++ b/translations/ja-JP/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
@@ -11,8 +11,7 @@ versions:
### pre-receiveフックの作成
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
4. **Add pre-receive hook(pre-receiveフックの追加)**をクリックしてください。 
@@ -25,16 +24,14 @@ versions:
### pre-receiveフックの編集
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
1. 編集したい pre-receive フックの隣の {% octicon "pencil" aria-label="The edit icon" %} をクリックします。 
### pre-receiveフックの削除
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
2. 削除したい pre-receive フックの隣の {% octicon "x" aria-label="X symbol" %} をクリックします。 
diff --git a/translations/ja-JP/content/admin/user-management/about-migrations.md b/translations/ja-JP/content/admin/user-management/about-migrations.md
index 15d860a4f7..a819033d88 100644
--- a/translations/ja-JP/content/admin/user-management/about-migrations.md
+++ b/translations/ja-JP/content/admin/user-management/about-migrations.md
@@ -14,7 +14,7 @@ versions:
- {% data variables.product.prodname_ghe_server %} インスタンスから別の {% data variables.product.prodname_ghe_server %} インスタンスへの移行。 インスタンス上の任意のユーザあるいはOrganizationが所有する任意の数のリポジトリを移行できます。 移行を行う前に、双方のインスタンスにサイト管理者としてアクセスできなければなりません。
- {% data variables.product.prodname_dotcom_the_website %} Organization から {% data variables.product.prodname_ghe_server %} インスタンスへの移行。 Organizationが所有する任意の数のリポジトリを移行できます。 移行を実行するためには、{% data variables.product.prodname_dotcom_the_website %} Organization への[管理アクセス](/enterprise/user/articles/permission-levels-for-an-organization/)と、ターゲットインスタンスへのサイト管理者としてのアクセスが必要です。
-- *トライアル実行*は、データを[ステージングインスタンス](/enterprise/admin/guides/installation/setting-up-a-staging-instance/)にインポートする移行です。 これは、{% data variables.product.product_location_enterprise %} に対して移行を行ったときに何が起こる*ことになる*のかを確認するのに役立ちます。 **本番インスタンスへデータをインポートする前に、ステージングインスタンスで試行することを強くおすすめします。**
+- *トライアル実行*は、データを[ステージングインスタンス](/enterprise/admin/guides/installation/setting-up-a-staging-instance/)にインポートする移行です。 これは、{% data variables.product.product_location %} に対して移行を行ったときに何が起こる*ことになる*のかを確認するのに役立ちます。 **本番インスタンスへデータをインポートする前に、ステージングインスタンスで試行することを強くおすすめします。**
### データの移行
diff --git a/translations/ja-JP/content/admin/user-management/activity-dashboard.md b/translations/ja-JP/content/admin/user-management/activity-dashboard.md
index 718b211eaf..1c77df010b 100644
--- a/translations/ja-JP/content/admin/user-management/activity-dashboard.md
+++ b/translations/ja-JP/content/admin/user-management/activity-dashboard.md
@@ -1,12 +1,13 @@
---
title: アクティビティダッシュボード
-intro: 'アクティビティダッシュボード で {% data variables.product.product_location_enterprise %}の全てのアクティビティの概要を見ることができます。'
+intro: 'The Activity dashboard gives you an overview of all the activity in your enterprise.'
redirect_from:
- /enterprise/admin/articles/activity-dashboard/
- /enterprise/admin/installation/activity-dashboard
- /enterprise/admin/user-management/activity-dashboard
versions:
enterprise-server: '*'
+ github-ae: '*'
---
アクティビティダッシュボードには、次の数値の週次、月次、年次のグラフが表示されます。
@@ -22,7 +23,10 @@ versions:

-{% data variables.product.prodname_enterprise %}からのデータに基づく分析をさらに進めるには、{% data variables.product.prodname_insights %}を購入できます。 詳しい情報については、「[{% data variables.product.prodname_insights %} について](/insights/installing-and-configuring-github-insights/about-github-insights)」を参照してください。
+{% if enterpriseServerVersions contains currentVersion %}
+For more analytics based on data from
+{% data variables.product.product_name %}, you can purchase {% data variables.product.prodname_insights %}. 詳しい情報については、「[{% data variables.product.prodname_insights %} について](/insights/installing-and-configuring-github-insights/about-github-insights)」を参照してください。
+{% endif %}
### アクティビティダッシュボードへのアクセス
diff --git a/translations/ja-JP/content/admin/user-management/adding-people-to-teams.md b/translations/ja-JP/content/admin/user-management/adding-people-to-teams.md
index 7b22b3bc32..da85dad2e7 100644
--- a/translations/ja-JP/content/admin/user-management/adding-people-to-teams.md
+++ b/translations/ja-JP/content/admin/user-management/adding-people-to-teams.md
@@ -5,7 +5,7 @@ redirect_from:
- /enterprise/admin/articles/adding-or-inviting-people-to-teams/
- /enterprise/admin/guides/user-management/adding-or-inviting-people-to-teams/
- /enterprise/admin/user-management/adding-people-to-teams
-intro: 'Team が作成されると、Organization の管理者はユーザを {% data variables.product.product_location_enterprise %} から Team に追加し、どのリポジトリにアクセスできるようにするかを決定できます。'
+intro: 'Team が作成されると、Organization の管理者はユーザを {% data variables.product.product_location %} から Team に追加し、どのリポジトリにアクセスできるようにするかを決定できます。'
versions:
enterprise-server: '*'
---
diff --git a/translations/ja-JP/content/admin/user-management/audit-logging.md b/translations/ja-JP/content/admin/user-management/audit-logging.md
index 92f79ea035..eb2fc84114 100644
--- a/translations/ja-JP/content/admin/user-management/audit-logging.md
+++ b/translations/ja-JP/content/admin/user-management/audit-logging.md
@@ -1,29 +1,31 @@
---
title: 監査ログ
-intro: '{% data variables.product.prodname_enterprise %} は、監査済みのユーザ、Organization、リポジトリ、およびシステムイベントのログを保管します。 ログはデバッグや内部および外部のコンプライアンスに役立ちます。'
+intro: '{% data variables.product.product_name %} keeps logs of audited{% if enterpriseServerVersions contains currentVersion %} system,{% endif %} user, organization, and repository events. ログはデバッグや内部および外部のコンプライアンスに役立ちます。'
redirect_from:
- /enterprise/admin/articles/audit-logging/
- /enterprise/admin/installation/audit-logging
- /enterprise/admin/user-management/audit-logging
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-リスト全体については「[監査されたアクション](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)」を参照してください。 特定のアクションの検索についての詳細は、「[Audit log を検索する](/enterprise/{{ currentVersion }}/admin/guides/installation/searching-the-audit-log)」を参照してください。
+For a full list, see "[Audited actions](/admin/user-management/audited-actions)." For more information on finding a particular action, see "[Searching the audit log](/admin/user-management/searching-the-audit-log)."
### プッシュのログ
-Git プッシュ操作はすべてログに記録されます。 詳細は「[プッシュのログを表示する](/enterprise/{{ currentVersion }}/admin/guides/installation/viewing-push-logs)」を参照してください。
+Git プッシュ操作はすべてログに記録されます。 For more information, see "[Viewing push logs](/admin/user-management/viewing-push-logs)."
+{% if enterpriseServerVersions contains currentVersion %}
### システムイベント
すべてのプッシュとプルを含む監査されたすべてのシステムイベントは、`/var/log/github/audit.log` に記録されます。 ログは 24 時間ごとに自動的に交換され、7 日間保持されます。
-Support Bundle にはシステムログが含まれています。 詳細は「[{% data variables.product.prodname_dotcom %} Support にデータを提供する](/enterprise/{{ currentVersion }}/admin/guides/enterprise-support/providing-data-to-github-support)」を参照してください。
+Support Bundle にはシステムログが含まれています。 For more information, see "[Providing data to {% data variables.product.prodname_dotcom %} Support](/admin/enterprise-support/providing-data-to-github-support)."
### Support Bundle
-すべての監査情報は、Support Bundle の `github-logs` ディレクトリにある `audit.log` ファイルに記録されます。 ログの転送が有効な場合、[Splunk](http://www.splunk.com/) や [Logstash](http://logstash.net/) などの外部の syslog ストリーミングコンシューマに、このデータをストリーミングすることができます。 このログからのすべてのエントリは、`github_audit` キーワードでフィルタリングできます。 詳細は「[ログの転送](/enterprise/{{ currentVersion }}/admin/guides/installation/log-forwarding)」を参照してください。
+すべての監査情報は、Support Bundle の `github-logs` ディレクトリにある `audit.log` ファイルに記録されます。 ログの転送が有効な場合、[Splunk](http://www.splunk.com/) や [Logstash](http://logstash.net/) などの外部の syslog ストリーミングコンシューマに、このデータをストリーミングすることができます。 このログからのすべてのエントリは、`github_audit` キーワードでフィルタリングできます。 For more information see "[Log forwarding](/admin/user-management/log-forwarding)."
たとえば、次のエントリは新規リポジトリが作成されたことを示しています。
@@ -36,3 +38,4 @@ Oct 26 01:42:08 github-ent github_audit: {:created_at=>1351215728326, :actor_ip=
```
Oct 26 02:19:31 github-ent github_audit: { "pid":22860, "ppid":22859, "program":"receive-pack", "git_dir":"/data/repositories/some-user/some-repository.git", "hostname":"github-ent", "pusher":"some-user", "real_ip":"10.0.0.51", "user_agent":"git/1.7.10.4", "repo_id":1, "repo_name":"some-user/some-repository", "transaction_id":"b031b7dc7043c87323a75f7a92092ef1456e5fbaef995c68", "frontend_ppid":1, "repo_public":true, "user_name":"some-user", "user_login":"some-user", "frontend_pid":18238, "frontend":"github-ent", "user_email":"some-user@github.example.com", "user_id":2, "pgroup":"github-ent_22860", "status":"post_receive_hook", "features":" report-status side-band-64k", "received_objects":3, "receive_pack_size":243, "non_fast_forward":false, "current_ref":"refs/heads/main" }
```
+{% endif %}
\ No newline at end of file
diff --git a/translations/ja-JP/content/admin/user-management/audited-actions.md b/translations/ja-JP/content/admin/user-management/audited-actions.md
index 6bf9059c72..44f6df7aa5 100644
--- a/translations/ja-JP/content/admin/user-management/audited-actions.md
+++ b/translations/ja-JP/content/admin/user-management/audited-actions.md
@@ -7,22 +7,23 @@ redirect_from:
- /enterprise/admin/user-management/audited-actions
versions:
enterprise-server: '*'
+ github-ae: '*'
---
#### 認証
-| 名前 | 説明 |
-| ------------------------------------:| ---------------------------------------------------------- |
-| `oauth_access.create` | ユーザアカウントに[OAuth アクセストークン][] が[作成][generate token] されました。 |
-| `oauth_access.destroy` | [OAuth アクセストークン][] がユーザアカウントから削除されました。 |
-| `oauth_application.destroy` | [OAuth application][]がユーザまたは Organization のアカウントから削除されました。 |
-| `oauth_application.reset_secret` | [OAuth アプリケーション][]の秘密鍵がリセットされました。 |
-| `oauth_application.transfer` | [OAuth アプリケーション][]が別のユーザ、または Organization のアカウントへ移されました。 |
-| `public_key.create` | SSHキーがユーザアカウントに[追加][add key]されたか[デプロイキー][]がリポジトリに追加されました。 |
-| `public_key.delete` | SSHキーがユーザアカウントから削除されたか[デプロイキー][]がリポジトリから削除されました。 |
-| `public_key.update` | ユーザアカウントのSSHキーもしくは、リポジトリの[デプロイキー][]が更新されました。 |
-| `two_factor_authentication.enabled` | ユーザアカウントの[二段階認証][2fa]が有効化されました。 |
-| `two_factor_authentication.disabled` | ユーザアカウントの[二段階認証][2fa]が無効化されました。 |
+| 名前 | 説明 |
+| ------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------- |
+| `oauth_access.create` | ユーザアカウントに[OAuth アクセストークン][] が[作成][generate token] されました。 |
+| `oauth_access.destroy` | [OAuth アクセストークン][] がユーザアカウントから削除されました。 |
+| `oauth_application.destroy` | [OAuth application][]がユーザまたは Organization のアカウントから削除されました。 |
+| `oauth_application.reset_secret` | [OAuth アプリケーション][]の秘密鍵がリセットされました。 |
+| `oauth_application.transfer` | [OAuth アプリケーション][]が別のユーザ、または Organization のアカウントへ移されました。 |
+| `public_key.create` | SSHキーがユーザアカウントに[追加][add key]されたか[デプロイキー][]がリポジトリに追加されました。 |
+| `public_key.delete` | SSHキーがユーザアカウントから削除されたか[デプロイキー][]がリポジトリから削除されました。 |
+| `public_key.update` | A user account's SSH key or a repository's [deploy key][] was updated.{% if enterpriseServerVersions contains currentVersion %}
+| `two_factor_authentication.enabled` | ユーザアカウントの[二段階認証][2fa]が有効化されました。 |
+| `two_factor_authentication.disabled` | [Two-factor authentication][2fa] was disabled for a user account.{% endif %}
#### フック
@@ -33,53 +34,53 @@ versions:
| `hook.destroy` | フックが削除されました。 |
| `hook.events_changed` | フックの設定されているイベントが変更されました。 |
-#### インスタンス設定
+#### Enterprise configuration settings
-| 名前 | 説明 |
-| -------------------------------------------------------:| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `business.update_member_repository_creation_permission` | サイトアドミンは、インスタンス上の Organization でリポジトリの作成を制限しています。 詳細は「[インスタンスでリポジトリ作成を制限する](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)」を参照してください。 |
-| `business.clear_members_can_create_repos` | サイトアドミンは、インスタンス上の Organization でリポジトリ作成の制限を解除しています。 詳細は「[インスタンスでリポジトリ作成を制限する](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)」を参照してください。 |
-| `enterprise.config.lock_anonymous_git_access` | リポジトリ管理者が、インスタンス上のリポジトリに対する既存の匿名 Git 読み取りアクセス設定を変更できないようにするため、サイトアドミンは、匿名 Git 読み取りアクセス設定をロックしています。 詳細は「[ユーザによる匿名 Git 読み取りアクセスの変更を禁止する](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)」を参照してください。 |
-| `enterprise.config.unlock_anonymous_git_access` | リポジトリ管理者が、インスタンス上のリポジトリに対する既存の匿名 Git 読み取りアクセス設定を変更できるようにするため、サイトアドミンは、匿名 Git 読み取りアクセス設定のロックを解除しています。 詳細は「[ユーザによる匿名 Git 読み取りアクセスの変更を禁止する](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)」を参照してください。 |
+| 名前 | 説明 |
+| -------------------------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `business.update_member_repository_creation_permission` | A site admin restricts repository creation in organizations in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)." |
+| `business.clear_members_can_create_repos` | A site admin clears a restriction on repository creation in organizations in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)." |
+| `enterprise.config.lock_anonymous_git_access` | A site admin locks anonymous Git read access to prevent repository admins from changing existing anonymous Git read access settings for repositories in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." |
+| `enterprise.config.unlock_anonymous_git_access` | A site admin unlocks anonymous Git read access to allow repository admins to change existing anonymous Git read access settings for repositories in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." |
#### Issue およびプルリクエスト
-| 名前 | 説明 |
-| ------------------------------------:| --------------------------------------------------------------------------------------------------------------------- |
-| `issue.update` | Issue のテキスト本体(最初のコメント)が変更されました。 |
-| `issue_comment.update` | Issue (最初以外)のコメントが変更されました。 |
-| `pull_request_review_comment.delete` | A comment on a pull request was deleted. |
-| `issue.destroy` | Issue がリポジトリから削除されました。 詳細は「[Issue を削除する](/enterprise/{{ currentVersion }}/user/articles/deleting-an-issue)」を参照してください。 |
+| 名前 | 説明 |
+| ------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------- |
+| `issue.update` | Issue のテキスト本体(最初のコメント)が変更されました。 |
+| `issue_comment.update` | Issue (最初以外)のコメントが変更されました。 |
+| `pull_request_review_comment.delete` | A comment on a pull request was deleted. |
+| `issue.destroy` | Issue がリポジトリから削除されました。 For more information, see "[Deleting an issue](/github/managing-your-work-on-github/deleting-an-issue)." |
#### Organization
-| 名前 | 説明 |
-| ------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `org.async_delete` | ユーザが Organization を削除するための背景ジョブを開始しました。 |
-| `org.delete` | ユーザが行った背景ジョブによって Organization が削除されました。 |
-| `org.transform` | ユーザアカウントが Organization へと変換されました。 詳しくは [ユーザをOrganization に変換する方法](/enterprise/{{ currentVersion}}/user/articles/converting-a-user-into-an-organization/) を参照してください。 |
+| 名前 | 説明 |
+| ------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `org.async_delete` | ユーザが Organization を削除するための背景ジョブを開始しました。 |
+| `org.delete` | An organization was deleted by a user-initiated background job.{% if currentVersion != "github-ae@latest" %}
+| `org.transform` | ユーザアカウントが Organization へと変換されました。 For more information, see "[Converting a user into an organization](/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization)."{% endif %}
#### 保護されたブランチ
-| 名前 | 説明 |
-| ------------------------------------------------------------------:| ---------------------------------- |
-| `protected_branch.create` | ブランチ保護がブランチで有効になっています。 |
-| `protected_branch.destroy` | ブランチ保護がブランチで無効になっています。 |
-| `protected_branch.update_admin_enforced` | ブランチ保護がリポジトリ管理者に対して強制されます。 |
-| `protected_branch.update_require_code_owner_review` | 必要なコードオーナーレビューの強制がブランチで更新されます。 |
-| `protected_branch.dismiss_stale_reviews` | 却下している古いプルリクエストの強制がブランチで更新されます。 |
-| `protected_branch.update_signature_requirement_enforcement_level` | 必要なコミット署名の強制がブランチで更新されます。 |
-| `protected_branch.update_pull_request_reviews_enforcement_level` | 必要なプルリクエストレビューの強制がブランチで更新されます。 |
-| `protected_branch.update_required_status_checks_enforcement_level` | 必要なステータスチェックの強制がブランチで更新されます。 |
-| `protected_branch.rejected_ref_update` | ブランチ更新の試行が拒否されます。 |
-| `protected_branch.policy_override` | ブランチ保護の要件がリポジトリ管理者によってオーバーライドされます。 |
+| 名前 | 説明 |
+| ------------------------------------------------------------------:| ----------------------------------------------------------------- |
+| `protected_branch.create` | ブランチ保護がブランチで有効になっています。 |
+| `protected_branch.destroy` | ブランチ保護がブランチで無効になっています。 |
+| `protected_branch.update_admin_enforced` | ブランチ保護がリポジトリ管理者に対して強制されます。 |
+| `protected_branch.update_require_code_owner_review` | Enforcement of required code owner review is updated on a branch. |
+| `protected_branch.dismiss_stale_reviews` | 却下している古いプルリクエストの強制がブランチで更新されます。 |
+| `protected_branch.update_signature_requirement_enforcement_level` | 必要なコミット署名の強制がブランチで更新されます。 |
+| `protected_branch.update_pull_request_reviews_enforcement_level` | 必要なプルリクエストレビューの強制がブランチで更新されます。 |
+| `protected_branch.update_required_status_checks_enforcement_level` | 必要なステータスチェックの強制がブランチで更新されます。 |
+| `protected_branch.rejected_ref_update` | ブランチ更新の試行が拒否されます。 |
+| `protected_branch.policy_override` | ブランチ保護の要件がリポジトリ管理者によってオーバーライドされます。 |
#### リポジトリ
| 名前 | 説明 |
| ------------------------------------------:| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `repo.access` | プライベートリポジトリが公開されたか、パブリックリポジトリが非公開にされました。 |
-| `repo.archive` | リポジトリがアーカイブされました。 詳細は「[リポジトリのアーカイブとアーカイブ削除](/enterprise/{{ currentVersion }}/admin/guides/user-management/archiving-and-unarchiving-repositories/)」を参照してください。 |
+| `repo.archive` | リポジトリがアーカイブされました。 For more information, see "[Archiving a {% data variables.product.prodname_dotcom %} repository](/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository)." |
| `repo.add_member` | リポジトリにコラボレーターが追加されました。 |
| `repo.config` | サイト管理者がフォースプッシュをブロックしました。 詳しくは、 [リポジトリへのフォースプッシュのブロック](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository/)を参照してください。 |
| `repo.create` | リポジトリが作成されました。 |
@@ -88,7 +89,7 @@ versions:
| `repo.rename` | リポジトリの名前が変更されました。 |
| `repo.transfer` | ユーザーが転送されたリポジトリを受け取る要求を受け入れました。 |
| `repo.transfer_start` | ユーザーがリポジトリを別のユーザーまたは Organization に転送する要求を送信しました。 |
-| `repo.unarchive` | リポジトリがアーカイブ解除されました。 詳細は「[リポジトリのアーカイブとアーカイブ削除](/enterprise/{{ currentVersion }}/admin/guides/user-management/archiving-and-unarchiving-repositories/)」を参照してください。 |
+| `repo.unarchive` | リポジトリがアーカイブ解除されました。 For more information, see "[Archiving a {% data variables.product.prodname_dotcom %} repository](/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository)." |
| `repo.config.disable_anonymous_git_access` | 匿名 Git 読み取りアクセスがパブリックリポジトリに対して無効になります。 詳細は「[リポジトリに対する匿名 Git 読み取りアクセスを有効化する](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)」を参照してください。 |
| `repo.config.enable_anonymous_git_access` | 匿名 Git 読み取りアクセスがパブリックリポジトリに対して有効になっています。 詳細は「[リポジトリに対する匿名 Git 読み取りアクセスを有効化する](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)」を参照してください。 |
| `repo.config.lock_anonymous_git_access` | リポジトリの匿名 Git 読み取りアクセス設定がロックされているため、リポジトリ管理者はこの設定を変更 (有効化または無効化) できません。 詳細は「[ユーザによる匿名 Git 読み取りアクセスの変更を禁止する](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)」を参照してください。 |
@@ -96,13 +97,13 @@ versions:
#### サイトアドミンのツール
-| 名前 | 説明 |
-| --------------------:| ---------------------------------------------------------------------------- |
-| `staff.disable_repo` | サイトアドミンがリポジトリとその全てのフォークへのアクセスを無効にしました。 |
-| `staff.enable_repo` | サイトアドミンがリポジトリとその全てのフォークへのアクセスを再度有効化しました。 |
-| `staff.fake_login` | サイトアドミンが {% data variables.product.prodname_enterprise %}に別のユーザとしてサインインしました。 |
-| `staff.repo_unlock` | サイトアドミンがユーザのプライベートリポジトリを解除(一時的にフルアクセスが可能)しました。 |
-| `staff.unlock` | サイトアドミンがユーザの全てのプライベートリポジトリを解除(一時的にフルアクセスが可能)しました。 |
+| 名前 | 説明 |
+| --------------------:| --------------------------------------------------------------------- |
+| `staff.disable_repo` | サイトアドミンがリポジトリとその全てのフォークへのアクセスを無効にしました。 |
+| `staff.enable_repo` | サイトアドミンがリポジトリとその全てのフォークへのアクセスを再度有効化しました。 |
+| `staff.fake_login` | サイトアドミンが {% data variables.product.product_name %}に別のユーザとしてサインインしました。 |
+| `staff.repo_unlock` | サイトアドミンがユーザのプライベートリポジトリを解除(一時的にフルアクセスが可能)しました。 |
+| `staff.unlock` | サイトアドミンがユーザの全てのプライベートリポジトリを解除(一時的にフルアクセスが可能)しました。 |
#### Team
@@ -114,29 +115,31 @@ versions:
#### ユーザ
-| 名前 | 説明 |
-| ---------------------------:| ------------------------------------------------------------ |
-| `user.add_email` | ユーザアカウントにメールアドレスが追加されました。 |
-| `user.async_delete` | ユーザアカウントを削除するための非同期的ジョブが開始されました。おって `user.delete` がトリガーされます。 |
-| `user.change_password` | ユーザがパスワードを変更しました。 |
-| `user.create` | 新規ユーザが作成されました。 |
-| `user.delete` | ユーザアカウントが非同期的ジョブによって削除されました。 |
-| `user.demote` | サイトアドミンが一般ユーザアカウントに変更されました。 |
-| `user.destroy` | ユーザが自分のアカウントを削除し、`user.async_delete` をトリガーしました。 |
-| `user.failed_login` | ユーザが間違ったユーザネームやパスワード、または二段階認証コードでサインインしようとしました。 |
-| `user.forgot_password` | ユーザがサインインページでパスワードリセットを申請しました。 |
-| `user.login` | ユーザがサインインしました。 |
-| `user.promote` | 一般ユーザアカウントがサイトアドミンへと変更されました。 |
-| `user.remove_email` | ユーザアカウントからメールアドレスが削除されました。 |
-| `user.rename` | ユーザ名が変更されました。 |
-| `user.suspend` | サイトアドミンがユーザアカウントを停止しました。 |
-| `user.two_factor_requested` | ユーザが二段階認証コードを要求されました。 |
-| `user.unsuspend` | サイトアドミンがユーザアカウント停止を解除しました。 |
+| 名前 | 説明 |
+| ---------------------------:| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `user.add_email` | ユーザアカウントにメールアドレスが追加されました。 |
+| `user.async_delete` | An asynchronous job was started to destroy a user account, eventually triggering `user.delete`.{% if enterpriseServerVersions contains currentVersion %}
+| `user.change_password` | A user changed his or her password.{% endif %}
+| `user.create` | 新規ユーザが作成されました。 |
+| `user.delete` | ユーザアカウントが非同期的ジョブによって削除されました。 |
+| `user.demote` | サイトアドミンが一般ユーザアカウントに変更されました。 |
+| `user.destroy` | A user deleted his or her account, triggering `user.async_delete`.{% if enterpriseServerVersions contains currentVersion %}
+| `user.failed_login` | ユーザが間違ったユーザネームやパスワード、または二段階認証コードでサインインしようとしました。 |
+| `user.forgot_password` | A user requested a password reset via the sign-in page.{% endif %}
+| `user.login` | ユーザがサインインしました。 |
+| `user.promote` | 一般ユーザアカウントがサイトアドミンへと変更されました。 |
+| `user.remove_email` | ユーザアカウントからメールアドレスが削除されました。 |
+| `user.rename` | ユーザ名が変更されました。 |
+| `user.suspend` | A user account was suspended by a site admin.{% if enterpriseServerVersions contains currentVersion %}
+| `user.two_factor_requested` | A user was prompted for a two-factor authentication code.{% endif %}
+| `user.unsuspend` | サイトアドミンがユーザアカウント停止を解除しました。 |
[add key]: /articles/adding-a-new-ssh-key-to-your-github-account
[デプロイキー]: /guides/managing-deploy-keys/#deploy-keys
+ [deploy key]: /guides/managing-deploy-keys/#deploy-keys
[generate token]: /articles/creating-an-access-token-for-command-line-use
[OAuth アクセストークン]: /v3/oauth/
[OAuth application]: /guides/basics-of-authentication/#registering-your-app
[OAuth アプリケーション]: /guides/basics-of-authentication/#registering-your-app
[2fa]: /articles/about-two-factor-authentication
+ [2fa]: /articles/about-two-factor-authentication
diff --git a/translations/ja-JP/content/admin/user-management/auditing-ssh-keys.md b/translations/ja-JP/content/admin/user-management/auditing-ssh-keys.md
index 2f9cdbeff1..bc5e73b139 100644
--- a/translations/ja-JP/content/admin/user-management/auditing-ssh-keys.md
+++ b/translations/ja-JP/content/admin/user-management/auditing-ssh-keys.md
@@ -6,6 +6,7 @@ redirect_from:
- /enterprise/admin/user-management/auditing-ssh-keys
versions:
enterprise-server: '*'
+ github-ae: '*'
---
監査が開始されると、現在の SSHキーがすべて無効となります。リポジトリのクローン、プル、プッシュといった操作をするためには、ユーザは SSH キーの承認または拒否をしなければなりません。 監査は、従業員の退職時や請負業者の撤収時など、すべてのキーを検証する必要があるときに役立ちます。
diff --git a/translations/ja-JP/content/admin/user-management/auditing-users-across-your-enterprise.md b/translations/ja-JP/content/admin/user-management/auditing-users-across-your-enterprise.md
new file mode 100644
index 0000000000..c234f6cb5c
--- /dev/null
+++ b/translations/ja-JP/content/admin/user-management/auditing-users-across-your-enterprise.md
@@ -0,0 +1,111 @@
+---
+title: Auditing users across your enterprise
+intro: 'The audit log dashboard shows site administrators the actions performed by all users and organizations across your enterprise within the past 90 days, including details such as who performed the action, what the action was, and when the action was performed.'
+redirect_from:
+ - /enterprise/admin/guides/user-management/auditing-users-across-an-organization/
+ - /enterprise/admin/user-management/auditing-users-across-your-instance
+ - /admin/user-management/auditing-users-across-your-instance
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Audit log にアクセスする
+
+The audit log dashboard gives you a visual display of audit data across your enterprise.
+
+
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.audit-log-tab %}
+
+地図内では、世界中のイベントを見るためにパンやズームができます。 国にカーソルを合わせれば、その国のイベントの簡単な集計が表示されます。
+
+### Searching for events across your enterprise
+
+The audit log lists the following information about actions made within your enterprise:
+
+* アクションが行われた[リポジトリ](#search-based-on-the-repository)
+* アクションを行った[ユーザ](#search-based-on-the-user)
+* アクションに関係する[Organization](#search-based-on-the-organization)
+* 行われた[アクション](#search-based-on-the-action-performed)
+* アクションが行われた[国](#search-based-on-the-location)
+* アクションが生じた[日時](#search-based-on-the-time-of-action)
+
+{% warning %}
+
+**ノート:**
+
+- Audit logのエントリはテキストを使った検索はできませんが、様々なフィルタを使って検索クエリを構築できます。 {% data variables.product.product_name %} supports many operators for searching across {% data variables.product.product_name %}. 詳細は「[{% data variables.product.prodname_dotcom %} での検索について](/github/searching-for-information-on-github/about-searching-on-github)」を参照してください。
+- 90日よりも古いイベントの検索には、`created`修飾子を使ってください。
+
+{% endwarning %}
+
+#### リポジトリに基づく検索
+
+`repo` 修飾子は、Organization が所有する特定のリポジトリにアクションを制限します。 例:
+
+* `repo:my-org/our-repo`は`my-org` Organization内の`our-repo`リポジトリで起きたすべてのイベントを検索します。
+* `repo:my-org/our-repo repo:my-org/another-repo`は、`my-org` Organization内の`our-repo`及び`another-repo`の両リポジトリ内で起きたすべてのイベントを検索します。
+* `-repo:my-org/not-this-repo`は、`my-org` Organization内の`not-this-repo`リポジトリで起きたすべてのイベントを除外します。
+
+`repo`修飾子内には、Organizationの名前を含めなければなりません。単に`repo:our-repo`として検索することはできません。
+
+#### ユーザーに基づく検索
+
+`actor` 修飾子は、アクションを実行した Organization のメンバーに基づいてイベントの範囲を設定します。 例:
+
+* `actor:octocat`は`octocat`が行ったすべてのイベントを検索します。
+* `actor:octocat actor:hubot`は、`octocat`及び`hubot`が行ったすべてのイベントを検索します。
+* `-actor:hubot`は、`hubot`が行ったすべてのイベントを除外します。
+
+使用できるのは {% data variables.product.product_name %} ユーザ名のみで、個人の本当の名前ではありません。
+
+#### Organizationに基づく検索
+
+`org` 修飾子は、特定の Organization にアクションを限定します。 例:
+
+* `org:my-org`は`my-org`というOrganizationで生じたすべてのイベントを検索します。
+* `org:my-org action:team`は`my-org`というOrganization内で行われたすべてのteamイベントを検索します。
+* `-org:my-org`は`my-org`というOrganizationで生じたすべてのイベントを除外します。
+
+#### 実行されたアクションに基づく検索
+
+`action`修飾子は、特定のイベントをカテゴリ内でグループ化して検索します。 For information on the events associated with these categories, see "[Audited actions](/admin/user-management/audited-actions)".
+
+| カテゴリ名 | 説明 |
+| ------ | -------------------------------------------- |
+| `フック` | webhookに関連するすべてのアクティビティを含みます。 |
+| `org` | Organizationのメンバーシップに関連するすべてのアクティビティを含みます。 |
+| `repo` | Organizationが所有するリポジトリに関連するすべてのアクティビティを含みます。 |
+| `Team` | Organization内のチームに関連するすべてのアクティビティを含みます。 |
+
+次の用語を使用すれば、特定の一連の行動を検索できます。 例:
+
+* `action:team`はteamカテゴリ内でグループ化されたすべてのイベントを検索します。
+* `-action:billing`はbillingカテゴリ内のすべてのイベントを除外します。
+
+各カテゴリには、フィルタリングできる一連の関連イベントがあります。 例:
+
+* `action:team.create`はTeamが作成されたすべてのイベントを検索します。
+* `-action:billing.change_email`は課金のメールが変更されたすべてのイベントを検索します。
+
+#### 場所に基づく検索
+
+`country`修飾子は、発生元の国によってアクションをフィルタリングします。
+- 国の 2 文字のショートコードまたはフル ネームを使用できます。
+- 名前に空白を含む国は、引用符で囲まなければなりません。 例:
+ * `country:de` は、ドイツで発生したイベントをすべて検索します。
+ * `country:Mexico` はメキシコで発生したすべてのイベントを検索します。
+ * `country:"United States"` はアメリカ合衆国で発生したすべてのイベントを検索します。
+
+#### アクションの時刻に基づく検索
+
+`created`修飾子は、発生した時刻でアクションをフィルタリングします。
+- 日付には `YYYY-MM-DD` という形式を使います。これは、年の後に月、その後に日が続きます。
+- 日付では[大なり、小なりおよび範囲指定](/enterprise/{{ currentVersion }}/user/articles/search-syntax)を使用できます。 例:
+ * `created:2014-07-08` は、2014 年 7 月 8 日に発生したイベントをすべて検索します。
+ * `created:>=2014-07-01` は、2014 年 7 月 1 日かそれ以降に生じたすべてのイベントを検索します。
+ * `created:<=2014-07-01`は、2014 年 7 月 1 日かそれ以前に生じたすべてのイベントを検索します。
+ * `created:2014-07-01..2014-07-31`は、2014 年 7 月に起きたすべてのイベントを検索します。
diff --git a/translations/ja-JP/content/admin/user-management/best-practices-for-user-security.md b/translations/ja-JP/content/admin/user-management/best-practices-for-user-security.md
index daeb55b854..8d2a45c2c3 100644
--- a/translations/ja-JP/content/admin/user-management/best-practices-for-user-security.md
+++ b/translations/ja-JP/content/admin/user-management/best-practices-for-user-security.md
@@ -1,21 +1,24 @@
---
title: ユーザセキュリティのベストプラクティス
-intro: 'サイト管理者が実装できるインスタンスレベルのセキュリティ手法 (SSL、Subdomain Isolation、ファイアウォールの設定) 以外に、{% data variables.product.product_location_enterprise %} の保護に役立つ、ユーザが行えるステップがあります。'
+intro: '{% if enterpriseServerVersions contains currentVersion %}Outside of instance-level security measures (SSL, subdomain isolation, configuring a firewall) that a site administrator can implement, there {% else %}There {% endif %}are steps your users can take to help protect your enterprise.'
redirect_from:
- /enterprise/admin/user-management/best-practices-for-user-security
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if enterpriseServerVersions contains currentVersion %}
### 2要素認証の有効化
2要素認証(2FA)は、Webサイトやサービスへのログインの方法で、認証のパスワードの先に2番目の要素を必要とします。 {% data variables.product.prodname_ghe_server %} の場合、この 2 番目の要素はユーザのスマートフォン上のアプリケーションが生成するワンタイムの認証コードです。 ユーザにアカウントで2要素認証を有効化するよう求めることを強くおすすめします。 2要素認証を使っていれば、アカウントそのものを侵犯するためには、ユーザのパスワードとスマートフォンの両方を侵犯しなければならなくなります。
2要素認証の設定に関する詳しい情報については、[2要素認証について](/enterprise/{{ currentVersion }}/user/articles/about-two-factor-authentication)を参照してください。
+{% endif %}
### パスワードマネージャの要求
-[LastPass](https://lastpass.com/)、[1Password](https://1password.com/)、[Keeper](https://keepersecurity.com/)などのパスワードマネージャを{% data variables.product.product_location_enterprise %}への接続に使うコンピュータ上にインストールして利用するよう、ユーザに求めることを強くおすすめします。 そうすることで、確実に、パスワードが強力になり、侵犯されたり盗まれたりする可能性が低くなります。
+We strongly recommend requiring your users to install and use a password manager--such as [LastPass](https://lastpass.com/), [1Password](https://1password.com/), or [Keeper](https://keepersecurity.com/)--on any computer they use to connect to your enterprise. そうすることで、確実に、パスワードが強力になり、侵犯されたり盗まれたりする可能性が低くなります。
### Teamやリポジトリへのアクセス制限
diff --git a/translations/ja-JP/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md b/translations/ja-JP/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
index 2c3792c127..77fec27297 100644
--- a/translations/ja-JP/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
+++ b/translations/ja-JP/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
@@ -14,11 +14,12 @@ redirect_from:
- /enterprise/admin/user-management/configuring-git-large-file-storage-for-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### {% data variables.large_files.product_name_long %}について
-{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %} {% data variables.large_files.product_name_long %} は、単一のリポジトリ、個人または Organization のすべてのリポジトリ、あるいは {% data variables.product.product_location_enterprise %} 内のあらゆるリポジトリで使用できます。 アプライアンスに対して {% data variables.large_files.product_name_short %} を事前に有効にしなければ、特定のリポジトリまたは Organization に対して {% data variables.large_files.product_name_short %} を有効にすることはできません。
+{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %} You can use {% data variables.large_files.product_name_long %} with a single repository, all of your personal or organization repositories, or with every repository in your enterprise. Before you can enable {% data variables.large_files.product_name_short %} for specific repositories or organizations, you need to enable {% data variables.large_files.product_name_short %} for your enterprise.
{% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %}
@@ -27,11 +28,10 @@ versions:
{% data reusables.large_files.can-include-lfs-objects-archives %}
-### アプライアンス用に {% data variables.large_files.product_name_long %} を設定する
+### Configuring {% data variables.large_files.product_name_long %} for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -59,12 +59,13 @@ versions:
{% data reusables.enterprise_site_admin_settings.admin-tab %}
{% data reusables.enterprise_site_admin_settings.git-lfs-toggle %}
+{% if enterpriseServerVersions contains currentVersion %}
### サードパーティのサーバを使うGit Large File Storageの設定
{% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %}
-1. {% data variables.product.prodname_ghe_server %} アプライアンスで {% data variables.large_files.product_name_short %} を無効にします。 詳しい情報については"[{% data variables.large_files.product_name_long %}の設定](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage#configuring-git-large-file-storage-for-your-appliance)"を参照してください。
+1. Disable {% data variables.large_files.product_name_short %} on {% data variables.product.product_location %}. For more information, see "[Configuring {% data variables.large_files.product_name_long %} for your enterprise](#configuring-git-large-file-storage-for-your-enterprise)."
2. サードパーティのサーバーを指し示す {% data variables.large_files.product_name_short %} の設定ファイルを作成します。
```shell
@@ -98,7 +99,7 @@ versions:
### 異なるGit Large File Storageサーバへの移行
-異なる{% data variables.large_files.product_name_long %}サーバに移行する前に、サードパーティサーバを使うよう{% data variables.large_files.product_name_short %}を設定しなければなりません。 詳しい情報については、「[サードパーティサーバーを使用するように {% data variables.large_files.product_name_long %} を設定する](#configuring-git-large-file-storage-to-use-a-third-party-server)」を参照してください。
+Before migrating to a different {% data variables.large_files.product_name_long %} server, you must configure {% data variables.large_files.product_name_short %} to use a third party server. For more information, see "[Configuring {% data variables.large_files.product_name_long %} to use a third party server](#configuring-git-large-file-storage-to-use-a-third-party-server)."
1. 2 番目のリモートでリポジトリを設定します。
```shell
@@ -129,6 +130,7 @@ versions:
> Pushing objects...
> Git LFS: (16 of 16 files) 48.00 MB / 48.85 MB, 879.10 KB skipped
```
+{% endif %}
### 参考リンク
diff --git a/translations/ja-JP/content/admin/user-management/configuring-visibility-for-organization-membership.md b/translations/ja-JP/content/admin/user-management/configuring-visibility-for-organization-membership.md
index 0f6a307ea5..b71da368a5 100644
--- a/translations/ja-JP/content/admin/user-management/configuring-visibility-for-organization-membership.md
+++ b/translations/ja-JP/content/admin/user-management/configuring-visibility-for-organization-membership.md
@@ -1,22 +1,24 @@
---
title: Organizationのメンバーシップの可視性の設定
-intro: インスタンスにわたって新しい Organization のメンバーの可視性をパブリックあるいはプライベートに設定できます。 また、メンバーが自分の可視性をデフォルトから変更できないようにすることもできます。
+intro: You can set visibility for new organization members across your enterprise to public or private. また、メンバーが自分の可視性をデフォルトから変更できないようにすることもできます。
redirect_from:
- /enterprise/admin/user-management/configuring-visibility-for-organization-membership
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if enterpriseServerVersions contains currentVersion %}
インスタンス内の現在のOrganizationのすべてのメンバーに対し、コマンドラインユーティリティを使ってデフォルト設定を適用することもできます。 たとえばすべてのOrganizationのメンバーの可視性をパブリックにしたい場合、管理設定でデフォルトをパブリックにしてすべての新しいメンバーにデフォルトを適用し、それからコマンドラインユーティリティを使ってパブリック設定を既存のメンバーに適用できます。
+{% endif %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
3. [Default organization membership visibility] で、ドロップダウンメニューを使用して [**Private**] または [**Public**] をクリックします。 
-4. メンバーがデフォルトからメンバーシップの可視性を変更できないようにするために、**Enforce on organization members(Organizationのメンバーに適用)**を選択することもできます。 
-5. 新しい可視性の設定をすべての既存メンバーに適用したい場合は、`ghe-org-membership-update`コマンドラインユーティリティを使ってください。 詳細は「[コマンドラインユーティリティ](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-membership-update)」を参照してください。
+4. メンバーがデフォルトからメンバーシップの可視性を変更できないようにするために、**Enforce on organization members(Organizationのメンバーに適用)**を選択することもできます。 {% if enterpriseServerVersions contains currentVersion %}
+5. 新しい可視性の設定をすべての既存メンバーに適用したい場合は、`ghe-org-membership-update`コマンドラインユーティリティを使ってください。 For more information, see "[Command-line utilities](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-membership-update)."{% endif %}
diff --git a/translations/ja-JP/content/admin/user-management/continuous-integration-using-jenkins.md b/translations/ja-JP/content/admin/user-management/continuous-integration-using-jenkins.md
index 133f7d147d..fce1f0efed 100644
--- a/translations/ja-JP/content/admin/user-management/continuous-integration-using-jenkins.md
+++ b/translations/ja-JP/content/admin/user-management/continuous-integration-using-jenkins.md
@@ -1,6 +1,6 @@
---
title: Jenkinsを使った継続的インテグレーション
-intro: '{% data variables.product.product_location_enterprise %} のリポジトリにプッシュがあったときに、自動的に Jenkins サーバーのビルドジョブを実行させることができます。'
+intro: '{% data variables.product.product_location %} のリポジトリにプッシュがあったときに、自動的に Jenkins サーバーのビルドジョブを実行させることができます。'
redirect_from:
- /enterprise/admin/developer-workflow/continuous-integration-using-jenkins
- /enterprise/admin/user-management/continuous-integration-using-jenkins
@@ -10,4 +10,4 @@ versions:
### 要件
-- {% data variables.product.product_location_enterprise %} のリポジトリにプッシュが行われた際に、Jenkins サーバーのビルドジョブを自動的に起動するためのステップバイステップの手順については、弊社のホワイトペーパー「[Practical guide to CI with Jenkins and GitHub](https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/)」をご覧ください。
+- {% data variables.product.product_location %} のリポジトリにプッシュが行われた際に、Jenkins サーバーのビルドジョブを自動的に起動するためのステップバイステップの手順については、弊社のホワイトペーパー「[Practical guide to CI with Jenkins and GitHub](https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/)」をご覧ください。
diff --git a/translations/ja-JP/content/admin/user-management/creating-teams.md b/translations/ja-JP/content/admin/user-management/creating-teams.md
index dbe2285c3c..cee1414f97 100644
--- a/translations/ja-JP/content/admin/user-management/creating-teams.md
+++ b/translations/ja-JP/content/admin/user-management/creating-teams.md
@@ -9,7 +9,7 @@ versions:
Teamは、team@メンションのように適切なグループに入力や注目を求めたい場合に通知をするような、{% data variables.product.prodname_dotcom %}のコラボレーションの機能の多くにおいて中心的な役割を果たします。 詳しい情報については[Organizationのリポジトリの権限レベル](/enterprise/{{ currentVersion }}/user/articles/repository-permission-levels-for-an-organization/)を参照してください。
-Teamは、企業内のグループを表したり、特定の関心や専門分野を持つ人々を含めたりできます。 たとえば{% data variables.product.product_location_enterprise %}のアクセシビリティの専門家のTeamは、様々な部署からの人々で構成されるといったことがあります。 Teamは、企業の既存の部門階層を補完する機能的な関心事項を表します。
+Teamは、企業内のグループを表したり、特定の関心や専門分野を持つ人々を含めたりできます。 たとえば{% data variables.product.product_location %}のアクセシビリティの専門家のTeamは、様々な部署からの人々で構成されるといったことがあります。 Teamは、企業の既存の部門階層を補完する機能的な関心事項を表します。
Organizationには、企業やグループの階層構造を反映させた入れ子チームを複数レベルで作成できます。 詳しい情報については"[Teamについて](/enterprise/{{ currentVersion }}/user/articles/about-teams/#nested-teams)"を参照してください。
@@ -28,7 +28,7 @@ Teamの良く考えられた組み合わせは、リポジトリへのアクセ
### LDAP Syncを有効化したTeamの作成
-ユーザ認証にLDAPを使っているインスタンスでは、Teamのメンバー管理にLDAP Syncが使えます。 **LDAP group** フィールド内のグループの **Distinguished Name** (DN) を設定すれば、Team を LDAP サーバ上の LDAP グループにマッピングできます。 Teamのメンバー管理にLDAP Syncを使う場合、{% data variables.product.product_location_enterprise %}内でTeamを管理することはできません。 LADP Syncを有効化すると、マッピングされたTeamはそのメンバーをバックグラウンドで定期的に設定された間隔で同期します。 詳しい情報については[LDAP Syncの有効化](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)を参照してください。
+ユーザ認証にLDAPを使っているインスタンスでは、Teamのメンバー管理にLDAP Syncが使えます。 **LDAP group** フィールド内のグループの **Distinguished Name** (DN) を設定すれば、Team を LDAP サーバ上の LDAP グループにマッピングできます。 Teamのメンバー管理にLDAP Syncを使う場合、{% data variables.product.product_location %}内でTeamを管理することはできません。 LADP Syncを有効化すると、マッピングされたTeamはそのメンバーをバックグラウンドで定期的に設定された間隔で同期します。 詳しい情報については[LDAP Syncの有効化](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)を参照してください。
{% data reusables.enterprise_user_management.ldap-sync-nested-teams %}
diff --git a/translations/ja-JP/content/admin/user-management/customizing-user-messages-for-your-enterprise.md b/translations/ja-JP/content/admin/user-management/customizing-user-messages-for-your-enterprise.md
new file mode 100644
index 0000000000..2f769cf6fd
--- /dev/null
+++ b/translations/ja-JP/content/admin/user-management/customizing-user-messages-for-your-enterprise.md
@@ -0,0 +1,70 @@
+---
+title: Customizing user messages for your enterprise
+redirect_from:
+ - /enterprise/admin/user-management/creating-a-custom-sign-in-message/
+ - /enterprise/admin/user-management/customizing-user-messages-on-your-instance
+ - /admin/user-management/customizing-user-messages-on-your-instance
+intro: 'You can create custom messages that users will see on the{% if enterpriseServerVersions contains currentVersion %} sign in and sign out pages{% else %} sign out page{% endif %}{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} or in an announcement banner at the top of every page{% endif %}.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+メッセージの書式設定には Markdown を使用できます。 詳しい情報については、「[{% data variables.product.prodname_dotcom %}での執筆とフォーマットについて](/articles/about-writing-and-formatting-on-github/)」を参照してください。
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% note %}
+
+**メモ:** 認証に SAML を使っている場合は、サインインページはアイデンティティプロバイダによって提示されるため、{% data variables.product.prodname_ghe_server %} でカスタマイズすることはできません。
+
+{% endnote %}
+
+### カスタムサインインメッセージの作成
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+5. [Sign in page] の下で [**Add message**] または [**Edit message**] をクリックします。 ![[Edit message] ボタン](/assets/images/enterprise/site-admin-settings/edit-message.png)
+6. [**Sign in message**] の下に、ユーザに見せたいメッセージを入力します。 
+{% data reusables.enterprise_site_admin_settings.click-preview %}
+ 
+8. 表示されたメッセージを確認します。 
+{% data reusables.enterprise_site_admin_settings.save-changes %}
+{% endif %}
+
+### カスタムサインアウトメッセージを作成する
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+5. [Sign out page] の下で [**Add message**] または [**Edit message**] をクリックします。 ![[Add message] ボタン](/assets/images/enterprise/site-admin-settings/sign-out-add-message-button.png)
+6. [**Sign out message**] の下に、ユーザに見せたいメッセージを入力します。 
+{% data reusables.enterprise_site_admin_settings.click-preview %}
+ 
+8. 表示されたメッセージを確認します。 
+{% data reusables.enterprise_site_admin_settings.save-changes %}
+
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+### Creating a global announcement banner
+
+You can set a global announcement banner to be displayed to all users at the top of every page.
+
+{% if currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+
+You can also set an announcement banner{% if enterpriseServerVersions contains currentVersion %} in the administrative shell using a command line utility or{% endif %} using the API. For more information, see {% if enterpriseServerVersions contains currentVersion %}"[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-announce)" and {% endif %}"[{% data variables.product.prodname_enterprise %} administration](/rest/reference/enterprise-admin#announcements)."
+
+{% else %}
+
+You can also set an announcement banner in the administrative shell using a command line utility. For more information, see "[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-announce)."
+
+{% endif %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+1. [Sign out page] の下で [**Add message**] または [**Edit message**] をクリックします。 ![[Add message] ボタン](/assets/images/enterprise/site-admin-settings/add-announcement-button.png)
+1. Under "Announcement", in the text field, type the announcement you want displayed in a banner. 
+1. Optionally, under "Expires on", use the calendar drop-down menu, and select an expiration date. 
+1. [Sign in page] の下で [**Add message**] または [**Edit message**] をクリックします。 
+1. [**Save changes**] をクリックします。 ![[Edit message] ボタン](/assets/images/enterprise/site-admin-settings/save-announcement-button.png)
+{% endif %}
diff --git a/translations/ja-JP/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md b/translations/ja-JP/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md
new file mode 100644
index 0000000000..036d4c641d
--- /dev/null
+++ b/translations/ja-JP/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md
@@ -0,0 +1,53 @@
+---
+title: Disabling Git SSH access on your enterprise
+redirect_from:
+ - /enterprise/admin/hidden/disabling-ssh-access-for-a-user-account/
+ - /enterprise/admin/articles/disabling-ssh-access-for-a-user-account/
+ - /enterprise/admin/hidden/disabling-ssh-access-for-your-appliance/
+ - /enterprise/admin/articles/disabling-ssh-access-for-your-appliance/
+ - /enterprise/admin/hidden/disabling-ssh-access-for-an-organization/
+ - /enterprise/admin/articles/disabling-ssh-access-for-an-organization/
+ - /enterprise/admin/hidden/disabling-ssh-access-to-a-repository/
+ - /enterprise/admin/articles/disabling-ssh-access-to-a-repository/
+ - /enterprise/admin/guides/installation/disabling-git-ssh-access-on-github-enterprise/
+ - /enterprise/admin/installation/disabling-git-ssh-access-on-github-enterprise-server
+ - /enterprise/admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
+ - /admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
+intro: 'You can prevent people from using Git over SSH for certain or all repositories on your enterprise.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### 特定のリポジトリへのGit SSHアクセスの無効化
+
+{% data reusables.enterprise_site_admin_settings.override-policy %}
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.repository-search %}
+{% data reusables.enterprise_site_admin_settings.click-repo %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.admin-top-tab %}
+{% data reusables.enterprise_site_admin_settings.admin-tab %}
+1. [Git SSH access] で、ドロップダウンメニューを使用して [**Disabled**] を選択します。 
+
+### ユーザもしくは組織が所有するすべてのリポジトリへのGit SSHアクセスの無効化
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.search-user-or-org %}
+{% data reusables.enterprise_site_admin_settings.click-user-or-org %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.admin-top-tab %}
+{% data reusables.enterprise_site_admin_settings.admin-tab %}
+7. [Git SSH access] で、ドロップダウンメニューを使用して [**Disabled**] を選択します。 続いて、**Enforce on all repositories(すべてのリポジトリで強制)**を選択してください。 
+
+### Disabling Git SSH access to all repositories in your enterprise
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% else %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% endif %}
+{% data reusables.enterprise-accounts.options-tab %}
+7. [Git SSH access] で、ドロップダウンメニューを使用して [**Disabled**] を選択します。 続いて、**Enforce on all repositories(すべてのリポジトリで強制)**を選択してください。 
diff --git a/translations/ja-JP/content/admin/user-management/exporting-migration-data-from-your-enterprise.md b/translations/ja-JP/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
index 377bf5ff9d..3f642388df 100644
--- a/translations/ja-JP/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
+++ b/translations/ja-JP/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
@@ -86,7 +86,7 @@ versions:
```
* {% data reusables.enterprise_migrations.specify-staging-path %}
-8. {% data variables.product.product_location_enterprise %} への接続をクローズします。
+8. {% data variables.product.product_location %} への接続をクローズします。
```shell
$ exit
> logout
diff --git a/translations/ja-JP/content/admin/user-management/index.md b/translations/ja-JP/content/admin/user-management/index.md
index c5a71f03e5..7776cd476b 100644
--- a/translations/ja-JP/content/admin/user-management/index.md
+++ b/translations/ja-JP/content/admin/user-management/index.md
@@ -1,15 +1,16 @@
---
title: 'Managing users, organizations, and repositories'
shortTitle: 'Managing users, organizations, and repositories'
+intro: 'This guide describes authentication methods for users signing in to your enterprise, how to create organizations and teams for repository access and collaboration, and suggested best practices for user security.'
redirect_from:
- /enterprise/admin/categories/user-management/
- /enterprise/admin/developer-workflow/using-webhooks-for-continuous-integration
- /enterprise/admin/migrations
- /enterprise/admin/clustering
- /enterprise/admin/user-management
-intro: 'このガイドは {% data variables.product.prodname_enterprise %} インスタンスにサインインするユーザの認証方式、リポジトリへのアクセスとコラボレーションのための Organization と Team の作成方法、ユーザのセキュリティのためのベストプラクティスの推奨について述べます。'
versions:
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,17 +19,15 @@ versions:
{% topic_link_in_list /managing-users-in-your-enterprise %}
{% link_in_list /promoting-or-demoting-a-site-administrator %}
{% link_in_list /best-practices-for-user-security %}
- {% link_in_list /auditing-users-across-your-instance %}
+ {% link_in_list /auditing-users-across-your-enterprise %}
{% link_in_list /managing-dormant-users %}
{% link_in_list /suspending-and-unsuspending-users %}
{% link_in_list /placing-a-legal-hold-on-a-user-or-organization %}
{% link_in_list /auditing-ssh-keys %}
- {% link_in_list /customizing-user-messages-on-your-instance %}
- {% link_in_list /configuring-email-for-notifications %}
+ {% link_in_list /customizing-user-messages-for-your-enterprise %}
{% link_in_list /rebuilding-contributions-data %}
{% link_in_list /managing-global-webhooks %}
{% topic_link_in_list /managing-organizations-in-your-enterprise %}
- {% link_in_list /creating-organizations %}
{% link_in_list /configuring-visibility-for-organization-membership %}
{% link_in_list /preventing-users-from-creating-organizations %}
{% link_in_list /requiring-two-factor-authentication-for-an-organization %}
@@ -40,7 +39,7 @@ versions:
{% topic_link_in_list /managing-repositories-in-your-enterprise %}
{% link_in_list /configuring-git-large-file-storage-for-your-enterprise %}
{% link_in_list /migrating-to-internal-repositories %}
- {% link_in_list /disabling-git-ssh-access-on-github-enterprise-server %}
+ {% link_in_list /disabling-git-ssh-access-on-your-enterprise %}
{% link_in_list /troubleshooting-service-hooks %}
{% topic_link_in_list /monitoring-activity-in-your-enterprise %}
{% link_in_list /activity-dashboard %}
@@ -48,6 +47,7 @@ versions:
{% link_in_list /searching-the-audit-log %}
{% link_in_list /audited-actions %}
{% link_in_list /viewing-push-logs %}
+ {% link_in_list /log-forwarding %}
{% topic_link_in_list /migrating-data-to-and-from-your-enterprise %}
{% link_in_list /about-migrations %}
{% link_in_list /exporting-migration-data-from-your-enterprise %}
diff --git a/translations/ja-JP/content/admin/user-management/log-forwarding.md b/translations/ja-JP/content/admin/user-management/log-forwarding.md
new file mode 100644
index 0000000000..57cc3e9073
--- /dev/null
+++ b/translations/ja-JP/content/admin/user-management/log-forwarding.md
@@ -0,0 +1,42 @@
+---
+title: ログの転送
+intro: '{% data variables.product.product_name %} uses `syslog-ng` to forward {% if enterpriseServerVersions contains currentVersion %}system{% elsif currentVersion == "github-ae@latest" %}Git{% endif %} and application logs to the server you specify.'
+redirect_from:
+ - /enterprise/admin/articles/log-forwarding/
+ - /enterprise/admin/installation/log-forwarding
+ - /enterprise/admin/enterprise-management/log-forwarding
+ - /admin/enterprise-management/log-forwarding
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+syslog-style 式のログストリームに対応するログ回収システムは、サポートしています。(例えば、[Logstash](http://logstash.net/) や [Splunk](http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports)など)
+
+### ログの転送を有効化
+
+{% if enterpriseServerVersions contains currentVersion %}
+1. {% data variables.enterprise.management_console %}の設定ページの左サイドバーで**Monitoring**をクリックする。
+1. **Enable log forwarding** を選択する。
+1. [**Server address**] フィールドに、ログの転送先となるサーバーのアドレスを入力します。 コンマ区切りリストで複数のアドレスを指定できます。
+1. [Protocol] ドロップダウンメニューで、ログサーバーとの通信に使用するプロトコルを選択します。 そのプロトコルは指定されたすべてのログ送信先に適用されます。
+1. **Enable TLS** を選択する。
+1. **Choose File** をクリックして、syslog のエンドポイントの間の通信を暗号化するためのCA証明書を選択する。 一連の証明書の全体が確認され、ルート証明書で終了しなければなりません。 詳しくは、[syslog-ng のドキュメントのTLSオプション](https://support.oneidentity.com/technical-documents/syslog-ng-open-source-edition/3.16/administration-guide/56#TOPIC-956599)を参照してください。
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+1. Under {% octicon "gear" aria-label="The Settings gear" %} **Settings**, click **Log forwarding**. 
+1. Under "Log forwarding", select **Enable log forwarding**. 
+1. Under "Server address", enter the address of the server you want to forward logs to. 
+1. Use the "Protocol" drop-down menu, and select a protocol. 
+1. Optionally, to enable TLS encrypted communication between syslog endpoints, select **Enable TLS**. 
+1. Under "Public certificate", paste your x509 certificate. 
+1. [**Save**] をクリックします。 
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+### トラブルシューティング
+If you run into issues with log forwarding, contact
+
+{% data variables.contact.contact_ent_support %} and attach the output file from `http(s)://[hostname]/setup/diagnostics` to your email.
+{% endif %}
diff --git a/translations/ja-JP/content/admin/user-management/managing-dormant-users.md b/translations/ja-JP/content/admin/user-management/managing-dormant-users.md
index f795fb9ba8..64ae316381 100644
--- a/translations/ja-JP/content/admin/user-management/managing-dormant-users.md
+++ b/translations/ja-JP/content/admin/user-management/managing-dormant-users.md
@@ -5,16 +5,17 @@ redirect_from:
- /enterprise/admin/articles/viewing-dormant-users/
- /enterprise/admin/articles/determining-whether-a-user-account-is-dormant/
- /enterprise/admin/user-management/managing-dormant-users
-intro: 少なくとも 1 か月の間活動のなかったユーザアカウントは、休眠していると見なされます。 You may choose to suspend dormant users to free up user licenses.
+intro: A user account is considered to be dormant if it has not been active for at least a month.{% if enterpriseServerVersions contains currentVersion %} You may choose to suspend dormant users to free up user licenses.{% endif %}
versions:
enterprise-server: '*'
+ github-ae: '*'
---
「活動」には以下のことが含まれますが、以下に限定はされません:
-- {% data variables.product.prodname_ghe_server %} へのサインイン。
+- {% data variables.product.product_name %} へのサインイン。
- Issue やプルリクエストへのコメント。
- リポジトリの作成、削除、Watch、スター付け。
-- コミットのプッシュ。{% if currentVersion ver_gt "enterprise-server@2.21" %}
+- Pushing commits.{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
- Accessing resources by using a personal access token or SSH key.{% endif %}
### 休眠ユーザの表示
@@ -22,8 +23,8 @@ versions:
サスペンドされておらず、サイト管理者でもないすべての休眠ユーザのリストを表示できます。
{% data reusables.enterprise_site_admin_settings.access-settings %}
-3. 左のサイドバーで**Dormant users(休眠ユーザ)**をクリックしてください。 
-4. このリスト中のすべての休眠ユーザをサスペンドするには、ページの上部で**Suspend all(全員をサスペンド)**をクリックしてください。 
+3. 左のサイドバーで**Dormant users(休眠ユーザ)**をクリックしてください。 {% if enterpriseServerVersions contains currentVersion %}
+4. このリスト中のすべての休眠ユーザをサスペンドするには、ページの上部で**Suspend all(全員をサスペンド)**をクリックしてください。 {% endif %}
### ユーザアカウントが休眠状態かの判断
@@ -36,9 +37,8 @@ versions:
{% data reusables.enterprise_site_admin_settings.dormancy-threshold %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
diff --git a/translations/ja-JP/content/admin/user-management/managing-global-webhooks.md b/translations/ja-JP/content/admin/user-management/managing-global-webhooks.md
index 58f4d17aed..a328a6486a 100644
--- a/translations/ja-JP/content/admin/user-management/managing-global-webhooks.md
+++ b/translations/ja-JP/content/admin/user-management/managing-global-webhooks.md
@@ -1,16 +1,17 @@
---
title: グローバルwebhookの管理
-intro: 'サイト管理者は、インスタンスレベルのイベントを追跡するためのグローバルwebhookの表示、追加、編集、削除が行えます。'
+intro: 'Site administrators can view, add, edit, and delete global webhooks to track events for the enterprise.'
redirect_from:
- /enterprise/admin/user-management/about-global-webhooks
- /enterprise/admin/user-management/managing-global-webhooks
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### グローバルwebhookについて
-グローバルwebhookは、インスタンス上のユーザおよびOrganizationの管理に対するルールの自動的なモニタリング、対応、強制に利用できます。 たとえば以下のような場合に動作するようにwebhookを設定できます:
+You can use global webhooks to automatically monitor, respond to, or enforce rules for user and organization management for your enterprise. たとえば以下のような場合に動作するようにwebhookを設定できます:
- ユーザアカウントが作成または削除される
- An organization is created or deleted
- コラボレータがリポジトリに追加、またはリポジトリから削除される
@@ -20,11 +21,9 @@ versions:
{% data reusables.enterprise_user_management.manage-global-webhooks-api %}
-
### グローバルwebhookの追加
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. **Add webhook(webhookの追加)**をクリックしてください。 
@@ -47,8 +46,7 @@ versions:
### グローバルwebhookの編集
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. 編集したいwebhookの隣の**Edit(編集)**をクリックしてください。 
@@ -57,8 +55,7 @@ versions:
### グローバルwebhookの削除
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. 削除したいwebhookの隣の**Delete(削除)**をクリックしてください。 
@@ -66,8 +63,7 @@ versions:
### 最近のデリバリとレスポンスの表示
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. webhook のリストで、デリバリを見たい webhook をクリックします。 
diff --git a/translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise.md b/translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise.md
index d336e2b993..55ffb33831 100644
--- a/translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise.md
+++ b/translations/ja-JP/content/admin/user-management/managing-organizations-in-your-enterprise.md
@@ -9,5 +9,6 @@ intro: 'Organizationは企業内で、部署や同様のプロジェクトで作
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/user-management/managing-repositories-in-your-enterprise.md b/translations/ja-JP/content/admin/user-management/managing-repositories-in-your-enterprise.md
index 5d2fea8ab1..4da07ed3b7 100644
--- a/translations/ja-JP/content/admin/user-management/managing-repositories-in-your-enterprise.md
+++ b/translations/ja-JP/content/admin/user-management/managing-repositories-in-your-enterprise.md
@@ -1,11 +1,12 @@
---
title: Managing repositories in your enterprise
-intro: '{% data variables.product.prodname_ghe_server %} アプライアンス上でリポジトリ管理者が利用できる設定を管理できます。'
+intro: 'You can manage the settings available to repository administrators in your enterprise.'
redirect_from:
- /enterprise/admin/user-management/repositories
- /enterprise/admin/user-management/managing-repositories-in-your-enterprise
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise.md b/translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise.md
index b3350d1e07..63a373005f 100644
--- a/translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise.md
+++ b/translations/ja-JP/content/admin/user-management/managing-users-in-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Managing users in your enterprise
-intro: 'ユーザが {% data variables.product.product_location_enterprise %} で認証できるようになったなら、アバターやメール通知など、いくつかの基本的なカスタムプロフィール設定をセットアップしたくなるでしょう。'
+intro: 'You can audit user activity and manage user settings.'
redirect_from:
- /enterprise/admin/guides/user-management/enabling-avatars-and-identicons/
- /enterprise/admin/user-management/basic-account-settings
@@ -9,5 +9,6 @@ redirect_from:
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md b/translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
index af40a8071e..f75f32be53 100644
--- a/translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
+++ b/translations/ja-JP/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Migrating data to and from your enterprise
-intro: '{% data variables.product.prodname_ghe_server %} または {% data variables.product.prodname_dotcom_the_website %} からユーザ、Organization、およびリポジトリデータをエクスポートして、そのデータを {% data variables.product.product_location_enterprise %} にインポートできます。'
+intro: '{% data variables.product.prodname_ghe_server %} または {% data variables.product.prodname_dotcom_the_website %} からユーザ、Organization、およびリポジトリデータをエクスポートして、そのデータを {% data variables.product.product_location %} にインポートできます。'
mapTopic: true
redirect_from:
- /enterprise/admin/articles/moving-a-repository-from-github-com-to-github-enterprise/
diff --git a/translations/ja-JP/content/admin/user-management/migrating-to-internal-repositories.md b/translations/ja-JP/content/admin/user-management/migrating-to-internal-repositories.md
index c05656cda2..1d0d1fd5c9 100644
--- a/translations/ja-JP/content/admin/user-management/migrating-to-internal-repositories.md
+++ b/translations/ja-JP/content/admin/user-management/migrating-to-internal-repositories.md
@@ -23,7 +23,7 @@ versions:
インターナルもしくはプライベートになるパブリックリポジトリに対する匿名Git読み取りアクセスは、無効化されます。
-リポジトリに対する現在のデフォルトの可視性がパブリックであれば、デフォルトはインターナルになります。 現在のデフォルトがプライベートであれば、デフォルトは変更されません。 デフォルトはいつでも変更できます。 詳しい情報については「[アプライアンス上の新しいリポジトリに対するデフォルトの可視性の設定](/enterprise/admin/installation/configuring-the-default-visibility-of-new-repositories-on-your-appliance)」を参照してください。
+リポジトリに対する現在のデフォルトの可視性がパブリックであれば、デフォルトはインターナルになります。 現在のデフォルトがプライベートであれば、デフォルトは変更されません。 デフォルトはいつでも変更できます。 For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-the-default-visibility-of-new-repositories-in-your-enterprise)."
インスタンスに対するリポジトリの作成ポリシーは、パブリックリポジトリの無効化とプライベート及びインターナルリポジトリの許可に変更されます。 このポリシーはいつでも更新できます。 詳しい情報については「[インスタンスでのリポジトリ作成の制限](/enterprise/admin/user-management/restricting-repository-creation-in-your-instance)」を参照してください。
diff --git a/translations/ja-JP/content/admin/user-management/monitoring-activity-in-your-enterprise.md b/translations/ja-JP/content/admin/user-management/monitoring-activity-in-your-enterprise.md
index 991fef7abc..a72fde4deb 100644
--- a/translations/ja-JP/content/admin/user-management/monitoring-activity-in-your-enterprise.md
+++ b/translations/ja-JP/content/admin/user-management/monitoring-activity-in-your-enterprise.md
@@ -6,5 +6,6 @@ redirect_from:
- /enterprise/admin/user-management/monitoring-activity-in-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md b/translations/ja-JP/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
index 708c80f21d..81cc8c7d40 100644
--- a/translations/ja-JP/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
+++ b/translations/ja-JP/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
@@ -1,10 +1,11 @@
---
title: ユーザあるいはOrganizationへの訴訟ホールドの配置
-intro: 'ユーザあるいはOrganizationが所有するリポジトリを{% data variables.product.product_location_enterprise %}から恒久的に削除できないようにするため、ユーザあるいはOrganizationに訴訟ホールドを配置できます。'
+intro: 'You can place a legal hold on a user or organization to ensure that repositories they own cannot be permanently removed from your enterprise.'
redirect_from:
- /enterprise/admin/user-management/placing-a-legal-hold-on-a-user-or-organization
versions:
enterprise-server: '*'
+ github-ae: '*'
---
通常は、誰かがリポジトリを削除するとそのリポジトリは90日間はディスク上にあり、サイト管理ダッシュボード経由でリストアできます。 90日を過ぎると、そのリポジトリはパージされ、恒久的に削除されます。 ユーザあるいはOrganizationに訴訟ホールドを配置すると、所有しているリポジトリは無期限にリストアできるようになります。
diff --git a/translations/ja-JP/content/admin/user-management/preventing-users-from-creating-organizations.md b/translations/ja-JP/content/admin/user-management/preventing-users-from-creating-organizations.md
index bc2cc71e92..9065acc157 100644
--- a/translations/ja-JP/content/admin/user-management/preventing-users-from-creating-organizations.md
+++ b/translations/ja-JP/content/admin/user-management/preventing-users-from-creating-organizations.md
@@ -4,14 +4,14 @@ redirect_from:
- /enterprise/admin/articles/preventing-users-from-creating-organizations/
- /enterprise/admin/hidden/preventing-users-from-creating-organizations/
- /enterprise/admin/user-management/preventing-users-from-creating-organizations
-intro: '{% data variables.product.prodname_ghe_server %} アプライアンス上でのユーザによる Organization の作成を禁止できます。'
+intro: 'You can prevent users from creating organizations in your enterprise.'
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
diff --git a/translations/ja-JP/content/admin/user-management/promoting-or-demoting-a-site-administrator.md b/translations/ja-JP/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
index 3b69402f4f..3c135fc968 100644
--- a/translations/ja-JP/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
+++ b/translations/ja-JP/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
@@ -19,8 +19,7 @@ versions:
### Enterprise設定からユーザを昇格させる
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
{% data reusables.enterprise-accounts.administrators-tab %}
5. ページの右上にある[**Add owner**] をクリックします。 
@@ -28,8 +27,7 @@ versions:
### Enterprise設定からサイト管理者を降格させる
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
{% data reusables.enterprise-accounts.administrators-tab %}
1. ウィンドウの左上にある [Find an administrator] 検索フィールドに、降格させたい人物のユーザ名を入力します。 
@@ -50,4 +48,4 @@ versions:
2. [ghe-user-demote](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-user-demote) に降格させたいユーザ名を渡して実行してください。
```shell
$ ghe-user-demote username
- ```
+ ```
\ No newline at end of file
diff --git a/translations/ja-JP/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md b/translations/ja-JP/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
index 082e2c779a..3a2f1eb80b 100644
--- a/translations/ja-JP/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
+++ b/translations/ja-JP/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
@@ -7,7 +7,7 @@ versions:
enterprise-server: '*'
---
-LDAP あるいはビルトイン認証を使っている場合、{% data variables.product.prodname_ghe_server %} アプライアンスでは 2 要素認証がサポートされます。 Organizationの管理者は、メンバーに対して2要素認証の有効化を必須とすることができます。
+When using LDAP or built-in authentication, two-factor authentication is supported on {% data variables.product.product_location %}. Organizationの管理者は、メンバーに対して2要素認証の有効化を必須とすることができます。
{% data reusables.enterprise_user_management.external_auth_disables_2fa %}
diff --git a/translations/ja-JP/content/admin/user-management/searching-the-audit-log.md b/translations/ja-JP/content/admin/user-management/searching-the-audit-log.md
index 1f9b53273c..f196b1cfca 100644
--- a/translations/ja-JP/content/admin/user-management/searching-the-audit-log.md
+++ b/translations/ja-JP/content/admin/user-management/searching-the-audit-log.md
@@ -1,45 +1,45 @@
---
title: Audit log を検索する
-intro: 'サイト管理者は、{% data variables.product.product_location_enterprise %} で[監査されたアクション](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)の広範なリストを検索することができます。'
+intro: 'Site administrators can search an extensive list of audited actions on the enterprise.'
redirect_from:
- /enterprise/admin/articles/searching-the-audit-log/
- /enterprise/admin/installation/searching-the-audit-log
- /enterprise/admin/user-management/searching-the-audit-log
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### 検索クエリの構文
AND/ORの論理演算子で区切られた値のペア:1つ以上のキーを使って、検索クエリを構成します。
-| キー | 値 |
-| --------------:| ------------------------------------------------------------------------------------------- |
-| `actor_id` | アクションを開始したユーザアカウントの ID |
-| `actor` | アクションを開始したユーザアカウントの名前 |
-| `oauth_app_id` | アクションに関連付けられている OAuth アプリケーションの ID |
-| `action` | [監査されたアクション](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)の名前 |
-| `user_id` | アクションによって影響を受けたユーザの ID |
-| `ユーザ` | アクションによって影響を受けたユーザの名前 |
-| `repo_id` | アクションによって影響を受けたリポジトリの ID (妥当な場合) |
-| `repo` | アクションによって影響を受けたリポジトリの名前 (妥当な場合) |
-| `actor_ip` | アクション元の IP アドレス |
-| `created_at` | アクションが作成された時間 |
-| `from` | アクション元の View |
-| `note` | イベント固有の他の情報(プレーンテキストまたは JSON フォーマット) |
-| `org` | アクションによって影響を受けたOrganizationの名前(該当する場合) |
-| `org_id` | アクションによって影響を受けたOrganizationの ID(該当する場合) |
+| キー | 値 |
+| --------------:| --------------------------------------- |
+| `actor_id` | アクションを開始したユーザアカウントの ID |
+| `actor` | アクションを開始したユーザアカウントの名前 |
+| `oauth_app_id` | アクションに関連付けられている OAuth アプリケーションの ID |
+| `action` | Name of the audited action |
+| `user_id` | アクションによって影響を受けたユーザの ID |
+| `ユーザ` | アクションによって影響を受けたユーザの名前 |
+| `repo_id` | アクションによって影響を受けたリポジトリの ID (妥当な場合) |
+| `repo` | アクションによって影響を受けたリポジトリの名前 (妥当な場合) |
+| `actor_ip` | アクション元の IP アドレス |
+| `created_at` | アクションが作成された時間 |
+| `from` | アクション元の View |
+| `note` | イベント固有の他の情報(プレーンテキストまたは JSON フォーマット) |
+| `org` | アクションによって影響を受けたOrganizationの名前(該当する場合) |
+| `org_id` | アクションによって影響を受けたOrganizationの ID(該当する場合) |
たとえば、2017 年の初めからリポジトリ `octocat/Spoon-Knife` に影響を与えたすべてのアクションを確認するには、次のようにします:
`repo:"octocat/Spoon-Knife" AND created_at:[2017-01-01 TO *]`
-アクションの全リストについては「[監査されたアクション](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)」を参照してください。
+For a full list of actions, see "[Audited actions](/admin/user-management/audited-actions)."
### Audit log を検索する
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
4. 検索クエリを入力します。
diff --git a/translations/ja-JP/content/admin/user-management/suspending-and-unsuspending-users.md b/translations/ja-JP/content/admin/user-management/suspending-and-unsuspending-users.md
index 247c69c690..fac744063a 100644
--- a/translations/ja-JP/content/admin/user-management/suspending-and-unsuspending-users.md
+++ b/translations/ja-JP/content/admin/user-management/suspending-and-unsuspending-users.md
@@ -7,7 +7,7 @@ redirect_from:
- /enterprise/admin/articles/suspended-users/
- /enterprise/admin/articles/suspending-and-unsuspending-users/
- /enterprise/admin/user-management/suspending-and-unsuspending-users
-intro: 'ユーザが企業を離れたり異動したりした場合には、{% data variables.product.product_location_enterprise %} に対するそのユーザのアクセス権を削除したり変更したりしなければなりません。'
+intro: 'ユーザが企業を離れたり異動したりした場合には、{% data variables.product.product_location %} に対するそのユーザのアクセス権を削除したり変更したりしなければなりません。'
versions:
enterprise-server: '*'
---
@@ -27,7 +27,7 @@ fatal: The remote end hung up unexpectedly
{% tip %}
-**メモ:** 仮に {% data variables.product.product_location_enterprise %} で [LDAP Sync が有効化されている](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)なら、LDAP ディレクトリサーバから削除されたユーザは自動的にサスペンドされます。 インスタンスで LDAP Sync が有効化されている場合、通常のユーザのサスペンド方法は無効化されています。
+**メモ:** 仮に {% data variables.product.product_location %} で [LDAP Sync が有効化されている](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)なら、LDAP ディレクトリサーバから削除されたユーザは自動的にサスペンドされます。 インスタンスで LDAP Sync が有効化されている場合、通常のユーザのサスペンド方法は無効化されています。
{% endtip %}
@@ -65,8 +65,7 @@ fatal: The remote end hung up unexpectedly
サスペンドされたユーザがサインインしようとしたときに表示されるカスタムメッセージを作成できます。
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.messages-tab %}
5. **Add message(メッセージの追加)**をクリックしてください。 
diff --git a/translations/ja-JP/content/admin/user-management/troubleshooting-service-hooks.md b/translations/ja-JP/content/admin/user-management/troubleshooting-service-hooks.md
index cde4705c14..235694819d 100644
--- a/translations/ja-JP/content/admin/user-management/troubleshooting-service-hooks.md
+++ b/translations/ja-JP/content/admin/user-management/troubleshooting-service-hooks.md
@@ -7,6 +7,7 @@ redirect_from:
- /enterprise/admin/user-management/troubleshooting-service-hooks
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### デリバリーについての情報を入手
diff --git a/translations/ja-JP/content/admin/user-management/viewing-push-logs.md b/translations/ja-JP/content/admin/user-management/viewing-push-logs.md
index a9190e1fbc..ab7a84fe4a 100644
--- a/translations/ja-JP/content/admin/user-management/viewing-push-logs.md
+++ b/translations/ja-JP/content/admin/user-management/viewing-push-logs.md
@@ -1,12 +1,13 @@
---
title: プッシュログの表示
-intro: 'サイトの管理者は {% data variables.product.product_location_enterprise %} でのリポジトリに対する Git プッシュ操作の一覧を見ることができます。'
+intro: 'Site administrators can view a list of Git push operations for any repository on the enterprise.'
redirect_from:
- /enterprise/admin/articles/viewing-push-logs/
- /enterprise/admin/installation/viewing-push-logs
- /enterprise/admin/user-management/viewing-push-logs
versions:
enterprise-server: '*'
+ github-ae: '*'
---
プッシュログの項目には次の情報が含まれています。
@@ -26,6 +27,7 @@ versions:
{% data reusables.enterprise_site_admin_settings.security-tab %}
4. 左のサイドバーで、**Push Log(プッシュログ)** をクリックしてください。 
+{% if enterpriseServerVersions contains currentVersion %}
### コマンドラインでリポジトリのプッシュログを表示する
1. SSHを使ってアプライアンスに接続してください。 詳しくは、"[管理シェル(SSH)へのアクセス方法](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/)を参照してください。"
@@ -33,3 +35,4 @@ versions:
```shell
ghe-repo コードオーナー/リポジトリ -c "less audit_log"
```
+{% endif %}
\ No newline at end of file
diff --git a/translations/ja-JP/content/desktop/installing-and-configuring-github-desktop/creating-your-first-repository-using-github-desktop.md b/translations/ja-JP/content/desktop/installing-and-configuring-github-desktop/creating-your-first-repository-using-github-desktop.md
index a36fa745e8..43d213ce69 100644
--- a/translations/ja-JP/content/desktop/installing-and-configuring-github-desktop/creating-your-first-repository-using-github-desktop.md
+++ b/translations/ja-JP/content/desktop/installing-and-configuring-github-desktop/creating-your-first-repository-using-github-desktop.md
@@ -1,7 +1,7 @@
---
title: GitHub Desktop を使った最初のリポジトリ作成方法
-shortTitle: Creating your first repository
-intro: 'You can use {% data variables.product.prodname_desktop %} to create and manage a Git repository without using the command line.'
+shortTitle: 最初のリポジトリを作成する
+intro: '{% data variables.product.prodname_desktop %} を使って、コマンドラインを使用せずに Git リポジトリを作成および管理できます。'
redirect_from:
- /desktop/getting-started-with-github-desktop/creating-your-first-repository-using-github-desktop
versions:
@@ -9,13 +9,13 @@ versions:
---
### はじめに
-{% data variables.product.prodname_desktop %} は、コマンドライン上でテキストコマンドを使うのではなく、ビジュアルインターフェースを使って、あなたの {% data variables.product.prodname_dotcom_the_website %} ワークフローを拡張し簡略化します。 By the end of this guide, you'll have used {% data variables.product.prodname_desktop %} to create a repository, make changes to the repository, and publish the changes to {% data variables.product.product_name %}.
+{% data variables.product.prodname_desktop %} は、コマンドライン上でテキストコマンドを使うのではなく、ビジュアルインターフェースを使って、あなたの {% data variables.product.prodname_dotcom_the_website %} ワークフローを拡張し簡略化します。 このガイドをとおして、{% data variables.product.prodname_desktop %} を使用してリポジトリを作成し、リポジトリに変更を加え、最後に変更を {% data variables.product.product_name %} に公開するところまでを行います。
-After installing {% data variables.product.prodname_desktop %} and signing into {% data variables.product.prodname_dotcom %} or {% data variables.product.prodname_enterprise %} you can create and clone a tutorial repository. The tutorial will introduce the basics of working with Git and {% data variables.product.prodname_dotcom %}, including installing a text editor, creating a branch, making a commit, pushing to {% data variables.product.prodname_dotcom_the_website %}, and opening a pull request. The tutorial is available if you do not have any repositories on {% data variables.product.prodname_desktop %} yet.
+{% data variables.product.prodname_desktop %} をインストールし、{% data variables.product.prodname_dotcom %} または {% data variables.product.prodname_enterprise %} にサインインした後、チュートリアルリポジトリを作成してクローンできます。 チュートリアルでは、テキストエディタのインストール、ブランチの作成、コミットの作成、{% data variables.product.prodname_dotcom_the_website %} へのプッシュ、プルリクエストの開始など、Gitと {% data variables.product.prodname_dotcom %} で作業するための基本をご紹介します。 チュートリアルは、{% data variables.product.prodname_desktop %} にリポジトリが未作成の場合に利用できます。
-We recommend completing the tutorial, but if you want to explore {% data variables.product.prodname_desktop %} by creating a new repository, this guide will walk you through using {% data variables.product.prodname_desktop %} to work on a Git repository.
+チュートリアルを最後まで完了することをお勧めしますが、新しいリポジトリを作成することで {% data variables.product.prodname_desktop %} を学ぶ場合は、このガイドで {% data variables.product.prodname_desktop %} を使用して Git で作業する方法を説明します。
-### Part 1: Installing {% data variables.product.prodname_desktop %} and authenticating your account
+### パート 1: {% data variables.product.prodname_desktop %} をインストールしてアカウントを認証する
You can install {% data variables.product.prodname_desktop %} on any supported operating system. After you install the app, you will need to sign in and authenticate your account on {% data variables.product.prodname_dotcom %} or {% data variables.product.prodname_enterprise %} before you can create and clone a tutorial repository.
For more information on installing and authenticating, see "[Setting up {% data variables.product.prodname_desktop %}](/desktop/installing-and-configuring-github-desktop/setting-up-github-desktop)."
diff --git a/translations/ja-JP/content/developers/apps/about-apps.md b/translations/ja-JP/content/developers/apps/about-apps.md
index 463ae39f87..326362ca82 100644
--- a/translations/ja-JP/content/developers/apps/about-apps.md
+++ b/translations/ja-JP/content/developers/apps/about-apps.md
@@ -1,6 +1,6 @@
---
title: アプリケーションについて
-intro: '{% data variables.product.prodname_dotcom %} API でインテグレーションを構築し、ワークフローにおいて柔軟性を高めて摩擦を軽減できます。 また、[{% data variables.product.prodname_marketplace %}](https://github.com/marketplace) でインテグレーションを共有することも可能です。'
+intro: 'You can build integrations with the {% data variables.product.prodname_dotcom %} APIs to add flexibility and reduce friction in your own workflow.{% if currentVersion == "free-pro-team@latest" %} You can also share integrations with others on [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace).{% endif %}'
redirect_from:
- /apps/building-integrations/setting-up-a-new-integration/
- /apps/building-integrations/
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.prodname_dotcom %} のアプリケーションを使用すると、ワークフローを自動化し改善できます。 アプリケーションを構築して、ワークフローを改善できます。{% if currentVersion == "free-pro-team@latest" %} また、[{% data variables.product.prodname_marketplace %}](https://github.com/marketplace) でアプリケーションを共有または販売することも可能です。 {% data variables.product.prodname_marketplace %} にアプリを掲載する方法については、「[GitHub Marketplace を使ってみる](/marketplace/getting-started/)」を参照してください。{% endif %}
@@ -44,11 +45,11 @@ versions:
* GitHub ユーザとして振る舞い、ユーザが実行できることを全て実行したい_だけ_の場合は、{% data variables.product.prodname_github_app %} を構築しないでください。{% if currentVersion == "free-pro-team@latest" %}
* {% data reusables.apps.general-apps-restrictions %}{% endif %}
-{% data variables.product.prodname_github_apps %} アプリケーションの開発を始めるには、「[{% data variables.product.prodname_github_app %} を作成する](/apps/building-github-apps/creating-a-github-app/)」から取りかかってください。{% if currentVersion == "free-pro-team@latest" %}事前設定された {% data variables.product.prodname_github_apps %} を作成できる {% data variables.product.prodname_github_app %} マニフェストの使い方については、「[マニフェストから {% data variables.product.prodname_github_apps %} を作成する](/apps/building-github-apps/creating-github-apps-from-a-manifest/)」を参照してください。{% endif %}
+{% data variables.product.prodname_github_apps %} アプリケーションの開発を始めるには、「[{% data variables.product.prodname_github_app %} を作成する](/apps/building-github-apps/creating-a-github-app/)」から取りかかってください。{% if currentVersion == "free-pro-team@latest" %}構成済みの {% data variables.product.prodname_github_apps %} を作成できる {% data variables.product.prodname_github_app %} マニフェストの使い方については、「[マニフェストから {% data variables.product.prodname_github_apps %} を作成する](/apps/building-github-apps/creating-github-apps-from-a-manifest/)」を参照してください。{% endif %}
### {% data variables.product.prodname_oauth_app %} について
-OAuth2 は、外部アプリケーションがパスワードにアクセスすることなく、ユーザの {% data variables.product.prodname_dotcom %} アカウントの個人情報への認証を要求できるようにするプロトコルです。 これは Basic 認証よりも好ましい方法です。なぜなら、トークンは特定の種類のデータに限定でき、ユーザがいつでも取り消すことができるからです。
+OAuth2 は、外部アプリケーションがパスワードにアクセスすることなく、ユーザの {% data variables.product.prodname_dotcom %} アカウントの個人情報にアクセスする承認を要求できるようにするプロトコルです。 これは Basic 認証よりも好ましい方法です。なぜなら、トークンは特定の種類のデータに限定でき、ユーザがいつでも取り消すことができるからです。
{% data reusables.apps.deletes_ssh_keys %}
diff --git a/translations/ja-JP/content/developers/apps/authenticating-with-github-apps.md b/translations/ja-JP/content/developers/apps/authenticating-with-github-apps.md
index e1c7fd0d75..c2a934072c 100644
--- a/translations/ja-JP/content/developers/apps/authenticating-with-github-apps.md
+++ b/translations/ja-JP/content/developers/apps/authenticating-with-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
diff --git a/translations/ja-JP/content/developers/apps/authorizing-oauth-apps.md b/translations/ja-JP/content/developers/apps/authorizing-oauth-apps.md
index 837ccb238f..2145896811 100644
--- a/translations/ja-JP/content/developers/apps/authorizing-oauth-apps.md
+++ b/translations/ja-JP/content/developers/apps/authorizing-oauth-apps.md
@@ -11,13 +11,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% data variables.product.product_name %}のOAuthの実装は、標準の[認可コード許可タイプ](https://tools.ietf.org/html/rfc6749#section-4.1){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}及びWebブラウザを利用できないアプリケーションのためのOAuth 2.0の[Device Authorization Grant](https://tools.ietf.org/html/rfc8628){% endif %}をサポートしています。
+{% data variables.product.product_name %}'s OAuth implementation supports the standard [authorization code grant type](https://tools.ietf.org/html/rfc6749#section-4.1){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} and the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628) for apps that don't have access to a web browser{% endif %}.
アプリケーションをテストする場合のように、標準的な方法でのアプリケーションの認可をスキップしたい場合には[非Webアプリケーションフロー](#non-web-application-flow)を利用できます。
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
OAuthアプリケーションを認可する場合は、そのアプリケーションにどの認可フローが最も適切かを考慮してください。
@@ -110,7 +111,7 @@ Acceptヘッダに応じて、異なる形式でコンテンツを受け取る
curl -H "Authorization: token OAUTH-TOKEN" {% data variables.product.api_url_pre %}/user
```
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### デバイスフロー
{% note %}
@@ -234,11 +235,13 @@ curl -H "Authorization: token OAUTH-TOKEN" {% data variables.product.api_url_pre
テストのような限定的な状況では、非Web認証が利用できます。 必要な場合は、[個人アクセストークン設定ページ](/articles/creating-an-access-token-for-command-line-use)を使い、[Basic認証](/v3/auth#basic-authentication)を利用して個人アクセストークンを作成できます。 この手法を使えば、ユーザはいつでもアクセスを取り消せます。
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
{% note %}
**ノート:** 非Webアプリケーションフローを使ってOAuth2トークンを作成する場合で、ユーザが2要素認証を有効化しているなら[2要素認証の利用](/v3/auth/#working-with-two-factor-authentication)方法を必ず理解しておいてください。
{% endnote %}
+{% endif %}
### リダイレクトURL
@@ -292,6 +295,6 @@ OAuthアプリケーションへの認可情報へリンクし、ユーザがア
* 「[認可リクエストエラーのトラブルシューティング](/apps/managing-oauth-apps/troubleshooting-authorization-request-errors)」
* 「[OAuthアプリケーションのアクセストークンのリクエストエラー](/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors)」
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
* 「[デバイスフローのエラー](#errors-for-the-device-flow)」
{% endif %}
diff --git a/translations/ja-JP/content/developers/apps/building-github-apps.md b/translations/ja-JP/content/developers/apps/building-github-apps.md
index d153d36af7..8b0f28b591 100644
--- a/translations/ja-JP/content/developers/apps/building-github-apps.md
+++ b/translations/ja-JP/content/developers/apps/building-github-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/developers/apps/building-oauth-apps.md b/translations/ja-JP/content/developers/apps/building-oauth-apps.md
index 0fc9e79379..8ba166b47b 100644
--- a/translations/ja-JP/content/developers/apps/building-oauth-apps.md
+++ b/translations/ja-JP/content/developers/apps/building-oauth-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ja-JP/content/developers/apps/creating-a-custom-badge-for-your-github-app.md b/translations/ja-JP/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
index 5b00503a5c..c5a3eb0385 100644
--- a/translations/ja-JP/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
+++ b/translations/ja-JP/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
デフォルトでは、新しい GitHub App に対して、[アイデンティコン](https://github.com/blog/1586-identicons)が自動的に生成されます。 アイデンティコンバッジとは、次のようなものです。
diff --git a/translations/ja-JP/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md b/translations/ja-JP/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
index c9a1ee2029..b7871caed2 100644
--- a/translations/ja-JP/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
+++ b/translations/ja-JP/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
デフォルトでは、新しい OAuth App に対して、[アイデンティコン](https://github.com/blog/1586-identicons)が自動的に生成されます。 アイデンティコンバッジとは、次のようなものです。
diff --git a/translations/ja-JP/content/developers/apps/creating-a-github-app-from-a-manifest.md b/translations/ja-JP/content/developers/apps/creating-a-github-app-from-a-manifest.md
index 84afa02faf..67e0deca63 100644
--- a/translations/ja-JP/content/developers/apps/creating-a-github-app-from-a-manifest.md
+++ b/translations/ja-JP/content/developers/apps/creating-a-github-app-from-a-manifest.md
@@ -1,73 +1,74 @@
---
title: マニフェストから GitHub App を作成する
-intro: 'GitHub App マニフェストは、アプリケーションを個人のリポジトリで使いたい人と共有できる、事前設定された GitHub App です。 マニフェストフローにより、ユーザはアプリケーションを登録したり、ホストされたアプリケーションコードに登録を接続したりすることなく、GitHub App の拡張を素早く作成、インストール、開始できるようになります。'
+intro: 'GitHub App Manifest は、アプリケーションを個人のリポジトリで使いたい人と共有できる、構成済みの GitHub App です。 マニフェストフローにより、ユーザはアプリケーションを登録したり、ホストされたアプリケーションコードに登録を接続したりすることなく、GitHub App の拡張を素早く作成、インストール、開始できるようになります。'
redirect_from:
- /apps/building-github-apps/creating-github-apps-from-a-manifest
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-### GitHub App マニフェストについて
+### GitHub App Manifest について
GitHub App をマニフェストから作成する場合、URL とアプリケーションの名前をフォローするだけで済みます。 マニフェストには、アプリケーションを自動的に登録するために必要な権限、イベント、webhook URL が含まれています。 マニフェストフローは、GitHub App の登録を作成し、アプリケーションの webhook シークレット、秘密鍵 (PEM ファイル)、および GitHub App ID を取得します。 マニフェストからアプリケーションを作成した人はそのアプリケーションを所有し、[アプリケーションの構成設定を編集](/apps/managing-github-apps/modifying-a-github-app/)、削除、または GitHub 上の他のユーザに移譲することを選択できます。
-You can use [Probot](https://probot.github.io/) to get started with GitHub App Manifests or see an example implementation. See "[Using Probot to implement the GitHub App Manifest flow](#using-probot-to-implement-the-github-app-manifest-flow)" to learn more.
+[Probot](https://probot.github.io/) を使用して GitHub App Manifest に取りかかったり、実装例を見たりすることができます。 詳細については、「[Probot を使用して GitHub App Manifest フローを実装する](#using-probot-to-implement-the-github-app-manifest-flow)」を参照してください。
-Here are some scenarios where you might use GitHub App Manifests to create preconfigured apps:
+GitHub App Manifest を使用して構成済みのアプリケーションを作成するシナリオをいくつか挙げます。
-* Help new team members come up-to-speed quickly when developing GitHub Apps.
-* Allow others to extend a GitHub App using the GitHub APIs without requiring them to configure an app.
-* Create GitHub App reference designs to share with the GitHub community.
-* Ensure you deploy GitHub Apps to development and production environments using the same configuration.
-* Track revisions to a GitHub App configuration.
+* GitHub App を開発時に、新しい Team メンバーが迅速に取りかかれるようにする。
+* 他のユーザーがアプリケーションを構成する必要なく、GitHub API を使用して GitHub App を拡張できるようにする。
+* GitHub コミュニティに共有するため、GitHub App リファレンスデザインを作成する。
+* 開発環境と本番環境で確実に同じ構成を使用して GitHub App をデプロイする。
+* GitHub App の構成のリビジョンを追跡する。
-### Implementing the GitHub App Manifest flow
+### GitHub App Manifest フローを実装する
-The GitHub App Manifest flow uses a handshaking process similar to the [OAuth flow](/apps/building-oauth-apps/authorizing-oauth-apps/). The flow uses a manifest to [register a GitHub App](/apps/building-github-apps/creating-a-github-app/) and receives a temporary `code` used to retrieve the app's private key, webhook secret, and ID.
+GitHub App Manifest フローは、[OAuth フロー](/apps/building-oauth-apps/authorizing-oauth-apps/)と同様のハンドシェイクプロセスを使用します。 このフローではマニフェストを使用して [GitHub App を登録](/apps/building-github-apps/creating-a-github-app/) し、アプリケーションの秘密鍵、webhook シークレット、およびID を取得するための一時 `code` を受け取ります。
{% note %}
-**Note:** You must complete all three steps in the GitHub App Manifest flow within one hour.
+**注釈:** 1 時間以内に、GitHub App Manifest フローの以下の 3 つのステップすべてを完了する必要があります。
{% endnote %}
-Follow these steps to implement the GitHub App Manifest flow:
+GitHub App Manifest フローを実装するには、以下の 3 つのステップに従います。
-1. You redirect people to GitHub to create a new GitHub App.
-1. GitHub redirects people back to your site.
-1. You exchange the temporary code to retrieve the app configuration.
+1. GitHub にユーザをリダイレクトして新しい GitHub App を作成する。
+1. GitHub がユーザをリダイレクトしてサイトに戻す。
+1. 一時コードをやり取りして、アプリケーションの構成を取得する。
-#### 1. You redirect people to GitHub to create a new GitHub App
+#### 1. GitHub にユーザをリダイレクトして新しい GitHub App を作成する
-To redirect people to create a new GitHub App, [provide a link](#examples) for them to click that sends a `POST` request to `https://github.com/settings/apps/new` for a user account or `https://github.com/organizations/ORGANIZATION/settings/apps/new` for an organization account, replacing `ORGANIZATION` with the name of the organization account where the app will be created.
+新しい GitHub App を作成するためユーザをリダイレクトするには、ユーザアカウントが `https://github.com/settings/apps/new` に、または Organization アカウントが `https://github.com/organizations/ORGANIZATION/settings/apps/new` に `POST` リクエストをクリックして送信するための[リンクを指定](#examples)します。`ORGANIZATION` は、アプリケーションが作成される Organization アカウントの名前で置き換えてください。
-You must include the [GitHub App Manifest parameters](#github-app-manifest-parameters) as a JSON-encoded string in a parameter called `manifest`. You can also include a `state` [parameter](#parameters) for additional security.
+`manifest` と呼ばれるパラメータに、JSON エンコードされた文字列として [GitHub App Manifest パラメータ](#github-app-manifest-parameters)を含める必要があります。 セキュリティ強化のため、`state` [parameter](#parameters) を追加することもできます。
-The person creating the app will be redirected to a GitHub page with an input field where they can edit the name of the app you included in the `manifest` parameter. If you do not include a `name` in the `manifest`, they can set their own name for the app in this field.
+アプリケーションを作成するユーザは GitHub ページにリダイレクトされます。GitHub ページには、 `manifest` パラメータに含めるアプリケーションの名前を編集する入力フィールドがあります。 `manifest` に `name` を含めていない場合、ユーザがこのフィールドでアプリケーションに独自の名前を設定できます。
-
+
-##### GitHub App Manifest parameters
+##### GitHub App Manifest のパラメータ
- | 名前 | 種類 | 説明 |
- | --------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
- | `name` | `string` | The name of the GitHub App. |
- | `url` | `string` | **Required.** The homepage of your GitHub App. |
- | `hook_attributes` | `オブジェクト` | The configuration of the GitHub App's webhook. |
- | `redirect_url` | `string` | The full URL to redirect to after the person installs the GitHub App. |
- | `説明` | `string` | A description of the GitHub App. |
- | `public` | `boolean` | Set to `true` when your GitHub App is available to the public or `false` when it is only accessible to the owner of the app. |
- | `default_events` | `array` | The list of [events](/webhooks/event-payloads) the GitHub App subscribes to. |
- | `default_permissions` | `オブジェクト` | The set of [permissions](/v3/apps/permissions/) needed by the GitHub App. The format of the object uses the permission name for the key (for example, `issues`) and the access type for the value (for example, `write`). |
+ | 名前 | 種類 | 説明 |
+ | --------------------- | --------- | ----------------------------------------------------------------------------------------------------------------------- |
+ | `name` | `string` | GitHub App の名前。 |
+ | `url` | `string` | **必須。**GitHub App のホームページ。 |
+ | `hook_attributes` | `オブジェクト` | GitHub App の webhook の構成。 |
+ | `redirect_url` | `string` | GitHub App をインストール後にユーザをリダイレクトする完全な URL。 |
+ | `説明` | `string` | GitHub App の説明。 |
+ | `public` | `boolean` | GitHub App を公開する場合には `true` に、アプリケーションの所有者のみがアクセスできるようにするには `false` を設定。 |
+ | `default_events` | `array` | GitHub App がサブスクライブする[イベント](/webhooks/event-payloads)のリスト。 |
+ | `default_permissions` | `オブジェクト` | GitHub App が必要とする[権限](/v3/apps/permissions/)のセット。 オブジェクトのフォーマットでは、キーの権限名 (`issues` など) と、値のアクセスタイプ (`write` など) を使用します。 |
-The `hook_attributes` object has the following key:
+`hook_attributes` オブジェクトは、以下のキーを持っています。
-| 名前 | 種類 | 説明 |
-| -------- | --------- | ---------------------------------------------------------------------------------- |
-| `url` | `string` | **Required.** The URL of the server that will receive the webhook `POST` requests. |
-| `active` | `boolean` | Deliver event details when this hook is triggered, defaults to true. |
+| 名前 | 種類 | 説明 |
+| -------- | --------- | ----------------------------------------------- |
+| `url` | `string` | **必須。**webhook の `POST` リクエストを受信するサーバーの URL です。 |
+| `active` | `boolean` | フックがトリガーされた時に、イベントの内容が配信される (デフォルトはtrue)。 |
##### パラメータ
@@ -77,7 +78,7 @@ The `hook_attributes` object has the following key:
##### サンプル
-This example uses a form on a web page with a button that triggers the `POST` request for a user account:
+この例では、ウェブページ上にユーザアカウントに対して `POST` リクエストをトリガするボタンがあるフォームを使用します。
```
+
+
+ Reply URL
+ https://YOUR-GITHUB-AE-HOSTNAME/saml/consume` |
+ | Sign on URL | https://YOUR-GITHUB-AE-HOSTNAME/sso |
+
+1. In {% data variables.product.prodname_ghe_managed %}, enter the details for your Azure AD tenant.
+
+ - {% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+ - If you've already configured SAML SSO for {% data variables.product.product_location %} using another IdP and you want to use Azure AD instead, you can edit your configuration. For more information, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise#editing-the-saml-sso-configuration)."
+
+1. Enable user provisioning in {% data variables.product.product_name %} and configure user provisioning in Azure AD. For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise#enabling-user-provisioning-for-your-enterprise)."
+
+{% endif %}
diff --git a/translations/ko-KR/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md b/translations/ko-KR/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md
new file mode 100644
index 0000000000..ef320ac2ce
--- /dev/null
+++ b/translations/ko-KR/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md
@@ -0,0 +1,8 @@
+---
+title: Configuring authentication and provisioning with your identity provider
+intro: You can use an identity provider (IdP) that supports both SAML single sign-on (SSO) and System for Cross-domain Identity Management (SCIM) to configure authentication and user provisioning for {% data variables.product.product_location %}.
+mapTopic: true
+versions:
+ github-ae: '*'
+---
+
diff --git a/translations/ko-KR/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md b/translations/ko-KR/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md
new file mode 100644
index 0000000000..30201c8a73
--- /dev/null
+++ b/translations/ko-KR/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md
@@ -0,0 +1,98 @@
+---
+title: Configuring SAML single sign-on for your enterprise
+shortTitle: Configuring SAML SSO
+intro: You can configure SAML single sign-on (SSO) for your enterprise, which allows you to centrally control authentication for {% data variables.product.product_location %} using your identity provider (IdP).
+product: '{% data reusables.gated-features.saml-sso %}'
+permissions: Enterprise owners can configure SAML SSO for an enterprise on {% data variables.product.product_name %}.
+versions:
+ github-ae: '*'
+---
+
+### About SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+SAML SSO allows you to centrally control and secure access to {% data variables.product.product_location %} from your SAML IdP. When an unauthenticated user visits {% data variables.product.product_location %} in a browser, {% data variables.product.product_name %} will redirect the user to your SAML IdP to authenticate. After the user successfully authenticates with an account on the IdP, the IdP redirects the user back to {% data variables.product.product_location %}. {% data variables.product.product_name %} validates the response from your IdP, then grants access to the user.
+
+After a user successfully authenticates on your IdP, the user's SAML session for {% data variables.product.product_location %} is active in the browser for 24 hours. After 24 hours, the user must authenticate again with your IdP.
+
+{% data reusables.saml.assert-the-administrator-attribute %}
+
+{% data reusables.scim.after-you-configure-saml %} For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+{% endif %}
+
+### Supported identity providers
+
+{% data variables.product.product_name %} supports SAML SSO with IdPs that implement the SAML 2.0 standard. For more information, see the [SAML Wiki](https://wiki.oasis-open.org/security) on the OASIS website.
+
+{% data variables.product.company_short %} has tested SAML SSO for {% data variables.product.product_name %} with the following IdPs.
+
+{% if currentVersion == "github-ae@latest" %}
+- Azure AD
+{% endif %}
+
+### Enabling SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+During initialization for {% data variables.product.product_name %}, you must configure {% data variables.product.product_name %} as a SAML Service Provider (SP) on your IdP. You must enter several unique values on your IdP to configure {% data variables.product.product_name %} as a valid SP.
+
+| Value | Other names | 설명 | 예시 |
+|:--------------------------------------- |:----------- |:-------------------------------------------------------------------------- |:------------------------- |
+| SP Entity ID | SP URL | Your top-level URL for {% data variables.product.prodname_ghe_managed %} | https://YOUR-GITHUB-AE-HOSTNAME |
+| SP Assertion Consumer Service (ACS) URL | Reply URL | URL where IdP sends SAML responses | https://YOUR-GITHUB-AE-HOSTNAME/saml/consume |
+| SP Single Sign-On (SSO) URL | | URL where IdP begins SSO | https://YOUR-GITHUB-AE-HOSTNAME/sso |
+
+{% endif %}
+
+### Editing the SAML SSO configuration
+
+If the details for your IdP change, you'll need to edit the SAML SSO configuration for {% data variables.product.product_location %}. For example, if the certificate for your IdP expires, you can edit the value for the public certificate.
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% note %}
+
+**Note**: {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML single sign-on", type the new details for your IdP. 
+1. Optionally, click {% octicon "pencil" aria-label="The edit icon" %} to configure a new signature or digest method. 
+
+ - Use the drop-down menus and choose the new signature or digest method. 
+1. To ensure that the information you've entered is correct, click **Test SAML configuration**. 
+1. Click **Save**. 
+1. Optionally, to automatically provision and deprovision user accounts for {% data variables.product.product_location %}, reconfigure user provisioning with SCIM. For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+{% endif %}
+
+### Disabling SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% warning %}
+
+**Warning**: If you disable SAML SSO for {% data variables.product.product_location %}, users without existing SAML SSO sessions cannot sign into {% data variables.product.product_location %}. SAML SSO sessions on {% data variables.product.product_location %} end after 24 hours.
+
+{% endwarning %}
+
+{% note %}
+
+**Note**: {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML single sign-on", unselect **Enable SAML authentication**. 
+1. To disable SAML SSO and require signing in with the built-in user account you created during initialization, click **Save**. 
+
+{% endif %}
diff --git a/translations/ko-KR/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md b/translations/ko-KR/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md
new file mode 100644
index 0000000000..c920a3a5b1
--- /dev/null
+++ b/translations/ko-KR/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md
@@ -0,0 +1,72 @@
+---
+title: Configuring user provisioning for your enterprise
+shortTitle: Configuring user provisioning
+intro: You can configure System for Cross-domain Identity Management (SCIM) for your enterprise, which automatically provisions user accounts on {% data variables.product.product_location %} when you assign the application for {% data variables.product.product_location %} to a user on your identity provider (IdP).
+permissions: Enterprise owners can configure user provisioning for an enterprise on {% data variables.product.product_name %}.
+product: '{% data reusables.gated-features.saml-sso %}'
+versions:
+ github-ae: '*'
+---
+
+### About user provisioning for your enterprise
+
+{% data reusables.saml.ae-uses-saml-sso %} For more information, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise)."
+
+{% data reusables.scim.after-you-configure-saml %} For more information about SCIM, see [System for Cross-domain Identity Management: Protocol (RFC 7644)](https://tools.ietf.org/html/rfc7644) on the IETF website.
+
+{% if currentVersion == "github-ae@latest" %}
+
+Configuring provisioning allows your IdP to communicate with {% data variables.product.product_location %} when you assign or unassign the application for {% data variables.product.product_name %} to a user on your IdP. When you assign the application, your IdP will prompt {% data variables.product.product_location %} to create an account and send an onboarding email to the user. When you unassign the application, your IdP will communicate with {% data variables.product.product_name %} to invalidate any SAML sessions and disable the member's account.
+
+To configure provisioning for your enterprise, you must enable provisioning on {% data variables.product.product_name %}, then install and configure a provisioning application on your IdP.
+
+The provisioning application on your IdP communicates with {% data variables.product.product_name %} via our SCIM API for enterprises. For more information, see "[GitHub Enterprise administration](/rest/reference/enterprise-admin#scim)" in the {% data variables.product.prodname_dotcom %} REST API documentation.
+
+{% endif %}
+
+### Supported identity providers
+
+{% data reusables.scim.supported-idps %}
+
+### 빌드전 요구 사양
+
+{% if currentVersion == "github-ae@latest" %}
+
+To automatically provision and deprovision access to {% data variables.product.product_location %} from your IdP, you must first configure SAML SSO when you initialize {% data variables.product.product_name %}. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+
+You must have administrative access on your IdP to configure the application for user provisioning for {% data variables.product.product_name %}.
+
+{% endif %}
+
+### Enabling user provisioning for your enterprise
+
+{% if currentVersion == "github-ae@latest" %}
+
+1. While signed into
+
+{% data variables.product.product_location %} as an enterprise owner, create a personal access token with **admin:enterprise** scope. For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
+ {% note %}
+
+ **Notes**:
+ - To create the personal access token, we recommend using the account for the first enterprise owner that you created during initialization. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+ - You'll need this personal access token to configure the application for SCIM on your IdP. Store the token securely in a password manager until you need the token again later in these instructions.
+
+ {% endnote %}
+ {% warning %}
+
+ **Warning**: If the user account for the enterprise owner who creates the personal access token is deactivated or deprovisioned, your IdP will no longer provision and deprovision user accounts for your enterprise automatically. Another enterprise owner must create a new personal access token and reconfigure provisioning on the IdP.
+
+ {% endwarning %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SCIM User Provisioning", select **Require SCIM user provisioning**. 
+1. Click **Save**. 
+1. Configure user provisioning in the application for {% data variables.product.product_name %} on your IdP. The application on your IdP requires two values to provision or deprovision user accounts on {% data variables.product.product_location %}.
+
+ | Value | Other names | 설명 | 예시 |
+ |:------------- |:----------------------------------- |:----------------------------------------------------------------------------------------------------------- |:------------------------------------------- |
+ | URL | Tenant URL | URL to the SCIM provisioning API for your enterprise on {% data variables.product.prodname_ghe_managed %} | https://YOUR-GITHUB-AE-HOSTNAME/scim/v2 |
+ | Shared secret | Personal access token, secret token | Token for application on your IdP to perform provisioning tasks on behalf of an enterprise owner | Personal access token you created in step 1 |
+
+{% endif %}
diff --git a/translations/ko-KR/content/admin/authentication/index.md b/translations/ko-KR/content/admin/authentication/index.md
index fa91d86c35..deacdaf76f 100644
--- a/translations/ko-KR/content/admin/authentication/index.md
+++ b/translations/ko-KR/content/admin/authentication/index.md
@@ -1,10 +1,11 @@
---
title: Authentication
-intro: 'You can use {% data variables.product.prodname_ghe_server %}''s built-in authentication, or choose between CAS, LDAP, or SAML to integrate your existing accounts and centrally manage user access to {% data variables.product.product_location_enterprise %}.'
+intro: You can configure how users sign into {% data variables.product.product_name %}.
redirect_from:
- /enterprise/admin/authentication
versions:
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,5 +19,9 @@ versions:
{% link_in_list /using-ldap %}
{% link_in_list /allowing-built-in-authentication-for-users-outside-your-identity-provider %}
{% link_in_list /changing-authentication-methods %}
-
-
+{% topic_link_in_list /managing-identity-and-access-for-your-enterprise %}
+ {% link_in_list /about-identity-and-access-management-for-your-enterprise %}
+ {% link_in_list /configuring-saml-single-sign-on-for-your-enterprise %}
+ {% link_in_list /configuring-user-provisioning-for-your-enterprise %}
+{% topic_link_in_list /configuring-authentication-and-provisioning-with-your-identity-provider %}
+ {% link_in_list /configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad %}
diff --git a/translations/ko-KR/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md b/translations/ko-KR/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md
new file mode 100644
index 0000000000..9b4b3f0a0a
--- /dev/null
+++ b/translations/ko-KR/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md
@@ -0,0 +1,9 @@
+---
+title: Managing identity and access for your enterprise
+shortTitle: Managing identity and access
+intro: You can centrally manage accounts and access to {% data variables.product.product_location %}.
+mapTopic: true
+versions:
+ github-ae: '*'
+---
+
diff --git a/translations/ko-KR/content/admin/authentication/using-built-in-authentication.md b/translations/ko-KR/content/admin/authentication/using-built-in-authentication.md
index 220285d483..55fa074cc4 100644
--- a/translations/ko-KR/content/admin/authentication/using-built-in-authentication.md
+++ b/translations/ko-KR/content/admin/authentication/using-built-in-authentication.md
@@ -1,6 +1,6 @@
---
title: Using built-in authentication
-intro: 'When you use the default authentication method, all authentication details are stored within {% data variables.product.product_location_enterprise %}. Built-in authentication is the default method if you don’t already have an established authentication provider, such as LDAP, SAML, or CAS.'
+intro: 'When you use the default authentication method, all authentication details are stored within {% data variables.product.product_location %}. Built-in authentication is the default method if you don’t already have an established authentication provider, such as LDAP, SAML, or CAS.'
redirect_from:
- /enterprise/admin/user-management/using-built-in-authentication
- /enterprise/admin/authentication/using-built-in-authentication
diff --git a/translations/ko-KR/content/admin/authentication/using-cas.md b/translations/ko-KR/content/admin/authentication/using-cas.md
index 4dcc9529e2..61b6d056b8 100644
--- a/translations/ko-KR/content/admin/authentication/using-cas.md
+++ b/translations/ko-KR/content/admin/authentication/using-cas.md
@@ -32,7 +32,7 @@ The following attributes are available.
### Configuring CAS
{% warning %}
-**Warning:** Before configuring CAS on {% data variables.product.product_location_enterprise %}, note that users will not be able to use their CAS usernames and passwords to authenticate API requests or Git operations over HTTP/HTTPS. Instead, they will need to [create an access token](/enterprise/{{ currentVersion }}/user/articles/creating-an-access-token-for-command-line-use).
+**Warning:** Before configuring CAS on {% data variables.product.product_location %}, note that users will not be able to use their CAS usernames and passwords to authenticate API requests or Git operations over HTTP/HTTPS. Instead, they will need to [create an access token](/enterprise/{{ currentVersion }}/user/articles/creating-an-access-token-for-command-line-use).
{% endwarning %}
diff --git a/translations/ko-KR/content/admin/authentication/using-ldap.md b/translations/ko-KR/content/admin/authentication/using-ldap.md
index 7ee7ae3071..833a28f630 100644
--- a/translations/ko-KR/content/admin/authentication/using-ldap.md
+++ b/translations/ko-KR/content/admin/authentication/using-ldap.md
@@ -35,7 +35,7 @@ versions:
{% data reusables.enterprise_user_management.two_factor_auth_header %}
{% data reusables.enterprise_user_management.2fa_is_available %}
-### Configuring LDAP with {% data variables.product.product_location_enterprise %}
+### Configuring LDAP with {% data variables.product.product_location %}
After you configure LDAP, users will be able to sign into your instance with their LDAP credentials. When users sign in for the first time, their profile names, email addresses, and SSH keys will be set with the LDAP attributes from your directory.
@@ -43,7 +43,7 @@ When you configure LDAP access for users via the {% data variables.enterprise.ma
{% warning %}
-**Warning:** Before configuring LDAP on {% data variables.product.product_location_enterprise %}, make sure that your LDAP service supports paged results.
+**Warning:** Before configuring LDAP on {% data variables.product.product_location %}, make sure that your LDAP service supports paged results.
{% endwarning %}
@@ -55,11 +55,11 @@ When you configure LDAP access for users via the {% data variables.enterprise.ma
5. Add your configuration settings.
### LDAP attributes
-Use these attributes to finish configuring LDAP for {% data variables.product.product_location_enterprise %}.
+Use these attributes to finish configuring LDAP for {% data variables.product.product_location %}.
| Attribute name | 유형 | 설명 |
| ------------------------------------------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `Host` | 필수 사항 | The LDAP host, e.g. `ldap.example.com` or `10.0.0.30`. If the hostname is only available from your internal network, you may need to configure {% data variables.product.product_location_enterprise %}'s DNS first so it can resolve the hostname using your internal nameservers. |
+| `Host` | 필수 사항 | The LDAP host, e.g. `ldap.example.com` or `10.0.0.30`. If the hostname is only available from your internal network, you may need to configure {% data variables.product.product_location %}'s DNS first so it can resolve the hostname using your internal nameservers. |
| `Port` | 필수 사항 | The port the host's LDAP services are listening on. Examples include: 389 and 636 (for LDAPS). |
| `Encryption` | 필수 사항 | The encryption method used to secure communications to the LDAP server. Examples include plain (no encryption), SSL/LDAPS (encrypted from the start), and StartTLS (upgrade to encrypted communication once connected). |
| `Domain search user` | 선택 사항 | The LDAP user that performs user lookups to authenticate other users when they sign in. This is typically a service account created specifically for third-party integrations. Use a fully qualified name, such as `cn=Administrator,cn=Users,dc=Example,dc=com`. With Active Directory, you can also use the `[DOMAIN]\[USERNAME]` syntax (e.g. `WINDOWS\Administrator`) for the domain search user with Active Directory. |
@@ -190,7 +190,7 @@ Unless [LDAP Sync is enabled](#enabling-ldap-sync), changes to LDAP accounts are
You can also [use the API to trigger a manual sync](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#ldap).
-### Revoking access to {% data variables.product.product_location_enterprise %}
+### Revoking access to {% data variables.product.product_location %}
If [LDAP Sync is enabled](#enabling-ldap-sync), removing a user's LDAP credentials will suspend their account after the next synchronization run.
diff --git a/translations/ko-KR/content/admin/authentication/using-saml.md b/translations/ko-KR/content/admin/authentication/using-saml.md
index 645bc99f35..0f30378b70 100644
--- a/translations/ko-KR/content/admin/authentication/using-saml.md
+++ b/translations/ko-KR/content/admin/authentication/using-saml.md
@@ -79,10 +79,10 @@ These attributes are available. You can change the attribute names in the [manag
{% endtip %}
-5. Select **Disable administrator demotion/promotion** if you **do not** want your SAML provider to determine administrator rights for users on {% data variables.product.product_location_enterprise %}. 
-6. In the **Single sign-on URL** field, type the HTTP or HTTPS endpoint on your IdP for single sign-on requests. This value is provided by your IdP configuration. If the host is only available from your internal network, you may need to [configure {% data variables.product.product_location_enterprise %} to use internal nameservers](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-dns-nameservers/). 
-7. Optionally, in the **Issuer** field, type your SAML issuer's name. This verifies the authenticity of messages sent to {% data variables.product.product_location_enterprise %}. 
-8. In the **Signature Method** and **Digest Method** drop-down menus, choose the hashing algorithm used by your SAML issuer to verify the integrity of the requests from {% data variables.product.product_location_enterprise %}. Specify the format with the **Name Identifier Format** drop-down menu. 
+5. Select **Disable administrator demotion/promotion** if you **do not** want your SAML provider to determine administrator rights for users on {% data variables.product.product_location %}. 
+6. In the **Single sign-on URL** field, type the HTTP or HTTPS endpoint on your IdP for single sign-on requests. This value is provided by your IdP configuration. If the host is only available from your internal network, you may need to [configure {% data variables.product.product_location %} to use internal nameservers](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-dns-nameservers/). 
+7. Optionally, in the **Issuer** field, type your SAML issuer's name. This verifies the authenticity of messages sent to {% data variables.product.product_location %}. 
+8. In the **Signature Method** and **Digest Method** drop-down menus, choose the hashing algorithm used by your SAML issuer to verify the integrity of the requests from {% data variables.product.product_location %}. Specify the format with the **Name Identifier Format** drop-down menu. 
9. Under **Verification certificate**, click **Choose File** and choose a certificate to validate SAML responses from the IdP. 
10. Modify the SAML attribute names to match your IdP if needed, or accept the default names. 
@@ -100,7 +100,7 @@ These attributes are available. You can change the attribute names in the [manag
{% endif %}
-### Revoking access to {% data variables.product.product_location_enterprise %}
+### Revoking access to {% data variables.product.product_location %}
If you remove a user from your identity provider, you must also manually suspend them. Otherwise, they'll continue to be able to authenticate using access tokens or SSH keys. For more information, see "[Suspending and unsuspending users](/enterprise/admin/guides/user-management/suspending-and-unsuspending-users)".
diff --git a/translations/ko-KR/content/admin/configuration/about-enterprise-configuration.md b/translations/ko-KR/content/admin/configuration/about-enterprise-configuration.md
new file mode 100644
index 0000000000..33688d2fc5
--- /dev/null
+++ b/translations/ko-KR/content/admin/configuration/about-enterprise-configuration.md
@@ -0,0 +1,31 @@
+---
+title: About enterprise configuration
+intro: 'You can use the site admin dashboard{% if enterpriseServerVersions contains currentVersion %}, {% data variables.enterprise.management_console %}, and administrative shell (SSH) {% elsif currentVersion == "github-ae@latest" %} and enterprise settings or contact support{% endif %} to manage your enterprise.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.about-the-site-admin-dashboard %} For more information, see "[Site admin dashboard](/admin/configuration/site-admin-dashboard)."
+
+{% data reusables.enterprise_site_admin_settings.about-the-management-console %} For more information, see "[Accessing the management console](/admin/configuration/accessing-the-management-console)."
+
+{% data reusables.enterprise_site_admin_settings.about-ssh-access %} For more information, see "[Accessing the administrative shell (SSH)](/admin/configuration/accessing-the-administrative-shell-ssh)."
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+The first time you access your enterprise, you will complete an initial configuration to get
+{% data variables.product.product_name %} ready to use. The initial configuration includes connecting your enterprise with an idP, authenticating with SAML SSO, and configuring policies for repositories and organizations in your enterprise. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+
+For users to receive any emails from {% data variables.product.product_name %} after the initial configuration, you must ask {% data variables.contact.github_support %} to configure outbound email support with your SMTP server. For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)."
+
+Later, you can use the site admin dashboard and enterprise settings to further configure your enterprise, manage users, organizations and repositories, and set policies that reduce risk and increase quality.
+
+All enterprises are configured with subdomain isolation and support for TLS 1.2 and higher for encrypted traffic only.
+{% endif %}
+
+### 더 읽을거리
+
+- "[Managing users, organizations, and repositories](/admin/user-management)"
+- "[Setting policies for your enterprise](/admin/policies)"
diff --git a/translations/ko-KR/content/admin/configuration/accessing-the-administrative-shell-ssh.md b/translations/ko-KR/content/admin/configuration/accessing-the-administrative-shell-ssh.md
index d8dd87250d..88d46c2b8a 100644
--- a/translations/ko-KR/content/admin/configuration/accessing-the-administrative-shell-ssh.md
+++ b/translations/ko-KR/content/admin/configuration/accessing-the-administrative-shell-ssh.md
@@ -10,7 +10,7 @@ redirect_from:
- /enterprise/admin/2.15/articles/troubleshooting-ssh-permission-denied-publickey/
- /enterprise/admin/installation/accessing-the-administrative-shell-ssh
- /enterprise/admin/configuration/accessing-the-administrative-shell-ssh
-intro: 'SSH access allows you to run the {% data variables.product.prodname_ghe_server %} command line utilities and is useful for troubleshooting, running backups, and configuring replication.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-ssh-access %}'
versions:
enterprise-server: '*'
---
@@ -46,7 +46,7 @@ admin@github-example-com:~$ █
#### Troubleshooting SSH connection problems
-If you encounter the `Permission denied (publickey)` error when you try to connect to {% data variables.product.product_location_enterprise %} via SSH, confirm that you are connecting over port 122. You may need to explicitly specify which private SSH key to use.
+If you encounter the `Permission denied (publickey)` error when you try to connect to {% data variables.product.product_location %} via SSH, confirm that you are connecting over port 122. You may need to explicitly specify which private SSH key to use.
To specify a private SSH key using the command line, run `ssh` with the `-i` argument.
diff --git a/translations/ko-KR/content/admin/configuration/accessing-the-management-console.md b/translations/ko-KR/content/admin/configuration/accessing-the-management-console.md
index d37b78b44a..b107ad6dbc 100644
--- a/translations/ko-KR/content/admin/configuration/accessing-the-management-console.md
+++ b/translations/ko-KR/content/admin/configuration/accessing-the-management-console.md
@@ -1,6 +1,6 @@
---
title: Accessing the management console
-intro: 'Use the {% data variables.enterprise.management_console %} to set up and configure {% data variables.product.product_location %}, schedule maintenance windows, troubleshoot issues, and manage your license.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-the-management-console %}'
redirect_from:
- /enterprise/admin/articles/about-the-management-console/
- /enterprise/admin/articles/management-console-for-emergency-recovery/
@@ -17,15 +17,15 @@ versions:
### About the {% data variables.enterprise.management_console %}
Use the {% data variables.enterprise.management_console %} for basic administrative activities:
-- **Initial setup**: Walk through the initial setup process when first launching {% data variables.product.product_location_enterprise %} by visiting {% data variables.product.product_location_enterprise %}'s IP address in your browser.
+- **Initial setup**: Walk through the initial setup process when first launching {% data variables.product.product_location %} by visiting {% data variables.product.product_location %}'s IP address in your browser.
- **Configuring basic settings for your instance**: Configure DNS, hostname, SSL, user authentication, email, monitoring services, and log forwarding on the Settings page.
-- **Scheduling maintenance windows**: Take your {% data variables.product.product_location_enterprise %} offline while performing maintenance using the {% data variables.enterprise.management_console %} or administrative shell.
+- **Scheduling maintenance windows**: Take your {% data variables.product.product_location %} offline while performing maintenance using the {% data variables.enterprise.management_console %} or administrative shell.
- **Troubleshooting**: Generate a support bundle or view high level diagnostic information.
- **License management**: View or update your {% data variables.product.prodname_enterprise %} license.
-You can always reach the {% data variables.enterprise.management_console %} using {% data variables.product.product_location_enterprise %}'s IP address, even when the instance is in maintenance mode, or there is a critical application failure or hostname or SSL misconfiguration.
+You can always reach the {% data variables.enterprise.management_console %} using {% data variables.product.product_location %}'s IP address, even when the instance is in maintenance mode, or there is a critical application failure or hostname or SSL misconfiguration.
-To access the {% data variables.enterprise.management_console %}, you must use the administrator password established during initial setup of {% data variables.product.product_location_enterprise %}. You must also be able to connect to the virtual machine host on port 8443. If you're having trouble reaching the {% data variables.enterprise.management_console %}, please check intermediate firewall and security group configurations.
+To access the {% data variables.enterprise.management_console %}, you must use the administrator password established during initial setup of {% data variables.product.product_location %}. You must also be able to connect to the virtual machine host on port 8443. If you're having trouble reaching the {% data variables.enterprise.management_console %}, please check intermediate firewall and security group configurations.
### Accessing the {% data variables.enterprise.management_console %} as a site administrator
diff --git a/translations/ko-KR/content/admin/configuration/command-line-utilities.md b/translations/ko-KR/content/admin/configuration/command-line-utilities.md
index 3ba1ca586a..f2ea220519 100644
--- a/translations/ko-KR/content/admin/configuration/command-line-utilities.md
+++ b/translations/ko-KR/content/admin/configuration/command-line-utilities.md
@@ -64,7 +64,7 @@ ghe-cleanup-settings
#### ghe-config
-With this utility, you can both retrieve and modify the configuration settings of {% data variables.product.product_location_enterprise %}.
+With this utility, you can both retrieve and modify the configuration settings of {% data variables.product.product_location %}.
```shell
$ ghe-config core.github-hostname
@@ -395,7 +395,7 @@ This utility allows you to install a custom root CA certificate on your {% data
Run this utility to add a certificate chain for S/MIME commit signature verification. For more information, see "[About commit signature verification](/enterprise/{{ currentVersion }}/user/articles/about-commit-signature-verification/)."
-Run this utility when {% data variables.product.product_location_enterprise %} is unable to connect to another server because the latter is using a self-signed SSL certificate or an SSL certificate for which it doesn't provide the necessary CA bundle. One way to confirm this is to run `openssl s_client -connect host:port -verify 0 -CApath /etc/ssl/certs` from {% data variables.product.product_location_enterprise %}. If the remote server's SSL certificate can be verified, your `SSL-Session` should have a return code of 0, as shown below.
+Run this utility when {% data variables.product.product_location %} is unable to connect to another server because the latter is using a self-signed SSL certificate or an SSL certificate for which it doesn't provide the necessary CA bundle. One way to confirm this is to run `openssl s_client -connect host:port -verify 0 -CApath /etc/ssl/certs` from {% data variables.product.product_location %}. If the remote server's SSL certificate can be verified, your `SSL-Session` should have a return code of 0, as shown below.
```
SSL-Session:
@@ -453,7 +453,7 @@ $ ghe-storage-extend
#### ghe-version
-This utility prints the version, platform, and build of {% data variables.product.product_location_enterprise %}.
+This utility prints the version, platform, and build of {% data variables.product.product_location %}.
```shell
$ ghe-version
diff --git a/translations/ko-KR/content/admin/configuration/configuring-a-hostname.md b/translations/ko-KR/content/admin/configuration/configuring-a-hostname.md
index a254a58e0d..09c0a91091 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-a-hostname.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-a-hostname.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-If you configure a hostname instead of a hard-coded IP address, you will be able to change the physical hardware that {% data variables.product.product_location_enterprise %} runs on without affecting users or client software.
+If you configure a hostname instead of a hard-coded IP address, you will be able to change the physical hardware that {% data variables.product.product_location %} runs on without affecting users or client software.
The hostname setting in the {% data variables.enterprise.management_console %} should be set to an appropriate fully qualified domain name (FQDN) which is resolvable on the internet or within your internal network. For example, your hostname setting could be `github.companyname.com.` We also recommend enabling subdomain isolation for the chosen hostname to mitigate several cross-site scripting style vulnerabilities. For more information on hostname settings, see [Section 2.1 of the HTTP RFC](https://tools.ietf.org/html/rfc1123#section-2).
@@ -18,9 +18,9 @@ The hostname setting in the {% data variables.enterprise.management_console %} s
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
{% data reusables.enterprise_management_console.hostname-menu-item %}
-4. Type the hostname you'd like to set for {% data variables.product.product_location_enterprise %}. 
+4. Type the hostname you'd like to set for {% data variables.product.product_location %}. 
5. To test the DNS and SSL settings for the new hostname, click **Test domain settings**. 
{% data reusables.enterprise_management_console.test-domain-settings-failure %}
{% data reusables.enterprise_management_console.save-settings %}
-After you configure a hostname, we recommend that you enable subdomain isolation for {% data variables.product.product_location_enterprise %}. For more information, see "[Enabling subdomain isolation](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)."
+After you configure a hostname, we recommend that you enable subdomain isolation for {% data variables.product.product_location %}. For more information, see "[Enabling subdomain isolation](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)."
diff --git a/translations/ko-KR/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/translations/ko-KR/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
index f9c08d0b65..aa528d974c 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
@@ -1,6 +1,6 @@
---
title: Configuring an outbound web proxy server
-intro: 'A proxy server provides an additional level of security for {% data variables.product.product_location_enterprise %}.'
+intro: 'A proxy server provides an additional level of security for {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/guides/installation/configuring-a-proxy-server/
- /enterprise/admin/installation/configuring-an-outbound-web-proxy-server
@@ -9,11 +9,11 @@ versions:
enterprise-server: '*'
---
-When a proxy server is enabled for {% data variables.product.product_location_enterprise %}, outbound messages sent by {% data variables.product.prodname_ghe_server %} are first sent through the proxy server, unless the destination host is added as an HTTP proxy exclusion. Types of outbound messages include outgoing webhooks, uploading bundles, and fetching legacy avatars. The proxy server's URL is the protocol, domain or IP address, plus the port number, for example `http://127.0.0.1:8123`.
+When a proxy server is enabled for {% data variables.product.product_location %}, outbound messages sent by {% data variables.product.prodname_ghe_server %} are first sent through the proxy server, unless the destination host is added as an HTTP proxy exclusion. Types of outbound messages include outgoing webhooks, uploading bundles, and fetching legacy avatars. The proxy server's URL is the protocol, domain or IP address, plus the port number, for example `http://127.0.0.1:8123`.
{% note %}
-**Note:** To connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %}, your proxy configuration must allow connectivity to `github.com` and `api.github.com`. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_dotcom_the_website %}](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/connecting-github-enterprise-server-to-github-com)."
+**Note:** To connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}, your proxy configuration must allow connectivity to `github.com` and `api.github.com`. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_dotcom_the_website %}](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/connecting-github-enterprise-server-to-github-com)."
{% endnote %}
diff --git a/translations/ko-KR/content/admin/configuration/configuring-applications.md b/translations/ko-KR/content/admin/configuration/configuring-applications.md
index 509c922807..8973eb23f7 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-applications.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-applications.md
@@ -1,6 +1,6 @@
---
title: Configuring applications
-intro: 'You can configure internal application settings for {% data variables.product.product_location_enterprise %}.'
+intro: 'You can configure internal application settings for {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/installation/configuring-applications
- /enterprise/admin/configuration/configuring-applications
@@ -10,12 +10,12 @@ versions:
### Adjusting image caching
-You can choose the amount of time that {% data variables.product.product_location_enterprise %} caches avatars. When you increase the cache time, you increase the amount of time a user's avatar will take to load. Configuring the cache time with too low a value can overload {% data variables.product.product_location_enterprise %} work processes.
+You can choose the amount of time that {% data variables.product.product_location %} caches avatars. When you increase the cache time, you increase the amount of time a user's avatar will take to load. Configuring the cache time with too low a value can overload {% data variables.product.product_location %} work processes.
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
3. In the left sidebar, click **Applications**. 
4. Under "Avatar image cache time (seconds)", type the number of seconds that you would like
-{% data variables.product.product_location_enterprise %} to cache avatar images.
+{% data variables.product.product_location %} to cache avatar images.

{% data reusables.enterprise_management_console.save-settings %}
diff --git a/translations/ko-KR/content/admin/configuration/configuring-backups-on-your-appliance.md b/translations/ko-KR/content/admin/configuration/configuring-backups-on-your-appliance.md
index 25d2187eb6..f88b3310b3 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-backups-on-your-appliance.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-backups-on-your-appliance.md
@@ -12,14 +12,14 @@ redirect_from:
- /enterprise/admin/guides/installation/backups-and-disaster-recovery/
- /enterprise/admin/installation/configuring-backups-on-your-appliance
- /enterprise/admin/configuration/configuring-backups-on-your-appliance
-intro: 'As part of a disaster recovery plan, you can protect production data on {% data variables.product.product_location_enterprise %} by configuring automated backups.'
+intro: 'As part of a disaster recovery plan, you can protect production data on {% data variables.product.product_location %} by configuring automated backups.'
versions:
enterprise-server: '*'
---
### About {% data variables.product.prodname_enterprise_backup_utilities %}
-{% data variables.product.prodname_enterprise_backup_utilities %} is a backup system you install on a separate host, which takes backup snapshots of {% data variables.product.product_location_enterprise %} at regular intervals over a secure SSH network connection. You can use a snapshot to restore an existing {% data variables.product.prodname_ghe_server %} instance to a previous state from the backup host.
+{% data variables.product.prodname_enterprise_backup_utilities %} is a backup system you install on a separate host, which takes backup snapshots of {% data variables.product.product_location %} at regular intervals over a secure SSH network connection. You can use a snapshot to restore an existing {% data variables.product.prodname_ghe_server %} instance to a previous state from the backup host.
Only data added since the last snapshot will transfer over the network and occupy additional physical storage space. To minimize performance impact, backups are performed online under the lowest CPU/IO priority. You do not need to schedule a maintenance window to perform a backup.
@@ -27,11 +27,11 @@ For more detailed information on features, requirements, and advanced usage, see
### 빌드전 요구 사양
-To use {% data variables.product.prodname_enterprise_backup_utilities %}, you must have a Linux or Unix host system separate from {% data variables.product.product_location_enterprise %}.
+To use {% data variables.product.prodname_enterprise_backup_utilities %}, you must have a Linux or Unix host system separate from {% data variables.product.product_location %}.
You can also integrate {% data variables.product.prodname_enterprise_backup_utilities %} into an existing environment for long-term permanent storage of critical data.
-We recommend that the backup host and {% data variables.product.product_location_enterprise %} be geographically distant from each other. This ensures that backups are available for recovery in the event of a major disaster or network outage at the primary site.
+We recommend that the backup host and {% data variables.product.product_location %} be geographically distant from each other. This ensures that backups are available for recovery in the event of a major disaster or network outage at the primary site.
Physical storage requirements will vary based on Git repository disk usage and expected growth patterns:
@@ -59,7 +59,7 @@ More resources may be required depending on your usage, such as user activity an
3. Set the `GHE_HOSTNAME` value to your primary {% data variables.product.prodname_ghe_server %} instance's hostname or IP address.
4. Set the `GHE_DATA_DIR` value to the filesystem location where you want to store backup snapshots.
5. Open your primary instance's settings page at `https://HOSTNAME/setup/settings` and add the backup host's SSH key to the list of authorized SSH keys. For more information, see [Accessing the administrative shell (SSH)](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/).
-5. Verify SSH connectivity with {% data variables.product.product_location_enterprise %} with the `ghe-host-check` command.
+5. Verify SSH connectivity with {% data variables.product.product_location %} with the `ghe-host-check` command.
```shell
$ bin/ghe-host-check
```
@@ -78,9 +78,9 @@ If backup attempts overlap, the `ghe-backup` command will abort with an error me
### Restoring a backup
-In the event of prolonged outage or catastrophic event at the primary site, you can restore {% data variables.product.product_location_enterprise %} by provisioning another {% data variables.product.prodname_enterprise %} appliance and performing a restore from the backup host. You must add the backup host's SSH key to the target {% data variables.product.prodname_enterprise %} appliance as an authorized SSH key before restoring an appliance.
+In the event of prolonged outage or catastrophic event at the primary site, you can restore {% data variables.product.product_location %} by provisioning another {% data variables.product.prodname_enterprise %} appliance and performing a restore from the backup host. You must add the backup host's SSH key to the target {% data variables.product.prodname_enterprise %} appliance as an authorized SSH key before restoring an appliance.
-To restore {% data variables.product.product_location_enterprise %} from the last successful snapshot, use the `ghe-restore` command. You should see output similar to this:
+To restore {% data variables.product.product_location %} from the last successful snapshot, use the `ghe-restore` command. You should see output similar to this:
```shell
$ ghe-restore -c 169.154.1.1
diff --git a/translations/ko-KR/content/admin/configuration/configuring-built-in-firewall-rules.md b/translations/ko-KR/content/admin/configuration/configuring-built-in-firewall-rules.md
index 0b98a22cfe..d6a3059f53 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-built-in-firewall-rules.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-built-in-firewall-rules.md
@@ -1,6 +1,6 @@
---
title: Configuring built-in firewall rules
-intro: 'You can view default firewall rules and customize rules for {% data variables.product.product_location_enterprise %}.'
+intro: 'You can view default firewall rules and customize rules for {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/guides/installation/configuring-firewall-settings/
- /enterprise/admin/installation/configuring-built-in-firewall-rules
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-### About {% data variables.product.product_location_enterprise %}'s firewall
+### About {% data variables.product.product_location %}'s firewall
{% data variables.product.prodname_ghe_server %} uses Ubuntu's Uncomplicated Firewall (UFW) on the virtual appliance. For more information see "[UFW](https://help.ubuntu.com/community/UFW)" in the Ubuntu documentation. {% data variables.product.prodname_ghe_server %} automatically updates the firewall allowlist of allowed services with each release.
@@ -66,7 +66,7 @@ The UFW firewall also opens several other ports that are required for {% data va
$ sudo cp -r /lib/ufw ~/ufw.backup
```
-After you upgrade {% data variables.product.product_location_enterprise %}, you must reapply your custom firewall rules. We recommend that you create a script to reapply your firewall custom rules.
+After you upgrade {% data variables.product.product_location %}, you must reapply your custom firewall rules. We recommend that you create a script to reapply your firewall custom rules.
### Restoring the default firewall rules
diff --git a/translations/ko-KR/content/admin/configuration/configuring-code-scanning-for-your-appliance.md b/translations/ko-KR/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
index 700e2a9502..adb8908409 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
@@ -1,7 +1,7 @@
---
title: Configuring code scanning for your appliance
shortTitle: Configuring code scanning
-intro: 'You can enable, configure and disable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location_enterprise %}. {% data variables.product.prodname_code_scanning_capc %} allows users to scan code for vulnerabilities and errors.'
+intro: 'You can enable, configure and disable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location %}. {% data variables.product.prodname_code_scanning_capc %} allows users to scan code for vulnerabilities and errors.'
product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 4
redirect_from:
@@ -20,7 +20,7 @@ The table below summarizes the available types of analysis for {% data variables
{% data reusables.code-scanning.enabling-options %}
-For the users of {% data variables.product.product_location_enterprise %} to be able to enable and use {% data variables.product.prodname_code_scanning %} in their repositories, you need, as a site administrator, to enable this feature for the whole appliance.
+For the users of {% data variables.product.product_location %} to be able to enable and use {% data variables.product.prodname_code_scanning %} in their repositories, you need, as a site administrator, to enable this feature for the whole appliance.
### How do I know if {% data variables.product.prodname_code_scanning %} is enabled for my appliance
@@ -55,18 +55,18 @@ You must ensure that Git is in the PATH variable on any self-hosted runners you
To run {% data variables.product.prodname_code_scanning %} on {% data variables.product.prodname_ghe_server %} with {% data variables.product.prodname_actions %}, the appropriate action must be available locally. You can make the action available in three ways.
- **Recommended** You can use [{% data variables.product.prodname_github_connect %}](/enterprise/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud) to automatically download actions from {% data variables.product.prodname_dotcom_the_website %}. The machine that hosts your instance must be able to access {% data variables.product.prodname_dotcom_the_website %}. This approach ensures that you get the latest software automatically. For more information, see "[Configuring {% data variables.product.prodname_github_connect %} to sync {% data variables.product.prodname_actions %}](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance#configuring-github-connect-to-sync-github-actions)."
-- If you want to use the {% data variables.product.prodname_codeql_workflow %}, you can sync the repository from {% data variables.product.prodname_dotcom_the_website %} to {% data variables.product.prodname_ghe_server %}, by using the {% data variables.product.prodname_codeql %} Action sync tool available at [https://github.com/github/codeql-action-sync-tool](https://github.com/github/codeql-action-sync-tool/). You can use this tool regardless of whether {% data variables.product.product_location_enterprise %} or your {% data variables.product.prodname_actions %} runners have access to the internet, as long as you can access both {% data variables.product.product_location_enterprise %} and {% data variables.product.prodname_dotcom_the_website %} simultaneously on your computer.
+- If you want to use the {% data variables.product.prodname_codeql_workflow %}, you can sync the repository from {% data variables.product.prodname_dotcom_the_website %} to {% data variables.product.prodname_ghe_server %}, by using the {% data variables.product.prodname_codeql %} Action sync tool available at [https://github.com/github/codeql-action-sync-tool](https://github.com/github/codeql-action-sync-tool/). You can use this tool regardless of whether {% data variables.product.product_location %} or your {% data variables.product.prodname_actions %} runners have access to the internet, as long as you can access both {% data variables.product.product_location %} and {% data variables.product.prodname_dotcom_the_website %} simultaneously on your computer.
- You can create a local copy of the action's repository on your server, by cloning the {% data variables.product.prodname_dotcom_the_website %} repository with the action. For example, if you want to use the {% data variables.product.prodname_codeql %} action, you can create a repository in your instance called `github/codeql-action`, then clone the [repository](https://github.com/github/codeql-action) from {% data variables.product.prodname_dotcom_the_website %}, and then push that repository to your instance's `github/codeql-action` repository. You will also need to download any of the releases from the repository on {% data variables.product.prodname_dotcom_the_website %} and upload them to your instance's `github/codeql-action` repository as releases.
##### Configuring {% data variables.product.prodname_github_connect %} to sync {% data variables.product.prodname_actions %}
1. If you want to download action workflows on demand from {% data variables.product.prodname_dotcom_the_website %}, you need to enable {% data variables.product.prodname_github_connect %}. For more information, see "[Enabling {% data variables.product.prodname_github_connect %}](/enterprise/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud#enabling-github-connect)."
-2. You'll also need to enable {% data variables.product.prodname_actions %} for {% data variables.product.product_location_enterprise %}. For more information, see "[Enabling {% data variables.product.prodname_actions %} and configuring storage](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)."
+2. You'll also need to enable {% data variables.product.prodname_actions %} for {% data variables.product.product_location %}. For more information, see "[Enabling {% data variables.product.prodname_actions %} and configuring storage](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)."
3. The next step is to configure access to actions on {% data variables.product.prodname_dotcom_the_website %} using {% data variables.product.prodname_github_connect %}. For more information, see "[Enabling automatic access to {% data variables.product.prodname_dotcom_the_website %} actions using {% data variables.product.prodname_github_connect %}](/enterprise/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect)."
4. Add a self-hosted runner to your repository, organization, or enterprise account. For more information, see "[Adding self-hosted runners](/actions/hosting-your-own-runners/adding-self-hosted-runners)."
-After you configure a self-hosted runner, users can enable {% data variables.product.prodname_code_scanning %} for individual repositories on {% data variables.product.product_location_enterprise %}. For more information, see "[Enabling {% data variables.product.prodname_code_scanning %} for a repository](/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository)."
+After you configure a self-hosted runner, users can enable {% data variables.product.prodname_code_scanning %} for individual repositories on {% data variables.product.product_location %}. For more information, see "[Enabling {% data variables.product.prodname_code_scanning %} for a repository](/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository)."
### Running {% data variables.product.prodname_code_scanning %} using the {% data variables.product.prodname_codeql_runner %}
If your organization isn't taking part in the beta for {% data variables.product.prodname_actions %}, or if you don't want to use {% data variables.product.prodname_actions %}, you can run {% data variables.product.prodname_code_scanning %} using the {% data variables.product.prodname_codeql_runner %}.
diff --git a/translations/ko-KR/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md b/translations/ko-KR/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md
new file mode 100644
index 0000000000..f8f398f3f1
--- /dev/null
+++ b/translations/ko-KR/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md
@@ -0,0 +1,71 @@
+---
+title: Configuring data encryption for your enterprise
+shortTitle: Configuring data encryption
+intro: 'For encryption at rest, you can provide your own encryption key to encrypt your data under your encryption policies.'
+versions:
+ github-ae: '*'
+---
+
+{% note %}
+
+**Note:** Configuring encryption at rest with a customer-managed key is currently in beta and subject to change.
+
+{% endnote %}
+
+### About data encryption
+
+To provide a high level of security, {% data variables.product.product_name %} encrypts your data while at rest in the data centers and while your data is in transit between users' machines and the data centers.
+
+For encryption in transit, {% data variables.product.product_name %} uses Transport Layer Security (TLS). For encryption at rest, {% data variables.product.product_name %} provides a default RSA key. After you've initialized your enterprise, you can choose to provide your own key instead. Your key should be a 2048 bit RSA private key in PEM format.
+
+The key that you provide is stored in a hardware security module (HSM) in a key vault that {% data variables.product.company_short %} manages.
+
+To configure your encryption key, use the REST API. There are a number of API endpoints, for example to check the status of encryption, update your encryption key, and delete your encryption key. Note that deleting your key will freeze your enterprise. For more information about the API endpoints, see "[Encryption at rest](/rest/reference/enterprise-admin#encryption-at-rest)" in the REST API documentation.
+
+### Adding or updating an encryption key
+
+You can add a new encryption key as often as you need. When you add a new key, the old key is discarded. Your enterprise won't experience downtime when you update the key.
+
+Your 2048 bit RSA private key should be in PEM format, for example in a file called _private-key.pem_.
+
+ ```
+ -----BEGIN RSA PRIVATE KEY-----
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -----END RSA PRIVATE KEY-----
+ ```
+
+1. To add your key, use the `PATCH /enterprise/encryption` endpoint, replacing *~/private-key.pem* with the path to your private key.
+
+ ```shell
+ curl -X PATCH http(s)://hostname/api/v3/enterprise/encryption \
+ -d "{ \"key\": \"$(awk '{printf "%s\\n", $0}' ~/private-key.pem)\" }"
+ ```
+
+2. Optionally, check the status of the update operation.
+
+ ```shell
+ curl -X GET http(s)://hostname/api/v3/enterprise/encryption/status/request_id
+ ```
+
+### Deleting your encryption key
+
+To freeze your enterprise, for example in the case of a breach, you can disable encryption at rest by deleting your encryption key.
+
+To unfreeze your enterprise after you've deleted your encryption key, contact support. For more information, see "[About {% data variables.contact.enterprise_support %}](/admin/enterprise-support/about-github-enterprise-support)."
+
+1. To delete your key and disable encryption at rest, use the `DELETE /enterprise/encryption` endpoint.
+
+ ```shell
+ curl -X DELETE http(s)://hostname/api/v3/enterprise/encryption
+ ```
+
+2. Optionally, check the status of the delete operation.
+
+ ```shell
+ curl -X GET http(s)://hostname/api/v3/enterprise/encryption/status/request_id
+ ```
+
+### 더 읽을거리
+
+- "[Encryption at rest](/rest/reference/enterprise-admin#encryption-at-rest)" in the REST API documentation
diff --git a/translations/ko-KR/content/admin/configuration/configuring-dns-nameservers.md b/translations/ko-KR/content/admin/configuration/configuring-dns-nameservers.md
index 6856350548..5e3dd8edbf 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-dns-nameservers.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-dns-nameservers.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-The nameservers you specify must resolve {% data variables.product.product_location_enterprise %}'s hostname.
+The nameservers you specify must resolve {% data variables.product.product_location %}'s hostname.
{% data reusables.enterprise_installation.changing-hostname-not-supported %}
@@ -28,7 +28,7 @@ The nameservers you specify must resolve {% data variables.product.product_locat
```
3. Append any `nameserver` entries, then save the file.
4. After verifying your changes, save the file.
-5. To add your new nameserver entries to {% data variables.product.product_location_enterprise %}, enter:
+5. To add your new nameserver entries to {% data variables.product.product_location %}, enter:
```shell
$ sudo service resolvconf restart
```
diff --git a/translations/ko-KR/content/admin/configuration/configuring-email-for-notifications.md b/translations/ko-KR/content/admin/configuration/configuring-email-for-notifications.md
new file mode 100644
index 0000000000..5ed5607bf3
--- /dev/null
+++ b/translations/ko-KR/content/admin/configuration/configuring-email-for-notifications.md
@@ -0,0 +1,167 @@
+---
+title: Configuring email for notifications
+redirect_from:
+ - /enterprise/admin/guides/installation/email-configuration/
+ - /enterprise/admin/articles/configuring-email/
+ - /enterprise/admin/articles/troubleshooting-email/
+ - /enterprise/admin/articles/email-configuration-and-troubleshooting/
+ - /enterprise/admin/user-management/configuring-email-for-notifications
+intro: 'To make it easy for users to respond quickly to activity on {% data variables.product.product_name %}, you can configure your enterprise to send email notifications on issue, pull request, and commit comments{% if enterpriseServerVersions contains currentVersion %}, as well as additional settings to allow inbound email replies{% endif %}.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+Notification emails are sent if there is activity on a repository a user is watching, if there is activity in a pull request or issue they are participating in, or if the user or team they're a member of are @mentioned in a comment.
+
+{% if currentVersion == "github-ae@latest" %}
+Your dedicated technical account manager in
+{% data variables.contact.github_support %} can configure email for notifications to be sent through your SMTP server. Make sure you include the following details in your support request.
+
+- Your SMTP server address
+- The port your SMTP server uses to send email
+- The domain name that your SMTP server will send with a HELO response, if any
+- The type of encryption used by your SMTP server
+- The no-reply email address to use in the `From` and `To` field for all notifications
+
+For more information about contacting support, see "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)."
+{% else %}
+### Configuring SMTP
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+2. At the top of the page, click **Settings**. 
+3. In the left sidebar, click **Email**. 
+4. Select **Enable email**. This will enable both outbound and inbound email, however for inbound email to work you will also need to configure your DNS settings as described below in "[Configuring DNS and firewall settings to allow incoming emails](#configuring-dns-and-firewall-settings-to-allow-incoming-emails)." 
+5. Fill in your email server settings:
+ - In the **Server address** field, type the address of your SMTP server.
+ - In the **Port** field, type the port that your SMTP server uses to send email.
+ - In the **Domain** field, type the domain name that your SMTP server will send with a HELO response, if any.
+ - In the **Authentication** dropdown, choose the type of encryption used by your SMTP server.
+ - In the **No-reply email address** field, type the email address to use in the From and To fields for all notification emails.
+
+ {% note %}
+
+ **Note:** If you select the **Send from author** checkbox in a repository’s **Services** email webhook, outbound email for that repository will send from the author and not from the no-reply email address. For more information, see "[About email notifications for pushes to your repository](/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository)."
+
+ {% endnote %}
+
+6. If you want to discard all incoming emails that are addressed to the no-reply email address, select **Discard email addressed to the no-reply email address**. 
+7. Under **Support**, choose a type of link to offer additional support to your users:
+ - **Email:** An internal email address.
+ - **URL:** A link to an internal support site. You must include either `http://` or `https://`. 
+8. [Test email delivery](#testing-email-delivery).
+
+### Configuring DNS and firewall settings to allow incoming emails
+
+If you want to allow email replies to notifications, you must configure your DNS settings.
+
+1. Ensure that port 25 on the instance is accessible to your SMTP server.
+2. Create an A record that points to `reply.[hostname]`. Depending on your DNS provider and instance host configuration, you may be able to instead create a single A record that points to `*.[hostname]`.
+3. Create an MX record that points to `reply.[hostname]` so that emails to that domain are routed to the instance.
+4. Create an MX record that points `noreply.[hostname]` to `[hostname]` so that replies to the `cc` address in notification emails are routed to the instance. For more information, see {% if currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[About email notifications](/github/receiving-notifications-about-activity-on-github/about-email-notifications){% endif %}."
+
+With your DNS configuration setup, you can now test whether the setup works.
+
+### Testing email delivery
+
+1. At the top of the **Email** section, click **Test email settings**. 
+2. In the **Send test email to** field, type an address to send the test email to. 
+3. Click **Send test email**. 
+
+ {% tip %}
+
+ **Tip:** If SMTP errors occur while sending a test email—such as an immediate delivery failure or an outgoing mail configuration error—you will see them in the Test email settings dialog box.
+
+ {% endtip %}
+
+4. If the test email fails, [troubleshoot your email settings](#troubleshooting-email-delivery).
+5. When the test email succeeds, at the bottom of the page, click **Save settings**. 
+6. Wait for the configuration run to complete. 
+
+### Troubleshooting email delivery
+
+#### Create a Support Bundle
+
+If you cannot determine what is wrong from the displayed error message, you can download a [support bundle](/enterprise/{{ currentVersion }}/admin/guides/enterprise-support/providing-data-to-github-support) containing the entire SMTP conversation between your mail server and {% data variables.product.prodname_ghe_server %}. Once you've downloaded and extracted the bundle, check the entries in *enterprise-manage-logs/unicorn.log* for the entire SMTP conversation log and any related errors.
+
+The unicorn log should show a transaction similar to the following:
+
+```shell
+This is a test email generated from https://10.0.0.68/setup/settings
+Connection opened: smtp.yourdomain.com:587
+-> "220 smtp.yourdomain.com ESMTP nt3sm2942435pbc.14\r\n"
+<- "EHLO yourdomain.com\r\n"
+-> "250-smtp.yourdomain.com at your service, [1.2.3.4]\r\n"
+-> "250-SIZE 35882577\r\n"
+-> "250-8BITMIME\r\n"
+-> "250-STARTTLS\r\n"
+-> "250-ENHANCEDSTATUSCODES\r\n"
+-> "250 PIPELINING\r\n"
+<- "STARTTLS\r\n"
+-> "220 2.0.0 Ready to start TLS\r\n"
+TLS connection started
+<- "EHLO yourdomain.com\r\n"
+-> "250-smtp.yourdomain.com at your service, [1.2.3.4]\r\n"
+-> "250-SIZE 35882577\r\n"
+-> "250-8BITMIME\r\n"
+-> "250-AUTH LOGIN PLAIN XOAUTH\r\n"
+-> "250-ENHANCEDSTATUSCODES\r\n"
+-> "250 PIPELINING\r\n"
+<- "AUTH LOGIN\r\n"
+-> "334 VXNlcm5hbWU6\r\n"
+<- "dGhpc2lzbXlAYWRkcmVzcy5jb20=\r\n"
+-> "334 UGFzc3dvcmQ6\r\n"
+<- "aXRyZWFsbHl3YXM=\r\n"
+-> "535-5.7.1 Username and Password not accepted. Learn more at\r\n"
+-> "535 5.7.1 http://support.yourdomain.com/smtp/auth-not-accepted nt3sm2942435pbc.14\r\n"
+```
+
+This log shows that the appliance:
+
+* Opened a connection with the SMTP server (`Connection opened: smtp.yourdomain.com:587`).
+* Successfully made a connection and chose to use TLS (`TLS connection started`).
+* The `login` authentication type was performed (`<- "AUTH LOGIN\r\n"`).
+* The SMTP Server rejected the authentication as invalid (`-> "535-5.7.1 Username and Password not accepted.`).
+
+#### Check {% data variables.product.product_location %} logs
+
+If you need to verify that your inbound email is functioning, there are two logfiles that you can examine on your instance: To verify that */var/log/mail.log* and */var/log/mail-replies/metroplex.log*.
+
+*/var/log/mail.log* verifies that messages are reaching your server. Here's an example of a successful email reply:
+
+```
+Oct 30 00:47:18 54-171-144-1 postfix/smtpd[13210]: connect from st11p06mm-asmtp002.mac.com[17.172.124.250]
+Oct 30 00:47:19 54-171-144-1 postfix/smtpd[13210]: 51DC9163323: client=st11p06mm-asmtp002.mac.com[17.172.124.250]
+Oct 30 00:47:19 54-171-144-1 postfix/cleanup[13216]: 51DC9163323: message-id=
+Oct 30 00:47:19 54-171-144-1 postfix/qmgr[17250]: 51DC9163323: from=, size=5048, nrcpt=1 (queue active)
+Oct 30 00:47:19 54-171-144-1 postfix/virtual[13217]: 51DC9163323: to=, relay=virtual, delay=0.12, delays=0.11/0/0/0, dsn=2.0.0, status=sent (delivered to maildir)
+Oct 30 00:47:19 54-171-144-1 postfix/qmgr[17250]: 51DC9163323: removed
+Oct 30 00:47:19 54-171-144-1 postfix/smtpd[13210]: disconnect from st11p06mm-asmtp002.mac.com[17.172.124.250]
+```
+
+Note that the client first connects; then, the queue becomes active. Then, the message is delivered, the client is removed from the queue, and the session disconnects.
+
+*/var/log/mail-replies/metroplex.log* shows whether inbound emails are being processed to add to issues and pull requests as replies. Here's an example of a successful message:
+
+```
+[2014-10-30T00:47:23.306 INFO (5284) #] metroplex: processing
+[2014-10-30T00:47:23.333 DEBUG (5284) #] Matched /data/user/mail/reply/new/1414630039.Vfc00I12000eM445784.ghe-tjl2-co-ie
+[2014-10-30T00:47:23.334 DEBUG (5284) #] Moving /data/user/mail/reply/new/1414630039.Vfc00I12000eM445784.ghe-tjl2-co-ie => /data/user/incoming-mail/success
+```
+
+You'll notice that `metroplex` catches the inbound message, processes it, then moves the file over to `/data/user/incoming-mail/success`.
+
+#### Verify your DNS settings
+
+In order to properly process inbound emails, you must configure a valid A Record (or CNAME), as well as an MX Record. For more information, see "[Configuring DNS and firewall settings to allow incom emails](#configuring-dns-and-firewall-settings-to-allow-incoming-emails)."
+
+#### Check firewall or AWS Security Group settings
+
+If {% data variables.product.product_location %} is behind a firewall or is being served through an AWS Security Group, make sure port 25 is open to all mail servers that send emails to `reply@reply.[hostname]`.
+
+#### Contact support
+If you're still unable to resolve the problem, contact
+
+{% data variables.contact.contact_ent_support %}. Please attach the output file from `http(s)://[hostname]/setup/diagnostics` to your email to help us troubleshoot your problem.
+{% endif %}
diff --git a/translations/ko-KR/content/admin/configuration/configuring-github-pages-for-your-enterprise.md b/translations/ko-KR/content/admin/configuration/configuring-github-pages-for-your-enterprise.md
new file mode 100644
index 0000000000..887c151d77
--- /dev/null
+++ b/translations/ko-KR/content/admin/configuration/configuring-github-pages-for-your-enterprise.md
@@ -0,0 +1,65 @@
+---
+title: Configuring GitHub Pages for your enterprise
+intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterprise and choose whether to make sites publicly accessible.'
+redirect_from:
+ - /enterprise/admin/guides/installation/disabling-github-enterprise-pages/
+ - /enterprise/admin/guides/installation/configuring-github-enterprise-pages/
+ - /enterprise/admin/installation/configuring-github-pages-on-your-appliance
+ - /enterprise/admin/configuration/configuring-github-pages-on-your-appliance
+ - /admin/configuration/configuring-github-pages-on-your-appliance
+ - /enterprise/admin/guides/installation/configuring-github-pages-for-your-enterprise/
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Enabling public sites for {% data variables.product.prodname_pages %}
+
+{% if enterpriseServerVersions contains currentVersion %}If private mode is enabled on your enterprise, the {% else %}The {% endif %}public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites.
+
+{% warning %}
+
+**Warning:** If you enable public sites for {% data variables.product.prodname_pages %}, every site in every repository on your enterprise will be accessible to the public.
+
+{% endwarning %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+{% data reusables.enterprise_management_console.pages-tab %}
+4. Select **Public Pages**. 
+{% data reusables.enterprise_management_console.save-settings %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.pages-tab %}
+5. Under "Pages policies", select **Public {% data variables.product.prodname_pages %}**. 
+{% data reusables.enterprise-accounts.pages-policies-save %}
+{% endif %}
+
+### Disabling {% data variables.product.prodname_pages %} for your enterprise
+
+{% if enterpriseServerVersions contains currentVersion %}
+If subdomain isolation is disabled for your enterprise, you should also disable
+{% data variables.product.prodname_pages %} to protect yourself from potential security vulnerabilities. For more information, see "[Enabling subdomain isolation](/admin/configuration/enabling-subdomain-isolation)."
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+{% data reusables.enterprise_management_console.pages-tab %}
+4. Unselect **Enable Pages**. 
+{% data reusables.enterprise_management_console.save-settings %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.pages-tab %}
+5. Under "Pages policies", deselect **Enable {% data variables.product.prodname_pages %}**. 
+{% data reusables.enterprise-accounts.pages-policies-save %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+### 더 읽을거리
+
+- "[Enabling private mode](/admin/configuration/enabling-private-mode)"
+{% endif %}
diff --git a/translations/ko-KR/content/admin/configuration/configuring-rate-limits.md b/translations/ko-KR/content/admin/configuration/configuring-rate-limits.md
index 007adec8d3..af84f688bf 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-rate-limits.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-rate-limits.md
@@ -30,7 +30,7 @@ You can exempt a list of users from API rate limits using the `ghe-config` utili
### Enabling abuse rate limits
-Setting abuse rate limits protects the overall level of service on {% data variables.product.product_location_enterprise %}.
+Setting abuse rate limits protects the overall level of service on {% data variables.product.product_location %}.
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
diff --git a/translations/ko-KR/content/admin/configuration/configuring-tls.md b/translations/ko-KR/content/admin/configuration/configuring-tls.md
index 00f4981ec2..94d1d93311 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-tls.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-tls.md
@@ -1,6 +1,6 @@
---
title: Configuring TLS
-intro: 'You can configure Transport Layer Security (TLS) on {% data variables.product.product_location_enterprise %} so that you can use a certificate that is signed by a trusted certificate authority.'
+intro: 'You can configure Transport Layer Security (TLS) on {% data variables.product.product_location %} so that you can use a certificate that is signed by a trusted certificate authority.'
redirect_from:
- /enterprise/admin/articles/ssl-configuration/
- /enterprise/admin/guides/installation/about-tls/
@@ -51,9 +51,9 @@ Let's Encrypt is a public certificate authority that issues free, automated TLS
{% data reusables.enterprise_installation.lets-encrypt-prerequisites %}
-When you enable automation of TLS certificate management using Let's Encrypt, {% data variables.product.product_location_enterprise %} will contact the Let's Encrypt servers to obtain a certificate. To renew a certificate, Let's Encrypt servers must validate control of the configured domain name with inbound HTTP requests.
+When you enable automation of TLS certificate management using Let's Encrypt, {% data variables.product.product_location %} will contact the Let's Encrypt servers to obtain a certificate. To renew a certificate, Let's Encrypt servers must validate control of the configured domain name with inbound HTTP requests.
-You can also use the `ghe-ssl-acme` command line utility on {% data variables.product.product_location_enterprise %} to automatically generate a Let's Encrypt certificate. For more information, see "[Command-line utilities](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-ssl-acme)."
+You can also use the `ghe-ssl-acme` command line utility on {% data variables.product.product_location %} to automatically generate a Let's Encrypt certificate. For more information, see "[Command-line utilities](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-ssl-acme)."
### Configuring TLS using Let's Encrypt
diff --git a/translations/ko-KR/content/admin/configuration/configuring-your-enterprise.md b/translations/ko-KR/content/admin/configuration/configuring-your-enterprise.md
index 74b50d6c1b..5afbbe1751 100644
--- a/translations/ko-KR/content/admin/configuration/configuring-your-enterprise.md
+++ b/translations/ko-KR/content/admin/configuration/configuring-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Configuring your enterprise
-intro: 'Once {% data variables.product.prodname_ghe_server %} is up and running, you can configure the appliance to suit your organization''s needs.'
+intro: "After {% data variables.product.product_name %} is up and running, you can configure your enterprise to suit your organization's needs."
redirect_from:
- /enterprise/admin/guides/installation/basic-configuration/
- /enterprise/admin/guides/installation/administrative-tools/
@@ -11,5 +11,6 @@ redirect_from:
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md b/translations/ko-KR/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
index 8991c993c0..627c419bb1 100644
--- a/translations/ko-KR/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
+++ b/translations/ko-KR/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
@@ -43,8 +43,7 @@ For more information about managing enterprise accounts using the GraphQL API, s
1. Sign in to
{% data variables.product.product_location_enterprise %} and {% data variables.product.prodname_dotcom_the_website %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Under "{% data variables.product.prodname_dotcom_the_website %} is not enabled yet", click **Enable {% data variables.product.prodname_github_connect %}**. By clicking **Enable {% data variables.product.prodname_github_connect %}**, you agree to the {% data variables.product.prodname_github_connect %} Addendum to the {% data variables.product.prodname_enterprise %} License Agreement. 
@@ -54,8 +53,7 @@ For more information about managing enterprise accounts using the GraphQL API, s
When you disconnect from {% data variables.product.prodname_ghe_cloud %}, the {% data variables.product.prodname_github_connect %} {% data variables.product.prodname_github_app %} is deleted from your enterprise account or organization and credentials stored on {% data variables.product.product_location_enterprise %} are deleted.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Next to the enterprise account or organization you'd like to disconnect, click **Disable {% data variables.product.prodname_github_connect %}**. 
diff --git a/translations/ko-KR/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md b/translations/ko-KR/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
index 90a226a78b..e399f4be5d 100644
--- a/translations/ko-KR/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
+++ b/translations/ko-KR/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
@@ -1,6 +1,6 @@
---
title: Enabling alerts for vulnerable dependencies on GitHub Enterprise Server
-intro: 'You can connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_ghe_cloud %} and enable {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies in repositories in your instance.'
+intro: 'You can connect {% data variables.product.product_location %} to {% data variables.product.prodname_ghe_cloud %} and enable {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies in repositories in your instance.'
redirect_from:
- /enterprise/admin/installation/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
- /enterprise/admin/configuration/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
@@ -14,17 +14,17 @@ versions:
{% data reusables.repositories.tracks-vulnerabilities %} For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)."
-You can connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %}, then sync vulnerability data to your instance and generate {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts in repositories with a vulnerable dependency.
+You can connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}, then sync vulnerability data to your instance and generate {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts in repositories with a vulnerable dependency.
-After connecting {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %} and enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies, vulnerability data is synced from {% data variables.product.prodname_dotcom_the_website %} to your instance once every hour. You can also choose to manually sync vulnerability data at any time. No code or information about code from {% data variables.product.product_location_enterprise %} is uploaded to {% data variables.product.prodname_dotcom_the_website %}.
+After connecting {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %} and enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies, vulnerability data is synced from {% data variables.product.prodname_dotcom_the_website %} to your instance once every hour. You can also choose to manually sync vulnerability data at any time. No code or information about code from {% data variables.product.product_location %} is uploaded to {% data variables.product.prodname_dotcom_the_website %}.
-{% if currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send {% data variables.product.prodname_dependabot_short %} alerts. You can customize how you receive {% data variables.product.prodname_dependabot_short %} alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-github-dependabot-alerts)."
+{% if currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate {% data variables.product.prodname_dependabot_short %} alerts. You can customize how you receive {% data variables.product.prodname_dependabot_short %} alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-github-dependabot-alerts)."
{% endif %}
-{% if currentVersion == "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send security alerts. You can customize how you receive security alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)."
+{% if currentVersion == "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. You can customize how you receive security alerts. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)."
{% endif %}
-{% if currentVersion ver_lt "enterprise-server@2.21" %}When {% data variables.product.product_location_enterprise %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and send security alerts. You can customize how you receive security alerts. For more information, see "[Choosing the delivery method for your notifications](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications#choosing-the-delivery-method-for-security-alerts-for-vulnerable-dependencies)."
+{% if currentVersion ver_lt "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. You can customize how you receive security alerts. For more information, see "[Choosing the delivery method for your notifications](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications#choosing-the-delivery-method-for-security-alerts-for-vulnerable-dependencies)."
{% endif %}
{% if currentVersion ver_gt "enterprise-server@2.21" %}
@@ -33,7 +33,7 @@ After connecting {% data variables.product.product_location_enterprise %} to {%
### Enabling security alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}
{% endif %}
-Before enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location_enterprise %}, you must connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %}. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)."
+Before enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location %}, you must connect {% data variables.product.product_location %} to {% data variables.product.prodname_dotcom_the_website %}. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)."
{% if currentVersion ver_gt "enterprise-server@2.20" %}
@@ -44,7 +44,7 @@ Before enabling {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data v
{% endif %}
{% data reusables.enterprise_site_admin_settings.sign-in %}
-1. In the administrative shell, enable the {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location_enterprise %}:
+1. In the administrative shell, enable the {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies on {% data variables.product.product_location %}:
``` shell
$ ghe-dep-graph-enable
```
@@ -57,8 +57,7 @@ $ ghe-dep-graph-enable
3. Return to
{% data variables.product.prodname_ghe_server %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}{% if currentVersion ver_gt "enterprise-server@2.20" %}
5. Under "Repositories can be scanned for vulnerabilities", use the drop-down menu and select **Enabled without notifications**. Optionally, to enable alerts with notifications, select **Enabled with notifications**.{% else %}
@@ -68,7 +67,7 @@ $ ghe-dep-graph-enable
### Viewing vulnerable dependencies on {% data variables.product.prodname_ghe_server %}
-You can view all vulnerabilities in {% data variables.product.product_location_enterprise %} and manually sync vulnerability data from {% data variables.product.prodname_dotcom_the_website %} to update the list.
+You can view all vulnerabilities in {% data variables.product.product_location %} and manually sync vulnerability data from {% data variables.product.prodname_dotcom_the_website %} to update the list.
{% data reusables.enterprise_site_admin_settings.access-settings %}
2. In the left sidebar, click **Vulnerabilities**. 
diff --git a/translations/ko-KR/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md b/translations/ko-KR/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
index cfe6b80bc7..15529ffbf1 100644
--- a/translations/ko-KR/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
+++ b/translations/ko-KR/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
@@ -1,6 +1,6 @@
---
title: Enabling and scheduling maintenance mode
-intro: 'Some standard maintenance procedures, such as upgrading {% data variables.product.product_location_enterprise %} or restoring backups, require the instance to be taken offline for normal use.'
+intro: 'Some standard maintenance procedures, such as upgrading {% data variables.product.product_location %} or restoring backups, require the instance to be taken offline for normal use.'
redirect_from:
- /enterprise/admin/maintenance-mode/
- /enterprise/admin/categories/maintenance-mode/
@@ -16,7 +16,7 @@ versions:
### About maintenance mode
-Some types of operations require that you take {% data variables.product.product_location_enterprise %} offline and put it into maintenance mode:
+Some types of operations require that you take {% data variables.product.product_location %} offline and put it into maintenance mode:
- Upgrading to a new version of {% data variables.product.prodname_ghe_server %}
- Increasing CPU, memory, or storage resources allocated to the virtual machine
- Migrating data from one virtual machine to another
diff --git a/translations/ko-KR/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md b/translations/ko-KR/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
index 00cc2644b9..f21ea6f64a 100644
--- a/translations/ko-KR/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
+++ b/translations/ko-KR/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
@@ -19,8 +19,7 @@ You can also manually upload {% data variables.product.prodname_ghe_server %} us
Before enabling license synchronization on {% data variables.product.product_location_enterprise %}, you must connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %}. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)."
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Under "Server can sync user license count and usage", use the drop-down menu and select **Enabled**. 
diff --git a/translations/ko-KR/content/admin/configuration/enabling-private-mode.md b/translations/ko-KR/content/admin/configuration/enabling-private-mode.md
index c8ca9c3d1a..d57f3a3625 100644
--- a/translations/ko-KR/content/admin/configuration/enabling-private-mode.md
+++ b/translations/ko-KR/content/admin/configuration/enabling-private-mode.md
@@ -11,11 +11,11 @@ versions:
enterprise-server: '*'
---
-You must enable private mode if {% data variables.product.product_location_enterprise %} is publicly accessible over the Internet. In private mode, users cannot anonymously clone repositories over `git://`. If built-in authentication is also enabled, an administrator must invite new users to create an account on the instance. For more information, see "[Using built-in authentication](/enterprise/{{ currentVersion }}/admin/guides/user-management/using-built-in-authentication)."
+You must enable private mode if {% data variables.product.product_location %} is publicly accessible over the Internet. In private mode, users cannot anonymously clone repositories over `git://`. If built-in authentication is also enabled, an administrator must invite new users to create an account on the instance. For more information, see "[Using built-in authentication](/enterprise/{{ currentVersion }}/admin/guides/user-management/using-built-in-authentication)."
{% data reusables.enterprise_installation.image-urls-viewable-warning %}
-With private mode enabled, you can allow unauthenticated Git operations (and anyone with network access to {% data variables.product.product_location_enterprise %}) to read a public repository's code on your instance with anonymous Git read access enabled. For more information, see "[Allowing admins to enable anonymous Git read access to public repositories](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories)."
+With private mode enabled, you can allow unauthenticated Git operations (and anyone with network access to {% data variables.product.product_location %}) to read a public repository's code on your instance with anonymous Git read access enabled. For more information, see "[Allowing admins to enable anonymous Git read access to public repositories](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories)."
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
diff --git a/translations/ko-KR/content/admin/configuration/enabling-subdomain-isolation.md b/translations/ko-KR/content/admin/configuration/enabling-subdomain-isolation.md
index 4d52dc01a4..f8c44f2126 100644
--- a/translations/ko-KR/content/admin/configuration/enabling-subdomain-isolation.md
+++ b/translations/ko-KR/content/admin/configuration/enabling-subdomain-isolation.md
@@ -11,7 +11,7 @@ versions:
### About subdomain isolation
-Subdomain isolation mitigates cross-site scripting and other related vulnerabilities. For more information, see "[Cross-site scripting](http://en.wikipedia.org/wiki/Cross-site_scripting)" on Wikipedia. We highly recommend that you enable subdomain isolation on {% data variables.product.product_location_enterprise %}.
+Subdomain isolation mitigates cross-site scripting and other related vulnerabilities. For more information, see "[Cross-site scripting](http://en.wikipedia.org/wiki/Cross-site_scripting)" on Wikipedia. We highly recommend that you enable subdomain isolation on {% data variables.product.product_location %}.
When subdomain isolation is enabled, {% data variables.product.prodname_ghe_server %} replaces several paths with subdomains.
diff --git a/translations/ko-KR/content/admin/configuration/index.md b/translations/ko-KR/content/admin/configuration/index.md
index 2e8a92d9f8..736ec887b6 100644
--- a/translations/ko-KR/content/admin/configuration/index.md
+++ b/translations/ko-KR/content/admin/configuration/index.md
@@ -1,23 +1,35 @@
---
title: Configuring GitHub Enterprise
shortTitle: Configuring GitHub Enterprise
-intro: 'Once {% data variables.product.prodname_ghe_server %} is installed and set up, you can configure the appliance to suit your organization''s needs.'
+intro: "You can configure your enterprise to suit your organization's needs."
redirect_from:
- /enterprise/admin/configuration
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% note %}
+
+**Note:** To configure {% data variables.product.prodname_actions %} or {% data variables.product.prodname_registry %} for your enterprise, see "[Managing GitHub Actions for your enterprise](/admin/github-actions)" or "[Managing GitHub Packages for your enterprise](/admin/packages)."
+
+{% endnote %}
+{% endif %}
### Table of Contents
{% topic_link_in_list /configuring-your-enterprise %}
+ {% link_in_list /about-enterprise-configuration %}
+ {% link_in_list /initializing-github-ae %}
{% link_in_list /accessing-the-management-console %}
{% link_in_list /accessing-the-administrative-shell-ssh %}
+ {% link_in_list /configuring-data-encryption-for-your-enterprise %}
{% link_in_list /enabling-and-scheduling-maintenance-mode %}
{% link_in_list /configuring-backups-on-your-appliance %}
{% link_in_list /site-admin-dashboard %}
{% link_in_list /enabling-private-mode %}
+ {% link_in_list /configuring-email-for-notifications %}
{% link_in_list /configuring-rate-limits %}
{% link_in_list /configuring-applications %}
@@ -25,7 +37,8 @@ versions:
{% link_in_list /troubleshooting-ssl-errors %}
{% link_in_list /configuring-time-synchronization %}
{% link_in_list /command-line-utilities %}
- {% link_in_list /configuring-github-pages-on-your-appliance %}
+ {% link_in_list /restricting-network-traffic-to-your-enterprise %}
+ {% link_in_list /configuring-github-pages-for-your-enterprise %}
{% topic_link_in_list /configuring-network-settings %}
{% link_in_list /configuring-the-ip-address-using-the-virtual-machine-console %}
{% link_in_list /configuring-dns-nameservers %}
@@ -49,11 +62,3 @@ versions:
{% topic_link_in_list /configuring-advanced-security-features %}
{% link_in_list /configuring-code-scanning-for-your-appliance %}
-
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
-{% note %}
-
-**Note:** To configure {% data variables.product.prodname_actions %} or {% data variables.product.prodname_registry %} for your enterprise, see "[Managing GitHub Actions for your enterprise](/admin/github-actions)" or "[Managing GitHub Packages for your enterprise](/admin/packages)."
-
-{% endnote %}
-{% endif %}
diff --git a/translations/ko-KR/content/admin/configuration/initializing-github-ae.md b/translations/ko-KR/content/admin/configuration/initializing-github-ae.md
new file mode 100644
index 0000000000..4a1bf9aa4a
--- /dev/null
+++ b/translations/ko-KR/content/admin/configuration/initializing-github-ae.md
@@ -0,0 +1,73 @@
+---
+title: Initializing GitHub AE
+intro: 'To get your enterprise ready to use, you can complete the initial configuration of {% data variables.product.product_name %}.'
+versions:
+ github-ae: '*'
+---
+
+### About initialization
+
+Before you can initialize your enterprise, you must purchase {% data variables.product.product_name %}. For more information, contact {% data variables.contact.contact_enterprise_sales %}.
+
+After you purchase {% data variables.product.product_name %}, we'll ask you to provide an email address and username for the person you want to initialize the enterprise. Your dedicated technical account manager in {% data variables.contact.enterprise_support %} will create an account for the enterprise owner and send the enterprise owner an email to log into {% data variables.product.product_name %} and complete the initialization. Make sure the information you provide matches the intended enterprise owner's information in the IdP. For more information about enterprise owners, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-owner)."
+
+During initialization, the enterprise owner will name your enterprise, configure SAML SSO, create policies for all organizations in your enterprise, and configure a support contact for your users.
+
+### 빌드전 요구 사양
+
+{% note %}
+
+**Note**: Before you begin initialization, store the initial username and password for {% data variables.product.prodname_ghe_managed %} securely in a password manager. {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+1. To initialize {% data variables.product.product_location %}, you must have a SAML identity provider (IdP). {% data reusables.saml.ae-uses-saml-sso %} To connect your IdP to your enterprise during initialization, you should have your IdP's Entity ID (SSO) URL, Issuer ID URL, and public signing certificate (Base64-encoded). For more information, see "[About identity and access management for your enterprise](/admin/authentication/about-identity-and-access-management-for-your-enterprise)."
+
+ {% note %}
+
+ **Note**: {% data reusables.saml.create-a-machine-user %}
+
+ {% endnote %}
+
+2. {% data reusables.saml.assert-the-administrator-attribute %}
+
+### Signing in and naming your enterprise
+
+1. Follow the instructions in your welcome email to reach your enterprise.
+2. Type your credentials under "Change password", then click **Change password**.
+3. Under "What would you like your enterprise account to be named?", type the enterprise's name, then click **Save and continue**. 
+
+### Connecting your IdP to your enterprise
+
+To configure authentication for {% data variables.product.product_name %}, you must provide {% data variables.product.product_name %} with the details for your SAML IdP. {% data variables.product.company_short %} recommends using Azure AD as your IdP. For more information, see "[Configuring authentication and provisioning with your identity provider](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider)."
+
+1. To the right of "Set up your identity provider", click **Configure**. 
+1. Under "Sign on URL", copy and paste the URL for your SAML IdP. 
+1. Under "Issuer", copy and paste the issuer URL for your SAML IdP. 
+1. Under "Public certificate", copy and paste the public certificate for your SAML IdP. 
+1. Click **Test SAML configuration** to ensure that the information you've entered is correct. 
+1. Click **Save**. 
+
+### Setting your enterprise policies
+
+Configuring policies will set limitations for repository and organization management for your enterprise. These can be reconfigured after the initialization process.
+
+1. To the right of "Set your enterprise policies", click **Configure**. 
+2. Under "Default Repository Permissions", use the drop-down menu and click a default permissions level for repositories in your enterprise. If a person has multiple avenues of access to an organization, either individually, through a team, or as an organization member, the highest permission level overrides any lower permission levels. Optionally, to allow organizations within your enterprise to set their default repository permissions, click **No policy** 
+3. Under "Repository creation", choose whether you want to allow members to create repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy**. 
+4. Under "Repository forking", choose whether to allow forking of private and internal repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy** 
+5. Under "Repository invitations", choose whether members or organization owners can invite collaborators to repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy** 
+6. Under "Default repository visibility", use the drop-down menu and click the default visibility setting for new repositories. 
+7. Under "Users can create organizations", use the drop-down menu to enable or disable organization creation access for members of the enterprise. 
+8. Under "Force pushes", use the drop-down menu and choose whether to allow or block force pushes. 
+9. Under "Git SSH access", use the drop-down menu and choose whether to enable Git SSH access for all repositories in the enterprise. 
+10. Click **Save** 
+11. Optionally, to reset all selections, click "Reset to default policies". 
+
+### Setting your internal support contact
+
+You can configure the method your users will use to contact your internal support team. This can be reconfigured after the initialization process.
+
+1. To the right of "Internal support contact", click **Configure**. 
+2. Under "Internal support contact", select the method for users of your enterprise to contact support, through a URL or an e-mail address. Then, type the support contact information. 
+3. Click **Save**. 
diff --git a/translations/ko-KR/content/admin/configuration/network-ports.md b/translations/ko-KR/content/admin/configuration/network-ports.md
index 22f72ad75d..4255584934 100644
--- a/translations/ko-KR/content/admin/configuration/network-ports.md
+++ b/translations/ko-KR/content/admin/configuration/network-ports.md
@@ -14,16 +14,16 @@ versions:
### Administrative ports
-Some administrative ports are required to configure {% data variables.product.product_location_enterprise %} and run certain features. Administrative ports are not required for basic application use by end users.
+Some administrative ports are required to configure {% data variables.product.product_location %} and run certain features. Administrative ports are not required for basic application use by end users.
-| Port | Service | 설명 |
-| -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| 8443 | HTTPS | Secure web-based {% data variables.enterprise.management_console %}. Required for basic installation and configuration. |
-| 8080 | HTTP | Plain-text web-based {% data variables.enterprise.management_console %}. Not required unless SSL is disabled manually. |
-| 122 | SSH | Shell access for {% data variables.product.product_location_enterprise %}. Required to be open to incoming connections from all other nodes in a High Availability configuration. The default SSH port (22) is dedicated to Git and SSH application network traffic. |
-| 1194/UDP | VPN | Secure replication network tunnel in High Availability configuration. Required to be open to all other nodes in the configuration. |
-| 123/UDP | NTP | Required for time protocol operation. |
-| 161/UDP | SNMP | Required for network monitoring protocol operation. |
+| Port | Service | 설명 |
+| -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| 8443 | HTTPS | Secure web-based {% data variables.enterprise.management_console %}. Required for basic installation and configuration. |
+| 8080 | HTTP | Plain-text web-based {% data variables.enterprise.management_console %}. Not required unless SSL is disabled manually. |
+| 122 | SSH | Shell access for {% data variables.product.product_location %}. Required to be open to incoming connections from all other nodes in a High Availability configuration. The default SSH port (22) is dedicated to Git and SSH application network traffic. |
+| 1194/UDP | VPN | Secure replication network tunnel in High Availability configuration. Required to be open to all other nodes in the configuration. |
+| 123/UDP | NTP | Required for time protocol operation. |
+| 161/UDP | SNMP | Required for network monitoring protocol operation. |
### Application ports for end users
diff --git a/translations/ko-KR/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md b/translations/ko-KR/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md
new file mode 100644
index 0000000000..d20a711bd0
--- /dev/null
+++ b/translations/ko-KR/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md
@@ -0,0 +1,11 @@
+---
+title: Restricting network traffic to your enterprise
+shortTitle: Restricting network traffic
+intro: 'You can restrict access to your enterprise to connections from specified IP addresses.'
+versions:
+ github-ae: '*'
+---
+
+By default, authorized users can access your enterprise from any IP address. You can restrict access to specific IP addresses such as your physical office locations by contacting support.
+
+Contact {% data variables.contact.github_support %} with the IP addresses that should be allowed to access your enterprise. Specify address ranges using the standard CIDR (Classless Inter-Domain Routing) format. {% data variables.contact.github_support %} will configure the appropriate firewall rules for your enterprise to restrict network access over HTTP, SSH, HTTPS, and SMTP. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/receiving-help-from-github-support)."
diff --git a/translations/ko-KR/content/admin/configuration/site-admin-dashboard.md b/translations/ko-KR/content/admin/configuration/site-admin-dashboard.md
index c67d0bcee6..a4419fe81b 100644
--- a/translations/ko-KR/content/admin/configuration/site-admin-dashboard.md
+++ b/translations/ko-KR/content/admin/configuration/site-admin-dashboard.md
@@ -1,6 +1,6 @@
---
title: Site admin dashboard
-intro: 'The site admin dashboard provides a number of tools to help you manage {% data variables.product.product_location_enterprise %}.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-the-site-admin-dashboard %}'
redirect_from:
- /enterprise/admin/articles/site-admin-dashboard/
- /enterprise/admin/installation/site-admin-dashboard
@@ -43,7 +43,7 @@ For more information on audit logging in general, see "[Audit logging](/enterpri
### Reports
-If you need to get information on the users, organizations, and repositories in {% data variables.product.product_location_enterprise %}, you would ordinarily fetch JSON data through the [GitHub API](/rest). Unfortunately, the API may not provide all of the data that you want and it requires a bit of technical expertise to use. The site admin dashboard offers a **Reports** section as an alternative, making it easy for you to download CSV reports with most of the information that you are likely to need for users, organizations, and repositories.
+If you need to get information on the users, organizations, and repositories in {% data variables.product.product_location %}, you would ordinarily fetch JSON data through the [GitHub API](/rest). Unfortunately, the API may not provide all of the data that you want and it requires a bit of technical expertise to use. The site admin dashboard offers a **Reports** section as an alternative, making it easy for you to download CSV reports with most of the information that you are likely to need for users, organizations, and repositories.
Specifically, you can download CSV reports that list
@@ -146,7 +146,7 @@ In other words, repair jobs are started as needed and run in the background—th
Furthermore, repair jobs use a "repair offset" for parallelization. This is an offset into the database table for the record being reconciled. Multiple background jobs can synchronize work based on this offset.
-A progress bar shows the current status of a repair job across all of its background workers. It is the percentage difference of the repair offset with the highest record ID in the database. Don't worry about the value shown in the progress bar after a repair job has completed: because it shows the difference between the repair offset and the highest record ID in the database, it will decrease as more repositories are added to {% data variables.product.product_location_enterprise %} even though those repositories are actually indexed.
+A progress bar shows the current status of a repair job across all of its background workers. It is the percentage difference of the repair offset with the highest record ID in the database. Don't worry about the value shown in the progress bar after a repair job has completed: because it shows the difference between the repair offset and the highest record ID in the database, it will decrease as more repositories are added to {% data variables.product.product_location %} even though those repositories are actually indexed.
You can start a new code-search index repair job at any time. It will use a single CPU as it reconciles the search index with database and Git repository data. To minimize the effects this will have on I/O performance and reduce the chances of operations timing out, try to run a repair job during off-peak hours first. Monitor your system's load averages and CPU usage with a utility like `top`; if you don't notice any significant changes, it should be safe to run an index repair job during peak hours, as well.
@@ -168,7 +168,7 @@ Refer to this section of the site admin dashboard to manage organizations, peopl
### Repositories
-This is a list of the repositories on {% data variables.product.product_location_enterprise %}. You can click on a repository name and access functions for administering the repository.
+This is a list of the repositories on {% data variables.product.product_location %}. You can click on a repository name and access functions for administering the repository.
- [Blocking force pushes to a repository](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository/)
- [Configuring {% data variables.large_files.product_name_long %}](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage/#configuring-git-large-file-storage-for-an-individual-repository)
@@ -176,17 +176,17 @@ This is a list of the repositories on {% data variables.product.product_location
### All users
-Here you can see all of the users on {% data variables.product.product_location_enterprise %}—, and [initiate an SSH key audit](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Here you can see all of the users on {% data variables.product.product_location %}—, and [initiate an SSH key audit](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
### Site admins
-Here you can see all of the administrators on {% data variables.product.product_location_enterprise %}, and [initiate an SSH key audit](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Here you can see all of the administrators on {% data variables.product.product_location %}, and [initiate an SSH key audit](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
### Dormant users
-Here you can see and [suspend](/enterprise/{{ currentVersion }}/admin/guides/user-management/suspending-and-unsuspending-users) all of the inactive users on {% data variables.product.product_location_enterprise %}. A user account is considered to be inactive ("dormant") when it:
+Here you can see and [suspend](/enterprise/{{ currentVersion }}/admin/guides/user-management/suspending-and-unsuspending-users) all of the inactive users on {% data variables.product.product_location %}. A user account is considered to be inactive ("dormant") when it:
-- Has existed for longer than the dormancy threshold that's set for {% data variables.product.product_location_enterprise %}.
+- Has existed for longer than the dormancy threshold that's set for {% data variables.product.product_location %}.
- Has not generated any activity within that time period.
- Is not a site administrator.
@@ -194,7 +194,7 @@ Here you can see and [suspend](/enterprise/{{ currentVersion }}/admin/guides/use
### Suspended users
-Here you can see all of the users who have been suspended on {% data variables.product.product_location_enterprise %}, and [initiate an SSH key audit](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Here you can see all of the users who have been suspended on {% data variables.product.product_location %}, and [initiate an SSH key audit](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
[trending page]: https://github.com/blog/1585-explore-what-is-trending-on-github
diff --git a/translations/ko-KR/content/admin/configuration/troubleshooting-ssl-errors.md b/translations/ko-KR/content/admin/configuration/troubleshooting-ssl-errors.md
index 98c2bf418f..61c4bb3ce9 100644
--- a/translations/ko-KR/content/admin/configuration/troubleshooting-ssl-errors.md
+++ b/translations/ko-KR/content/admin/configuration/troubleshooting-ssl-errors.md
@@ -39,7 +39,7 @@ Otherwise, you can use the SSL Converter tool to convert your certificate into t
### Unresponsive installation after uploading a key
-If {% data variables.product.product_location_enterprise %} is unresponsive after uploading an SSL key, please [contact {% data variables.product.prodname_enterprise %} Support](https://enterprise.github.com/support) with specific details, including a copy of your SSL certificate.
+If {% data variables.product.product_location %} is unresponsive after uploading an SSL key, please [contact {% data variables.product.prodname_enterprise %} Support](https://enterprise.github.com/support) with specific details, including a copy of your SSL certificate.
### Certificate validity errors
diff --git a/translations/ko-KR/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md b/translations/ko-KR/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
index dea540b959..15bfb0aa66 100644
--- a/translations/ko-KR/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
+++ b/translations/ko-KR/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
@@ -21,7 +21,7 @@ Because client connections to {% data variables.product.prodname_ghe_server %} c
{% data reusables.enterprise_clustering.proxy_xff_firewall_warning %}
-#### Enabling PROXY protocol support on {% data variables.product.product_location_enterprise %}
+#### Enabling PROXY protocol support on {% data variables.product.product_location %}
We strongly recommend enabling PROXY protocol support for both your appliance and the load balancer. Use the instructions provided by your vendor to enable the PROXY protocol on your load balancer. For more information, see [the PROXY protocol documentation](http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt).
@@ -33,7 +33,7 @@ We strongly recommend enabling PROXY protocol support for both your appliance an
{% data reusables.enterprise_clustering.proxy_protocol_ports %}
-#### Enabling X-Forwarded-For support on {% data variables.product.product_location_enterprise %}
+#### Enabling X-Forwarded-For support on {% data variables.product.product_location %}
{% data reusables.enterprise_clustering.x-forwarded-for %}
diff --git a/translations/ko-KR/content/admin/configuration/validating-your-domain-settings.md b/translations/ko-KR/content/admin/configuration/validating-your-domain-settings.md
index 39e92c5492..9ae6c0e112 100644
--- a/translations/ko-KR/content/admin/configuration/validating-your-domain-settings.md
+++ b/translations/ko-KR/content/admin/configuration/validating-your-domain-settings.md
@@ -1,6 +1,6 @@
---
title: Validating your domain settings
-intro: 'Ensure that your domain settings are properly configured before booting up {% data variables.product.product_location_enterprise %} for the first time.'
+intro: 'Ensure that your domain settings are properly configured before booting up {% data variables.product.product_location %} for the first time.'
redirect_from:
- /enterprise/admin/installation/validating-your-domain-settings
- /enterprise/admin/configuration/validating-your-domain-settings
diff --git a/translations/ko-KR/content/admin/enterprise-management/accessing-the-monitor-dashboard.md b/translations/ko-KR/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
index 3b2cd2829c..a0720921e5 100644
--- a/translations/ko-KR/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
+++ b/translations/ko-KR/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
@@ -18,7 +18,7 @@ versions:
{% note %}
-**Note**: Because regularly polling {% data variables.product.product_location_enterprise %} with continuous integration (CI) or build servers can effectively cause a denial of service attack that results in problems, we recommend using webhooks to push updates. For more information, see "[About webhooks](/enterprise/{{ currentVersion }}/user/articles/about-webhooks/)".
+**Note**: Because regularly polling {% data variables.product.product_location %} with continuous integration (CI) or build servers can effectively cause a denial of service attack that results in problems, we recommend using webhooks to push updates. For more information, see "[About webhooks](/enterprise/{{ currentVersion }}/user/articles/about-webhooks/)".
{% endnote %}
diff --git a/translations/ko-KR/content/admin/enterprise-management/configuring-collectd.md b/translations/ko-KR/content/admin/enterprise-management/configuring-collectd.md
index 084e7efe22..647d538866 100644
--- a/translations/ko-KR/content/admin/enterprise-management/configuring-collectd.md
+++ b/translations/ko-KR/content/admin/enterprise-management/configuring-collectd.md
@@ -11,7 +11,7 @@ versions:
### Set up an external `collectd` server
-If you haven't already set up an external `collectd` server, you will need to do so before enabling `collectd` forwarding on {% data variables.product.product_location_enterprise %}. Your `collectd` server must by running `collectd` version 5.x or higher.
+If you haven't already set up an external `collectd` server, you will need to do so before enabling `collectd` forwarding on {% data variables.product.product_location %}. Your `collectd` server must by running `collectd` version 5.x or higher.
1. Log into your `collectd` server.
2. Create or edit the `collectd` configuration file to load the network plugin and populate the server and port directives with the proper values. On most distributions, this is located at `/etc/collectd/collectd.conf`
@@ -53,6 +53,6 @@ ssh -p 122 admin@[hostname] -- 'ghe-export-graphs' && scp -P 122 admin@[hostname
#### Central collectd server receives no data
-{% data variables.product.prodname_enterprise %} ships with `collectd` version 5.x. `collectd` 5.x is not backwards compatible with the 4.x release series. Your central `collectd` server needs to be at least version 5.x to accept data sent from {% data variables.product.product_location_enterprise %}.
+{% data variables.product.prodname_enterprise %} ships with `collectd` version 5.x. `collectd` 5.x is not backwards compatible with the 4.x release series. Your central `collectd` server needs to be at least version 5.x to accept data sent from {% data variables.product.product_location %}.
For help with further questions or issues, contact {% data variables.contact.contact_ent_support %}.
diff --git a/translations/ko-KR/content/admin/enterprise-management/enabling-automatic-update-checks.md b/translations/ko-KR/content/admin/enterprise-management/enabling-automatic-update-checks.md
index 2d409b26a0..ab2da87901 100644
--- a/translations/ko-KR/content/admin/enterprise-management/enabling-automatic-update-checks.md
+++ b/translations/ko-KR/content/admin/enterprise-management/enabling-automatic-update-checks.md
@@ -1,6 +1,6 @@
---
title: Enabling automatic update checks
-intro: 'You can enable automatic update checks so that {% data variables.product.product_location_enterprise %} checks for and downloads the latest {% data variables.product.prodname_ghe_server %} release.'
+intro: 'You can enable automatic update checks so that {% data variables.product.product_location %} checks for and downloads the latest {% data variables.product.prodname_ghe_server %} release.'
redirect_from:
- /enterprise/admin/installation/enabling-automatic-update-checks
- /enterprise/admin/enterprise-management/enabling-automatic-update-checks
@@ -8,13 +8,13 @@ versions:
enterprise-server: '*'
---
-When an upgrade package is automatically downloaded for {% data variables.product.product_location_enterprise %}, you'll receive a message letting you know you can upgrade {% data variables.product.prodname_ghe_server %}. Packages download to the `/var/lib/ghe-updates` directory on {% data variables.product.product_location_enterprise %}. For more information, see "[Upgrading {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server)."
+When an upgrade package is automatically downloaded for {% data variables.product.product_location %}, you'll receive a message letting you know you can upgrade {% data variables.product.prodname_ghe_server %}. Packages download to the `/var/lib/ghe-updates` directory on {% data variables.product.product_location %}. For more information, see "[Upgrading {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server)."
If a hotpatch is available for an upgrade, the `.hpkg` will download automatically. In the management console you can choose to install the hotpatch immediately or schedule installation for a later time. For more information, see "[Upgrading with a hotpatch](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server#upgrading-with-a-hotpatch)."
{% tip %}
-**Tip:** To enable automatic update checks, {% data variables.product.product_location_enterprise %} must be able to connect to `https://github-enterprise.s3.amazonaws.com`.
+**Tip:** To enable automatic update checks, {% data variables.product.product_location %} must be able to connect to `https://github-enterprise.s3.amazonaws.com`.
{% endtip %}
diff --git a/translations/ko-KR/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md b/translations/ko-KR/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
index 81fa7c5ab2..37a6d6d57d 100644
--- a/translations/ko-KR/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
+++ b/translations/ko-KR/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
@@ -20,7 +20,7 @@ versions:
#### Resizing considerations
-Before increasing CPU or memory resources for {% data variables.product.product_location_enterprise %}, review the following recommendations.
+Before increasing CPU or memory resources for {% data variables.product.product_location %}, review the following recommendations.
- **Scale your memory with CPUs**. {% data reusables.enterprise_installation.increasing-cpus-req %}
- **Assign an Elastic IP address to the instance**. If you haven't assigned an Elastic IP to your instance, you'll have to adjust the DNS A records for your {% data variables.product.prodname_ghe_server %} host after the restart to account for the change in public IP address. Once your instance restarts, the instance keeps the Elastic IP if you launched the instance in a virtual private cloud (VPC). If you create the instance in an EC2-Classic network, you must manually reassign the Elastic IP to the instance.
@@ -64,7 +64,7 @@ It's not possible to add CPU or memory resources to an existing OpenStack KVM in
{% data reusables.enterprise_installation.increasing-cpus-req %}
1. Use the vSphere Client to connect to the VMware ESXi host.
-2. Shut down {% data variables.product.product_location_enterprise %}.
+2. Shut down {% data variables.product.product_location %}.
3. Select the virtual machine and click **Edit Settings**.
4. Under "Hardware", adjust the CPU and/or memory resources allocated to the virtual machine as needed: 
5. To start the virtual machine, click **OK**.
diff --git a/translations/ko-KR/content/admin/enterprise-management/increasing-storage-capacity.md b/translations/ko-KR/content/admin/enterprise-management/increasing-storage-capacity.md
index ece10c6a71..bb41f8c602 100644
--- a/translations/ko-KR/content/admin/enterprise-management/increasing-storage-capacity.md
+++ b/translations/ko-KR/content/admin/enterprise-management/increasing-storage-capacity.md
@@ -10,7 +10,7 @@ versions:
{% data reusables.enterprise_installation.warning-on-upgrading-physical-resources %}
-As more users join {% data variables.product.product_location_enterprise %}, you may need to resize your storage volume. Refer to the documentation for your virtualization platform for information on resizing storage.
+As more users join {% data variables.product.product_location %}, you may need to resize your storage volume. Refer to the documentation for your virtualization platform for information on resizing storage.
### Requirements and recommendations
diff --git a/translations/ko-KR/content/admin/enterprise-management/index.md b/translations/ko-KR/content/admin/enterprise-management/index.md
index d53041ef94..0736f9e81d 100644
--- a/translations/ko-KR/content/admin/enterprise-management/index.md
+++ b/translations/ko-KR/content/admin/enterprise-management/index.md
@@ -15,7 +15,6 @@ versions:
{% link_in_list /recommended-alert-thresholds %}
{% link_in_list /setting-up-external-monitoring %}
{% link_in_list /configuring-collectd %}
- {% link_in_list /log-forwarding %}
{% link_in_list /monitoring-using-snmp %}
{% topic_link_in_list /updating-the-virtual-machine-and-physical-resources %}
{% link_in_list /upgrade-requirements %}
diff --git a/translations/ko-KR/content/admin/enterprise-management/monitoring-using-snmp.md b/translations/ko-KR/content/admin/enterprise-management/monitoring-using-snmp.md
index 00bb9e7aa4..a558bb6f6d 100644
--- a/translations/ko-KR/content/admin/enterprise-management/monitoring-using-snmp.md
+++ b/translations/ko-KR/content/admin/enterprise-management/monitoring-using-snmp.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-SNMP is a common standard for monitoring devices over a network. We strongly recommend enabling SNMP so you can monitor the health of {% data variables.product.product_location_enterprise %} and know when to add more memory, storage, or processor power to the host machine.
+SNMP is a common standard for monitoring devices over a network. We strongly recommend enabling SNMP so you can monitor the health of {% data variables.product.product_location %} and know when to add more memory, storage, or processor power to the host machine.
{% data variables.product.prodname_enterprise %} has a standard SNMP installation, so you can take advantage of the [many plugins](http://www.monitoring-plugins.org/doc/man/check_snmp.html) available for Nagios or for any other monitoring system.
@@ -28,7 +28,7 @@ SNMP is a common standard for monitoring devices over a network. We strongly rec
$ snmpget -v 2c -c community-string -O e hostname hrSystemDate.0
```
-This should return the system time on {% data variables.product.product_location_enterprise %} host.
+This should return the system time on {% data variables.product.product_location %} host.
### User-based security
diff --git a/translations/ko-KR/content/admin/enterprise-management/monitoring-your-appliance.md b/translations/ko-KR/content/admin/enterprise-management/monitoring-your-appliance.md
index 4e995c9f62..e8adac6a11 100644
--- a/translations/ko-KR/content/admin/enterprise-management/monitoring-your-appliance.md
+++ b/translations/ko-KR/content/admin/enterprise-management/monitoring-your-appliance.md
@@ -1,6 +1,6 @@
---
title: Monitoring your appliance
-intro: 'As use of {% data variables.product.product_location_enterprise %} increases over time, the utilization of system resources, like CPU, memory, and storage will also increase. You can configure monitoring and alerting so that you''re aware of potential issues before they become critical enough to negatively impact application performance or availability.'
+intro: 'As use of {% data variables.product.product_location %} increases over time, the utilization of system resources, like CPU, memory, and storage will also increase. You can configure monitoring and alerting so that you''re aware of potential issues before they become critical enough to negatively impact application performance or availability.'
redirect_from:
- /enterprise/admin/guides/installation/system-resource-monitoring-and-alerting/
- /enterprise/admin/guides/installation/monitoring-your-github-enterprise-appliance/
diff --git a/translations/ko-KR/content/admin/enterprise-management/recommended-alert-thresholds.md b/translations/ko-KR/content/admin/enterprise-management/recommended-alert-thresholds.md
index db330d5312..0f5f7838bc 100644
--- a/translations/ko-KR/content/admin/enterprise-management/recommended-alert-thresholds.md
+++ b/translations/ko-KR/content/admin/enterprise-management/recommended-alert-thresholds.md
@@ -34,7 +34,7 @@ We also recommend that you monitor virtualization "steal" time to ensure that ot
### Monitoring memory usage
-The amount of physical memory allocated to {% data variables.product.product_location_enterprise %} can have a large impact on overall performance and application responsiveness. The system is designed to make heavy use of the kernel disk cache to speed up Git operations. We recommend that the normal RSS working set fit within 50% of total available RAM at peak usage.
+The amount of physical memory allocated to {% data variables.product.product_location %} can have a large impact on overall performance and application responsiveness. The system is designed to make heavy use of the kernel disk cache to speed up Git operations. We recommend that the normal RSS working set fit within 50% of total available RAM at peak usage.
| 심각도 | Threshold |
| ------------ | --------------------------------------------------------- |
diff --git a/translations/ko-KR/content/admin/enterprise-management/upgrade-requirements.md b/translations/ko-KR/content/admin/enterprise-management/upgrade-requirements.md
index cbe53d18f5..4c496ec83d 100644
--- a/translations/ko-KR/content/admin/enterprise-management/upgrade-requirements.md
+++ b/translations/ko-KR/content/admin/enterprise-management/upgrade-requirements.md
@@ -22,7 +22,7 @@ versions:
### Recommendations
- Include as few upgrades as possible in your upgrade process. For example, instead of upgrading from {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} to {{ enterpriseServerReleases.supported[1] }} to {{ enterpriseServerReleases.latest }}, you could upgrade from {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} to {{ enterpriseServerReleases.latest }}.
-- If you’re several versions behind, upgrade {% data variables.product.product_location_enterprise %} as far forward as possible with each step of your upgrade process. Using the latest version possible on each upgrade allows you to take advantage of performance improvements and bug fixes. For example, you could upgrade from {% data variables.product.prodname_enterprise %} 2.7 to 2.8 to 2.10, but upgrading from {% data variables.product.prodname_enterprise %} 2.7 to 2.9 to 2.10 uses a later version in the second step.
+- If you’re several versions behind, upgrade {% data variables.product.product_location %} as far forward as possible with each step of your upgrade process. Using the latest version possible on each upgrade allows you to take advantage of performance improvements and bug fixes. For example, you could upgrade from {% data variables.product.prodname_enterprise %} 2.7 to 2.8 to 2.10, but upgrading from {% data variables.product.prodname_enterprise %} 2.7 to 2.9 to 2.10 uses a later version in the second step.
- Use the latest patch release when upgrading. {% data reusables.enterprise_installation.enterprise-download-upgrade-pkg %}
- Use a staging instance to test the upgrade steps. For more information, see "[Setting up a staging instance](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-up-a-staging-instance/)."
- When running multiple upgrades, wait at least 24 hours between feature upgrades to allow data migrations and backgrounded upgrade tasks to fully complete.
diff --git a/translations/ko-KR/content/admin/enterprise-management/upgrading-github-enterprise-server.md b/translations/ko-KR/content/admin/enterprise-management/upgrading-github-enterprise-server.md
index d4da91f8cf..4efa9b5709 100644
--- a/translations/ko-KR/content/admin/enterprise-management/upgrading-github-enterprise-server.md
+++ b/translations/ko-KR/content/admin/enterprise-management/upgrading-github-enterprise-server.md
@@ -150,7 +150,7 @@ While you can use a hotpatch to upgrade to the latest patch release within a fea
Target root partition: /dev/xvda2
Proceed with installation? [y/N]
```
-7. For single appliance upgrades, disable maintenance mode so users can use {% data variables.product.product_location_enterprise %}.
+7. For single appliance upgrades, disable maintenance mode so users can use {% data variables.product.product_location %}.
{% note %}
@@ -203,7 +203,7 @@ Appliances configured for high-availability and geo-replication use replica inst
1. On the replica instance, run `ghe-repl-setup ` again.
{% data reusables.enterprise_installation.start-replication %}
{% data reusables.enterprise_installation.replication-status %}
-6. When you have completed upgrading the last replica, and the resync is complete, disable maintenance mode so users can use {% data variables.product.product_location_enterprise %}.
+6. When you have completed upgrading the last replica, and the resync is complete, disable maintenance mode so users can use {% data variables.product.product_location %}.
### Restoring from a failed upgrade
diff --git a/translations/ko-KR/content/admin/enterprise-support/about-github-enterprise-support.md b/translations/ko-KR/content/admin/enterprise-support/about-github-enterprise-support.md
index 64a386a968..96e7bba7ad 100644
--- a/translations/ko-KR/content/admin/enterprise-support/about-github-enterprise-support.md
+++ b/translations/ko-KR/content/admin/enterprise-support/about-github-enterprise-support.md
@@ -1,10 +1,11 @@
---
title: About GitHub Enterprise Support
-intro: '{% data variables.product.prodname_ghe_server %} Support can help you troubleshoot issues that arise on your {% data variables.product.prodname_ghe_server %} appliance.'
+intro: '{% data variables.contact.github_support %} can help you troubleshoot issues that arise on {% data variables.product.product_name %}.'
redirect_from:
- /enterprise/admin/enterprise-support/about-github-enterprise-support
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -15,49 +16,63 @@ versions:
### About {% data variables.contact.enterprise_support %}
-{% data variables.product.prodname_ghe_server %} includes {% data variables.contact.enterprise_support %} in English and Japanese.
+{% data variables.product.product_name %} includes {% data variables.contact.enterprise_support %} in English{% if enterpriseServerVersions contains currentVersion %}and Japanese{% endif %}.
-You can contact {% data variables.contact.enterprise_support %} through our support portal for help with:
- - Installing and using {% data variables.product.prodname_ghe_server %}
+{% if enterpriseServerVersions contains currentVersion %}
+You can contact
+{% data variables.contact.enterprise_support %} through {% data variables.contact.contact_enterprise_portal %} for help with:
+ - Installing and using {% data variables.product.product_name %}
- Identifying and verifying the causes of suspected errors
+{% endif %}
-In addition to all of the benefits of {% data variables.contact.enterprise_support %}, {% data variables.contact.premium_support %} offers:
+In addition to all of the benefits of {% data variables.contact.enterprise_support %}, {% if enterpriseServerVersions contains currentVersion %}{% data variables.contact.premium_support %}{% else %}support for {% data variables.product.product_name %}{% endif %} offers:
- Written support through our support portal 24 hours per day, 7 days per week
- Phone support 24 hours per day, 7 days per week
- - A Service Level Agreement (SLA) with guaranteed initial response times
- - Access to premium content
- - Scheduled health checks
+ - A{% if currentVersion == "github-ae@latest" %}n enhanced{% endif %} Service Level Agreement (SLA) {% if enterpriseServerVersions contains currentVersion %}with guaranteed initial response times{% endif %}
+ - Access to premium content{% if enterpriseServerVersions contains currentVersion %}
+ - Scheduled health checks{% endif %}
- Managed services
+{% data reusables.support.government-response-times-may-vary %}
+
+{% if enterpriseServerVersions contains currentVersion %}
For more information, see "[About {% data variables.contact.premium_support %} for {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)."
+{% endif %}
{% data reusables.support.scope-of-support %}
### Contacting {% data variables.contact.enterprise_support %}
-{% data variables.contact.enterprise_support %} customers can use the {% data variables.contact.contact_enterprise_portal %} to report issues in writing.
+You can contact {% data variables.contact.enterprise_support %} through {% if enterpriseServerVersions contains currentVersion %}{% data variables.contact.contact_enterprise_portal %}{% elsif currentVersion == "github-ae@latest" %} the {% data variables.contact.ae_azure_portal %}{% endif %} to report issues in writing. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
### Hours of operation
+{% if enterpriseServerVersions contains currentVersion %}
#### Support in English
+{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
For standard non-urgent issues, we offer support in English 24 hours per day, 5 days per week, excluding weekends and national U.S. holidays. The standard response time is 24 hours.
-For urgent issues, we are available 24 hours per day, 7 days per week, even during national U.S. holidays.
+For urgent issues, we {% else %}We{% endif %} are available 24 hours per day, 7 days per week, even during national U.S. holidays.
+{% data reusables.support.government-response-times-may-vary %}
+
+{% if enterpriseServerVersions contains currentVersion %}
#### Support in Japanese
For non-urgent issues, support in Japanese is available Monday through Friday from 9:00 AM to 5:00 PM JST, excluding national holidays in Japan. For urgent issues, we offer support in English 24 hours per day, 7 days per week, even during national U.S. holidays.
-For a complete list of U.S. and Japanese national holidays observed by {% data variables.contact.enterprise_support %}, see "[Holiday schedules](#holiday-schedules)."
+For a complete list of U.S. and Japanese national holidays observed by {% data variables.contact.enterprise_support %}, see "[Holiday schedules](#holiday-schedules)."{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
### Holiday schedules
-For urgent issues, we can help you in English 24 hours per day, 7 days per week, including on U.S. and Japanese holidays.
+For urgent issues, we can help you in English 24 hours per day, 7 days per week, including on U.S. {% if enterpriseServerVersions contains currentVersion %}and Japanese{% endif %} holidays.
#### Holidays in the United States
-{% data variables.contact.enterprise_support %} observes these U.S. holidays, although our global support team is available to answer urgent tickets.
+{% data variables.contact.enterprise_support %} observes these U.S. holidays{% if enterpriseServerVersions contains currentVersion %}, although our global support team is available to answer urgent tickets{% endif %}.
| U.S. holiday | Date observed |
| --------------------------- | --------------------------- |
@@ -80,6 +95,7 @@ For urgent issues, we can help you in English 24 hours per day, 7 days per week,
{% data variables.contact.enterprise_support %} does not provide Japanese-language support on December 28th through January 3rd as well as on the holidays listed in [国民の祝日について - 内閣府](https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html).
{% data reusables.enterprise_enterprise_support.installing-releases %}
+{% endif %}
### Assigning a priority to a support ticket
@@ -87,7 +103,11 @@ When you contact {% data variables.contact.enterprise_support %}, you can choose
{% data reusables.support.github-can-modify-ticket-priority %}
+{% if enterpriseServerVersions contains currentVersion %}
{% data reusables.support.ghes-priorities %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.support.ghae-priorities %}
+{% endif %}
### Resolving and closing support tickets
@@ -95,8 +115,9 @@ When you contact {% data variables.contact.enterprise_support %}, you can choose
### 더 읽을거리
+{% if enterpriseServerVersions contains currentVersion %}
- [Frequently asked questions about {% data variables.product.prodname_ghe_server %}](https://enterprise.github.com/faq)
-- Section 10 on Support in the "[{% data variables.product.prodname_ghe_server %} License Agreement](https://enterprise.github.com/license)"
-- "[Reaching {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/reaching-github-support)"
-- "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)"
+- Section 10 on Support in the "[{% data variables.product.prodname_ghe_server %} License Agreement](https://enterprise.github.com/license)"{% endif %}
+- "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)"{% if enterpriseServerVersions contains currentVersion %}
+- "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)"{% endif %}
- "[Submitting a ticket](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)"
diff --git a/translations/ko-KR/content/admin/enterprise-support/index.md b/translations/ko-KR/content/admin/enterprise-support/index.md
index a66aab840a..d6f1ed9191 100644
--- a/translations/ko-KR/content/admin/enterprise-support/index.md
+++ b/translations/ko-KR/content/admin/enterprise-support/index.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/enterprise-support
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Table of Contents
diff --git a/translations/ko-KR/content/admin/enterprise-support/overview.md b/translations/ko-KR/content/admin/enterprise-support/overview.md
index 2ba510275f..33da92674a 100644
--- a/translations/ko-KR/content/admin/enterprise-support/overview.md
+++ b/translations/ko-KR/content/admin/enterprise-support/overview.md
@@ -1,10 +1,11 @@
---
title: 개요
-intro: 'Learn about the support options available for {% data variables.product.prodname_ghe_server %}.'
+intro: 'Learn about the support options available for {% data variables.product.product_name %}.'
mapTopic: true
redirect_from:
- /enterprise/admin/enterprise-support/overview
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/enterprise-support/preparing-to-submit-a-ticket.md b/translations/ko-KR/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
index 6edfaf7b33..9c70a25abf 100644
--- a/translations/ko-KR/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
+++ b/translations/ko-KR/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
@@ -1,10 +1,11 @@
---
title: Preparing to submit a ticket
-intro: 'Help {% data variables.contact.github_support %} help you faster by following these suggestions before you open a support ticket.'
+intro: 'You can expedite your issue with {% data variables.contact.enterprise_support %} by following these suggestions before you open a support ticket.'
redirect_from:
- /enterprise/admin/enterprise-support/preparing-to-submit-a-ticket
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Before submitting a ticket, you should:
@@ -16,13 +17,11 @@ Before submitting a ticket, you should:
- Determine if there is an existing ticket number in any ongoing communications with {% data variables.contact.github_support %}.
- Determine the best person to contact {% data variables.contact.github_support %}.
-For more information, see "[Submitting a ticket](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)."
-
### Choosing a contact person
Especially for tickets with {% data variables.product.support_ticket_priority_urgent %} priority, the person contacting {% data variables.contact.github_support %} should:
- Be knowledgeable in your internal systems, tools, policies, and practices.
- - Be a proficient user of {% data variables.product.prodname_ghe_server %}.
+ - Be a proficient user of {% data variables.product.product_name %}.
- Have full access and permissions to any services that are required to troubleshoot the issue.
- - Be authorized to make the recommended changes to your network and any applicable products.
+ - Be authorized to make the recommended changes to your network and any applicable products.
\ No newline at end of file
diff --git a/translations/ko-KR/content/admin/enterprise-support/providing-data-to-github-support.md b/translations/ko-KR/content/admin/enterprise-support/providing-data-to-github-support.md
index 3214c079fb..9ebe94e918 100644
--- a/translations/ko-KR/content/admin/enterprise-support/providing-data-to-github-support.md
+++ b/translations/ko-KR/content/admin/enterprise-support/providing-data-to-github-support.md
@@ -85,7 +85,7 @@ You can use these steps to create and share a support bundle if you can access t
#### Creating a support bundle using SSH
-You can use these steps to create and share a support bundle if you have SSH access to your {% data variables.product.prodname_ghe_server %} appliance and have outbound internet access.
+You can use these steps to create and share a support bundle if you have SSH access to {% data variables.product.product_location %} and have outbound internet access.
{% data reusables.enterprise_enterprise_support.use_ghe_cluster_support_bundle %}
@@ -110,8 +110,8 @@ You can use these steps to create and share a support bundle if you have SSH acc
#### Uploading a support bundle directly using SSH
You can directly upload a support bundle to our server if:
-- You have SSH access to your {% data variables.product.prodname_ghe_server %} appliance.
-- Outbound HTTPS connections over TCP port 443 are allowed from your {% data variables.product.prodname_ghe_server %} appliance.
+- You have SSH access to {% data variables.product.product_location %}.
+- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %}.
1. Upload the bundle to our support bundle server:
```shell
@@ -126,7 +126,7 @@ To prevent bundles from becoming too large, bundles only contain logs that haven
#### Creating an extended support bundle using SSH
-You can use these steps to create and share an extended support bundle if you have SSH access to your {% data variables.product.prodname_ghe_server %} appliance and you have outbound internet access.
+You can use these steps to create and share an extended support bundle if you have SSH access to {% data variables.product.product_location %} and you have outbound internet access.
1. Download the extended support bundle via SSH by adding the `-x` flag to the `ghe-support-bundle` command:
```shell
@@ -138,8 +138,8 @@ You can use these steps to create and share an extended support bundle if you ha
#### Uploading an extended support bundle directly using SSH
You can directly upload a support bundle to our server if:
-- You have SSH access to your {% data variables.product.prodname_ghe_server %} appliance.
-- Outbound HTTPS connections over TCP port 443 are allowed from your {% data variables.product.prodname_ghe_server %} appliance.
+- You have SSH access to {% data variables.product.product_location %}.
+- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %}.
1. Upload the bundle to our support bundle server:
```shell
diff --git a/translations/ko-KR/content/admin/enterprise-support/reaching-github-support.md b/translations/ko-KR/content/admin/enterprise-support/reaching-github-support.md
index f78d8f82f5..3a823971ea 100644
--- a/translations/ko-KR/content/admin/enterprise-support/reaching-github-support.md
+++ b/translations/ko-KR/content/admin/enterprise-support/reaching-github-support.md
@@ -1,6 +1,6 @@
---
title: Reaching GitHub Support
-intro: 'Contact {% data variables.contact.github_support %} using the {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or the support portal.'
+intro: 'Contact {% data variables.contact.enterprise_support %} using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or{% endif %} the support portal.'
redirect_from:
- /enterprise/admin/guides/enterprise-support/reaching-github-enterprise-support/
- /enterprise/admin/enterprise-support/reaching-github-support
@@ -10,12 +10,15 @@ versions:
### Using automated ticketing systems
-Though we'll do our best to respond to automated support requests, we typically need more information than an automated ticketing system can give us to solve your issue. Whenever possible, please initiate support requests from a person or machine that {% data variables.contact.github_support %} can interact with. For more information, see "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)."
+Though we'll do our best to respond to automated support requests, we typically need more information than an automated ticketing system can give us to solve your issue. Whenever possible, please initiate support requests from a person or machine that {% data variables.contact.enterprise_support %} can interact with. For more information, see "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)."
### Contacting {% data variables.contact.enterprise_support %}
-{% data variables.contact.enterprise_support %} customers can open a support ticket using the {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or the {% data variables.contact.contact_enterprise_portal %}. Mark the ticket's priority as {% data variables.product.support_ticket_priority_urgent %}, {% data variables.product.support_ticket_priority_high %}, {% data variables.product.support_ticket_priority_normal %}, or {% data variables.product.support_ticket_priority_low %}. For more information, see "[Assigning a priority to a support ticket](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support#assigning-a-priority-to-a-support-ticket)" and "[Submitting a ticket](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)."
+{% data variables.contact.enterprise_support %} customers can open a support ticket using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or the {% data variables.contact.contact_enterprise_portal %}{% elsif currentVersion == "github-ae@latest" %} the {% data variables.contact.contact_ae_portal %}{% endif %}. Mark the ticket's priority as {% data variables.product.support_ticket_priority_urgent %}, {% data variables.product.support_ticket_priority_high %}, {% data variables.product.support_ticket_priority_normal %}, or {% data variables.product.support_ticket_priority_low %}. For more information, see "[Assigning a priority to a support ticket](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support#assigning-a-priority-to-a-support-ticket)" and "[Submitting a ticket](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)."
+### Contacting {% data variables.contact.enterprise_support %}
+
+{% if enterpriseServerVersions contains currentVersion %}
#### Viewing past support tickets
You can use the {% data variables.contact.enterprise_portal %} to view past support tickets.
@@ -27,10 +30,12 @@ You can use the {% data variables.contact.enterprise_portal %} to view past supp
{% data variables.contact.enterprise_support %} customers can open a support ticket using the {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or the {% data variables.contact.contact_enterprise_portal %}. Mark its priority as {% data variables.product.support_ticket_priority_urgent %}, {% data variables.product.support_ticket_priority_high %}, {% data variables.product.support_ticket_priority_normal %}, or {% data variables.product.support_ticket_priority_low %}. For more information, see "[Assigning a priority to a support ticket](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server#assigning-a-priority-to-a-support-ticket)" and "[Submitting a ticket](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)."
+{% endif %}
### 영업 문의
For pricing, licensing, renewals, quotes, payments, and other related questions, contact {% data variables.contact.contact_enterprise_sales %} or call [+1 (877) 448-4820](tel:+1-877-448-4820).
+{% if enterpriseServerVersions contains currentVersion %}
### 교육 문의
To learn more about training options, including customized trainings, see [{% data variables.product.company_short %}'s training site](https://services.github.com/).
@@ -40,6 +45,7 @@ To learn more about training options, including customized trainings, see [{% da
**Note:** Training is included in the {% data variables.product.premium_plus_support_plan %}. For more information, see "[About {% data variables.contact.premium_support %} for {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)."
{% endnote %}
+{% endif %}
### 더 읽을거리
diff --git a/translations/ko-KR/content/admin/enterprise-support/receiving-help-from-github-support.md b/translations/ko-KR/content/admin/enterprise-support/receiving-help-from-github-support.md
index 37b9633376..98e1665c87 100644
--- a/translations/ko-KR/content/admin/enterprise-support/receiving-help-from-github-support.md
+++ b/translations/ko-KR/content/admin/enterprise-support/receiving-help-from-github-support.md
@@ -1,11 +1,12 @@
---
title: Receiving help from GitHub Support
-intro: 'If you run into trouble with {% data variables.product.product_location_enterprise %}, {% data variables.contact.github_support %} can help you out.'
+intro: 'You can contact {% data variables.contact.enterprise_support %} to report a range of issues for your enterprise.'
redirect_from:
- /enterprise/admin/guides/enterprise-support/receiving-help-from-github-enterprise-support/
- /enterprise/admin/enterprise-support/receiving-help-from-github-support
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/enterprise-support/submitting-a-ticket.md b/translations/ko-KR/content/admin/enterprise-support/submitting-a-ticket.md
index f213fafae7..fbff24786e 100644
--- a/translations/ko-KR/content/admin/enterprise-support/submitting-a-ticket.md
+++ b/translations/ko-KR/content/admin/enterprise-support/submitting-a-ticket.md
@@ -1,17 +1,20 @@
---
title: Submitting a ticket
-intro: 'Submit a support ticket using the {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or the support portal. You can mark a ticket as urgent when your {% data variables.product.prodname_ghe_server %} production system is down or in an unusable state.'
+intro: 'You can submit a support ticket using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or{% endif %} the support portal.'
redirect_from:
- /enterprise/admin/enterprise-support/submitting-a-ticket
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### About submitting a ticket
Before submitting a ticket, you should gather helpful information for {% data variables.contact.github_support %} and choose a contact person. For more information, see "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)."
-After submitting your support request and optional diagnostic information, {% data variables.contact.github_support %} may ask you to download and share a support bundle with us. For more information, see "[Providing data to {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/providing-data-to-github-support)."
+{% if enterpriseServerVersions contains currentVersion %}
+After submitting your support request and optional diagnostic information,
+{% data variables.contact.github_support %} may ask you to download and share a support bundle with us. For more information, see "[Providing data to {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/providing-data-to-github-support)."
### Submitting a ticket using the {% data variables.contact.enterprise_portal %}
@@ -30,7 +33,7 @@ After submitting your support request and optional diagnostic information, {% da
{% data reusables.enterprise_enterprise_support.submit-support-ticket-first-section %}
{% data reusables.enterprise_enterprise_support.submit-support-ticket-second-section %}
-### Submitting a ticket using the {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %}
+### Submitting a ticket using the {% data variables.product.product_name %} {% data variables.enterprise.management_console %}
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
@@ -44,7 +47,17 @@ After submitting your support request and optional diagnostic information, {% da
{% data reusables.enterprise_enterprise_support.submit-support-ticket-second-section %}
7. Click **Submit**.
+{% endif %}
+{% if currentVersion == "github-ae@latest" %}
+### Submitting a ticket using the {% data variables.contact.ae_azure_portal %}
+
+Commercial customers can submit a support request in the {% data variables.contact.contact_ae_portal %}. Government customers should use the [Azure portal for government customers](https://portal.azure.us/#blade/Microsoft_Azure_Support/HelpAndSupportBlade). For more information, see [Create an Azure support request](https://docs.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request) in the Microsoft documentation.
+
+For urgent issues, to ensure a quick response, after you submit a ticket, please call the support hotline immediately. Your Technical Support Account Manager (TSAM) will provide you with the number to use in your onboarding session.
+
+{% endif %}
+
### 더 읽을거리
-- "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)"
-- "[About {% data variables.contact.premium_support %} for {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)."
+- "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)"{% if enterpriseServerVersions contains currentVersion %}
+- "[About {% data variables.contact.premium_support %} for {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)."{% endif %}
diff --git a/translations/ko-KR/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md b/translations/ko-KR/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
index 49aaf93e9b..f1a9238788 100644
--- a/translations/ko-KR/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
+++ b/translations/ko-KR/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
@@ -19,8 +19,7 @@ To make all actions from {% data variables.product.prodname_dotcom_the_website %
Before enabling access to all actions from {% data variables.product.prodname_dotcom_the_website %} on {% data variables.product.product_location_enterprise %}, you must connect {% data variables.product.product_location_enterprise %} to {% data variables.product.prodname_dotcom_the_website %}. For more information, see "[Connecting {% data variables.product.prodname_ghe_server %} to {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)."
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
1. Under "Server can use actions from GitHub.com in workflows runs", use the drop-down menu and select **Enabled**. 
diff --git a/translations/ko-KR/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md b/translations/ko-KR/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
index 0ad89a74ac..60e03a011b 100644
--- a/translations/ko-KR/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
+++ b/translations/ko-KR/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
@@ -16,8 +16,7 @@ When you enable {% data variables.product.prodname_actions %} on {% data variabl
### Managing {% data variables.product.prodname_actions %} permissions for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.actions.enterprise-actions-permissions %}
@@ -29,8 +28,7 @@ When you enable {% data variables.product.prodname_actions %} on {% data variabl
#### Configuring the private fork policy for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.github-actions.private-repository-forks-configure %}
diff --git a/translations/ko-KR/content/admin/github-actions/manually-syncing-actions-from-githubcom.md b/translations/ko-KR/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
index bead8695d0..f088e0c9e4 100644
--- a/translations/ko-KR/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
+++ b/translations/ko-KR/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
@@ -24,7 +24,7 @@ The `actions-sync` tool can only download actions from {% data variables.product
### 빌드전 요구 사양
-* Before using the the `actions-sync` tool, you must ensure that all destination organizations already exist on your enterprise instance. The following example demonstrates how to sync actions to an organization named `synced-actions` on an enterprise instance. For more information, see "[Creating organizations](/enterprise/admin/user-management/creating-organizations)."
+* Before using the the `actions-sync` tool, you must ensure that all destination organizations already exist on your enterprise instance. The following example demonstrates how to sync actions to an organization named `synced-actions` on an enterprise instance. For more information, see "[Creating a new organization from scratch](/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch)."
* You must create a personal access token (PAT) on your enterprise instance that can create and write to repositories in the destination organizations. For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
### Example: Using the `actions-sync` tool
diff --git a/translations/ko-KR/content/admin/index.md b/translations/ko-KR/content/admin/index.md
index dfbcb7a991..14c3aca964 100644
--- a/translations/ko-KR/content/admin/index.md
+++ b/translations/ko-KR/content/admin/index.md
@@ -3,9 +3,10 @@ title: Enterprise Administrators
redirect_from:
- /enterprise/admin/hidden/migrating-from-github-fi/
- /enterprise/admin
-intro: 'Step-by-step guides for organizational administrators, system administrators, and security specialists who are deploying, configuring, and managing a GitHub Enterprise instance.'
+intro: Documentation and guides for enterprise administrators, system administrators, and security specialists who {% if enterpriseServerVersions contains currentVersion %}deploy, {% endif %}configure{% if enterpriseServerVersions contains currentVersion %},{% endif %} and manage {% data variables.product.product_name %}.
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-aws.md b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-aws.md
index 239c0e5d79..cfd2028f73 100644
--- a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-aws.md
+++ b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-aws.md
@@ -12,7 +12,7 @@ versions:
- {% data reusables.enterprise_installation.software-license %}
- You must have an AWS account capable of launching EC2 instances and creating EBS volumes. For more information, see the [Amazon Web Services website](https://aws.amazon.com/).
-- Most actions needed to launch {% data variables.product.product_location_enterprise %} may also be performed using the AWS management console. However, we recommend installing the AWS command line interface (CLI) for initial setup. Examples using the AWS CLI are included below. For more information, see Amazon's guides "[Working with the AWS Management Console](http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html)" and "[What is the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)."
+- Most actions needed to launch {% data variables.product.product_location %} may also be performed using the AWS management console. However, we recommend installing the AWS command line interface (CLI) for initial setup. Examples using the AWS CLI are included below. For more information, see Amazon's guides "[Working with the AWS Management Console](http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html)" and "[What is the AWS Command Line Interface](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)."
This guide assumes you are familiar with the following AWS concepts:
@@ -28,7 +28,7 @@ This guide assumes you are familiar with the following AWS concepts:
### Determining the instance type
-Before launching {% data variables.product.product_location_enterprise %} on AWS, you'll need to determine the type of virtual machine that best fits the needs of your organization.
+Before launching {% data variables.product.product_location %} on AWS, you'll need to determine the type of virtual machine that best fits the needs of your organization.
#### Supported instance types
diff --git a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-azure.md b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-azure.md
index b1e4dccb9c..0aa63816ee 100644
--- a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-azure.md
+++ b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-azure.md
@@ -22,7 +22,7 @@ You can deploy {% data variables.product.prodname_ghe_server %} on global Azure
### Determining the virtual machine type
-Before launching {% data variables.product.product_location_enterprise %} on Azure, you'll need to determine the type of virtual machine that best fits the needs of your organization.
+Before launching {% data variables.product.product_location %} on Azure, you'll need to determine the type of virtual machine that best fits the needs of your organization.
#### Supported VM types and regions
diff --git a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
index b9c6c45e88..c456278645 100644
--- a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
+++ b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
@@ -20,7 +20,7 @@ versions:
### Determining the machine type
-Before launching {% data variables.product.product_location_enterprise %} on Google Cloud Platform, you'll need to determine the machine type that best fits the needs of your organization.
+Before launching {% data variables.product.product_location %} on Google Cloud Platform, you'll need to determine the machine type that best fits the needs of your organization.
#### Supported machine types
diff --git a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
index d2b0e62f3d..95332eef1d 100644
--- a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
+++ b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
@@ -37,7 +37,7 @@ versions:
{% data reusables.enterprise_installation.necessary_ports %}
4. Optionally, associate a floating IP to the instance. Depending on your OpenStack setup, you may need to allocate a floating IP to the project and associate it to the instance. Contact your system administrator to determine if this is the case for you. For more information, see "[Allocate a floating IP address to an instance](https://docs.openstack.org/horizon/latest/user/configure-access-and-security-for-instances.html#allocate-a-floating-ip-address-to-an-instance)" in the OpenStack documentation.
-5. Launch {% data variables.product.product_location_enterprise %} using the image, data volume, and security group created in the previous steps. For instructions, see the OpenStack guide "[Launch and manage instances](https://docs.openstack.org/horizon/latest/user/launch-instances.html)."
+5. Launch {% data variables.product.product_location %} using the image, data volume, and security group created in the previous steps. For instructions, see the OpenStack guide "[Launch and manage instances](https://docs.openstack.org/horizon/latest/user/launch-instances.html)."
### Configuring the {% data variables.product.prodname_ghe_server %} instance
diff --git a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-vmware.md b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-vmware.md
index 87d8954c5b..1e302ba6a2 100644
--- a/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-vmware.md
+++ b/translations/ko-KR/content/admin/installation/installing-github-enterprise-server-on-vmware.md
@@ -14,7 +14,7 @@ versions:
### 빌드전 요구 사양
- {% data reusables.enterprise_installation.software-license %}
-- You must have a VMware vSphere ESXi Hypervisor, applied to a bare metal machine that will run {% data variables.product.product_location_enterprise %}s. We support versions 5.5 through 6.7. The ESXi Hypervisor is free and does not include the (optional) vCenter Server. For more information, see [the VMware ESXi documentation](https://www.vmware.com/products/esxi-and-esx.html).
+- You must have a VMware vSphere ESXi Hypervisor, applied to a bare metal machine that will run {% data variables.product.product_location %}s. We support versions 5.5 through 6.7. The ESXi Hypervisor is free and does not include the (optional) vCenter Server. For more information, see [the VMware ESXi documentation](https://www.vmware.com/products/esxi-and-esx.html).
- You will need access to a vSphere Client. If you have vCenter Server you can use the vSphere Web Client. For more information, see the VMware guide "[Log in to vCenter Server by Using the vSphere Web Client](https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.install.doc/GUID-CE128B59-E236-45FF-9976-D134DADC8178.html)."
### Hardware considerations
diff --git a/translations/ko-KR/content/admin/installation/setting-up-a-staging-instance.md b/translations/ko-KR/content/admin/installation/setting-up-a-staging-instance.md
index 5c175f584c..58587b35ec 100644
--- a/translations/ko-KR/content/admin/installation/setting-up-a-staging-instance.md
+++ b/translations/ko-KR/content/admin/installation/setting-up-a-staging-instance.md
@@ -1,6 +1,6 @@
---
title: Setting up a staging instance
-intro: 'You can use a *staging instance* to test modifications before they are applied to {% data variables.product.product_location_enterprise %}. For example, you could use a staging instance to test new {% data variables.product.prodname_ghe_server %} updates or to practice importing migration data.'
+intro: 'You can use a *staging instance* to test modifications before they are applied to {% data variables.product.product_location %}. For example, you could use a staging instance to test new {% data variables.product.prodname_ghe_server %} updates or to practice importing migration data.'
redirect_from:
- /enterprise/admin/installation/setting-up-a-staging-instance
versions:
diff --git a/translations/ko-KR/content/admin/overview/about-the-github-enterprise-api.md b/translations/ko-KR/content/admin/overview/about-the-github-enterprise-api.md
new file mode 100644
index 0000000000..d2586b8381
--- /dev/null
+++ b/translations/ko-KR/content/admin/overview/about-the-github-enterprise-api.md
@@ -0,0 +1,24 @@
+---
+title: About the GitHub Enterprise API
+intro: '{% data variables.product.product_name %} supports REST and GraphQL APIs.'
+redirect_from:
+ - /enterprise/admin/installation/about-the-github-enterprise-server-api
+ - /enterprise/admin/articles/about-the-enterprise-api/
+ - /enterprise/admin/articles/using-the-api/
+ - /enterprise/admin/categories/api/
+ - /enterprise/admin/overview/about-the-github-enterprise-server-api
+ - /admin/overview/about-the-github-enterprise-server-api
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+With the APIs, you can automate many administrative tasks. Some examples include:
+
+{% if enterpriseServerVersions contains currentVersion %}
+- Perform changes to the {% data variables.enterprise.management_console %}. For more information, see "[{% data variables.enterprise.management_console %}](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#management-console)."
+- Configure LDAP sync. For more information, see "[LDAP](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#ldap)."{% endif %}
+- Collect statistics about your enterprise. For more information, see "[Admin stats](/rest/reference/enterprise-admin#admin-stats)."
+- Manage your enterprise account. For more information, see "[Enterprise accounts](/v4/guides/managing-enterprise-accounts)."
+
+For the complete documentation for {% data variables.product.prodname_enterprise_api %}, see [{% data variables.product.prodname_dotcom %} REST API](/rest) and [{% data variables.product.prodname_dotcom%} GraphQL API](/graphql).
\ No newline at end of file
diff --git a/translations/ko-KR/content/admin/overview/index.md b/translations/ko-KR/content/admin/overview/index.md
index ee5fdd1a40..2ff5cad950 100644
--- a/translations/ko-KR/content/admin/overview/index.md
+++ b/translations/ko-KR/content/admin/overview/index.md
@@ -1,10 +1,11 @@
---
title: 개요
-intro: 'With {% data variables.product.prodname_enterprise %} you can manage accounts and access, licenses, and billing.'
+intro: 'You can learn about {% data variables.product.product_name %} and manage{% if enterpriseServerVersions contains currentVersion %} accounts and access, licenses, and{% endif %} billing.'
redirect_from:
- /enterprise/admin/overview
versions:
enterprise-server: '*'
+ github-ae: '*'
---
For more information, or to purchase {% data variables.product.prodname_enterprise %}, see [{% data variables.product.prodname_enterprise %}](https://github.com/enterprise).
@@ -13,6 +14,6 @@ For more information, or to purchase {% data variables.product.prodname_enterpri
{% link_in_list /about-enterprise-accounts %}
{% link_in_list /managing-your-github-enterprise-license %}
-{% link_in_list /managing-billing-for-github-enterprise %}
+{% link_in_list /managing-billing-for-your-enterprise %}
{% link_in_list /system-overview %}
-{% link_in_list /about-the-github-enterprise-server-api %}
+{% link_in_list /about-the-github-enterprise-api %}
diff --git a/translations/ko-KR/content/admin/overview/managing-billing-for-your-enterprise.md b/translations/ko-KR/content/admin/overview/managing-billing-for-your-enterprise.md
new file mode 100644
index 0000000000..22f95b30a0
--- /dev/null
+++ b/translations/ko-KR/content/admin/overview/managing-billing-for-your-enterprise.md
@@ -0,0 +1,74 @@
+---
+title: Managing billing for your enterprise
+intro: 'You can view billing information for your enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /enterprise/admin/installation/managing-billing-for-github-enterprise
+ - /enterprise/admin/overview/managing-billing-for-github-enterprise
+ - /admin/overview/managing-billing-for-github-enterprise
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.github-ae.about-billing %} Once per day, {% data variables.product.prodname_dotcom %} will count the number of users with a license for your enterprise. {% data variables.product.company_short %} bills you for each licensed user regardless of whether the user logged into {% data variables.product.prodname_ghe_managed %} that day.
+
+For commercial regions, the price per user per day is $1.2580645161. For 31-day months, the monthly cost for each user is $39. For months with fewer days, the monthly cost is lower. Each billing month begins at a fixed time on the first day of the calendar month.
+
+If you add a licensed user mid-month, that user will only be included in the count for the days they have a license. When you remove a licensed user, that user will remain in the count until the end of that month. Therefore, if you add a user mid-month and later remove the user in the same month, the user will be included in the count from the day the user was added through the end of the month. There is no additional cost if you re-add a user during the same month the user was removed.
+
+For example, here are the costs for users with licenses on different dates.
+
+| User | License dates | Counted days | Cost |
+| --------- | ------------------------------------------------------- | ------------ | ------ |
+| @octocat | January 1 - January 31 | 31 | $39 |
+| @robocat | February 1 - February 28 | 29 | $35.23 |
+| @devtocat | January 15 - January 31 | 17 | $21.39 |
+| @doctocat | January 1 - January 15 | 31 | $39 |
+| @prodocat | January 7 - January 15 | 25 | $31.45 |
+| @monalisa | January 1 - January 7,
January 15 - January 31 | 31 | $39 |
+
+Your enterprise can include one or more instances. {% data variables.product.prodname_ghe_managed %} has a 500-user minimum per instance. {% data variables.product.company_short %} bills you for a minimum of 500 users per instance, even if there are fewer than 500 users with a license that day.
+
+You can see your current usage in your [Azure account portal](https://portal.azure.com).
+
+{% else %}
+
+### About billing for enterprise accounts
+
+Enterprise accounts are currently available to {% data variables.product.prodname_enterprise %} customers paying by invoice. Billing for all of the organizations and {% data variables.product.prodname_ghe_server %} instances connected to your enterprise account is aggregated into a single bill charge for all of your paid {% data variables.product.prodname_dotcom_the_website %} services (including paid licenses in organizations, {% data variables.large_files.product_name_long %} data packs, and subscriptions for {% data variables.product.prodname_marketplace %} apps).
+
+Enterprise owners and billing managers can access and manage all billing settings for enterprise accounts. For more information about enterprise accounts, {% if currentVersion == "free-pro-team@latest" or "github-ae@latest" %}"[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."For more information about managing billing managers, see "[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise)."
+
+### Viewing your current invoice
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Under "Quick Actions", click **View invoice**. 
+
+### Paying your current invoice
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Under "Quick Actions", click **Pay invoice**. 
+5. Under "Pay invoice", type your credit card information in the secure form, then click **Pay Invoice**. 
+
+### Downloading your current invoice
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Under "Quick Actions", click **Download current invoice**. 
+
+### Viewing your payment history
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Under "Billing", click the **Past Invoices** tab to see a summary of your past billing activity. 
+
+{% endif %}
diff --git a/translations/ko-KR/content/admin/overview/managing-your-github-enterprise-license.md b/translations/ko-KR/content/admin/overview/managing-your-github-enterprise-license.md
index 207a78cfa5..078a1b54ae 100644
--- a/translations/ko-KR/content/admin/overview/managing-your-github-enterprise-license.md
+++ b/translations/ko-KR/content/admin/overview/managing-your-github-enterprise-license.md
@@ -36,8 +36,7 @@ If you'd like to renew or add user licenses to {% data variables.product.prodnam
4. Under "Enterprise Server Instances", click {% octicon "download" aria-label="The download icon" %} to download your license file. 
5. Log into your
{% data variables.product.prodname_ghe_server %} instance as a site administrator.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
12. Under "Quick links", click **Update license**. 
@@ -59,8 +58,7 @@ You can use {% data variables.product.prodname_github_connect %} to automaticall
You can download a JSON file from {% data variables.product.prodname_ghe_server %} and upload the file to {% data variables.product.prodname_ghe_cloud %} to manually sync user license usage between the two deployments.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
5. Under "Quick links", to download a file containing your current license usage on
diff --git a/translations/ko-KR/content/admin/overview/system-overview.md b/translations/ko-KR/content/admin/overview/system-overview.md
index 1d8dd98c6b..43685803ba 100644
--- a/translations/ko-KR/content/admin/overview/system-overview.md
+++ b/translations/ko-KR/content/admin/overview/system-overview.md
@@ -77,7 +77,7 @@ For more information, see "[Configuring backups on your appliance](/enterprise/{
#### External services and support access
-{% data variables.product.prodname_ghe_server %} can operate without any egress access from your network to outside services. You can optionally enable integration with external services for email delivery, external monitoring, and log forwarding. For more information, see "[Configuring email for notifications](/enterprise/{{ currentVersion }}/admin/user-management/configuring-email-for-notifications)," "[Setting up external monitoring](/enterprise/{{ currentVersion }}/admin/installation/setting-up-external-monitoring)," and "[Log forwarding](/enterprise/{{ currentVersion }}/admin/installation/log-forwarding)."
+{% data variables.product.prodname_ghe_server %} can operate without any egress access from your network to outside services. You can optionally enable integration with external services for email delivery, external monitoring, and log forwarding. For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)," "[Setting up external monitoring](/enterprise/{{ currentVersion }}/admin/installation/setting-up-external-monitoring)," and "[Log forwarding](/admin/user-management/log-forwarding)."
You can manually collect and send troubleshooting data to {% data variables.contact.github_support %}. For more information, see "[Providing data to {% data variables.contact.github_support %}](/enterprise/{{ currentVersion }}/admin/enterprise-support/providing-data-to-github-support)."
@@ -108,7 +108,7 @@ For more information about {% data variables.product.prodname_ghe_server %}'s us
#### Audit and access logging
-{% data variables.product.prodname_ghe_server %} stores both traditional operating system and application logs. The application also writes detailed auditing and security logs, which {% data variables.product.prodname_ghe_server %} stores permanently. You can forward both types of logs in realtime to multiple destinations via the `syslog-ng` protocol. For more information, see "[Log forwarding](/enterprise/{{ currentVersion }}/admin/installation/log-forwarding)."
+{% data variables.product.prodname_ghe_server %} stores both traditional operating system and application logs. The application also writes detailed auditing and security logs, which {% data variables.product.prodname_ghe_server %} stores permanently. You can forward both types of logs in realtime to multiple destinations via the `syslog-ng` protocol. For more information, see "[Log forwarding](/admin/user-management/log-forwarding)."
Access and audit logs include information like the following.
diff --git a/translations/ko-KR/content/admin/policies/about-pre-receive-hooks.md b/translations/ko-KR/content/admin/policies/about-pre-receive-hooks.md
index d8087d8b9f..b3d43b0176 100644
--- a/translations/ko-KR/content/admin/policies/about-pre-receive-hooks.md
+++ b/translations/ko-KR/content/admin/policies/about-pre-receive-hooks.md
@@ -23,4 +23,4 @@ Examples of how you can use pre-receive hooks:
### Impact on performance and workflows
Impact to developers and their workflows can be significant and must be considered carefully. Pre-receive hooks that are based on business needs and implemented thoughtfully will provide the most benefit to the organization as a whole.
-Pre-receive hooks can have unintended effects on the performance of {% data variables.product.product_location_enterprise %} and should be carefully implemented and reviewed.
+Pre-receive hooks can have unintended effects on the performance of {% data variables.product.product_location %} and should be carefully implemented and reviewed.
diff --git a/translations/ko-KR/content/admin/policies/creating-a-pre-receive-hook-environment.md b/translations/ko-KR/content/admin/policies/creating-a-pre-receive-hook-environment.md
index 785bd28ecb..b082fd2e95 100644
--- a/translations/ko-KR/content/admin/policies/creating-a-pre-receive-hook-environment.md
+++ b/translations/ko-KR/content/admin/policies/creating-a-pre-receive-hook-environment.md
@@ -72,8 +72,7 @@ For more information about creating a chroot environment see "[Chroot](https://w
### Uploading a pre-receive hook environment on {% data variables.product.prodname_ghe_server %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Click **Manage environments**. 
diff --git a/translations/ko-KR/content/admin/policies/enforcing-policies-for-your-enterprise.md b/translations/ko-KR/content/admin/policies/enforcing-policies-for-your-enterprise.md
index 6d8a1b6daf..b3673275fc 100644
--- a/translations/ko-KR/content/admin/policies/enforcing-policies-for-your-enterprise.md
+++ b/translations/ko-KR/content/admin/policies/enforcing-policies-for-your-enterprise.md
@@ -5,5 +5,6 @@ redirect_from:
- /enterprise/admin/policies/enforcing-policies-for-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md b/translations/ko-KR/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
index 221f3cbb62..b1ad1c38b9 100644
--- a/translations/ko-KR/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
+++ b/translations/ko-KR/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
@@ -27,29 +27,23 @@ redirect_from:
- /enterprise/admin/policies/enforcing-repository-management-policies-in-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-### Configuring the default visibility of new repositories on your appliance
+### Configuring the default visibility of new repositories in your enterprise
-Each time someone creates a new repository on {% data variables.product.product_location_enterprise %}, that person must choose a visibility for the repository. When you configure a default visibility setting for the instance, you choose which visibility is selected by default. For more information on repository visibility, see "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
+Each time someone creates a new repository on your enterprise, that person must choose a visibility for the repository. When you configure a default visibility setting for the enterprise, you choose which visibility is selected by default. For more information on repository visibility, see "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
-If a site administrator disallows members from creating certain types of repositories, members will not be able to create that type of repository even if the visibility setting defaults to that type. For more information, see "[Restricting repository creation in your instance](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)."
+If a site administrator disallows members from creating certain types of repositories, members will not be able to create that type of repository even if the visibility setting defaults to that type. For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)."
-{% tip %}
-
-**Tip:** You can restrict the ability to change repository visibility to site administrators only. For more information, see "[Preventing users from changing a repository's visibility](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-a-repository-s-visibility)."
-
-{% endtip %}
-
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
-1. Under "Default repository visibility", use the drop-down menu and select a default visibility. 
+1. Under "Default repository visibility", use the drop-down menu and select a default visibility. 
{% data reusables.enterprise_installation.image-urls-viewable-warning %}
@@ -57,10 +51,9 @@ If a site administrator disallows members from creating certain types of reposit
When you prevent members from changing repository visibility, only site administrators have the ability to make public repositories private or make private repositories public.
-If a site administrator has restricted repository creation to organization owners only, then members will not be able to change repository visibility. If a site administrator has restricted member repository creation to private repositories only, then members will only be able to change repositories from public to private. For more information, see "[Setting a policy for repository creation](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)."
+If a site administrator has restricted repository creation to organization owners only, then members will not be able to change repository visibility. If a site administrator has restricted member repository creation to private repositories only, then members will only be able to change repositories from public to private. For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)."
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Under "Repository visibility change", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
@@ -71,12 +64,11 @@ If a site administrator has restricted repository creation to organization owner
{% data reusables.organizations.repo-creation-constants %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Under "Repository creation", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
-{% if currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.repo-creation-policy %}
{% data reusables.enterprise-accounts.repo-creation-types %}
{% else %}
@@ -85,8 +77,7 @@ If a site administrator has restricted repository creation to organization owner
### Setting a policy for repository deletion and transfer
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Under "Repository deletion and transfer", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
@@ -95,7 +86,7 @@ If a site administrator has restricted repository creation to organization owner
### Setting a policy for Git push limits
-To keep your repository size manageable and prevent performance issues, you can configure a file size limit for repositories on your instance.
+To keep your repository size manageable and prevent performance issues, you can configure a file size limit for repositories in your enterprise.
By default, when you enforce repository upload limits, people cannot add or update files larger than 100 MB.
@@ -107,24 +98,22 @@ By default, when you enforce repository upload limits, people cannot add or upda
{% endtip %}
{% endif %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
4. Under "Repository upload limit", use the drop-down menu and click a maximum object size. 
-5. Optionally, to enforce a maximum upload limit for all repositories on {% data variables.product.product_location_enterprise %}, select **Enforce on all repositories** 
+5. Optionally, to enforce a maximum upload limit for all repositories in your enterprise, select **Enforce on all repositories** 
### Configuring the merge conflict editor for pull requests between repositories
Requiring users to resolve merge conflicts locally on their computer can prevent people from inadvertently writing to an upstream repository from a fork.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -134,13 +123,12 @@ Requiring users to resolve merge conflicts locally on their computer can prevent
### Configuring force pushes
-Each repository inherits a default force push setting from the settings of the user account or organization to which it belongs. Likewise, each organization and user account inherits a default force push setting from the force push setting for the entire appliance. If you change the force push setting for the appliance, it will change for all repositories owned by any user or organization.
+Each repository inherits a default force push setting from the settings of the user account or organization to which it belongs. Likewise, each organization and user account inherits a default force push setting from the force push setting for the enterprise. If you change the force push setting for the enterprise, it will change for all repositories owned by any user or organization.
#### Blocking all force pushes on your appliance
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -163,7 +151,7 @@ Each repository inherits a default force push setting from the settings of the u
#### Blocking force pushes to repositories owned by a user account or organization
-Repositories inherit force push settings from the user account or organization to which they belong. User accounts and organizations in turn inherit their force push settings from the force push settings for the entire appliance.
+Repositories inherit force push settings from the user account or organization to which they belong. User accounts and organizations in turn inherit their force push settings from the force push settings for the enterprise.
You can override the default inherited settings by configuring the settings for a user account or organization.
@@ -176,17 +164,17 @@ You can override the default inherited settings by configuring the settings for
5. Under "Repository default settings" in the "Force pushes" section, select
- **Block** to block force pushes to all branches.
- **Block to the default branch** to only block force pushes to the default branch. 
-6. Optionally, select **Enforce on all repositories** to override repository-specific settings. Note that this will **not** override an appliance-wide policy. 
+6. Optionally, select **Enforce on all repositories** to override repository-specific settings. Note that this will **not** override an enterprise-wide policy. 
### Configuring anonymous Git read access
{% data reusables.enterprise_user_management.disclaimer-for-git-read-access %}
-If you have [enabled private mode](/enterprise/admin/configuration/enabling-private-mode) on your instance, you can allow repository administrators to enable anonymous Git read access to public repositories.
+{% if enterpriseServerVersions contains currentVersion %}If you have [enabled private mode](/enterprise/admin/configuration/enabling-private-mode) on your enterprise, you {% else %}You {% endif %}can allow repository administrators to enable anonymous Git read access to public repositories.
-Enabling anonymous Git read access allows users to bypass authentication for custom tools on your instance. When you or a repository administrator enable this access setting for a repository, unauthenticated Git operations (and anyone with network access to {% data variables.product.prodname_ghe_server %}) will have read access to the repository without authentication.
+Enabling anonymous Git read access allows users to bypass authentication for custom tools on your enterprise. When you or a repository administrator enable this access setting for a repository, unauthenticated Git operations (and anyone with network access to {% data variables.product.product_name %}) will have read access to the repository without authentication.
-If necessary, you can prevent repository administrators from changing anonymous Git access settings for repositories on {% data variables.product.product_location_enterprise %} by locking the repository's access settings. After you lock a repository's Git read access setting, only a site administrator can change the setting.
+If necessary, you can prevent repository administrators from changing anonymous Git access settings for repositories on your enterprise by locking the repository's access settings. After you lock a repository's Git read access setting, only a site administrator can change the setting.
{% data reusables.enterprise_site_admin_settings.list-of-repos-with-anonymous-git-read-access-enabled %}
@@ -194,17 +182,17 @@ If necessary, you can prevent repository administrators from changing anonymous
#### Setting anonymous Git read access for all repositories
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
4. Under "Anonymous Git read access", use the drop-down menu, and click **Enabled**. 
-3. Optionally, to prevent repository admins from changing anonymous Git read access settings in all repositories on your instance, select **Prevent repository admins from changing anonymous Git read access**. 
+3. Optionally, to prevent repository admins from changing anonymous Git read access settings in all repositories on your enterprise, select **Prevent repository admins from changing anonymous Git read access**. 
+{% if enterpriseServerVersions contains currentVersion %}
#### Setting anonymous Git read access for a specific repository
{% data reusables.enterprise_site_admin_settings.access-settings %}
@@ -215,4 +203,14 @@ If necessary, you can prevent repository administrators from changing anonymous
6. Under "Danger Zone", next to "Enable Anonymous Git read access", click **Enable**. 
7. Review the changes. To confirm, click **Yes, enable anonymous Git read access.** 
8. Optionally, to prevent repository admins from changing this setting for this repository, select **Prevent repository admins from changing anonymous Git read access**. 
+{% endif %}
+{% if currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+### Enforcing a policy on the default branch name
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Default branch name", enter the default branch name that new repositories should use. 
+4. Optionally, to enforce the default branch name for all organizations in the enterprise, select **Enforce across this enterprise**. 
+5. Click **Update**. 
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/content/admin/policies/index.md b/translations/ko-KR/content/admin/policies/index.md
index 6dc11872c9..9c665ea894 100644
--- a/translations/ko-KR/content/admin/policies/index.md
+++ b/translations/ko-KR/content/admin/policies/index.md
@@ -1,11 +1,12 @@
---
title: Setting policies for your enterprise
-intro: 'You can set policies in {% data variables.product.prodname_enterprise %} to reduce risk and increase quality.'
+intro: 'You can set policies in {% data variables.product.product_name %} to reduce risk and increase quality.'
redirect_from:
- /enterprise/admin/developer-workflow
- /enterprise/admin/policies
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md b/translations/ko-KR/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
index 987994c6ba..9223a805b8 100644
--- a/translations/ko-KR/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
+++ b/translations/ko-KR/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
@@ -11,8 +11,7 @@ versions:
### Creating pre-receive hooks
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
4. Click **Add pre-receive hook**. 
@@ -25,16 +24,14 @@ versions:
### Editing pre-receive hooks
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
1. Next to the pre-receive hook that you want to edit, click {% octicon "pencil" aria-label="The edit icon" %}. 
### Deleting pre-receive hooks
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
2. Next to the pre-receive hook that you want to delete, click {% octicon "x" aria-label="X symbol" %}. 
diff --git a/translations/ko-KR/content/admin/user-management/about-migrations.md b/translations/ko-KR/content/admin/user-management/about-migrations.md
index a70303aac0..f31149492f 100644
--- a/translations/ko-KR/content/admin/user-management/about-migrations.md
+++ b/translations/ko-KR/content/admin/user-management/about-migrations.md
@@ -14,7 +14,7 @@ There are three types of migrations you can perform:
- A migration from a {% data variables.product.prodname_ghe_server %} instance to another {% data variables.product.prodname_ghe_server %} instance. You can migrate any number of repositories owned by any user or organization on the instance. Before performing a migration, you must have site administrator access to both instances.
- A migration from a {% data variables.product.prodname_dotcom_the_website %} organization to a {% data variables.product.prodname_ghe_server %} instance. You can migrate any number of repositories owned by the organization. Before performing a migration, you must have [administrative access](/enterprise/user/articles/permission-levels-for-an-organization/) to the {% data variables.product.prodname_dotcom_the_website %} organization as well as site administrator access to the target instance.
-- *Trial runs* are migrations that import data to a [staging instance](/enterprise/admin/guides/installation/setting-up-a-staging-instance/). These can be useful to see what *would* happen if a migration were applied to {% data variables.product.product_location_enterprise %}. **We strongly recommend that you perform a trial run on a staging instance before importing data to your production instance.**
+- *Trial runs* are migrations that import data to a [staging instance](/enterprise/admin/guides/installation/setting-up-a-staging-instance/). These can be useful to see what *would* happen if a migration were applied to {% data variables.product.product_location %}. **We strongly recommend that you perform a trial run on a staging instance before importing data to your production instance.**
### Migrated data
diff --git a/translations/ko-KR/content/admin/user-management/activity-dashboard.md b/translations/ko-KR/content/admin/user-management/activity-dashboard.md
index 21a190661f..63c2e3af72 100644
--- a/translations/ko-KR/content/admin/user-management/activity-dashboard.md
+++ b/translations/ko-KR/content/admin/user-management/activity-dashboard.md
@@ -1,12 +1,13 @@
---
title: Activity dashboard
-intro: 'The Activity dashboard gives you an overview of all the activity on {% data variables.product.product_location_enterprise %}.'
+intro: 'The Activity dashboard gives you an overview of all the activity in your enterprise.'
redirect_from:
- /enterprise/admin/articles/activity-dashboard/
- /enterprise/admin/installation/activity-dashboard
- /enterprise/admin/user-management/activity-dashboard
versions:
enterprise-server: '*'
+ github-ae: '*'
---
The Activity dashboard provides weekly, monthly, and yearly graphs of the number of:
@@ -22,7 +23,10 @@ The Activity dashboard provides weekly, monthly, and yearly graphs of the number

-For more analytics based on data from {% data variables.product.prodname_enterprise %}, you can purchase {% data variables.product.prodname_insights %}. For more information, see "[About {% data variables.product.prodname_insights %}](/insights/installing-and-configuring-github-insights/about-github-insights)."
+{% if enterpriseServerVersions contains currentVersion %}
+For more analytics based on data from
+{% data variables.product.product_name %}, you can purchase {% data variables.product.prodname_insights %}. For more information, see "[About {% data variables.product.prodname_insights %}](/insights/installing-and-configuring-github-insights/about-github-insights)."
+{% endif %}
### Accessing the Activity dashboard
diff --git a/translations/ko-KR/content/admin/user-management/adding-people-to-teams.md b/translations/ko-KR/content/admin/user-management/adding-people-to-teams.md
index 0f174951a8..0a94dea0aa 100644
--- a/translations/ko-KR/content/admin/user-management/adding-people-to-teams.md
+++ b/translations/ko-KR/content/admin/user-management/adding-people-to-teams.md
@@ -5,7 +5,7 @@ redirect_from:
- /enterprise/admin/articles/adding-or-inviting-people-to-teams/
- /enterprise/admin/guides/user-management/adding-or-inviting-people-to-teams/
- /enterprise/admin/user-management/adding-people-to-teams
-intro: 'Once a team has been created, organization admins can add users from {% data variables.product.product_location_enterprise %} to the team and determine which repositories they have access to.'
+intro: 'Once a team has been created, organization admins can add users from {% data variables.product.product_location %} to the team and determine which repositories they have access to.'
versions:
enterprise-server: '*'
---
diff --git a/translations/ko-KR/content/admin/user-management/audit-logging.md b/translations/ko-KR/content/admin/user-management/audit-logging.md
index 5ada53f2b8..009d00d5e0 100644
--- a/translations/ko-KR/content/admin/user-management/audit-logging.md
+++ b/translations/ko-KR/content/admin/user-management/audit-logging.md
@@ -1,29 +1,31 @@
---
title: Audit logging
-intro: '{% data variables.product.prodname_enterprise %} keeps logs of audited user, organization, repository, and system events. Logs are useful for debugging and internal and external compliance.'
+intro: '{% data variables.product.product_name %} keeps logs of audited{% if enterpriseServerVersions contains currentVersion %} system,{% endif %} user, organization, and repository events. Logs are useful for debugging and internal and external compliance.'
redirect_from:
- /enterprise/admin/articles/audit-logging/
- /enterprise/admin/installation/audit-logging
- /enterprise/admin/user-management/audit-logging
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-For a full list, see "[Audited actions](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)." For more information on finding a particular action, see "[Searching the audit log](/enterprise/{{ currentVersion }}/admin/guides/installation/searching-the-audit-log)."
+For a full list, see "[Audited actions](/admin/user-management/audited-actions)." For more information on finding a particular action, see "[Searching the audit log](/admin/user-management/searching-the-audit-log)."
### Push logs
-Every Git push operation is logged. For more information, see "[Viewing push logs](/enterprise/{{ currentVersion }}/admin/guides/installation/viewing-push-logs)."
+Every Git push operation is logged. For more information, see "[Viewing push logs](/admin/user-management/viewing-push-logs)."
+{% if enterpriseServerVersions contains currentVersion %}
### System events
All audited system events, including all pushes and pulls, are logged to `/var/log/github/audit.log`. Logs are automatically rotated every 24 hours and are retained for seven days.
-The support bundle includes system logs. For more information, see "[Providing data to {% data variables.product.prodname_dotcom %} Support](/enterprise/{{ currentVersion }}/admin/guides/enterprise-support/providing-data-to-github-support)."
+The support bundle includes system logs. For more information, see "[Providing data to {% data variables.product.prodname_dotcom %} Support](/admin/enterprise-support/providing-data-to-github-support)."
### Support bundles
-All audit information is logged to the `audit.log` file in the `github-logs` directory of any support bundle. If log forwarding is enabled, you can stream this data to an external syslog stream consumer such as [Splunk](http://www.splunk.com/) or [Logstash](http://logstash.net/). All entries from this log use and can be filtered with the `github_audit` keyword. For more information see "[Log forwarding](/enterprise/{{ currentVersion }}/admin/guides/installation/log-forwarding)."
+All audit information is logged to the `audit.log` file in the `github-logs` directory of any support bundle. If log forwarding is enabled, you can stream this data to an external syslog stream consumer such as [Splunk](http://www.splunk.com/) or [Logstash](http://logstash.net/). All entries from this log use and can be filtered with the `github_audit` keyword. For more information see "[Log forwarding](/admin/user-management/log-forwarding)."
For example, this entry shows that a new repository was created.
@@ -36,3 +38,4 @@ This example shows that commits were pushed to a repository.
```
Oct 26 02:19:31 github-ent github_audit: { "pid":22860, "ppid":22859, "program":"receive-pack", "git_dir":"/data/repositories/some-user/some-repository.git", "hostname":"github-ent", "pusher":"some-user", "real_ip":"10.0.0.51", "user_agent":"git/1.7.10.4", "repo_id":1, "repo_name":"some-user/some-repository", "transaction_id":"b031b7dc7043c87323a75f7a92092ef1456e5fbaef995c68", "frontend_ppid":1, "repo_public":true, "user_name":"some-user", "user_login":"some-user", "frontend_pid":18238, "frontend":"github-ent", "user_email":"some-user@github.example.com", "user_id":2, "pgroup":"github-ent_22860", "status":"post_receive_hook", "features":" report-status side-band-64k", "received_objects":3, "receive_pack_size":243, "non_fast_forward":false, "current_ref":"refs/heads/master" }
```
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/content/admin/user-management/audited-actions.md b/translations/ko-KR/content/admin/user-management/audited-actions.md
index 56ef062b80..6d5e10a802 100644
--- a/translations/ko-KR/content/admin/user-management/audited-actions.md
+++ b/translations/ko-KR/content/admin/user-management/audited-actions.md
@@ -7,22 +7,23 @@ redirect_from:
- /enterprise/admin/user-management/audited-actions
versions:
enterprise-server: '*'
+ github-ae: '*'
---
#### Authentication
-| 이름 | 설명 |
-| ------------------------------------:| ------------------------------------------------------------------------------------------------ |
-| `oauth_access.create` | An [OAuth access token][] was [generated][generate token] for a user account. |
-| `oauth_access.destroy` | An [OAuth access token][] was deleted from a user account. |
-| `oauth_application.destroy` | An [OAuth application][] was deleted from a user or organization account. |
-| `oauth_application.reset_secret` | An [OAuth application][]'s secret key was reset. |
-| `oauth_application.transfer` | An [OAuth application][] was transferred from one user or organization account to another. |
-| `public_key.create` | An SSH key was [added][add key] to a user account or a [deploy key][] was added to a repository. |
-| `public_key.delete` | An SSH key was removed from a user account or a [deploy key][] was removed from a repository. |
-| `public_key.update` | A user account's SSH key or a repository's [deploy key][] was updated. |
-| `two_factor_authentication.enabled` | [Two-factor authentication][2fa] was enabled for a user account. |
-| `two_factor_authentication.disabled` | [Two-factor authentication][2fa] was disabled for a user account. |
+| 이름 | 설명 |
+| ------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------- |
+| `oauth_access.create` | An [OAuth access token][] was [generated][generate token] for a user account. |
+| `oauth_access.destroy` | An [OAuth access token][] was deleted from a user account. |
+| `oauth_application.destroy` | An [OAuth application][] was deleted from a user or organization account. |
+| `oauth_application.reset_secret` | An [OAuth application][]'s secret key was reset. |
+| `oauth_application.transfer` | An [OAuth application][] was transferred from one user or organization account to another. |
+| `public_key.create` | An SSH key was [added][add key] to a user account or a [deploy key][] was added to a repository. |
+| `public_key.delete` | An SSH key was removed from a user account or a [deploy key][] was removed from a repository. |
+| `public_key.update` | A user account's SSH key or a repository's [deploy key][] was updated.{% if enterpriseServerVersions contains currentVersion %}
+| `two_factor_authentication.enabled` | [Two-factor authentication][2fa] was enabled for a user account. |
+| `two_factor_authentication.disabled` | [Two-factor authentication][2fa] was disabled for a user account.{% endif %}
#### Hooks
@@ -33,31 +34,31 @@ versions:
| `hook.destroy` | A hook was deleted. |
| `hook.events_changed` | A hook's configured events were changed. |
-#### Instance configuration settings
+#### Enterprise configuration settings
| 이름 | 설명 |
| -------------------------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `business.update_member_repository_creation_permission` | A site admin restricts repository creation in organizations on the instance. For more information, see "[Restricting repository creation in your instance](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)." |
-| `business.clear_members_can_create_repos` | A site admin clears a restriction on repository creation in organizations on the instance. For more information, see "[Restricting repository creation in your instance](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)." |
-| `enterprise.config.lock_anonymous_git_access` | A site admin locks anonymous Git read access to prevent repository admins from changing existing anonymous Git read access settings for repositories on the instance. For more information, see "[Preventing users from changing anonymous Git read access](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)." |
-| `enterprise.config.unlock_anonymous_git_access` | A site admin unlocks anonymous Git read access to allow repository admins to change existing anonymous Git read access settings for repositories on the instance. For more information, see "[Preventing users from changing anonymous Git read access](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)." |
+| `business.update_member_repository_creation_permission` | A site admin restricts repository creation in organizations in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)." |
+| `business.clear_members_can_create_repos` | A site admin clears a restriction on repository creation in organizations in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)." |
+| `enterprise.config.lock_anonymous_git_access` | A site admin locks anonymous Git read access to prevent repository admins from changing existing anonymous Git read access settings for repositories in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." |
+| `enterprise.config.unlock_anonymous_git_access` | A site admin unlocks anonymous Git read access to allow repository admins to change existing anonymous Git read access settings for repositories in the enterprise. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)." |
#### Issues and pull requests
-| 이름 | 설명 |
-| ------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `issue.update` | An issue's body text (initial comment) changed. |
-| `issue_comment.update` | A comment on an issue (other than the initial one) changed. |
-| `pull_request_review_comment.delete` | A comment on a pull request was deleted. |
-| `issue.destroy` | An issue was deleted from the repository. For more information, see "[Deleting an issue](/enterprise/{{ currentVersion }}/user/articles/deleting-an-issue)." |
+| 이름 | 설명 |
+| ------------------------------------:| -------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `issue.update` | An issue's body text (initial comment) changed. |
+| `issue_comment.update` | A comment on an issue (other than the initial one) changed. |
+| `pull_request_review_comment.delete` | A comment on a pull request was deleted. |
+| `issue.destroy` | An issue was deleted from the repository. For more information, see "[Deleting an issue](/github/managing-your-work-on-github/deleting-an-issue)." |
#### Organizations
-| 이름 | 설명 |
-| ------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `org.async_delete` | A user initiated a background job to delete an organization. |
-| `org.delete` | An organization was deleted by a user-initiated background job. |
-| `org.transform` | A user account was converted into an organization. For more information, see [Converting a user into an organization](/enterprise/{{ currentVersion}}/user/articles/converting-a-user-into-an-organization/). |
+| 이름 | 설명 |
+| ------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `org.async_delete` | A user initiated a background job to delete an organization. |
+| `org.delete` | An organization was deleted by a user-initiated background job.{% if currentVersion != "github-ae@latest" %}
+| `org.transform` | A user account was converted into an organization. For more information, see "[Converting a user into an organization](/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization)."{% endif %}
#### Protected branches
@@ -66,7 +67,7 @@ versions:
| `protected_branch.create` | Branch protection is enabled on a branch. |
| `protected_branch.destroy` | Branch protection is disabled on a branch. |
| `protected_branch.update_admin_enforced` | Branch protection is enforced for repository administrators. |
-| `protected_branch.update_require_code_owner_review` | Enforcement of required Code Owner review is updated on a branch. |
+| `protected_branch.update_require_code_owner_review` | Enforcement of required code owner review is updated on a branch. |
| `protected_branch.dismiss_stale_reviews` | Enforcement of dismissing stale pull requests is updated on a branch. |
| `protected_branch.update_signature_requirement_enforcement_level` | Enforcement of required commit signing is updated on a branch. |
| `protected_branch.update_pull_request_reviews_enforcement_level` | Enforcement of required pull request reviews is updated on a branch. |
@@ -79,7 +80,7 @@ versions:
| 이름 | 설명 |
| ------------------------------------------:| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `repo.access` | A private repository was made public, or a public repository was made private. |
-| `repo.archive` | A repository was archived. For more information, see [Archiving and unarchiving repositories](/enterprise/{{ currentVersion }}/admin/guides/user-management/archiving-and-unarchiving-repositories/). |
+| `repo.archive` | A repository was archived. For more information, see "[Archiving a {% data variables.product.prodname_dotcom %} repository](/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository)." |
| `repo.add_member` | A collaborator was added to a repository. |
| `repo.config` | A site admin blocked force pushes. For more information, see [Blocking force pushes to a repository](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository/) to a repository. |
| `repo.create` | A repository was created. |
@@ -88,7 +89,7 @@ versions:
| `repo.rename` | A repository was renamed. |
| `repo.transfer` | A user accepted a request to receive a transferred repository. |
| `repo.transfer_start` | A user sent a request to transfer a repository to another user or organization. |
-| `repo.unarchive` | A repository was unarchived. For more information, see [Archiving and unarchiving repositories](/enterprise/{{ currentVersion }}/admin/guides/user-management/archiving-and-unarchiving-repositories/). |
+| `repo.unarchive` | A repository was unarchived. For more information, see "[Archiving a {% data variables.product.prodname_dotcom %} repository](/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository)." |
| `repo.config.disable_anonymous_git_access` | Anonymous Git read access is disabled for a public repository. For more information, see "[Enabling anonymous Git read access for a repository](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)." |
| `repo.config.enable_anonymous_git_access` | Anonymous Git read access is enabled for a public repository. For more information, see "[Enabling anonymous Git read access for a repository](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)." |
| `repo.config.lock_anonymous_git_access` | A repository's anonymous Git read access setting is locked, preventing repository administrators from changing (enabling or disabling) this setting. For more information, see "[Preventing users from changing anonymous Git read access](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)." |
@@ -100,7 +101,7 @@ versions:
| --------------------:| ----------------------------------------------------------------------------------------------- |
| `staff.disable_repo` | A site admin disabled access to a repository and all of its forks. |
| `staff.enable_repo` | A site admin re-enabled access to a repository and all of its forks. |
-| `staff.fake_login` | A site admin signed into {% data variables.product.prodname_enterprise %} as another user. |
+| `staff.fake_login` | A site admin signed into {% data variables.product.product_name %} as another user. |
| `staff.repo_unlock` | A site admin unlocked (temporarily gained full access to) one of a user's private repositories. |
| `staff.unlock` | A site admin unlocked (temporarily gained full access to) all of a user's private repositories. |
@@ -114,24 +115,24 @@ versions:
#### Users
-| 이름 | 설명 |
-| ---------------------------:| ------------------------------------------------------------------------------------------------ |
-| `user.add_email` | An email address was added to a user account. |
-| `user.async_delete` | An asynchronous job was started to destroy a user account, eventually triggering `user.delete`. |
-| `user.change_password` | A user changed his or her password. |
-| `user.create` | A new user account was created. |
-| `user.delete` | A user account was destroyed by an asynchronous job. |
-| `user.demote` | A site admin was demoted to an ordinary user account. |
-| `user.destroy` | A user deleted his or her account, triggering `user.async_delete`. |
-| `user.failed_login` | A user tried to sign in with an incorrect username, password, or two-factor authentication code. |
-| `user.forgot_password` | A user requested a password reset via the sign-in page. |
-| `user.login` | A user signed in. |
-| `user.promote` | An ordinary user account was promoted to a site admin. |
-| `user.remove_email` | An email address was removed from a user account. |
-| `user.rename` | A username was changed. |
-| `user.suspend` | A user account was suspended by a site admin. |
-| `user.two_factor_requested` | A user was prompted for a two-factor authentication code. |
-| `user.unsuspend` | A user account was unsuspended by a site admin. |
+| 이름 | 설명 |
+| ---------------------------:| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `user.add_email` | An email address was added to a user account. |
+| `user.async_delete` | An asynchronous job was started to destroy a user account, eventually triggering `user.delete`.{% if enterpriseServerVersions contains currentVersion %}
+| `user.change_password` | A user changed his or her password.{% endif %}
+| `user.create` | A new user account was created. |
+| `user.delete` | A user account was destroyed by an asynchronous job. |
+| `user.demote` | A site admin was demoted to an ordinary user account. |
+| `user.destroy` | A user deleted his or her account, triggering `user.async_delete`.{% if enterpriseServerVersions contains currentVersion %}
+| `user.failed_login` | A user tried to sign in with an incorrect username, password, or two-factor authentication code. |
+| `user.forgot_password` | A user requested a password reset via the sign-in page.{% endif %}
+| `user.login` | A user signed in. |
+| `user.promote` | An ordinary user account was promoted to a site admin. |
+| `user.remove_email` | An email address was removed from a user account. |
+| `user.rename` | A username was changed. |
+| `user.suspend` | A user account was suspended by a site admin.{% if enterpriseServerVersions contains currentVersion %}
+| `user.two_factor_requested` | A user was prompted for a two-factor authentication code.{% endif %}
+| `user.unsuspend` | A user account was unsuspended by a site admin. |
[add key]: /articles/adding-a-new-ssh-key-to-your-github-account
[deploy key]: /guides/managing-deploy-keys/#deploy-keys
diff --git a/translations/ko-KR/content/admin/user-management/auditing-ssh-keys.md b/translations/ko-KR/content/admin/user-management/auditing-ssh-keys.md
index 4e11a2795a..a1ab37c5ff 100644
--- a/translations/ko-KR/content/admin/user-management/auditing-ssh-keys.md
+++ b/translations/ko-KR/content/admin/user-management/auditing-ssh-keys.md
@@ -6,6 +6,7 @@ redirect_from:
- /enterprise/admin/user-management/auditing-ssh-keys
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Once initiated, the audit disables all existing SSH keys and forces users to approve or reject them before they're able to clone, pull, or push to any repositories. An audit is useful in situations where an employee or contractor leaves the company and you need to ensure that all keys are verified.
diff --git a/translations/ko-KR/content/admin/user-management/auditing-users-across-your-enterprise.md b/translations/ko-KR/content/admin/user-management/auditing-users-across-your-enterprise.md
new file mode 100644
index 0000000000..dac654d642
--- /dev/null
+++ b/translations/ko-KR/content/admin/user-management/auditing-users-across-your-enterprise.md
@@ -0,0 +1,111 @@
+---
+title: Auditing users across your enterprise
+intro: 'The audit log dashboard shows site administrators the actions performed by all users and organizations across your enterprise within the past 90 days, including details such as who performed the action, what the action was, and when the action was performed.'
+redirect_from:
+ - /enterprise/admin/guides/user-management/auditing-users-across-an-organization/
+ - /enterprise/admin/user-management/auditing-users-across-your-instance
+ - /admin/user-management/auditing-users-across-your-instance
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Accessing the audit log
+
+The audit log dashboard gives you a visual display of audit data across your enterprise.
+
+
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.audit-log-tab %}
+
+Within the map, you can pan and zoom to see events around the world. Hover over a country to see a quick count of events from that country.
+
+### Searching for events across your enterprise
+
+The audit log lists the following information about actions made within your enterprise:
+
+* [The repository](#search-based-on-the-repository) an action was performed in
+* [The user](#search-based-on-the-user) who performed the action
+* [Which organization](#search-based-on-the-organization) an action pertained to
+* [The action](#search-based-on-the-action-performed) that was performed
+* [Which country](#search-based-on-the-location) the action took place in
+* [The date and time](#search-based-on-the-time-of-action) the action occurred
+
+{% warning %}
+
+**참고:**
+
+- While you can't use text to search for audit entries, you can construct search queries using a variety of filters. {% data variables.product.product_name %} supports many operators for searching across {% data variables.product.product_name %}. For more information, see "[About searching on {% data variables.product.prodname_dotcom %}](/github/searching-for-information-on-github/about-searching-on-github)."
+- To search for events older than 90 days, use the `created` qualifier.
+
+{% endwarning %}
+
+#### Search based on the repository
+
+The `repo` qualifier limits actions to a specific repository owned by your organization. 예시:
+
+* `repo:my-org/our-repo` finds all events that occurred for the `our-repo` repository in the `my-org` organization.
+* `repo:my-org/our-repo repo:my-org/another-repo` finds all events that occurred for both the `our-repo` and `another-repo` repositories in the `my-org` organization.
+* `-repo:my-org/not-this-repo` excludes all events that occurred for the `not-this-repo` repository in the `my-org` organization.
+
+You must include your organization's name within the `repo` qualifier; searching for just `repo:our-repo` will not work.
+
+#### Search based on the user
+
+The `actor` qualifier scopes events based on the member of your organization that performed the action. 예시:
+
+* `actor:octocat` finds all events performed by `octocat`.
+* `actor:octocat actor:hubot` finds all events performed by both `octocat` and `hubot`.
+* `-actor:hubot` excludes all events performed by `hubot`.
+
+You can only use a {% data variables.product.product_name %} username, not an individual's real name.
+
+#### Search based on the organization
+
+The `org` qualifier limits actions to a specific organization. 예시:
+
+* `org:my-org` finds all events that occured for the `my-org` organization.
+* `org:my-org action:team` finds all team events performed within the `my-org` organization.
+* `-org:my-org` excludes all events that occured for the `my-org` organization.
+
+#### Search based on the action performed
+
+The `action` qualifier searches for specific events, grouped within categories. For information on the events associated with these categories, see "[Audited actions](/admin/user-management/audited-actions)".
+
+| Category name | 설명 |
+| ------------- | ------------------------------------------------------------------------------- |
+| `후크` | Contains all activities related to webhooks. |
+| `org` | Contains all activities related organization membership |
+| `repo` | Contains all activities related to the repositories owned by your organization. |
+| `팀` | Contains all activities related to teams in your organization. |
+
+You can search for specific sets of actions using these terms. 예시:
+
+* `action:team` finds all events grouped within the team category.
+* `-action:billing` excludes all events in the billing category.
+
+Each category has a set of associated events that you can filter on. 예시:
+
+* `action:team.create` finds all events where a team was created.
+* `-action:billing.change_email` excludes all events where the billing email was changed.
+
+#### Search based on the location
+
+The `country` qualifier filters actions by the originating country.
+- You can use a country's two-letter short code or its full name.
+- Countries with spaces in their name must be wrapped in quotation marks. 예시:
+ * `country:de` finds all events that occurred in Germany.
+ * `country:Mexico` finds all events that occurred in Mexico.
+ * `country:"United States"` all finds events that occurred in the United States.
+
+#### Search based on the time of action
+
+The `created` qualifier filters actions by the time they occurred.
+- Define dates using the format of `YYYY-MM-DD`--that's year, followed by month, followed by day.
+- Dates support [greater than, less than, and range qualifiers](/enterprise/{{ currentVersion }}/user/articles/search-syntax). 예시:
+ * `created:2014-07-08` finds all events that occurred on July 8th, 2014.
+ * `created:>=2014-07-01` finds all events that occurred on or after July 8th, 2014.
+ * `created:<=2014-07-01` finds all events that occurred on or before July 8th, 2014.
+ * `created:2014-07-01..2014-07-31` finds all events that occurred in the month of July 2014.
diff --git a/translations/ko-KR/content/admin/user-management/best-practices-for-user-security.md b/translations/ko-KR/content/admin/user-management/best-practices-for-user-security.md
index f8f302a335..beae6174be 100644
--- a/translations/ko-KR/content/admin/user-management/best-practices-for-user-security.md
+++ b/translations/ko-KR/content/admin/user-management/best-practices-for-user-security.md
@@ -1,21 +1,24 @@
---
title: Best practices for user security
-intro: 'Outside of instance-level security measures (SSL, subdomain isolation, configuring a firewall) that a site administrator can implement, there are steps your users can take to help protect {% data variables.product.product_location_enterprise %}.'
+intro: '{% if enterpriseServerVersions contains currentVersion %}Outside of instance-level security measures (SSL, subdomain isolation, configuring a firewall) that a site administrator can implement, there {% else %}There {% endif %}are steps your users can take to help protect your enterprise.'
redirect_from:
- /enterprise/admin/user-management/best-practices-for-user-security
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if enterpriseServerVersions contains currentVersion %}
### Enabling two-factor authentication
Two-factor authentication (2FA) is a way of logging in to websites and services that requires a second factor beyond a password for authentication. In {% data variables.product.prodname_ghe_server %}'s case, this second factor is a one time authentication code generated by an application on a user's smartphone. We strongly recommend requiring your users to enable two-factor authentication on their accounts. With two-factor authentication, both a user's password and their smartphone would have to be compromised to allow the account itself to be compromised.
For more information on configuring two-factor authentication, see "[About two-factor authentication](/enterprise/{{ currentVersion }}/user/articles/about-two-factor-authentication)".
+{% endif %}
### Requiring a password manager
-We strongly recommend requiring your users to install and use a password manager--such as [LastPass](https://lastpass.com/), [1Password](https://1password.com/), or [Keeper](https://keepersecurity.com/)--on any computer they use to connect to {% data variables.product.product_location_enterprise %}. Doing so ensures that passwords are stronger and much less likely to be compromised or stolen.
+We strongly recommend requiring your users to install and use a password manager--such as [LastPass](https://lastpass.com/), [1Password](https://1password.com/), or [Keeper](https://keepersecurity.com/)--on any computer they use to connect to your enterprise. Doing so ensures that passwords are stronger and much less likely to be compromised or stolen.
### Restrict access to teams and repositories
diff --git a/translations/ko-KR/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md b/translations/ko-KR/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
index 1e2b4afc4d..6bf8f2e3e6 100644
--- a/translations/ko-KR/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
+++ b/translations/ko-KR/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
@@ -14,11 +14,12 @@ redirect_from:
- /enterprise/admin/user-management/configuring-git-large-file-storage-for-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### About {% data variables.large_files.product_name_long %}
-{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %} You can use {% data variables.large_files.product_name_long %} with a single repository, all of your personal or organization repositories, or with every repository in {% data variables.product.product_location_enterprise %}. Before you can enable {% data variables.large_files.product_name_short %} for specific repositories or organizations, you need to enable {% data variables.large_files.product_name_short %} for your appliance.
+{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %} You can use {% data variables.large_files.product_name_long %} with a single repository, all of your personal or organization repositories, or with every repository in your enterprise. Before you can enable {% data variables.large_files.product_name_short %} for specific repositories or organizations, you need to enable {% data variables.large_files.product_name_short %} for your enterprise.
{% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %}
@@ -27,11 +28,10 @@ For more information, see "[About {% data variables.large_files.product_name_lon
{% data reusables.large_files.can-include-lfs-objects-archives %}
-### Configuring {% data variables.large_files.product_name_long %} for your appliance
+### Configuring {% data variables.large_files.product_name_long %} for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -59,12 +59,13 @@ For more information, see "[About {% data variables.large_files.product_name_lon
{% data reusables.enterprise_site_admin_settings.admin-tab %}
{% data reusables.enterprise_site_admin_settings.git-lfs-toggle %}
+{% if enterpriseServerVersions contains currentVersion %}
### Configuring Git Large File Storage to use a third party server
{% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %}
-1. Disable {% data variables.large_files.product_name_short %} on the {% data variables.product.prodname_ghe_server %} appliance. For more information, see "[Configuring {% data variables.large_files.product_name_long %}](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage#configuring-git-large-file-storage-for-your-appliance)."
+1. Disable {% data variables.large_files.product_name_short %} on {% data variables.product.product_location %}. For more information, see "[Configuring {% data variables.large_files.product_name_long %} for your enterprise](#configuring-git-large-file-storage-for-your-enterprise)."
2. Create a {% data variables.large_files.product_name_short %} configuration file that points to the third party server.
```shell
@@ -129,6 +130,7 @@ Before migrating to a different {% data variables.large_files.product_name_long
> Pushing objects...
> Git LFS: (16 of 16 files) 48.00 MB / 48.85 MB, 879.10 KB skipped
```
+{% endif %}
### 더 읽을거리
diff --git a/translations/ko-KR/content/admin/user-management/configuring-visibility-for-organization-membership.md b/translations/ko-KR/content/admin/user-management/configuring-visibility-for-organization-membership.md
index f074258877..c6f9c204ca 100644
--- a/translations/ko-KR/content/admin/user-management/configuring-visibility-for-organization-membership.md
+++ b/translations/ko-KR/content/admin/user-management/configuring-visibility-for-organization-membership.md
@@ -1,22 +1,24 @@
---
title: Configuring visibility for organization membership
-intro: You can set visibility for new organization members across your instance to public or private. You can also prevent members from changing their visibility from the default.
+intro: You can set visibility for new organization members across your enterprise to public or private. You can also prevent members from changing their visibility from the default.
redirect_from:
- /enterprise/admin/user-management/configuring-visibility-for-organization-membership
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if enterpriseServerVersions contains currentVersion %}
You can also enforce your default setting on all current organization members in your instance using a command-line utility. For example, if you'd like to require every organization member's visibility to be public, you can set the default to public and enforce the default for all new members in the admin settings, and then use the command-line utility to enforce the public setting on existing members.
+{% endif %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
3. Under "Default organization membership visibility", use the drop-down menu, and click **Private** or **Public**. 
-4. Optionally, to prevent members from changing their membership visibility from the default, select **Enforce on organization members**. 
-5. If you'd like to enforce your new visibility setting on all existing members, use the `ghe-org-membership-update` command-line utility. For more information, see "[Command-line utilities](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-membership-update)."
+4. Optionally, to prevent members from changing their membership visibility from the default, select **Enforce on organization members**. {% if enterpriseServerVersions contains currentVersion %}
+5. If you'd like to enforce your new visibility setting on all existing members, use the `ghe-org-membership-update` command-line utility. For more information, see "[Command-line utilities](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-membership-update)."{% endif %}
diff --git a/translations/ko-KR/content/admin/user-management/continuous-integration-using-jenkins.md b/translations/ko-KR/content/admin/user-management/continuous-integration-using-jenkins.md
index 0047587c13..dd3a269219 100644
--- a/translations/ko-KR/content/admin/user-management/continuous-integration-using-jenkins.md
+++ b/translations/ko-KR/content/admin/user-management/continuous-integration-using-jenkins.md
@@ -1,6 +1,6 @@
---
title: Continuous integration using Jenkins
-intro: 'You can automatically trigger build jobs on a Jenkins server when pushes are made to a repository in {% data variables.product.product_location_enterprise %}.'
+intro: 'You can automatically trigger build jobs on a Jenkins server when pushes are made to a repository in {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/developer-workflow/continuous-integration-using-jenkins
- /enterprise/admin/user-management/continuous-integration-using-jenkins
@@ -10,4 +10,4 @@ versions:
### 요구 사항
-- Follow our white paper "[Practical guide to CI with Jenkins and GitHub](https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/)" to get step by step instructions on how you can automatically trigger build jobs on a Jenkins server when pushes are made to a repository in {% data variables.product.product_location_enterprise %}.
+- Follow our white paper "[Practical guide to CI with Jenkins and GitHub](https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/)" to get step by step instructions on how you can automatically trigger build jobs on a Jenkins server when pushes are made to a repository in {% data variables.product.product_location %}.
diff --git a/translations/ko-KR/content/admin/user-management/creating-teams.md b/translations/ko-KR/content/admin/user-management/creating-teams.md
index 1fad776262..aac1a8e71d 100644
--- a/translations/ko-KR/content/admin/user-management/creating-teams.md
+++ b/translations/ko-KR/content/admin/user-management/creating-teams.md
@@ -9,7 +9,7 @@ versions:
Teams are central to many of {% data variables.product.prodname_dotcom %}'s collaborative features, such as team @mentions to notify appropriate parties that you'd like to request their input or attention. For more information, see "[Permission levels for an organization repository](/enterprise/{{ currentVersion }}/user/articles/repository-permission-levels-for-an-organization/)".
-A team can represent a group within your company or include people with certain interests or expertise. For example, a team of accessibility experts on {% data variables.product.product_location_enterprise %} could comprise of people from several different departments. Teams can represent functional concerns that complement a company's existing divisional hierarchy.
+A team can represent a group within your company or include people with certain interests or expertise. For example, a team of accessibility experts on {% data variables.product.product_location %} could comprise of people from several different departments. Teams can represent functional concerns that complement a company's existing divisional hierarchy.
Organizations can create multiple levels of nested teams to reflect a company or group's hierarchy structure. For more information, see "[About teams](/enterprise/{{ currentVersion }}/user/articles/about-teams/#nested-teams)."
@@ -28,7 +28,7 @@ A prudent combination of teams is a powerful way to control repository access. F
### Creating teams with LDAP Sync enabled
-Instances using LDAP for user authentication can use LDAP Sync to manage a team's members. Setting the group's **Distinguished Name** (DN) in the **LDAP group** field will map a team to an LDAP group on your LDAP server. If you use LDAP Sync to manage a team's members, you won't be able to manage your team within {% data variables.product.product_location_enterprise %}. The mapped team will sync its members in the background and periodically at the interval configured when LDAP Sync is enabled. For more information, see "[Enabling LDAP Sync](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync)."
+Instances using LDAP for user authentication can use LDAP Sync to manage a team's members. Setting the group's **Distinguished Name** (DN) in the **LDAP group** field will map a team to an LDAP group on your LDAP server. If you use LDAP Sync to manage a team's members, you won't be able to manage your team within {% data variables.product.product_location %}. The mapped team will sync its members in the background and periodically at the interval configured when LDAP Sync is enabled. For more information, see "[Enabling LDAP Sync](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync)."
{% data reusables.enterprise_user_management.ldap-sync-nested-teams %}
diff --git a/translations/ko-KR/content/admin/user-management/customizing-user-messages-for-your-enterprise.md b/translations/ko-KR/content/admin/user-management/customizing-user-messages-for-your-enterprise.md
new file mode 100644
index 0000000000..984feddd81
--- /dev/null
+++ b/translations/ko-KR/content/admin/user-management/customizing-user-messages-for-your-enterprise.md
@@ -0,0 +1,70 @@
+---
+title: Customizing user messages for your enterprise
+redirect_from:
+ - /enterprise/admin/user-management/creating-a-custom-sign-in-message/
+ - /enterprise/admin/user-management/customizing-user-messages-on-your-instance
+ - /admin/user-management/customizing-user-messages-on-your-instance
+intro: 'You can create custom messages that users will see on the{% if enterpriseServerVersions contains currentVersion %} sign in and sign out pages{% else %} sign out page{% endif %}{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} or in an announcement banner at the top of every page{% endif %}.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+You can use Markdown to format your message. For more information, see "[About writing and formatting on {% data variables.product.prodname_dotcom %}](/articles/about-writing-and-formatting-on-github/)."
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% note %}
+
+**Note:** If you are using SAML for authentication, the sign in page is presented by your identity provider and is not customizable via {% data variables.product.prodname_ghe_server %}.
+
+{% endnote %}
+
+### Creating a custom sign in message
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+5. Under "Sign in page", click **Add message** or **Edit message**. 
+6. Under **Sign in message**, type the message you'd like users to see. 
+{% data reusables.enterprise_site_admin_settings.click-preview %}
+ 
+8. Review the rendered message. 
+{% data reusables.enterprise_site_admin_settings.save-changes %}
+{% endif %}
+
+### Creating a custom sign out message
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+5. Under "Sign out page", click **Add message** or **Edit message**. 
+6. Under **Sign out message**, type the message you'd like users to see. 
+{% data reusables.enterprise_site_admin_settings.click-preview %}
+ 
+8. Review the rendered message. 
+{% data reusables.enterprise_site_admin_settings.save-changes %}
+
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+### Creating a global announcement banner
+
+You can set a global announcement banner to be displayed to all users at the top of every page.
+
+{% if currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+
+You can also set an announcement banner{% if enterpriseServerVersions contains currentVersion %} in the administrative shell using a command line utility or{% endif %} using the API. For more information, see {% if enterpriseServerVersions contains currentVersion %}"[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-announce)" and {% endif %}"[{% data variables.product.prodname_enterprise %} administration](/rest/reference/enterprise-admin#announcements)."
+
+{% else %}
+
+You can also set an announcement banner in the administrative shell using a command line utility. For more information, see "[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-announce)."
+
+{% endif %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+1. Under "Announcement", click **Add announcement**. 
+1. Under "Announcement", in the text field, type the announcement you want displayed in a banner. 
+1. Optionally, under "Expires on", use the calendar drop-down menu, and select an expiration date. 
+1. Optionally, to see what the banner will look like, click **Preview**. 
+1. Click **Save changes**. 
+{% endif %}
diff --git a/translations/ko-KR/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md b/translations/ko-KR/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md
new file mode 100644
index 0000000000..42ac47c6f2
--- /dev/null
+++ b/translations/ko-KR/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md
@@ -0,0 +1,53 @@
+---
+title: Disabling Git SSH access on your enterprise
+redirect_from:
+ - /enterprise/admin/hidden/disabling-ssh-access-for-a-user-account/
+ - /enterprise/admin/articles/disabling-ssh-access-for-a-user-account/
+ - /enterprise/admin/hidden/disabling-ssh-access-for-your-appliance/
+ - /enterprise/admin/articles/disabling-ssh-access-for-your-appliance/
+ - /enterprise/admin/hidden/disabling-ssh-access-for-an-organization/
+ - /enterprise/admin/articles/disabling-ssh-access-for-an-organization/
+ - /enterprise/admin/hidden/disabling-ssh-access-to-a-repository/
+ - /enterprise/admin/articles/disabling-ssh-access-to-a-repository/
+ - /enterprise/admin/guides/installation/disabling-git-ssh-access-on-github-enterprise/
+ - /enterprise/admin/installation/disabling-git-ssh-access-on-github-enterprise-server
+ - /enterprise/admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
+ - /admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
+intro: 'You can prevent people from using Git over SSH for certain or all repositories on your enterprise.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Disabling Git SSH access to a specific repository
+
+{% data reusables.enterprise_site_admin_settings.override-policy %}
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.repository-search %}
+{% data reusables.enterprise_site_admin_settings.click-repo %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.admin-top-tab %}
+{% data reusables.enterprise_site_admin_settings.admin-tab %}
+1. Under "Git SSH access", use the drop-down menu, and click **Disabled**. 
+
+### Disabling Git SSH access to all repositories owned by a user or organization
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.search-user-or-org %}
+{% data reusables.enterprise_site_admin_settings.click-user-or-org %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.admin-top-tab %}
+{% data reusables.enterprise_site_admin_settings.admin-tab %}
+7. Under "Git SSH access", use the drop-down menu, and click **Disabled**. Then, select **Enforce on all repositories**. 
+
+### Disabling Git SSH access to all repositories in your enterprise
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% else %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% endif %}
+{% data reusables.enterprise-accounts.options-tab %}
+7. Under "Git SSH access", use the drop-down menu, and click **Disabled**. Then, select **Enforce on all repositories**. 
diff --git a/translations/ko-KR/content/admin/user-management/exporting-migration-data-from-your-enterprise.md b/translations/ko-KR/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
index aec6a820ff..da606dbe91 100644
--- a/translations/ko-KR/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
+++ b/translations/ko-KR/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
@@ -86,7 +86,7 @@ versions:
```
* {% data reusables.enterprise_migrations.specify-staging-path %}
-8. Close the connection to {% data variables.product.product_location_enterprise %}:
+8. Close the connection to {% data variables.product.product_location %}:
```shell
$ exit
> logout
diff --git a/translations/ko-KR/content/admin/user-management/index.md b/translations/ko-KR/content/admin/user-management/index.md
index 8a7ef8f23f..73f0672568 100644
--- a/translations/ko-KR/content/admin/user-management/index.md
+++ b/translations/ko-KR/content/admin/user-management/index.md
@@ -1,15 +1,16 @@
---
title: 'Managing users, organizations, and repositories'
shortTitle: 'Managing users, organizations, and repositories'
+intro: 'This guide describes authentication methods for users signing in to your enterprise, how to create organizations and teams for repository access and collaboration, and suggested best practices for user security.'
redirect_from:
- /enterprise/admin/categories/user-management/
- /enterprise/admin/developer-workflow/using-webhooks-for-continuous-integration
- /enterprise/admin/migrations
- /enterprise/admin/clustering
- /enterprise/admin/user-management
-intro: 'This guide describes authentication methods for users signing in to your {% data variables.product.prodname_enterprise %} instance, how to create organizations and teams for repository access and collaboration, and suggested best practices for user security.'
versions:
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,17 +19,15 @@ versions:
{% topic_link_in_list /managing-users-in-your-enterprise %}
{% link_in_list /promoting-or-demoting-a-site-administrator %}
{% link_in_list /best-practices-for-user-security %}
- {% link_in_list /auditing-users-across-your-instance %}
+ {% link_in_list /auditing-users-across-your-enterprise %}
{% link_in_list /managing-dormant-users %}
{% link_in_list /suspending-and-unsuspending-users %}
{% link_in_list /placing-a-legal-hold-on-a-user-or-organization %}
{% link_in_list /auditing-ssh-keys %}
- {% link_in_list /customizing-user-messages-on-your-instance %}
- {% link_in_list /configuring-email-for-notifications %}
+ {% link_in_list /customizing-user-messages-for-your-enterprise %}
{% link_in_list /rebuilding-contributions-data %}
{% link_in_list /managing-global-webhooks %}
{% topic_link_in_list /managing-organizations-in-your-enterprise %}
- {% link_in_list /creating-organizations %}
{% link_in_list /configuring-visibility-for-organization-membership %}
{% link_in_list /preventing-users-from-creating-organizations %}
{% link_in_list /requiring-two-factor-authentication-for-an-organization %}
@@ -40,7 +39,7 @@ versions:
{% topic_link_in_list /managing-repositories-in-your-enterprise %}
{% link_in_list /configuring-git-large-file-storage-for-your-enterprise %}
{% link_in_list /migrating-to-internal-repositories %}
- {% link_in_list /disabling-git-ssh-access-on-github-enterprise-server %}
+ {% link_in_list /disabling-git-ssh-access-on-your-enterprise %}
{% link_in_list /troubleshooting-service-hooks %}
{% topic_link_in_list /monitoring-activity-in-your-enterprise %}
{% link_in_list /activity-dashboard %}
@@ -48,6 +47,7 @@ versions:
{% link_in_list /searching-the-audit-log %}
{% link_in_list /audited-actions %}
{% link_in_list /viewing-push-logs %}
+ {% link_in_list /log-forwarding %}
{% topic_link_in_list /migrating-data-to-and-from-your-enterprise %}
{% link_in_list /about-migrations %}
{% link_in_list /exporting-migration-data-from-your-enterprise %}
diff --git a/translations/ko-KR/content/admin/user-management/log-forwarding.md b/translations/ko-KR/content/admin/user-management/log-forwarding.md
new file mode 100644
index 0000000000..c8fff649a1
--- /dev/null
+++ b/translations/ko-KR/content/admin/user-management/log-forwarding.md
@@ -0,0 +1,42 @@
+---
+title: Log forwarding
+intro: '{% data variables.product.product_name %} uses `syslog-ng` to forward {% if enterpriseServerVersions contains currentVersion %}system{% elsif currentVersion == "github-ae@latest" %}Git{% endif %} and application logs to the server you specify.'
+redirect_from:
+ - /enterprise/admin/articles/log-forwarding/
+ - /enterprise/admin/installation/log-forwarding
+ - /enterprise/admin/enterprise-management/log-forwarding
+ - /admin/enterprise-management/log-forwarding
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+Any log collection system that supports syslog-style log streams is supported (e.g., [Logstash](http://logstash.net/) and [Splunk](http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports)).
+
+### Enabling log forwarding
+
+{% if enterpriseServerVersions contains currentVersion %}
+1. On the {% data variables.enterprise.management_console %} settings page, in the left sidebar, click **Monitoring**.
+1. Select **Enable log forwarding**.
+1. In the **Server address** field, type the address of the server to which you want to forward logs. You can specify multiple addresses in a comma-separated list.
+1. In the Protocol drop-down menu, select the protocol to use to communicate with the log server. The protocol will apply to all specified log destinations.
+1. Select **Enable TLS**.
+1. Click **Choose File** and choose a CA certificate to encrypt communication between syslog endpoints. The entire certificate chain will be validated, and must terminate in a root certificate. For more information, see [TLS options in the syslog-ng documentation](https://support.oneidentity.com/technical-documents/syslog-ng-open-source-edition/3.16/administration-guide/56#TOPIC-956599).
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+1. Under {% octicon "gear" aria-label="The Settings gear" %} **Settings**, click **Log forwarding**. 
+1. Under "Log forwarding", select **Enable log forwarding**. 
+1. Under "Server address", enter the address of the server you want to forward logs to. 
+1. Use the "Protocol" drop-down menu, and select a protocol. 
+1. Optionally, to enable TLS encrypted communication between syslog endpoints, select **Enable TLS**. 
+1. Under "Public certificate", paste your x509 certificate. 
+1. Click **Save**. 
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+### 문제 해결
+If you run into issues with log forwarding, contact
+
+{% data variables.contact.contact_ent_support %} and attach the output file from `http(s)://[hostname]/setup/diagnostics` to your email.
+{% endif %}
diff --git a/translations/ko-KR/content/admin/user-management/managing-dormant-users.md b/translations/ko-KR/content/admin/user-management/managing-dormant-users.md
index f21822f2b2..e972fce7a8 100644
--- a/translations/ko-KR/content/admin/user-management/managing-dormant-users.md
+++ b/translations/ko-KR/content/admin/user-management/managing-dormant-users.md
@@ -5,16 +5,17 @@ redirect_from:
- /enterprise/admin/articles/viewing-dormant-users/
- /enterprise/admin/articles/determining-whether-a-user-account-is-dormant/
- /enterprise/admin/user-management/managing-dormant-users
-intro: A user account is considered to be dormant if it has not been active for at least a month. You may choose to suspend dormant users to free up user licenses.
+intro: A user account is considered to be dormant if it has not been active for at least a month.{% if enterpriseServerVersions contains currentVersion %} You may choose to suspend dormant users to free up user licenses.{% endif %}
versions:
enterprise-server: '*'
+ github-ae: '*'
---
"Activity" includes, but is not limited to:
-- Signing in to {% data variables.product.prodname_ghe_server %}.
+- Signing in to {% data variables.product.product_name %}.
- Commenting on issues and pull requests.
- Creating, deleting, watching, and starring repositories.
-- Pushing commits.{% if currentVersion ver_gt "enterprise-server@2.21" %}
+- Pushing commits.{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
- Accessing resources by using a personal access token or SSH key.{% endif %}
### Viewing dormant users
@@ -22,8 +23,8 @@ versions:
You can view a list of all dormant users who have not been suspended and who are not site administrators.
{% data reusables.enterprise_site_admin_settings.access-settings %}
-3. In the left sidebar, click **Dormant users**. 
-4. To suspend all the dormant users in this list, at the top of the page, click **Suspend all**. 
+3. In the left sidebar, click **Dormant users**. {% if enterpriseServerVersions contains currentVersion %}
+4. To suspend all the dormant users in this list, at the top of the page, click **Suspend all**. {% endif %}
### Determining whether a user account is dormant
@@ -36,9 +37,8 @@ You can view a list of all dormant users who have not been suspended and who are
{% data reusables.enterprise_site_admin_settings.dormancy-threshold %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
diff --git a/translations/ko-KR/content/admin/user-management/managing-global-webhooks.md b/translations/ko-KR/content/admin/user-management/managing-global-webhooks.md
index 28475cebe9..797a748432 100644
--- a/translations/ko-KR/content/admin/user-management/managing-global-webhooks.md
+++ b/translations/ko-KR/content/admin/user-management/managing-global-webhooks.md
@@ -1,16 +1,17 @@
---
title: Managing global webhooks
-intro: 'Site administrators can view, add, edit, and delete global webhooks to track events at the instance level.'
+intro: 'Site administrators can view, add, edit, and delete global webhooks to track events for the enterprise.'
redirect_from:
- /enterprise/admin/user-management/about-global-webhooks
- /enterprise/admin/user-management/managing-global-webhooks
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### About global webhooks
-You can use global webhooks to automatically monitor, respond to, or enforce rules for user and organization management on your instance. For example, you can configure your webhooks to execute whenever:
+You can use global webhooks to automatically monitor, respond to, or enforce rules for user and organization management for your enterprise. For example, you can configure your webhooks to execute whenever:
- A user account is created or deleted
- An organization is created or deleted
- A collaborator is added to or removed from a repository
@@ -20,11 +21,9 @@ You can use global webhooks to automatically monitor, respond to, or enforce rul
{% data reusables.enterprise_user_management.manage-global-webhooks-api %}
-
### Adding a global webhook
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Click **Add webhook**. 
@@ -47,8 +46,7 @@ You can use global webhooks to automatically monitor, respond to, or enforce rul
### Editing a global webhook
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Next to the webhook you'd like to edit, click **Edit**. 
@@ -57,8 +55,7 @@ You can use global webhooks to automatically monitor, respond to, or enforce rul
### Deleting a global webhook
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Next to the webhook you'd like to delete, click **Delete**. 
@@ -66,8 +63,7 @@ You can use global webhooks to automatically monitor, respond to, or enforce rul
### Viewing recent deliveries and responses
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. In the list of webhooks, click the webhook for which you'd like to see deliveries. 
diff --git a/translations/ko-KR/content/admin/user-management/managing-organizations-in-your-enterprise.md b/translations/ko-KR/content/admin/user-management/managing-organizations-in-your-enterprise.md
index ab34721640..46c6cec1ac 100644
--- a/translations/ko-KR/content/admin/user-management/managing-organizations-in-your-enterprise.md
+++ b/translations/ko-KR/content/admin/user-management/managing-organizations-in-your-enterprise.md
@@ -9,5 +9,6 @@ intro: 'Organizations are great for creating distinct groups of users within you
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/user-management/managing-repositories-in-your-enterprise.md b/translations/ko-KR/content/admin/user-management/managing-repositories-in-your-enterprise.md
index 52831d237f..4da07ed3b7 100644
--- a/translations/ko-KR/content/admin/user-management/managing-repositories-in-your-enterprise.md
+++ b/translations/ko-KR/content/admin/user-management/managing-repositories-in-your-enterprise.md
@@ -1,11 +1,12 @@
---
title: Managing repositories in your enterprise
-intro: 'You can manage the settings available to repository administrators on your {% data variables.product.prodname_ghe_server %} appliance.'
+intro: 'You can manage the settings available to repository administrators in your enterprise.'
redirect_from:
- /enterprise/admin/user-management/repositories
- /enterprise/admin/user-management/managing-repositories-in-your-enterprise
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/user-management/managing-users-in-your-enterprise.md b/translations/ko-KR/content/admin/user-management/managing-users-in-your-enterprise.md
index e89560fa53..63a373005f 100644
--- a/translations/ko-KR/content/admin/user-management/managing-users-in-your-enterprise.md
+++ b/translations/ko-KR/content/admin/user-management/managing-users-in-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Managing users in your enterprise
-intro: 'Once users are able to authenticate to {% data variables.product.product_location_enterprise %}, they''ll want to set up a few basic custom profile settings like an avatar and email notifications.'
+intro: 'You can audit user activity and manage user settings.'
redirect_from:
- /enterprise/admin/guides/user-management/enabling-avatars-and-identicons/
- /enterprise/admin/user-management/basic-account-settings
@@ -9,5 +9,6 @@ redirect_from:
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md b/translations/ko-KR/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
index 51bb835349..a3df463ac3 100644
--- a/translations/ko-KR/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
+++ b/translations/ko-KR/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Migrating data to and from your enterprise
-intro: 'You can export user, organization, and repository data from {% data variables.product.prodname_ghe_server %} or {% data variables.product.prodname_dotcom_the_website %}, then import that data into {% data variables.product.product_location_enterprise %}.'
+intro: 'You can export user, organization, and repository data from {% data variables.product.prodname_ghe_server %} or {% data variables.product.prodname_dotcom_the_website %}, then import that data into {% data variables.product.product_location %}.'
mapTopic: true
redirect_from:
- /enterprise/admin/articles/moving-a-repository-from-github-com-to-github-enterprise/
diff --git a/translations/ko-KR/content/admin/user-management/migrating-to-internal-repositories.md b/translations/ko-KR/content/admin/user-management/migrating-to-internal-repositories.md
index 959b1ada4c..5c0b3333d2 100644
--- a/translations/ko-KR/content/admin/user-management/migrating-to-internal-repositories.md
+++ b/translations/ko-KR/content/admin/user-management/migrating-to-internal-repositories.md
@@ -23,7 +23,7 @@ All public repositories owned by user accounts on your instance will become priv
Anonymous Git read access will be disabled for each public repository that becomes internal or private.
-If your current default visibility for repositories is public, the default will become internal. If the current default is private, the default will not change. You can change the default at any time. For more information, see "[Configuring the default visibility of new repositories on your appliance](/enterprise/admin/installation/configuring-the-default-visibility-of-new-repositories-on-your-appliance)."
+If your current default visibility for repositories is public, the default will become internal. If the current default is private, the default will not change. You can change the default at any time. For more information, see "[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-the-default-visibility-of-new-repositories-in-your-enterprise)."
The repository creation policy for the instance will change to disable public repositories and allow private and internal repositories. You can update the policy at any time. For more information, see "[Restricting repository creation in your instances](/enterprise/admin/user-management/restricting-repository-creation-in-your-instance)."
diff --git a/translations/ko-KR/content/admin/user-management/monitoring-activity-in-your-enterprise.md b/translations/ko-KR/content/admin/user-management/monitoring-activity-in-your-enterprise.md
index 991fef7abc..a72fde4deb 100644
--- a/translations/ko-KR/content/admin/user-management/monitoring-activity-in-your-enterprise.md
+++ b/translations/ko-KR/content/admin/user-management/monitoring-activity-in-your-enterprise.md
@@ -6,5 +6,6 @@ redirect_from:
- /enterprise/admin/user-management/monitoring-activity-in-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md b/translations/ko-KR/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
index 9f948cfb01..2669e2077d 100644
--- a/translations/ko-KR/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
+++ b/translations/ko-KR/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
@@ -1,10 +1,11 @@
---
title: Placing a legal hold on a user or organization
-intro: 'You can place a legal hold on a user or organization to ensure that repositories they own cannot be permanently removed from {% data variables.product.product_location_enterprise %}.'
+intro: 'You can place a legal hold on a user or organization to ensure that repositories they own cannot be permanently removed from your enterprise.'
redirect_from:
- /enterprise/admin/user-management/placing-a-legal-hold-on-a-user-or-organization
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Usually, if someone deletes a repository, it will be available on disk for 90 days and can be restored via the site admin dashboard. After 90 days the repository is purged and deleted forever. If you place a legal hold on a user or organization, repositories they own are available for restore indefinitely.
diff --git a/translations/ko-KR/content/admin/user-management/preventing-users-from-creating-organizations.md b/translations/ko-KR/content/admin/user-management/preventing-users-from-creating-organizations.md
index 84cc92bf77..ba047d530a 100644
--- a/translations/ko-KR/content/admin/user-management/preventing-users-from-creating-organizations.md
+++ b/translations/ko-KR/content/admin/user-management/preventing-users-from-creating-organizations.md
@@ -4,14 +4,14 @@ redirect_from:
- /enterprise/admin/articles/preventing-users-from-creating-organizations/
- /enterprise/admin/hidden/preventing-users-from-creating-organizations/
- /enterprise/admin/user-management/preventing-users-from-creating-organizations
-intro: 'You can prevent users from creating organizations on your {% data variables.product.prodname_ghe_server %} appliance.'
+intro: 'You can prevent users from creating organizations in your enterprise.'
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
diff --git a/translations/ko-KR/content/admin/user-management/promoting-or-demoting-a-site-administrator.md b/translations/ko-KR/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
index 6d137cf242..965906c2d9 100644
--- a/translations/ko-KR/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
+++ b/translations/ko-KR/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
@@ -19,8 +19,7 @@ For information about promoting a user to an organization owner, see the `ghe-or
### Promoting a user from the enterprise settings
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
{% data reusables.enterprise-accounts.administrators-tab %}
5. In the upper-right corner of the page, click **Add owner**. 
@@ -28,8 +27,7 @@ For information about promoting a user to an organization owner, see the `ghe-or
### Demoting a site administrator from the enterprise settings
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
{% data reusables.enterprise-accounts.administrators-tab %}
1. In the upper-left corner of the page, in the "Find an administrator" search field, type the username of the person you want to demote. 
@@ -50,4 +48,4 @@ For information about promoting a user to an organization owner, see the `ghe-or
2. Run [ghe-user-demote](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-user-demote) with the username to demote.
```shell
$ ghe-user-demote username
- ```
+ ```
\ No newline at end of file
diff --git a/translations/ko-KR/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md b/translations/ko-KR/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
index 6f0b7fc666..25bf07d448 100644
--- a/translations/ko-KR/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
+++ b/translations/ko-KR/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
@@ -7,7 +7,7 @@ versions:
enterprise-server: '*'
---
-When using LDAP or built-in authentication, two-factor authentication is supported on the {% data variables.product.prodname_ghe_server %} appliance. Organization administrators can require members to have two-factor authentication enabled.
+When using LDAP or built-in authentication, two-factor authentication is supported on {% data variables.product.product_location %}. Organization administrators can require members to have two-factor authentication enabled.
{% data reusables.enterprise_user_management.external_auth_disables_2fa %}
diff --git a/translations/ko-KR/content/admin/user-management/searching-the-audit-log.md b/translations/ko-KR/content/admin/user-management/searching-the-audit-log.md
index 6abe41d7f9..890ba89f59 100644
--- a/translations/ko-KR/content/admin/user-management/searching-the-audit-log.md
+++ b/translations/ko-KR/content/admin/user-management/searching-the-audit-log.md
@@ -1,45 +1,45 @@
---
title: Searching the audit log
-intro: 'Site administrators can search an extensive list of [audited actions](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions) on {% data variables.product.product_location_enterprise %}.'
+intro: 'Site administrators can search an extensive list of audited actions on the enterprise.'
redirect_from:
- /enterprise/admin/articles/searching-the-audit-log/
- /enterprise/admin/installation/searching-the-audit-log
- /enterprise/admin/user-management/searching-the-audit-log
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Search query syntax
Compose a search query from one or more key:value pairs separated by AND/OR logical operators.
-| 키 | Value |
-| --------------:| -------------------------------------------------------------------------------------------------------- |
-| `actor_id` | ID of the user account that initiated the action |
-| `actor` | Name of the user account that initiated the action |
-| `oauth_app_id` | ID of the OAuth application associated with the action |
-| `동작` | Name of the [audited action](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions) |
-| `user_id` | ID of the user affected by the action |
-| `사용자` | Name of the user affected by the action |
-| `repo_id` | ID of the repository affected by the action (if applicable) |
-| `repo` | Name of the repository affected by the action (if applicable) |
-| `actor_ip` | IP address from which the action was initiated |
-| `created_at` | Time at which the action occurred |
-| `from` | View from which the action was initiated |
-| `참고` | Miscellaneous event-specific information (in either plain text or JSON format) |
-| `org` | Name of the organization affected by the action (if applicable) |
-| `org_id` | ID of the organization affected by the action (if applicable) |
+| 키 | Value |
+| --------------:| ------------------------------------------------------------------------------ |
+| `actor_id` | ID of the user account that initiated the action |
+| `actor` | Name of the user account that initiated the action |
+| `oauth_app_id` | ID of the OAuth application associated with the action |
+| `동작` | Name of the audited action |
+| `user_id` | ID of the user affected by the action |
+| `사용자` | Name of the user affected by the action |
+| `repo_id` | ID of the repository affected by the action (if applicable) |
+| `repo` | Name of the repository affected by the action (if applicable) |
+| `actor_ip` | IP address from which the action was initiated |
+| `created_at` | Time at which the action occurred |
+| `from` | View from which the action was initiated |
+| `참고` | Miscellaneous event-specific information (in either plain text or JSON format) |
+| `org` | Name of the organization affected by the action (if applicable) |
+| `org_id` | ID of the organization affected by the action (if applicable) |
For example, to see all actions that have affected the repository `octocat/Spoon-Knife` since the beginning of 2017:
`repo:"octocat/Spoon-Knife" AND created_at:[2017-01-01 TO *]`
-For a full list of actions, see "[Audited actions](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)."
+For a full list of actions, see "[Audited actions](/admin/user-management/audited-actions)."
### Searching the audit log
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
4. Type a search query. 
diff --git a/translations/ko-KR/content/admin/user-management/suspending-and-unsuspending-users.md b/translations/ko-KR/content/admin/user-management/suspending-and-unsuspending-users.md
index a76fc3eba7..0c2ccc8150 100644
--- a/translations/ko-KR/content/admin/user-management/suspending-and-unsuspending-users.md
+++ b/translations/ko-KR/content/admin/user-management/suspending-and-unsuspending-users.md
@@ -7,7 +7,7 @@ redirect_from:
- /enterprise/admin/articles/suspended-users/
- /enterprise/admin/articles/suspending-and-unsuspending-users/
- /enterprise/admin/user-management/suspending-and-unsuspending-users
-intro: 'If a user leaves or moves to a different part of the company, you should remove or modify their ability to access {% data variables.product.product_location_enterprise %}.'
+intro: 'If a user leaves or moves to a different part of the company, you should remove or modify their ability to access {% data variables.product.product_location %}.'
versions:
enterprise-server: '*'
---
@@ -27,7 +27,7 @@ Before suspending site administrators, you must demote them to regular users. Fo
{% tip %}
-**Note:** If [LDAP Sync is enabled](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync) for {% data variables.product.product_location_enterprise %}, users are automatically suspended when they're removed from the LDAP directory server. When LDAP Sync is enabled for your instance, normal user suspension methods are disabled.
+**Note:** If [LDAP Sync is enabled](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync) for {% data variables.product.product_location %}, users are automatically suspended when they're removed from the LDAP directory server. When LDAP Sync is enabled for your instance, normal user suspension methods are disabled.
{% endtip %}
@@ -65,8 +65,7 @@ As when suspending a user, unsuspending a user takes effect immediately. The use
You can create a custom message that suspended users will see when attempting to sign in.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.messages-tab %}
5. Click **Add message**. 
diff --git a/translations/ko-KR/content/admin/user-management/troubleshooting-service-hooks.md b/translations/ko-KR/content/admin/user-management/troubleshooting-service-hooks.md
index d6b7148aa6..f58b4ac8f4 100644
--- a/translations/ko-KR/content/admin/user-management/troubleshooting-service-hooks.md
+++ b/translations/ko-KR/content/admin/user-management/troubleshooting-service-hooks.md
@@ -7,6 +7,7 @@ redirect_from:
- /enterprise/admin/user-management/troubleshooting-service-hooks
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Getting information on deliveries
diff --git a/translations/ko-KR/content/admin/user-management/viewing-push-logs.md b/translations/ko-KR/content/admin/user-management/viewing-push-logs.md
index ff2415afe0..0b1a5270f2 100644
--- a/translations/ko-KR/content/admin/user-management/viewing-push-logs.md
+++ b/translations/ko-KR/content/admin/user-management/viewing-push-logs.md
@@ -1,12 +1,13 @@
---
title: Viewing push logs
-intro: 'Site administrators can view a list of Git push operations for any repository on {% data variables.product.product_location_enterprise %}.'
+intro: 'Site administrators can view a list of Git push operations for any repository on the enterprise.'
redirect_from:
- /enterprise/admin/articles/viewing-push-logs/
- /enterprise/admin/installation/viewing-push-logs
- /enterprise/admin/user-management/viewing-push-logs
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Push log entries show:
@@ -26,6 +27,7 @@ Push log entries show:
{% data reusables.enterprise_site_admin_settings.security-tab %}
4. In the left sidebar, click **Push Log**. 
+{% if enterpriseServerVersions contains currentVersion %}
### Viewing a repository's push logs on the command-line
1. SSH into your appliance. For more information, see "[Accessing the administrative shell (SSH)](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/)."
@@ -33,3 +35,4 @@ Push log entries show:
```shell
ghe-repo owner/repository -c "less audit_log"
```
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/content/developers/apps/about-apps.md b/translations/ko-KR/content/developers/apps/about-apps.md
index e6e9095396..010cd5c2e6 100644
--- a/translations/ko-KR/content/developers/apps/about-apps.md
+++ b/translations/ko-KR/content/developers/apps/about-apps.md
@@ -1,6 +1,6 @@
---
title: About apps
-intro: 'You can build integrations with the {% data variables.product.prodname_dotcom %} APIs to add flexibility and reduce friction in your own workflow. You can also share integrations with others on [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace).'
+intro: 'You can build integrations with the {% data variables.product.prodname_dotcom %} APIs to add flexibility and reduce friction in your own workflow.{% if currentVersion == "free-pro-team@latest" %} You can also share integrations with others on [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace).{% endif %}'
redirect_from:
- /apps/building-integrations/setting-up-a-new-integration/
- /apps/building-integrations/
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Apps on {% data variables.product.prodname_dotcom %} allow you to automate and improve your workflow. You can build apps to improve your workflow.{% if currentVersion == "free-pro-team@latest" %} You can also share or sell apps in [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace). To learn how to list an app on {% data variables.product.prodname_marketplace %}, see "[Getting started with GitHub Marketplace](/marketplace/getting-started/)."{% endif %}
diff --git a/translations/ko-KR/content/developers/apps/authenticating-with-github-apps.md b/translations/ko-KR/content/developers/apps/authenticating-with-github-apps.md
index db6f497430..750e4ff36a 100644
--- a/translations/ko-KR/content/developers/apps/authenticating-with-github-apps.md
+++ b/translations/ko-KR/content/developers/apps/authenticating-with-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
diff --git a/translations/ko-KR/content/developers/apps/authorizing-oauth-apps.md b/translations/ko-KR/content/developers/apps/authorizing-oauth-apps.md
index e9db79f2d4..17ae20fc1f 100644
--- a/translations/ko-KR/content/developers/apps/authorizing-oauth-apps.md
+++ b/translations/ko-KR/content/developers/apps/authorizing-oauth-apps.md
@@ -11,13 +11,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% data variables.product.product_name %}'s OAuth implementation supports the standard [authorization code grant type](https://tools.ietf.org/html/rfc6749#section-4.1){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} and the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628) for apps that don't have access to a web browser{% endif %}.
+{% data variables.product.product_name %}'s OAuth implementation supports the standard [authorization code grant type](https://tools.ietf.org/html/rfc6749#section-4.1){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} and the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628) for apps that don't have access to a web browser{% endif %}.
If you want to skip authorizing your app in the standard way, such as when testing your app, you can use the [non-web application flow](#non-web-application-flow).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
To authorize your OAuth app, consider which authorization flow best fits your app.
@@ -110,7 +111,7 @@ For example, in curl you can set the Authorization header like this:
curl -H "Authorization: token OAUTH-TOKEN" {% data variables.product.api_url_pre %}/user
```
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### Device flow
{% note %}
@@ -234,11 +235,13 @@ For more information, see the "[OAuth 2.0 Device Authorization Grant](https://to
Non-web authentication is available for limited situations like testing. If you need to, you can use [Basic Authentication](/v3/auth#basic-authentication) to create a personal access token using your [Personal access tokens settings page](/articles/creating-an-access-token-for-command-line-use). This technique enables the user to revoke access at any time.
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
{% note %}
**Note:** When using the non-web application flow to create an OAuth2 token, make sure to understand how to [work with two-factor authentication](/v3/auth/#working-with-two-factor-authentication) if you or your users have two-factor authentication enabled.
{% endnote %}
+{% endif %}
### Redirect URLs
@@ -292,6 +295,6 @@ To build this link, you'll need your OAuth Apps `client_id` that you received fr
* "[Troubleshooting authorization request errors](/apps/managing-oauth-apps/troubleshooting-authorization-request-errors)"
* "[Troubleshooting OAuth App access token request errors](/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors)"
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
* "[Device flow errors](#errors-for-the-device-flow)"
{% endif %}
diff --git a/translations/ko-KR/content/developers/apps/building-github-apps.md b/translations/ko-KR/content/developers/apps/building-github-apps.md
index a086827638..0012cdf9ce 100644
--- a/translations/ko-KR/content/developers/apps/building-github-apps.md
+++ b/translations/ko-KR/content/developers/apps/building-github-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/building-oauth-apps.md b/translations/ko-KR/content/developers/apps/building-oauth-apps.md
index 61e6a69762..92ea416d43 100644
--- a/translations/ko-KR/content/developers/apps/building-oauth-apps.md
+++ b/translations/ko-KR/content/developers/apps/building-oauth-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/creating-a-custom-badge-for-your-github-app.md b/translations/ko-KR/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
index b9d81a9adc..74aa6c7a91 100644
--- a/translations/ko-KR/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
+++ b/translations/ko-KR/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
By default, a new GitHub App will have an automatically generated [identicon](https://github.com/blog/1586-identicons). An identicon badge looks something like this:
diff --git a/translations/ko-KR/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md b/translations/ko-KR/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
index cfbbf5ea34..18cb34edd3 100644
--- a/translations/ko-KR/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
+++ b/translations/ko-KR/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
By default, a new OAuth App will have an automatically generated [identicon](https://github.com/blog/1586-identicons). An identicon badge looks something like this:
diff --git a/translations/ko-KR/content/developers/apps/creating-a-github-app-from-a-manifest.md b/translations/ko-KR/content/developers/apps/creating-a-github-app-from-a-manifest.md
index 0a47d6e3a9..ef9427e2d1 100644
--- a/translations/ko-KR/content/developers/apps/creating-a-github-app-from-a-manifest.md
+++ b/translations/ko-KR/content/developers/apps/creating-a-github-app-from-a-manifest.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/creating-a-github-app-using-url-parameters.md b/translations/ko-KR/content/developers/apps/creating-a-github-app-using-url-parameters.md
index 49c8e71daa..30e1aec255 100644
--- a/translations/ko-KR/content/developers/apps/creating-a-github-app-using-url-parameters.md
+++ b/translations/ko-KR/content/developers/apps/creating-a-github-app-using-url-parameters.md
@@ -6,42 +6,44 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About {% data variables.product.prodname_github_app %} URL parameters
You can add query parameters to these URLs to preselect the configuration of a {% data variables.product.prodname_github_app %} on a personal or organization account:
-* **User account:** `https://github.com/settings/apps/new`
-* **Organization account:** `https://github.com/organizations/:org/settings/apps/new`
+* **User account:** `{% data variables.product.oauth_host_code %}/settings/apps/new`
+* **Organization account:** `{% data variables.product.oauth_host_code %}/:org/settings/apps/new`
The person creating the app can edit the preselected values from the {% data variables.product.prodname_github_app %} registration page, before submitting the app. If you do not include required parameters in the URL query string, like `name`, the person creating the app will need to input a value before submitting the app.
The following URL creates a new public app called `octocat-github-app` with a preconfigured description and callback URL. This URL also selects read and write permissions for `checks`, subscribes to the `check_run` and `check_suite` webhook events, and selects the option to request user authorization (OAuth) during installation:
```
- https://github.com/settings/apps/new?name=octocat-github-app&description=An%20Octocat%20App&callback_url=https://example.com&request_oauth_on_install=true&public=true&checks=write&events[]=check_run&events[]=check_suite
+ {% data variables.product.oauth_host_code %}/settings/apps/new?name=octocat-github-app&description=An%20Octocat%20App&callback_url=https://example.com&request_oauth_on_install=true&public=true&checks=write&events[]=check_run&events[]=check_suite
```
The complete list of available query parameters, permissions, and events is listed in the sections below.
### {% data variables.product.prodname_github_app %} configuration parameters
- | 이름 | 유형 | 설명 |
- | -------------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
- | `name` | `문자열` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing GitHub user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action. |
- | `설명` | `문자열` | A description of the {% data variables.product.prodname_github_app %}. |
- | `url` | `문자열` | The full URL of your {% data variables.product.prodname_github_app %}'s website homepage. |
- | `callback_url` | `문자열` | The full URL to redirect to after someone authorizes an installation. This URL is used if your app needs to identify and authorize user-to-server requests. |
- | `request_oauth_on_install` | `boolean` | If your app authorizes users using the OAuth flow, you can set this option to `true` to allow people to authorize the app when they install it, saving a step. If you select this option, the `setup_url` becomes unavailable and users will be redirected to your `callback_url` after installing the app. |
- | `setup_url` | `문자열` | The full URL to redirect to after someone installs the {% data variables.product.prodname_github_app %} if the app requires additional setup after installation. |
- | `setup_on_update` | `boolean` | Set to `true` to redirect people to the setup URL when installations have been updated, for example, after repositories are added or removed. |
- | `public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app. |
- | `webhook_url` | `문자열` | The full URL that you would like to send webhook event payloads to. |
- | `webhook_secret` | `문자열` | You can specify a secret to secure your webhooks. See "[Securing your webhooks](/webhooks/securing/)" for more details. |
- | `이벤트` | `array of strings` | Webhook events. Some webhook events require `read` or `write` permissions for a resource before you can select the event when registering a new {% data variables.product.prodname_github_app %}. See the "[{% data variables.product.prodname_github_app %} webhook events](#github-app-webhook-events)" section for available events and their required permissions. You can select multiple events in a query string. For example, `events[]=public&events[]=label`. |
- | `도메인` | `문자열` | The URL of a content reference. |
- | `single_file_name` | `문자열` | When you grant `read` or `write` access to the `single_file` permission, this field provides the path to the single file your {% data variables.product.prodname_github_app %} will manage. |
+ | 이름 | 유형 | 설명 |
+ | -------------------------- | ------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+ | `name` | `문자열` | The name of the {% data variables.product.prodname_github_app %}. Give your app a clear and succinct name. Your app cannot have the same name as an existing GitHub user, unless it is your own user or organization name. A slugged version of your app's name will be shown in the user interface when your integration takes an action. |
+ | `설명` | `문자열` | A description of the {% data variables.product.prodname_github_app %}. |
+ | `url` | `문자열` | The full URL of your {% data variables.product.prodname_github_app %}'s website homepage. |
+ | `callback_url` | `문자열` | The full URL to redirect to after someone authorizes an installation. This URL is used if your app needs to identify and authorize user-to-server requests. |
+ | `request_oauth_on_install` | `boolean` | If your app authorizes users using the OAuth flow, you can set this option to `true` to allow people to authorize the app when they install it, saving a step. If you select this option, the `setup_url` becomes unavailable and users will be redirected to your `callback_url` after installing the app. |
+ | `setup_url` | `문자열` | The full URL to redirect to after someone installs the {% data variables.product.prodname_github_app %} if the app requires additional setup after installation. |
+ | `setup_on_update` | `boolean` | Set to `true` to redirect people to the setup URL when installations have been updated, for example, after repositories are added or removed. |
+ | `public` | `boolean` | Set to `true` when your {% data variables.product.prodname_github_app %} is available to the public or `false` when it is only accessible to the owner of the app. |
+ | `webhook_url` | `문자열` | The full URL that you would like to send webhook event payloads to. |
+ | `webhook_secret` | `문자열` | You can specify a secret to secure your webhooks. See "[Securing your webhooks](/webhooks/securing/)" for more details. |
+ | `이벤트` | `array of strings` | Webhook events. Some webhook events require `read` or `write` permissions for a resource before you can select the event when registering a new {% data variables.product.prodname_github_app %}. See the "[{% data variables.product.prodname_github_app %} webhook events](#github-app-webhook-events)" section for available events and their required permissions. You can select multiple events in a query string. For example, `events[]=public&events[]=label`. |
+ | `도메인` | `문자열` | The URL of a content reference. |
+ | `single_file_name` | `문자열` | This is a narrowly-scoped permission that allows the app to access a single file in any repository. When you set the `single_file` permission to `read` or `write`, this field provides the path to the single file your {% data variables.product.prodname_github_app %} will manage. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} If you need to manage multiple files, see `single_file_paths` below. {% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+ | `single_file_paths` | `array of strings` | This allows the app to access up ten specified files in a repository. When you set the `single_file` permission to `read` or `write`, this array can store the paths for up to ten files that your {% data variables.product.prodname_github_app %} will manage. These files all receive the same permission set by `single_file`, and do not have separate individual permissions. When two or more files are configured, the API returns `multiple_single_files=true`, otherwise it returns `multiple_single_files=false`.{% endif %}
### {% data variables.product.prodname_github_app %} permissions
@@ -54,8 +56,8 @@ You can select permissions in a query string using the permission name in the fo
| [`checks`](/rest/reference/permissions-required-for-github-apps/#permission-on-checks) | Grants access to the [Checks API](/v3/checks/). Can be one of: `none`, `read`, or `write`. |
| `content_references` | Grants access to the "[Create a content attachment](/v3/apps/installations/#create-a-content-attachment)" endpoint. Can be one of: `none`, `read`, or `write`. |
| [`contents`](/rest/reference/permissions-required-for-github-apps/#permission-on-contents) | Grants access to various endpoints that allow you to modify repository contents. Can be one of: `none`, `read`, or `write`. |
-| [`deployments`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Grants access to the [Deployments API](/rest/reference/repos#deployments). Can be one of: `none`, `read`, or `write`. |
-| [`emails`](/rest/reference/permissions-required-for-github-apps/#permission-on-emails) | Grants access to the [Emails API](/v3/users/emails/). Can be one of: `none`, `read`, or `write`. |
+| [`deployments`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Grants access to the [Deployments API](/v3/repos/deployments/). Can be one of: `none`, `read`, or `write`.{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
+| [`emails`](/rest/reference/permissions-required-for-github-apps/#permission-on-emails) | Grants access to the [Emails API](/v3/users/emails/). Can be one of: `none`, `read`, or `write`.{% endif %}
| [`followers`](/rest/reference/permissions-required-for-github-apps/#permission-on-followers) | Grants access to the [Followers API](/v3/users/followers/). Can be one of: `none`, `read`, or `write`. |
| [`gpg_keys`](/rest/reference/permissions-required-for-github-apps/#permission-on-gpg-keys) | Grants access to the [GPG Keys API](/v3/users/gpg_keys/). Can be one of: `none`, `read`, or `write`. |
| [`issues`](/rest/reference/permissions-required-for-github-apps/#permission-on-issues) | Grants access to the [Issues API](/v3/issues/). Can be one of: `none`, `read`, or `write`. |
@@ -63,11 +65,11 @@ You can select permissions in a query string using the permission name in the fo
| [`members`](/rest/reference/permissions-required-for-github-apps/#permission-on-members) | Grants access to manage an organization's members. Can be one of: `none`, `read`, or `write`.{% if currentVersion == "free-pro-team@latest" %}
| [`메타데이터`](/rest/reference/permissions-required-for-github-apps/#metadata-permissions) | Grants access to read-only endpoints that do not leak sensitive data. Can be `read` or `none`. Defaults to `read` when you set any permission, or defaults to `none` when you don't specify any permissions for the {% data variables.product.prodname_github_app %}. |
| [`organization_administration`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-administration) | Grants access to "[Update an organization](/v3/orgs/#update-an-organization)" endpoint and the [Organization Interaction Restrictions API](/v3/interactions/orgs/#set-interaction-restrictions-for-an-organization). Can be one of: `none`, `read`, or `write`.{% endif %}
-| [`organization_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-hooks) | Grants access to the [Organization Webhooks API](/rest/reference/orgs#webhooks/). Can be one of: `none`, `read`, or `write`. |
+| [`organization_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-hooks) | Grants access to the [Organization Webhooks API](/v3/orgs/hooks/). Can be one of: `none`, `read`, or `write`. |
| `organization_plan` | Grants access to get information about an organization's plan using the "[Get an organization](/v3/orgs/#get-an-organization)" endpoint. Can be one of: `none` or `read`. |
| [`organization_projects`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-projects) | Grants access to the [Projects API](/v3/projects/). Can be one of: `none`, `read`, `write`, or `admin`.{% if currentVersion == "free-pro-team@latest" %}
| [`organization_user_blocking`](/rest/reference/permissions-required-for-github-apps/#permission-on-organization-projects) | Grants access to the [Blocking Organization Users API](/v3/orgs/blocking/). Can be one of: `none`, `read`, or `write`.{% endif %}
-| [`pages`](/rest/reference/permissions-required-for-github-apps/#permission-on-pages) | Grants access to the [Pages API](/rest/reference/repos#pages). Can be one of: `none`, `read`, or `write`. |
+| [`pages`](/rest/reference/permissions-required-for-github-apps/#permission-on-pages) | Grants access to the [Pages API](/v3/repos/pages/). Can be one of: `none`, `read`, or `write`. |
| `plan` | Grants access to get information about a user's GitHub plan using the "[Get a user](/v3/users/#get-a-user)" endpoint. Can be one of: `none` or `read`. |
| [`pull_requests`](/rest/reference/permissions-required-for-github-apps/#permission-on-pull-requests) | Grants access to various pull request endpoints. Can be one of: `none`, `read`, or `write`. |
| [`repository_hooks`](/rest/reference/permissions-required-for-github-apps/#permission-on-repository-hooks) | Grants access to the [Repository Webhooks API](/v3/repos/hooks/). Can be one of: `none`, `read`, or `write`. |
diff --git a/translations/ko-KR/content/developers/apps/creating-a-github-app.md b/translations/ko-KR/content/developers/apps/creating-a-github-app.md
index 4cb99baab8..e2d9793c37 100644
--- a/translations/ko-KR/content/developers/apps/creating-a-github-app.md
+++ b/translations/ko-KR/content/developers/apps/creating-a-github-app.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}To learn how to use GitHub App Manifests, which allow people to create preconfigured GitHub Apps, see "[Creating GitHub Apps from a manifest](/apps/building-github-apps/creating-github-apps-from-a-manifest/)."{% endif %}
@@ -30,8 +31,17 @@ versions:
6. Optionally, in "Description", type a description of your app that users will see. 
7. In "Homepage URL", type the full URL to your app's website. 
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}
+8. In "Callback URL", type the full URL to redirect to after a user authorizes the installation. This URL is used if your app needs to identify and authorize user-to-server requests.
+
+ You can use **Add callback URL** to provide additional callback URLs, up to a maximum of 10.
+
+ 
+{% else %}
8. In "User authorization callback URL", type the full URL to redirect to after a user authorizes an installation. This URL is used if your app needs to identify and authorize user-to-server requests. 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+
+{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
9. By default, to improve your app's security, your app will use expiring user authorization tokens. To opt-out of using expiring user tokens, you must deselect "Expire user authorization tokens". To learn more about setting up a refresh token flow and the benefits of expiring user tokens, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)." 
{% endif %}
9. If your app authorizes users using the OAuth flow, you can select **Request user authorization (OAuth) during installation** to allow people to authorize the app when they install it, saving a step. If you select this option, the "Setup URL" becomes unavailable and users will be redirected to your "User authorization callback URL" after installing the app. See "[Authorizing users during installation](/apps/installing-github-apps/#authorizing-users-during-installation)" for more information. 
diff --git a/translations/ko-KR/content/developers/apps/creating-an-oauth-app.md b/translations/ko-KR/content/developers/apps/creating-an-oauth-app.md
index 54e22cce45..6bc827517b 100644
--- a/translations/ko-KR/content/developers/apps/creating-an-oauth-app.md
+++ b/translations/ko-KR/content/developers/apps/creating-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
@@ -38,4 +39,11 @@ versions:
7. In "Homepage URL", type the full URL to your app's website. 
8. Optionally, in "Application description", type a description of your app that users will see. 
9. In "Authorization callback URL", type the callback URL of your app. 
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}
+ {% note %}
+
+ **Note:** OAuth Apps cannot have multiple callback URLs, unlike {% data variables.product.prodname_github_apps %}.
+
+ {% endnote %}
+{% endif %}
10. Click **Register application**. 
diff --git a/translations/ko-KR/content/developers/apps/creating-ci-tests-with-the-checks-api.md b/translations/ko-KR/content/developers/apps/creating-ci-tests-with-the-checks-api.md
index 265d0ab270..d31f6878ae 100644
--- a/translations/ko-KR/content/developers/apps/creating-ci-tests-with-the-checks-api.md
+++ b/translations/ko-KR/content/developers/apps/creating-ci-tests-with-the-checks-api.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -133,7 +134,7 @@ The `requested` action requests a check run each time code is pushed to the repo
You'll add this new method as a [Sinatra helper](https://github.com/sinatra/sinatra#helpers) in case you want other routes to use it too. Under `helpers do`, add this `create_check_run` method:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Create a new check run with the status queued
def create_check_run
@@ -229,7 +230,7 @@ In this section, you're not going to kick off the CI test yet, but you'll walk t
Let's create the `initiate_check_run` method and update the status of the check run. Add the following code to the helpers section:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Start the CI process
def initiate_check_run
@@ -607,7 +608,7 @@ text = "Octo RuboCop version: #{@output['metadata']['rubocop_version']}"
Now you've got all the information you need to update your check run. In the [first half of this quickstart](#step-14-updating-a-check-run), you added this code to set the status of the check run to `success`:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Mark the check run as complete!
updated_check_run = @installation_client.patch(
@@ -639,7 +640,7 @@ updated_check_run = @installation_client.patch(
You'll need to update that code to use the `conclusion` variable you set based on the RuboCop results (to `success` or `neutral`). You can update the code with the following:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Mark the check run as complete! And if there are warnings, share them.
updated_check_run = @installation_client.patch(
diff --git a/translations/ko-KR/content/developers/apps/deleting-a-github-app.md b/translations/ko-KR/content/developers/apps/deleting-a-github-app.md
index 7b8dfd4704..e845399f14 100644
--- a/translations/ko-KR/content/developers/apps/deleting-a-github-app.md
+++ b/translations/ko-KR/content/developers/apps/deleting-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/ko-KR/content/developers/apps/deleting-an-oauth-app.md b/translations/ko-KR/content/developers/apps/deleting-an-oauth-app.md
index 345b954c03..a31cc01776 100644
--- a/translations/ko-KR/content/developers/apps/deleting-an-oauth-app.md
+++ b/translations/ko-KR/content/developers/apps/deleting-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/ko-KR/content/developers/apps/differences-between-github-apps-and-oauth-apps.md b/translations/ko-KR/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
index 32c31b7249..1bed7a0807 100644
--- a/translations/ko-KR/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
+++ b/translations/ko-KR/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Who can install GitHub Apps and authorize OAuth Apps?
@@ -56,7 +57,7 @@ An _authorized_ OAuth App has access to all of the user's or organization owner'
| An installation token identifies the app as the GitHub Apps bot, such as @jenkins-bot. | An access token identifies the app as the user who granted the token to the app, such as @octocat. |
| Installation tokens expire after a predefined amount of time (currently 1 hour). | OAuth tokens remain active until they're revoked by the customer. |
| {% data reusables.apps.api-rate-limits-non-ghec %}{% if currentVersion == "free-pro-team@latest" %} Higher rate limits apply for {% data variables.product.prodname_ghe_cloud %}. For more information, see "[Rate limits for GitHub Apps](/developers/apps/rate-limits-for-github-apps)."{% endif %} | OAuth tokens use the user's rate limit of 5,000 requests per hour. |
-| Rate limit increases can be granted both at the GitHub Apps level (affecting all installations) and at the individual installation level. | Rate limit increases are granted per OAuth App. Every token granted to that OAuth App gets the increased limit. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| Rate limit increases can be granted both at the GitHub Apps level (affecting all installations) and at the individual installation level. | Rate limit increases are granted per OAuth App. Every token granted to that OAuth App gets the increased limit. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
| {% data variables.product.prodname_github_app %}s can authenticate on behalf of the user, which is called user-to-server requests. The flow to authorize is the same as the OAuth App authorization flow. User-to-server tokens can expire and be renewed with a refresh token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)" and "[Identifying and authorizing users for GitHub Apps](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/)." | The OAuth flow used by {% data variables.product.prodname_oauth_app %}s authorizes an {% data variables.product.prodname_oauth_app %} on behalf of the user. This is the same flow used in {% data variables.product.prodname_github_app %} user-to-server authorization. |{% endif %}
### Requesting permission levels for resources
diff --git a/translations/ko-KR/content/developers/apps/editing-a-github-apps-permissions.md b/translations/ko-KR/content/developers/apps/editing-a-github-apps-permissions.md
index acbef5efe5..fd871d0387 100644
--- a/translations/ko-KR/content/developers/apps/editing-a-github-apps-permissions.md
+++ b/translations/ko-KR/content/developers/apps/editing-a-github-apps-permissions.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/developers/apps/getting-started-with-apps.md b/translations/ko-KR/content/developers/apps/getting-started-with-apps.md
index 799c24985a..d6bc3d7a0f 100644
--- a/translations/ko-KR/content/developers/apps/getting-started-with-apps.md
+++ b/translations/ko-KR/content/developers/apps/getting-started-with-apps.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/guides.md b/translations/ko-KR/content/developers/apps/guides.md
index 69ea30a55d..6981d14f2c 100644
--- a/translations/ko-KR/content/developers/apps/guides.md
+++ b/translations/ko-KR/content/developers/apps/guides.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md b/translations/ko-KR/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
index af8d3e1655..90b345d4f7 100644
--- a/translations/ko-KR/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
+++ b/translations/ko-KR/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -21,7 +22,7 @@ When your GitHub App acts on behalf of a user, it performs user-to-server reques
To authorize users for standard apps that run in the browser, use the [web application flow](#web-application-flow).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
To authorize users for headless apps without direct access to the browser, such as CLI tools or Git credential managers, use the [device flow](#device-flow). The device flow uses the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628).
{% endif %}
@@ -43,12 +44,12 @@ When your GitHub App specifies a `login` parameter, it prompts users with a spec
##### 매개변수
-| 이름 | 유형 | 설명 |
-| -------------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `client_id` | `문자열` | **Required.** The client ID for your GitHub App. You can find this in your [GitHub App settings](https://github.com/settings/apps) when you select your app. |
-| `redirect_uri` | `문자열` | The URL in your application where users will be sent after authorization. This must be an exact match to the URL you provided in the **User authorization callback URL** field when setting up your GitHub App and can't contain any additional parameters. |
-| `state` | `문자열` | This should contain a random string to protect against forgery attacks and could contain any other arbitrary data. |
-| `login` | `문자열` | Suggests a specific account to use for signing in and authorizing the app. |
+| 이름 | 유형 | 설명 |
+| -------------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `client_id` | `문자열` | **Required.** The client ID for your GitHub App. You can find this in your [GitHub App settings](https://github.com/settings/apps) when you select your app. |
+| `redirect_uri` | `문자열` | The URL in your application where users will be sent after authorization. This must be an exact match to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} one of the URLs you provided as a **Callback URL** {% else %} the URL you provided in the **User authorization callback URL** field{% endif %} when setting up your GitHub App and can't contain any additional parameters. |
+| `state` | `문자열` | This should contain a random string to protect against forgery attacks and could contain any other arbitrary data. |
+| `login` | `문자열` | Suggests a specific account to use for signing in and authorizing the app. |
{% note %}
@@ -66,7 +67,7 @@ If the user accepts your request, GitHub redirects back to your site with a temp
{% endnote %}
-Exchange this `code` for an access token. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} When expiring tokens are enabled, the access token expires in 8 hours and the refresh token expires in 6 months. Every time you refresh the token, you get a new refresh token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)."
+Exchange this `code` for an access token. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} When expiring tokens are enabled, the access token expires in 8 hours and the refresh token expires in 6 months. Every time you refresh the token, you get a new refresh token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)."
Expiring user tokens are currently part of the user-to-server token expiration beta and subject to change. To opt-in to the user-to-server token expiration beta feature, see "[Activating beta features for apps](/developers/apps/activating-beta-features-for-apps)."{% endif %}
@@ -74,17 +75,17 @@ Expiring user tokens are currently part of the user-to-server token expiration b
##### 매개변수
-| 이름 | 유형 | 설명 |
-| --------------- | ----- | --------------------------------------------------------------------- |
-| `client_id` | `문자열` | **Required.** The client ID for your GitHub App. |
-| `client_secret` | `문자열` | **Required.** The client secret for your GitHub App. |
-| `코드` | `문자열` | **Required.** The code you received as a response to Step 1. |
-| `redirect_uri` | `문자열` | The URL in your application where users are sent after authorization. |
-| `state` | `문자열` | The unguessable random string you provided in Step 1. |
+| 이름 | 유형 | 설명 |
+| --------------- | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `client_id` | `문자열` | **Required.** The client ID for your GitHub App. |
+| `client_secret` | `문자열` | **Required.** The client secret for your GitHub App. |
+| `코드` | `문자열` | **Required.** The code you received as a response to Step 1. |
+| `redirect_uri` | `문자열` | The URL in your application where users will be sent after authorization. This must be an exact match to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} one of the URLs you provided as a **Callback URL** {% else %} the URL you provided in the **User authorization callback URL** field{% endif %} when setting up your GitHub App and can't contain any additional parameters. |
+| `state` | `문자열` | The unguessable random string you provided in Step 1. |
##### 응답
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
By default, the response takes the following form. The response parameters `expires_in`, `refresh_token`, and `refresh_token_expires_in` are only returned when you enable the beta for expiring user-to-server access tokens.
@@ -119,7 +120,7 @@ For example, in curl you can set the Authorization header like this:
curl -H "Authorization: token OAUTH-TOKEN" {% data variables.product.api_url_pre %}/user
```
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### Device flow
{% note %}
@@ -249,7 +250,7 @@ While most of your API interaction should occur using your server-to-server inst
* [List deployments](/rest/reference/repos#list-deployments)
* [Create a deployment](/rest/reference/repos#create-a-deployment)
-* [Get a deployment](/rest/reference/repos#get-a-deployment){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+* [Get a deployment](/rest/reference/repos#get-a-deployment){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
* [Delete a deployment](/rest/reference/repos#delete-a-deployment){% endif %}
##### 이벤트
@@ -431,7 +432,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Remove pre-receive hook enforcement for an organization](/enterprise/user/rest/reference/enterprise-admin#remove-pre-receive-hook-enforcement-for-an-organization)
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
##### Organization Team Projects
* [List team projects](/v3/teams/#list-team-projects)
@@ -587,7 +588,7 @@ While most of your API interaction should occur using your server-to-server inst
##### Reactions
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}* [Delete a reaction](/v3/reactions/#delete-a-reaction-legacy){% else %}* [Delete a reaction](/v3/reactions/#delete-a-reaction){% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}* [Delete a reaction](/v3/reactions/#delete-a-reaction-legacy){% else %}* [Delete a reaction](/v3/reactions/#delete-a-reaction){% endif %}
* [List reactions for a commit comment](/v3/reactions/#list-reactions-for-a-commit-comment)
* [Create reaction for a commit comment](/v3/reactions/#create-reaction-for-a-commit-comment)
* [List reactions for an issue](/v3/reactions/#list-reactions-for-an-issue)
@@ -599,7 +600,7 @@ While most of your API interaction should occur using your server-to-server inst
* [List reactions for a team discussion comment](/v3/reactions/#list-reactions-for-a-team-discussion-comment)
* [Create reaction for a team discussion comment](/v3/reactions/#create-reaction-for-a-team-discussion-comment)
* [List reactions for a team discussion](/v3/reactions/#list-reactions-for-a-team-discussion)
-* [Create reaction for a team discussion](/v3/reactions/#create-reaction-for-a-team-discussion){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+* [Create reaction for a team discussion](/v3/reactions/#create-reaction-for-a-team-discussion){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
* [Delete a commit comment reaction](/v3/reactions/#delete-a-commit-comment-reaction)
* [Delete an issue reaction](/v3/reactions/#delete-an-issue-reaction)
* [Delete a reaction to a commit comment](/v3/reactions/#delete-an-issue-comment-reaction)
@@ -719,7 +720,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Get a repository README](/v3/repos/contents/#get-a-repository-readme)
* [Get the license for a repository](/v3/licenses/#get-the-license-for-a-repository)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
##### Repository Event Dispatches
* [Create a repository dispatch event](/v3/repos/#create-a-repository-dispatch-event)
@@ -861,6 +862,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Unblock a user](/v3/users/blocking/#unblock-a-user)
{% endif %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
##### User Emails
{% if currentVersion == "free-pro-team@latest" %}
@@ -870,6 +872,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Add email address(es)](/v3/users/emails/#add-an-email-address-for-the-authenticated-user)
* [Delete email address(es)](/v3/users/emails/#delete-an-email-address-for-the-authenticated-user)
* [List public email addresses for the authenticated user](/v3/users/emails/#list-public-email-addresses-for-the-authenticated-user)
+{% endif %}
##### User Followers
diff --git a/translations/ko-KR/content/developers/apps/index.md b/translations/ko-KR/content/developers/apps/index.md
index 14e7a63a9e..37db5dfae9 100644
--- a/translations/ko-KR/content/developers/apps/index.md
+++ b/translations/ko-KR/content/developers/apps/index.md
@@ -12,6 +12,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% topic_link_in_list /getting-started-with-apps %}
diff --git a/translations/ko-KR/content/developers/apps/installing-github-apps.md b/translations/ko-KR/content/developers/apps/installing-github-apps.md
index ff6dd370a9..0daf74da0b 100644
--- a/translations/ko-KR/content/developers/apps/installing-github-apps.md
+++ b/translations/ko-KR/content/developers/apps/installing-github-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -46,7 +47,7 @@ These steps assume you have [built a {% data variables.product.prodname_github_a
1. From the [GitHub Apps settings page](https://github.com/settings/apps), select the public app you want to configure for others to install.
2. In "Homepage URL," type the URL for your app's homepage and click **Save changes**. 
3. GitHub provides a landing page for your app that includes a link to your app's "Homepage URL." To visit the landing page on GitHub, copy the URL from "Public link" and paste it into a browser. 
-4. Create a homepage for your app that includes the app installation URL: `https://github.com/apps//installations/new`.
+4. Create a homepage for your app that includes the app installation URL: `{% data variables.product.oauth_host_code %}/apps//installations/new`.
### Authorizing users during installation
@@ -59,4 +60,4 @@ You can provide a `state` parameter in an app's installation URL to preserve the
To preserve a state, add it to the installation URL:
-`https://github.com/apps//installations/new?state=AB12t`
+`{% data variables.product.oauth_host_code %}/apps//installations/new?state=AB12t`
diff --git a/translations/ko-KR/content/developers/apps/making-a-github-app-public-or-private.md b/translations/ko-KR/content/developers/apps/making-a-github-app-public-or-private.md
index 8573e96859..bf01890758 100644
--- a/translations/ko-KR/content/developers/apps/making-a-github-app-public-or-private.md
+++ b/translations/ko-KR/content/developers/apps/making-a-github-app-public-or-private.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For authentication information, see "[Authenticating with GitHub Apps](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation)."
diff --git a/translations/ko-KR/content/developers/apps/managing-github-apps.md b/translations/ko-KR/content/developers/apps/managing-github-apps.md
index b306976b4b..fb3b9c3934 100644
--- a/translations/ko-KR/content/developers/apps/managing-github-apps.md
+++ b/translations/ko-KR/content/developers/apps/managing-github-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/managing-oauth-apps.md b/translations/ko-KR/content/developers/apps/managing-oauth-apps.md
index 87bf3cde93..e1bf769ded 100644
--- a/translations/ko-KR/content/developers/apps/managing-oauth-apps.md
+++ b/translations/ko-KR/content/developers/apps/managing-oauth-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/migrating-oauth-apps-to-github-apps.md b/translations/ko-KR/content/developers/apps/migrating-oauth-apps-to-github-apps.md
index b81f4b3676..f0bcc953ea 100644
--- a/translations/ko-KR/content/developers/apps/migrating-oauth-apps-to-github-apps.md
+++ b/translations/ko-KR/content/developers/apps/migrating-oauth-apps-to-github-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,7 +19,7 @@ This article provides guidelines for existing integrators who are considering mi
- [Fine-grained permissions](/apps/differences-between-apps/#requesting-permission-levels-for-resources) target the specific information a GitHub App can access, allowing the app to be more widely used by people and organizations with security policies than OAuth Apps, which cannot be limited by permissions.
- [Short-lived tokens](/apps/differences-between-apps/#token-based-identification) provide a more secure authentication method over OAuth tokens. An OAuth token does not expire until the person who authorized the OAuth App revokes the token. GitHub Apps use tokens that expire quickly, creating a much smaller window of time for compromised tokens to be in use.
- [Built-in, centralized webhooks](/apps/differences-between-apps/#webhooks) receive events for all repositories and organizations the app can access. Conversely, OAuth Apps require configuring a webhook for each repository and organization accessible to the user.
-- [Bot accounts](/apps/differences-between-apps/#machine-vs-bot-accounts) don't consume a {% data variables.product.prodname_ghe_server %} seat and remain installed even when the person who initially installed the app leaves the organization.
+- [Bot accounts](/apps/differences-between-apps/#machine-vs-bot-accounts) don't consume a {% data variables.product.product_name %} seat and remain installed even when the person who initially installed the app leaves the organization.
- Built-in support for OAuth is still available to GitHub Apps using [user-to-server endpoints](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/).
- Dedicated [API rate limits](/apps/building-github-apps/understanding-rate-limits-for-github-apps/) for bot accounts scale with your integration.
- Repository owners can [install GitHub Apps](/apps/differences-between-apps/#who-can-install-github-apps-and-authorize-oauth-apps) on organization repositories. If a GitHub App's configuration has permissions that request an organization's resources, the org owner must approve the installation.
diff --git a/translations/ko-KR/content/developers/apps/modifying-a-github-app.md b/translations/ko-KR/content/developers/apps/modifying-a-github-app.md
index 3fbd31316f..e60a9b4eae 100644
--- a/translations/ko-KR/content/developers/apps/modifying-a-github-app.md
+++ b/translations/ko-KR/content/developers/apps/modifying-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/ko-KR/content/developers/apps/modifying-an-oauth-app.md b/translations/ko-KR/content/developers/apps/modifying-an-oauth-app.md
index 3e45db6182..5463c5f995 100644
--- a/translations/ko-KR/content/developers/apps/modifying-an-oauth-app.md
+++ b/translations/ko-KR/content/developers/apps/modifying-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/ko-KR/content/developers/apps/rate-limits-for-github-apps.md b/translations/ko-KR/content/developers/apps/rate-limits-for-github-apps.md
index 38affc94e2..e25d374ee1 100644
--- a/translations/ko-KR/content/developers/apps/rate-limits-for-github-apps.md
+++ b/translations/ko-KR/content/developers/apps/rate-limits-for-github-apps.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Server-to-server requests
@@ -45,7 +46,7 @@ Different user-to-server request rate limits apply to {% data variables.product.
{% endif %}
-User-to-server requests are rate limited at 5,000 requests per hour and per authenticated user. All OAuth applications authorized by that user, personal access tokens owned by that user, and requests authenticated with that user's username and password share the same quota of 5,000 requests per hour for that user.
+User-to-server requests are rate limited at 5,000 requests per hour and per authenticated user. All OAuth applications authorized by that user, personal access tokens owned by that user, and requests authenticated with that user's{% if currentVersion == "github-ae@latest" %} token{% else %} username and password{% endif %} share the same quota of 5,000 requests per hour for that user.
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/developers/apps/refreshing-user-to-server-access-tokens.md b/translations/ko-KR/content/developers/apps/refreshing-user-to-server-access-tokens.md
index ca3b723edb..d9b78acf7a 100644
--- a/translations/ko-KR/content/developers/apps/refreshing-user-to-server-access-tokens.md
+++ b/translations/ko-KR/content/developers/apps/refreshing-user-to-server-access-tokens.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/scopes-for-oauth-apps.md b/translations/ko-KR/content/developers/apps/scopes-for-oauth-apps.md
index 87cecfd62f..26f6c12712 100644
--- a/translations/ko-KR/content/developers/apps/scopes-for-oauth-apps.md
+++ b/translations/ko-KR/content/developers/apps/scopes-for-oauth-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When setting up an OAuth App on GitHub, requested scopes are displayed to the user on the authorization form.
@@ -18,7 +19,7 @@ When setting up an OAuth App on GitHub, requested scopes are displayed to the us
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
If your
{% data variables.product.prodname_oauth_app %} doesn't have access to a browser, such as a CLI tool, then you don't need to specify a scope for users to authenticate to your app. For more information, see "[Authorizing OAuth apps](/developers/apps/authorizing-oauth-apps#device-flow)."
{% endif %}
@@ -39,13 +40,13 @@ X-Accepted-OAuth-Scopes: user
| 이름 | 설명 |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| **`(no scope)`** | Grants read-only access to public information (includes public user profile info, public repository info, and gists){% if enterpriseServerVersions contains currentVersion %}
+| **`(no scope)`** | Grants read-only access to public information (includes public user profile info, public repository info, and gists){% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| **`site_admin`** | Grants site administrators access to [{% data variables.product.prodname_ghe_server %} Administration API endpoints](/v3/enterprise-admin).{% endif %}
| **`repo`** | Grants full access to private and public repositories. That includes read/write access to code, commit statuses, repository and organization projects, invitations, collaborators, adding team memberships, deployment statuses, and repository webhooks for public and private repositories and organizations. Also grants ability to manage user projects. |
| `repo:status` | Grants read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses *without* granting access to the code. |
| `repo_deployment` | Grants access to [deployment statuses](/v3/repos/deployments) for public and private repositories. This scope is only necessary to grant other users or services access to deployment statuses, *without* granting access to the code. |
| `public_repo` | Limits access to public repositories. That includes read/write access to code, commit statuses, repository projects, collaborators, and deployment statuses for public repositories and organizations. Also required for starring public repositories. |
-| `repo:invite` | Grants accept/decline abilities for invitations to collaborate on a repository. This scope is only necessary to grant other users or services access to invites *without* granting access to the code.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21"%}
+| `repo:invite` | Grants accept/decline abilities for invitations to collaborate on a repository. This scope is only necessary to grant other users or services access to invites *without* granting access to the code.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest"%}
| `security_events` | Grants read and write access to security events in the [{% data variables.product.prodname_code_scanning %} API](/v3/code-scanning).{% endif %}
| **`admin:repo_hook`** | Grants read, write, ping, and delete access to repository hooks in public and private repositories. The `repo` and `public_repo` scopes grants full access to repositories, including repository hooks. Use the `admin:repo_hook` scope to limit access to only repository hooks. |
| `write:repo_hook` | Grants read, write, and ping access to hooks in public or private repositories. |
diff --git a/translations/ko-KR/content/developers/apps/setting-permissions-for-github-apps.md b/translations/ko-KR/content/developers/apps/setting-permissions-for-github-apps.md
index aea8157d92..f63d641cdb 100644
--- a/translations/ko-KR/content/developers/apps/setting-permissions-for-github-apps.md
+++ b/translations/ko-KR/content/developers/apps/setting-permissions-for-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you create a GitHub App, you can select the permissions it needs to access end user data. Permissions can also be added and removed. For more information, see "[Editing a GitHub App's permissions](/apps/managing-github-apps/editing-a-github-app-s-permissions/)."
diff --git a/translations/ko-KR/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md b/translations/ko-KR/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
index 49f0a9a0e9..ea9fc0b72e 100644
--- a/translations/ko-KR/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
+++ b/translations/ko-KR/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/apps/transferring-ownership-of-a-github-app.md b/translations/ko-KR/content/developers/apps/transferring-ownership-of-a-github-app.md
index 1b715b8af5..ea865da97c 100644
--- a/translations/ko-KR/content/developers/apps/transferring-ownership-of-a-github-app.md
+++ b/translations/ko-KR/content/developers/apps/transferring-ownership-of-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/ko-KR/content/developers/apps/transferring-ownership-of-an-oauth-app.md b/translations/ko-KR/content/developers/apps/transferring-ownership-of-an-oauth-app.md
index 1b812675c4..4f1cdbe512 100644
--- a/translations/ko-KR/content/developers/apps/transferring-ownership-of-an-oauth-app.md
+++ b/translations/ko-KR/content/developers/apps/transferring-ownership-of-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/ko-KR/content/developers/apps/troubleshooting-authorization-request-errors.md b/translations/ko-KR/content/developers/apps/troubleshooting-authorization-request-errors.md
index 4113c55126..ff6624c958 100644
--- a/translations/ko-KR/content/developers/apps/troubleshooting-authorization-request-errors.md
+++ b/translations/ko-KR/content/developers/apps/troubleshooting-authorization-request-errors.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Application suspended
diff --git a/translations/ko-KR/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md b/translations/ko-KR/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
index 938d7e8cf8..c38a7f4ca1 100644
--- a/translations/ko-KR/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
+++ b/translations/ko-KR/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/developers/apps/using-content-attachments.md b/translations/ko-KR/content/developers/apps/using-content-attachments.md
index 923fa1791f..e093b1610c 100644
--- a/translations/ko-KR/content/developers/apps/using-content-attachments.md
+++ b/translations/ko-KR/content/developers/apps/using-content-attachments.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pre-release-program.content-attachments-public-beta %}
diff --git a/translations/ko-KR/content/developers/apps/using-the-github-api-in-your-app.md b/translations/ko-KR/content/developers/apps/using-the-github-api-in-your-app.md
index ab62f09f74..1ac135eceb 100644
--- a/translations/ko-KR/content/developers/apps/using-the-github-api-in-your-app.md
+++ b/translations/ko-KR/content/developers/apps/using-the-github-api-in-your-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/index.md b/translations/ko-KR/content/developers/index.md
index cd9dc830ba..81987f268f 100644
--- a/translations/ko-KR/content/developers/index.md
+++ b/translations/ko-KR/content/developers/index.md
@@ -4,6 +4,7 @@ intro: 'Go deeper with {% data variables.product.prodname_dotcom %} by integrati
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/ko-KR/content/developers/overview/about-githubs-apis.md b/translations/ko-KR/content/developers/overview/about-githubs-apis.md
index 4d21a0f841..39e74b19f1 100644
--- a/translations/ko-KR/content/developers/overview/about-githubs-apis.md
+++ b/translations/ko-KR/content/developers/overview/about-githubs-apis.md
@@ -6,26 +6,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt '2.9' %}
-
There are two stable versions of the GitHub API: the [REST API](/v3/) and the [GraphQL API](/v4/).
-{% else %}
-
-The latest stable version of the GitHub API is the [REST API](/v3/).
-
-{% endif %}
-
When using the REST API, we encourage you to [request v3 via the `Accept` header](/v3/media/#request-specific-version).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt '2.9' %}
-
For information on using the GraphQL API, see the [v4 docs](/v4/).
-{% endif %}
-
## Deprecated versions
### beta
diff --git a/translations/ko-KR/content/developers/overview/github-developer-program.md b/translations/ko-KR/content/developers/overview/github-developer-program.md
index 343241fd6f..8ecaa853aa 100644
--- a/translations/ko-KR/content/developers/overview/github-developer-program.md
+++ b/translations/ko-KR/content/developers/overview/github-developer-program.md
@@ -19,7 +19,7 @@ Build your own tools that seamlessly integrate with the place you push code ever
## Take on the enterprise
-[Obtain developer licenses](http://github.com/contact?form%5Bsubject%5D=Development+licenses) to build and test your application against {% data variables.product.prodname_ghe_server %}.
+[Obtain developer licenses](http://github.com/contact?form%5Bsubject%5D=Development+licenses) to build and test your application against {% data variables.product.prodname_ghe_server %} or {% data variables.product.prodname_ghe_managed %}.
## Have an integration that works with GitHub?
diff --git a/translations/ko-KR/content/developers/overview/index.md b/translations/ko-KR/content/developers/overview/index.md
index b60a1e3284..df3d394a6c 100644
--- a/translations/ko-KR/content/developers/overview/index.md
+++ b/translations/ko-KR/content/developers/overview/index.md
@@ -1,9 +1,10 @@
---
title: 개요
-intro: 'Learn about {% data variables.product.prodname_dotcom %}''s APIs, secure your deployments, and join {% data variables.product.prodname_dotcom %}''s Developer Program.'
+intro: 'Learn about {% data variables.product.prodname_dotcom %}''s APIs{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} and secure your deployments.{% else %}, secure your deployments, and join {% data variables.product.prodname_dotcom %}''s Developer Program.{% endif %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Table of Contents
diff --git a/translations/ko-KR/content/developers/overview/managing-deploy-keys.md b/translations/ko-KR/content/developers/overview/managing-deploy-keys.md
index fcc5d29523..dad75176db 100644
--- a/translations/ko-KR/content/developers/overview/managing-deploy-keys.md
+++ b/translations/ko-KR/content/developers/overview/managing-deploy-keys.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/overview/replacing-github-services.md b/translations/ko-KR/content/developers/overview/replacing-github-services.md
index 7cc93257bf..878a316bd5 100644
--- a/translations/ko-KR/content/developers/overview/replacing-github-services.md
+++ b/translations/ko-KR/content/developers/overview/replacing-github-services.md
@@ -29,7 +29,7 @@ As an alternative to the email service, you can now start using email notificati
GitHub Services (sometimes referred to as Service Hooks) is the legacy method of integrating where GitHub hosted a portion of our integrator’s services via [the `github-services` repository](https://github.com/github/github-services). Actions performed on GitHub trigger these services, and you can use these services to trigger actions outside of GitHub.
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### Finding repositories that use GitHub Services
We provide a command-line script that helps you identify which repositories on your appliance use GitHub Services. For more information, see [ghe-legacy-github-services-report](/enterprise/{{currentVersion}}/admin/articles/command-line-utilities/#ghe-legacy-github-services-report).{% endif %}
diff --git a/translations/ko-KR/content/developers/overview/using-ssh-agent-forwarding.md b/translations/ko-KR/content/developers/overview/using-ssh-agent-forwarding.md
index bf7f696fee..951c3ca09e 100644
--- a/translations/ko-KR/content/developers/overview/using-ssh-agent-forwarding.md
+++ b/translations/ko-KR/content/developers/overview/using-ssh-agent-forwarding.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -21,10 +22,10 @@ Check out [Steve Friedl's Tech Tips guide][tech-tips] for a more detailed explan
Ensure that your own SSH key is set up and working. You can use [our guide on generating SSH keys][generating-keys] if you've not done this yet.
-You can test that your local key works by entering `ssh -T git@github.com` in the terminal:
+You can test that your local key works by entering `ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}` in the terminal:
```shell
-$ ssh -T git@github.com
+$ ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}
# Attempt to SSH in to github
> Hi username! You've successfully authenticated, but GitHub does not provide
> shell access.
@@ -47,7 +48,7 @@ We're off to a great start. Let's set up SSH to allow agent forwarding to your s
### Testing SSH agent forwarding
-To test that agent forwarding is working with your server, you can SSH into your server and run `ssh -T git@github.com` once more. If all is well, you'll get back the same prompt as you did locally.
+To test that agent forwarding is working with your server, you can SSH into your server and run `ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}` once more. If all is well, you'll get back the same prompt as you did locally.
If you're unsure if your local key is being used, you can also inspect the `SSH_AUTH_SOCK` variable on your server:
@@ -63,7 +64,7 @@ If the variable is not set, it means that agent forwarding is not working:
$ echo "$SSH_AUTH_SOCK"
# Print out the SSH_AUTH_SOCK variable
> [No output]
-$ ssh -T git@github.com
+$ ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}
# Try to SSH to github
> Permission denied (publickey).
```
@@ -78,7 +79,7 @@ SSH forwarding only works with SSH URLs, not HTTP(s) URLs. Check the *.git/confi
```shell
[remote "origin"]
- url = git@github.com:yourAccount/yourProject.git
+ url = git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}:yourAccount/yourProject.git
fetch = +refs/heads/*:refs/remotes/origin/*
```
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/about-webhooks.md b/translations/ko-KR/content/developers/webhooks-and-events/about-webhooks.md
index 2023a28e0e..28831fe1a3 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/about-webhooks.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/about-webhooks.md
@@ -6,14 +6,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Webhooks allow you to build or set up integrations, such as [{% data variables.product.prodname_github_app %}s](/apps/building-github-apps/) or [{% data variables.product.prodname_oauth_app %}s](/apps/building-oauth-apps/), which subscribe to certain events on GitHub.com. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL. Webhooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. You're only limited by your imagination.
-Webhooks can be installed on{% if enterpriseServerVersions contains currentVersion %} a [{% data variables.product.prodname_ghe_server %} instance](/rest/reference/enterprise-admin#global-webhooks/),{% endif %} an [organization][org-hooks], a specific [repository][repo-hooks], or a {% data variables.product.prodname_github_app %}. Once installed, the webhook will be sent each time one or more subscribed events occurs.
+Webhooks can be installed on{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} [{% data variables.product.prodname_enterprise %}](/rest/reference/enterprise-admin#global-webhooks/),{% endif %} an [organization][org-hooks], a specific [repository][repo-hooks], or a {% data variables.product.prodname_github_app %}. Once installed, the webhook will be sent each time one or more subscribed events occurs.
-You can create up to {% if enterpriseServerVersions contains currentVersion %}250{% else %}20{% endif %} webhooks for each event on each installation target {% if enterpriseServerVersions contains currentVersion %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %}
+You can create up to {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}250{% else %}20{% endif %} webhooks for each event on each installation target {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %}
### 이벤트
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md b/translations/ko-KR/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
index c121f0bf21..71c7eec747 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/creating-webhooks.md b/translations/ko-KR/content/developers/webhooks-and-events/creating-webhooks.md
index d59fe79115..4146344b29 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/creating-webhooks.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/creating-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/events.md b/translations/ko-KR/content/developers/webhooks-and-events/events.md
index 7e264a9cf1..b9ec470780 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/events.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/events.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/github-event-types.md b/translations/ko-KR/content/developers/webhooks-and-events/github-event-types.md
index 8176385d84..fa0881c8ba 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/github-event-types.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/github-event-types.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/index.md b/translations/ko-KR/content/developers/webhooks-and-events/index.md
index b879995935..8fe5ba3cd8 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/index.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/index.md
@@ -4,6 +4,7 @@ intro: 'You can set up, test, and secure webhooks so your integrations can subsc
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Table of Contents
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/issue-event-types.md b/translations/ko-KR/content/developers/webhooks-and-events/issue-event-types.md
index b6e71b6e29..e10a98add6 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/issue-event-types.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/issue-event-types.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/securing-your-webhooks.md b/translations/ko-KR/content/developers/webhooks-and-events/securing-your-webhooks.md
index 09dd7373c1..5586858312 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/securing-your-webhooks.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/securing-your-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -34,9 +35,9 @@ $ export SECRET_TOKEN=your_token
### Validating payloads from GitHub
-When your secret token is set, {% data variables.product.product_name %} uses it to create a hash signature with each payload. This hash signature is included with the headers of each request as {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}`X-Hub-Signature-256`{% else if currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature`{% endif %}.
+When your secret token is set, {% data variables.product.product_name %} uses it to create a hash signature with each payload. This hash signature is included with the headers of each request as {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}`X-Hub-Signature-256`{% elsif currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature`{% endif %}.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
{% note %}
**Note:** For backward-compatibility, we also include the `X-Hub-Signature` header that is generated using the SHA-1 hash function. If possible, we recommend that you use the `X-Hub-Signature-256` header for improved security. The example below demonstrate using the `X-Hub-Signature-256` header.
@@ -67,11 +68,11 @@ post '/payload' do
"I got some JSON: #{push.inspect}"
end
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
def verify_signature(payload_body)
signature = 'sha256=' + OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha256'), ENV['SECRET_TOKEN'], payload_body)
return halt 500, "Signatures didn't match!" unless Rack::Utils.secure_compare(signature, request.env['HTTP_X_HUB_SIGNATURE_2'])
-end{% else if currentVersion ver_lt "enterprise-server@2.23" %}
+end{% elsif currentVersion ver_lt "enterprise-server@2.23" %}
def verify_signature(payload_body)
signature = 'sha1=' + OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha1'), ENV['SECRET_TOKEN'], payload_body)
return halt 500, "Signatures didn't match!" unless Rack::Utils.secure_compare(signature, request.env['HTTP_X_HUB_SIGNATURE'])
@@ -80,7 +81,7 @@ end{% endif %}
Your language and server implementations may differ from this example code. However, there are a number of very important things to point out:
-* No matter which implementation you use, the hash signature starts with {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or "private-instances@latest" %}`sha256=`{% else if currentVersion ver_lt "enterprise-server@2.23" %}`sha1=`{% endif %}, using the key of your secret token and your payload body.
+* No matter which implementation you use, the hash signature starts with {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or "github-ae@latest" %}`sha256=`{% elsif currentVersion ver_lt "enterprise-server@2.23" %}`sha1=`{% endif %}, using the key of your secret token and your payload body.
* Using a plain `==` operator is **not advised**. A method like [`secure_compare`][secure_compare] performs a "constant time" string comparison, which helps mitigate certain timing attacks against regular equality operators.
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/testing-webhooks.md b/translations/ko-KR/content/developers/webhooks-and-events/testing-webhooks.md
index afa9a1ca84..bb6298346d 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/testing-webhooks.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/testing-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/webhook-events-and-payloads.md b/translations/ko-KR/content/developers/webhooks-and-events/webhook-events-and-payloads.md
index 18797bb5ce..0b36a7b6c5 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/webhook-events-and-payloads.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/webhook-events-and-payloads.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -44,13 +45,13 @@ The unique properties for a webhook event are the same properties you'll find in
HTTP POST payloads that are delivered to your webhook's configured URL endpoint will contain several special headers:
-| Header | 설명 |
-| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `X-GitHub-Event` | Name of the event that triggered the delivery. |
-| `X-GitHub-Delivery` | A [GUID](http://en.wikipedia.org/wiki/Globally_unique_identifier) to identify the delivery.{% if enterpriseServerVersions contains currentVersion %}
-| `X-GitHub-Enterprise-Version` | The version of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload. |
-| `X-GitHub-Enterprise-Host` | The hostname of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload.{% endif %}{% if currentVersion != "private-instances@latest" %}
-| `X-Hub-Signature` | This header is sent if the webhook is configured with a [`secret`](/v3/repos/hooks/#create-hook-config-params). This is the HMAC hex digest of the request body, and is generated using the SHA-1 hash function and the `secret` as the HMAC `key`.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} `X-Hub-Signature` is provided for compatibility with existing integrations, and we recommend that you use the more secure `X-Hub-Signature-256` instead.{% endif %}{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+| Header | 설명 |
+| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `X-GitHub-Event` | Name of the event that triggered the delivery. |
+| `X-GitHub-Delivery` | A [GUID](http://en.wikipedia.org/wiki/Globally_unique_identifier) to identify the delivery.{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+| `X-GitHub-Enterprise-Version` | The version of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload. |
+| `X-GitHub-Enterprise-Host` | The hostname of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload.{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `X-Hub-Signature` | This header is sent if the webhook is configured with a [`secret`](/v3/repos/hooks/#create-hook-config-params). This is the HMAC hex digest of the request body, and is generated using the SHA-1 hash function and the `secret` as the HMAC `key`.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} `X-Hub-Signature` is provided for compatibility with existing integrations, and we recommend that you use the more secure `X-Hub-Signature-256` instead.{% endif %}{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `X-Hub-Signature-256` | This header is sent if the webhook is configured with a [`secret`](/v3/repos/hooks/#create-hook-config-params). This is the HMAC hex digest of the request body, and is generated using the SHA-256 hash function and the `secret` as the HMAC `key`.{% endif %}
Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.
@@ -61,10 +62,10 @@ Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.
> POST /payload HTTP/1.1
> Host: localhost:4567
-> X-GitHub-Delivery: 72d3162e-cc78-11e3-81ab-4c9367dc0958{% if enterpriseServerVersions contains currentVersion %}
+> X-GitHub-Delivery: 72d3162e-cc78-11e3-81ab-4c9367dc0958{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
> X-GitHub-Enterprise-Version: 2.15.0
-> X-GitHub-Enterprise-Host: example.com{% endif %}{% if currentVersion != "private-instances@latest" %}
-> X-Hub-Signature: sha1=7d38cdd689735b008b3c702edd92eea23791c5f6{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+> X-GitHub-Enterprise-Host: example.com{% endif %}{% if currentVersion != "github-ae@latest" %}
+> X-Hub-Signature: sha1=7d38cdd689735b008b3c702edd92eea23791c5f6{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
> X-Hub-Signature-256: sha256=d57c68ca6f92289e6987922ff26938930f6e66a2d161ef06abdf1859230aa23c{% endif %}
> User-Agent: GitHub-Hookshot/044aadd
> Content-Type: application/json
@@ -144,7 +145,7 @@ Also, the `User-Agent` for the requests will have the prefix `GitHub-Hookshot/`.
{{ webhookPayloadsForCurrentVersion.check_suite.completed }}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### code_scanning_alert
{% data reusables.webhooks.code_scanning_alert_event_short_desc %}
@@ -290,10 +291,10 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
#### Webhook payload object
-| 키 | 유형 | 설명 |
-| ------------ | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-| `동작` | `문자열` | The action performed. Can be `created`.{% endif %}
-| `deployment` | `개체` | The [deployment](/rest/reference/repos#list-deployments). |
+| 키 | 유형 | 설명 |
+| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+| `동작` | `문자열` | The action performed. Can be `created`.{% endif %}
+| `deployment` | `개체` | The [deployment](/rest/reference/repos#list-deployments). |
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -315,14 +316,14 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
#### Webhook payload object
-| 키 | 유형 | 설명 |
-| ---------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-| `동작` | `문자열` | The action performed. Can be `created`.{% endif %}
-| `deployment_status` | `개체` | The [deployment status](/rest/reference/repos#list-deployment-statuses). |
-| `deployment_status["state"]` | `문자열` | The new state. Can be `pending`, `success`, `failure`, or `error`. |
-| `deployment_status["target_url"]` | `문자열` | The optional link added to the status. |
-| `deployment_status["description"]` | `문자열` | The optional human-readable description added to the status. |
-| `deployment` | `개체` | The [deployment](/rest/reference/repos#list-deployments) that this status is associated with. |
+| 키 | 유형 | 설명 |
+| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+| `동작` | `문자열` | The action performed. Can be `created`.{% endif %}
+| `deployment_status` | `개체` | The [deployment status](/rest/reference/repos#list-deployment-statuses). |
+| `deployment_status["state"]` | `문자열` | The new state. Can be `pending`, `success`, `failure`, or `error`. |
+| `deployment_status["target_url"]` | `문자열` | The optional link added to the status. |
+| `deployment_status["description"]` | `문자열` | The optional human-readable description added to the status. |
+| `deployment` | `개체` | The [deployment](/rest/reference/repos#list-deployments) that this status is associated with. |
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -332,7 +333,7 @@ Only {% data variables.product.prodname_github_app %}s can receive this event. {
{{ webhookPayloadsForCurrentVersion.deployment_status }}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### 엔터프라이즈
@@ -429,7 +430,7 @@ When someone revokes their authorization of a {% data variables.product.prodname
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% note %}
**Note:** {% data reusables.pre-release-program.suspend-installation-beta %} For more information, see "[Suspending a {% data variables.product.prodname_github_app %} installation](/apps/managing-github-apps/suspending-a-github-app-installation/)."
@@ -667,18 +668,18 @@ The webhook this event is configured on was deleted. This event will only listen
#### Availability
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- GitHub Enterprise webhooks only receive `created` and `deleted` events. For more information, "[Global webhooks](/rest/reference/enterprise-admin#global-webhooks/).{% endif %}
- Organization webhooks only receive the `deleted`, `added`, `removed`, `renamed`, and `invited` events
- {% data variables.product.prodname_github_app %}s with the `members` permission
#### Webhook payload object
-| 키 | 유형 | 설명 |
-| ------------ | ----- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `동작` | `문자열` | The action that was performed. Can be one of:{% if enterpriseServerVersions contains currentVersion %} `created`,{% endif %} `deleted`, `renamed`, `member_added`, `member_removed`, or `member_invited`. |
-| `초대` | `개체` | The invitation for the user or email if the action is `member_invited`. |
-| `membership` | `개체` | The membership between the user and the organization. Not present when the action is `member_invited`. |
+| 키 | 유형 | 설명 |
+| ------------ | ----- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `동작` | `문자열` | The action that was performed. Can be one of:{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} `created`,{% endif %} `deleted`, `renamed`, `member_added`, `member_removed`, or `member_invited`. |
+| `초대` | `개체` | The invitation for the user or email if the action is `member_invited`. |
+| `membership` | `개체` | The membership between the user and the organization. Not present when the action is `member_invited`. |
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
{% data reusables.webhooks.sender_desc %}
@@ -1018,7 +1019,7 @@ Deliveries for `review_requested` and `review_request_removed` events will have
{{ webhookPayloadsForCurrentVersion.release.published }}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### repository_dispatch
This event occurs when a {% data variables.product.prodname_github_app %} sends a `POST` request to the "[Create a repository dispatch event](/v3/repos/#create-a-repository-dispatch-event)" endpoint.
@@ -1046,7 +1047,7 @@ This event occurs when a {% data variables.product.prodname_github_app %} sends
| 키 | 유형 | 설명 |
| ---- | ----- | --------------------------------------------------------------------------- |
-| `동작` | `문자열` | The action that was performed. This can be one of:- `created` - A repository is created.
- `deleted` - A repository is deleted. This event type is only available to [organization hooks](/rest/reference/orgs#webhooks/)
- `archived` - A repository is archived.
- `unarchived` - A repository is unarchived.
{% if enterpriseServerVersions contains currentVersion %}- `anonymous_access_enabled` - A repository is [enabled for anonymous Git access](/v3/previews/#anonymous-git-access-to-repositories), `anonymous_access_disabled` - A repository is [disabled for anonymous Git access](/v3/previews/#anonymous-git-access-to-repositories)
{% endif %}- `edited` - A repository's information is edited.
- `renamed` - A repository is renamed.
- `transferred` - A repository is transferred.
- `publicized` - A repository is made public.
- `privatized` - A repository is made private.
|
+| `동작` | `문자열` | The action that was performed. This can be one of:- `created` - A repository is created.
- `deleted` - A repository is deleted. This event type is only available to [organization hooks](/rest/reference/orgs#webhooks/)
- `archived` - A repository is archived.
- `unarchived` - A repository is unarchived.
{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}- `anonymous_access_enabled` - A repository is [enabled for anonymous Git access](/v3/previews/#anonymous-git-access-to-repositories), `anonymous_access_disabled` - A repository is [disabled for anonymous Git access](/v3/previews/#anonymous-git-access-to-repositories)
{% endif %}- `edited` - A repository's information is edited.
- `renamed` - A repository is renamed.
- `transferred` - A repository is transferred.
- `publicized` - A repository is made public.
- `privatized` - A repository is made private.
|
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -1248,7 +1249,7 @@ You can only create a sponsorship webhook on {% data variables.product.prodname_
{{ webhookPayloadsForCurrentVersion.team_add }}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### 사용자
diff --git a/translations/ko-KR/content/developers/webhooks-and-events/webhooks.md b/translations/ko-KR/content/developers/webhooks-and-events/webhooks.md
index 7187f70556..ce66413490 100644
--- a/translations/ko-KR/content/developers/webhooks-and-events/webhooks.md
+++ b/translations/ko-KR/content/developers/webhooks-and-events/webhooks.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/administering-a-repository/about-branch-restrictions.md b/translations/ko-KR/content/github/administering-a-repository/about-branch-restrictions.md
index e18de9f14f..e190f4574a 100644
--- a/translations/ko-KR/content/github/administering-a-repository/about-branch-restrictions.md
+++ b/translations/ko-KR/content/github/administering-a-repository/about-branch-restrictions.md
@@ -1,12 +1,13 @@
---
title: About branch restrictions
-intro: 'Branches within repositories that belong to organizations can be configured so that only certain users{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %},{% else %} or{% endif %} teams{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %}, or apps{% endif %} can push to the branch.'
+intro: 'Branches within repositories that belong to organizations can be configured so that only certain users, teams, or apps can push to the branch.'
product: '{% data reusables.gated-features.branch-restrictions %}'
redirect_from:
- /articles/about-branch-restrictions
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you enable branch restrictions, only users, teams, or apps that have been given permission can push to the protected branch. For more information, see "[Enabling branch restrictions](/articles/enabling-branch-restrictions)" and "[About protected branches](/articles/about-protected-branches)." You can view and edit the users, teams, or apps with push access to a protected branch in the protected branch's settings.
diff --git a/translations/ko-KR/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md b/translations/ko-KR/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
index 1887c9a44a..aad50f336b 100644
--- a/translations/ko-KR/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
@@ -10,9 +10,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if enterpriseServerVersions contains currentVersion %}{% data reusables.notifications.outbound_email_tip %}{% endif %}
+{% data reusables.notifications.outbound_email_tip %}
Each email notification for a push to a repository lists the new commits and links to a diff containing just those commits. In the email notification you'll see:
@@ -24,7 +25,7 @@ Each email notification for a push to a repository lists the new commits and lin
- The files that were changed as part of the commit
- The commit message
-You can filter email notifications you receive for pushes to a repository. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#filtering-email-notifications){% else %}"[About notification emails](/github/receiving-notifications-about-activity-on-github/about-email-notifications)." You can also turn off email notifications for pushes. For more information, see "[Choosing the delivery method for your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications){% endif %}."
+You can filter email notifications you receive for pushes to a repository. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#filtering-email-notifications){% else %}"[About notification emails](/github/receiving-notifications-about-activity-on-github/about-email-notifications)." You can also turn off email notifications for pushes. For more information, see "[Choosing the delivery method for your notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications){% endif %}."
### Enabling email notifications for pushes to your repository
@@ -36,7 +37,7 @@ You can filter email notifications you receive for pushes to a repository. For m
7. Click **Save settings**. 
### 더 읽을거리
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
- "[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications)"
{% else %}
- "[About notifications](/enterprise/{{ currentVersion }}/user/github/receiving-notifications-about-activity-on-github/about-notifications)"
diff --git a/translations/ko-KR/content/github/administering-a-repository/about-merge-methods-on-github.md b/translations/ko-KR/content/github/administering-a-repository/about-merge-methods-on-github.md
index 91a47e1fac..02d653158a 100644
--- a/translations/ko-KR/content/github/administering-a-repository/about-merge-methods-on-github.md
+++ b/translations/ko-KR/content/github/administering-a-repository/about-merge-methods-on-github.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %} You can enforce one type of merge method, such as commit squashing or rebasing, by only enabling the desired method for your repository.
{% data reusables.pull_requests.default_merge_option %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
The default merge method creates a merge commit. You can prevent anyone from pushing merge commits to a protected branch by enforcing a linear commit history. For more information, see "[Requiring a linear commit history](/github/administering-a-repository/requiring-a-linear-commit-history)."{% endif %}
### Squashing your merge commits
diff --git a/translations/ko-KR/content/github/administering-a-repository/about-protected-branches.md b/translations/ko-KR/content/github/administering-a-repository/about-protected-branches.md
index c732958d36..f5155972c0 100644
--- a/translations/ko-KR/content/github/administering-a-repository/about-protected-branches.md
+++ b/translations/ko-KR/content/github/administering-a-repository/about-protected-branches.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.about-protected-branches %} You can choose to enforce restrictions on how a pull request is merged into your repository.
diff --git a/translations/ko-KR/content/github/administering-a-repository/about-releases.md b/translations/ko-KR/content/github/administering-a-repository/about-releases.md
index 68fc47ebc0..4be9004f54 100644
--- a/translations/ko-KR/content/github/administering-a-repository/about-releases.md
+++ b/translations/ko-KR/content/github/administering-a-repository/about-releases.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About releases
@@ -20,11 +21,11 @@ Releases are deployable software iterations you can package and make available f
Releases are based on [Git tags](https://git-scm.com/book/en/Git-Basics-Tagging), which mark a specific point in your repository's history. A tag date may be different than a release date since they can be created at different times. For more information about viewing your existing tags, see "[Viewing your repository's releases and tags](/github/administering-a-repository/viewing-your-repositorys-releases-and-tags)."
-You can receive notifications when new releases are published in a repository without receiving notifications about other updates to the repository. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching releases for a repository](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository){% endif %}."
+You can receive notifications when new releases are published in a repository without receiving notifications about other updates to the repository. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching releases for a repository](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository){% endif %}."
Anyone with read access to a repository can view and compare releases, but only people with write permissions to a repository can manage releases. For more information, see "[Managing releases in a repository](/github/administering-a-repository/managing-releases-in-a-repository)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
People with admin permissions to a repository can choose whether
{% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}) objects are included in the ZIP files and tarballs that {% data variables.product.product_name %} creates for each release. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."
{% endif %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/about-required-commit-signing.md b/translations/ko-KR/content/github/administering-a-repository/about-required-commit-signing.md
index a9d35353f6..0e3d4decb0 100644
--- a/translations/ko-KR/content/github/administering-a-repository/about-required-commit-signing.md
+++ b/translations/ko-KR/content/github/administering-a-repository/about-required-commit-signing.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you've enforced branch protections in your repository, you can set up required commit signing. For more information, see "[Configuring protected branches](/articles/configuring-protected-branches/)."
diff --git a/translations/ko-KR/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md b/translations/ko-KR/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
index fa6f323ce8..512a9ed8a6 100644
--- a/translations/ko-KR/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
+++ b/translations/ko-KR/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you've enforced branch protections in your repository, you can set up required reviews. For more information about enforcing branch protections, see "[Configuring protected branches](/articles/configuring-protected-branches/)." For more information about setting up required reviews, see "[Enabling required reviews for pull requests](/articles/enabling-required-reviews-for-pull-requests)."
diff --git a/translations/ko-KR/content/github/administering-a-repository/about-required-status-checks.md b/translations/ko-KR/content/github/administering-a-repository/about-required-status-checks.md
index 8b4466557b..87223e5fe1 100644
--- a/translations/ko-KR/content/github/administering-a-repository/about-required-status-checks.md
+++ b/translations/ko-KR/content/github/administering-a-repository/about-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About required status checks
@@ -59,7 +60,7 @@ remote: error: Required status check "ci-build" is failing
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
Sometimes, the results of the status checks for the test merge commit and head commit will conflict. If the test merge commit has a status, it must pass. Otherwise, the status of the head commit must pass before you can merge the branch. For more information about test merge commits, see "[Pull Requests](/v3/pulls/#response-1)."
diff --git a/translations/ko-KR/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md b/translations/ko-KR/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
index 51abe14191..e997a7d22d 100644
--- a/translations/ko-KR/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
+++ b/translations/ko-KR/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Query parameters are optional parts of a URL you can customize to share a specific web page view, such as search filter results, an issue template, or the release form page on {% data variables.product.prodname_dotcom %}. To create your own query parameters, you must match the key and value pair.
diff --git a/translations/ko-KR/content/github/administering-a-repository/changing-the-default-branch.md b/translations/ko-KR/content/github/administering-a-repository/changing-the-default-branch.md
index b13e501938..ed6802238d 100644
--- a/translations/ko-KR/content/github/administering-a-repository/changing-the-default-branch.md
+++ b/translations/ko-KR/content/github/administering-a-repository/changing-the-default-branch.md
@@ -5,6 +5,7 @@ permissions: People with admin permissions to a repository can change the defaul
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
redirect_from:
- /github/administering-a-repository/setting-the-default-branch
- /articles/setting-the-default-branch
@@ -14,13 +15,15 @@ redirect_from:
You can choose the default branch for a repository. The default branch is the base branch for pull requests and code commits. For more information about the default branch, see "[About branches](/github/collaborating-with-issues-and-pull-requests/about-branches#about-the-default-branch)."
+{% if currentVersion != "github-ae@latest" %}
{% note %}
**Note**: If you use the Git-Subversion bridge, changing the default branch will affect your `trunk` branch contents and the `HEAD` you see when you list references for the remote repository. For more information, see "[Support for Subversion clients](/github/importing-your-projects-to-github/support-for-subversion-clients)" and [git-ls-remote](https://git-scm.com/docs/git-ls-remote.html) in the Git documentation.
{% endnote %}
+{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.branches.set-default-branch %}
@@ -32,7 +35,7 @@ To change the default branch, your repository must have more than one branch. Fo
### Changing the default branch
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/classifying-your-repository-with-topics.md b/translations/ko-KR/content/github/administering-a-repository/classifying-your-repository-with-topics.md
index db10d95a24..d4f1cf411b 100644
--- a/translations/ko-KR/content/github/administering-a-repository/classifying-your-repository-with-topics.md
+++ b/translations/ko-KR/content/github/administering-a-repository/classifying-your-repository-with-topics.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About topics
@@ -27,7 +28,7 @@ You can search for repositories that are associated with a particular topic. For
### Adding topics to your repository
-{% data reusables.repositories.navigate-to-repo %}{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
+{% data reusables.repositories.navigate-to-repo %}{% if currentVersion ver_lt "enterprise-server@2.22" %}
2. Under your repository description, click **Add topics**. 
3. Type the topic you want to add to your repository, then type a space. 
4. After you've finished adding topics, click **Done**. 
diff --git a/translations/ko-KR/content/github/administering-a-repository/comparing-releases.md b/translations/ko-KR/content/github/administering-a-repository/comparing-releases.md
index 21329f1366..1919d9d285 100644
--- a/translations/ko-KR/content/github/administering-a-repository/comparing-releases.md
+++ b/translations/ko-KR/content/github/administering-a-repository/comparing-releases.md
@@ -5,6 +5,7 @@ permissions: People with read access to a repository can view and compare releas
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md b/translations/ko-KR/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
index 4b2121c3c5..155d606409 100644
--- a/translations/ko-KR/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
+++ b/translations/ko-KR/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
@@ -7,9 +7,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Anyone with admin permissions to a repository can configure autolink references to link issues, pull requests,{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} commit messages, and release descriptions{% else %} and commit messages{% endif %} to external third-party services.
+Anyone with admin permissions to a repository can configure autolink references to link issues, pull requests,{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %} commit messages, and release descriptions{% else %} and commit messages{% endif %} to external third-party services.
If you use Zendesk to track user-reported tickets, for example, you can reference a ticket number in the pull request you open to fix the issue.
diff --git a/translations/ko-KR/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md b/translations/ko-KR/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
index 6ff4a45858..1314ddd7c0 100644
--- a/translations/ko-KR/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
+++ b/translations/ko-KR/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md b/translations/ko-KR/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
index 8ec31a3756..a4aa74f3f6 100644
--- a/translations/ko-KR/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
+++ b/translations/ko-KR/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/configuring-protected-branches.md b/translations/ko-KR/content/github/administering-a-repository/configuring-protected-branches.md
index 9d418ee1cd..351d1d1926 100644
--- a/translations/ko-KR/content/github/administering-a-repository/configuring-protected-branches.md
+++ b/translations/ko-KR/content/github/administering-a-repository/configuring-protected-branches.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/administering-a-repository/configuring-pull-request-merges.md b/translations/ko-KR/content/github/administering-a-repository/configuring-pull-request-merges.md
index 575be048b7..6a34fe2d0d 100644
--- a/translations/ko-KR/content/github/administering-a-repository/configuring-pull-request-merges.md
+++ b/translations/ko-KR/content/github/administering-a-repository/configuring-pull-request-merges.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md b/translations/ko-KR/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
index 84914185ea..60a506cf63 100644
--- a/translations/ko-KR/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
+++ b/translations/ko-KR/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Use a *.gitattributes* file to mark files that match a given "pattern" with the specified attributes. A *.gitattributes* file uses the same rules for matching as _.gitignore_ files. For more information, see [PATTERN FORMAT](https://www.git-scm.com/docs/gitignore#_pattern_format) in the Git documentation.
diff --git a/translations/ko-KR/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md b/translations/ko-KR/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
index a804bc15c0..3c61f2eb0e 100644
--- a/translations/ko-KR/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
+++ b/translations/ko-KR/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Until you add an image, repository links expand to show basic information about the repository and the owner's avatar. Adding an image to your repository can help identify your project across various social platforms.
diff --git a/translations/ko-KR/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md b/translations/ko-KR/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
index 6e38b75407..ddf52fc18c 100644
--- a/translations/ko-KR/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
+++ b/translations/ko-KR/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/administering-a-repository/deleting-a-repository.md b/translations/ko-KR/content/github/administering-a-repository/deleting-a-repository.md
index 75510cd91a..95bf02446a 100644
--- a/translations/ko-KR/content/github/administering-a-repository/deleting-a-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/deleting-a-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.owners-and-admins-can %} delete an organization repository. If **Allow members to delete or transfer repositories for this organization** has been disabled, only organization owners can delete organization repositories. {% data reusables.organizations.new-repo-permissions-more-info %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md b/translations/ko-KR/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
index 7ef9b0f722..b5ba2d1a46 100644
--- a/translations/ko-KR/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
+++ b/translations/ko-KR/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Deleting a branch used for a pull request
diff --git a/translations/ko-KR/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md b/translations/ko-KR/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
index cde1f08871..dc326ed50c 100644
--- a/translations/ko-KR/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
@@ -23,7 +23,7 @@ Alternatively, you can enable {% data variables.product.prodname_actions %} in y
{% note %}
-**Note:** You might not be able to manage these settings if your organization has an overriding policy or is managed by an enterprise that has overriding policy. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account)."{% else if currentVersion ver_gt "enterprise-server@2.21"%}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
+**Note:** You might not be able to manage these settings if your organization has an overriding policy or is managed by an enterprise that has overriding policy. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)."{% elsif currentVersion ver_gt "enterprise-server@2.21"%}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
{% endnote %}
@@ -44,7 +44,7 @@ You can disable all workflows for a repository or set a policy that configures w
{% note %}
-**Note:** You might not be able to manage these settings if your organization has an overriding policy or is managed by an enterprise that has overriding policy. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account)."{% else if currentVersion ver_gt "enterprise-server@2.21" %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."
+**Note:** You might not be able to manage these settings if your organization has an overriding policy or is managed by an enterprise that has overriding policy. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)."{% elsif currentVersion ver_gt "enterprise-server@2.21" %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."
{% endif %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md b/translations/ko-KR/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
index a41e3c15f5..57550fe89a 100644
--- a/translations/ko-KR/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
@@ -5,11 +5,12 @@ redirect_from:
- /articles/enabling-anonymous-git-read-access-for-a-repository
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Repository administrators can change the anonymous Git read access setting for a specific repository if:
- A site administrator has enabled private mode and anonymous Git read access.
-- The repository is public on the instance and is not a fork.
+- The repository is public on the enterprise and is not a fork.
- A site administrator has not disabled anonymous Git read access for the repository.
{% data reusables.enterprise_user_management.exceptions-for-enabling-anonymous-git-read-access %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/enabling-branch-restrictions.md b/translations/ko-KR/content/github/administering-a-repository/enabling-branch-restrictions.md
index f2a70ea725..256adda320 100644
--- a/translations/ko-KR/content/github/administering-a-repository/enabling-branch-restrictions.md
+++ b/translations/ko-KR/content/github/administering-a-repository/enabling-branch-restrictions.md
@@ -1,12 +1,13 @@
---
title: Enabling branch restrictions
-intro: 'You can enforce branch restrictions so that only certain users{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %},{% else %} or{% endif %} teams{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %}, or apps{% endif %} can push to a protected branch in repositories owned by your organization.'
+intro: 'You can enforce branch restrictions so that only certain users, teams, or apps can push to a protected branch in repositories owned by your organization.'
product: '{% data reusables.gated-features.branch-restrictions %}'
redirect_from:
- /articles/enabling-branch-restrictions
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Anyone with admin permissions to an organization-owned repository can enable branch restrictions.
diff --git a/translations/ko-KR/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md b/translations/ko-KR/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
index 28337430cc..5ebca98ea4 100644
--- a/translations/ko-KR/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
+++ b/translations/ko-KR/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Anyone with admin permissions to a repository can enable branch deletions.
diff --git a/translations/ko-KR/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md b/translations/ko-KR/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
index c2f06eb458..9da2f998aa 100644
--- a/translations/ko-KR/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
+++ b/translations/ko-KR/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Anyone with admin permissions to a repository can enable force pushes.
@@ -15,7 +16,7 @@ By default, force pushes are blocked on all protected branches. When you enable
Enabling force pushes will not override any other branch protection rules. For example, if a branch requires a linear commit history, you cannot force push merge commits to that branch.
-{% if enterpriseServerVersions contains currentVersion %}You cannot enable force pushes for a protected branch if a site administrator has blocked force pushes to all branches in your repository. For more information, see "[Blocking force pushes to repositories owned by a user account or organization](/enterprise/{{ currentVersion }}/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization)."
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}You cannot enable force pushes for a protected branch if a site administrator has blocked force pushes to all branches in your repository. For more information, see "[Blocking force pushes to repositories owned by a user account or organization](/enterprise/{{ currentVersion }}/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization)."
If a site administrator has blocked force pushes to the default branch only, you can still enable force pushes for any other protected branch.{% endif %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/enabling-required-commit-signing.md b/translations/ko-KR/content/github/administering-a-repository/enabling-required-commit-signing.md
index ab2b37b674..f7721e0ce0 100644
--- a/translations/ko-KR/content/github/administering-a-repository/enabling-required-commit-signing.md
+++ b/translations/ko-KR/content/github/administering-a-repository/enabling-required-commit-signing.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Before enabling required commit signing on a branch, you must first set the branch up as a protected branch. For more information, see "[Configuring protected branches](/github/administering-a-repository/configuring-protected-branches)."
diff --git a/translations/ko-KR/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md b/translations/ko-KR/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
index 02d0df0e39..2f642d8d3e 100644
--- a/translations/ko-KR/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
+++ b/translations/ko-KR/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Before enabling required reviews on a branch, you must first set the branch up as a protected branch. For more information, see "[Configuring protected branches](/github/administering-a-repository/configuring-protected-branches)."
diff --git a/translations/ko-KR/content/github/administering-a-repository/enabling-required-status-checks.md b/translations/ko-KR/content/github/administering-a-repository/enabling-required-status-checks.md
index fc149abd15..f42a9a7cf5 100644
--- a/translations/ko-KR/content/github/administering-a-repository/enabling-required-status-checks.md
+++ b/translations/ko-KR/content/github/administering-a-repository/enabling-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.protected-branches-options %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/index.md b/translations/ko-KR/content/github/administering-a-repository/index.md
index 0d1558ccfc..7f702c0946 100644
--- a/translations/ko-KR/content/github/administering-a-repository/index.md
+++ b/translations/ko-KR/content/github/administering-a-repository/index.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/administering-a-repository/linking-to-releases.md b/translations/ko-KR/content/github/administering-a-repository/linking-to-releases.md
index b63d992244..609f482962 100644
--- a/translations/ko-KR/content/github/administering-a-repository/linking-to-releases.md
+++ b/translations/ko-KR/content/github/administering-a-repository/linking-to-releases.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/managing-branches-in-your-repository.md b/translations/ko-KR/content/github/administering-a-repository/managing-branches-in-your-repository.md
index 649ce43f07..2688f35f9e 100644
--- a/translations/ko-KR/content/github/administering-a-repository/managing-branches-in-your-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/managing-branches-in-your-repository.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md b/translations/ko-KR/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
index fc52191ea4..957b83f2df 100644
--- a/translations/ko-KR/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
@@ -6,13 +6,17 @@ permissions: 'People with admin permissions for a repository can manage whether
versions:
free-pro-team: '*'
enterprise-server: '=>2.23'
+ github-ae: '*'
---
### About {% data variables.large_files.product_name_short %} objects in archives
{% data variables.product.product_name %} creates source code archives of your repository in the form of ZIP files and tarballs. People can download these archives on the main page of your repository or as release assets. By default, {% data variables.large_files.product_name_short %} objects are not included in these archives, only the pointer files to these objects. To improve the usability of archives for your repository, you can choose to include the {% data variables.large_files.product_name_short %} objects instead.
-If you choose to include {% data variables.large_files.product_name_short %} objects in archives of your repository, every download of those archives will count towards bandwidth usage for your account. Each account receives {% data variables.large_files.initial_bandwidth_quota %} per month of bandwidth for free, and you can pay for additional usage. For more information, see "[About storage and bandwidth usage](/github/managing-large-files/about-storage-and-bandwidth-usage)" and "[Managing billing for {% data variables.large_files.product_name_long %}](/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage)."
+{% if currentVersion != "github-ae@latest" %}
+If you choose to include
+{% data variables.large_files.product_name_short %} objects in archives of your repository, every download of those archives will count towards bandwidth usage for your account. Each account receives {% data variables.large_files.initial_bandwidth_quota %} per month of bandwidth for free, and you can pay for additional usage. For more information, see "[About storage and bandwidth usage](/github/managing-large-files/about-storage-and-bandwidth-usage)" and "[Managing billing for {% data variables.large_files.product_name_long %}](/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage)."
+{% endif %}
### Managing {% data variables.large_files.product_name_short %} objects in archives
diff --git a/translations/ko-KR/content/github/administering-a-repository/managing-releases-in-a-repository.md b/translations/ko-KR/content/github/administering-a-repository/managing-releases-in-a-repository.md
index 65812434ad..3f62ea9444 100644
--- a/translations/ko-KR/content/github/administering-a-repository/managing-releases-in-a-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/managing-releases-in-a-repository.md
@@ -12,18 +12,19 @@ permissions: 'Repository collaborators and people with write access to a reposit
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About release management
You can also publish an action from a specific release in {% data variables.product.prodname_marketplace %}. You can also publish an action from a specific release in {% data variables.product.prodname_marketplace %}.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
You can choose whether
{% data variables.large_files.product_name_long %} ({% data variables.large_files.product_name_short %}) objects are included in the ZIP files and tarballs that {% data variables.product.product_name %} creates for each release. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Tip**: You can also manage releases using the {% data variables.product.prodname_cli %}. For more information, see "[`gh release`](https://cli.github.com/manual/gh_release)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/ko-KR/content/github/administering-a-repository/managing-repository-settings.md b/translations/ko-KR/content/github/administering-a-repository/managing-repository-settings.md
index 467c6b67b6..240e40b6ed 100644
--- a/translations/ko-KR/content/github/administering-a-repository/managing-repository-settings.md
+++ b/translations/ko-KR/content/github/administering-a-repository/managing-repository-settings.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md b/translations/ko-KR/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
index 920ae36799..fbb277d779 100644
--- a/translations/ko-KR/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
+++ b/translations/ko-KR/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Anyone with admin permissions to a repository can enable or disable the automatic deletion of branches.
diff --git a/translations/ko-KR/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md b/translations/ko-KR/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
index 64da29d8a7..e5e84ee924 100644
--- a/translations/ko-KR/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
@@ -1,6 +1,6 @@
---
title: Managing the forking policy for your repository
-intro: 'You can allow or prevent the forking of a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository owned by an organization.'
+intro: 'You can allow or prevent the forking of a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository owned by an organization.'
redirect_from:
- /articles/allowing-people-to-fork-a-private-repository-owned-by-your-organization
- /github/administering-a-repository/allowing-people-to-fork-a-private-repository-owned-by-your-organization
@@ -8,9 +8,10 @@ permissions: People with admin permissions for a repository can manage the forki
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-An organization owner must allow forks of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories on the organization level before you can allow or disallow forks for a specific repository. For more information, see "[Managing the forking policy for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)."
+An organization owner must allow forks of private{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories on the organization level before you can allow or disallow forks for a specific repository. For more information, see "[Managing the forking policy for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)."
{% data reusables.organizations.internal-repos-enterprise %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/releasing-projects-on-github.md b/translations/ko-KR/content/github/administering-a-repository/releasing-projects-on-github.md
index 0751f42269..372ed4cafc 100644
--- a/translations/ko-KR/content/github/administering-a-repository/releasing-projects-on-github.md
+++ b/translations/ko-KR/content/github/administering-a-repository/releasing-projects-on-github.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/administering-a-repository/renaming-a-repository.md b/translations/ko-KR/content/github/administering-a-repository/renaming-a-repository.md
index d888fc3f06..23f46e371a 100644
--- a/translations/ko-KR/content/github/administering-a-repository/renaming-a-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/renaming-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you rename a repository, all existing information, with the exception of project site URLs, is automatically redirected to the new name, including:
diff --git a/translations/ko-KR/content/github/administering-a-repository/requiring-a-linear-commit-history.md b/translations/ko-KR/content/github/administering-a-repository/requiring-a-linear-commit-history.md
index 4fd1c4228f..6578badc21 100644
--- a/translations/ko-KR/content/github/administering-a-repository/requiring-a-linear-commit-history.md
+++ b/translations/ko-KR/content/github/administering-a-repository/requiring-a-linear-commit-history.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Anyone with admin permissions to a repository can require a linear commit history.
diff --git a/translations/ko-KR/content/github/administering-a-repository/setting-repository-visibility.md b/translations/ko-KR/content/github/administering-a-repository/setting-repository-visibility.md
index 0c744152a8..a7179ff8fe 100644
--- a/translations/ko-KR/content/github/administering-a-repository/setting-repository-visibility.md
+++ b/translations/ko-KR/content/github/administering-a-repository/setting-repository-visibility.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About repository visibility changes
@@ -19,18 +20,18 @@ We recommend reviewing the following caveats before you change the visibility of
#### Making a repository private
- * {% data variables.product.prodname_dotcom %} will detach public forks of the public repository and put them into a new network. Public forks are not made private. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you change a repository's visibility from internal to private, {% data variables.product.prodname_dotcom %} will remove forks that belong to any user without access to the newly private repository.{% endif %} For more information, see "[What happens to forks when a repository is deleted or changes visibility?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository)"
+ * {% data variables.product.prodname_dotcom %} will detach public forks of the public repository and put them into a new network. Public forks are not made private. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you change a repository's visibility from internal to private, {% data variables.product.prodname_dotcom %} will remove forks that belong to any user without access to the newly private repository.{% endif %} For more information, see "[What happens to forks when a repository is deleted or changes visibility?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository)"
{% if currentVersion == "free-pro-team@latest" %}* If you're using {% data variables.product.prodname_free_user %} for user accounts or organizations, some features won't be available in the repository after you change the visibility to private. {% data reusables.gated-features.more-info %}
* Any published {% data variables.product.prodname_pages %} site will be automatically unpublished. If you added a custom domain to the {% data variables.product.prodname_pages %} site, you should remove or update your DNS records before making the repository private, to avoid the risk of a domain takeover. For more information, see "[Managing a custom domain for your {% data variables.product.prodname_pages %} site](/articles/managing-a-custom-domain-for-your-github-pages-site)."
* {% data variables.product.prodname_dotcom %} will no longer included the repository in the {% data variables.product.prodname_archive %}. For more information, see "[About archiving content and data on {% data variables.product.prodname_dotcom %}](/github/creating-cloning-and-archiving-repositories/about-archiving-content-and-data-on-github#about-the-github-archive-program)."{% endif %}
- {% if enterpriseServerVersions contains currentVersion %}* Anonymous Git read access is no longer available. For more information, see "[Enabling anonymous Git read access for a repository](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)."{% endif %}
+ {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}* Anonymous Git read access is no longer available. For more information, see "[Enabling anonymous Git read access for a repository](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)."{% endif %}
#### Making a repository public
* {% data variables.product.prodname_dotcom %} will detach private forks and turn them into a standalone private repository. For more information, see "[What happens to forks when a repository is deleted or changes visibility?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-private-repository-to-a-public-repository)"
* If you're converting your private repository to a public repository as part of a move toward creating an open source project, see the [Open Source Guides](http://opensource.guide) for helpful tips and guidelines.{% if currentVersion == "free-pro-team@latest" %} You can also take a free course on managing an open source project with [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %}). Once your repository is public, you can also view your repository's community profile to see whether your project meets best practices for supporting contributors. For more information, see "[Viewing your community profile](/articles/viewing-your-community-profile)."{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
### Changing a repository's visibility
diff --git a/translations/ko-KR/content/github/administering-a-repository/transferring-a-repository.md b/translations/ko-KR/content/github/administering-a-repository/transferring-a-repository.md
index 04755d4a0b..95343d8a7a 100644
--- a/translations/ko-KR/content/github/administering-a-repository/transferring-a-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/transferring-a-repository.md
@@ -15,6 +15,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About repository transfers
diff --git a/translations/ko-KR/content/github/administering-a-repository/types-of-required-status-checks.md b/translations/ko-KR/content/github/administering-a-repository/types-of-required-status-checks.md
index 7837419452..7d9647c2a2 100644
--- a/translations/ko-KR/content/github/administering-a-repository/types-of-required-status-checks.md
+++ b/translations/ko-KR/content/github/administering-a-repository/types-of-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
| Type of required status check | Setting | Merge requirements | Considerations |
diff --git a/translations/ko-KR/content/github/administering-a-repository/viewing-branches-in-your-repository.md b/translations/ko-KR/content/github/administering-a-repository/viewing-branches-in-your-repository.md
index 15d36f2954..08c29fded7 100644
--- a/translations/ko-KR/content/github/administering-a-repository/viewing-branches-in-your-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/viewing-branches-in-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md b/translations/ko-KR/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
index 235d626086..ec96f27197 100644
--- a/translations/ko-KR/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
+++ b/translations/ko-KR/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -14,7 +15,7 @@ versions:
{% endnote %}
-People with read access to a repository can see an overview of all current deployments and a log of past deployment activity, if the repository's deployment workflow is integrated with {% data variables.product.product_name %} through the Deployments API or an app from [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace/category/deployment). For more information, see "[Deployments](/rest/reference/repos#deployments)."
+People with read access to a repository can see an overview of all current deployments and a log of past deployment activity, if the repository's deployment workflow is integrated with {% data variables.product.product_name %} through the Deployments API or an app from [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace/category/deployment). For more information, see "[Deployments](/v3/repos/deployments/)."
You can also see deployment information on the "Conversation" tab of a pull request.
diff --git a/translations/ko-KR/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md b/translations/ko-KR/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
index d96fd89ad5..71bdcb4938 100644
--- a/translations/ko-KR/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
+++ b/translations/ko-KR/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
@@ -8,9 +8,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Tip**: You can also view a release using the {% data variables.product.prodname_cli %}. For more information, see "[`gh release view`](https://cli.github.com/manual/gh_release_view)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/about-authentication-to-github.md b/translations/ko-KR/content/github/authenticating-to-github/about-authentication-to-github.md
index 8aadfbba58..3463375254 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/about-authentication-to-github.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/about-authentication-to-github.md
@@ -4,27 +4,29 @@ intro: 'You can securely access your account''s resources by authenticating to {
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About authentication to {% data variables.product.prodname_dotcom %}
-To keep your account secure, you must authenticate before you can access certain resources on {% data variables.product.product_name %}. When you authenticate to {% data variables.product.product_name %}, you supply or confirm credentials that are unique to you to prove that you are exactly who you declare to be.
+To keep your account secure, you must authenticate before you can access{% if currentVersion != "github-ae@latest" %} certain{% endif %} resources on {% data variables.product.product_name %}. When you authenticate to {% data variables.product.product_name %}, you supply or confirm credentials that are unique to you to prove that you are exactly who you declare to be.
You can access your resources in {% data variables.product.product_name %} in a variety of ways: in the browser, via {% data variables.product.prodname_desktop %} or another desktop application, with the API, or via the command line. Each way of accessing {% data variables.product.product_name %} supports different modes of authentication.
-- Username and password with two-factor authentication
+- {% if currentVersion == "github-ae@latest" %}Your identity provider (IdP){% else %}Username and password with two-factor authentication{% endif %}
- Personal access token
- SSH 키
### Authenticating in your browser
-You can authenticate to {% data variables.product.product_name %} in your browser in different ways.
+You can authenticate to {% data variables.product.product_name %} in your browser {% if currentVersion == "github-ae@latest" %}using your IdP. For more information, see "[About authentication with SAML single sign-on](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)."{% else %}in different ways.
- **Username and password only**
- You'll create a password when you create your user account on {% data variables.product.product_name %}. We recommend that you use a password manager to generate a random and unique password. For more information, see "[Creating a strong password](/github/authenticating-to-github/creating-a-strong-password)."
- **Two-factor authentication (2FA)** (recommended)
- If you enable 2FA, we'll also prompt you to provide a code that's generated by an application on your mobile device or sent as a text message (SMS) after you successfully enter your username and password. For more information, see "[Accessing {% data variables.product.prodname_dotcom %} using two-factor authentication](/github/authenticating-to-github/accessing-github-using-two-factor-authentication#providing-a-2fa-code-when-signing-in-to-the-website)."
- In addition to authentication with a mobile application or a text message, you can optionally add a secondary method of authentication with a security key using WebAuthn. For more information, see "[Configuring two-factor authentication using a security key](/github/authenticating-to-github/configuring-two-factor-authentication#configuring-two-factor-authentication-using-a-security-key)."
+{% endif %}
### Authenticating with {% data variables.product.prodname_desktop %}
@@ -32,7 +34,7 @@ You can authenticate with {% data variables.product.prodname_desktop %} using yo
### Authenticating with the API
-You can authenticate with the {% data variables.product.product_name %} API in different ways.
+You can authenticate with the API in different ways.
- **Personal access tokens**
- In limited situations, such as testing, you can use a personal access token to access the API. Using a personal access token enables you to revoke access at any time. For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
diff --git a/translations/ko-KR/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md b/translations/ko-KR/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
index f4831bd92a..e0ce88912c 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
@@ -1,13 +1,26 @@
---
title: About authentication with SAML single sign-on
-intro: 'You can access an organization that uses SAML single sign-on (SSO) by authenticating through an identity provider (IdP). To authenticate with the API or Git on the command line when an organization enforces SAML SSO, you must authorize your personal access token or SSH key.'
+intro: 'You can access {% if currentVersion == "github-ae@latest" %}{% data variables.product.product_location %}{% elsif currentVersion == "free-pro-team@latest" %}an organization that uses SAML single sign-on (SSO){% endif %} by authenticating {% if currentVersion == "github-ae@latest" %}with SAML single sign-on (SSO) {% endif %}through an identity provider (IdP).{% if currentVersion == "free-pro-team@latest" %}To authenticate with the API or Git on the command line when an organization enforces SAML SSO, you must authorize your personal access token or SSH key.{% endif %}'
product: '{% data reusables.gated-features.saml-sso %}'
redirect_from:
- /articles/about-authentication-with-saml-single-sign-on
versions:
free-pro-team: '*'
+ github-ae: '*'
---
+{% if currentVersion == "github-ae@latest" %}
+
+SAML SSO allows an enterprise owner to centrally control and secure access to {% data variables.product.product_name %} from a SAML IdP. When you visit {% data variables.product.product_location %} in a browser, {% data variables.product.product_name %} will redirect you to your IdP to authenticate. After you successfully authenticate with an account on the IdP, the IdP redirects you back to {% data variables.product.product_location %}. {% data variables.product.product_name %} validates the response from your IdP, then grants access.
+
+{% data reusables.saml.you-must-periodically-authenticate %}
+
+If you can't access {% data variables.product.product_name %}, contact your local enterprise owner or administrator for {% data variables.product.product_name %}. You may be able to locate contact information for your enterprise by clicking **Support** at the bottom of any page on {% data variables.product.product_name %}. {% data variables.product.company_short %} and {% data variables.contact.github_support %} do not have access to your IdP, and cannot troubleshoot authentication problems.
+
+{% endif %}
+
+{% if currentVersion == "free-pro-team@latest" %}
+
{% data reusables.saml.dotcom-saml-explanation %} Organization owners can invite your user account on {% data variables.product.prodname_dotcom %} to join their organization that uses SAML SSO, which allows you to contribute to the organization and retain your existing identity and contributions on {% data variables.product.prodname_dotcom %}.
When you access resources within an organization that uses SAML SSO, {% data variables.product.prodname_dotcom %} will redirect you to the organization's SAML IdP to authenticate. After you successfully authenticate with your account on the IdP, the IdP redirects you back to {% data variables.product.prodname_dotcom %}, where you can access the organization's resources.
@@ -16,7 +29,7 @@ When you access resources within an organization that uses SAML SSO, {% data var
If you have recently authenticated with your organization's SAML IdP in your browser, you are automatically authorized when you access a {% data variables.product.prodname_dotcom %} organization that uses SAML SSO. If you haven't recently authenticated with your organization's SAML IdP in your browser, you must authenticate at the SAML IdP before you can access the organization.
-You must periodically authenticate with your SAML IdP to authenticate and gain access to the organization's resources on {% data variables.product.prodname_dotcom %}. The duration of this login period is specified by your IdP and is generally 24 hours. This periodic login requirement limits the length of access and requires you to re-identify yourself to continue. You can view and manage your active SAML sessions in your security settings. For more information, see "[Viewing and managing your active SAML sessions](/articles/viewing-and-managing-your-active-saml-sessions)."
+{% data reusables.saml.you-must-periodically-authenticate %}
To use the API or Git on the command line to access protected content in an organization that uses SAML SSO, you will need to use an authorized personal access token over HTTPS or an authorized SSH key. {% data variables.product.prodname_oauth_app %} access tokens are authorized by default.
@@ -26,6 +39,9 @@ To use a new or existing personal access token or SSH key with an organization t
You must have an active SAML session each time you authorize an {% data variables.product.prodname_oauth_app %}.
+{% endif %}
+
### 더 읽을거리
-- "[About identity and access management with SAML single sign-on](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)"
+{% if currentVersion == "free-pro-team@latest" %}- "[About identity and access management with SAML single sign-on](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)"{% endif %}
+{% if currentVersion == "github-ae@latest" %}- "[About identity and access management for your enterprise](/admin/authentication/about-identity-and-access-management-for-your-enterprise)"{% endif %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/about-commit-signature-verification.md b/translations/ko-KR/content/github/authenticating-to-github/about-commit-signature-verification.md
index 9331a23bd2..1a76e4b67b 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/about-commit-signature-verification.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/about-commit-signature-verification.md
@@ -1,6 +1,6 @@
---
title: About commit signature verification
-intro: 'Using GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or S/MIME{% endif %}, you can sign tags and commits locally. These tags or commits are marked as verified on {% data variables.product.product_name %} so other people can trust that the changes come from a trusted source.'
+intro: 'Using GPG or S/MIME, you can sign tags and commits locally. These tags or commits are marked as verified on {% data variables.product.product_name %} so other people can trust that the changes come from a trusted source.'
redirect_from:
- /articles/about-gpg-commit-and-tag-signatures/
- /articles/about-gpg/
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About commit signature verification
diff --git a/translations/ko-KR/content/github/authenticating-to-github/about-ssh.md b/translations/ko-KR/content/github/authenticating-to-github/about-ssh.md
index e06f2b3ee7..1fdbf436b9 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/about-ssh.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/about-ssh.md
@@ -1,11 +1,12 @@
---
title: About SSH
-intro: 'Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to {% data variables.product.product_name %} without supplying your username or password at each visit.'
+intro: 'Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to {% data variables.product.product_name %} without supplying your username and personal access token at each visit.'
redirect_from:
- /articles/about-ssh
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you set up SSH, you'll [generate an SSH key and add it to the ssh-agent](/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) and then [add the key to your {% data variables.product.product_name %} account](/articles/adding-a-new-ssh-key-to-your-github-account). Adding the SSH key to the ssh-agent ensures that your SSH key has an extra layer of security through the use of a passphrase. For more information, see "[Working with SSH key passphrases](/articles/working-with-ssh-key-passphrases)."
diff --git a/translations/ko-KR/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md b/translations/ko-KR/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
index 1b7d3863b7..67ad980778 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Before adding a new GPG key to your {% data variables.product.product_name %} account, you should have:
diff --git a/translations/ko-KR/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md b/translations/ko-KR/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
index 401ffc74ae..e46804bc00 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Before adding a new SSH key to your {% data variables.product.product_name %} account, you should have:
diff --git a/translations/ko-KR/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md b/translations/ko-KR/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
index 3d6bbb5a41..9276fb3ab2 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md b/translations/ko-KR/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
index 7aef5dbc73..e1cc609301 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
@@ -1,11 +1,13 @@
---
title: Authenticating with SAML single sign-on
-intro: 'You can authenticate to a {% data variables.product.product_name %} organization with SAML single sign-on (SSO) and view your active sessions.'
+intro: 'You can authenticate to {% if currentVersion == "free-pro-team@latest" %}a {% data variables.product.product_name %} organization {% elsif currentVersion == "github-ae@latest" %}{% data variables.product.product_location %} {% endif %}with SAML single sign-on (SSO){% if currentVersion == "free-pro-team@latest" %} and view your active sessions{% endif %}.'
mapTopic: true
+product: '{% data reusables.gated-features.saml-sso %}'
redirect_from:
- /articles/authenticating-to-a-github-organization-with-saml-single-sign-on/
- /articles/authenticating-with-saml-single-sign-on
versions:
free-pro-team: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/authenticating-to-github/authorizing-oauth-apps.md b/translations/ko-KR/content/github/authenticating-to-github/authorizing-oauth-apps.md
index 33172bb446..c664a1be5e 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/authorizing-oauth-apps.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/authorizing-oauth-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When an {% data variables.product.prodname_oauth_app %} wants to identify you by your {% data variables.product.product_name %} account, you'll see a page with the app's developer contact information and a list of the specific data that's being requested.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md b/translations/ko-KR/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
index f65e7bd365..3376298e86 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.supported-gpg-key-algorithms %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md b/translations/ko-KR/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
index 5fce820e48..9a95a12d6b 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.ssh.dsa-support %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md b/translations/ko-KR/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
index 8237a5e846..688c148b35 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Checking your commit signature verification status
diff --git a/translations/ko-KR/content/github/authenticating-to-github/connecting-to-github-with-ssh.md b/translations/ko-KR/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
index 948ffa9f63..2f82f7db52 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
@@ -14,5 +14,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/authenticating-to-github/connecting-with-third-party-applications.md b/translations/ko-KR/content/github/authenticating-to-github/connecting-with-third-party-applications.md
index fd706a119c..9715beac5a 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/connecting-with-third-party-applications.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/connecting-with-third-party-applications.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When a third-party application wants to identify you by your {% data variables.product.product_name %} login, you'll see a page with the developer contact information and a list of the specific data that's being requested.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/creating-a-personal-access-token.md b/translations/ko-KR/content/github/authenticating-to-github/creating-a-personal-access-token.md
index 2dd21b86b2..138b970cd4 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/creating-a-personal-access-token.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/creating-a-personal-access-token.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Personal access tokens (PATs) are an alternative to using passwords for authentication to {% data variables.product.product_name %} when using the [GitHub API](/v3/auth/#via-oauth-and-personal-access-tokens) or the [command line](#using-a-token-on-the-command-line).
diff --git a/translations/ko-KR/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md b/translations/ko-KR/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
index 95b6f3df85..ad63b888c3 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When trying to SSH into {% data variables.product.product_location %} on a Linux computer, you may see the following message in your terminal:
diff --git a/translations/ko-KR/content/github/authenticating-to-github/error-bad-file-number.md b/translations/ko-KR/content/github/authenticating-to-github/error-bad-file-number.md
index 1e504f7ee0..183aa626c5 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/error-bad-file-number.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/error-bad-file-number.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When running remote Git commands or SSH, your connection might time out:
diff --git a/translations/ko-KR/content/github/authenticating-to-github/error-key-already-in-use.md b/translations/ko-KR/content/github/authenticating-to-github/error-key-already-in-use.md
index e26e44ea86..2e4c52a8bf 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/error-key-already-in-use.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/error-key-already-in-use.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Finding where the key has been used
diff --git a/translations/ko-KR/content/github/authenticating-to-github/error-permission-denied-publickey.md b/translations/ko-KR/content/github/authenticating-to-github/error-permission-denied-publickey.md
index b0b628f57f..875f71f11a 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/error-permission-denied-publickey.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/error-permission-denied-publickey.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Should the `sudo` command be used with Git?
@@ -51,7 +52,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
{% mac %}
{% data reusables.command_line.open_the_multi_os_terminal %}
-2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
# start the ssh-agent in the background
$ eval "$(ssh-agent -s)"
@@ -86,7 +87,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
1. {% data reusables.desktop.windows_git_bash_turn_on_ssh_agent %}
{% data reusables.desktop.windows_git_for_windows_turn_on_ssh_agent %}
-2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/you/.ssh/id_rsa (RSA)
@@ -108,7 +109,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
{% linux %}
{% data reusables.command_line.open_the_multi_os_terminal %}
-2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
# start the ssh-agent in the background
$ eval "$(ssh-agent -s)"
@@ -186,7 +187,7 @@ You must provide your public key to {% data variables.product.product_name %} to
$ eval "$(ssh-agent -s)"
> Agent pid 59566
```
-3. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+3. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -218,7 +219,7 @@ You must provide your public key to {% data variables.product.product_name %} to
$ ssh-agent -s
> Agent pid 59566
```
-3. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+3. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
diff --git a/translations/ko-KR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md b/translations/ko-KR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
index 6d40fe7226..f45e846a3e 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
To fix this, the owner of the repository (`user`) needs to add your account (`other-user`) as a collaborator on the repository or to a team that has write access to the repository.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md b/translations/ko-KR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
index a7f02b479c..dda09ea92a 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
To fix this, remove the deploy key from the repository, and [add the key to your user account](/articles/adding-a-new-ssh-key-to-your-github-account) instead.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md b/translations/ko-KR/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
index ac8254e11d..002a7f8540 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The `-K` option is in Apple's standard version of `ssh-add`, which stores the passphrase in your keychain for you when you add an ssh key to the ssh-agent. If you have installed a different version of `ssh-add`, it may lack support for `-K`.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md b/translations/ko-KR/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
index 2a2016ae6c..3ca153f2df 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When using an unverified key to perform Git operations, you will be prompted to perform an audit of your SSH keys.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/generating-a-new-gpg-key.md b/translations/ko-KR/content/github/authenticating-to-github/generating-a-new-gpg-key.md
index 7738dcaaae..8fe4fcb297 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/generating-a-new-gpg-key.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/generating-a-new-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.supported-gpg-key-algorithms %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md b/translations/ko-KR/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
index 1ab11b8727..9f21b6e865 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you don't already have an SSH key, you must [generate a new SSH key](#generating-a-new-ssh-key). If you're unsure whether you already have an SSH key, check for [existing keys](/articles/checking-for-existing-ssh-keys).
diff --git a/translations/ko-KR/content/github/authenticating-to-github/index.md b/translations/ko-KR/content/github/authenticating-to-github/index.md
index d48b7ccdbc..1ea2f31cb2 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/index.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/index.md
@@ -1,7 +1,7 @@
---
title: Authenticating to GitHub
shortTitle: Authentication
-intro: 'Keep your account and data secure with features like two-factor authentication, SSH, and commit signature verification.'
+intro: 'Keep your account and data secure with features like {% if currentVersion != "github-ae@latest" %}two-factor authentication, {% endif %}SSH{% if currentVersion != "github-ae@latest" %},{% endif %} and commit signature verification.'
redirect_from:
- /categories/56/articles/
- /categories/ssh/
@@ -16,6 +16,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md b/translations/ko-KR/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
index 134c5fd438..183fecb7f3 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/authenticating-to-github/managing-commit-signature-verification.md b/translations/ko-KR/content/github/authenticating-to-github/managing-commit-signature-verification.md
index 064f8efc01..da61d71196 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/managing-commit-signature-verification.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/managing-commit-signature-verification.md
@@ -1,6 +1,6 @@
---
title: Managing commit signature verification
-intro: 'You can sign your work locally using GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or S/MIME{% endif %}. {% data variables.product.product_name %} will verify these signatures so other people will know that your commits come from a trusted source.{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.product_name %} will automatically sign commits you make using the {% data variables.product.product_name %} web interface.{% endif %}'
+intro: 'You can sign your work locally using GPG or S/MIME. {% data variables.product.product_name %} will verify these signatures so other people will know that your commits come from a trusted source.{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.product_name %} will automatically sign commits you make using the {% data variables.product.product_name %} web interface.{% endif %}'
redirect_from:
- /articles/generating-a-gpg-key/
- /articles/signing-commits-with-gpg/
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md b/translations/ko-KR/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
index 3ab420bb9a..b0b1335e81 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md b/translations/ko-KR/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
index b8337d57fe..b1066affe4 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The `git filter-branch` command and the BFG Repo-Cleaner rewrite your repository's history, which changes the SHAs for existing commits that you alter and any dependent commits. Changed commit SHAs may affect open pull requests in your repository. We recommend merging or closing all open pull requests before removing files from your repository.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
index 19982ccf5a..745e1e3216 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
index 313d0ae40a..90f9337882 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Reviewing your authorized {% data variables.product.prodname_oauth_app %}s
diff --git a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-deploy-keys.md b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
index 1ccb01e881..d574ebdae4 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-security-log.md b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-security-log.md
index b51060974e..e1ba9b840d 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-security-log.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-security-log.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Accessing your security log
@@ -13,7 +14,7 @@ versions:
The security log lists all actions performed within the last 90 days{% if currentVersion ver_lt "enterprise-server@2.20" %}, up to 50{% endif %}.
{% data reusables.user_settings.access_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
2. In the user settings sidebar, click **Security log**. 
{% else %}
{% data reusables.user_settings.security %}
@@ -21,7 +22,7 @@ The security log lists all actions performed within the last 90 days{% if curren
4. Click on an entry to see more information about the event. 
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Searching your security log
{% data reusables.audit_log.audit-log-search %}
@@ -31,22 +32,22 @@ The security log lists all actions performed within the last 90 days{% if curren
### Understanding events in your security log
Actions listed in your security log are grouped within the following categories: |{% endif %}
-| Category Name | 설명 |
-| ------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" %}
-| `account_recovery_token` | Contains all activities related to [adding a recovery token](/articles/configuring-two-factor-authentication-recovery-methods). |
-| `결제` | Contains all activities related to your billing information. |
-| `marketplace_agreement_signature` | Contains all activities related to signing the {% data variables.product.prodname_marketplace %} Developer Agreement. |
+| Category Name | 설명 |
+| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |{% if currentVersion == "free-pro-team@latest" %}
+| `account_recovery_token` | Contains all activities related to [adding a recovery token](/articles/configuring-two-factor-authentication-recovery-methods). |
+| `결제` | Contains all activities related to your billing information. |
+| `marketplace_agreement_signature` | Contains all activities related to signing the {% data variables.product.prodname_marketplace %} Developer Agreement. |
| `marketplace_listing` | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %}
| `oauth_access` | Contains all activities related to [{% data variables.product.prodname_oauth_app %}s](/articles/authorizing-oauth-apps) you've connected with.{% if currentVersion == "free-pro-team@latest" %}
| `payment_method` | Contains all activities related to paying for your {% data variables.product.prodname_dotcom %} subscription.{% endif %}
-| `profile_picture` | Contains all activities related to your profile picture. |
-| `프로젝트` | Contains all activities related to project boards. |
-| `public_key` | Contains all activities related to [your public SSH keys](/articles/adding-a-new-ssh-key-to-your-github-account). |
+| `profile_picture` | Contains all activities related to your profile picture. |
+| `프로젝트` | Contains all activities related to project boards. |
+| `public_key` | Contains all activities related to [your public SSH keys](/articles/adding-a-new-ssh-key-to-your-github-account). |
| `repo` | Contains all activities related to the repositories you own.{% if currentVersion == "free-pro-team@latest" %}
-| `sponsors` | Contains all events related to {% data variables.product.prodname_sponsors %} and sponsor buttons (see "[About {% data variables.product.prodname_sponsors %}](/articles/about-github-sponsors)" and "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion %}
-| `팀` | Contains all activities related to teams you are a part of.{% endif %}
-| `two_factor_authentication` | Contains all activities related to [two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa). |
-| `사용자` | Contains all activities related to your account. |
+| `sponsors` | Contains all events related to {% data variables.product.prodname_sponsors %} and sponsor buttons (see "[About {% data variables.product.prodname_sponsors %}](/articles/about-github-sponsors)" and "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+| `팀` | Contains all activities related to teams you are a part of.{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `two_factor_authentication` | Contains all activities related to [two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa).{% endif %}
+| `사용자` | Contains all activities related to your account. |
A description of the events within these categories is listed below.
@@ -137,7 +138,7 @@ A description of the events within these categories is listed below.
| 액세스 | Triggered when you a repository you own is [switched from "private" to "public"](/articles/making-a-private-repository-public) (or vice versa). |
| add_member | Triggered when a {% data variables.product.product_name %} user is {% if currentVersion == "free-pro-team@latest" %}[invited to have collaboration access](/articles/inviting-collaborators-to-a-personal-repository){% else %}[given collaboration access](/articles/inviting-collaborators-to-a-personal-repository){% endif %} to a repository. |
| add_topic | Triggered when a repository owner [adds a topic](/articles/classifying-your-repository-with-topics) to a repository. |
-| archived | Triggered when a repository owner [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion %}
+| archived | Triggered when a repository owner [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| config.disable_anonymous_git_access | Triggered when [anonymous Git read access is disabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository. |
| config.enable_anonymous_git_access | Triggered when [anonymous Git read access is enabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository. |
| config.lock_anonymous_git_access | Triggered when a repository's [anonymous Git read access setting is locked](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access). |
@@ -186,7 +187,7 @@ A description of the events within these categories is listed below.
| revoke | Triggered when you revoke a succession invitation (see "[Maintaining ownership continuity of your user account's repositories](/github/setting-up-and-managing-your-github-user-account/maintaining-ownership-continuity-of-your-user-accounts-repositories)") |
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
#### The `team` category
@@ -201,26 +202,28 @@ A description of the events within these categories is listed below.
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
#### The `two_factor_authentication` category
| 동작 | 설명 |
| -------- | -------------------------------------------------------------------------------------------------------------------------- |
| enabled | Triggered when [two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) is enabled. |
| disabled | Triggered when two-factor authentication is disabled. |
+{% endif %}
#### The `user` category
| 동작 | 설명 |
| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| add_email | Triggered when you [add a new email address](/articles/changing-your-primary-email-address). |
+| add_email | Triggered when you {% if currentVersion != "github-ae@latest" %}[add a new email address](/articles/changing-your-primary-email-address){% else %}add a new email address{% endif %}. |
| create | Triggered when you create a new user account. |
| remove_email | Triggered when you remove an email address. |
-| rename | Triggered when you rename your account. |
+| rename | Triggered when you rename your account.{% if currentVersion != "github-ae@latest" %}
| change_password | Triggered when you change your password. |
-| forgot_password | Triggered when you ask for [a password reset](/articles/how-can-i-reset-my-password). |
+| forgot_password | Triggered when you ask for [a password reset](/articles/how-can-i-reset-my-password).{% endif %}
| login | Triggered when you log in to {% data variables.product.product_location %}. |
-| failed_login | Triggered when you failed to log in successfully. |
-| two_factor_requested | Triggered when {% data variables.product.product_name %} asks you for [your two-factor authentication code](/articles/accessing-github-using-two-factor-authentication). |
+| failed_login | Triggered when you failed to log in successfully.{% if currentVersion != "github-ae@latest" %}
+| two_factor_requested | Triggered when {% data variables.product.product_name %} asks you for [your two-factor authentication code](/articles/accessing-github-using-two-factor-authentication).{% endif %}
| show_private_contributions_count | Triggered when you [publicize private contributions on your profile](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile). |
| hide_private_contributions_count | Triggered when you [hide private contributions on your profile](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile).{% if currentVersion == "free-pro-team@latest" %}
| report_content | Triggered when you [report an issue or pull request, or a comment on an issue, pull request, or commit](/articles/reporting-abuse-or-spam).{% endif %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-ssh-keys.md b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
index 0231b1b45a..21e2fb328c 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can delete unauthorized (or possibly compromised) SSH keys to ensure that an attacker no longer has access to your repositories. You can also approve existing SSH keys that are valid.
@@ -28,7 +29,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
5. {% data reusables.command_line.start_ssh_agent %}
-6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -64,7 +65,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
4. Open Git Bash. If you're using Git Shell, which is included in {% data variables.product.prodname_desktop %}, open Git Shell and skip to step 6.
-5. {% data reusables.desktop.windows_git_bash_turn_on_ssh_agent %} Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+5. {% data reusables.desktop.windows_git_bash_turn_on_ssh_agent %} Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -96,7 +97,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
5. {% data reusables.command_line.start_ssh_agent %}
-6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
diff --git a/translations/ko-KR/content/github/authenticating-to-github/signing-commits.md b/translations/ko-KR/content/github/authenticating-to-github/signing-commits.md
index b27357ca0b..2315de6ab9 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/signing-commits.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/signing-commits.md
@@ -1,6 +1,6 @@
---
title: Signing commits
-intro: 'You can sign commits locally using GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or S/MIME{% endif %}.'
+intro: You can sign commits locally using GPG or S/MIME.
redirect_from:
- /articles/signing-commits-and-tags-using-gpg/
- /articles/signing-commits-using-gpg/
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.desktop-support-for-commit-signing %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/signing-tags.md b/translations/ko-KR/content/github/authenticating-to-github/signing-tags.md
index 63be55dfbd..479849459d 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/signing-tags.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/signing-tags.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.desktop-support-for-commit-signing %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/telling-git-about-your-signing-key.md b/translations/ko-KR/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
index 69d1f28710..d2e6a9c1fc 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
@@ -1,12 +1,13 @@
---
title: Telling Git about your signing key
-intro: 'To sign commits locally, you need to inform Git that there''s a GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} or X.509{% endif %} key you''d like to use.'
+intro: "To sign commits locally, you need to inform Git that there's a GPG or X.509 key you'd like to use."
redirect_from:
- /articles/telling-git-about-your-gpg-key/
- /articles/telling-git-about-your-signing-key
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/testing-your-ssh-connection.md b/translations/ko-KR/content/github/authenticating-to-github/testing-your-ssh-connection.md
index a1b6502337..12b3e26732 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/testing-your-ssh-connection.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/testing-your-ssh-connection.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Before testing your SSH connection, you should have:
diff --git a/translations/ko-KR/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md b/translations/ko-KR/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
index ed9cff02dd..eaf728188e 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/authenticating-to-github/troubleshooting-ssh.md b/translations/ko-KR/content/github/authenticating-to-github/troubleshooting-ssh.md
index 0d891260e1..6e0edc6822 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/troubleshooting-ssh.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/troubleshooting-ssh.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/authenticating-to-github/updating-an-expired-gpg-key.md b/translations/ko-KR/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
index c8ed1738eb..08a785f2f5 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If your key is expired, you must [update the expiration](https://www.gnupg.org/gph/en/manual/c235.html#AEN328), export the new key, delete the expired key in your GitHub account, and [upload the new key to GitHub](/articles/adding-a-new-gpg-key-to-your-github-account/). Your previous commits and tags will show as verified, as long as the key meets all other verification requirements.
diff --git a/translations/ko-KR/content/github/authenticating-to-github/updating-your-github-access-credentials.md b/translations/ko-KR/content/github/authenticating-to-github/updating-your-github-access-credentials.md
index b43565ee5a..62d452618b 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/updating-your-github-access-credentials.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/updating-your-github-access-credentials.md
@@ -1,6 +1,6 @@
---
title: Updating your GitHub access credentials
-intro: '{% data variables.product.product_name %} credentials include not only your password, but also the access tokens, SSH keys, and application API tokens you use to communicate with {% data variables.product.product_name %}. Should you have the need, you can reset all of these access credentials yourself.'
+intro: '{% data variables.product.product_name %} credentials include{% if currentVersion != "github-ae@latest" %} not only your password, but also{% endif %} the access tokens, SSH keys, and application API tokens you use to communicate with {% data variables.product.product_name %}. Should you have the need, you can reset all of these access credentials yourself.'
redirect_from:
- /articles/rolling-your-credentials/
- /articles/how-can-i-reset-my-password/
@@ -8,8 +8,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion != "github-ae@latest" %}
### Requesting a new password
1. To request a new password, visit {% if currentVersion == "free-pro-team@latest" %}https://{% data variables.product.product_url %}/password_reset{% else %}`https://{% data variables.product.product_url %}/password_reset`{% endif %}.
@@ -38,7 +40,7 @@ To avoid losing your password in the future, we suggest using a secure password
For greater security, enable two-factor authentication in addition to changing your password. See [About two-factor authentication](/articles/about-two-factor-authentication) for more details.
{% endtip %}
-
+{% endif %}
### Updating your access tokens
See "[Reviewing your authorized integrations](/articles/reviewing-your-authorized-integrations)" for instructions on reviewing and deleting access tokens. To generate new access tokens, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
@@ -51,6 +53,8 @@ See "[Reviewing your SSH keys](/articles/reviewing-your-ssh-keys)" for instructi
If you have any applications registered with {% data variables.product.product_name %}, you'll want to reset their OAuth tokens. For more information, see the "[Reset an authorization](/rest/reference/apps#reset-an-authorization)" endpoint.
+{% if currentVersion != "github-ae@latest" %}
### Preventing unauthorized access
For more tips on securing your account and preventing unauthorized access, see "[Preventing unauthorized access](/articles/preventing-unauthorized-access)."
+{% endif %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md b/translations/ko-KR/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
index e44c9f99a9..9c9e3f9d5f 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md b/translations/ko-KR/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
index 965b73dc07..0aca136d68 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
@@ -21,4 +21,4 @@ versions:
### 더 읽을거리
-- "[About authentication with SAML SSO](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)"
+- "[About authentication with SAML SSO](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)"
\ No newline at end of file
diff --git a/translations/ko-KR/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md b/translations/ko-KR/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
index cbb268aa25..4a006435fe 100644
--- a/translations/ko-KR/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
+++ b/translations/ko-KR/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
With SSH keys, if someone gains access to your computer, they also gain access to every system that uses that key. To add an extra layer of security, you can add a passphrase to your SSH key. You can use `ssh-agent` to securely save your passphrase so you don't have to reenter it.
diff --git a/translations/ko-KR/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md b/translations/ko-KR/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
index 72da39e4d2..c45a6e764f 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
After you create issue and pull request templates in your repository, contributors can use the templates to open issues or describe the proposed changes in their pull requests according to the repository's contributing guidelines. For more information about adding contributing guidelines to a repository, see "[Setting guidelines for repository contributors](/articles/setting-guidelines-for-repository-contributors)."
-You can create default issue and pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default issue and pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
### Issue templates
@@ -20,7 +21,7 @@ When you create issue templates for your repository using the issue template bui
Using the template builder, you can specify a title and description for each template, add the template content, and either commit the template to the default branch or open a pull request in the repository. The template builder automatically adds the YAML front matter markup that is required for the template to show on the new issue page. For more information, see "[Configuring issue templates for your repository](/articles/configuring-issue-templates-for-your-repository)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% data reusables.repositories.issue-template-config %} For more information, see "[Configuring issue templates for your repository](/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser)."
{% endif %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/about-team-discussions.md b/translations/ko-KR/content/github/building-a-strong-community/about-team-discussions.md
index 2302886c00..fbad6e604b 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/about-team-discussions.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/about-team-discussions.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-purpose %}
@@ -26,7 +27,7 @@ When someone posts or replies to a public discussion on a team's page, members o
{% tip %}
-**Tip:** Depending on your notification settings, you'll receive updates by email, the web notifications page on {% data variables.product.product_name %}, or both. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[About email notifications](/github/receiving-notifications-about-activity-on-github/about-email-notifications)" and "[About web notifications](/github/receiving-notifications-about-activity-on-github/about-web-notifications){% endif %}."
+**Tip:** Depending on your notification settings, you'll receive updates by email, the web notifications page on {% data variables.product.product_name %}, or both. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[About email notifications](/github/receiving-notifications-about-activity-on-github/about-email-notifications)" and "[About web notifications](/github/receiving-notifications-about-activity-on-github/about-web-notifications){% endif %}."
{% endtip %}
@@ -34,7 +35,7 @@ By default, if your username is mentioned in a team discussion, you'll receive n
To turn off notifications for team discussions, you can unsubscribe to a specific discussion post or change your notification settings to unwatch or completely ignore a specific team's discussions. You can subscribe to notifications for a specific discussion post even if you're unwatching that team's discussions.
-For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}" and "[Nested teams](/articles/about-teams/#nested-teams)."
+For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}" and "[Nested teams](/articles/about-teams/#nested-teams)."
### 더 읽을거리
diff --git a/translations/ko-KR/content/github/building-a-strong-community/about-wikis.md b/translations/ko-KR/content/github/building-a-strong-community/about-wikis.md
index 6bc7056743..9765903f05 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/about-wikis.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/about-wikis.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Every {% data variables.product.product_name %} repository comes equipped with a section for hosting documentation, called a wiki. You can use your repository's wiki to share long-form content about your project, such as how to use it, how you designed it, or its core principles. A README file quickly tells what your project can do, while you can use a wiki to provide additional documentation. For more information, see "[About READMEs](/articles/about-readmes)."
diff --git a/translations/ko-KR/content/github/building-a-strong-community/adding-a-license-to-a-repository.md b/translations/ko-KR/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
index b32db0ca9c..57d811bfb5 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you include a detectable license in your repository, people who visit your repository will see it at the top of the repository page. To read the entire license file, click the license name.
@@ -32,7 +33,7 @@ Open source licenses enable others to freely use, change, and distribute the pro
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.files.add-file %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md b/translations/ko-KR/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
index b3738d2278..89429015ef 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
@@ -11,6 +11,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Adding wiki pages
diff --git a/translations/ko-KR/content/github/building-a-strong-community/adding-support-resources-to-your-project.md b/translations/ko-KR/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
index eb1eac9b48..7856e3860f 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
To direct people to specific support resources, you can add a SUPPORT file to your repository's root, `docs`, or `.github` folder. When someone creates an issue in your repository, they will see a link to your project's SUPPORT file.

-You can create default support resources for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default support resources for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
{% tip %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md b/translations/ko-KR/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
index a08d250f57..9198f23861 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/collaborating-with-your-team.md b/translations/ko-KR/content/github/building-a-strong-community/collaborating-with-your-team.md
index 1743381137..6e17a6cece 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/collaborating-with-your-team.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/collaborating-with-your-team.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md b/translations/ko-KR/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
index 2f441ff622..4062ff87fb 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
@@ -7,11 +7,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.default-issue-templates %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Creating issue templates
{% endif %}
@@ -27,7 +28,7 @@ versions:
10. Below the commit message fields, decide whether to commit your template directly to the default branch, or to create a new branch and open a pull request. For more information about pull requests, see "[About pull requests](/articles/about-pull-requests)." 
11. Click **Commit changes**. Once these changes are merged into the default branch, the template will be available for contributors to use when they open new issues in the repository.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Configuring the template chooser
{% data reusables.repositories.issue-template-config %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/creating-a-default-community-health-file.md b/translations/ko-KR/content/github/building-a-strong-community/creating-a-default-community-health-file.md
index ff5c713852..1266f15315 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/creating-a-default-community-health-file.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/creating-a-default-community-health-file.md
@@ -7,42 +7,43 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About default community health files
-You can add default community health files to the root of a public repository called `.github` that is owned by an organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}.
+You can add default community health files to the root of a public repository called `.github` that is owned by an organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}.
{% data variables.product.product_name %} will use and display default files for any public repository owned by the account that does not have its own file of that type in any of the following places:
- the root of the repository
- the `.github` folder
- the `docs` folder
-For example, anyone who creates an issue or pull request in a public repository that does not have its own CONTRIBUTING file will see a link to the default CONTRIBUTING file. If a repository has any files in its own `.github/ISSUE_TEMPLATE` folder{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}, including issue templates or a *config.yml* file,{% endif %} none of the contents of the default `.github/ISSUE_TEMPLATE` folder will be used.
+For example, anyone who creates an issue or pull request in a public repository that does not have its own CONTRIBUTING file will see a link to the default CONTRIBUTING file. If a repository has any files in its own `.github/ISSUE_TEMPLATE` folder{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}, including issue templates or a *config.yml* file,{% endif %} none of the contents of the default `.github/ISSUE_TEMPLATE` folder will be used.
Default files are not included in clones, packages, or downloads of individual repositories because they are stored only in the `.github` repository.
### Supported file types
-You can create defaults in your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} for the following community health files:
+You can create defaults in your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} for the following community health files:
-| Community health file | 설명 |
-| --------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" %}
-| *CODE_OF_CONDUCT.md* | A CODE_OF_CONDUCT file defines standards for how to engage in a community. For more information, see "[Adding a code of conduct to your project](/articles/adding-a-code-of-conduct-to-your-project/)."{% endif %}
-| *CONTRIBUTING.md* | A CONTRIBUTING file communicates how people should contribute to your project. For more information, see "[Setting guidelines for repository contributors](/articles/setting-guidelines-for-repository-contributors/)."{% if currentVersion == "free-pro-team@latest" %}
-| *FUNDING.yml* | A FUNDING file displays a sponsor button in your repository to increase the visibility of funding options for your open source project. For more information, see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)."{% endif %}
-| Issue and pull request templates{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and *config.yml*{% endif %} | Issue and pull request templates customize and standardize the information you'd like contributors to include when they open issues and pull requests in your repository. For more information, see "[About issue and pull request templates](/articles/about-issue-and-pull-request-templates/)."{% if currentVersion == "free-pro-team@latest" %}
-| *SECURITY.md* | A SECURITY file gives instructions for how to responsibly report a security vulnerability in your project. For more information, see "[Adding a security policy to your repository](/articles/adding-a-security-policy-to-your-repository)."{% endif %}
-| *SUPPORT.md* | A SUPPORT file lets people know about ways to get help with your project. For more information, see "[Adding support resources to your project](/articles/adding-support-resources-to-your-project/)." |
+| Community health file | 설명 |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" %}
+| *CODE_OF_CONDUCT.md* | A CODE_OF_CONDUCT file defines standards for how to engage in a community. For more information, see "[Adding a code of conduct to your project](/articles/adding-a-code-of-conduct-to-your-project/)."{% endif %}
+| *CONTRIBUTING.md* | A CONTRIBUTING file communicates how people should contribute to your project. For more information, see "[Setting guidelines for repository contributors](/articles/setting-guidelines-for-repository-contributors/)."{% if currentVersion == "free-pro-team@latest" %}
+| *FUNDING.yml* | A FUNDING file displays a sponsor button in your repository to increase the visibility of funding options for your open source project. For more information, see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)."{% endif %}
+| Issue and pull request templates{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and *config.yml*{% endif %} | Issue and pull request templates customize and standardize the information you'd like contributors to include when they open issues and pull requests in your repository. For more information, see "[About issue and pull request templates](/articles/about-issue-and-pull-request-templates/)."{% if currentVersion == "free-pro-team@latest" %}
+| *SECURITY.md* | A SECURITY file gives instructions for how to responsibly report a security vulnerability in your project. For more information, see "[Adding a security policy to your repository](/articles/adding-a-security-policy-to-your-repository)."{% endif %}
+| *SUPPORT.md* | A SUPPORT file lets people know about ways to get help with your project. For more information, see "[Adding support resources to your project](/articles/adding-support-resources-to-your-project/)." |
You cannot create a default license file. License files must be added to individual repositories so the file will be included when a project is cloned, packaged, or downloaded.
### Creating a repository for default files
{% data reusables.repositories.create_new %}
-2. Use the **Owner** drop-down menu, and select the organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} you want to create default files for. 
+2. Use the **Owner** drop-down menu, and select the organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} you want to create default files for. 
3. Type **.github** as the name for your repository, and an optional description. 
4. Make sure the repository status is set to **Public** (a repository for default files cannot be private). 
{% data reusables.repositories.initialize-with-readme %}
{% data reusables.repositories.create-repo %}
-7. In the repository, create one of the supported community health files. Issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and their configuration file{% endif %} must be in a folder called `.github/ISSUE_TEMPLATE`. All other supported files must be in the root of the repository. For more information, see "[Creating new files](/articles/creating-new-files/)."
+7. In the repository, create one of the supported community health files. Issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and their configuration file{% endif %} must be in a folder called `.github/ISSUE_TEMPLATE`. All other supported files must be in the root of the repository. For more information, see "[Creating new files](/articles/creating-new-files/)."
diff --git a/translations/ko-KR/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md b/translations/ko-KR/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
index b030dcf07b..04334422c0 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Creating a footer
diff --git a/translations/ko-KR/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md b/translations/ko-KR/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
index 48fa3512c1..0dd281d41f 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For more information, see "[About issue and pull request templates](/articles/about-issue-and-pull-request-templates)."
You can create a *PULL_REQUEST_TEMPLATE/* subdirectory in any of the supported folders to contain multiple pull request templates, and use the `template` query parameter to specify the template that will fill the pull request body. For more information, see "[About automation for issues and pull requests with query parameters](/articles/about-automation-for-issues-and-pull-requests-with-query-parameters)."
-You can create default pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
### Adding a pull request template
diff --git a/translations/ko-KR/content/github/building-a-strong-community/creating-a-team-discussion.md b/translations/ko-KR/content/github/building-a-strong-community/creating-a-team-discussion.md
index 671aeca962..72ea4609e0 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/creating-a-team-discussion.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/creating-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-permissions %} For more information, see "[About team discussions](/articles/about-team-discussions)."
diff --git a/translations/ko-KR/content/github/building-a-strong-community/disabling-wikis.md b/translations/ko-KR/content/github/building-a-strong-community/disabling-wikis.md
index 1827604844..e43bb06ddc 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/disabling-wikis.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/disabling-wikis.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you turn off a wiki, the content is hidden, but not erased. If you choose to re-enable wikis later, your previous pages will be restored.
diff --git a/translations/ko-KR/content/github/building-a-strong-community/documenting-your-project-with-wikis.md b/translations/ko-KR/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
index 10a95a72df..db5793db24 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md b/translations/ko-KR/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
index 6cd43654bb..b67a8cbc22 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/editing-wiki-content.md b/translations/ko-KR/content/github/building-a-strong-community/editing-wiki-content.md
index 56236f3947..9e710efba6 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/editing-wiki-content.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/editing-wiki-content.md
@@ -14,6 +14,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Adding links
diff --git a/translations/ko-KR/content/github/building-a-strong-community/index.md b/translations/ko-KR/content/github/building-a-strong-community/index.md
index b148e86f2f..9674f9f7e0 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/index.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/building-a-strong-community/locking-conversations.md b/translations/ko-KR/content/github/building-a-strong-community/locking-conversations.md
index 381684c70b..c7980b8821 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/locking-conversations.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/locking-conversations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
It's appropriate to lock a conversation when the entire conversation is not constructive or violates your community's code of conduct{% if currentVersion == "free-pro-team@latest" %} or GitHub's [Community Guidelines](/articles/github-community-guidelines){% endif %}. When you lock a conversation, you can also specify a reason, which is publicly visible.
diff --git a/translations/ko-KR/content/github/building-a-strong-community/managing-disruptive-comments.md b/translations/ko-KR/content/github/building-a-strong-community/managing-disruptive-comments.md
index 9c8e43b963..12411db67d 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/managing-disruptive-comments.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/managing-disruptive-comments.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Hiding a comment
diff --git a/translations/ko-KR/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md b/translations/ko-KR/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
index a94b44254f..dbb20f73ad 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.legacy-issue-template-tip %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/moderating-comments-and-conversations.md b/translations/ko-KR/content/github/building-a-strong-community/moderating-comments-and-conversations.md
index c3baa99c56..6b02dc83f3 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/moderating-comments-and-conversations.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/moderating-comments-and-conversations.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/building-a-strong-community/pinning-a-team-discussion.md b/translations/ko-KR/content/github/building-a-strong-community/pinning-a-team-discussion.md
index db698a1878..2ba16f92af 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/pinning-a-team-discussion.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/pinning-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md b/translations/ko-KR/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
index 08207a09cc..5267f7dd8d 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
@@ -7,6 +7,7 @@ intro: You can create guidelines to communicate how people should contribute to
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
To help your project contributors do good work, you can add a file with contribution guidelines to your project repository's root, `docs`, or `.github` folder. When someone opens a pull request or creates an issue, they will see a link to that file.
@@ -19,7 +20,7 @@ For contributors, the guidelines help them verify that they're submitting well-f
For both owners and contributors, contribution guidelines save time and hassle caused by improperly created pull requests or issues that have to be rejected and re-submitted.
-You can create default contribution guidelines for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default contribution guidelines for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
{% tip %}
diff --git a/translations/ko-KR/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md b/translations/ko-KR/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
index d8dc115b1c..4779c2e8c9 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/building-a-strong-community/tracking-changes-in-a-comment.md b/translations/ko-KR/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
index 438e95745f..e2e82d4ea9 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Viewing a comment's edit history details
diff --git a/translations/ko-KR/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md b/translations/ko-KR/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
index 2463d8891f..3435c8fa32 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md b/translations/ko-KR/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
index df0675c84f..af1c4a69fa 100644
--- a/translations/ko-KR/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
+++ b/translations/ko-KR/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Viewing wiki history
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-branches.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
index 8fe377bda5..07fa74edc6 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -24,11 +25,11 @@ You must have write access to a repository to create a branch, open a pull reque
{% data reusables.branches.new-repo-default-branch %} The default branch is the branch that {% data variables.product.prodname_dotcom %} displays when anyone visits your repository. The default branch is also the initial branch that Git checks out locally out when someone clones the repository. {% data reusables.branches.default-branch-automatically-base-branch %}
-By default, {% data variables.product.product_name %} names the default branch {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.23" %}`main`{% else %}`master`{% endif %} in any new repository.
+By default, {% data variables.product.product_name %} names the default branch {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}`main`{% else %}`master`{% endif %} in any new repository.
{% data reusables.branches.set-default-branch %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.branches.set-default-branch %}
@@ -40,7 +41,7 @@ Once you're satisfied with your work, you can open a pull request to merge the c
After a pull request has been merged, or closed, you can delete the head branch as this is no longer needed. You must have write access in the repository to delete branches. You can't delete branches that are directly associated with open pull requests. For more information, see "[Deleting and restoring branches in a pull request](/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request)"
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.pull_requests.retargeted-on-branch-deletion %}
The following diagrams illustrate this.
@@ -73,7 +74,7 @@ When a branch is protected:
- If required status checks are enabled on the branch, you won't be able to merge changes into the branch until all of the required CI tests pass. For more information, see "[About status checks](/articles/about-status-checks)."
- If required pull request reviews are enabled on the branch, you won't be able to merge changes into the branch until all requirements in the pull request review policy have been met. For more information, see "[Merging a pull request](/articles/merging-a-pull-request)."
- If required review from a code owner is enabled on a branch, and a pull request modifies code that has an owner, a code owner must approve the pull request before it can be merged. For more information, see "[About code owners](/articles/about-code-owners)."
-- If required commit signing is enabled on a branch, you won't be able to push any commits to the branch that are not signed and verified. For more information, see "[About commit signature verification](/articles/about-commit-signature-verification)" and "[About required commit signing](/articles/about-required-commit-signing)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+- If required commit signing is enabled on a branch, you won't be able to push any commits to the branch that are not signed and verified. For more information, see "[About commit signature verification](/articles/about-commit-signature-verification)" and "[About required commit signing](/articles/about-required-commit-signing)."{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
- If you use {% data variables.product.prodname_dotcom %} 's conflict editor to fix conflicts for a pull request that you created from a protected branch, {% data variables.product.prodname_dotcom %} helps you to create an alternative branch for the pull request, so that your resolution of the conflicts can be merged. For more information, see "[Resolving a merge conflict on {% data variables.product.prodname_dotcom %}](/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github)."{% endif %}
### 더 읽을거리
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
index 622680c3e6..8a9cd7498f 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
There are two main types of development models with which you'd use pull requests. In the *fork and pull model*, anyone can fork an existing repository and push changes to their personal fork. You do not need permission to the source repository to push to a user-owned fork. The changes can be pulled into the source repository by the project maintainer. When you open a pull request proposing changes from your user-owned fork to a branch in the source (upstream) repository, you can allow anyone with push access to the upstream repository to make changes to your pull request. This model is popular with open source projects as it reduces the amount of friction for new contributors and allows people to work independently without upfront coordination.
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
index 54abdb7f1f..5a6305a8ea 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
index 02ca56af12..27b11f34f0 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Discussions on {% data variables.product.product_name %}
@@ -19,7 +20,7 @@ Issues are useful for discussing specific details of a project such as bug repor
### Reacting to ideas in comments
-You can show your support or dissent for an idea in a conversation. When you add a reaction to a comment or the body of a team discussion, issue, or pull request, people subscribed to the conversation won't receive a notification. For more information about subscriptions, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}."
+You can show your support or dissent for an idea in a conversation. When you add a reaction to a comment or the body of a team discussion, issue, or pull request, people subscribed to the conversation won't receive a notification. For more information about subscriptions, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}."

diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-forks.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
index d9fb9ee454..9901ef360c 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Forking a repository is similar to copying a repository, with two major differences:
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
index da356a3f91..a5cd41eb37 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Git can often resolve differences between branches and merge them automatically. Usually, the changes are on different lines, or even in different files, which makes the merge simple for computers to understand. However, sometimes there are competing changes that Git can't resolve without your help. Often, merge conflicts happen when people make different changes to the same line of the same file, or when one person edits a file and another person deletes the same file.
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
index 550c0b4ded..d870a950ea 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.default_merge_option %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
index 635ce3332a..de058f89a0 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About pull request reviews
After a pull request is opened, anyone with *read* access can review and comment on the changes it proposes. You can also suggest specific changes to lines of code, which the author can apply directly from the pull request. For more information, see "[Reviewing proposed changes in a pull request](/articles/reviewing-proposed-changes-in-a-pull-request)."
-Repository owners and collaborators can request a pull request review from a specific person. Organization members can also request a pull request review from a team with read access to the repository. For more information, see "[Requesting a pull request review](/articles/requesting-a-pull-request-review)." {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}You can specify a subset of team members to be automatically assigned in the place of the whole team. For more information, see "[Managing code review assignment for your team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+Repository owners and collaborators can request a pull request review from a specific person. Organization members can also request a pull request review from a team with read access to the repository. For more information, see "[Requesting a pull request review](/articles/requesting-a-pull-request-review)." {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}You can specify a subset of team members to be automatically assigned in the place of the whole team. For more information, see "[Managing code review assignment for your team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
Reviews allow for discussion of proposed changes and help ensure that the changes meet the repository's contributing guidelines and other quality standards. You can define which individuals or teams own certain types or areas of code in a CODEOWNERS file. When a pull request modifies code that has a defined owner, that individual or team will automatically be requested as a reviewer. For more information, see "[About code owners](/articles/about-code-owners/)."
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
index c15a2f09c5..57d2946a97 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About pull requests
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
index dacac35e51..7acf9caa10 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Status checks are based on external processes, such as continuous integration builds, which run for each push you make to a repository. You can see the *pending*, *passing*, or *failing* state of status checks next to individual commits in your pull request.
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
index 4796d0c199..496b92edd0 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
index 4c821b1e97..c59c3ccf36 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
@@ -7,6 +7,7 @@ permissions: People with push access to the upstream repository of a fork owned
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Only pull request authors can give upstream repository maintainers, or those with push access to the upstream repository, permission to make commits to their pull request's compare branch in a user-owned fork. To learn more about upstream repositories, see "[About forks](/articles/about-forks)."
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
index 6a15038260..8e67b2f190 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For more information about required reviews, see "[About required reviews for pull requests](/articles/about-required-reviews-for-pull-requests)."
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
index ec96f15854..30ad655d6a 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
index 77f8caf355..9c571da629 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
@@ -1,6 +1,6 @@
---
title: Changing the stage of a pull request
-intro: 'You can mark a draft pull request as ready for review{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} or convert a pull request to a draft{% endif %}.'
+intro: 'You can mark a draft pull request as ready for review{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} or convert a pull request to a draft{% endif %}.'
permissions: People with write permissions to a repository and pull request authors can change the stage of a pull request.
product: '{% data reusables.gated-features.draft-prs %}'
redirect_from:
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Marking a pull request as ready for review
@@ -18,7 +19,7 @@ versions:
2. In the "Pull requests" list, click the pull request you'd like to mark as ready for review.
3. In the merge box, click **Ready for review**. 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
### Converting a pull request to a draft
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
index acd1b2d934..654381242c 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
@@ -7,6 +7,7 @@ permissions: Anyone with write access to a repository can pull a remote pull req
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
index 578e995908..fc2dd49ac3 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
index 0d6e6b63f5..e185d0a0cf 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
index bde18ec06b..1148216193 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
@@ -9,6 +9,7 @@ intro: 'After you open a pull request in a repository, collaborators or team mem
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About pull request comments
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
index 5bf22210da..aa0ddc953e 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can only make commits on pull request branches that:
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
index 0b5940d838..6829dac3cc 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.command_line.open_the_multi_os_terminal %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
index f016600ce4..06dfc6b389 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
@@ -7,6 +7,7 @@ permissions: Anyone with write access to a repository can create a pull request
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can also give the upstream repository's maintainers permission to push commits to a user-owned fork. If your pull request compares your topic branch with a branch in the upstream repository as the base branch, then your topic branch is also called the compare branch of the pull request. For more information about pull request branches, including examples, see "[Creating a pull request](/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository)."
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
index a5907c6b59..afb5e4ec4d 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Anyone with read permissions to a repository can create a pull request, but you must have write permissions to create a branch. If you want to create a new branch for your pull request and don't have write permissions to the repository, you can fork the repository first. For more information, see "[Creating a pull request from a fork](/articles/creating-a-pull-request-from-a-fork)" and "[About forks](/articles/about-forks)."
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
index 1de46c6bd2..9114a58b66 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Creating a branch
@@ -29,7 +30,7 @@ If the branch you want to delete is associated with an open pull request, you mu
{% data reusables.repositories.navigate-to-branches %}
1. Scroll to the branch that you want to delete, then click {% octicon "trashcan" aria-label="The trashcan icon to delete the branch" %}. 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.pull_requests.retargeted-on-branch-deletion %}
{% endif %}
For more information, see "[About branches](/github/collaborating-with-issues-and-pull-requests/about-branches#working-with-branches)."
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
index 77c0304aca..080075e5da 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.dismiss_review %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
index 307647ab17..75fc449d2c 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can filter files in a pull request by file extension type, such as `.html` or `.js`, lack of an extension, code ownership, or dotfiles.
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
index 45b3faa66e..f3ef62c988 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Anyone with read access to a repository can see a summary list of the functions and methods changes in certain files of a pull request.
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/github-flow.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
index 9ffce4344c..419f234613 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Following the GitHub flow
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
index c27882c312..0caba244c6 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
index 402a526949..6455fe8751 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Applying suggested changes
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/index.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/index.md
index 63d76c463f..fe2b997f77 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/index.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/index.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
index 73dbca41ea..ce6b8f294c 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -47,7 +48,7 @@ If you decide you don't want the changes in a topic branch to be merged to the u
The repository may be configured so that the head branch for a pull request is automatically deleted when you merge a pull request. For more information, see "[Managing the automatic deletion of branches](/github/administering-a-repository/managing-the-automatic-deletion-of-branches)."
- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+ {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% note %}
**Note:** {% data reusables.pull_requests.retargeted-on-branch-deletion %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
index 620d3e06bf..4e4b57a5ba 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.command_line.open_the_multi_os_terminal %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/overview.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/overview.md
index c8faf75840..5e1c2899d2 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/overview.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/overview.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
index eeee79dbdd..913990858c 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
index 5c56e5ea1c..7f8f2ece6e 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Owners and collaborators on a repository owned by a user account can assign pull request reviews. Organization members with triage permissions to a repository can assign a pull request review.
-Owners or collaborators can assign a pull request review to any person that has been explicitly granted [read access](/articles/access-permissions-on-github) to a user-owned repository. Organization members can assign a pull request review to any person or team with read access to a repository. The requested reviewer or team will receive a notification that you asked them to review the pull request. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you request a review from a team and code review assignment is enabled, specific members will be requested and the team will be removed as a reviewer. For more information, see "[Managing code review assignment for your team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+Owners or collaborators can assign a pull request review to any person that has been explicitly granted [read access](/articles/access-permissions-on-github) to a user-owned repository. Organization members can assign a pull request review to any person or team with read access to a repository. The requested reviewer or team will receive a notification that you asked them to review the pull request. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you request a review from a team and code review assignment is enabled, specific members will be requested and the team will be removed as a reviewer. For more information, see "[Managing code review assignment for your team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
{% note %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
index b9a1967de7..062e46c94a 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can only resolve merge conflicts on {% data variables.product.product_name %} that are caused by competing line changes, such as when people make different changes to the same line of the same file on different branches in your Git repository. For all other types of merge conflicts, you must resolve the conflict locally on the command line. For more information, see "[Resolving a merge conflict using the command line](/articles/resolving-a-merge-conflict-using-the-command-line/)."
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
If a site administrator disables the merge conflict editor for pull requests between repositories, you cannot use the conflict editor on
{% data variables.product.product_name %} and must resolve merge conflicts on the command line. For example, if the merge conflict editor is disabled, you cannot use it on a pull request between a fork and upstream repository.
{% endif %}
@@ -33,7 +34,7 @@ If a site administrator disables the merge conflict editor for pull requests bet
{% tip %}
- **Tip:** If the **Resolve conflicts** button is deactivated, your pull request's merge conflict is too complex to resolve on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion %} or the site administrator has disabled the conflict editor for pull requests between repositories{% endif %}. You must resolve the merge conflict using an alternative Git client, or by using Git on the command line. For more information see "[Resolving a merge conflict using the command line](/articles/resolving-a-merge-conflict-using-the-command-line)."
+ **Tip:** If the **Resolve conflicts** button is deactivated, your pull request's merge conflict is too complex to resolve on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} or the site administrator has disabled the conflict editor for pull requests between repositories{% endif %}. You must resolve the merge conflict using an alternative Git client, or by using Git on the command line. For more information see "[Resolving a merge conflict using the command line](/articles/resolving-a-merge-conflict-using-the-command-line)."
{% endtip %}
{% data reusables.pull_requests.decide-how-to-resolve-competing-line-change-merge-conflict %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
index f669c9095c..9d54f108fa 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Merge conflicts occur when competing changes are made to the same line of a file, or when one person edits a file and another person deletes the same file. For more information, see "[About merge conflicts](/articles/about-merge-conflicts/)."
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
index fc568093b8..1720f93ff5 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About reverting a pull request
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
index c93e774980..83cbe91549 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
index 1d09db14ba..0ba9a59060 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About reviewing pull requests
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
index a3d3ac7f76..68f9557fc2 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Before you can sync your fork with an upstream repository, you must [configure a remote that points to the upstream repository](/articles/configuring-a-remote-for-a-fork) in Git.
{% data reusables.command_line.open_the_multi_os_terminal %}
2. Change the current working directory to your local project.
-3. Fetch the branches and their respective commits from the upstream repository. Commits to `master` will be stored in a local branch, `upstream/master`.
+3. Fetch the branches and their respective commits from the upstream repository. Commits to `main` will be stored in a local branch, `upstream/main`.
```shell
$ git fetch upstream
> remote: Counting objects: 75, done.
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
index 30eb68e74b..630e6095d2 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.search.requested_reviews_search %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
index c72f5b3830..b6c200db08 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.deleted_forks_from_private_repositories_warning %}
@@ -29,7 +30,7 @@ If a public repository is made private, its public forks are split off into a ne
In other words, a public repository's forks will remain public in their own separate repository network even after the parent repository is made private. This allows the fork owners to continue to work and collaborate without interruption. If public forks were not moved into a separate network in this way, the owners of those forks would need to get the appropriate [access permissions](/articles/access-permissions-on-github) to pull changes from and submit pull requests to the (now private) parent repository—even though they didn't need those permissions before.
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
If a public repository has anonymous Git read access enabled and the repository is made private, all of the repository's forks will lose anonymous Git read access and return to the default disabled setting. If a forked repository is made public, repository administrators can re-enable anonymous Git read access. For more information, see "[Enabling anonymous Git read access for a repository](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)."
{% endif %}
diff --git a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
index 5dcdcd1b0a..fef659dd91 100644
--- a/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
+++ b/translations/ko-KR/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/about-commits.md b/translations/ko-KR/content/github/committing-changes-to-your-project/about-commits.md
index 7d401e9315..78ee0054a5 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/about-commits.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/about-commits.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About commits
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/changing-a-commit-message.md b/translations/ko-KR/content/github/committing-changes-to-your-project/changing-a-commit-message.md
index 25f0a43dab..9114590a51 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/changing-a-commit-message.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/changing-a-commit-message.md
@@ -7,6 +7,7 @@ intro: 'If a commit message contains unclear, incorrect, or sensitive informatio
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Rewriting the most recent commit message
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md b/translations/ko-KR/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
index 26350ec24f..b144523582 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If your commit is not on the default branch, an indicator will show the branches which contain the commit. If the commit is part of an unmerged pull request, it will show a link.
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md b/translations/ko-KR/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
index a4ec5b136f..3ed68cb1e7 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you use `git show` to view a specific commit on the command line, you may get a fatal error.
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/comparing-commits.md b/translations/ko-KR/content/github/committing-changes-to-your-project/comparing-commits.md
index 86fda26d0d..09e9eaea46 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/comparing-commits.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/comparing-commits.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can compare the state of your repository across branches, tags, commits, and dates. To compare different versions of your repository, append `/compare` to your repository's path.
@@ -26,9 +27,9 @@ Here's an example of a [comparison between two branches](https://github.com/octo
### Comparing tags
-Comparing release tags will show you changes to your repository since the last release. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} For more information, see "[Comparing releases](/github/administering-a-repository/comparing-releases)."{% endif %}
+Comparing release tags will show you changes to your repository since the last release. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} For more information, see "[Comparing releases](/github/administering-a-repository/comparing-releases)."{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}To compare tags, you can select a tag name from the `compare` drop-down menu at the top of the page.{% else %} Instead of typing a branch name, type the name of your tag in the `compare` drop down menu.{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}To compare tags, you can select a tag name from the `compare` drop-down menu at the top of the page.{% else %} Instead of typing a branch name, type the name of your tag in the `compare` drop down menu.{% endif %}
Here's an example of a [comparison between two tags](https://github.com/octocat/linguist/compare/v2.2.0...octocat:v2.3.3).
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md b/translations/ko-KR/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
index 004c239549..e69def6dae 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
@@ -1,11 +1,12 @@
---
title: Creating a commit with multiple authors
-intro: 'You can attribute a commit to more than one author by adding one or more `Co-authored-by` trailers to the commit''s message. Co-authored commits are visible on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion %} and can be included in the profile contributions graph and the repository''s statistics{% endif %}.'
+intro: 'You can attribute a commit to more than one author by adding one or more `Co-authored-by` trailers to the commit''s message. Co-authored commits are visible on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} and can be included in the profile contributions graph and the repository''s statistics{% endif %}.'
redirect_from:
- /articles/creating-a-commit-with-multiple-authors
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Required co-author information
@@ -67,7 +68,7 @@ After you've made changes in a file using the web editor on {% data variables.pr
The new commit and message will appear on {% data variables.product.product_location %}.
### 더 읽을거리
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- "[Viewing contributions on your profile](/articles/viewing-contributions-on-your-profile)"
- "[Why are my contributions not showing up on my profile?](/articles/why-are-my-contributions-not-showing-up-on-my-profile)"{% endif %}
- "[Viewing a summary of repository activity](/articles/viewing-a-summary-of-repository-activity)"
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/creating-and-editing-commits.md b/translations/ko-KR/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
index 59c9a7e12e..be7efbd5c3 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/differences-between-commit-views.md b/translations/ko-KR/content/github/committing-changes-to-your-project/differences-between-commit-views.md
index 354bc244ec..68aee8a710 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/differences-between-commit-views.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/differences-between-commit-views.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
On {% data variables.product.product_name %}, you can see the commit history of a repository by:
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/index.md b/translations/ko-KR/content/github/committing-changes-to-your-project/index.md
index b35dd61831..6a0d69b0c6 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/index.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/troubleshooting-commits.md b/translations/ko-KR/content/github/committing-changes-to-your-project/troubleshooting-commits.md
index e9c329d437..1533d63eea 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/troubleshooting-commits.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/troubleshooting-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md b/translations/ko-KR/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
index 137945c6cb..9cf47bd262 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md b/translations/ko-KR/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
index 1c67ce6910..a94fb1e72f 100644
--- a/translations/ko-KR/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
+++ b/translations/ko-KR/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
@@ -3,10 +3,11 @@ title: Why are my commits linked to the wrong user?
redirect_from:
- /articles/how-do-i-get-my-commits-to-link-to-my-github-account/
- /articles/why-are-my-commits-linked-to-the-wrong-user
-intro: '{% data variables.product.product_name %} uses the email address in the commit header to link the commit to a GitHub user. If your commits are being linked to another user, or not linked to a user at all, you may need to change your local Git configuration settings, add an email address to your account email settings, or do both.'
+intro: '{% data variables.product.product_name %} uses the email address in the commit header to link the commit to a GitHub user. If your commits are being linked to another user, or not linked to a user at all, you may need to change your local Git configuration settings{% if currentVersion != "github-ae@latest" %}, add an email address to your account email settings, or do both{% endif %}.'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,10 +19,10 @@ versions:
### Commits are linked to another user
-If your commits are linked to another user, that means the user has added the email address in your local Git configuration settings to their {% data variables.product.product_name %} account. In this case, you can change the email in your local Git configuration settings and add the new email address to your {% data variables.product.product_name %} account to link future commits to your account.
+If your commits are linked to another user, that means the email address in your local Git configuration settings is connected to that user's account on {% data variables.product.product_name %}. In this case, you can change the email in your local Git configuration settings{% if currentVersion == "github-ae@latest" %} to the address associated with your account on {% data variables.product.product_name %} to link your future commits. Old commits will not be linked. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."{% else %} and add the new email address to your {% data variables.product.product_name %} account to link future commits to your account.
-1. To change the email address in your local Git configuration, follow the steps in "[Setting your commit email address in Git](/articles/setting-your-commit-email-address)". If you work on multiple machines, you will need to change this setting on each one.
-2. Add the email address from step 2 to your account settings by following the steps in "[Adding an email address to your GitHub account](/articles/adding-an-email-address-to-your-github-account)".
+1. To change the email address in your local Git configuration, follow the steps in "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)". If you work on multiple machines, you will need to change this setting on each one.
+2. Add the email address from step 2 to your account settings by following the steps in "[Adding an email address to your GitHub account](/articles/adding-an-email-address-to-your-github-account)".{% endif %}
Commits you make from this point forward will be linked to your account.
@@ -34,9 +35,13 @@ To check the email address used for those commits and connect commits to your ac
1. Navigate to the commit by clicking the commit message link. 
2. To read a message about why the commit is not linked, hover over the blue {% octicon "question" aria-label="Question mark" %} to the right of the username. 
- - **Unrecognized author (with email address)** If you see this message with an email address, it means the address has not been added to your account settings. To link your commits, [add the email address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account). If your email address has a Gravatar associated with it, the Gravatar will be displayed next to your username, rather than the default gray Octocat.
- - **Unrecognized author (no email address)** If you see this message without an email address, it means you used a generic email address that can't be added to your email settings. You will need to [set your commit email address in Git](/articles/setting-your-commit-email-address), then [add the new address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account) to link your future commits. Old commits will not be linked.
- - **Invalid email** This means the email address in your local Git configuration settings is either blank or not formatted as an email address. You will need to [set your commit email address in Git](/articles/setting-your-commit-email-address), then [add the new address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account) to link your future commits. Old commits will not be linked.
+ - **Unrecognized author (with email address)** If you see this message with an email address, the address you used to author the commit is not connected to your account on {% data variables.product.product_name %}. {% if currentVersion != "github-ae@latest" %}To link your commits, [add the email address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account).{% endif %} If the email address has a Gravatar associated with it, the Gravatar will be displayed next to the commit, rather than the default gray Octocat.
+ - **Unrecognized author (no email address)** If you see this message without an email address, you used a generic email address that can't be connected to your account on {% data variables.product.product_name %}.{% if currentVersion != "github-ae@latest" %} You will need to [set your commit email address in Git](/articles/setting-your-commit-email-address), then [add the new address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account) to link your future commits. Old commits will not be linked.{% endif %}
+ - **Invalid email** The email address in your local Git configuration settings is either blank or not formatted as an email address.{% if currentVersion != "github-ae@latest" %} You will need to [set your commit email address in Git](/articles/setting-your-commit-email-address), then [add the new address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account) to link your future commits. Old commits will not be linked.{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+You can change the email in your local Git configuration settings to the address associated with your account to link your future commits. Old commits will not be linked. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."
+{% endif %}
{% warning %}
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
index eedf53b16f..f5c4cc6dc4 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
index f50b3dedd6..e3e1dd5f8a 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.code-owners %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
People with admin or owner permissions can set up a CODEOWNERS file in a repository.
@@ -20,9 +21,9 @@ Code owners are automatically requested for review when someone opens a pull req
When someone with admin or owner permissions has enabled required reviews, they also can optionally require approval from a code owner before the author can merge a pull request in the repository. For more information, see "[Enabling required reviews for pull requests](/github/administering-a-repository/enabling-required-reviews-for-pull-requests)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If a team has enabled code review assignments, the individual approvals won't satisfy the requirement for code owner approval in a protected branch. For more information, see "[Managing code review assignment for your team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If a team has enabled code review assignments, the individual approvals won't satisfy the requirement for code owner approval in a protected branch. For more information, see "[Managing code review assignment for your team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
If a file has a code owner, you can see who the code owner is before you open a pull request. In the repository, you can browse to the file and hover over
{% octicon "shield-lock" aria-label="The edit icon" %}.
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-readmes.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
index ed612e3b75..5955da5726 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A README file, along with {% if currentVersion == "free-pro-team@latest" %}a [repository license](/articles/licensing-a-repository), [contribution guidelines](/articles/setting-guidelines-for-repository-contributors), and a [code of conduct](/articles/adding-a-code-of-conduct-to-your-project){% else %}a [repository license](/articles/licensing-a-repository) and [contribution guidelines](/articles/setting-guidelines-for-repository-contributors){% endif %}, helps you communicate expectations for and manage contributions to your project.
@@ -23,7 +24,7 @@ If you put your README file in your repository's root, `docs`, or hidden `.githu

-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.profile.profile-readme %}
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repositories.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
index 1e6ace0068..c2f5ec223e 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can own repositories individually, or you can share ownership of repositories with other people in an organization.
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
index ee1806c766..6394c46015 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.product_name %} uses the open source [Linguist library](https://github.com/github/linguist) to
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
index 0c73f568d7..b60d294397 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
@@ -1,22 +1,30 @@
---
title: About repository visibility
-intro: 'You can restrict who has access to a repository by choosing a repository''s visibility: {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}public, internal, or private{% else %} public or private{% endif %}.'
+intro: 'You can restrict who has access to a repository by choosing a repository''s visibility: {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}public, internal, or private{% elsif currentVersion == "github-ae@latest" %}private or internal{% else %} public or private{% endif %}.'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About repository visibility
-When you create a repository, you can choose to make the repository public or private. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you're creating the repository in an organization{% if currentVersion == "free-pro-team@latest" %} that is owned by an enterprise account{% endif %}, you can also choose to make the repository internal.{% endif %}
+{% if currentVersion == "github-ae@latest" %}When you create a repository owned by your user account, the repository is always private. When you create a repository owned by an organization, you can choose to make the repository private or internal.{% else %}When you create a repository, you can choose to make the repository public or private.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} If you're creating the repository in an organization{% if currentVersion == "free-pro-team@latest" %} that is owned by an enterprise account{% endif %}, you can also choose to make the repository internal.{% endif %}{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}If {% data variables.product.product_location_enterprise %} is not in private mode or behind a firewall, p{% else %}P{% endif %}ublic repositories are accessible to everyone on the internet.{% if enterpriseServerVersions contains currentVersion %} Otherwise, public repositories are available to everyone using {% data variables.product.product_location_enterprise %}, including outside collaborators.{% endif %} Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, [certain organization members](/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization). {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}Internal repositories are accessible to members of your enterprise. For more information, see "[About internal repositories](#about-internal-repositories)."{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
+If
+{% data variables.product.product_location %} is not in private mode or behind a firewall, public repositories are accessible to everyone on the internet. Otherwise, public repositories are available to everyone using {% data variables.product.product_location %}, including outside collaborators. Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. {% if currentVersion ver_gt "enterprise-server@2.19" %} Internal repositories are accessible to enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."{% endif %}
+{% elsif currentVersion == "github-ae@latest" %}
+Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. Internal repositories are accessible to all enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."
+{% else %}
+Public repositories are accessible to everyone on the internet. Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. Internal repositories are accessible to enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."
+{% endif %}
Organization owners always have access to every repository created in an organization. For more information, see "[Repository permission levels for an organization](/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization)."
People with admin permissions for a repository can change an existing repository's visibility. For more information, see "[Setting repository visibility](/github/administering-a-repository/setting-repository-visibility)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### About internal repositories
{% note %}
@@ -27,10 +35,9 @@ People with admin permissions for a repository can change an existing repository
{% data reusables.repositories.about-internal-repos %} For more information on innersource, see {% data variables.product.prodname_dotcom %}'s whitepaper "[An introduction to innersource](https://resources.github.com/whitepapers/introduction-to-innersource/)."
-All {% if currentVersion == "free-pro-team@latest" %}enterprise members{% else %}organization members{% endif %} have read permissions to the internal repository, but internal repositories are not visible to people {% if currentVersion == "free-pro-team@latest" %}outside of the enterprise account{% else %}who are not members of an organization{% endif %}, including outside collaborators on organization repositories. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Roles for an enterprise account](/articles/roles-for-an-enterprise-account#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
+All enterprise members have read permissions to the internal repository, but internal repositories are not visible to people {% if currentVersion == "free-pro-team@latest" %}outside of the enterprise{% else %}who are not members of an organization{% endif %}, including outside collaborators on organization repositories. For more information, see {% if currentVersion == "free-pro-team@latest" or "github-ae@latest" %}"[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
{% data reusables.repositories.internal-repo-default %}
-If a user is removed from
-{% if currentVersion == "free-pro-team@latest" %}an enterprise account{% else %}all organizations on the instance{% endif %}, that user's forks of internal repositories are removed automatically.
+If a user is removed from all organizations owned by the enterprise, that user's forks of internal repositories are removed automatically.
{% endif %}
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
index f61b7497d7..bb9d9e01a7 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
index a68b74bde8..06850cbbbb 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.archiving-repositories-recommendation %}
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
index d87a77c6c8..cbf7e51a56 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
@@ -1,11 +1,12 @@
---
title: Backing up a repository
-intro: 'You can use{% if enterpriseServerVersions contains currentVersion %} Git and{% endif %} the API {% if currentVersion == "free-pro-team@latest" %}or a third-party tool {% endif %}to back up your repository.'
+intro: 'You can use{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} Git and{% endif %} the API {% if currentVersion == "free-pro-team@latest" %}or a third-party tool {% endif %}to back up your repository.'
redirect_from:
- /articles/backing-up-a-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
@@ -31,7 +32,7 @@ When you clone a repository or wiki, only Git data, such as project files and co
- [Projects](/v3/projects/#list-repository-projects)
{% endif %}
-Once you have {% if enterpriseServerVersions contains currentVersion %}a local version of all the content you want to back up, you can create a zip archive and {% else %}downloaded your archive, you can {% endif %}copy it to an external hard drive and/or upload it to a cloud-based backup service such as [Google Drive](https://www.google.com/drive/) or [Dropbox](https://www.dropbox.com/).
+Once you have {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}a local version of all the content you want to back up, you can create a zip archive and {% else %}downloaded your archive, you can {% endif %}copy it to an external hard drive and/or upload it to a cloud-based backup service such as [Google Drive](https://www.google.com/drive/) or [Dropbox](https://www.dropbox.com/).
{% if currentVersion == "free-pro-team@latest" %}
### Third-party backup tools
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
index d2b0973d49..8272d98dcb 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
index 4c3d5acbab..fc4ed6bf87 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About cloning a repository
@@ -16,7 +17,7 @@ Cloning a repository pulls down a full copy of all the repository data that {% d
You can clone your existing repository or clone another person's existing repository to contribute to a project.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Tip**: You can also clone a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo clone`](https://cli.github.com/manual/gh_repo_clone)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
index 079b5ee280..eb121bce2e 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
@@ -12,6 +12,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -20,16 +21,16 @@ versions:
{% endtip %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
-**Tip**: You can also create a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.product_location %} documentation.
+**Tip**: You can also create a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.prodname_cli %} documentation.
{% endtip %}
{% endif %}
{% data reusables.repositories.create_new %}
-2. Optionally, to create a repository with the directory structure and files of an existing repository, use the **Choose a template** drop-down and select a template repository. You'll see template repositories that are owned by you and organizations you're a member of or that you've used before. For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)." {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+2. Optionally, to create a repository with the directory structure and files of an existing repository, use the **Choose a template** drop-down and select a template repository. You'll see template repositories that are owned by you and organizations you're a member of or that you've used before. For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)." {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
3. Optionally, if you chose to use a template, to include the directory structure and files from all branches in the template, and not just the default branch, select **Include all branches**. {% endif %}
3. In the Owner drop-down, select the account you wish to create the repository on. 
{% data reusables.repositories.repo-name %}
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
index 181785132e..603341c7b2 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
@@ -6,21 +6,22 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About repository templates
Anyone with read permissions to a template repository can create a repository from that template. For more information, see "[Creating a template repository](/articles/creating-a-template-repository)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
-**Tip**: You can also create a repository from a template using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.product_location %} documentation.
+**Tip**: You can also create a repository from a template using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.prodname_cli %} documentation.
{% endtip %}
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
You can choose to include the directory structure and files from only the default branch of the template repository or to include all branches.
{% endif %}
@@ -37,7 +38,7 @@ For more information about forks, see "[About forks](/articles/about-forks)."
2. Above the file list, click **Use this template**. 
{% data reusables.repositories.owner-drop-down %}
{% data reusables.repositories.repo-name %}
-{% data reusables.repositories.choose-repo-visibility %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% data reusables.repositories.choose-repo-visibility %}{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
6. Optionally, to include the directory structure and files from all branches in the template, and not just the default branch, select **Include all branches**. {% endif %}
{% data reusables.repositories.select-marketplace-apps %}
8. Click **Create repository from template**.
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
index 4c0813bb88..ca3e328a93 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
index 50231fa578..4a69cf3b46 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
@@ -1,12 +1,13 @@
---
title: Creating a template repository
-intro: 'You can make an existing repository a template, so you and others can generate new repositories with the same directory structure{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}, branches,{% endif %} and files.'
-permissions: 'Anyone with admin permissions to a repository can make the repository a template.'
+intro: 'You can make an existing repository a template, so you and others can generate new repositories with the same directory structure{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}, branches,{% endif %} and files.'
+permissions: Anyone with admin permissions to a repository can make the repository a template.
redirect_from:
- /articles/creating-a-template-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -17,7 +18,7 @@ versions:
To create a template repository, you must create a repository, then make the repository a template. For more information about creating a repository, see "[Creating a new repository](/articles/creating-a-new-repository)."
-After you make your repository a template, anyone with access to the repository can generate a new repository with the same directory structure and files as your default branch.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} They can also choose to include all the other branches in your repository.{% endif %} For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)."
+After you make your repository a template, anyone with access to the repository can generate a new repository with the same directory structure and files as your default branch.{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} They can also choose to include all the other branches in your repository.{% endif %} For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)."
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
index 446cc09af4..29b1a39280 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. Create a **private** repository to host the source code from your project.
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
index a68e3749e8..bff96eedc7 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Before you can duplicate a repository and push to your new copy, or _mirror_, of the repository, you must [create the new repository](/articles/creating-a-new-repository) on {% data variables.product.product_location %}. In these examples, `exampleuser/new-repository` or `exampleuser/mirrored` are the mirrors.
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
index 78fec046ab..0f12852ae6 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Detecting this error is simple; Git will warn you when you try to clone the repository:
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
index e8ca80005d..7a1280f723 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
@@ -1,11 +1,12 @@
---
title: 'Error: Repository not found'
-intro: '{% if currentVersion == "free-pro-team@latest" %}If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission to access it. There are a few solutions to this error, depending on the cause.{% else %}If you see this error when cloning a repository, it means that the repository does not exist, you do not have permission to access it, or your GitHub Enterprise instance is in private mode. There are a few solutions to this error, depending on the cause.{% endif %}'
+intro: '{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" %}If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission to access it.{% else %}If you see this error when cloning a repository, it means that the repository does not exist, you do not have permission to access it, or {% data variables.product.product_location %} is in private mode.{% endif %} There are a few solutions to this error, depending on the cause.'
redirect_from:
- /articles/error-repository-not-found
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Check your spelling
@@ -43,11 +44,9 @@ If the repository belongs to an organization and you're using an SSH key generat
For more information, see [Adding a new SSH key to your GitHub account](/articles/adding-a-new-ssh-key-to-your-github-account).
{% if enterpriseServerVersions contains currentVersion %}
-
### Check if your instance is in private mode
If your site administrator has enabled private mode on your GitHub Enterprise instance, anonymous clones over `git://` will be disabled. If you are unable to clone a repository, contact your site administrator.
-
{% endif %}
### Check that the repository really exists
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
index 8a24bb5005..3dfc5d732a 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Here's an example of an HTTPS error you might receive:
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/index.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/index.md
index 41fc084951..c3f6d3e54d 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/index.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
index 361c9b9159..f6ccb4a676 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Choosing the right license
diff --git a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
index fc160231c6..0a5310093a 100644
--- a/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
+++ b/translations/ko-KR/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Most of the limits below affect both {% data variables.product.product_name %} and the API.
diff --git a/translations/ko-KR/content/github/extending-github/about-webhooks.md b/translations/ko-KR/content/github/extending-github/about-webhooks.md
index 51dd07f0f6..d37ecb1b53 100644
--- a/translations/ko-KR/content/github/extending-github/about-webhooks.md
+++ b/translations/ko-KR/content/github/extending-github/about-webhooks.md
@@ -9,6 +9,7 @@ intro: Webhooks provide a way for notifications to be delivered to an external w
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/extending-github/getting-started-with-the-api.md b/translations/ko-KR/content/github/extending-github/getting-started-with-the-api.md
index 546c2df702..ce4097151d 100644
--- a/translations/ko-KR/content/github/extending-github/getting-started-with-the-api.md
+++ b/translations/ko-KR/content/github/extending-github/getting-started-with-the-api.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
To automate common tasks, back up your data, or create integrations that extend {% data variables.product.product_name %}, you can use the {% data variables.product.product_name %} API.
diff --git a/translations/ko-KR/content/github/extending-github/git-automation-with-oauth-tokens.md b/translations/ko-KR/content/github/extending-github/git-automation-with-oauth-tokens.md
index 2cc2baa1e1..162fa92202 100644
--- a/translations/ko-KR/content/github/extending-github/git-automation-with-oauth-tokens.md
+++ b/translations/ko-KR/content/github/extending-github/git-automation-with-oauth-tokens.md
@@ -8,6 +8,7 @@ intro: 'You can use OAuth tokens to interact with {% data variables.product.prod
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Step 1: Get an OAuth token
diff --git a/translations/ko-KR/content/github/extending-github/index.md b/translations/ko-KR/content/github/extending-github/index.md
index 3531b94940..be6bb76466 100644
--- a/translations/ko-KR/content/github/extending-github/index.md
+++ b/translations/ko-KR/content/github/extending-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md b/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
index 14555c4fd2..8ddfc0b163 100644
--- a/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
+++ b/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
@@ -3,7 +3,7 @@ title: Configuring the CodeQL workflow for compiled languages
shortTitle: Configuring for compiled languages
intro: 'You can configure how {% data variables.product.prodname_dotcom %} uses the {% data variables.product.prodname_codeql_workflow %} to scan code written in compiled languages for vulnerabilities and errors.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_code_scanning %} for the repository.'
+permissions: 'If you have write permissions to a repository, you can configure {% data variables.product.prodname_code_scanning %} for that repository.'
redirect_from:
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning-for-compiled-languages
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-action-for-compiled-languages
diff --git a/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md b/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
index d7bb51ccfc..e7c8e83020 100644
--- a/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
+++ b/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
@@ -3,7 +3,7 @@ title: Enabling code scanning for a repository
shortTitle: Enabling code scanning
intro: 'You can enable {% data variables.product.prodname_code_scanning %} for your project''s repository.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permissions to a repository can enable {% data variables.product.prodname_code_scanning %} for the repository.'
+permissions: 'If you have write permissions to a repository, you can enable {% data variables.product.prodname_code_scanning %} for that repository.'
redirect_from:
- /github/managing-security-vulnerabilities/configuring-automated-code-scanning
- /github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning
diff --git a/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md b/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
index 16beb1f4e1..1128480098 100644
--- a/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
+++ b/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
@@ -3,7 +3,7 @@ title: Managing code scanning alerts for your repository
shortTitle: Managing alerts
intro: 'You can view, fix, {% if currentVersion == "enterprise-server@2.22" %}or close{% else %}dismiss, or delete{% endif %} alerts for potential vulnerabilities or errors in your project''s code.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permission to a repository can manage {% data variables.product.prodname_code_scanning %} alerts for the repository.'
+permissions: 'If you have write permission to a repository you can manage {% data variables.product.prodname_code_scanning %} alerts for that repository.'
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
diff --git a/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md b/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
index ea1297c8d9..9b373b7a21 100644
--- a/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
+++ b/translations/ko-KR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
@@ -3,7 +3,7 @@ title: Triaging code scanning alerts in pull requests
shortTitle: Triaging alerts in pull requests
intro: 'When {% data variables.product.prodname_code_scanning %} identifies a problem in a pull request, you can review the highlighted code and resolve the alert.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permission to a repository can resolve {% data variables.product.prodname_code_scanning %} alerts.'
+permissions: 'If you have write permission to a repository, you can resolve {% data variables.product.prodname_code_scanning %} alerts for that repository.'
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
diff --git a/translations/ko-KR/content/github/getting-started-with-github/access-permissions-on-github.md b/translations/ko-KR/content/github/getting-started-with-github/access-permissions-on-github.md
index 14b64e1436..fff2837887 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/access-permissions-on-github.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/access-permissions-on-github.md
@@ -9,6 +9,7 @@ intro: 'While you can grant read/write access to collaborators on a personal rep
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Personal user accounts
@@ -27,7 +28,7 @@ Organization members can have *owner*{% if currentVersion == "free-pro-team@late
### Enterprise accounts
-*Enterprise owners* have ultimate power over the enterprise account and can take every action in the enterprise account. *Billing managers* can manage your enterprise account's billing settings. Members and outside collaborators of organizations owned by your enterprise account are automatically members of the enterprise account, although they have no access to the enterprise account itself or its settings. For more information, see "[Roles for an enterprise account](/articles/roles-for-an-enterprise-account)."
+*Enterprise owners* have ultimate power over the enterprise account and can take every action in the enterprise account. *Billing managers* can manage your enterprise account's billing settings. Members and outside collaborators of organizations owned by your enterprise account are automatically members of the enterprise account, although they have no access to the enterprise account itself or its settings. For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise)."
{% data reusables.gated-features.enterprise-accounts %}
diff --git a/translations/ko-KR/content/github/getting-started-with-github/be-social.md b/translations/ko-KR/content/github/getting-started-with-github/be-social.md
index b47c12238e..556bd98093 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/be-social.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/be-social.md
@@ -7,6 +7,7 @@ intro: 'You can interact with people, repositories, and organizations on {% data
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
To learn about accessing your personal dashboard, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
@@ -21,7 +22,7 @@ Click **Follow** on a person's profile page to follow them.
### Watching a repository
-You can watch a repository to receive notifications for new pull requests and issues. When the owner updates the repository, you'll see the changes in your personal dashboard. For more information see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}."
+You can watch a repository to receive notifications for new pull requests and issues. When the owner updates the repository, you'll see the changes in your personal dashboard. For more information see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}."
Click **Watch** at the top of a repository to watch it.
diff --git a/translations/ko-KR/content/github/getting-started-with-github/create-a-repo.md b/translations/ko-KR/content/github/getting-started-with-github/create-a-repo.md
index 9fdce4d448..4d0dd3551a 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/create-a-repo.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/create-a-repo.md
@@ -7,6 +7,7 @@ intro: 'To put your project up on {% data variables.product.product_location %},
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can store a variety of projects in {% data variables.product.product_name %} repositories, including open source projects. With [open source projects](http://opensource.org/about), you can share code to make better, more reliable software.
@@ -28,7 +29,7 @@ You can store a variety of projects in {% data variables.product.product_name %}
Congratulations! You've successfully created your first repository, and initialized it with a *README* file.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Tip**: You can also create repositories using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo create`](https://cli.github.com/manual/gh_repo_create)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/ko-KR/content/github/getting-started-with-github/exploring-projects-on-github.md b/translations/ko-KR/content/github/getting-started-with-github/exploring-projects-on-github.md
index 0b272a1e61..796214bfb5 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/exploring-projects-on-github.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/exploring-projects-on-github.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/getting-started-with-github/following-people.md b/translations/ko-KR/content/github/getting-started-with-github/following-people.md
index 1ce3303ea1..4526128985 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/following-people.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/following-people.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you follow people, you'll see their public activity in the activity view of your news feed.{% if currentVersion == "free-pro-team@latest" %} If someone you follow stars a public repository, {% data variables.product.product_name %} may recommend the repository to you in the discovery view of your news feed.{% endif %} To follow someone, visit their profile page and click **Follow** under their profile image.
diff --git a/translations/ko-KR/content/github/getting-started-with-github/fork-a-repo.md b/translations/ko-KR/content/github/getting-started-with-github/fork-a-repo.md
index 34009ccd5a..0b21acee31 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/fork-a-repo.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/fork-a-repo.md
@@ -8,6 +8,7 @@ intro: A fork is a copy of a repository. Forking a repository allows you to free
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Most commonly, forks are used to either propose changes to someone else's project or to use someone else's project as a starting point for your own idea.
@@ -34,7 +35,7 @@ When creating your public repository from a fork of someone's project, make sure
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Tip**: You can also fork a repository using the {% data variables.product.prodname_cli %}. For more information, see "[`gh repo fork`](https://cli.github.com/manual/gh_repo_fork)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/ko-KR/content/github/getting-started-with-github/git-and-github-learning-resources.md b/translations/ko-KR/content/github/getting-started-with-github/git-and-github-learning-resources.md
index 58553bdd07..88204a2b3d 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/git-and-github-learning-resources.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/git-and-github-learning-resources.md
@@ -8,6 +8,7 @@ intro: 'There are a lot of helpful Git and {% data variables.product.product_nam
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Using Git
diff --git a/translations/ko-KR/content/github/getting-started-with-github/git-cheatsheet.md b/translations/ko-KR/content/github/getting-started-with-github/git-cheatsheet.md
index 2a7b6d76f2..38afdb9b1a 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/git-cheatsheet.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/git-cheatsheet.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Learning all available Git commands at once can be a daunting task. Keep one of our [Git Cheat Sheets](https://services.github.com/on-demand/resources/cheatsheets/) nearby for reference. The Using Git Cheat Sheet is available in several languages. For more information, see the [resources page on the GitHub Services website](https://services.github.com/on-demand/resources/).
diff --git a/translations/ko-KR/content/github/getting-started-with-github/github-cli.md b/translations/ko-KR/content/github/getting-started-with-github/github-cli.md
index a436208618..9abdb36159 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/github-cli.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/github-cli.md
@@ -4,6 +4,7 @@ intro: 'The {% data variables.product.prodname_cli %} is a command-line tool for
versions:
free-pro-team: '*'
enterprise-server: '>2.19'
+ github-ae: '*'
---
### About {% data variables.product.prodname_cli %}
diff --git a/translations/ko-KR/content/github/getting-started-with-github/github-desktop.md b/translations/ko-KR/content/github/getting-started-with-github/github-desktop.md
index 30e8b10acf..bce85ea84e 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/github-desktop.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/github-desktop.md
@@ -4,6 +4,7 @@ intro: '{% data variables.product.prodname_desktop %} extends and simplifies you
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About {% data variables.product.prodname_desktop %}
diff --git a/translations/ko-KR/content/github/getting-started-with-github/github-for-mobile.md b/translations/ko-KR/content/github/getting-started-with-github/github-for-mobile.md
index 13c7f1b128..fd1bc6113d 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/github-for-mobile.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/github-for-mobile.md
@@ -43,8 +43,9 @@ To re-enable Universal Links, long-press any {% data variables.product.prodname_
### Sharing feedback
-If you have feedback or feature requests for {% data variables.product.prodname_mobile %}, you can email us at mobilefeedback@github.com.
+If you find a bug in {% data variables.product.prodname_mobile %}, you can email us at mobilefeedback@github.com.
+You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} [on GitHub Discussions](https://github.com/github/feedback/discussions?discussions_q=category%3A%22Mobile+Feedback%22).
### Opting out of beta releases for iOS
diff --git a/translations/ko-KR/content/github/getting-started-with-github/github-glossary.md b/translations/ko-KR/content/github/getting-started-with-github/github-glossary.md
index 4e26da749a..a2d0143dfd 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/github-glossary.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/github-glossary.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for term in site.data.glossaries.external %}
diff --git a/translations/ko-KR/content/github/getting-started-with-github/githubs-products.md b/translations/ko-KR/content/github/getting-started-with-github/githubs-products.md
index 5b29e81ef4..3735db6d81 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/githubs-products.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/githubs-products.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.prodname_dotcom %} offers free and paid products. You can see pricing and a full list of features for each product at <{% data variables.product.pricing_url %}>. {% data reusables.products.product-roadmap %}
@@ -83,10 +84,10 @@ In addition to the features available with {% data variables.product.prodname_te
- {% data variables.contact.enterprise_support %}. For more information, see "{% data variables.product.prodname_ghe_cloud %} support" and "{% data variables.product.prodname_ghe_cloud %} Addendum."
- 50,000 {% data variables.product.prodname_actions %} minutes
- 50GB {% data variables.product.prodname_registry %} storage
-- A service level agreement for 99.95% monthly uptime
+- A service level agreement for 99.9% monthly uptime
- The option to centrally manage policy and billing for multiple {% data variables.product.prodname_dotcom_the_website %} organizations with an enterprise account. For more information, see "About enterprise accounts."
-You can set up a trial to evaluate {% data variables.product.prodname_ghe_cloud %}. For more information, see "[Setting up a trial of {% data variables.product.prodname_ghe_cloud %}](/articles/setting-up-a-trial-of-github-enterprise-cloud)."
+You can set up a trial to evaluate {% data variables.product.prodname_ghe_cloud %}. For more information, see "Setting up a trial of {% data variables.product.prodname_ghe_cloud %}."
For more information about hosting your own instance of [{% data variables.product.prodname_ghe_server %}](https://enterprise.github.com), contact {% data variables.contact.contact_enterprise_sales %}. {% data reusables.enterprise_installation.request-a-trial %}
diff --git a/translations/ko-KR/content/github/getting-started-with-github/index.md b/translations/ko-KR/content/github/getting-started-with-github/index.md
index 874616b1b0..b333ae0ca8 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/index.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/index.md
@@ -15,6 +15,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/getting-started-with-github/keyboard-shortcuts.md b/translations/ko-KR/content/github/getting-started-with-github/keyboard-shortcuts.md
index 18ccfb83ed..893e8f37dc 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/keyboard-shortcuts.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/keyboard-shortcuts.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -20,22 +21,22 @@ Below is a list of some of the available keyboard shortcuts.
### Site wide shortcuts
-| Keyboard shortcut | 설명 |
-| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| s or / | 검색 창 포커싱. For more information, see "[About searching on {% data variables.product.company_short %}](/articles/about-searching-on-github)." |
-| g n | Go to your notifications. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}." |
-| esc | When focused on a user, issue, or pull request hovercard, closes the hovercard and refocuses on the element the hovercard is in |
+| Keyboard shortcut | 설명 |
+| ---------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| s or / | 검색 창 포커싱. For more information, see "[About searching on {% data variables.product.company_short %}](/articles/about-searching-on-github)." |
+| g n | Go to your notifications. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}." |
+| esc | When focused on a user, issue, or pull request hovercard, closes the hovercard and refocuses on the element the hovercard is in |
### Repositories
-| Keyboard shortcut | 설명 |
-| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| g c | Go to the **Code** tab |
-| g i | Go to the **Issues** tab. For more information, see "[About issues](/articles/about-issues)." |
-| g p | Go to the **Pull requests** tab. For more information, see "[About pull requests](/articles/about-pull-requests)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| Keyboard shortcut | 설명 |
+| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| g c | Go to the **Code** tab |
+| g i | Go to the **Issues** tab. For more information, see "[About issues](/articles/about-issues)." |
+| g p | Go to the **Pull requests** tab. For more information, see "[About pull requests](/articles/about-pull-requests)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
| g a | Go to the **Actions** tab. For more information, see "[About Actions](/actions/getting-started-with-github-actions/about-github-actions)."{% endif %}
-| g b | Go to the **Projects** tab. For more information, see "[About project boards](/articles/about-project-boards)." |
-| g w | Go to the **Wiki** tab. For more information, see "[About wikis](/articles/about-wikis)." |
+| g b | Go to the **Projects** tab. For more information, see "[About project boards](/articles/about-project-boards)." |
+| g w | Go to the **Wiki** tab. For more information, see "[About wikis](/articles/about-wikis)." |
### Source code editing
@@ -109,7 +110,7 @@ For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirr
| j | Move selection down in the list |
| k | Move selection up in the list |
| cmd + shift + enter | Add a single comment on a pull request diff |
-| alt and click | Toggle between collapsing and expanding all outdated review comments in a pull request by holding down `alt` and clicking **Show outdated** or **Hide outdated**.|{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+| alt and click | Toggle between collapsing and expanding all outdated review comments in a pull request by holding down `alt` and clicking **Show outdated** or **Hide outdated**.|{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
| Click, then shift and click | Comment on multiple lines of a pull request by clicking a line number, holding shift, then clicking another line number. For more information, see "[Commenting on a pull request](/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#adding-line-comments-to-a-pull-request)."|{% endif %}
### Project boards
@@ -162,7 +163,7 @@ For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirr
{% endif %}
### 알림(Notifications)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
| Keyboard shortcut | 설명 |
| ------------------ | -------------- |
| e | Mark as done |
diff --git a/translations/ko-KR/content/github/getting-started-with-github/learning-about-github.md b/translations/ko-KR/content/github/getting-started-with-github/learning-about-github.md
index 735caea92f..8c94a8491f 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/learning-about-github.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/learning-about-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/getting-started-with-github/quickstart.md b/translations/ko-KR/content/github/getting-started-with-github/quickstart.md
index 1684bfd1fa..77de003bdf 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/quickstart.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/quickstart.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/getting-started-with-github/saving-repositories-with-stars.md b/translations/ko-KR/content/github/getting-started-with-github/saving-repositories-with-stars.md
index d85feb1cfd..3ae5f9ec49 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/saving-repositories-with-stars.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/saving-repositories-with-stars.md
@@ -1,6 +1,6 @@
---
title: Saving repositories with stars
-intro: 'You can star repositories{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.16" %} and topics{% endif %} to keep track of projects you find interesting{% if currentVersion == "free-pro-team@latest" %} and discover related content in your news feed{% endif %}.'
+intro: 'You can star repositories and topics to keep track of projects you find interesting{% if currentVersion == "free-pro-team@latest" %} and discover related content in your news feed{% endif %}.'
redirect_from:
- /articles/stars/
- /articles/about-stars/
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can search, sort, and filter your starred repositories and topics on your {% data variables.explore.your_stars_page %}.'
diff --git a/translations/ko-KR/content/github/getting-started-with-github/set-up-git.md b/translations/ko-KR/content/github/getting-started-with-github/set-up-git.md
index 7964ca6bf1..3e1169f8e4 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/set-up-git.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/set-up-git.md
@@ -14,9 +14,10 @@ intro: 'At the heart of {% data variables.product.product_name %} is an open sou
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-To use Git on the command line, you'll need to download, install, and configure Git on your computer. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} You can also install {% data variables.product.prodname_cli %} to use {% data variables.product.product_name %} from the command line. For more information on {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %}](https://cli.github.com/manual/) documentation.{% endif %}
+To use Git on the command line, you'll need to download, install, and configure Git on your computer. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} You can also install {% data variables.product.prodname_cli %} to use {% data variables.product.product_name %} from the command line. For more information on {% data variables.product.prodname_cli %}, see the [{% data variables.product.prodname_cli %}](https://cli.github.com/manual/) documentation.{% endif %}
If you want to work with Git locally, but don't want to use the command line, you can instead download and install the [{% data variables.product.prodname_desktop %}]({% data variables.product.desktop_link %}) client. For more information, see "[Installing and configuring {% data variables.product.prodname_desktop %}](/desktop/installing-and-configuring-github-desktop/)."
diff --git a/translations/ko-KR/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md b/translations/ko-KR/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
index 4b699c0191..282cd39579 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
@@ -36,7 +36,7 @@ To get the most out of your trial, follow these steps:
- [Quick start guide to {% data variables.product.prodname_dotcom %}](https://resources.github.com/webcasts/Quick-start-guide-to-GitHub/) webcast
- [Understanding the {% data variables.product.prodname_dotcom %} flow](https://guides.github.com/introduction/flow/) in {% data variables.product.prodname_dotcom %} Guides
- [Hello World](https://guides.github.com/activities/hello-world/) in {% data variables.product.prodname_dotcom %} Guides
-3. To configure your instance to meet your organization's needs, see "[Configuring the {% data variables.product.prodname_ghe_server %} appliance](/enterprise/admin/installation/configuring-the-github-enterprise-server-appliance)."
+3. To configure your instance to meet your organization's needs, see "[Configuring your enterprise](/admin/configuration/configuring-your-enterprise)."
4. To integrate {% data variables.product.prodname_ghe_server %} with your identity provider, see "[Using SAML](/enterprise/admin/user-management/using-saml)" and "[Using LDAP](/enterprise/admin/authentication/using-ldap)."
5. Invite an unlimited number of people to join your trial.
- Add users to your {% data variables.product.prodname_ghe_server %} instance using built-in authentication or your configured identity provider. For more information, see "[Using built in authentication](/enterprise/admin/user-management/using-built-in-authentication)."
diff --git a/translations/ko-KR/content/github/getting-started-with-github/signing-up-for-github.md b/translations/ko-KR/content/github/getting-started-with-github/signing-up-for-github.md
index 2456e17432..540b8e845c 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/signing-up-for-github.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/signing-up-for-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/getting-started-with-github/supported-browsers.md b/translations/ko-KR/content/github/getting-started-with-github/supported-browsers.md
index 4432a1f0f3..f9b73d3549 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/supported-browsers.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/supported-browsers.md
@@ -8,6 +8,7 @@ intro: 'We design {% data variables.product.product_name %} to support the lates
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Firefox Extended Support Release
diff --git a/translations/ko-KR/content/github/getting-started-with-github/types-of-github-accounts.md b/translations/ko-KR/content/github/getting-started-with-github/types-of-github-accounts.md
index d77e3ffcf5..2f2654223b 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/types-of-github-accounts.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/types-of-github-accounts.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/getting-started-with-github/using-github.md b/translations/ko-KR/content/github/getting-started-with-github/using-github.md
index 204cc817de..8bcb138feb 100644
--- a/translations/ko-KR/content/github/getting-started-with-github/using-github.md
+++ b/translations/ko-KR/content/github/getting-started-with-github/using-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md b/translations/ko-KR/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
index 8bee9ef207..afe5d37e13 100644
--- a/translations/ko-KR/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
+++ b/translations/ko-KR/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.migrating-from-codeplex %}
diff --git a/translations/ko-KR/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md b/translations/ko-KR/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
index 515007ff22..5f45233cd7 100644
--- a/translations/ko-KR/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
+++ b/translations/ko-KR/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Before you start, make sure you know:
diff --git a/translations/ko-KR/content/github/importing-your-projects-to-github/importing-source-code-to-github.md b/translations/ko-KR/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
index 3af8b5d9a6..8b79baa675 100644
--- a/translations/ko-KR/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
+++ b/translations/ko-KR/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
@@ -11,5 +11,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/importing-your-projects-to-github/index.md b/translations/ko-KR/content/github/importing-your-projects-to-github/index.md
index 59215646f2..1ebc5ad0d3 100644
--- a/translations/ko-KR/content/github/importing-your-projects-to-github/index.md
+++ b/translations/ko-KR/content/github/importing-your-projects-to-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/importing-your-projects-to-github/source-code-migration-tools.md b/translations/ko-KR/content/github/importing-your-projects-to-github/source-code-migration-tools.md
index bd25ce6d38..2ea3227ebe 100644
--- a/translations/ko-KR/content/github/importing-your-projects-to-github/source-code-migration-tools.md
+++ b/translations/ko-KR/content/github/importing-your-projects-to-github/source-code-migration-tools.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/index.md b/translations/ko-KR/content/github/index.md
index 5eb9f66038..768349e16a 100644
--- a/translations/ko-KR/content/github/index.md
+++ b/translations/ko-KR/content/github/index.md
@@ -8,6 +8,7 @@ intro: 'Documentation, guides, and help topics for software developers, designer
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /getting-started-with-github %}
@@ -31,7 +32,7 @@ versions:
{% link_in_list /setting-up-and-managing-organizations-and-teams %}
-{% link_in_list /setting-up-and-managing-your-enterprise-account %}
+{% link_in_list /setting-up-and-managing-your-enterprise %}
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/3d-file-viewer.md b/translations/ko-KR/content/github/managing-files-in-a-repository/3d-file-viewer.md
index 8416354449..8eccece6bf 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/3d-file-viewer.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/3d-file-viewer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.product_name %} can host and render 3D files with the *.stl* extension.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md b/translations/ko-KR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
index 1091c2d112..9e23c1a838 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md b/translations/ko-KR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
index 79d291be76..671a472e97 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Files that you add to a repository via a browser are limited to {% data variables.large_files.max_github_browser_size %} per file. You can add larger files, up to {% data variables.large_files.max_github_size %} each, via the command line. For more information, see "[Adding a file to a repository using the command line](/articles/adding-a-file-to-a-repository-using-the-command-line)."
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/creating-new-files.md b/translations/ko-KR/content/github/managing-files-in-a-repository/creating-new-files.md
index cd67b5697c..9195161c71 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/creating-new-files.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/creating-new-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When creating a file on {% data variables.product.product_name %}, consider the following:
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/deleting-files.md b/translations/ko-KR/content/github/managing-files-in-a-repository/deleting-files.md
index a6f29ed65a..9a6ca0bcb6 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/deleting-files.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/deleting-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md b/translations/ko-KR/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
index bf2f33a6fd..5946430759 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. In another user's repository, browse to the folder that contains the file you want to edit. Click the name of the file you want to edit.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md b/translations/ko-KR/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
index b9190a3494..c8ed39ca88 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md b/translations/ko-KR/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
index 3853d361f5..5b0ed8bcb9 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/index.md b/translations/ko-KR/content/github/managing-files-in-a-repository/index.md
index 84f709d11b..ebc35dd973 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/index.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/managing-files-on-github.md b/translations/ko-KR/content/github/managing-files-in-a-repository/managing-files-on-github.md
index d65f8cfca9..da52349c22 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/managing-files-on-github.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/managing-files-on-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md b/translations/ko-KR/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
index 68ff00ddf1..1badad1949 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md b/translations/ko-KR/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
index ea1549812a..14e1371813 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.product_name %} supports rendering geoJSON and topoJSON map files within {% data variables.product.product_name %} repositories. Simply commit the file as you would normally using a `.geojson` or `.topojson` extension. Files with a `.json` extension are also supported, but only if `type` is set to `FeatureCollection`, `GeometryCollection`, or `topology`. Then, navigate to the path of the geoJSON file on GitHub.com.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md b/translations/ko-KR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
index b2e01fff80..a21726a3e7 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Many files can be [moved directly on {% data variables.product.product_name %}](/articles/moving-a-file-to-a-new-location), but some files, such as images, require that you move them from the command line.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md b/translations/ko-KR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
index c3f008f1d9..a78ec2705e 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
In addition to changing the file location, you can also [update the contents of your file](/articles/editing-files-in-your-repository), or [give it a new name](/articles/renaming-a-file) in the same commit.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md b/translations/ko-KR/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
index a16a2ff57e..6a00cdc000 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Many files can be [renamed directly on {% data variables.product.product_name %}](/articles/renaming-a-file), but some files, such as images, require that you rename them from the command line.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/renaming-a-file.md b/translations/ko-KR/content/github/managing-files-in-a-repository/renaming-a-file.md
index d0976704db..86908e4490 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/renaming-a-file.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/renaming-a-file.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md b/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
index 291b82b701..5f4a5868b0 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md b/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
index c6b67d9e35..871ca7b29b 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
GitHub supports rendering tabular data in the form of *.csv* (comma-separated) and .*tsv* (tab-separated) files.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md b/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
index 6e168cdb02..c45371f841 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Commits and pull requests that include prose documents have the ability to represent those documents with *source* and *rendered* views.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-pdf-documents.md b/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
index 5c607081a0..486569c1c1 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
GitHub supports rendering of PDF documents.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md b/translations/ko-KR/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
index 5a7a32103a..e773a10eb9 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
With the blame view, you can view the line-by-line revision history for an entire file, or view the revision history of a single line within a file by clicking {% octicon "versions" aria-label="The prior blame icon" %}. Each time you click {% octicon "versions" aria-label="The prior blame icon" %}, you'll see the previous revision information for that line, including who committed the change and when.
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md b/translations/ko-KR/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
index b786a5021a..17516f9286 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-files-in-a-repository/working-with-non-code-files.md b/translations/ko-KR/content/github/managing-files-in-a-repository/working-with-non-code-files.md
index e3890a9107..2fb771ab50 100644
--- a/translations/ko-KR/content/github/managing-files-in-a-repository/working-with-non-code-files.md
+++ b/translations/ko-KR/content/github/managing-files-in-a-repository/working-with-non-code-files.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-large-files/about-git-large-file-storage.md b/translations/ko-KR/content/github/managing-large-files/about-git-large-file-storage.md
index 086ae4c04e..1a516a1041 100644
--- a/translations/ko-KR/content/github/managing-large-files/about-git-large-file-storage.md
+++ b/translations/ko-KR/content/github/managing-large-files/about-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.large_files.product_name_short %} handles large files by storing references to the file in the repository, but not the actual file itself. To work around Git's architecture, {% data variables.large_files.product_name_short %} creates a pointer file which acts as a reference to the actual file (which is stored somewhere else). {% data variables.product.product_name %} manages this pointer file in your repository. When you clone the repository down, {% data variables.product.product_name %} uses the pointer file as a map to go and find the large file for you.
diff --git a/translations/ko-KR/content/github/managing-large-files/collaboration-with-git-large-file-storage.md b/translations/ko-KR/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
index eda86f5f6e..688fb59953 100644
--- a/translations/ko-KR/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
+++ b/translations/ko-KR/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If collaborators on your repository don't have {% data variables.large_files.product_name_short %} installed, they won't have access to the original large file. If they attempt to clone your repository, they will only fetch the pointer files, and won't have access to any of the actual data.
diff --git a/translations/ko-KR/content/github/managing-large-files/conditions-for-large-files.md b/translations/ko-KR/content/github/managing-large-files/conditions-for-large-files.md
index 262eaddd69..b04c985005 100644
--- a/translations/ko-KR/content/github/managing-large-files/conditions-for-large-files.md
+++ b/translations/ko-KR/content/github/managing-large-files/conditions-for-large-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.large_files.use_lfs_tip %}
@@ -16,4 +17,4 @@ If you attempt to add or update a file that is larger than {% data variables.lar
### Blocked pushes for large files
-{% if enterpriseServerVersions contains currentVersion %}By default, {% endif %}{% data variables.product.product_name %} blocks pushes that exceed {% data variables.large_files.max_github_size %}. {% if enterpriseServerVersions contains currentVersion %}However, a site administrator can configure a different limit for your {% data variables.product.prodname_ghe_server %} instance. For more information, see "[Setting Git push limits](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-git-push-limits)".{% endif %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}By default, {% endif %}{% data variables.product.product_name %} blocks pushes that exceed {% data variables.large_files.max_github_size %}. {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}However, a site administrator can configure a different limit for {% data variables.product.product_location %}. For more information, see "[Setting Git push limits](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-git-push-limits)".{% endif %}
diff --git a/translations/ko-KR/content/github/managing-large-files/configuring-git-large-file-storage.md b/translations/ko-KR/content/github/managing-large-files/configuring-git-large-file-storage.md
index 413aa43737..4c5d794c94 100644
--- a/translations/ko-KR/content/github/managing-large-files/configuring-git-large-file-storage.md
+++ b/translations/ko-KR/content/github/managing-large-files/configuring-git-large-file-storage.md
@@ -7,17 +7,18 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If there are existing files in your repository that you'd like to use {% data variables.product.product_name %} with, you need to first remove them from the repository and then add them to {% data variables.large_files.product_name_short %} locally. For more information, see "[Moving a file in your repository to {% data variables.large_files.product_name_short %}](/articles/moving-a-file-in-your-repository-to-git-large-file-storage)."
{% data reusables.large_files.resolving-upload-failures %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% tip %}
-**Note:** Before trying to push a large file to {% data variables.product.product_name %}, make sure that you've enabled {% data variables.large_files.product_name_short %} on your appliance. For more information, see "[Configuring Git Large File Storage on GitHub Enterprise Server](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server/)."
+**Note:** Before trying to push a large file to {% data variables.product.product_name %}, make sure that you've enabled {% data variables.large_files.product_name_short %} on your enterprise. For more information, see "[Configuring Git Large File Storage on GitHub Enterprise Server](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server/)."
{% endtip %}
@@ -58,5 +59,5 @@ If there are existing files in your repository that you'd like to use {% data va
### 더 읽을거리
-- "[Collaboration with {% data variables.large_files.product_name_long %}](/articles/collaboration-with-git-large-file-storage/)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+- "[Collaboration with {% data variables.large_files.product_name_long %}](/articles/collaboration-with-git-large-file-storage/)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
- "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)"{% endif %}
diff --git a/translations/ko-KR/content/github/managing-large-files/distributing-large-binaries.md b/translations/ko-KR/content/github/managing-large-files/distributing-large-binaries.md
index b8c70aae9e..dd94dbe0a2 100644
--- a/translations/ko-KR/content/github/managing-large-files/distributing-large-binaries.md
+++ b/translations/ko-KR/content/github/managing-large-files/distributing-large-binaries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you need to distribute large files within your repository, you can create releases on {% data variables.product.product_location %}. Releases allow you to package software, release notes, and links to binary files, for other people to use. For more information, visit "[About releases](/github/administering-a-repository/about-releases)."
diff --git a/translations/ko-KR/content/github/managing-large-files/index.md b/translations/ko-KR/content/github/managing-large-files/index.md
index f1a474f375..bc1db5f762 100644
--- a/translations/ko-KR/content/github/managing-large-files/index.md
+++ b/translations/ko-KR/content/github/managing-large-files/index.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-large-files/installing-git-large-file-storage.md b/translations/ko-KR/content/github/managing-large-files/installing-git-large-file-storage.md
index 1c7694299c..6ab0792fb8 100644
--- a/translations/ko-KR/content/github/managing-large-files/installing-git-large-file-storage.md
+++ b/translations/ko-KR/content/github/managing-large-files/installing-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/ko-KR/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md b/translations/ko-KR/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
index c41a47ef2d..5fbb18012c 100644
--- a/translations/ko-KR/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
+++ b/translations/ko-KR/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
After installing {% data variables.large_files.product_name_short %} and configuring {% data variables.large_files.product_name_short %} tracking, you can move files from Git's regular tracking to {% data variables.large_files.product_name_short %}. For more information, see "[Installing {% data variables.large_files.product_name_long %}](/github/managing-large-files/installing-git-large-file-storage)" and "[Configuring {% data variables.large_files.product_name_long %}](/github/managing-large-files/configuring-git-large-file-storage)."
diff --git a/translations/ko-KR/content/github/managing-large-files/removing-files-from-a-repositorys-history.md b/translations/ko-KR/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
index 35ebb9600e..16cf70a104 100644
--- a/translations/ko-KR/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
+++ b/translations/ko-KR/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/ko-KR/content/github/managing-large-files/removing-files-from-git-large-file-storage.md b/translations/ko-KR/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
index 5daa3030fe..32b79170eb 100644
--- a/translations/ko-KR/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
+++ b/translations/ko-KR/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Removing a single file
diff --git a/translations/ko-KR/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md b/translations/ko-KR/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
index 3cbe3c445e..4c867d464e 100644
--- a/translations/ko-KR/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
+++ b/translations/ko-KR/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The {% data variables.large_files.product_name_short %} integrity check ensures that all referenced {% data variables.large_files.product_name_short %} files in a push have been uploaded properly. If the check detects referenced files that have not been uploaded, you will receive an error message and your push will be blocked.
diff --git a/translations/ko-KR/content/github/managing-large-files/versioning-large-files.md b/translations/ko-KR/content/github/managing-large-files/versioning-large-files.md
index 5aca3fe7d4..434d4adc2c 100644
--- a/translations/ko-KR/content/github/managing-large-files/versioning-large-files.md
+++ b/translations/ko-KR/content/github/managing-large-files/versioning-large-files.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-large-files/working-with-large-files.md b/translations/ko-KR/content/github/managing-large-files/working-with-large-files.md
index 58f8096249..24673d6b90 100644
--- a/translations/ko-KR/content/github/managing-large-files/working-with-large-files.md
+++ b/translations/ko-KR/content/github/managing-large-files/working-with-large-files.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md b/translations/ko-KR/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
index 82f9ed31d4..2662e62cc8 100644
--- a/translations/ko-KR/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
+++ b/translations/ko-KR/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
@@ -41,16 +41,21 @@ For a list of the ecosystems that {% data variables.product.product_name %} can
{% data reusables.repositories.enable-security-alerts %}
-{% if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_dotcom %} detects and alerts users to vulnerable dependencies in _public_ repositories by default. Owners of private repositories, or people with admin access, can enable {% data variables.product.prodname_dependabot_alerts %} by enabling the dependency graph and {% data variables.product.prodname_dependabot_alerts %} for their repositories.
+{% if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_dotcom %} detects vulnerable dependencies in _public_ repositories and generates {% data variables.product.prodname_dependabot_alerts %} by default. Owners of private repositories, or people with admin access, can enable {% data variables.product.prodname_dependabot_alerts %} by enabling the dependency graph and {% data variables.product.prodname_dependabot_alerts %} for their repositories.
-You can also enable or disable {% data variables.product.prodname_dependabot %} alerts for all repositories owned by your user account or organization. For more information, see "[Managing security and analysis settings for your user account](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" or "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
+You can also enable or disable {% data variables.product.prodname_dependabot_alerts %} for all repositories owned by your user account or organization. For more information, see "[Managing security and analysis settings for your user account](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" or "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
-{% data variables.product.product_name %} starts generating the dependency graph immediately and sends alerts for any vulnerable dependencies as soon as they are identified. The graph is usually populated within minutes but this may take longer for repositories with many dependencies. For more information, see "[Managing data use settings for your private repository](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository)."
+{% data variables.product.product_name %} starts generating the dependency graph immediately and generates alerts for any vulnerable dependencies as soon as they are identified. The graph is usually populated within minutes but this may take longer for repositories with many dependencies. For more information, see "[Managing data use settings for your private repository](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository)."
{% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
When
-{% data variables.product.product_name %} identifies a vulnerable dependency, we send a {% data variables.product.prodname_dependabot_short %} alert to the maintainers of affected repositories with details of the vulnerability, a link to the affected file in the project, and information about a fixed version. {% if currentVersion == "free-pro-team@latest" %}For repositories that have enabled {% data variables.product.prodname_dependabot_security_updates %}, the alert will also contain a link to a pull request to update the manifest or lock file to the minimum version that resolves the vulnerability. For more information, see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)."{% endif %}
+{% data variables.product.product_name %} identifies a vulnerable dependency, we generate a {% data variables.product.prodname_dependabot_short %} alert and display it on the Security tab for the repository. The alert includes a link to the affected file in the project, and information about a fixed version. {% data variables.product.product_name %} also notifies the maintainers of affected repositories about the new alert according to their notification preferences. For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% endif %}
+
+{% if currentVersion == "free-pro-team@latest" %}
+For repositories where
+{% data variables.product.prodname_dependabot_security_updates %} are enabled, the alert may also contain a link to a pull request to update the manifest or lock file to the minimum version that resolves the vulnerability. For more information, see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)."
{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
@@ -60,7 +65,7 @@ When
{% warning %}
-**Note**: {% data variables.product.product_name %}'s security features do not claim to catch all vulnerabilities. Though we are always trying to update our vulnerability database and alert you with our most up-to-date information, we will not be able to catch everything or alert you to known vulnerabilities within a guaranteed time frame. These features are not substitutes for human review of each dependency for potential vulnerabilities or any other issues, and we recommend consulting with a security service or conducting a thorough vulnerability review when necessary.
+**Note**: {% data variables.product.product_name %}'s security features do not claim to catch all vulnerabilities. Though we are always trying to update our vulnerability database and generate alerts with our most up-to-date information, we will not be able to catch everything or tell you about known vulnerabilities within a guaranteed time frame. These features are not substitutes for human review of each dependency for potential vulnerabilities or any other issues, and we recommend consulting with a security service or conducting a thorough vulnerability review when necessary.
{% endwarning %}
@@ -69,8 +74,8 @@ When
You can see all of the alerts that affect a particular project{% if currentVersion == "free-pro-team@latest" %} on the repository's Security tab or{% endif %} in the repository's dependency graph.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[Viewing and updating vulnerable dependencies in your repository](/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository)."{% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-We send
-{% data variables.product.prodname_dependabot_short %} alerts to people with admin permissions in the affected repositories by default. {% data variables.product.product_name %} never publicly discloses identified vulnerabilities for any repository.{% if currentVersion == "free-pro-team@latest" %} You can also enable {% data variables.product.prodname_dependabot_short %} alerts for additional people or teams working repositories that you own or have admin permissions for. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts)."{% endif %}
+By default, we notify people with admin permissions in the affected repositories about new
+{% data variables.product.prodname_dependabot_short %} alerts.{% endif %} {% if currentVersion == "free-pro-team@latest" %}{% data variables.product.product_name %} never publicly discloses identified vulnerabilities for any repository. You can also make {% data variables.product.prodname_dependabot_short %} alerts visible to additional people or teams working repositories that you own or have admin permissions for. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts)."
{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
diff --git a/translations/ko-KR/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md b/translations/ko-KR/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
index e1c1fe5318..fc90d15560 100644
--- a/translations/ko-KR/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
+++ b/translations/ko-KR/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
@@ -9,7 +9,7 @@ versions:
### About notifications for vulnerable dependencies
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.prodname_dependabot %} detects vulnerable dependencies in your repositories, we send you {% data variables.product.prodname_dependabot_short %} alerts.{% else %}When {% data variables.product.product_name %} detects vulnerable dependencies in your repositories, it sends security alerts.{% endif %}{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.prodname_dependabot_short %} is enabled by default on all public repositories. For {% data variables.product.prodname_dependabot_alerts %}, by default, you will receive {% data variables.product.prodname_dependabot_alerts %} by email, grouped by the specific vulnerability.
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.prodname_dependabot %} detects vulnerable dependencies in your repositories, we generate a {% data variables.product.prodname_dependabot_short %} alert and display it on the Security tab for the repository. {% data variables.product.product_name %} notifies the maintainers of affected repositories about the new alert according to their notification preferences.{% else %}When {% data variables.product.product_name %} detects vulnerable dependencies in your repositories, it sends security alerts.{% endif %}{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.prodname_dependabot_short %} is enabled by default on all public repositories. For {% data variables.product.prodname_dependabot_alerts %}, by default, you will receive {% data variables.product.prodname_dependabot_alerts %} by email, grouped by the specific vulnerability.
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}If you're an organization owner, you can enable or disable {% data variables.product.prodname_dependabot_short %} alerts for all repositories in your organization with one click. You can also set whether the detection of vulnerable dependencies will be enabled or disabled for newly-created repositories. For more information, see "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-features-for-new-repositories)."
@@ -17,10 +17,10 @@ versions:
{% if enterpriseServerVersions contains currentVersion and currentVersion == "enterprise-server@2.21" %}
Your site administrator needs to enable security alerts for vulnerable dependencies for
-{% data variables.product.product_location_enterprise %} before you can use the feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
+{% data variables.product.product_location %} before you can use the feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.20" %}
-By default, if your site administrator has configured email for notifications on your instance, you will receive
+By default, if your site administrator has configured email for notifications on your enterprise, you will receive
{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} by email.{% endif %}
{% if currentVersion ver_gt "enterprise-server@2.21" %}Site administrators can also enable {% data variables.product.prodname_dependabot_alerts %} without notifications. For more information, see "[Enabling {% data variables.product.prodname_dependabot_short %} alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
diff --git a/translations/ko-KR/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md b/translations/ko-KR/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
index 6489e80de0..8ec482d88a 100644
--- a/translations/ko-KR/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
+++ b/translations/ko-KR/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
@@ -15,7 +15,7 @@ You can enable automatic security updates for any repository that uses {% data v
### About updates for vulnerable dependencies in your repository
-{% data variables.product.product_name %} sends {% data variables.product.prodname_dependabot_alerts %} when we detect vulnerabilities affecting your repository. For repositories where {% data variables.product.prodname_dependabot_security_updates %} are enabled, when {% data variables.product.product_name %} detects a vulnerable dependency {% data variables.product.prodname_dependabot_short %} creates a pull request to fix it. The pull request will upgrade the dependency to the minimum possible secure version needed to avoid the vulnerability.
+{% data variables.product.product_name %} generates {% data variables.product.prodname_dependabot_alerts %} when we detect vulnerabilities affecting your repository. For repositories where {% data variables.product.prodname_dependabot_security_updates %} are enabled, when {% data variables.product.product_name %} detects a vulnerable dependency {% data variables.product.prodname_dependabot_short %} creates a pull request to fix it. The pull request will upgrade the dependency to the minimum possible secure version needed to avoid the vulnerability.
### Viewing and updating vulnerable dependencies
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
index f8d2be9fcb..337a63de5e 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Notifications and subscriptions
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
index d7e9b5640a..8400944715 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
@@ -16,6 +16,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Notification delivery options
@@ -109,9 +110,9 @@ Email notifications from {% data variables.product.product_name %} contain the f
| Header | Information |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `From` address | This address will always be {% if currentVersion == "free-pro-team@latest" %}'`notifications@github.com`'{% else %}'the no-reply email address configured by your site administrator'{% endif %}. |
-| `To` field | This field connects directly to the thread. If you reply to the email, you'll add a new comment to the conversation. |
-| `Cc` address | {% data variables.product.product_name %} will `Cc` you if you're subscribed to a conversation. The second `Cc` email address matches the notification reason. The suffix for these notification reasons is {% data variables.notifications.cc_address %}. The possible notification reasons are: - `assign`: You were assigned to an issue or pull request.
- `author`: You created an issue or pull request.
- `comment`: You commented on an issue or pull request.
- `manual`: There was an update to an issue or pull request you manually subscribed to.
- `mention`: You were mentioned on an issue or pull request.
- `push`: Someone committed to a pull request you're subscribed to.
- `review_requested`: You or a team you're a member of was requested to review a pull request.
- `security_alert`: {% data variables.product.prodname_dotcom %} detected a vulnerability in a repository you receive alerts for.
- `state_change`: An issue or pull request you're subscribed to was either closed or opened.
- `subscribed`: There was an update in a repository you're watching.
- `team_mention`: A team you belong to was mentioned on an issue or pull request.
- `your_activity`: You opened, commented on, or closed an issue or pull request.
|
-| `mailing list` field | This field identifies the name of the repository and its owner. The format of this address is always `..{% data variables.command_line.backticks %}`. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" % %}
+| `To` field | This field connects directly to the thread.{% if currentVersion != "github-ae@latest" %} If you reply to the email, you'll add a new comment to the conversation.{% endif %}
+| `Cc` address | {% data variables.product.product_name %} will `Cc` you if you're subscribed to a conversation. The second `Cc` email address matches the notification reason. The suffix for these notification reasons is {% data variables.notifications.cc_address %}. The possible notification reasons are: - `assign`: You were assigned to an issue or pull request.
- `author`: You created an issue or pull request.
- `comment`: You commented on an issue or pull request.
- `manual`: There was an update to an issue or pull request you manually subscribed to.
- `mention`: You were mentioned on an issue or pull request.
- `push`: Someone committed to a pull request you're subscribed to.
- `review_requested`: You or a team you're a member of was requested to review a pull request.
{% if currentVersion != "github-ae@latest" %}- `security_alert`: {% data variables.product.prodname_dotcom %} detected a vulnerability in a repository you receive alerts for.
{% endif %}- `state_change`: An issue or pull request you're subscribed to was either closed or opened.
- `subscribed`: There was an update in a repository you're watching.
- `team_mention`: A team you belong to was mentioned on an issue or pull request.
- `your_activity`: You opened, commented on, or closed an issue or pull request.
|
+| `mailing list` field | This field identifies the name of the repository and its owner. The format of this address is always `..{% data variables.command_line.backticks %}`. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
| `X-GitHub-Severity` field | {% data reusables.repositories.security-alerts-x-github-severity %} The possible severity levels are:- `low`
- `moderate`
- `high`
- `critical`
For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)." |{% endif %}
### Choosing your notification settings
@@ -157,6 +158,7 @@ If you are a member of more than one organization, you can configure each one to
5. Select one of your verified email addresses, then click **Save**.

+{% if currentVersion != "github-ae@latest" %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
### {% data variables.product.prodname_dependabot_alerts %} notification options
{% else %}
@@ -165,11 +167,12 @@ If you are a member of more than one organization, you can configure each one to
{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization %}
{% data reusables.notifications.vulnerable-dependency-notification-options %}
+For more information about the notification delivery methods available to you, and advice on optimizing your notifications for
-For more information about the notification delivery methods available to you, and advice on optimizing your notifications for {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-
### {% data variables.product.prodname_actions %} notification options
Choose how you want to receive workflow run updates for repositories that you are watching that are set up with {% data variables.product.prodname_actions %}. You can also choose to only receive notifications for failed workflow runs.
@@ -179,7 +182,6 @@ Choose how you want to receive workflow run updates for repositories that you ar
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
-
### Enabling push notifications with {% data variables.product.prodname_mobile %}
When you install {% data variables.product.prodname_mobile %}, you will automatically be opted into web notifications. You can then enable push notifications for direct mentions within the app.
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
index 39ecfecef4..8a458d1456 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
@@ -4,6 +4,7 @@ intro: 'To create an ideal workflow for triaging your notifications, you can ada
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Starting your inbox triage
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/index.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/index.md
index 9bd9f13b0a..ed54e4ee58 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/index.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Table of Contents
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
index 48472c95d7..5abb165700 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### About your inbox
@@ -104,27 +105,30 @@ To filter notifications by why you've received an update, you can use the `reaso
| `reason:invitation` | When you're invited to a team, organization, or repository. |
| `reason:manual` | When you click **Subscribe** on an issue or pull request you weren't already subscribed to. |
| `reason:mention` | You were directly @mentioned. |
-| `reason:review-requested` | You or a team you're on have been requested to review a pull request. |
-| `reason:security-alert` | When a security alert is issued for a repository. |
+| `reason:review-requested` | You or a team you're on have been requested to review a pull request.{% if currentVersion != "github-ae@latest" %}
+| `reason:security-alert` | When a security alert is issued for a repository.{% endif %}
| `reason:state-change` | When the state of a pull request or issue is changed. For example, an issue is closed or a pull request is merged. |
| `reason:team-mention` | When a team you're a member of is @mentioned. |
| `reason:ci-activity` | When a repository has a CI update, such as a new workflow run status. |
#### Supported `is:` queries
-To filter notifications for specific activity on {% data variables.product.product_name %}, you can use the `is` query. For example, to only see repository invitation updates, use `is:repository-invitation`, and to only see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} security{% endif %} alerts, use `is:repository-vulnerability-alert`.
+To filter notifications for specific activity on {% data variables.product.product_name %}, you can use the `is` query. For example, to only see repository invitation updates, use `is:repository-invitation`{% if currentVersion != "github-ae@latest" %}, and to only see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} security{% endif %} alerts, use `is:repository-vulnerability-alert`.{% endif %}
- `is:check-suite`
- `is:commit`
- `is:gist`
- `is:issue-or-pull-request`
- `is:release`
-- `is:repository-invitation`
+- `is:repository-invitation`{% if currentVersion != "github-ae@latest" %}
- `is:repository-vulnerability-alert`
-- `is:repository-advisory`
+- `is:repository-advisory`{% endif %}
- `is:team-discussion`
-For information about reducing noise from notifications for {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% if currentVersion != "github-ae@latest" %}
+For information about reducing noise from notifications for
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% endif %}
You can also use the `is:` query to describe how the notification was triaged.
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
index 414c69beff..57f54410c0 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
index c230f8978a..b038653bde 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
@@ -4,6 +4,7 @@ intro: 'To help you manage your notifications efficiently, there are several way
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
To help you understand your subscriptions and decide whether to unsubscribe, see "[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions)."
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
index 0d776b57fa..ba87f0c7c0 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
index 2c47e8caa0..a6210db1b2 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
@@ -4,6 +4,7 @@ intro: 'When you review and investigate a single notification, you have several
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Saving a single notification
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
index bd243beb39..761e8487ea 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
index ded5500020..1daafdceac 100644
--- a/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
+++ b/translations/ko-KR/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
@@ -17,6 +17,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
You receive notifications for your subscriptions of ongoing activity on {% data variables.product.product_name %}. There are many reasons you can be subscribed to a conversation. For more information, see "[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications#notifications-and-subscriptions)."
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md b/translations/ko-KR/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
index d42d42257a..9588a76db0 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Query parameters are optional parts of a URL you can customize to share a specific web page view, such as search filter results or an issue template on {% data variables.product.prodname_dotcom %}. To create your own query parameters, you must match the key and value pair.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/about-automation-for-project-boards.md b/translations/ko-KR/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
index 749af10f1e..6bc15217c9 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.automate-project-board-permissions %} For more information, see "[Project board permissions for an organization](/articles/project-board-permissions-for-an-organization)."
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
index 7baddee437..f1b544a094 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For a "marked as duplicate" timeline event to appear, the user who creates the duplicate reference comment must have write access to the repository where they create the comment.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/about-issues.md b/translations/ko-KR/content/github/managing-your-work-on-github/about-issues.md
index 46fb6199d3..43422e7898 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/about-issues.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/about-issues.md
@@ -7,13 +7,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can collect user feedback, report software bugs, and organize tasks you'd like to accomplish with issues in a repository. Issues can act as more than just a place to report software bugs.
{% data reusables.pull_requests.close-issues-using-keywords %}
-To stay updated on the most recent comments in an issue, you can watch an issue to receive notifications about the latest comments. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
+To stay updated on the most recent comments in an issue, you can watch an issue to receive notifications about the latest comments. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
To quickly find links to recently updated issues you're subscribed to, visit your dashboard. For more information, see "[About your personal dashboard](/articles/about-your-personal-dashboard)."
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/about-labels.md b/translations/ko-KR/content/github/managing-your-work-on-github/about-labels.md
index c56f8568d4..47fc0f79dc 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/about-labels.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/about-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Labels are tied to the repository they are created in. Once a label exists, you can use it on any issue or pull request within that repository. For more information, see "[Creating a label](/articles/creating-a-label/)."
@@ -30,7 +31,7 @@ Anyone with read access to a repository can view and search the repository’s l
Default labels are included in every new repository when the repository is created, but you can edit or delete the labels later. For more information, see "[Deleting a label](/articles/deleting-a-label/)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
Organization owners can customize the default labels for repositories in their organization. For more information, see "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)."
{% endif %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/about-milestones.md b/translations/ko-KR/content/github/managing-your-work-on-github/about-milestones.md
index 9557758c94..272d6a08f9 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/about-milestones.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/about-milestones.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you [create a milestone](/articles/creating-and-editing-milestones-for-issues-and-pull-requests), you can [associate it with issues and pull requests](/articles/associating-milestones-with-issues-and-pull-requests).
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/about-project-boards.md b/translations/ko-KR/content/github/managing-your-work-on-github/about-project-boards.md
index b731954791..ad893c2d0d 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/about-project-boards.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/about-project-boards.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Project boards are made up of issues, pull requests, and notes that are categorized as cards in columns of your choosing. You can drag and drop or use keyboard shortcuts to reorder cards within a column, move cards from column to column, and change the order of columns.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/about-task-lists.md b/translations/ko-KR/content/github/managing-your-work-on-github/about-task-lists.md
index a093d30589..3b881d2d47 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/about-task-lists.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/about-task-lists.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Task lists render with clickable checkboxes in comments. You can select or unselect the checkboxes to mark them as complete or incomplete.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
index 607f4e8d13..026e27127c 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can add issue or pull request cards to your project board by:
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
index 625d07791d..5d7c57b4a1 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
index ccc39f7a0b..60f9ca093c 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
index 9d8e79c599..f9f4dbed57 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Automation in your project board does not apply to archived project board cards. For example, if you close an issue in a project board's archive, the archived card does not automatically move to the "Done" column. When you restore a card from the project board archive, the card will return to the column where it was archived.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md b/translations/ko-KR/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
index 00cf32af6d..d75dc32bf3 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Anyone with write permissions to a repository can assign issues and pull requests.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
index 1af7a2fd2f..0941503954 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/changing-project-board-visibility.md b/translations/ko-KR/content/github/managing-your-work-on-github/changing-project-board-visibility.md
index 1ae643ed45..bbe7533159 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/changing-project-board-visibility.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/changing-project-board-visibility.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.project-board-visibility %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/closing-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/closing-a-project-board.md
index 7a2f8b7300..c5f73fdc72 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/closing-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/closing-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you close a project board, any configured workflow automation will pause by default.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md b/translations/ko-KR/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
index 57dbc4ade3..0c255081a4 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.automate-project-board-permissions %} For more information, see "[About automation for project boards](/articles/about-automation-for-project-boards)."
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-label.md b/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-label.md
index ae0d0d8946..79d98e76a4 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-label.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-label.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -29,6 +30,6 @@ versions:
- "[About labels](/articles/about-labels)"
- "[Applying labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests)"
- "[Editing a label](/articles/editing-a-label)"
-- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md b/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
index 374d198fdf..98b9b31788 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
This type of permanent link will render as a code snippet only in the repository it originated in. In other repositories, the permalink code snippet will render as a URL.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-project-board.md
index be0710c3d2..2a4163a430 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/creating-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.use-automated-template %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/creating-an-issue.md b/translations/ko-KR/content/github/managing-your-work-on-github/creating-an-issue.md
index 8cb9647f0d..153fdfaddb 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/creating-an-issue.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/creating-an-issue.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.create-issue-in-public-repository %}
@@ -14,7 +15,7 @@ You can open a new issue based on code from an existing pull request. For more i
You can open a new issue directly from a comment in an issue or a pull request review. For more information, see "[Opening an issue from a comment](/github/managing-your-work-on-github/opening-an-issue-from-a-comment)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Tip**: You can also create an issue using the {% data variables.product.prodname_cli %}. For more information, see "[`gh issue create`](https://cli.github.com/manual/gh_issue_create)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
index f5d65b597b..5c33b210f3 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/deleting-a-label.md b/translations/ko-KR/content/github/managing-your-work-on-github/deleting-a-label.md
index fc337b53d8..965c464e3b 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/deleting-a-label.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/deleting-a-label.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Deleting a label will remove the label from any issues or pull requests where it's been applied.
@@ -18,6 +19,6 @@ Deleting a label will remove the label from any issues or pull requests where it
### 더 읽을거리
- "[Applying labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests)"
-- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/deleting-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/deleting-a-project-board.md
index cc53429a5e..ddb876d3eb 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/deleting-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/deleting-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/deleting-an-issue.md b/translations/ko-KR/content/github/managing-your-work-on-github/deleting-an-issue.md
index 62e745054f..f8bec79f6f 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/deleting-an-issue.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/deleting-an-issue.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can only delete issues in a repository owned by your user account. You cannot delete issues in a repository owned by another user account, even if you are a collaborator there.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/disabling-issues.md b/translations/ko-KR/content/github/managing-your-work-on-github/disabling-issues.md
index ce7933580d..3a3ee9574b 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/disabling-issues.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/disabling-issues.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md b/translations/ko-KR/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
index 2f1bfefc57..56bcb51848 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you disable project boards, you will no longer see project board information in timelines or [audit logs](/articles/reviewing-your-security-log/).
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md b/translations/ko-KR/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
index 2312110f66..c7136d39d4 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
After you disable organization-wide project boards, it won’t be possible to create new project boards at the organization level, and any existing organization-level project boards will become inaccessible at their previous URLs. Project boards in repositories in the organization are not affected.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/editing-a-label.md b/translations/ko-KR/content/github/managing-your-work-on-github/editing-a-label.md
index bb0ee4199f..c9e675429d 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/editing-a-label.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/editing-a-label.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
@@ -23,6 +24,6 @@ versions:
- "[Creating a label](/articles/creating-a-label)"
- "[Deleting a label](/articles/deleting-a-label)"
- "[Applying labels to issues and pull requests](/articles/applying-labels-to-issues-and-pull-requests)"
-- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/editing-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/editing-a-project-board.md
index b333744915..f7733a712a 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/editing-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/editing-a-project-board.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
index 46c6b67fc0..9addbb84c4 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
index 694ed612ac..38eba9d617 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
On a card, you can click any assignee, milestone, or label to filter the project board by that qualifier. To clear the search, you can click the same assignee, milestone, or label again.
@@ -21,7 +22,7 @@ You can also use the "Filter cards" search bar at the top of each project board
- Filter by check status using `status:pending`, `status:success`, or `status:failure`
- Filter cards by type using `type:issue`, `type:pr`, or `type:note`
- Filter cards by state and type using `is:open`, `is:closed`, or `is:merged`; and `is:issue`, `is:pr`, or `is:note`
-- Filter cards by issues that are linked to a pull request by a closing reference using `linked:pr`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+- Filter cards by issues that are linked to a pull request by a closing reference using `linked:pr`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- Filter cards by repository in an organization-wide project board using `repo:ORGANIZATION/REPOSITORY`{% endif %}
1. Navigate to the project board that contains the cards you want to filter.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
index 67ccbccf69..cb57dcdac2 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.cli.filter-issues-and-pull-requests-tip %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
index 77adde7905..a442023ffc 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.cli.filter-issues-and-pull-requests-tip %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
index 38007d2b3b..86d7280453 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
index d7a419c383..64ae618e83 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.search.requested_reviews_search %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
index 9dcb4666f8..3831b27b80 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can filter a repository's list of pull requests to find:
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/finding-information-in-a-repository.md b/translations/ko-KR/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
index 5e2309c96f..ccc776aa0e 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/index.md b/translations/ko-KR/content/github/managing-your-work-on-github/index.md
index a0903774e0..c6f2a858e0 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/index.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
index 662c3128dd..0d6730752e 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md b/translations/ko-KR/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
index bf969eb838..56363da5a1 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
@@ -1,6 +1,6 @@
---
title: Linking a pull request to an issue
-intro: 'You can link a pull request to an issue to{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.18" %} show that a fix is in progress and to{% endif %} automatically close the issue when the pull request is merged.'
+intro: 'You can link a pull request to an issue to show that a fix is in progress and to automatically close the issue when the pull request is merged.'
redirect_from:
- /articles/closing-issues-via-commit-message/
- /articles/closing-issues-via-commit-messages/
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -19,13 +20,13 @@ versions:
### About linked issues and pull requests
-You can link an issue to a pull request {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}manually or {% endif %}using a supported keyword in the pull request description.
+You can link an issue to a pull request {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}manually or {% endif %}using a supported keyword in the pull request description.
When you link a pull request to the issue the pull request addresses, collaborators can see that someone is working on the issue. {% if currentVersion ver_lt "enterprise-server@2.21" %}If the pull request and the issue are in different repositories, {% data variables.product.product_name %} will display the link after the pull request is merged, if the person who merges the pull request also has permission to close the issue.{% endif %}
When you merge a linked pull request into the default branch of a repository, its linked issue is automatically closed. For more information about the default branch, see "[Setting the default branch](/github/administering-a-repository/setting-the-default-branch)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Manually linking a pull request to an issue
Anyone with write permissions to a repository can manually link a pull request to an issue.
@@ -61,7 +62,7 @@ The syntax for closing keywords depends on whether the issue is in the same repo
| Issue in a different repository | *KEYWORD* *OWNER*/*REPOSITORY*#*ISSUE-NUMBER* | `Fixes octo-org/octo-repo#100` |
| Multiple issues | Use full syntax for each issue | `Resolves #10, resolves #123, resolves octo-org/octo-repo#100` |
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}Only manually linked pull requests can be manually unlinked. To unlink an issue that you linked using a keyword, you must edit the pull request description to remove the keyword.{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}Only manually linked pull requests can be manually unlinked. To unlink an issue that you linked using a keyword, you must edit the pull request description to remove the keyword.{% endif %}
You can also use closing keywords in a commit message. The issue will be closed when you merge the commit into the default branch, but the pull request that contains the commit will not be listed as a linked pull request.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
index 105d351184..bb8686a220 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/managing-project-boards.md b/translations/ko-KR/content/github/managing-your-work-on-github/managing-project-boards.md
index b2f9ef87f0..4ecbcf476f 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/managing-project-boards.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/managing-project-boards.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/managing-your-work-with-issues.md b/translations/ko-KR/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
index b7d767d5bb..199739179e 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md b/translations/ko-KR/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
index e8bb4e6d6f..62e9dd1f1b 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
@@ -4,6 +4,7 @@ intro: You can open a new issue from a specific comment in an issue or pull requ
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you open an issue from a comment, the issue contains a snippet showing where the comment was originally posted.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/opening-an-issue-from-code.md b/translations/ko-KR/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
index e88c487212..81273e336a 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you open an issue from code, the issue contains a snippet showing the line or range of code you chose. You can only open an issue in the same repository where the code is stored.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md b/translations/ko-KR/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
index 5932258547..13993714a9 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
index 03df376c70..7c722880b6 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you close a project board, any workflow automation that was configured for the project board will pause by default. For more information, see "[Closing a project board](/articles/closing-a-project-board)."
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/sharing-filters.md b/translations/ko-KR/content/github/managing-your-work-on-github/sharing-filters.md
index 85a8905e23..cd2eb9811e 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/sharing-filters.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/sharing-filters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can send the URL that issues generates to any user, and they'll be able to see the same filter view that you see.
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
index 7379bf12e9..61c9d688b6 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can sort any filtered view by:
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md b/translations/ko-KR/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
index de986e8ae3..84a9290ae4 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
@@ -1,11 +1,12 @@
---
title: Tracking progress on your project board
-intro: 'You can see the overall progress of your project in a progress bar.'
+intro: You can see the overall progress of your project in a progress bar.
redirect_from:
- /articles/tracking-progress-on-your-project-board
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.project-progress-locations %}
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md b/translations/ko-KR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
index 8438a8e63a..289f06851c 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md b/translations/ko-KR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
index de603b6d93..6bdc399895 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md b/translations/ko-KR/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
index a7acab9120..475d6aa201 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
To transfer an open issue to another repository, you must have write permissions on the repository the issue is in and the repository you're transferring the issue to. For more information, see "[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
index 3220489868..1099a977f0 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The issues and pull requests search bar allows you to define your own custom filters and sort by a wide variety of criteria. You can find the search bar on each repository's **Issues** and **Pull requests** tabs and on your [Issues and Pull requests dashboards](/articles/viewing-all-of-your-issues-and-pull-requests).
@@ -25,7 +26,7 @@ With issue and pull request search terms, you can:
- Filter issues and pull requests by assignee: `state:open type:issue assignee:octocat`
- Filter issues and pull requests by label: `state:open type:issue label:"bug"`
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
For issues, you can also use search to:
- Filter for issues that are linked to a pull request by a closing reference: `linked:pr`
@@ -39,7 +40,7 @@ For pull requests, you can also use search to:
- Filter pull requests in which a reviewer has asked for changes: `state:open type:pr review:changes_requested`
- Filter pull requests by [reviewer](/articles/about-pull-request-reviews/): `state:open type:pr reviewed-by:octocat`
- Filter pull requests by the specific user [requested for review](/articles/requesting-a-pull-request-review): `state:open type:pr review-requested:octocat`
-- Filter pull requests by the team requested for review: `state:open type:pr team-review-requested:github/atom`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+- Filter pull requests by the team requested for review: `state:open type:pr team-review-requested:github/atom`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- Filter for pull requests that are linked to an issue that the pull request may close: `linked:issue`{% endif %}
### 더 읽을거리
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md b/translations/ko-KR/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
index f130185d25..89629520d0 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Your issues and pull request dashboards are available at the top of any page. On each dashboard, you can filter the list to find issues or pull requests you created, that are assigned to you, or in which you're mentioned. You can also find pull requests that you've been asked to review.
@@ -15,4 +16,4 @@ Your issues and pull request dashboards are available at the top of any page. On
### 더 읽을거리
-- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}”[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions#reviewing-repositories-that-youre-watching){% else %}”[Listing the repositories you're watching](/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching){% endif %}"
+- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}”[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions#reviewing-repositories-that-youre-watching){% else %}”[Listing the repositories you're watching](/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching){% endif %}"
diff --git a/translations/ko-KR/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md b/translations/ko-KR/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
index b7289bb7c0..1f89a4d8ba 100644
--- a/translations/ko-KR/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
+++ b/translations/ko-KR/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/about-searching-on-github.md b/translations/ko-KR/content/github/searching-for-information-on-github/about-searching-on-github.md
index 8d9a33c350..c880c29e2f 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/about-searching-on-github.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/about-searching-on-github.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can search globally across all of {% data variables.product.product_name %}, or scope your search to a particular repository or organization.
@@ -54,6 +55,7 @@ The {% data variables.search.advanced_url %} provides a visual interface for con

+{% if currentVersion != "github-ae@latest" %}
### Searching across {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_dotcom_the_website %} simultaneously
If you use {% data variables.product.prodname_enterprise %} and you're a member of a {% data variables.product.prodname_dotcom_the_website %} organization using {% data variables.product.prodname_ghe_cloud %}, your {% data variables.product.prodname_enterprise %} site administrator can enable {% data variables.product.prodname_github_connect %} so that you can search across both environments at the same time. For more information, see "[Enabling {% data variables.product.prodname_unified_search %} between {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_dotcom_the_website %}](/enterprise/admin/guides/developer-workflow/enabling-unified-search-between-github-enterprise-server-and-github-com)."
@@ -61,8 +63,10 @@ If you use {% data variables.product.prodname_enterprise %} and you're a member
You can only search across both environments from {% data variables.product.prodname_enterprise %}. To scope your search by environment, you can use a filter option on the {% data variables.search.advanced_url %} or you can use the `environment:` search prefix. To only search for content on {% data variables.product.prodname_enterprise %}, use the search syntax `environment:local`. To only search for content on {% data variables.product.prodname_dotcom_the_website %}, use `environment:github`.
Your {% data variables.product.prodname_enterprise %} site administrator can enable {% data variables.product.prodname_unified_search %} for all public repositories, all private repositories, or only certain private repositories in the connected {% data variables.product.prodname_ghe_cloud %} organization.
+If your site administrator enables
-If your site administrator enables {% data variables.product.prodname_unified_search %} in private repositories, you can only search in the private repositories that the administrator enabled {% data variables.product.prodname_unified_search %} for and that you have access to in the connected {% data variables.product.prodname_dotcom_the_website %} organization. Your {% data variables.product.prodname_enterprise %} administrators and organization owners on {% data variables.product.prodname_dotcom_the_website %} cannot search private repositories owned by your account. To search the applicable private repositories, you must enable private repository search for your personal accounts on {% data variables.product.prodname_dotcom_the_website %} and {% data variables.product.prodname_enterprise %}. For more information, see "[Enabling private {% data variables.product.prodname_dotcom_the_website %} repository search in your {% data variables.product.prodname_enterprise %} account](/articles/enabling-private-github-com-repository-search-in-your-github-enterprise-server-account)."
+{% data variables.product.prodname_unified_search %} in private repositories, you can only search in the private repositories that the administrator enabled {% data variables.product.prodname_unified_search %} for and that you have access to in the connected {% data variables.product.prodname_dotcom_the_website %} organization. Your {% data variables.product.prodname_enterprise %} administrators and organization owners on {% data variables.product.prodname_dotcom_the_website %} cannot search private repositories owned by your account. To search the applicable private repositories, you must enable private repository search for your personal accounts on {% data variables.product.prodname_dotcom_the_website %} and {% data variables.product.prodname_enterprise %}. For more information, see "[Enabling private {% data variables.product.prodname_dotcom_the_website %} repository search in your {% data variables.product.prodname_enterprise %} account](/articles/enabling-private-github-com-repository-search-in-your-github-enterprise-server-account)."
+{% endif %}
### 더 읽을거리
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/finding-files-on-github.md b/translations/ko-KR/content/github/searching-for-information-on-github/finding-files-on-github.md
index 4e0d800ead..502b22c761 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/finding-files-on-github.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/finding-files-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -18,7 +19,7 @@ versions:
{% endtip %}
{% data reusables.repositories.navigate-to-repo %}
-{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
+{% if currentVersion ver_lt "enterprise-server@2.22" %}
2. Under your repository name, click **Find file**. 
{% else %}
2. Above the list of files, click **Go to file**. 
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md b/translations/ko-KR/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
index 8711ba12b9..75b823525a 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
@@ -6,5 +6,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/index.md b/translations/ko-KR/content/github/searching-for-information-on-github/index.md
index ea8b735f6f..1c417eade8 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/index.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-code.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-code.md
index b73c66466a..be4c5ca57e 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-code.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-code.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can search for code globally across all of {% data variables.product.product_name %}, or search for code within a particular repository or organization. To search for code across all public repositories, you must be signed in to a {% data variables.product.product_name %} account. For more information, see "[About searching on GitHub](/articles/about-searching-on-github)."
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-commits.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-commits.md
index a0a31b94e4..692aa3ec0d 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-commits.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-commits.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can search for commits globally across all of {% data variables.product.product_name %}, or search for commits within a particular repository or organization. For more information, see "[About searching on {% data variables.product.company_short %}](/articles/about-searching-on-github)."
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-for-packages.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-for-packages.md
index 402d19543a..33da003dd0 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-for-packages.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-for-packages.md
@@ -6,6 +6,7 @@ permissions: Anyone can search for packages they have access to.
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
{% data reusables.package_registry.packages-ghes-release-stage %}
@@ -16,7 +17,7 @@ You can search for packages globally across all of {% data variables.product.pro
{% if enterpriseServerVersions contains currentVersion %}
You can only search for packages on
-{% data variables.product.product_location_enterprise %}, not {% data variables.product.prodname_dotcom_the_website %}, even if {% data variables.product.prodname_github_connect %} is enabled.
+{% data variables.product.product_name %}, not {% data variables.product.prodname_dotcom_the_website %}, even if {% data variables.product.prodname_github_connect %} is enabled.
{% endif %}
{% data reusables.search.syntax_tips %}
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-for-repositories.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-for-repositories.md
index 2ada3fe014..3b7b8df509 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-for-repositories.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-for-repositories.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can search for repositories globally across all of {% data variables.product.product_name %}, or search for repositories within a particular organization. For more information, see "[About searching on {% data variables.product.prodname_dotcom %}](/articles/about-searching-on-github)."
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-in-forks.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-in-forks.md
index 41c87a1ccd..52d1cf2f08 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-in-forks.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-in-forks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
To show forks in [repository search](/articles/searching-for-repositories) results, add `fork:true` or `fork:only` to your query.
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
index 0d2a94490c..4165e9742b 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
@@ -7,14 +7,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can search for issues and pull requests globally across all of {% data variables.product.product_name %}, or search for issues and pull requests within a particular organization. For more information, see "[About searching on {% data variables.product.company_short %}](/articles/about-searching-on-github)."
{% tip %}
-**Tips:**{% if enterpriseServerVersions contains currentVersion %}
- - This article contains example searches on the {% data variables.product.prodname_dotcom %}.com website, but you can use the same search filters on {% data variables.product.product_location_enterprise %}.{% endif %}
+**Tips:**{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+ - This article contains example searches on the {% data variables.product.prodname_dotcom %}.com website, but you can use the same search filters on {% data variables.product.product_location %}.{% endif %}
- For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "[Understanding the search syntax](/articles/understanding-the-search-syntax)".
- Use quotations around multi-word search terms. For example, if you want to search for issues with the label "In progress," you'd search for `label:"in progress"`. Search is not case sensitive.
- {% data reusables.search.search_issues_and_pull_requests_shortcut %}
@@ -124,7 +125,7 @@ You can use the `involves` qualifier to find issues that in some way involve a c
| involves:USERNAME | **[involves:defunkt involves:jlord](https://github.com/search?q=involves%3Adefunkt+involves%3Ajlord&type=Issues)** matches issues either @defunkt or @jlord are involved in. |
| | [**NOT bootstrap in:body involves:mdo**](https://github.com/search?q=NOT+bootstrap+in%3Abody+involves%3Amdo&type=Issues) matches issues @mdo is involved in that do not contain the word "bootstrap" in the body. |
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Search for linked issues and pull requests
You can narrow your results to only include issues that are linked to a pull request by a closing reference, or pull requests that are linked to an issue that the pull request may close.
@@ -229,7 +230,7 @@ You can filter issues and pull requests by the number of reactions using the `re
### Search for draft pull requests
You can filter for draft pull requests. For more information, see "[About pull requests](/articles/about-pull-requests#draft-pull-requests)."
-| Qualifier | Example | ------------- | -------------{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} | `draft:true` | [**draft:true**](https://github.com/search?q=draft%3Atrue) matches draft pull requests. | `draft:false` | [**draft:false**](https://github.com/search?q=draft%3Afalse) matches pull requests that are ready for review.{% else %} | `is:draft` | [**is:draft**](https://github.com/search?q=is%3Adraft) matches draft pull requests.{% endif %}
+| Qualifier | Example | ------------- | -------------{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %} | `draft:true` | [**draft:true**](https://github.com/search?q=draft%3Atrue) matches draft pull requests. | `draft:false` | [**draft:false**](https://github.com/search?q=draft%3Afalse) matches pull requests that are ready for review.{% else %} | `is:draft` | [**is:draft**](https://github.com/search?q=is%3Adraft) matches draft pull requests.{% endif %}
### Search by pull request review status and reviewer
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-on-github.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-on-github.md
index 9eebbac9a3..26639b46a1 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-on-github.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-on-github.md
@@ -6,5 +6,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-topics.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-topics.md
index 6408328847..961212159a 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-topics.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-topics.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Search {% data variables.product.product_name %} for topics
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-users.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-users.md
index c408cd20c4..69ff961468 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-users.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-users.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can search for users globally across all of {% data variables.product.product_name %}. For more information, see "[About searching on {% data variables.product.company_short %}](/articles/about-searching-on-github)."
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/searching-wikis.md b/translations/ko-KR/content/github/searching-for-information-on-github/searching-wikis.md
index d0313ffb2f..249535d946 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/searching-wikis.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/searching-wikis.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can search wikis globally across all of {% data variables.product.product_name %}, or search wikis within a particular repository or organization. For more information, see "[About searching on {% data variables.product.company_short %}](/articles/about-searching-on-github)."
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/sorting-search-results.md b/translations/ko-KR/content/github/searching-for-information-on-github/sorting-search-results.md
index dbd35e51c0..67a78c21e2 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/sorting-search-results.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/sorting-search-results.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Use the Sort menu to sort results by relevance, number of stars, number of forks, and how recently the items were updated.
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/troubleshooting-search-queries.md b/translations/ko-KR/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
index eda3578694..55e5512082 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Potential timeouts
diff --git a/translations/ko-KR/content/github/searching-for-information-on-github/understanding-the-search-syntax.md b/translations/ko-KR/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
index ee57193781..ed7bafacff 100644
--- a/translations/ko-KR/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
+++ b/translations/ko-KR/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Query for values greater or less than another value
@@ -80,7 +81,7 @@ If your search query contains whitespace, you will need to surround it with quot
Some non-alphanumeric symbols, such as spaces, are dropped from code search queries within quotation marks, so results can be unexpected.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Queries with usernames
If your search query contains a qualifier that requires a username, such as `user`, `actor`, or `assignee`, you can use any {% data variables.product.product_name %} username, to specify a specific person, or `@me`, to specify the current user.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
index d2f66fca5f..538275f538 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
@@ -14,7 +14,7 @@ versions:
After you configure SAML SSO, members of your {% data variables.product.prodname_dotcom %} organization will continue to log into their user accounts on {% data variables.product.prodname_dotcom %}. When a member accesses resources within your organization that uses SAML SSO, {% data variables.product.prodname_dotcom %} redirects the member to your IdP to authenticate. After successful authentication, your IdP redirects the member back to {% data variables.product.prodname_dotcom %}, where the member can access your organization's resources.
-Enterprise owners can also enforce SAML SSO for all organizations in an enterprise account. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)."
+Enterprise owners can also enforce SAML SSO for all organizations in an enterprise account. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)."
{% data reusables.saml.outside-collaborators-exemption %}
@@ -26,7 +26,7 @@ Members must periodically authenticate with your IdP to authenticate and gain ac
To access the organization's protected resources using the API and Git on the command line, members must authorize and authenticate with a personal access token or SSH key. For more information, see "[Authorizing a personal access token for use with SAML single sign-on](/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on)" and "[Authorizing an SSH key for use with SAML single sign-on](/github/authenticating-to-github/authorizing-an-ssh-key-for-use-with-saml-single-sign-on)."
-The first time a member uses SAML SSO to access your organization, {% data variables.product.prodname_dotcom %} automatically creates a record that links your organization, the member's {% data variables.product.prodname_dotcom %} account, and the member's account on your IdP. You can view and revoke the linked SAML identity, active sessions, and authorized credentials for members of your organization or enterprise account. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)" and "[Viewing and managing a user's SAML access to your enterprise account](/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)."
+The first time a member uses SAML SSO to access your organization, {% data variables.product.prodname_dotcom %} automatically creates a record that links your organization, the member's {% data variables.product.prodname_dotcom %} account, and the member's account on your IdP. You can view and revoke the linked SAML identity, active sessions, and authorized credentials for members of your organization or enterprise account. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)" and "[Viewing and managing a user's SAML access to your enterprise account](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)."
If members are signed in with a SAML SSO session when they create a new repository, the default visibility of that repository is private. Otherwise, the default visibility is public. For more information on repository visibility, see "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
index bd8cc042fa..308abb2d5f 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.organizations_include %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
index 6dbf0a098f..2120f1dba0 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
@@ -17,7 +17,7 @@ These identity providers are compatible with the {% data variables.product.produ
- Okta
- OneLogin
-{% data reusables.scim.enterprise-account-scim %} For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)."
+{% data reusables.scim.enterprise-account-scim %} For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)."
### 더 읽을거리
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
index 46796cdfe1..6295d54441 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
An SSH certificate is a mechanism for one SSH key to sign another SSH key. If you use an SSH certificate authority (CA) to provide your organization members with signed SSH certificates, you can add the CA to your enterprise account or organization to allow organization members to use their certificates to access organization resources. For more information, see "[Managing your organization's SSH certificate authorities](/articles/managing-your-organizations-ssh-certificate-authorities)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
index 62e034ee24..a0b7654a9d 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

@@ -21,7 +22,7 @@ For more information, see:
{% if enterpriseServerVersions contains currentVersion %}
-You can also use LDAP Sync to synchronize {% data variables.product.product_location_enterprise %} team members and team roles against your established LDAP groups. This lets you establish role-based access control for users from your LDAP server instead of manually within {% data variables.product.product_location_enterprise %}. For more information, see "[Enabling LDAP Sync](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync)."
+You can also use LDAP Sync to synchronize {% data variables.product.product_location %} team members and team roles against your established LDAP groups. This lets you establish role-based access control for users from your LDAP server instead of manually within {% data variables.product.product_location %}. For more information, see "[Enabling LDAP Sync](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync)."
{% endif %}
@@ -55,12 +56,8 @@ To easily understand who shares a parent team's permissions and mentions, you ca
You can choose a parent when you create the team, or you can move a team in your organization's hierarchy later. For more information see, "[Moving a team in your organization’s hierarchy](/articles/moving-a-team-in-your-organization-s-hierarchy)."
-{% if enterpriseServerVersions contains currentVersion %}
-
{% data reusables.enterprise_user_management.ldap-sync-nested-teams %}
-{% endif %}
-
### Preparing to nest teams in your organization
If your organization already has existing teams, you should audit each team's repository access permissions before you nest teams above or below it. You should also consider the new structure you'd like to implement for your organization.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
index 70fd57ed1e..4182fd11b5 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Accessing your organization dashboard
@@ -28,7 +29,7 @@ In the left sidebar of your dashboard, you can access your organization's top re
In the "All activity" section of your news feed, you can view updates from other teams and repositories in your organization.
-The "All activity" section shows all recent activity in the organization, including activity in repositories you're not subscribed to and of people you're not following. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}" and "[Following people](/articles/following-people)."
+The "All activity" section shows all recent activity in the organization, including activity in repositories you're not subscribed to and of people you're not following. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}" and "[Following people](/articles/following-people)."
For instance, the organization news feed shows updates when someone in the organization:
- Creates a new branch.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
index b2f6b9d227..24523c1bab 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
An organization's news feed shows other people's activity on repositories owned by that organization. You can use your organization's news feed to see when someone opens, closes, or merges an issue or pull request, creates or deletes a branch, creates a tag or release, comments on an issue, pull request, or commit, or pushes new commits to {% data variables.product.product_name %}.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
index 739a4aff1b..7d9a7626cf 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
@@ -12,6 +12,7 @@ intro: 'The organization account settings page provides several ways to manage t
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
index 677cd19f45..82d57e567d 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
An outside collaborator is a person who isn't explicitly a member of your organization, but who has permissions to a project board in your organization.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
index 4879e1655f..cde6ccb13d 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For more information about {% data variables.product.prodname_github_app %} manager permissions, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization#github-app-managers)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
index 1b8e3652b8..5891804acc 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-synchronization %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
index 423b59c164..2706c5ea27 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
@@ -6,13 +6,16 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.owners-and-admins-can %} add outside collaborators to a repository, unless an organization owner has restricted the ability to invite collaborators. For more information, see "[Setting permissions for adding outside collaborators](/articles/setting-permissions-for-adding-outside-collaborators)."
{% data reusables.organizations.outside-collaborators-use-seats %}
+{% if currentVersion != "github-ae@latest" %}
If your organization [requires members and outside collaborators to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), they must enable two-factor authentication before they can accept your invitation to collaborate on an organization repository.
+{% endif %}
{% data reusables.organizations.outside_collaborator_forks %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
index 467621c810..a2bf112c55 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
@@ -5,15 +5,13 @@ redirect_from:
- /articles/adding-people-to-your-organization
versions:
enterprise-server: '*'
+ github-ae: '*'
+permissions: 'Organization owners can add people to an organization.'
---
-{% tip %}
-
-**Tips**:
-- Only organization owners can add users to an organization. For more information, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."
-- If your organization [requires members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), users must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before you can add them to the organization.
-
-{% endtip %}
+{% if currentVersion != "github-ae@latest" %}
+If your organization [requires members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), users must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before you can add them to the organization.
+{% endif %}
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
index 0a995599e2..5d73c5c6ce 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
By default, issues cannot be deleted in an organization's repositories. An organization owner must enable this feature for all of the organization's repositories first.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
index 0fd57b1831..45363b62d6 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.types-of-team-visibility %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
index 68ca7cf9e9..d73f270e57 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
index 9814e7c5cf..220fa7c44b 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
@@ -70,7 +70,7 @@ After you enable SCIM, the following provisioning features are available for any
### 더 읽을거리
-- "[Configuring SAML single sign-on and SCIM for your enterprise account using Okta](/github/setting-up-and-managing-your-enterprise-account/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)"
+- "[Configuring SAML single sign-on and SCIM for your enterprise account using Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)"
- "[Managing team synchronization for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization#enabling-team-synchronization-for-okta)"
- [Understanding SAML](https://developer.okta.com/docs/concepts/saml/) in the Okta documentation
- [Understanding SCIM](https://developer.okta.com/docs/concepts/scim/) in the Okta documentation
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
index 69c51f81ea..874d41070a 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.owners-and-admins-can %} convert organization members into outside collaborators.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
index 475bad38f5..a920cc17cd 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
@@ -6,16 +6,18 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+permissions: Organization owners can {% if currentVersion == "free-pro-team@latest" %}invite users to join{% else %}add users to{% endif %} an organization.
---
-{% tip %}
+{% if currentVersion == "free-pro-team@latest" %}
+If your organization is on a paid per-user subscription, an unused license must be available before you can invite a new member to join the organization or reinstate a former organization member. For more information, see "[About per-user pricing](/articles/about-per-user-pricing)."
+{% data reusables.organizations.org-invite-expiration %}{% endif %}
-**Tips**:
-- Only organization owners can {% if currentVersion == "free-pro-team@latest" %}invite users to join{% else %}add users to{% endif %} an organization. For more information, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."{% if currentVersion == "free-pro-team@latest" %}
-- If your organization is on a paid per-user subscription, an unused license must be available before you can invite a new member to join the organization or reinstate a former organization member. For more information, see "[About per-user pricing](/articles/about-per-user-pricing)." {% data reusables.organizations.org-invite-expiration %}{% endif %}
-- If your organization [requires members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), users {% if currentVersion == "free-pro-team@latest" %}you invite must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before they can accept the invitation.{% else %}must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before you can add them to the organization.{% endif %}
-
-{% endtip %}
+{% if currentVersion != "github-ae@latest" %}
+If your organization [requires members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), users
+{% if currentVersion == "free-pro-team@latest" %}you invite must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before they can accept the invitation.{% else %}must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before you can add them to the organization.{% endif %}
+{% endif %}
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
index 78e293a872..e043c3d24e 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
@@ -1,11 +1,13 @@
---
title: Creating a new organization from scratch
intro: Create an organization to apply fine-grained access permissions to repositories.
-redirect_from:
- - /articles/creating-a-new-organization-from-scratch
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+redirect_from:
+ - /articles/creating-a-new-organization-from-scratch
+ - /admin/user-management/creating-organizations
---
When you create a new organization from scratch, it doesn't have any repositories associated with it. For more information on adding repositories to your organization, see "[Creating a new repository](/articles/creating-a-new-repository)" and "[Transferring a repository](/articles/transferring-a-repository)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
index a02883bc1d..4c089e7c21 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Only organization owners and maintainers of a parent team can create a new child team under a parent. Owners can also restrict creation permissions for all teams in an organization. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
index 01362d6c0a..ea805f1357 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
index 7c5ba8c6dd..65902675cb 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
index 1c3b0ddfa8..399fddf4f4 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
@@ -40,7 +40,7 @@ You can disable all workflows for an organization or set a policy that configure
{% note %}
-**Note:** You might not be able to manage these settings if your organization is managed by an enterprise that has overriding policy. For more information, {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account)."{% else %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
+**Note:** You might not be able to manage these settings if your organization is managed by an enterprise that has overriding policy. For more information, {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)."{% else %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
{% endnote %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
index 874d4ba6ce..8aac3c9cff 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
@@ -6,13 +6,14 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '>2.22'
+ github-ae: '*'
---
### About restrictions on publication of {% data variables.product.prodname_pages %} sites
You can control whether members of your organization can publish websites from repositories in your organization using {% data variables.product.prodname_pages %}. For more information about {% data variables.product.prodname_pages %}, see "[About {% data variables.product.prodname_pages %}](/github/working-with-github-pages/about-github-pages)."
-{% if enterpriseServerVersions contains currentVersion %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %}. For more information, see{% if enterpriseServerVersions contains currentVersion %} "[Configuring {% data variables.product.prodname_pages %} on your appliance](/enterprise/admin/installation/configuring-github-pages-on-your-appliance#making-github-pages-publicly-accessible)" and{% endif %} "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %}. For more information, see{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} "[Configuring {% data variables.product.prodname_pages %} for your enterprise](/admin/configuration/configuring-github-pages-for-your-enterprise#enabling-public-sites-for-github-pages)" and{% endif %} "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
### Disabling publication of {% data variables.product.prodname_pages %} sites
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
index 7e92ab5274..108e4c269e 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-default %} For more information on team discussions, see "[About team discussions](/articles/about-team-discussions)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
index 01d135f90b..ad69d98eee 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
@@ -10,7 +10,7 @@ versions:
If you enforce SAML SSO in your organization, any members, including admins who have not authenticated via your SAML identity provider (IdP), will be removed from the organization and will receive an email notifying them about the removal. Bots and service accounts that do not have external identities set up in your organization's IdP will also be removed. For more information on bots and service accounts, see "[Managing bots and service accounts with SAML single sign-on](/articles/managing-bots-and-service-accounts-with-saml-single-sign-on)." You can restore organization members once they successfully complete single sign-on.
-If your organization is owned by an enterprise account, enabling SAML for the enterprise account will override your organization-level SAML configuration. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account)."
+If your organization is owned by an enterprise account, enabling SAML for the enterprise account will override your organization-level SAML configuration. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)."
{% tip %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
index 281f98b506..8896a04690 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team_maintainers_can %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/index.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/index.md
index b4da2b12e3..51d361dd56 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/index.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
index ddb75107b2..1037b1a22b 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
@@ -5,6 +5,7 @@ redirect_from:
- /articles/integrating-jira-with-your-organization-project-board
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
index 16e6d26941..ae816c4de7 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
@@ -3,10 +3,11 @@ title: Keeping your organization secure
redirect_from:
- /articles/preventing-unauthorized-access-to-organization-information/
- /articles/keeping-your-organization-secure
-intro: 'Organization owners have several features to help them keep their projects and data secure. If you''re the owner of an organization, you should regularly review your organization''s audit log, member 2FA status, and application settings to ensure that no unauthorized or malicious activity has occurred.'
+intro: 'Organization owners have several features to help them keep their projects and data secure. If you''re the owner of an organization, you should regularly review your organization''s audit log{% if currentVersion != "github-ae@latest" %}, member 2FA status,{% endif %} and application settings to ensure that no unauthorized or malicious activity has occurred.'
mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
index e660bcb266..323bb7ebfc 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
@@ -9,6 +9,7 @@ permissions: Organization owners can promote any member of an organization to an
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About maintaining ownership continuity for your organization
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
index 3ac0b3671e..b9a6222f52 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
By default, organization members have write access to their organization's project boards unless organization owners or project board admins set different permissions for specific project boards.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
index 9624dfacdc..09b911c5fe 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
index 8fbdd7b7b7..cd5110e35f 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
index 7cc178b242..b6a9fa4057 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
index 9e963fbfd2..25724c7c13 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
@@ -16,7 +16,7 @@ You can restrict access to organization assets by configuring an allow list for
{% data reusables.identity-and-permissions.ip-allow-lists-enable %}
-You can also configure allowed IP addresses for the organizations in an enterprise account. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account)."
+You can also configure allowed IP addresses for the organizations in an enterprise account. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account)."
### Adding an allowed IP address
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
index 330c97e251..af008e910d 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
index c81a839570..8972550910 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
People with admin permissions can manage the access of organization members and outside collaborators to an organization repository.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
index eaa3650301..1b6842cf8d 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.code-review-assignment %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Team maintainers and organization owners can configure code review assignments.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
index 9f6d2e69cf..b687b93944 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Organization owners can manage default labels for repositories in the organization.
@@ -17,7 +18,7 @@ Default labels are included in every new repository in your organization, but an
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
@@ -33,7 +34,7 @@ Default labels are included in every new repository in your organization, but an
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
@@ -49,7 +50,7 @@ Default labels are included in every new repository in your organization, but an
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
index 30b828ded2..168400ecde 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
index 5d63896025..507ee1d405 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
index 2c62f0dc84..18cf027e38 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
index 8028809214..f21057f972 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
index aa638d1c2d..efb76bd185 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
index 6123311584..5802da98be 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
People with admin access to a repository can manage team access to the repository. Team maintainers can remove a team's access to a repository.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
index e8ab13c265..0ac506a36f 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
@@ -24,7 +24,7 @@ You can enable team synchronization between your IdP and {% data variables.produ
{% data reusables.identity-and-permissions.sync-team-with-idp-group %}
-You can also enable team synchronization for organizations owned by an enterprise account. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account)."
+You can also enable team synchronization for organizations owned by an enterprise account. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)."
### Enabling team synchronization
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
index 6a62b904d7..07a35ad15e 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
@@ -5,6 +5,7 @@ permissions: Managing the default branch name for your repositories
versions:
free-pro-team: '*'
enterprise-server: '>=2.23'
+ github-ae: '*'
---
### About the default branch name
@@ -13,6 +14,8 @@ When a member of your organization creates a new repository, {% data variables.p
{% data reusables.branches.set-default-branch %}
+If an enterprise owner has enforced a policy for the default branch name for your enterprise, you cannot set a default branch name for your organization. Instead, you can change the default branch for individual repositories. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise](/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)"{% else %}"[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-on-the-default-branch-name)"{% endif %} and "[Changing the default branch](/github/administering-a-repository/changing-the-default-branch)."
+
### Setting the default branch name
{% data reusables.profile.access_profile %}
@@ -20,11 +23,6 @@ When a member of your organization creates a new repository, {% data variables.p
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.repository-defaults %}
3. Under "Repository default branch", click **Change default branch name now**. 
- {% note %}
-
- **Note:** If your enterprise owner has enforced a policy for the default name, you won't be able to change it here. You will be able to set the default branch on individual repositories. For more information, see "[Enforcing a policy on the default branch name](/github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)" and "[Setting the default branch](/github/administering-a-repository/setting-the-default-branch)."
-
- {% endnote %}
4. Type the default name that you would like to use for new branches. 
5. Click **Update**. 
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
index 1a5626699d..136d2f46de 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organization owners can manage the display of member names in an organization.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
index 4f94f1ba9f..afa1c30939 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
@@ -1,6 +1,6 @@
---
title: Managing the forking policy for your organization
-intro: 'You can can allow or prevent the forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories owned by your organization.'
+intro: 'You can can allow or prevent the forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories owned by your organization.'
redirect_from:
- /articles/allowing-people-to-fork-private-repositories-in-your-organization
- /github/setting-up-and-managing-organizations-and-teams/allowing-people-to-fork-private-repositories-in-your-organization
@@ -8,11 +8,12 @@ permissions: Organization owners can manage the forking policy for an organizati
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-By default, new organizations are configured to disallow the forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories.
+By default, new organizations are configured to disallow the forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories.
-If you allow forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories at the organization level, you can also configure the ability to fork a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository. For more information, see "[Managing the forking policy for your repository](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)."
+If you allow forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories at the organization level, you can also configure the ability to fork a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %} repository. For more information, see "[Managing the forking policy for your repository](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)."
{% data reusables.organizations.internal-repos-enterprise %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
index b62b548e7b..9a2b443b69 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organization owners can manage an organization's SSH certificate authorities (CA).
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
index 64cbdaa269..623b5e83a7 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organization owners can change the parent of any team. Team maintainers can change a team's parent if they are maintainers in both the child team and the parent team. Team maintainers without maintainer permissions in the child team can request to add a parent or child team. For more information, see "[Requesting to add or change a parent team](/articles/requesting-to-add-or-change-a-parent-team)" and "[Requesting to add a child team](/articles/requesting-to-add-a-child-team)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
index 81b9a2716e..fc2ca3c1f7 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
@@ -15,5 +15,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
index a6a1d6d3ba..7d011cdeb0 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Permission levels for an organization
@@ -61,9 +62,9 @@ Organization members can have *owner*{% if currentVersion == "free-pro-team@late
| Manage an organization's SSH certificate authorities (see "[Managing your organization's SSH certificate authorities](/articles/managing-your-organizations-ssh-certificate-authorities)" for details) | **X** | | |
| Transfer repositories | **X** | | |
| Purchase, install, manage billing for, and cancel {% data variables.product.prodname_marketplace %} apps | **X** | | |
-| List apps in {% data variables.product.prodname_marketplace %} | **X** | | |
+| List apps in {% data variables.product.prodname_marketplace %} | **X** | | |{% if currentVersion != "github-ae@latest" %}
| Receive [{% data variables.product.prodname_dependabot_alerts %} about vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) for all of an organization's repositories | **X** | | |
-| Manage {% data variables.product.prodname_dependabot_security_updates %} (see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)") | **X** | | |
+| Manage {% data variables.product.prodname_dependabot_security_updates %} (see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)") | **X** | | |{% endif %}
| [Manage the forking policy](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization) | **X** | | |
| [Limit activity in public repositories in an organization](/articles/limiting-interactions-in-your-organization) | **X** | | |
| Pull (read), push (write), and clone (copy) *all repositories* in the organization | **X** | | |
@@ -77,40 +78,40 @@ Organization members can have *owner*{% if currentVersion == "free-pro-team@late
{% else %}
-| Organization action | Owners | Members |
-|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:------:|:-----------------------------------------------------------:|
-| Invite people to join the organization | **X** | |
-| Edit and cancel invitations to join the organization | **X** | |
-| Remove members from the organization | **X** | | |
-| Reinstate former members to the organization | **X** | | |
-| Add and remove people from **all teams** | **X** | |
-| Promote organization members to *team maintainer* | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" %}
-| Configure code review assignments (see "[Managing code review assignment for your team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)") | **X** | |{% endif %}
-| Add collaborators to **all repositories** | **X** | |
-| Access the organization audit log | **X** | |
-| Edit the organization's profile page (see "[About your organization's profile](/articles/about-your-organization-s-profile)" for details) | **X** | | |
-| Delete **all teams** | **X** | |
-| Delete the organization account, including all repositories | **X** | |
-| Create teams (see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)" for details) | **X** | **X** |
-| See all organization members and teams | **X** | **X** |
-| @mention any visible team | **X** | **X** |
-| Can be made a *team maintainer* | **X** | **X** |
-| Transfer repositories | **X** | |
-| Manage an organization's SSH certificate authorities (see "[Managing your organization's SSH certificate authorities](/articles/managing-your-organizations-ssh-certificate-authorities)" for details) | **X** | |
-| Create project boards (see "[Project board permissions for an organization](/articles/project-board-permissions-for-an-organization)" for details) | **X** | **X** | |
-| View and post public team discussions to **all teams** (see "[About team discussions](/articles/about-team-discussions)" for details) | **X** | **X** | |
-| View and post private team discussions to **all teams** (see "[About team discussions](/articles/about-team-discussions)" for details) | **X** | | |
-| Edit and delete team discussions in **all teams** (for more information, see "[Managing disruptive comments](/articles/managing-disruptive-comments) | **X** | | |
-| Hide comments on commits, pull requests, and issues (see "[Managing disruptive comments](/articles/managing-disruptive-comments/#hiding-a-comment)" for details) | **X** | **X** | **X** |
-| Disable team discussions for an organization (see "[Disabling team discussions for your organization](/articles/disabling-team-discussions-for-your-organization)" for details) | **X** | | |
-| Set a team profile picture in **all teams** (see "[Setting your team's profile picture](/articles/setting-your-team-s-profile-picture)" for details) | **X** | | |{% if currentVersion ver_gt "enterprise-server@2.22" %}
-| Disable publication of {% data variables.product.prodname_pages %} sites from repositories in the organization (see "[Disabling publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)" for details) | **X** | | |{% endif %}
-| [Move teams in an organization's hierarchy](/articles/moving-a-team-in-your-organization-s-hierarchy) | **X** | | |
-| Pull (read), push (write), and clone (copy) *all repositories* in the organization | **X** | |
-| Convert organization members to [outside collaborators](#outside-collaborators) | **X** | |
-| [View people with access to an organization repository](/articles/viewing-people-with-access-to-your-repository) | **X** | |
-| [Export a list of people with access to an organization repository](/articles/viewing-people-with-access-to-your-repository/#exporting-a-list-of-people-with-access-to-your-repository) | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" %}
-| Manage default labels (see "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)") | **X** | |{% endif %}
+| Organization action | Owners | Members |
+|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:------:|:---------------------------------------------------------------------------------------------------:|
+| Invite people to join the organization | **X** | |
+| Edit and cancel invitations to join the organization | **X** | |
+| Remove members from the organization | **X** | | |
+| Reinstate former members to the organization | **X** | | |
+| Add and remove people from **all teams** | **X** | |
+| Promote organization members to *team maintainer* | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
+| Configure code review assignments (see "[Managing code review assignment for your team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)") | **X** | |{% endif %}
+| Add collaborators to **all repositories** | **X** | |
+| Access the organization audit log | **X** | |
+| Edit the organization's profile page (see "[About your organization's profile](/articles/about-your-organization-s-profile)" for details) | **X** | | |
+| Delete **all teams** | **X** | |
+| Delete the organization account, including all repositories | **X** | |
+| Create teams (see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)" for details) | **X** | **X** |
+| See all organization members and teams | **X** | **X** |
+| @mention any visible team | **X** | **X** |
+| Can be made a *team maintainer* | **X** | **X** |
+| Transfer repositories | **X** | |
+| Manage an organization's SSH certificate authorities (see "[Managing your organization's SSH certificate authorities](/articles/managing-your-organizations-ssh-certificate-authorities)" for details) | **X** | |
+| Create project boards (see "[Project board permissions for an organization](/articles/project-board-permissions-for-an-organization)" for details) | **X** | **X** | |
+| View and post public team discussions to **all teams** (see "[About team discussions](/articles/about-team-discussions)" for details) | **X** | **X** | |
+| View and post private team discussions to **all teams** (see "[About team discussions](/articles/about-team-discussions)" for details) | **X** | | |
+| Edit and delete team discussions in **all teams** (for more information, see "[Managing disruptive comments](/articles/managing-disruptive-comments) | **X** | | |
+| Hide comments on commits, pull requests, and issues (see "[Managing disruptive comments](/articles/managing-disruptive-comments/#hiding-a-comment)" for details) | **X** | **X** | **X** |
+| Disable team discussions for an organization (see "[Disabling team discussions for your organization](/articles/disabling-team-discussions-for-your-organization)" for details) | **X** | | |
+| Set a team profile picture in **all teams** (see "[Setting your team's profile picture](/articles/setting-your-team-s-profile-picture)" for details) | **X** | | |{% if currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+| Disable publication of {% data variables.product.prodname_pages %} sites from repositories in the organization (see "[Disabling publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)" for details) | **X** | | |{% endif %}
+| [Move teams in an organization's hierarchy](/articles/moving-a-team-in-your-organization-s-hierarchy) | **X** | | |
+| Pull (read), push (write), and clone (copy) *all repositories* in the organization | **X** | |
+| Convert organization members to [outside collaborators](#outside-collaborators) | **X** | |
+| [View people with access to an organization repository](/articles/viewing-people-with-access-to-your-repository) | **X** | |
+| [Export a list of people with access to an organization repository](/articles/viewing-people-with-access-to-your-repository/#exporting-a-list-of-people-with-access-to-your-repository) | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
+| Manage default labels (see "[Managing default labels for repositories in your organization](/articles/managing-default-labels-for-repositories-in-your-organization)") | **X** | |{% endif %}
{% endif %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
index 10059df193..f3dc5c0b34 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Permissions overview
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
index 5d5adb8e3d..09029ca078 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
@@ -6,9 +6,13 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+permissions: 'Organization owners can reinstate a former member of an organization.'
---
-If you [remove a user from your organization](/articles/removing-a-member-from-your-organization), [convert an organization member to an outside collaborator](/articles/converting-an-organization-member-to-an-outside-collaborator), or a user is removed from your organization because you've [required members and outside collaborators to enable two-factor authentication (2FA)](/articles/requiring-two-factor-authentication-in-your-organization), the user's access privileges and settings are saved for three months. You can restore the user's privileges if you {% if currentVersion =="free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
+### About member reinstatement
+
+If you [remove a user from your organization](/articles/removing-a-member-from-your-organization){% if currentVersion == "github-ae@latest" %} or{% else %},{% endif %} [convert an organization member to an outside collaborator](/articles/converting-an-organization-member-to-an-outside-collaborator){% if currentVersion != "github-ae@latest" %}, or a user is removed from your organization because you've [required members and outside collaborators to enable two-factor authentication (2FA)](/articles/requiring-two-factor-authentication-in-your-organization){% endif %}, the user's access privileges and settings are saved for three months. You can restore the user's privileges if you {% if currentVersion =="free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
{% data reusables.two_fa.send-invite-to-reinstate-user-before-2fa-is-enabled %}
@@ -21,21 +25,15 @@ When you reinstate a former organization member, you can restore:
- Issue assignments in the organization
- Repository subscriptions (notification settings for watching, not watching, or ignoring a repository's activity)
- {% tip %}
+{% if enterpriseServerVersions contains currentVersion %}
+If an organization member was removed from the organization because they did not use two-factor authentication and your organization still requires members to use 2FA, the former member must enable two-factor authentication before you can reinstate their membership.
+{% endif %}
- {% if currentVersion == "free-pro-team@latest" %}
- **Tips**:
- - If an organization member was removed from the organization because they did not use two-factor authentication and your organization still requires members to use 2FA, the former member must enable two-factor authentication before you can reinstate their membership.
- - Only organization owners can invite users to join an organization. For more information, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."
- - If your organization has a paid per-user subscription, an unused license must be available before you can reinstate a former organization member. For more information, see "[About per-user pricing](/articles/about-per-user-pricing)." {% data reusables.organizations.org-invite-expiration %}
+{% if currentVersion == "free-pro-team@latest" %}
+If your organization has a paid per-user subscription, an unused license must be available before you can reinstate a former organization member. For more information, see "[About per-user pricing](/articles/about-per-user-pricing)." {% data reusables.organizations.org-invite-expiration %}
+{% endif %}
- {% else %}
- **Tips**:
- - If an organization member was removed from the organization because they did not use two-factor authentication and your organization still requires members to use 2FA, the former member must enable two-factor authentication before you can reinstate their membership.
- - Only organization owners can add users to an organization. For more information, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."
- {% endif %}
-
- {% endtip %}
+### Reinstating a former member of your organization
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
index 3dd93f8fa9..3f5bcebd87 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
@@ -1,15 +1,16 @@
---
title: Reinstating a former outside collaborator's access to your organization
-intro: 'If you required two-factor authentication in your organization and an outside collaborator was removed from the organization for not having 2FA enabled, you can reinstate a former outside collaborator''s access permissions for organization repositories, forks, and settings.'
+intro: "You can reinstate a former outside collaborator's access permissions for organization repositories, forks, and settings."
redirect_from:
- /articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization
- /articles/reinstating-a-former-outside-collaborators-access-to-your-organization
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-If an outside collaborator's access to your organization's private repositories is removed because you've [required members and outside collaborators to enable two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), the user's access privileges and settings are saved for three months. You can restore the user's privileges if you {% if currentVersion == "free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
+When an outside collaborator's access to your organization's private repositories is removed, the user's access privileges and settings are saved for three months. You can restore the user's privileges if you {% if currentVersion == "free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
{% data reusables.two_fa.send-invite-to-reinstate-user-before-2fa-is-enabled %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
index 2342a9540b..a7891e5793 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Only organization owners can remove members from an organization.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
index f5f7470a9b..545cc8145f 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
index 5d4c126676..14cadd9dd4 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
index ab53ca8337..ad9c4564f9 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For more information about {% data variables.product.prodname_github_app %} manager permissions, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization#github-app-managers)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
index f20fc803a6..b2c1d48cd9 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.deleted_forks_from_private_repositories_warning %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
index ddac3110fa..262c167388 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
index 37e797d308..5a641a0853 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
index 5b86a29d9d..a461b3642e 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
People with admin permissions can manage individual and team access to an organization-owned repository.
@@ -68,7 +69,7 @@ In addition to managing organization-level settings, organization owners have ad
| [Lock conversations](/articles/locking-conversations) | | | **X** | **X** | **X** |
| Transfer issues (see "[Transferring an issue to another repository](/articles/transferring-an-issue-to-another-repository)" for details) | | | **X** | **X** | **X** |
| [Act as a designated code owner for a repository](/articles/about-code-owners) | | | **X** | **X** | **X** |
-| [Mark a draft pull request as ready for review](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+| [Mark a draft pull request as ready for review](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
| [Convert a pull request to a draft](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% endif %}
| Submit reviews that affect a pull request's mergeability | | | **X** | **X** | **X** |
| [Apply suggested changes](/articles/incorporating-feedback-in-your-pull-request) to pull requests | | | **X** | **X** | **X** |
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
index bc8329b887..b46566df6b 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you request to add a team as a child, a request is sent to the maintainers of the child team. Once a maintainer of the child team approves your request, the child team is nested under the parent team in your organization's hierarchy.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
index 8aa768f052..341b569b4e 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you request to add or change your team's parent, a request is sent to the maintainers of the parent team. When a maintainer of the new parent team approves your request, your team is nested as a child team under the parent team in your organization's hierarchy.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
index 59840f61d9..ce72afc8e9 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
@@ -14,7 +14,7 @@ versions:
{% if currentVersion == "free-pro-team@latest" %}
-You can also require two-factor authentication for organizations in an enterprise. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#requiring-two-factor-authentication-for-organizations-in-your-enterprise-account)."
+You can also require two-factor authentication for organizations in an enterprise. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#requiring-two-factor-authentication-for-organizations-in-your-enterprise-account)."
{% endif %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
index 1dddaa9bb0..8c741d6474 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can choose whether members can create repositories in your organization. If you allow members to create repositories, you can choose which types of repositories members can create.{% if currentVersion == "free-pro-team@latest" %} To allow members to create private repositories only, your organization must use {% data variables.product.prodname_ghe_cloud %}.{% endif %} For more information, see "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
Organization owners can always create any type of repository.
-{% if currentVersion == "free-pro-team@latest" %}Enterprise owners{% else %}Site administrators{% endif %} can restrict the options you have available for your organization's repository creation policy. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account)."{% else %}"[Restricting repository creation in your instance](/enterprise/admin/user-management/restricting-repository-creation-in-your-instance)."{% endif %}
+{% if currentVersion == "free-pro-team@latest" %}Enterprise owners{% else %}Site administrators{% endif %} can restrict the options you have available for your organization's repository creation policy. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account)."{% else %}"[Restricting repository creation in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)."{% endif %}
{% warning %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
index ea8f599cf4..bbb35db9fd 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can restrict the ability to change repository visibility to organization owners only, or allow members with admin privileges for a repository to also change visibility from private to public or public to private.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
index 952fe98c17..3bda0d9251 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Accessing the audit log
@@ -34,10 +35,10 @@ To search for specific events, use the `action` qualifier in your query. Actions
| `후크` | Contains all activities related to webhooks. |
| `integration_installation_request` | Contains all activities related to organization member requests for owners to approve integrations for use in the organization. |{% if currentVersion == "free-pro-team@latest" %}
| `marketplace_agreement_signature` | Contains all activities related to signing the {% data variables.product.prodname_marketplace %} Developer Agreement. |
-| `marketplace_listing` | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+| `marketplace_listing` | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `members_can_create_pages` | Contains all activities related to disabling the publication of {% data variables.product.prodname_pages %} sites for repositories in the organization. For more information, see "[Restricting publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)." |{% endif %}
| `org` | Contains all activities related to organization membership{% if currentVersion == "free-pro-team@latest" %}
-| `org_credential_authorization` | Contains all activities related to authorizing credentials for use with SAML single sign-on.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+| `org_credential_authorization` | Contains all activities related to authorizing credentials for use with SAML single sign-on.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
| `organization_label` | Contains all activities related to default labels for repositories in your organization.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
| `payment_method` | Contains all activities related to how your organization pays for GitHub.{% endif %}
| `profile_picture` | Contains all activities related to your organization's profile picture. |
@@ -45,9 +46,9 @@ To search for specific events, use the `action` qualifier in your query. Actions
| `protected_branch` | Contains all activities related to protected branches. |
| `repo` | Contains all activities related to the repositories owned by your organization.{% if currentVersion == "free-pro-team@latest" %}
| `repository_content_analysis` | Contains all activities related to [enabling or disabling data use for a private repository](/articles/about-github-s-use-of-your-data). |
-| `repository_dependency_graph` | Contains all activities related to [enabling or disabling the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository).{% endif %}
-| `repository_vulnerability_alert` | Contains all activities related to [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies).{% if currentVersion == "free-pro-team@latest" %}
-| `sponsors` | Contains all events related to sponsor buttons (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion %}
+| `repository_dependency_graph` | Contains all activities related to [enabling or disabling the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository).{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `repository_vulnerability_alert` | Contains all activities related to [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies).{% endif %}{% if currentVersion == "free-pro-team@latest" %}
+| `sponsors` | Contains all events related to sponsor buttons (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| `팀` | Contains all activities related to teams in your organization.{% endif %}
| `team_discussions` | Contains activities related to managing team discussions for an organization. |
@@ -71,10 +72,10 @@ This list describes the available categories and associated events:
- [The `integration_installation_request` category](#the-integration_installation_request-category)
- [The `issue` category](#the-issue-category){% if currentVersion == "free-pro-team@latest" %}
- [The `marketplace_agreement_signature` category](#the-marketplace_agreement_signature-category)
-- [The `marketplace_listing` category](#the-marketplace_listing-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+- [The `marketplace_listing` category](#the-marketplace_listing-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
- [The `members_can_create_pages` category](#the-members_can_create_pages-category){% endif %}
- [The `org` category](#the-org-category){% if currentVersion == "free-pro-team@latest" %}
-- [The `org_credential_authorization` category](#the-org_credential_authorization-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- [The `org_credential_authorization` category](#the-org_credential_authorization-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- [The `organization_label` category](#the-organization_label-category){% endif %}
- [The `oauth_application` category](#the-oauth_application-category){% if currentVersion == "free-pro-team@latest" %}
- [The `payment_method` category](#the-payment_method-category){% endif %}
@@ -83,9 +84,9 @@ This list describes the available categories and associated events:
- [The `protected_branch` category](#the-protected_branch-category)
- [The `repo` category](#the-repo-category){% if currentVersion == "free-pro-team@latest" %}
- [The `repository_content_analysis` category](#the-repository_content_analysis-category)
-- [The `repository_dependency_graph` category](#the-repository_dependency_graph-category){% endif %}
-- [The `repository_vulnerability_alert` category](#the-repository_vulnerability_alert-category){% if currentVersion == "free-pro-team@latest" %}
-- [The `sponsors` category](#the-sponsors-category){% endif %}{% if enterpriseServerVersions contains currentVersion %}
+- [The `repository_dependency_graph` category](#the-repository_dependency_graph-category){% endif %}{% if currentVersion != "github-ae@latest" %}
+- [The `repository_vulnerability_alert` category](#the-repository_vulnerability_alert-category){% endif %}{% if currentVersion == "free-pro-team@latest" %}
+- [The `sponsors` category](#the-sponsors-category){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- [The `team` category](#the-team-category){% endif %}
- [The `team_discussions` category](#the-team_discussions-category)
@@ -165,7 +166,7 @@ This list describes the available categories and associated events:
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
##### The `members_can_create_pages` category
@@ -180,44 +181,44 @@ For more information, see "[Restricting publication of {% data variables.product
##### The `org` category
-| 동작 | 설명 |
-| -------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest"%}
-| `audit_log_export` | Triggered when an organization admin [creates an export of the organization audit log](#exporting-the-audit-log). If the export included a query, the log will list the query used and the number of audit log entries matching that query. |
-| `block_user` | Triggered when an organization owner [blocks a user from accessing the organization's repositories](/articles/blocking-a-user-from-your-organization). |
-| `cancel_invitation` | Triggered when an organization invitation has been revoked. |{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-| `create_actions_secret` | Triggered when a organization admin [creates a {% data variables.product.prodname_actions %} secret](/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-an-organization).{% endif %} |{% if currentVersion == "free-pro-team@latest"%}
-| `disable_oauth_app_restrictions` | Triggered when an owner [disables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/disabling-oauth-app-access-restrictions-for-your-organization) for your organization. |
+| 동작 | 설명 |
+| -------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |{% if currentVersion == "free-pro-team@latest"%}
+| `audit_log_export` | Triggered when an organization admin [creates an export of the organization audit log](#exporting-the-audit-log). If the export included a query, the log will list the query used and the number of audit log entries matching that query. |
+| `block_user` | Triggered when an organization owner [blocks a user from accessing the organization's repositories](/articles/blocking-a-user-from-your-organization). |
+| `cancel_invitation` | Triggered when an organization invitation has been revoked. |{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| `create_actions_secret` | Triggered when a organization admin [creates a {% data variables.product.prodname_actions %} secret](/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-an-organization).{% endif %} |{% if currentVersion == "free-pro-team@latest"%}
+| `disable_oauth_app_restrictions` | Triggered when an owner [disables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/disabling-oauth-app-access-restrictions-for-your-organization) for your organization. |
| `disable_saml` | Triggered when an organization admin disables SAML single sign-on for an organization.{% endif %}
-| `disable_member_team_creation_permission` | Triggered when an organization owner limits team creation to owners. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |
-| `disable_two_factor_requirement` | Triggered when an owner disables a two-factor authentication requirement for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% if currentVersion == "free-pro-team@latest" %}
-| `enable_oauth_app_restrictions` | Triggered when an owner [enables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/enabling-oauth-app-access-restrictions-for-your-organization) for your organization. |
+| `disable_member_team_creation_permission` | Triggered when an organization owner limits team creation to owners. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |{% if currentVersion != "github-ae@latest" %}
+| `disable_two_factor_requirement` | Triggered when an owner disables a two-factor authentication requirement for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
+| `enable_oauth_app_restrictions` | Triggered when an owner [enables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/enabling-oauth-app-access-restrictions-for-your-organization) for your organization. |
| `enable_saml` | Triggered when an organization admin [enables SAML single sign-on](/articles/enabling-and-testing-saml-single-sign-on-for-your-organization) for an organization.{% endif %}
-| `enable_member_team_creation_permission` | Triggered when an organization owner allows members to create teams. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |
-| `enable_two_factor_requirement` | Triggered when an owner requires two-factor authentication for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization. |
+| `enable_member_team_creation_permission` | Triggered when an organization owner allows members to create teams. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |{% if currentVersion != "github-ae@latest" %}
+| `enable_two_factor_requirement` | Triggered when an owner requires two-factor authentication for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% endif %}
| `invite_member` | Triggered when [a new user was invited to join your organization](/articles/adding-organization-members-to-a-team).{% if currentVersion == "free-pro-team@latest" %}
-| `oauth_app_access_approved` | Triggered when an owner [grants organization access to an {% data variables.product.prodname_oauth_app %}](/articles/approving-oauth-apps-for-your-organization/). |
-| `oauth_app_access_denied` | Triggered when an owner [disables a previously approved {% data variables.product.prodname_oauth_app %}'s access](/articles/denying-access-to-a-previously-approved-oauth-app-for-your-organization) to your organization. |
+| `oauth_app_access_approved` | Triggered when an owner [grants organization access to an {% data variables.product.prodname_oauth_app %}](/articles/approving-oauth-apps-for-your-organization/). |
+| `oauth_app_access_denied` | Triggered when an owner [disables a previously approved {% data variables.product.prodname_oauth_app %}'s access](/articles/denying-access-to-a-previously-approved-oauth-app-for-your-organization) to your organization. |
| `oauth_app_access_requested` | Triggered when an organization member requests that an owner grant an {% data variables.product.prodname_oauth_app %} access to your organization.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-| `register_self_hosted_runner` | Triggered when an organization owner [registers a new self-hosted runner](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization). |
+| `register_self_hosted_runner` | Triggered when an organization owner [registers a new self-hosted runner](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization). |
| `remove_actions_secret` | Triggered when a organization admin removes a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest"%}
| `remove_billing_manager` | Triggered when an [owner removes a billing manager from an organization](/articles/removing-a-billing-manager-from-your-organization/) or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and a billing manager doesn't use 2FA or disables 2FA. |{% endif %}
-| `remove_member` | Triggered when an [owner removes a member from an organization](/articles/removing-a-member-from-your-organization/) or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an organization member doesn't use 2FA or disables 2FA. Also triggered when an [organization member removes themselves](/articles/removing-yourself-from-an-organization/) from an organization. |
-| `remove_outside_collaborator` | Triggered when an owner removes an outside collaborator from an organization or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an outside collaborator does not use 2FA or disables 2FA. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-| `remove_self_hosted_runner` | Triggered when an organization owner [removes a self-hosted runner](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-an-organization). |{% endif %}{% if currentVersion == "free-pro-team@latest" %}
-| `revoke_external_identity` | Triggered when an organization owner revokes a member's linked identity. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)." |
-| `revoke_sso_session` | Triggered when an organization owner revokes a member's SAML session. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)." |{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-| `runner_group_created` | Triggered when an organization admin [creates a self-hosted runner group](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-organization). |
-| `runner_group_removed` | Triggered when an organization admin removes a self-hosted runner group. |
-| `runner_group_renamed` | Triggered when an organization admin renames a self-hosted runner group. |
-| `runner_group_runners_added` | Triggered when an organization admin [adds a self-hosted runner to a group](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group). |
-| `runner_group_runners_removed` | Triggered when an organization admin removes a self-hosted runner from a group. |{% endif %}{% if currentVersion == "free-pro-team@latest"%}
+| `remove_member` | Triggered when an [owner removes a member from an organization](/articles/removing-a-member-from-your-organization/){% if currentVersion != "github-ae@latest" %} or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an organization member doesn't use 2FA or disables 2FA{% endif %}. Also triggered when an [organization member removes themselves](/articles/removing-yourself-from-an-organization/) from an organization. |
+| `remove_outside_collaborator` | Triggered when an owner removes an outside collaborator from an organization{% if currentVersion != "github-ae@latest" %} or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an outside collaborator does not use 2FA or disables 2FA{% endif %}. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| `remove_self_hosted_runner` | Triggered when an organization owner [removes a self-hosted runner](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-an-organization). |{% endif %}{% if currentVersion == "free-pro-team@latest" %}
+| `revoke_external_identity` | Triggered when an organization owner revokes a member's linked identity. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)." |
+| `revoke_sso_session` | Triggered when an organization owner revokes a member's SAML session. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)." |{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| `runner_group_created` | Triggered when an organization admin [creates a self-hosted runner group](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#creating-a-self-hosted-runner-group-for-an-organization). |
+| `runner_group_removed` | Triggered when an organization admin removes a self-hosted runner group. |
+| `runner_group_renamed` | Triggered when an organization admin renames a self-hosted runner group. |
+| `runner_group_runners_added` | Triggered when an organization admin [adds a self-hosted runner to a group](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group). |
+| `runner_group_runners_removed` | Triggered when an organization admin removes a self-hosted runner from a group. |{% endif %}{% if currentVersion == "free-pro-team@latest"%}
| `unblock_user` | Triggered when an organization owner [unblocks a user from an organization](/articles/unblocking-a-user-from-your-organization).{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-| `update_actions_secret` | Triggered when a organization admin updates a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+| `update_actions_secret` | Triggered when a organization admin updates a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `update_new_repository_default_branch_setting` | Triggered when an owner changes the name of the default branch for new repositories in the organization. For more information, see "[Managing the default branch name for repositories in your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)."{% endif %}
-| `update_default_repository_permission` | Triggered when an owner changes the default repository permission level for organization members. |
-| `update_member` | Triggered when an owner changes a person's role from owner to member or member to owner. |
+| `update_default_repository_permission` | Triggered when an owner changes the default repository permission level for organization members. |
+| `update_member` | Triggered when an owner changes a person's role from owner to member or member to owner. |
| `update_member_repository_creation_permission` | Triggered when an owner changes the create repository permission for organization members.{% if currentVersion == "free-pro-team@latest" %}
-| `update_saml_provider_settings` | Triggered when an organization's SAML provider settings are updated. |
+| `update_saml_provider_settings` | Triggered when an organization's SAML provider settings are updated. |
| `update_terms_of_service` | Triggered when an organization changes between the Standard Terms of Service and the Corporate Terms of Service. For more information, see "[Upgrading to the Corporate Terms of Service](/articles/upgrading-to-the-corporate-terms-of-service)."{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
@@ -231,7 +232,7 @@ For more information, see "[Restricting publication of {% data variables.product
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
##### The `organization_label` category
| 동작 | 설명 |
@@ -285,22 +286,22 @@ For more information, see "[Restricting publication of {% data variables.product
##### The `protected_branch` category
-| 동작 | 설명 |
-| ----------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `create` | Triggered when branch protection is enabled on a branch. |
-| `destroy` | Triggered when branch protection is disabled on a branch. |
-| `update_admin_enforced` | Triggered when branch protection is enforced for repository administrators. |
-| `update_require_code_owner_review` | Triggered when enforcement of required Code Owner review is updated on a branch. |
-| `dismiss_stale_reviews` | Triggered when enforcement of dismissing stale pull requests is updated on a branch. |
-| `update_signature_requirement_enforcement_level` | Triggered when enforcement of required commit signing is updated on a branch. |
-| `update_pull_request_reviews_enforcement_level` | Triggered when enforcement of required pull request reviews is updated on a branch. |
-| `update_required_status_checks_enforcement_level` | Triggered when enforcement of required status checks is updated on a branch. |
-| `update_strict_required_status_checks_policy` | Triggered when the requirement for a branch to be up to date before merging is changed. |
-| `rejected_ref_update` | Triggered when a branch update attempt is rejected. |
-| `policy_override` | Triggered when a branch protection requirement is overridden by a repository administrator.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
-| `update_allow_force_pushes_enforcement_level` | Triggered when force pushes are enabled or disabled for a protected branch. |
-| `update_allow_deletions_enforcement_level` | Triggered when branch deletion is enabled or disabled for a protected branch. |
-| `update_linear_history_requirement_enforcement_level` | Triggered when required linear commit history is enabled or disabled for a protected branch. |
+| 동작 | 설명 |
+| ----------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `create` | Triggered when branch protection is enabled on a branch. |
+| `destroy` | Triggered when branch protection is disabled on a branch. |
+| `update_admin_enforced` | Triggered when branch protection is enforced for repository administrators. |
+| `update_require_code_owner_review` | Triggered when enforcement of required Code Owner review is updated on a branch. |
+| `dismiss_stale_reviews` | Triggered when enforcement of dismissing stale pull requests is updated on a branch. |
+| `update_signature_requirement_enforcement_level` | Triggered when enforcement of required commit signing is updated on a branch. |
+| `update_pull_request_reviews_enforcement_level` | Triggered when enforcement of required pull request reviews is updated on a branch. |
+| `update_required_status_checks_enforcement_level` | Triggered when enforcement of required status checks is updated on a branch. |
+| `update_strict_required_status_checks_policy` | Triggered when the requirement for a branch to be up to date before merging is changed. |
+| `rejected_ref_update` | Triggered when a branch update attempt is rejected. |
+| `policy_override` | Triggered when a branch protection requirement is overridden by a repository administrator.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
+| `update_allow_force_pushes_enforcement_level` | Triggered when force pushes are enabled or disabled for a protected branch. |
+| `update_allow_deletions_enforcement_level` | Triggered when branch deletion is enabled or disabled for a protected branch. |
+| `update_linear_history_requirement_enforcement_level` | Triggered when required linear commit history is enabled or disabled for a protected branch. |
{% endif %}
##### The `repo` category
@@ -310,7 +311,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `액세스` | Triggered when a repository owned by an organization is [switched from "private" to "public"](/articles/making-a-private-repository-public) (or vice versa). |
| `add_member` | Triggered when a user accepts an [invitation to have collaboration access to a repository](/articles/inviting-collaborators-to-a-personal-repository). |
| `add_topic` | Triggered when a repository admin [adds a topic](/articles/classifying-your-repository-with-topics) to a repository. |
-| `archived` | Triggered when a repository admin [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion %}
+| `archived` | Triggered when a repository admin [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| `config.disable_anonymous_git_access` | Triggered when [anonymous Git read access is disabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository. |
| `config.enable_anonymous_git_access` | Triggered when [anonymous Git read access is enabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository. |
| `config.lock_anonymous_git_access` | Triggered when a repository's [anonymous Git read access setting is locked](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access). |
@@ -348,6 +349,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `비활성화` | Triggered when a repository owner or person with admin access to the repository [disables the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository). |
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
##### The `repository_vulnerability_alert` category
| 동작 | 설명 |
@@ -357,6 +359,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `해제` | Triggered when an organization owner or person with admin access to the repository dismisses a |
| {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alert about a vulnerable dependency.{% if currentVersion == "free-pro-team@latest" %} | |
| `authorized_users_teams` | Triggered when an organization owner or a member with admin permissions to the repository [updates the list of people or teams authorized to receive {% data variables.product.prodname_dependabot_short %} alerts](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts) for vulnerable dependencies in the repository.{% endif %}
+{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
##### The `sponsors` category
@@ -367,7 +370,7 @@ For more information, see "[Restricting publication of {% data variables.product
| repo_funding_links_file_action | Triggered when you change the FUNDING file in your repository (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)") |
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
##### The `team` category
| 동작 | 설명 |
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
index 7b7715fe75..be8921397d 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
index 50c6cc35c2..e0cb8ca35c 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
@@ -5,6 +5,7 @@ permissions: Organization owners can set base permissions for an organization.
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About base permissions for an organization
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
index d41acd02cf..55766c4b92 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organization owners, and members with admin privileges for a repository, can invite outside collaborators to work on the repository. You can also restrict outside collaborator invite permissions to only organization owners.
@@ -18,6 +19,6 @@ Organization owners, and members with admin privileges for a repository, can inv
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.member-privileges %}
-5. Under "Repository invitations", select **Allow members to invite outside collaborators to repositories for this organization**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} {% else %}
+5. Under "Repository invitations", select **Allow members to invite outside collaborators to repositories for this organization**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} {% else %}
{% endif %}
6. Click **Save**.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
index f06acce9ec..4368454ab8 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Owners can set permissions for deleting or transferring repositories in an organization.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
index 2225d63ae5..0eec1a4eac 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organization owners can set team creation permissions.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
index 59890d35b3..315144b949 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Unless you set a profile picture for a team, the team profile picture will match the organization's profile picture.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
index 50ebc4f55b..702d925c1a 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
@@ -35,11 +35,11 @@ A removed team member can be added back to a team automatically once they have a
To avoid unintentionally removing team members, we recommend enforcing SAML SSO in your organization or enterprise account, creating new teams to synchronize membership data, and checking IdP group membership before synchronizing existing teams. For more information, see "[Enforcing SAML single sign-on for your organization](/articles/enforcing-saml-single-sign-on-for-your-organization)."
-If your organization is owned by an enterprise account, enabling team synchronization for the enterprise account will override your organization-level team synchronization settings. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)."
+If your organization is owned by an enterprise account, enabling team synchronization for the enterprise account will override your organization-level team synchronization settings. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)."
### 빌드전 요구 사양
-Before you can connect a team with an identity provider group, an organization or enterprise owner must enable team synchronization for your organization or enterprise account. For more information, see "[Managing team synchronization for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)" and "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)."
+Before you can connect a team with an identity provider group, an organization or enterprise owner must enable team synchronization for your organization or enterprise account. For more information, see "[Managing team synchronization for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)" and "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)."
To avoid unintentionally removing team members, visit the administrative portal for your IdP and confirm that each current team member is also in the IdP groups that you want to connect to this team. If you don't have this access to your identity provider, you can reach out to your IdP administrator.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
index 3a88bb32cd..8cb3565f91 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
@@ -7,6 +7,7 @@ intro: 'To make someone else the owner of an organization account, you must add
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. If you're the only member with *owner* privileges, give another organization member the owner role. For more information, see "[Appointing an organization owner](/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization#appointing-an-organization-owner)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
index fc0d9a6c2f..a493f836a2 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
@@ -55,4 +55,4 @@ You can view and revoke each member's linked identity, active sessions, and auth
### 더 읽을거리
- "[About identity and access management with SAML single sign-on](/articles/about-identity-and-access-management-with-saml-single-sign-on)"
-- "[Viewing and managing a user's SAML access to your enterprise account](/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)"
+- "[Viewing and managing a user's SAML access to your enterprise account](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)"
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
index 379f95fb2b..4d8d0051aa 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
@@ -45,4 +45,4 @@ With dependency insights you can view vulnerabilities, licenses, and other impor
- "[About organizations](/github/setting-up-and-managing-organizations-and-teams/about-organizations)"
- "[Exploring the dependencies of a repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository)"
- "[Changing the visibility of your organization's dependency insights](/github/setting-up-and-managing-organizations-and-teams/changing-the-visibility-of-your-organizations-dependency-insights)"
- - "[Enforcing a policy on dependency insights in your enterprise account](/github/setting-up-and-managing-your-enterprise-account/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account)"
+ - "[Enforcing a policy on dependency insights in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account)"
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
index 0ce1b238ac..49a6ba9722 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Administrators can use this information to help off-board people, gather data for compliance, and other general security checkups.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md
new file mode 100644
index 0000000000..3b2d6509e9
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md
@@ -0,0 +1,44 @@
+---
+title: About enterprise accounts
+intro: 'With {% data variables.product.prodname_ghe_cloud %}, you can create an enterprise account to enable collaboration between your organizations, while giving administrators a single point of visibility and management.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/about-github-business-accounts/
+ - /articles/about-enterprise-accounts
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### About enterprise accounts
+
+An enterprise account allows you to manage multiple {% data variables.product.prodname_dotcom %} organizations and {% data variables.product.prodname_ghe_server %} instances. Your enterprise account must have a handle, like an organization or personal account on {% data variables.product.prodname_dotcom %}. Enterprise administrators can manage settings and preferences, like:
+
+- Member access and management (organization members, outside collaborators)
+- Billing and usage ({% data variables.product.prodname_ghe_server %} instances, user licenses, {% data variables.large_files.product_name_short %} packs)
+- Security (single sign-on, two factor authentication)
+- Requests and support bundle sharing with {% data variables.contact.enterprise_support %}
+
+{% data reusables.enterprise-accounts.enterprise-accounts-billing %}
+
+For more information about the differences between {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %}, see "[{% data variables.product.prodname_dotcom %}'s products](/articles/githubs-products)." To upgrade to {% data variables.product.prodname_enterprise %} or to get started with an enterprise account, contact {% data variables.contact.contact_enterprise_sales %}.
+
+For more information about member access and management, see "{% if currentVersion == "free-pro-team@latest" %}[Managing users in your enterprise](/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise){% elsif currentVersion == "enterprise-ae@latest" or enterpriseServerVersions contains currentVersion %}[Managing users, organizations, and repositories](/admin/user-management){% endif %}."
+
+For more information about managing enterprise accounts using the GraphQL API, see "[Enterprise accounts](/v4/guides/managing-enterprise-accounts)."
+
+{% if currentVersion == "free-pro-team@latest" %}
+
+### Managing organizations linked to your enterprise account
+
+Organizations are shared accounts where groups of people can collaborate across many projects at once. Owners can manage member access to the organization's data and projects with sophisticated security and administrative features. For more information, see "[About organizations](/articles/about-organizations)."
+
+Enterprise owners can create organizations and link them to the enterprise. After you add organizations to your enterprise account, you can manage and enforce the organizations' policies. Specific enforcement options vary by setting; generally, you can choose to enforce a single policy for every organization in your enterprise account or allow owners to set policy on the organization level.
+
+For more information, see "[Managing organizations in your enterprise account](/articles/managing-organizations-in-your-enterprise-account)" and "[Setting policies for organizations in your enterprise account](/articles/setting-policies-for-organizations-in-your-enterprise-account)."
+
+{% endif %}
+
+### Managing {% data variables.product.prodname_ghe_server %} licenses linked to your enterprise account
+
+{% data reusables.enterprise-accounts.admin-managing-licenses %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md
new file mode 100644
index 0000000000..9659ee5d59
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md
@@ -0,0 +1,26 @@
+---
+title: Adding organizations to your enterprise account
+intro: You can create new organizations to manage within your enterprise account.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/adding-organizations-to-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Enterprise owners can create new organizations within an enterprise account's settings.
+
+To add an organization to your enterprise account, you must create the organization from within the enterprise account settings. You cannot transfer existing organizations into an enterprise account.
+
+### Creating an organization in your enterprise account
+
+New organizations you create within your enterprise account settings are included in your enterprise account's {% data variables.product.prodname_ghe_cloud %} subscription. For more information on collaborating in organizations, see "[Setting up and managing organizations and teams](/categories/setting-up-and-managing-organizations-and-teams)."
+
+Enterprise owners who create an organization owned by the enterprise account automatically become organization owners. For more information about organization owners, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+2. On the **Organizations** tab, above the list of organizations, click **New organization**. 
+3. Under "Organization name", type a name for your organization. 
+4. Click **Create organization**.
+5. Under "Invite owners", type the username of a person you'd like to invite to become an organization owner, then click **Invite**. 
+6. Click **Finish**.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md
new file mode 100644
index 0000000000..72a581aa1d
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md
@@ -0,0 +1,102 @@
+---
+title: Configuring SAML single sign-on and SCIM for your enterprise account using Okta
+intro: 'You can use Security Assertion Markup Language (SAML) single sign-on (SSO) and System for Cross-domain Identity Management (SCIM) with Okta to automatically manage access to your enterprise account on {% data variables.product.product_name %}.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/configuring-single-sign-on-and-scim-for-your-enterprise-account-using-okta
+versions:
+ free-pro-team: '*'
+---
+
+{% data reusables.enterprise-accounts.user-provisioning-release-stage %}
+
+### About SAML and SCIM with Okta
+
+You can control access to your enterprise account in {% data variables.product.product_name %} and other web applications from one central interface by configuring the enterprise account to use SAML SSO and SCIM with Okta, an Identity Provider (IdP).
+
+SAML SSO controls and secures access to enterprise account resources like organizations, repositories, issues, and pull requests. SCIM automatically adds, manages, and removes members' access to organizations owned by your enterprise account when you make changes in Okta. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)."
+
+After you enable SCIM, the following provisioning features are available for any users that you assign your {% data variables.product.prodname_ghe_cloud %} application to in Okta.
+
+| Feature | 설명 |
+| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| Push New Users | New users created in Okta will gain access to enterprise account resources, and can optionally be automatically invited to any of the organizations owned by the enterprise account |
+| Push User Deactivation | Deactivating a user in Okta will revoke the user's access to the enterprise account resources and remove the user from all organizations owned by the enterprise account |
+| Push Profile Updates | Updates made to the user's profile in Okta will be pushed to the user’s enterprise account metadata |
+| Reactivate Users | Reactivating the user in Okta will re-enable the user's access to the enterprise account and will optionally send email invitations for the user to rejoin any of the organizations owned by the enterprise account that the user was previously a member of |
+
+### 빌드전 요구 사양
+
+{% data reusables.saml.use-classic-ui %}
+
+### Adding the {% data variables.product.prodname_ghe_cloud %} application in Okta
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.add-okta-application %}
+{% data reusables.saml.search-ghec-okta %}
+1. Click "{% data variables.product.prodname_ghe_cloud %} - Enterprise Accounts".
+1. Click **Add**.
+1. Optionally, to the right of "Application label", type a descriptive name for the application. 
+1. To the right of "{% data variables.product.prodname_dotcom %} Enterprises", type the name of your enterprise account. For example, if your enterprise account's URL is `https://github.com/enterprises/octo-corp`, type `octo-corp`. 
+1. Click **Done**.
+
+### Enabling and testing SAML SSO
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.click-enterprise-account-application %}
+{% data reusables.saml.assign-yourself-to-okta %}
+{% data reusables.saml.okta-sign-on-tab %}
+1. To the right of Settings, click **Edit**.
+1. Under "Configured SAML Attributes", to the right of "groups", use the drop-down menu and select **Matches regex**.
+1. To the right of the drop-down menu, type `.*.*`.
+1. Click **Save**.
+{% data reusables.saml.okta-view-setup-instructions %}
+1. Enable SAML for your enterprise account using the information in the setup instructions. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)."
+
+### Creating groups in Okta
+
+1. In Okta, create a group to match each organization owned by your enterprise account. The name of each group must match the account name of the organization (not the organization's display name). For example, if the URL of the organization is `https://github.com/octo-org`, name the group `octo-org`.
+1. Assign the application you created for your enterprise account to each group. {% data variables.product.prodname_dotcom %} will receive all `groups` data for each user.
+1. Add users to groups based on the organizations you'd like users to belong to.
+
+### Configuring user provisioning with SCIM in Okta
+
+{% data reusables.scim.enterprise-account-scim %}
+
+To configure user provisioning with SCIM in Okta, you must authorize an OAuth application to create a token that Okta can use to authenticate to {% data variables.product.product_name %} on your behalf. The okta-oauth application is created by Okta in partnership with {% data variables.product.prodname_dotcom %}.
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.click-enterprise-account-application %}
+{% data reusables.saml.okta-provisioning-tab %}
+{% data reusables.saml.okta-configure-api-integration %}
+{% data reusables.saml.okta-enable-api-integration %}
+1. Click **Authenticate with Github Enterprise Cloud - Enterprise Accounts**. 
+1. To the right of your enterprise account's name, click **Grant**.
+1. Click **Authorize okta-oauth**.
+{% data reusables.saml.okta-save-provisioning %}
+{% data reusables.saml.okta-edit-provisioning %}
+1. Under the name of the application, click **Push Groups**. 
+1. Use the **Push Groups** drop-down menu, and select **Find groups by name**. 
+1. Add a push group for each organization in your enterprise account that you want to enable user provisioning for.
+ - Under "PUSH GROUPS BY NAME", search for a group that corresponds to an organization owned by your enterprise account, then click the group in the search results.
+ - To the right of the group name, in the "Match results & push action" drop-down menu, verify that **Create Group** is selected. 
+ - Click **Save**.
+ - Repeat for each organization.
+1. Under the name of your application, click **Assignments**. 
+1. If you see **Provision users**, users who were a member of an Okta group before you added a push group for that group have not been provisioned. To send SCIM data to {% data variables.product.product_name %} for these users, click **Provision users**.
+
+### Enabling SAML user provisioning
+
+After you enable SCIM provisioning and deprovisioning, you can optionally enable SAML user provisioning and deprovisioning.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML User Provisioning", select **Enable SAML user provisioning**. 
+1. Click **Save**.
+1. Optionally, enable SAML user deprovisioning.
+ - Select **Enable SAML user deprovisioning**, then click **Save**. 
+ - Read the warning, then click **Enable SAML deprovisioning**. 
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md
new file mode 100644
index 0000000000..7a75d8c7a3
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md
@@ -0,0 +1,19 @@
+---
+title: Configuring the retention period for GitHub Actions artifacts and logs in your enterprise account
+intro: 'Enterprise owners can configure the retention period for {% data variables.product.prodname_actions %} artifacts and logs in an enterprise account.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+versions:
+ free-pro-team: '*'
+ enterprise-server: '>=2.23'
+---
+
+{% data reusables.actions.about-artifact-log-retention %}
+
+## Setting the retention period for an enterprise
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.github-actions.change-retention-period-for-artifacts-logs %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md
new file mode 100644
index 0000000000..23d3b3b562
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md
@@ -0,0 +1,22 @@
+---
+title: Configuring webhooks for organization events in your enterprise account
+intro: Enterprise owners can configure webhooks for events in organizations owned by an enterprise account.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/configuring-webhooks-for-organization-events-in-your-business-account/
+ - /articles/configuring-webhooks-for-organization-events-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+You can configure webhooks to receive events from organizations owned by your enterprise account. For more information about webhooks, see "[Webhooks](/webhooks/)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.hooks-tab %}
+4. Next to "Webhooks", click **Add webhook**. 
+5. Type a payload URL, then optionally customize the configuration. For more information, see "[Creating webhooks](/webhooks/creating/#creating-webhooks)." 
+6. Under "Which events would you like to trigger this webhook?", select **Let me select individual events**. 
+7. Select one or more enterprise account events for your webhook to receive. For more information, see "[Event types and payloads](/webhooks/event-payloads/)." 
+8. To receive the selected events for triggered webhooks, select **Active**. 
+9. Click **Add webhook**.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md
new file mode 100644
index 0000000000..9737015137
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md
@@ -0,0 +1,18 @@
+---
+title: Enforcing a policy on dependency insights in your enterprise account
+intro: 'Across all organizations owned by your enterprise account, you can allow or disallow members to see dependency insights, or allow owners to administer the setting on the organization level.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-a-policy-on-dependency-insights/
+ - /articles/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+In organizations owned by an enterprise account, organization owners can set limitations for viewing organization dependency insights. For more information, see "[Changing the visibility of your organization's dependency insights](/articles/changing-the-visibility-of-your-organizations-dependency-insights)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. In the enterprise account sidebar, click **Organizations**. 
+4. Under "Organization policies", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Under "Organization policies", use the drop-down menu and choose a policy. 
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..de71be296c
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md
@@ -0,0 +1,46 @@
+---
+title: Enforcing GitHub Actions policies in your enterprise account
+intro: 'Enterprise owners can disable, enable, and limit {% data variables.product.prodname_actions %} for an enterprise account.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+versions:
+ free-pro-team: '*'
+---
+
+### About {% data variables.product.prodname_actions %} permissions for your enterprise account
+
+By default, {% data variables.product.prodname_actions %} is enabled in all organizations owned by an enterprise account. You can choose to disable {% data variables.product.prodname_actions %} for all organizations owned by an enterprise account, or only allow specified organizations. You can also limit the use of public actions, so that people can only use local actions that exist in your organization.
+
+For more information about {% data variables.product.prodname_actions %}, see "[About {% data variables.product.prodname_actions %}](/actions/getting-started-with-github-actions/about-github-actions)."
+
+### Managing {% data variables.product.prodname_actions %} permissions for your enterprise account
+
+You can disable all workflows for an enterprise or set a policy that configures which actions can be used in an organization.
+
+{% data reusables.actions.actions-use-policy-settings %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.actions.enterprise-actions-permissions %}
+1. Click **Save**.
+
+### Allowing specific actions to run
+
+{% data reusables.actions.allow-specific-actions-intro %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+1. Under **Policies**, select **Allow specific actions** and add your required actions to the list. 
+
+### Enabling workflows for private repository forks
+
+{% data reusables.github-actions.private-repository-forks-overview %}
+
+#### Configuring the private fork policy for your enterprise account
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.github-actions.private-repository-forks-configure %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..9074b7ce30
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md
@@ -0,0 +1,33 @@
+---
+title: Enforcing project board policies in your enterprise account
+intro: 'Enterprise owners can enforce certain project board policies for all organizations owned by an enterprise account, or allow policies to be set in each organization.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-project-board-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-project-board-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-project-board-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+For more information about types of project boards, see "[About project boards](/articles/about-project-boards)."
+
+### Enforcing a policy for organization-wide project boards
+
+Across all organizations owned by your enterprise account, you can enable or disable organization-wide project boards, or allow owners to administer the setting on the organization level.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.projects-tab %}
+4. Under "Organization projects", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Under "Organization projects", use the drop-down menu and choose a policy. 
+
+### Enforcing a policy for repository project boards
+
+Across all organizations owned by your enterprise account, you can enable or disable repository-level project boards, or allow owners to administer the setting on the organization level.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.projects-tab %}
+4. Under "Repository projects", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Under "Repository projects", use the drop-down menu and choose a policy. 
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..84fa6806b0
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md
@@ -0,0 +1,89 @@
+---
+title: Enforcing repository management policies in your enterprise account
+intro: 'Enterprise owners can enforce certain repository management policies for all organizations owned by an enterprise account, or allow policies to be set in each organization.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-repository-management-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-repository-management-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-repository-management-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+For more information, see "[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
+
+### Enforcing a policy on default repository permissions
+
+Across all organizations owned by your enterprise account, you can set a default repository permission level (none, read, write, or admin) for organization members, or allow owners to administer the setting on the organization level.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+4. On the **Repository policies** tab, under "Default permissions", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Under "Default permissions", use the drop-down menu and choose a policy. 
+
+### Enforcing a policy on creating repositories
+
+Across all organizations owned by your enterprise account, you can allow members to create repositories, restrict repository creation to organization owners, or allow owners to administer the setting on the organization level. If you allow members to create repositories, you can choose whether members can create any combination of public, private, and internal repositories. {% data reusables.repositories.internal-repo-default %} For more information about internal repositories, see "[Creating an internal repository](/articles/creating-an-internal-repository)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Repository creation", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repo-creation-policy %}
+{% data reusables.enterprise-accounts.repo-creation-types %}
+6. Click **Save**.
+
+### Enforcing a policy on forking private or internal repositories
+
+Across all organizations owned by your enterprise account, you can allow people with access to a private or internal repository to fork the repository, never allow forking of private or internal repositories, or allow owners to administer the setting on the organization level.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Repository forking", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Under "Repository forking", use the drop-down menu and choose a policy. 
+
+### Enforcing a policy on inviting outside collaborators to repositories
+
+Across all organizations owned by your enterprise account, you can allow members to invite outside collaborators to repositories, restrict outside collaborator invitations to organization owners, or allow owners to administer the setting on the organization level.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Repository invitations", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Under "Repository invitations", use the drop-down menu and choose a policy.
+ 
+
+### Enforcing a policy on changing repository visibility
+
+Across all organizations owned by your enterprise account, you can allow members with admin permissions to change a repository's visibility, restrict repository visibility changes to organization owners, or allow owners to administer the setting on the organization level.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Repository visibility change", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repository-visibility-policy %}
+
+### Enforcing a policy on deleting or transferring repositories
+
+Across all organizations owned by your enterprise account, you can allow members with admin permissions to delete or transfer a repository, restrict repository deletion and transfers to organization owners, or allow owners to administer the setting on the organization level.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Repository deletion and transfer", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repository-deletion-policy %}
+
+### Enforcing a policy on deleting issues
+
+Across all organizations owned by your enterprise account, you can allow members with admin permissions to delete issues in a repository, restrict issue deletion to organization owners, or allow owners to administer the setting on the organization level.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Repository issue deletion", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Under "Repository issue deletion", use the drop-down menu and choose a policy. 
+
+### Enforcing a policy on the default branch name
+
+Across all organizations owned by your enterprise account, you can set the default branch name for any new repositories that members create. You can choose to enforce that default branch name across all organizations or allow individual organizations to set a different one.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. On the **Repository policies** tab, under "Default branch name", enter the default branch name that new repositories should use. 
+4. Optionally, to enforce the default branch name for all organizations in the enterprise, select **Enforce across this enterprise**. 
+5. Click **Update**. 
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md
new file mode 100644
index 0000000000..fb3a07488c
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md
@@ -0,0 +1,204 @@
+---
+title: Enforcing security settings in your enterprise account
+intro: Enterprise owners can enforce certain security policies for all organizations owned by an enterprise account.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+redirect_from:
+ - /articles/enforcing-security-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-security-settings-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-security-settings-in-your-enterprise-account
+ - /github/articles/managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### Requiring two-factor authentication for organizations in your enterprise account
+
+Enterprise owners can require that organization members, billing managers, and outside collaborators in all organizations owned by an enterprise account use two-factor authentication to secure their personal accounts.
+
+Before you can require 2FA for all organizations owned by your enterprise account, you must enable two-factor authentication for your own account. For more information, see "[Securing your account with two-factor authentication (2FA)](/articles/securing-your-account-with-two-factor-authentication-2fa/)."
+
+{% warning %}
+
+**Warnings:**
+
+- When you require two-factor authentication for your enterprise account, members, outside collaborators, and billing managers (including bot accounts) in all organizations owned by your enterprise account who do not use 2FA will be removed from the organization and lose access to its repositories. They will also lose access to their forks of the organization's private repositories. You can reinstate their access privileges and settings if they enable two-factor authentication for their personal account within three months of their removal from your organization. For more information, see "[Reinstating a former member of your organization](/articles/reinstating-a-former-member-of-your-organization)."
+- Any organization owner, member, billing manager, or outside collaborator in any of the organizations owned by your enterprise account who disables 2FA for their personal account after you've enabled required two-factor authentication will automatically be removed from the organization.
+- If you're the sole owner of a enterprise account that requires two-factor authentication, you won't be able to disable 2FA for your personal account without disabling required two-factor authentication for the enterprise account.
+
+{% endwarning %}
+
+Before you require use of two-factor authentication, we recommend notifying organization members, outside collaborators, and billing managers and asking them to set up 2FA for their accounts. Organization owners can see if members and outside collaborators already use 2FA on each organization's People page. For more information, see "[Viewing whether users in your organization have 2FA enabled](/articles/viewing-whether-users-in-your-organization-have-2fa-enabled)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+4. Under "Two-factor authentication", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Under "Two-factor authentication", select **Require two-factor authentication for all organizations in your business**, then click **Save**. 
+6. If prompted, read the information about members and outside collaborators who will be removed from the organizations owned by your enterprise account. To confirm the change, type your enterprise account's name, then click **Remove members & require two-factor authentication**. 
+7. Optionally, if any members or outside collaborators are removed from the organizations owned by your enterprise account, we recommend sending them an invitation to reinstate their former privileges and access to your organization. Each person must enable two-factor authentication before they can accept your invitation.
+
+### Managing allowed IP addresses for organizations in your enterprise account
+
+Enterprise owners can restrict access to assets owned by organizations in an enterprise account by configuring an allow list for specific IP addresses. {% data reusables.identity-and-permissions.ip-allow-lists-example-and-restrictions %}
+
+{% data reusables.identity-and-permissions.ip-allow-lists-cidr-notation %}
+
+{% data reusables.identity-and-permissions.ip-allow-lists-enable %}
+
+You can also configure allowed IP addresses for an individual organization. For more information, see "[Managing allowed IP addresses for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization)."
+
+#### Adding an allowed IP address
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-ip %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-description %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-entry %}
+
+#### Enabling allowed IP addresses
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+3. Under "IP allow list", select **Enable IP allow list**. 
+4. Click **Save**.
+
+#### Editing an allowed IP address
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-entry %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-ip %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-description %}
+8. Click **Update**.
+
+#### Deleting an allowed IP address
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-delete-entry %}
+{% data reusables.identity-and-permissions.ip-allow-lists-confirm-deletion %}
+
+#### Using {% data variables.product.prodname_actions %} with an IP allow list
+
+{% data reusables.github-actions.ip-allow-list-self-hosted-runners %}
+
+### Enabling SAML single sign-on for organizations in your enterprise account
+
+{% data reusables.saml.dotcom-saml-explanation %} For more information, see "[About identity and access management with SAML single sign-on](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)."
+
+Enterprise owners can enable SAML SSO and centralized authentication through a SAML IdP across all organizations owned by an enterprise account. After you enable SAML SSO for your enterprise account, SAML SSO is enabled by default for all organizations owned by your enterprise account. All members will be required to authenticate using SAML SSO to gain access to the organizations where they are a member, and enterprise owners will be required to authenticate using SAML SSO when accessing an enterprise account.
+
+{% data reusables.saml.about-saml-access-enterprise-account %} For more information, see "[Viewing and managing a user's SAML access to your enterprise account](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)."
+
+{% data reusables.saml.saml-supported-idps %}
+
+{% data reusables.scim.enterprise-account-scim %} If you're not participating in the private beta, SCIM is not supported for enterprise accounts. For more information, see "[Managing user provisioning for organizations in your enterprise account](#managing-user-provisioning-for-organizations-in-your-enterprise-account)."
+
+{% note %}
+
+**Note:** Enabling authentication with SAML single sign-on for your enterprise account will override any existing organization-level SAML configurations.
+
+{% endnote %}
+
+For more detailed information about how to enable SAML using Okta, see "[Configuring SAML single sign-on and SCIM for your enterprise account using Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta).
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+4. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Under "SAML single sign-on", select **Enable SAML authentication**. 
+6. In the **Sign on URL** field, type the HTTPS endpoint of your IdP for single sign-on requests. This value is available in your IdP configuration. 
+7. Optionally, in the **Issuer** field, type your SAML issuer's name. This verifies the authenticity of sent messages. 
+8. Under **Public Certificate**, paste a certificate to verify SAML responses. 
+9. To verify the integrity of the requests from your SAML issuer, click {% octicon "pencil" aria-label="The edit icon" %}. Then in the Signature Method and Digest Method drop-downs, choose the hashing algorithm used by your SAML issuer. 
+10. Before enabling SAML SSO for your enterprise, click **Test SAML configuration** to ensure that the information you've entered is correct. 
+11. Click **Save**.
+
+### Managing user provisioning for organizations in your enterprise account
+
+Enterprise owners can manage organization membership in an enterprise account directly from an identity provider (IdP).
+
+{% data reusables.enterprise-accounts.user-provisioning-release-stage %}
+
+{% data reusables.saml.about-user-provisioning-enterprise-account %}
+
+{% data reusables.scim.enterprise-account-scim %} Optionally, you can also enable SAML provisioning and, separately, deprovisioning.
+
+If you configure SCIM in your IdP, each time you make changes to group membership in your IdP, your IdP will make a SCIM call to {% data variables.product.prodname_dotcom %} to update the corresponding organization's membership. If you enable SAML provisioning, each time an enterprise member accesses a resource protected by your enterprise account's SAML configuration, that SAML assertion will trigger provisioning.
+
+For each SCIM call or SAML assertion, {% data variables.product.product_name %} will check the IdP groups the user belongs to and perform the following operations:
+
+- If the user is a member of an IdP group that corresponds to an organization owned by your enterprise account, and the user is not currently a member of that organization, add the user to the organization (SAML assertion) or send the user an email invitation to join the organization (SCIM call).
+- Cancel any existing invitations for the user to join an organization owned by your enterprise account.
+
+For each SCIM call and, if you enable SAML deprovisioning, each SAML assertion, {% data variables.product.product_name %} will also perform the following operation:
+
+- If the user is not a member of an IdP group that corresponds to an organization owned by your enterprise account, and the user is currently a member of that organization, remove the user from the organization.
+
+If deprovisioning removes the last remaining owner from an organization, the organization will become unowned. Enterprise owners can assume ownership of unowned organizations. For more information, see "[Managing unowned organizations in your enterprise account](/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account)."
+
+To enable user provisioning for your enterprise account using Okta, see "[Configuring SAML single sign-on and SCIM for your enterprise account using Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)."
+
+### Managing team synchronization for organizations in your enterprise account
+
+Enterprise owners can enable team synchronization between an IdP and {% data variables.product.product_name %} to allow organization owners and team maintainers to connect teams in the organizations owned by your enterprise account with IdP groups.
+
+{% data reusables.identity-and-permissions.about-team-sync %}
+
+You can use team synchronization with your enterprise account with Azure AD.
+
+{% data reusables.identity-and-permissions.sync-team-with-idp-group %}
+
+{% data reusables.identity-and-permissions.team-sync-disable %}
+
+You can also configure and manage team synchronization for an individual organization. For more information, see "[Managing team synchronization for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)."
+
+#### 빌드전 요구 사양
+
+Before you can enable team synchronization for your enterprise account:
+ - You or your Azure AD administrator must be a Global administrator or a Privileged Role administrator in Azure AD.
+ - You must enable SAML single sign-on for organizations in your enterprise account with your supported IdP. For more information, see "[Enabling SAML single sign-on for organizations in your enterprise account](#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)."
+ - You must authenticate to your enterprise account using SAML SSO and the supported IdP. For more information, see "[Authenticating with SAML single sign-on](/articles/authenticating-with-saml-single-sign-on)."
+
+#### Managing team synchronization for Azure AD
+
+{% data reusables.identity-and-permissions.team-sync-azure-permissions %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.team-sync-confirm-saml %}
+{% data reusables.identity-and-permissions.enable-team-sync-azure %}
+{% data reusables.identity-and-permissions.team-sync-confirm %}
+7. Review the identity provider tenant information you want to connect to your enterprise account, then click **Approve**. 
+8. To disable team synchronization, click **Disable team synchronization**. 
+
+### Managing your enterprise account's SSH certificate authorities
+
+Enterprise owners can add and delete an enterprise account's SSH certificate authorities (CA).
+
+By adding an SSH CA to your enterprise account, you can allow members of any organization owned by your enterprise account to access that organization's repositories using SSH certificates you provide. {% data reusables.organizations.can-require-ssh-cert %} For more information, see "[About SSH certificate authorities](/articles/about-ssh-certificate-authorities)."
+
+#### Adding an SSH certificate authority
+
+{% data reusables.organizations.add-extension-to-cert %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.organizations.new-ssh-ca %}
+{% data reusables.organizations.require-ssh-cert %}
+
+#### Deleting an SSH certificate authority
+
+Deleting a CA cannot be undone. If you want to use the same CA in the future, you'll need to upload the CA again.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.organizations.delete-ssh-ca %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..fe4252f131
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md
@@ -0,0 +1,21 @@
+---
+title: Enforcing team policies in your enterprise account
+intro: 'Enterprise owners can enforce certain team policies for all organizations owned by an enterprise account, or allow policies to be set in each organization.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-team-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-team-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-team-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### Enforcing a policy for team discussions
+
+Across all organizations owned by your enterprise account, you can enable or disable team discussions, or allow owners to administer the setting on the organization level. For more information, see "[About team discussions](/articles/about-team-discussions/)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. In the enterprise account sidebar, click **Teams**. 
+4. Under "Team discussions", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Under "Team discussions", use the drop-down menu and choose a policy. 
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/index.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/index.md
new file mode 100644
index 0000000000..54e9cb2241
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/index.md
@@ -0,0 +1,39 @@
+---
+title: Setting up and managing your enterprise
+shortTitle: Your enterprise
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account
+ - /categories/setting-up-and-managing-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+
+### Table of Contents
+
+{% topic_link_in_list /managing-your-enterprise-account %}
+ {% link_in_list /about-enterprise-accounts %}
+ {% link_in_list /viewing-the-subscription-and-usage-for-your-enterprise-account %}
+ {% link_in_list /managing-licenses-for-visual-studio-subscription-with-github-enterprise %}
+{% topic_link_in_list /managing-users-in-your-enterprise %}
+ {% link_in_list /roles-in-an-enterprise %}
+ {% link_in_list /inviting-people-to-manage-your-enterprise %}
+ {% link_in_list /viewing-people-in-your-enterprise %}
+ {% link_in_list /viewing-and-managing-a-users-saml-access-to-your-enterprise %}
+{% topic_link_in_list /managing-organizations-in-your-enterprise-account %}
+ {% link_in_list /adding-organizations-to-your-enterprise-account %}
+ {% link_in_list /managing-unowned-organizations-in-your-enterprise-account %}
+ {% link_in_list /viewing-the-audit-logs-for-organizations-in-your-enterprise-account %}
+ {% link_in_list /configuring-webhooks-for-organization-events-in-your-enterprise-account %}
+{% topic_link_in_list /setting-policies-for-organizations-in-your-enterprise-account %}
+ {% link_in_list /enforcing-repository-management-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-project-board-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-team-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-security-settings-in-your-enterprise-account %}
+ {% link_in_list /configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta %}
+ {% link_in_list /enforcing-a-policy-on-dependency-insights-in-your-enterprise-account %}
+ {% link_in_list /enforcing-github-actions-policies-in-your-enterprise-account %}
+ {% link_in_list /configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md
new file mode 100644
index 0000000000..262fb646fd
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md
@@ -0,0 +1,44 @@
+---
+title: Inviting people to manage your enterprise
+intro: You can invite people to become enterprise owners or billing managers in your enterprise account. You can also remove enterprise owners or billing managers who no longer need access to the enterprise account.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/inviting-people-to-manage-your-enterprise-account
+ - /articles/inviting-people-to-collaborate-in-your-business-account/
+ - /articles/inviting-people-to-manage-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### About inviting people to manage your enterprise account
+
+{% data reusables.enterprise-accounts.enterprise-administrators %} For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise).
+
+{% tip %}
+
+**Tip:** For more information on managing users within an organization owned by your enterprise account, see "[Managing membership in your organization](/articles/managing-membership-in-your-organization)" and "[Managing people's access to your organization with roles](/articles/managing-peoples-access-to-your-organization-with-roles)."
+
+{% endtip %}
+
+### Inviting an enterprise administrator to your enterprise account
+
+Only enterprise owners can invite other people to become enterprise administrators.
+
+After you invite someone to join the enterprise account, they must accept the emailed invitation before they can access the enterprise account.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+3. In the left sidebar, click **Administrators**. 
+4. Above the list of administrators, click **Invite admin**. 
+5. Type the username, full name, or email address of the person you want to invite to become an enterprise administrator, then select the appropriate person from the results. 
+6. Select **Owner** or **Billing Manager**. 
+7. Click **Send Invitation**. 
+
+### Removing an enterprise administrator from your enterprise account
+
+Only enterprise owners can remove other enterprise administrators from the enterprise account.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+3. Next to the username of the person you'd like to remove, click {% octicon "gear" aria-label="The Settings gear" %}, then click **Remove owner** or **Remove billing manager**. 
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md
new file mode 100644
index 0000000000..78cda30a30
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md
@@ -0,0 +1,42 @@
+---
+title: Managing licenses for Visual Studio subscription with GitHub Enterprise
+intro: 'You can manage {% data variables.product.prodname_enterprise %} licensing for {% data variables.product.prodname_vss_ghe %}.'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/managing-licenses-for-the-github-enterprise-and-visual-studio-bundle
+ - /github/articles/about-the-github-and-visual-studio-bundle
+ - /articles/about-the-github-and-visual-studio-bundle
+versions:
+ free-pro-team: '*'
+---
+
+### About {% data variables.product.prodname_vss_ghe %}
+
+{% data variables.product.prodname_vss_ghe %} is a combined offering from Microsoft that allows a subscriber to use both {% data variables.product.prodname_enterprise %} and {% data variables.product.prodname_vs %}. {% data variables.product.prodname_vss_ghe %} is available from Microsoft under the terms of the Microsoft Enterprise Agreement. For more information, see [{% data variables.product.prodname_vss_ghe %}](https://visualstudio.microsoft.com/subscriptions/visual-studio-github/) on the {% data variables.product.prodname_vs %} website.
+
+After you assign a license for {% data variables.product.prodname_vss_ghe %} to a subscriber, the subscriber will use the {% data variables.product.prodname_enterprise %} portion of the license by joining an organization in your enterprise account with a user account on {% data variables.product.prodname_dotcom_the_website %}.
+
+For more information about {% data variables.product.prodname_enterprise %}, see "[{% data variables.product.company_short %}'s products](/github/getting-started-with-github/githubs-products#github-enterprise)." For more information about accounts on {% data variables.product.prodname_dotcom_the_website %}, see "[Types of {% data variables.product.prodname_dotcom %} accounts](/github/getting-started-with-github/types-of-github-accounts)."
+
+### 빌드전 요구 사양
+
+1. After you buy {% data variables.product.prodname_vss_ghe %}, contact {% data variables.contact.contact_enterprise_sales %} and mention "{% data variables.product.prodname_vss_ghe %}." You'll work with the Sales team to create an enterprise account on {% data variables.product.prodname_dotcom_the_website %}. If you already have an enterprise account on {% data variables.product.prodname_dotcom_the_website %}, or if you're not sure, please tell our Sales team.
+
+2. Assign licenses for {% data variables.product.prodname_vss_ghe %} to subscribers in {% data variables.product.prodname_vss_admin_portal_with_url %}. For more information about assigning licenses, see [Manage {% data variables.product.prodname_vs %} subscriptions with {% data variables.product.prodname_enterprise %}](https://docs.microsoft.com/en-us/visualstudio/subscriptions/assign-github) in the Microsoft Docs.
+
+3. On {% data variables.product.prodname_dotcom_the_website %}, create at least one organization owned by your enterprise account. For more information, see "[Adding organizations to your enterprise account](/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account)."
+
+4. The subscriber must create a user account on {% data variables.product.prodname_dotcom_the_website %}, and the email address for the account must be the same email address as the email address in the {% data variables.product.prodname_vs %} portal. For more information, see "[Signing up for {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/signing-up-for-github)" and "[Managing email preferences](/github/setting-up-and-managing-your-github-user-account/managing-email-preferences)."
+
+### Inviting a subscriber to use {% data variables.product.prodname_enterprise %}
+
+To use the {% data variables.product.prodname_enterprise %} portion of the license, the subscriber must join an organization owned by your enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Organization owners can invite new members to an organization. For more information, see "[Inviting users to join your organization](/github/setting-up-and-managing-organizations-and-teams/inviting-users-to-join-your-organization)."
+
+### Viewing {% data variables.product.prodname_enterprise %} licensing
+
+After assigning a license for {% data variables.product.prodname_vss_ghe %} in {% data variables.product.prodname_vss_admin_portal_with_url %}, you can view the number of {% data variables.product.prodname_enterprise %} licenses available to your enterprise account. For more information, see "[Viewing the subscription and usage for your enterprise account](/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account)."
+
+You can also see pending {% data variables.product.prodname_enterprise %} invitations to subscribers in {% data variables.product.prodname_vss_admin_portal_with_url %}. The list of pending invitations includes subscribers who are not yet members of at least one organization in your enterprise account. For more information, see "[Viewing people in your enterprise](/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise#viewing-members-and-outside-collaborators)."
+
+### 더 읽을거리
+
+- [Introducing Visual Studio subscriptions with GitHub Enterprise](https://docs.microsoft.com/en-us/visualstudio/subscriptions/access-github) in the Microsoft Docs
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..9bce247ef1
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md
@@ -0,0 +1,10 @@
+---
+title: Managing organizations in your enterprise account
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/managing-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..5f85efd341
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md
@@ -0,0 +1,15 @@
+---
+title: Managing unowned organizations in your enterprise account
+intro: You can become an owner of an organization in your enterprise account that currently has no owners.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+permissions: Enterprise owners can manage unowned organizations in an enterprise account.
+versions:
+ free-pro-team: '*'
+---
+
+If you enable user deprovisioning to manage organization membership in your enterprise account, you could end up with an organization that has no organization owners. For more information, see "[Enforcing security settings in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+2. To the right of the search field, click **X unowned**. 
+3. To the right of the organization you want to assume ownership of, click **Become an owner**. 
+4. Read the warning, then click **Become an owner**. 
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md
new file mode 100644
index 0000000000..97c906ecd0
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md
@@ -0,0 +1,14 @@
+---
+title: Managing users in your enterprise
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise-account
+ - /articles/managing-users-in-your-enterprise-account
+ - /articles/managing-users-in-your-enterprise
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md
new file mode 100644
index 0000000000..348926c13c
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md
@@ -0,0 +1,11 @@
+---
+title: Managing your enterprise account
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/managing-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md
new file mode 100644
index 0000000000..1b84c0d34c
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md
@@ -0,0 +1,61 @@
+---
+title: Roles in an enterprise
+intro: 'Everyone in an enterprise is a member of the enterprise. To control access to your enterprise''s settings and data, you can assign different roles to members of your enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/roles-for-an-enterprise-account
+ - /articles/permission-levels-for-a-business-account/
+ - /articles/roles-for-an-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### About roles in an enterprise
+
+Everyone in an enterprise is a member of the enterprise. You can also assign administrative roles to members of your enterprise. Each administrator role maps to business functions and provides permissions to do specific tasks within the enterprise.
+
+{% data reusables.enterprise-accounts.enterprise-administrators %}
+
+For more information about adding people to your enterprise, see "{% if currentVersion == "free-pro-team@latest" %}[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise){% else %}[Authentication](/admin/authentication){% endif %}".
+
+### Enterprise owner
+
+Enterprise owners have complete control over the enterprise and can take every action, including:
+- Managing administrators
+- {% if currentVersion == "free-pro-team@latest" %}Adding and removing {% elsif currentVersion == "github-ae@latest" %}Managing{% endif %} organizations {% if currentVersion == "free-pro-team@latest" %}to and from {% elsif currentVersion == "github-ae@latest" %} in{% endif %} the enterprise
+- Managing enterprise settings
+- Enforcing policy across organizations
+{% if currentVersion == "free-pro-team@latest" %}- Managing billing settings{% endif %}
+
+Enterprise owners cannot access organization settings or content unless they are made an organization owner or given direct access to an organization-owned repository. Similarly, owners of organizations in your enterprise do not have access to the enterprise itself unless you make them enterprise owners.
+
+You can add as many enterprise owners as you'd like to your enterprise. {% if currentVersion == "free-pro-team@latest" %}Enterprise owners must have a personal account on {% data variables.product.prodname_dotcom %}.{% endif %} As a best practice, we recommend making only a few people in your company enterprise owners, to reduce the risk to your business.
+
+### Enterprise members
+
+Members of organizations owned by your enterprise are also automatically members of the enterprise. Members can collaborate in organizations and may be organization owners, but members cannot access or configure enterprise settings{% if currentVersion == "free-pro-team@latest" %}, including billing settings{% endif %}.
+
+People in your enterprise may have different levels of access to the various organizations owned by your enterprise and to repositories within those organizations. You can view the resources that each person has access to. For more information, see "[Viewing people in your enterprise](/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise)."
+
+For more information about organization-level permissions, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."
+
+People with outside collaborator access to repositories owned by your organization are also listed in your enterprise's People tab, but are not enterprise members and do not have any access to the enterprise. For more information about outside collaborators, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization#outside-collaborators)."
+
+{% if currentVersion == "free-pro-team@latest" %}
+
+### Billing manager
+
+Billing managers only have access to your enterprise's billing settings. Billing managers for your enterprise can:
+- View and manage user licenses, {% data variables.large_files.product_name_short %} packs and other billing settings
+- View a list of billing managers
+- Add or remove other billing managers
+
+Billing managers do not have access to organizations or repositories in your enterprise, and cannot add or remove enterprise owners. Billing managers must have a personal account on {% data variables.product.prodname_dotcom %}.
+
+### 더 읽을거리
+
+- "[About enterprise accounts](/articles/about-enterprise-accounts)"
+
+{% endif %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..4d664620ad
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md
@@ -0,0 +1,10 @@
+---
+title: Setting policies for organizations in your enterprise account
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/setting-policies-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
new file mode 100644
index 0000000000..d1e7931fa3
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
@@ -0,0 +1,51 @@
+---
+title: Viewing and managing a user's SAML access to your enterprise
+intro: 'You can view and revoke an enterprise member''s linked identity, active sessions, and authorized credentials.'
+permissions: Enterprise owners can view and manage a member's SAML access to an organization.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### About SAML access to your enterprise account
+
+When you enable SAML single sign-on for your enterprise account, each enterprise member can link their external identity on your identity provider (IdP) to their existing {% data variables.product.product_name %} account. {% data reusables.saml.about-saml-access-enterprise-account %}
+
+### Viewing and revoking a linked identity
+
+{% data reusables.saml.about-linked-identities %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-identity %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-sso-identity %}
+{% data reusables.saml.revoke-sso-identity %}
+{% data reusables.saml.confirm-revoke-identity %}
+
+### Viewing and revoking an active SAML session
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-session %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-saml-sessions %}
+{% data reusables.saml.revoke-saml-session %}
+
+### Viewing and revoking authorized credentials
+
+{% data reusables.saml.about-authorized-credentials %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-credentials %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-authorized-credentials %}
+{% data reusables.saml.revoke-authorized-credentials %}
+{% data reusables.saml.confirm-revoke-credentials %}
+
+### 더 읽을거리
+
+- "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)"
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md
new file mode 100644
index 0000000000..5065f05ca0
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md
@@ -0,0 +1,38 @@
+---
+title: Viewing people in your enterprise
+intro: 'To audit access to enterprise-owned resources or user license usage, enterprise owners can view every administrator and member of the enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/viewing-people-in-your-enterprise-account
+ - /articles/viewing-people-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Viewing enterprise owners{% if currentVersion == "free-pro-team@latest" %} and billing managers{% endif %}
+
+You can view enterprise owners {% if currentVersion == "free-pro-team@latest" %} and billing managers, {% endif %}as well as a list of pending invitations to become owners{% if currentVersion == "free-pro-team@latest" %} and billing managers. You can filter the list of enterprise administrators by role{% endif %}. You can find a specific person by searching for their username or full name.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.enterprise-accounts.administrators-tab %}
+{% if currentVersion == "free-pro-team@latest" %}1. Optionally, to view a list of pending invitations, click **_NUMBER_ pending**.
+ {% endif %}
+
+### Viewing members and outside collaborators
+
+You can view the number of pending members and outside collaborators. You can filter the list of members by {% if currentVersion == "free-pro-team@latest" %}deployment ({% data variables.product.prodname_ghe_cloud %} or {% data variables.product.prodname_ghe_server %}),{% endif %}role {% if currentVersion == "free-pro-team@latest" %}, and{% elsif currentVersion == "github-ae@latest" %}or {% endif %}organization. You can filter the list of outside collaborators by the visibility of the repositories the collaborator has access to. You can find a specific person by searching for their username or display name.
+
+You can view {% if currentVersion == "free-pro-team@latest" %}all the {% data variables.product.prodname_ghe_cloud %} organizations and {% data variables.product.prodname_ghe_server %} instances that a member belongs to, and {% endif %}which repositories an outside collaborator has access to{% if currentVersion == "free-pro-team@latest" %}, {% endif %} by clicking on the person's name.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+1. Optionally, to view a list of outside collaborators rather than the list of members, click **Outside collaborators**. 
+{% if currentVersion == "free-pro-team@latest" %}1. Optionally, to view a list of pending invitations, click **_NUMBER_ pending**.
+ {% endif %}
+
+### 더 읽을거리
+
+- "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise)"
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..661d9c5cb1
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md
@@ -0,0 +1,25 @@
+---
+title: Viewing the audit logs for organizations in your enterprise account
+intro: Enterprise owners can view aggregated actions from all of the organizations owned by an enterprise account in its audit log.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/viewing-the-audit-logs-for-organizations-in-your-business-account/
+ - /articles/viewing-the-audit-logs-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Each audit log entry shows applicable information about an event, such as:
+
+- The organization an action was performed in
+- The user who performed the action
+- Which repository an action was performed in
+- The action that was performed
+- Which country the action took place in
+- The date and time the action occurred
+
+You can search the audit log for specific events and export audit log data. For more information on searching the audit log and on specific organization events, see "[Reviewing the audit log for your organization](/articles/reviewing-the-audit-log-for-your-organization)."
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.audit-log-tab %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md
new file mode 100644
index 0000000000..e799f3f237
--- /dev/null
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md
@@ -0,0 +1,29 @@
+---
+title: Viewing the subscription and usage for your enterprise account
+intro: 'You can view the current subscription, license usage, invoices, payment history, and other billing information for your enterprise account.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+permissions: 'Enterprise owners and billing managers can access and manage all billing settings for enterprise accounts.'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/viewing-the-subscription-and-usage-for-your-enterprise-account
+ - /articles/viewing-the-subscription-and-usage-for-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### About billing for enterprise accounts
+
+Enterprise accounts are currently available to {% data variables.product.prodname_enterprise %} customers paying by invoice. Billing for all of the organizations and {% data variables.product.prodname_ghe_server %} instances connected to your enterprise account are aggregated into a single bill charge for all of your paid {% data variables.product.prodname_dotcom_the_website %} services (including paid licenses in organizations, {% data variables.large_files.product_name_long %} data packs, and subscriptions for {% data variables.product.prodname_marketplace %} apps).
+
+For more information about managing billing managers, see "[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise)."
+
+### Viewing the subscription and usage for your enterprise account
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.license-tab %}
+4. Under "User
+{% if currentVersion == "free-pro-team@latest" %}Licenses{% else %}licenses{% endif %}", view your total licenses, number of consumed licenses, and your subscription expiration date.
+ {% if currentVersion == "free-pro-team@latest" %}{% else %}
+ {% endif %}
+5. To view details of the user licenses currently in use, click **View {% if currentVersion == "free-pro-team@latest" %}details{% else %}users{% endif %}**.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
index 2816e9f26c..f2e3bc17a1 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can optionally choose to add a description, location, website, and email address for your organization, and pin important repositories to the top of the page.
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
index b536cadccb..ac15d732bf 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
@@ -8,11 +8,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can add personal information about yourself in your bio, like previous places you've worked, projects you've contributed to, or interests you have that other people may like to know about. For more information, see "[Adding a bio to your profile](/articles/personalizing-your-profile/#adding-a-bio-to-your-profile)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.profile.profile-readme %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
index 9f00c450b6..6a1a2d651a 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/index.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/index.md
index 1d4f8bc8e8..b6ef2bc555 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/index.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
index 54b894dfc3..e12a79ddba 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
index c2733cff05..c29bdd2f5d 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
@@ -4,6 +4,7 @@ intro: 'You can add a README to your {% data variables.product.prodname_dotcom %
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
### About your profile README
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
index 5780503b33..fd1a2c7787 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Changing your profile picture
@@ -49,7 +50,7 @@ You can change the name that is displayed on your profile. This name may also be
Add a bio to your profile to share information about yourself with other {% data variables.product.product_name %} users. With the help of [@mentions](/articles/basic-writing-and-formatting-syntax) and emoji, you can include information about where you currently or have previously worked, what type of work you do, or even what kind of coffee you drink.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
For a longer-form and more prominent way of displaying customized information about yourself, you can also use a profile README. For more information on the profile README, see "[Managing your profile README](/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
index 3523825aa5..ac54089644 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
@@ -1,12 +1,13 @@
---
title: Pinning items to your profile
-intro: 'You can pin {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.16" %}gists and {% endif %}repositories to your profile so other people can quickly see your best work.'
+intro: 'You can pin gists and repositories to your profile so other people can quickly see your best work.'
redirect_from:
- /articles/pinning-repositories-to-your-profile/
- /articles/pinning-items-to-your-profile
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can pin a public repository if you own the repository or you've made contributions to the repository. Commits to forks don't count as contributions, so you can't pin a fork that you don't own. For more information, see "[Why are my contributions not showing up on my profile?](/articles/why-are-my-contributions-not-showing-up-on-my-profile)"
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
index f4f4987fea..4d4f8c1a90 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you publicize your private contributions, people without access to the private repositories you work in won't be able to see the details of your private contributions. Instead, they'll see the number of private contributions you made on any given day. Your public contributions will include detailed information. For more information, see "[Viewing contributions on your profile page](/articles/viewing-contributions-on-your-profile-page)".
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
index 9a8038446d..ce29a5face 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.activity-overview-summary %} For more information, see "[Viewing contributions on your profile](/articles/viewing-contributions-on-your-profile)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
index e569a29ed6..b53c1b31dd 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Expected behavior to view commit details
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
index 340e4084a3..34974346df 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
@@ -8,13 +8,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Your contribution graph shows activity from public repositories. You can choose to show activity from both public and private repositories, with specific details of your activity in private repositories anonymized. For more information, see "[Publicizing or hiding your private contributions on your profile](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile)."
{% note %}
-**Note:** Commits will only appear on your contributions graph if you have [added the email address you used for your local Git configuration to your {% data variables.product.product_name %} email settings](/articles/adding-an-email-address-to-your-github-account). For more information, see "[Why are my contributions not showing up on my profile?](/articles/why-are-my-contributions-not-showing-up-on-my-profile#you-havent-added-your-local-git-commit-email-to-your-profile)"
+**Note:** Commits will only appear on your contributions graph if the email address you used to author the commits is connected to your account on {% data variables.product.product_name %}. For more information, see "[Why are my contributions not showing up on my profile?](/articles/why-are-my-contributions-not-showing-up-on-my-profile#your-local-git-commit-email-isnt-connected-to-your-account)"
{% endnote %}
@@ -25,7 +26,7 @@ On your profile page, certain actions count as contributions:
- Committing to a repository's default branch or `gh-pages` branch
- Opening an issue
- Proposing a pull request
-- Submitting a pull request review{% if enterpriseServerVersions contains currentVersion %}
+- Submitting a pull request review{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- Co-authoring commits in a repository's default branch or `gh-pages` branch{% endif %}
{% data reusables.pull_requests.pull_request_merges_and_contributions %}
@@ -79,9 +80,12 @@ The contribution activity section includes a detailed timeline of your work, inc

+{% if currentVersion != "github-ae@latest" %}
### Viewing contributions from {% data variables.product.product_location_enterprise %} on {% data variables.product.prodname_dotcom_the_website %}
+If your site administrator has enabled
-If your site administrator has enabled {% data variables.product.prodname_unified_contributions %}, you can send {% data variables.product.prodname_enterprise %} contribution counts to your {% data variables.product.prodname_dotcom_the_website %} profile. For more information, see "[Sending your {% data variables.product.prodname_ghe_server %} contributions to your {% data variables.product.prodname_dotcom_the_website %}](/articles/sending-your-github-enterprise-server-contributions-to-your-github-com-profile)."
+{% data variables.product.prodname_unified_contributions %}, you can send {% data variables.product.prodname_enterprise %} contribution counts to your {% data variables.product.prodname_dotcom_the_website %} profile. For more information, see "[Sending your {% data variables.product.prodname_ghe_server %} contributions to your {% data variables.product.prodname_dotcom_the_website %}](/articles/sending-your-github-enterprise-server-contributions-to-your-github-com-profile)."
+{% endif %}
### 더 읽을거리
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
index 447317b734..38eab27d21 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Contributions that are counted
@@ -38,9 +39,9 @@ In addition, **at least one** of the following must be true:
After making a commit that meets the requirements to count as a contribution, you may need to wait for up to 24 hours to see the contribution appear on your contributions graph.
-#### You haven't added your local Git commit email to your profile
+#### Your local Git commit email isn't connected to your account
-Commits must be made with an email address that has been added to your {% data variables.product.product_name %} account{% if currentVersion == "free-pro-team@latest" %}, or the {% data variables.product.product_name %}-provided `noreply` email address provided to you in your email settings,{% endif %} in order to appear on your contributions graph.{% if currentVersion == "free-pro-team@latest" %} For more information about `noreply` email addresses, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#about-commit-email-addresses)."{% endif %}
+Commits must be made with an email address that is connected to your account on {% data variables.product.product_name %}{% if currentVersion == "free-pro-team@latest" %}, or the {% data variables.product.product_name %}-provided `noreply` email address provided to you in your email settings,{% endif %} in order to appear on your contributions graph.{% if currentVersion == "free-pro-team@latest" %} For more information about `noreply` email addresses, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#about-commit-email-addresses)."{% endif %}
You can check the email address used for a commit by adding `.patch` to the end of a commit URL, e.g. https://github.com/octocat/octocat.github.io/commit/67c0afc1da354d8571f51b6f0af8f2794117fd10.patch:
@@ -53,7 +54,7 @@ Subject: [PATCH] updated index for better welcome message
The email address in the `From:` field is the address that was set in the [local git config settings](/articles/set-up-git). In this example, the email address used for the commit is `octocat@nowhere.com`.
-If the email address used for the commit hasn't been added to your {% data variables.product.product_name %} profile, you must [add the email address](/articles/adding-an-email-address-to-your-github-account) to your {% data variables.product.product_name %} account. Your contributions graph will be rebuilt automatically when you add the new address.
+If the email address used for the commit is not connected to your account on {% data variables.product.product_name %}, {% if currentVersion == "github-ae@latest" %}change the email address used to author commits in Git. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."{% else %}you must [add the email address](/articles/adding-an-email-address-to-your-github-account) to your {% data variables.product.product_name %} account. Your contributions graph will be rebuilt automatically when you add the new address.{% endif %}
{% warning %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
index 44861ad140..4016b631b8 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
An organization owner can invite you to join their organization as a member, billing manager, or owner. An organization owner or member with admin privileges for a repository can invite you to collaborate in one or more repositories as an outside collaborator. For more information, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
index 275e1985d9..22bbf0cb0a 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
@@ -8,6 +8,7 @@ intro: 'You can visit your personal dashboard to keep track of issues and pull r
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Accessing your personal dashboard
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
index 895809ee8b..87a8e8a0e2 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/index.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/index.md
index 5ea0fb1d8b..19615ecffa 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/index.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
index df63cdd279..018d39b694 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
@@ -5,6 +5,7 @@ redirect_from:
- /articles/integrating-jira-with-your-personal-projects
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
index 3ae38d71f1..fef0d57743 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
@@ -9,11 +9,12 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Repositories owned by an organization can grant more granular access. For more information, see "[Access permissions on {% data variables.product.product_name %}](/articles/access-permissions-on-github)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.org-invite-expiration %}
{% endif %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
index 612400db5a..4676b8aeae 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
index c396e07c17..f5dce34857 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A collaborator is a person who has permissions to a project board you own. A collaborator's permissions will default to read access. For more information, see "[Permission levels for user-owned project boards](/articles/permission-levels-for-user-owned-project-boards)."
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
index 6f3b8e7cdc..b53a647506 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
index f18aa84c01..15fe135398 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
@@ -4,6 +4,7 @@ intro: 'You can set the default branch name new repositories that you create on
versions:
free-pro-team: '*'
enterprise-server: '>=2.23'
+ github-ae: '*'
---
### About the default branch name
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
index 5a1e785196..3e31dd2814 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
index 794b0a1255..80a10eb4a8 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
index 2444dad069..98fa7963ac 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -28,8 +29,8 @@ The repository owner has full control of the repository. In addition to all the
- [Enable the dependency graph](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository) for a private repository{% endif %}{% if currentVersion == "free-pro-team@latest" %}
- Delete packages. For more information, see "[Deleting a package](/github/managing-packages-with-github-packages/deleting-a-package)."{% endif %}
- Create and edit repository social cards. For more information, see "[Customizing your repository's social media preview](/articles/customizing-your-repositorys-social-media-preview)."
-- Make the repository a template. For more information, see "[Creating a template repository](/articles/creating-a-template-repository)."
-- Receive [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) in a repository.{% if currentVersion == "free-pro-team@latest" %}
+- Make the repository a template. For more information, see "[Creating a template repository](/articles/creating-a-template-repository)."{% if currentVersion != "github-ae@latest" %}
+- Receive [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) in a repository.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
- Dismiss {% data variables.product.prodname_dependabot_alerts %} in your repository. For more information, see "[Viewing and updating vulnerable dependencies in your repository](/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository)."
- [Manage data usage for your private repository](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository){% endif %}
- [Define code owners for the repository](/articles/about-code-owners)
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
index e3d43f4ff3..0cc007518b 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Permissions overview
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
index 3193c35f58..2a0691065c 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
index 900fcfd71c..6b7e5c9695 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
@@ -12,6 +12,7 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Deleting forks of private repositories
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
index b2a9683635..fc990de3fd 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
@@ -11,6 +11,7 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
index 48ec214660..6dd920ab67 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
index f6697b6fc0..68240aae6c 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
@@ -1,11 +1,12 @@
---
title: Setting a backup email address
-intro: Use a backup email address to securely reset your password if you can no longer access your primary email address.
+intro: Use a backup email address as an additional destination for security-relevant account notifications{% if currentVersion != "github-ae@latest" %} and to securely reset your password if you can no longer access your primary email address{% endif %}.
redirect_from:
- /articles/setting-a-backup-email-address
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
index e13f71ed91..efc2bc6f58 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
@@ -1,6 +1,6 @@
---
title: Setting your commit email address
-intro: 'You can set a primary email address on {% data variables.product.product_name %} that''s associated with web-based Git operations you perform such as edits and merges.'
+intro: 'You can set the email address that is used to author commits on {% data variables.product.product_name %} and on your computer.'
redirect_from:
- /articles/keeping-your-email-address-private/
- /articles/setting-your-commit-email-address-on-github/
@@ -13,6 +13,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About commit email addresses
@@ -37,7 +38,7 @@ For web-based Git operations, you can set your commit email address on {% data v
You can also choose to block commits you push from the command line that expose your personal email address. For more information, see "[Blocking command line pushes that expose your personal email](/articles/blocking-command-line-pushes-that-expose-your-personal-email-address)."{% endif %}
-To ensure that commits are attributed to you and appear in your contributions graph, use an email address that you've [added to your GitHub account](/articles/adding-an-email-address-to-your-github-account/){% if currentVersion == "free-pro-team@latest" %}, or the {% data variables.product.product_name %}-provided `noreply` email address provided to you in your email settings{% endif %}.
+To ensure that commits are attributed to you and appear in your contributions graph, use an email address that is connected to your {% data variables.product.product_name %} account{% if currentVersion == "free-pro-team@latest" %}, or the `noreply` email address provided to you in your email settings{% endif %}. {% if currentVersion != "github-ae@latest" %}For more information, see "[Adding an email address to your {% data variables.product.prodname_dotcom %} account](/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account)."{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
index 90f2d58237..dc50b82b90 100644
--- a/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
+++ b/translations/ko-KR/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/ko-KR/content/github/site-policy/github-additional-product-terms.md b/translations/ko-KR/content/github/site-policy/github-additional-product-terms.md
index 131c0a0f47..1c48121fde 100644
--- a/translations/ko-KR/content/github/site-policy/github-additional-product-terms.md
+++ b/translations/ko-KR/content/github/site-policy/github-additional-product-terms.md
@@ -4,9 +4,13 @@ versions:
free-pro-team: '*'
---
-When you create an Account, you're given access to lots of different features and products that are all a part of the Service. Because many of these features and products offer different functionality, they may require additional terms and conditions specific to that feature or product. Below, we've listed those features and products, along with the corresponding additional rules that apply to those parts of the Service.
+Version Effective Date: November 1, 2020
-Your use of GitHub is subject to your applicable terms (the "Agreement") as well as the following GitHub Additional Product Terms (the "Additional Terms"). By agreeing to the Agreement, and using additional products and features, you also agree to these Additional Terms. Any violation of the Additional Terms is a violation of the Agreement. Capitalized terms not defined in the Additional Terms will have the meaning given to them in the Agreement.
+When you create an Account, you're given access to lots of different features and products that are all a part of the Service. Because many of these features and products offer different functionality, they may require additional terms and conditions specific to that feature or product. Below, we've listed those features and products, along with the corresponding additional terms that apply to your use of them.
+
+Your use of the Service is subject to your applicable terms (the "Agreement"). By using additional products and features, you also agree to these Additional Product Terms. Any violation of the Additional Product Terms is a violation of the Agreement. Capitalized terms not defined in the Additional Product Terms will have the meaning given to them in the Agreement.
+
+If you are using GitHub AE, then you may only access the following features and products: Third Party Integrations, Git LFS Support, Pages.
### 1. 마켓플레이스
@@ -35,14 +39,14 @@ If you enable Git Large File Storage ("Git LFS") on your Account, you'll be able
### 4. Pages
-Each GitHub Account comes with access to the [GitHub Pages static hosting service](/github/working-with-github-pages/about-github-pages). This hosting service is intended to host static web pages for All Users, but primarily as a showcase for personal and organizational projects. Some monetization efforts are permitted on Pages, such as donation buttons and crowdfunding links.
+Each Account comes with access to the [GitHub Pages static hosting service](/github/working-with-github-pages/about-github-pages). This hosting service is intended to host static web pages for All Users, but primarily as a showcase for personal and organizational projects. Some monetization efforts are permitted on Pages, such as donation buttons and crowdfunding links.
GitHub Pages are subject to some specific bandwidth and usage limits, and may not be appropriate for some high-bandwidth uses or other prohibited uses. Please see our [GitHub Pages guidelines](/github/working-with-github-pages/about-github-pages) for more information. GitHub reserves the right at all times to reclaim any GitHub subdomain without liability.
### 5. Actions and Packages
#### a. Actions Usage
-GitHub Actions enables you to create custom software development lifecycle workflows directly in your GitHub repository. Each Account comes with included compute and storage quantities for use with Actions, depending on your Account plan, which can be found in the [Actions documentation](/actions). Your Actions compute usage is displayed within [your Account settings](https://github.com/settings/billing), and you will be notified by email in advance of reaching the limit of your included quantities. If you want to use Actions beyond your included quantities, then you may [enable overages](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions).
+GitHub Actions enables you to create custom software development lifecycle workflows directly in your GitHub repository. Each Account comes with included compute and storage quantities for use with Actions, depending on your Account plan, which can be found in the [Actions documentation](/actions). Your Actions compute usage is displayed within [your account settings](https://github.com/settings/billing), and you will be notified by email in advance of reaching the limit of your included quantities. If you want to use Actions beyond your included quantities, then you may [enable overages](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions).
Compute usage for included and paid quantities is calculated in minutes based on the type of Actions you execute (e.g. Linux, Windows, macOS). The minutes used for each Action's job or task will be rounded up to the nearest minute. For included quantities and depending on the type of Action, a multiplier may be applied to the amount of time used to execute each job or task, prior to being rounded up to the nearest minute. Overage minutes are charged at the [stated per minute price](https://github.com/features/actions) based on the type of Actions you execute. Actions and Packages share storage, and your storage usage is displayed within your [account settings](https://github.com/settings/billing). For additional details about included quantity usage calculations, see the [Actions documentation](/actions).
@@ -58,9 +62,9 @@ In order to prevent violations of these limitations and abuse of GitHub Actions,
#### b. Packages Usage
GitHub Packages may be used to download, publish, and manage packages of Content. Each Account plan comes with included bandwidth and storage quantities for use with Packages, which can be found in the [Packages documentation](/github/managing-packages-with-github-package-registry/about-github-package-registry). Actions and Packages share storage between the two Service features. Storage and bandwidth usage are displayed within your [account settings](https://github.com/settings/billing), and you will be notified by email in advance of reaching the limit of your included quantities. If you want to use Packages beyond your included bandwidth and storage quantities, then you may [enable overages](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages).
-Bandwidth usage is calculated based on the amount of data transferred out of your repositories through Packages, but package transfers through Actions will not count toward your included or paid quantities. Packages bandwidth usage is limited by the [Acceptable Use Policy](/github/site-policy/github-acceptable-use-policies#7-excessive-bandwidth-use), and included bandwidth quantities are determined by your [Account plan](https://github.com/pricing).
+Bandwidth usage is calculated based on the amount of data transferred out of your repositories through Packages, but package transfers through Actions will not count toward your included or paid quantities. Packages bandwidth usage is limited by the [Acceptable Use Policy](/github/site-policy/github-acceptable-use-policies#7-excessive-bandwidth-use), and included bandwidth quantities are determined by your [account plan](https://github.com/pricing).
-Actions and Packages storage usage is shared between the two Service features. Storage usage is calculated as a weighted average over the course of the month and does not reset each month. Public and private repositories have different included storage quantities, and the included quantities for private repositories depend on your [Account plan](https://github.com/pricing).
+Actions and Packages storage usage is shared between the two Service features. Storage usage is calculated as a weighted average over the course of the month and does not reset each month. Public and private repositories have different included storage quantities, and the included quantities for private repositories depend on your [account plan](https://github.com/pricing).
#### c. Payment and Billing for Actions and Packages
Billing for Actions and Packages is usage-based. Additional quantities of Actions or Packages cannot be purchased separately. For monthly-billed customers, you must have a payment method on file to choose to pay for additional quantities of these Service features. You will be charged on a monthly, recurring basis based on your usage in the preceding month, unless you are billed by invoice. For invoiced customers, you must pay the fees within thirty (30) days of the GitHub invoice date. For customers paying for Service feature overages in advance, unused prepaid minutes will not roll over to the next billing period and will not be refunded.
@@ -77,7 +81,7 @@ You can set a monthly spending limit in your [account settings](https://github.c
### 7. Connect
-In order to access GitHub Connect, Customer must have at least one (1) account on GitHub.com and one (1) licensed instance of the Software. GitHub Connect may be used for performing automated tasks. In addition, multiple Users may direct certain actions with GitHub Connect. Customer is responsible for actions that are performed on or through its accounts. GitHub may collect information about how Customer uses GitHub Connect to provide and improve the feature. By using GitHub Connect, Customer authorizes GitHub to collect protected data, which includes Private Repository data and User Personal Information (as defined in the GitHub Privacy Statement), from Customer’s GitHub Enterprise Server account. Customer also authorizes the transfer of identifying instance information to GitHub through GitHub Connect, which information is governed by the GitHub Privacy Statement.
+In order to access GitHub Connect, Customer must have at least one (1) Account on GitHub.com and one (1) licensed instance of the Software. Customer's access to and use of github.com through Connect is governed by its Agreement applicable to its use of the Service. GitHub Connect may be used for performing automated tasks. In addition, multiple Users may direct certain actions with GitHub Connect. Customer is responsible for actions that are performed on or through its Accounts. GitHub may collect information about how Customer uses GitHub Connect to provide and improve the feature. By using GitHub Connect, Customer authorizes GitHub to collect protected data, which includes Private Repository data and User Personal Information (as defined in the GitHub Privacy Statement), from Customer’s Accounts. Customer also authorizes the transfer of identifying instance information to GitHub through GitHub Connect, which information is governed by the GitHub Privacy Statement.
### 8. Sponsors Program
diff --git a/translations/ko-KR/content/github/site-policy/github-ae-data-protection-agreement.md b/translations/ko-KR/content/github/site-policy/github-ae-data-protection-agreement.md
new file mode 100644
index 0000000000..80cdc66842
--- /dev/null
+++ b/translations/ko-KR/content/github/site-policy/github-ae-data-protection-agreement.md
@@ -0,0 +1,399 @@
+---
+title: GitHub AE Data Protection Agreement
+versions:
+ free-pro-team: '*'
+redirect_from:
+ - /github/site-policy/ghem-data-protection-addendum
+---
+
+Version Effective Date: November 1, 2020
+
+## INTRODUCTION
+
+The parties agree that the GitHub AE Data Protection Agreement and Security Exhibit (together, the “**Data Protection Agreement**” or “**DPA**”) set forth obligations with respect to the processing and security of Customer Personal Data in connection with GitHub AE (the “**Online Service**”). GitHub makes the commitments in this DPA to all customers using the Online Service.
+
+In the event of any conflict or inconsistency between the DPA and any other terms in Customer’s agreements with GitHub (“Agreement”), the DPA shall prevail. For clarity, consistent with Clause 10 of the Standard Contractual Clauses in Attachment 1, the Standard Contractual Clauses prevail over any other terms in the DPA.
+
+## GITHUB DATA PROTECTION AGREEMENT
+
+### 1. 정의.
+
+1.1 “**Applicable Data Protection Laws**” means certain laws, regulations, regulatory frameworks, or other legislations relating to the processing and use of Customer Personal Data, as applicable to Customer’s use of the Online Services, including:
+
+ a. The EU General Data Protection Regulation 2016/679 (“**GDPR**”), along with any implementing or corresponding equivalent national laws or regulations; and
+
+ b. The California Consumer Privacy Act of 2018, Cal. Civ. Code §§1798.100 et seq. ("**CCPA**").
+
+1.2 “**Controller**,” “**Data Subject**,” “**Member State**,” “**Personal Data**,” “**Personal Data Breach**,” “**Processing**,” “**Processor**,” and “**Supervisory Authority**” have the meanings given to them in the Applicable Data Protection Laws. In the event of a conflict, the meanings given in the GDPR will supersede.
+
+1.3 “**Customer Personal Data**” means any Personal Data for which Customer is a Controller, whether supplied by Customer for processing by GitHub or generated by GitHub in the course of performing its obligations under the Agreement. It includes data such as billing information, IP addresses, corporate email addresses, and any other Personal Data for which Customer is a Controller.
+
+1.4 “**Customer Repository Data**” means any data or information that is uploaded or created by Customer into any of its Private Repositories.
+
+1.5 “**Data Breach**” means a Personal Data Breach or any other confirmed or reasonably suspected breach of Customer’s Protected Data.
+
+1.6 “**GitHub Legitimate Business Operations**” consist of the following, each as incident to delivery of the Service to Customer: (1) internal reporting and business modeling; (2) combating fraud, cybercrime, or cyber-attacks that may affect GitHub; (3) improving the core functionality of accessibility or privacy; and (4) financial reporting and compliance with legal obligations.
+
+1.7 “**End User**” means the Customers’ End Users such as employees, contractors, or collaborators.
+
+1.8 “**Permitted Purposes**” for data processing are those limited and specific purposes of providing the Online Service as set forth in the Agreement and this DPA, or the purposes for which a Data Subject has authorized the use of Customer Personal Data.
+
+1.9 “**Protected Data**” includes any Customer Personal Data and any Customer Repository Data processed by GitHub on behalf of Customer under the Agreement.
+
+1.10 “**Sensitive Data**” means any Personal Data revealing racial or ethnic origin; political opinions, religious or philosophical beliefs or trade union membership; processing of genetic data or biometric data for the purposes of uniquely identifying a natural person; data concerning health, a natural person’s sex life or sexual orientation; and data relating to offences, criminal convictions, or security measures.
+
+## 2. Status and Compliance.
+
+#### 2.1 Data Processing.
+GitHub acts as a Processor in regard to any Customer Personal Data it receives in connection with the Agreement, except where Customers acts as a Processor (in which case GitHub is a subprocessor). GitHub will process Customer Personal Data only for Permitted Purposes in accordance with Customer’s instructions as represented by the Agreement and other written communications. In the event that GitHub is unable to comply with Customer’s instructions, such as due to conflicts with the Applicable Data Protection Laws, or where processing is required by the Applicable Data Protection Laws or other legal requirements, GitHub will notify Customer to the extent permissible. GitHub processes all Customer Personal Data in the United States or in the European Union; however, GitHub’s subprocessors may process data outside of the United States or the European Union. Additionally, GitHub acts as a Processor for any Customer Repository Data.
+
+#### 2.2 Data Controllers.
+Customer is a Controller only for the Customer Personal Data it transfers directly to GitHub or through the use of the Online Service except: (a) when Customer acts as a Processor of Customer Personal Data (in which case GitHub is a subprocessor); or (b) to the extent GitHub uses or otherwise processes Customer Personal Data for GitHub’s Legitimate Business Operations. In which case, GitHub will comply with the obligation of an independent data controller under GDPR for such use.
+
+#### 2.3 GitHub Compliance; Data Transfers.
+GitHub will comply with Applicable Data Protection Laws in relation to the processing of Personal Data.
+
+All transfers of Customer Personal Data out of the European Union, European Economic Area, United Kingdom, and Switzerland to provide the Online Service shall be governed by the Standard Contractual Clauses in Attachment 1 (Standard Contractual Clauses).
+
+GitHub will abide by the requirements of European Economic Area and Swiss data protection law regarding the collection, use, transfer, retention, and other processing of Personal Data from the European Economic Area, United Kingdom, and Switzerland. All transfers of Personal Data to a third country or an international organization will be subject to appropriate safeguards as described in Article 46 of the GDPR and such transfers and safeguards will be documented according to Article 30(2) of the GDPR.
+
+In addition, GitHub is certified to the EU-U.S. and Swiss-U.S. Privacy Shield Frameworks and the commitments they entail, although GitHub does not rely on the EU-U.S. Privacy Shield Framework as a legal basis for transfers of Personal Data in light of the judgment of the Court of Justice of the EU in Case C-311/18. GitHub agrees to notify Customer if it makes a determination that it can no longer meet its obligation to provide the same level of protection as is required by the Privacy Shield principles.
+
+#### 2.4 Data Subject Rights; Assistance with Requests.
+GitHub will make available to Customer, in a manner consistent with the functionality of the Online Service and GitHub’s role as a processor of Customer Personal Data, the ability to fulfill data subject requests to exercise their rights under the Applicable Data Protection Laws, such as GDPR and CCPA. If GitHub receives a request from Customer’s data subject to exercise one or more of its rights in connection with the Online Service for which GitHub is a data processor or subprocessor, GitHub will redirect the data subject to make its request directly to Customer. Customer will be responsible for responding to any such request including, where necessary, by using the functionality or documentation provided by the Online Service. GitHub shall comply with reasonable requests by Customer to assist with Customer’s response to such a data subject request.
+
+### 3. Data Protection.
+
+#### 3.1 Purpose Limitation.
+GitHub will process and communicate the Protected Data only for Permitted Purposes, unless the Parties agree in writing to an expanded purpose.
+
+#### 3.2 Data Quality and Proportionality.
+GitHub will keep the Customer Personal Data accurate and up to date, or enable Customer to do so. GitHub will take commercially reasonable steps to ensure that any Protected Data it collects on Customer’s behalf is adequate, relevant, and not excessive in relation to the purposes for which it is transferred and processed. In no event will GitHub intentionally collect Sensitive Data on Customer’s behalf. Customer agrees that the Online Service are not intended for the storage of Sensitive Data; if Customer chooses to upload Sensitive Data to the Online Service, Customer must comply with Article 9 of the GDPR, or equivalent provisions in the Applicable Data Protection Laws.
+
+#### 3.3 Data Retention and Deletion.
+Upon Customer’s reasonable request, unless prohibited by law, GitHub will return, destroy, or deidentify all Customer Personal Data and related data at all locations where it is stored after it is no longer needed for the Permitted Purposes within thirty days of request. GitHub may retain Customer Personal Data and related data to the extent required by the Applicable Data Protection Laws, and only to the extent and for such period as required by the Applicable Data Protection Laws, provided that GitHub will ensure that Customer Personal Data is processed only as necessary for the purpose specified in the Applicable Data Protection Laws and no other purpose, and Customer Personal Data remains protected by the Applicable Data Protection Laws.
+
+#### 3.4 Data Processing.
+GitHub provides the following information, required by Article 28(3) of the GDPR, regarding its processing of Customer’s Protected Data:
+
+a. *The subject matter and duration of the processing* of Customer Personal Data are set out in the Agreement and the DPA.
+
+b. *The nature and purpose of the processing* of Customer Personal Data is described in Section 3.1 of the DPA.
+
+c. *The types of Customer Personal Data to be processed* are described in the Agreement, and include Customer Personal Data; or any type of Personal Data that Customer elects to include in Customer Personal Data. Customer may choose to supply GitHub with additional Customer Personal Data, such as in Customer’s profile settings or by uploading Customer Personal Data to its GitHub repositories.
+
+d. *The categories of Data Subject to whom the Customer Personal Data relates* are the Customer itself and its End Users.
+
+e. *The obligations and rights of Customer* are set out in the Agreement and the DPA.
+
+### 4. Security and Audit Obligations.
+
+#### 4.1 Technical and Organizational Security Measures.
+Taking into account the state of the art, the costs of implementation, and the nature, scope, context and purposes of processing as well as the risk of varying likelihood and severity for the rights and freedoms of natural persons, GitHub will implement appropriate technical and organizational measures to ensure a level of security appropriate to the risks, such as against accidental or unlawful destruction, or loss, alteration, unauthorized disclosure or access, presented by processing the Protected Data. GitHub will regularly monitor compliance with these measures and will continue to take appropriate safeguards throughout the duration of the Agreement. Please see Section 1.1 of the Security Exhibit (below) regarding GitHub’s responsibilities in relation to security safeguards.
+
+#### 4.2 Incident Response and Breach Notification.
+GitHub will comply with the Information Security obligations in the Security Exhibit and the Applicable Data Protection Laws, including Data Breach notification obligations. Please see Section 1.2 of the Security Exhibit regarding GitHub’s responsibilities in relation to Data Breach response and notification.
+
+#### 4.3 GitHub Personnel.
+GitHub represents and warrants that it will take reasonable steps to ensure that all GitHub personnel processing Protected Data have agreed to keep the Protected Data confidential and have received adequate training on compliance with the DPA and the Applicable Data Protection Laws.
+
+#### 4.4 Records.
+GitHub will maintain complete, accurate, and up to date written records of all categories of processing activities carried out on behalf of Customer containing the information required under the Applicable Data Protection Laws. To the extent that assistance does not risk the security of GitHub or the privacy rights of individual Data Subjects, GitHub will make these records available to Customer on request as reasonably required, such as to help Customer demonstrate its compliance under the Applicable Data Protection Laws. To learn more about GitHub’s requirements to provide assistance in the event of a security incident, please see Section 1.2 of the Security Exhibit.
+
+#### 4.5 Compliance Reporting.
+GitHub will provide security compliance reporting in accordance with Section 2.3 of the Security Exhibit. Customer agrees that any information and audit rights granted by the Applicable Data Protection Laws (including, where applicable, Article 28(3)(h) of the GDPR) will be satisfied by these compliance reports, and will only arise to the extent that GitHub’s provision of a compliance report does not provide sufficient information, or to the extent that Customer must respond to a regulatory or Supervisory Authority audit. Section 3.1 of the Security Exhibit describes the Parties’ responsibilities in relation to a regulatory or Supervisory Authority audit.
+
+#### 4.6 Assistance.
+GitHub will provide reasonable assistance to Customer with concerns such as data privacy impact assessments, Data Subject rights requests, consultations with Supervisory Authorities, and other similar matters, in each case solely in relation to the processing of Customer’s Personal Data and taking into account the nature of processing.
+
+### 5. Use and Disclosure of Protected Data.
+No Use in Marketing and CCPA. GitHub will not use the Protected Data for the purposes of advertising third-party content. If GitHub is processing Customer Personal Data within the scope of the CCPA, GitHub will not retain, use, or disclose that data for any purpose other than for the purposes set out in the DPA and as permitted under the CCPA, including under any “sale” exemption. In no event will GitHub sell any such data.
+
+### 6. Subprocessing and Onward Transfer.
+
+#### 6.1 Protection of Data.
+GitHub is liable for onward transfers of Protected Data to its subprocessors, such as its third-party payment processor. In the event that GitHub does transfer the Protected Data to a third-party subprocessor, or GitHub installs, uses, or enables a third party or third-party services to process the Protected Data on GitHub’s behalf, GitHub will ensure that the third-party subprocessor is bound by written agreement that requires them to provide at least the same level of confidentiality, security, and privacy protection as is required of GitHub by this DPA and the Applicable Data Protection Laws.
+
+#### 6.2 Acceptance of GitHub Subprocessors.
+Customer authorizes GitHub and its subprocesors to appoint and use subprocessors in accordance with this Section 6 and the Agreement.
+
+#### 6.3 General Consent for Onward Subprocessing.
+Customer provides a general consent for GitHub to engage onward subprocessors, conditional on GitHub’s compliance with the following requirements:
+
+a. Any onward subprocessor must agree in writing to only process data in a country that the European Commission has declared to have an “adequate” level of protection; or to only process data on terms equivalent to the Standard Contractual Clauses, or pursuant to a Binding Corporate Rules approval granted by competent European data protection authorities, or pursuant to compliant and valid EU-US Privacy Shield and Swiss-U.S. Privacy Shield certifications; and
+
+b. GitHub will restrict the onward subprocessor’s access to Customer Personal Data only to what is strictly necessary to perform its services, and GitHub will prohibit the subprocessor from processing the Customer Personal Data for any other purpose.
+
+#### 6.4 Disclosure of Subprocessor Agreements.
+GitHub maintains a list of onward subprocessors it has engaged to process Customer Personal Data on its website, including the categories of Customer Personal Data processed, a description of the type of processing the subprocessor performs, and the location of its processing. GitHub will, upon Customer’s written request, provide Customer with this list of subprocessors and the terms under which they process the Customer Personal Data. Pursuant to subprocessor confidentiality restrictions, GitHub may remove any confidential or commercially sensitive information before providing the list and the terms to Customer. In the event that GitHub cannot disclose confidential or sensitive information to Customer, the Parties agree that GitHub will provide all information it reasonably can in connection with its subprocessing agreements.
+
+#### 6.5 Objection to Subprocessors.
+GitHub will provide thirty days’ prior written notice of the addition or removal of any subprocessor, including the categories listed in Section 6.4, by announcing changes on its website. If Customer has a reasonable objection to GitHub’s engagement of a new subprocessor, Customer must notify GitHub promptly in writing. Where possible, GitHub will use commercially reasonable efforts to provide an alternative solution to the Online Services to avoid processing of data by the objectionable subprocessor. In the event that GitHub is unable to provide an alternative solution and the Parties cannot resolve the conflict within ninety days, Customer may terminate the Agreement.
+
+### 7. Termination.
+
+#### 7.1 Suspension.
+In the event that GitHub is in breach of its obligations to maintain an adequate level of security or privacy protection, Customer may temporarily suspend the transfer of all Customer Personal Data or prohibit collection and processing of Customer Personal Data on Customer’s behalf until the breach is repaired or the Agreement is terminated.
+
+#### 7.2 Termination with Cause.
+In addition to any termination rights Customer has under the Agreement, Customer may terminate the Agreement without prejudice to any other claims at law or in equity in the event that:
+
+a. GitHub notifies Customer that it can no longer meet its privacy obligations;
+
+b. the transfer, collection, or processing of all Customer Personal Data has been temporarily suspended for longer than one month pursuant to Section 7.1;
+
+c. GitHub is in substantial or persistent breach of any warranties or representations under the DPA;
+
+d. GitHub is no longer carrying on business, is dissolved, enters receivership, or a winding up order is made on behalf of GitHub; or
+
+e. Customer objects to a subprocessor pursuant to Section 6.5, and GitHub has not been able to provide an alternative solution within ninety days.
+
+#### 7.3 Breach.
+Failure to comply with the material provisions of the DPA is considered a material breach under the Agreement.
+
+#### 7.4 Failure to perform.
+In the event that changes in law or regulation render performance of the DPA impossible or commercially unreasonable, the Parties may renegotiate the DPA in good faith. If renegotiation would not cure the impossibility, or if the Parties cannot reach an agreement, the Parties may terminate the Agreement after thirty days.
+
+#### 7.5 Notification.
+In the event that GitHub determines that it can no longer meet its privacy obligations under the DPA, GitHub will notify Customer in writing immediately.
+
+#### 7.6 Modifications.
+GitHub may modify the DPA from time to time as required by the Applicable Data Protection Laws, with thirty days’ notice to Customer.
+
+#### 7.7 Termination Requirements.
+Upon Termination, GitHub must:
+
+a. take reasonable and appropriate steps to stop processing the Customer Personal Data;
+
+b. within ninety days of termination, delete or deidentify any Customer Personal Data GitHub stores on Customer’s behalf pursuant to Section 3.3; and
+
+c. provide Customer with reasonable assurance that GitHub has complied with its obligations in Section 7.7.
+
+### 8. Liability for Data Processing.
+
+#### 8.1 Limitations.
+Except as limited by the Applicable Data Protection Laws, any claims brought under the DPA will be subject to the terms of the Agreement regarding Limitations of Liability.
+
+## Attachment 1 – The Standard Contractual Clauses (Processors)
+Execution of the Agreement by Customer includes execution of this Attachment 1 to the GitHub Data Protection Addendum, which is countersigned by GitHub, Inc.
+
+In countries where regulatory approval is required for use of the Standard Contractual Clauses, the Standard Contractual Clauses cannot be relied upon under European Commission 2010/87/EU (of February 2010) to legitimize export of data from the country, unless Customer has the required regulatory approval.
+
+For the purposes of Article 46 (2) of the General Data Protection Regulation (EU 2016/679) for the transfer of personal data to processors established in third countries which do not ensure an adequate level of data protection, Customer (as data exporter) and GitHub (as data importer, whose signature appears below), each a “party,” together “the parties”, have agreed on the following Contractual Clauses (the “Clauses” or “Standard Contractual Clauses”) in order to adduce adequate safeguards with respect to the protection of privacy and fundamental rights and freedoms of individuals for the transfer by the data exporter to the data importer of the personal data specified in Appendix 1.
+
+#### Clause 1: Definitions
+(a) 'personal data', 'special categories of data', 'process/processing', 'controller', 'processor', 'data subject' and 'supervisory authority' shall have the same meaning as in the General Data Protection Regulation (EU 2016/679) on the protection of individuals with regard to the processing of personal data and on the free movement of such data;
+
+(b) 'the data exporter' means the controller who transfers the personal data;
+
+(c) 'the data importer' means the processor who agrees to receive from the data exporter personal data intended for processing on his behalf after the transfer in accordance with his instructions and the terms of the Clauses and who is not subject to a third country's system ensuring adequate protection within the meaning of Article 45(2) of the General Data Protection Regulation (EU 2016/679);
+
+(d) 'the subprocessor' means any processor engaged by the data importer or by any other subprocessor of the data importer who agrees to receive from the data importer or from any other subprocessor of the data importer personal data exclusively intended for processing activities to be carried out on behalf of the data exporter after the transfer in accordance with his instructions, the terms of the Clauses and the terms of the written subcontract;
+
+(e) 'the applicable data protection law' means the legislation protecting the fundamental rights and freedoms of individuals and, in particular, their right to privacy with respect to the processing of personal data applicable to a data controller in the Member State in which the data exporter is established;
+
+(f) 'technical and organisational security measures' means those measures aimed at protecting personal data against accidental or unlawful destruction or accidental loss, alteration, unauthorised disclosure or access, in particular where the processing involves the transmission of data over a network, and against all other unlawful forms of processing.
+
+#### Clause 2: Details of the transfer
+The details of the transfer and in particular the special categories of personal data where applicable are specified in Appendix 1 below which forms an integral part of the Clauses.
+
+#### Clause 3: Third-party beneficiary clause
+1. The data subject can enforce against the data exporter this Clause, Clause 4(b) to (i), Clause 5(a) to (e), and (g) to (j), Clause 6(1) and (2), Clause 7, Clause 8(2), and Clauses 9 to 12 as third-party beneficiary.
+
+2. The data subject can enforce against the data importer this Clause, Clause 5(a) to (e) and (g), Clause 6, Clause 7, Clause 8(2), and Clauses 9 to 12, in cases where the data exporter has factually disappeared or has ceased to exist in law unless any successor entity has assumed the entire legal obligations of the data exporter by contract or by operation of law, as a result of which it takes on the rights and obligations of the data exporter, in which case the data subject can enforce them against such entity.
+
+3. The data subject can enforce against the subprocessor this Clause, Clause 5(a) to (e) and (g), Clause 6, Clause 7, Clause 8(2), and Clauses 9 to 12, in cases where both the data exporter and the data importer have factually disappeared or ceased to exist in law or have become insolvent, unless any successor entity has assumed the entire legal obligations of the data exporter by contract or by operation of law as a result of which it takes on the rights and obligations of the data exporter, in which case the data subject can enforce them against such entity. Such third-party liability of the subprocessor shall be limited to its own processing operations under the Clauses.
+
+4. The parties do not object to a data subject being represented by an association or other body if the data subject so expressly wishes and if permitted by national law.
+
+#### Clause 4: Obligations of the data exporter
+The data exporter agrees and warrants:
+
+(a) that the processing, including the transfer itself, of the personal data has been and will continue to be carried out in accordance with the relevant provisions of the applicable data protection law (and, where applicable, has been notified to the relevant authorities of the Member State where the data exporter is established) and does not violate the relevant provisions of that State;
+
+(b) that it has instructed and throughout the duration of the personal data processing services will instruct the data importer to process the personal data transferred only on the data exporter's behalf and in accordance with the applicable data protection law and the Clauses;
+
+(c) that the data importer will provide sufficient guarantees in respect of the technical and organisational security measures specified in Appendix 2 below;
+
+(d) that after assessment of the requirements of the applicable data protection law, the security measures are appropriate to protect personal data against accidental or unlawful destruction or accidental loss, alteration, unauthorised disclosure or access, in particular where the processing involves the transmission of data over a network, and against all other unlawful forms of processing, and that these measures ensure a level of security appropriate to the risks presented by the processing and the nature of the data to be protected having regard to the state of the art and the cost of their implementation;
+
+(e) that it will ensure compliance with the security measures;
+
+(f) that, if the transfer involves special categories of data, the data subject has been informed or will be informed before, or as soon as possible after, the transfer that its data could be transmitted to a third country not providing adequate protection within the meaning of the General Data Protection Regulation (EU 2016/679);
+
+(g) to forward any notification received from the data importer or any subprocessor pursuant to Clause 5(b) and Clause 8(3) to the data protection supervisory authority if the data exporter decides to continue the transfer or to lift the suspension;
+
+(h) to make available to the data subjects upon request a copy of the Clauses, with the exception of Appendix 2, and a summary description of the security measures, as well as a copy of any contract for subprocessing services which has to be made in accordance with the Clauses, unless the Clauses or the contract contain commercial information, in which case it may remove such commercial information;
+
+(i) that, in the event of subprocessing, the processing activity is carried out in accordance with Clause 11 by a subprocessor providing at least the same level of protection for the personal data and the rights of data subject as the data importer under the Clauses; and
+
+(j) that it will ensure compliance with Clause 4(a) to (i).
+
+#### Clause 5: Obligations of the data importer
+The data importer agrees and warrants:
+
+(a) to process the personal data only on behalf of the data exporter and in compliance with its instructions and the Clauses; if it cannot provide such compliance for whatever reasons, it agrees to inform promptly the data exporter of its inability to comply, in which case the data exporter is entitled to suspend the transfer of data and/or terminate the contract;
+
+(b) that it has no reason to believe that the legislation applicable to it prevents it from fulfilling the instructions received from the data exporter and its obligations under the contract and that in the event of a change in this legislation which is likely to have a substantial adverse effect on the warranties and obligations provided by the Clauses, it will promptly notify the change to the data exporter as soon as it is aware, in which case the data exporter is entitled to suspend the transfer of data and/or terminate the contract;
+
+(c) that it has implemented the technical and organisational security measures specified in Appendix 2 before processing the personal data transferred;
+
+(d) that it will promptly notify the data exporter about:
+
+ (i) any legally binding request for disclosure of the personal data by a law enforcement authority unless otherwise prohibited, such as a prohibition under criminal law to preserve the confidentiality of a law enforcement investigation,
+
+ (ii) any accidental or unauthorised access, and
+
+ (iii) any request received directly from the data subjects without responding to that request, unless it has been otherwise authorised to do so;
+
+(e) to deal promptly and properly with all inquiries from the data exporter relating to its processing of the personal data subject to the transfer and to abide by the advice of the supervisory authority with regard to the processing of the data transferred;
+
+(f) at the request of the data exporter to submit its data processing facilities for audit of the processing activities covered by the Clauses which shall be carried out by the data exporter or an inspection body composed of independent members and in possession of the required professional qualifications bound by a duty of confidentiality, selected by the data exporter, where applicable, in agreement with the supervisory authority;
+
+(g) to make available to the data subject upon request a copy of the Clauses, or any existing contract for subprocessing, unless the Clauses or contract contain commercial information, in which case it may remove such commercial information, with the exception of Appendix 2 which shall be replaced by a summary description of the security measures in those cases where the data subject is unable to obtain a copy from the data exporter;
+
+(h) that, in the event of subprocessing, it has previously informed the data exporter and obtained its prior written consent;
+
+(i) that the processing services by the subprocessor will be carried out in accordance with Clause 11; and
+
+(j) to send promptly a copy of any subprocessor agreement it concludes under the Clauses to the data exporter.
+
+#### Clause 6: Liability
+1. The parties agree that any data subject who has suffered damage as a result of any breach of the obligations referred to in Clause 3 or in Clause 11 by any party or subprocessor is entitled to receive compensation from the data exporter for the damage suffered.
+
+2. If a data subject is not able to bring a claim for compensation in accordance with paragraph 1 against the data exporter, arising out of a breach by the data importer or his subprocessor of any of their obligations referred to in Clause 3 or in Clause 11, because the data exporter has factually disappeared or ceased to exist in law or has become insolvent, the data importer agrees that the data subject may issue a claim against the data importer as if it were the data exporter, unless any successor entity has assumed the entire legal obligations of the data exporter by contract of by operation of law, in which case the data subject can enforce its rights against such entity.
+
+The data importer may not rely on a breach by a subprocessor of its obligations in order to avoid its own liabilities.
+
+3. If a data subject is not able to bring a claim against the data exporter or the data importer referred to in paragraphs 1 and 2, arising out of a breach by the subprocessor of any of their obligations referred to in Clause 3 or in Clause 11 because both the data exporter and the data importer have factually disappeared or ceased to exist in law or have become insolvent, the subprocessor agrees that the data subject may issue a claim against the data subprocessor with regard to its own processing operations under the Clauses as if it were the data exporter or the data importer, unless any successor entity has assumed the entire legal obligations of the data exporter or data importer by contract or by operation of law, in which case the data subject can enforce its rights against such entity. The liability of the subprocessor shall be limited to its own processing operations under the Clauses.
+
+#### Clause 7: Mediation and jurisdiction
+1. The data importer agrees that if the data subject invokes against it third-party beneficiary rights and/or claims compensation for damages under the Clauses, the data importer will accept the decision of the data subject:
+
+(a) to refer the dispute to mediation, by an independent person or, where applicable, by the supervisory authority;
+
+(b) to refer the dispute to the courts in the Member State in which the data exporter is established.
+
+2. The parties agree that the choice made by the data subject will not prejudice its substantive or procedural rights to seek remedies in accordance with other provisions of national or international law.
+
+#### Clause 8: Cooperation with supervisory authorities
+1. The data exporter agrees to deposit a copy of this contract with the supervisory authority if it so requests or if such deposit is required under the applicable data protection law.
+
+2. The parties agree that the supervisory authority has the right to conduct an audit of the data importer, and of any subprocessor, which has the same scope and is subject to the same conditions as would apply to an audit of the data exporter under the applicable data protection law.
+
+3. The data importer shall promptly inform the data exporter about the existence of legislation applicable to it or any subprocessor preventing the conduct of an audit of the data importer, or any subprocessor, pursuant to paragraph 2. In such a case the data exporter shall be entitled to take the measures foreseen in Clause 5 (b).
+
+#### Clause 9: Governing Law.
+The Clauses shall be governed by the law of the Member State in which the data exporter is established.
+
+#### Clause 10: Variation of the contract
+The parties undertake not to vary or modify the Clauses. This does not preclude the parties from adding clauses on business related issues where required as long as they do not contradict the Clause.
+
+#### Clause 11: Subprocessing
+1. The data importer shall not subcontract any of its processing operations performed on behalf of the data exporter under the Clauses without the prior written consent of the data exporter. Where the data importer subcontracts its obligations under the Clauses, with the consent of the data exporter, it shall do so only by way of a written agreement with the subprocessor which imposes the same obligations on the subprocessor as are imposed on the data importer under the Clauses. Where the subprocessor fails to fulfil its data protection obligations under such written agreement the data importer shall remain fully liable to the data exporter for the performance of the subprocessor's obligations under such agreement.
+
+2. The prior written contract between the data importer and the subprocessor shall also provide for a third-party beneficiary clause as laid down in Clause 3 for cases where the data subject is not able to bring the claim for compensation referred to in paragraph 1 of Clause 6 against the data exporter or the data importer because they have factually disappeared or have ceased to exist in law or have become insolvent and no successor entity has assumed the entire legal obligations of the data exporter or data importer by contract or by operation of law. Such third-party liability of the subprocessor shall be limited to its own processing operations under the Clauses.
+
+3. The provisions relating to data protection aspects for subprocessing of the contract referred to in paragraph 1 shall be governed by the law of the Member State in which the data exporter is established.
+
+4. The data exporter shall keep a list of subprocessing agreements concluded under the Clauses and notified by the data importer pursuant to Clause 5 (j), which shall be updated at least once a year. The list shall be available to the data exporter's data protection supervisory authority.
+
+#### Clause 12: Obligation after the termination of personal data processing services
+1. The parties agree that on the termination of the provision of data processing services, the data importer and the subprocessor shall, at the choice of the data exporter, return all the personal data transferred and the copies thereof to the data exporter or shall destroy all the personal data and certify to the data exporter that it has done so, unless legislation imposed upon the data importer prevents it from returning or destroying all or part of the personal data transferred. In that case, the data importer warrants that it will guarantee the confidentiality of the personal data transferred and will not actively process the personal data transferred anymore.
+
+2. The data importer and the subprocessor warrant that upon request of the data exporter and/or of the supervisory authority, it will submit its data processing facilities for an audit of the measures referred to in paragraph 1.
+
+### Appendix 1 to the Standard Contractual Clauses
+Data exporter: Customer is the data exporter.
+
+**Data importer:** The data importer is GitHub, Inc., a global producer of software and services.
+
+**Data subjects:** Data subjects include the data exporter’s representatives and end-users including employees, contractors, collaborators, and customers of the data exporter. Data subjects may also include individuals attempting to communicate or transfer personal information to users of the services provided by data importer. GitHub acknowledges that, depending on Customer’s use of the Online Service, Customer may elect to include personal data from any of the following types of data subjects in the Customer Personal Data:
+
+- Employees, contractors and temporary workers (current, former, prospective) of data exporter;
+- Dependents of the above;
+- Data exporter's collaborators/contact persons (natural persons) or employees, contractors or temporary workers of legal entity collaborators/contact persons (current, prospective, former);
+- Users (e.g., customers, clients, patients, visitors, etc.) and other data subjects that are users of data exporter's services;
+- Partners, stakeholders or individuals who actively collaborate, communicate or otherwise interact with employees of the data exporter and/or use communication tools such as apps and websites provided by the data exporter;
+- Stakeholders or individuals who passively interact with data exporter (e.g., because they are the subject of an investigation, research or mentioned in documents or correspondence from or to the data exporter); or
+- Professionals with professional privilege (e.g., doctors, lawyers, notaries, religious workers, etc.).
+
+**Categories of data:** The personal data transferred that is included in e-mail, documents and other data in an electronic form in the context of the Online Service. GitHub acknowledges that, depending on Customer’s use of the Online Service, Customer may elect to include personal data from any of the following categories in the Customer Personal Data:
+- Authentication data (for example, username, email, password);
+- Contact information (for example, email);
+- Unique identification numbers and signatures (IP addresses, unique identifier in tracking cookies or similar technology).
+- Other unique identifying information. Data subjects may include more data such as real names, avatar images, and other personal information;
+
+**Special categories of data (if appropriate):** The data importer does not intentionally collect or process any special categories of data in carrying out its services to the data exporter.
+
+However, because the data importer provides storage services and does not control the categories of data it stores, the data exporter may choose to transfer special categories of data. Consequently, the data exporter is solely responsible for ensuring that it complies with all obligations imposed by applicable laws and regulations relating to the collection and processing of any special categories of data, including obtaining the explicit consent of the data subject prior to processing sensitive personal data.
+
+**Processing operations:** The personal data transferred will be subject to the following basic processing activities: GitHub uses personal data for the limited purposes set forth in the GitHub Privacy Statement, available at https://help.github.com/articles/github-privacy-statement/, and the “Data Processing” section of the DPA.
+
+**Subcontractors:** In accordance with the DPA, the data importer may hire other companies to provide limited services on data importer’s behalf, such as providing customer support. Any such subcontractors will be permitted to obtain Customer Personal Data only to deliver the services the data importer has retained them to provide, and they are prohibited from using Customer Personal Data for any other purpose.
+
+### Appendix 2 to the Standard Contractual Clauses
+Description of the technical and organizational security measures implemented by the data importer in accordance with Clauses 4(d) and 5(c):
+
+**1. Personnel.** Data importer’s personnel will not process Customer Personal Data without authorization. Personnel are obligated to maintain the confidentiality of any Customer Personal Data and this obligation continues even after their engagement ends.
+
+**2. Data Privacy Contact.** The data privacy officer of the data importer can be reached at the following address: GitHub, Inc. Attn: Privacy 88 Colin P. Kelly Jr. Street San Francisco, CA 94107 USA
+
+**3. Technical and Organization Measures.** The data importer has implemented and will maintain appropriate technical and organizational measures, internal controls, and information security routines intended to protect Customer Personal Data, as defined in the GitHub Security Exhibit, against accidental loss, destruction, or alteration; unauthorized disclosure or access; or unlawful destruction as follows: The technical and organizational measures, internal controls, and information security routines set forth in the GitHub Security Exhibit are hereby incorporated into this Appendix 2 by this reference and are binding on the data importer as if they were set forth in this Appendix 2 in their entirety. Signature of GitHub, Inc. appears below.
+
+Signing the Standard Contractual Clauses, Appendix 1 and Appendix 2 on behalf of the data importer
+
+
+
+Lynn Hashimoto, Head of Product & Regulatory Legal
+
+GitHub, Inc.
+
+## SECURITY EXHIBIT
+
+### 1. Information Security Program.
+
+#### 1.1 Security Management.
+GitHub will implement and maintain appropriate technical and organizational measures to protect Customer Content and Protected Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure of, or access to, personal data transmitted, stored or otherwise processed (“**Security Program**”). Those measures shall be set forth in a GitHub Security Policy. GitHub will provide written descriptions of the security controls and other information reasonably requested by Customer regarding GitHub’s security practices and policies for the Online Service.
+
+a. Operational Policy. GitHub maintains security documents describing its security measures and the relevant procedures and responsibilities of its personnel who have access to Customer Content and Protected Data.
+
+b. Security Training. GitHub informs its personnel about relevant security procedures and their respective roles. GitHub also informs its personnel of possible consequences of breaching the security rules and procedures. GitHub will only use anonymous data in training.
+
+#### 1.2 Security Incident Management.
+GitHub will provide a Security incident management program for the Online Service as follows:
+
+a. Security Availability and Escalation. GitHub will maintain appropriate security contact and escalation processes on a 24-hours-per-day, 7-days-per-week basis to ensure customers and employees can submit issues to the GitHub Security team.
+
+b. Incident Response. If GitHub becomes aware of a breach of security leading to the accidental or unlawful destruction, loss, alteration, unauthorized disclosure of, or access to Customer Data or Personal Data (each a "Security Incident"), GitHub will promptly and without undue delay (1) notify Customer of the Security Incident; (2) investigate the Security Incident and provide Customer with detailed information about the Security Incident; (3) take reasonable steps to mitigate the effects and to minimize any damage resulting from the Security Incident.
+
+c. Notification. Notification(s) of Security Incidents will be delivered to one or more of Customer's administrators by any means GitHub selects. It is Customer's sole responsibility to ensure Customer's administrators monitor for and respond to any notifications. Customer is solely responsible for complying with its obligations under incident notification laws applicable to Customer and fulfilling any third-party notification obligations related to any Security Incident.
+
+d. Reasonable Assistance. GitHub will make commercially reasonable efforts to assist Customer in fulfilling Customer's obligation under applicable law or regulation to notify the relevant supervisory authority and data subjects about such Security Incident.
+
+#### 1.3 Due Diligence over Subcontractors and Vendors.
+GitHub will maintain appropriate due diligence when utilizing subcontractors and vendors. GitHub will maintain vendor assessment reports and any assessment work for a minimum of three years.
+
+#### 1.4 Physical and Environmental Safeguards.
+a. Physical Access to Facilities. GitHub limits access to facilities where information systems that process Customer Content and Protected Data are located to identified authorized individuals.
+
+b. Physical Access to Components. GitHub maintains records of the incoming and outgoing media containing Customer Content and Protected Data, including the kind of media, the authorized sender/recipients, date and time, the number of media and the types of Customer Content and Protected Data they contain.
+
+c. Protection from Disruptions. GitHub uses industry standard systems to protect against loss of data due to power supply failure or line interference.
+
+#### 2. Requests for Information.
+Upon Customer's written request and no more than once annually, GitHub will respond to one request for information to assess security and compliance risk-related information. The response will be provided in writing within thirty days of receipt of the request, pending needed clarifications of any request.
+
+#### 3. Cooperation with Regulatory Audits.
+Should Customer realize a regulatory audit or an audit in response to a Supervisory Authority that requires participation from GitHub, GitHub will fully cooperate with related requests by providing access to relevant knowledgeable personnel, documentation, and application software. Customer has the following responsibilities regarding any such regulatory or Supervisory Authority audits:
+
+a. Customer must ensure use of an independent third party (meaning the regulator or regulator's delegate), and that findings and data not relevant to Customer are restricted from Customer’s access.
+
+b. Notification of such audit must be written and provided to GitHub in a timely fashion, pending regulator notification, and in a manner that allows for appropriate personnel to be made available to assist. Where regulators provide no advance notice to Customer of audit or investigation, GitHub will respond in as timely a fashion as required by regulators.
+
+c. Any third party auditor must disclose to GitHub any findings and recommended actions where allowed by the regulator.
+
+d. In the event of a regulatory audit, access will be permitted only during regular business hours, Pacific time.
+
+e. To the extent permitted by law, Customer must keep confidential any information gathered through any such audit of GitHub that, by its nature, should be confidential.
+
diff --git a/translations/ko-KR/content/github/site-policy/github-ae-product-specific-terms.md b/translations/ko-KR/content/github/site-policy/github-ae-product-specific-terms.md
new file mode 100644
index 0000000000..73d5cc6ade
--- /dev/null
+++ b/translations/ko-KR/content/github/site-policy/github-ae-product-specific-terms.md
@@ -0,0 +1,58 @@
+---
+title: GitHub AE Product Specific Terms
+versions:
+ free-pro-team: '*'
+redirect_from:
+ - /github/site-policy/ghem-supplemental-terms-for-microsoft-volume-licensing
+---
+
+Version Effective Date: November 1, 2020
+
+The Agreement consists of these GitHub AE Product Specific Terms, the General Terms that Customer accepted, and any additional terms GitHub or its Affiliates present when an order is placed.
+
+### 1. Accounts.
+
+**Account Responsibility.** Customer controls and is responsible for End User accounts and Content.
+
+**Account Security.** Customer is responsible for maintaining the security of its account login credentials.
+
+**Use Policies.** Customer’s End Users must comply with the Acceptable Use Policy.
+
+**Suspension.** GitHub may suspend use of the Online Service during any period of Customer’s material breach.
+
+**Access.** GitHub does not access Customer Content unless required for support matters or security purposes.
+
+**DMCA.** GitHub has a Digital Millennium Copyright Act (DMCA) Takedown Policy which applies to copyright infringement claims.
+
+### 2. Content.
+
+**Ownership of Content.** Customer owns Content it creates and will fully comply with any third-party licenses relating to Content that Customer posts.
+
+**License Grant to GitHub.** Unless Customer Content comes with a separate license granting GitHub the rights it needs to run the Online Service, Customer grants to GitHub the right to use Customer Content and make incidental copies as necessary to provide the Online Service or support, or for security reasons. In addition, GitHub may be compelled by law to disclose Customer Content.
+
+### 3. Non-GitHub Products.
+GitHub may make non-GitHub products available through the Online Service. If Customer uses any non-GitHub products with the Online Service, Customer may not do so in any way that would subject GitHub’s intellectual property to obligations beyond those expressly included in the Agreement. GitHub assumes no responsibility or liability for any non-GitHub products. Customer’s use of non-GitHub products is governed by the terms between Customer and the publisher of the non-GitHub products (if any).
+
+### 4. Support and SLA.
+The Online Service includes Support and the SLA.
+
+### 5. Data Protection and Security.
+The terms of the Data Protection Agreement apply to the Online Service.
+
+### 6. Notices.
+Notices to GitHub must be sent to: GitHub, Inc. Attn: Legal Dept., 88 Colin P. Kelly St, San Francisco, CA 94107 USA.
+
+### 7. 정의.
+“**Acceptable Use Policy**” means, when purchasing from GitHub, the Acceptable Use Policy available on Site-Policy and when purchasing from Microsoft, the Acceptable Use Policy in the Microsoft Online Services Terms.
+
+“**Content**” means text, data, software, images and any other materials that are displayed or otherwise made available through the Online Service.
+
+“**Customer Content**” means Content that Customer creates, owns, or to which Customer holds the rights.
+
+“**Data Protection Agreement**” means the GitHub AE Data Protection Agreement, available on https://docs.github.com/github/site-policy.
+
+“**Digital Millennium Copyright Act Takedown Policy**” means GitHub’s process for handling notices of copyright infringement, available on https://docs.github.com/github/site-policy.
+
+“**SLA**” means GitHub’s uptime commitment for the Online Service, available on https://docs.github.com/github/site-policy.
+
+“**Support**” means GitHub’s Premium Plus Support program, further described on https://docs.github.com/github/site-policy.
diff --git a/translations/ko-KR/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md b/translations/ko-KR/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
index c079aa0894..6b1c3afe84 100644
--- a/translations/ko-KR/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
+++ b/translations/ko-KR/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For more information about the terms that govern {% data variables.product.prodname_insights %}, see your {% data variables.product.prodname_ghe_one %} subscription agreement.
diff --git a/translations/ko-KR/content/github/site-policy/github-privacy-statement.md b/translations/ko-KR/content/github/site-policy/github-privacy-statement.md
index 7eb8b113c6..9e25fc9ada 100644
--- a/translations/ko-KR/content/github/site-policy/github-privacy-statement.md
+++ b/translations/ko-KR/content/github/site-policy/github-privacy-statement.md
@@ -144,7 +144,7 @@ For more information about our disclosure in response to legal requests, see our
We may share User Personal Information if we are involved in a merger, sale, or acquisition of corporate entities or business units. If any such change of ownership happens, we will ensure that it is under terms that preserve the confidentiality of User Personal Information, and we will notify you on our Website or by email before any transfer of your User Personal Information. The organization receiving any User Personal Information will have to honor any promises we made in our Privacy Statement or Terms of Service.
#### Aggregate, non-personally identifying information
-We share certain aggregated, non-personally identifying information with others about how our users, collectively, use GitHub, or how our users respond to our other offerings, such as our conferences or events. For example, [we may compile statistics on the open source activity across GitHub](https://octoverse.github.com/).
+We share certain aggregated, non-personally identifying information with others about how our users, collectively, use GitHub, or how our users respond to our other offerings, such as our conferences or events.
We **do not** sell your User Personal Information for monetary or other consideration.
diff --git a/translations/ko-KR/content/github/site-policy/index.md b/translations/ko-KR/content/github/site-policy/index.md
index 7154afd2f7..2fb09f3fab 100644
--- a/translations/ko-KR/content/github/site-policy/index.md
+++ b/translations/ko-KR/content/github/site-policy/index.md
@@ -16,6 +16,8 @@ versions:
{% link_in_list /github-data-protection-addendum %}
{% link_in_list /global-privacy-practices %}
{% link_in_list /github-enterprise-server-license-agreement %}
+{% link_in_list /github-ae-data-protection-agreement %}
+{% link_in_list /github-ae-product-specific-terms %}
{% link_in_list /github-enterprise-service-level-agreement %}
{% link_in_list /github-connect-addendum-to-the-github-enterprise-license-agreement %}
{% link_in_list /github-supplemental-terms-for-microsoft-volume-licensing %}
diff --git a/translations/ko-KR/content/github/using-git/about-git-rebase.md b/translations/ko-KR/content/github/using-git/about-git-rebase.md
index e52af83a6e..92021123ac 100644
--- a/translations/ko-KR/content/github/using-git/about-git-rebase.md
+++ b/translations/ko-KR/content/github/using-git/about-git-rebase.md
@@ -8,6 +8,7 @@ intro: 'The `git rebase` command allows you to easily change a series of commits
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/using-git/about-git-subtree-merges.md b/translations/ko-KR/content/github/using-git/about-git-subtree-merges.md
index f55412064c..f932a42ea2 100644
--- a/translations/ko-KR/content/github/using-git/about-git-subtree-merges.md
+++ b/translations/ko-KR/content/github/using-git/about-git-subtree-merges.md
@@ -8,6 +8,7 @@ intro: 'If you need to manage multiple projects within a single repository, you
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Typically, a subtree merge is used to contain a repository within a repository. The "subrepository" is stored in a folder of the main repository.
diff --git a/translations/ko-KR/content/github/using-git/about-remote-repositories.md b/translations/ko-KR/content/github/using-git/about-remote-repositories.md
index ed6912a52e..6660e08671 100644
--- a/translations/ko-KR/content/github/using-git/about-remote-repositories.md
+++ b/translations/ko-KR/content/github/using-git/about-remote-repositories.md
@@ -8,6 +8,7 @@ intro: 'GitHub''s collaborative approach to development depends on publishing co
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A remote URL is Git's fancy way of saying "the place where your code is stored." That URL could be your repository on GitHub, or another user's fork, or even on a completely different server.
diff --git a/translations/ko-KR/content/github/using-git/adding-a-remote.md b/translations/ko-KR/content/github/using-git/adding-a-remote.md
index d9ad180162..0c1d9cdb1d 100644
--- a/translations/ko-KR/content/github/using-git/adding-a-remote.md
+++ b/translations/ko-KR/content/github/using-git/adding-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The `git remote add` command takes two arguments:
diff --git a/translations/ko-KR/content/github/using-git/associating-text-editors-with-git.md b/translations/ko-KR/content/github/using-git/associating-text-editors-with-git.md
index fa4e879af0..dbde6b4d31 100644
--- a/translations/ko-KR/content/github/using-git/associating-text-editors-with-git.md
+++ b/translations/ko-KR/content/github/using-git/associating-text-editors-with-git.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/ko-KR/content/github/using-git/caching-your-github-credentials-in-git.md b/translations/ko-KR/content/github/using-git/caching-your-github-credentials-in-git.md
index 6bf9446268..5326ce5949 100644
--- a/translations/ko-KR/content/github/using-git/caching-your-github-credentials-in-git.md
+++ b/translations/ko-KR/content/github/using-git/caching-your-github-credentials-in-git.md
@@ -8,6 +8,7 @@ intro: 'If you''re [cloning {% data variables.product.product_name %} repositori
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you clone {% data variables.product.product_name %} repositories using SSH, then you authenticate using an SSH key instead of using other credentials. For information about setting up an SSH connection, see "[Generating an SSH Key](/articles/generating-an-ssh-key)."
diff --git a/translations/ko-KR/content/github/using-git/changing-a-remotes-url.md b/translations/ko-KR/content/github/using-git/changing-a-remotes-url.md
index 3cc2034bb0..d7f77fdcd1 100644
--- a/translations/ko-KR/content/github/using-git/changing-a-remotes-url.md
+++ b/translations/ko-KR/content/github/using-git/changing-a-remotes-url.md
@@ -7,6 +7,7 @@ intro: The `git remote set-url` command changes an existing remote repository UR
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -52,8 +53,7 @@ git@{% data variables.command_line.codeblock %}:USERNAME/REPOSITORY
The next time you `git fetch`, `git pull`, or `git push` to the remote repository, you'll be asked for your GitHub username and password. {% data reusables.user_settings.password-authentication-deprecation %}
-- If you have [two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) enabled, you must [create a personal access token](/github/authenticating-to-github/creating-a-personal-access-token) to use instead of your GitHub password.
-- You can [use a credential helper](/github/using-git/caching-your-github-credentials-in-git) so Git will remember your GitHub username and password every time it talks to GitHub.
+You can [use a credential helper](/github/using-git/caching-your-github-credentials-in-git) so Git will remember your GitHub username and personal access token every time it talks to GitHub.
### Switching remote URLs from HTTPS to SSH
diff --git a/translations/ko-KR/content/github/using-git/configuring-git-to-handle-line-endings.md b/translations/ko-KR/content/github/using-git/configuring-git-to-handle-line-endings.md
index 91f33869a9..4ceb7e44ea 100644
--- a/translations/ko-KR/content/github/using-git/configuring-git-to-handle-line-endings.md
+++ b/translations/ko-KR/content/github/using-git/configuring-git-to-handle-line-endings.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Every time you press return on your keyboard you insert an invisible character called a line ending. Different operating systems handle line endings differently.
diff --git a/translations/ko-KR/content/github/using-git/dealing-with-non-fast-forward-errors.md b/translations/ko-KR/content/github/using-git/dealing-with-non-fast-forward-errors.md
index 5db28fcbd4..9c02e43d7b 100644
--- a/translations/ko-KR/content/github/using-git/dealing-with-non-fast-forward-errors.md
+++ b/translations/ko-KR/content/github/using-git/dealing-with-non-fast-forward-errors.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If another person has pushed to the same branch as you, Git won't be able to push your changes:
diff --git a/translations/ko-KR/content/github/using-git/getting-changes-from-a-remote-repository.md b/translations/ko-KR/content/github/using-git/getting-changes-from-a-remote-repository.md
index 8eb2e3a25d..12774442e1 100644
--- a/translations/ko-KR/content/github/using-git/getting-changes-from-a-remote-repository.md
+++ b/translations/ko-KR/content/github/using-git/getting-changes-from-a-remote-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
These commands are very useful when interacting with [a remote repository](/articles/about-remote-repositories). `clone` and `fetch` download remote code from a repository's remote URL to your local computer, `merge` is used to merge different people's work together with yours, and `pull` is a combination of `fetch` and `merge`.
diff --git a/translations/ko-KR/content/github/using-git/getting-started-with-git-and-github.md b/translations/ko-KR/content/github/using-git/getting-started-with-git-and-github.md
index 4b31343ae6..416697aea3 100644
--- a/translations/ko-KR/content/github/using-git/getting-started-with-git-and-github.md
+++ b/translations/ko-KR/content/github/using-git/getting-started-with-git-and-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/using-git/git-workflows.md b/translations/ko-KR/content/github/using-git/git-workflows.md
index f5152998bd..a20c18f6c9 100644
--- a/translations/ko-KR/content/github/using-git/git-workflows.md
+++ b/translations/ko-KR/content/github/using-git/git-workflows.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can adopt the {% data variables.product.prodname_dotcom %} flow method to standardize how your team functions and collaborates on {% data variables.product.prodname_dotcom %}. For more information, see "[GitHub flow](/github/collaborating-with-issues-and-pull-requests/github-flow)" and "[Understanding the GitHub flow](http://guides.github.com/overviews/flow/)" in the {% data variables.product.prodname_dotcom %} Guides.
diff --git a/translations/ko-KR/content/github/using-git/ignoring-files.md b/translations/ko-KR/content/github/using-git/ignoring-files.md
index f86d8ec5be..4b37cde345 100644
--- a/translations/ko-KR/content/github/using-git/ignoring-files.md
+++ b/translations/ko-KR/content/github/using-git/ignoring-files.md
@@ -8,6 +8,7 @@ intro: 'You can configure Git to ignore files you don''t want to check in to {%
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Configuring ignored files for a single repository
diff --git a/translations/ko-KR/content/github/using-git/index.md b/translations/ko-KR/content/github/using-git/index.md
index abe69c20f7..4c9e0f86c9 100644
--- a/translations/ko-KR/content/github/using-git/index.md
+++ b/translations/ko-KR/content/github/using-git/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/using-git/learning-about-git.md b/translations/ko-KR/content/github/using-git/learning-about-git.md
index 5383204137..8fc7d4818e 100644
--- a/translations/ko-KR/content/github/using-git/learning-about-git.md
+++ b/translations/ko-KR/content/github/using-git/learning-about-git.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/using-git/managing-remote-repositories.md b/translations/ko-KR/content/github/using-git/managing-remote-repositories.md
index bbcaba6f79..88eb072548 100644
--- a/translations/ko-KR/content/github/using-git/managing-remote-repositories.md
+++ b/translations/ko-KR/content/github/using-git/managing-remote-repositories.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/using-git/pushing-commits-to-a-remote-repository.md b/translations/ko-KR/content/github/using-git/pushing-commits-to-a-remote-repository.md
index 532fcc2a64..124cd4a267 100644
--- a/translations/ko-KR/content/github/using-git/pushing-commits-to-a-remote-repository.md
+++ b/translations/ko-KR/content/github/using-git/pushing-commits-to-a-remote-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The `git push` command takes two arguments:
diff --git a/translations/ko-KR/content/github/using-git/removing-a-remote.md b/translations/ko-KR/content/github/using-git/removing-a-remote.md
index 0cca4d5a80..487f3a7eed 100644
--- a/translations/ko-KR/content/github/using-git/removing-a-remote.md
+++ b/translations/ko-KR/content/github/using-git/removing-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The `git remote rm` command takes one argument:
diff --git a/translations/ko-KR/content/github/using-git/renaming-a-remote.md b/translations/ko-KR/content/github/using-git/renaming-a-remote.md
index 19ffc32169..fa6fed859e 100644
--- a/translations/ko-KR/content/github/using-git/renaming-a-remote.md
+++ b/translations/ko-KR/content/github/using-git/renaming-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The `git remote rename` command takes two arguments:
diff --git a/translations/ko-KR/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md b/translations/ko-KR/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
index c1319bff00..f50d74b9c6 100644
--- a/translations/ko-KR/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
+++ b/translations/ko-KR/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/using-git/setting-your-username-in-git.md b/translations/ko-KR/content/github/using-git/setting-your-username-in-git.md
index 28d9ddaa69..8352c098af 100644
--- a/translations/ko-KR/content/github/using-git/setting-your-username-in-git.md
+++ b/translations/ko-KR/content/github/using-git/setting-your-username-in-git.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can change the name that is associated with your Git commits using the `git config` command. The new name you set will be visible in any future commits you push to {% data variables.product.product_name %} from the command line. If you'd like to keep your real name private, you can use any text as your Git username.
diff --git a/translations/ko-KR/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md b/translations/ko-KR/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
index 91ced35d36..092b539416 100644
--- a/translations/ko-KR/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
+++ b/translations/ko-KR/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
@@ -7,6 +7,7 @@ intro: You can turn a folder within a Git repository into a brand new repository
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
If you create a new clone of the repository, you won't lose any of your Git history or changes when you split a folder into a separate repository.
diff --git a/translations/ko-KR/content/github/using-git/updating-credentials-from-the-macos-keychain.md b/translations/ko-KR/content/github/using-git/updating-credentials-from-the-macos-keychain.md
index 874b725826..9ab4966850 100644
--- a/translations/ko-KR/content/github/using-git/updating-credentials-from-the-macos-keychain.md
+++ b/translations/ko-KR/content/github/using-git/updating-credentials-from-the-macos-keychain.md
@@ -1,12 +1,13 @@
---
title: Updating credentials from the macOS Keychain
-intro: 'You''ll need to update your saved credentials in the `git-credential-osxkeychain` helper if you change your username, password, or personal access token on {% data variables.product.product_name %}.'
+intro: 'You''ll need to update your saved credentials in the `git-credential-osxkeychain` helper if you change your{% if currentVersion != "github-ae@latest" %} username, password, or{% endif %} personal access token on {% data variables.product.product_name %}.'
redirect_from:
- /articles/updating-credentials-from-the-osx-keychain
- /github/using-git/updating-credentials-from-the-osx-keychain
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.password-authentication-deprecation %}
@@ -15,15 +16,13 @@ versions:
1. Click on the Spotlight icon (magnifying glass) on the right side of the menu bar. Type `Keychain access` then press the Enter key to launch the app. 
2. In Keychain Access, search for **{% data variables.command_line.backticks %}**.
-3. Find the "internet password" entry for `{% data variables.command_line.backticks %}`. 
+3. Find the "internet password" entry for `{% data variables.command_line.backticks %}`.
4. Edit or delete the entry accordingly.
### Deleting your credentials via the command line
Through the command line, you can use the credential helper directly to erase the keychain entry.
-To do this, type the following command:
-
```shell
$ git credential-osxkeychain erase
host={% data variables.command_line.codeblock %}
diff --git a/translations/ko-KR/content/github/using-git/using-advanced-git-commands.md b/translations/ko-KR/content/github/using-git/using-advanced-git-commands.md
index 8d389b6c67..5a89791356 100644
--- a/translations/ko-KR/content/github/using-git/using-advanced-git-commands.md
+++ b/translations/ko-KR/content/github/using-git/using-advanced-git-commands.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/using-git/using-common-git-commands.md b/translations/ko-KR/content/github/using-git/using-common-git-commands.md
index 723eb414d7..8370d6f9d7 100644
--- a/translations/ko-KR/content/github/using-git/using-common-git-commands.md
+++ b/translations/ko-KR/content/github/using-git/using-common-git-commands.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/using-git/using-git-rebase-on-the-command-line.md b/translations/ko-KR/content/github/using-git/using-git-rebase-on-the-command-line.md
index 54e2b7620f..a6aa32ba7b 100644
--- a/translations/ko-KR/content/github/using-git/using-git-rebase-on-the-command-line.md
+++ b/translations/ko-KR/content/github/using-git/using-git-rebase-on-the-command-line.md
@@ -7,6 +7,7 @@ intro: Here's a short tutorial on using `git rebase` on the command line.
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
In this example, we will cover all of the `git rebase` commands available, except for `exec`.
diff --git a/translations/ko-KR/content/github/using-git/which-remote-url-should-i-use.md b/translations/ko-KR/content/github/using-git/which-remote-url-should-i-use.md
index 52984d4541..6ebdb3c5fd 100644
--- a/translations/ko-KR/content/github/using-git/which-remote-url-should-i-use.md
+++ b/translations/ko-KR/content/github/using-git/which-remote-url-should-i-use.md
@@ -7,6 +7,7 @@ intro: 'There are several ways to clone repositories available on {% data variab
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you view a repository while signed in to your account, the URLs you can use to clone the project onto your computer are available below the repository details:
@@ -47,7 +48,7 @@ When you `git clone`, `git fetch`, `git pull`, or `git push` to a remote reposit
{% endtip %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
### Cloning with {% data variables.product.prodname_cli %}
@@ -55,11 +56,14 @@ You can also install {% data variables.product.prodname_cli %} to use {% data va
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
### Cloning with Subversion
You can also use a [Subversion](https://subversion.apache.org/) client to access any repository on {% data variables.product.prodname_dotcom %}. Subversion offers a different feature set than Git. For more information, see "[What are the differences between Subversion and Git?](/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git)"
+You can also access repositories on
-You can also access repositories on {% data variables.product.prodname_dotcom %} from Subversion clients. For more information, see "[Support for Subversion clients](/github/importing-your-projects-to-github/support-for-subversion-clients)."
+{% data variables.product.prodname_dotcom %} from Subversion clients. For more information, see "[Support for Subversion clients](/github/importing-your-projects-to-github/support-for-subversion-clients)."
+{% endif %}
### 더 읽을거리
diff --git a/translations/ko-KR/content/github/using-git/why-is-git-always-asking-for-my-password.md b/translations/ko-KR/content/github/using-git/why-is-git-always-asking-for-my-password.md
index 5958979e05..da4bdd6ab7 100644
--- a/translations/ko-KR/content/github/using-git/why-is-git-always-asking-for-my-password.md
+++ b/translations/ko-KR/content/github/using-git/why-is-git-always-asking-for-my-password.md
@@ -6,14 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Using an HTTPS remote URL has some advantages compared with using SSH. It's easier to set up than SSH, and usually works through strict firewalls and proxies. However, it also prompts you to enter your GitHub credentials every time you pull or push a repository.
+Using an HTTPS remote URL has some advantages compared with using SSH. It's easier to set up than SSH, and usually works through strict firewalls and proxies. However, it also prompts you to enter your {% data variables.product.product_name %} credentials every time you pull or push a repository.
-You can avoid being prompted for your password by configuring Git to [cache your credentials](/github/using-git/caching-your-github-credentials-in-git) for you. {% data reusables.user_settings.password-authentication-deprecation %}
-
-Once you've configured credential caching, Git automatically uses your cached personal access token in place of a password when you pull or push a repository using HTTPS.
+{% data reusables.user_settings.password-authentication-deprecation %}
+You can avoid being prompted for your password by configuring Git to [cache your credentials](/github/using-git/caching-your-github-credentials-in-git) for you. Once you've configured credential caching, Git automatically uses your cached personal access token when you pull or push a repository using HTTPS.
### 더 읽을거리
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
index ca1eb5519d..19aa9467dd 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A repository's graphs give you information on {% if currentVersion == "free-pro-team@latest" %} traffic, projects that depend on the repository,{% endif %} contributors and commits to the repository, and a repository's forks and network. If you maintain a repository, you can use this data to get a better understanding of who's using your repository and why they're using it.
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
index 03f4ae908a..bf325418e0 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
index be9f00d68e..1bcc381a77 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/index.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/index.md
index ec458b1c5c..fb095cfc5f 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/index.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
index 9042eabf19..b164024dec 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Forks are listed alphabetically by the username of the person who forked the repository. You can click on the username to be redirected to the user's {% data variables.product.product_name %} profile page or click on the fork name to be redirected to the specific fork of the repository.
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
index 2b985da2fa..3159e6eab6 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
index f8a642bf2f..bc0f615a44 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
@@ -9,11 +9,12 @@ product: '{% data reusables.gated-features.repository-insights %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About contributors
-You can view the top 100 contributors to a repository{% if enterpriseServerVersions contains currentVersion %}, including commit co-authors,{% endif %} in the contributors graph. Merge commits and empty commits aren't counted as contributions for this graph.
+You can view the top 100 contributors to a repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}, including commit co-authors,{% endif %} in the contributors graph. Merge commits and empty commits aren't counted as contributions for this graph.
{% if currentVersion == "free-pro-team@latest" %}
You can also see a list of people who have contributed to the project's Python dependencies. To access this list of community contributors, visit `https://github.com/REPO-OWNER/REPO-NAME/community_contributors`.
@@ -31,7 +32,7 @@ You can also see a list of people who have contributed to the project's Python d
If you don't appear in a repository's contributors graph, it may be because:
- You aren't one of the top 100 contributors.
- Your commits haven't been merged into the default branch.
-- The email address you used to author the commits hasn't been added to your {% data variables.product.product_name %} account.
+- The email address you used to author the commits isn't connected to your account on {% data variables.product.product_name %}.
{% tip %}
@@ -41,4 +42,4 @@ If you don't appear in a repository's contributors graph, it may be because:
If all your commits in the repository are on non-default branches, you won't be in the contributors graph. For example, commits on the `gh-pages` branch aren't included in the graph unless `gh-pages` is the repository's default branch. To have your commits merged into the default branch, you can create a pull request. For more information, see "[About pull requests](/articles/about-pull-requests)."
-If the email address you used to author the commits has not been added to your {% data variables.product.product_name %} account, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address)" and "[Adding an email address to your {% data variables.product.product_name %} account](/articles/adding-an-email-address-to-your-github-account)."
+If the email address you used to author the commits is not connected to your account on {% data variables.product.product_name %}, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address){% if currentVersion != "github-ae@latest" %}" and "[Adding an email address to your {% data variables.product.product_name %} account](/articles/adding-an-email-address-to-your-github-account){% endif %}."
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
index aff45fee43..63272fd370 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
index 920ce7163c..e9bfbbaf20 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Commit co-authors are included in the commit activity summary if their commits were merged into the repository's default branch and they're in the top 15 users who have contributed the most commits.
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
index 726b3a7d6b..2ff13fda61 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
index 671e5f8ff4..1ca740d341 100644
--- a/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
+++ b/translations/ko-KR/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The top graph shows commits for the entire year by week.
diff --git a/translations/ko-KR/content/github/working-with-github-pages/about-github-pages-and-jekyll.md b/translations/ko-KR/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
index 39bad3c9df..a03eb6041a 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
@@ -21,6 +21,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About Jekyll
diff --git a/translations/ko-KR/content/github/working-with-github-pages/about-github-pages.md b/translations/ko-KR/content/github/working-with-github-pages/about-github-pages.md
index ff9f7ed4f9..538d0c7b4a 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/about-github-pages.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/about-github-pages.md
@@ -13,6 +13,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About {% data variables.product.prodname_pages %}
@@ -26,7 +27,7 @@ You can host your site on
To get started, see "[Creating a {% data variables.product.prodname_pages %} site](/articles/creating-a-github-pages-site)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
Organization owners can disable the publication of
{% data variables.product.prodname_pages %} sites from the organization's repositories. For more information, see "[Disabling publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)."
{% endif %}
@@ -35,15 +36,15 @@ Organization owners can disable the publication of
There are three types of {% data variables.product.prodname_pages %} sites: project, user, and organization. Project sites are connected to a specific project hosted on {% data variables.product.product_name %}, such as a JavaScript library or a recipe collection. User and organization sites are connected to a specific {% data variables.product.product_name %} account.
-To publish a user site, you must create a repository owned by your user account that's named {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. To publish an organization site, you must create a repository owned by an organization that's named {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, user and organization sites are available at `http(s)://.github.io` or `http(s)://.github.io`.{% endif %}
+To publish a user site, you must create a repository owned by your user account that's named {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. To publish an organization site, you must create a repository owned by an organization that's named {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, user and organization sites are available at `http(s)://.github.io` or `http(s)://.github.io`.{% elsif currentVersion == "github-ae@latest" %}User and organization sites are available at `http(s)://pages./` or `http(s)://pages./`.{% endif %}
-The source files for a project site are stored in the same repository as their project. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, project sites are available at `http(s)://.github.io/` or `http(s)://.github.io/`.{% endif %}
+The source files for a project site are stored in the same repository as their project. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, project sites are available at `http(s)://.github.io/` or `http(s)://.github.io/`.{% elsif currentVersion == "github-ae@latest" %}Project sites are available at `http(s)://pages.///` or `http(s)://pages.///`.{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
For more information about how custom domains affect the URL for your site, see "[About custom domains and {% data variables.product.prodname_pages %}](/articles/about-custom-domains-and-github-pages)."
{% endif %}
-You can only create one user or organization site for each {% data variables.product.product_name %} account. Project sites, whether owned by an organization or a user account, are unlimited.
+You can only create one user or organization site for each account on {% data variables.product.product_name %}. Project sites, whether owned by an organization or a user account, are unlimited.
{% if enterpriseServerVersions contains currentVersion %}
The URL where your site is available depends on whether subdomain isolation is enabled for
@@ -54,7 +55,7 @@ The URL where your site is available depends on whether subdomain isolation is e
| | | |
User |
-`http(s)://pages.///` | `http(s):///pages///` | Organization | `http(s)://pages.///` | `http(s):///pages///` | Project site owned by user account | `http(s)://pages.///` | `http(s):///pages///` Project site owned by organization account | `http(s)://pages.///` | `http(s):///pages///`
+`http(s)://pages./` | `http(s):///pages/` | Organization | `http(s)://pages./` | `http(s):///pages/` | Project site owned by user account | `http(s)://pages.///` | `http(s):///pages///` Project site owned by organization account | `http(s)://pages.///` | `http(s):///pages///`
For more information, see "[Enabling subdomain isolation](/enterprise/{{ currentVersion }}/admin/installation/enabling-subdomain-isolation)" or contact your site administrator.
{% endif %}
@@ -73,7 +74,7 @@ The publishing source for your {% data variables.product.prodname_pages %} site
{% data reusables.pages.private_pages_are_public_warning %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
If the default publishing source exists in your repository, {% data variables.product.prodname_pages %} will automatically publish a site from that source. The default publishing source for user and organization sites is the root of the default branch for the repository. The default publishing source for project sites is the root of the `gh-pages` branch.
diff --git a/translations/ko-KR/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md b/translations/ko-KR/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
index 046a4b8457..f3ca97d471 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About Jekyll build errors
diff --git a/translations/ko-KR/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md b/translations/ko-KR/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
index 0ef391cb48..7ed074204f 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
People with write permissions for a repository can add a theme to a {% data variables.product.prodname_pages %} site using Jekyll.
diff --git a/translations/ko-KR/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md b/translations/ko-KR/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
index 4777d0804f..e60ecfd486 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
People with write permissions for a repository can add content to a {% data variables.product.prodname_pages %} site using Jekyll.
diff --git a/translations/ko-KR/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md b/translations/ko-KR/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
index 89122faaf8..8fd5acae9b 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
@@ -9,6 +9,7 @@ permissions: 'People with admin or maintainer permissions for a repository can c
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
For more information about publishing sources, see "[About {% data variables.product.prodname_pages %}](/articles/about-github-pages#publishing-sources-for-github-pages-sites)."
@@ -19,7 +20,7 @@ Before you configure a publishing source, make sure the branch{% if currentVersi
{% data reusables.pages.navigate-site-repo %}
{% data reusables.repositories.sidebar-settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
3. Under "{% data variables.product.prodname_pages %}", use the **None** or **Branch** drop-down menu and select a publishing source. 
4. Optionally, use the drop-down menu to select a folder for your publishing source. 
5. Click **Save**. 
@@ -33,4 +34,4 @@ Before you configure a publishing source, make sure the branch{% if currentVersi
{% data reusables.pages.admin-must-push %}
-If you choose the `docs` folder on {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}any{% else %}the `master`{% endif %} branch as your publishing source, then later remove the `/docs` folder from that branch in your repository, your site won't build and you'll get a page build error message for a missing `/docs` folder. For more information, see "[Troubleshooting Jekyll build errors for {% data variables.product.prodname_pages %} sites](/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites#missing-docs-folder)."
+If you choose the `docs` folder on {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}any{% else %}the `master`{% endif %} branch as your publishing source, then later remove the `/docs` folder from that branch in your repository, your site won't build and you'll get a page build error message for a missing `/docs` folder. For more information, see "[Troubleshooting Jekyll build errors for {% data variables.product.prodname_pages %} sites](/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites#missing-docs-folder)."
diff --git a/translations/ko-KR/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md b/translations/ko-KR/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
index 7b69e2321a..160952a869 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pages.navigate-site-repo %}
diff --git a/translations/ko-KR/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md b/translations/ko-KR/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
index 9984ecb5a5..618015f9f7 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
@@ -8,6 +8,7 @@ permissions: 'People with admin permissions for a repository can create a {% dat
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### 빌드전 요구 사양
@@ -80,7 +81,7 @@ gem "github-pages", "~> VERSION", group: :jekyll_plugins
```
10. Save and close the Gemfile.
11. Optionally, test your site locally. For more information, see "[Testing your {% data variables.product.prodname_pages %} site locally with Jekyll](/articles/testing-your-github-pages-site-locally-with-jekyll)."
-12. Add your {% data variables.product.product_name %} repository as a remote, replacing {% if enterpriseServerVersions contains currentVersion %}_HOSTNAME_ with your appliance's hostname,{% endif %} _USER_ with the account that owns the repository{% if enterpriseServerVersions contains currentVersion %},{% endif %} and _REPOSITORY_ with the name of the repository.
+12. Add your {% data variables.product.product_name %} repository as a remote, replacing {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}_HOSTNAME_ with your enterprise's hostname,{% endif %} _USER_ with the account that owns the repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %},{% endif %} and _REPOSITORY_ with the name of the repository.
```shell
{% if currentVersion == "free-pro-team@latest" %}
$ git remote add origin https://github.com/USER/REPOSITORY.git
diff --git a/translations/ko-KR/content/github/working-with-github-pages/creating-a-github-pages-site.md b/translations/ko-KR/content/github/working-with-github-pages/creating-a-github-pages-site.md
index 4ca534a874..6ff1d27245 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/creating-a-github-pages-site.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/creating-a-github-pages-site.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Creating a repository for your site
diff --git a/translations/ko-KR/content/github/working-with-github-pages/getting-started-with-github-pages.md b/translations/ko-KR/content/github/working-with-github-pages/getting-started-with-github-pages.md
index 8126a23b02..2c570f5de4 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/getting-started-with-github-pages.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/getting-started-with-github-pages.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/working-with-github-pages/index.md b/translations/ko-KR/content/github/working-with-github-pages/index.md
index b8c5c98526..bd6f2fc27e 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/index.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/index.md
@@ -14,6 +14,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md b/translations/ko-KR/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
index d41d2813b2..ce2bf2b354 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
People with write permissions for a repository can set the Markdown processor for a {% data variables.product.prodname_pages %} site.
diff --git a/translations/ko-KR/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md b/translations/ko-KR/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
index f8f9aee79a..b1ec8358fd 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md b/translations/ko-KR/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
index 7a329ecebf..17cd05615b 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Anyone with read permissions for a repository can test a {% data variables.product.prodname_pages %} site locally.
diff --git a/translations/ko-KR/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md b/translations/ko-KR/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
index 1ed03b1e52..62457004f9 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
@@ -28,6 +28,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Troubleshooting build errors
diff --git a/translations/ko-KR/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md b/translations/ko-KR/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
index fb8fa64e99..b6c6be96fc 100644
--- a/translations/ko-KR/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
+++ b/translations/ko-KR/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
@@ -12,6 +12,7 @@ permissions: 'People with admin or maintainer permissions for a repository can u
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Unpublishing a project site
diff --git a/translations/ko-KR/content/github/writing-on-github/about-saved-replies.md b/translations/ko-KR/content/github/writing-on-github/about-saved-replies.md
index 7a2d6095cf..07790ce4f0 100644
--- a/translations/ko-KR/content/github/writing-on-github/about-saved-replies.md
+++ b/translations/ko-KR/content/github/writing-on-github/about-saved-replies.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/ko-KR/content/github/writing-on-github/about-writing-and-formatting-on-github.md b/translations/ko-KR/content/github/writing-on-github/about-writing-and-formatting-on-github.md
index 10fa914c13..b146b69931 100644
--- a/translations/ko-KR/content/github/writing-on-github/about-writing-and-formatting-on-github.md
+++ b/translations/ko-KR/content/github/writing-on-github/about-writing-and-formatting-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
[Markdown](http://daringfireball.net/projects/markdown/) is an easy-to-read, easy-to-write syntax for formatting plain text.
diff --git a/translations/ko-KR/content/github/writing-on-github/autolinked-references-and-urls.md b/translations/ko-KR/content/github/writing-on-github/autolinked-references-and-urls.md
index d4df58477e..a8c53d9f94 100644
--- a/translations/ko-KR/content/github/writing-on-github/autolinked-references-and-urls.md
+++ b/translations/ko-KR/content/github/writing-on-github/autolinked-references-and-urls.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### URLs
diff --git a/translations/ko-KR/content/github/writing-on-github/basic-writing-and-formatting-syntax.md b/translations/ko-KR/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
index 0b2de4a845..d779a6dd1b 100644
--- a/translations/ko-KR/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
+++ b/translations/ko-KR/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Headings
@@ -170,7 +171,7 @@ For more information, see "[About task lists](/articles/about-task-lists)."
### Mentioning people and teams
-You can mention a person or [team](/articles/setting-up-teams/) on {% data variables.product.product_name %} by typing `@` plus their username or team name. This will trigger a notification and bring their attention to the conversation. People will also receive a notification if you edit a comment to mention their username or team name. For more information about notifications, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
+You can mention a person or [team](/articles/setting-up-teams/) on {% data variables.product.product_name %} by typing `@` plus their username or team name. This will trigger a notification and bring their attention to the conversation. People will also receive a notification if you edit a comment to mention their username or team name. For more information about notifications, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
`@github/support What do you think about these updates?`
diff --git a/translations/ko-KR/content/github/writing-on-github/creating-a-saved-reply.md b/translations/ko-KR/content/github/writing-on-github/creating-a-saved-reply.md
index d6ae4d1d59..185a95da03 100644
--- a/translations/ko-KR/content/github/writing-on-github/creating-a-saved-reply.md
+++ b/translations/ko-KR/content/github/writing-on-github/creating-a-saved-reply.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/ko-KR/content/github/writing-on-github/creating-and-highlighting-code-blocks.md b/translations/ko-KR/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
index 8665a5a087..48b3e74e7c 100644
--- a/translations/ko-KR/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
+++ b/translations/ko-KR/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Fenced code blocks
diff --git a/translations/ko-KR/content/github/writing-on-github/creating-gists.md b/translations/ko-KR/content/github/writing-on-github/creating-gists.md
index 588b471cfd..0f68b324b6 100644
--- a/translations/ko-KR/content/github/writing-on-github/creating-gists.md
+++ b/translations/ko-KR/content/github/writing-on-github/creating-gists.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About gists
@@ -50,7 +51,7 @@ Gist supports mapping GeoJSON files. These maps are displayed in embedded gists,
You can also drag and drop a text file from your desktop directly into the gist editor.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% note %}
You can also create a gist using the {% data variables.product.prodname_cli %}. For more information, see "[`gh gist create`](https://cli.github.com/manual/gh_gist_create)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/ko-KR/content/github/writing-on-github/deleting-a-saved-reply.md b/translations/ko-KR/content/github/writing-on-github/deleting-a-saved-reply.md
index 2e72c8ef3d..9be77cd256 100644
--- a/translations/ko-KR/content/github/writing-on-github/deleting-a-saved-reply.md
+++ b/translations/ko-KR/content/github/writing-on-github/deleting-a-saved-reply.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/ko-KR/content/github/writing-on-github/editing-a-saved-reply.md b/translations/ko-KR/content/github/writing-on-github/editing-a-saved-reply.md
index 3fcac5f0cd..8d46ddce11 100644
--- a/translations/ko-KR/content/github/writing-on-github/editing-a-saved-reply.md
+++ b/translations/ko-KR/content/github/writing-on-github/editing-a-saved-reply.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/ko-KR/content/github/writing-on-github/editing-and-sharing-content-with-gists.md b/translations/ko-KR/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
index bda6ba4d26..290645090f 100644
--- a/translations/ko-KR/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
+++ b/translations/ko-KR/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/writing-on-github/forking-and-cloning-gists.md b/translations/ko-KR/content/github/writing-on-github/forking-and-cloning-gists.md
index 73b1c18712..04f68e84c4 100644
--- a/translations/ko-KR/content/github/writing-on-github/forking-and-cloning-gists.md
+++ b/translations/ko-KR/content/github/writing-on-github/forking-and-cloning-gists.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Forking gists
diff --git a/translations/ko-KR/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md b/translations/ko-KR/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
index b7cf7d34c7..6932c966d1 100644
--- a/translations/ko-KR/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
+++ b/translations/ko-KR/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/writing-on-github/index.md b/translations/ko-KR/content/github/writing-on-github/index.md
index 81ca75b5cc..c6dbb7e343 100644
--- a/translations/ko-KR/content/github/writing-on-github/index.md
+++ b/translations/ko-KR/content/github/writing-on-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/writing-on-github/organizing-information-with-tables.md b/translations/ko-KR/content/github/writing-on-github/organizing-information-with-tables.md
index a3e6724515..c3e86fd0e1 100644
--- a/translations/ko-KR/content/github/writing-on-github/organizing-information-with-tables.md
+++ b/translations/ko-KR/content/github/writing-on-github/organizing-information-with-tables.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Creating a table
diff --git a/translations/ko-KR/content/github/writing-on-github/using-saved-replies.md b/translations/ko-KR/content/github/writing-on-github/using-saved-replies.md
index 87ee1aee81..5d63001d97 100644
--- a/translations/ko-KR/content/github/writing-on-github/using-saved-replies.md
+++ b/translations/ko-KR/content/github/writing-on-github/using-saved-replies.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/ko-KR/content/github/writing-on-github/working-with-advanced-formatting.md b/translations/ko-KR/content/github/writing-on-github/working-with-advanced-formatting.md
index 4825f59d04..9a6240e60f 100644
--- a/translations/ko-KR/content/github/writing-on-github/working-with-advanced-formatting.md
+++ b/translations/ko-KR/content/github/writing-on-github/working-with-advanced-formatting.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/github/writing-on-github/working-with-saved-replies.md b/translations/ko-KR/content/github/writing-on-github/working-with-saved-replies.md
index 5ca965c0aa..7b85b6b27d 100644
--- a/translations/ko-KR/content/github/writing-on-github/working-with-saved-replies.md
+++ b/translations/ko-KR/content/github/writing-on-github/working-with-saved-replies.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/graphql/guides/forming-calls-with-graphql.md b/translations/ko-KR/content/graphql/guides/forming-calls-with-graphql.md
index 6fccd91518..c7a8a62125 100644
--- a/translations/ko-KR/content/graphql/guides/forming-calls-with-graphql.md
+++ b/translations/ko-KR/content/graphql/guides/forming-calls-with-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Authenticating with GraphQL
@@ -334,9 +335,9 @@ With the ID known, we can proceed with the mutation:
Let's examine this line:
- - `addReaction` is the name of the mutation.
- - `input` is the required argument key. This will always be `input` for a mutation.
- - `{subjectId:"MDU6SXNzdWUyMzEzOTE1NTE=",content:HOORAY}` is the required argument value. This will always be an [input object](/v4/input_object/) (hence the curly braces) composed of input fields (`subjectId` and `content` in this case) for a mutation.
+ - `addReaction` is the name of the mutation.
+ - `input` is the required argument key. This will always be `input` for a mutation.
+ - `{subjectId:"MDU6SXNzdWUyMzEzOTE1NTE=",content:HOORAY}` is the required argument value. This will always be an [input object](/v4/input_object/) (hence the curly braces) composed of input fields (`subjectId` and `content` in this case) for a mutation.
How do we know which value to use for the content? The [`addReaction` docs](/v4/mutation/addreaction/) tell us the `content` field has the type [`ReactionContent`](/v4/enum/reactioncontent/), which is an [enum](/v4/enum) because only certain emoji reactions are supported on GitHub issues. These are the allowed values for reactions (note some values differ from their corresponding emoji names):
diff --git a/translations/ko-KR/content/graphql/guides/index.md b/translations/ko-KR/content/graphql/guides/index.md
index 87672d1426..5e49d8f796 100644
--- a/translations/ko-KR/content/graphql/guides/index.md
+++ b/translations/ko-KR/content/graphql/guides/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /introduction-to-graphql %}
diff --git a/translations/ko-KR/content/graphql/guides/introduction-to-graphql.md b/translations/ko-KR/content/graphql/guides/introduction-to-graphql.md
index 58c2a3ef61..f4d05b5bee 100644
--- a/translations/ko-KR/content/graphql/guides/introduction-to-graphql.md
+++ b/translations/ko-KR/content/graphql/guides/introduction-to-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### GraphQL terminology
diff --git a/translations/ko-KR/content/graphql/guides/managing-enterprise-accounts.md b/translations/ko-KR/content/graphql/guides/managing-enterprise-accounts.md
index b3a65b382d..b5f9d80e62 100644
--- a/translations/ko-KR/content/graphql/guides/managing-enterprise-accounts.md
+++ b/translations/ko-KR/content/graphql/guides/managing-enterprise-accounts.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About managing enterprise accounts with GraphQL
diff --git a/translations/ko-KR/content/graphql/guides/migrating-from-rest-to-graphql.md b/translations/ko-KR/content/graphql/guides/migrating-from-rest-to-graphql.md
index f57ce4780b..dbc64338ed 100644
--- a/translations/ko-KR/content/graphql/guides/migrating-from-rest-to-graphql.md
+++ b/translations/ko-KR/content/graphql/guides/migrating-from-rest-to-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Differences in API logic
diff --git a/translations/ko-KR/content/graphql/guides/using-global-node-ids.md b/translations/ko-KR/content/graphql/guides/using-global-node-ids.md
index 55c2c85aee..77307ca9eb 100644
--- a/translations/ko-KR/content/graphql/guides/using-global-node-ids.md
+++ b/translations/ko-KR/content/graphql/guides/using-global-node-ids.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can access most objects in GitHub (users, issues, pull requests, etc.) using either the REST API or the GraphQL API. With a [recent update](https://developer.github.com/changes/2017-12-19-graphql-node-id/), you can find the **global node ID** of many objects from within the REST API and use these IDs in your GraphQL operations.
diff --git a/translations/ko-KR/content/graphql/guides/using-the-explorer.md b/translations/ko-KR/content/graphql/guides/using-the-explorer.md
index 2c9a976edf..f9b1c02f3e 100644
--- a/translations/ko-KR/content/graphql/guides/using-the-explorer.md
+++ b/translations/ko-KR/content/graphql/guides/using-the-explorer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
## About the GraphQL Explorer
diff --git a/translations/ko-KR/content/graphql/index.md b/translations/ko-KR/content/graphql/index.md
index 66b0ae9d42..ba6c4847ad 100644
--- a/translations/ko-KR/content/graphql/index.md
+++ b/translations/ko-KR/content/graphql/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/ko-KR/content/graphql/overview/about-the-graphql-api.md b/translations/ko-KR/content/graphql/overview/about-the-graphql-api.md
index 2195c4ac5f..64bce06cad 100644
--- a/translations/ko-KR/content/graphql/overview/about-the-graphql-api.md
+++ b/translations/ko-KR/content/graphql/overview/about-the-graphql-api.md
@@ -4,6 +4,7 @@ intro: 'The {% data variables.product.prodname_dotcom %} GraphQL API offers flex
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### 개요
diff --git a/translations/ko-KR/content/graphql/overview/breaking-changes.md b/translations/ko-KR/content/graphql/overview/breaking-changes.md
index fd76130941..f9fde6b0f6 100644
--- a/translations/ko-KR/content/graphql/overview/breaking-changes.md
+++ b/translations/ko-KR/content/graphql/overview/breaking-changes.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About breaking changes
diff --git a/translations/ko-KR/content/graphql/overview/changelog.md b/translations/ko-KR/content/graphql/overview/changelog.md
index 5482e60e0f..dbb8876a2b 100644
--- a/translations/ko-KR/content/graphql/overview/changelog.md
+++ b/translations/ko-KR/content/graphql/overview/changelog.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Breaking changes include changes that will break existing queries or could affect the runtime behavior of clients. For a list of breaking changes and when they will occur, see our [breaking changes log](/v4/breaking_changes).
diff --git a/translations/ko-KR/content/graphql/overview/explorer.md b/translations/ko-KR/content/graphql/overview/explorer.md
index 3abd5345e6..f87b12b44e 100644
--- a/translations/ko-KR/content/graphql/overview/explorer.md
+++ b/translations/ko-KR/content/graphql/overview/explorer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can access GitHub's GraphQL Explorer at https://developer.github.com/v4/explorer.
diff --git a/translations/ko-KR/content/graphql/overview/index.md b/translations/ko-KR/content/graphql/overview/index.md
index 5e72532008..90b3051b86 100644
--- a/translations/ko-KR/content/graphql/overview/index.md
+++ b/translations/ko-KR/content/graphql/overview/index.md
@@ -4,6 +4,7 @@ intro: 'Learn about the {% data variables.product.prodname_dotcom %} GraphQL API
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /about-the-graphql-api %}
diff --git a/translations/ko-KR/content/graphql/overview/public-schema.md b/translations/ko-KR/content/graphql/overview/public-schema.md
index 3856de9a24..0df87e7653 100644
--- a/translations/ko-KR/content/graphql/overview/public-schema.md
+++ b/translations/ko-KR/content/graphql/overview/public-schema.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can [perform introspection](/v4/guides/intro-to-graphql/#discovering-the-graphql-api) against the GraphQL API directly.
@@ -16,8 +17,16 @@ Alternatively, you can download the latest version of the public schema here:
[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs.graphql`](/public/schema.docs.graphql)
-{% else %}
+{% endif %}
-[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-enterprise.graphql`](/public/{{ currentVersion }}/schema.docs-enterprise.graphql) ({{ allVersions[currentVersion].versionTitle }})
+{% if enterpriseServerVersions contains currentVersion %}
+
+[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-enterprise.graphql`](/public/ghes-{{ allVersions[currentVersion].currentRelease }}/schema.docs-enterprise.graphql) ({{ allVersions[currentVersion].versionTitle }})
+
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+
+[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-ghae.graphql`](/public/ghae/schema.docs-ghae.graphql) ({{ allVersions[currentVersion].versionTitle }})
{% endif %}
diff --git a/translations/ko-KR/content/graphql/overview/resource-limitations.md b/translations/ko-KR/content/graphql/overview/resource-limitations.md
index 43dd93842e..bd5cdb791c 100644
--- a/translations/ko-KR/content/graphql/overview/resource-limitations.md
+++ b/translations/ko-KR/content/graphql/overview/resource-limitations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
## Node limit
diff --git a/translations/ko-KR/content/graphql/overview/schema-previews.md b/translations/ko-KR/content/graphql/overview/schema-previews.md
index 6d2666e53a..b0b3a5e30f 100644
--- a/translations/ko-KR/content/graphql/overview/schema-previews.md
+++ b/translations/ko-KR/content/graphql/overview/schema-previews.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About schema previews
diff --git a/translations/ko-KR/content/graphql/reference/enums.md b/translations/ko-KR/content/graphql/reference/enums.md
index 48254c6ebd..3cec114335 100644
--- a/translations/ko-KR/content/graphql/reference/enums.md
+++ b/translations/ko-KR/content/graphql/reference/enums.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About enums
diff --git a/translations/ko-KR/content/graphql/reference/index.md b/translations/ko-KR/content/graphql/reference/index.md
index 553212d49b..c31b4d6f75 100644
--- a/translations/ko-KR/content/graphql/reference/index.md
+++ b/translations/ko-KR/content/graphql/reference/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /queries %}
diff --git a/translations/ko-KR/content/graphql/reference/input-objects.md b/translations/ko-KR/content/graphql/reference/input-objects.md
index dc17e9c4bb..6726cfaf2c 100644
--- a/translations/ko-KR/content/graphql/reference/input-objects.md
+++ b/translations/ko-KR/content/graphql/reference/input-objects.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About input objects
diff --git a/translations/ko-KR/content/graphql/reference/interfaces.md b/translations/ko-KR/content/graphql/reference/interfaces.md
index fd4d5822cb..0baee2c467 100644
--- a/translations/ko-KR/content/graphql/reference/interfaces.md
+++ b/translations/ko-KR/content/graphql/reference/interfaces.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About interfaces
diff --git a/translations/ko-KR/content/graphql/reference/mutations.md b/translations/ko-KR/content/graphql/reference/mutations.md
index 6018f29f57..9f6542ab79 100644
--- a/translations/ko-KR/content/graphql/reference/mutations.md
+++ b/translations/ko-KR/content/graphql/reference/mutations.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About mutations
diff --git a/translations/ko-KR/content/graphql/reference/objects.md b/translations/ko-KR/content/graphql/reference/objects.md
index 08e8c9748d..84cbbabfdf 100644
--- a/translations/ko-KR/content/graphql/reference/objects.md
+++ b/translations/ko-KR/content/graphql/reference/objects.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About objects
diff --git a/translations/ko-KR/content/graphql/reference/queries.md b/translations/ko-KR/content/graphql/reference/queries.md
index fbdd11ff63..b8ed9487c5 100644
--- a/translations/ko-KR/content/graphql/reference/queries.md
+++ b/translations/ko-KR/content/graphql/reference/queries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About queries
@@ -14,6 +15,12 @@ Every GraphQL schema has a root type for both queries and mutations. The [query
For more information, see "[About queries](/v4/guides/forming-calls#about-queries)."
+{% note %}
+
+**Note:** For [user-to-server](/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) {% data variables.product.prodname_github_app %} requests, you should use separate queries for issues and pull requests. For example, use the `is:issue` or `is:pull-request` filters and their equivalents. Using the `search` connection to return a combination of issues and pull requests in a single query will result in an empty set of nodes.
+
+{% endnote %}
+
## Connections
{% for item in graphql.schemaForCurrentVersion.queries.connections %}
diff --git a/translations/ko-KR/content/graphql/reference/scalars.md b/translations/ko-KR/content/graphql/reference/scalars.md
index 0fea4770af..0a37135d2c 100644
--- a/translations/ko-KR/content/graphql/reference/scalars.md
+++ b/translations/ko-KR/content/graphql/reference/scalars.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About scalars
diff --git a/translations/ko-KR/content/graphql/reference/unions.md b/translations/ko-KR/content/graphql/reference/unions.md
index 7c016fd2ab..95f5a9f633 100644
--- a/translations/ko-KR/content/graphql/reference/unions.md
+++ b/translations/ko-KR/content/graphql/reference/unions.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About unions
diff --git a/translations/ko-KR/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md b/translations/ko-KR/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
index a423199ba2..87f5be536c 100644
--- a/translations/ko-KR/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
+++ b/translations/ko-KR/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
@@ -19,8 +19,7 @@ After you enable the link, each user can navigate directly from {% data variable
```
3. Return to
{% data variables.product.prodname_ghe_server %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
7. Under
{% octicon "gear" aria-label="The Settings gear" %} **Settings**, click **{% data variables.product.prodname_insights %}**.
diff --git a/translations/ko-KR/content/insights/installing-and-configuring-github-insights/installing-github-insights.md b/translations/ko-KR/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
index 18c7f7cfef..d0c8f74fee 100644
--- a/translations/ko-KR/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
+++ b/translations/ko-KR/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
@@ -61,7 +61,7 @@ To connect {% data variables.product.prodname_insights %} to {% data variables.p
- 리포지토리
- Team 
-13. To enable the {% data variables.product.prodname_github_app %} to access data from any user or organization in {% data variables.product.product_location_enterprise %}, under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Any account**. 
+13. To enable the {% data variables.product.prodname_github_app %} to access data from any user or organization in {% data variables.product.product_location %}, under "Where can this {% data variables.product.prodname_github_app %} be installed?", select **Any account**. 
14. Click **Create {% data variables.product.prodname_github_app %}**. 
15. Review your app's configuration.
16. Under "Private keys", click **Generate a private key**. 
diff --git a/translations/ko-KR/content/packages/publishing-and-managing-packages/about-github-packages.md b/translations/ko-KR/content/packages/publishing-and-managing-packages/about-github-packages.md
index 82aec1472e..d9c5d5c1c5 100644
--- a/translations/ko-KR/content/packages/publishing-and-managing-packages/about-github-packages.md
+++ b/translations/ko-KR/content/packages/publishing-and-managing-packages/about-github-packages.md
@@ -87,11 +87,11 @@ Package registries use `PACKAGE-TYPE.pkg.github.com/OWNER/REPOSITORY/IMAGE-NAME`
{% else %}
-The package types supported on {% data variables.product.product_location_enterprise %} may vary since your site administrator can enable or disable support for different package types. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
+The package types supported on {% data variables.product.product_location %} may vary since your site administrator can enable or disable support for different package types. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
-If {% data variables.product.product_location_enterprise %} has subdomain isolation enabled, then package registries will use `PACKAGE-TYPE.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` as the package host URL, replacing `PACKAGE-TYPE` with the Package namespace. For example, your Dockerfile will be hosted at `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME`.
+If {% data variables.product.product_location %} has subdomain isolation enabled, then package registries will use `PACKAGE-TYPE.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` as the package host URL, replacing `PACKAGE-TYPE` with the Package namespace. For example, your Dockerfile will be hosted at `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME`.
-If {% data variables.product.product_location_enterprise %} has subdomain isolation disabled, then package registries will use `HOSTNAME/_registry/PACKAGE-TYPE/OWNER/REPOSITORY/IMAGE-NAME` as the package host URL. For example, your Gemfile will be hosted at `HOSTNAME/_registry/rubygems/OWNER/REPOSITORY/IMAGE-NAME`, replacing *HOSTNAME* with the host name of your {% data variables.product.prodname_ghe_server %} instance. |{% endif %}
+If {% data variables.product.product_location %} has subdomain isolation disabled, then package registries will use `HOSTNAME/_registry/PACKAGE-TYPE/OWNER/REPOSITORY/IMAGE-NAME` as the package host URL. For example, your Gemfile will be hosted at `HOSTNAME/_registry/rubygems/OWNER/REPOSITORY/IMAGE-NAME`, replacing *HOSTNAME* with the host name of your {% data variables.product.prodname_ghe_server %} instance. |{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
| Language | 설명 | Package format | Package client | Package namespace |
@@ -104,7 +104,7 @@ If {% data variables.product.product_location_enterprise %} has subdomain isolat
{% else %}
-With subdomain isolation enabled on {% data variables.product.product_location_enterprise %}:
+With subdomain isolation enabled on {% data variables.product.product_location %}:
| Language | 설명 | Package format | Package client | Package namespace |
| ---------- | ------------------------------------------------------ | ------------------------------------ | -------------- | ----------------------------------------------- |
@@ -115,7 +115,7 @@ With subdomain isolation enabled on {% data variables.product.product_location_e
| .NET | NuGet package management for .NET | `nupkg` | `dotnet` CLI | `nuget.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` |
| N/A | Docker container management | `Dockerfile` | `Docker` | `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` |
-With subdomain isolation disabled on {% data variables.product.product_location_enterprise %}:
+With subdomain isolation disabled on {% data variables.product.product_location %}:
| Language | 설명 | Package format | Package client | Package namespace |
| ---------- | ------------------------------------------------------ | ------------------------------------ | -------------- | --------------------------------------------------------- |
diff --git a/translations/ko-KR/content/packages/publishing-and-managing-packages/deleting-a-package.md b/translations/ko-KR/content/packages/publishing-and-managing-packages/deleting-a-package.md
index b21fce066a..dceaa32d12 100644
--- a/translations/ko-KR/content/packages/publishing-and-managing-packages/deleting-a-package.md
+++ b/translations/ko-KR/content/packages/publishing-and-managing-packages/deleting-a-package.md
@@ -31,7 +31,7 @@ Under special circumstances, such as for legal reasons or to conform with GDPR s
{% else %}
-At this time, {% data variables.product.prodname_registry %} on {% data variables.product.product_location_enterprise %} does not support deleting public packages.
+At this time, {% data variables.product.prodname_registry %} on {% data variables.product.product_location %} does not support deleting public packages.
{% endif %}
diff --git a/translations/ko-KR/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md b/translations/ko-KR/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
index ca4ffebdd4..a0767ba3c9 100644
--- a/translations/ko-KR/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
+++ b/translations/ko-KR/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
@@ -23,7 +23,7 @@ When installing or publishing a docker image, {% data variables.product.prodname
{% if enterpriseServerVersions contains currentVersion %}
-Before you can use the Docker registry on {% data variables.product.prodname_registry %}, the site administrator for {% data variables.product.product_location_enterprise %} must enable Docker support and subdomain isolation for your instance. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
+Before you can use the Docker registry on {% data variables.product.prodname_registry %}, the site administrator for {% data variables.product.product_location %} must enable Docker support and subdomain isolation for your instance. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
{% endif %}
@@ -57,7 +57,7 @@ To keep your credentials secure, we recommend you save your personal access toke
{% endraw %}
{% endif %}
-To use this example login command, replace `USERNAME` with your {% data variables.product.product_name %} username{% if enterpriseServerVersions contains currentVersion %}, `HOSTNAME` with the URL for {% data variables.product.product_location_enterprise %},{% endif %} and `~/TOKEN.txt` with the file path to your personal access token for {% data variables.product.product_name %}.
+To use this example login command, replace `USERNAME` with your {% data variables.product.product_name %} username{% if enterpriseServerVersions contains currentVersion %}, `HOSTNAME` with the URL for {% data variables.product.product_location %},{% endif %} and `~/TOKEN.txt` with the file path to your personal access token for {% data variables.product.product_name %}.
For more information, see "[Docker login](https://docs.docker.com/engine/reference/commandline/login/#provide-a-password-using-stdin)."
@@ -83,7 +83,7 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
> IMAGE_NAME VERSION IMAGE_ID 4 weeks ago 1.11MB
```
2. Using the Docker image ID, tag the docker image, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image,
-{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location_enterprise %},{% endif %} and *VERSION* with package version at build time.
+{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location %},{% endif %} and *VERSION* with package version at build time.
{% if currentVersion == "free-pro-team@latest" %}
```shell
$ docker tag IMAGE_ID docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:VERSION
@@ -94,7 +94,7 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
```
{% endif %}
3. If you haven't already built a docker image for the package, build the image, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image, *VERSION* with package version at build time,
-{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location_enterprise %},{% endif %} and *PATH* to the image if it isn't in the current working directory.s
+{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location %},{% endif %} and *PATH* to the image if it isn't in the current working directory.
{% if currentVersion == "free-pro-team@latest" %}
```shell
$ docker build -t docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:VERSION PATH
diff --git a/translations/ko-KR/content/rest/guides/basics-of-authentication.md b/translations/ko-KR/content/rest/guides/basics-of-authentication.md
index fad29ce33e..b8805432ed 100644
--- a/translations/ko-KR/content/rest/guides/basics-of-authentication.md
+++ b/translations/ko-KR/content/rest/guides/basics-of-authentication.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -46,8 +47,9 @@ get '/' do
end
```
-Your client ID and client secret keys come from [your application's configuration page][app settings]. You should **never, _ever_** store these values in
-{% data variables.product.product_name %}--or any other public place, for that matter. We recommend storing them as
+Your client ID and client secret keys come from [your application's configuration page][app settings].
+{% if currentVersion == "free-pro-team@latest" %} You should **never, _ever_** store these values in
+{% data variables.product.product_name %}--or any other public place, for that matter.{% endif %} We recommend storing them as
[environment variables][about env vars]--which is exactly what we've done here.
Next, in _views/index.erb_, paste this content:
@@ -128,7 +130,7 @@ Also, since there's a hierarchical relationship between scopes, you should check
Checking for scopes only before making requests is not enough since it's possible that users will change the scopes in between your check and the actual request. In case that happens, API calls you expected to succeed might fail with a `404` or `401` status, or return a different subset of information.
-To help you gracefully handle these situations, all API responses for requests made with valid tokens also contain an [`X-OAuth-Scopes` header][oauth scopes]. This header contains the list of scopes of the token that was used to make the request. In addition to that, the OAuth Applications API provides an endpoint to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} \[check a token for validity\]\[/v3/apps/oauth_applications/#check-a-token\]{% else %}\[check a token for validity\]\[/v3/apps/oauth_applications/#check-an-authorization\]{% endif %}. Use this information to detect changes in token scopes, and inform your users of changes in available application functionality.
+To help you gracefully handle these situations, all API responses for requests made with valid tokens also contain an [`X-OAuth-Scopes` header][oauth scopes]. This header contains the list of scopes of the token that was used to make the request. In addition to that, the OAuth Applications API provides an endpoint to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} \[check a token for validity\]\[/rest/reference/apps#check-a-token\]{% else %}\[check a token for validity\]\[/v3/apps/oauth_applications/#check-an-authorization\]{% endif %}. Use this information to detect changes in token scopes, and inform your users of changes in available application functionality.
#### Making authenticated requests
diff --git a/translations/ko-KR/content/rest/guides/best-practices-for-integrators.md b/translations/ko-KR/content/rest/guides/best-practices-for-integrators.md
index b99e43b3d9..a391e94b22 100644
--- a/translations/ko-KR/content/rest/guides/best-practices-for-integrators.md
+++ b/translations/ko-KR/content/rest/guides/best-practices-for-integrators.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/rest/guides/building-a-ci-server.md b/translations/ko-KR/content/rest/guides/building-a-ci-server.md
index f5488d97df..dd6f60636d 100644
--- a/translations/ko-KR/content/rest/guides/building-a-ci-server.md
+++ b/translations/ko-KR/content/rest/guides/building-a-ci-server.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/rest/guides/delivering-deployments.md b/translations/ko-KR/content/rest/guides/delivering-deployments.md
index 9b69af2d07..7ec5a2a34d 100644
--- a/translations/ko-KR/content/rest/guides/delivering-deployments.md
+++ b/translations/ko-KR/content/rest/guides/delivering-deployments.md
@@ -8,9 +8,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
-
+
+
The [Deployments API][deploy API] provides your projects hosted on {% data variables.product.product_name %} with the capability to launch them on a server that you own. Combined with [the Status API][status API], you'll be able to coordinate your deployments the moment your code lands on the default branch.
diff --git a/translations/ko-KR/content/rest/guides/discovering-resources-for-a-user.md b/translations/ko-KR/content/rest/guides/discovering-resources-for-a-user.md
index c27ec4d6f1..61ae4c6e93 100644
--- a/translations/ko-KR/content/rest/guides/discovering-resources-for-a-user.md
+++ b/translations/ko-KR/content/rest/guides/discovering-resources-for-a-user.md
@@ -7,9 +7,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
+
When making authenticated requests to the {% data variables.product.product_name %} API, applications often need to fetch the current user's repositories and organizations. In this guide, we'll explain how to reliably discover those resources.
diff --git a/translations/ko-KR/content/rest/guides/getting-started-with-the-checks-api.md b/translations/ko-KR/content/rest/guides/getting-started-with-the-checks-api.md
index fb30355368..3bec75f80b 100644
--- a/translations/ko-KR/content/rest/guides/getting-started-with-the-checks-api.md
+++ b/translations/ko-KR/content/rest/guides/getting-started-with-the-checks-api.md
@@ -4,6 +4,7 @@ intro: 'The Check Runs API enables you to build GitHub Apps that run powerful ch
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### 개요
@@ -36,7 +37,7 @@ A check run is an individual test that is part of a check suite. Each run includ

-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
If a check run is in a incomplete state for more than 14 days, then the check run's `conclusion` becomes `stale` and appears on
{% data variables.product.prodname_dotcom %} as stale with {% octicon "issue-reopened" aria-label="The issue-reopened icon" %}. Only {% data variables.product.prodname_dotcom %} can mark check runs as `stale`. For more information about possible conclusions of a check run, see the [`conclusion` parameter](/rest/reference/checks#create-a-check-run--parameters).
{% endif %}
diff --git a/translations/ko-KR/content/rest/guides/getting-started-with-the-git-database-api.md b/translations/ko-KR/content/rest/guides/getting-started-with-the-git-database-api.md
index 8fef6b25ef..38f5173b71 100644
--- a/translations/ko-KR/content/rest/guides/getting-started-with-the-git-database-api.md
+++ b/translations/ko-KR/content/rest/guides/getting-started-with-the-git-database-api.md
@@ -4,6 +4,7 @@ intro: 'The Git Database API gives you access to read and write raw Git objects
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### 개요
diff --git a/translations/ko-KR/content/rest/guides/getting-started-with-the-rest-api.md b/translations/ko-KR/content/rest/guides/getting-started-with-the-rest-api.md
index 850cf6a669..4812d8a36d 100644
--- a/translations/ko-KR/content/rest/guides/getting-started-with-the-rest-api.md
+++ b/translations/ko-KR/content/rest/guides/getting-started-with-the-rest-api.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -23,7 +24,7 @@ There's no easier way to kick the tires than through [cURL][curl].{% if currentV
Let's start by testing our setup. Open up a command prompt and enter the following command:
```shell
-$ curl {% data variables.product.api_url_pre %}/zen
+$ curl https://api.github.com/zen
> Keep it logically awesome.
```
@@ -34,7 +35,7 @@ Next, let's `GET` [Chris Wanstrath's][defunkt github] [GitHub profile][users api
```shell
# GET /users/defunkt
-$ curl {% data variables.product.api_url_pre %}/users/defunkt
+$ curl https://api.github.com/users/defunkt
> {
> "login": "defunkt",
@@ -48,7 +49,7 @@ $ curl {% data variables.product.api_url_pre %}/users/defunkt
Mmmmm, tastes like [JSON][json]. Let's add the `-i` flag to include headers:
```shell
-$ curl -i {% data variables.product.api_url_pre %}/users/defunkt
+$ curl -i https://api.github.com/users/defunkt
> HTTP/1.1 200 OK
> Server: GitHub.com
@@ -110,7 +111,13 @@ When authenticating, you should see your rate limit bumped to 5,000 requests an
You can easily [create a **personal access token**][personal token] using your [Personal access tokens settings page][tokens settings]:
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}

+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% endif %}
#### Get your own user profile
diff --git a/translations/ko-KR/content/rest/guides/index.md b/translations/ko-KR/content/rest/guides/index.md
index ba702757df..e5ba0218cb 100644
--- a/translations/ko-KR/content/rest/guides/index.md
+++ b/translations/ko-KR/content/rest/guides/index.md
@@ -7,10 +7,9 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
-
This section of the documentation is intended to get you up-and-running with real-world {% data variables.product.product_name %} API applications. We'll cover everything you need to know, from authentication, to manipulating results, to combining results with other apps.
Every tutorial here will have a project, and every project will be stored and documented in our public [platform-samples](https://github.com/github/platform-samples) repository.
diff --git a/translations/ko-KR/content/rest/guides/rendering-data-as-graphs.md b/translations/ko-KR/content/rest/guides/rendering-data-as-graphs.md
index fb7579c8cf..292181cd58 100644
--- a/translations/ko-KR/content/rest/guides/rendering-data-as-graphs.md
+++ b/translations/ko-KR/content/rest/guides/rendering-data-as-graphs.md
@@ -7,8 +7,9 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
+
In this guide, we're going to use the API to fetch information about repositories that we own, and the programming languages that make them up. Then, we'll visualize that information in a couple of different ways using the [D3.js][D3.js] library. To interact with the {% data variables.product.product_name %} API, we'll be using the excellent Ruby library, [Octokit][Octokit].
diff --git a/translations/ko-KR/content/rest/guides/traversing-with-pagination.md b/translations/ko-KR/content/rest/guides/traversing-with-pagination.md
index 26637c5ee2..e3171400f0 100644
--- a/translations/ko-KR/content/rest/guides/traversing-with-pagination.md
+++ b/translations/ko-KR/content/rest/guides/traversing-with-pagination.md
@@ -7,9 +7,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-
+
The {% data variables.product.product_name %} API provides a vast wealth of information for developers to consume. Most of the time, you might even find that you're asking for _too much_ information, and in order to keep our servers happy, the API will automatically [paginate the requested items][pagination].
@@ -31,8 +32,8 @@ $ curl -I "{% data variables.product.api_url_pre %}/search/code?q=addClass+user:
The `-I` parameter indicates that we only care about the headers, not the actual content. In examining the result, you'll notice some information in the Link header that looks like this:
- Link: <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=2>; rel="next",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=34>; rel="last"
+ Link: ; rel="next",
+ ; rel="last"
Let's break that down. `rel="next"` says that the next page is `page=2`. This makes sense, since by default, all paginated queries start at page `1.` `rel="last"` provides some more information, stating that the last page of results is on page `34`. Thus, we have 33 more pages of information about `addClass` that we can consume. Nice!
@@ -48,10 +49,10 @@ $ curl -I "{% data variables.product.api_url_pre %}/search/code?q=addClass+user:
Here's the link header once more:
- Link: <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=15>; rel="next",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=34>; rel="last",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=1>; rel="first",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&page=13>; rel="prev"
+ Link: ; rel="next",
+ ; rel="last",
+ ; rel="first",
+ ; rel="prev"
As expected, `rel="next"` is at 15, and `rel="last"` is still 34. But now we've got some more information: `rel="first"` indicates the URL for the _first_ page, and more importantly, `rel="prev"` lets you know the page number of the previous page. Using this information, you could construct some UI that lets users jump between the first, previous, next, or last list of results in an API call.
@@ -65,8 +66,8 @@ $ curl -I "{% data variables.product.api_url_pre %}/search/code?q=addClass+user:
Notice what it does to the header response:
- Link: <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&per_page=50&page=2>; rel="next",
- <{% data variables.product.api_url_code %}/search/code?q=addClass+user%3Amozilla&per_page=50&page=20>; rel="last"
+ Link: ; rel="next",
+ ; rel="last"
As you might have guessed, the `rel="last"` information says that the last page is now 20. This is because we are asking for more information per page about our results.
diff --git a/translations/ko-KR/content/rest/guides/working-with-comments.md b/translations/ko-KR/content/rest/guides/working-with-comments.md
index 608e21e21c..eb56a1f30e 100644
--- a/translations/ko-KR/content/rest/guides/working-with-comments.md
+++ b/translations/ko-KR/content/rest/guides/working-with-comments.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/rest/index.md b/translations/ko-KR/content/rest/index.md
index bca0a3e924..cfdd709ba5 100644
--- a/translations/ko-KR/content/rest/index.md
+++ b/translations/ko-KR/content/rest/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/ko-KR/content/rest/overview/api-previews.md b/translations/ko-KR/content/rest/overview/api-previews.md
index 2cdd00b812..3030a8bd4c 100644
--- a/translations/ko-KR/content/rest/overview/api-previews.md
+++ b/translations/ko-KR/content/rest/overview/api-previews.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -107,7 +108,7 @@ Include nested team content in [team](/v3/teams/) payloads.
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
### Global webhooks
@@ -154,7 +155,7 @@ Retrieve information from [someone's hovercard](/v3/users/#get-contextual-inform
{% endif %}
-{% if currentVersion ver_lt "enterprise-server@2.23" %}
+{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.23" %}
### Check runs and check suites API
Allows a GitHub App to run external checks on a repository's code. See the [Check runs](/v3/checks/runs/) and [Check suites](/v3/checks/suites/) APIs for more details.
@@ -162,7 +163,7 @@ Allows a GitHub App to run external checks on a repository's code. See the [Chec
**Custom media type:** `antiope-preview` **Announced:** [2018-05-07](https://developer.github.com/changes/2018-05-07-new-checks-api-public-beta/)
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
### Anonymous Git access to repositories
@@ -279,7 +280,7 @@ You can more securely manage tokens for OAuth Apps by using OAuth tokens as inpu
**Custom media types:** `doctor-strange-preview` **Announced:** [2019-11-05](https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/)
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
### New visibility parameter for the Repositories API
You can set and retrieve the visibility of a repository in the [Repositories API](/v3/repos/).
diff --git a/translations/ko-KR/content/rest/overview/endpoints-available-for-github-apps.md b/translations/ko-KR/content/rest/overview/endpoints-available-for-github-apps.md
index 9ae64ab8c3..bae1b28804 100644
--- a/translations/ko-KR/content/rest/overview/endpoints-available-for-github-apps.md
+++ b/translations/ko-KR/content/rest/overview/endpoints-available-for-github-apps.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You must use an installation access token to access endpoints using your {% data variables.product.prodname_github_app %}. For more information, see "[Authenticating with {% data variables.product.prodname_github_apps %}](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation)."
diff --git a/translations/ko-KR/content/rest/overview/index.md b/translations/ko-KR/content/rest/overview/index.md
index 6ff6cf6830..29872fa85a 100644
--- a/translations/ko-KR/content/rest/overview/index.md
+++ b/translations/ko-KR/content/rest/overview/index.md
@@ -5,6 +5,7 @@ intro: 'Learn about resources, libraries, previews and troubleshooting for {% da
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Table of Contents
@@ -15,4 +16,5 @@ versions:
{% link_in_list /troubleshooting %}
{% link_in_list /api-previews %}
{% link_in_list /libraries %}
+{% link_in_list /openapi-description %}
{% link_in_list /endpoints-available-for-github-apps %}
diff --git a/translations/ko-KR/content/rest/overview/media-types.md b/translations/ko-KR/content/rest/overview/media-types.md
index dc36d4441d..9832b0b002 100644
--- a/translations/ko-KR/content/rest/overview/media-types.md
+++ b/translations/ko-KR/content/rest/overview/media-types.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/rest/overview/openapi-description.md b/translations/ko-KR/content/rest/overview/openapi-description.md
new file mode 100644
index 0000000000..54b8813d3d
--- /dev/null
+++ b/translations/ko-KR/content/rest/overview/openapi-description.md
@@ -0,0 +1,27 @@
+---
+title: OpenAPI description
+intro: The {% data variables.product.product_name %} REST API is fully described in an OpenAPI 3.0 compliant document.
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### About OpenAPI descriptions
+
+[OpenAPI](https://swagger.io/docs/specification/about/) is a standard specification for describing REST APIs. OpenAPI descriptions allow both humans and machines to discover the capabilities of an API without needing to first read documentation or understand the implementation. {% data variables.product.company_short %} has made its REST API publicly available as an OpenAPI 3.0 compliant document.
+
+### Getting the {% data variables.product.company_short %} OpenAPI description
+
+You can find the description in the open source [REST API OpenAPI Description](https://github.com/github/rest-api-description) repository.
+
+We provide the description in two formats. The bundled version works for most cases, as it includes OpenAPI components for reuse and readability. If your tooling does not support inline references to components, we also provide a fully dereferenced version.
+
+### Using the {% data variables.product.company_short %} OpenAPI description
+
+There are many uses for an OpenAPI description. For example, you could:
+
+* Generate your own API client.
+* Validate and test a {% data variables.product.company_short %} REST API integration.
+* Explore and interact with the {% data variables.product.product_name %} REST API using third-party tools, such as Insomnia or Postman.
+
+For example, {% data variables.product.company_short %} uses the REST OpenAPI description to generate the {% data variables.product.product_name %} [REST API reference documentation](/rest/reference).
diff --git a/translations/ko-KR/content/rest/overview/other-authentication-methods.md b/translations/ko-KR/content/rest/overview/other-authentication-methods.md
index 9577b58cd0..3eff1a5377 100644
--- a/translations/ko-KR/content/rest/overview/other-authentication-methods.md
+++ b/translations/ko-KR/content/rest/overview/other-authentication-methods.md
@@ -6,13 +6,23 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
While the API provides multiple methods for authentication, we strongly recommend using [OAuth](/apps/building-integrations/setting-up-and-registering-oauth-apps/) for production applications. The other methods provided are intended to be used for scripts or testing (i.e., cases where full OAuth would be overkill). Third party applications that rely on
{% data variables.product.product_name %} for authentication should not ask for or collect {% data variables.product.product_name %} credentials.
Instead, they should use the [OAuth web flow](/apps/building-oauth-apps/authorizing-oauth-apps/).
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+
+To authenticate we recommend using [OAuth](/apps/building-integrations/setting-up-and-registering-oauth-apps/) tokens, such a personal access token through the [OAuth web flow](/apps/building-oauth-apps/authorizing-oauth-apps/).
+
+{% endif %}
+
### Basic Authentication
The API supports Basic Authentication as defined in [RFC2617](http://www.ietf.org/rfc/rfc2617.txt) with a few slight differences. The main difference is that the RFC requires unauthenticated requests to be answered with `401 Unauthorized` responses. In many places, this would disclose the existence of user data. Instead, the {% data variables.product.product_name %} API responds with `404 Not Found`. This may cause problems for HTTP libraries that assume a `401 Unauthorized` response. The solution is to manually craft the `Authorization` header.
@@ -27,6 +37,7 @@ $ curl -u username:token {% data variables.product.api_url_pre
This approach is useful if your tools only support Basic Authentication but you want to take advantage of OAuth access token security features.
+{% if enterpriseServerVersions contains currentVersion %}
#### Via username and password
{% data reusables.apps.deprecating_password_auth %}
@@ -40,6 +51,8 @@ $ curl -u username {% data variables.product.api_url_pre %}/user
```
If you have two-factor authentication enabled, make sure you understand how to [work with two-factor authentication](/v3/auth/#working-with-two-factor-authentication).
+{% endif %}
+
{% if currentVersion == "free-pro-team@latest" %}
#### Authenticating for SAML SSO
@@ -72,6 +85,7 @@ $ curl -v -H "Authorization: token TOKEN" {% data variables.product.api
The value `organizations` is a comma-separated list of organization IDs for organizations require authorization of your personal access token.
{% endif %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
### Working with two-factor authentication
{% data reusables.apps.deprecating_password_auth %}
@@ -80,6 +94,8 @@ When you have two-factor authentication enabled, [Basic Authentication](#basic-a
You can generate a new personal access token {% if currentVersion == "free-pro-team@latest" %}with [{% data variables.product.product_name %} developer settings](https://github.com/settings/tokens/new){% endif %} or use the "[Create a new authorization][create-access]" endpoint in the OAuth Authorizations API to generate a new OAuth token. For more information, see "[Creating a personal access token for the command line](/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line)". Then you would use these tokens to [authenticate using OAuth token][oauth-auth] with the GitHub API. The only time you need to authenticate with your username and password is when you create your OAuth token or use the OAuth Authorizations API.
+
+
#### Using the OAuth Authorizations API with two-factor authentication
When you make calls to the OAuth Authorizations API, Basic Authentication requires that you use a one-time password (OTP) and your username and password instead of tokens. When you attempt to authenticate with the OAuth Authorizations API, the server will respond with a `401 Unauthorized` and one of these headers to let you know that you need a two-factor authentication code:
@@ -96,6 +112,7 @@ $ curl --request POST \
--header 'x-github-otp: OTP' \
--data '{"scopes": ["public_repo"], "note": "test"}'
```
+{% endif %}
[create-access]: /v3/oauth_authorizations/#create-a-new-authorization
[curl]: http://curl.haxx.se/
diff --git a/translations/ko-KR/content/rest/overview/resources-in-the-rest-api.md b/translations/ko-KR/content/rest/overview/resources-in-the-rest-api.md
index bdb3771568..93455012cd 100644
--- a/translations/ko-KR/content/rest/overview/resources-in-the-rest-api.md
+++ b/translations/ko-KR/content/rest/overview/resources-in-the-rest-api.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -40,7 +41,7 @@ $ curl -i {% data variables.product.api_url_pre %}/users/octocat/orgs
> X-GitHub-Media-Type: github.v3
> X-RateLimit-Limit: 5000
> X-RateLimit-Remaining: 4987
-> X-RateLimit-Reset: 1350085394{% if enterpriseServerVersions contains currentVersion %}
+> X-RateLimit-Reset: 1350085394{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
> X-GitHub-Enterprise-Version: {{ currentVersion }}.0{% endif %}
> Content-Length: 5
> Cache-Control: max-age=0, private, must-revalidate
@@ -75,7 +76,7 @@ The documentation provides an example response for each API method. The example
### Authentication
-There are two ways to authenticate through {% data variables.product.product_name %} API v3. Requests that require authentication will return `404 Not Found`, instead of `403 Forbidden`, in some places. This is to prevent the accidental leakage of private repositories to unauthorized users.
+{% if currentVersion == "github-ae@latest" %} We recommend authenticating to the {% data variables.product.product_name %} REST API by creating an OAuth2 token through the [web application flow](/developers/apps/authorizing-oauth-apps#web-application-flow). {% else %} There are two ways to authenticate through {% data variables.product.product_name %} REST API.{% endif %} Requests that require authentication will return `404 Not Found`, instead of `403 Forbidden`, in some places. This is to prevent the accidental leakage of private repositories to unauthorized users.
#### Basic authentication
@@ -95,8 +96,9 @@ Note: GitHub recommends sending OAuth tokens using the Authorization header.
{% endnote %}
-Read [more about OAuth2](/apps/building-oauth-apps/). Note that OAuth2 tokens can be acquired using the [web application flow](/apps/building-oauth-apps/authorizing-oauth-apps/#web-application-flow) for production applications.
+Read [more about OAuth2](/apps/building-oauth-apps/). Note that OAuth2 tokens can be acquired using the [web application flow](/developers/apps/authorizing-oauth-apps#web-application-flow) for production applications.
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
#### OAuth2 key/secret
{% data reusables.apps.deprecating_auth_with_query_parameters %}
@@ -107,9 +109,9 @@ curl -u my_client_id:my_client_secret '{% data variables.product.api_url_pre %}/
Using your `client_id` and `client_secret` does _not_ authenticate as a user, it will only identify your OAuth application to increase your rate limit. Permissions are only granted to users, not applications, and you will only get back data that an unauthenticated user would see. For this reason, you should only use the OAuth2 key/secret in server-to-server scenarios. Don't leak your OAuth application's client secret to your users.
-{% if enterpriseServerVersions contains currentVersion %}
You will be unable to authenticate using your OAuth2 key and secret while in private mode, and trying to authenticate will return `401 Unauthorized`. For more information, see "[Enabling private mode](/enterprise/admin/installation/enabling-private-mode)".
{% endif %}
+
{% if currentVersion == "free-pro-team@latest" %}
Read [more about unauthenticated rate limiting](#increasing-the-unauthenticated-rate-limit-for-oauth-applications).
@@ -163,10 +165,10 @@ $ curl -i -u username -d '{"scopes":["public_repo"]}' {% data variables.product.
You can issue a `GET` request to the root endpoint to get all the endpoint categories that the REST API supports:
```shell
-$ curl {% if enterpriseServerVersions contains currentVersion %}-u username:password {% endif %}{% data variables.product.api_url_pre %}
+$ curl {% if currentVersion == "github-ae@latest" %}-u username:token {% endif %}{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}-u username:password {% endif %}{% data variables.product.api_url_pre %}
```
-{% if enterpriseServerVersions contains currentVersion %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
{% note %}
diff --git a/translations/ko-KR/content/rest/overview/troubleshooting.md b/translations/ko-KR/content/rest/overview/troubleshooting.md
index f4daa2664b..ff456f25af 100644
--- a/translations/ko-KR/content/rest/overview/troubleshooting.md
+++ b/translations/ko-KR/content/rest/overview/troubleshooting.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/ko-KR/content/rest/reference/activity.md b/translations/ko-KR/content/rest/reference/activity.md
index 25cfd90024..152c5b5baa 100644
--- a/translations/ko-KR/content/rest/reference/activity.md
+++ b/translations/ko-KR/content/rest/reference/activity.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for operation in currentRestOperations %}
diff --git a/translations/ko-KR/content/rest/reference/apps.md b/translations/ko-KR/content/rest/reference/apps.md
index 482032970c..89a955e9c1 100644
--- a/translations/ko-KR/content/rest/reference/apps.md
+++ b/translations/ko-KR/content/rest/reference/apps.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The GitHub Apps API enables you to get high-level information about a GitHub App as well as specific information about installations of the app. To learn more about GitHub Apps, see "[Authenticating as a GitHub App](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-a-github-app)."
@@ -62,7 +63,7 @@ Be sure to replace stubbed endpoints with production endpoints before deploying
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
## Webhooks
{% for operation in currentRestOperations %}
diff --git a/translations/ko-KR/content/rest/reference/checks.md b/translations/ko-KR/content/rest/reference/checks.md
index 9cc8149988..4b7e06962b 100644
--- a/translations/ko-KR/content/rest/reference/checks.md
+++ b/translations/ko-KR/content/rest/reference/checks.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Checks API enables you to build GitHub Apps that run powerful checks against code changes in a repository. You can create apps that perform continuous integration, code linting, or code scanning services and provide detailed feedback on commits. For more information, see "[Getting started with the checks API](/rest/guides/getting-started-with-the-checks-api)" and "[Creating CI tests with the Checks API](/apps/quickstart-guides/creating-ci-tests-with-the-checks-api/)."
diff --git a/translations/ko-KR/content/rest/reference/codes-of-conduct.md b/translations/ko-KR/content/rest/reference/codes-of-conduct.md
index 5a2174b00e..16d7e8bda3 100644
--- a/translations/ko-KR/content/rest/reference/codes-of-conduct.md
+++ b/translations/ko-KR/content/rest/reference/codes-of-conduct.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can use the Codes of Conduct API to retrieve information about a repository's code of conduct. To get a repository's code of conduct, use the "[Get a repository](/v3/repos/#get-a-repository)" endpoint.
diff --git a/translations/ko-KR/content/rest/reference/emojis.md b/translations/ko-KR/content/rest/reference/emojis.md
index cff842b3ac..ea2ca0751d 100644
--- a/translations/ko-KR/content/rest/reference/emojis.md
+++ b/translations/ko-KR/content/rest/reference/emojis.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% include rest_operations_at_current_path %}
diff --git a/translations/ko-KR/content/rest/reference/enterprise-admin.md b/translations/ko-KR/content/rest/reference/enterprise-admin.md
index c14017111e..c97098a6c8 100644
--- a/translations/ko-KR/content/rest/reference/enterprise-admin.md
+++ b/translations/ko-KR/content/rest/reference/enterprise-admin.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can use these endpoints to administer your enterprise.
@@ -21,31 +22,34 @@ You can use these endpoints to administer your enterprise.
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
-
### Endpoint URLs
-REST API endpoints—except [Management Console](#management-console) API endpoints—are prefixed with the following URL:
+REST API endpoints{% if enterpriseServerVersions contains currentVersion %}—except [Management Console](#management-console) API endpoints—{% endif %} are prefixed with the following URL:
```shell
http(s)://hostname/api/v3/
```
+{% if enterpriseServerVersions contains currentVersion %}
[Management Console](#management-console) API endpoints are only prefixed with a hostname:
```shell
http(s)://hostname/
```
-
+{% endif %}
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
### Authentication
Your {% data variables.product.product_name %} installation's API endpoints accept [the same authentication methods](/rest/overview/resources-in-the-rest-api#authentication) as the GitHub.com API. You can authenticate yourself with **[OAuth tokens](/apps/building-integrations/setting-up-and-registering-oauth-apps/)** (which can be created using the [Authorizations API](/rest/reference/oauth-authorizations#create-a-new-authorization)) or **[basic authentication](/rest/overview/resources-in-the-rest-api#basic-authentication)**. {% if enterpriseServerVersions contains currentVersion %} OAuth tokens must have the `site_admin` [OAuth scope](/developers/apps/scopes-for-oauth-apps#available-scopes) when used with Enterprise-specific endpoints.{% endif %}
-Enterprise administration API endpoints are only accessible to authenticated {% data variables.product.product_name %} site administrators, except for the [Management Console](#management-console) API, which requires the [Management Console password](/enterprise/admin/articles/accessing-the-management-console/).
+Enterprise administration API endpoints are only accessible to authenticated {% data variables.product.product_name %} site administrators{% if enterpriseServerVersions contains currentVersion %}, except for the [Management Console](#management-console) API, which requires the [Management Console password](/enterprise/admin/articles/accessing-the-management-console/){% endif %}.
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
### Version information
-The current version of a {% data variables.product.product_name %} instance is returned in the response header of every API: `X-GitHub-Enterprise-Version: {{currentVersion}}.0` You can also read the current version by calling the [meta endpoint](/rest/reference/meta/).
+The current version of your enterprise is returned in the response header of every API: `X-GitHub-Enterprise-Version: {{currentVersion}}.0` You can also read the current version by calling the [meta endpoint](/rest/reference/meta/).
{% for operation in currentRestOperations %}
{% unless operation.subcategory %}{% include rest_operation %}{% endunless %}
@@ -54,7 +58,6 @@ The current version of a {% data variables.product.product_name %} instance is r
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
-
## Billing
{% for operation in currentRestOperations %}
@@ -135,8 +138,19 @@ GET /scim/v2/enterprises/{enterprise}/Users/{scim_user_id}
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if currentVersion == "github-ae@latest" %}
+## Encryption at rest
+
+You can use the encryption at rest API to manage the key that encrypts your data on {% data variables.product.product_name %}. For more information, see "[Configuring data encryption for your enterprise](/admin/configuration/configuring-data-encryption-for-your-enterprise)."
+
+{% for operation in currentRestOperations %}
+ {% if operation.subcategory == 'encryption-at-rest' %}{% include rest_operation %}{% endif %}
+{% endfor %}
+
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
## Admin stats
The Admin Stats API provides a variety of metrics about your installation. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
@@ -145,9 +159,25 @@ The Admin Stats API provides a variety of metrics about your installation. *It i
{% if operation.subcategory == 'admin-stats' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+
+## Announcements
+
+The Announcements API allows you to manage the global announcement banner in your enterprise. For more information, see "[Customizing user messages for your enterprise](/admin/user-management/customizing-user-messages-for-your-enterprise#creating-a-global-announcement-banner)."
+
+{% for operation in currentRestOperations %}
+ {% if operation.subcategory == 'announcement' %}{% include rest_operation %}{% endif %}
+{% endfor %}
+
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
+
## Global webhooks
-Global webhooks are installed on a {% data variables.product.prodname_enterprise %} instance. You can use global webhooks to automatically monitor, respond to, or enforce rules for users, organizations, teams, and repositories on your instance. Global webhooks can subscribe to the [organization](/developers/webhooks-and-events/webhook-events-and-payloads#organization), [user](/developers/webhooks-and-events/webhook-events-and-payloads#user), [repository](/developers/webhooks-and-events/webhook-events-and-payloads#repository), [team](/developers/webhooks-and-events/webhook-events-and-payloads#team), [member](/developers/webhooks-and-events/webhook-events-and-payloads#member), [membership](/developers/webhooks-and-events/webhook-events-and-payloads#membership), [fork](/developers/webhooks-and-events/webhook-events-and-payloads#fork), and [ping](/developers/webhooks-and-events/about-webhooks#ping-event) event types.
+Global webhooks are installed on your enterprise. You can use global webhooks to automatically monitor, respond to, or enforce rules for users, organizations, teams, and repositories on your enterprise. Global webhooks can subscribe to the [organization](/developers/webhooks-and-events/webhook-events-and-payloads#organization), [user](/developers/webhooks-and-events/webhook-events-and-payloads#user), [repository](/developers/webhooks-and-events/webhook-events-and-payloads#repository), [team](/developers/webhooks-and-events/webhook-events-and-payloads#team), [member](/developers/webhooks-and-events/webhook-events-and-payloads#member), [membership](/developers/webhooks-and-events/webhook-events-and-payloads#membership), [fork](/developers/webhooks-and-events/webhook-events-and-payloads#fork), and [ping](/developers/webhooks-and-events/about-webhooks#ping-event) event types.
*This API is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it. To learn how to configure global webhooks, see [About global webhooks](/enterprise/admin/user-management/about-global-webhooks).
@@ -155,16 +185,24 @@ Global webhooks are installed on a {% data variables.product.prodname_enterprise
{% if operation.subcategory == 'global-webhooks' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+
## LDAP
-You can use the LDAP API to update account relationships between a {% data variables.product.prodname_ghe_server %} user or team and its linked LDAP entry or queue a new synchronization.
+You can use the LDAP API to update account relationships between a {% data variables.product.product_name %} user or team and its linked LDAP entry or queue a new synchronization.
-With the LDAP mapping endpoints, you're able to update the Distinguished Name (DN) that a user or team maps to. Note that the LDAP endpoints are generally only effective if your {% data variables.product.prodname_ghe_server %} appliance has [LDAP Sync enabled](/enterprise/admin/authentication/using-ldap). The [Update LDAP mapping for a user](#update-ldap-mapping-for-a-user) endpoint can be used when LDAP is enabled, even if LDAP Sync is disabled.
+With the LDAP mapping endpoints, you're able to update the Distinguished Name (DN) that a user or team maps to. Note that the LDAP endpoints are generally only effective if your {% data variables.product.product_name %} appliance has [LDAP Sync enabled](/enterprise/admin/authentication/using-ldap). The [Update LDAP mapping for a user](#update-ldap-mapping-for-a-user) endpoint can be used when LDAP is enabled, even if LDAP Sync is disabled.
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'ldap' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
## 라이선스
The License API provides information on your Enterprise license. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
@@ -173,17 +211,21 @@ The License API provides information on your Enterprise license. *It is only ava
{% if operation.subcategory == 'license' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+
## Management console
-The Management Console API helps you manage your {% data variables.product.prodname_ghe_server %} installation.
+The Management Console API helps you manage your {% data variables.product.product_name %} installation.
{% tip %}
-You must explicitly set the port number when making API calls to the Management Console. If TLS is enabled on your Enterprise instance, the port number is `8443`; otherwise, the port number is `8080`.
+You must explicitly set the port number when making API calls to the Management Console. If TLS is enabled on your enterprise, the port number is `8443`; otherwise, the port number is `8080`.
If you don't want to provide a port number, you'll need to configure your tool to automatically follow redirects.
-You may also need to add the [`-k` flag](http://curl.haxx.se/docs/manpage.html#-k) when using `curl`, since {% data variables.product.prodname_ghe_server %} uses a self-signed certificate before you [add your own TLS certificate](/enterprise/admin/guides/installation/configuring-tls/).
+You may also need to add the [`-k` flag](http://curl.haxx.se/docs/manpage.html#-k) when using `curl`, since {% data variables.product.product_name %} uses a self-signed certificate before you [add your own TLS certificate](/enterprise/admin/guides/installation/configuring-tls/).
{% endtip %}
@@ -207,14 +249,21 @@ $ curl -L 'https://api_key:your-amazing-password@hostname:
{% if operation.subcategory == 'management-console' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
## Organizations
-The Organization Administration API allows you to create organizations on a {% data variables.product.prodname_ghe_server %} appliance. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
+The Organization Administration API allows you to create organizations on your enterprise. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'orgs' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+
+{% if enterpriseServerVersions contains currentVersion %}
## Organization pre-receive hooks
The Organization Pre-receive Hooks API allows you to view and modify enforcement of the pre-receive hooks that are available to an organization.
@@ -236,6 +285,10 @@ Possible values for *enforcement* are `enabled`, `disabled` and`testing`. `disab
{% if operation.subcategory == 'org-pre-receive-hooks' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+
## Pre-receive environments
The Pre-receive Environments API allows you to create, list, update and delete environments for pre-receive hooks. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
@@ -244,13 +297,13 @@ The Pre-receive Environments API allows you to create, list, update and delete e
#### Pre-receive Environment
-| 이름 | 유형 | 설명 |
-| --------------------- | --------- | ----------------------------------------------------------------------------------------------------------- |
-| `name` | `문자열` | The name of the environment as displayed in the UI. |
-| `image_url` | `문자열` | URL to the tarball that will be downloaded and extracted. |
-| `default_environment` | `boolean` | Whether this is the default environment that ships with {% data variables.product.prodname_ghe_server %}. |
-| `download` | `개체` | This environment's download status. |
-| `hooks_count` | `integer` | The number of pre-receive hooks that use this environment. |
+| 이름 | 유형 | 설명 |
+| --------------------- | --------- | -------------------------------------------------------------------------------------------------- |
+| `name` | `문자열` | The name of the environment as displayed in the UI. |
+| `image_url` | `문자열` | URL to the tarball that will be downloaded and extracted. |
+| `default_environment` | `boolean` | Whether this is the default environment that ships with {% data variables.product.product_name %}. |
+| `download` | `개체` | This environment's download status. |
+| `hooks_count` | `integer` | The number of pre-receive hooks that use this environment. |
#### Pre-receive Environment Download
@@ -266,6 +319,9 @@ Possible values for `state` are `not_started`, `in_progress`, `success`, `failed
{% if operation.subcategory == 'pre-receive-environments' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
## Pre-receive hooks
The Pre-receive Hooks API allows you to create, list, update and delete pre-receive hooks. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
@@ -289,6 +345,10 @@ Possible values for *enforcement* are `enabled`, `disabled` and`testing`. `disab
{% if operation.subcategory == 'pre-receive-hooks' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+
## Repository pre-receive hooks
The Repository Pre-receive Hooks API allows you to view and modify enforcement of the pre-receive hooks that are available to a repository.
@@ -309,17 +369,12 @@ Possible values for *enforcement* are `enabled`, `disabled` and`testing`. `disab
{% if operation.subcategory == 'repo-pre-receive-hooks' %}{% include rest_operation %}{% endif %}
{% endfor %}
-## Search indexing
-
-The Search Indexing API allows you to queue up a variety of search indexing tasks. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `404` response if they try to access it.
-
-{% for operation in currentRestOperations %}
- {% if operation.subcategory == 'search-indexing' %}{% include rest_operation %}{% endif %}
-{% endfor %}
+{% endif %}
+{% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}
## Users
-The User Administration API allows you to promote, demote, suspend, and unsuspend users on a {% data variables.product.prodname_ghe_server %} appliance. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `403` response if they try to access it.
+The User Administration API allows you to suspend{% if enterpriseServerVersions contains currentVersion %}, unsuspend, promote, and demote{% endif %}{% if currentVersion == "github-ae@latest" %} and unsuspend{% endif %} users on your enterprise. *It is only available to [authenticated](/rest/overview/resources-in-the-rest-api#authentication) site administrators.* Normal users will receive a `403` response if they try to access it.
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'users' %}{% include rest_operation %}{% endif %}
diff --git a/translations/ko-KR/content/rest/reference/gists.md b/translations/ko-KR/content/rest/reference/gists.md
index 14e6eed912..1ff371cc24 100644
--- a/translations/ko-KR/content/rest/reference/gists.md
+++ b/translations/ko-KR/content/rest/reference/gists.md
@@ -5,11 +5,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Authentication
-You can read public gists {% if enterpriseServerVersions contains currentVersion %}and create them for anonymous users without a token.{% else %} anonymously, but you must be signed into GitHub to create gists.{% endif %} To read or write gists on a user's behalf, you need the gist OAuth scope and a token. For more information, see "[Scopes for OAuth Apps](/developers/apps/scopes-for-oauth-apps)."
+You can read public gists {% if currentVersion == "github-ae@latest" or enterpriseServerVersions contains currentVersion %}and create them for anonymous users without a token.{% else %} anonymously, but you must be signed into GitHub to create gists.{% endif %} To read or write gists on a user's behalf, you need the gist OAuth scope and a token. For more information, see "[Scopes for OAuth Apps](/developers/apps/scopes-for-oauth-apps)."
diff --git a/translations/ko-KR/content/rest/reference/git.md b/translations/ko-KR/content/rest/reference/git.md
index 2610fa63f8..ef43832bc6 100644
--- a/translations/ko-KR/content/rest/reference/git.md
+++ b/translations/ko-KR/content/rest/reference/git.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Git Database API gives you access to read and write raw Git objects to your Git database on {% data variables.product.product_name %} and to list and update your references (branch heads and tags). For more information about using the Git Database API, see "[Getting started with the Git data API](/rest/guides/getting-started-with-the-git-database-api)."
diff --git a/translations/ko-KR/content/rest/reference/gitignore.md b/translations/ko-KR/content/rest/reference/gitignore.md
index 137bdaf638..21728e0dd3 100644
--- a/translations/ko-KR/content/rest/reference/gitignore.md
+++ b/translations/ko-KR/content/rest/reference/gitignore.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When you create a new {% data variables.product.product_name %} repository via the API, you can specify a [.gitignore template](/github/using-git/ignoring-files) to apply to the repository upon creation. The .gitignore templates API lists and fetches templates from the {% data variables.product.product_name %} [.gitignore repository](https://github.com/github/gitignore).
diff --git a/translations/ko-KR/content/rest/reference/index.md b/translations/ko-KR/content/rest/reference/index.md
index ef6617ac53..dfeb1f0648 100644
--- a/translations/ko-KR/content/rest/reference/index.md
+++ b/translations/ko-KR/content/rest/reference/index.md
@@ -5,6 +5,7 @@ intro: View reference documentation to learn about the resources available in th
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Table of Contents
diff --git a/translations/ko-KR/content/rest/reference/issues.md b/translations/ko-KR/content/rest/reference/issues.md
index e806aebfd7..7f7f7136cd 100644
--- a/translations/ko-KR/content/rest/reference/issues.md
+++ b/translations/ko-KR/content/rest/reference/issues.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Custom media types for issues
diff --git a/translations/ko-KR/content/rest/reference/licenses.md b/translations/ko-KR/content/rest/reference/licenses.md
index fb755e75f8..0ccf586a35 100644
--- a/translations/ko-KR/content/rest/reference/licenses.md
+++ b/translations/ko-KR/content/rest/reference/licenses.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Licenses API returns metadata about popular open source licenses and information about a particular project's license file.
diff --git a/translations/ko-KR/content/rest/reference/markdown.md b/translations/ko-KR/content/rest/reference/markdown.md
index aff267306b..5a71bd7804 100644
--- a/translations/ko-KR/content/rest/reference/markdown.md
+++ b/translations/ko-KR/content/rest/reference/markdown.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% include rest_operations_at_current_path %}
diff --git a/translations/ko-KR/content/rest/reference/meta.md b/translations/ko-KR/content/rest/reference/meta.md
index cb3db05d3f..b261f929a2 100644
--- a/translations/ko-KR/content/rest/reference/meta.md
+++ b/translations/ko-KR/content/rest/reference/meta.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% include rest_operations_at_current_path %}
diff --git a/translations/ko-KR/content/rest/reference/orgs.md b/translations/ko-KR/content/rest/reference/orgs.md
index 19fc2c63e2..7dce9f121d 100644
--- a/translations/ko-KR/content/rest/reference/orgs.md
+++ b/translations/ko-KR/content/rest/reference/orgs.md
@@ -6,12 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for operation in currentRestOperations %}
{% unless operation.subcategory %}{% include rest_operation %}{% endunless %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" %}
## Blocking users
The token used to authenticate the call must have the `admin:org` scope in order to make any blocking calls for an organization. Otherwise, the response returns `HTTP 404`.
@@ -20,6 +22,8 @@ The token used to authenticate the call must have the `admin:org` scope in order
{% if operation.subcategory == 'blocking' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
## Members
{% for operation in currentRestOperations %}
@@ -34,7 +38,7 @@ The token used to authenticate the call must have the `admin:org` scope in order
## Webhooks
-Organization webhooks allow you to receive HTTP `POST` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to actions on {% data variables.product.prodname_dotcom %}.com. For more information on actions you can subscribe to, see "[{% data variables.product.prodname_dotcom %} event types](/developers/webhooks-and-events/github-event-types)."
+Organization webhooks allow you to receive HTTP `POST` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to events on {% data variables.product.product_name %}. For more information on actions you can subscribe to, see "[{% data variables.product.prodname_dotcom %} event types](/developers/webhooks-and-events/github-event-types)."
### Scopes & Restrictions
diff --git a/translations/ko-KR/content/rest/reference/permissions-required-for-github-apps.md b/translations/ko-KR/content/rest/reference/permissions-required-for-github-apps.md
index ee4b9452d1..83a8189cdf 100644
--- a/translations/ko-KR/content/rest/reference/permissions-required-for-github-apps.md
+++ b/translations/ko-KR/content/rest/reference/permissions-required-for-github-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About {% data variables.product.prodname_github_app %} permissions
@@ -331,7 +332,7 @@ _Traffic_
- [`GET /repos/:owner/:repo/community/code_of_conduct`](/v3/codes_of_conduct/#get-the-code-of-conduct-for-a-repository) (:read)
- [`GET /repos/:owner/:repo/compare/:base...:head`](/v3/repos/commits/#compare-two-commits) (:read)
- [`GET /repos/:owner/:repo/contents/:path`](/v3/repos/contents/#get-repository-content) (:read)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`POST /repos/:owner/:repo/dispatches`](/v3/repos/#create-a-repository-dispatch-event) (:write)
{% endif %}
- [`POST /repos/:owner/:repo/forks`](/v3/repos/forks/#create-a-fork) (:read)
@@ -382,8 +383,8 @@ _가져오기_
_Reactions_
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction-legacy) (:write){% else %}- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction) (:write){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction-legacy) (:write){% else %}- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction) (:write){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`DELETE /repos/:owner/:repo/comments/:comment_id/reactions/:reaction_id`](/v3/reactions/#delete-a-commit-comment-reaction) (:write)
- [`DELETE /repos/:owner/:repo/issues/:issue_number/reactions/:reaction_id`](/v3/reactions/#delete-an-issue-reaction) (:write)
- [`DELETE /repos/:owner/:repo/issues/comments/:comment_id/reactions/:reaction_id`](/v3/reactions/#delete-an-issue-comment-reaction) (:write)
@@ -408,12 +409,13 @@ _출시_
- [`GET /repos/:owner/:repo/deployments`](/rest/reference/repos#list-deployments) (:read)
- [`POST /repos/:owner/:repo/deployments`](/rest/reference/repos#create-a-deployment) (:write)
-- [`GET /repos/:owner/:repo/deployments/:deployment_id`](/rest/reference/repos#get-a-deployment) (:read){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+- [`GET /repos/:owner/:repo/deployments/:deployment_id`](/rest/reference/repos#get-a-deployment) (:read){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`DELETE /repos/:owner/:repo/deployments/:deployment_id`](/rest/reference/repos#delete-a-deployment) (:write){% endif %}
- [`GET /repos/:owner/:repo/deployments/:deployment_id/statuses`](/rest/reference/repos#list-deployment-statuses) (:read)
- [`POST /repos/:owner/:repo/deployments/:deployment_id/statuses`](/rest/reference/repos#create-a-deployment-status) (:write)
- [`GET /repos/:owner/:repo/deployments/:deployment_id/statuses/:status_id`](/rest/reference/repos#get-a-deployment-status) (:read)
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
### Permission on "emails"
{% if currentVersion == "free-pro-team@latest" %}
@@ -423,6 +425,7 @@ _출시_
- [`POST /user/emails`](/v3/users/emails/#add-an-email-address-for-the-authenticated-user) (:write)
- [`DELETE /user/emails`](/v3/users/emails/#delete-an-email-address-for-the-authenticated-user) (:write)
- [`GET /user/public_emails`](/v3/users/emails/#list-public-email-addresses-for-the-authenticated-user) (:read)
+{% endif %}
### Permission on "followers"
@@ -496,7 +499,7 @@ _Reactions_
- [`POST /repos/:owner/:repo/issues/comments/:comment_id/reactions`](/v3/reactions/#create-reaction-for-an-issue-comment) (:write)
- [`GET /repos/:owner/:repo/issues/:issue_number/reactions`](/v3/reactions/#list-reactions-for-an-issue) (:read)
- [`POST /repos/:owner/:repo/issues/:issue_number/reactions`](/v3/reactions/#create-reaction-for-an-issue) (:write)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction-legacy) (:write)
- [`DELETE /repos/:owner/:repo/comments/:comment_id/reactions/:reaction_id`](/v3/reactions/#delete-a-commit-comment-reaction) (:write)
- [`DELETE /repos/:owner/:repo/issues/:issue_number/reactions/:reaction_id`](/v3/reactions/#delete-an-issue-reaction) (:write)
@@ -582,7 +585,7 @@ _Teams_
{% endif %}
- [`PATCH /teams/:team_id`](/v3/teams/#update-a-team) (:write)
- [`DELETE /teams/:team_id`](/v3/teams/#delete-a-team) (:write)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`GET /teams/:team_id/projects`](/v3/teams/#list-team-projects) (:read)
- [`GET /teams/:team_id/projects/:project_id`](/v3/teams/#check-team-permissions-for-a-project) (:read)
- [`PUT /teams/:team_id/projects/:project_id`](/v3/teams/#add-or-update-team-project-permissions) (:read)
@@ -733,7 +736,7 @@ _Reactions_
- [`POST /repos/:owner/:repo/issues/comments/:comment_id/reactions`](/v3/reactions/#create-reaction-for-an-issue-comment) (:write)
- [`GET /repos/:owner/:repo/pulls/comments/:comment_id/reactions`](/v3/reactions/#list-reactions-for-a-pull-request-review-comment) (:read)
- [`POST /repos/:owner/:repo/pulls/comments/:comment_id/reactions`](/v3/reactions/#create-reaction-for-a-pull-request-review-comment) (:write)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- [`DELETE /reactions/:reaction_id`](/v3/reactions/#delete-a-reaction-legacy) (:write)
- [`DELETE /repos/:owner/:repo/comments/:comment_id/reactions/:reaction_id`](/v3/reactions/#delete-a-commit-comment-reaction) (:write)
- [`DELETE /repos/:owner/:repo/issues/:issue_number/reactions/:reaction_id`](/v3/reactions/#delete-an-issue-reaction) (:write)
diff --git a/translations/ko-KR/content/rest/reference/projects.md b/translations/ko-KR/content/rest/reference/projects.md
index 652d9096ea..9ff76062b5 100644
--- a/translations/ko-KR/content/rest/reference/projects.md
+++ b/translations/ko-KR/content/rest/reference/projects.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for operation in currentRestOperations %}
diff --git a/translations/ko-KR/content/rest/reference/pulls.md b/translations/ko-KR/content/rest/reference/pulls.md
index b0bd72e96b..bae28ba4fb 100644
--- a/translations/ko-KR/content/rest/reference/pulls.md
+++ b/translations/ko-KR/content/rest/reference/pulls.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Pull Request API allows you to list, view, edit, create, and even merge pull requests. Comments on pull requests can be managed via the [Issue Comments API](/rest/reference/issues#comments).
diff --git a/translations/ko-KR/content/rest/reference/rate-limit.md b/translations/ko-KR/content/rest/reference/rate-limit.md
index 5cfc97ace6..b81dff0260 100644
--- a/translations/ko-KR/content/rest/reference/rate-limit.md
+++ b/translations/ko-KR/content/rest/reference/rate-limit.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The REST API overview documentation describes the [rate limit rules](/rest/overview/resources-in-the-rest-api#rate-limiting). You can check your current rate limit status at any time using the Rate Limit API described below.
diff --git a/translations/ko-KR/content/rest/reference/reactions.md b/translations/ko-KR/content/rest/reference/reactions.md
index e7c92ebf20..8992d99049 100644
--- a/translations/ko-KR/content/rest/reference/reactions.md
+++ b/translations/ko-KR/content/rest/reference/reactions.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Reaction types
diff --git a/translations/ko-KR/content/rest/reference/repos.md b/translations/ko-KR/content/rest/reference/repos.md
index aa24343b7f..b32e720b6d 100644
--- a/translations/ko-KR/content/rest/reference/repos.md
+++ b/translations/ko-KR/content/rest/reference/repos.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for operation in currentRestOperations %}
@@ -49,12 +50,15 @@ The Repo Commits API supports listing, viewing, and comparing commits in a repos
{% if operation.subcategory == 'commits' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" %}
## 커뮤니티
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'community' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
## Contents
These API endpoints let you create, modify, and delete Base64 encoded content in a repository. To request the raw format or rendered HTML (when supported), use custom media types for repository contents.
@@ -248,6 +252,7 @@ If you are developing a GitHub App and want to provide more detailed information
{% if operation.subcategory == 'statuses' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" %}
## Traffic
For repositories that you have push access to, the traffic API provides access to the information provided in your repository graph. For more information, see "Viewing traffic to a repository."
@@ -255,6 +260,7 @@ For repositories that you have push access to, the traffic API provides access t
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'traffic' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
## Webhooks
diff --git a/translations/ko-KR/content/rest/reference/search.md b/translations/ko-KR/content/rest/reference/search.md
index 6b229b2ef9..fe02f29a67 100644
--- a/translations/ko-KR/content/rest/reference/search.md
+++ b/translations/ko-KR/content/rest/reference/search.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
The Search API helps you search for the specific item you want to find. For example, you can find a user or a specific file in a repository. Think of it the way you think of performing a search on Google. It's designed to help you find the one result you're looking for (or maybe the few results you're looking for). Just like searching on Google, you sometimes want to see a few pages of search results so that you can find the item that best meets your needs. To satisfy that need, the {% data variables.product.product_name %} Search API provides **up to 1,000 results for each search**.
@@ -27,7 +28,7 @@ See the [rate limit documentation](/rest/reference/rate-limit) for details on de
Each endpoint in the Search API uses [query parameters](https://en.wikipedia.org/wiki/Query_string) to perform searches on {% data variables.product.product_name %}. See the individual endpoint in the Search API for an example that includes the endpoint and query parameters.
-A query can contain any combination of search qualifiers supported on GitHub.com. The format of the search query is:
+A query can contain any combination of search qualifiers supported on {% data variables.product.product_name %}. The format of the search query is:
```
q=SEARCH_KEYWORD_1+SEARCH_KEYWORD_N+QUALIFIER_1+QUALIFIER_N
diff --git a/translations/ko-KR/content/rest/reference/teams.md b/translations/ko-KR/content/rest/reference/teams.md
index 4c197548fd..a39f3abce4 100644
--- a/translations/ko-KR/content/rest/reference/teams.md
+++ b/translations/ko-KR/content/rest/reference/teams.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
This API is only available to authenticated members of the team's [organization](/v3/orgs). OAuth access tokens require the `read:org` [scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/). {% data variables.product.prodname_dotcom %} generates the team's `slug` from the team `name`.
@@ -33,16 +34,20 @@ The team discussion comments API allows you to get, create, edit, and delete dis
This API is only available to authenticated members of the team's organization. OAuth access tokens require the `read:org` [scope](/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/).
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
{% note %}
**Note:** When you have team synchronization set up for a team with your organization's identity provider (IdP), you will see an error if you attempt to use the API for making changes to the team's membership. If you have access to manage group membership in your IdP, you can manage GitHub team membership through your identity provider, which automatically adds and removes team members in an organization. For more information, see "Synchronizing teams between your identity provider and GitHub."
{% endnote %}
+{% endif %}
+
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'members' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
## Team synchronization
The Team Synchronization API allows you to manage connections between {% data variables.product.product_name %} teams and external identity provider (IdP) groups. To use this API, the authenticated user must be a team maintainer or an owner of the organization associated with the team. The token you use to authenticate will also need to be authorized for use with your IdP (SSO) provider. For more information, see "Authorizing a personal access token for use with a SAML single sign-on organization."
@@ -52,3 +57,5 @@ You can manage GitHub team members through your IdP with team synchronization. T
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'team-sync' %}{% include rest_operation %}{% endif %}
{% endfor %}
+
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/content/rest/reference/users.md b/translations/ko-KR/content/rest/reference/users.md
index c2dcc1173b..5371d5569c 100644
--- a/translations/ko-KR/content/rest/reference/users.md
+++ b/translations/ko-KR/content/rest/reference/users.md
@@ -5,20 +5,25 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Many of the resources on the users API provide a shortcut for getting information about the currently authenticated user. If a request URL does not include a `{username}` parameter then the response will be for the logged in user (and you must pass [authentication information](/rest/overview/resources-in-the-rest-api#authentication) with your request). Additional private information, such as whether a user has two-factor authentication enabled, is included when authenticated through basic auth or OAuth with the `user` scope.
+Many of the resources on the users API provide a shortcut for getting information about the currently authenticated user. If a request URL does not include a `{username}` parameter then the response will be for the logged in user (and you must pass [authentication information](/rest/overview/resources-in-the-rest-api#authentication) with your request).{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %} Additional private information, such as whether a user has two-factor authentication enabled, is included when authenticated through basic auth or OAuth with the `user` scope.{% endif %}
{% for operation in currentRestOperations %}
{% unless operation.subcategory %}{% include rest_operation %}{% endunless %}
{% endfor %}
+{% if currentVersion == "free-pro-team@latest" %}
## Blocking users
{% for operation in currentRestOperations %}
{% if operation.subcategory == 'blocking' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
## Emails
Management of email addresses via the API requires that you authenticate through basic auth, or through OAuth with a correct scope for the endpoint.
@@ -27,6 +32,8 @@ Management of email addresses via the API requires that you authenticate through
{% if operation.subcategory == 'emails' %}{% include rest_operation %}{% endif %}
{% endfor %}
+{% endif %}
+
## Followers
{% for operation in currentRestOperations %}
diff --git a/translations/ko-KR/data/graphql/ghae/graphql_previews.ghae.yml b/translations/ko-KR/data/graphql/ghae/graphql_previews.ghae.yml
new file mode 100644
index 0000000000..8540c1d976
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghae/graphql_previews.ghae.yml
@@ -0,0 +1,149 @@
+---
+-
+ title: Access to package version deletion
+ description: >-
+ This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.
+ toggled_by: ':package-deletes-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.deletePackageVersion
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: Deployments
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: UpdateRefsPreview - Update multiple refs in a single operation.
+ description: This preview adds support for updating multiple refs in a single operation.
+ toggled_by: ':update-refs-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateRefs
+ - GitRefname
+ - RefUpdate
+ - UpdateRefsInput
+ - UpdateRefsPayload
+ owning_teams:
+ - '@github/reponauts'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Team Review Assignments Preview
+ description: >-
+ This preview adds support for updating the settings for team review assignment.
+ toggled_by: ':stone-crop-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateTeamReviewAssignment
+ - UpdateTeamReviewAssignmentInput
+ - TeamReviewAssignmentAlgorithm
+ - Team.reviewRequestDelegationEnabled
+ - Team.reviewRequestDelegationAlgorithm
+ - Team.reviewRequestDelegationMemberCount
+ - Team.reviewRequestDelegationNotifyTeam
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/ko-KR/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml b/translations/ko-KR/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml
new file mode 100644
index 0000000000..92b91f6add
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghae/graphql_upcoming_changes.public-ghae.yml
@@ -0,0 +1,135 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: EnterpriseBillingInfo.availableSeats
+ description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead."
+ reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: EnterpriseBillingInfo.seats
+ description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
+ reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: Sponsorship.maintainer
+ description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
+ reason: "`Sponsorship.maintainer` will be removed."
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: antn
+ -
+ location: EnterprisePendingMemberInvitationEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All pending members consume a license
+ date: '2020-07-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterpriseOwnerInfo.pendingCollaborators
+ description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations` field instead."
+ reason: Repository invitations can now be associated with an email, not only an invitee.
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jdennes
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: RepositoryCollaboratorEdge.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: RepositoryInvitation.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: RepositoryInvitationOrderField.INVITEE_LOGIN
+ description: "`INVITEE_LOGIN` will be removed."
+ reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations can now be associated with an email, not only an invitee."
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jdennes
+ -
+ location: Sponsorship.sponsor
+ description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
+ reason: "`Sponsorship.sponsor` will be removed."
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: nholden
+ -
+ location: TeamRepositoryEdge.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: EnterpriseMemberEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All members consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All outside collaborators consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterprisePendingCollaboratorEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All pending collaborators consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: MergeStateStatus.DRAFT
+ description: "`DRAFT` will be removed. Use PullRequest.isDraft instead."
+ reason: DRAFT state will be removed from this enum and `isDraft` should be used instead
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: nplasterer
diff --git a/translations/ko-KR/data/graphql/ghes-2.19/graphql_previews.enterprise.yml b/translations/ko-KR/data/graphql/ghes-2.19/graphql_previews.enterprise.yml
new file mode 100644
index 0000000000..98b0854a07
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghes-2.19/graphql_previews.enterprise.yml
@@ -0,0 +1,228 @@
+---
+-
+ title: Deployments
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: Draft Pull Requests Preview
+ description: This preview adds support for draft pull requests.
+ toggled_by: ':shadow-cat-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.markPullRequestReadyForReview
+ - CreatePullRequestInput.draft
+ - PullRequest.isDraft
+ - MarkPullRequestReadyForReviewInput
+ - MarkPullRequestReadyForReviewPayload
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Checks
+ description: This preview adds support for reading checks created by GitHub Apps.
+ toggled_by: ':antiope-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - CheckAnnotationRange
+ - CheckAnnotationPosition
+ - CheckAnnotationSpan
+ - CheckAnnotation
+ - CheckAnnotationConnection.nodes
+ - CheckAnnotationData
+ - CheckAnnotationEdge.node
+ - CheckAnnotationLevel
+ - CheckConclusionState
+ - CheckStatusState
+ - CheckSuiteAutoTriggerPreference
+ - CheckRun
+ - CheckRunConnection.nodes
+ - CheckRunEdge.node
+ - CheckRunAction
+ - CheckRunFilter
+ - CheckRunOutput
+ - CheckRunOutputImage
+ - CheckRunType
+ - CheckSuite
+ - CheckSuiteConnection.nodes
+ - CheckSuiteEdge.node
+ - CheckSuiteFilter
+ - CreateCheckRunInput
+ - CreateCheckRunPayload
+ - CreateCheckSuiteInput
+ - CreateCheckSuitePayload
+ - Commit.checkSuites
+ - Mutation.createCheckRun
+ - Mutation.createCheckSuite
+ - Mutation.rerequestCheckSuite
+ - Mutation.updateCheckRun
+ - Mutation.updateCheckSuitePreferences
+ - Push
+ - RequestableCheckStatusState
+ - RerequestCheckSuiteInput
+ - RerequestCheckSuitePayload
+ - UpdateCheckRunInput
+ - UpdateCheckRunPayload
+ - UpdateCheckSuitePayload.checkSuite
+ - UpdateCheckSuitePreferencesInput
+ - UpdateCheckSuitePreferencesPayload
+ owning_teams:
+ - '@github/ecosystem-primitives'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Repository Vulnerability Alerts
+ description: This preview adds support for viewing vulnerability alerts for a repository.
+ toggled_by: ':vixen-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - RepositoryVulnerabilityAlert
+ - Repository.vulnerabilityAlerts
+ - RepositoryVulnerabilityAlertConnection
+ - RepositoryVulnerabilityAlertEdge
+ owning_teams:
+ - '@github/ee-security-workflows'
+-
+ title: Temporary Cloning Token for Private Repositories
+ description: >-
+ This preview adds support for accessing a temporary token field for cloning private repositories.
+ toggled_by: ':daredevil-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.tempCloneToken
+ owning_teams:
+ - '@github/experience-engineering-work'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Minimize Comments Preview
+ description: >-
+ This preview adds support for minimizing comments on issues, pull requests, commits, and gists.
+ toggled_by: ':queen-beryl-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.minimizeComment
+ - Mutation.unminimizeComment
+ - Minimizable
+ owning_teams:
+ - '@github/ce-community-and-safety'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ecosystem-primitives'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Multi-Line Comments Preview
+ description: This preview adds support for blob-positioned and multi-line comments.
+ toggled_by: ':comfort-fade-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.addPullRequestReviewThread
+ - AddPullRequestReviewThreadInput
+ - AddPullRequestReviewInput.threads
+ - DiffSide
+ - PullRequestReviewThread.startLine
+ - PullRequestReviewThread.originalStartLine
+ - PullRequestReviewThread.startDiffSide
+ - PullRequestReviewThread.line
+ - PullRequestReviewThread.originalLine
+ - PullRequestReviewThread.diffSide
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/ko-KR/data/graphql/ghes-2.19/graphql_upcoming_changes.public-enterprise.yml b/translations/ko-KR/data/graphql/ghes-2.19/graphql_upcoming_changes.public-enterprise.yml
new file mode 100644
index 0000000000..4cb2fcaddf
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghes-2.19/graphql_upcoming_changes.public-enterprise.yml
@@ -0,0 +1,65 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: ContributionOrder.field
+ description: "`field` will be removed. Only one order field is supported."
+ reason: "`field` will be removed."
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: Organization.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: RepositoryOwner.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: User.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
diff --git a/translations/ko-KR/data/graphql/ghes-2.20/graphql_previews.enterprise.yml b/translations/ko-KR/data/graphql/ghes-2.20/graphql_previews.enterprise.yml
new file mode 100644
index 0000000000..b7321d637b
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghes-2.20/graphql_previews.enterprise.yml
@@ -0,0 +1,284 @@
+---
+-
+ title: GitHub Packages
+ description: This preview adds support for objects relating to GitHub Packages.
+ toggled_by: ':packages-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Package
+ - PackageFile
+ - PackageFileOrder
+ - PackageFileOrderField
+ - PackageOrder
+ - PackageOrderField
+ - PackageOwner
+ - PackageStatistics
+ - PackageTag
+ - PackageVersion
+ - PackageVersionOrder
+ - PackageVersionOrderField
+ - PackageVersionStatistics
+ - Organization.packages
+ - PackageMetadatum.packageVersion
+ - Repository.packages
+ - User.packages
+ - PackageConnection.nodes
+ - PackageFileConnection.nodes
+ - PackageTagConnection.nodes
+ - PackageVersionConnection.nodes
+ - PackageEdge.node
+ - PackageFileEdge.node
+ - PackageTagEdge.node
+ - PackageVersionEdge.node
+ - CreateRegistryPackageFilePayload.packageFile
+ - CreateRegistryPackageVersionMetadataPayload.packageVersion
+ - CreateRegistryPackageVersionPayload.packageVersion
+ - DeleteRegistryPackagePayload.package
+ - DeleteRegistryPackageTagPayload.package
+ - SetRegistryPackageTagPayload.package
+ - UpdateRegistryPackageFilePayload.packageFile
+ - UpdateRegistryPackageVersionPayload.packageVersion
+ - CreatePackageVersionPayload.packageVersion
+ - UpdatePackageVersionPayload.packageVersion
+ - CreatePackageFilePayload.packageFile
+ - UpdatePackageFilePayload.packageFile
+ - CreatePackageVersionMetadataPayload.packageVersion
+ - AddPackageTagPayload.package
+ - DeletePackageTagPayload.package
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: Deployments
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: Draft Pull Requests Preview
+ description: This preview adds support for draft pull requests.
+ toggled_by: ':shadow-cat-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.markPullRequestReadyForReview
+ - CreatePullRequestInput.draft
+ - PullRequest.isDraft
+ - MarkPullRequestReadyForReviewInput
+ - MarkPullRequestReadyForReviewPayload
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Checks
+ description: This preview adds support for reading checks created by GitHub Apps.
+ toggled_by: ':antiope-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - CheckAnnotationRange
+ - CheckAnnotationPosition
+ - CheckAnnotationSpan
+ - CheckAnnotation
+ - CheckAnnotationConnection.nodes
+ - CheckAnnotationData
+ - CheckAnnotationEdge.node
+ - CheckAnnotationLevel
+ - CheckConclusionState
+ - CheckStatusState
+ - CheckSuiteAutoTriggerPreference
+ - CheckRun
+ - CheckRunConnection.nodes
+ - CheckRunEdge.node
+ - CheckRunAction
+ - CheckRunFilter
+ - CheckRunOutput
+ - CheckRunOutputImage
+ - CheckRunType
+ - CheckSuite
+ - CheckSuiteConnection.nodes
+ - CheckSuiteEdge.node
+ - CheckSuiteFilter
+ - CreateCheckRunInput
+ - CreateCheckRunPayload
+ - CreateCheckSuiteInput
+ - CreateCheckSuitePayload
+ - Commit.checkSuites
+ - Mutation.createCheckRun
+ - Mutation.createCheckSuite
+ - Mutation.rerequestCheckSuite
+ - Mutation.updateCheckRun
+ - Mutation.updateCheckSuitePreferences
+ - Push
+ - RequestableCheckStatusState
+ - RerequestCheckSuiteInput
+ - RerequestCheckSuitePayload
+ - UpdateCheckRunInput
+ - UpdateCheckRunPayload
+ - UpdateCheckSuitePayload.checkSuite
+ - UpdateCheckSuitePreferencesInput
+ - UpdateCheckSuitePreferencesPayload
+ owning_teams:
+ - '@github/ecosystem-primitives'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: UpdateRefsPreview - Update multiple refs in a single operation.
+ description: This preview adds support for updating multiple refs in a single operation.
+ toggled_by: ':update-refs-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateRefs
+ - GitRefname
+ - RefUpdate
+ - UpdateRefsInput
+ - UpdateRefsPayload
+ owning_teams:
+ - '@github/pe-repos'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Minimize Comments Preview
+ description: >-
+ This preview adds support for minimizing comments on issues, pull requests, commits, and gists.
+ toggled_by: ':queen-beryl-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.minimizeComment
+ - Mutation.unminimizeComment
+ - Minimizable
+ owning_teams:
+ - '@github/ce-community-and-safety'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ecosystem-primitives'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Multi-Line Comments Preview
+ description: This preview adds support for blob-positioned and multi-line comments.
+ toggled_by: ':comfort-fade-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.addPullRequestReviewThread
+ - AddPullRequestReviewThreadInput
+ - AddPullRequestReviewInput.threads
+ - DiffSide
+ - PullRequestReviewThread.startLine
+ - PullRequestReviewThread.originalStartLine
+ - PullRequestReviewThread.startDiffSide
+ - PullRequestReviewThread.line
+ - PullRequestReviewThread.originalLine
+ - PullRequestReviewThread.diffSide
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Team Review Assignments Preview
+ description: >-
+ This preview adds support for updating the settings for team review assignment.
+ toggled_by: ':stone-crop-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateTeamReviewAssignment
+ - UpdateTeamReviewAssignmentInput
+ - TeamReviewAssignmentAlgorithm
+ - Team.reviewRequestDelegationEnabled
+ - Team.reviewRequestDelegationAlgorithm
+ - Team.reviewRequestDelegationMemberCount
+ - Team.reviewRequestDelegationNotifyTeam
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/ko-KR/data/graphql/ghes-2.20/graphql_upcoming_changes.public-enterprise.yml b/translations/ko-KR/data/graphql/ghes-2.20/graphql_upcoming_changes.public-enterprise.yml
new file mode 100644
index 0000000000..dcf3d7d792
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghes-2.20/graphql_upcoming_changes.public-enterprise.yml
@@ -0,0 +1,562 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: ContributionOrder.field
+ description: "`field` will be removed. Only one order field is supported."
+ reason: "`field` will be removed."
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: Organization.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: RepositoryOwner.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: User.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: EnterpriseBillingInfo.availableSeats
+ description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead."
+ reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: EnterpriseBillingInfo.seats
+ description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
+ reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: Organization.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Organization.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.color
+ description: "`color` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.latestVersion
+ description: "`latestVersion` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.name
+ description: "`name` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.nameWithOwner
+ description: "`nameWithOwner` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageFileByGuid
+ description: "`packageFileByGuid` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageFileBySha256
+ description: "`packageFileBySha256` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageType
+ description: "`packageType` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.preReleaseVersions
+ description: "`preReleaseVersions` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.registryPackageType
+ description: "`registryPackageType` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.repository
+ description: "`repository` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.statistics
+ description: "`statistics` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.tags
+ description: "`tags` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.topics
+ description: "`topics` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.version
+ description: "`version` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionByPlatform
+ description: "`versionByPlatform` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionBySha256
+ description: "`versionBySha256` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versions
+ description: "`versions` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionsByMetadatum
+ description: "`versionsByMetadatum` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.dependencyType
+ description: "`dependencyType` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.name
+ description: "`name` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.version
+ description: "`version` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.guid
+ description: "`guid` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.md5
+ description: "`md5` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.metadataUrl
+ description: "`metadataUrl` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.name
+ description: "`name` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.packageVersion
+ description: "`packageVersion` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.sha1
+ description: "`sha1` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.sha256
+ description: "`sha256` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.size
+ description: "`size` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.url
+ description: "`url` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageOwner.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageSearch.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisMonth
+ description: "`downloadsThisMonth` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisWeek
+ description: "`downloadsThisWeek` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisYear
+ description: "`downloadsThisYear` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsToday
+ description: "`downloadsToday` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsTotalCount
+ description: "`downloadsTotalCount` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageTag.name
+ description: "`name` will be removed. Use the `PackageTag` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageTag.version
+ description: "`version` will be removed. Use the `PackageTag` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.dependencies
+ description: "`dependencies` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.fileByName
+ description: "`fileByName` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.files
+ description: "`files` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.installationCommand
+ description: "`installationCommand` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.manifest
+ description: "`manifest` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.platform
+ description: "`platform` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.preRelease
+ description: "`preRelease` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.readme
+ description: "`readme` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.readmeHtml
+ description: "`readmeHtml` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.registryPackage
+ description: "`registryPackage` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.release
+ description: "`release` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.sha256
+ description: "`sha256` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.size
+ description: "`size` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.statistics
+ description: "`statistics` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.summary
+ description: "`summary` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.updatedAt
+ description: "`updatedAt` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.version
+ description: "`version` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.viewerCanEdit
+ description: "`viewerCanEdit` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisMonth
+ description: "`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisWeek
+ description: "`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisYear
+ description: "`downloadsThisYear` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsToday
+ description: "`downloadsToday` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsTotalCount
+ description: "`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Repository.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Repository.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Sponsorship.maintainer
+ description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
+ reason: "`Sponsorship.maintainer` will be removed."
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: antn
+ -
+ location: User.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: User.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
diff --git a/translations/ko-KR/data/graphql/ghes-2.21/graphql_previews.enterprise.yml b/translations/ko-KR/data/graphql/ghes-2.21/graphql_previews.enterprise.yml
new file mode 100644
index 0000000000..0b1ec09f6a
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghes-2.21/graphql_previews.enterprise.yml
@@ -0,0 +1,242 @@
+---
+-
+ title: Access to package version deletion
+ description: >-
+ This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.
+ toggled_by: ':package-deletes-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.deletePackageVersion
+ - RegistryPackageVersion.deleted
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: GitHub Packages
+ description: This preview adds support for objects relating to GitHub Packages.
+ toggled_by: ':packages-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Package
+ - PackageFile
+ - PackageFileOrder
+ - PackageFileOrderField
+ - PackageOrder
+ - PackageOrderField
+ - PackageOwner
+ - PackageStatistics
+ - PackageTag
+ - PackageVersion
+ - PackageVersionOrder
+ - PackageVersionOrderField
+ - PackageVersionStatistics
+ - Organization.packages
+ - PackageMetadatum.packageVersion
+ - Repository.packages
+ - User.packages
+ - PackageConnection.nodes
+ - PackageFileConnection.nodes
+ - PackageTagConnection.nodes
+ - PackageVersionConnection.nodes
+ - PackageEdge.node
+ - PackageFileEdge.node
+ - PackageTagEdge.node
+ - PackageVersionEdge.node
+ - CreatePackageVersionPayload.packageVersion
+ - UpdatePackageVersionPayload.packageVersion
+ - CreatePackageFilePayload.packageFile
+ - UpdatePackageFilePayload.packageFile
+ - CreatePackageVersionMetadataPayload.packageVersion
+ - AddPackageTagPayload.package
+ - DeletePackageTagPayload.package
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: Deployments
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: Checks
+ description: This preview adds support for reading checks created by GitHub Apps.
+ toggled_by: ':antiope-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - CheckAnnotationRange
+ - CheckAnnotationPosition
+ - CheckAnnotationSpan
+ - CheckAnnotation
+ - CheckAnnotationConnection.nodes
+ - CheckAnnotationData
+ - CheckAnnotationEdge.node
+ - CheckAnnotationLevel
+ - CheckConclusionState
+ - CheckStatusState
+ - CheckSuiteAutoTriggerPreference
+ - CheckRun
+ - CheckRunConnection.nodes
+ - CheckRunEdge.node
+ - CheckRunAction
+ - CheckRunFilter
+ - CheckRunOutput
+ - CheckRunOutputImage
+ - CheckRunType
+ - CheckSuite
+ - CheckSuiteConnection.nodes
+ - CheckSuiteEdge.node
+ - CheckSuiteFilter
+ - CreateCheckRunInput
+ - CreateCheckRunPayload
+ - CreateCheckSuiteInput
+ - CreateCheckSuitePayload
+ - Commit.checkSuites
+ - Mutation.createCheckRun
+ - Mutation.createCheckSuite
+ - Mutation.rerequestCheckSuite
+ - Mutation.updateCheckRun
+ - Mutation.updateCheckSuitePreferences
+ - Push
+ - RequestableCheckStatusState
+ - RerequestCheckSuiteInput
+ - RerequestCheckSuitePayload
+ - UpdateCheckRunInput
+ - UpdateCheckRunPayload
+ - UpdateCheckSuitePayload.checkSuite
+ - UpdateCheckSuitePreferencesInput
+ - UpdateCheckSuitePreferencesPayload
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: UpdateRefsPreview - Update multiple refs in a single operation.
+ description: This preview adds support for updating multiple refs in a single operation.
+ toggled_by: ':update-refs-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateRefs
+ - GitRefname
+ - RefUpdate
+ - UpdateRefsInput
+ - UpdateRefsPayload
+ owning_teams:
+ - '@github/pe-repos'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Team Review Assignments Preview
+ description: >-
+ This preview adds support for updating the settings for team review assignment.
+ toggled_by: ':stone-crop-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateTeamReviewAssignment
+ - UpdateTeamReviewAssignmentInput
+ - TeamReviewAssignmentAlgorithm
+ - Team.reviewRequestDelegationEnabled
+ - Team.reviewRequestDelegationAlgorithm
+ - Team.reviewRequestDelegationMemberCount
+ - Team.reviewRequestDelegationNotifyTeam
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/ko-KR/data/graphql/ghes-2.21/graphql_upcoming_changes.public-enterprise.yml b/translations/ko-KR/data/graphql/ghes-2.21/graphql_upcoming_changes.public-enterprise.yml
new file mode 100644
index 0000000000..4b56579d93
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghes-2.21/graphql_upcoming_changes.public-enterprise.yml
@@ -0,0 +1,569 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: ContributionOrder.field
+ description: "`field` will be removed. Only one order field is supported."
+ reason: "`field` will be removed."
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Organization.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: RepositoryOwner.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: User.pinnedRepositories
+ description: "`pinnedRepositories` will be removed. Use ProfileOwner.pinnedItems instead."
+ reason: pinnedRepositories will be removed
+ date: '2019-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: cheshire137
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: EnterpriseBillingInfo.availableSeats
+ description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead."
+ reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: EnterpriseBillingInfo.seats
+ description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
+ reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: Organization.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Organization.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.color
+ description: "`color` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.latestVersion
+ description: "`latestVersion` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.name
+ description: "`name` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.nameWithOwner
+ description: "`nameWithOwner` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageFileByGuid
+ description: "`packageFileByGuid` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageFileBySha256
+ description: "`packageFileBySha256` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.packageType
+ description: "`packageType` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.preReleaseVersions
+ description: "`preReleaseVersions` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.registryPackageType
+ description: "`registryPackageType` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.repository
+ description: "`repository` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.statistics
+ description: "`statistics` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.tags
+ description: "`tags` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.topics
+ description: "`topics` will be removed. Use the `Package` object."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.version
+ description: "`version` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionByPlatform
+ description: "`versionByPlatform` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionBySha256
+ description: "`versionBySha256` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versions
+ description: "`versions` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackage.versionsByMetadatum
+ description: "`versionsByMetadatum` will be removed. Use the `Package` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.dependencyType
+ description: "`dependencyType` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.name
+ description: "`name` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageDependency.version
+ description: "`version` will be removed. Use the `PackageDependency` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.guid
+ description: "`guid` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.md5
+ description: "`md5` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.metadataUrl
+ description: "`metadataUrl` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.name
+ description: "`name` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.packageVersion
+ description: "`packageVersion` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.sha1
+ description: "`sha1` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.sha256
+ description: "`sha256` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.size
+ description: "`size` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageFile.url
+ description: "`url` will be removed. Use the `PackageFile` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageOwner.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageSearch.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisMonth
+ description: "`downloadsThisMonth` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisWeek
+ description: "`downloadsThisWeek` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsThisYear
+ description: "`downloadsThisYear` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsToday
+ description: "`downloadsToday` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageStatistics.downloadsTotalCount
+ description: "`downloadsTotalCount` will be removed. Use the `PackageStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageTag.name
+ description: "`name` will be removed. Use the `PackageTag` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageTag.version
+ description: "`version` will be removed. Use the `PackageTag` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.deleted
+ description: "`deleted` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.dependencies
+ description: "`dependencies` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.fileByName
+ description: "`fileByName` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.files
+ description: "`files` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.installationCommand
+ description: "`installationCommand` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.manifest
+ description: "`manifest` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.platform
+ description: "`platform` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.preRelease
+ description: "`preRelease` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.readme
+ description: "`readme` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.readmeHtml
+ description: "`readmeHtml` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.registryPackage
+ description: "`registryPackage` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.release
+ description: "`release` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.sha256
+ description: "`sha256` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.size
+ description: "`size` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.statistics
+ description: "`statistics` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.summary
+ description: "`summary` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.updatedAt
+ description: "`updatedAt` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.version
+ description: "`version` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersion.viewerCanEdit
+ description: "`viewerCanEdit` will be removed. Use the `PackageVersion` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisMonth
+ description: "`downloadsThisMonth` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisWeek
+ description: "`downloadsThisWeek` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsThisYear
+ description: "`downloadsThisYear` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsToday
+ description: "`downloadsToday` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: RegistryPackageVersionStatistics.downloadsTotalCount
+ description: "`downloadsTotalCount` will be removed. Use the `PackageVersionStatistics` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Repository.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Repository.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Sponsorship.maintainer
+ description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
+ reason: "`Sponsorship.maintainer` will be removed."
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: antn
+ -
+ location: User.registryPackages
+ description: "`registryPackages` will be removed. Use the `PackageOwner` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: User.registryPackagesForQuery
+ description: "`registryPackagesForQuery` will be removed. Use the `PackageSearch` object instead."
+ reason: Renaming GitHub Packages fields and objects.
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: dinahshi
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
diff --git a/translations/ko-KR/data/graphql/ghes-2.22/graphql_previews.enterprise.yml b/translations/ko-KR/data/graphql/ghes-2.22/graphql_previews.enterprise.yml
new file mode 100644
index 0000000000..e349da198b
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghes-2.22/graphql_previews.enterprise.yml
@@ -0,0 +1,200 @@
+---
+-
+ title: Access to package version deletion
+ description: >-
+ This preview adds support for the DeletePackageVersion mutation which enables deletion of private package versions.
+ toggled_by: ':package-deletes-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.deletePackageVersion
+ owning_teams:
+ - '@github/pe-package-registry'
+-
+ title: Deployments
+ description: >-
+ This preview adds support for deployments mutations and new deployments features.
+ toggled_by: ':flash-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - DeploymentStatus.environment
+ - Mutation.createDeploymentStatus
+ - CreateDeploymentStatusInput
+ - CreateDeploymentStatusPayload
+ - Mutation.createDeployment
+ - CreateDeploymentInput
+ - CreateDeploymentPayload
+ owning_teams:
+ - '@github/ecosystem-api'
+-
+ title: Checks
+ description: This preview adds support for reading checks created by GitHub Apps.
+ toggled_by: ':antiope-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - CheckAnnotationRange
+ - CheckAnnotationPosition
+ - CheckAnnotationSpan
+ - CheckAnnotation
+ - CheckAnnotationConnection.nodes
+ - CheckAnnotationData
+ - CheckAnnotationEdge.node
+ - CheckAnnotationLevel
+ - CheckConclusionState
+ - CheckStatusState
+ - CheckSuiteAutoTriggerPreference
+ - CheckRun
+ - CheckRunConnection.nodes
+ - CheckRunEdge.node
+ - CheckRunAction
+ - CheckRunFilter
+ - CheckRunOutput
+ - CheckRunOutputImage
+ - CheckRunType
+ - CheckSuite
+ - CheckSuiteConnection.nodes
+ - CheckSuiteEdge.node
+ - CheckSuiteFilter
+ - CreateCheckRunInput
+ - CreateCheckRunPayload
+ - CreateCheckSuiteInput
+ - CreateCheckSuitePayload
+ - Commit.checkSuites
+ - Mutation.createCheckRun
+ - Mutation.createCheckSuite
+ - Mutation.rerequestCheckSuite
+ - Mutation.updateCheckRun
+ - Mutation.updateCheckSuitePreferences
+ - Push
+ - RequestableCheckStatusState
+ - RerequestCheckSuiteInput
+ - RerequestCheckSuitePayload
+ - UpdateCheckRunInput
+ - UpdateCheckRunPayload
+ - UpdateCheckSuitePayload.checkSuite
+ - UpdateCheckSuitePreferencesInput
+ - UpdateCheckSuitePreferencesPayload
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: >-
+ MergeInfoPreview - More detailed information about a pull request's merge state.
+ description: >-
+ This preview adds support for accessing fields that provide more detailed information about a pull request's merge state.
+ toggled_by: ':merge-info-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - PullRequest.canBeRebased
+ - PullRequest.mergeStateStatus
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: UpdateRefsPreview - Update multiple refs in a single operation.
+ description: This preview adds support for updating multiple refs in a single operation.
+ toggled_by: ':update-refs-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateRefs
+ - GitRefname
+ - RefUpdate
+ - UpdateRefsInput
+ - UpdateRefsPayload
+ owning_teams:
+ - '@github/pe-repos'
+-
+ title: Project Event Details
+ description: >-
+ This preview adds project, project card, and project column details to project-related issue events.
+ toggled_by: ':starfox-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - AddedToProjectEvent.project
+ - AddedToProjectEvent.projectCard
+ - AddedToProjectEvent.projectColumnName
+ - ConvertedNoteToIssueEvent.project
+ - ConvertedNoteToIssueEvent.projectCard
+ - ConvertedNoteToIssueEvent.projectColumnName
+ - MovedColumnsInProjectEvent.project
+ - MovedColumnsInProjectEvent.projectCard
+ - MovedColumnsInProjectEvent.projectColumnName
+ - MovedColumnsInProjectEvent.previousProjectColumnName
+ - RemovedFromProjectEvent.project
+ - RemovedFromProjectEvent.projectColumnName
+ owning_teams:
+ - '@github/github-projects'
+-
+ title: Create content attachments
+ description: This preview adds support for creating content attachments.
+ toggled_by: ':corsair-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createContentAttachment
+ owning_teams:
+ - '@github/ce-extensibility'
+-
+ title: Pinned Issues Preview
+ description: This preview adds support for pinned issues.
+ toggled_by: ':elektra-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Repository.pinnedIssues
+ - PinnedIssue
+ - PinnedIssueEdge
+ - PinnedIssueConnection
+ - Mutation.pinIssue
+ - Mutation.unpinIssue
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Labels Preview
+ description: >-
+ This preview adds support for adding, updating, creating and deleting labels.
+ toggled_by: ':bane-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.createLabel
+ - CreateLabelPayload
+ - CreateLabelInput
+ - Mutation.deleteLabel
+ - DeleteLabelPayload
+ - DeleteLabelInput
+ - Mutation.updateLabel
+ - UpdateLabelPayload
+ - UpdateLabelInput
+ owning_teams:
+ - '@github/pe-pull-requests'
+-
+ title: Import Project
+ description: This preview adds support for importing projects.
+ toggled_by: ':slothette-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.importProject
+ owning_teams:
+ - '@github/pe-issues-projects'
+-
+ title: Team Review Assignments Preview
+ description: >-
+ This preview adds support for updating the settings for team review assignment.
+ toggled_by: ':stone-crop-preview'
+ announcement: null
+ updates: null
+ toggled_on:
+ - Mutation.updateTeamReviewAssignment
+ - UpdateTeamReviewAssignmentInput
+ - TeamReviewAssignmentAlgorithm
+ - Team.reviewRequestDelegationEnabled
+ - Team.reviewRequestDelegationAlgorithm
+ - Team.reviewRequestDelegationMemberCount
+ - Team.reviewRequestDelegationNotifyTeam
+ owning_teams:
+ - '@github/pe-pull-requests'
diff --git a/translations/ko-KR/data/graphql/ghes-2.22/graphql_upcoming_changes.public-enterprise.yml b/translations/ko-KR/data/graphql/ghes-2.22/graphql_upcoming_changes.public-enterprise.yml
new file mode 100644
index 0000000000..f5fb1765b0
--- /dev/null
+++ b/translations/ko-KR/data/graphql/ghes-2.22/graphql_upcoming_changes.public-enterprise.yml
@@ -0,0 +1,128 @@
+---
+upcoming_changes:
+ -
+ location: Migration.uploadUrlTemplate
+ description: "`uploadUrlTemplate` will be removed. Use `uploadUrl` instead."
+ reason: "`uploadUrlTemplate` is being removed because it is not a standard URL and adds an extra user step."
+ date: '2019-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: AssignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: EnterpriseBillingInfo.availableSeats
+ description: "`availableSeats` will be removed. Use EnterpriseBillingInfo.totalAvailableLicenses instead."
+ reason: "`availableSeats` will be replaced with `totalAvailableLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: EnterpriseBillingInfo.seats
+ description: "`seats` will be removed. Use EnterpriseBillingInfo.totalLicenses instead."
+ reason: "`seats` will be replaced with `totalLicenses` to provide more clarity on the value being returned"
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BlakeWilliams
+ -
+ location: UnassignedEvent.user
+ description: "`user` will be removed. Use the `assignee` field instead."
+ reason: Assignees can now be mannequins.
+ date: '2020-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: tambling
+ -
+ location: Sponsorship.maintainer
+ description: "`maintainer` will be removed. Use `Sponsorship.sponsorable` instead."
+ reason: "`Sponsorship.maintainer` will be removed."
+ date: '2020-04-01T00:00:00+00:00'
+ criticality: breaking
+ owner: antn
+ -
+ location: EnterprisePendingMemberInvitationEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All pending members consume a license
+ date: '2020-07-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterpriseOwnerInfo.pendingCollaborators
+ description: "`pendingCollaborators` will be removed. Use the `pendingCollaboratorInvitations` field instead."
+ reason: Repository invitations can now be associated with an email, not only an invitee.
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jdennes
+ -
+ location: Issue.timeline
+ description: "`timeline` will be removed. Use Issue.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: PullRequest.timeline
+ description: "`timeline` will be removed. Use PullRequest.timelineItems instead."
+ reason: "`timeline` will be removed"
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: mikesea
+ -
+ location: RepositoryCollaboratorEdge.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: RepositoryInvitation.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: RepositoryInvitationOrderField.INVITEE_LOGIN
+ description: "`INVITEE_LOGIN` will be removed."
+ reason: "`INVITEE_LOGIN` is no longer a valid field value. Repository invitations can now be associated with an email, not only an invitee."
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: jdennes
+ -
+ location: Sponsorship.sponsor
+ description: "`sponsor` will be removed. Use `Sponsorship.sponsorEntity` instead."
+ reason: "`Sponsorship.sponsor` will be removed."
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: nholden
+ -
+ location: TeamRepositoryEdge.permission
+ description: Type for `permission` will change from `RepositoryPermission!` to `String`.
+ reason: This field may return additional values
+ date: '2020-10-01T00:00:00+00:00'
+ criticality: breaking
+ owner: oneill38
+ -
+ location: EnterpriseMemberEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All members consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterpriseOutsideCollaboratorEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All outside collaborators consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
+ -
+ location: EnterprisePendingCollaboratorEdge.isUnlicensed
+ description: "`isUnlicensed` will be removed."
+ reason: All pending collaborators consume a license
+ date: '2021-01-01T00:00:00+00:00'
+ criticality: breaking
+ owner: BrentWheeldon
diff --git a/translations/ko-KR/data/graphql/graphql_previews.yml b/translations/ko-KR/data/graphql/graphql_previews.yml
index 4d59328a4a..e00c8f5704 100644
--- a/translations/ko-KR/data/graphql/graphql_previews.yml
+++ b/translations/ko-KR/data/graphql/graphql_previews.yml
@@ -53,7 +53,7 @@
- UpdateRefsInput
- UpdateRefsPayload
owning_teams:
- - '@github/pe-repos'
+ - '@github/reponauts'
-
title: Access to a Repositories Dependency Graph
description: This preview adds support for reading a dependency graph for a repository.
diff --git a/translations/ko-KR/data/reusables/apps/deprecating_auth_with_query_parameters.md b/translations/ko-KR/data/reusables/apps/deprecating_auth_with_query_parameters.md
index 68d632051f..07fd7f5941 100644
--- a/translations/ko-KR/data/reusables/apps/deprecating_auth_with_query_parameters.md
+++ b/translations/ko-KR/data/reusables/apps/deprecating_auth_with_query_parameters.md
@@ -1,9 +1,9 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% warning %}
**Deprecation Notice:** {% data variables.product.prodname_dotcom %} will discontinue authentication to the API using query parameters. Authenticating to the API should be done with [HTTP basic authentication](/v3/auth/#via-oauth-and-personal-access-tokens).{% if currentVersion == "free-pro-team@latest" %} Using query parameters to authenticate to the API will no longer work on May 5, 2021. {% endif %} For more information, including scheduled brownouts, see the [blog post](https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/).
-{% if enterpriseServerVersions contains currentVersion %} Authentication to the API using query parameters while available is no longer supported due to security concerns. Instead we recommend integrators move their access token, `client_id`, or `client_secret` in the header. {% data variables.product.prodname_dotcom %} will announce the removal of authentication by query parameters with advanced notice. {% endif %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} Authentication to the API using query parameters while available is no longer supported due to security concerns. Instead we recommend integrators move their access token, `client_id`, or `client_secret` in the header. {% data variables.product.prodname_dotcom %} will announce the removal of authentication by query parameters with advanced notice. {% endif %}
{% endwarning %}
{% endif %}
diff --git a/translations/ko-KR/data/reusables/apps/deprecating_password_auth.md b/translations/ko-KR/data/reusables/apps/deprecating_password_auth.md
index 9fd86310d3..402d3b14b6 100644
--- a/translations/ko-KR/data/reusables/apps/deprecating_password_auth.md
+++ b/translations/ko-KR/data/reusables/apps/deprecating_password_auth.md
@@ -1,9 +1,9 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% warning %}
**Deprecation Notice:** {% data variables.product.prodname_dotcom %} will discontinue password authentication to the API. You must now authenticate to the {% data variables.product.prodname_dotcom %} API with an API token, such as an OAuth access token, GitHub App installation access token, or personal access token, depending on what you need to do with the token.{% if currentVersion == "free-pro-team@latest" %} Password authentication to the API will be removed on November 13, 2020.{% endif %} For more information,{% if currentVersion == "free-pro-team@latest" %} including scheduled brownouts,{% endif %} see the [blog post](https://developer.github.com/changes/2020-02-14-deprecating-password-auth/).
-{% if enterpriseServerVersions contains currentVersion %} Authenticating to the API using a password is currently available and not yet deprecated in {% data variables.product.prodname_ghe_server %}. {% data variables.product.prodname_dotcom %} will announce the deprecation and provide advanced notice before removing support for this feature.{% endif %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} Authenticating to the API using a password is currently available and not yet deprecated in {% data variables.product.product_name %}. {% data variables.product.prodname_dotcom %} will announce the deprecation and provide advanced notice before removing support for this feature.{% endif %}
{% endwarning %}
{% endif %}
diff --git a/translations/ko-KR/data/reusables/apps/expiring_user_authorization_tokens.md b/translations/ko-KR/data/reusables/apps/expiring_user_authorization_tokens.md
index 48f37e42e0..a51d6a2083 100644
--- a/translations/ko-KR/data/reusables/apps/expiring_user_authorization_tokens.md
+++ b/translations/ko-KR/data/reusables/apps/expiring_user_authorization_tokens.md
@@ -1,3 +1,3 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
To keep user-to-server access tokens more secure, you can use access tokens that will expire after 8 hours, and a refresh token that can be exchanged for a new access token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)."
{% endif %}
diff --git a/translations/ko-KR/data/reusables/branches/set-default-branch.md b/translations/ko-KR/data/reusables/branches/set-default-branch.md
index f5ff905d85..20d94881f6 100644
--- a/translations/ko-KR/data/reusables/branches/set-default-branch.md
+++ b/translations/ko-KR/data/reusables/branches/set-default-branch.md
@@ -1 +1 @@
-You can set the name of the default branch for new repositories. For more information, see "[Managing the default branch for your repositories](/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories)," "[Managing the default branch name for repositories in your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)," or "[Enforcing a policy on the default branch name](/github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)."
+You can set the name of the default branch for new repositories. For more information, see "[Managing the default branch for your repositories](/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories)," "[Managing the default branch name for repositories in your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)," and {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)."{% else %}"[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-on-the-default-branch-name)."{% endif %}
diff --git a/translations/ko-KR/data/reusables/cli/filter-issues-and-pull-requests-tip.md b/translations/ko-KR/data/reusables/cli/filter-issues-and-pull-requests-tip.md
index 949b7938db..efa57873ee 100644
--- a/translations/ko-KR/data/reusables/cli/filter-issues-and-pull-requests-tip.md
+++ b/translations/ko-KR/data/reusables/cli/filter-issues-and-pull-requests-tip.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Tip**: You can also filter issues or pull requests using the {% data variables.product.prodname_cli %}. For more information, see "[`gh issue list`](https://cli.github.com/manual/gh_issue_list)" or "[`gh pr list`](https://cli.github.com/manual/gh_pr_list)" in the {% data variables.product.prodname_cli %} documentation.
diff --git a/translations/ko-KR/data/reusables/code-scanning/about-code-scanning.md b/translations/ko-KR/data/reusables/code-scanning/about-code-scanning.md
index 70df68d69b..054042ee8c 100644
--- a/translations/ko-KR/data/reusables/code-scanning/about-code-scanning.md
+++ b/translations/ko-KR/data/reusables/code-scanning/about-code-scanning.md
@@ -1 +1 @@
-{% data variables.product.prodname_code_scanning_capc %} is a feature that you use to analyze the code in a {% data variables.product.prodname_dotcom %} repository to find security vulnerabilities and coding errors. Any problems identified by the analysis are shown in {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_dotcom %}{% endif %}.
+{% data variables.product.prodname_code_scanning_capc %} is a feature that you use to analyze the code in a {% data variables.product.prodname_dotcom %} repository to find security vulnerabilities and coding errors. Any problems identified by the analysis are shown in {% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_dotcom %}{% endif %}.
diff --git a/translations/ko-KR/data/reusables/code-scanning/beta.md b/translations/ko-KR/data/reusables/code-scanning/beta.md
index 3525bc8f4a..3dfd7cae7d 100644
--- a/translations/ko-KR/data/reusables/code-scanning/beta.md
+++ b/translations/ko-KR/data/reusables/code-scanning/beta.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "enterprise-server@2.22" %}
+{% if currentVersion == "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% note %}
diff --git a/translations/ko-KR/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md b/translations/ko-KR/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md
index 5612481d72..94a6b63b95 100644
--- a/translations/ko-KR/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md
+++ b/translations/ko-KR/data/reusables/code-scanning/enterprise-enable-code-scanning-actions.md
@@ -2,7 +2,7 @@
{% note %}
-**Note:** Your site administrator must enable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location_enterprise %} before you can use this feature. If you want to use {% data variables.product.prodname_actions %} to scan your code, the site administrator must also enable {% data variables.product.prodname_actions %} and set up the infrastructure required. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %} for your appliance](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance)."
+**Note:** Your site administrator must enable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location %} before you can use this feature. If you want to use {% data variables.product.prodname_actions %} to scan your code, the site administrator must also enable {% data variables.product.prodname_actions %} and set up the infrastructure required. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %} for your appliance](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance)."
{% endnote %}
diff --git a/translations/ko-KR/data/reusables/code-scanning/enterprise-enable-code-scanning.md b/translations/ko-KR/data/reusables/code-scanning/enterprise-enable-code-scanning.md
index c230142938..b099f6ba3b 100644
--- a/translations/ko-KR/data/reusables/code-scanning/enterprise-enable-code-scanning.md
+++ b/translations/ko-KR/data/reusables/code-scanning/enterprise-enable-code-scanning.md
@@ -2,7 +2,7 @@
{% note %}
-**Note:** Your site administrator must enable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location_enterprise %} before you can use this feature. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %} for your appliance](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance)."
+**Note:** Your site administrator must enable {% data variables.product.prodname_code_scanning %} for {% data variables.product.product_location %} before you can use this feature. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %} for your appliance](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance)."
{% endnote %}
diff --git a/translations/ko-KR/data/reusables/enterprise-accounts/access-enterprise.md b/translations/ko-KR/data/reusables/enterprise-accounts/access-enterprise.md
index 66edf20433..ce95fdc387 100644
--- a/translations/ko-KR/data/reusables/enterprise-accounts/access-enterprise.md
+++ b/translations/ko-KR/data/reusables/enterprise-accounts/access-enterprise.md
@@ -1,17 +1,11 @@
-{% if currentVersion == "free-pro-team@latest" %}
-
-1. In the top-right corner of {% data variables.product.product_name %}, click your profile photo, then click **Your enterprises**. 
+{% if currentVersion == "free-pro-team@latest" %}1. In the top-right corner of {% data variables.product.product_name %}, click your profile photo, then click **Your enterprises**.
+ 
1. In the list of enterprises, click the enterprise you want to view. 
-{% endif %}
+{% elsif currentVersion ver_lt "enterprise-server@2.22" %}1. Navigate to your enterprise account by visiting {% raw %}https://HOSTNAME/enterprises/ENTERPRISE-NAME{% endraw %}, replacing `HOSTNAME` with your instance's hostname and `ENTERPRISE-NAME` with your enterprise account's name.
-{% if currentVersion ver_lt "enterprise-server@2.22" %}
-
-1. Navigate to your enterprise account by visiting {% raw %}https://HOSTNAME/enterprises/ENTERPRISE-NAME{% endraw %}, replacing `HOSTNAME` with your instance's hostname and `ENTERPRISE-NAME` with your enterprise account's name.
-
-{% elsif enterpriseServerVersions contains currentVersion %}
-
-1. In the top-right corner of {% data variables.product.product_name %}, click your profile photo, then click **Enterprise settings**. 
+{% elsif enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}1. In the top-right corner of {% data variables.product.product_name %}, click your profile photo, then click **Enterprise settings**.
+ 
{% endif %}
diff --git a/translations/ko-KR/data/reusables/enterprise-accounts/enterprise-accounts-billing.md b/translations/ko-KR/data/reusables/enterprise-accounts/enterprise-accounts-billing.md
index d8656bd45b..cd4984777d 100644
--- a/translations/ko-KR/data/reusables/enterprise-accounts/enterprise-accounts-billing.md
+++ b/translations/ko-KR/data/reusables/enterprise-accounts/enterprise-accounts-billing.md
@@ -1 +1 @@
-Enterprise accounts are currently available to {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %} customers paying by invoice. Billing for all of the organizations and {% data variables.product.prodname_ghe_server %} instances connected to your enterprise account is aggregated into a single bill. For more information about managing your {% data variables.product.prodname_ghe_cloud %} subscription, see "[Viewing the subscription and usage for your enterprise account](/articles/viewing-the-subscription-and-usage-for-your-enterprise-account)." For more information about managing your {% data variables.product.prodname_ghe_server %} billing settings, see "[Managing billing for {% data variables.product.prodname_enterprise %}](/enterprise/admin/installation/managing-billing-for-github-enterprise)."
+Enterprise accounts are currently available to {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %} customers paying by invoice. Billing for all of the organizations and {% data variables.product.prodname_ghe_server %} instances connected to your enterprise account is aggregated into a single bill. For more information about managing your {% data variables.product.prodname_ghe_cloud %} subscription, see "[Viewing the subscription and usage for your enterprise account](/articles/viewing-the-subscription-and-usage-for-your-enterprise-account)." For more information about managing your {% data variables.product.prodname_ghe_server %} billing settings, see "[Managing billing for your enterprise](/admin/overview/managing-billing-for-your-enterprise)."
diff --git a/translations/ko-KR/data/reusables/enterprise-accounts/enterprise-administrators.md b/translations/ko-KR/data/reusables/enterprise-accounts/enterprise-administrators.md
index ba2dbb7550..b4d889bf00 100644
--- a/translations/ko-KR/data/reusables/enterprise-accounts/enterprise-administrators.md
+++ b/translations/ko-KR/data/reusables/enterprise-accounts/enterprise-administrators.md
@@ -1 +1 @@
-Currently, there are two administrative roles available in enterprise accounts: enterprise owners, who can access and manage all settings across the account, and billing managers, who can access and manage only the enterprise account's billing settings. Enterprise owners can also see all of the members and outside collaborators for every organization owned by the enterprise account.
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "free-pro-team@latest" %}Currently, there are two administrative roles available in enterprises: enterprise owners, who can access and manage all settings across the enterprise, and billing managers, who can access and manage only the enterprise's billing settings. {% endif %}Enterprise owners can {% if enterpriseServerVersions contains currentVersion or currentVersion == "free-pro-team@latest" %}also {% endif %} see all of the members and outside collaborators for every organization owned by the enterprise.
diff --git a/translations/ko-KR/data/reusables/enterprise-accounts/options-tab.md b/translations/ko-KR/data/reusables/enterprise-accounts/options-tab.md
index 339d4a9958..f1824d3f0f 100644
--- a/translations/ko-KR/data/reusables/enterprise-accounts/options-tab.md
+++ b/translations/ko-KR/data/reusables/enterprise-accounts/options-tab.md
@@ -1 +1 @@
-1. Under {% if currentVersion ver_gt "enterprise-server@2.21" %} {% octicon "law" aria-label="The law icon" %} **Policies**{% else %}"{% octicon "gear" aria-label="The Settings gear" %} Settings"{% endif %}, click **Options**. 
+1. Under {% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} {% octicon "law" aria-label="The law icon" %} **Policies**{% else %}"{% octicon "gear" aria-label="The Settings gear" %} Settings"{% endif %}, click **Options**. 
diff --git a/translations/ko-KR/data/reusables/enterprise-accounts/pages-policies-save.md b/translations/ko-KR/data/reusables/enterprise-accounts/pages-policies-save.md
new file mode 100644
index 0000000000..a8e1bb9449
--- /dev/null
+++ b/translations/ko-KR/data/reusables/enterprise-accounts/pages-policies-save.md
@@ -0,0 +1 @@
+ 6. Click **Save**. 
diff --git a/translations/ko-KR/data/reusables/enterprise-accounts/pages-tab.md b/translations/ko-KR/data/reusables/enterprise-accounts/pages-tab.md
new file mode 100644
index 0000000000..5d9fb29f64
--- /dev/null
+++ b/translations/ko-KR/data/reusables/enterprise-accounts/pages-tab.md
@@ -0,0 +1 @@
+1. Under "{% octicon "law" aria-label="The law icon" %} Policies", click **Pages**. 
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/enterprise-managed/about-billing.md b/translations/ko-KR/data/reusables/enterprise-managed/about-billing.md
new file mode 100644
index 0000000000..9e7ed843b2
--- /dev/null
+++ b/translations/ko-KR/data/reusables/enterprise-managed/about-billing.md
@@ -0,0 +1 @@
+You will receive a monthly bill for {% data variables.product.prodname_ghe_managed %}, with charges that are calculated per licensed user per day.
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/enterprise/rate_limit.md b/translations/ko-KR/data/reusables/enterprise/rate_limit.md
index 7412078c13..fa684ee302 100644
--- a/translations/ko-KR/data/reusables/enterprise/rate_limit.md
+++ b/translations/ko-KR/data/reusables/enterprise/rate_limit.md
@@ -1,4 +1,4 @@
-{% if enterpriseServerVersions contains currentVersion %}
-Note that the limits mentioned above are the default rate limits for a
-{% data variables.product.prodname_ghe_server %} instance. Contact your site administrator to confirm if rate limits are enabled and how they are configured.
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+Note that the limits mentioned above are the default rate limits for
+{% data variables.product.product_name %}. Contact your site administrator to confirm if rate limits are enabled and how they are configured.
{% endif %}
diff --git a/translations/ko-KR/data/reusables/enterprise_enterprise_support/installing-releases.md b/translations/ko-KR/data/reusables/enterprise_enterprise_support/installing-releases.md
index eda56ca02a..e55d5f9084 100644
--- a/translations/ko-KR/data/reusables/enterprise_enterprise_support/installing-releases.md
+++ b/translations/ko-KR/data/reusables/enterprise_enterprise_support/installing-releases.md
@@ -1,3 +1,3 @@
### Installing {% data variables.product.prodname_ghe_server %} releases
-To ensure that {% data variables.product.product_location_enterprise %} is stable, you must install and implement {% data variables.product.prodname_ghe_server %} releases. Installing {% data variables.product.prodname_ghe_server %} releases ensures that you have the latest features, modifications, and enhancements as well as any updates to features, code corrections, patches or other general updates and fixes to {% data variables.product.prodname_ghe_server %}.
+To ensure that {% data variables.product.product_location %} is stable, you must install and implement {% data variables.product.prodname_ghe_server %} releases. Installing {% data variables.product.prodname_ghe_server %} releases ensures that you have the latest features, modifications, and enhancements as well as any updates to features, code corrections, patches or other general updates and fixes to {% data variables.product.prodname_ghe_server %}.
diff --git a/translations/ko-KR/data/reusables/enterprise_installation/disable-github-pages-warning.md b/translations/ko-KR/data/reusables/enterprise_installation/disable-github-pages-warning.md
index e70581d875..ecac6ccacb 100644
--- a/translations/ko-KR/data/reusables/enterprise_installation/disable-github-pages-warning.md
+++ b/translations/ko-KR/data/reusables/enterprise_installation/disable-github-pages-warning.md
@@ -1,5 +1,7 @@
+{% if enterpriseServerVersions contains currentVersion %}
{% warning %}
-**Warning:** If subdomain isolation is disabled, we recommend also disabling {% data variables.product.prodname_pages %} on your appliance. There will be no way to isolate user-supplied {% data variables.product.prodname_pages %} content from the rest of your appliance's data. For more information, see "[Configuring {% data variables.product.prodname_pages %} on your appliance](/enterprise/admin/guides/installation/configuring-github-pages-on-your-appliance/)."
+**Warning:** If subdomain isolation is disabled, we recommend also disabling {% data variables.product.prodname_pages %} on your enterprise. There will be no way to isolate user-supplied {% data variables.product.prodname_pages %} content from the rest of your enterprise's data. For more information, see "[Configuring {% data variables.product.prodname_pages %} for your enterprise](/enterprise/admin/guides/installation/configuring-github-pages-for-your-enterprise/)."
{% endwarning %}
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/enterprise_installation/download-package.md b/translations/ko-KR/data/reusables/enterprise_installation/download-package.md
index b6c7c0f532..249564d118 100644
--- a/translations/ko-KR/data/reusables/enterprise_installation/download-package.md
+++ b/translations/ko-KR/data/reusables/enterprise_installation/download-package.md
@@ -1,4 +1,4 @@
-1. Download the upgrade package to {% data variables.product.product_location_enterprise %} using `curl`:
+1. Download the upgrade package to {% data variables.product.product_location %} using `curl`:
```shell
admin@HOSTNAME:~$ curl -L -O UPGRADE-PKG-URL
```
diff --git a/translations/ko-KR/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md b/translations/ko-KR/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md
index 750b63e68f..b3e2e9022c 100644
--- a/translations/ko-KR/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md
+++ b/translations/ko-KR/data/reusables/enterprise_installation/hardware-considerations-all-platforms.md
@@ -4,11 +4,11 @@
#### Minimum requirements
-We recommend different hardware configurations depending on the number of user licenses for {% data variables.product.product_location_enterprise %}. If you provision more resources than the minimum requirements, your instance will perform and scale better.
+We recommend different hardware configurations depending on the number of user licenses for {% data variables.product.product_location %}. If you provision more resources than the minimum requirements, your instance will perform and scale better.
{% data reusables.enterprise_installation.hardware-rec-table %} For more information about adjusting resources for an existing instance, see "[Increasing storage capacity](/enterprise/admin/installation/increasing-storage-capacity)" and "[Increasing CPU or memory resources](/enterprise/admin/installation/increasing-cpu-or-memory-resources)."
-{% if currentVersion == "enterprise-server@2.22" %}
+{% if currentVersion == "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
If you enable the beta for {% data variables.product.prodname_actions %} on your instance, we recommend planning for additional capacity.
@@ -32,7 +32,7 @@ We recommend a high-performance SSD with high input/output operations per second
Your instance requires a persistent data disk separate from the root disk. For more information, see "[System overview](/enterprise/admin/guides/installation/system-overview)."
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
If you enable the beta of {% data variables.product.prodname_actions %} in {% data variables.product.prodname_ghe_server %} 2.22, you'll need to configure external blob storage. For more information, see "[Enabling {% data variables.product.prodname_actions %} and configuring storage](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)."
diff --git a/translations/ko-KR/data/reusables/enterprise_installation/request-a-trial.md b/translations/ko-KR/data/reusables/enterprise_installation/request-a-trial.md
index 79c161955c..b491981f85 100644
--- a/translations/ko-KR/data/reusables/enterprise_installation/request-a-trial.md
+++ b/translations/ko-KR/data/reusables/enterprise_installation/request-a-trial.md
@@ -1 +1 @@
-You can request a trial to evaluate {% data variables.product.prodname_ghe_server %}. For more information, see "[Setting up a trial of {% data variables.product.prodname_ghe_server %}](/articles/setting-up-a-trial-of-github-enterprise-server)."
+You can request a trial to evaluate {% data variables.product.prodname_ghe_server %}. For more information, see "Setting up a trial of {% data variables.product.prodname_ghe_server %}."
diff --git a/translations/ko-KR/data/reusables/enterprise_installation/ssh-into-instance.md b/translations/ko-KR/data/reusables/enterprise_installation/ssh-into-instance.md
index 2037f74135..9dcd8e90d3 100644
--- a/translations/ko-KR/data/reusables/enterprise_installation/ssh-into-instance.md
+++ b/translations/ko-KR/data/reusables/enterprise_installation/ssh-into-instance.md
@@ -1,4 +1,4 @@
-1. SSH into {% data variables.product.product_location_enterprise %}.
+1. SSH into {% data variables.product.product_location %}.
```shell
$ ssh -p 122 admin@HOSTNAME
```
diff --git a/translations/ko-KR/data/reusables/enterprise_management_console/enable-disable-code-scanning.md b/translations/ko-KR/data/reusables/enterprise_management_console/enable-disable-code-scanning.md
index a6adf2088e..4b1379243e 100644
--- a/translations/ko-KR/data/reusables/enterprise_management_console/enable-disable-code-scanning.md
+++ b/translations/ko-KR/data/reusables/enterprise_management_console/enable-disable-code-scanning.md
@@ -1,5 +1,5 @@
{% warning %}
-**Warning**: Changing this setting will cause {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_dotcom %}{% endif %} to restart. You should time this change carefully, to minimize downtime.
+**Warning**: Changing this setting will cause {% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}{% data variables.product.prodname_ghe_server %}{% else %}{% data variables.product.prodname_dotcom %}{% endif %} to restart. You should time this change carefully, to minimize downtime.
{% endwarning %}
diff --git a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-ssh-access.md b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-ssh-access.md
new file mode 100644
index 0000000000..4e1057532c
--- /dev/null
+++ b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-ssh-access.md
@@ -0,0 +1 @@
+SSH access allows you to run the {% data variables.product.product_name %} command line utilities to troubleshoot, run backups, and configure replication.
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-the-management-console.md b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-the-management-console.md
new file mode 100644
index 0000000000..8c622226c6
--- /dev/null
+++ b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-the-management-console.md
@@ -0,0 +1 @@
+You can use the {% data variables.enterprise.management_console %} to manage virtual appliance settings such as the domain, authentication, and SSL.
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-the-site-admin-dashboard.md b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-the-site-admin-dashboard.md
new file mode 100644
index 0000000000..bab0827c40
--- /dev/null
+++ b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/about-the-site-admin-dashboard.md
@@ -0,0 +1 @@
+You can use the site admin dashboard to manage users, organizations, and repositories in your enterprise directly in {% data variables.product.product_name %}.
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/access-settings.md b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/access-settings.md
index 99ba98dedf..a03e0632e5 100644
--- a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/access-settings.md
+++ b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/access-settings.md
@@ -1 +1 @@
-1. From a {% data variables.product.prodname_ghe_server %} administrative account, click {% octicon "rocket" aria-label="The rocket ship" %} in the upper-right corner of any page. 
+1. From an administrative account on {% data variables.product.product_name %}, click {% octicon "rocket" aria-label="The rocket ship" %} in the upper-right corner of any page. 
diff --git a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/business.md b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/business.md
index bcda507fbe..227f36c0dc 100644
--- a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/business.md
+++ b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/business.md
@@ -1 +1 @@
-1. In the left sidebar, click **Enterprise{% if currentVersion ver_gt "enterprise-server@2.21" %} overview{% endif %}**. 
+1. In the left sidebar, click **Enterprise{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} overview{% endif %}**. 
diff --git a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md
index 0e66a9eb75..65cd4b1d65 100644
--- a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md
+++ b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/dormancy-threshold.md
@@ -1 +1 @@
-The dormancy threshold is the length of time a user must be inactive to be considered dormant. The default dormancy threshold is 90 days, however you can customize the dormancy threshold for {% data variables.product.product_location_enterprise %}.
+The dormancy threshold is the length of time a user must be inactive to be considered dormant. The default dormancy threshold is 90 days, however you can customize the dormancy threshold for {% data variables.product.product_location %}.
diff --git a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/sign-in.md b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/sign-in.md
index 747a9b848b..93291bff5c 100644
--- a/translations/ko-KR/data/reusables/enterprise_site_admin_settings/sign-in.md
+++ b/translations/ko-KR/data/reusables/enterprise_site_admin_settings/sign-in.md
@@ -1 +1 @@
-1. Sign in to {% data variables.product.product_location_enterprise %} at `http(s)://HOSTNAME/login`.
+1. Sign in to {% data variables.product.product_location %} at `http(s)://HOSTNAME/login`.
diff --git a/translations/ko-KR/data/reusables/enterprise_user_management/built-in-authentication-option.md b/translations/ko-KR/data/reusables/enterprise_user_management/built-in-authentication-option.md
index 37af582bf3..a7ff16d6b2 100644
--- a/translations/ko-KR/data/reusables/enterprise_user_management/built-in-authentication-option.md
+++ b/translations/ko-KR/data/reusables/enterprise_user_management/built-in-authentication-option.md
@@ -1 +1 @@
-Optionally, select **Allow built-in authentication** to invite users to use built-in authentication if they don’t belong to {% data variables.product.product_location_enterprise %}'s identity provider.
+Optionally, select **Allow built-in authentication** to invite users to use built-in authentication if they don’t belong to {% data variables.product.product_location %}'s identity provider.
diff --git a/translations/ko-KR/data/reusables/enterprise_user_management/ldap-sync-nested-teams.md b/translations/ko-KR/data/reusables/enterprise_user_management/ldap-sync-nested-teams.md
index 6500ebb0e1..5d88c18636 100644
--- a/translations/ko-KR/data/reusables/enterprise_user_management/ldap-sync-nested-teams.md
+++ b/translations/ko-KR/data/reusables/enterprise_user_management/ldap-sync-nested-teams.md
@@ -1 +1,3 @@
+{% if enterpriseServerVersions contains currentVersion %}
As part of its optimization configuration, LDAP Sync will not transfer your nested team structure. To create child and parent team relationships, you must manually recreate the nested team structure and sync it with the corresponding LDAP group. For more information, see "[Creating teams](/enterprise/{{ currentVersion }}/admin/guides/user-management/creating-teams/#creating-teams-with-ldap-sync-enabled)"
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/gated-features/autolinks.md b/translations/ko-KR/data/reusables/gated-features/autolinks.md
index 350993eeff..d545d6a5b4 100644
--- a/translations/ko-KR/data/reusables/gated-features/autolinks.md
+++ b/translations/ko-KR/data/reusables/gated-features/autolinks.md
@@ -1 +1 @@
-Autolinks are available in repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+Autolinks are available in repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/ko-KR/data/reusables/gated-features/branch-restrictions.md b/translations/ko-KR/data/reusables/gated-features/branch-restrictions.md
index 9924a40558..256549fb22 100644
--- a/translations/ko-KR/data/reusables/gated-features/branch-restrictions.md
+++ b/translations/ko-KR/data/reusables/gated-features/branch-restrictions.md
@@ -1 +1,3 @@
-Protected branches are available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. The ability to restrict branches is a type of branch protection that's available for public and private repositories owned by organizations in {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+{% data reusables.gated-features.protected-branches %}
+
+Branch restriction is a type of branch protection that's available for public and private repositories owned by organizations in {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/ko-KR/data/reusables/gated-features/code-owners.md b/translations/ko-KR/data/reusables/gated-features/code-owners.md
index 462bcc9653..3dc4547af8 100644
--- a/translations/ko-KR/data/reusables/gated-features/code-owners.md
+++ b/translations/ko-KR/data/reusables/gated-features/code-owners.md
@@ -1 +1 @@
-You can define code owners in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+You can define code owners in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/ko-KR/data/reusables/gated-features/code-review-assignment.md b/translations/ko-KR/data/reusables/gated-features/code-review-assignment.md
index 3d7d1cce5b..fb8808fc4e 100644
--- a/translations/ko-KR/data/reusables/gated-features/code-review-assignment.md
+++ b/translations/ko-KR/data/reusables/gated-features/code-review-assignment.md
@@ -1 +1 @@
-Code review assignment is available with {% data variables.product.prodname_team %}{% if currentVersion ver_gt "enterprise-server@2.19" %}, {% data variables.product.prodname_ghe_server %} 2.20+,{% endif %} and {% data variables.product.prodname_ghe_cloud %}. For more information, see "[GitHub's products](/articles/githubs-products)."
+Code review assignment is available with {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_server %} 2.20+,{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_cloud %}. For more information, see "[GitHub's products](/articles/githubs-products)."
diff --git a/translations/ko-KR/data/reusables/gated-features/display-names.md b/translations/ko-KR/data/reusables/gated-features/display-names.md
index 23eec99445..c7c249338a 100644
--- a/translations/ko-KR/data/reusables/gated-features/display-names.md
+++ b/translations/ko-KR/data/reusables/gated-features/display-names.md
@@ -1 +1 @@
-Allowing members to see comment authors' profile names is available with {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_server %} 2.18+, and {% data variables.product.prodname_ghe_cloud %}. For more information, see "[GitHub's products](/articles/githubs-products)."
+Allowing members to see comment authors' profile names is available with {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_server %} 2.18+,{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_cloud %}. For more information, see "[GitHub's products](/articles/githubs-products)."
diff --git a/translations/ko-KR/data/reusables/gated-features/draft-prs.md b/translations/ko-KR/data/reusables/gated-features/draft-prs.md
index 52b7344ec8..9c53c6d6c0 100644
--- a/translations/ko-KR/data/reusables/gated-features/draft-prs.md
+++ b/translations/ko-KR/data/reusables/gated-features/draft-prs.md
@@ -1 +1 @@
-Draft pull requests are available in public repositories with {% data variables.product.prodname_free_team %} for organizations and legacy per-repository billing plans, and in public and private repositories with {% data variables.product.prodname_team %}{% if enterpriseServerVersions contains currentVersion %}, {% data variables.product.prodname_ghe_server %} 2.17+,{% endif %} and {% data variables.product.prodname_ghe_cloud %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+Draft pull requests are available in public repositories with {% data variables.product.prodname_free_team %} for organizations and legacy per-repository billing plans, and in public and private repositories with {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_server %} 2.17+,{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_cloud %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/ko-KR/data/reusables/gated-features/enterprise-accounts.md b/translations/ko-KR/data/reusables/gated-features/enterprise-accounts.md
index 50e068a931..e4c5549a8c 100644
--- a/translations/ko-KR/data/reusables/gated-features/enterprise-accounts.md
+++ b/translations/ko-KR/data/reusables/gated-features/enterprise-accounts.md
@@ -1 +1 @@
-Enterprise accounts are available with {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}For more information, see "[About enterprise accounts](/articles/about-enterprise-accounts)."{% endif %}
+Enterprise accounts are available with {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %}, {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}For more information, see "[About enterprise accounts](/articles/about-enterprise-accounts)."{% endif %}
diff --git a/translations/ko-KR/data/reusables/gated-features/internal-repos.md b/translations/ko-KR/data/reusables/gated-features/internal-repos.md
index 331ce8dc86..8100ff30df 100644
--- a/translations/ko-KR/data/reusables/gated-features/internal-repos.md
+++ b/translations/ko-KR/data/reusables/gated-features/internal-repos.md
@@ -1 +1 @@
-Internal repositories are available with {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %} 2.20+. For more information, see GitHub's products."
+Internal repositories are available with {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %}, {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %} 2.20+. For more information, see "GitHub's products."
diff --git a/translations/ko-KR/data/reusables/gated-features/pages.md b/translations/ko-KR/data/reusables/gated-features/pages.md
index 9dfbcd79f6..e24925cc98 100644
--- a/translations/ko-KR/data/reusables/gated-features/pages.md
+++ b/translations/ko-KR/data/reusables/gated-features/pages.md
@@ -1 +1 @@
-{% data variables.product.prodname_pages %} is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+{% data variables.product.prodname_pages %} is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/ko-KR/data/reusables/gated-features/protected-branches.md b/translations/ko-KR/data/reusables/gated-features/protected-branches.md
index 4a9272eba2..a9745fcec2 100644
--- a/translations/ko-KR/data/reusables/gated-features/protected-branches.md
+++ b/translations/ko-KR/data/reusables/gated-features/protected-branches.md
@@ -1 +1 @@
-Protected branches are available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+Protected branches are available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/ko-KR/data/reusables/gated-features/repository-insights.md b/translations/ko-KR/data/reusables/gated-features/repository-insights.md
index c400b5bf83..71016e9f96 100644
--- a/translations/ko-KR/data/reusables/gated-features/repository-insights.md
+++ b/translations/ko-KR/data/reusables/gated-features/repository-insights.md
@@ -1 +1 @@
-This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}'s products](/articles/github-s-products)."{% endif %}
+This repository insights graph is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[About repository graphs](/articles/about-repository-graphs)" and "[{% data variables.product.prodname_dotcom %}'s products](/articles/github-s-products)."{% endif %}
diff --git a/translations/ko-KR/data/reusables/gated-features/saml-sso.md b/translations/ko-KR/data/reusables/gated-features/saml-sso.md
index 4dc2bef161..bad5e99d72 100644
--- a/translations/ko-KR/data/reusables/gated-features/saml-sso.md
+++ b/translations/ko-KR/data/reusables/gated-features/saml-sso.md
@@ -1 +1 @@
-SAML single sign-on is available with {% data variables.product.prodname_ghe_cloud %}. For more information, see "[GitHub's products](/articles/githubs-products)."
+SAML single sign-on is available with {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %} and {% data variables.product.prodname_ghe_managed %}{% endif %}. For more information, see "[GitHub's products](/articles/githubs-products)."
diff --git a/translations/ko-KR/data/reusables/gated-features/ssh-certificate-authorities.md b/translations/ko-KR/data/reusables/gated-features/ssh-certificate-authorities.md
index a8edce3781..80098d6efa 100644
--- a/translations/ko-KR/data/reusables/gated-features/ssh-certificate-authorities.md
+++ b/translations/ko-KR/data/reusables/gated-features/ssh-certificate-authorities.md
@@ -1 +1 @@
-Support for SSH certificate authorities is available with {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %} 2.19+. For more information, see "[GitHub's products](/articles/githubs-products)."
+Support for SSH certificate authorities is available with {% data variables.product.prodname_ghe_cloud %}{% if currentVersion == "github-ae@latest" %}, {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %} 2.19+. For more information, see "[GitHub's products](/articles/githubs-products)."
diff --git a/translations/ko-KR/data/reusables/gated-features/wikis.md b/translations/ko-KR/data/reusables/gated-features/wikis.md
index fcdbdfec28..61f560896e 100644
--- a/translations/ko-KR/data/reusables/gated-features/wikis.md
+++ b/translations/ko-KR/data/reusables/gated-features/wikis.md
@@ -1 +1 @@
-Wikis are available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
+Wikis are available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %},{% if currentVersion == "github-ae@latest" %} {% data variables.product.prodname_ghe_managed %},{% endif %} and {% data variables.product.prodname_ghe_server %}. {% if currentVersion == "free-pro-team@latest" %}{% data reusables.gated-features.more-info %}{% endif %}
diff --git a/translations/ko-KR/data/reusables/gist/anonymous-gists-cannot-be-deleted.md b/translations/ko-KR/data/reusables/gist/anonymous-gists-cannot-be-deleted.md
index ade80ffc33..3d6ce66752 100644
--- a/translations/ko-KR/data/reusables/gist/anonymous-gists-cannot-be-deleted.md
+++ b/translations/ko-KR/data/reusables/gist/anonymous-gists-cannot-be-deleted.md
@@ -1,4 +1,4 @@
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% warning %}
**Warning:** Anonymous gists cannot be deleted from the web browser. To have an anonymous gist deleted, contact {% data variables.contact.contact_support %}. Please provide the URL of the gist you wish to delete.
diff --git a/translations/ko-KR/data/reusables/github-actions/disabling-github-actions.md b/translations/ko-KR/data/reusables/github-actions/disabling-github-actions.md
index 9344146d57..56bbb36bee 100644
--- a/translations/ko-KR/data/reusables/github-actions/disabling-github-actions.md
+++ b/translations/ko-KR/data/reusables/github-actions/disabling-github-actions.md
@@ -1 +1 @@
-By default, {% if currentVersion ver_gt "enterprise-server@2.21" %}after {% data variables.product.prodname_actions %} is enabled on {% data variables.product.product_location %}, it{% else if if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_actions %}{% endif %} is enabled on all repositories and organizations. You can choose to disable {% data variables.product.prodname_actions %} or limit them to private actions only, which means that people can only use actions that exist in your repository.
+By default, {% if currentVersion ver_gt "enterprise-server@2.21" %}after {% data variables.product.prodname_actions %} is enabled on {% data variables.product.product_location %}, it{% elsif currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_actions %}{% endif %} is enabled on all repositories and organizations. You can choose to disable {% data variables.product.prodname_actions %} or limit them to private actions only, which means that people can only use actions that exist in your repository.
diff --git a/translations/ko-KR/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md b/translations/ko-KR/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md
index 35bb629135..21eb256560 100644
--- a/translations/ko-KR/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md
+++ b/translations/ko-KR/data/reusables/github-actions/self-hosted-runner-management-permissions-required.md
@@ -1,9 +1,9 @@
-A self-hosted runner can be located in either your repository, organization, or {% if currentVersion == "free-pro-team@latest" %}enterprise account settings on {% data variables.product.prodname_dotcom %}{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %} enterprise settings on {% data variables.product.product_location %}{% endif %}. To manage a self-hosted runner, you must have the following permissions, depending on where the self-hosted runner was added:
+A self-hosted runner can be located in either your repository, organization, or {% if currentVersion == "free-pro-team@latest" %}enterprise account settings on {% data variables.product.prodname_dotcom %}{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %} enterprise settings on {% data variables.product.product_location %}{% endif %}. To manage a self-hosted runner, you must have the following permissions, depending on where the self-hosted runner was added:
- **User repository**: You must be the repository owner.
- **Organization**: You must be an organization owner.
- **Organization repository**: You must be an organization owner, or have admin access to the repository.
{% if currentVersion == "free-pro-team@latest" %}
- **Enterprise account**: You must be an enterprise owner.
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}
+{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}
- **Enterprise**: You must be a {% data variables.product.prodname_enterprise %} site administrator.
{% endif %}
diff --git a/translations/ko-KR/data/reusables/github-actions/self-hosted-runner-navigate-to-repo-org-enterprise.md b/translations/ko-KR/data/reusables/github-actions/self-hosted-runner-navigate-to-repo-org-enterprise.md
index 37ea26c669..674fd70900 100644
--- a/translations/ko-KR/data/reusables/github-actions/self-hosted-runner-navigate-to-repo-org-enterprise.md
+++ b/translations/ko-KR/data/reusables/github-actions/self-hosted-runner-navigate-to-repo-org-enterprise.md
@@ -1,6 +1,6 @@
1. Navigate to where your self-hosted runner is registered:
* **In an organization or repository**: navigate to the main page and click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
- * {% if currentVersion == "free-pro-team@latest" %}**If using an enterprise account**: navigate to your enterprise account by visiting `https://github.com/enterprises/ENTERPRISE-NAME`, replacing `ENTERPRISE-NAME` with your enterprise account's name.{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}**If using an enterprise-level runner**:
+ * {% if currentVersion == "free-pro-team@latest" %}**If using an enterprise account**: navigate to your enterprise account by visiting `https://github.com/enterprises/ENTERPRISE-NAME`, replacing `ENTERPRISE-NAME` with your enterprise account's name.{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}**If using an enterprise-level runner**:
1. In the upper-right corner of any page, click {% octicon "rocket" aria-label="The rocket ship" %}.
1. In the left sidebar, click **Enterprise overview**.
@@ -9,4 +9,4 @@
* **In an organization or repository**: click **Actions** in the left sidebar.

- * {% if currentVersion == "free-pro-team@latest" %}**If using an enterprise account**{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}**If using an enterprise-level runner**{% endif %}: click **Actions** under "{% octicon "law" aria-label="The law icon" %} Policies".
+ * {% if currentVersion == "free-pro-team@latest" %}**If using an enterprise account**{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}**If using an enterprise-level runner**{% endif %}: click **Actions** under "{% octicon "law" aria-label="The law icon" %} Policies".
diff --git a/translations/ko-KR/data/reusables/github-ae/about-billing.md b/translations/ko-KR/data/reusables/github-ae/about-billing.md
new file mode 100644
index 0000000000..9e7ed843b2
--- /dev/null
+++ b/translations/ko-KR/data/reusables/github-ae/about-billing.md
@@ -0,0 +1 @@
+You will receive a monthly bill for {% data variables.product.prodname_ghe_managed %}, with charges that are calculated per licensed user per day.
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/github-ae/github-ae-enables-you.md b/translations/ko-KR/data/reusables/github-ae/github-ae-enables-you.md
new file mode 100644
index 0000000000..dd699d9ad6
--- /dev/null
+++ b/translations/ko-KR/data/reusables/github-ae/github-ae-enables-you.md
@@ -0,0 +1 @@
+{% data variables.product.prodname_ghe_managed %} enables you to move your software development to the cloud while meeting the most stringent security and compliance requirements.
diff --git a/translations/ko-KR/data/reusables/large_files/can-include-lfs-objects-archives.md b/translations/ko-KR/data/reusables/large_files/can-include-lfs-objects-archives.md
index 83a7278c37..d63ea5bb6d 100644
--- a/translations/ko-KR/data/reusables/large_files/can-include-lfs-objects-archives.md
+++ b/translations/ko-KR/data/reusables/large_files/can-include-lfs-objects-archives.md
@@ -1,5 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
-
-You can choose whether {% data variables.large_files.product_name_long %}({% data variables.large_files.product_name_short %}) objects are included in source code archives, such as ZIP files and tarballs, that {% data variables.product.product_name %} creates for your repository. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."
-
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+You can choose whether
+{% data variables.large_files.product_name_short %} objects are included in source code archives, such as ZIP files and tarballs, that {% data variables.product.product_name %} creates for your repository. For more information, see "[Managing {% data variables.large_files.product_name_short %} objects in archives of your repository](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)."
{% endif %}
diff --git a/translations/ko-KR/data/reusables/large_files/rejected_pushes.md b/translations/ko-KR/data/reusables/large_files/rejected_pushes.md
index d647917efb..4d04d4d367 100644
--- a/translations/ko-KR/data/reusables/large_files/rejected_pushes.md
+++ b/translations/ko-KR/data/reusables/large_files/rejected_pushes.md
@@ -1 +1 @@
-Users cannot push {% data variables.large_files.product_name_short %} assets to {% data variables.product.prodname_ghe_server %} if {% data variables.large_files.product_name_short %} is disabled on the appliance or repository.
+Users cannot push {% data variables.large_files.product_name_short %} assets to {% data variables.product.product_name %} if {% data variables.large_files.product_name_short %} is disabled on the enterprise or repository.
diff --git a/translations/ko-KR/data/reusables/large_files/storage_assets_location.md b/translations/ko-KR/data/reusables/large_files/storage_assets_location.md
index 2427a330c0..cb76cf1bcf 100644
--- a/translations/ko-KR/data/reusables/large_files/storage_assets_location.md
+++ b/translations/ko-KR/data/reusables/large_files/storage_assets_location.md
@@ -1 +1,4 @@
-By default, the {% data variables.large_files.product_name_long %} client stores large assets on the same server that hosts the Git repository. When {% data variables.large_files.product_name_short %} is enabled on the {% data variables.product.prodname_ghe_server %} appliance, large assets are stored on the data partition in `/data/user/storage`.
+{% if enterpriseServerVersions contains currentVersion %}
+By default, the
+{% data variables.large_files.product_name_long %} client stores large assets on the same server that hosts the Git repository. When {% data variables.large_files.product_name_short %} is enabled on {% data variables.product.product_location %}, large assets are stored on the data partition in `/data/user/storage`.
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/notifications/outbound_email_tip.md b/translations/ko-KR/data/reusables/notifications/outbound_email_tip.md
index 292e34810a..6e261ac615 100644
--- a/translations/ko-KR/data/reusables/notifications/outbound_email_tip.md
+++ b/translations/ko-KR/data/reusables/notifications/outbound_email_tip.md
@@ -1,7 +1,7 @@
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% tip %}
- You'll only receive email notifications if outbound email support is enabled on {% data variables.product.product_location_enterprise %}. For more information, contact your site administrator.
+ You'll only receive email notifications if outbound email support is enabled on {% data variables.product.product_location %}. For more information, contact your site administrator.
{% endtip %}
{% endif %}
diff --git a/translations/ko-KR/data/reusables/notifications/vulnerable-dependency-notification-options.md b/translations/ko-KR/data/reusables/notifications/vulnerable-dependency-notification-options.md
index 29e67dd447..26536c24e3 100644
--- a/translations/ko-KR/data/reusables/notifications/vulnerable-dependency-notification-options.md
+++ b/translations/ko-KR/data/reusables/notifications/vulnerable-dependency-notification-options.md
@@ -1,10 +1,10 @@
{% if currentVersion == "free-pro-team@latest" %}
-By default, you will receive
+By default, you will receive notification of new
{% data variables.product.prodname_dependabot_alerts %}:
-- by email, an email is sent every time a vulnerability is found (**Email each time a vulnerability is found** option)
-- in the user interface, as warnings in your repository's file and code views (**UI alerts** option)
-- on the command line, as warnings that are displayed as callbacks when you push to repositories with vulnerabilities (**Command Line** option)
-- in your inbox, as web notifications (**Web** option)
+- by email, an email is sent every time a vulnerability with a critical or high severity is found (**Email each time a vulnerability is found** option)
+- in the user interface, a warning is shown in your repository's file and code views if there are any vulnerable dependencies (**UI alerts** option)
+- on the command line, warnings are displayed as callbacks when you push to repositories with any vulnerable dependencies (**Command Line** option)
+- in your inbox, as web notifications for new vulnerabilities with a critical or high severity (**Web** option)
You can customize the way you are notified about
{% data variables.product.prodname_dependabot_alerts %}. For example, you can receive a weekly digest email summarizing alerts for up to 10 of your repositories using the **Email a digest summary of vulnerabilities** and **Weekly security email digest** options.
@@ -13,10 +13,10 @@ You can customize the way you are notified about
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21" %}
By default, if your site administrator has configured email for notifications on your instance, you will receive
{% data variables.product.prodname_dependabot_alerts %}:
-- by email, an email is sent every time a vulnerability is found (**Email each time a vulnerability is found** option)
-- in the user interface, as warnings in your repository's file and code views (**UI alerts** option)
-- on the command line, as warnings that are displayed as callbacks when you push to repositories with vulnerabilities (**Command Line** option)
-- in your inbox, as web notifications (**Web** option)
+- by email, an email is sent every time a vulnerability {% if currentVersion ver_gt "enterprise-server@2.23" %}with a critical or high severity {% endif %}is found (**Email each time a vulnerability is found** option)
+- in the user interface, a warning is shown in your repository's file and code views if there are any vulnerable dependencies (**UI alerts** option)
+- on the command line, warnings are displayed as callbacks when you push to repositories with any vulnerable dependencies (**Command Line** option)
+- in your inbox, as web notifications {% if currentVersion ver_gt "enterprise-server@2.23" %}for new vulnerabilities with a critical or high severity {% endif %}(**Web** option)
You can customize the way you are notified about
{% data variables.product.prodname_dependabot_alerts %}. For example, you can receive a weekly digest email summarizing alerts for up to 10 of your repositories using the **Email a digest summary of vulnerabilities** and **Weekly security email digest** options.
diff --git a/translations/ko-KR/data/reusables/organizations/organizations_include.md b/translations/ko-KR/data/reusables/organizations/organizations_include.md
index d6d7518444..da902c12ed 100644
--- a/translations/ko-KR/data/reusables/organizations/organizations_include.md
+++ b/translations/ko-KR/data/reusables/organizations/organizations_include.md
@@ -3,6 +3,6 @@ Organizations include:
- The option to upgrade to {% data variables.product.prodname_team %} or {% data variables.product.prodname_ghe_cloud %} for additional features, including sophisticated user authentication and management, and escalated support options. {% data reusables.gated-features.more-info %}{% endif %}
- Unlimited membership with a variety of roles that grant [different levels of access to the organization and its data](/articles/permission-levels-for-an-organization)
- The ability to give members [a range of access permissions to your organization's repositories](/articles/repository-permission-levels-for-an-organization)
-- [Nested teams that reflect your company or group's structure](/articles/about-teams) with cascading access permissions and mentions
+- [Nested teams that reflect your company or group's structure](/articles/about-teams) with cascading access permissions and mentions{% if currentVersion != "github-ae@latest" %}
- The ability for organization owners to view members' [two-factor authentication (2FA) status](/articles/about-two-factor-authentication)
-- The option to [require all organization members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization)
+- The option to [require all organization members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization){% endif %}
diff --git a/translations/ko-KR/data/reusables/organizations/security.md b/translations/ko-KR/data/reusables/organizations/security.md
index d60b090956..56f56a59b4 100644
--- a/translations/ko-KR/data/reusables/organizations/security.md
+++ b/translations/ko-KR/data/reusables/organizations/security.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
1. In the left sidebar, click **Organization security**. 
{% else %}
1. In the left sidebar, click **Security**. 
diff --git a/translations/ko-KR/data/reusables/organizations/team_maintainers_can.md b/translations/ko-KR/data/reusables/organizations/team_maintainers_can.md
index 4359aafdc9..586a4657f5 100644
--- a/translations/ko-KR/data/reusables/organizations/team_maintainers_can.md
+++ b/translations/ko-KR/data/reusables/organizations/team_maintainers_can.md
@@ -10,6 +10,6 @@ Members with team maintainer permissions can:
- [Add organization members to the team](/articles/adding-organization-members-to-a-team)
- [Remove organization members from the team](/articles/removing-organization-members-from-a-team)
- [Promote an existing team member to team maintainer](/articles/giving-team-maintainer-permissions-to-an-organization-member)
-- Remove the team's access to repositories{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- Remove the team's access to repositories{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- [Manage code review assignment for the team](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team){% endif %}{% if currentVersion == "free-pro-team@latest" %}
- [Manage scheduled reminders for pull requests](/github/setting-up-and-managing-organizations-and-teams/managing-scheduled-reminders-for-pull-requests){% endif %}
diff --git a/translations/ko-KR/data/reusables/pages/build-failure-email-server.md b/translations/ko-KR/data/reusables/pages/build-failure-email-server.md
index bd6581b553..9899c8d657 100644
--- a/translations/ko-KR/data/reusables/pages/build-failure-email-server.md
+++ b/translations/ko-KR/data/reusables/pages/build-failure-email-server.md
@@ -1,7 +1,7 @@
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% tip %}
- You will only receive an email if outbound email support is enabled on {% data variables.product.product_location_enterprise %}. For more information, contact your site administrator.
+ You will only receive an email if outbound email support is enabled on {% data variables.product.product_location %}. For more information, contact your site administrator.
{% endtip %}
{% endif %}
diff --git a/translations/ko-KR/data/reusables/pages/decide-publishing-source.md b/translations/ko-KR/data/reusables/pages/decide-publishing-source.md
index 8e950fc86b..59211352bc 100644
--- a/translations/ko-KR/data/reusables/pages/decide-publishing-source.md
+++ b/translations/ko-KR/data/reusables/pages/decide-publishing-source.md
@@ -1 +1 @@
-1. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}Decide{% else %}If you're creating a project site, decide{% endif %} which publishing source you want to use. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're creating a user or organization site, you must store your site's source code on the `master` branch.{% endif %} For more information, see "[About {% data variables.product.prodname_pages %}](/articles/about-github-pages#publishing-sources-for-github-pages-sites)."
+1. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}Decide{% else %}If you're creating a project site, decide{% endif %} which publishing source you want to use. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're creating a user or organization site, you must store your site's source code on the `master` branch.{% endif %} For more information, see "[About {% data variables.product.prodname_pages %}](/articles/about-github-pages#publishing-sources-for-github-pages-sites)."
diff --git a/translations/ko-KR/data/reusables/pages/new-or-existing-repo.md b/translations/ko-KR/data/reusables/pages/new-or-existing-repo.md
index 75a6a04324..4fdcdaf871 100644
--- a/translations/ko-KR/data/reusables/pages/new-or-existing-repo.md
+++ b/translations/ko-KR/data/reusables/pages/new-or-existing-repo.md
@@ -1,3 +1,3 @@
-If your site is an independent project, you can create a new repository to store your site's source code. If your site is associated with an existing project, you can add the source code {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}to that project's repository, in a `/docs` folder on the default branch or on a different branch.{% else %}for your site to a `gh-pages` branch or a `docs` folder on the `master` branch in that project's repository.{% endif %} For example, if you're creating a site to publish documentation for a project that's already on {% data variables.product.product_name %}, you may want to store the source code for the site in the same repository as the project.
+If your site is an independent project, you can create a new repository to store your site's source code. If your site is associated with an existing project, you can add the source code {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}to that project's repository, in a `/docs` folder on the default branch or on a different branch.{% else %}for your site to a `gh-pages` branch or a `docs` folder on the `master` branch in that project's repository.{% endif %} For example, if you're creating a site to publish documentation for a project that's already on {% data variables.product.product_name %}, you may want to store the source code for the site in the same repository as the project.
If you want to create a site in an existing repository, skip to the "[Creating your site](#creating-your-site)" section.
diff --git a/translations/ko-KR/data/reusables/pages/private_pages_are_public_warning.md b/translations/ko-KR/data/reusables/pages/private_pages_are_public_warning.md
index eb8dfe837d..7620878dbc 100644
--- a/translations/ko-KR/data/reusables/pages/private_pages_are_public_warning.md
+++ b/translations/ko-KR/data/reusables/pages/private_pages_are_public_warning.md
@@ -1,5 +1,5 @@
{% warning %}
- **Warning**: {% if enterpriseServerVersions contains currentVersion %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %}. If you have sensitive data in your site's repository, you may want to remove it before publishing. For more information, see{% if enterpriseServerVersions contains currentVersion %} "[Configuring {% data variables.product.prodname_pages %} on your appliance](/enterprise/admin/installation/configuring-github-pages-on-your-appliance#making-github-pages-publicly-accessible)" and{% endif %} "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
+ **Warning**: {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %}. If you have sensitive data in your site's repository, you may want to remove it before publishing. For more information, see{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} "[Configuring {% data variables.product.prodname_pages %} for your enterprise](/admin/configuration/configuring-github-pages-for-your-enterprise#enabling-public-sites-for-github-pages)" and{% endif %} "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
{% endwarning %}
diff --git a/translations/ko-KR/data/reusables/pre-release-program/expiring-user-access-tokens-beta.md b/translations/ko-KR/data/reusables/pre-release-program/expiring-user-access-tokens-beta.md
index 1594eb596a..6bf0fb2ed4 100644
--- a/translations/ko-KR/data/reusables/pre-release-program/expiring-user-access-tokens-beta.md
+++ b/translations/ko-KR/data/reusables/pre-release-program/expiring-user-access-tokens-beta.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% note %}
**Note:** Expiring user tokens are currently part of the user-to-server token expiration beta and subject to change. To opt-in to the user-to-server token expiration beta feature, see "[Activating beta features for apps](/developers/apps/activating-beta-features-for-apps)." For more information, see "[Expiring user-to-server access tokens for GitHub Apps](https://developer.github.com/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps)."
diff --git a/translations/ko-KR/data/reusables/pre-release-program/suspend-installation-beta.md b/translations/ko-KR/data/reusables/pre-release-program/suspend-installation-beta.md
index ae02769092..e02fdea381 100644
--- a/translations/ko-KR/data/reusables/pre-release-program/suspend-installation-beta.md
+++ b/translations/ko-KR/data/reusables/pre-release-program/suspend-installation-beta.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
Suspending a
{% data variables.product.prodname_github_app %} installation is currently in beta and subject to change. Before you can suspend a {% data variables.product.prodname_github_app %}, the app owner must enable suspending installations for the app by opting-in to the beta. To opt-in to the suspending installations beta feature, see "[Activating beta features for apps](/developers/apps/activating-beta-features-for-apps)."
diff --git a/translations/ko-KR/data/reusables/pull_requests/close-issues-using-keywords.md b/translations/ko-KR/data/reusables/pull_requests/close-issues-using-keywords.md
index c1012380d9..041d949ef2 100644
--- a/translations/ko-KR/data/reusables/pull_requests/close-issues-using-keywords.md
+++ b/translations/ko-KR/data/reusables/pull_requests/close-issues-using-keywords.md
@@ -1 +1 @@
-You can link a pull request to an issue to{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} show that a fix is in progress and to{% endif %} automatically close the issue when someone merges the pull request. For more information, see "[Linking a pull request to an issue](/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue)."
+You can link a pull request to an issue to{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %} show that a fix is in progress and to{% endif %} automatically close the issue when someone merges the pull request. For more information, see "[Linking a pull request to an issue](/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue)."
diff --git a/translations/ko-KR/data/reusables/pull_requests/pull_request_merges_and_contributions.md b/translations/ko-KR/data/reusables/pull_requests/pull_request_merges_and_contributions.md
index 10c8bdf4b3..bab06a961b 100644
--- a/translations/ko-KR/data/reusables/pull_requests/pull_request_merges_and_contributions.md
+++ b/translations/ko-KR/data/reusables/pull_requests/pull_request_merges_and_contributions.md
@@ -1,6 +1,6 @@
{% note %}
-**Notes:**{% if enterpriseServerVersions contains currentVersion %}
+**Notes:**{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- To appear on your profile contributions graph, co-authored commits must meet the same criteria as commits with one author.{% endif %}
- When rebasing commits, the original authors of the commit and the person who rebased the commits, whether on the command line or on {% data variables.product.product_location %}, receive contribution credit.
diff --git a/translations/ko-KR/data/reusables/repositories/about-internal-repos.md b/translations/ko-KR/data/reusables/repositories/about-internal-repos.md
index cfa9b36198..61358584cd 100644
--- a/translations/ko-KR/data/reusables/repositories/about-internal-repos.md
+++ b/translations/ko-KR/data/reusables/repositories/about-internal-repos.md
@@ -1 +1 @@
-You can use internal repositories to practice "innersource" within your {% if currentVersion == "free-pro-team@latest" %}enterprise account{% else %}instance{% endif %}. Members of {% if currentVersion == "free-pro-team@latest" %}your enterprise account{% else %}any organization on your instance{% endif %} can collaborate using open source methodologies without sharing proprietary information publicly{% if enterpriseServerVersions contains currentVersion %}, even with private mode disabled{% endif %}.
+You can use internal repositories to practice "innersource" within your enterprise. Members of your enterprise can collaborate using open source methodologies without sharing proprietary information publicly{% if enterpriseServerVersions contains currentVersion %}, even with private mode disabled{% endif %}.
diff --git a/translations/ko-KR/data/reusables/repositories/copy-clone-url.md b/translations/ko-KR/data/reusables/repositories/copy-clone-url.md
index 6d0bfc9d9c..88b5c22e8f 100644
--- a/translations/ko-KR/data/reusables/repositories/copy-clone-url.md
+++ b/translations/ko-KR/data/reusables/repositories/copy-clone-url.md
@@ -8,8 +8,8 @@ To clone the repository using an SSH key, including a certificate issued by your
{% else %}
1. Above the list of files, click {% octicon "download" aria-label="The download icon" %} **Code**. 
1. To clone the repository using HTTPS, under "Clone with HTTPS", click
-{% octicon "clippy" aria-label="The clipboard icon" %}. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click **Use SSH**, then click {% octicon "clippy" aria-label="The clipboard icon" %}.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} To clone a repository using {% data variables.product.prodname_cli %}, click **Use {% data variables.product.prodname_cli %}**, then click {% octicon "clippy" aria-label="The clipboard icon" %}.{% endif %}
+{% octicon "clippy" aria-label="The clipboard icon" %}. To clone the repository using an SSH key, including a certificate issued by your organization's SSH certificate authority, click **Use SSH**, then click {% octicon "clippy" aria-label="The clipboard icon" %}.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %} To clone a repository using {% data variables.product.prodname_cli %}, click **Use {% data variables.product.prodname_cli %}**, then click {% octicon "clippy" aria-label="The clipboard icon" %}.{% endif %}

- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+ {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% endif %}
{% endif %}
diff --git a/translations/ko-KR/data/reusables/repositories/create-repo.md b/translations/ko-KR/data/reusables/repositories/create-repo.md
index 7dafb26fcf..59c1040772 100644
--- a/translations/ko-KR/data/reusables/repositories/create-repo.md
+++ b/translations/ko-KR/data/reusables/repositories/create-repo.md
@@ -1 +1 @@
-1. Click **Create repository**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} {% endif %}
+1. Click **Create repository**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} {% endif %}
diff --git a/translations/ko-KR/data/reusables/repositories/default-issue-templates.md b/translations/ko-KR/data/reusables/repositories/default-issue-templates.md
index 9d4e465b3f..1908fd5895 100644
--- a/translations/ko-KR/data/reusables/repositories/default-issue-templates.md
+++ b/translations/ko-KR/data/reusables/repositories/default-issue-templates.md
@@ -1,2 +1,2 @@
-You can create default issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and a default configuration file for issue templates{% endif %} for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and a default configuration file for issue templates{% endif %} for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or user account{% endif %}. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
diff --git a/translations/ko-KR/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md b/translations/ko-KR/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md
index 3e567182d1..979cf68329 100644
--- a/translations/ko-KR/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md
+++ b/translations/ko-KR/data/reusables/repositories/deleted_forks_from_private_repositories_warning.md
@@ -6,6 +6,6 @@
- When [LDAP Sync is enabled](/enterprise/admin/authentication/using-ldap#enabling-ldap-sync), if you remove a person from a repository, they will lose access but their forks will not be deleted. If the person is added to a team with access to the original organization repository within three months, their access to the forks will be automatically restored on the next sync.{% endif %}
- You are responsible for ensuring that people who have lost access to a repository delete any confidential information or intellectual property.
-- People with admin permissions to a private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository can disallow forking of that repository, and organization owners can disallow forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository in an organization. For more information, see "[Managing the forking policy for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)" and "[Managing the forking policy for your repository](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)."
+- People with admin permissions to a private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %} repository can disallow forking of that repository, and organization owners can disallow forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %} repository in an organization. For more information, see "[Managing the forking policy for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)" and "[Managing the forking policy for your repository](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)."
{% endwarning %}
diff --git a/translations/ko-KR/data/reusables/repositories/enable-security-alerts.md b/translations/ko-KR/data/reusables/repositories/enable-security-alerts.md
index d47e84d4f6..0a180f73ee 100644
--- a/translations/ko-KR/data/reusables/repositories/enable-security-alerts.md
+++ b/translations/ko-KR/data/reusables/repositories/enable-security-alerts.md
@@ -1,4 +1,4 @@
{% if enterpriseServerVersions contains currentVersion %}
Your site administrator must enable
-{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies for {% data variables.product.product_location_enterprise %} before you can use this feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."
+{% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies for {% data variables.product.product_location %} before you can use this feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."
{% endif %}
diff --git a/translations/ko-KR/data/reusables/repositories/security-alert-delivery-options.md b/translations/ko-KR/data/reusables/repositories/security-alert-delivery-options.md
index 6db74f6988..4dfb6f6494 100644
--- a/translations/ko-KR/data/reusables/repositories/security-alert-delivery-options.md
+++ b/translations/ko-KR/data/reusables/repositories/security-alert-delivery-options.md
@@ -1 +1,4 @@
-If your repository has a supported dependency manifest{% if currentVersion == "free-pro-team@latest" %} (and if you've set up the dependency graph if it's a private repository){% endif %}, whenever {% data variables.product.product_name %} detects a vulnerable dependency in your repository, you will receive a weekly digest email. You can also configure your security alerts as web notifications, individual email notifications, daily email digests, or alerts in the {% data variables.product.product_name %} interface. For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)."
+{% if currentVersion != "github-ae@latest" %}
+If your repository has a supported dependency manifest
+{% if currentVersion == "free-pro-team@latest" %} (and if you've set up the dependency graph if it's a private repository){% endif %}, whenever {% data variables.product.product_name %} detects a vulnerable dependency in your repository, you will receive a weekly digest email. You can also configure your security alerts as web notifications, individual email notifications, daily email digests, or alerts in the {% data variables.product.product_name %} interface. For more information, see "[About alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)."
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md b/translations/ko-KR/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md
index 966f92ecab..b74d5905b1 100644
--- a/translations/ko-KR/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md
+++ b/translations/ko-KR/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md
@@ -1 +1 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If there is a protected branch rule in your repository that requires a linear commit history, you must allow squash merging, rebase merging, or both. For more information, see "[Requiring a linear commit history](/github/administering-a-repository/requiring-a-linear-commit-history)."{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}If there is a protected branch rule in your repository that requires a linear commit history, you must allow squash merging, rebase merging, or both. For more information, see "[Requiring a linear commit history](/github/administering-a-repository/requiring-a-linear-commit-history)."{% endif %}
diff --git a/translations/ko-KR/data/reusables/repositories/start-line-comment.md b/translations/ko-KR/data/reusables/repositories/start-line-comment.md
index 5f3857d8b4..fdc8d1a537 100644
--- a/translations/ko-KR/data/reusables/repositories/start-line-comment.md
+++ b/translations/ko-KR/data/reusables/repositories/start-line-comment.md
@@ -1 +1 @@
-1. Hover over the line of code where you'd like to add a comment, and click the blue comment icon.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} To add a comment on multiple lines, click and drag to select the range of lines, then click the blue comment icon.{% endif %} 
+1. Hover over the line of code where you'd like to add a comment, and click the blue comment icon.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} To add a comment on multiple lines, click and drag to select the range of lines, then click the blue comment icon.{% endif %} 
diff --git a/translations/ko-KR/data/reusables/repositories/suggest-changes.md b/translations/ko-KR/data/reusables/repositories/suggest-changes.md
index f99da48b35..5c353ab865 100644
--- a/translations/ko-KR/data/reusables/repositories/suggest-changes.md
+++ b/translations/ko-KR/data/reusables/repositories/suggest-changes.md
@@ -1 +1 @@
-1. Optionally, to suggest a specific change to the line{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} or lines{% endif %}, click {% octicon "diff" aria-label="The diff symbol" %}, then edit the text within the suggestion block. 
+1. Optionally, to suggest a specific change to the line{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %} or lines{% endif %}, click {% octicon "diff" aria-label="The diff symbol" %}, then edit the text within the suggestion block. 
diff --git a/translations/ko-KR/data/reusables/saml/ae-enable-saml-sso-during-bootstrapping.md b/translations/ko-KR/data/reusables/saml/ae-enable-saml-sso-during-bootstrapping.md
new file mode 100644
index 0000000000..e60bce6013
--- /dev/null
+++ b/translations/ko-KR/data/reusables/saml/ae-enable-saml-sso-during-bootstrapping.md
@@ -0,0 +1 @@
+You'll configure identity and access management for {% data variables.product.product_name %} by entering the details for your SAML IdP during initialization. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae#connecting-your-idp-to-your-enterprise)."
diff --git a/translations/ko-KR/data/reusables/saml/ae-uses-saml-sso.md b/translations/ko-KR/data/reusables/saml/ae-uses-saml-sso.md
new file mode 100644
index 0000000000..08c138d1ba
--- /dev/null
+++ b/translations/ko-KR/data/reusables/saml/ae-uses-saml-sso.md
@@ -0,0 +1 @@
+{% data variables.product.product_name %} uses SAML SSO for user authentication. You can centrally manage access to {% data variables.product.prodname_ghe_managed %} from an IdP that supports the SAML 2.0 standard.
diff --git a/translations/ko-KR/data/reusables/saml/assert-the-administrator-attribute.md b/translations/ko-KR/data/reusables/saml/assert-the-administrator-attribute.md
new file mode 100644
index 0000000000..ff9e3bc75d
--- /dev/null
+++ b/translations/ko-KR/data/reusables/saml/assert-the-administrator-attribute.md
@@ -0,0 +1 @@
+To make a person an enterprise owner, you must delegate ownership permission in your IdP. Include the `administrator` attribute in the SAML assertion for the user account on the IdP, with the value of `true`. For more information about enterprise owners, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise)."
diff --git a/translations/ko-KR/data/reusables/saml/contact-support-if-your-idp-is-unavailable.md b/translations/ko-KR/data/reusables/saml/contact-support-if-your-idp-is-unavailable.md
new file mode 100644
index 0000000000..cadca78570
--- /dev/null
+++ b/translations/ko-KR/data/reusables/saml/contact-support-if-your-idp-is-unavailable.md
@@ -0,0 +1 @@
+If you can't sign into your enterprise because {% data variables.product.product_name %} can't communicate with your SAML IdP, you can contact {% data variables.contact.github_support %}, who can help you access {% data variables.product.product_name %} to update the SAML SSO configuration. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
diff --git a/translations/ko-KR/data/reusables/saml/create-a-machine-user.md b/translations/ko-KR/data/reusables/saml/create-a-machine-user.md
new file mode 100644
index 0000000000..0f0bdbf11d
--- /dev/null
+++ b/translations/ko-KR/data/reusables/saml/create-a-machine-user.md
@@ -0,0 +1 @@
+Create and use a dedicated machine user account on your IdP to associate with the first enterprise owner account on {% data variables.product.product_name %}. Store the credentials for the user account securely in a password manager.
diff --git a/translations/ko-KR/data/reusables/saml/you-must-periodically-authenticate.md b/translations/ko-KR/data/reusables/saml/you-must-periodically-authenticate.md
new file mode 100644
index 0000000000..f1a2af7d12
--- /dev/null
+++ b/translations/ko-KR/data/reusables/saml/you-must-periodically-authenticate.md
@@ -0,0 +1 @@
+You must periodically authenticate with your SAML IdP to authenticate and gain access to {% if currentVersion == "free-pro-team@latest" %}the organization's resources on {% data variables.product.prodname_dotcom_the_website %}{% elsif currentVersion == "github-ae@latest" %}{% data variables.product.product_location %}{% endif %}. The duration of this login period is specified by your IdP and is generally 24 hours. This periodic login requirement limits the length of access and requires you to re-identify yourself to continue. {% if currentVersion == "free-pro-team@latest" %}You can view and manage your active SAML sessions in your security settings. For more information, see "[Viewing and managing your active SAML sessions](/articles/viewing-and-managing-your-active-saml-sessions)."{% endif %}
diff --git a/translations/ko-KR/data/reusables/scim/after-you-configure-saml.md b/translations/ko-KR/data/reusables/scim/after-you-configure-saml.md
new file mode 100644
index 0000000000..85246f3cf0
--- /dev/null
+++ b/translations/ko-KR/data/reusables/scim/after-you-configure-saml.md
@@ -0,0 +1 @@
+By default, your IdP does not communicate with {% data variables.product.product_name %} automatically when you assign or unassign the application. {% data variables.product.product_name %} {% if currentVersion == "free-pro-team@latest" %}provisions access to your resources on {% else %}creates a user account {% endif %}using SAML Just-in-Time (JIT) provisioning the first time someone navigates to {% if currentVersion == "free-pro-team@latest" %}your resources on {% endif %} {% data variables.product.product_name %} and signs in by authenticating through your IdP. You may need to manually notify users when you grant access to {% data variables.product.product_name %}, and you must manually {% if currentVersion == "free-pro-team@latest" %}deprovision access {% else %}deactivate the user account on {% endif %}{% data variables.product.product_name %} during offboarding. You can use SCIM to provision and deprovision {% if currentVersion == "free-pro-team@latest" %}access to organizations owned by your enterprise on {% data variables.product.prodname_dotcom_the_website %} {% else %}user accounts and access for {% data variables.product.product_name %} {% endif %}automatically when you assign or unassign the application on your IdP.
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/scim/supported-idps.md b/translations/ko-KR/data/reusables/scim/supported-idps.md
new file mode 100644
index 0000000000..84aea5e724
--- /dev/null
+++ b/translations/ko-KR/data/reusables/scim/supported-idps.md
@@ -0,0 +1,5 @@
+The following IdPs can provision or deprovision user accounts on {% data variables.product.product_location %} using SCIM.
+
+{% if currentVersion == "github-ae@latest" %}
+- Azure AD
+{% endif %}
diff --git a/translations/ko-KR/data/reusables/search/syntax_tips.md b/translations/ko-KR/data/reusables/search/syntax_tips.md
index d757af82e4..9470b7f01a 100644
--- a/translations/ko-KR/data/reusables/search/syntax_tips.md
+++ b/translations/ko-KR/data/reusables/search/syntax_tips.md
@@ -1,7 +1,7 @@
{% tip %}
-**Tips:**{% if enterpriseServerVersions contains currentVersion %}
- - This article contains example searches on the {% data variables.product.prodname_dotcom %}.com website, but you can use the same search filters on {% data variables.product.product_location_enterprise %}.{% endif %}
+**Tips:**{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+ - This article contains example searches on the {% data variables.product.prodname_dotcom %}.com website, but you can use the same search filters on {% data variables.product.product_location %}.{% endif %}
- For a list of search syntaxes that you can add to any search qualifier to further improve your results, see "[Understanding the search syntax](/articles/understanding-the-search-syntax)".
- Use quotations around multi-word search terms. For example, if you want to search for issues with the label "In progress," you'd search for `label:"in progress"`. Search is not case sensitive.
diff --git a/translations/ko-KR/data/reusables/support/enterprise-resolving-and-closing-tickets.md b/translations/ko-KR/data/reusables/support/enterprise-resolving-and-closing-tickets.md
index 0b92dd7615..8e7b74cc3c 100644
--- a/translations/ko-KR/data/reusables/support/enterprise-resolving-and-closing-tickets.md
+++ b/translations/ko-KR/data/reusables/support/enterprise-resolving-and-closing-tickets.md
@@ -1,5 +1,5 @@
-{% data variables.contact.enterprise_support %} may consider a ticket solved after providing an explanation, recommendation, usage instructions, workaround instructions, or by advising you of an available release that addresses the issue.
+{% data variables.contact.enterprise_support %} may consider a ticket solved after providing an explanation, recommendation, usage instructions, {% if currentVersion == "github-ae@latest" %}or {% endif %} workaround instructions{% if enterpriseServerVersions contains currentVersion %}, or by advising you of an available release that addresses the issue{% endif %}.
If you use a custom or unsupported plug-in, module, or custom code, {% data variables.contact.enterprise_support %} may ask you to remove the unsupported plug-in, module, or code while attempting to resolve the issue. If the problem is fixed when the unsupported plug-in, module, or custom code is removed, {% data variables.contact.enterprise_support %} may consider the ticket solved.
-{% data variables.contact.enterprise_support %} may close tickets if they're outside the scope of support or if multiple attempts to contact you have gone unanswered. If {% data variables.contact.enterprise_support %} closes a ticket due to lack of response, you can request that {% data variables.contact.enterprise_support %} reopen the ticket.
+{% data variables.contact.enterprise_support %} may close a ticket if the ticket is outside the scope of support or if multiple attempts to contact you have gone unanswered. If {% data variables.contact.enterprise_support %} closes a ticket due to lack of response, you can request that {% data variables.contact.enterprise_support %} reopen the ticket.
diff --git a/translations/ko-KR/data/reusables/support/ghae-priorities.md b/translations/ko-KR/data/reusables/support/ghae-priorities.md
new file mode 100644
index 0000000000..5800af4b20
--- /dev/null
+++ b/translations/ko-KR/data/reusables/support/ghae-priorities.md
@@ -0,0 +1,6 @@
+| Priority | 설명 | 예시 |
+|:---------------------------------------------------------------------:| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| {% data variables.product.support_ticket_priority_urgent %} - Sev A | {% data variables.product.product_name %} is inaccessible or failing entirely, and the failure directly impacts the operation of your business.
_After you file a support ticket, reach out to {% data variables.contact.github_support %} via phone._ | - Errors or outages that affect core Git or web application functionality for all users
- Severe network or performance degradation for majority of users
- Full or rapidly filling storage
- Known security incidents or a breach of access
|
+| {% data variables.product.support_ticket_priority_high %} - Sev B | {% data variables.product.product_name %} is failing in a production environment, with limited impact to your business processes, or only affecting certain customers. | - Performance degradation that reduces productivity for many users
- Reduced redundancy concerns from failures or service degradation
- Production-impacting bugs or errors
- {% data variables.product.product_name %} configuraton security concerns
|
+| {% data variables.product.support_ticket_priority_normal %} - Sev C | {% data variables.product.product_name %} is experiencing limited or moderate issues and errors with {% data variables.product.product_name %}, or you have general concerns or questions about the operation of {% data variables.product.product_name %}. | - Problems in a test or staging environment
- Advice on using {% data variables.product.prodname_dotcom %} APIs and features, or questions about integrating business workflows
- Issues with user tools and data collection methods
- 업그레이드
- Bug reports, general security questions, or other feature related questions
|
+| {% data variables.product.support_ticket_priority_low %} - Sev D | {% data variables.product.product_name %} is functioning as expected, however, you have a question or suggestion about {% data variables.product.product_name %} that is not time-sensitive, or does not otherwise block the productivity of your team. | - Feature requests and product feedback
- General questions on overall configuration or use of {% data variables.product.product_name %}
- Notifying {% data variables.contact.github_support %} of any planned changes
|
diff --git a/translations/ko-KR/data/reusables/support/government-response-times-may-vary.md b/translations/ko-KR/data/reusables/support/government-response-times-may-vary.md
new file mode 100644
index 0000000000..a171b413d8
--- /dev/null
+++ b/translations/ko-KR/data/reusables/support/government-response-times-may-vary.md
@@ -0,0 +1,7 @@
+{% if currentVersion == "github-ae@latest" %}
+{% note %}
+
+**Note:** Response times and hours of operation may differ for {% data variables.product.prodname_ghe_managed %} for Government. Your Technical Support Account Manager (TSAM) will confirm during your onboarding.
+
+{% endnote %}
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/support/help_resources.md b/translations/ko-KR/data/reusables/support/help_resources.md
index 6e226b167b..b947358c27 100644
--- a/translations/ko-KR/data/reusables/support/help_resources.md
+++ b/translations/ko-KR/data/reusables/support/help_resources.md
@@ -1,4 +1,4 @@
-For questions, bug reports, and discussions about {% data variables.product.prodname_github_app %}s, {% data variables.product.prodname_oauth_app %}s, and API development, explore the {% data variables.product.prodname_support_forum_with_url %}. The forum is moderated and maintained by {% data variables.product.product_name %} staff, but questions posted to the forum are not guaranteed to receive a reply from {% data variables.product.product_name %} staff.
+For questions, bug reports, and discussions about {% data variables.product.prodname_github_app %}s, {% data variables.product.prodname_oauth_app %}s, and API development, explore the {% data variables.product.prodname_support_forum_with_url %}. The forum is moderated and maintained by {% data variables.product.company_short %} staff, but questions posted to the forum are not guaranteed to receive a reply from {% data variables.product.company_short %} staff.
Consider reaching out to [GitHub Support](https://github.com/contact) directly using the contact form for:
- guaranteed response from {% data variables.product.product_name %} staff
diff --git a/translations/ko-KR/data/reusables/support/premium-resolving-and-closing-tickets.md b/translations/ko-KR/data/reusables/support/premium-resolving-and-closing-tickets.md
index fd2b6dab19..01055b4e78 100644
--- a/translations/ko-KR/data/reusables/support/premium-resolving-and-closing-tickets.md
+++ b/translations/ko-KR/data/reusables/support/premium-resolving-and-closing-tickets.md
@@ -2,4 +2,4 @@
If you use a custom or unsupported plug-in, module, or custom code, {% data variables.contact.premium_support %} may ask you to remove the unsupported plug-in, module, or code while attempting to resolve the issue. If the problem is fixed when the unsupported plug-in, module, or custom code is removed, {% data variables.contact.premium_support %} may consider the ticket solved.
-{% data variables.contact.premium_support %} may close tickets if they're outside the scope of support or if multiple attempts to contact you have gone unanswered. If {% data variables.contact.premium_support %} closes a ticket due to lack of response, you can request that {% data variables.contact.premium_support %} reopen the ticket.
+{% data variables.contact.premium_support %} may close a ticket if the ticket is outside the scope of support or if multiple attempts to contact you have gone unanswered. If {% data variables.contact.premium_support %} closes a ticket due to lack of response, you can request that {% data variables.contact.premium_support %} reopen the ticket.
diff --git a/translations/ko-KR/data/reusables/support/scope-of-support.md b/translations/ko-KR/data/reusables/support/scope-of-support.md
index 552a041f9d..03157892bf 100644
--- a/translations/ko-KR/data/reusables/support/scope-of-support.md
+++ b/translations/ko-KR/data/reusables/support/scope-of-support.md
@@ -1,7 +1,7 @@
### Scope of support
-If your support request is outside of the scope of what our team can help you with, we may recommend next steps to resolve your issue outside of {% data variables.contact.github_support %}. Your support request is possibly out of {% data variables.contact.github_support %}'s scope if it's primarily about:
+If your support request is outside of the scope of what our team can help you with, we may recommend next steps to resolve your issue outside of {% data variables.contact.github_support %}. Your support request is possibly out of {% data variables.contact.github_support %}'s scope if the request is primarily about:
- Third party integrations
- Hardware setup
- CI/CD, such as Jenkins
diff --git a/translations/ko-KR/data/reusables/user_settings/add_and_verify_email.md b/translations/ko-KR/data/reusables/user_settings/add_and_verify_email.md
index 275ca27a34..7f3250a52a 100644
--- a/translations/ko-KR/data/reusables/user_settings/add_and_verify_email.md
+++ b/translations/ko-KR/data/reusables/user_settings/add_and_verify_email.md
@@ -1,2 +1,4 @@
+{% if currentVersion != "github-ae@latest" %}
1. In "Add email address", type your email address and click **Add**. {% if currentVersion == "free-pro-team@latest" %}
2. [Verify your email address](/articles/verifying-your-email-address).{% endif %}
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/user_settings/link_email_with_your_account.md b/translations/ko-KR/data/reusables/user_settings/link_email_with_your_account.md
index 76c606dd7c..a1fa5e4664 100644
--- a/translations/ko-KR/data/reusables/user_settings/link_email_with_your_account.md
+++ b/translations/ko-KR/data/reusables/user_settings/link_email_with_your_account.md
@@ -1 +1,4 @@
-Add the email address to your {% data variables.product.product_name %} account by [setting your commit email address](/articles/setting-your-commit-email-address), so that your commits are attributed to you and appear in your contributions graph.
+{% if currentVersion != "github-ae@latest" %}
+Add the email address to your account on
+{% data variables.product.product_name %}, so that your commits are attributed to you and appear in your contributions graph. For more information, see "[Adding an email address to your {% data variables.product.prodname_dotcom %} account](/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account)."
+{% endif %}
\ No newline at end of file
diff --git a/translations/ko-KR/data/reusables/user_settings/password-authentication-deprecation.md b/translations/ko-KR/data/reusables/user_settings/password-authentication-deprecation.md
index ade0a4e28d..bd247793ce 100644
--- a/translations/ko-KR/data/reusables/user_settings/password-authentication-deprecation.md
+++ b/translations/ko-KR/data/reusables/user_settings/password-authentication-deprecation.md
@@ -1 +1 @@
-Password-based authentication for Git is deprecated, and we recommend using a personal access token (PAT) when prompted for a password instead, which is more secure. Treat your token just like a password. For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
+When Git prompts you for your password, enter your personal access token (PAT) instead.{% if currentVersion != "github-ae@latest" %} Password-based authentication for Git is deprecated, and using a PAT is more secure.{% endif %} For more information, see "[Creating a personal access token](/github/authenticating-to-github/creating-a-personal-access-token)."
diff --git a/translations/ko-KR/data/reusables/user_settings/security.md b/translations/ko-KR/data/reusables/user_settings/security.md
index 8cbb3b36dc..182a5688e8 100644
--- a/translations/ko-KR/data/reusables/user_settings/security.md
+++ b/translations/ko-KR/data/reusables/user_settings/security.md
@@ -1,4 +1,4 @@
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}1. In the left sidebar, click **Account security**.
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}1. In the left sidebar, click **Account security**.

{% else %}1. In the left sidebar, click **Security**.
{% endif %}
diff --git a/translations/ko-KR/data/reusables/webhooks/check_run_properties.md b/translations/ko-KR/data/reusables/webhooks/check_run_properties.md
index e9769631cc..2d6c8d09ee 100644
--- a/translations/ko-KR/data/reusables/webhooks/check_run_properties.md
+++ b/translations/ko-KR/data/reusables/webhooks/check_run_properties.md
@@ -1,10 +1,11 @@
-| 키 | 유형 | 설명 |
-| ------------------------------ | --------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `동작` | `문자열` | The action performed. Can be one of: - `created` - A new check run was created.
- `completed` - The `status` of the check run is `completed`.
- `rerequested` - Someone requested to re-run your check run from the pull request UI. See "[About status checks](/articles/about-status-checks#checks)" for more details about the GitHub UI. When you receive a `rerequested` action, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run). Only the {% data variables.product.prodname_github_app %} that someone requests to re-run the check will receive the `rerequested` payload.
- `requested_action` - Someone requested an action your app provides to be taken. Only the {% data variables.product.prodname_github_app %} someone requests to perform an action will receive the `requested_action` payload. To learn more about check runs and requested actions, see "[Check runs and requested actions](/v3/checks/runs/#check-runs-and-requested-actions)."
|
-| `check_run` | `개체` | The [check_run](/v3/checks/runs/#get-a-check-run). |
-| `check_run[status]` | `문자열` | The current status of the check run. Can be `queued`, `in_progress`, or `completed`. |
-| `check_run[conclusion]` | `문자열` | The result of the completed check run. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`. |
-| `check_run[name]` | `문자열` | The name of the check run. |
-| `check_run[check_suite][id]` | `integer` | The id of the check suite that this check run is part of. |
-| `requested_action` | `개체` | The action requested by the user. |
-| `requested_action[identifier]` | `문자열` | The integrator reference of the action requested by the user. |
+| 키 | 유형 | 설명 |
+| --------------------------------------- | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `동작` | `문자열` | The action performed. Can be one of: - `created` - A new check run was created.
- `completed` - The `status` of the check run is `completed`.
- `rerequested` - Someone requested to re-run your check run from the pull request UI. See "[About status checks](/articles/about-status-checks#checks)" for more details about the GitHub UI. When you receive a `rerequested` action, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run). Only the {% data variables.product.prodname_github_app %} that someone requests to re-run the check will receive the `rerequested` payload.
- `requested_action` - Someone requested an action your app provides to be taken. Only the {% data variables.product.prodname_github_app %} someone requests to perform an action will receive the `requested_action` payload. To learn more about check runs and requested actions, see "[Check runs and requested actions](/v3/checks/runs/#check-runs-and-requested-actions)."
|
+| `check_run` | `개체` | The [check_run](/v3/checks/runs/#get-a-check-run). |
+| `check_run[status]` | `문자열` | The current status of the check run. Can be `queued`, `in_progress`, or `completed`. |
+| `check_run[conclusion]` | `문자열` | The result of the completed check run. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`. |
+| `check_run[name]` | `문자열` | The name of the check run. |
+| `check_run[check_suite][id]` | `integer` | The id of the check suite that this check run is part of. |
+| `check_run[check_suite][pull_requests]` | `array` | An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty. |
+| `requested_action` | `개체` | The action requested by the user. |
+| `requested_action[identifier]` | `문자열` | The integrator reference of the action requested by the user. |
diff --git a/translations/ko-KR/data/reusables/webhooks/check_suite_properties.md b/translations/ko-KR/data/reusables/webhooks/check_suite_properties.md
index 4d05630160..fcc666d069 100644
--- a/translations/ko-KR/data/reusables/webhooks/check_suite_properties.md
+++ b/translations/ko-KR/data/reusables/webhooks/check_suite_properties.md
@@ -1,10 +1,10 @@
-| 키 | 유형 | 설명 |
-| ---------------------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `동작` | `문자열` | The action performed. Can be:- `completed` - All check runs in a check suite have completed.
- `requested` - Occurs when new code is pushed to the app's repository. When you receive the `requested` action events, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run).
- `rerequested` - Occurs when someone requests to re-run the entire check suite from the pull request UI. When you receive the `rerequested` action events, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run). See "[About status checks](/articles/about-status-checks#checks)" for more details about the GitHub UI.
|
-| `check_suite` | `개체` | The [check_suite](/v3/checks/suites/). |
-| `check_suite[head_branch]` | `문자열` | The head branch name the changes are on. |
-| `check_suite[head_sha]` | `문자열` | The SHA of the most recent commit for this check suite. |
-| `check_suite[status]` | `문자열` | The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`. |
-| `check_suite[conclusion]` | `문자열` | The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`. |
-| `check_suite[url]` | `문자열` | URL that points to the check suite API resource. |
-| `check_suite[pull_requests]` | `array` | An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty. |
+| 키 | 유형 | 설명 |
+| ---------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `동작` | `문자열` | The action performed. Can be:- `completed` - All check runs in a check suite have completed.
- `requested` - Occurs when new code is pushed to the app's repository. When you receive the `requested` action events, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run).
- `rerequested` - Occurs when someone requests to re-run the entire check suite from the pull request UI. When you receive the `rerequested` action events, you'll need to [create a new check run](/v3/checks/runs/#create-a-check-run). See "[About status checks](/articles/about-status-checks#checks)" for more details about the GitHub UI.
|
+| `check_suite` | `개체` | The [check_suite](/v3/checks/suites/). |
+| `check_suite[head_branch]` | `문자열` | The head branch name the changes are on. |
+| `check_suite[head_sha]` | `문자열` | The SHA of the most recent commit for this check suite. |
+| `check_suite[status]` | `문자열` | The summary status for all check runs that are part of the check suite. Can be `requested`, `in_progress`, or `completed`. |
+| `check_suite[conclusion]` | `문자열` | The summary conclusion for all check runs that are part of the check suite. Can be one of `success`, `failure`, `neutral`, `cancelled`, `timed_out`, {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}`action_required` or `stale`{% else %}or `action_required`{% endif %}. This value will be `null` until the check run has `completed`. |
+| `check_suite[url]` | `문자열` | URL that points to the check suite API resource. |
+| `check_suite[pull_requests]` | `array` | An array of pull requests that match this check suite. A pull request matches a check suite if they have the same `head_sha` and `head_branch`. When the check suite's `head_branch` is in a forked repository it will be `null` and the `pull_requests` array will be empty. |
diff --git a/translations/ko-KR/data/reusables/webhooks/installation_properties.md b/translations/ko-KR/data/reusables/webhooks/installation_properties.md
index 97b4d2685f..3fcb44fc5b 100644
--- a/translations/ko-KR/data/reusables/webhooks/installation_properties.md
+++ b/translations/ko-KR/data/reusables/webhooks/installation_properties.md
@@ -1,4 +1,4 @@
| 키 | 유형 | 설명 |
| -------------- | ------- | ---------------------------------------------------------------------- |
-| `동작` | `문자열` | The action that was performed. Can be one of:- `created` - Someone installs a {% data variables.product.prodname_github_app %}.
- `deleted` - Someone uninstalls a {% data variables.product.prodname_github_app %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}- `suspend` - Someone suspends a {% data variables.product.prodname_github_app %} installation.
- `unsuspend` - Someone unsuspends a {% data variables.product.prodname_github_app %} installation.
{% endif %}- `new_permissions_accepted` - Someone accepts new permissions for a {% data variables.product.prodname_github_app %} installation. When a {% data variables.product.prodname_github_app %} owner requests new permissions, the person who installed the {% data variables.product.prodname_github_app %} must accept the new permissions request.
|
+| `동작` | `문자열` | The action that was performed. Can be one of:- `created` - Someone installs a {% data variables.product.prodname_github_app %}.
- `deleted` - Someone uninstalls a {% data variables.product.prodname_github_app %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}- `suspend` - Someone suspends a {% data variables.product.prodname_github_app %} installation.
- `unsuspend` - Someone unsuspends a {% data variables.product.prodname_github_app %} installation.
{% endif %}- `new_permissions_accepted` - Someone accepts new permissions for a {% data variables.product.prodname_github_app %} installation. When a {% data variables.product.prodname_github_app %} owner requests new permissions, the person who installed the {% data variables.product.prodname_github_app %} must accept the new permissions request.
|
| `repositories` | `array` | An array of repository objects that the insatllation can access. |
diff --git a/translations/ko-KR/data/reusables/webhooks/secret.md b/translations/ko-KR/data/reusables/webhooks/secret.md
index d4d128984a..a92e5fca87 100644
--- a/translations/ko-KR/data/reusables/webhooks/secret.md
+++ b/translations/ko-KR/data/reusables/webhooks/secret.md
@@ -1 +1 @@
-Setting a webhook secret allows you to ensure that `POST` requests sent to the payload URL are from {% data variables.product.product_name %}. When you set a secret, you'll receive the {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}`X-Hub-Signature` and `X-Hub-Signature-256` headers{% else if currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature` header{% else if currentVersion == "private-instances@latest" %}`X-Hub-Signature-256` header{% endif %} in the webhook `POST` request. For more information on how to use a secret with a signature header to secure your webhook payloads, see "[Securing your webhooks](/webhooks/securing/)."
+Setting a webhook secret allows you to ensure that `POST` requests sent to the payload URL are from {% data variables.product.product_name %}. When you set a secret, you'll receive the {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}`X-Hub-Signature` and `X-Hub-Signature-256` headers{% elsif currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature` header{% elsif currentVersion == "github-ae@latest" %}`X-Hub-Signature-256` header{% endif %} in the webhook `POST` request. For more information on how to use a secret with a signature header to secure your webhook payloads, see "[Securing your webhooks](/webhooks/securing/)."
diff --git a/translations/ko-KR/data/ui.yml b/translations/ko-KR/data/ui.yml
index ebceb6ed5e..128a395bf1 100644
--- a/translations/ko-KR/data/ui.yml
+++ b/translations/ko-KR/data/ui.yml
@@ -3,7 +3,7 @@ header:
github_docs: GitHub Docs
contact: 연락처
notices:
- ghe_release_candidate: GitHub Enterprise Server 2.22 is currently under limited release as a release candidate.
+ ghae_silent_launch: GitHub AE is currently under limited release. Please contact our Sales Team to find out more.
localization_complete: 문서에 대한 업데이트가 자주 게시되며, 이 페이지의 번역이 아직 진행 중일 수 있습니다. 최신 정보는영어 설명서를 방문하십시오. 이 페이지에서 번역에 문제가 있는 경우 알려주십시오.
localization_in_progress: 안녕하세요! 이 페이지는 현재 개발 중이거나 아직 번역 중입니다. 정확한 최신 정보를 확인하려면 영어 설명서를 방문하십시오.
product_in_progress: '👋 안녕하세요! 이 페이지는 현재 개발 중입니다. 정확한 최신 정보는 개발자 설명서를 방문하십시오.'
diff --git a/translations/ko-KR/data/variables/contact.yml b/translations/ko-KR/data/variables/contact.yml
index dda3137566..d230130d94 100644
--- a/translations/ko-KR/data/variables/contact.yml
+++ b/translations/ko-KR/data/variables/contact.yml
@@ -1,7 +1,7 @@
---
contact_ent_support: '[GitHub Enterprise Support](https://enterprise.githubsupport.com/hc/en-us) or [GitHub Premium Support](https://premium.githubsupport.com)'
contact_support: >-
- {% if currentVersion == "free-pro-team@latest" %}[GitHub Support](https://support.github.com/contact) or [GitHub Premium Support](https://premium.githubsupport.com){% else %}your GitHub Enterprise site administrator{% endif %}
+ {% if currentVersion == "free-pro-team@latest" %}[GitHub Support](https://support.github.com/contact) or [GitHub Premium Support](https://premium.githubsupport.com){% else %}your site administrator{% endif %}
report_abuse: >-
{% if currentVersion == "free-pro-team@latest" %}[Report abuse](https://github.com/contact/report-abuse){% endif %}
report_content: >-
@@ -21,6 +21,9 @@ premium_support: 'GitHub Premium Support'
#Enterprise Support portal
enterprise_portal: 'GitHub Enterprise Support portal'
contact_enterprise_portal: '[GitHub Enterprise Support portal](https://enterprise.githubsupport.com/hc/en-us)'
+#Azure support (GitHub AE) portal
+ae_azure_portal: 'Azure Support portal'
+contact_ae_portal: '[Azure Support portal](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade)'
#GitHub Support portal (for dotcom)
support_portal: 'GitHub Support portal'
contact_support_portal: '[GitHub Support portal](https://support.github.com/contact)'
diff --git a/translations/ko-KR/data/variables/product.yml b/translations/ko-KR/data/variables/product.yml
index dc314aa800..6ceff481ea 100644
--- a/translations/ko-KR/data/variables/product.yml
+++ b/translations/ko-KR/data/variables/product.yml
@@ -6,7 +6,7 @@ company_short: 'GitHub'
#GitHub's flagship products
## Until we have versioning to support GitHub Enterprise Cloud content, avoid using this variable if the output should specifically be GitHub Enterprise Cloud or GitHub Enterprise Server
product_name: >-
- {% if currentVersion == "free-pro-team@latest" %}GitHub{% else %}GitHub Enterprise{% endif %}
+ {% if enterpriseServerVersions contains currentVersion %}GitHub Enterprise Server{% elsif currentVersion == "github-ae@latest" %}GitHub AE{% else %}GitHub{% endif %}
## Use this variable when the output should always be GitHub, regardless of the product the user is using
prodname_dotcom: 'GitHub'
## Use this variable when the output should always be GitHub Enterprise, regardless of the product the user is using
@@ -16,10 +16,13 @@ prodname_dotcom_the_website: 'GitHub.com'
## Use these variables when the output should reflect one of our two specific GitHub Enterprise offerings
prodname_ghe_server: 'GitHub Enterprise Server'
prodname_ghe_cloud: 'GitHub Enterprise Cloud'
+prodname_ghe_managed: 'GitHub AE'
prodname_ghe_one: 'GitHub One'
## Use these variables when referring specifically to a location within a product
product_location: >-
- {% if currentVersion == "free-pro-team@latest" %}GitHub{% else %}your GitHub Enterprise Server instance{% endif %}
+ {% if enterpriseServerVersions contains currentVersion %}your GitHub Enterprise Server instance{% elsif currentVersion == "github-ae@latest" %}your enterprise{% else %}GitHub{% endif %}
+#Used ONLY when you need to refer to a GHES instance in an article that is versioned for non-GHES versions.
+#Do not use in other situations!
product_location_enterprise: 'your GitHub Enterprise Server instance'
prodname_free_user: 'GitHub 무료'
prodname_pro: 'GitHub Pro'
@@ -56,9 +59,11 @@ prodname_github_app: 'GitHub 앱'
prodname_github_apps: 'GitHub Apps'
prodname_oauth_app: 'OAuth 앱'
#API and developer docs
-prodname_enterprise_api: 'the GitHub Enterprise Server API'
+prodname_enterprise_api: 'the {% if enterpriseServerVersions contains currentVersion %}GitHub Enterprise Server{% elsif currentVersion == "github-ae@latest" %}GitHub AE{% endif %} APIs'
prodname_support_forum_with_url: '[GitHub API Development and Support Forum](https://github.community/c/github-api-development-and-support/37)'
prodname_unfurls: 'Content Attachments'
+#Azure AD
+ae_azure_ad_app_link: 'the [GitHub AE application](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/aad.githubenterpriseserver)'
#GitHub Actions
## Use this variable only when referring to GitHub Actions the product. When referring to the thing that someone creates using the product, call it an action (small a). See the terminology page of the Brand Guide for more.
prodname_actions: 'GitHub Actions'
@@ -145,7 +150,7 @@ api_url_pre: >-
oauth_host_code: >-
{% if currentVersion == "free-pro-team@latest" %}https://github.com{% else %}http(s)://[hostname]{% endif %}
device_authorization_url: >-
- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}[`https://github.com/login/device`](https://github.com/login/device){% else %}`http(s)://[hostname]/login/device`{% endif %}
+ {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}[`https://github.com/login/device`](https://github.com/login/device){% else %}`http(s)://[hostname]/login/device`{% endif %}
#Use this all other code blocks
api_url_code: >-
{% if currentVersion == "free-pro-team@latest" %}https://api.github.com{% else %}http(s)://[hostname]/api/v3{% endif %}
diff --git a/translations/pt-BR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/pt-BR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md
index 8d59440c73..0bb625f174 100644
--- a/translations/pt-BR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md
+++ b/translations/pt-BR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md
@@ -113,7 +113,7 @@ api.github.com
*.actions.githubusercontent.com
```
-Se você usar uma lista de endereços IP permitida para a sua a sua organização ou conta corporativa do {% data variables.product.prodname_dotcom %}, você deverá adicionar o endereço IP do executor auto-hospedado à lista de permissões. Para obter mais informações consulte "[Gerenciar endereços IP permitidos para a sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)" ou "[Aplicar as configurações de segurança na sua conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#using-github-actions-with-an-ip-allow-list)".
+Se você usar uma lista de endereços IP permitida para a sua a sua organização ou conta corporativa do {% data variables.product.prodname_dotcom %}, você deverá adicionar o endereço IP do executor auto-hospedado à lista de permissões. Para obter mais informações consulte "[Gerenciar endereços IP permitidos para a sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization#using-github-actions-with-an-ip-allow-list)" ou "[Aplicar as configurações de segurança na sua conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#using-github-actions-with-an-ip-allow-list)".
{% else %}
diff --git a/translations/pt-BR/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/translations/pt-BR/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md
index 21ba4cd41a..a39ca068a8 100644
--- a/translations/pt-BR/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md
+++ b/translations/pt-BR/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md
@@ -50,17 +50,12 @@ Você pode adicionar executores auto-hospedados a uma empresa, onde podem ser at
{% if currentVersion == "free-pro-team@latest" %}
Para adicionar um executor auto-hospedado a uma conta corporativa, você deve ser proprietário da organização.
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
+{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
Para adicionar um executor auto-hospedado no nível de empresa de
{% data variables.product.product_location %}, você deve ser um administrador do site.
{% endif %}
-{% if currentVersion == "free-pro-team@latest" %}
{% data reusables.enterprise-accounts.access-enterprise %}
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% endif %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
1. Clique na aba **Executores auto-hospedados**.
diff --git a/translations/pt-BR/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/translations/pt-BR/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md
index fffc49dd6f..95e31e98e9 100644
--- a/translations/pt-BR/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md
+++ b/translations/pt-BR/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md
@@ -55,12 +55,7 @@ Os executores auto-hospedados são automaticamente atribuídos ao grupo-padrão
Ao criar um grupo, é necessário escolher uma política que conceda acesso a todas as organizações da empresa ou escolher organizações específicas.
-{% if currentVersion == "free-pro-team@latest" %}
{% data reusables.enterprise-accounts.access-enterprise %}
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% endif %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
1. Clique na aba **Executores auto-hospedados**.
diff --git a/translations/pt-BR/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/translations/pt-BR/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md
index 2443d482ce..37e5b66710 100644
--- a/translations/pt-BR/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md
+++ b/translations/pt-BR/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md
@@ -62,19 +62,15 @@ Para remover um executor auto-hospedado de uma organização, você deve ser um
{% if currentVersion == "free-pro-team@latest" %}
Para remover um executor auto-hospedado de uma conta corporativa, você deve ser um proprietário corporativo. Recomendamos que você também tenha acesso à máquina do executor auto-hospedado.
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
+{% elsif enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
Para remover um executor auto-hospedado no nível da empresa de
{% data variables.product.product_location %}, você deve ser um administrador do site. Recomendamos que você também tenha acesso à máquina do executor auto-hospedado.
{% endif %}
{% data reusables.github-actions.self-hosted-runner-reusing %}
-{% if currentVersion == "free-pro-team@latest" %}
+
{% data reusables.enterprise-accounts.access-enterprise %}
-{% else if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.21"%}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% endif %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.github-actions.self-hosted-runner-removing-a-runner %}
diff --git a/translations/pt-BR/content/actions/index.md b/translations/pt-BR/content/actions/index.md
index 9ee7f49fb9..727fb718a5 100644
--- a/translations/pt-BR/content/actions/index.md
+++ b/translations/pt-BR/content/actions/index.md
@@ -2,13 +2,16 @@
title: Documentação do GitHub Actions
shortTitle: GitHub Actions
intro: 'Automatize, personalize e execute seus fluxos de trabalho de desenvolvimento do software diretamente no seu repositório com o {% data variables.product.prodname_actions %}. Você pode descobrir, criar e compartilhar ações para realizar qualquer trabalho que desejar, incluindo CI/CD, bem como combinar ações em um fluxo de trabalho completamente personalizado.'
+introLinks:
+ quickstart: /actions/quickstart
+ learn: /actions/learn-github-actions
featuredLinks:
gettingStarted:
- - /actions/quickstart
- - /actions/learn-github-actions
- guide:
- /actions/managing-workflow-runs
- /actions/hosting-your-own-runners
+ guide:
+ - /actions/guides/setting-up-continuous-integration-using-workflow-templates
+ - /actions/guides/about-packaging-with-github-actions
popular:
- /actions/reference/workflow-syntax-for-github-actions
- /actions/reference/events-that-trigger-workflows
@@ -40,7 +43,7 @@ versions:
{% data ui.toc.guides %}
- {% for link in featuredLinks.gettingStarted %}
+ {% for link in featuredLinks.guide %}
- {% include featured-link %}
{% endfor %}
@@ -62,7 +65,7 @@ versions:
Gerenciar fluxos de trabalho
- {% for link in featuredLinks.guide %}
+ {% for link in featuredLinks.gettingStarted %}
- {% include featured-link %}
{% endfor %}
diff --git a/translations/pt-BR/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md b/translations/pt-BR/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
index 4829ced3ce..e8626f46a9 100644
--- a/translations/pt-BR/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
+++ b/translations/pt-BR/content/actions/learn-github-actions/sharing-workflows-with-your-organization.md
@@ -14,7 +14,7 @@ versions:
### Visão Geral
-Se você precisar compartilhar fluxos de trabalho e outros recursos de {% data variables.product.prodname_actions %} com a sua equipe, considere colaborar dentro de uma organização de {% data variables.product.prodname_dotcom %}. Uma organização permite que você armazene e gerencie centralmente segredos, artefatos e executores auto-hospedados. Você também pode criar modelos de fluxo de trabalho no repositório `.github` e compartilhá-los com outros usuários na sua organização.
+Se você precisar compartilhar fluxos de trabalho e outros recursos de {% data variables.product.prodname_actions %} com a sua equipe, considere colaborar dentro de uma organização de {% data variables.product.prodname_dotcom %}. An organization allows you to centrally store and manage secrets, artifacts, and self-hosted runners. Você também pode criar modelos de fluxo de trabalho no repositório `.github` e compartilhá-los com outros usuários na sua organização.
### Criar um modelo do fluxo de trabalho
diff --git a/translations/pt-BR/content/actions/reference/environment-variables.md b/translations/pt-BR/content/actions/reference/environment-variables.md
index 4e64e97ff3..ece38c87c3 100644
--- a/translations/pt-BR/content/actions/reference/environment-variables.md
+++ b/translations/pt-BR/content/actions/reference/environment-variables.md
@@ -39,7 +39,6 @@ Você também pode usar o {% if currentVersion == "free-pro-team@latest" or curr
| Variável de ambiente | Descrição |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `CI` | Definido sempre como `verdadeiro`. |
-| `HOME` | Caminho para o diretório inicial do {% data variables.product.prodname_dotcom %} usado para armazenar dados do usuário. Por exemplo, `/github/home`. |
| `GITHUB_WORKFLOW` | Nome do fluxo de trabalho. |
| `GITHUB_RUN_ID` | {% data reusables.github-actions.run_id_description %}
| `GITHUB_RUN_NUMBER` | {% data reusables.github-actions.run_number_description %}
diff --git a/translations/pt-BR/content/actions/reference/usage-limits-billing-and-administration.md b/translations/pt-BR/content/actions/reference/usage-limits-billing-and-administration.md
index 0f16ce7db8..3a754d50e9 100644
--- a/translations/pt-BR/content/actions/reference/usage-limits-billing-and-administration.md
+++ b/translations/pt-BR/content/actions/reference/usage-limits-billing-and-administration.md
@@ -67,7 +67,7 @@ Para obter mais informações, consulte:
- [Configurar o período de retenção para {% data variables.product.prodname_actions %} para artefatos e registros no seu repositório](/github/administering-a-repository/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-repository)
- [Configurar o período de retenção para {% data variables.product.prodname_actions %} para artefatos e registros na sua organização](/github/setting-up-and-managing-organizations-and-teams/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization)
-- [Configurar o período de retenção para {% data variables.product.prodname_actions %} para artefatos e registros na sua empresa](/github/setting-up-and-managing-your-enterprise-account/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account)
+- [Configurar o período de retenção para {% data variables.product.prodname_actions %} para artefatos e registros na sua empresa](/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account)
{% endif %}
### Desabilitar ou limitar {% data variables.product.prodname_actions %} para o seu repositório ou organização
@@ -77,7 +77,7 @@ Para obter mais informações, consulte:
Para obter mais informações, consulte:
- "[Desabilitar ou limitar {% data variables.product.prodname_actions %} para um repositório](/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository)"
- "[Desabilitar ou limitar {% data variables.product.prodname_actions %} para a sua organização](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)"{% if currentVersion == "free-pro-team@latest" %}
-- "[Aplicar as políticas de {% data variables.product.prodname_actions %} na sua conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account)" para {% data variables.product.prodname_ghe_cloud %}{% endif %}
+- "[Aplicar as políticas de {% data variables.product.prodname_actions %} na sua conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)" para {% data variables.product.prodname_ghe_cloud %}{% endif %}
### Desabilitar e habilitar fluxos de trabalho
diff --git a/translations/pt-BR/content/admin/authentication/about-identity-and-access-management-for-your-enterprise.md b/translations/pt-BR/content/admin/authentication/about-identity-and-access-management-for-your-enterprise.md
new file mode 100644
index 0000000000..66b09f5d74
--- /dev/null
+++ b/translations/pt-BR/content/admin/authentication/about-identity-and-access-management-for-your-enterprise.md
@@ -0,0 +1,27 @@
+---
+title: About identity and access management for your enterprise
+shortTitle: About identity and access management
+intro: 'You can use {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %}''s built-in authentication, or choose between CAS, LDAP, or SAML{% else %}SAML single sign-on (SSO) and System for Cross-domain Identity Management (SCIM){% endif %} to centrally manage access {% if currentVersion == "free-pro-team@latest" %}to organizations owned by your enterprise on {% data variables.product.prodname_dotcom_the_website %}{% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}to {% data variables.product.product_location %}{% endif %}.'
+product: '{% data reusables.gated-features.saml-sso %}'
+versions:
+ github-ae: '*'
+---
+
+### About identity and access management for your enterprise
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.saml.ae-uses-saml-sso %} {% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+After you configure the application for {% data variables.product.product_name %} on your IdP, you can grant access to {% data variables.product.product_location %} by assigning the application to users on your IdP. For more information about SAML SSO for {% data variables.product.product_name %}, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise)."
+
+{% data reusables.scim.after-you-configure-saml %} For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+To learn how to configure both authentication and user provisioning for {% data variables.product.product_location %} with your specific IdP, see "[Configuring authentication and provisioning with your identity provider](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider)."
+
+{% endif %}
+
+### Leia mais
+
+- [SAML Wiki](https://wiki.oasis-open.org/security) on the OASIS website
+- [System for Cross-domain Identity Management: Protocol (RFC 7644)](https://tools.ietf.org/html/rfc7644) on the IETF website
diff --git a/translations/pt-BR/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md b/translations/pt-BR/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md
index 12d339daea..d162bcbdf1 100644
--- a/translations/pt-BR/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md
+++ b/translations/pt-BR/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md
@@ -1,6 +1,6 @@
---
title: Autenticar usuários para a instância do GitHub Enterprise Server
-intro: 'Você pode usar a autenticação integrada do {% data variables.product.prodname_ghe_server %} ou escolher entre CAS, LDAP ou SAML para integrar suas contas e gerenciar centralmente o acesso dos usuários à {% data variables.product.product_location_enterprise %}.'
+intro: 'Você pode usar a autenticação integrada do {% data variables.product.prodname_ghe_server %} ou escolher entre CAS, LDAP ou SAML para integrar suas contas e gerenciar centralmente o acesso dos usuários à {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/categories/authentication/
- /enterprise/admin/guides/installation/user-authentication/
diff --git a/translations/pt-BR/content/admin/authentication/changing-authentication-methods.md b/translations/pt-BR/content/admin/authentication/changing-authentication-methods.md
index e6b3f4f515..4149fb466c 100644
--- a/translations/pt-BR/content/admin/authentication/changing-authentication-methods.md
+++ b/translations/pt-BR/content/admin/authentication/changing-authentication-methods.md
@@ -8,7 +8,7 @@ versions:
enterprise-server: '*'
---
-As contas de usuário no {% data variables.product.product_location_enterprise %} são preservadas quando você altera o método de autenticação, e os usuários continuarão fazendo login na mesma conta (desde que não haja alteração nos nomes de usuário).
+As contas de usuário no {% data variables.product.product_location %} são preservadas quando você altera o método de autenticação, e os usuários continuarão fazendo login na mesma conta (desde que não haja alteração nos nomes de usuário).
Se o novo método de autenticação alterar nomes de usuários, serão criadas novas contas. Como administrador, você pode renomear os usuários nas configurações de administração do site ou usando a [a API de administração do usuário](/enterprise/{{currentVersion}}/v3/enterprise-admin/users/#rename-an-existing-user).
@@ -30,4 +30,4 @@ Veja outras questões que você deve manter em mente:
* **Autenticação de dois fatores:** {% data reusables.enterprise_user_management.external_auth_disables_2fa %}
-* **Autenticação integrada para usuários de fora do provedor de identidade:** você pode convidar os usuários para se autenticarem na {% data variables.product.product_location_enterprise %} sem adicioná-los ao seu provedor de identidade. Para obter mais informações, consulte "[Permitir a autenticação integrada para usuários de fora do provedor de identidade](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-built-in-authentication-for-users-outside-your-identity-provider)".
+* **Autenticação integrada para usuários de fora do provedor de identidade:** você pode convidar os usuários para se autenticarem na {% data variables.product.product_location %} sem adicioná-los ao seu provedor de identidade. Para obter mais informações, consulte "[Permitir a autenticação integrada para usuários de fora do provedor de identidade](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-built-in-authentication-for-users-outside-your-identity-provider)".
diff --git a/translations/pt-BR/content/admin/authentication/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad.md b/translations/pt-BR/content/admin/authentication/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad.md
new file mode 100644
index 0000000000..f830493b30
--- /dev/null
+++ b/translations/pt-BR/content/admin/authentication/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad.md
@@ -0,0 +1,50 @@
+---
+title: Configuring authentication and provisioning for your enterprise using Azure AD
+shortTitle: Configuring with Azure AD
+intro: You can use a tenant in Azure Active Directory (Azure AD) as an identity provider (IdP) to centrally manage authentication and user provisioning for {% data variables.product.product_location %}.
+permissions: Enterprise owners can configure authentication and provisioning for an enterprise on {% data variables.product.product_name %}.
+product: '{% data reusables.gated-features.saml-sso %}'
+versions:
+ github-ae: '*'
+---
+
+### About authentication and user provisioning with Azure AD
+
+Azure Active Directory (Azure AD) is a service from Microsoft that allows you to centrally manage user accounts and access to web applications. For more information, see [What is Azure Active Directory?](https://docs.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-whatis) in the Microsoft Docs.
+
+To manage identity and access for {% data variables.product.product_name %}, you can use an Azure AD tenant as a SAML IdP for authentication. You can also configure Azure AD to automatically provision accounts and access with SCIM. This configuration allows you to assign or unassign the {% data variables.product.prodname_ghe_managed %} application for a user account in your Azure AD tenant to automatically create, grant access to, or deactivate a corresponding user account on {% data variables.product.product_name %}.
+
+For more information about managing identity and access for your enterprise on {% data variables.product.product_location %}, see "[Managing identity and access for your enterprise](/admin/authentication/managing-identity-and-access-for-your-enterprise)."
+
+### Pré-requisitos
+
+To configure authentication and user provisioning for {% data variables.product.product_name %} using Azure AD, you must have an Azure AD account and tenant. For more information, see the [Azure AD website](https://azure.microsoft.com/en-us/free/active-directory) and [Quickstart: Create an Azure Active Directory tenant](https://docs.microsoft.com/en-us/azure/active-directory/develop/quickstart-create-new-tenant) in the Microsoft Docs.
+
+{% data reusables.saml.assert-the-administrator-attribute %} For more information about including the `administrator` attribute in the SAML claim from Azure AD, see [How to: customize claims issued in the SAML token for enterprise applications](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-saml-claims-customization) in the Microsoft Docs.
+
+{% data reusables.saml.create-a-machine-user %}
+
+### Configuring authentication and user provisioning with Azure AD
+
+{% if currentVersion == "github-ae@latest" %}
+
+1. In Azure AD, add {% data variables.product.ae_azure_ad_app_link %} to your tenant and configure single sign-on.
+
+ | Value in Azure AD | Value from {% data variables.product.prodname_ghe_managed %}
+ |:---------------------- |:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+ | Identifier (Entity ID) | `https://YOUR-GITHUB-AE-HOSTNAME
+
+
+ Reply URL
+ https://YOUR-GITHUB-AE-HOSTNAME/saml/consume` |
+ | Sign on URL | https://YOUR-GITHUB-AE-HOSTNAME/sso |
+
+1. In {% data variables.product.prodname_ghe_managed %}, enter the details for your Azure AD tenant.
+
+ - {% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+ - If you've already configured SAML SSO for {% data variables.product.product_location %} using another IdP and you want to use Azure AD instead, you can edit your configuration. For more information, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise#editing-the-saml-sso-configuration)."
+
+1. Enable user provisioning in {% data variables.product.product_name %} and configure user provisioning in Azure AD. For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise#enabling-user-provisioning-for-your-enterprise)."
+
+{% endif %}
diff --git a/translations/pt-BR/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md b/translations/pt-BR/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md
new file mode 100644
index 0000000000..ef320ac2ce
--- /dev/null
+++ b/translations/pt-BR/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md
@@ -0,0 +1,8 @@
+---
+title: Configuring authentication and provisioning with your identity provider
+intro: You can use an identity provider (IdP) that supports both SAML single sign-on (SSO) and System for Cross-domain Identity Management (SCIM) to configure authentication and user provisioning for {% data variables.product.product_location %}.
+mapTopic: true
+versions:
+ github-ae: '*'
+---
+
diff --git a/translations/pt-BR/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md b/translations/pt-BR/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md
new file mode 100644
index 0000000000..eebe52d89f
--- /dev/null
+++ b/translations/pt-BR/content/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise.md
@@ -0,0 +1,98 @@
+---
+title: Configuring SAML single sign-on for your enterprise
+shortTitle: Configuring SAML SSO
+intro: You can configure SAML single sign-on (SSO) for your enterprise, which allows you to centrally control authentication for {% data variables.product.product_location %} using your identity provider (IdP).
+product: '{% data reusables.gated-features.saml-sso %}'
+permissions: Enterprise owners can configure SAML SSO for an enterprise on {% data variables.product.product_name %}.
+versions:
+ github-ae: '*'
+---
+
+### Sobre o SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+SAML SSO allows you to centrally control and secure access to {% data variables.product.product_location %} from your SAML IdP. When an unauthenticated user visits {% data variables.product.product_location %} in a browser, {% data variables.product.product_name %} will redirect the user to your SAML IdP to authenticate. After the user successfully authenticates with an account on the IdP, the IdP redirects the user back to {% data variables.product.product_location %}. {% data variables.product.product_name %} validates the response from your IdP, then grants access to the user.
+
+After a user successfully authenticates on your IdP, the user's SAML session for {% data variables.product.product_location %} is active in the browser for 24 hours. After 24 hours, the user must authenticate again with your IdP.
+
+{% data reusables.saml.assert-the-administrator-attribute %}
+
+{% data reusables.scim.after-you-configure-saml %} For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+{% endif %}
+
+### Supported identity providers
+
+{% data variables.product.product_name %} supports SAML SSO with IdPs that implement the SAML 2.0 standard. For more information, see the [SAML Wiki](https://wiki.oasis-open.org/security) on the OASIS website.
+
+{% data variables.product.company_short %} has tested SAML SSO for {% data variables.product.product_name %} with the following IdPs.
+
+{% if currentVersion == "github-ae@latest" %}
+- Azure AD
+{% endif %}
+
+### Enabling SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.saml.ae-enable-saml-sso-during-bootstrapping %}
+
+During initialization for {% data variables.product.product_name %}, you must configure {% data variables.product.product_name %} as a SAML Service Provider (SP) on your IdP. You must enter several unique values on your IdP to configure {% data variables.product.product_name %} as a valid SP.
+
+| Valor | Other names | Descrição | Exemplo |
+|:--------------------------------------- |:----------- |:-------------------------------------------------------------------------- |:------------------------- |
+| SP Entity ID | SP URL | Your top-level URL for {% data variables.product.prodname_ghe_managed %} | https://YOUR-GITHUB-AE-HOSTNAME |
+| SP Assertion Consumer Service (ACS) URL | Reply URL | URL where IdP sends SAML responses | https://YOUR-GITHUB-AE-HOSTNAME/saml/consume |
+| SP Single Sign-On (SSO) URL | | URL where IdP begins SSO | https://YOUR-GITHUB-AE-HOSTNAME/sso |
+
+{% endif %}
+
+### Editing the SAML SSO configuration
+
+If the details for your IdP change, you'll need to edit the SAML SSO configuration for {% data variables.product.product_location %}. For example, if the certificate for your IdP expires, you can edit the value for the public certificate.
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% note %}
+
+**Observação**: {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML single sign-on", type the new details for your IdP. 
+1. Optionally, click {% octicon "pencil" aria-label="The edit icon" %} to configure a new signature or digest method. 
+
+ - Use the drop-down menus and choose the new signature or digest method. 
+1. To ensure that the information you've entered is correct, click **Test SAML configuration**. 
+1. Clique em **Salvar**. 
+1. Optionally, to automatically provision and deprovision user accounts for {% data variables.product.product_location %}, reconfigure user provisioning with SCIM. For more information, see "[Configuring user provisioning for your enterprise](/admin/authentication/configuring-user-provisioning-for-your-enterprise)."
+
+{% endif %}
+
+### Disabling SAML SSO
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% warning %}
+
+**Warning**: If you disable SAML SSO for {% data variables.product.product_location %}, users without existing SAML SSO sessions cannot sign into {% data variables.product.product_location %}. SAML SSO sessions on {% data variables.product.product_location %} end after 24 hours.
+
+{% endwarning %}
+
+{% note %}
+
+**Observação**: {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SAML single sign-on", unselect **Enable SAML authentication**. 
+1. To disable SAML SSO and require signing in with the built-in user account you created during initialization, click **Save**. 
+
+{% endif %}
diff --git a/translations/pt-BR/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md b/translations/pt-BR/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md
new file mode 100644
index 0000000000..d65730e271
--- /dev/null
+++ b/translations/pt-BR/content/admin/authentication/configuring-user-provisioning-for-your-enterprise.md
@@ -0,0 +1,72 @@
+---
+title: Configuring user provisioning for your enterprise
+shortTitle: Configuring user provisioning
+intro: You can configure System for Cross-domain Identity Management (SCIM) for your enterprise, which automatically provisions user accounts on {% data variables.product.product_location %} when you assign the application for {% data variables.product.product_location %} to a user on your identity provider (IdP).
+permissions: Enterprise owners can configure user provisioning for an enterprise on {% data variables.product.product_name %}.
+product: '{% data reusables.gated-features.saml-sso %}'
+versions:
+ github-ae: '*'
+---
+
+### About user provisioning for your enterprise
+
+{% data reusables.saml.ae-uses-saml-sso %} For more information, see "[Configuring SAML single sign-on for your enterprise](/admin/authentication/configuring-saml-single-sign-on-for-your-enterprise)."
+
+{% data reusables.scim.after-you-configure-saml %} For more information about SCIM, see [System for Cross-domain Identity Management: Protocol (RFC 7644)](https://tools.ietf.org/html/rfc7644) on the IETF website.
+
+{% if currentVersion == "github-ae@latest" %}
+
+Configuring provisioning allows your IdP to communicate with {% data variables.product.product_location %} when you assign or unassign the application for {% data variables.product.product_name %} to a user on your IdP. When you assign the application, your IdP will prompt {% data variables.product.product_location %} to create an account and send an onboarding email to the user. When you unassign the application, your IdP will communicate with {% data variables.product.product_name %} to invalidate any SAML sessions and disable the member's account.
+
+To configure provisioning for your enterprise, you must enable provisioning on {% data variables.product.product_name %}, then install and configure a provisioning application on your IdP.
+
+The provisioning application on your IdP communicates with {% data variables.product.product_name %} via our SCIM API for enterprises. For more information, see "[GitHub Enterprise administration](/rest/reference/enterprise-admin#scim)" in the {% data variables.product.prodname_dotcom %} REST API documentation.
+
+{% endif %}
+
+### Supported identity providers
+
+{% data reusables.scim.supported-idps %}
+
+### Pré-requisitos
+
+{% if currentVersion == "github-ae@latest" %}
+
+To automatically provision and deprovision access to {% data variables.product.product_location %} from your IdP, you must first configure SAML SSO when you initialize {% data variables.product.product_name %}. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+
+You must have administrative access on your IdP to configure the application for user provisioning for {% data variables.product.product_name %}.
+
+{% endif %}
+
+### Enabling user provisioning for your enterprise
+
+{% if currentVersion == "github-ae@latest" %}
+
+1. While signed into
+
+{% data variables.product.product_location %} as an enterprise owner, create a personal access token with **admin:enterprise** scope. Para mais informação, consulte "[Criando um token de acesso pessoal](/github/authenticating-to-github/creating-a-personal-access-token)."
+ {% note %}
+
+ **Atenção**:
+ - To create the personal access token, we recommend using the account for the first enterprise owner that you created during initialization. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+ - You'll need this personal access token to configure the application for SCIM on your IdP. Store the token securely in a password manager until you need the token again later in these instructions.
+
+ {% endnote %}
+ {% warning %}
+
+ **Warning**: If the user account for the enterprise owner who creates the personal access token is deactivated or deprovisioned, your IdP will no longer provision and deprovision user accounts for your enterprise automatically. Another enterprise owner must create a new personal access token and reconfigure provisioning on the IdP.
+
+ {% endwarning %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Under "SCIM User Provisioning", select **Require SCIM user provisioning**. 
+1. Clique em **Salvar**. 
+1. Configure user provisioning in the application for {% data variables.product.product_name %} on your IdP. The application on your IdP requires two values to provision or deprovision user accounts on {% data variables.product.product_location %}.
+
+ | Valor | Other names | Descrição | Exemplo |
+ |:------------- |:----------------------------------- |:----------------------------------------------------------------------------------------------------------- |:------------------------------------------- |
+ | URL | Tenant URL | URL to the SCIM provisioning API for your enterprise on {% data variables.product.prodname_ghe_managed %} | https://YOUR-GITHUB-AE-HOSTNAME/scim/v2 |
+ | Shared secret | Personal access token, secret token | Token for application on your IdP to perform provisioning tasks on behalf of an enterprise owner | Personal access token you created in step 1 |
+
+{% endif %}
diff --git a/translations/pt-BR/content/admin/authentication/index.md b/translations/pt-BR/content/admin/authentication/index.md
index 9891e83c01..5c95b61411 100644
--- a/translations/pt-BR/content/admin/authentication/index.md
+++ b/translations/pt-BR/content/admin/authentication/index.md
@@ -1,10 +1,11 @@
---
title: Autenticação
-intro: 'Você pode usar a autenticação integrada do {% data variables.product.prodname_ghe_server %} ou escolher entre CAS, LDAP ou SAML para integrar suas contas e gerenciar centralmente o acesso dos usuários à {% data variables.product.product_location_enterprise %}.'
+intro: You can configure how users sign into {% data variables.product.product_name %}.
redirect_from:
- /enterprise/admin/authentication
versions:
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,5 +19,9 @@ versions:
{% link_in_list /using-ldap %}
{% link_in_list /allowing-built-in-authentication-for-users-outside-your-identity-provider %}
{% link_in_list /changing-authentication-methods %}
-
-
+{% topic_link_in_list /managing-identity-and-access-for-your-enterprise %}
+ {% link_in_list /about-identity-and-access-management-for-your-enterprise %}
+ {% link_in_list /configuring-saml-single-sign-on-for-your-enterprise %}
+ {% link_in_list /configuring-user-provisioning-for-your-enterprise %}
+{% topic_link_in_list /configuring-authentication-and-provisioning-with-your-identity-provider %}
+ {% link_in_list /configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad %}
diff --git a/translations/pt-BR/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md b/translations/pt-BR/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md
new file mode 100644
index 0000000000..9b4b3f0a0a
--- /dev/null
+++ b/translations/pt-BR/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md
@@ -0,0 +1,9 @@
+---
+title: Managing identity and access for your enterprise
+shortTitle: Managing identity and access
+intro: You can centrally manage accounts and access to {% data variables.product.product_location %}.
+mapTopic: true
+versions:
+ github-ae: '*'
+---
+
diff --git a/translations/pt-BR/content/admin/authentication/using-built-in-authentication.md b/translations/pt-BR/content/admin/authentication/using-built-in-authentication.md
index 288229790d..5511672b38 100644
--- a/translations/pt-BR/content/admin/authentication/using-built-in-authentication.md
+++ b/translations/pt-BR/content/admin/authentication/using-built-in-authentication.md
@@ -1,6 +1,6 @@
---
title: Usar a autenticação integrada
-intro: 'Quando você usa o método de autenticação padrão, todos os detalhes de autenticação ficam armazenados na {% data variables.product.product_location_enterprise %}. Se você ainda não tiver um provedor de autenticação estabelecido, como LDAP, SAML ou CAS, a autenticação integrada é o método padrão.'
+intro: 'Quando você usa o método de autenticação padrão, todos os detalhes de autenticação ficam armazenados na {% data variables.product.product_location %}. Se você ainda não tiver um provedor de autenticação estabelecido, como LDAP, SAML ou CAS, a autenticação integrada é o método padrão.'
redirect_from:
- /enterprise/admin/user-management/using-built-in-authentication
- /enterprise/admin/authentication/using-built-in-authentication
diff --git a/translations/pt-BR/content/admin/authentication/using-cas.md b/translations/pt-BR/content/admin/authentication/using-cas.md
index f38cbf60fa..a20a64cf6c 100644
--- a/translations/pt-BR/content/admin/authentication/using-cas.md
+++ b/translations/pt-BR/content/admin/authentication/using-cas.md
@@ -32,7 +32,7 @@ Os atributos a seguir estão disponíveis.
### Configurar o CAS
{% warning %}
-**Aviso:** antes de configurar o CAS na {% data variables.product.product_location_enterprise %}, observe que os usuários não poderão usar seus nomes e senhas do CAS para autenticar solicitações de API ou operações do Git por HTTP/HTTPS. Para isso, eles deverão [criar tokens de acesso](/enterprise/{{ currentVersion }}/user/articles/creating-an-access-token-for-command-line-use).
+**Aviso:** antes de configurar o CAS na {% data variables.product.product_location %}, observe que os usuários não poderão usar seus nomes e senhas do CAS para autenticar solicitações de API ou operações do Git por HTTP/HTTPS. Para isso, eles deverão [criar tokens de acesso](/enterprise/{{ currentVersion }}/user/articles/creating-an-access-token-for-command-line-use).
{% endwarning %}
diff --git a/translations/pt-BR/content/admin/authentication/using-ldap.md b/translations/pt-BR/content/admin/authentication/using-ldap.md
index defe408ae9..0595c02745 100644
--- a/translations/pt-BR/content/admin/authentication/using-ldap.md
+++ b/translations/pt-BR/content/admin/authentication/using-ldap.md
@@ -35,7 +35,7 @@ O {% data variables.product.prodname_ghe_server %} se integra aos seguintes serv
{% data reusables.enterprise_user_management.two_factor_auth_header %}
{% data reusables.enterprise_user_management.2fa_is_available %}
-### Configurar o LDAP na {% data variables.product.product_location_enterprise %}
+### Configurar o LDAP na {% data variables.product.product_location %}
Depois que você configurar o LDAP, os usuários poderão acessar a instância com as credenciais LDAP. Quando os usuários acessarem pela primeira vez, seus nomes de perfil, endereços de e-mail e chaves SSH serão definidos com os atributos LDAP do diretório.
@@ -43,7 +43,7 @@ Quando você configurar o acesso LDAP dos usuários pelo {% data variables.enter
{% warning %}
-**Aviso:** antes de configurar o LDAP na {% data variables.product.product_location_enterprise %}, verifique se o serviço LDAP oferece suporte a resultados paginados.
+**Aviso:** antes de configurar o LDAP na {% data variables.product.product_location %}, verifique se o serviço LDAP oferece suporte a resultados paginados.
{% endwarning %}
@@ -55,11 +55,11 @@ Quando você configurar o acesso LDAP dos usuários pelo {% data variables.enter
5. Defina as configurações.
### Atributos LDAP
-Use estes atributos para finalizar a configuração LDAP na {% data variables.product.product_location_enterprise %}.
+Use estes atributos para finalizar a configuração LDAP na {% data variables.product.product_location %}.
| Nome do atributo | Tipo | Descrição |
| --------------------------------------------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `Host` | Obrigatório | Host LDAP, por exemplo, `ldap.example.com` ou `10.0.0.30`. Se o nome do host só estiver disponível na rede interna, talvez seja necessário configurar antes o DNS da {% data variables.product.product_location_enterprise %} para que ele resolva o nome do host usando seus servidores de nomes internos. |
+| `Host` | Obrigatório | Host LDAP, por exemplo, `ldap.example.com` ou `10.0.0.30`. Se o nome do host só estiver disponível na rede interna, talvez seja necessário configurar antes o DNS da {% data variables.product.product_location %} para que ele resolva o nome do host usando seus servidores de nomes internos. |
| `Porta` | Obrigatório | Porta em que os serviços de host LDAP estão escutando. Por exemplo: 389 e 636 (para LDAPS). |
| `Criptografia` | Obrigatório | Método de criptografia usado para proteger as comunicações com o servidor LDAP. Por exemplo, básico (sem criptografia), SSL/LDAPS (criptografia desde o início) e StartTLS (atualizar para comunicação com criptografia no momento da conexão). |
| `Usuário de pesquisa de domínio` | Opcional | Usuário LDAP que faz consultas de usuários para autenticar outros usuários quando eles fazem login. Em geral, é uma conta de serviço criada especificamente para integrações de terceiros. Use um nome totalmente qualificado, como `cn=Administrador,cn=Usuários,dc=Exemplo,dc=com`. Com o Active Directory, também é possível usar a sintaxe `[DOMAIN]\[USERNAME]` (por exemplo, `WINDOWS\Administrator`) para o usuário de pesquisa de domínio. |
@@ -190,7 +190,7 @@ Se a [Sincronização LDAP estiver desabilitada](#enabling-ldap-sync), as altera
Você também pode [usar a API para acionar uma sincronização manual](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#ldap).
-### Revogar o acesso à {% data variables.product.product_location_enterprise %}
+### Revogar o acesso à {% data variables.product.product_location %}
Se a [Sincronização LDAP estiver habilitada](#enabling-ldap-sync), remover as credenciais LDAP do usuário suspenderá a conta do usuário após a execução de sincronização seguinte.
diff --git a/translations/pt-BR/content/admin/authentication/using-saml.md b/translations/pt-BR/content/admin/authentication/using-saml.md
index 86d13394fa..0b206097e6 100644
--- a/translations/pt-BR/content/admin/authentication/using-saml.md
+++ b/translations/pt-BR/content/admin/authentication/using-saml.md
@@ -79,10 +79,10 @@ Os atributos a seguir estão disponíveis. Você pode alterar seus nomes no [con
{% endtip %}
-5. Selecione **Disable administrator demotion/promotion** (Desabilitar rebaixamento/promoção do administrador) se você **não** quiser que o provedor SAML determine direitos de administrador para usuários no {% data variables.product.product_location_enterprise %}. 
-6. No campo **Sign on URL** (URL de logon), digite o ponto de extremidade HTTP ou HTTPS do seu IdP para solicitações de logon único. Esse valor é fornecido pela configuração do IdP. Se o nome do host só estiver disponível na rede interna, talvez seja necessário [configurar a {% data variables.product.product_location_enterprise %} para usar servidores de nomes internos](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-dns-nameservers/). 
-7. Como alternativa, no campo **Issuer** (Emissor), digite o nome do emissor de SAML. Fazer isso verifica a autenticidade das mensagens enviadas para a {% data variables.product.product_location_enterprise %}. 
-8. Nos menus suspensos **Signature Method** (Método de assinatura) e **Digest Method** (Método de compilação), escolha o algoritmo de hash usado pelo emissor SAML para verificar a integridade das solicitações do {% data variables.product.product_location_enterprise %}. Especifique o formato no menu suspenso **Name Identifier Format** (Formato de identificador de nome). 
+5. Selecione **Disable administrator demotion/promotion** (Desabilitar rebaixamento/promoção do administrador) se você **não** quiser que o provedor SAML determine direitos de administrador para usuários no {% data variables.product.product_location %}. 
+6. No campo **Sign on URL** (URL de logon), digite o ponto de extremidade HTTP ou HTTPS do seu IdP para solicitações de logon único. Esse valor é fornecido pela configuração do IdP. Se o nome do host só estiver disponível na rede interna, talvez seja necessário [configurar a {% data variables.product.product_location %} para usar servidores de nomes internos](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-dns-nameservers/). 
+7. Como alternativa, no campo **Issuer** (Emissor), digite o nome do emissor de SAML. Fazer isso verifica a autenticidade das mensagens enviadas para a {% data variables.product.product_location %}. 
+8. Nos menus suspensos **Signature Method** (Método de assinatura) e **Digest Method** (Método de compilação), escolha o algoritmo de hash usado pelo emissor SAML para verificar a integridade das solicitações do {% data variables.product.product_location %}. Especifique o formato no menu suspenso **Name Identifier Format** (Formato de identificador de nome). 
9. Em **Verification certificate** (Certificado de verificação), clique em **Choose File** (Escolher arquivo) e escolha um certificado para validar as respostas SAML do IdP. 
10. Modifique os nomes do atributo SAML para corresponder ao IdP, se necessário, ou aceite os nomes padrão. 
@@ -100,7 +100,7 @@ Os atributos a seguir estão disponíveis. Você pode alterar seus nomes no [con
{% endif %}
-### Revogar o acesso à {% data variables.product.product_location_enterprise %}
+### Revogar o acesso à {% data variables.product.product_location %}
Se remover um usuário do seu provedor de identidade, você também deverá suspendê-lo manualmente. Caso contrário, ele continuará podendo fazer autenticação usando tokens de acesso ou chaves SSH. Para obter mais informações, consulte "[Suspender e cancelar a suspensão de usuários](/enterprise/admin/guides/user-management/suspending-and-unsuspending-users)".
diff --git a/translations/pt-BR/content/admin/configuration/about-enterprise-configuration.md b/translations/pt-BR/content/admin/configuration/about-enterprise-configuration.md
new file mode 100644
index 0000000000..a343b03be7
--- /dev/null
+++ b/translations/pt-BR/content/admin/configuration/about-enterprise-configuration.md
@@ -0,0 +1,31 @@
+---
+title: About enterprise configuration
+intro: 'You can use the site admin dashboard{% if enterpriseServerVersions contains currentVersion %}, {% data variables.enterprise.management_console %}, and administrative shell (SSH) {% elsif currentVersion == "github-ae@latest" %} and enterprise settings or contact support{% endif %} to manage your enterprise.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.about-the-site-admin-dashboard %} For more information, see "[Site admin dashboard](/admin/configuration/site-admin-dashboard)."
+
+{% data reusables.enterprise_site_admin_settings.about-the-management-console %} For more information, see "[Accessing the management console](/admin/configuration/accessing-the-management-console)."
+
+{% data reusables.enterprise_site_admin_settings.about-ssh-access %} For more information, see "[Accessing the administrative shell (SSH)](/admin/configuration/accessing-the-administrative-shell-ssh)."
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+The first time you access your enterprise, you will complete an initial configuration to get
+{% data variables.product.product_name %} ready to use. The initial configuration includes connecting your enterprise with an idP, authenticating with SAML SSO, and configuring policies for repositories and organizations in your enterprise. For more information, see "[Initializing {% data variables.product.prodname_ghe_managed %}](/admin/configuration/initializing-github-ae)."
+
+For users to receive any emails from {% data variables.product.product_name %} after the initial configuration, you must ask {% data variables.contact.github_support %} to configure outbound email support with your SMTP server. For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)."
+
+Later, you can use the site admin dashboard and enterprise settings to further configure your enterprise, manage users, organizations and repositories, and set policies that reduce risk and increase quality.
+
+All enterprises are configured with subdomain isolation and support for TLS 1.2 and higher for encrypted traffic only.
+{% endif %}
+
+### Leia mais
+
+- "[Managing users, organizations, and repositories](/admin/user-management)"
+- "[Setting policies for your enterprise](/admin/policies)"
diff --git a/translations/pt-BR/content/admin/configuration/accessing-the-administrative-shell-ssh.md b/translations/pt-BR/content/admin/configuration/accessing-the-administrative-shell-ssh.md
index eca566e5d6..88ce539027 100644
--- a/translations/pt-BR/content/admin/configuration/accessing-the-administrative-shell-ssh.md
+++ b/translations/pt-BR/content/admin/configuration/accessing-the-administrative-shell-ssh.md
@@ -10,7 +10,7 @@ redirect_from:
- /enterprise/admin/2.15/articles/troubleshooting-ssh-permission-denied-publickey/
- /enterprise/admin/installation/accessing-the-administrative-shell-ssh
- /enterprise/admin/configuration/accessing-the-administrative-shell-ssh
-intro: 'O acesso por SSH permite executar os utilitários de linha de comando {% data variables.product.prodname_ghe_server %} e é útil para solucionar problemas, fazer backups e configurar a replicação.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-ssh-access %}'
versions:
enterprise-server: '*'
---
@@ -46,7 +46,7 @@ admin@github-example-com:~$ █
#### Solucionar problemas de conectividade com SSH
-Se o erro `Permission denied (publickey)` (Permissão negada [chave pública]) ocorrer quando você tentar se conectar à {% data variables.product.product_location_enterprise %} via SSH, confirme se a conexão está sendo feita pela porta 122. Talvez seja necessário especificar explicitamente a chave SSH privada em uso.
+Se o erro `Permission denied (publickey)` (Permissão negada [chave pública]) ocorrer quando você tentar se conectar à {% data variables.product.product_location %} via SSH, confirme se a conexão está sendo feita pela porta 122. Talvez seja necessário especificar explicitamente a chave SSH privada em uso.
Para especificar uma chave SSH privada usando a linha de comando, execute `ssh` com o argumento `-i`.
diff --git a/translations/pt-BR/content/admin/configuration/accessing-the-management-console.md b/translations/pt-BR/content/admin/configuration/accessing-the-management-console.md
index a5b9753032..1b554fd31f 100644
--- a/translations/pt-BR/content/admin/configuration/accessing-the-management-console.md
+++ b/translations/pt-BR/content/admin/configuration/accessing-the-management-console.md
@@ -1,6 +1,6 @@
---
title: Acessar o console de gerenciamento
-intro: 'Use o {% data variables.enterprise.management_console %} para definir e configurar a {% data variables.product.product_location %}, agendar períodos de manutenção, solucionar problemas e gerenciar a licença.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-the-management-console %}'
redirect_from:
- /enterprise/admin/articles/about-the-management-console/
- /enterprise/admin/articles/management-console-for-emergency-recovery/
@@ -17,15 +17,15 @@ versions:
### Sobre o {% data variables.enterprise.management_console %}
Use o {% data variables.enterprise.management_console %} para atividades administrativas básicas:
-- **Configuração inicial**: conheça o processo de configuração inicial ao entrar pela primeira vez na {% data variables.product.product_location_enterprise %} acessando o endereço IP da {% data variables.product.product_location_enterprise %} no navegador.
+- **Configuração inicial**: conheça o processo de configuração inicial ao entrar pela primeira vez na {% data variables.product.product_location %} acessando o endereço IP da {% data variables.product.product_location %} no navegador.
- **Configurações básicas da instância**: configure DNS, nome do host, SSL, autenticação do usuário, e-mail, serviços de monitoramento e encaminhamento de logs na página Settings (Configurações).
-- **Agendamento de períodos de manutenção**: deixe a {% data variables.product.product_location_enterprise %} offline durante a manutenção usando o {% data variables.enterprise.management_console %} ou o shell administrativo.
+- **Agendamento de períodos de manutenção**: deixe a {% data variables.product.product_location %} offline durante a manutenção usando o {% data variables.enterprise.management_console %} ou o shell administrativo.
- **Solução de problemas**: gere um pacote de suporte ou exiba informações de diagnóstico de alto nível.
- **Gerenciamento de licenças**: exiba ou atualize a licença do {% data variables.product.prodname_enterprise %}.
-É possível chegar ao {% data variables.enterprise.management_console %} usando o endereço IP da {% data variables.product.product_location_enterprise %}, mesmo quando a instância estiver em modo de manutenção, ou quando houver uma falha grave de aplicativo ou problema de configuração de SSL.
+É possível chegar ao {% data variables.enterprise.management_console %} usando o endereço IP da {% data variables.product.product_location %}, mesmo quando a instância estiver em modo de manutenção, ou quando houver uma falha grave de aplicativo ou problema de configuração de SSL.
-Para acessar o {% data variables.enterprise.management_console %}, você deve usar a senha de administrador definida na configuração inicial da {% data variables.product.product_location_enterprise %}. Você também deve poder se conectar ao host da máquina virtual na porta 8443. Se tiver problemas para chegar ao {% data variables.enterprise.management_console %}, verifique as configurações intermediárias de firewall e grupo de segurança.
+Para acessar o {% data variables.enterprise.management_console %}, você deve usar a senha de administrador definida na configuração inicial da {% data variables.product.product_location %}. Você também deve poder se conectar ao host da máquina virtual na porta 8443. Se tiver problemas para chegar ao {% data variables.enterprise.management_console %}, verifique as configurações intermediárias de firewall e grupo de segurança.
### Acessar o {% data variables.enterprise.management_console %} como administrador do site
diff --git a/translations/pt-BR/content/admin/configuration/command-line-utilities.md b/translations/pt-BR/content/admin/configuration/command-line-utilities.md
index 60a8f4dd7e..f6a1ea9840 100644
--- a/translations/pt-BR/content/admin/configuration/command-line-utilities.md
+++ b/translations/pt-BR/content/admin/configuration/command-line-utilities.md
@@ -64,7 +64,7 @@ ghe-cleanup-settings
#### ghe-config
-Com este utilitário, você pode recuperar e modificar as definições de configuração da {% data variables.product.product_location_enterprise %}.
+Com este utilitário, você pode recuperar e modificar as definições de configuração da {% data variables.product.product_location %}.
```shell
$ ghe-config core.github-hostname
@@ -395,7 +395,7 @@ Este utilitário permite instalar um certificado CA personalizado de raiz no seu
Execute este utilitário para adicionar uma cadeia de certificados para verificação de assinatura de commits S/MIME. Para obter mais informações, consulte "[Sobre a verificação de assinatura de commit](/enterprise/{{ currentVersion }}/user/articles/about-commit-signature-verification/)".
-Execute este utilitário quando a {% data variables.product.product_location_enterprise %} não conseguir se conectar a outro servidor por ele estar usando um certificado SSL autoassinado ou um certificado SSL para o qual não há o pacote CA necessário. Uma forma de confirmar essa questão é executar `openssl s_client -connect host:port -verify 0 -CApath /etc/ssl/certs` na {% data variables.product.product_location_enterprise %}. Se o certificado SSL do servidor remoto puder ser verificado, sua `SSL-Session` deverá ter um código de retorno 0, conforme mostrado abaixo.
+Execute este utilitário quando a {% data variables.product.product_location %} não conseguir se conectar a outro servidor por ele estar usando um certificado SSL autoassinado ou um certificado SSL para o qual não há o pacote CA necessário. Uma forma de confirmar essa questão é executar `openssl s_client -connect host:port -verify 0 -CApath /etc/ssl/certs` na {% data variables.product.product_location %}. Se o certificado SSL do servidor remoto puder ser verificado, sua `SSL-Session` deverá ter um código de retorno 0, conforme mostrado abaixo.
```
SSL-Session:
@@ -453,7 +453,7 @@ $ ghe-storage-extend
#### ghe-version
-Este utilitário imprime a versão, a plataforma e a compilação da {% data variables.product.product_location_enterprise %}.
+Este utilitário imprime a versão, a plataforma e a compilação da {% data variables.product.product_location %}.
```shell
$ ghe-version
diff --git a/translations/pt-BR/content/admin/configuration/configuring-a-hostname.md b/translations/pt-BR/content/admin/configuration/configuring-a-hostname.md
index 7744f500b6..65b72c7f8b 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-a-hostname.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-a-hostname.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-Se configurar um nome de host em vez de um endereço IP codificado, você poderá alterar o hardware físico em que a {% data variables.product.product_location_enterprise %} é executada sem afetar os usuários ou o software cliente.
+Se configurar um nome de host em vez de um endereço IP codificado, você poderá alterar o hardware físico em que a {% data variables.product.product_location %} é executada sem afetar os usuários ou o software cliente.
A configuração do nome de host no {% data variables.enterprise.management_console %} deve ser definida como um nome de domínio totalmente qualificado (FQDN) que seja resolvido na internet ou dentro da sua rede interna. Por exemplo, a configuração do nome de host pode ser `github.nomedaempresa.com.` Também recomendamos habilitar o isolamento de subdomínio para o nome do host escolhido a fim de mitigar várias vulnerabilidades no estilo de script entre sites. Para obter mais informações sobre as configurações de nome de host, consulte a [Seção 2.1 em HTTP RFC](https://tools.ietf.org/html/rfc1123#section-2).
@@ -18,9 +18,9 @@ A configuração do nome de host no {% data variables.enterprise.management_cons
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
{% data reusables.enterprise_management_console.hostname-menu-item %}
-4. Digite o nome do host que você pretende definir para a {% data variables.product.product_location_enterprise %}. 
+4. Digite o nome do host que você pretende definir para a {% data variables.product.product_location %}. 
5. Para testar as configurações DNS e SSL do novo nome de host, clique em **Test domain settings** (Testar configurações de domínio). 
{% data reusables.enterprise_management_console.test-domain-settings-failure %}
{% data reusables.enterprise_management_console.save-settings %}
-Depois de configurar um nome de host, recomendamos que você habilite o isolamento de subdomínio para a {% data variables.product.product_location_enterprise %}. Para obter mais informações, consulte "[Habilitar isolamento de subdomínio](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)".
+Depois de configurar um nome de host, recomendamos que você habilite o isolamento de subdomínio para a {% data variables.product.product_location %}. Para obter mais informações, consulte "[Habilitar isolamento de subdomínio](/enterprise/{{ currentVersion }}/admin/guides/installation/enabling-subdomain-isolation/)".
diff --git a/translations/pt-BR/content/admin/configuration/configuring-an-outbound-web-proxy-server.md b/translations/pt-BR/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
index 21faec1a75..9c188cf99f 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-an-outbound-web-proxy-server.md
@@ -1,6 +1,6 @@
---
title: Configurar servidor proxy web de saída
-intro: 'Servidores proxy geram uma camada extra de segurança para a {% data variables.product.product_location_enterprise %}.'
+intro: 'Servidores proxy geram uma camada extra de segurança para a {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/guides/installation/configuring-a-proxy-server/
- /enterprise/admin/installation/configuring-an-outbound-web-proxy-server
@@ -9,11 +9,11 @@ versions:
enterprise-server: '*'
---
-Quando houver um servidor proxy habilitado para a {% data variables.product.product_location_enterprise %}, as mensagens de saída enviadas para o {% data variables.product.prodname_ghe_server %} sairão primeiramente pelo servidor proxy, a menos que o host de destino seja adicionado como exclusão de proxy HTTP. Os tipos de mensagens de saída incluem webhooks de saída, pacotes para upload e fetch de avatares herdados. A URL do servidor proxy é o protocolo, domínio ou endereço IP e o número da porta, por exemplo: `http://127.0.0.1:8123`.
+Quando houver um servidor proxy habilitado para a {% data variables.product.product_location %}, as mensagens de saída enviadas para o {% data variables.product.prodname_ghe_server %} sairão primeiramente pelo servidor proxy, a menos que o host de destino seja adicionado como exclusão de proxy HTTP. Os tipos de mensagens de saída incluem webhooks de saída, pacotes para upload e fetch de avatares herdados. A URL do servidor proxy é o protocolo, domínio ou endereço IP e o número da porta, por exemplo: `http://127.0.0.1:8123`.
{% note %}
-**Observação:** para conectar a {% data variables.product.product_location_enterprise %} ao {% data variables.product.prodname_dotcom_the_website %}, a sua configuração de proxy deve permitir conectividade com `github.com` e `api.github.com`. Para obter mais informações, consulte "[Conectar o {% data variables.product.prodname_ghe_server %} ao {% data variables.product.prodname_dotcom_the_website %}](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/connecting-github-enterprise-server-to-github-com)".
+**Observação:** para conectar a {% data variables.product.product_location %} ao {% data variables.product.prodname_dotcom_the_website %}, a sua configuração de proxy deve permitir conectividade com `github.com` e `api.github.com`. Para obter mais informações, consulte "[Conectar o {% data variables.product.prodname_ghe_server %} ao {% data variables.product.prodname_dotcom_the_website %}](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/connecting-github-enterprise-server-to-github-com)".
{% endnote %}
diff --git a/translations/pt-BR/content/admin/configuration/configuring-applications.md b/translations/pt-BR/content/admin/configuration/configuring-applications.md
index fd2074b59d..27461e8eac 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-applications.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-applications.md
@@ -1,6 +1,6 @@
---
title: Configurar aplicativos
-intro: 'É possível configurar aplicativos internos para a {% data variables.product.product_location_enterprise %}.'
+intro: 'É possível configurar aplicativos internos para a {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/installation/configuring-applications
- /enterprise/admin/configuration/configuring-applications
@@ -10,12 +10,12 @@ versions:
### Ajustar cache de imagem
-Você pode escolher por quanto tempo a {% data variables.product.product_location_enterprise %} armazena avatares em cache. Ao aumentar o tempo do cache, você aumenta o tempo que o avatar do usuário levará para carregar. Configurar o tempo de cache com um valor muito baixo pode sobrecarregar os processos de trabalho da {% data variables.product.product_location_enterprise %}.
+Você pode escolher por quanto tempo a {% data variables.product.product_location %} armazena avatares em cache. Ao aumentar o tempo do cache, você aumenta o tempo que o avatar do usuário levará para carregar. Configurar o tempo de cache com um valor muito baixo pode sobrecarregar os processos de trabalho da {% data variables.product.product_location %}.
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
3. Na barra lateral esquerda, clique em **Applications** (Aplicativos). 
4. Em "Avatar de Cache de Imagem (segundos)", digite o número de segundos que você gostaria
-{% data variables.product.product_location_enterprise %} para armazenar em cache imagens de avatar.
+{% data variables.product.product_location %} para armazenar em cache imagens de avatar.

{% data reusables.enterprise_management_console.save-settings %}
diff --git a/translations/pt-BR/content/admin/configuration/configuring-backups-on-your-appliance.md b/translations/pt-BR/content/admin/configuration/configuring-backups-on-your-appliance.md
index b81775eeb7..c23d3eccee 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-backups-on-your-appliance.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-backups-on-your-appliance.md
@@ -12,14 +12,14 @@ redirect_from:
- /enterprise/admin/guides/installation/backups-and-disaster-recovery/
- /enterprise/admin/installation/configuring-backups-on-your-appliance
- /enterprise/admin/configuration/configuring-backups-on-your-appliance
-intro: 'Como parte de um plano de recuperação de desastre, é possível proteger os dados de produção na {% data variables.product.product_location_enterprise %} configurando backups automatizados.'
+intro: 'Como parte de um plano de recuperação de desastre, é possível proteger os dados de produção na {% data variables.product.product_location %} configurando backups automatizados.'
versions:
enterprise-server: '*'
---
### Sobre o {% data variables.product.prodname_enterprise_backup_utilities %}
-O {% data variables.product.prodname_enterprise_backup_utilities %} é um sistema de backup a ser instalado em um host separado, que tira instantâneos de backup da {% data variables.product.product_location_enterprise %} em intervalos regulares em uma conexão de rede SSH segura. É possível usar um instantâneo para voltar uma instância do {% data variables.product.prodname_ghe_server %} a um estado anterior do host de backup.
+O {% data variables.product.prodname_enterprise_backup_utilities %} é um sistema de backup a ser instalado em um host separado, que tira instantâneos de backup da {% data variables.product.product_location %} em intervalos regulares em uma conexão de rede SSH segura. É possível usar um instantâneo para voltar uma instância do {% data variables.product.prodname_ghe_server %} a um estado anterior do host de backup.
Somente os dados adicionados desde o último instantâneo serão transferidos pela rede e ocuparão espaço adicional de armazenamento físico. Para minimizar o impacto no desempenho, os backups são feitos online com a menor prioridade de E/S de CPU. Não é necessário programar um período de manutenção para fazer backups.
@@ -27,11 +27,11 @@ Para obter informações mais detalhadas sobre recursos, requisitos e uso avanç
### Pré-requisitos
-Para usar o {% data variables.product.prodname_enterprise_backup_utilities %}, você deve ter um sistema host Linux ou Unix separado da {% data variables.product.product_location_enterprise %}.
+Para usar o {% data variables.product.prodname_enterprise_backup_utilities %}, você deve ter um sistema host Linux ou Unix separado da {% data variables.product.product_location %}.
Também é possível integrar o {% data variables.product.prodname_enterprise_backup_utilities %} a um ambiente para fins de armazenamento permanente em longo prazo de dados essenciais.
-É recomendável que o host de backup e a {% data variables.product.product_location_enterprise %} estejam geograficamente distantes. Essa medida garante que os backups estejam disponíveis para recuperação em casos de grandes desastres ou falhas de rede no site primário.
+É recomendável que o host de backup e a {% data variables.product.product_location %} estejam geograficamente distantes. Essa medida garante que os backups estejam disponíveis para recuperação em casos de grandes desastres ou falhas de rede no site primário.
Os requisitos de armazenamento físico variam com base no uso do disco do repositório Git e nos padrões de crescimento esperados:
@@ -59,7 +59,7 @@ Podem ser necessários mais recursos dependendo do uso, como atividade do usuár
3. Defina o valor `GHE_HOSTNAME` para o nome de host ou endereço IP da instância primária do {% data variables.product.prodname_ghe_server %}.
4. Defina o valor `GHE_DATA_DIR` no local do arquivo do sistema onde você deseja arquivar os instantâneos de backup.
5. Abra a página das configurações da instância primária em `https://HOSTNAME/setup/settings` e adicione a chave SSH do host de backup à lista de chaves SSH autorizadas. Para obter mais informações, consulte [Acessar o shell administrativo (SSH)](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/).
-5. Verifique a conectividade SSH com a {% data variables.product.product_location_enterprise %} usando o comando `ghe-host-check`.
+5. Verifique a conectividade SSH com a {% data variables.product.product_location %} usando o comando `ghe-host-check`.
```shell
$ bin/ghe-host-check
```
@@ -78,9 +78,9 @@ Se houver sobreposição de tentativas de backup, o comando `ghe-backup` será i
### Restaurar um backup
-Em caso de interrupção prolongada ou evento catastrófico no site primário, é possível restaurar a {% data variables.product.product_location_enterprise %} provisionando outro appliance do {% data variables.product.prodname_enterprise %} e executando uma restauração no host de backup. Antes de restaurar um appliance, você deve adicionar a chave SSH do host de backup ao appliance de destino do {% data variables.product.prodname_enterprise %} como chave SSH autorizada.
+Em caso de interrupção prolongada ou evento catastrófico no site primário, é possível restaurar a {% data variables.product.product_location %} provisionando outro appliance do {% data variables.product.prodname_enterprise %} e executando uma restauração no host de backup. Antes de restaurar um appliance, você deve adicionar a chave SSH do host de backup ao appliance de destino do {% data variables.product.prodname_enterprise %} como chave SSH autorizada.
-Para restaurar a {% data variables.product.product_location_enterprise %} do instantâneo mais recente bem-sucedido, use o comando `ghe-restore`. Você verá um conteúdo semelhante a este:
+Para restaurar a {% data variables.product.product_location %} do instantâneo mais recente bem-sucedido, use o comando `ghe-restore`. Você verá um conteúdo semelhante a este:
```shell
$ ghe-restore -c 169.154.1.1
diff --git a/translations/pt-BR/content/admin/configuration/configuring-built-in-firewall-rules.md b/translations/pt-BR/content/admin/configuration/configuring-built-in-firewall-rules.md
index e8e6951395..66b2db5048 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-built-in-firewall-rules.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-built-in-firewall-rules.md
@@ -1,6 +1,6 @@
---
title: Configurar regras de firewall integrado
-intro: 'É possível exibir as regras padrão de firewall e personalizar outras regras da {% data variables.product.product_location_enterprise %}.'
+intro: 'É possível exibir as regras padrão de firewall e personalizar outras regras da {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/guides/installation/configuring-firewall-settings/
- /enterprise/admin/installation/configuring-built-in-firewall-rules
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-### Sobre o firewall da {% data variables.product.product_location_enterprise %}
+### Sobre o firewall da {% data variables.product.product_location %}
O {% data variables.product.prodname_ghe_server %} usa o Uncomplicated Firewall (UFW) do Ubuntu no appliance virtual. Para obter mais informações, consulte "[UFW](https://help.ubuntu.com/community/UFW)" na documentação do Ubuntu. O {% data variables.product.prodname_ghe_server %} atualiza automaticamente a lista de desbloqueio de firewall dos serviços permitidos em cada versão.
@@ -66,7 +66,7 @@ O firewall UFW também abre várias outras portas necessárias para o funcioname
$ sudo cp -r /lib/ufw ~/ufw.backup
```
-Após a atualização da {% data variables.product.product_location_enterprise %}, você deve reaplicar suas regras personalizadas de firewall. Para isso, é recomendável criar um script.
+Após a atualização da {% data variables.product.product_location %}, você deve reaplicar suas regras personalizadas de firewall. Para isso, é recomendável criar um script.
### Restaurar as regras padrão de firewall
diff --git a/translations/pt-BR/content/admin/configuration/configuring-code-scanning-for-your-appliance.md b/translations/pt-BR/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
index f50161dfbf..732e2dde1a 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-code-scanning-for-your-appliance.md
@@ -1,7 +1,7 @@
---
title: Configurar a varredura de código para o seu aparelho
shortTitle: Configurar a varredura do código
-intro: 'Você pode habilitar, configurar e desativar {% data variables.product.prodname_code_scanning %} para {% data variables.product.product_location_enterprise %}. {% data variables.product.prodname_code_scanning_capc %} permite aos usuários varrer códigos com relação a erros e vulnerabilidades.'
+intro: 'Você pode habilitar, configurar e desativar {% data variables.product.prodname_code_scanning %} para {% data variables.product.product_location %}. {% data variables.product.prodname_code_scanning_capc %} permite aos usuários varrer códigos com relação a erros e vulnerabilidades.'
product: '{% data reusables.gated-features.code-scanning %}'
miniTocMaxHeadingLevel: 4
redirect_from:
@@ -20,7 +20,7 @@ A tabela abaixo resume os tipos de análise disponíveis para {% data variables.
{% data reusables.code-scanning.enabling-options %}
-Para os usuários do {% data variables.product.product_location_enterprise %} conseguirem habilitar e usar o {% data variables.product.prodname_code_scanning %} em seus repositórios, você deve, como administrador do site, habilitar esse recurso para todo o appliance.
+Para os usuários do {% data variables.product.product_location %} conseguirem habilitar e usar o {% data variables.product.prodname_code_scanning %} em seus repositórios, você deve, como administrador do site, habilitar esse recurso para todo o appliance.
### Como eu sei se {% data variables.product.prodname_code_scanning %} está habilitado para meu appliance
@@ -55,18 +55,18 @@ Você deve garantir que o Git esteja na variável do PATH em qualquer executor a
Para executar {% data variables.product.prodname_code_scanning %} em {% data variables.product.prodname_ghe_server %} com {% data variables.product.prodname_actions %}, a ação apropriada deve estar disponível localmente. Você pode disponibilizar a ação de três maneiras.
- **Recomendado** Você pode usar [{% data variables.product.prodname_github_connect %}](/enterprise/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud) para fazer o download automático das ações no {% data variables.product.prodname_dotcom_the_website %}. A máquina que hospeda sua instância deve conseguir acessar {% data variables.product.prodname_dotcom_the_website %}. Esta abordagem garante que você irá obter o software mais recente automaticamente. Para obter mais informações, consulte "[Configurar o {% data variables.product.prodname_github_connect %} para sincronizar com {% data variables.product.prodname_actions %}](/enterprise/admin/configuration/configuring-code-scanning-for-your-appliance#configuring-github-connect-to-sync-github-actions)".
-- Se você desejar usar o {% data variables.product.prodname_codeql_workflow %}, você pode sincronizar o repositório do {% data variables.product.prodname_dotcom_the_website %} ao {% data variables.product.prodname_ghe_server %}, usando a ferramenta de sincronização de Ação do {% data variables.product.prodname_codeql %} disponível em [https://github. om/github/codeql-action-sync-tool](https://github.com/github/codeql-action-sync-tool/). Você pode usar essa ferramenta independentemente se {% data variables.product.product_location_enterprise %} ou seus executores de {% data variables.product.prodname_actions %} terem acesso à internet, contanto que você possa acessar {% data variables.product.product_location_enterprise %} e {% data variables.product.prodname_dotcom_the_website %} simultaneamente no seu computador.
+- Se você desejar usar o {% data variables.product.prodname_codeql_workflow %}, você pode sincronizar o repositório do {% data variables.product.prodname_dotcom_the_website %} ao {% data variables.product.prodname_ghe_server %}, usando a ferramenta de sincronização de Ação do {% data variables.product.prodname_codeql %} disponível em [https://github. om/github/codeql-action-sync-tool](https://github.com/github/codeql-action-sync-tool/). Você pode usar essa ferramenta independentemente se {% data variables.product.product_location %} ou seus executores de {% data variables.product.prodname_actions %} terem acesso à internet, contanto que você possa acessar {% data variables.product.product_location %} e {% data variables.product.prodname_dotcom_the_website %} simultaneamente no seu computador.
- Você pode criar uma cópia local do repositório da ação no seu servidor, clonando o repositório de {% data variables.product.prodname_dotcom_the_website %} com a ação. Por exemplo, se você desejar usar a ação {% data variables.product.prodname_codeql %}, você poderá criar um repositório na sua instância denominada `github/codeql-action` e, em seguida, clonar o [repositório](https://github.com/github/codeql-action) a partir do {% data variables.product.prodname_dotcom_the_website %} e, posteriormente, fazer push desse repositório no repositório da sua instância `github/codeql-action`. Você também deverá fazer o download de qualquer uma das versões do repositório no {% data variables.product.prodname_dotcom_the_website %} e fazer o upload no repositório `github/codeql-action` de sua instância como versões.
##### Configurar {% data variables.product.prodname_github_connect %} para sincronizar {% data variables.product.prodname_actions %}
1. Se você deseja fazer o download dos fluxos de trabalho de ação sob demanda a partir de {% data variables.product.prodname_dotcom_the_website %}, você deverá habilitar o {% data variables.product.prodname_github_connect %}. Para obter mais informações, consulte "[Habilitar {% data variables.product.prodname_github_connect %}](/enterprise/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud#enabling-github-connect)".
-2. Você também precisa habilitar o {% data variables.product.prodname_actions %} para {% data variables.product.product_location_enterprise %}. Para obter mais informações, consulte "[Habilitar {% data variables.product.prodname_actions %} e configurar o armazenamento](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)".
+2. Você também precisa habilitar o {% data variables.product.prodname_actions %} para {% data variables.product.product_location %}. Para obter mais informações, consulte "[Habilitar {% data variables.product.prodname_actions %} e configurar o armazenamento](/enterprise/admin/github-actions/enabling-github-actions-and-configuring-storage)".
3. A próxima etapa é configurar o acesso a ações no {% data variables.product.prodname_dotcom_the_website %} usando {% data variables.product.prodname_github_connect %}. Para obter mais informações, consulte "[Habilitar o acesso automático às ações de {% data variables.product.prodname_dotcom_the_website %} usando o {% data variables.product.prodname_github_connect %}](/enterprise/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect)".
4. Adicione um executor auto-hospedado ao seu repositório, organização ou conta corporativa. Para obter mais informações, consulte "[Adicionando executores auto-hospedados](/actions/hosting-your-own-runners/adding-self-hosted-runners)".
-Depois de configurar um executor auto-hospedado, os usuários podem habilitar o {% data variables.product.prodname_code_scanning %} para repositórios individuais em {% data variables.product.product_location_enterprise %}. Para obter mais informações, consulte "[Habilitando {% data variables.product.prodname_code_scanning %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning).
+Depois de configurar um executor auto-hospedado, os usuários podem habilitar o {% data variables.product.prodname_code_scanning %} para repositórios individuais em {% data variables.product.product_location %}. Para obter mais informações, consulte "[Habilitando {% data variables.product.prodname_code_scanning %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning).
### Executar {% data variables.product.prodname_code_scanning %} usando o {% data variables.product.prodname_codeql_runner %}
Se sua organização não está participando da versão beta do {% data variables.product.prodname_actions %} ou se você não desejar usar {% data variables.product.prodname_actions %}, você poderá executar {% data variables.product.prodname_code_scanning %} usando o {% data variables.product.prodname_codeql_runner %}.
diff --git a/translations/pt-BR/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md b/translations/pt-BR/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md
new file mode 100644
index 0000000000..595cb26b3e
--- /dev/null
+++ b/translations/pt-BR/content/admin/configuration/configuring-data-encryption-for-your-enterprise.md
@@ -0,0 +1,71 @@
+---
+title: Configuring data encryption for your enterprise
+shortTitle: Configuring data encryption
+intro: 'For encryption at rest, you can provide your own encryption key to encrypt your data under your encryption policies.'
+versions:
+ github-ae: '*'
+---
+
+{% note %}
+
+**Note:** Configuring encryption at rest with a customer-managed key is currently in beta and subject to change.
+
+{% endnote %}
+
+### About data encryption
+
+To provide a high level of security, {% data variables.product.product_name %} encrypts your data while at rest in the data centers and while your data is in transit between users' machines and the data centers.
+
+For encryption in transit, {% data variables.product.product_name %} uses Transport Layer Security (TLS). For encryption at rest, {% data variables.product.product_name %} provides a default RSA key. After you've initialized your enterprise, you can choose to provide your own key instead. Your key should be a 2048 bit RSA private key in PEM format.
+
+The key that you provide is stored in a hardware security module (HSM) in a key vault that {% data variables.product.company_short %} manages.
+
+To configure your encryption key, use the REST API. There are a number of API endpoints, for example to check the status of encryption, update your encryption key, and delete your encryption key. Note that deleting your key will freeze your enterprise. For more information about the API endpoints, see "[Encryption at rest](/rest/reference/enterprise-admin#encryption-at-rest)" in the REST API documentation.
+
+### Adding or updating an encryption key
+
+You can add a new encryption key as often as you need. When you add a new key, the old key is discarded. Your enterprise won't experience downtime when you update the key.
+
+Your 2048 bit RSA private key should be in PEM format, for example in a file called _private-key.pem_.
+
+ ```
+ -----BEGIN RSA PRIVATE KEY-----
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ -----END RSA PRIVATE KEY-----
+ ```
+
+1. To add your key, use the `PATCH /enterprise/encryption` endpoint, replacing *~/private-key.pem* with the path to your private key.
+
+ ```shell
+ curl -X PATCH http(s)://hostname/api/v3/enterprise/encryption \
+ -d "{ \"key\": \"$(awk '{printf "%s\\n", $0}' ~/private-key.pem)\" }"
+ ```
+
+2. Optionally, check the status of the update operation.
+
+ ```shell
+ curl -X GET http(s)://hostname/api/v3/enterprise/encryption/status/request_id
+ ```
+
+### Deleting your encryption key
+
+To freeze your enterprise, for example in the case of a breach, you can disable encryption at rest by deleting your encryption key.
+
+To unfreeze your enterprise after you've deleted your encryption key, contact support. Para obter mais informações, consulte "[Sobre o {% data variables.contact.enterprise_support %}](/admin/enterprise-support/about-github-enterprise-support)".
+
+1. To delete your key and disable encryption at rest, use the `DELETE /enterprise/encryption` endpoint.
+
+ ```shell
+ curl -X DELETE http(s)://hostname/api/v3/enterprise/encryption
+ ```
+
+2. Optionally, check the status of the delete operation.
+
+ ```shell
+ curl -X GET http(s)://hostname/api/v3/enterprise/encryption/status/request_id
+ ```
+
+### Leia mais
+
+- "[Encryption at rest](/rest/reference/enterprise-admin#encryption-at-rest)" in the REST API documentation
diff --git a/translations/pt-BR/content/admin/configuration/configuring-dns-nameservers.md b/translations/pt-BR/content/admin/configuration/configuring-dns-nameservers.md
index 9ec17da894..a560051a5b 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-dns-nameservers.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-dns-nameservers.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-Os servidores de nomes que você especificar devem resolver o nome de host da {% data variables.product.product_location_enterprise %}.
+Os servidores de nomes que você especificar devem resolver o nome de host da {% data variables.product.product_location %}.
{% data reusables.enterprise_installation.changing-hostname-not-supported %}
@@ -28,7 +28,7 @@ Os servidores de nomes que você especificar devem resolver o nome de host da {%
```
3. Adicione quaisquer entradas `nameserver` e salve o arquivo.
4. Depois de verificar suas alterações, salve o arquivo.
-5. Para adicionar suas novas entradas de servidor de nomes à {% data variables.product.product_location_enterprise %}, insira:
+5. Para adicionar suas novas entradas de servidor de nomes à {% data variables.product.product_location %}, insira:
```shell
$ sudo service resolvconf restart
```
diff --git a/translations/pt-BR/content/admin/configuration/configuring-email-for-notifications.md b/translations/pt-BR/content/admin/configuration/configuring-email-for-notifications.md
new file mode 100644
index 0000000000..a64ee9b62f
--- /dev/null
+++ b/translations/pt-BR/content/admin/configuration/configuring-email-for-notifications.md
@@ -0,0 +1,167 @@
+---
+title: Configurar notificações de e-mail
+redirect_from:
+ - /enterprise/admin/guides/installation/email-configuration/
+ - /enterprise/admin/articles/configuring-email/
+ - /enterprise/admin/articles/troubleshooting-email/
+ - /enterprise/admin/articles/email-configuration-and-troubleshooting/
+ - /enterprise/admin/user-management/configuring-email-for-notifications
+intro: 'To make it easy for users to respond quickly to activity on {% data variables.product.product_name %}, you can configure your enterprise to send email notifications on issue, pull request, and commit comments{% if enterpriseServerVersions contains currentVersion %}, as well as additional settings to allow inbound email replies{% endif %}.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+Os e-mails de notificação serão enviados se houver atividades no repositório em que o usuário estiver participando, se houver atividades em pull requests ou problemas em que ele esteja envolvido, ou se houver @menções ao usuário ou à equipe da qual ele é integrante.
+
+{% if currentVersion == "github-ae@latest" %}
+Your dedicated technical account manager in
+{% data variables.contact.github_support %} can configure email for notifications to be sent through your SMTP server. Make sure you include the following details in your support request.
+
+- Your SMTP server address
+- The port your SMTP server uses to send email
+- The domain name that your SMTP server will send with a HELO response, if any
+- The type of encryption used by your SMTP server
+- The no-reply email address to use in the `From` and `To` field for all notifications
+
+For more information about contacting support, see "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)."
+{% else %}
+### Configurar SMTP
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+2. Na parte superior da página, clique em **Settings** (Configurações). 
+3. Na barra lateral esquerda, clique em **Email**. 
+4. Selecione **Enable email** (Habilitar e-mail). Fazer isso vai habilitar os e-mails enviados (saída) e recebidos (entrada). No entanto, para que o recebimento de e-mails funcione, você terá que definir suas configurações de DNS conforme descrito em "[Configurar o DNS e o firewall para o recebimento de e-mails](#configuring-dns-and-firewall-settings-to-allow-incoming-emails)". 
+5. Defina as configurações do seu servidor de e-mail:
+ - No campo **Server address** (Endereço do servidor), digite o endereço do seu servidor SMTP.
+ - No campo **Port** (Porta), digite a porta que o servidor SMTP usa para enviar e-mails.
+ - No campo **Domain** (Domínio), digite o nome do domínio que o servidor SMTP enviará com resposta HELO, se houver.
+ - No menu suspenso **Authentication** (Autenticação), escolha o tipo de criptografia usado pelo servidor SMTP.
+ - No campo **No-reply email address** (Endereço de e-mail no-reply), digite o endereço de e-mail para usar nos campos De e Para em todos os e-mails de notificação.
+
+ {% note %}
+
+ **Observação:** se você marcar a caixa de seleção **Send from author** (Enviar do autor) no webhook de e-mail de um repositório **Services** (Serviços), os e-mails de saída do repositório em questão serão enviados pelo autor, e não pelo endereço de e-mail no-reply. Para obter mais informações, consulte "[Sobre notificações de email para push no seu repositório](/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository)".
+
+ {% endnote %}
+
+6. Se você quiser descartar todos os e-mails recebidos destinados ao endereço no-reply, selecione **Discard email addressed to the no-reply email address** (Descartar e-mails recebidos no endereço no-reply). 
+7. Em **Support** (Suporte), escolha um tipo de link para dar suporte adicional aos usuários:
+ - **Email:** endereço de e-mail interno.
+ - **URL:** link para um site interno de suporte. Você deve incluir `http://` ou `https://`. 
+8. [Teste a entrega de e-mails](#testing-email-delivery).
+
+### Configurar DNS e firewall para o recebimento de e-mails
+
+Se quiser permitir o recebimento de respostas para os e-mails de notificação, você deverá definir suas configurações DNS.
+
+1. A porta 25 da instância deve estar acessível para o seu servidor SMTP.
+2. Crie um registro A que aponte para `reply.[hostname]`. Dependendo do provedor DNS e da configuração do host da instância, você poderá criar um único registro A que aponte para `*.[hostname]`.
+3. Crie um registro MX que aponte para `reply.[hostname]`, de forma que os e-mails desse domínio sejam roteados para a instância.
+4. Crie um registro MX que aponte `noreply.[hostname]` para `[hostname]`, de forma que as respostas ao endereço `cc` nos e-mails de notificação sejam roteadas para a instância. Para obter mais informações, consulte {% if currentVersion ver_gt "enterprise-server@2.20" %}"[Configurar notificações](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[Sobre notificações de e-mail](/github/receiving-notifications-about-activity-on-github/about-email-notifications){% endif %}".
+
+Com essas definições de DNS, agora você pode testar se a configuração funciona.
+
+### Testar a entrega de e-mails
+
+1. Na parte superior da seção **Email**, clique em **Test email settings** (Testar configurações de e-mail). 
+2. No campo **Send test email to** (Enviar e-mail de teste para), digite um endereço que receberá o e-mail de teste. 
+3. Clique em **Send test email** (Enviar e-mail de teste). 
+
+ {% tip %}
+
+ **Dica:** se ocorrerem erros de SMTP durante o envio de um e-mail de teste, como falhas de entrega imediatas ou erros de configuração de e-mail de saída, você os verá na caixa de diálogo Configurações de e-mail de teste.
+
+ {% endtip %}
+
+4. Se houver falha no teste, consulte a [solução de problemas das suas configurações de e-mail](#troubleshooting-email-delivery).
+5. Quando o teste for concluído com êxito, clique em **Save settings** (Salvar configurações) na parte inferior da página. 
+6. Aguarde a conclusão da execução de suas configurações. 
+
+### Resolver problemas na entrega de e-mails
+
+#### Criar um pacote de suporte
+
+Se não conseguir determinar o que houve de errado na mensagem de erro exibida, você pode baixar um [pacote de suporte](/enterprise/{{ currentVersion }}/admin/guides/enterprise-support/providing-data-to-github-support) com toda a conversa SMTP entre o seu servidor de e-mail e o {% data variables.product.prodname_ghe_server %}. Depois de fazer o download e extrair o pacote, verifique as entradas em *enterprise-manage-logs/unicorn.log* e veja o log completo de conversas SMTP com os erros relacionados.
+
+O log unicorn mostrará uma transação semelhante a esta:
+
+```shell
+Este é um e-mail de teste gerado em https://10.0.0.68/setup/settings
+Conexão aberta: smtp.yourdomain.com:587
+-> "220 smtp.yourdomain.com ESMTP nt3sm2942435pbc.14\r\n"
+<- "EHLO yourdomain.com\r\n"
+-> "250-smtp.yourdomain.com at your service, [1.2.3.4]\r\n"
+-> "250-SIZE 35882577\r\n"
+-> "250-8BITMIME\r\n"
+-> "250-STARTTLS\r\n"
+-> "250-ENHANCEDSTATUSCODES\r\n"
+-> "250 PIPELINING\r\n"
+<- "STARTTLS\r\n"
+-> "220 2.0.0 Pronto para começar TLS\r\n"
+Conexão TLS iniciada
+<- "EHLO yourdomain.com\r\n"
+-> "250-smtp.yourdomain.com at your service, [1.2.3.4]\r\n"
+-> "250-SIZE 35882577\r\n"
+-> "250-8BITMIME\r\n"
+-> "250-AUTH LOGIN PLAIN XOAUTH\r\n"
+-> "250-ENHANCEDSTATUSCODES\r\n"
+-> "250 PIPELINING\r\n"
+<- "AUTH LOGIN\r\n"
+-> "334 VXNlcm5hbWU6\r\n"
+<- "dGhpc2lzbXlAYWRkcmVzcy5jb20=\r\n"
+-> "334 UGFzc3dvcmQ6\r\n"
+<- "aXRyZWFsbHl3YXM=\r\n"
+-> "535-5.7.1 Nome de usuário e senha não aceitos. Saiba mais em\r\n"
+-> "535 5.7.1 http://support.yourdomain.com/smtp/auth-not-accepted nt3sm2942435pbc.14\r\n"
+```
+
+Esse log mostra que o appliance:
+
+* Abriu uma conexão com o servidor SMTP (`Conexão aberta: smtp.yourdomain.com:587`);
+* Fez a conexão com êxito e decidiu usar TLS (`Conexão TLS iniciada`);
+* A autenticação de `login` foi feita (`<- "AUTH LOGIN\r\n"`);
+* O servidor SMTP rejeitou a autenticação como inválida (`-> "535-5.7.1 Nome de usuário e senha não aceitos.`).
+
+#### Consultar logs da {% data variables.product.product_location %}
+
+Se você tiver que verificar o funcionamento do recebimento de e-mails, examine dois arquivos de log na sua instância: */var/log/mail.log* e */var/log/mail-replies/metroplex.log*.
+
+*/var/log/mail.log* verifica se as mensagens estão chegando ao seu servidor. Veja um exemplo de resposta de e-mail com êxito:
+
+```
+Oct 30 00:47:18 54-171-144-1 postfix/smtpd[13210]: conectado de st11p06mm-asmtp002.mac.com[17.172.124.250]
+Oct 30 00:47:19 54-171-144-1 postfix/smtpd[13210]: 51DC9163323: client=st11p06mm-asmtp002.mac.com[17.172.124.250]
+Oct 30 00:47:19 54-171-144-1 postfix/cleanup[13216]: 51DC9163323: message-id=
+Oct 30 00:47:19 54-171-144-1 postfix/qmgr[17250]: 51DC9163323: from=, size=5048, nrcpt=1 (fila ativa)
+Oct 30 00:47:19 54-171-144-1 postfix/virtual[13217]: 51DC9163323: to=, relay=virtual, delay=0.12, delays=0.11/0/0/0, dsn=2.0.0, status=sent (entregue a maildir)
+Oct 30 00:47:19 54-171-144-1 postfix/qmgr[17250]: 51DC9163323: removido
+Oct 30 00:47:19 54-171-144-1 postfix/smtpd[13210]: desconectado de st11p06mm-asmtp002.mac.com[17.172.124.250]
+```
+
+Observe que o cliente se conecta e depois a fila fica ativa. Em seguida, a mensagem é entregue, o cliente é removido da fila e a sessão é desconectada.
+
+*/var/log/mail-replies/metroplex.log* mostra se os e-mails de entrada estão sendo processados para adicionar problemas e pull requests como respostas. Veja um exemplo de mensagem com êxito:
+
+```
+[2014-10-30T00:47:23.306 INFO (5284) #] metroplex: processing
+[2014-10-30T00:47:23.333 DEBUG (5284) #] Matched /data/user/mail/reply/new/1414630039.Vfc00I12000eM445784.ghe-tjl2-co-ie
+[2014-10-30T00:47:23.334 DEBUG (5284) #] Moving /data/user/mail/reply/new/1414630039.Vfc00I12000eM445784.ghe-tjl2-co-ie => /data/user/incoming-mail/success
+```
+
+Você verá que `metroplex` capta a mensagem de entrada, processa a mensagem e depois move o arquivo para `/data/user/incoming-mail/success`.
+
+#### Verificar as configurações DNS
+
+Para processar corretamente os e-mails de entrada, você deve configurar um registro A válido (ou CNAME) e um registro MX. Para obter mais informações, consulte "[Configurar DNS e firewall para o recebimento de e-mails](#configuring-dns-and-firewall-settings-to-allow-incoming-emails)".
+
+#### Verificar as configurações de firewall ou grupo de segurança do AWS
+
+Se a {% data variables.product.product_location %} estiver atrás de um firewall ou estiver funcionando com um grupo de segurança do AWS, verifique se a porta 25 está aberta para todos os servidores de e-mail que enviam mensagens para `reply@reply.[hostname]`.
+
+#### Entrar em contato com o suporte
+If you're still unable to resolve the problem, contact
+
+{% data variables.contact.contact_ent_support %}. Para nos ajudar a resolver a questão, anexe o arquivo de saída de `http(s)://[hostname]/setup/diagnostics` ao seu e-mail.
+{% endif %}
diff --git a/translations/pt-BR/content/admin/configuration/configuring-github-pages-for-your-enterprise.md b/translations/pt-BR/content/admin/configuration/configuring-github-pages-for-your-enterprise.md
new file mode 100644
index 0000000000..e7f2358345
--- /dev/null
+++ b/translations/pt-BR/content/admin/configuration/configuring-github-pages-for-your-enterprise.md
@@ -0,0 +1,65 @@
+---
+title: Configuring GitHub Pages for your enterprise
+intro: 'You can enable or disable {% data variables.product.prodname_pages %} for your enterprise and choose whether to make sites publicly accessible.'
+redirect_from:
+ - /enterprise/admin/guides/installation/disabling-github-enterprise-pages/
+ - /enterprise/admin/guides/installation/configuring-github-enterprise-pages/
+ - /enterprise/admin/installation/configuring-github-pages-on-your-appliance
+ - /enterprise/admin/configuration/configuring-github-pages-on-your-appliance
+ - /admin/configuration/configuring-github-pages-on-your-appliance
+ - /enterprise/admin/guides/installation/configuring-github-pages-for-your-enterprise/
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Enabling public sites for {% data variables.product.prodname_pages %}
+
+{% if enterpriseServerVersions contains currentVersion %}If private mode is enabled on your enterprise, the {% else %}The {% endif %}public cannot access {% data variables.product.prodname_pages %} sites hosted by your enterprise unless you enable public sites.
+
+{% warning %}
+
+**Warning:** If you enable public sites for {% data variables.product.prodname_pages %}, every site in every repository on your enterprise will be accessible to the public.
+
+{% endwarning %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+{% data reusables.enterprise_management_console.pages-tab %}
+4. Selecione **Public Pages** (Pages público). 
+{% data reusables.enterprise_management_console.save-settings %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.pages-tab %}
+5. Under "Pages policies", select **Public {% data variables.product.prodname_pages %}**. 
+{% data reusables.enterprise-accounts.pages-policies-save %}
+{% endif %}
+
+### Disabling {% data variables.product.prodname_pages %} for your enterprise
+
+{% if enterpriseServerVersions contains currentVersion %}
+If subdomain isolation is disabled for your enterprise, you should also disable
+{% data variables.product.prodname_pages %} to protect yourself from potential security vulnerabilities. Para obter mais informações, consulte "[Habilitar o isolamento de subdomínio](/admin/configuration/enabling-subdomain-isolation)".
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.management-console %}
+{% data reusables.enterprise_management_console.pages-tab %}
+4. Desmarque a seleção na caixa **Enable Pages** (Habilitar Pages). 
+{% data reusables.enterprise_management_console.save-settings %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.pages-tab %}
+5. Under "Pages policies", deselect **Enable {% data variables.product.prodname_pages %}**. 
+{% data reusables.enterprise-accounts.pages-policies-save %}
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+### Leia mais
+
+- "[Enabling private mode](/admin/configuration/enabling-private-mode)"
+{% endif %}
diff --git a/translations/pt-BR/content/admin/configuration/configuring-rate-limits.md b/translations/pt-BR/content/admin/configuration/configuring-rate-limits.md
index 89d96f73a8..21949870e7 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-rate-limits.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-rate-limits.md
@@ -30,7 +30,7 @@ Habilitar limites de taxa na {{ site.data.variables.product.prodname_enterprise_
### Habilitar limites de taxa de abuso
-Definir limites de taxa de abuso protege o nível geral de serviço na {% data variables.product.product_location_enterprise %}.
+Definir limites de taxa de abuso protege o nível geral de serviço na {% data variables.product.product_location %}.
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
diff --git a/translations/pt-BR/content/admin/configuration/configuring-tls.md b/translations/pt-BR/content/admin/configuration/configuring-tls.md
index b5a05aad24..b6858c23f2 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-tls.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-tls.md
@@ -1,6 +1,6 @@
---
title: Configurar o TLS
-intro: 'Você pode configurar o protocolo de Segurança de Camada de Transporte (TLS, Transport Layer Security) na {% data variables.product.product_location_enterprise %} para uso de certificados assinados por uma autoridade de certificação confiável.'
+intro: 'Você pode configurar o protocolo de Segurança de Camada de Transporte (TLS, Transport Layer Security) na {% data variables.product.product_location %} para uso de certificados assinados por uma autoridade de certificação confiável.'
redirect_from:
- /enterprise/admin/articles/ssl-configuration/
- /enterprise/admin/guides/installation/about-tls/
@@ -51,9 +51,9 @@ Let's Encrypt é uma autoridade de certificação pública que emite certificado
{% data reusables.enterprise_installation.lets-encrypt-prerequisites %}
-Ao habilitar a automação do gerenciamento de certificados TLS usando o Let's Encrypt, sua {% data variables.product.product_location_enterprise %} entrará em contato com os servidores do Let's Encrypt para obter um certificado. Para renovar um certificado, os servidores do Let's Encrypt devem validar o controle do nome de domínio configurado com solicitações HTTP de entrada.
+Ao habilitar a automação do gerenciamento de certificados TLS usando o Let's Encrypt, sua {% data variables.product.product_location %} entrará em contato com os servidores do Let's Encrypt para obter um certificado. Para renovar um certificado, os servidores do Let's Encrypt devem validar o controle do nome de domínio configurado com solicitações HTTP de entrada.
-Você também pode usar o utilitário de linha de comando `ghe-ssl-acme` na {% data variables.product.product_location_enterprise %} para gerar automaticamente um certificado Let's Encrypt. Para obter mais informações, consulte "[Utilitários de linha de comando](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-ssl-acme)".
+Você também pode usar o utilitário de linha de comando `ghe-ssl-acme` na {% data variables.product.product_location %} para gerar automaticamente um certificado Let's Encrypt. Para obter mais informações, consulte "[Utilitários de linha de comando](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-ssl-acme)".
### Configurar o TLS usando Let's Encrypt
diff --git a/translations/pt-BR/content/admin/configuration/configuring-your-enterprise.md b/translations/pt-BR/content/admin/configuration/configuring-your-enterprise.md
index bb85f516b2..86c9b6baae 100644
--- a/translations/pt-BR/content/admin/configuration/configuring-your-enterprise.md
+++ b/translations/pt-BR/content/admin/configuration/configuring-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Configurar a sua empresa
-intro: 'Quando o {% data variables.product.prodname_ghe_server %} estiver pronto para uso, você poderá configurar o appliance conforme as demandas da sua organização.'
+intro: "After {% data variables.product.product_name %} is up and running, you can configure your enterprise to suit your organization's needs."
redirect_from:
- /enterprise/admin/guides/installation/basic-configuration/
- /enterprise/admin/guides/installation/administrative-tools/
@@ -11,5 +11,6 @@ redirect_from:
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md b/translations/pt-BR/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
index ab7dcb7745..b85293af35 100644
--- a/translations/pt-BR/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
+++ b/translations/pt-BR/content/admin/configuration/connecting-github-enterprise-server-to-github-enterprise-cloud.md
@@ -43,8 +43,7 @@ Para obter mais informações sobre o gerenciamento de contas corporativas usand
1. Fazer login em
{% data variables.product.product_location_enterprise %} e {% data variables.product.prodname_dotcom_the_website %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Em "{% data variables.product.prodname_dotcom_the_website %} ainda não está habilitado", clique em **Enable {% data variables.product.prodname_github_connect %}** (Habilitar o {% data variables.product.prodname_github_connect %}). Ao clicar em **Enable {% data variables.product.prodname_github_connect %}** (Habilitar o {% data variables.product.prodname_github_connect %}), você concorda com o {% data variables.product.prodname_github_connect %} Adendo ao contrato de licença do {% data variables.product.prodname_enterprise %}. 
@@ -54,8 +53,7 @@ Para obter mais informações sobre o gerenciamento de contas corporativas usand
Ao se desconectar do {% data variables.product.prodname_ghe_cloud %}, o {% data variables.product.prodname_github_app %} do {% data variables.product.prodname_github_connect %} é excluído da sua conta corporativa ou organização e as credenciais armazenadas na {% data variables.product.product_location_enterprise %} são excluídas.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Ao lado da conta corporativa ou organização que você gostaria de desconectar, clique em **Disable {% data variables.product.prodname_github_connect %})** (Desabilitar o {% data variables.product.prodname_github_connect %}). 
diff --git a/translations/pt-BR/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md b/translations/pt-BR/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
index 195a537d7c..d76d5be091 100644
--- a/translations/pt-BR/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
+++ b/translations/pt-BR/content/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server.md
@@ -1,6 +1,6 @@
---
title: Habilitar alertas para dependências vulneráveis no GitHub Enterprise Server
-intro: 'Você pode conectar {% data variables.product.product_location_enterprise %} a {% data variables.product.prodname_ghe_cloud %} e habilitar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} para dependências vulneráveis nos repositórios na sua instância.'
+intro: 'Você pode conectar {% data variables.product.product_location %} a {% data variables.product.prodname_ghe_cloud %} e habilitar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} para dependências vulneráveis nos repositórios na sua instância.'
redirect_from:
- /enterprise/admin/installation/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
- /enterprise/admin/configuration/enabling-security-alerts-for-vulnerable-dependencies-on-github-enterprise-server
@@ -14,17 +14,17 @@ versions:
{% data reusables.repositories.tracks-vulnerabilities %} Para obter mais informações, consulte "[Sobre alertas de dependências vulneráveis](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)".
-Você pode conectar {% data variables.product.product_location_enterprise %} a {% data variables.product.prodname_dotcom_the_website %} e, em seguida, sincronizar os dados de vulnerabilidade na instância e gerar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} em repositórios com uma dependência vulnerável.
+Você pode conectar {% data variables.product.product_location %} a {% data variables.product.prodname_dotcom_the_website %} e, em seguida, sincronizar os dados de vulnerabilidade na instância e gerar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} em repositórios com uma dependência vulnerável.
-Depois de conectar {% data variables.product.product_location_enterprise %} a {% data variables.product.prodname_dotcom_the_website %} e habilitar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} para dependências vulneráveis, os dados de vulnerabilidade serão sincronizados de {% data variables.product.prodname_dotcom_the_website %} para a sua instância uma vez por hora. Também é possível sincronizar os dados de vulnerabilidade manualmente a qualquer momento. Nenhum código ou informações sobre o código da {% data variables.product.product_location_enterprise %} são carregados para o {% data variables.product.prodname_dotcom_the_website %}.
+Depois de conectar {% data variables.product.product_location %} a {% data variables.product.prodname_dotcom_the_website %} e habilitar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} para dependências vulneráveis, os dados de vulnerabilidade serão sincronizados de {% data variables.product.prodname_dotcom_the_website %} para a sua instância uma vez por hora. Também é possível sincronizar os dados de vulnerabilidade manualmente a qualquer momento. Nenhum código ou informações sobre o código da {% data variables.product.product_location %} são carregados para o {% data variables.product.prodname_dotcom_the_website %}.
-{% if currentVersion ver_gt "enterprise-server@2. 1" %}Quando {% data variables.product.product_location_enterprise %} recebe informações sobre uma vulnerabilidade, ele identifica repositórios na sua instância que usam a versão afetada da dependência e enviará alertas de {% data variables.product.prodname_dependabot_short %}. Você pode personalizar como receber alertas de {% data variables.product.prodname_dependabot_short %}. Para obter mais informações, consulte "[Configurar notificações para dependências vulneráveis](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-github-dependabot-alerts)".
+{% if currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate {% data variables.product.prodname_dependabot_short %} alerts. Você pode personalizar como receber alertas de {% data variables.product.prodname_dependabot_short %}. Para obter mais informações, consulte "[Configurar notificações para dependências vulneráveis](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-github-dependabot-alerts)".
{% endif %}
-{% if currentVersion == "enterprise-server@2. 1" %}Quando {% data variables.product.product_location_enterprise %} recebe informações sobre uma vulnerabilidade, ele identifica repositórios na sua instância que usam a versão afetada da dependência e envia alertas de segurança. Você pode personalizar a forma como recebe os alertas de segurança. Para obter mais informações, consulte "[Configurar notificações para dependências vulneráveis](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)".
+{% if currentVersion == "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. Você pode personalizar a forma como recebe os alertas de segurança. Para obter mais informações, consulte "[Configurar notificações para dependências vulneráveis](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies/#configuring-notifications-for-security-alerts)".
{% endif %}
-{% if currentVersion ver_lt "enterprise-server@2. 1" %}Quando {% data variables.product.product_location_enterprise %} recebe informações sobre uma vulnerabilidade, ele identifica repositórios na sua instância que usam a versão afetada da dependência e envia alertas de segurança. Você pode personalizar a forma como recebe os alertas de segurança. Para obter mais informações, consulte "[Escolher o método de entrega das suas notificações](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications#choosing-the-delivery-method-for-security-alerts-for-vulnerable-dependencies)".
+{% if currentVersion ver_lt "enterprise-server@2.21" %}When {% data variables.product.product_location %} receives information about a vulnerability, it will identify repositories in your instance that use the affected version of the dependency and generate security alerts. Você pode personalizar a forma como recebe os alertas de segurança. Para obter mais informações, consulte "[Escolher o método de entrega das suas notificações](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications#choosing-the-delivery-method-for-security-alerts-for-vulnerable-dependencies)".
{% endif %}
{% if currentVersion ver_gt "enterprise-server@2.21" %}
@@ -33,7 +33,7 @@ Depois de conectar {% data variables.product.product_location_enterprise %} a {%
### Habilitar alertas de segurança para dependências vulneráveis no {% data variables.product.prodname_ghe_server %}
{% endif %}
-Antes de habilitar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} de dependências vulneráveis em {% data variables.product.product_location_enterprise %}, você deve conectar {% data variables.product.product_location_enterprise %} a {% data variables.product.prodname_dotcom_the_website %}. Para obter mais informações, consulte "[Conectar o {% data variables.product.prodname_ghe_server %} ao {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)".
+Antes de habilitar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} de dependências vulneráveis em {% data variables.product.product_location %}, você deve conectar {% data variables.product.product_location %} a {% data variables.product.prodname_dotcom_the_website %}. Para obter mais informações, consulte "[Conectar o {% data variables.product.prodname_ghe_server %} ao {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)".
{% if currentVersion ver_gt "enterprise-server@2.20" %}
@@ -44,7 +44,7 @@ Antes de habilitar {% if currentVersion ver_gt "enterprise-server@2. 1" %}{% dat
{% endif %}
{% data reusables.enterprise_site_admin_settings.sign-in %}
-1. No shell administrativo, habilite os {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} de dependências vulneráveis em {% data variables.product.product_location_enterprise %}:
+1. No shell administrativo, habilite os {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %} de dependências vulneráveis em {% data variables.product.product_location %}:
``` shell
$ ghe-dep-graph-enable
```
@@ -57,8 +57,7 @@ $ ghe-dep-graph-enable
3. Retornar para
{% data variables.product.prodname_ghe_server %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}{% if currentVersion ver_gt "enterprise-server@2.20" %}
5. Em "Repositories can be scanned for vulnerabilities" (Os repositórios podem ser examinados para vulnerabilidades), use o menu suspenso e clique em **Enabled without notifications** (Habilitado sem notificações). Opcionalmente, para habilitar alertas com notificações, selecione **Enabled with notifications**(Habilitado com notificações).{% else %}
@@ -68,7 +67,7 @@ $ ghe-dep-graph-enable
### Exibir dependências vulneráveis no {% data variables.product.prodname_ghe_server %}
-Você pode exibir todas as vulnerabilidades na {% data variables.product.product_location_enterprise %} e sincronizar manualmente os dados de vulnerabilidade do {% data variables.product.prodname_dotcom_the_website %} para atualizar a lista.
+Você pode exibir todas as vulnerabilidades na {% data variables.product.product_location %} e sincronizar manualmente os dados de vulnerabilidade do {% data variables.product.prodname_dotcom_the_website %} para atualizar a lista.
{% data reusables.enterprise_site_admin_settings.access-settings %}
2. Na barra lateral esquerda, clique em **Vulnerabilities** (Vulnerabilidades). 
diff --git a/translations/pt-BR/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md b/translations/pt-BR/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
index 20d17fe6e1..58a1f1f9f7 100644
--- a/translations/pt-BR/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
+++ b/translations/pt-BR/content/admin/configuration/enabling-and-scheduling-maintenance-mode.md
@@ -1,6 +1,6 @@
---
title: Habilitar e programar o modo de manutenção
-intro: 'Alguns procedimentos de manutenção padrão, como atualizar a {% data variables.product.product_location_enterprise %} ou fazer backups de restauração, exigem que a instância esteja offline para uso normal.'
+intro: 'Alguns procedimentos de manutenção padrão, como atualizar a {% data variables.product.product_location %} ou fazer backups de restauração, exigem que a instância esteja offline para uso normal.'
redirect_from:
- /enterprise/admin/maintenance-mode/
- /enterprise/admin/categories/maintenance-mode/
@@ -16,7 +16,7 @@ versions:
### Sobre o modo de manutenção
-Alguns tipos de operações requerem que a {% data variables.product.product_location_enterprise %} esteja offline e no modo de manutenção:
+Alguns tipos de operações requerem que a {% data variables.product.product_location %} esteja offline e no modo de manutenção:
- Atualizar para uma nova versão do {% data variables.product.prodname_ghe_server %};
- Aumentar a capacidade dos recursos de CPU, memória ou armazenamento alocados na máquina virtual;
- Migrar dados de uma máquina virtual para outra;
diff --git a/translations/pt-BR/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md b/translations/pt-BR/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
index 1ff34a08a3..27bb0851be 100644
--- a/translations/pt-BR/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
+++ b/translations/pt-BR/content/admin/configuration/enabling-automatic-user-license-sync-between-github-enterprise-server-and-github-enterprise-cloud.md
@@ -19,8 +19,7 @@ Você também pode fazer upload manualmente das informações de licença do usu
Antes de habilitar a sincronização de licença na {% data variables.product.product_location_enterprise %}, conecte a {% data variables.product.product_location_enterprise %} ao {% data variables.product.prodname_dotcom_the_website %}. Para obter mais informações, consulte "[Conectar o {% data variables.product.prodname_ghe_server %} ao {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)".
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
5. Em "Server can sync user license count and usage" (Servidor pode sincronizar contagem e uso de licenças de usuário), selecione **Enabled** (Habilitado) no menu suspenso. 
diff --git a/translations/pt-BR/content/admin/configuration/enabling-private-mode.md b/translations/pt-BR/content/admin/configuration/enabling-private-mode.md
index 2938d3d19b..06224707ea 100644
--- a/translations/pt-BR/content/admin/configuration/enabling-private-mode.md
+++ b/translations/pt-BR/content/admin/configuration/enabling-private-mode.md
@@ -11,11 +11,11 @@ versions:
enterprise-server: '*'
---
-Você deve habilitar o modo privado se a {% data variables.product.product_location_enterprise %} estiver acessível publicamente pela Internet. No modo privado, os usuários não podem clonar anonimamente repositórios em `git://`. Se a autenticação integrada também estiver habilitada, o administrador deverá convidar novos usuários para criar uma conta na instância. Para obter mais informações, consulte "[Usar autenticação integrada](/enterprise/{{ currentVersion }}/admin/guides/user-management/using-built-in-authentication)".
+Você deve habilitar o modo privado se a {% data variables.product.product_location %} estiver acessível publicamente pela Internet. No modo privado, os usuários não podem clonar anonimamente repositórios em `git://`. Se a autenticação integrada também estiver habilitada, o administrador deverá convidar novos usuários para criar uma conta na instância. Para obter mais informações, consulte "[Usar autenticação integrada](/enterprise/{{ currentVersion }}/admin/guides/user-management/using-built-in-authentication)".
{% data reusables.enterprise_installation.image-urls-viewable-warning %}
-Com o modo privado habilitado, você pode permitir que operações não autenticadas do Git (e qualquer pessoa com acesso de rede à {% data variables.product.product_location_enterprise %}) leia o código de um repositório público na sua instância com o acesso de leitura anônimo do Git habilitado. Para obter mais informações, consulte "[Permitir que administradores habilitem o acesso de leitura anônimo do Git a repositórios públicos](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories)".
+Com o modo privado habilitado, você pode permitir que operações não autenticadas do Git (e qualquer pessoa com acesso de rede à {% data variables.product.product_location %}) leia o código de um repositório público na sua instância com o acesso de leitura anônimo do Git habilitado. Para obter mais informações, consulte "[Permitir que administradores habilitem o acesso de leitura anônimo do Git a repositórios públicos](/enterprise/{{ currentVersion }}/admin/guides/user-management/allowing-admins-to-enable-anonymous-git-read-access-to-public-repositories)".
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
diff --git a/translations/pt-BR/content/admin/configuration/enabling-subdomain-isolation.md b/translations/pt-BR/content/admin/configuration/enabling-subdomain-isolation.md
index 82b7c9bb2b..62464419a5 100644
--- a/translations/pt-BR/content/admin/configuration/enabling-subdomain-isolation.md
+++ b/translations/pt-BR/content/admin/configuration/enabling-subdomain-isolation.md
@@ -11,7 +11,7 @@ versions:
### Sobre isolamento de subdomínio
-O isolamento de subdomínios reduz os problemas de script entre sites e outras vulnerabilidades relacionadas. Para obter mais informações, leia mais sobre [scripts entre sites](http://en.wikipedia.org/wiki/Cross-site_scripting) na Wikipedia. É altamente recomendável habilitar o isolamento de subdomínio para a {% data variables.product.product_location_enterprise %}.
+O isolamento de subdomínios reduz os problemas de script entre sites e outras vulnerabilidades relacionadas. Para obter mais informações, leia mais sobre [scripts entre sites](http://en.wikipedia.org/wiki/Cross-site_scripting) na Wikipedia. É altamente recomendável habilitar o isolamento de subdomínio para a {% data variables.product.product_location %}.
Quando o isolamento do subdomínio está ativado, o {% data variables.product.prodname_ghe_server %} substitui vários caminhos pelos subdomínios.
diff --git a/translations/pt-BR/content/admin/configuration/index.md b/translations/pt-BR/content/admin/configuration/index.md
index 12c6846c6e..3024b7a519 100644
--- a/translations/pt-BR/content/admin/configuration/index.md
+++ b/translations/pt-BR/content/admin/configuration/index.md
@@ -1,23 +1,35 @@
---
title: Configurar o GitHub Enterprise
shortTitle: Configurar o GitHub Enterprise
-intro: 'Depois que o {% data variables.product.prodname_ghe_server %} estiver instalado e configurado, você poderá configurar o aplicativo para atender às necessidades da sua organização.'
+intro: "You can configure your enterprise to suit your organization's needs."
redirect_from:
- /enterprise/admin/configuration
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% note %}
+
+**Observação:** Para configurar {% data variables.product.prodname_actions %} ou {% data variables.product.prodname_registry %} para sua empresa, veja "[Gerenciar o GitHub Actions para a sua empresa](/admin/github-actions)" ou "[Gerenciar pacotes do GitHub para a sua empresa](/admin/packages)".
+
+{% endnote %}
+{% endif %}
### Índice
{% topic_link_in_list /configuring-your-enterprise %}
+ {% link_in_list /about-enterprise-configuration %}
+ {% link_in_list /initializing-github-ae %}
{% link_in_list /accessing-the-management-console %}
{% link_in_list /accessing-the-administrative-shell-ssh %}
+ {% link_in_list /configuring-data-encryption-for-your-enterprise %}
{% link_in_list /enabling-and-scheduling-maintenance-mode %}
{% link_in_list /configuring-backups-on-your-appliance %}
{% link_in_list /site-admin-dashboard %}
{% link_in_list /enabling-private-mode %}
+ {% link_in_list /configuring-email-for-notifications %}
{% link_in_list /configuring-rate-limits %}
{% link_in_list /configuring-applications %}
@@ -25,7 +37,8 @@ versions:
{% link_in_list /troubleshooting-ssl-errors %}
{% link_in_list /configuring-time-synchronization %}
{% link_in_list /command-line-utilities %}
- {% link_in_list /configuring-github-pages-on-your-appliance %}
+ {% link_in_list /restricting-network-traffic-to-your-enterprise %}
+ {% link_in_list /configuring-github-pages-for-your-enterprise %}
{% topic_link_in_list /configuring-network-settings %}
{% link_in_list /configuring-the-ip-address-using-the-virtual-machine-console %}
{% link_in_list /configuring-dns-nameservers %}
@@ -49,11 +62,3 @@ versions:
{% topic_link_in_list /configuring-advanced-security-features %}
{% link_in_list /configuring-code-scanning-for-your-appliance %}
-
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
-{% note %}
-
-**Observação:** Para configurar {% data variables.product.prodname_actions %} ou {% data variables.product.prodname_registry %} para sua empresa, veja "[Gerenciar o GitHub Actions para a sua empresa](/admin/github-actions)" ou "[Gerenciar pacotes do GitHub para a sua empresa](/admin/packages)".
-
-{% endnote %}
-{% endif %}
diff --git a/translations/pt-BR/content/admin/configuration/initializing-github-ae.md b/translations/pt-BR/content/admin/configuration/initializing-github-ae.md
new file mode 100644
index 0000000000..aa6af7a305
--- /dev/null
+++ b/translations/pt-BR/content/admin/configuration/initializing-github-ae.md
@@ -0,0 +1,73 @@
+---
+title: Initializing GitHub AE
+intro: 'To get your enterprise ready to use, you can complete the initial configuration of {% data variables.product.product_name %}.'
+versions:
+ github-ae: '*'
+---
+
+### About initialization
+
+Before you can initialize your enterprise, you must purchase {% data variables.product.product_name %}. For more information, contact {% data variables.contact.contact_enterprise_sales %}.
+
+After you purchase {% data variables.product.product_name %}, we'll ask you to provide an email address and username for the person you want to initialize the enterprise. Your dedicated technical account manager in {% data variables.contact.enterprise_support %} will create an account for the enterprise owner and send the enterprise owner an email to log into {% data variables.product.product_name %} and complete the initialization. Make sure the information you provide matches the intended enterprise owner's information in the IdP. For more information about enterprise owners, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-owner)."
+
+During initialization, the enterprise owner will name your enterprise, configure SAML SSO, create policies for all organizations in your enterprise, and configure a support contact for your users.
+
+### Pré-requisitos
+
+{% note %}
+
+**Note**: Before you begin initialization, store the initial username and password for {% data variables.product.prodname_ghe_managed %} securely in a password manager. {% data reusables.saml.contact-support-if-your-idp-is-unavailable %}
+
+{% endnote %}
+
+1. To initialize {% data variables.product.product_location %}, you must have a SAML identity provider (IdP). {% data reusables.saml.ae-uses-saml-sso %} To connect your IdP to your enterprise during initialization, you should have your IdP's Entity ID (SSO) URL, Issuer ID URL, and public signing certificate (Base64-encoded). For more information, see "[About identity and access management for your enterprise](/admin/authentication/about-identity-and-access-management-for-your-enterprise)."
+
+ {% note %}
+
+ **Observação**: {% data reusables.saml.create-a-machine-user %}
+
+ {% endnote %}
+
+2. {% data reusables.saml.assert-the-administrator-attribute %}
+
+### Signing in and naming your enterprise
+
+1. Follow the instructions in your welcome email to reach your enterprise.
+2. Type your credentials under "Change password", then click **Change password**.
+3. Under "What would you like your enterprise account to be named?", type the enterprise's name, then click **Save and continue**. 
+
+### Connecting your IdP to your enterprise
+
+To configure authentication for {% data variables.product.product_name %}, you must provide {% data variables.product.product_name %} with the details for your SAML IdP. {% data variables.product.company_short %} recommends using Azure AD as your IdP. For more information, see "[Configuring authentication and provisioning with your identity provider](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider)."
+
+1. To the right of "Set up your identity provider", click **Configure**. 
+1. Under "Sign on URL", copy and paste the URL for your SAML IdP. 
+1. Under "Issuer", copy and paste the issuer URL for your SAML IdP. 
+1. Under "Public certificate", copy and paste the public certificate for your SAML IdP. 
+1. Click **Test SAML configuration** to ensure that the information you've entered is correct. 
+1. Clique em **Salvar**. 
+
+### Setting your enterprise policies
+
+Configuring policies will set limitations for repository and organization management for your enterprise. These can be reconfigured after the initialization process.
+
+1. To the right of "Set your enterprise policies", click **Configure**. 
+2. Under "Default Repository Permissions", use the drop-down menu and click a default permissions level for repositories in your enterprise. If a person has multiple avenues of access to an organization, either individually, through a team, or as an organization member, the highest permission level overrides any lower permission levels. Optionally, to allow organizations within your enterprise to set their default repository permissions, click **No policy** 
+3. Under "Repository creation", choose whether you want to allow members to create repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy**. 
+4. Under "Repository forking", choose whether to allow forking of private and internal repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy** 
+5. Under "Repository invitations", choose whether members or organization owners can invite collaborators to repositories. Optionally, to allow organizations within your enterprise to set permissions, click **No policy** 
+6. Under "Default repository visibility", use the drop-down menu and click the default visibility setting for new repositories. 
+7. Under "Users can create organizations", use the drop-down menu to enable or disable organization creation access for members of the enterprise. 
+8. Under "Force pushes", use the drop-down menu and choose whether to allow or block force pushes. 
+9. Under "Git SSH access", use the drop-down menu and choose whether to enable Git SSH access for all repositories in the enterprise. 
+10. Clique em **Salvar** 
+11. Optionally, to reset all selections, click "Reset to default policies". 
+
+### Setting your internal support contact
+
+You can configure the method your users will use to contact your internal support team. This can be reconfigured after the initialization process.
+
+1. To the right of "Internal support contact", click **Configure**. 
+2. Under "Internal support contact", select the method for users of your enterprise to contact support, through a URL or an e-mail address. Then, type the support contact information. 
+3. Clique em **Salvar**. 
diff --git a/translations/pt-BR/content/admin/configuration/network-ports.md b/translations/pt-BR/content/admin/configuration/network-ports.md
index 305a7c32a7..f879a8e681 100644
--- a/translations/pt-BR/content/admin/configuration/network-ports.md
+++ b/translations/pt-BR/content/admin/configuration/network-ports.md
@@ -14,16 +14,16 @@ versions:
### Portas administrativas
-Certas portas administrativas são obrigatórias para configurar a {% data variables.product.product_location_enterprise %} e executar determinados recursos. Não é preciso haver portas administrativas para os usuários finais aproveitarem os recursos básicos do aplicativo.
+Certas portas administrativas são obrigatórias para configurar a {% data variables.product.product_location %} e executar determinados recursos. Não é preciso haver portas administrativas para os usuários finais aproveitarem os recursos básicos do aplicativo.
-| Porta | Serviço | Descrição |
-| -------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| 8443 | HTTPS | {% data variables.enterprise.management_console %} seguro na web. Obrigatória para instalação e configuração básicas. |
-| 8080 | HTTP | {% data variables.enterprise.management_console %} de texto simples na web. Não é obrigatória, a menos que o SSL seja desativado manualmente. |
-| 122 | SSH | Acesso de shell à {% data variables.product.product_location_enterprise %}. É obrigatório ficar aberta para conexões de entrada de todos os outros nós em configurações de Alta Disponibilidade. A porta SSH padrão (22) é dedicada ao tráfego de rede de aplicativos Git e SSH. |
-| 1194/UDP | VPN | Túnel de rede de replicação segura em configurações de Alta Disponibilidade. É obrigatório ficar aberta para todos os outros nós na configuração. |
-| 123/UDP | NTP | Obrigatória para operações de protocolo de tempo. |
-| 161/UDP | SNMP | Obrigatória para operações de protocolo de monitoramento de rede. |
+| Porta | Serviço | Descrição |
+| -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| 8443 | HTTPS | {% data variables.enterprise.management_console %} seguro na web. Obrigatória para instalação e configuração básicas. |
+| 8080 | HTTP | {% data variables.enterprise.management_console %} de texto simples na web. Não é obrigatória, a menos que o SSL seja desativado manualmente. |
+| 122 | SSH | Acesso de shell à {% data variables.product.product_location %}. É obrigatório ficar aberta para conexões de entrada de todos os outros nós em configurações de Alta Disponibilidade. A porta SSH padrão (22) é dedicada ao tráfego de rede de aplicativos Git e SSH. |
+| 1194/UDP | VPN | Túnel de rede de replicação segura em configurações de Alta Disponibilidade. É obrigatório ficar aberta para todos os outros nós na configuração. |
+| 123/UDP | NTP | Obrigatória para operações de protocolo de tempo. |
+| 161/UDP | SNMP | Obrigatória para operações de protocolo de monitoramento de rede. |
### Portas de aplicativo para usuários finais
diff --git a/translations/pt-BR/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md b/translations/pt-BR/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md
new file mode 100644
index 0000000000..d20a711bd0
--- /dev/null
+++ b/translations/pt-BR/content/admin/configuration/restricting-network-traffic-to-your-enterprise.md
@@ -0,0 +1,11 @@
+---
+title: Restricting network traffic to your enterprise
+shortTitle: Restricting network traffic
+intro: 'You can restrict access to your enterprise to connections from specified IP addresses.'
+versions:
+ github-ae: '*'
+---
+
+By default, authorized users can access your enterprise from any IP address. You can restrict access to specific IP addresses such as your physical office locations by contacting support.
+
+Contact {% data variables.contact.github_support %} with the IP addresses that should be allowed to access your enterprise. Specify address ranges using the standard CIDR (Classless Inter-Domain Routing) format. {% data variables.contact.github_support %} will configure the appropriate firewall rules for your enterprise to restrict network access over HTTP, SSH, HTTPS, and SMTP. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/receiving-help-from-github-support)."
diff --git a/translations/pt-BR/content/admin/configuration/site-admin-dashboard.md b/translations/pt-BR/content/admin/configuration/site-admin-dashboard.md
index 7394ee02c5..7e22c2f7d3 100644
--- a/translations/pt-BR/content/admin/configuration/site-admin-dashboard.md
+++ b/translations/pt-BR/content/admin/configuration/site-admin-dashboard.md
@@ -1,6 +1,6 @@
---
title: Painel de administração do site
-intro: 'O painel de administração do site mostra uma série de ferramentas que ajudam no gerenciamento da {% data variables.product.product_location_enterprise %}.'
+intro: '{% data reusables.enterprise_site_admin_settings.about-the-site-admin-dashboard %}'
redirect_from:
- /enterprise/admin/articles/site-admin-dashboard/
- /enterprise/admin/installation/site-admin-dashboard
@@ -43,7 +43,7 @@ Para obter mais informações sobre o log de auditoria em geral, consulte "[Log
### Relatórios
-Para obter informações sobre usuários, organizações e repositórios da {% data variables.product.product_location_enterprise %}, você normalmente faria fetch de dados JSON na [API do GitHub](/rest). Infelizmente, a API pode não fornecer todos os dados necessários e ainda requer um pouco de conhecimento técnico. O painel de administração do site oferece uma seção **Reports** (Relatórios) como alternativa, facilitando o download de relatórios CSV com a maioria das informações necessárias para usuários, organizações e repositórios.
+Para obter informações sobre usuários, organizações e repositórios da {% data variables.product.product_location %}, você normalmente faria fetch de dados JSON na [API do GitHub](/rest). Infelizmente, a API pode não fornecer todos os dados necessários e ainda requer um pouco de conhecimento técnico. O painel de administração do site oferece uma seção **Reports** (Relatórios) como alternativa, facilitando o download de relatórios CSV com a maioria das informações necessárias para usuários, organizações e repositórios.
Especificamente, é possível baixar relatórios CSV que listem o seguinte:
@@ -146,7 +146,7 @@ Em outras palavras, os trabalhos de reparo são iniciados conforme necessário e
Além disso, trabalhos de reparo usam uma "compensação de reparo" para paralelização. Trata-se de uma compensação na tabela do banco de dados para o registro a ser reconciliado. Vários trabalhos em segundo plano podem sincronizar tarefas com base nessa compensação.
-Uma barra de progresso mostra o status atual de um trabalho de reparo em todos os trabalhadores relacionados em segundo plano. Trata-se da diferença percentual da compensação do reparo com o ID de registro mais alto no banco de dados. Não se preocupe com o valor mostrado na barra de progresso após a conclusão de um trabalho de reparo; ele mostra a diferença entre a compensação do reparo e o ID de registro mais alto no banco de dados, e diminuirá à medida que mais repositórios forem adicionados à {% data variables.product.product_location_enterprise %}, mesmo que esses repositórios estejam indexados no momento.
+Uma barra de progresso mostra o status atual de um trabalho de reparo em todos os trabalhadores relacionados em segundo plano. Trata-se da diferença percentual da compensação do reparo com o ID de registro mais alto no banco de dados. Não se preocupe com o valor mostrado na barra de progresso após a conclusão de um trabalho de reparo; ele mostra a diferença entre a compensação do reparo e o ID de registro mais alto no banco de dados, e diminuirá à medida que mais repositórios forem adicionados à {% data variables.product.product_location %}, mesmo que esses repositórios estejam indexados no momento.
Você pode iniciar um novo trabalho de reparo do índice de pesquisa de código a qualquer momento. Ele usará uma única CPU, pois reconcilia o índice de pesquisa com os dados do banco de dados e do repositório Git. Para minimizar os efeitos no desempenho de E/S e reduzir as chances de tempo limite das operações, tente fazer um trabalho de reparo fora dos horários de pico. Monitore as médias de carga do sistema e o uso da CPU usando um utilitário como `top`. Se você notar que não houve alterações significativas, isso indica que provavelmente será seguro fazer um trabalho de reparo de índice nos horários de pico.
@@ -168,7 +168,7 @@ Aqui você verá todos os usuários que foram suspensos da {{ site.data.variable
### Repositórios
-Este espaço lista os repositórios da {% data variables.product.product_location_enterprise %}. Você pode clicar no nome de um repositório e acessar suas funções de administração.
+Este espaço lista os repositórios da {% data variables.product.product_location %}. Você pode clicar no nome de um repositório e acessar suas funções de administração.
- [Bloquear pushes forçados em um repositório](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository/)
- [Configurar o {% data variables.large_files.product_name_long %};](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage/#configuring-git-large-file-storage-for-an-individual-repository)
@@ -176,17 +176,17 @@ Este espaço lista os repositórios da {% data variables.product.product_locatio
### Todos os usuários
-Aqui você verá todos os usuários da {% data variables.product.product_location_enterprise %} e poderá [iniciar uma auditoria de chave SSH](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Aqui você verá todos os usuários da {% data variables.product.product_location %} e poderá [iniciar uma auditoria de chave SSH](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
### Administradores do site
-Aqui você verá todos os administradores da {% data variables.product.product_location_enterprise %} e poderá [iniciar uma auditoria de chave SSH](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Aqui você verá todos os administradores da {% data variables.product.product_location %} e poderá [iniciar uma auditoria de chave SSH](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
### Usuários inativos
-Aqui você pode ver e [suspender](/enterprise/{{ currentVersion }}/admin/guides/user-management/suspending-and-unsuspending-users) todos os usuários inativos da {% data variables.product.product_location_enterprise %}. Uma conta de usuário é considerada inativa quando:
+Aqui você pode ver e [suspender](/enterprise/{{ currentVersion }}/admin/guides/user-management/suspending-and-unsuspending-users) todos os usuários inativos da {% data variables.product.product_location %}. Uma conta de usuário é considerada inativa quando:
-- Seu tempo de existência supera o limite de inatividade configurado na {% data variables.product.product_location_enterprise %};
+- Seu tempo de existência supera o limite de inatividade configurado na {% data variables.product.product_location %};
- Não gerou qualquer atividade em seu período de existência;
- Não é uma conta de administrador do site.
@@ -194,7 +194,7 @@ Aqui você pode ver e [suspender](/enterprise/{{ currentVersion }}/admin/guides/
### Usuários suspensos
-Aqui você verá todos os usuários que foram suspensos da {% data variables.product.product_location_enterprise %} e poderá [iniciar uma auditoria de chave SSH](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
+Aqui você verá todos os usuários que foram suspensos da {% data variables.product.product_location %} e poderá [iniciar uma auditoria de chave SSH](/enterprise/{{ currentVersion }}/admin/guides/user-management/auditing-ssh-keys).
[página de tendências]: https://github.com/blog/1585-explore-what-is-trending-on-github
diff --git a/translations/pt-BR/content/admin/configuration/troubleshooting-ssl-errors.md b/translations/pt-BR/content/admin/configuration/troubleshooting-ssl-errors.md
index c075483d8e..15b73fa4eb 100644
--- a/translations/pt-BR/content/admin/configuration/troubleshooting-ssl-errors.md
+++ b/translations/pt-BR/content/admin/configuration/troubleshooting-ssl-errors.md
@@ -39,7 +39,7 @@ Se não tiver, você pode usar a ferramenta SSL Converter para converter seu cer
### Instalação parada após upload de chave
-Se a {% data variables.product.product_location_enterprise %} parar de funcionar após o upload de uma chave SSL, [entre em contato com o suporte do {% data variables.product.prodname_enterprise %}](https://enterprise.github.com/support) informando detalhes específicos, inclusive uma cópia do seu certificado SSL.
+Se a {% data variables.product.product_location %} parar de funcionar após o upload de uma chave SSL, [entre em contato com o suporte do {% data variables.product.prodname_enterprise %}](https://enterprise.github.com/support) informando detalhes específicos, inclusive uma cópia do seu certificado SSL.
### Erros de validade de certificado
diff --git a/translations/pt-BR/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md b/translations/pt-BR/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
index bde53b6f75..33dbdc540a 100644
--- a/translations/pt-BR/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
+++ b/translations/pt-BR/content/admin/configuration/using-github-enterprise-server-with-a-load-balancer.md
@@ -21,7 +21,7 @@ Como as conexões do cliente com o {% data variables.product.prodname_ghe_server
{% data reusables.enterprise_clustering.proxy_xff_firewall_warning %}
-#### Habilitar o suporte de protocolo PROXY na {% data variables.product.product_location_enterprise %}
+#### Habilitar o suporte de protocolo PROXY na {% data variables.product.product_location %}
É altamente recomendável ativar o suporte de protocolo PROXY para o appliance e o balanceador de carga. Use as instruções do fornecedor para habilitar o protocolo PROXY no balanceador de carga. Para obter mais informações, consulte a [documentação do protocolo PROXY](http://www.haproxy.org/download/1.6/doc/proxy-protocol.txt).
@@ -33,7 +33,7 @@ Como as conexões do cliente com o {% data variables.product.prodname_ghe_server
{% data reusables.enterprise_clustering.proxy_protocol_ports %}
-#### Habilitar o suporte X-Forwarded-For na {% data variables.product.product_location_enterprise %}
+#### Habilitar o suporte X-Forwarded-For na {% data variables.product.product_location %}
{% data reusables.enterprise_clustering.x-forwarded-for %}
diff --git a/translations/pt-BR/content/admin/configuration/validating-your-domain-settings.md b/translations/pt-BR/content/admin/configuration/validating-your-domain-settings.md
index 61ea847dc6..05c0c0c75b 100644
--- a/translations/pt-BR/content/admin/configuration/validating-your-domain-settings.md
+++ b/translations/pt-BR/content/admin/configuration/validating-your-domain-settings.md
@@ -1,6 +1,6 @@
---
title: Validar configurações de domínio
-intro: 'Antes de iniciar a {% data variables.product.product_location_enterprise %} pela primeira vez, verifique se as configurações de domínio estão ajustadas adequadamente.'
+intro: 'Antes de iniciar a {% data variables.product.product_location %} pela primeira vez, verifique se as configurações de domínio estão ajustadas adequadamente.'
redirect_from:
- /enterprise/admin/installation/validating-your-domain-settings
- /enterprise/admin/configuration/validating-your-domain-settings
diff --git a/translations/pt-BR/content/admin/enterprise-management/accessing-the-monitor-dashboard.md b/translations/pt-BR/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
index d251eaf496..12a4e2cc70 100644
--- a/translations/pt-BR/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
+++ b/translations/pt-BR/content/admin/enterprise-management/accessing-the-monitor-dashboard.md
@@ -18,7 +18,7 @@ versions:
{% note %}
-**Observação**: fazer sondagens regularmente na {% data variables.product.product_location_enterprise %} com integração contínua (CI, Continuous Integration) ou criar servidores pode causar um ataque de negação de serviço e gerar problemas. Portanto, recomendamos o uso de webhooks para fazer push das atualizações. Para obter mais informações, consulte "[Sobre webhooks](/enterprise/{{ currentVersion }}/user/articles/about-webhooks/)".
+**Observação**: fazer sondagens regularmente na {% data variables.product.product_location %} com integração contínua (CI, Continuous Integration) ou criar servidores pode causar um ataque de negação de serviço e gerar problemas. Portanto, recomendamos o uso de webhooks para fazer push das atualizações. Para obter mais informações, consulte "[Sobre webhooks](/enterprise/{{ currentVersion }}/user/articles/about-webhooks/)".
{% endnote %}
diff --git a/translations/pt-BR/content/admin/enterprise-management/configuring-collectd.md b/translations/pt-BR/content/admin/enterprise-management/configuring-collectd.md
index d19f4a338a..89d045d1e7 100644
--- a/translations/pt-BR/content/admin/enterprise-management/configuring-collectd.md
+++ b/translations/pt-BR/content/admin/enterprise-management/configuring-collectd.md
@@ -11,7 +11,7 @@ versions:
### Configurar um servidor externo `collectd`
-Se você ainda não configurou um servidor externo `collectd`, será preciso fazê-lo antes de ativar o encaminhamento `collectd` na {% data variables.product.product_location_enterprise %}. Seu servidor `collectd` deve ser configurado executando uma versão `collectd` 5.x ou mais recente.
+Se você ainda não configurou um servidor externo `collectd`, será preciso fazê-lo antes de ativar o encaminhamento `collectd` na {% data variables.product.product_location %}. Seu servidor `collectd` deve ser configurado executando uma versão `collectd` 5.x ou mais recente.
1. Faça login no servidor `collectd`.
2. Crie ou edite o arquivo de configuração `collectd` para carregar o plugin de rede e preencher as diretivas de servidor e porta com os valores adequados. Na maioria das distribuições, esses dados ficam em `/etc/collectd/collectd.conf`
@@ -53,6 +53,6 @@ ssh -p 122 admin@[hostname] -- 'ghe-export-graphs' && scp -P 122 admin@[hostname
#### Central do servidor collectd não recebe dados
-{% data variables.product.prodname_enterprise %} vem com a versão 5.x. de `collectd`. `collectd` 5.x não é retrocompatível com a série de versões 4.x. Seu servidor central `collectd` precisa ser da versão 5.x para aceitar os dados enviados pela {% data variables.product.product_location_enterprise %}.
+{% data variables.product.prodname_enterprise %} vem com a versão 5.x. de `collectd`. `collectd` 5.x não é retrocompatível com a série de versões 4.x. Seu servidor central `collectd` precisa ser da versão 5.x para aceitar os dados enviados pela {% data variables.product.product_location %}.
Em caso de dúvidas ou perguntas, entre em contato com o {% data variables.contact.contact_ent_support %}.
diff --git a/translations/pt-BR/content/admin/enterprise-management/enabling-automatic-update-checks.md b/translations/pt-BR/content/admin/enterprise-management/enabling-automatic-update-checks.md
index 4a277c72a9..7b745b658a 100644
--- a/translations/pt-BR/content/admin/enterprise-management/enabling-automatic-update-checks.md
+++ b/translations/pt-BR/content/admin/enterprise-management/enabling-automatic-update-checks.md
@@ -1,6 +1,6 @@
---
title: Verificações de atualizações automáticas
-intro: 'É possível habilitar as verificações de atualizações automáticas para que a {% data variables.product.product_location_enterprise %} verifique e baixe as versões mais recentes do {% data variables.product.prodname_ghe_server %}.'
+intro: 'É possível habilitar as verificações de atualizações automáticas para que a {% data variables.product.product_location %} verifique e baixe as versões mais recentes do {% data variables.product.prodname_ghe_server %}.'
redirect_from:
- /enterprise/admin/installation/enabling-automatic-update-checks
- /enterprise/admin/enterprise-management/enabling-automatic-update-checks
@@ -8,13 +8,13 @@ versions:
enterprise-server: '*'
---
-Quando um pacote de atualização for baixado automaticamente para a {% data variables.product.product_location_enterprise %}, você receberá uma mensagem informando que pode atualizar o {% data variables.product.prodname_ghe_server %}. Os pacotes baixados ficam no diretório `/var/lib/ghe-updates` na {% data variables.product.product_location_enterprise %}. Para obter mais informações, consulte "[Atualizar o {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server)".
+Quando um pacote de atualização for baixado automaticamente para a {% data variables.product.product_location %}, você receberá uma mensagem informando que pode atualizar o {% data variables.product.prodname_ghe_server %}. Os pacotes baixados ficam no diretório `/var/lib/ghe-updates` na {% data variables.product.product_location %}. Para obter mais informações, consulte "[Atualizar o {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server)".
Se houver algum hotpatch disponível para atualização, o `.hpkg` fará o download automaticamente. No console de gerenciamento, você pode instalar o hotpatch imediatamente ou agendar a instalação para outro período. Para obter mais informações, consulte "[Atualizar com hotpatch](/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-github-enterprise-server#upgrading-with-a-hotpatch)".
{% tip %}
-**Dica:** para habilitar as verificações de atualizações automáticas, a {% data variables.product.product_location_enterprise %} deve poder se conectar a `https://github-enterprise.s3.amazonaws.com`.
+**Dica:** para habilitar as verificações de atualizações automáticas, a {% data variables.product.product_location %} deve poder se conectar a `https://github-enterprise.s3.amazonaws.com`.
{% endtip %}
diff --git a/translations/pt-BR/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md b/translations/pt-BR/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
index fc37b00b3b..9096b61359 100644
--- a/translations/pt-BR/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
+++ b/translations/pt-BR/content/admin/enterprise-management/increasing-cpu-or-memory-resources.md
@@ -20,7 +20,7 @@ versions:
#### Considerações de redimensionamento
-Antes de aumentar recursos de CPU ou memória do {% data variables.product.product_location_enterprise %}:
+Antes de aumentar recursos de CPU ou memória do {% data variables.product.product_location %}:
- **Amplie sua memória com CPUs**. {% data reusables.enterprise_installation.increasing-cpus-req %}
- **Atribua um endereço IP elástico à instância**. Se não houver IP elástica atribuída, você terá que ajustar os registros DNS A do seu host do {% data variables.product.prodname_ghe_server %} após o reinício para explicar a alteração no endereço IP público. Depois que a instância for reiniciada, a IP elástica (EIP) será automaticamente mantida se a instância for iniciada em uma VPC. Se a instância for iniciada no EC2-Classic, a IP elástica deverá ser associada outra vez manualmente.
@@ -64,7 +64,7 @@ Não é possível adicionar recursos de CPU ou memória a uma instância atual d
{% data reusables.enterprise_installation.increasing-cpus-req %}
1. Use o cliente vSphere para conexão com o host VMware ESXi.
-2. Desligue a {% data variables.product.product_location_enterprise %}.
+2. Desligue a {% data variables.product.product_location %}.
3. Selecione a máquina virtual e clique em **Edit Settings** (Editar configurações).
4. Em "Hardware", ajuste a CPU e/ou os recursos de memória alocados à máquina virtual, conforme necessário. 
5. Para iniciar a máquina virtual, clique em **OK**.
diff --git a/translations/pt-BR/content/admin/enterprise-management/increasing-storage-capacity.md b/translations/pt-BR/content/admin/enterprise-management/increasing-storage-capacity.md
index 413e98fb6a..c18f580928 100644
--- a/translations/pt-BR/content/admin/enterprise-management/increasing-storage-capacity.md
+++ b/translations/pt-BR/content/admin/enterprise-management/increasing-storage-capacity.md
@@ -10,7 +10,7 @@ versions:
{% data reusables.enterprise_installation.warning-on-upgrading-physical-resources %}
-À medida que mais usuários se juntam à sua {% data variables.product.product_location_enterprise %}, talvez seja necessário redimensionar o volume de armazenamento. Consulte a documentação da sua plataforma de virtualização para obter informações sobre como fazer isso.
+À medida que mais usuários se juntam à sua {% data variables.product.product_location %}, talvez seja necessário redimensionar o volume de armazenamento. Consulte a documentação da sua plataforma de virtualização para obter informações sobre como fazer isso.
### Requisitos e recomendações
diff --git a/translations/pt-BR/content/admin/enterprise-management/index.md b/translations/pt-BR/content/admin/enterprise-management/index.md
index 616faf4a47..8ad69b0339 100644
--- a/translations/pt-BR/content/admin/enterprise-management/index.md
+++ b/translations/pt-BR/content/admin/enterprise-management/index.md
@@ -15,7 +15,6 @@ versions:
{% link_in_list /recommended-alert-thresholds %}
{% link_in_list /setting-up-external-monitoring %}
{% link_in_list /configuring-collectd %}
- {% link_in_list /log-forwarding %}
{% link_in_list /monitoring-using-snmp %}
{% topic_link_in_list /updating-the-virtual-machine-and-physical-resources %}
{% link_in_list /upgrade-requirements %}
diff --git a/translations/pt-BR/content/admin/enterprise-management/monitoring-using-snmp.md b/translations/pt-BR/content/admin/enterprise-management/monitoring-using-snmp.md
index 577df63a39..e7761070ff 100644
--- a/translations/pt-BR/content/admin/enterprise-management/monitoring-using-snmp.md
+++ b/translations/pt-BR/content/admin/enterprise-management/monitoring-using-snmp.md
@@ -9,7 +9,7 @@ versions:
enterprise-server: '*'
---
-O SNMP é um padrão comum para monitorar dispositivos em uma rede. É altamente recomendável ativar o SNMP para monitorar a integridade da {% data variables.product.product_location_enterprise %} e saber quando adicionar mais memória, armazenamento ou potência do processador à máquina host.
+O SNMP é um padrão comum para monitorar dispositivos em uma rede. É altamente recomendável ativar o SNMP para monitorar a integridade da {% data variables.product.product_location %} e saber quando adicionar mais memória, armazenamento ou potência do processador à máquina host.
O {% data variables.product.prodname_enterprise %} tem uma instalação SNMP padrão que permite aproveitar [vários plugins](http://www.monitoring-plugins.org/doc/man/check_snmp.html) disponíveis para Nagios ou qualquer outro sistema de monitoramento.
@@ -28,7 +28,7 @@ O {% data variables.product.prodname_enterprise %} tem uma instalação SNMP pad
$ snmpget -v 2c -c community-string -O e hostname hrSystemDate.0
```
-Isso deve retornar o horário do sistema no host do {% data variables.product.product_location_enterprise %}.
+Isso deve retornar o horário do sistema no host do {% data variables.product.product_location %}.
### Segurança baseada no usuário
diff --git a/translations/pt-BR/content/admin/enterprise-management/monitoring-your-appliance.md b/translations/pt-BR/content/admin/enterprise-management/monitoring-your-appliance.md
index 79d0860dfa..1f8e1a9da0 100644
--- a/translations/pt-BR/content/admin/enterprise-management/monitoring-your-appliance.md
+++ b/translations/pt-BR/content/admin/enterprise-management/monitoring-your-appliance.md
@@ -1,6 +1,6 @@
---
title: Monitorar seu dispositivo
-intro: 'O aumento do uso da {% data variables.product.product_location_enterprise %} ao longo do tempo acarreta também o aumento do uso dos recursos do sistema, como CPU, memória e armazenamento. Você pode configurar o monitoramento e os alertas para identificar os possíveis problemas antes que eles impactem negativamente o desempenho ou a disponibilidade do aplicativo.'
+intro: 'O aumento do uso da {% data variables.product.product_location %} ao longo do tempo acarreta também o aumento do uso dos recursos do sistema, como CPU, memória e armazenamento. Você pode configurar o monitoramento e os alertas para identificar os possíveis problemas antes que eles impactem negativamente o desempenho ou a disponibilidade do aplicativo.'
redirect_from:
- /enterprise/admin/guides/installation/system-resource-monitoring-and-alerting/
- /enterprise/admin/guides/installation/monitoring-your-github-enterprise-appliance/
diff --git a/translations/pt-BR/content/admin/enterprise-management/recommended-alert-thresholds.md b/translations/pt-BR/content/admin/enterprise-management/recommended-alert-thresholds.md
index 5288b3d156..87aadd236c 100644
--- a/translations/pt-BR/content/admin/enterprise-management/recommended-alert-thresholds.md
+++ b/translations/pt-BR/content/admin/enterprise-management/recommended-alert-thresholds.md
@@ -34,7 +34,7 @@ Também é recomendável monitorar o tempo de "roubo" da virtualização para ga
### Monitorar o uso de memória
-A quantidade de memória física alocada para a {% data variables.product.product_location_enterprise %} pode ter um grande impacto no desempenho geral e na capacidade de resposta do aplicativo. O sistema é projetado para fazer uso intenso do cache de disco do kernel a fim de acelerar as operações do Git. Recomendamos que o conjunto de trabalho RSS normal caiba em 50% do total de RAM disponível no uso máximo.
+A quantidade de memória física alocada para a {% data variables.product.product_location %} pode ter um grande impacto no desempenho geral e na capacidade de resposta do aplicativo. O sistema é projetado para fazer uso intenso do cache de disco do kernel a fim de acelerar as operações do Git. Recomendamos que o conjunto de trabalho RSS normal caiba em 50% do total de RAM disponível no uso máximo.
| gravidade | Limite |
| ----------- | ---------------------------------------------------------------- |
diff --git a/translations/pt-BR/content/admin/enterprise-management/upgrade-requirements.md b/translations/pt-BR/content/admin/enterprise-management/upgrade-requirements.md
index d53c0a0659..03f1bb7a00 100644
--- a/translations/pt-BR/content/admin/enterprise-management/upgrade-requirements.md
+++ b/translations/pt-BR/content/admin/enterprise-management/upgrade-requirements.md
@@ -22,7 +22,7 @@ versions:
### Recomendações
- Inclua o mínimo possível de atualizações no seu processo. Por exemplo, em vez de atualizar do {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} para o {{ enterpriseServerReleases.supported[1] }} e depois para o {{ enterpriseServerReleases.latest }}, atualize do {% data variables.product.prodname_enterprise %} {{ enterpriseServerReleases.supported[2] }} para o {{ enterpriseServerReleases.latest }}.
-- Se a sua versão estiver muito defasada, atualize a {% data variables.product.product_location_enterprise %} para a versão mais atual disponível a cada etapa do processo. Ao usar a versão mais recente em cada atualização, você pode aproveitar as melhorias de desempenho e as correções de erros. Por exemplo, você poderia atualizar do {% data variables.product.prodname_enterprise %} 2.7 para o 2.8 e depois para o 2.10. No entanto, atualizar do {% data variables.product.prodname_enterprise %} 2.7 para o 2.9 e depois para o 2.10 usa uma versão mais recente na segunda etapa.
+- Se a sua versão estiver muito defasada, atualize a {% data variables.product.product_location %} para a versão mais atual disponível a cada etapa do processo. Ao usar a versão mais recente em cada atualização, você pode aproveitar as melhorias de desempenho e as correções de erros. Por exemplo, você poderia atualizar do {% data variables.product.prodname_enterprise %} 2.7 para o 2.8 e depois para o 2.10. No entanto, atualizar do {% data variables.product.prodname_enterprise %} 2.7 para o 2.9 e depois para o 2.10 usa uma versão mais recente na segunda etapa.
- Ao atualizar, use a versão mais recente do patch. {% data reusables.enterprise_installation.enterprise-download-upgrade-pkg %}
- Use uma instância de preparo para testar as etapas da atualização. Para obter mais informações, consulte "[Configurar instância de preparo](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-up-a-staging-instance/)".
- Ao fazer várias atualizações, aguarde pelo menos 24 horas entre cada atualização de recursos para permitir a conclusão total das migrações de dados e das tarefas em segundo plano.
diff --git a/translations/pt-BR/content/admin/enterprise-management/upgrading-github-enterprise-server.md b/translations/pt-BR/content/admin/enterprise-management/upgrading-github-enterprise-server.md
index 1bf4a4f3bf..4665a15c9f 100644
--- a/translations/pt-BR/content/admin/enterprise-management/upgrading-github-enterprise-server.md
+++ b/translations/pt-BR/content/admin/enterprise-management/upgrading-github-enterprise-server.md
@@ -150,7 +150,7 @@ Mesmo que seja possível usar um hotpatch para fazer a atualização do patch em
Target root partition: /dev/xvda2
Proceed with installation? [y/N]
```
-7. Em atualizações de appliance único, desabilite o modo de manutenção para os usuários poderem trabalhar com a {% data variables.product.product_location_enterprise %}.
+7. Em atualizações de appliance único, desabilite o modo de manutenção para os usuários poderem trabalhar com a {% data variables.product.product_location %}.
{% note %}
@@ -203,7 +203,7 @@ Appliances configurados para alta disponibilidade e replicação geográfica usa
1. Na instância de réplica, execute `ghe-repl-setup ` mais uma vez.
{% data reusables.enterprise_installation.start-replication %}
{% data reusables.enterprise_installation.replication-status %}
-6. Ao concluir a atualização da última réplica e quando a ressincronização terminar, desabilite o modo de manutenção para que os usuários possam trabalhar na {% data variables.product.product_location_enterprise %}.
+6. Ao concluir a atualização da última réplica e quando a ressincronização terminar, desabilite o modo de manutenção para que os usuários possam trabalhar na {% data variables.product.product_location %}.
### Restaurar após uma atualização com falha
diff --git a/translations/pt-BR/content/admin/enterprise-support/about-github-enterprise-support.md b/translations/pt-BR/content/admin/enterprise-support/about-github-enterprise-support.md
index efa6ba5d53..f7b0ffc30e 100644
--- a/translations/pt-BR/content/admin/enterprise-support/about-github-enterprise-support.md
+++ b/translations/pt-BR/content/admin/enterprise-support/about-github-enterprise-support.md
@@ -1,10 +1,11 @@
---
title: Sobre o Suporte do GitHub Enterprise
-intro: 'O Suporte do {% data variables.product.prodname_ghe_server %} pode ajudar você a resolver os problemas do seu appliance do {% data variables.product.prodname_ghe_server %}.'
+intro: '{% data variables.contact.github_support %} can help you troubleshoot issues that arise on {% data variables.product.product_name %}.'
redirect_from:
- /enterprise/admin/enterprise-support/about-github-enterprise-support
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -15,49 +16,63 @@ versions:
### Sobre o {% data variables.contact.enterprise_support %}
-O {% data variables.product.prodname_ghe_server %} inclui {% data variables.contact.enterprise_support %} em inglês e japonês.
+{% data variables.product.product_name %} includes {% data variables.contact.enterprise_support %} in English{% if enterpriseServerVersions contains currentVersion %}and Japanese{% endif %}.
-Você pode entrar em contato com o {% data variables.contact.enterprise_support %} pelo portal de suporte para obter ajuda com as seguintes ações:
- - Instalar e usar o {% data variables.product.prodname_ghe_server %};
+{% if enterpriseServerVersions contains currentVersion %}
+You can contact
+{% data variables.contact.enterprise_support %} through {% data variables.contact.contact_enterprise_portal %} for help with:
+ - Instalar e usar o {% data variables.product.product_name %};
- Identificar e verificar as causas dos erros.
+{% endif %}
-Além de todos os benefícios do {% data variables.contact.enterprise_support %}, o {% data variables.contact.premium_support %} oferece:
+In addition to all of the benefits of {% data variables.contact.enterprise_support %}, {% if enterpriseServerVersions contains currentVersion %}{% data variables.contact.premium_support %}{% else %}support for {% data variables.product.product_name %}{% endif %} offers:
- Suporte gravado por meio de nosso portal de suporte 24 horas por dias, 7 dias por semana
- Suporte por telefone 24 horas por dia, 7 dias por semana
- - Um Contrato de nível de serviço (SLA, Service Level Agreement) com tempos de resposta inicial garantidos
- - Acesso a conteúdo premium
- - Verificação de integridade agendadas
+ - A{% if currentVersion == "github-ae@latest" %}n enhanced{% endif %} Service Level Agreement (SLA) {% if enterpriseServerVersions contains currentVersion %}with guaranteed initial response times{% endif %}
+ - Access to premium content{% if enterpriseServerVersions contains currentVersion %}
+ - Scheduled health checks{% endif %}
- Serviços gerenciados
+{% data reusables.support.government-response-times-may-vary %}
+
+{% if enterpriseServerVersions contains currentVersion %}
Para obter mais informações, consulte a seção "[Sobre o {% data variables.contact.premium_support %} para {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)".
+{% endif %}
{% data reusables.support.scope-of-support %}
### Entrar em contato com o {% data variables.contact.enterprise_support %}
-Os clientes {% data variables.contact.enterprise_support %} podem usar o {% data variables.contact.contact_enterprise_portal %} para reportar problemas na escrita.
+You can contact {% data variables.contact.enterprise_support %} through {% if enterpriseServerVersions contains currentVersion %}{% data variables.contact.contact_enterprise_portal %}{% elsif currentVersion == "github-ae@latest" %} the {% data variables.contact.ae_azure_portal %}{% endif %} to report issues in writing. For more information, see "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)."
### Horas de operação
+{% if enterpriseServerVersions contains currentVersion %}
#### Suporte em inglês
+{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
Para problemas não urgentes, oferecemos suporte em inglês 24 horas por dia e 5 dias por semana, exceto nos fins de semana e feriados nacionais dos EUA. feriados. O tempo padrão de resposta é de 24 horas.
-Para problemas urgentes, estamos disponíveis 24 horas por dia, 7 dias por semana, mesmo durante os feriados nacionais nos EUA. feriados.
+For urgent issues, we {% else %}We{% endif %} are available 24 hours per day, 7 days per week, even during national U.S. feriados.
+{% data reusables.support.government-response-times-may-vary %}
+
+{% if enterpriseServerVersions contains currentVersion %}
#### Suporte em japonês
Para problemas não urgentes, o suporte em japonês está disponível de segunda-feira à sexta-feira, das 9h às 17h JST, exceto durante os feriados nacionais no Japão. Para problemas urgentes, oferecemos suporte em inglês 24 horas por dia, 7 dias por semana, mesmo durante os feriados nacionais nos EUA. feriados.
-Para obter uma lista completa dos EUA. Para ver a lista completa de feriados nacionais dos EUA e do Japão segundo o {% data variables.contact.enterprise_support %}, consulte o "[Calendário de feriados](#holiday-schedules)".
+Para obter uma lista completa dos EUA. and Japanese national holidays observed by {% data variables.contact.enterprise_support %}, see "[Holiday schedules](#holiday-schedules)."{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
### Calendário de feriados
-Para problemas urgentes, fornecemos suporte em inglês 44 horas por dia, 7 dias por semana, incluindo nos EUA. e feriados japoneses.
+Para problemas urgentes, fornecemos suporte em inglês 44 horas por dia, 7 dias por semana, incluindo nos EUA. {% if enterpriseServerVersions contains currentVersion %}and Japanese{% endif %} holidays.
#### Feriados nos Estados Unidos
-O {% data variables.contact.enterprise_support %} observa esses feriados dos EUA. O {{ site.data.variables.contact.enterprise_support }} observa os feriados americanos, embora nossa equipe de suporte global esteja disponível para responder tíquetes urgentes.
+O {% data variables.contact.enterprise_support %} observa esses feriados dos EUA. holidays{% if enterpriseServerVersions contains currentVersion %}, although our global support team is available to answer urgent tickets{% endif %}.
| EUA Feriado | Data de observação |
| ----------------------- | ----------------------------- |
@@ -80,6 +95,7 @@ O {% data variables.contact.enterprise_support %} observa esses feriados dos EUA
O {% data variables.contact.enterprise_support %} não oferece suporte na língua japonesa no período de 28 de dezembro a 3 de janeiro, nem nos feriados listados em [国民の祝日について - 内閣府](https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html).
{% data reusables.enterprise_enterprise_support.installing-releases %}
+{% endif %}
### Atribuindo uma prioridade a um tíquete de suporte
@@ -87,7 +103,11 @@ Ao entrar em contato com {% data variables.contact.enterprise_support %}, você
{% data reusables.support.github-can-modify-ticket-priority %}
+{% if enterpriseServerVersions contains currentVersion %}
{% data reusables.support.ghes-priorities %}
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.support.ghae-priorities %}
+{% endif %}
### Resolução e fechamento de tíquete de suporte
@@ -95,8 +115,9 @@ Ao entrar em contato com {% data variables.contact.enterprise_support %}, você
### Leia mais
+{% if enterpriseServerVersions contains currentVersion %}
- [Perguntas frequentes sobre o {% data variables.product.prodname_ghe_server %}](https://enterprise.github.com/faq)
-- Seção 10 sobre Suporte no "[Contrato de licença do {% data variables.product.prodname_ghe_server %}](https://enterprise.github.com/license)"
-- [Entrar em contato com o {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/reaching-github-support)
-- [Preparar para enviar um tíquete](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)
+- Section 10 on Support in the "[{% data variables.product.prodname_ghe_server %} License Agreement](https://enterprise.github.com/license)"{% endif %}
+- "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)"{% if enterpriseServerVersions contains currentVersion %}
+- "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)"{% endif %}
- [Enviar um tíquete](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)
diff --git a/translations/pt-BR/content/admin/enterprise-support/index.md b/translations/pt-BR/content/admin/enterprise-support/index.md
index 0be7b74af5..6ff2194d45 100644
--- a/translations/pt-BR/content/admin/enterprise-support/index.md
+++ b/translations/pt-BR/content/admin/enterprise-support/index.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/enterprise-support
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Índice
diff --git a/translations/pt-BR/content/admin/enterprise-support/overview.md b/translations/pt-BR/content/admin/enterprise-support/overview.md
index e72e95a721..ef867ae920 100644
--- a/translations/pt-BR/content/admin/enterprise-support/overview.md
+++ b/translations/pt-BR/content/admin/enterprise-support/overview.md
@@ -1,10 +1,11 @@
---
title: Visão Geral
-intro: 'Saiba mais sobre as opções de suporte disponíveis para {% data variables.product.prodname_ghe_server %}.'
+intro: 'Saiba mais sobre as opções de suporte disponíveis para {% data variables.product.product_name %}.'
mapTopic: true
redirect_from:
- /enterprise/admin/enterprise-support/overview
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/enterprise-support/preparing-to-submit-a-ticket.md b/translations/pt-BR/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
index 123ebf023c..3ac2a84849 100644
--- a/translations/pt-BR/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
+++ b/translations/pt-BR/content/admin/enterprise-support/preparing-to-submit-a-ticket.md
@@ -1,10 +1,11 @@
---
title: Preparar para enviar um tíquete
-intro: 'Leia as sugestões da Ajuda do {% data variables.contact.github_support %} antes de abrir um tíquete de suporte.'
+intro: 'You can expedite your issue with {% data variables.contact.enterprise_support %} by following these suggestions before you open a support ticket.'
redirect_from:
- /enterprise/admin/enterprise-support/preparing-to-submit-a-ticket
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Antes de enviar um tíquete, você deve:
@@ -16,13 +17,11 @@ Antes de enviar um tíquete, você deve:
- Determinar se há um número de tíquete existente em qualquer outra comunicação em andamento com o {% data variables.contact.github_support %}.
- Determinar a pessoa mais indicada para o contato com o {% data variables.contact.github_support %}.
-Para obter mais informações, consulte "[Enviar um tíquete](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)".
-
### Determinar a pessoa mais indicada
Especialmente para tíquetes com prioridade {% data variables.product.support_ticket_priority_urgent %}, a pessoa que entrou em contato com {% data variables.contact.github_support %} deve:
- Conhecer os sistemas, as ferramentas, as políticas e as práticas da empresa.
- - Ser usuário proficiente do {% data variables.product.prodname_ghe_server %}.
+ - Ser usuário proficiente do {% data variables.product.product_name %}.
- Ter todas as permissões de acesso a qualquer serviço necessário para resolver o problema.
- - Ter autorização para fazer as alterações recomendadas na rede e em qualquer produto necessário.
+ - Ter autorização para fazer as alterações recomendadas na rede e em qualquer produto necessário.
\ No newline at end of file
diff --git a/translations/pt-BR/content/admin/enterprise-support/providing-data-to-github-support.md b/translations/pt-BR/content/admin/enterprise-support/providing-data-to-github-support.md
index c1f8b8341a..c687980e23 100644
--- a/translations/pt-BR/content/admin/enterprise-support/providing-data-to-github-support.md
+++ b/translations/pt-BR/content/admin/enterprise-support/providing-data-to-github-support.md
@@ -85,7 +85,7 @@ Você pode usar essas etapas para criar e compartilhar um pacote de suporte se c
#### Criar um pacote de suporte usando SSH
-Você pode usar estas etapas para criar e compartilhar um pacote de suporte se tiver acesso SSH ao seu appliance do {% data variables.enterprise.management_console %} e se tiver acesso à internet.
+You can use these steps to create and share a support bundle if you have SSH access to {% data variables.product.product_location %} and have outbound internet access.
{% data reusables.enterprise_enterprise_support.use_ghe_cluster_support_bundle %}
@@ -110,8 +110,8 @@ Você pode usar estas etapas para criar e compartilhar um pacote de suporte se t
#### Fazer upload de um pacote de suporte usando SSH
Você pode fazer upload diretamente de um pacote de suporte para o nosso servidor nas seguintes situações:
-- Se você tiver acesso SSH ao seu appliance do {% data variables.product.prodname_ghe_server %};
-- Se as conexões de saída HTTPS na porta TCP 443 forem permitidas no seu appliance do {% data variables.product.prodname_ghe_server %}.
+- You have SSH access to {% data variables.product.product_location %}.
+- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %}.
1. Faça upload do pacote para o nosso servidor de pacotes de suporte:
```shell
@@ -126,7 +126,7 @@ Para evitar que fiquem grandes demais, os pacotes só têm logs que não passara
#### Criar um pacote de suporte estendido usando SSH
-Você pode usar essas etapas para criar e compartilhar um pacote de suporte estendido se tiver acesso SSH ao seu dispositivo do {% data variables.product.prodname_ghe_server %} e se você tiver acesso à internet.
+You can use these steps to create and share an extended support bundle if you have SSH access to {% data variables.product.product_location %} and you have outbound internet access.
1. Baixe o pacote de suporte estendido via SSH adicionando o sinalizador `-x` ao comando `ghe-support-bundle`:
```shell
@@ -138,8 +138,8 @@ Você pode usar essas etapas para criar e compartilhar um pacote de suporte este
#### Fazer upload de um pacote de suporte estendido usando SSH
Você pode fazer upload diretamente de um pacote de suporte para o nosso servidor nas seguintes situações:
-- Se você tiver acesso SSH ao seu appliance do {% data variables.product.prodname_ghe_server %};
-- Se as conexões de saída HTTPS na porta TCP 443 forem permitidas no seu appliance do {% data variables.product.prodname_ghe_server %}.
+- You have SSH access to {% data variables.product.product_location %}.
+- Outbound HTTPS connections over TCP port 443 are allowed from {% data variables.product.product_location %}.
1. Faça upload do pacote para o nosso servidor de pacotes de suporte:
```shell
diff --git a/translations/pt-BR/content/admin/enterprise-support/reaching-github-support.md b/translations/pt-BR/content/admin/enterprise-support/reaching-github-support.md
index 09f69ed786..c31d8df26e 100644
--- a/translations/pt-BR/content/admin/enterprise-support/reaching-github-support.md
+++ b/translations/pt-BR/content/admin/enterprise-support/reaching-github-support.md
@@ -1,6 +1,6 @@
---
title: Entrar em contato com o suporte do GitHub
-intro: 'Entre em contato com o {% data variables.contact.github_support %} usando o {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} ou o portal de suporte.'
+intro: 'Contact {% data variables.contact.enterprise_support %} using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or{% endif %} the support portal.'
redirect_from:
- /enterprise/admin/guides/enterprise-support/reaching-github-enterprise-support/
- /enterprise/admin/enterprise-support/reaching-github-support
@@ -10,12 +10,15 @@ versions:
### Usar sistemas automatizados de geração de tíquetes
-Embora a nossa equipe de suporte faça o melhor para responder às solicitações automatizadas, resolver o problema costuma exigir mais informações do que o sistema automatizado de geração de tíquetes pode nos dar. Sempre que possível, inicie as solicitações de suporte com uma pessoa ou máquina com quem o {% data variables.contact.github_support %} consiga interagir. Para obter mais informações, consulte "[Preparar para enviar um tíquete](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)".
+Embora a nossa equipe de suporte faça o melhor para responder às solicitações automatizadas, resolver o problema costuma exigir mais informações do que o sistema automatizado de geração de tíquetes pode nos dar. Sempre que possível, inicie as solicitações de suporte com uma pessoa ou máquina com quem o {% data variables.contact.enterprise_support %} consiga interagir. Para obter mais informações, consulte "[Preparar para enviar um tíquete](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)".
### Entrar em contato com o {% data variables.contact.enterprise_support %}
-Os clientes do {% data variables.contact.enterprise_support %} podem abrir um tíquete de suporte usando o {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} ou o {% data variables.contact.contact_enterprise_portal %}. Marque a prioridade do tíquete como {% data variables.product.support_ticket_priority_urgent %}, {% data variables.product.support_ticket_priority_high %}, {% data variables.product.support_ticket_priority_normal %} ou {% data variables.product.support_ticket_priority_low %}. Para obter mais informações, consulte "[Atribuir uma prioridade a um tíquete de suporte](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support#assigning-a-priority-to-a-support-ticket)" e "[Enviar um tíquete](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)".
+{% data variables.contact.enterprise_support %} customers can open a support ticket using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or the {% data variables.contact.contact_enterprise_portal %}{% elsif currentVersion == "github-ae@latest" %} the {% data variables.contact.contact_ae_portal %}{% endif %}. Marque a prioridade do tíquete como {% data variables.product.support_ticket_priority_urgent %}, {% data variables.product.support_ticket_priority_high %}, {% data variables.product.support_ticket_priority_normal %} ou {% data variables.product.support_ticket_priority_low %}. Para obter mais informações, consulte "[Atribuir uma prioridade a um tíquete de suporte](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support#assigning-a-priority-to-a-support-ticket)" e "[Enviar um tíquete](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)".
+### Entrar em contato com o {% data variables.contact.enterprise_support %}
+
+{% if enterpriseServerVersions contains currentVersion %}
#### Exibir tíquetes de suporte antigos
É possível usar o {% data variables.contact.enterprise_portal %} para exibir tíquetes de suporte antigos.
@@ -27,10 +30,12 @@ Os clientes do {% data variables.contact.enterprise_support %} podem abrir um t
Os clientes do {% data variables.contact.enterprise_support %} podem abrir um tíquete de suporte usando o {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} ou o {% data variables.contact.contact_enterprise_portal %}. Marque sua prioridade como {% data variables.product.support_ticket_priority_urgent %}, {% data variables.product.support_ticket_priority_high %}, {% data variables.product.support_ticket_priority_normal %} ou {% data variables.product.support_ticket_priority_low %}. Para obter mais informações, consulte "[Atribuir uma prioridade a um tíquete de suporte](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server#assigning-a-priority-to-a-support-ticket)" e "[Enviar um tíquete](/enterprise/admin/guides/enterprise-support/submitting-a-ticket)".
+{% endif %}
### Entrar em contato com o departamento de vendas
Para preços , licenças, renovações, cotações, pagamentos e outras questões relacionadas, entre em contato com {% data variables.contact.contact_enterprise_sales %} ou ligue para [+1 (877) 448-4820](tel:+1-877-448-4820).
+{% if enterpriseServerVersions contains currentVersion %}
### Entrar em contato com o departamento de treinamento
Para saber mais sobre as opções de treinamento, inclusive treinamentos personalizados, consulte o site de treinamento do [{% data variables.product.company_short %}](https://services.github.com/).
@@ -40,6 +45,7 @@ Para saber mais sobre as opções de treinamento, inclusive treinamentos persona
**Observação:** o {% data variables.product.premium_plus_support_plan %} inclui treinamento. Para obter mais informações, consulte a seção "[Sobre o {% data variables.contact.premium_support %} para {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)".
{% endnote %}
+{% endif %}
### Leia mais
diff --git a/translations/pt-BR/content/admin/enterprise-support/receiving-help-from-github-support.md b/translations/pt-BR/content/admin/enterprise-support/receiving-help-from-github-support.md
index d5f5b67c71..f986bff946 100644
--- a/translations/pt-BR/content/admin/enterprise-support/receiving-help-from-github-support.md
+++ b/translations/pt-BR/content/admin/enterprise-support/receiving-help-from-github-support.md
@@ -1,11 +1,12 @@
---
title: Receber ajuda do Suporte do GitHub
-intro: 'Em caso de problemas com a {% data variables.product.product_location_enterprise %}, o {% data variables.contact.github_support %} pode ajudar.'
+intro: 'You can contact {% data variables.contact.enterprise_support %} to report a range of issues for your enterprise.'
redirect_from:
- /enterprise/admin/guides/enterprise-support/receiving-help-from-github-enterprise-support/
- /enterprise/admin/enterprise-support/receiving-help-from-github-support
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/enterprise-support/submitting-a-ticket.md b/translations/pt-BR/content/admin/enterprise-support/submitting-a-ticket.md
index 948c93145d..040261eae8 100644
--- a/translations/pt-BR/content/admin/enterprise-support/submitting-a-ticket.md
+++ b/translations/pt-BR/content/admin/enterprise-support/submitting-a-ticket.md
@@ -1,17 +1,20 @@
---
title: Enviar um tíquete
-intro: 'Envie um tíquete de suporte usando o {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} ou o portal de suporte. Você pode marcar o tíquete como urgente quando o sistema de produção do {% data variables.product.prodname_ghe_server %} estiver instável ou fora do ar.'
+intro: 'You can submit a support ticket using the {% if enterpriseServerVersions contains currentVersion %}{% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %} or{% endif %} the support portal.'
redirect_from:
- /enterprise/admin/enterprise-support/submitting-a-ticket
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Como enviar um tíquete
Antes de enviar um ticket, reúna informações úteis sobre o {% data variables.contact.github_support %} e defina a melhor pessoa para fazer o contato. Para obter mais informações, consulte "[Preparar para enviar um tíquete](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)".
-Depois de enviar sua solicitação de suporte e as informações opcionais de diagnóstico, o {% data variables.contact.github_support %} pode solicitar que você baixe e compartilhe conosco um pacote de suporte. Para obter mais informações, consulte "[Enviar dados ao {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/providing-data-to-github-support)".
+{% if enterpriseServerVersions contains currentVersion %}
+After submitting your support request and optional diagnostic information,
+{% data variables.contact.github_support %} may ask you to download and share a support bundle with us. Para obter mais informações, consulte "[Enviar dados ao {% data variables.contact.github_support %}](/enterprise/admin/guides/enterprise-support/providing-data-to-github-support)".
### Enviar um tíquete usando o {% data variables.contact.enterprise_portal %}
@@ -30,7 +33,7 @@ Depois de enviar sua solicitação de suporte e as informações opcionais de di
{% data reusables.enterprise_enterprise_support.submit-support-ticket-first-section %}
{% data reusables.enterprise_enterprise_support.submit-support-ticket-second-section %}
-### Enviar um tíquete usando o {% data variables.product.prodname_ghe_server %} {% data variables.enterprise.management_console %}
+### Enviar um tíquete usando o {% data variables.product.product_name %} {% data variables.enterprise.management_console %}
{% data reusables.enterprise_site_admin_settings.access-settings %}
{% data reusables.enterprise_site_admin_settings.management-console %}
@@ -44,7 +47,17 @@ Depois de enviar sua solicitação de suporte e as informações opcionais de di
{% data reusables.enterprise_enterprise_support.submit-support-ticket-second-section %}
7. Clique em **Enviar**.
+{% endif %}
+{% if currentVersion == "github-ae@latest" %}
+### Enviar um tíquete usando o {% data variables.contact.ae_azure_portal %}
+
+Commercial customers can submit a support request in the {% data variables.contact.contact_ae_portal %}. Government customers should use the [Azure portal for government customers](https://portal.azure.us/#blade/Microsoft_Azure_Support/HelpAndSupportBlade). For more information, see [Create an Azure support request](https://docs.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request) in the Microsoft documentation.
+
+For urgent issues, to ensure a quick response, after you submit a ticket, please call the support hotline immediately. Your Technical Support Account Manager (TSAM) will provide you with the number to use in your onboarding session.
+
+{% endif %}
+
### Leia mais
-- [Sobre o {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)
-- [Sobre o {% data variables.contact.premium_support %} para {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server).
+- "[About {% data variables.contact.enterprise_support %}](/enterprise/admin/guides/enterprise-support/about-github-enterprise-support)"{% if enterpriseServerVersions contains currentVersion %}
+- "[About {% data variables.contact.premium_support %} for {% data variables.product.prodname_ghe_server %}](/enterprise/admin/guides/enterprise-support/about-github-premium-support-for-github-enterprise-server)."{% endif %}
diff --git a/translations/pt-BR/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md b/translations/pt-BR/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
index 7a4358e42b..e03339a861 100644
--- a/translations/pt-BR/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
+++ b/translations/pt-BR/content/admin/github-actions/enabling-automatic-access-to-githubcom-actions-using-github-connect.md
@@ -19,8 +19,7 @@ Para tornar todas as ações do {% data variables.product.prodname_dotcom_the_we
Antes de permitir o acesso a todas as ações de {% data variables.product.prodname_dotcom_the_website %} em {% data variables.product.product_location_enterprise %}, você deve conectar {% data variables.product.product_location_enterprise %} a {% data variables.product.prodname_dotcom_the_website %}. Para obter mais informações, consulte "[Conectar o {% data variables.product.prodname_ghe_server %} ao {% data variables.product.prodname_ghe_cloud %}](/enterprise/{{ currentVersion }}/admin/guides/installation/connecting-github-enterprise-server-to-github-enterprise-cloud)".
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.github-connect-tab %}
1. Em "Servidor pode usar ações do GitHub.com em execuções de fluxos de trabalho", use o menu suspenso e selecione **Habilitado**. 
diff --git a/translations/pt-BR/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md b/translations/pt-BR/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
index e7db8ec328..e1bdac2ed6 100644
--- a/translations/pt-BR/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
+++ b/translations/pt-BR/content/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise.md
@@ -16,8 +16,7 @@ Ao habilitar o {% data variables.product.prodname_actions %} em {% data variable
### Gerenciar as permissões de {% data variables.product.prodname_actions %} para a sua empresa
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.actions.enterprise-actions-permissions %}
@@ -29,8 +28,7 @@ Ao habilitar o {% data variables.product.prodname_actions %} em {% data variable
#### Configurar a política de uma bifurcação privada para a sua empresa
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.actions-tab %}
{% data reusables.github-actions.private-repository-forks-configure %}
diff --git a/translations/pt-BR/content/admin/github-actions/manually-syncing-actions-from-githubcom.md b/translations/pt-BR/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
index f5a50e2aff..83b767df11 100644
--- a/translations/pt-BR/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
+++ b/translations/pt-BR/content/admin/github-actions/manually-syncing-actions-from-githubcom.md
@@ -24,7 +24,7 @@ A ferramenta `actions-sync` só pode fazer download de ações de {% data variab
### Pré-requisitos
-* Antes de usar a ferramenta `actions-sync`, você deve garantir que todas as organizações de destino existam na instância corporativa. O exemplo a seguir demonstra como sincronizar ações com uma organização denominada `synced-actions` em uma instância corporativa. Para obter mais informações, consulte "[Criar organizações](/enterprise/admin/user-management/creating-organizations)".
+* Antes de usar a ferramenta `actions-sync`, você deve garantir que todas as organizações de destino existam na instância corporativa. O exemplo a seguir demonstra como sincronizar ações com uma organização denominada `synced-actions` em uma instância corporativa. For more information, see "[Creating a new organization from scratch](/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch)."
* Você deve criar um token de acesso pessoal (PAT) na instância corporativa que pode criar e gravar em repositórios nas organizações de destino. Para mais informação, consulte "[Criando um token de acesso pessoal](/github/authenticating-to-github/creating-a-personal-access-token)."
### Exemplo: Usando a ferramenta de `actions-sync`
diff --git a/translations/pt-BR/content/admin/index.md b/translations/pt-BR/content/admin/index.md
index 29d310a059..556efca9fb 100644
--- a/translations/pt-BR/content/admin/index.md
+++ b/translations/pt-BR/content/admin/index.md
@@ -3,9 +3,10 @@ title: Administradores da Empresa
redirect_from:
- /enterprise/admin/hidden/migrating-from-github-fi/
- /enterprise/admin
-intro: 'Guias detalhados para administradores de organizações/sistemas e especialistas em segurança que vão implantar, configurar e gerenciar instâncias do GitHub Enterprise.'
+intro: Documentation and guides for enterprise administrators, system administrators, and security specialists who {% if enterpriseServerVersions contains currentVersion %}deploy, {% endif %}configure{% if enterpriseServerVersions contains currentVersion %},{% endif %} and manage {% data variables.product.product_name %}.
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-aws.md b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-aws.md
index ec3a010e8e..d59a78075b 100644
--- a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-aws.md
+++ b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-aws.md
@@ -12,7 +12,7 @@ versions:
- {% data reusables.enterprise_installation.software-license %}
- Você deve ter uma conta do AWS que possa iniciar instâncias do EC2 e criar volumes EBS. Para obter mais informações, consulte o [site do Amazon Web Services](https://aws.amazon.com/).
-- A maioria das ações necessárias para iniciar a {% data variables.product.product_location_enterprise %} também pode ser executada usando o console de gerenciamento do AWS. No entanto, é recomendável instalar a interface da linha de comando (CLI) do AWS para a configuração inicial. Veja abaixo alguns exemplos de uso da CLI do AWS. Para obter mais informações, consulte os guias "[Trabalhar com o console de gerenciamento do AWS](http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html)" e "[O que é a interface da linha de comando do AWS](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)".
+- A maioria das ações necessárias para iniciar a {% data variables.product.product_location %} também pode ser executada usando o console de gerenciamento do AWS. No entanto, é recomendável instalar a interface da linha de comando (CLI) do AWS para a configuração inicial. Veja abaixo alguns exemplos de uso da CLI do AWS. Para obter mais informações, consulte os guias "[Trabalhar com o console de gerenciamento do AWS](http://docs.aws.amazon.com/awsconsolehelpdocs/latest/gsg/getting-started.html)" e "[O que é a interface da linha de comando do AWS](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html)".
Para usar este guia, você deve conhecer os seguintes conceitos do AWS:
@@ -28,7 +28,7 @@ Para usar este guia, você deve conhecer os seguintes conceitos do AWS:
### Determinar o tipo de instância
-Antes de iniciar a {% data variables.product.product_location_enterprise %} no AWS, você terá que determinar o tipo de máquina virtual que melhor se adapta às demandas da sua organização.
+Antes de iniciar a {% data variables.product.product_location %} no AWS, você terá que determinar o tipo de máquina virtual que melhor se adapta às demandas da sua organização.
#### Tipos de instância compatíveis
diff --git a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-azure.md b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-azure.md
index 4e87e177fa..a0563d2c75 100644
--- a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-azure.md
+++ b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-azure.md
@@ -22,7 +22,7 @@ Você pode implantar o {% data variables.product.prodname_ghe_server %} no Azure
### Determinar o tipo de máquina virtual
-Antes de iniciar a {% data variables.product.product_location_enterprise %} no Azure, você terá que determinar o tipo de máquina virtual que melhor se adapta às demandas da sua organização.
+Antes de iniciar a {% data variables.product.product_location %} no Azure, você terá que determinar o tipo de máquina virtual que melhor se adapta às demandas da sua organização.
#### Regiões e tipos de VM compatíveis
diff --git a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
index 85c9619acc..da19bdf83d 100644
--- a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
+++ b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-google-cloud-platform.md
@@ -20,7 +20,7 @@ versions:
### Determinar o tipo de máquina
-Antes de iniciar a {% data variables.product.product_location_enterprise %} no Google Cloud Platform, você terá que determinar o tipo de máquina virtual que melhor se adapta às demandas da sua organização.
+Antes de iniciar a {% data variables.product.product_location %} no Google Cloud Platform, você terá que determinar o tipo de máquina virtual que melhor se adapta às demandas da sua organização.
#### Tipos de máquina compatíveis
diff --git a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
index 9773ae62a4..b6eca49787 100644
--- a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
+++ b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-openstack-kvm.md
@@ -37,7 +37,7 @@ imagem de {% data variables.product.prodname_ghe_server %} que você baixou. Par
{% data reusables.enterprise_installation.necessary_ports %}
4. Você também pode associar um IP flutuante à instância. Dependendo da sua configuração do OpenStack, talvez seja necessário alocar um IP flutuante para o projeto e associá-lo à instância. Entre em contato com o administrador do sistema para determinar se esse é o seu caso. Para obter mais informações, consulte "[Alocar endereço IP flutuante a uma instância](https://docs.openstack.org/horizon/latest/user/configure-access-and-security-for-instances.html#allocate-a-floating-ip-address-to-an-instance)" na documentação do OpenStack.
-5. Inicie a {% data variables.product.product_location_enterprise %} usando a imagem, o volume de dados e o grupo de segurança criados nas etapas anteriores. Para ver as instruções, consulte "[Iniciar e gerenciar instâncias](https://docs.openstack.org/horizon/latest/user/launch-instances.html)" no guia do OpenStack.
+5. Inicie a {% data variables.product.product_location %} usando a imagem, o volume de dados e o grupo de segurança criados nas etapas anteriores. Para ver as instruções, consulte "[Iniciar e gerenciar instâncias](https://docs.openstack.org/horizon/latest/user/launch-instances.html)" no guia do OpenStack.
### Configurar a instância do {% data variables.product.prodname_ghe_server %}
diff --git a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-vmware.md b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-vmware.md
index e308462012..683cda227b 100644
--- a/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-vmware.md
+++ b/translations/pt-BR/content/admin/installation/installing-github-enterprise-server-on-vmware.md
@@ -14,7 +14,7 @@ versions:
### Pré-requisitos
- {% data reusables.enterprise_installation.software-license %}
-- Você deve ter um Hypervisor VMware vSphere ESXi aplicado a uma máquina bare metal que vai executar a {% data variables.product.product_location_enterprise %}. As versões 5.5 a 6.7 são compatíveis. O Hpervisor ESXi é grátis e não inclui o Servidor vCenter (opcional). Para obter mais informações, consulte a [documentação do VMware ESXi](https://www.vmware.com/products/esxi-and-esx.html).
+- Você deve ter um Hypervisor VMware vSphere ESXi aplicado a uma máquina bare metal que vai executar a {% data variables.product.product_location %}. As versões 5.5 a 6.7 são compatíveis. O Hpervisor ESXi é grátis e não inclui o Servidor vCenter (opcional). Para obter mais informações, consulte a [documentação do VMware ESXi](https://www.vmware.com/products/esxi-and-esx.html).
- Você precisará de acesso a um cliente vSphere. Se tiver o servidor vCenter, você poderá usar o cliente vSphere Web. Para obter mais informações, consulte "[Fazer login no servidor vCenter pelo cliente web vSphere](https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.install.doc/GUID-CE128B59-E236-45FF-9976-D134DADC8178.html)" no guia da VMware.
### Considerações de hardware
diff --git a/translations/pt-BR/content/admin/installation/setting-up-a-staging-instance.md b/translations/pt-BR/content/admin/installation/setting-up-a-staging-instance.md
index 2182de6f40..e3de812be9 100644
--- a/translations/pt-BR/content/admin/installation/setting-up-a-staging-instance.md
+++ b/translations/pt-BR/content/admin/installation/setting-up-a-staging-instance.md
@@ -1,6 +1,6 @@
---
title: Configurar uma instância de preparo
-intro: 'É possível usar uma *instância de preparo* para testar as modificações antes de aplicá-las à {% data variables.product.product_location_enterprise %}. Por exemplo, você pode usar uma instância de teste para avaliar novas atualizações do {% data variables.product.prodname_ghe_server %} ou praticar a importação de dados de migração.'
+intro: 'É possível usar uma *instância de preparo* para testar as modificações antes de aplicá-las à {% data variables.product.product_location %}. Por exemplo, você pode usar uma instância de teste para avaliar novas atualizações do {% data variables.product.prodname_ghe_server %} ou praticar a importação de dados de migração.'
redirect_from:
- /enterprise/admin/installation/setting-up-a-staging-instance
versions:
diff --git a/translations/pt-BR/content/admin/overview/about-the-github-enterprise-api.md b/translations/pt-BR/content/admin/overview/about-the-github-enterprise-api.md
new file mode 100644
index 0000000000..155c8606d5
--- /dev/null
+++ b/translations/pt-BR/content/admin/overview/about-the-github-enterprise-api.md
@@ -0,0 +1,24 @@
+---
+title: About the GitHub Enterprise API
+intro: '{% data variables.product.product_name %} supports REST and GraphQL APIs.'
+redirect_from:
+ - /enterprise/admin/installation/about-the-github-enterprise-server-api
+ - /enterprise/admin/articles/about-the-enterprise-api/
+ - /enterprise/admin/articles/using-the-api/
+ - /enterprise/admin/categories/api/
+ - /enterprise/admin/overview/about-the-github-enterprise-server-api
+ - /admin/overview/about-the-github-enterprise-server-api
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+With the APIs, you can automate many administrative tasks. Veja alguns exemplos:
+
+{% if enterpriseServerVersions contains currentVersion %}
+- Fazer alterações no {% data variables.enterprise.management_console %}. Para obter mais informações, consulte "[{% data variables.enterprise.management_console %}](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#management-console)."
+- Configurar a sincronização LDAP. Para obter mais informações, consulte "[LDAP](/enterprise/{{ currentVersion }}/user/rest/reference/enterprise-admin#admin-stats)".{% endif %}
+- Collect statistics about your enterprise. For more information, see "[Admin stats](/rest/reference/enterprise-admin#admin-stats)."
+- Gerenciar sua conta corporativa. Para obter mais informações, consulte "[Contas corporativas](/v4/guides/managing-enterprise-accounts)".
+
+For the complete documentation for {% data variables.product.prodname_enterprise_api %}, see [{% data variables.product.prodname_dotcom %} REST API](/rest) and [{% data variables.product.prodname_dotcom%} GraphQL API](/graphql).
\ No newline at end of file
diff --git a/translations/pt-BR/content/admin/overview/index.md b/translations/pt-BR/content/admin/overview/index.md
index bfa18ef7de..764e02bae5 100644
--- a/translations/pt-BR/content/admin/overview/index.md
+++ b/translations/pt-BR/content/admin/overview/index.md
@@ -1,10 +1,11 @@
---
title: Visão Geral
-intro: 'Com {% data variables.product.prodname_enterprise %}, você pode gerenciar contas e acesso, licenças e cobrança.'
+intro: 'You can learn about {% data variables.product.product_name %} and manage{% if enterpriseServerVersions contains currentVersion %} accounts and access, licenses, and{% endif %} billing.'
redirect_from:
- /enterprise/admin/overview
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Para obter mais informações ou comprar o {% data variables.product.prodname_enterprise %}, consulte [{% data variables.product.prodname_enterprise %}](https://github.com/enterprise).
@@ -13,6 +14,6 @@ Para obter mais informações ou comprar o {% data variables.product.prodname_en
{% link_in_list /about-enterprise-accounts %}
{% link_in_list /managing-your-github-enterprise-license %}
-{% link_in_list /managing-billing-for-github-enterprise %}
+{% link_in_list /managing-billing-for-your-enterprise %}
{% link_in_list /system-overview %}
-{% link_in_list /about-the-github-enterprise-server-api %}
+{% link_in_list /about-the-github-enterprise-api %}
diff --git a/translations/pt-BR/content/admin/overview/managing-billing-for-your-enterprise.md b/translations/pt-BR/content/admin/overview/managing-billing-for-your-enterprise.md
new file mode 100644
index 0000000000..8e42153b82
--- /dev/null
+++ b/translations/pt-BR/content/admin/overview/managing-billing-for-your-enterprise.md
@@ -0,0 +1,74 @@
+---
+title: Managing billing for your enterprise
+intro: 'You can view billing information for your enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /enterprise/admin/installation/managing-billing-for-github-enterprise
+ - /enterprise/admin/overview/managing-billing-for-github-enterprise
+ - /admin/overview/managing-billing-for-github-enterprise
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+{% if currentVersion == "github-ae@latest" %}
+
+{% data reusables.github-ae.about-billing %} Once per day, {% data variables.product.prodname_dotcom %} will count the number of users with a license for your enterprise. {% data variables.product.company_short %} bills you for each licensed user regardless of whether the user logged into {% data variables.product.prodname_ghe_managed %} that day.
+
+For commercial regions, the price per user per day is $1.2580645161. For 31-day months, the monthly cost for each user is $39. For months with fewer days, the monthly cost is lower. Each billing month begins at a fixed time on the first day of the calendar month.
+
+If you add a licensed user mid-month, that user will only be included in the count for the days they have a license. When you remove a licensed user, that user will remain in the count until the end of that month. Therefore, if you add a user mid-month and later remove the user in the same month, the user will be included in the count from the day the user was added through the end of the month. There is no additional cost if you re-add a user during the same month the user was removed.
+
+For example, here are the costs for users with licenses on different dates.
+
+| Usuário | License dates | Counted days | Cost |
+| --------- | ------------------------------------------------------- | ------------ | ------ |
+| @octocat | January 1 - January 31 | 31 | $39 |
+| @robocat | February 1 - February 28 | 29 | $35.23 |
+| @devtocat | January 15 - January 31 | 17 | $21.39 |
+| @doctocat | January 1 - January 15 | 31 | $39 |
+| @prodocat | January 7 - January 15 | 25 | $31.45 |
+| @monalisa | January 1 - January 7,
January 15 - January 31 | 31 | $39 |
+
+Your enterprise can include one or more instances. {% data variables.product.prodname_ghe_managed %} has a 500-user minimum per instance. {% data variables.product.company_short %} bills you for a minimum of 500 users per instance, even if there are fewer than 500 users with a license that day.
+
+You can see your current usage in your [Azure account portal](https://portal.azure.com).
+
+{% else %}
+
+### Sobre a cobrança de contas corporativas
+
+As contas corporativas atualmente estão disponíveis para clientes do {% data variables.product.prodname_enterprise %} que pagam com fatura. A cobrança de todas as organizações e instâncias {% data variables.product.prodname_ghe_server %} conectadas à sua conta corporativa é agregada em uma única fatura para todos os seus serviços pagos do {% data variables.product.prodname_dotcom_the_website %} (incluindo licenças pagas nas organizações, pacotes de dados do {% data variables.large_files.product_name_long %} e assinaturas de apps do {% data variables.product.prodname_marketplace %}).
+
+Proprietários corporativos e gerentes de cobrança podem acessar e gerenciar todas as configurações de cobrança relativas a contas corporativas. For more information about enterprise accounts, {% if currentVersion == "free-pro-team@latest" or "github-ae@latest" %}"[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."For more information about managing billing managers, see "[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise)."
+
+### Visualizando sua fatura atual
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Em "Quick Actions" (Ações rápidas), clique em **View invoice** (Visualizar fatura). 
+
+### Pagando sua fatura atual
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Em "Quick Actions" (Ações rápidas), clique em **Pay invoice** (Pagar fatura). 
+5. Em "Pagar fatura", digite as informações do seu cartão de crédito no formulário de segurança e clique em **Pay Invoice** (Pagar fatura). 
+
+### Baixando sua fatura atual
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Em "Quick Actions" (Ações rápidas), clique em **Download current invoice** (Baixar fatura atual). 
+
+### Visualizando seu histórico de pagamento
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.billing-tab %}
+4. Em "Faturamento", clique na aba **Past Invoices** (Últimas Faturas) para ver um resumo de sua atividade anterior de faturamento. 
+
+{% endif %}
diff --git a/translations/pt-BR/content/admin/overview/managing-your-github-enterprise-license.md b/translations/pt-BR/content/admin/overview/managing-your-github-enterprise-license.md
index 19a975b6f0..080d7f3d25 100644
--- a/translations/pt-BR/content/admin/overview/managing-your-github-enterprise-license.md
+++ b/translations/pt-BR/content/admin/overview/managing-your-github-enterprise-license.md
@@ -36,8 +36,7 @@ Caso queira renovar ou adicionar licenças de usuário com o {% data variables.p
4. Em "Enterprise Server Instances", clique em {% octicon "download" aria-label="The download icon" %} para fazer o download do seu arquivo de licença. 
5. Faça login na sua
Instância de {% data variables.product.prodname_ghe_server %} como administrador do site.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
12. Em "Quick links" (Links rápidos), clique em **Update license** (Atualizar licença). 
@@ -59,8 +58,7 @@ Instância de {% data variables.product.prodname_ghe_server %} como administrado
Para sincronizar manualmente o uso das licenças de usuário entre as duas implantações, você pode baixar um arquivo JSON do {% data variables.product.prodname_ghe_server %} e fazer upload desse arquivo no {% data variables.product.prodname_ghe_cloud %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.license-tab %}
5. Em "Links rápidos", para fazer o download de um arquivo que contém a sua licença atual em
diff --git a/translations/pt-BR/content/admin/overview/system-overview.md b/translations/pt-BR/content/admin/overview/system-overview.md
index 4777e6b403..8dad72f6f5 100644
--- a/translations/pt-BR/content/admin/overview/system-overview.md
+++ b/translations/pt-BR/content/admin/overview/system-overview.md
@@ -77,7 +77,7 @@ A equipe de segurança de aplicativos do {% data variables.product.prodname_dotc
#### Serviços externos e acesso ao suporte
-O {% data variables.product.prodname_ghe_server %} pode operar sem acessos de saída da sua rede para serviços externos. Alternativamente, você pode habilitar a integração com serviços externos de correio eletrônico, monitoramento externo e encaminhamento de logs. Para obter mais informações, consulte "[Configurar o e-mail para notificações](/enterprise/{{ currentVersion }}/admin/user-management/configuring-email-for-notifications)", "[Configurar monitoramento externo](/enterprise/{{ currentVersion }}/admin/installation/setting-up-external-monitoring)" e "[Encaminhamento de log](/enterprise/{{ currentVersion }}/admin/installation/log-forwarding)".
+O {% data variables.product.prodname_ghe_server %} pode operar sem acessos de saída da sua rede para serviços externos. Alternativamente, você pode habilitar a integração com serviços externos de correio eletrônico, monitoramento externo e encaminhamento de logs. For more information, see "[Configuring email for notifications](/admin/configuration/configuring-email-for-notifications)," "[Setting up external monitoring](/enterprise/{{ currentVersion }}/admin/installation/setting-up-external-monitoring)," and "[Log forwarding](/admin/user-management/log-forwarding)."
Você pode levantar e enviar dados de soluções de problemas para o {% data variables.contact.github_support %}. Para obter mais informações, consulte "[Enviar dados para o {% data variables.contact.github_support %}](/enterprise/{{ currentVersion }}/admin/enterprise-support/providing-data-to-github-support)".
@@ -108,7 +108,7 @@ O {% data variables.product.prodname_ghe_server %} oferece quatro métodos de au
#### Log de auditoria e acesso
-O {% data variables.product.prodname_ghe_server %} armazena logs do sistema operacional tradicional e de aplicativos. O aplicativo também grava logs de auditoria e segurança detalhados, que são armazenados permanentemente pelo {% data variables.product.prodname_ghe_server %}. Os dois tipos de logs podem ser encaminhados em tempo real para destinos múltiplos via protocolo `syslog-ng`. Para obter mais informações, consulte "[Encaminhamento de logs](/enterprise/{{ currentVersion }}/admin/installation/log-forwarding)".
+O {% data variables.product.prodname_ghe_server %} armazena logs do sistema operacional tradicional e de aplicativos. O aplicativo também grava logs de auditoria e segurança detalhados, que são armazenados permanentemente pelo {% data variables.product.prodname_ghe_server %}. Os dois tipos de logs podem ser encaminhados em tempo real para destinos múltiplos via protocolo `syslog-ng`. For more information, see "[Log forwarding](/admin/user-management/log-forwarding)."
Logs de acesso e auditoria contêm informações como as seguintes.
diff --git a/translations/pt-BR/content/admin/policies/about-pre-receive-hooks.md b/translations/pt-BR/content/admin/policies/about-pre-receive-hooks.md
index 89fcca8e59..bb6429a37f 100644
--- a/translations/pt-BR/content/admin/policies/about-pre-receive-hooks.md
+++ b/translations/pt-BR/content/admin/policies/about-pre-receive-hooks.md
@@ -23,4 +23,4 @@ Exemplos de uso dos hooks pre-receive:
### Fluxos de trabalho e impacto no desempenho
O impacto para os desenvolvedores e seus fluxos de trabalho pode ser significativo e deve ser considerado atentamente. Hooks pre-receive baseados nas demandas corporativas e implementados com cuidado trarão mais benefícios para a organização como um todo.
-Os hooks pre-receive podem ter efeitos indesejados no desempenho do {% data variables.product.product_location_enterprise %}, devendo ser implementados e analisados com atenção.
+Os hooks pre-receive podem ter efeitos indesejados no desempenho do {% data variables.product.product_location %}, devendo ser implementados e analisados com atenção.
diff --git a/translations/pt-BR/content/admin/policies/creating-a-pre-receive-hook-environment.md b/translations/pt-BR/content/admin/policies/creating-a-pre-receive-hook-environment.md
index fe1f1fc6ae..ac25e08892 100644
--- a/translations/pt-BR/content/admin/policies/creating-a-pre-receive-hook-environment.md
+++ b/translations/pt-BR/content/admin/policies/creating-a-pre-receive-hook-environment.md
@@ -72,8 +72,7 @@ Para obter mais informações sobre como criar um ambiente chroot, consulte "[Ch
### Fazer upload de um ambiente de hook pre-receive no {% data variables.product.prodname_ghe_server %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Clique em **Manage environments** (Gerenciar ambientes). 
diff --git a/translations/pt-BR/content/admin/policies/enforcing-policies-for-your-enterprise.md b/translations/pt-BR/content/admin/policies/enforcing-policies-for-your-enterprise.md
index 22e41fab61..1a5d845e2f 100644
--- a/translations/pt-BR/content/admin/policies/enforcing-policies-for-your-enterprise.md
+++ b/translations/pt-BR/content/admin/policies/enforcing-policies-for-your-enterprise.md
@@ -5,5 +5,6 @@ redirect_from:
- /enterprise/admin/policies/enforcing-policies-for-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md b/translations/pt-BR/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
index acb7acca0f..6a536c064a 100644
--- a/translations/pt-BR/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
+++ b/translations/pt-BR/content/admin/policies/enforcing-repository-management-policies-in-your-enterprise.md
@@ -27,29 +27,23 @@ redirect_from:
- /enterprise/admin/policies/enforcing-repository-management-policies-in-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-### Configurar a visibilidade padrão de novos repositórios no appliance
+### Configuring the default visibility of new repositories in your enterprise
-Cada vez que alguém criar um novo repositório no {% data variables.product.product_location_enterprise %}, essa pessoa deve escolher uma visibilidade para o repositório. Ao optar por uma configuração de visibilidade padrão para a instância, você escolhe qual visibilidade será selecionada por padrão. Para obter mais informações sobre a visibilidade de repositório, consulte "[Sobre a visibilidade do repositório](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)".
+Each time someone creates a new repository on your enterprise, that person must choose a visibility for the repository. When you configure a default visibility setting for the enterprise, you choose which visibility is selected by default. Para obter mais informações sobre a visibilidade de repositório, consulte "[Sobre a visibilidade do repositório](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)".
-Se um administrador do site impedir que os membros criem certos tipos de repositórios, os membros não serão capazes de criar esse tipo de repositório, mesmo se a configuração de visibilidade for padrão para esse tipo. Para obter mais informações, consulte "[Restringir a criação de repositórios na instância](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)".
+Se um administrador do site impedir que os membros criem certos tipos de repositórios, os membros não serão capazes de criar esse tipo de repositório, mesmo se a configuração de visibilidade for padrão para esse tipo. For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)."
-{% tip %}
-
-**Dica:** é possível restringir a capacidade de alterar a visibilidade do repositório apenas a administradores do site. Para obter mais informações, consulte "[Impedir os usuários de alterarem a visibilidade do repositório](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-a-repository-s-visibility)".
-
-{% endtip %}
-
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
-1. Em "Default repository visibility" (Visibilidade padrão do repositório), clique no menu suspenso e selecione uma visibilidade padrão.
+1. Em "Default repository visibility" (Visibilidade padrão do repositório), clique no menu suspenso e selecione uma visibilidade padrão.
{% data reusables.enterprise_installation.image-urls-viewable-warning %}
@@ -57,10 +51,9 @@ Se um administrador do site impedir que os membros criem certos tipos de reposit
Se você impedir que os integrantes alterem a visibilidade do repositório, somente os administradores do site poderão tornar privados os repositórios públicos ou tornar públicos os repositórios privados.
-Se um administrador do site tiver restringido a criação do repositório somente aos proprietários da organização, os integrantes não poderão alterar a visibilidade do repositório. Além disso, se o administrador do site restringir a criação de repositórios apenas aos repositórios privados, os integrantes só conseguirão tornar privados os repositórios públicos. Para obter mais informações, consulte "[Definir uma política para a criação de repositórios](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)".
+Se um administrador do site tiver restringido a criação do repositório somente aos proprietários da organização, os integrantes não poderão alterar a visibilidade do repositório. Além disso, se o administrador do site restringir a criação de repositórios apenas aos repositórios privados, os integrantes só conseguirão tornar privados os repositórios públicos. For more information, see "[Setting a policy for repository creation](#setting-a-policy-for-repository-creation)."
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Em "Repository visibility change" (Alteração da visibilidade do repositório), revise as informações sobre a alteração da configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
@@ -71,12 +64,11 @@ Se um administrador do site tiver restringido a criação do repositório soment
{% data reusables.organizations.repo-creation-constants %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Em "Repository creation" (Criação de repositório), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
-{% if currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.repo-creation-policy %}
{% data reusables.enterprise-accounts.repo-creation-types %}
{% else %}
@@ -85,8 +77,7 @@ Se um administrador do site tiver restringido a criação do repositório soment
### Definir uma política de exclusão e transferência de repositório
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.policies-tab %}
{% data reusables.enterprise-accounts.repositories-tab %}
5. Em "Repository deletion and transfer" (Exclusão e transferência de repositórios), revise as informações sobre como alterar as configurações. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
@@ -95,7 +86,7 @@ Se um administrador do site tiver restringido a criação do repositório soment
### Definir uma política para limites de push do Git
-Para manter o tamanho do repositório gerenciável e evitar problemas de desempenho, você pode configurar um limite de tamanho de arquivo para os repositórios em sua instância.
+To keep your repository size manageable and prevent performance issues, you can configure a file size limit for repositories in your enterprise.
Por padrão, quando você impõe os limites de upload do repositório, as pessoas não podem adicionar ou atualizar arquivos maiores que 100 MB.
@@ -107,24 +98,22 @@ Por padrão, quando você impõe os limites de upload do repositório, as pessoa
{% endtip %}
{% endif %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
4. Em "Repository upload limit" (Limite de upload de repositório), use o menu suspenso e clique para definir o tamanho máximo do objeto. 
-5. Opcionalmente, para aplicar um limite de upload máximo para todos os repositórios no {% data variables.product.product_location_enterprise %}, selecione **Limitar todos os repositórios** 
+5. Optionally, to enforce a maximum upload limit for all repositories in your enterprise, select **Enforce on all repositories** 
### Configurar o editor de conflitos de merge para pull requests entre repositórios
Solicitar que os usuário resolvam conflitos de merge em seus respectivos computadores pode impedir gravações inadvertidas em repositórios upstream a partir de uma bifurcação.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -134,13 +123,12 @@ Solicitar que os usuário resolvam conflitos de merge em seus respectivos comput
### Configurar pushes forçados
-Cada repositório herda uma configuração padrão de push forçado das configurações da conta de usuário ou da organização à qual pertence. Da mesma forma, cada organização e conta de usuário herda uma configuração padrão de push forçado a partir da configuração de push forçado para todo o appliance. Se você alterar a configuração de push forçado no appliance, ela será alterada em todos os repositórios pertencentes a qualquer usuário ou organização.
+Cada repositório herda uma configuração padrão de push forçado das configurações da conta de usuário ou da organização à qual pertence. Likewise, each organization and user account inherits a default force push setting from the force push setting for the enterprise. If you change the force push setting for the enterprise, it will change for all repositories owned by any user or organization.
#### Bloquear todos as pushes forçados no seu dispositivo
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -163,7 +151,7 @@ Cada repositório herda uma configuração padrão de push forçado das configur
#### Bloquear pushes forçados em repositórios pertencentes a uma organização ou conta de usuário
-Os repositórios herdam as configurações de push forçado da conta do usuário ou da organização à qual pertencem. Por sua vez, as organizações e contas de usuário herdam suas configurações de push forçado a partir das configurações de push forçado para todo o appliance.
+Os repositórios herdam as configurações de push forçado da conta do usuário ou da organização à qual pertencem. User accounts and organizations in turn inherit their force push settings from the force push settings for the enterprise.
Você pode substituir as configurações padrão herdadas definindo as configurações da conta de usuário ou da organização.
@@ -176,17 +164,17 @@ Você pode substituir as configurações padrão herdadas definindo as configura
5. Em "Repository default settings" (Configurações padrão do repositório) na seção "Force pushes" (Pushes forçados), selecione
- **Block** (Bloquear) para bloquear os pushes forçados em todos os branches.
- **Block to the default branch** (Bloquear no branch padrão) para bloquear os pushes forçados apenas no branch padrão. 
-6. Você também pode selecionar a opção **Enforce on all repositories** (Forçar em todos os repositórios), que substituirá as configurações específicas do repositório. Observe que essa ação **não** substitui políticas no nível do appliance. 
+6. Você também pode selecionar a opção **Enforce on all repositories** (Forçar em todos os repositórios), que substituirá as configurações específicas do repositório. Note that this will **not** override an enterprise-wide policy. 
### Configurar o acesso de leitura anônimo do Git
{% data reusables.enterprise_user_management.disclaimer-for-git-read-access %}
-Se você [habilitou o modo privado](/enterprise/admin/configuration/enabling-private-mode) na sua instância, você pode permitir que os administradores de repositórios habilitem o acesso de leitura anônimo do Git aos repositórios públicos.
+{% if enterpriseServerVersions contains currentVersion %}If you have [enabled private mode](/enterprise/admin/configuration/enabling-private-mode) on your enterprise, you {% else %}You {% endif %}can allow repository administrators to enable anonymous Git read access to public repositories.
-Habilitar o acesso de leitura anônimo do Git permite que os usuários ignorem a autenticação para ferramentas personalizadas em sua instância. Quando você ou um administrador de repositório habilitar essa configuração de acesso em um repositório, as operações não autenticadas do Git (e qualquer pessoa com acesso de rede ao {% data variables.product.prodname_ghe_server %}) terão acesso de leitura sem autenticação ao repositório.
+Enabling anonymous Git read access allows users to bypass authentication for custom tools on your enterprise. Quando você ou um administrador de repositório habilitar essa configuração de acesso em um repositório, as operações não autenticadas do Git (e qualquer pessoa com acesso de rede ao {% data variables.product.product_name %}) terão acesso de leitura sem autenticação ao repositório.
-Se necessário, você pode impedir que os administradores do repositório alterem as configurações anônimas de acesso do Git para os repositórios em {% data variables.product.product_location_enterprise %}, bloqueando as configurações de acesso do repositório. Após o bloqueio, somente um administrador de site poderá alterar a configuração do acesso de leitura anônimo do Git.
+If necessary, you can prevent repository administrators from changing anonymous Git access settings for repositories on your enterprise by locking the repository's access settings. Após o bloqueio, somente um administrador de site poderá alterar a configuração do acesso de leitura anônimo do Git.
{% data reusables.enterprise_site_admin_settings.list-of-repos-with-anonymous-git-read-access-enabled %}
@@ -194,9 +182,8 @@ Se necessário, você pode impedir que os administradores do repositório altere
#### Definir o acesso de leitura anônimo do Git para todos os repositórios
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -204,8 +191,9 @@ Se necessário, você pode impedir que os administradores do repositório altere
{% data reusables.enterprise-accounts.options-tab %}
4. Em "Anonymous Git read access" (Acesso de leitura anônimo do Git), use o menu suspenso e clique em **Enabled** (Habilitado). 
-3. Para impedir que os administradores de repositório alterem as configurações de acesso de leitura anônimo do Git em todos os repositórios da instância, você também pode selecionar **Prevent repository admins from changing anonymous Git read access** (Impedir administradores de repositório de alterarem o acesso de leitura anônimo do Git). 
+3. Optionally, to prevent repository admins from changing anonymous Git read access settings in all repositories on your enterprise, select **Prevent repository admins from changing anonymous Git read access**. 
+{% if enterpriseServerVersions contains currentVersion %}
#### Definir acesso de leitura anônimo do Git para um repositório específico
{% data reusables.enterprise_site_admin_settings.access-settings %}
@@ -216,4 +204,14 @@ Se necessário, você pode impedir que os administradores do repositório altere
6. Em "Danger Zone" (Zona de perigo), ao lado de "Enable anonymous Git read access" (Habilitar acesso de leitura anônimo do Git), clique em **Enable** (Habilitar). 
7. Revise as alterações. Para confirmar, clique em **Yes, enable anonymous Git read access** (Sim, permitir acesso de leitura anônimo ao Git). 
8. Para impedir que os administradores de repositório alterem a configuração nesse repositório, você também pode selecionar **Prevent repository admins from changing anonymous Git read access** (Impedir administradores de repositório de alterarem o acesso de leitura anônimo do Git). 
+{% endif %}
+{% if currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+### Aplicar uma política com o nome do branch-padrão
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na aba **Políticas do repositório** em "Nome do branch-padrão", digite o do branch-padrão que os novos repositórios devem usar. 
+4. Opcionalmente, para aplicar o nome do branch-padrão para todas as organizações da empresa, selecione **Aplicar em toda a empresa**. 
+5. Clique em **Atualizar**. 
+{% endif %}
\ No newline at end of file
diff --git a/translations/pt-BR/content/admin/policies/index.md b/translations/pt-BR/content/admin/policies/index.md
index aa2e44c22c..5da5e66064 100644
--- a/translations/pt-BR/content/admin/policies/index.md
+++ b/translations/pt-BR/content/admin/policies/index.md
@@ -1,11 +1,12 @@
---
title: Definir políticas para sua empresa
-intro: 'Você pode definir as políticas em {% data variables.product.prodname_enterprise %} para reduzir o risco e aumentar a qualidade.'
+intro: 'Você pode definir as políticas em {% data variables.product.product_name %} para reduzir o risco e aumentar a qualidade.'
redirect_from:
- /enterprise/admin/developer-workflow
- /enterprise/admin/policies
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md b/translations/pt-BR/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
index 532947b43f..1c983a6ea9 100644
--- a/translations/pt-BR/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
+++ b/translations/pt-BR/content/admin/policies/managing-pre-receive-hooks-on-the-github-enterprise-server-appliance.md
@@ -11,8 +11,7 @@ versions:
### Criar hooks pre-receive
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
4. Clique em **Add pre-receive hook** (Adicionar hooks pre-receive). 
@@ -25,16 +24,14 @@ versions:
### Editar hooks pre-receive
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
1. Ao lado do hook pre-receive que deseja editar, clique em {% octicon "pencil" aria-label="The edit icon" %}.
### Excluir hooks pre-receive
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
2. Ao lado do hook pre-receive que deseja excluir, clique em {% octicon "x" aria-label="X symbol" %}.
diff --git a/translations/pt-BR/content/admin/user-management/about-migrations.md b/translations/pt-BR/content/admin/user-management/about-migrations.md
index f89b21f107..fd6adb932a 100644
--- a/translations/pt-BR/content/admin/user-management/about-migrations.md
+++ b/translations/pt-BR/content/admin/user-management/about-migrations.md
@@ -14,7 +14,7 @@ Você pode fazer três tipos de migração:
- Migração de uma instância do {% data variables.product.prodname_ghe_server %} para outra do {% data variables.product.prodname_ghe_server %}: você pode migrar qualquer número de repositórios pertencentes a qualquer usuário ou organização na instância. Para executar a migração, você deve ter acesso de administrador do site a ambas as instâncias.
- Migração de uma organização do {% data variables.product.prodname_dotcom_the_website %} para uma instância do {% data variables.product.prodname_ghe_server %}: você pode migrar qualquer número de repositórios pertencentes à organização. Para fazer a migração, você deve ter [acesso administrativo](/enterprise/user/articles/permission-levels-for-an-organization/) à organização do {% data variables.product.prodname_dotcom_the_website %} e acesso de administrador do site na instância de destino.
-- *Execuções de experiência* são migrações que importam dados para uma [instância de preparo](/enterprise/admin/guides/installation/setting-up-a-staging-instance/). Elas podem ser úteis para ver o que *aconteceria* se uma migração fosse aplicada à {% data variables.product.product_location_enterprise %}. **É altamente recomendável fazer uma execução de experiência em uma instância de preparo antes de importar dados para a sua instância de produção.**
+- *Execuções de experiência* são migrações que importam dados para uma [instância de preparo](/enterprise/admin/guides/installation/setting-up-a-staging-instance/). Elas podem ser úteis para ver o que *aconteceria* se uma migração fosse aplicada à {% data variables.product.product_location %}. **É altamente recomendável fazer uma execução de experiência em uma instância de preparo antes de importar dados para a sua instância de produção.**
### Dados migrados
diff --git a/translations/pt-BR/content/admin/user-management/activity-dashboard.md b/translations/pt-BR/content/admin/user-management/activity-dashboard.md
index 9fe89eca86..120209106b 100644
--- a/translations/pt-BR/content/admin/user-management/activity-dashboard.md
+++ b/translations/pt-BR/content/admin/user-management/activity-dashboard.md
@@ -1,12 +1,13 @@
---
title: Painel Atividade
-intro: 'O painel Atividade mostra um panorama de todas as atividades na {% data variables.product.product_location_enterprise %}.'
+intro: 'The Activity dashboard gives you an overview of all the activity in your enterprise.'
redirect_from:
- /enterprise/admin/articles/activity-dashboard/
- /enterprise/admin/installation/activity-dashboard
- /enterprise/admin/user-management/activity-dashboard
versions:
enterprise-server: '*'
+ github-ae: '*'
---
O painel Atividade gera gráficos semanais, mensais e anuais informando o número de:
@@ -22,7 +23,10 @@ O painel Atividade gera gráficos semanais, mensais e anuais informando o númer

-Para mais análises baseadas em dados de {% data variables.product.prodname_enterprise %}, você pode comprar o {% data variables.product.prodname_insights %}. Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_insights %}](/insights/installing-and-configuring-github-insights/about-github-insights)."
+{% if enterpriseServerVersions contains currentVersion %}
+For more analytics based on data from
+{% data variables.product.product_name %}, you can purchase {% data variables.product.prodname_insights %}. Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_insights %}](/insights/installing-and-configuring-github-insights/about-github-insights)."
+{% endif %}
### Acessar o painel Atividade
diff --git a/translations/pt-BR/content/admin/user-management/adding-people-to-teams.md b/translations/pt-BR/content/admin/user-management/adding-people-to-teams.md
index 7a9fe85636..8d50f36eca 100644
--- a/translations/pt-BR/content/admin/user-management/adding-people-to-teams.md
+++ b/translations/pt-BR/content/admin/user-management/adding-people-to-teams.md
@@ -5,7 +5,7 @@ redirect_from:
- /enterprise/admin/articles/adding-or-inviting-people-to-teams/
- /enterprise/admin/guides/user-management/adding-or-inviting-people-to-teams/
- /enterprise/admin/user-management/adding-people-to-teams
-intro: 'Após a criação de uma equipe, os administradores da organização podem adicionar usuários da {% data variables.product.product_location_enterprise %} e determinar quais repositórios eles poderão acessar.'
+intro: 'Após a criação de uma equipe, os administradores da organização podem adicionar usuários da {% data variables.product.product_location %} e determinar quais repositórios eles poderão acessar.'
versions:
enterprise-server: '*'
---
diff --git a/translations/pt-BR/content/admin/user-management/audit-logging.md b/translations/pt-BR/content/admin/user-management/audit-logging.md
index 198d0de3ba..420adacf63 100644
--- a/translations/pt-BR/content/admin/user-management/audit-logging.md
+++ b/translations/pt-BR/content/admin/user-management/audit-logging.md
@@ -1,29 +1,31 @@
---
title: Gerar logs de auditoria
-intro: 'O {% data variables.product.prodname_enterprise %} registra logs de usuários, organizações, repositórios e eventos de sistema que passaram por auditoria. Os logs são úteis para fins de depuração e conformidade interna e externa.'
+intro: '{% data variables.product.product_name %} keeps logs of audited{% if enterpriseServerVersions contains currentVersion %} system,{% endif %} user, organization, and repository events. Os logs são úteis para fins de depuração e conformidade interna e externa.'
redirect_from:
- /enterprise/admin/articles/audit-logging/
- /enterprise/admin/installation/audit-logging
- /enterprise/admin/user-management/audit-logging
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-Para obter uma lista completa, consulte "[Ações auditadas](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)". Para obter mais informações sobre encontrar uma ação em particular, consulte "[Pesquisar no log de auditoria](/enterprise/{{ currentVersion }}/admin/guides/installation/searching-the-audit-log)".
+For a full list, see "[Audited actions](/admin/user-management/audited-actions)." For more information on finding a particular action, see "[Searching the audit log](/admin/user-management/searching-the-audit-log)."
### Logs de push
-Todas as operações de push no Git têm um log. Para obter mais informações, consulte "[Exibir logs de push](/enterprise/{{ currentVersion }}/admin/guides/installation/viewing-push-logs)".
+Todas as operações de push no Git têm um log. For more information, see "[Viewing push logs](/admin/user-management/viewing-push-logs)."
+{% if enterpriseServerVersions contains currentVersion %}
### Eventos do sistema
Todos os eventos auditados do sistema, inclusive pushes e pulls, são registrados em logs no caminho `/var/log/github/audit.log`. Os logs passam por rotação a cada 24 horas e ficam guardados por sete dias.
-O pacote de suporte inclui logs de sistema. Para obter mais informações, consulte "[Enviar dados ao suporte do {% data variables.product.prodname_dotcom %}](/enterprise/{{ currentVersion }}/admin/guides/enterprise-support/providing-data-to-github-support)".
+O pacote de suporte inclui logs de sistema. For more information, see "[Providing data to {% data variables.product.prodname_dotcom %} Support](/admin/enterprise-support/providing-data-to-github-support)."
### Pacotes de suporte
-Todas as informações de auditoria são registradas no arquivo `audit.log`, no diretório `github-logs` de qualquer pacote de suporte. Se o encaminhamento de logs estiver habilitado, você poderá transmitir esses dados para um consumidor de fluxo de syslog externo, como o [Splunk](http://www.splunk.com/) ou o [Logstash](http://logstash.net/). Todas as entradas desse log usam a palavra-chave `github_audit` e podem ser filtradas por ela. Para obter mais informações, consulte "[Encaminhamento de logs](/enterprise/{{ currentVersion }}/admin/guides/installation/log-forwarding)".
+Todas as informações de auditoria são registradas no arquivo `audit.log`, no diretório `github-logs` de qualquer pacote de suporte. Se o encaminhamento de logs estiver habilitado, você poderá transmitir esses dados para um consumidor de fluxo de syslog externo, como o [Splunk](http://www.splunk.com/) ou o [Logstash](http://logstash.net/). Todas as entradas desse log usam a palavra-chave `github_audit` e podem ser filtradas por ela. For more information see "[Log forwarding](/admin/user-management/log-forwarding)."
Por exemplo, esta entrada mostra que um repositório foi criado.
@@ -36,3 +38,4 @@ Este exemplo mostra que houve push dos commits para um repositório.
```
Oct 26 02:19:31 github-ent github_audit: { "pid":22860, "ppid":22859, "program":"receive-pack", "git_dir":"/data/repositories/some-user/some-repository.git", "hostname":"github-ent", "pusher":"some-user", "real_ip":"10.0.0.51", "user_agent":"git/1.7.10.4", "repo_id":1, "repo_name":"some-user/some-repository", "transaction_id":"b031b7dc7043c87323a75f7a92092ef1456e5fbaef995c68", "frontend_ppid":1, "repo_public":true, "user_name":"some-user", "user_login":"some-user", "frontend_pid":18238, "frontend":"github-ent", "user_email":"some-user@github.example.com", "user_id":2, "pgroup":"github-ent_22860", "status":"post_receive_hook", "features":" report-status side-band-64k", "received_objects":3, "receive_pack_size":243, "non_fast_forward":false, "current_ref":"refs/heads/main" }
```
+{% endif %}
\ No newline at end of file
diff --git a/translations/pt-BR/content/admin/user-management/audited-actions.md b/translations/pt-BR/content/admin/user-management/audited-actions.md
index 90b8c1b0c8..7381c7b38b 100644
--- a/translations/pt-BR/content/admin/user-management/audited-actions.md
+++ b/translations/pt-BR/content/admin/user-management/audited-actions.md
@@ -7,22 +7,23 @@ redirect_from:
- /enterprise/admin/user-management/audited-actions
versions:
enterprise-server: '*'
+ github-ae: '*'
---
#### Autenticação
-| Nome | Descrição |
-| ------------------------------------:| ----------------------------------------------------------------------------------------------------------------------------- |
-| `oauth_access.create` | Um [token de acesso OAuth][] foi [gerado][generate token] para uma conta de usuário. |
-| `oauth_access.destroy` | Um [token de acesso OAuth][] foi excluído de uma conta de usuário. |
-| `oauth_application.destroy` | Um [aplicativo OAuth][] foi excluído de uma organização ou conta de usuário. |
-| `oauth_application.reset_secret` | A chave secreta de um [aplicativo OAuth][] foi redefinida. |
-| `oauth_application.transfer` | Um [aplicativo OAuth][] foi transferido de uma organização ou conta de usuário para outra. |
-| `public_key.create` | Uma chave SSH foi [adicionada][add key] a uma conta de usuário ou uma [chave de implantação][] foi adicionada ao repositório. |
-| `public_key.delete` | Uma chave SSH foi removida de uma conta de usuário ou uma [chave de implantação][] foi removida de um repositório. |
-| `public_key.update` | A chave SSH de uma conta de usuário ou a [chave de implantação][] de um repositório foi atualizada. |
-| `two_factor_authentication.enabled` | A [autenticação de dois fatores][2fa] foi habilitada para uma conta de usuário. |
-| `two_factor_authentication.disabled` | A [autenticação de dois fatores][2fa] foi desabilitada para uma conta de usuário. |
+| Nome | Descrição |
+| ------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------- |
+| `oauth_access.create` | Um [token de acesso OAuth][] foi [gerado][generate token] para uma conta de usuário. |
+| `oauth_access.destroy` | Um [token de acesso OAuth][] foi excluído de uma conta de usuário. |
+| `oauth_application.destroy` | Um [aplicativo OAuth][] foi excluído de uma organização ou conta de usuário. |
+| `oauth_application.reset_secret` | A chave secreta de um [aplicativo OAuth][] foi redefinida. |
+| `oauth_application.transfer` | Um [aplicativo OAuth][] foi transferido de uma organização ou conta de usuário para outra. |
+| `public_key.create` | Uma chave SSH foi [adicionada][add key] a uma conta de usuário ou uma [chave de implantação][] foi adicionada ao repositório. |
+| `public_key.delete` | Uma chave SSH foi removida de uma conta de usuário ou uma [chave de implantação][] foi removida de um repositório. |
+| `public_key.update` | A user account's SSH key or a repository's [deploy key][] was updated.{% if enterpriseServerVersions contains currentVersion %}
+| `two_factor_authentication.enabled` | A [autenticação de dois fatores][2fa] foi habilitada para uma conta de usuário. |
+| `two_factor_authentication.disabled` | [Two-factor authentication][2fa] was disabled for a user account.{% endif %}
#### Hooks
@@ -33,31 +34,31 @@ versions:
| `hook.destroy` | Um hook foi excluído. |
| `hook.events_changed` | Os eventos configurados de um hook foram alterados. |
-#### Configurações de instância
+#### Enterprise configuration settings
-| Nome | Descrição |
-| -------------------------------------------------------:| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `business.update_member_repository_creation_permission` | Um administrador do site restringe a criação de repositórios em organizações na instância. Para obter mais informações, consulte "[Restringir a criação de repositórios na instância](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)". |
-| `business.clear_members_can_create_repos` | Um administrador do site retira uma restrição de criação de repositórios nas organizações na instância. Para obter mais informações, consulte "[Restringir a criação de repositórios na instância](/enterprise/{{ currentVersion }}/admin/guides/user-management/restricting-repository-creation-in-your-instance)". |
-| `enterprise.config.lock_anonymous_git_access` | Um administrador do site bloqueia acessos de leitura anônimos do Git para impedir que os administradores do repositório alterem as configurações de acessos de leitura anônimos do Git existentes nos repositórios na instância. Para obter mais informações, consulte "[Impedir os usuários de alterarem o acesso de leitura anônimo do Git](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)". |
-| `enterprise.config.unlock_anonymous_git_access` | Um administrador do site desbloqueia acessos de leitura anônimos do Git para permitir que administradores alterem as configurações de acessos de leitura anônimos do Git existentes nos repositórios na instância. Para obter mais informações, consulte "[Impedir os usuários de alterarem o acesso de leitura anônimo do Git](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)". |
+| Nome | Descrição |
+| -------------------------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
+| `business.update_member_repository_creation_permission` | A site admin restricts repository creation in organizations in the enterprise. Para obter mais informações, consulte "[Aplicar políticas de gerenciamento do repositório na sua empresa](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)". |
+| `business.clear_members_can_create_repos` | A site admin clears a restriction on repository creation in organizations in the enterprise. Para obter mais informações, consulte "[Aplicar políticas de gerenciamento do repositório na sua empresa](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)". |
+| `enterprise.config.lock_anonymous_git_access` | A site admin locks anonymous Git read access to prevent repository admins from changing existing anonymous Git read access settings for repositories in the enterprise. Para obter mais informações, consulte "[Aplicar políticas de gerenciamento do repositório na sua empresa](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)". |
+| `enterprise.config.unlock_anonymous_git_access` | A site admin unlocks anonymous Git read access to allow repository admins to change existing anonymous Git read access settings for repositories in the enterprise. Para obter mais informações, consulte "[Aplicar políticas de gerenciamento do repositório na sua empresa](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-anonymous-git-read-access)". |
#### Problemas e pull requests
-| Nome | Descrição |
-| ------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| `issue.update` | O texto de um problema (comentário inicial) foi alterado. |
-| `issue_comment.update` | Um comentário em um problema (que não seja o inicial) foi alterado. |
-| `pull_request_review_comment.delete` | Foi excluído um comentário em um pull request. |
-| `issue.destroy` | Um problema foi excluído do repositório. Para obter mais informações, consulte "[Excluir um problema](/enterprise/{{ currentVersion }}/user/articles/deleting-an-issue)". |
+| Nome | Descrição |
+| ------------------------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `issue.update` | O texto de um problema (comentário inicial) foi alterado. |
+| `issue_comment.update` | Um comentário em um problema (que não seja o inicial) foi alterado. |
+| `pull_request_review_comment.delete` | Foi excluído um comentário em um pull request. |
+| `issue.destroy` | Um problema foi excluído do repositório. For more information, see "[Deleting an issue](/github/managing-your-work-on-github/deleting-an-issue)." |
#### Organizações
-| Nome | Descrição |
-| ------------------:| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `org.async_delete` | Um usuário iniciou um trabalho em segundo plano para excluir uma organização. |
-| `org.delete` | Uma organização foi excluída por um trabalho em segundo plano iniciado pelo usuário. |
-| `org.transform` | A conta de usuário foi convertida em organização. Para obter mais informações, consulte [Converter usuário em organização](/enterprise/{{ currentVersion}}/user/articles/converting-a-user-into-an-organization/). |
+| Nome | Descrição |
+| ------------------:| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `org.async_delete` | Um usuário iniciou um trabalho em segundo plano para excluir uma organização. |
+| `org.delete` | An organization was deleted by a user-initiated background job.{% if currentVersion != "github-ae@latest" %}
+| `org.transform` | A conta de usuário foi convertida em organização. For more information, see "[Converting a user into an organization](/github/setting-up-and-managing-your-github-user-account/converting-a-user-into-an-organization)."{% endif %}
#### Branches protegidos
@@ -66,7 +67,7 @@ versions:
| `protected_branch.create` | A proteção do branch está habilitada em um branch. |
| `protected_branch.destroy` | A proteção do branch está desabilitada em um branch. |
| `protected_branch.update_admin_enforced` | A proteção do branch é exigida para os administradores do repositório. |
-| `protected_branch.update_require_code_owner_review` | A exigência da revisão do proprietário do código é atualizada em um branch. |
+| `protected_branch.update_require_code_owner_review` | Enforcement of required code owner review is updated on a branch. |
| `protected_branch.dismiss_stale_reviews` | A exigência de ignorar pull requests obsoletas é atualizada em um branch. |
| `protected_branch.update_signature_requirement_enforcement_level` | A exigência de assinatura de commit obrigatória é atualizada em um branch. |
| `protected_branch.update_pull_request_reviews_enforcement_level` | A exigência de revisões obrigatórias de pull request é atualizada em um branch. |
@@ -79,7 +80,7 @@ versions:
| Nome | Descrição |
| ------------------------------------------:| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `repo.access` | Um repositório privado passou a ser público, ou um repositório público passou a ser privado. |
-| `repo.archive` | Um repositório foi arquivado. Para obter mais informações, consulte [Arquivar e cancelar o arquivamento de repositórios](/enterprise/{{ currentVersion }}/admin/guides/user-management/archiving-and-unarchiving-repositories/). |
+| `repo.archive` | Um repositório foi arquivado. For more information, see "[Archiving a {% data variables.product.prodname_dotcom %} repository](/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository)." |
| `repo.add_member` | Um colaborador foi adicionado ao repositório. |
| `repo.config` | Um administrador do site bloqueou a opção de forçar pushes. Para obter mais informações, consulte [Bloquear pushes forçados em um repositório](/enterprise/{{ currentVersion }}/admin/guides/developer-workflow/blocking-force-pushes-to-a-repository/). |
| `repo.create` | Um repositório foi criado. |
@@ -88,7 +89,7 @@ versions:
| `repo.rename` | Um repositório foi renomeado. |
| `repo.transfer` | Um usuário aceitou uma solicitação para receber um repositório transferido. |
| `repo.transfer_start` | Um usuário enviou uma solicitação para transferir um repositório a outro usuário ou organização. |
-| `repo.unarchive` | Um repositório teve o arquivamento cancelado. Para obter mais informações, consulte [Arquivar e cancelar o arquivamento de repositórios](/enterprise/{{ currentVersion }}/admin/guides/user-management/archiving-and-unarchiving-repositories/). |
+| `repo.unarchive` | Um repositório teve o arquivamento cancelado. For more information, see "[Archiving a {% data variables.product.prodname_dotcom %} repository](/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository)." |
| `repo.config.disable_anonymous_git_access` | O acesso de leitura anônimo do Git está desabilitado em um repositório público. Para obter mais informações, consulte "[Habilitar acesso de leitura anônimo do Git para um repositório](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)". |
| `repo.config.enable_anonymous_git_access` | O acesso de leitura anônimo do Git está habilitado em um repositório público. Para obter mais informações, consulte "[Habilitar acesso de leitura anônimo do Git para um repositório](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)". |
| `repo.config.lock_anonymous_git_access` | O acesso de leitura anônimo de um repositório do Git está bloqueado, impedindo que os administradores de repositório alterem (habilitem ou desabilitem) essa configuração. Para obter mais informações, consulte "[Impedir os usuários de alterarem o acesso de leitura anônimo do Git](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access)". |
@@ -100,7 +101,7 @@ versions:
| --------------------:| -------------------------------------------------------------------------------------------------------------------------- |
| `staff.disable_repo` | Um administrador do site desabilitou o acesso a um repositório e a todas as suas bifurcações. |
| `staff.enable_repo` | Um administrador do site habilitou novamente o acesso a um repositório e a todas as suas bifurcações. |
-| `staff.fake_login` | Um administrador do site fez login no {% data variables.product.prodname_enterprise %} como outro usuário. |
+| `staff.fake_login` | Um administrador do site fez login no {% data variables.product.product_name %} como outro usuário. |
| `staff.repo_unlock` | Um administrador do site desbloqueou (obteve acesso total temporariamente a) um dos repositórios privados de um usuário. |
| `staff.unlock` | Um administrador do site desbloqueou (obteve acesso total temporariamente a) todos os repositórios privados de um usuário. |
@@ -114,28 +115,30 @@ versions:
#### Usuários
-| Nome | Descrição |
-| ---------------------------:| -------------------------------------------------------------------------------------------------------------- |
-| `user.add_email` | Um endereço de e-mail foi adicionado a uma conta de usuário. |
-| `user.async_delete` | Um trabalho assíncrono foi iniciado para destruir uma conta de usuário, acionando eventualmente `user.delete`. |
-| `user.change_password` | Um usuário alterou a própria senha. |
-| `user.create` | Uma nova conta de usuário foi criada. |
-| `user.delete` | Uma conta de usuário foi destruída por um trabalho assíncrono. |
-| `user.demote` | Um administrador do site foi rebaixado a uma conta de usuário regular. |
-| `user.destroy` | Um usuário excluiu a própria conta, acionando `user.async_delete`. |
-| `user.failed_login` | Um usuário tentou fazer login com nome de usuário, senha ou código de autenticação de dois fatores incorretos. |
-| `user.forgot_password` | Um usuário solicitou redefinição de senha pela página de login. |
-| `user.login` | Um usuário fez login. |
-| `user.promote` | Uma conta de usuário regular foi promovida a administrador do site. |
-| `user.remove_email` | Um endereço de e-mail foi removido de uma conta de usuário. |
-| `user.rename` | Um nome de usuário foi alterado. |
-| `user.suspend` | Uma conta de usuário foi suspensa por um administrador do site. |
-| `user.two_factor_requested` | Um usuário recebeu a solicitação de informar o código de autenticação de dois fatores. |
-| `user.unsuspend` | Uma conta de usuário teve a suspensão cancelada por um administrador do site. |
+| Nome | Descrição |
+| ---------------------------:| -------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `user.add_email` | Um endereço de e-mail foi adicionado a uma conta de usuário. |
+| `user.async_delete` | An asynchronous job was started to destroy a user account, eventually triggering `user.delete`.{% if enterpriseServerVersions contains currentVersion %}
+| `user.change_password` | A user changed his or her password.{% endif %}
+| `user.create` | Uma nova conta de usuário foi criada. |
+| `user.delete` | Uma conta de usuário foi destruída por um trabalho assíncrono. |
+| `user.demote` | Um administrador do site foi rebaixado a uma conta de usuário regular. |
+| `user.destroy` | A user deleted his or her account, triggering `user.async_delete`.{% if enterpriseServerVersions contains currentVersion %}
+| `user.failed_login` | Um usuário tentou fazer login com nome de usuário, senha ou código de autenticação de dois fatores incorretos. |
+| `user.forgot_password` | A user requested a password reset via the sign-in page.{% endif %}
+| `user.login` | Um usuário fez login. |
+| `user.promote` | Uma conta de usuário regular foi promovida a administrador do site. |
+| `user.remove_email` | Um endereço de e-mail foi removido de uma conta de usuário. |
+| `user.rename` | Um nome de usuário foi alterado. |
+| `user.suspend` | A user account was suspended by a site admin.{% if enterpriseServerVersions contains currentVersion %}
+| `user.two_factor_requested` | A user was prompted for a two-factor authentication code.{% endif %}
+| `user.unsuspend` | Uma conta de usuário teve a suspensão cancelada por um administrador do site. |
[add key]: /articles/adding-a-new-ssh-key-to-your-github-account
[chave de implantação]: /guides/managing-deploy-keys/#deploy-keys
+ [deploy key]: /guides/managing-deploy-keys/#deploy-keys
[generate token]: /articles/creating-an-access-token-for-command-line-use
[token de acesso OAuth]: /v3/oauth/
[aplicativo OAuth]: /guides/basics-of-authentication/#registering-your-app
[2fa]: /articles/about-two-factor-authentication
+ [2fa]: /articles/about-two-factor-authentication
diff --git a/translations/pt-BR/content/admin/user-management/auditing-ssh-keys.md b/translations/pt-BR/content/admin/user-management/auditing-ssh-keys.md
index 06d0ab8e95..2cd89bda21 100644
--- a/translations/pt-BR/content/admin/user-management/auditing-ssh-keys.md
+++ b/translations/pt-BR/content/admin/user-management/auditing-ssh-keys.md
@@ -6,6 +6,7 @@ redirect_from:
- /enterprise/admin/user-management/auditing-ssh-keys
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Depois de iniciada, a auditoria desabilita todas as chaves SSH e força os usuários a aprová-las ou rejeitá-las antes que eles possam clonar, fazer pull ou fazer push para qualquer repositório. Auditorias são úteis nos casos em que um funcionário ou contratado sai da empresa e você deve garantir a verificação de todas as chaves.
diff --git a/translations/pt-BR/content/admin/user-management/auditing-users-across-your-enterprise.md b/translations/pt-BR/content/admin/user-management/auditing-users-across-your-enterprise.md
new file mode 100644
index 0000000000..8b30b3b6b6
--- /dev/null
+++ b/translations/pt-BR/content/admin/user-management/auditing-users-across-your-enterprise.md
@@ -0,0 +1,111 @@
+---
+title: Auditing users across your enterprise
+intro: 'The audit log dashboard shows site administrators the actions performed by all users and organizations across your enterprise within the past 90 days, including details such as who performed the action, what the action was, and when the action was performed.'
+redirect_from:
+ - /enterprise/admin/guides/user-management/auditing-users-across-an-organization/
+ - /enterprise/admin/user-management/auditing-users-across-your-instance
+ - /admin/user-management/auditing-users-across-your-instance
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Acessar o log de auditoria
+
+The audit log dashboard gives you a visual display of audit data across your enterprise.
+
+
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.audit-log-tab %}
+
+No mapa, você pode aplicar zoom e visão panorâmica para ver os eventos do mundo todo. Posicione o mouse sobre um país para ver a contagem de eventos ocorridos nele.
+
+### Searching for events across your enterprise
+
+The audit log lists the following information about actions made within your enterprise:
+
+* [O repositório](#search-based-on-the-repository) em que a ação ocorreu;
+* [O usuário](#search-based-on-the-user) que fez a ação;
+* [A organização](#search-based-on-the-organization) a que a ação pertence;
+* [O tipo de ação](#search-based-on-the-action-performed) ocorrida;
+* [O país](#search-based-on-the-location) em que a ação ocorreu;
+* [A data e a hora](#search-based-on-the-time-of-action) em que a ação ocorreu.
+
+{% warning %}
+
+**Notas:**
+
+- Embora não seja possível usar texto para pesquisar entradas de auditoria, você pode criar consultas de pesquisa usando filtros diversificados. {% data variables.product.product_name %} supports many operators for searching across {% data variables.product.product_name %}. Para obter mais informações, consulte "[Sobre a pesquisa no {% data variables.product.prodname_dotcom %}](/github/searching-for-information-on-github/about-searching-on-github)".
+- Para pesquisar eventos com mais de 90 dias, use o qualificador `created`.
+
+{% endwarning %}
+
+#### Pesquisar com base no repositório
+
+O qualificador `repo` limita as ações a um repositório específico pertencente à sua organização. Por exemplo:
+
+* `repo:my-org/our-repo` localiza todos os eventos que ocorreram no repositório `our-repo` na organização `my-org`.
+* `repo:my-org/our-repo repo:my-org/another-repo` localiza todos os eventos que ocorreram para ambos repositórios `our-repo` e `another-repo` na organização `my-org`.
+* `-repo:my-org/not-this-repo` exclui todos os eventos que ocorreram no repositório `not-this-repo` na organização `my-org`.
+
+Você deve incluir o nome da sua organização no qualificador `repo`; pesquisar somente `repo:our-repo` não funcionará.
+
+#### Pesquisar com base no usuário
+
+O qualificador `actor` incluir eventos com base no integrante da organização que fez a ação. Por exemplo:
+
+* `actor:octocat` localiza todos os eventos feitos por `octocat`.
+* `actor:octocat actor:hubot` localiza todos os eventos realizados por ambos `octocat` e `hubot`.
+* `-actor:hubot` exclui todos os eventos realizados por `hubot`.
+
+Só é possível usar o nome de usuário do {% data variables.product.product_name %}, e não o nome verdadeiro da pessoa.
+
+#### Pesquisar com base na organização
+
+O qualificador `org` limita as ações a uma organização específica. Por exemplo:
+
+* `org:my-org` localiza todos os eventos que ocorreram na organização `my-org`;
+* `org:my-org action:team` localiza todos os eventos de equipe que ocorreram na organização `my-org`;
+* `org:my-org` exclui todos os eventos que ocorreram na organização `my-org`.
+
+#### Pesquisar com base na ação
+
+O qualificador `action` pesquisa eventos específicos, agrupados em categorias. For information on the events associated with these categories, see "[Audited actions](/admin/user-management/audited-actions)".
+
+| Categoria | Descrição |
+| --------- | --------------------------------------------------------------------------------- |
+| `hook` | Tem todas as atividades relacionadas a webhooks. |
+| `org` | Tem todas as atividades relacionadas à associação na organização. |
+| `repo` | Tem todas as atividades relacionadas aos repositórios pertencentes à organização. |
+| `equipe` | Tem todas as atividades relacionadas às equipes na organização. |
+
+Você pode pesquisar conjuntos específicos de ações usando esses termos. Por exemplo:
+
+* `action:team` localiza todos os eventos agrupados na categoria da equipe;
+* `-action:billing` exclui todos os eventos na categoria de cobrança.
+
+Cada categoria tem um conjunto de eventos associados que você pode usar no filtro. Por exemplo:
+
+* `action:team.create` localiza todos os eventos em que uma equipe foi criada;
+* `-action:billing.change_email` exclui todos os eventos em que a categoria de cobrança foi alterada.
+
+#### Pesquisar com base no local
+
+O qualificador `country` filtra as ações com base no país de origem.
+- Você pode usar o código de duas letras do país ou o nome completo.
+- Países com duas ou mais palavras devem ficar entre aspas. Por exemplo:
+ * `country:de` localiza todos os eventos ocorridos na Alemanha;
+ * `country:Mexico` localiza todos os eventos ocorridos no México;
+ * `country:"United States"` localiza todos os eventos ocorridos nos Estados Unidos.
+
+#### Pesquisar com base na hora da ação
+
+O qualificador `created` filtra as ações com base na hora em que elas ocorreram.
+- Defina as datas usando o formato `YYYY-MM-DD` (ano, mês, dia).
+- As datas têm qualificadores [antes de, depois de e intervalos](/enterprise/{{ currentVersion }}/user/articles/search-syntax). Por exemplo:
+ * `created:2014-07-08` localiza todos os eventos ocorridos em 8 de julho de 2014;
+ * `created:>=2014-07-01` localiza todos os eventos ocorridos depois de 8 de julho de 2014;
+ * `created:<=2014-07-01` localiza todos os eventos ocorridos antes de 8 de julho de 2014;
+ * `created:2014-07-01..2014-07-31` localiza todos os eventos ocorridos em julho de 2014.
diff --git a/translations/pt-BR/content/admin/user-management/best-practices-for-user-security.md b/translations/pt-BR/content/admin/user-management/best-practices-for-user-security.md
index a339af8c84..4065fb06c5 100644
--- a/translations/pt-BR/content/admin/user-management/best-practices-for-user-security.md
+++ b/translations/pt-BR/content/admin/user-management/best-practices-for-user-security.md
@@ -1,21 +1,24 @@
---
title: Práticas recomendadas de segurança de usuários
-intro: 'Além das medidas de segurança (SSL, isolamento de subdomínio, configuração de firewall) que os administradores do site podem implementar no nível da instância, os usuários podem seguir algumas etapas para ajudar a proteger a {% data variables.product.product_location_enterprise %}.'
+intro: '{% if enterpriseServerVersions contains currentVersion %}Outside of instance-level security measures (SSL, subdomain isolation, configuring a firewall) that a site administrator can implement, there {% else %}There {% endif %}are steps your users can take to help protect your enterprise.'
redirect_from:
- /enterprise/admin/user-management/best-practices-for-user-security
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if enterpriseServerVersions contains currentVersion %}
### Habilitar a autenticação de dois fatores
A autenticação de dois fatores (2FA) é uma modalidade de login em sites e serviços que exige outro fator além da senha. No caso do {% data variables.product.prodname_ghe_server %}, o segundo fator é um código de autenticação exclusivo gerado por um aplicativo no smartphone do usuário. É altamente recomendável pedir que os usuários habilitem a autenticação de dois fatores em suas contas. Com a autenticação de dois fatores, a senha e o smartphone do usuário teriam que ser comprometidos para violar a conta.
Para obter mais informações sobre como configurar a autenticação de dois fatores, consulte "[Sobre a autenticação de dois fatores](/enterprise/{{ currentVersion }}/user/articles/about-two-factor-authentication)".
+{% endif %}
### Exigir um gerenciador de senhas
-É altamente recomendável pedir que os usuários instalem e usem um gerenciador de senhas (como o [LastPass](https://lastpass.com/), o [1Password](https://1password.com/) ou o [Keeper](https://keepersecurity.com/)) em qualquer computador que usarem para se conectar à {% data variables.product.product_location_enterprise %}. Essa medida garante senhas mais fortes e muito menos passíveis de violação ou roubo.
+We strongly recommend requiring your users to install and use a password manager--such as [LastPass](https://lastpass.com/), [1Password](https://1password.com/), or [Keeper](https://keepersecurity.com/)--on any computer they use to connect to your enterprise. Essa medida garante senhas mais fortes e muito menos passíveis de violação ou roubo.
### Restringir o acesso a equipes e repositórios
diff --git a/translations/pt-BR/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md b/translations/pt-BR/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
index 04ae27a6e6..6a12c83f44 100644
--- a/translations/pt-BR/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
+++ b/translations/pt-BR/content/admin/user-management/configuring-git-large-file-storage-for-your-enterprise.md
@@ -14,11 +14,12 @@ redirect_from:
- /enterprise/admin/user-management/configuring-git-large-file-storage-for-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre o {% data variables.large_files.product_name_long %}
-{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %} Você pode usar o {% data variables.large_files.product_name_long %} com um único repositório, com todos os seus repositórios pessoais ou da organização, ou com todos os repositórios na {% data variables.product.product_location_enterprise %}. Antes de poder habilitar o {% data variables.large_files.product_name_short %} para repositórios ou organizações específicos, é necessário habilitar o {% data variables.large_files.product_name_short %} no appliance.
+{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %} You can use {% data variables.large_files.product_name_long %} with a single repository, all of your personal or organization repositories, or with every repository in your enterprise. Before you can enable {% data variables.large_files.product_name_short %} for specific repositories or organizations, you need to enable {% data variables.large_files.product_name_short %} for your enterprise.
{% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %}
@@ -27,11 +28,10 @@ Para obter mais informações, consulte "[Sobre o {% data variables.large_files.
{% data reusables.large_files.can-include-lfs-objects-archives %}
-### Configurar o {% data variables.large_files.product_name_long %} no appliance
+### Configuring {% data variables.large_files.product_name_long %} for your enterprise
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
@@ -59,12 +59,13 @@ Para obter mais informações, consulte "[Sobre o {% data variables.large_files.
{% data reusables.enterprise_site_admin_settings.admin-tab %}
{% data reusables.enterprise_site_admin_settings.git-lfs-toggle %}
+{% if enterpriseServerVersions contains currentVersion %}
### Configurar o Git Large File Storage para uso em servidores de terceiros
{% data reusables.large_files.storage_assets_location %}
{% data reusables.large_files.rejected_pushes %}
-1. Desabilite o appliance do {% data variables.large_files.product_name_short %} no {% data variables.product.prodname_ghe_server %}. Para obter mais informações, consulte "[Configurar o {% data variables.large_files.product_name_long %}](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage#configuring-git-large-file-storage-for-your-appliance)".
+1. Disable {% data variables.large_files.product_name_short %} on {% data variables.product.product_location %}. For more information, see "[Configuring {% data variables.large_files.product_name_long %} for your enterprise](#configuring-git-large-file-storage-for-your-enterprise)."
2. Crie um arquivo de configuração do {% data variables.large_files.product_name_short %} que aponte para o servidor de terceiros.
```shell
@@ -98,7 +99,7 @@ Para obter mais informações, consulte "[Sobre o {% data variables.large_files.
### Migrar para outro servidor do Git Large File Storage
-Antes de migrar para outro servidor do {% data variables.large_files.product_name_long %}, configure o {% data variables.large_files.product_name_short %} para usar um servidor de terceiros. Para obter mais informações, consulte "[Configurar o {% data variables.large_files.product_name_long %} para utilizar um servidor de terceiros](#configuring-git-large-file-storage-to-use-a-third-party-server)".
+Before migrating to a different {% data variables.large_files.product_name_long %} server, you must configure {% data variables.large_files.product_name_short %} to use a third party server. For more information, see "[Configuring {% data variables.large_files.product_name_long %} to use a third party server](#configuring-git-large-file-storage-to-use-a-third-party-server)."
1. Configure o repositório com outro remote.
```shell
@@ -129,6 +130,7 @@ Antes de migrar para outro servidor do {% data variables.large_files.product_nam
> Pushing objects...
> Git LFS: (16 de 16 arquivos) 48.00 MB / 48.85 MB, 879.10 KB ignorados
```
+{% endif %}
### Leia mais
diff --git a/translations/pt-BR/content/admin/user-management/configuring-visibility-for-organization-membership.md b/translations/pt-BR/content/admin/user-management/configuring-visibility-for-organization-membership.md
index 54853ef9ee..02652de2e2 100644
--- a/translations/pt-BR/content/admin/user-management/configuring-visibility-for-organization-membership.md
+++ b/translations/pt-BR/content/admin/user-management/configuring-visibility-for-organization-membership.md
@@ -1,22 +1,24 @@
---
title: Configurar a visibilidade dos integrantes da organização
-intro: Você pode definir a visibilidade dos novos integrantes da organização em toda a instância como "pública" ou "privada". Também é possível impedir que os integrantes alterem a visibilidade padrão.
+intro: You can set visibility for new organization members across your enterprise to public or private. Também é possível impedir que os integrantes alterem a visibilidade padrão.
redirect_from:
- /enterprise/admin/user-management/configuring-visibility-for-organization-membership
versions:
enterprise-server: '*'
+ github-ae: '*'
---
+{% if enterpriseServerVersions contains currentVersion %}
Além disso, você pode impor a sua configuração padrão para todos os integrantes da organização na instância usando um utilitário de linha de comando. Por exemplo, se quiser que a visibilidade de todos os integrantes da organização seja pública, você pode definir o padrão como "pública" e aplicá-lo para todos os novos integrantes nas configurações de administrador, e depois usar o utilitário de linha de comando para aplicar a configuração "pública" a todos os outros integrantes.
+{% endif %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
{% endif %}
{% data reusables.enterprise-accounts.options-tab %}
3. No menu suspenso em "Default organization membership visibility" (Visibilidade padrão dos integrantes da organização), clique em **Private** (Privada) ou **Public** (Pública). 
-4. Para impedir que os integrantes alterem a visibilidade padrão, selecione **Enforce on organization members** (Aplicar aos integrantes da organização). 
-5. Se você quiser aplicar a nova configuração de visibilidade a todos os integrantes, use o utilitário da linha de comando `ghe-org-membership-update`. Para obter mais informações, consulte "[Utilitários da linha de comando](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-membership-update)".
+4. Para impedir que os integrantes alterem a visibilidade padrão, selecione **Enforce on organization members** (Aplicar aos integrantes da organização). {% if enterpriseServerVersions contains currentVersion %}
+5. Se você quiser aplicar a nova configuração de visibilidade a todos os integrantes, use o utilitário da linha de comando `ghe-org-membership-update`. For more information, see "[Command-line utilities](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-org-membership-update)."{% endif %}
diff --git a/translations/pt-BR/content/admin/user-management/continuous-integration-using-jenkins.md b/translations/pt-BR/content/admin/user-management/continuous-integration-using-jenkins.md
index 186d7c66f8..5b80707bb1 100644
--- a/translations/pt-BR/content/admin/user-management/continuous-integration-using-jenkins.md
+++ b/translations/pt-BR/content/admin/user-management/continuous-integration-using-jenkins.md
@@ -1,6 +1,6 @@
---
title: Integração contínua usando o Jenkins
-intro: 'Você pode acionar automaticamente tarefas de criação em um servidor Jenkins quando houver pushes para um repositório na {% data variables.product.product_location_enterprise %}.'
+intro: 'Você pode acionar automaticamente tarefas de criação em um servidor Jenkins quando houver pushes para um repositório na {% data variables.product.product_location %}.'
redirect_from:
- /enterprise/admin/developer-workflow/continuous-integration-using-jenkins
- /enterprise/admin/user-management/continuous-integration-using-jenkins
@@ -10,4 +10,4 @@ versions:
### Requisitos
-- Leia nosso artigo "[Guia prático de integração com o Jenkins e o GitHub](https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/)" para ver instruções detalhadas sobre como acionar automaticamente tarefas de criação em um servidor Jenkins quando houver pushes para um repositório na {% data variables.product.product_location_enterprise %}.
+- Leia nosso artigo "[Guia prático de integração com o Jenkins e o GitHub](https://resources.github.com/whitepapers/practical-guide-to-CI-with-Jenkins-and-GitHub/)" para ver instruções detalhadas sobre como acionar automaticamente tarefas de criação em um servidor Jenkins quando houver pushes para um repositório na {% data variables.product.product_location %}.
diff --git a/translations/pt-BR/content/admin/user-management/creating-teams.md b/translations/pt-BR/content/admin/user-management/creating-teams.md
index 28b76d1279..c668cc8764 100644
--- a/translations/pt-BR/content/admin/user-management/creating-teams.md
+++ b/translations/pt-BR/content/admin/user-management/creating-teams.md
@@ -9,7 +9,7 @@ versions:
As equipes são essenciais para vários recursos de colaboração do {% data variables.product.prodname_dotcom %}, como as @menções, que chamam a atenção dos integrantes envolvidos em alguma questão específica. Para obter mais informações sobre como configurar equipes e permissões de equipe, consulte "[Níveis de permissão nos repositórios da organização](/enterprise/{{ currentVersion }}/user/articles/repository-permission-levels-for-an-organization/)".
-Uma equipe pode representar um grupo dentro da empresa ou incluir pessoas com determinados interesses ou experiências. Por exemplo, uma equipe de especialistas em acessibilidade da {% data variables.product.product_location_enterprise %} pode envolver pessoas de vários departamentos. As equipes podem representar interesses funcionais que complementam a hierarquia das divisões de uma empresa.
+Uma equipe pode representar um grupo dentro da empresa ou incluir pessoas com determinados interesses ou experiências. Por exemplo, uma equipe de especialistas em acessibilidade da {% data variables.product.product_location %} pode envolver pessoas de vários departamentos. As equipes podem representar interesses funcionais que complementam a hierarquia das divisões de uma empresa.
As organizações podem criar vários níveis de equipes aninhadas para refletir a estrutura hierárquica de uma empresa ou grupo. Para obter mais informações, consulte "[Sobre equipes](/enterprise/{{ currentVersion }}/user/articles/about-teams/#nested-teams)".
@@ -28,7 +28,7 @@ Fazer uma combinação prudente de equipes é uma forma poderosa de controlar o
### Criar equipes com a Sincronização LDAP habilitada
-Instâncias que usam o LDAP para fazer autenticação de usuários podem usar a Sincronização LDAP para gerenciar os integrantes de uma equipe. Configurar o **Distinguished Name (DN)** (nome diferenciado) no campo **LDAP group** (grupo LDAP) mapeará uma equipe a um grupo LDAP ou servidor LDAP. Se você usar a Sincronização LDAP para gerenciar os integrantes de uma equipe, não será possível gerenciar a sua equipe na {% data variables.product.product_location_enterprise %}. Quando a Sincronização LDAP estiver habilitada, a equipe mapeada sincronizará seus integrantes em segundo plano e periodicamente no intervalo configurado. Para obter mais informações, consulte "[Habilitar a Sincronização LDAP](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)".
+Instâncias que usam o LDAP para fazer autenticação de usuários podem usar a Sincronização LDAP para gerenciar os integrantes de uma equipe. Configurar o **Distinguished Name (DN)** (nome diferenciado) no campo **LDAP group** (grupo LDAP) mapeará uma equipe a um grupo LDAP ou servidor LDAP. Se você usar a Sincronização LDAP para gerenciar os integrantes de uma equipe, não será possível gerenciar a sua equipe na {% data variables.product.product_location %}. Quando a Sincronização LDAP estiver habilitada, a equipe mapeada sincronizará seus integrantes em segundo plano e periodicamente no intervalo configurado. Para obter mais informações, consulte "[Habilitar a Sincronização LDAP](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)".
{% data reusables.enterprise_user_management.ldap-sync-nested-teams %}
diff --git a/translations/pt-BR/content/admin/user-management/customizing-user-messages-for-your-enterprise.md b/translations/pt-BR/content/admin/user-management/customizing-user-messages-for-your-enterprise.md
new file mode 100644
index 0000000000..4500fd7e5f
--- /dev/null
+++ b/translations/pt-BR/content/admin/user-management/customizing-user-messages-for-your-enterprise.md
@@ -0,0 +1,70 @@
+---
+title: Customizing user messages for your enterprise
+redirect_from:
+ - /enterprise/admin/user-management/creating-a-custom-sign-in-message/
+ - /enterprise/admin/user-management/customizing-user-messages-on-your-instance
+ - /admin/user-management/customizing-user-messages-on-your-instance
+intro: 'You can create custom messages that users will see on the{% if enterpriseServerVersions contains currentVersion %} sign in and sign out pages{% else %} sign out page{% endif %}{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} or in an announcement banner at the top of every page{% endif %}.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+Você pode usar markdown para formatar sua mensagem. Para obter mais informações, consulte "[Sobre gravação e formatação no {% data variables.product.prodname_dotcom %}](/articles/about-writing-and-formatting-on-github/)".
+
+{% if enterpriseServerVersions contains currentVersion %}
+{% note %}
+
+**Observação:** se você estiver usando SAML para fazer autenticação, a página de login será apresentada pelo seu provedor de identidade e não será possível personalizá-la pelo {% data variables.product.prodname_ghe_server %}.
+
+{% endnote %}
+
+### Criar mensagem personalizada de login
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+5. Em "Sign in page" (Página de login), clique em **Add message** (Adicionar mensagem) ou **Edit message** (Editar mensagem). 
+6. Em **Sign in message** (Mensagem de login), digite a mensagem que você pretende exibir para os usuários. 
+{% data reusables.enterprise_site_admin_settings.click-preview %}
+ 
+8. Revise a mensagem renderizada. 
+{% data reusables.enterprise_site_admin_settings.save-changes %}
+{% endif %}
+
+### Criar mensagem personalizada de logout
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+5. Em "Sign out page" (Página de logout), clique em **Add message** (Adicionar mensagem) ou **Edit message** (Editar mensagem). 
+6. Em **Sign out message** (Mensagem de logout), digite a mensagem que você pretende exibir para os usuários. 
+{% data reusables.enterprise_site_admin_settings.click-preview %}
+ 
+8. Revise a mensagem renderizada. 
+{% data reusables.enterprise_site_admin_settings.save-changes %}
+
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+### Criar um banner de anúncio global
+
+Você pode definir um banner de anúncio global para ser exibido para todos os usuários na parte superior de cada página.
+
+{% if currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+
+You can also set an announcement banner{% if enterpriseServerVersions contains currentVersion %} in the administrative shell using a command line utility or{% endif %} using the API. For more information, see {% if enterpriseServerVersions contains currentVersion %}"[Command-line utilities](/enterprise/admin/configuration/command-line-utilities#ghe-announce)" and {% endif %}"[{% data variables.product.prodname_enterprise %} administration](/rest/reference/enterprise-admin#announcements)."
+
+{% else %}
+
+Você também pode definir um banner de anúncio no shell administrativo usando um utilitário de linha de comando. Para obter mais informações, consulte "[Utilitários de linha de comando](/enterprise/admin/configuration/command-line-utilities#ghe-announce)".
+
+{% endif %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.messages-tab %}
+1. Em "Sign in page" (Página de login), clique em **Add message** (Adicionar mensagem) ou **Edit message** (Editar mensagem). 
+1. Em "Anúncio", no campo de texto, digite o anúncio que deseja exibir em um banner. 
+1. Opcionalmente, em "Vence em", use o menu suspenso do calendário e selecione uma data de validade. 
+1. Opcionalmente, para ver como ficará o banner, clique em **Pré-visualizar**. 
+1. Clique em **Save changes** (Salvar alterações). 
+{% endif %}
diff --git a/translations/pt-BR/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md b/translations/pt-BR/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md
new file mode 100644
index 0000000000..6feb06436c
--- /dev/null
+++ b/translations/pt-BR/content/admin/user-management/disabling-git-ssh-access-on-your-enterprise.md
@@ -0,0 +1,53 @@
+---
+title: Disabling Git SSH access on your enterprise
+redirect_from:
+ - /enterprise/admin/hidden/disabling-ssh-access-for-a-user-account/
+ - /enterprise/admin/articles/disabling-ssh-access-for-a-user-account/
+ - /enterprise/admin/hidden/disabling-ssh-access-for-your-appliance/
+ - /enterprise/admin/articles/disabling-ssh-access-for-your-appliance/
+ - /enterprise/admin/hidden/disabling-ssh-access-for-an-organization/
+ - /enterprise/admin/articles/disabling-ssh-access-for-an-organization/
+ - /enterprise/admin/hidden/disabling-ssh-access-to-a-repository/
+ - /enterprise/admin/articles/disabling-ssh-access-to-a-repository/
+ - /enterprise/admin/guides/installation/disabling-git-ssh-access-on-github-enterprise/
+ - /enterprise/admin/installation/disabling-git-ssh-access-on-github-enterprise-server
+ - /enterprise/admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
+ - /admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
+intro: 'You can prevent people from using Git over SSH for certain or all repositories on your enterprise.'
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Desabilitar o acesso por SSH do Git a repositórios específicos
+
+{% data reusables.enterprise_site_admin_settings.override-policy %}
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.repository-search %}
+{% data reusables.enterprise_site_admin_settings.click-repo %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.admin-top-tab %}
+{% data reusables.enterprise_site_admin_settings.admin-tab %}
+1. Em "Git SSH access" (Acesso por SSH do Git), use o menu suspenso e clique em **Disabled** (Desabilitado). 
+
+### Desabilitar o acesso por SSH do Git a todos os repositórios pertencentes a um usuário ou organização
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.search-user-or-org %}
+{% data reusables.enterprise_site_admin_settings.click-user-or-org %}
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.admin-top-tab %}
+{% data reusables.enterprise_site_admin_settings.admin-tab %}
+7. Em "Git SSH access" (Acesso por SSH do Git), use o menu suspenso e clique em **Disabled** (Desabilitado). Em seguida, selecione **Enforce on all repositories** (Aplicar a todos os repositórios). 
+
+### Disabling Git SSH access to all repositories in your enterprise
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% else %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% endif %}
+{% data reusables.enterprise-accounts.options-tab %}
+7. Em "Git SSH access" (Acesso por SSH do Git), use o menu suspenso e clique em **Disabled** (Desabilitado). Em seguida, selecione **Enforce on all repositories** (Aplicar a todos os repositórios). 
diff --git a/translations/pt-BR/content/admin/user-management/exporting-migration-data-from-your-enterprise.md b/translations/pt-BR/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
index 67b43c4b63..d0fb62b78d 100644
--- a/translations/pt-BR/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
+++ b/translations/pt-BR/content/admin/user-management/exporting-migration-data-from-your-enterprise.md
@@ -86,7 +86,7 @@ versions:
```
* {% data reusables.enterprise_migrations.specify-staging-path %}
-8. Fechar a conexão com {% data variables.product.product_location_enterprise %}:
+8. Fechar a conexão com {% data variables.product.product_location %}:
```shell
$ exit
> logout
diff --git a/translations/pt-BR/content/admin/user-management/index.md b/translations/pt-BR/content/admin/user-management/index.md
index 320c507ef0..598ef14528 100644
--- a/translations/pt-BR/content/admin/user-management/index.md
+++ b/translations/pt-BR/content/admin/user-management/index.md
@@ -1,15 +1,16 @@
---
title: 'Gerenciar usuários, organizações e repositórios'
shortTitle: 'Gerenciar usuários, organizações e repositórios'
+intro: 'This guide describes authentication methods for users signing in to your enterprise, how to create organizations and teams for repository access and collaboration, and suggested best practices for user security.'
redirect_from:
- /enterprise/admin/categories/user-management/
- /enterprise/admin/developer-workflow/using-webhooks-for-continuous-integration
- /enterprise/admin/migrations
- /enterprise/admin/clustering
- /enterprise/admin/user-management
-intro: 'Este guia descreve os métodos de autenticação para usuários que fazem login na sua instância do {% data variables.product.prodname_enterprise %}, além de mostrar como criar organizações e equipes para acesso e colaboração nos repositórios, bem como sugerir práticas recomendadas para a segurança do usuário.'
versions:
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,17 +19,15 @@ versions:
{% topic_link_in_list /managing-users-in-your-enterprise %}
{% link_in_list /promoting-or-demoting-a-site-administrator %}
{% link_in_list /best-practices-for-user-security %}
- {% link_in_list /auditing-users-across-your-instance %}
+ {% link_in_list /auditing-users-across-your-enterprise %}
{% link_in_list /managing-dormant-users %}
{% link_in_list /suspending-and-unsuspending-users %}
{% link_in_list /placing-a-legal-hold-on-a-user-or-organization %}
{% link_in_list /auditing-ssh-keys %}
- {% link_in_list /customizing-user-messages-on-your-instance %}
- {% link_in_list /configuring-email-for-notifications %}
+ {% link_in_list /customizing-user-messages-for-your-enterprise %}
{% link_in_list /rebuilding-contributions-data %}
{% link_in_list /managing-global-webhooks %}
{% topic_link_in_list /managing-organizations-in-your-enterprise %}
- {% link_in_list /creating-organizations %}
{% link_in_list /configuring-visibility-for-organization-membership %}
{% link_in_list /preventing-users-from-creating-organizations %}
{% link_in_list /requiring-two-factor-authentication-for-an-organization %}
@@ -40,7 +39,7 @@ versions:
{% topic_link_in_list /managing-repositories-in-your-enterprise %}
{% link_in_list /configuring-git-large-file-storage-for-your-enterprise %}
{% link_in_list /migrating-to-internal-repositories %}
- {% link_in_list /disabling-git-ssh-access-on-github-enterprise-server %}
+ {% link_in_list /disabling-git-ssh-access-on-your-enterprise %}
{% link_in_list /troubleshooting-service-hooks %}
{% topic_link_in_list /monitoring-activity-in-your-enterprise %}
{% link_in_list /activity-dashboard %}
@@ -48,6 +47,7 @@ versions:
{% link_in_list /searching-the-audit-log %}
{% link_in_list /audited-actions %}
{% link_in_list /viewing-push-logs %}
+ {% link_in_list /log-forwarding %}
{% topic_link_in_list /migrating-data-to-and-from-your-enterprise %}
{% link_in_list /about-migrations %}
{% link_in_list /exporting-migration-data-from-your-enterprise %}
diff --git a/translations/pt-BR/content/admin/user-management/log-forwarding.md b/translations/pt-BR/content/admin/user-management/log-forwarding.md
new file mode 100644
index 0000000000..b5ebba4ea9
--- /dev/null
+++ b/translations/pt-BR/content/admin/user-management/log-forwarding.md
@@ -0,0 +1,42 @@
+---
+title: Encaminhamento de logs
+intro: '{% data variables.product.product_name %} uses `syslog-ng` to forward {% if enterpriseServerVersions contains currentVersion %}system{% elsif currentVersion == "github-ae@latest" %}Git{% endif %} and application logs to the server you specify.'
+redirect_from:
+ - /enterprise/admin/articles/log-forwarding/
+ - /enterprise/admin/installation/log-forwarding
+ - /enterprise/admin/enterprise-management/log-forwarding
+ - /admin/enterprise-management/log-forwarding
+versions:
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+Qualquer sistema de coleta de logs com suporte a fluxos de logs do estilo syslog é compatível (por exemplo, [Logstash](http://logstash.net/) e [Splunk](http://docs.splunk.com/Documentation/Splunk/latest/Data/Monitornetworkports)).
+
+### Habilitar o encaminhamento de logs
+
+{% if enterpriseServerVersions contains currentVersion %}
+1. Na página de configurações do {% data variables.enterprise.management_console %}, na barra lateral esquerda, clique em **Monitoring** (Monitoramento).
+1. Selecione **Enable log forwarding** (Habilitar encaminhamento de logs).
+1. No campo **Server address** (Endereço do servidor), digite o endereço do servidor para o qual você pretende encaminhar os logs. É possível especificar vários endereços em uma lista separada por vírgulas.
+1. No menu suspenso Protocol (Protocolo), selecione o protocolo a ser usado para comunicação com o servidor de logs. O protocolo será aplicado a todos os destinos de log especificados.
+1. Selecione **Enable TLS** (Habilitar TLS).
+1. Clique em **Choose File** (Escolher arquivo) e escolha um certificado CA para criptografar a comunicação entre os pontos de extremidade do syslog. Toda a cadeia de certificados será validada e deverá terminar em um certificado raiz. Para obter mais informações, consulte [as opções de TLS na documentação syslog-ng](https://support.oneidentity.com/technical-documents/syslog-ng-open-source-edition/3.16/administration-guide/56#TOPIC-956599).
+{% elsif currentVersion == "github-ae@latest" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+1. Under {% octicon "gear" aria-label="The Settings gear" %} **Settings**, click **Log forwarding**. 
+1. Under "Log forwarding", select **Enable log forwarding**. 
+1. Under "Server address", enter the address of the server you want to forward logs to. 
+1. Use the "Protocol" drop-down menu, and select a protocol. 
+1. Optionally, to enable TLS encrypted communication between syslog endpoints, select **Enable TLS**. 
+1. Under "Public certificate", paste your x509 certificate. 
+1. Clique em **Salvar**. 
+{% endif %}
+
+{% if enterpriseServerVersions contains currentVersion %}
+### Solução de Problemas
+If you run into issues with log forwarding, contact
+
+{% data variables.contact.contact_ent_support %} and attach the output file from `http(s)://[hostname]/setup/diagnostics` to your email.
+{% endif %}
diff --git a/translations/pt-BR/content/admin/user-management/managing-dormant-users.md b/translations/pt-BR/content/admin/user-management/managing-dormant-users.md
index 44dab780c3..108ac5bfa2 100644
--- a/translations/pt-BR/content/admin/user-management/managing-dormant-users.md
+++ b/translations/pt-BR/content/admin/user-management/managing-dormant-users.md
@@ -5,16 +5,17 @@ redirect_from:
- /enterprise/admin/articles/viewing-dormant-users/
- /enterprise/admin/articles/determining-whether-a-user-account-is-dormant/
- /enterprise/admin/user-management/managing-dormant-users
-intro: Uma conta de usuário é considerada inativa se não estiver ativa por no mínimo um mês. Você pode optar por suspender usuários inativos para liberar licenças de usuário.
+intro: A user account is considered to be dormant if it has not been active for at least a month.{% if enterpriseServerVersions contains currentVersion %} You may choose to suspend dormant users to free up user licenses.{% endif %}
versions:
enterprise-server: '*'
+ github-ae: '*'
---
O termo "atividade" inclui, entre outros:
-- Fazer login no {% data variables.product.prodname_ghe_server %};
+- Fazer login no {% data variables.product.product_name %};
- Fazer comentários em problemas ou pull requests;
- Criar, excluir, ver e marcar repositórios como favoritos;
-- Pushing commits.{% if currentVersion ver_gt "enterprise-server@2.21" %}
+- Pushing commits.{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
- Acessar recursos usando um token de acesso pessoal ou chave SSH.{% endif %}
### Exibir usuários inativos
@@ -22,8 +23,8 @@ O termo "atividade" inclui, entre outros:
É possível exibir uma lista de todos os usuários inativos que não foram suspensos e que não são administradores do site.
{% data reusables.enterprise_site_admin_settings.access-settings %}
-3. Na barra lateral esquerda, clique em **Dormant users** (Usuários inativos). 
-4. Para suspender todos os usuários inativos nesta lista, na parte superior da página, clique em **Suspend all** (Suspender todos). 
+3. Na barra lateral esquerda, clique em **Dormant users** (Usuários inativos). {% if enterpriseServerVersions contains currentVersion %}
+4. Para suspender todos os usuários inativos nesta lista, na parte superior da página, clique em **Suspend all** (Suspender todos). {% endif %}
### Determinar se uma conta de usuário está inativa
@@ -36,9 +37,8 @@ O termo "atividade" inclui, entre outros:
{% data reusables.enterprise_site_admin_settings.dormancy-threshold %}
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
diff --git a/translations/pt-BR/content/admin/user-management/managing-global-webhooks.md b/translations/pt-BR/content/admin/user-management/managing-global-webhooks.md
index b2afed752a..d54dcc96fe 100644
--- a/translations/pt-BR/content/admin/user-management/managing-global-webhooks.md
+++ b/translations/pt-BR/content/admin/user-management/managing-global-webhooks.md
@@ -1,16 +1,17 @@
---
title: Gerenciar webhooks globais
-intro: 'Os administradores do site podem exibir, adicionar, editar e excluir webhooks globais para rastrear eventos no nível da instância.'
+intro: 'Site administrators can view, add, edit, and delete global webhooks to track events for the enterprise.'
redirect_from:
- /enterprise/admin/user-management/about-global-webhooks
- /enterprise/admin/user-management/managing-global-webhooks
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre webhooks globais
-Você pode usar webhooks globais para monitorar, responder ou impor regras automaticamente para o gerenciamento de usuários e de organizações na sua instância. Por exemplo, você pode configurar os webhooks para serem executados sempre que:
+You can use global webhooks to automatically monitor, respond to, or enforce rules for user and organization management for your enterprise. Por exemplo, você pode configurar os webhooks para serem executados sempre que:
- Uma conta de usuário for criada ou excluída;
- Uma organização foi criada ou excluída
- Um colaborador for adicionado ou removido de um repositório;
@@ -20,11 +21,9 @@ Você pode usar webhooks globais para monitorar, responder ou impor regras autom
{% data reusables.enterprise_user_management.manage-global-webhooks-api %}
-
### Adicionar um webhook global
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Clique em **Add webhook** (Adicionar webhook). 
@@ -47,8 +46,7 @@ Você pode usar webhooks globais para monitorar, responder ou impor regras autom
### Editar um webhook global
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Ao lado do webhook que você pretende editar, clique em **Edit** (Editar). 
@@ -57,8 +55,7 @@ Você pode usar webhooks globais para monitorar, responder ou impor regras autom
### Excluir um webhook global
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Ao lado do webhook que você pretende excluir, clique em **Delete** (Excluir). 
@@ -66,8 +63,7 @@ Você pode usar webhooks globais para monitorar, responder ou impor regras autom
### Exibir respostas e entregas recentes
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.hooks-tab %}
5. Na lista de webhooks, clique no webhook em que você gostaria de ver entregas. 
diff --git a/translations/pt-BR/content/admin/user-management/managing-organizations-in-your-enterprise.md b/translations/pt-BR/content/admin/user-management/managing-organizations-in-your-enterprise.md
index 8b95e6c6fb..47023a9480 100644
--- a/translations/pt-BR/content/admin/user-management/managing-organizations-in-your-enterprise.md
+++ b/translations/pt-BR/content/admin/user-management/managing-organizations-in-your-enterprise.md
@@ -9,5 +9,6 @@ intro: 'As organizações são uma forma excelente de criar conjuntos distintos
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/user-management/managing-repositories-in-your-enterprise.md b/translations/pt-BR/content/admin/user-management/managing-repositories-in-your-enterprise.md
index f6146699ad..bf3d4ff9be 100644
--- a/translations/pt-BR/content/admin/user-management/managing-repositories-in-your-enterprise.md
+++ b/translations/pt-BR/content/admin/user-management/managing-repositories-in-your-enterprise.md
@@ -1,11 +1,12 @@
---
title: Gerenciar repositórios na sua empresa
-intro: 'Você pode gerenciar as configurações disponíveis para os administradores de repositório no appliance do {% data variables.product.prodname_ghe_server %}.'
+intro: 'You can manage the settings available to repository administrators in your enterprise.'
redirect_from:
- /enterprise/admin/user-management/repositories
- /enterprise/admin/user-management/managing-repositories-in-your-enterprise
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/user-management/managing-users-in-your-enterprise.md b/translations/pt-BR/content/admin/user-management/managing-users-in-your-enterprise.md
index 294b8008c1..863fc30cdc 100644
--- a/translations/pt-BR/content/admin/user-management/managing-users-in-your-enterprise.md
+++ b/translations/pt-BR/content/admin/user-management/managing-users-in-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Gerenciar usuários na sua empresa
-intro: 'Depois que conseguirem se autenticar na {% data variables.product.product_location_enterprise %}, os usuários vão querer definir algumas configurações básicas de perfil, como avatar e notificações de e-mail.'
+intro: 'You can audit user activity and manage user settings.'
redirect_from:
- /enterprise/admin/guides/user-management/enabling-avatars-and-identicons/
- /enterprise/admin/user-management/basic-account-settings
@@ -9,5 +9,6 @@ redirect_from:
mapTopic: true
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md b/translations/pt-BR/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
index 1f11ab3a7f..9dc0ededfd 100644
--- a/translations/pt-BR/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
+++ b/translations/pt-BR/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md
@@ -1,6 +1,6 @@
---
title: Migrar dados para e da sua empresa
-intro: 'É possível exportar dados de usuário, organização e repositório de {% data variables.product.prodname_ghe_server %} ou {% data variables.product.prodname_dotcom_the_website %}, e depois importar esses dados para o {% data variables.product.product_location_enterprise %}.'
+intro: 'É possível exportar dados de usuário, organização e repositório de {% data variables.product.prodname_ghe_server %} ou {% data variables.product.prodname_dotcom_the_website %}, e depois importar esses dados para o {% data variables.product.product_location %}.'
mapTopic: true
redirect_from:
- /enterprise/admin/articles/moving-a-repository-from-github-com-to-github-enterprise/
diff --git a/translations/pt-BR/content/admin/user-management/migrating-to-internal-repositories.md b/translations/pt-BR/content/admin/user-management/migrating-to-internal-repositories.md
index caef9fff18..4aee97ca5c 100644
--- a/translations/pt-BR/content/admin/user-management/migrating-to-internal-repositories.md
+++ b/translations/pt-BR/content/admin/user-management/migrating-to-internal-repositories.md
@@ -23,7 +23,7 @@ Todos os repositórios públicos pertencentes a contas de usuário na sua instâ
O acesso de leitura anônimo Git será desativado para cada repositório público que se tornar interno ou privado.
-Se sua visibilidade padrão atual for pública, o padrão se tornará interno. Se o padrão atual for privado, o padrão não será alterado. Você pode alterar o padrão a qualquer momento. Para obter mais informações, consulte "[Configurar a visibilidade padrão de novos repositórios no seu appliance](/enterprise/admin/installation/configuring-the-default-visibility-of-new-repositories-on-your-appliance)".
+Se sua visibilidade padrão atual for pública, o padrão se tornará interno. Se o padrão atual for privado, o padrão não será alterado. Você pode alterar o padrão a qualquer momento. Para obter mais informações, consulte "[Aplicar políticas de gerenciamento do repositório na sua empresa](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#configuring-the-default-visibility-of-new-repositories-in-your-enterprise)".
A política de criação de repositórios para a instância mudará para desativar repositórios públicos e permitir repositórios privados e internos. Você pode atualizar a política a qualquer momento. Para obter mais informações, consulte "[Restringir a criação de repositórios nas suas instâncias](/enterprise/admin/user-management/restricting-repository-creation-in-your-instance)".
diff --git a/translations/pt-BR/content/admin/user-management/monitoring-activity-in-your-enterprise.md b/translations/pt-BR/content/admin/user-management/monitoring-activity-in-your-enterprise.md
index a84bc85f5d..7cde22ce64 100644
--- a/translations/pt-BR/content/admin/user-management/monitoring-activity-in-your-enterprise.md
+++ b/translations/pt-BR/content/admin/user-management/monitoring-activity-in-your-enterprise.md
@@ -6,5 +6,6 @@ redirect_from:
- /enterprise/admin/user-management/monitoring-activity-in-your-enterprise
versions:
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md b/translations/pt-BR/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
index 2021f216c5..662db838e5 100644
--- a/translations/pt-BR/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
+++ b/translations/pt-BR/content/admin/user-management/placing-a-legal-hold-on-a-user-or-organization.md
@@ -1,10 +1,11 @@
---
title: Impor retenção legal a usuários ou organizações
-intro: 'É possível impor uma retenção legal a um usuário ou organização para garantir que seus respectivos repositórios não sejam removidos permanentemente da {% data variables.product.product_location_enterprise %}.'
+intro: 'You can place a legal hold on a user or organization to ensure that repositories they own cannot be permanently removed from your enterprise.'
redirect_from:
- /enterprise/admin/user-management/placing-a-legal-hold-on-a-user-or-organization
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Geralmente, quando alguém exclui um repositório, ele continua disponível em disco por 90 dias e pode ser restaurado pelo painel de administração do site. Após esse período, o repositório é removido e excluído permanentemente. Ao impor uma retenção legal a um usuário ou organização, os repositórios desse usuário ou organização ficarão disponíveis para restauração por tempo indefinido.
diff --git a/translations/pt-BR/content/admin/user-management/preventing-users-from-creating-organizations.md b/translations/pt-BR/content/admin/user-management/preventing-users-from-creating-organizations.md
index 4ff95fac8c..3452bbbb1e 100644
--- a/translations/pt-BR/content/admin/user-management/preventing-users-from-creating-organizations.md
+++ b/translations/pt-BR/content/admin/user-management/preventing-users-from-creating-organizations.md
@@ -4,14 +4,14 @@ redirect_from:
- /enterprise/admin/articles/preventing-users-from-creating-organizations/
- /enterprise/admin/hidden/preventing-users-from-creating-organizations/
- /enterprise/admin/user-management/preventing-users-from-creating-organizations
-intro: 'É possível impedir que os usuários criem organizações no seu appliance do {% data variables.product.prodname_ghe_server %}.'
+intro: 'You can prevent users from creating organizations in your enterprise.'
versions:
enterprise-server: '*'
+ github-ae: '*'
---
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
-{% if currentVersion ver_gt "enterprise-server@2.21" %}
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% if currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.enterprise-accounts.policies-tab %}
{% else %}
{% data reusables.enterprise-accounts.settings-tab %}
diff --git a/translations/pt-BR/content/admin/user-management/promoting-or-demoting-a-site-administrator.md b/translations/pt-BR/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
index eb3d650922..f7edd0919c 100644
--- a/translations/pt-BR/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
+++ b/translations/pt-BR/content/admin/user-management/promoting-or-demoting-a-site-administrator.md
@@ -19,8 +19,7 @@ Para obter mais informações sobre como promover um usuário a proprietário da
### Promover usuários pelas configurações empresariais
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
{% data reusables.enterprise-accounts.administrators-tab %}
5. No canto superior direito da página, clique em **Add owner** (Adicionar proprietário). 
@@ -28,8 +27,7 @@ Para obter mais informações sobre como promover um usuário a proprietário da
### Rebaixar administrador do site pelas configurações empresariais
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.people-tab %}
{% data reusables.enterprise-accounts.administrators-tab %}
1. No canto superior esquerdo da página, no campo de pesquisa "Find an administrator" (Localizar administrador), digite o nome de usuário da pessoa que você pretende rebaixar. 
@@ -50,4 +48,4 @@ Para obter mais informações sobre como promover um usuário a proprietário da
2. Execute [ghe-user-demote](/enterprise/{{ currentVersion }}/admin/guides/installation/command-line-utilities#ghe-user-demote) com nome de usuário para rebaixar.
```shell
$ ghe-user-demote username
- ```
+ ```
\ No newline at end of file
diff --git a/translations/pt-BR/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md b/translations/pt-BR/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
index 9cebcfe870..64cdb229c6 100644
--- a/translations/pt-BR/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
+++ b/translations/pt-BR/content/admin/user-management/requiring-two-factor-authentication-for-an-organization.md
@@ -7,7 +7,7 @@ versions:
enterprise-server: '*'
---
-Ao usar LDAP ou autenticação integrada, a autenticação de dois fatores é compatível no appliance do {% data variables.product.prodname_ghe_server %}. Os administradores da organização podem exigir que os integrantes habilitem a autenticação de dois fatores.
+When using LDAP or built-in authentication, two-factor authentication is supported on {% data variables.product.product_location %}. Os administradores da organização podem exigir que os integrantes habilitem a autenticação de dois fatores.
{% data reusables.enterprise_user_management.external_auth_disables_2fa %}
diff --git a/translations/pt-BR/content/admin/user-management/searching-the-audit-log.md b/translations/pt-BR/content/admin/user-management/searching-the-audit-log.md
index 62faeb1d88..882f6ad22d 100644
--- a/translations/pt-BR/content/admin/user-management/searching-the-audit-log.md
+++ b/translations/pt-BR/content/admin/user-management/searching-the-audit-log.md
@@ -1,45 +1,45 @@
---
title: Pesquisar no log de auditoria
-intro: 'Os administradores do site podem pesquisar em uma vasta lista de [ações auditadas](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions) na {% data variables.product.product_location_enterprise %}.'
+intro: 'Site administrators can search an extensive list of audited actions on the enterprise.'
redirect_from:
- /enterprise/admin/articles/searching-the-audit-log/
- /enterprise/admin/installation/searching-the-audit-log
- /enterprise/admin/user-management/searching-the-audit-log
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Sintaxe de consulta de pesquisa
Crie uma consulta de pesquisa com um ou mais pares chave-valor separados por operadores lógicos AND/OR.
-| Tecla | Valor |
-| --------------:| ---------------------------------------------------------------------------------------------------- |
-| `actor_id` | ID da conta do usuário que iniciou a ação. |
-| `actor` | Nome da conta do usuário que iniciou a ação. |
-| `oauth_app_id` | ID do aplicativo OAuth associado à ação. |
-| `Ação` | Nome da [ação auditada](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions). |
-| `user_id` | ID do usuário afetado pela ação. |
-| `usuário` | Nome do usuário afetado pela ação. |
-| `repo_id` | ID do repositório afetado pela ação (se aplicável). |
-| `repo` | Nome do repositório afetado pela ação (se aplicável). |
-| `actor_ip` | Endereço IP do qual a ação foi iniciada. |
-| `created_at` | Hora em que a ação ocorreu. |
-| `from` | Exibição da qual a ação foi iniciada. |
-| `note` | Informações diversas sobre eventos específicos (em texto sem formatação ou formato JSON). |
-| `org` | Nome da organização afetada pela ação (se aplicável). |
-| `org_id` | ID da organização afetada pela ação (se aplicável). |
+| Tecla | Valor |
+| --------------:| ----------------------------------------------------------------------------------------- |
+| `actor_id` | ID da conta do usuário que iniciou a ação. |
+| `actor` | Nome da conta do usuário que iniciou a ação. |
+| `oauth_app_id` | ID do aplicativo OAuth associado à ação. |
+| `Ação` | Name of the audited action |
+| `user_id` | ID do usuário afetado pela ação. |
+| `usuário` | Nome do usuário afetado pela ação. |
+| `repo_id` | ID do repositório afetado pela ação (se aplicável). |
+| `repo` | Nome do repositório afetado pela ação (se aplicável). |
+| `actor_ip` | Endereço IP do qual a ação foi iniciada. |
+| `created_at` | Hora em que a ação ocorreu. |
+| `from` | Exibição da qual a ação foi iniciada. |
+| `note` | Informações diversas sobre eventos específicos (em texto sem formatação ou formato JSON). |
+| `org` | Nome da organização afetada pela ação (se aplicável). |
+| `org_id` | ID da organização afetada pela ação (se aplicável). |
Por exemplo, para ver todas as ações que afetaram o repositório `octocat/Spoon-Knife` desde o início de 2017:
`repo:"octocat/Spoon-Knife" AND created_at:[2017-01-01 TO *]`
-Para ver a lista completa de ações, consulte "[Ações auditadas](/enterprise/{{ currentVersion }}/admin/guides/installation/audited-actions)".
+For a full list of actions, see "[Audited actions](/admin/user-management/audited-actions)."
### Pesquisar no log de auditoria
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.audit-log-tab %}
4. Digite uma consulta de pesquisa.
diff --git a/translations/pt-BR/content/admin/user-management/suspending-and-unsuspending-users.md b/translations/pt-BR/content/admin/user-management/suspending-and-unsuspending-users.md
index f847293532..663c0ea5e7 100644
--- a/translations/pt-BR/content/admin/user-management/suspending-and-unsuspending-users.md
+++ b/translations/pt-BR/content/admin/user-management/suspending-and-unsuspending-users.md
@@ -7,7 +7,7 @@ redirect_from:
- /enterprise/admin/articles/suspended-users/
- /enterprise/admin/articles/suspending-and-unsuspending-users/
- /enterprise/admin/user-management/suspending-and-unsuspending-users
-intro: 'Se um usuário sair da empresa ou mudar para outro departamento, você deve remover ou modificar a forma como ele acessa a {% data variables.product.product_location_enterprise %}.'
+intro: 'Se um usuário sair da empresa ou mudar para outro departamento, você deve remover ou modificar a forma como ele acessa a {% data variables.product.product_location %}.'
versions:
enterprise-server: '*'
---
@@ -27,7 +27,7 @@ Antes de suspender os administradores do site, você deve rebaixá-los para usu
{% tip %}
-**Observação:** se a [Sincronização LDAP estiver habilitada](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync) para a {% data variables.product.product_location_enterprise %}, os usuários serão suspensos automaticamente quando forem removidos do servidor de diretório LDAP. Quando a Sincronização LDAP estiver habilitada para a sua instância, os métodos normais de suspensão do usuário ficarão desabilitados.
+**Observação:** se a [Sincronização LDAP estiver habilitada](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync) para a {% data variables.product.product_location %}, os usuários serão suspensos automaticamente quando forem removidos do servidor de diretório LDAP. Quando a Sincronização LDAP estiver habilitada para a sua instância, os métodos normais de suspensão do usuário ficarão desabilitados.
{% endtip %}
@@ -65,8 +65,7 @@ Assim como na suspensão, o cancelamento da suspensão de um usuário ocorre na
É possível criar uma mensagem personalizada que os usuários suspensos verão ao tentar fazer login.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.messages-tab %}
5. Clique em **Add message** (Adicionar mensagem). 
diff --git a/translations/pt-BR/content/admin/user-management/troubleshooting-service-hooks.md b/translations/pt-BR/content/admin/user-management/troubleshooting-service-hooks.md
index 6523a5d7fe..f38dba75d2 100644
--- a/translations/pt-BR/content/admin/user-management/troubleshooting-service-hooks.md
+++ b/translations/pt-BR/content/admin/user-management/troubleshooting-service-hooks.md
@@ -7,6 +7,7 @@ redirect_from:
- /enterprise/admin/user-management/troubleshooting-service-hooks
versions:
enterprise-server: '*'
+ github-ae: '*'
---
### Obter informações nas entregas
diff --git a/translations/pt-BR/content/admin/user-management/viewing-push-logs.md b/translations/pt-BR/content/admin/user-management/viewing-push-logs.md
index 91978a1964..6bdb33e07c 100644
--- a/translations/pt-BR/content/admin/user-management/viewing-push-logs.md
+++ b/translations/pt-BR/content/admin/user-management/viewing-push-logs.md
@@ -1,12 +1,13 @@
---
title: Exibir logs de push
-intro: 'Os administradores do site podem exibir uma lista de operações push do Git para qualquer repositório na {% data variables.product.product_location_enterprise %}.'
+intro: 'Site administrators can view a list of Git push operations for any repository on the enterprise.'
redirect_from:
- /enterprise/admin/articles/viewing-push-logs/
- /enterprise/admin/installation/viewing-push-logs
- /enterprise/admin/user-management/viewing-push-logs
versions:
enterprise-server: '*'
+ github-ae: '*'
---
As entradas de log de push mostram o seguinte:
@@ -26,6 +27,7 @@ As entradas de log de push mostram o seguinte:
{% data reusables.enterprise_site_admin_settings.security-tab %}
4. Na barra lateral esquerda, clique em **Push Log** (Log de push). 
+{% if enterpriseServerVersions contains currentVersion %}
### Exibir os logs de push do repositório na linha de comando
1. Acesse o SSH no appliance. Para obter mais informações, consulte "[Acessar o shell administrativo (SSH)](/enterprise/{{ currentVersion }}/admin/guides/installation/accessing-the-administrative-shell-ssh/)".
@@ -33,3 +35,4 @@ As entradas de log de push mostram o seguinte:
```shell
ghe-repo owner/repository -c "less audit_log"
```
+{% endif %}
\ No newline at end of file
diff --git a/translations/pt-BR/content/developers/apps/about-apps.md b/translations/pt-BR/content/developers/apps/about-apps.md
index 7489f6cb6f..c19cb3a47f 100644
--- a/translations/pt-BR/content/developers/apps/about-apps.md
+++ b/translations/pt-BR/content/developers/apps/about-apps.md
@@ -1,6 +1,6 @@
---
title: Sobre o aplicativo
-intro: 'Você pode construir integrações com as APIs do {% data variables.product.prodname_dotcom %} para adicionar flexibilidade e reduzir o atrito em seu próprio fluxo de trabalho. Você também pode compartilhar integrações com outros em [{% data variables.product.prodname_marketplace %}] (https://github.com/marketplace).'
+intro: 'You can build integrations with the {% data variables.product.prodname_dotcom %} APIs to add flexibility and reduce friction in your own workflow.{% if currentVersion == "free-pro-team@latest" %} You can also share integrations with others on [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace).{% endif %}'
redirect_from:
- /apps/building-integrations/setting-up-a-new-integration/
- /apps/building-integrations/
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os aplicativos no {% data variables.product.prodname_dotcom %} permitem que você automatize e melhore seu fluxo de trabalho. Você pode criar aplicativos para melhorar o seu fluxo de trabalho.{% if currentVersion == "free-pro-team@latest" %} Você também pode compartilhar ou vender aplicativos em [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace). Para aprender como listar um aplicativo no {% data variables.product.prodname_marketplace %}, consulte "[Introdução ao GitHub Marketplace](/marketplace/getting-started/)".{% endif %}
diff --git a/translations/pt-BR/content/developers/apps/authenticating-with-github-apps.md b/translations/pt-BR/content/developers/apps/authenticating-with-github-apps.md
index 9ea77b868e..730041adee 100644
--- a/translations/pt-BR/content/developers/apps/authenticating-with-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/authenticating-with-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
diff --git a/translations/pt-BR/content/developers/apps/authorizing-oauth-apps.md b/translations/pt-BR/content/developers/apps/authorizing-oauth-apps.md
index 87f8be6975..bbd0d6f1e9 100644
--- a/translations/pt-BR/content/developers/apps/authorizing-oauth-apps.md
+++ b/translations/pt-BR/content/developers/apps/authorizing-oauth-apps.md
@@ -11,13 +11,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% data variables.product.product_name %}'s OAuth implementation supports the standard [authorization code grant type](https://tools.ietf.org/html/rfc6749#section-4.1){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} and the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628) for apps that don't have access to a web browser{% endif %}.
+{% data variables.product.product_name %}'s OAuth implementation supports the standard [authorization code grant type](https://tools.ietf.org/html/rfc6749#section-4.1){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} and the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628) for apps that don't have access to a web browser{% endif %}.
If you want to skip authorizing your app in the standard way, such as when testing your app, you can use the [non-web application flow](#non-web-application-flow).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
To authorize your OAuth app, consider which authorization flow best fits your app.
@@ -111,7 +112,7 @@ For example, in curl you can set the Authorization header like this:
curl -H "Authorization: token OAUTH-TOKEN" {% data variables.product.api_url_pre %}/user
```
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### Device flow
{% note %}
@@ -235,6 +236,7 @@ For more information, see the "[OAuth 2.0 Device Authorization Grant](https://to
Non-web authentication is available for limited situations like testing. If you need to, you can use [Basic Authentication](/v3/auth#basic-authentication) to create a personal access token using your [Personal access tokens settings page](/articles/creating-an-access-token-for-command-line-use). This technique enables the user to revoke access at any time.
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
{% note %}
**Note:** When using the non-web application flow to create an OAuth2 token, make sure to understand how to [work with
@@ -242,6 +244,7 @@ two-factor authentication](/v3/auth/#working-with-two-factor-authentication) if
you or your users have two-factor authentication enabled.
{% endnote %}
+{% endif %}
### Redirect URLs
@@ -299,6 +302,6 @@ To build this link, you'll need your OAuth Apps `client_id` that you received fr
* "[Troubleshooting authorization request errors](/apps/managing-oauth-apps/troubleshooting-authorization-request-errors)"
* "[Troubleshooting OAuth App access token request errors](/apps/managing-oauth-apps/troubleshooting-oauth-app-access-token-request-errors)"
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
* "[Device flow errors](#errors-for-the-device-flow)"
{% endif %}
diff --git a/translations/pt-BR/content/developers/apps/building-github-apps.md b/translations/pt-BR/content/developers/apps/building-github-apps.md
index 4fccfe6d89..f49e0ad79c 100644
--- a/translations/pt-BR/content/developers/apps/building-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/building-github-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/building-oauth-apps.md b/translations/pt-BR/content/developers/apps/building-oauth-apps.md
index 5b8d37055c..0fd36e6d6b 100644
--- a/translations/pt-BR/content/developers/apps/building-oauth-apps.md
+++ b/translations/pt-BR/content/developers/apps/building-oauth-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/creating-a-custom-badge-for-your-github-app.md b/translations/pt-BR/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
index 53b6eee0f3..c5df872535 100644
--- a/translations/pt-BR/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
+++ b/translations/pt-BR/content/developers/apps/creating-a-custom-badge-for-your-github-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Por padrão, um aplicativo GitHub novo terá um [identicon](https://github.com/blog/1586-identicons) gerado automaticamente. O selo do identicon assemelha-se a isso:
diff --git a/translations/pt-BR/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md b/translations/pt-BR/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
index 3adb7e2f3d..969ce8b6d8 100644
--- a/translations/pt-BR/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
+++ b/translations/pt-BR/content/developers/apps/creating-a-custom-badge-for-your-oauth-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Por padrão, um aplicativo OAuth novo terá um [identicon](https://github.com/blog/1586-identicons) gerado automaticamente. O selo do identicon assemelha-se a isso:
diff --git a/translations/pt-BR/content/developers/apps/creating-a-github-app-from-a-manifest.md b/translations/pt-BR/content/developers/apps/creating-a-github-app-from-a-manifest.md
index d1d96529f7..aa8181b06d 100644
--- a/translations/pt-BR/content/developers/apps/creating-a-github-app-from-a-manifest.md
+++ b/translations/pt-BR/content/developers/apps/creating-a-github-app-from-a-manifest.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/creating-a-github-app-using-url-parameters.md b/translations/pt-BR/content/developers/apps/creating-a-github-app-using-url-parameters.md
index d718d3f89b..383af47903 100644
--- a/translations/pt-BR/content/developers/apps/creating-a-github-app-using-url-parameters.md
+++ b/translations/pt-BR/content/developers/apps/creating-a-github-app-using-url-parameters.md
@@ -6,21 +6,22 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About {% data variables.product.prodname_github_app %} URL parameters
You can add query parameters to these URLs to preselect the configuration of a {% data variables.product.prodname_github_app %} on a personal or organization account:
-* **User account:** `https://github.com/settings/apps/new`
-* **Organization account:** `https://github.com/organizations/:org/settings/apps/new`
+* **User account:** `{% data variables.product.oauth_host_code %}/settings/apps/new`
+* **Organization account:** `{% data variables.product.oauth_host_code %}/:org/settings/apps/new`
The person creating the app can edit the preselected values from the {% data variables.product.prodname_github_app %} registration page, before submitting the app. If you do not include required parameters in the URL query string, like `name`, the person creating the app will need to input a value before submitting the app.
The following URL creates a new public app called `octocat-github-app` with a preconfigured description and callback URL. This URL also selects read and write permissions for `checks`, subscribes to the `check_run` and `check_suite` webhook events, and selects the option to request user authorization (OAuth) during installation:
```
- https://github.com/settings/apps/new?name=octocat-github-app&description=An%20Octocat%20App&callback_url=https://example.com&request_oauth_on_install=true&public=true&checks=write&events[]=check_run&events[]=check_suite
+ {% data variables.product.oauth_host_code %}/settings/apps/new?name=octocat-github-app&description=An%20Octocat%20App&callback_url=https://example.com&request_oauth_on_install=true&public=true&checks=write&events[]=check_run&events[]=check_suite
```
The complete list of available query parameters, permissions, and events is listed in the sections below.
@@ -41,7 +42,8 @@ The complete list of available query parameters, permissions, and events is list
`webhook_secret` | `string` | You can specify a secret to secure your webhooks. See "[Securing your webhooks](/webhooks/securing/)" for more details.
`events` | `array of strings` | Webhook events. Some webhook events require `read` or `write` permissions for a resource before you can select the event when registering a new {% data variables.product.prodname_github_app %}. See the "[{% data variables.product.prodname_github_app %} webhook events](#github-app-webhook-events)" section for available events and their required permissions. You can select multiple events in a query string. For example, `events[]=public&events[]=label`.
`domain` | `string` | The URL of a content reference.
-`single_file_name` | `string` | When you grant `read` or `write` access to the `single_file` permission, this field provides the path to the single file your {% data variables.product.prodname_github_app %} will manage.
+`single_file_name` | `string` | This is a narrowly-scoped permission that allows the app to access a single file in any repository. When you set the `single_file` permission to `read` or `write`, this field provides the path to the single file your {% data variables.product.prodname_github_app %} will manage. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} If you need to manage multiple files, see `single_file_paths` below. {% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+`single_file_paths` | `array of strings` | This allows the app to access up ten specified files in a repository. When you set the `single_file` permission to `read` or `write`, this array can store the paths for up to ten files that your {% data variables.product.prodname_github_app %} will manage. These files all receive the same permission set by `single_file`, and do not have separate individual permissions. When two or more files are configured, the API returns `multiple_single_files=true`, otherwise it returns `multiple_single_files=false`.{% endif %}
### {% data variables.product.prodname_github_app %} permissions
@@ -54,8 +56,8 @@ Permission | Description
[`checks`](/rest/reference/permissions-required-for-github-apps/#permission-on-checks) | Grants access to the [Checks API](/v3/checks/). Can be one of: `none`, `read`, or `write`.
`content_references` | Grants access to the "[Create a content attachment](/v3/apps/installations/#create-a-content-attachment)" endpoint. Can be one of: `none`, `read`, or `write`.
[`contents`](/rest/reference/permissions-required-for-github-apps/#permission-on-contents) | Grants access to various endpoints that allow you to modify repository contents. Can be one of: `none`, `read`, or `write`.
-[`deployments`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Grants access to the [Deployments API](/rest/reference/repos#deployments). Can be one of: `none`, `read`, or `write`.
-[`emails`](/rest/reference/permissions-required-for-github-apps/#permission-on-emails) | Grants access to the [Emails API](/v3/users/emails/). Can be one of: `none`, `read`, or `write`.
+[`deployments`](/rest/reference/permissions-required-for-github-apps/#permission-on-deployments) | Grants access to the [Deployments API](/rest/reference/repos#deployments). Can be one of: `none`, `read`, or `write`.{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
+[`emails`](/rest/reference/permissions-required-for-github-apps/#permission-on-emails) | Grants access to the [Emails API](/v3/users/emails/). Can be one of: `none`, `read`, or `write`.{% endif %}
[`followers`](/rest/reference/permissions-required-for-github-apps/#permission-on-followers) | Grants access to the [Followers API](/v3/users/followers/). Can be one of: `none`, `read`, or `write`.
[`gpg_keys`](/rest/reference/permissions-required-for-github-apps/#permission-on-gpg-keys) | Grants access to the [GPG Keys API](/v3/users/gpg_keys/). Can be one of: `none`, `read`, or `write`.
[`issues`](/rest/reference/permissions-required-for-github-apps/#permission-on-issues) | Grants access to the [Issues API](/v3/issues/). Can be one of: `none`, `read`, or `write`.
diff --git a/translations/pt-BR/content/developers/apps/creating-a-github-app.md b/translations/pt-BR/content/developers/apps/creating-a-github-app.md
index 0e07875b23..f8c8325f68 100644
--- a/translations/pt-BR/content/developers/apps/creating-a-github-app.md
+++ b/translations/pt-BR/content/developers/apps/creating-a-github-app.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}Para aprender como usar Manifestos do aplicativo GitHub, que permite às pessoas criar aplicativos GitHub pré-configurados, consulte "[Criar aplicativos GitHub a partir de um manifesto](/apps/building-github-apps/creating-github-apps-from-a-manifest/).{% endif %}
@@ -30,8 +31,17 @@ versions:
6. Opcionalmente, em "Descrição", digite uma descrição do aplicativo que os usuários irão ver. 
7. Em "URL da página inicial", digite a URL completa do site do seu aplicativo. 
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}
+8. In "Callback URL", type the full URL to redirect to after a user authorizes the installation. Esta URL é usada se o aplicativo precisar identificar e autorizar solicitações de usuário para servidor.
+
+ You can use **Add callback URL** to provide additional callback URLs, up to a maximum of 10.
+
+ 
+{% else %}
8. Em "URL de chamada de retorno de autorização do usuário", digite a URL completa para redirecionamento após um usuário autorizar uma instalação. Esta URL é usada se o aplicativo precisar identificar e autorizar solicitações de usuário para servidor. 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+
+{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
9. Por padrão, para melhorar a segurança de seus aplicativos, seus aplicativos usarão os tokens de autorização do usuário. Para optar por não usar tokens do usuário expirados, você deverá desmarcar "Expirar tokens de autorização do usuário". Para saber mais sobre como configurar o fluxo de atualização do token e os benefícios de expirar os tokens do usuário, consulte "[Atualizando tokens de acesso do usuário para o servidor](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)." 
{% endif %}
9. Se seu aplicativo autoriza usuários a usar o fluxo OAuth, você pode selecionar **Solicitar autorização de usuário (OAuth) durante a instalação** para permitir que pessoas autorizem o aplicativo ao instalá-lo, economizando uma etapa. Se você selecionar esta opção, a "URL de configuração" irá tornar-se indisponível e os usuários serão redirecionados para a "URL de retorno de chamada de autorização do usuário" após a instalação do aplicativo. Consulte "[Autorizando usuários durante a instalação](/apps/installing-github-apps/#authorizing-users-during-installation)" para obter mais informações. 
diff --git a/translations/pt-BR/content/developers/apps/creating-an-oauth-app.md b/translations/pt-BR/content/developers/apps/creating-an-oauth-app.md
index 44285612b3..2f86c3061c 100644
--- a/translations/pt-BR/content/developers/apps/creating-an-oauth-app.md
+++ b/translations/pt-BR/content/developers/apps/creating-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
@@ -38,4 +39,11 @@ versions:
7. Em "URL da página inicial", digite a URL completa do site do seu aplicativo. 
8. Opcionalmente, em "Descrição do aplicativo", digite uma descrição do seu aplicativo que os usuários irão ver. 
9. Em "URL de retorno de chamada de autorização", digite a URL de retorno de chamada do seu aplicativo. 
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %}
+ {% note %}
+
+ **Note:** OAuth Apps cannot have multiple callback URLs, unlike {% data variables.product.prodname_github_apps %}.
+
+ {% endnote %}
+{% endif %}
10. Clique em **Register application** (Registrar aplicativo). 
diff --git a/translations/pt-BR/content/developers/apps/creating-ci-tests-with-the-checks-api.md b/translations/pt-BR/content/developers/apps/creating-ci-tests-with-the-checks-api.md
index c64367e276..3becec3caa 100644
--- a/translations/pt-BR/content/developers/apps/creating-ci-tests-with-the-checks-api.md
+++ b/translations/pt-BR/content/developers/apps/creating-ci-tests-with-the-checks-api.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -133,7 +134,7 @@ A ação `solicitada` solicita uma execução de verificação cada vez que o c
Você irá adicionar este novo método como um [Auxiliar do Sinatra](https://github.com/sinatra/sinatra#helpers), caso deseje que outros encaminhamentos o usem também. Em `auxiliares do`, adicione este método `create_check_run`:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Create a new check run with the status queued
def create_check_run
@@ -229,7 +230,7 @@ Nesta seção, você não vai iniciar o teste de CI ainda, mas você verá como
Vamos criar o método `initiate_check_run` e atualizar o status da execução de verificação. Adicione o seguinte código à seção auxiliar:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Start the CI process
def initiate_check_run
@@ -607,7 +608,7 @@ text = "Octo RuboCop version: #{@output['metadata']['rubocop_version']}"
Agora você tem todas as informações de que precisa para atualizar sua execução de verificação. Na [primeira metade deste início rápido](#step-14-updating-a-check-run), você adicionou este código para definir o status da execução de verificação de `sucesso`:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Mark the check run as complete!
updated_check_run = @installation_client.patch(
@@ -639,7 +640,7 @@ updated_check_run = @installation_client.patch(
Você deverá atualizar esse código para usar a variável de `conclusão` definida com base nos resultados do RuboCop (para `sucesso` ou `neutro`). Você pode atualizar o código com o seguinte:
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
``` ruby
# Mark the check run as complete! E, se houver avisos, compartilhe-os.
updated_check_run = @installation_client.patch(
diff --git a/translations/pt-BR/content/developers/apps/deleting-a-github-app.md b/translations/pt-BR/content/developers/apps/deleting-a-github-app.md
index 54c2d61d66..92e1c137e2 100644
--- a/translations/pt-BR/content/developers/apps/deleting-a-github-app.md
+++ b/translations/pt-BR/content/developers/apps/deleting-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/pt-BR/content/developers/apps/deleting-an-oauth-app.md b/translations/pt-BR/content/developers/apps/deleting-an-oauth-app.md
index 3438790ed3..1a2fb54894 100644
--- a/translations/pt-BR/content/developers/apps/deleting-an-oauth-app.md
+++ b/translations/pt-BR/content/developers/apps/deleting-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/pt-BR/content/developers/apps/differences-between-github-apps-and-oauth-apps.md b/translations/pt-BR/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
index d73900f4a5..04870a98c9 100644
--- a/translations/pt-BR/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
+++ b/translations/pt-BR/content/developers/apps/differences-between-github-apps-and-oauth-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Quem pode instalar aplicativos GitHub e autorizar aplicativos OAuth?
@@ -56,7 +57,7 @@ Um aplicativo OAuth _authorized_ tem acesso a todos os recursos acessíveis do u
| Um token de instalação identifica o aplicativo como o bot do aplicativo GitHub, como, por exemplo, @jenkins-bot. | Um token de acesso identifica o aplicativo como o usuário que concedeu o token ao aplicativo, como, por exemplo, o @octocat. |
| Os tokens de instalação expiram após um tempo predefinido (atualmente, 1 hora). | Os tokens do OAuth permanecem ativos até que sejam cancelados pelo cliente. |
| {% data reusables.apps.api-rate-limits-non-ghec %}{% if currentVersion == "free-pro-team@latest" %} Limites de taxa mais alto aplicam-se a {% data variables.product.prodname_ghe_cloud %}. Para obter mais informações, consulte "[Limites de taxas para os aplicativos GitHub](/developers/apps/rate-limits-for-github-apps)."{% endif %} | Os tokens do OAuth usam o limite de taxa de usuário de 5.000 solicitações por hora. |
-| Os aumentos no limite de taxa pode ser concedido tanto no nível do aplicativo GitHub (afetando todas as instalações) quanto no nível de instalação individual. | Os aumentos no limite de taxa são concedidos pelo aplicativo OAuth. Todo token concedido para que o aplicativo OAuth obtém um aumento do limite. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| Os aumentos no limite de taxa pode ser concedido tanto no nível do aplicativo GitHub (afetando todas as instalações) quanto no nível de instalação individual. | Os aumentos no limite de taxa são concedidos pelo aplicativo OAuth. Todo token concedido para que o aplicativo OAuth obtém um aumento do limite. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
| {% data variables.product.prodname_github_app %}s podem efetuar a autenticação em nome do usuário, o que é denominado solicitações de usuário para servidor. O fluxo para autorizar é o mesmo que o fluxo de autorização do aplicativo OAuth. Os tokens de usuário para servidor podem expirar e ser renovados com um token de atualização. Para obter mais informações, consulte "[Atualizando tokens de acesso do usuário para servidor](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)" e "[identificando e autorizando os usuários para os aplicativos GitHub](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/)". | O fluxo do OAuth usado por {% data variables.product.prodname_oauth_app %}s autoriza um {% data variables.product.prodname_oauth_app %} em nome do usuário. Este é o mesmo fluxo de uso na autorização de usuário para servidor do {% data variables.product.prodname_github_app %}. |{% endif %}
### Solicitar níveis de permissão para os recursos
diff --git a/translations/pt-BR/content/developers/apps/editing-a-github-apps-permissions.md b/translations/pt-BR/content/developers/apps/editing-a-github-apps-permissions.md
index 04829311e5..fd24eda07d 100644
--- a/translations/pt-BR/content/developers/apps/editing-a-github-apps-permissions.md
+++ b/translations/pt-BR/content/developers/apps/editing-a-github-apps-permissions.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/developers/apps/getting-started-with-apps.md b/translations/pt-BR/content/developers/apps/getting-started-with-apps.md
index 7df4ebc959..e61ef3f377 100644
--- a/translations/pt-BR/content/developers/apps/getting-started-with-apps.md
+++ b/translations/pt-BR/content/developers/apps/getting-started-with-apps.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/guides.md b/translations/pt-BR/content/developers/apps/guides.md
index 8720b4adf7..defb6c10b6 100644
--- a/translations/pt-BR/content/developers/apps/guides.md
+++ b/translations/pt-BR/content/developers/apps/guides.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md b/translations/pt-BR/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
index 9aa4f1b0ee..39ade7dd24 100644
--- a/translations/pt-BR/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/identifying-and-authorizing-users-for-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -21,7 +22,7 @@ When your GitHub App acts on behalf of a user, it performs user-to-server reques
To authorize users for standard apps that run in the browser, use the [web application flow](#web-application-flow).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
To authorize users for headless apps without direct access to the browser, such as CLI tools or Git credential managers, use the [device flow](#device-flow). The device flow uses the OAuth 2.0 [Device Authorization Grant](https://tools.ietf.org/html/rfc8628).
{% endif %}
@@ -46,7 +47,7 @@ When your GitHub App specifies a `login` parameter, it prompts users with a spec
Name | Type | Description
-----|------|------------
`client_id` | `string` | **Required.** The client ID for your GitHub App. You can find this in your [GitHub App settings](https://github.com/settings/apps) when you select your app.
-`redirect_uri` | `string` | The URL in your application where users will be sent after authorization. This must be an exact match to the URL you provided in the **User authorization callback URL** field when setting up your GitHub App and can't contain any additional parameters.
+`redirect_uri` | `string` | The URL in your application where users will be sent after authorization. This must be an exact match to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} one of the URLs you provided as a **Callback URL** {% else %} the URL you provided in the **User authorization callback URL** field{% endif %} when setting up your GitHub App and can't contain any additional parameters.
`state` | `string` | This should contain a random string to protect against forgery attacks and could contain any other arbitrary data.
`login` | `string` | Suggests a specific account to use for signing in and authorizing the app.
@@ -66,7 +67,7 @@ If the user accepts your request, GitHub redirects back to your site with a temp
{% endnote %}
-Exchange this `code` for an access token. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %} When expiring tokens are enabled, the access token expires in 8 hours and the refresh token expires in 6 months. Every time you refresh the token, you get a new refresh token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)."
+Exchange this `code` for an access token. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %} When expiring tokens are enabled, the access token expires in 8 hours and the refresh token expires in 6 months. Every time you refresh the token, you get a new refresh token. For more information, see "[Refreshing user-to-server access tokens](/apps/building-github-apps/refreshing-user-to-server-access-tokens/)."
Expiring user tokens are currently part of the user-to-server token expiration beta and subject to change. To opt-in to the user-to-server token expiration beta feature, see "[Activating beta features for apps](/developers/apps/activating-beta-features-for-apps)."{% endif %}
@@ -79,12 +80,12 @@ Name | Type | Description
`client_id` | `string` | **Required.** The client ID for your GitHub App.
`client_secret` | `string` | **Required.** The client secret for your GitHub App.
`code` | `string` | **Required.** The code you received as a response to Step 1.
-`redirect_uri` | `string` | The URL in your application where users are sent after authorization.
+`redirect_uri` | `string` | The URL in your application where users will be sent after authorization. This must be an exact match to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" %} one of the URLs you provided as a **Callback URL** {% else %} the URL you provided in the **User authorization callback URL** field{% endif %} when setting up your GitHub App and can't contain any additional parameters.
`state` | `string` | The unguessable random string you provided in Step 1.
##### Response
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
By default, the response takes the following form. The response parameters `expires_in`, `refresh_token`, and `refresh_token_expires_in` are only returned when you enable the beta for expiring user-to-server access tokens.
@@ -119,7 +120,7 @@ For example, in curl you can set the Authorization header like this:
curl -H "Authorization: token OAUTH-TOKEN" {% data variables.product.api_url_pre %}/user
```
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### Device flow
{% note %}
@@ -249,7 +250,7 @@ While most of your API interaction should occur using your server-to-server inst
* [List deployments](/rest/reference/repos#list-deployments)
* [Create a deployment](/rest/reference/repos#create-a-deployment)
-* [Get a deployment](/rest/reference/repos#get-a-deployment){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+* [Get a deployment](/rest/reference/repos#get-a-deployment){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
* [Delete a deployment](/rest/reference/repos#delete-a-deployment){% endif %}
##### Events
@@ -431,7 +432,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Remove pre-receive hook enforcement for an organization](/enterprise/user/rest/reference/enterprise-admin#remove-pre-receive-hook-enforcement-for-an-organization)
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
##### Organization Team Projects
* [List team projects](/v3/teams/#list-team-projects)
@@ -459,7 +460,7 @@ While most of your API interaction should occur using your server-to-server inst
* [List teams](/v3/teams/#list-teams)
* [Create a team](/v3/teams/#create-a-team)
-* [Get a team by name](/v3/teams/#get-a-team-by-name)
+* [Get a team by name](/v3/teams/#get-a-team-by-name)
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.21" %}
* [Get a team](/v3/teams/#get-a-team)
{% endif %}
@@ -481,7 +482,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Get an organization](/v3/orgs/#get-an-organization)
* [Update an organization](/v3/orgs/#update-an-organization)
* [List organization memberships for the authenticated user](/v3/orgs/members/#list-organization-memberships-for-the-authenticated-user)
-* [Get an organization membership for the authenticated user](/v3/orgs/members/#get-an-organization-membership-for-the-authenticated-user)
+* [Get an organization membership for the authenticated user](/v3/orgs/members/#get-an-organization-membership-for-the-authenticated-user)
* [Update an organization membership for the authenticated user](/v3/orgs/members/#update-an-organization-membership-for-the-authenticated-user)
* [List organizations for the authenticated user](/v3/orgs/#list-organizations-for-the-authenticated-user)
* [List organizations for a user](/v3/orgs/#list-organizations-for-a-user)
@@ -587,7 +588,7 @@ While most of your API interaction should occur using your server-to-server inst
##### Reactions
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}* [Delete a reaction](/v3/reactions/#delete-a-reaction-legacy){% else %}* [Delete a reaction](/v3/reactions/#delete-a-reaction){% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}* [Delete a reaction](/v3/reactions/#delete-a-reaction-legacy){% else %}* [Delete a reaction](/v3/reactions/#delete-a-reaction){% endif %}
* [List reactions for a commit comment](/v3/reactions/#list-reactions-for-a-commit-comment)
* [Create reaction for a commit comment](/v3/reactions/#create-reaction-for-a-commit-comment)
* [List reactions for an issue](/v3/reactions/#list-reactions-for-an-issue)
@@ -599,7 +600,7 @@ While most of your API interaction should occur using your server-to-server inst
* [List reactions for a team discussion comment](/v3/reactions/#list-reactions-for-a-team-discussion-comment)
* [Create reaction for a team discussion comment](/v3/reactions/#create-reaction-for-a-team-discussion-comment)
* [List reactions for a team discussion](/v3/reactions/#list-reactions-for-a-team-discussion)
-* [Create reaction for a team discussion](/v3/reactions/#create-reaction-for-a-team-discussion){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+* [Create reaction for a team discussion](/v3/reactions/#create-reaction-for-a-team-discussion){% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
* [Delete a commit comment reaction](/v3/reactions/#delete-a-commit-comment-reaction)
* [Delete an issue reaction](/v3/reactions/#delete-an-issue-reaction)
* [Delete a reaction to a commit comment](/v3/reactions/#delete-an-issue-comment-reaction)
@@ -719,7 +720,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Get a repository README](/v3/repos/contents/#get-a-repository-readme)
* [Get the license for a repository](/v3/licenses/#get-the-license-for-a-repository)
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
##### Repository Event Dispatches
* [Create a repository dispatch event](/v3/repos/#create-a-repository-dispatch-event)
@@ -821,7 +822,7 @@ While most of your API interaction should occur using your server-to-server inst
* [List commit statuses for a reference](/v3/repos/statuses/#list-commit-statuses-for-a-reference)
* [Create a commit status](/v3/repos/statuses/#create-a-commit-status)
-##### Team Discussions
+##### Team Discussions
* [List discussions](/v3/teams/discussions/#list-discussions)
* [Create a discussion](/v3/teams/discussions/#create-a-discussion)
@@ -861,6 +862,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Unblock a user](/v3/users/blocking/#unblock-a-user)
{% endif %}
+{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}
##### User Emails
{% if currentVersion == "free-pro-team@latest" %}
@@ -870,6 +872,7 @@ While most of your API interaction should occur using your server-to-server inst
* [Add email address(es)](/v3/users/emails/#add-an-email-address-for-the-authenticated-user)
* [Delete email address(es)](/v3/users/emails/#delete-an-email-address-for-the-authenticated-user)
* [List public email addresses for the authenticated user](/v3/users/emails/#list-public-email-addresses-for-the-authenticated-user)
+{% endif %}
##### User Followers
diff --git a/translations/pt-BR/content/developers/apps/index.md b/translations/pt-BR/content/developers/apps/index.md
index 057613729a..d75b6602f2 100644
--- a/translations/pt-BR/content/developers/apps/index.md
+++ b/translations/pt-BR/content/developers/apps/index.md
@@ -12,6 +12,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% topic_link_in_list /getting-started-with-apps %}
diff --git a/translations/pt-BR/content/developers/apps/installing-github-apps.md b/translations/pt-BR/content/developers/apps/installing-github-apps.md
index 0a954cbc05..f277541f14 100644
--- a/translations/pt-BR/content/developers/apps/installing-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/installing-github-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -46,7 +47,7 @@ Essas etapas pressupõem que você [criou um {% data variables.product.prodname_
1. Na [página de configurações dos aplicativos GitHub](https://github.com/settings/apps), selecione o aplicativo público que você deseja configurar para que outras pessoas instalem.
2. Em "URL da página inicial", digite a URL para a página inicial do seu aplicativo e clique em **Salvar as alterações**. 
3. O GitHub fornece uma página inicial para o seu aplicativo que inclui um link para a "URL da página inicial" do seu aplicativo. Para visitar a página inicial no GitHub, copie a URL do "Link público" e cole-a em um navegador. 
-4. Crie uma página inicial para o seu aplicativo que inclui a URL de instalação do aplicativo: `https://github.com/apps//installations/new`.
+4. Create a homepage for your app that includes the app installation URL: `{% data variables.product.oauth_host_code %}/apps//installations/new`.
### Autorizar usuários durante a instalação
@@ -59,4 +60,4 @@ Você pode fornecer um parâmetro de `estado` na URL de instalação de um aplic
Para preservar um estado, adicione-o à URL de instalação:
-`https://github.com/apps//installations/new?state=AB12t`
+`{% data variables.product.oauth_host_code %}/apps//installations/new?state=AB12t`
diff --git a/translations/pt-BR/content/developers/apps/making-a-github-app-public-or-private.md b/translations/pt-BR/content/developers/apps/making-a-github-app-public-or-private.md
index 0da5816d2d..d9fd7b2a2e 100644
--- a/translations/pt-BR/content/developers/apps/making-a-github-app-public-or-private.md
+++ b/translations/pt-BR/content/developers/apps/making-a-github-app-public-or-private.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para obter informações de autenticação, consulte "[Efetuando autenticação com aplicativos GitHub](/apps/building-github-apps/authenticating-with-github-apps/#authenticating-as-an-installation)".
diff --git a/translations/pt-BR/content/developers/apps/managing-github-apps.md b/translations/pt-BR/content/developers/apps/managing-github-apps.md
index b8a0aa1e8b..a59ca1c85f 100644
--- a/translations/pt-BR/content/developers/apps/managing-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/managing-github-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/managing-oauth-apps.md b/translations/pt-BR/content/developers/apps/managing-oauth-apps.md
index e22ba594fd..d576534a68 100644
--- a/translations/pt-BR/content/developers/apps/managing-oauth-apps.md
+++ b/translations/pt-BR/content/developers/apps/managing-oauth-apps.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/migrating-oauth-apps-to-github-apps.md b/translations/pt-BR/content/developers/apps/migrating-oauth-apps-to-github-apps.md
index 319cc573b2..6b718ad69d 100644
--- a/translations/pt-BR/content/developers/apps/migrating-oauth-apps-to-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/migrating-oauth-apps-to-github-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,7 +19,7 @@ Este artigo fornece orientações para integradores existentes que estão consid
- [Permissões refinadas](/apps/differences-between-apps/#requesting-permission-levels-for-resources) direcionadas às informações específicas que um aplicativo GitHub pode acessar, o que permite que o aplicativo seja mais amplamente utilizado por pessoas e organizações com políticas de segurança do que os aplicativos OAuth, que não podem ser limitados pelas permissões.
- [Os tokens de vida útil curta](/apps/differences-between-apps/#token-based-identification) fornecem um método de autenticação mais seguro em relação aos tokens do OAuth. Um token do OAuth não expira até que a pessoa que autorizou o aplicativo OAuth revogue o token. Os aplicativos GitHub usam tokens que expiram rapidamente, o que cria uma janela de tempo muito menor para que tokens comprometidos sejam usados.
- [Os webhooks integrados e centralizados](/apps/differences-between-apps/#webhooks) recebem eventos para todos os repositórios e organizações que o aplicativo pode acessar. Inversamente, os aplicativos OAuth exigem a configuração de um webhook para cada repositório e organização acessível ao usuário.
-- [As contas do bot](/apps/differences-between-apps/#machine-vs-bot-accounts) não consomem um assento do {% data variables.product.prodname_ghe_server %} e permanecem instaladas mesmo quando a pessoa que inicialmente instalou o aplicativo sair da organização.
+- [As contas do bot](/apps/differences-between-apps/#machine-vs-bot-accounts) não consomem um assento do {% data variables.product.product_name %} e permanecem instaladas mesmo quando a pessoa que inicialmente instalou o aplicativo sair da organização.
- O suporte integrado para o OAuth ainda está disponível para aplicativos GitHub usando [pontos finais de usuário para servidor](/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps/).
- [Os limites de taxa de API](/apps/building-github-apps/understanding-rate-limits-for-github-apps/) dedicados para as contas do bot são escalados com a sua integração.
- Os proprietários de repositórios podem [instalar aplicativos GitHub](/apps/differences-between-apps/#who-can-install-github-apps-and-authorize-oauth-apps) em repositórios de organizações. Se a configuração de um aplicativo GitHub tiver permissões que solicitam os recursos de uma organização, o proprietário d organização deverá aprovar a instalação.
diff --git a/translations/pt-BR/content/developers/apps/modifying-a-github-app.md b/translations/pt-BR/content/developers/apps/modifying-a-github-app.md
index 1181b7b7a9..a91a5ebc7e 100644
--- a/translations/pt-BR/content/developers/apps/modifying-a-github-app.md
+++ b/translations/pt-BR/content/developers/apps/modifying-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/pt-BR/content/developers/apps/modifying-an-oauth-app.md b/translations/pt-BR/content/developers/apps/modifying-an-oauth-app.md
index 54ca98713f..1a1179e5a6 100644
--- a/translations/pt-BR/content/developers/apps/modifying-an-oauth-app.md
+++ b/translations/pt-BR/content/developers/apps/modifying-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/pt-BR/content/developers/apps/rate-limits-for-github-apps.md b/translations/pt-BR/content/developers/apps/rate-limits-for-github-apps.md
index 764022a476..013c1d782b 100644
--- a/translations/pt-BR/content/developers/apps/rate-limits-for-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/rate-limits-for-github-apps.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Solicitações de servidor para servidor
@@ -45,7 +46,7 @@ Aplicam-se diferentes limites de taxa de solicitação de usuário para servidor
{% endif %}
-As solicitações usuário para servidor são limitadas a 5.000 solicitações por hora e por usuário autenticado. Todos os aplicativos OAuth autorizados por esse usuário, tokens de acesso pessoal pertencentes a esse usuário, e pedidos autenticados com o nome de usuário e senha compartilham a mesma cota de 5.000 solicitações por hora para esse usuário.
+As solicitações usuário para servidor são limitadas a 5.000 solicitações por hora e por usuário autenticado. All OAuth applications authorized by that user, personal access tokens owned by that user, and requests authenticated with that user's{% if currentVersion == "github-ae@latest" %} token{% else %} username and password{% endif %} share the same quota of 5,000 requests per hour for that user.
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/developers/apps/refreshing-user-to-server-access-tokens.md b/translations/pt-BR/content/developers/apps/refreshing-user-to-server-access-tokens.md
index 8302b72f92..1e1b0080b9 100644
--- a/translations/pt-BR/content/developers/apps/refreshing-user-to-server-access-tokens.md
+++ b/translations/pt-BR/content/developers/apps/refreshing-user-to-server-access-tokens.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/scopes-for-oauth-apps.md b/translations/pt-BR/content/developers/apps/scopes-for-oauth-apps.md
index 9a74ae87c2..da1c5b3d56 100644
--- a/translations/pt-BR/content/developers/apps/scopes-for-oauth-apps.md
+++ b/translations/pt-BR/content/developers/apps/scopes-for-oauth-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
When setting up an OAuth App on GitHub, requested scopes are displayed to the user on the authorization form.
@@ -18,7 +19,7 @@ When setting up an OAuth App on GitHub, requested scopes are displayed to the us
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
If your {% data variables.product.prodname_oauth_app %} doesn't have access to a browser, such as a CLI tool, then you don't need to specify a scope for users to authenticate to your app. For more information, see "[Authorizing OAuth apps](/developers/apps/authorizing-oauth-apps#device-flow)."
{% endif %}
@@ -38,13 +39,13 @@ X-Accepted-OAuth-Scopes: user
Name | Description
-----|-----------|
-**`(no scope)`** | Grants read-only access to public information (includes public user profile info, public repository info, and gists){% if enterpriseServerVersions contains currentVersion %}
+**`(no scope)`** | Grants read-only access to public information (includes public user profile info, public repository info, and gists){% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
**`site_admin`** | Grants site administrators access to [{% data variables.product.prodname_ghe_server %} Administration API endpoints](/v3/enterprise-admin).{% endif %}
**`repo`** | Grants full access to private and public repositories. That includes read/write access to code, commit statuses, repository and organization projects, invitations, collaborators, adding team memberships, deployment statuses, and repository webhooks for public and private repositories and organizations. Also grants ability to manage user projects.
`repo:status`| Grants read/write access to public and private repository commit statuses. This scope is only necessary to grant other users or services access to private repository commit statuses *without* granting access to the code.
`repo_deployment`| Grants access to [deployment statuses](/v3/repos/deployments) for public and private repositories. This scope is only necessary to grant other users or services access to deployment statuses, *without* granting access to the code.
`public_repo`| Limits access to public repositories. That includes read/write access to code, commit statuses, repository projects, collaborators, and deployment statuses for public repositories and organizations. Also required for starring public repositories.
- `repo:invite` | Grants accept/decline abilities for invitations to collaborate on a repository. This scope is only necessary to grant other users or services access to invites *without* granting access to the code.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21"%}
+ `repo:invite` | Grants accept/decline abilities for invitations to collaborate on a repository. This scope is only necessary to grant other users or services access to invites *without* granting access to the code.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest"%}
`security_events` | Grants read and write access to security events in the [{% data variables.product.prodname_code_scanning %} API](/v3/code-scanning).{% endif %}
**`admin:repo_hook`** | Grants read, write, ping, and delete access to repository hooks in public and private repositories. The `repo` and `public_repo` scopes grants full access to repositories, including repository hooks. Use the `admin:repo_hook` scope to limit access to only repository hooks.
`write:repo_hook` | Grants read, write, and ping access to hooks in public or private repositories.
diff --git a/translations/pt-BR/content/developers/apps/setting-permissions-for-github-apps.md b/translations/pt-BR/content/developers/apps/setting-permissions-for-github-apps.md
index c3a105ee11..bc5a25c1dd 100644
--- a/translations/pt-BR/content/developers/apps/setting-permissions-for-github-apps.md
+++ b/translations/pt-BR/content/developers/apps/setting-permissions-for-github-apps.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao criar um aplicativo GitHub, você pode selecionar as permissões de que precisa para acessar os dados do usuário final. As permissões também podem ser adicionadas e removidas. Para obter mais informações, consulte "[Editando as permissões de um aplicativo GitHub](/apps/managing-github-apps/editing-a-github-app-s-permissions/)".
diff --git a/translations/pt-BR/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md b/translations/pt-BR/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
index dc3507c4d2..b0af0f6755 100644
--- a/translations/pt-BR/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
+++ b/translations/pt-BR/content/developers/apps/setting-up-your-development-environment-to-create-a-github-app.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/apps/transferring-ownership-of-a-github-app.md b/translations/pt-BR/content/developers/apps/transferring-ownership-of-a-github-app.md
index cff9ef742d..925fae4d8c 100644
--- a/translations/pt-BR/content/developers/apps/transferring-ownership-of-a-github-app.md
+++ b/translations/pt-BR/content/developers/apps/transferring-ownership-of-a-github-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/pt-BR/content/developers/apps/transferring-ownership-of-an-oauth-app.md b/translations/pt-BR/content/developers/apps/transferring-ownership-of-an-oauth-app.md
index 89c85842c5..05405822d4 100644
--- a/translations/pt-BR/content/developers/apps/transferring-ownership-of-an-oauth-app.md
+++ b/translations/pt-BR/content/developers/apps/transferring-ownership-of-an-oauth-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user-settings.access_settings %}
diff --git a/translations/pt-BR/content/developers/apps/troubleshooting-authorization-request-errors.md b/translations/pt-BR/content/developers/apps/troubleshooting-authorization-request-errors.md
index 9c66416fe7..e7a6831912 100644
--- a/translations/pt-BR/content/developers/apps/troubleshooting-authorization-request-errors.md
+++ b/translations/pt-BR/content/developers/apps/troubleshooting-authorization-request-errors.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Aplicativo suspenso
diff --git a/translations/pt-BR/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md b/translations/pt-BR/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
index 6e7980231b..e82289486b 100644
--- a/translations/pt-BR/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
+++ b/translations/pt-BR/content/developers/apps/troubleshooting-oauth-app-access-token-request-errors.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/developers/apps/using-content-attachments.md b/translations/pt-BR/content/developers/apps/using-content-attachments.md
index 257d3b0915..cc45d98d60 100644
--- a/translations/pt-BR/content/developers/apps/using-content-attachments.md
+++ b/translations/pt-BR/content/developers/apps/using-content-attachments.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pre-release-program.content-attachments-public-beta %}
diff --git a/translations/pt-BR/content/developers/apps/using-the-github-api-in-your-app.md b/translations/pt-BR/content/developers/apps/using-the-github-api-in-your-app.md
index f711c9e1c4..a234d366cb 100644
--- a/translations/pt-BR/content/developers/apps/using-the-github-api-in-your-app.md
+++ b/translations/pt-BR/content/developers/apps/using-the-github-api-in-your-app.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/index.md b/translations/pt-BR/content/developers/index.md
index 955e04538d..fcf176d81f 100644
--- a/translations/pt-BR/content/developers/index.md
+++ b/translations/pt-BR/content/developers/index.md
@@ -4,6 +4,7 @@ intro: 'Aproveite o {% data variables.product.prodname_dotcom %}, ao fazer a int
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/pt-BR/content/developers/overview/about-githubs-apis.md b/translations/pt-BR/content/developers/overview/about-githubs-apis.md
index 36f8aa7a3e..1de36116d7 100644
--- a/translations/pt-BR/content/developers/overview/about-githubs-apis.md
+++ b/translations/pt-BR/content/developers/overview/about-githubs-apis.md
@@ -6,26 +6,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt '2.9' %}
-
Existem duas versões estáveis da API do GitHub: a [API REST](/v3/) e a [API do GraphQL](/v4/).
-{% else %}
-
-A última versão estável da API do GitHub é a [API REST](/v3/).
-
-{% endif %}
-
Ao usar a API REST, incentivamos que você a [solicite a v3 por meio do cabeçalho `Aceitar`](/v3/media/#request-specific-version).
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt '2.9' %}
-
Para obter informações sobre como usar a API do GraphQL, consulte a [documentação da v4](/v4/).
-{% endif %}
-
## Versões obsoletas
### beta
diff --git a/translations/pt-BR/content/developers/overview/github-developer-program.md b/translations/pt-BR/content/developers/overview/github-developer-program.md
index 53af655948..b3e018a6b5 100644
--- a/translations/pt-BR/content/developers/overview/github-developer-program.md
+++ b/translations/pt-BR/content/developers/overview/github-developer-program.md
@@ -19,7 +19,7 @@ Crie suas próprias ferramentas que integram-se perfeitamente ao lugar que você
## Assuma a empresa
-[Obtenha licenças de desenvolvedor](http://github.com/contact?form%5Bsubject%5D=Development+licenses) para criar e testar seu aplicativo com base no {% data variables.product.prodname_ghe_server %}.
+[Obtain developer licenses](http://github.com/contact?form%5Bsubject%5D=Development+licenses) to build and test your application against {% data variables.product.prodname_ghe_server %} or {% data variables.product.prodname_ghe_managed %}.
## Você tem uma integração que é compatível com o GitHub?
diff --git a/translations/pt-BR/content/developers/overview/index.md b/translations/pt-BR/content/developers/overview/index.md
index 01abb5731a..e1db964b98 100644
--- a/translations/pt-BR/content/developers/overview/index.md
+++ b/translations/pt-BR/content/developers/overview/index.md
@@ -1,9 +1,10 @@
---
title: Visão Geral
-intro: 'Saiba mais sobre a API do {% data variables.product.prodname_dotcom %}, proteja suas implementações e junte-se ao Programa de Desenvolvedor do {% data variables.product.prodname_dotcom %}.'
+intro: 'Learn about {% data variables.product.prodname_dotcom %}''s APIs{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} and secure your deployments.{% else %}, secure your deployments, and join {% data variables.product.prodname_dotcom %}''s Developer Program.{% endif %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Índice
diff --git a/translations/pt-BR/content/developers/overview/managing-deploy-keys.md b/translations/pt-BR/content/developers/overview/managing-deploy-keys.md
index 92e7fcaec0..f51e83ca29 100644
--- a/translations/pt-BR/content/developers/overview/managing-deploy-keys.md
+++ b/translations/pt-BR/content/developers/overview/managing-deploy-keys.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/overview/replacing-github-services.md b/translations/pt-BR/content/developers/overview/replacing-github-services.md
index 03a9e78eac..07f8417b7c 100644
--- a/translations/pt-BR/content/developers/overview/replacing-github-services.md
+++ b/translations/pt-BR/content/developers/overview/replacing-github-services.md
@@ -29,7 +29,7 @@ Como uma alternativa ao serviço de e-mail, agora você pode começar a usar not
P GitHub Services (às vezes referido como Hooks de Serviço) é o método legado de integração, em que o GitHub hospedou uma parte dos serviços do nosso integrador por meio do [repositório `github-services`](https://github.com/github/github-services). Ações executadas no GitHub acionam esses serviços e você pode usá-los para acionar ações fora do GitHub.
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### Encontrar repositórios que usam o GitHub Services
Fornecemos um script de linha de comando que ajuda a identificar quais repositórios usam o GitHub Services. Para obter mais informações, consulte [ghe-legacy-github-services-report](/enterprise/{{currentVersion}}/admin/articles/command-line-utilities/#ghe-legacy-github-services-report).{% endif %}
diff --git a/translations/pt-BR/content/developers/overview/using-ssh-agent-forwarding.md b/translations/pt-BR/content/developers/overview/using-ssh-agent-forwarding.md
index 0e29d5020b..8e9ba94714 100644
--- a/translations/pt-BR/content/developers/overview/using-ssh-agent-forwarding.md
+++ b/translations/pt-BR/content/developers/overview/using-ssh-agent-forwarding.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -21,10 +22,10 @@ Confira o [Guia das Dicas Técnicas de Steve Friedl][tech-tips] para obter uma e
Certifique-se de que sua própria chave SSH esteja configurada e funcionando. Você pode usar [nosso guia sobre a geração de chaves SSH][generating-keys], caso ainda não tenha feito isso.
-Você pode testar se a chave local funciona digitando `ssh -T git@github.com` no terminal:
+You can test that your local key works by entering `ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}` in the terminal:
```shell
-$ ssh -T git@github.com
+$ ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}
# Attempt to SSH in to github
> Hi username! Você autenticou com sucesso, mas o GitHub não fornece
> acesso shell.
@@ -47,7 +48,7 @@ Começamos bem. Vamos configurar SSH para permitir o encaminhamento de agentes p
### Testar o encaminhamento de agente SSH
-Para testar se o encaminhamento de agentes está funcionando com o seu servidor, você pode ingressar com SSH no servidor e executar `ssh -T git@github.com` mais uma vez. Se tudo correr bem, você retornará à mesma mensagem apresentada quando você fez localmente.
+To test that agent forwarding is working with your server, you can SSH into your server and run `ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}` once more. Se tudo correr bem, você retornará à mesma mensagem apresentada quando você fez localmente.
Se você não tiver certeza se sua chave local está sendo usada, você também poderá inspecionar a variável `SSH_AUTH_SOCK` no seu servidor:
@@ -63,7 +64,7 @@ Se a variável não estiver definida, significa que o encaminhamento de agentes
$ echo "$SSH_AUTH_SOCK"
# Print out the SSH_AUTH_SOCK variable
> [No output]
-$ ssh -T git@github.com
+$ ssh -T git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}
# Try to SSH to github
> Permission denied (publickey).
```
@@ -78,7 +79,7 @@ O encaminhamento de SSH só funciona com URLs com SSH, e não com URLs com HTTP(
```shell
[remote "origin"]
- url = git@github.com:yourAccount/yourProject.git
+ url = git@{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}hostname{% else %}github.com{% endif %}:yourAccount/yourProject.git
fetch = +refs/heads/*:refs/remotes/origin/*
```
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/about-webhooks.md b/translations/pt-BR/content/developers/webhooks-and-events/about-webhooks.md
index cc5ab95fdd..5287299c61 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/about-webhooks.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/about-webhooks.md
@@ -6,14 +6,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Webhooks allow you to build or set up integrations, such as [{% data variables.product.prodname_github_app %}s](/apps/building-github-apps/) or [{% data variables.product.prodname_oauth_app %}s](/apps/building-oauth-apps/), which subscribe to certain events on GitHub.com. When one of those events is triggered, we'll send a HTTP POST payload to the webhook's configured URL. Webhooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server. You're only limited by your imagination.
-Webhooks can be installed on{% if enterpriseServerVersions contains currentVersion %} a [{% data variables.product.prodname_ghe_server %} instance](/rest/reference/enterprise-admin#global-webhooks/),{% endif %} an [organization][org-hooks], a specific [repository][repo-hooks], or a {% data variables.product.prodname_github_app %}. Once installed, the webhook will be sent each time one or more subscribed events occurs.
+Webhooks can be installed on{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} [{% data variables.product.prodname_enterprise %}](/rest/reference/enterprise-admin#global-webhooks/),{% endif %} an [organization][org-hooks], a specific [repository][repo-hooks], or a {% data variables.product.prodname_github_app %}. Once installed, the webhook will be sent each time one or more subscribed events occurs.
-You can create up to {% if enterpriseServerVersions contains currentVersion %}250{% else %}20{% endif %} webhooks for each event on each installation target {% if enterpriseServerVersions contains currentVersion %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %}
+You can create up to {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}250{% else %}20{% endif %} webhooks for each event on each installation target {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %}
### Events
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md b/translations/pt-BR/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
index a61ccc5ca9..7bd4d29f22 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/configuring-your-server-to-receive-payloads.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/creating-webhooks.md b/translations/pt-BR/content/developers/webhooks-and-events/creating-webhooks.md
index 329bdd82b8..1e5268af0a 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/creating-webhooks.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/creating-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/events.md b/translations/pt-BR/content/developers/webhooks-and-events/events.md
index 3102f85db5..05493cbe2f 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/events.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/events.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/github-event-types.md b/translations/pt-BR/content/developers/webhooks-and-events/github-event-types.md
index 2009e1d381..de0cd07b78 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/github-event-types.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/github-event-types.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/index.md b/translations/pt-BR/content/developers/webhooks-and-events/index.md
index 892bc453a0..9edf7eff0c 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/index.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/index.md
@@ -4,6 +4,7 @@ intro: 'Você pode configurar, testar e proteger os webhooks para que suas integ
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Índice
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/issue-event-types.md b/translations/pt-BR/content/developers/webhooks-and-events/issue-event-types.md
index d40d8a2edb..372ceef49b 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/issue-event-types.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/issue-event-types.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/securing-your-webhooks.md b/translations/pt-BR/content/developers/webhooks-and-events/securing-your-webhooks.md
index 612fd7f197..3bac571670 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/securing-your-webhooks.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/securing-your-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -34,9 +35,9 @@ $ export SECRET_TOKEN=your_token
### Validar cargas do GitHub
-Quando seu token secreto está definido, {% data variables.product.product_name %} o utiliza para criar uma assinatura de hash com cada carga. Esta assinatura de hash está incluída com os cabeçalhos de cada solicitação como {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 2" ou versão atual == "private-instances@latest" %}`X-Hub-Signature-256`{% else if currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature`{% endif %}.
+Quando seu token secreto está definido, {% data variables.product.product_name %} o utiliza para criar uma assinatura de hash com cada carga. This hash signature is included with the headers of each request as {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}`X-Hub-Signature-256`{% elsif currentVersion ver_lt "enterprise-server@2.23" %}`X-Hub-Signature`{% endif %}.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
{% note %}
**Observação:** Para compatibilidade com versões anteriores, também incluímos o cabeçalho `X-Hub-Signature` gerado usando a função de hash SHA-1. Se possível, recomendamos que você use o cabeçalho `X-Hub-Signature-256` para melhorar a segurança. O exemplo abaixo demonstra o uso do cabeçalho `X-Hub-Signature-256`.
@@ -67,11 +68,11 @@ post '/payload' do
"I got some JSON: #{push.inspect}"
end
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
def verify_signature(payload_body)
signature = 'sha256=' + OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha256'), ENV['SECRET_TOKEN'], payload_body)
return halt 500, "Signatures didn't match!" unless Rack::Utils.secure_compare(signature, request.env['HTTP_X_HUB_SIGNATURE_2'])
-end{% else if currentVersion ver_lt "enterprise-server@2.23" %}
+end{% elsif currentVersion ver_lt "enterprise-server@2.23" %}
def verify_signature(payload_body)
signature = 'sha1=' + OpenSSL::HMAC.hexdigest(OpenSSL::Digest.new('sha1'), ENV['SECRET_TOKEN'], payload_body)
return halt 500, "Signatures didn't match!" unless Rack::Utils.secure_compare(signature, request.env['HTTP_X_HUB_SIGNATURE'])
@@ -80,7 +81,7 @@ end{% endif %}
A sua linguagem e implementações do servidor podem ser diferentes deste código de exemplo. No entanto, há uma série de aspectos muito importantes a destacar:
-* Não importa qual implementação você use, a assinatura de hash começa com {% if currentVersion == "free-pro-team@latest" ou currentVersion ver_gt "enterprise-server@2. 2" ou "private-instances@latest" %}`sha256=`{% else if currentVersion ver_lt "enterprise-server@2. 3" %}`sha1=`{% endif %}, usando a chave do seu token secreto e o seu texto da carga.
+* No matter which implementation you use, the hash signature starts with {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or "github-ae@latest" %}`sha256=`{% elsif currentVersion ver_lt "enterprise-server@2.23" %}`sha1=`{% endif %}, using the key of your secret token and your payload body.
* Não **se recomenda** usar um operador simples de`==`. Um método como [`secure_compare`][secure_compare] executa uma comparação de strings "tempo constante", o que ajuda a mitigar certos ataques de tempo contra operadores de igualdade regular.
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/testing-webhooks.md b/translations/pt-BR/content/developers/webhooks-and-events/testing-webhooks.md
index a571fb97d8..40edddaed5 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/testing-webhooks.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/testing-webhooks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/webhook-events-and-payloads.md b/translations/pt-BR/content/developers/webhooks-and-events/webhook-events-and-payloads.md
index 896d116a59..dee4a96791 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/webhook-events-and-payloads.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/webhook-events-and-payloads.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -44,13 +45,13 @@ As propriedades únicas para um evento de webhook são as mesmas que você encon
As cargas de HTTP POST que são entregues no ponto de extremidade da URL configurado do seu webhook conterão vários cabeçalhos especiais:
-| Header | Descrição |
-| ----------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| `X-GitHub-Event` | Nome do evento que ativou a entrega. |
-| `X-GitHub-Delivery` | Um [GUID](http://en.wikipedia.org/wiki/Globally_unique_identifier) para identificar a entrega.{% if enterpriseServerVersions contains currentVersion %}
-| `X-GitHub-Enterprise-Version` | A versão da instância do {% data variables.product.prodname_ghe_server %} que enviou a carga do HTTP POST. |
-| `X-GitHub-Enterprise-Host` | O nome de host da instância do {% data variables.product.prodname_ghe_server %} que enviou a carga HTTP POST.{% endif %}{% if currentVersion != "private-instances@latest" %}
-| `X-Hub-Signature` | Este cabeçalho é enviado se o webhook for configurado com um [`secreto`](/v3/repos/hooks/#create-hook-config-params). Este é o resumo hexadecimal HMAC do texto da solicitação e é gerado usando a função hash SHA-1 e o `segredo` como a `chave` HMAC.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} `X-Hub-Signature` é fornecido para compatibilidade com integrações existentes, e recomendamos que você use um `X-Hub-Signature-256` mais seguro.{% endif %}{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+| Header | Descrição |
+| ----------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| `X-GitHub-Event` | Nome do evento que ativou a entrega. |
+| `X-GitHub-Delivery` | A [GUID](http://en.wikipedia.org/wiki/Globally_unique_identifier) to identify the delivery.{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+| `X-GitHub-Enterprise-Version` | A versão da instância do {% data variables.product.prodname_ghe_server %} que enviou a carga do HTTP POST. |
+| `X-GitHub-Enterprise-Host` | The hostname of the {% data variables.product.prodname_ghe_server %} instance that sent the HTTP POST payload.{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `X-Hub-Signature` | Este cabeçalho é enviado se o webhook for configurado com um [`secreto`](/v3/repos/hooks/#create-hook-config-params). This is the HMAC hex digest of the request body, and is generated using the SHA-1 hash function and the `secret` as the HMAC `key`.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %} `X-Hub-Signature` is provided for compatibility with existing integrations, and we recommend that you use the more secure `X-Hub-Signature-256` instead.{% endif %}{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `X-Hub-Signature-256` | Este cabeçalho é enviado se o webhook for configurado com um [`secreto`](/v3/repos/hooks/#create-hook-config-params). Este é o resumo hexadecimal HMAC do texto da solicitação e é gerado usando a função hash SHA-256 e a `segredo` como a `chave` HMAC.{% endif %}
Além disso, o `User-Agent` para as solicitações terá o prefixo `GitHub-Hookshot/`.
@@ -61,10 +62,10 @@ Além disso, o `User-Agent` para as solicitações terá o prefixo `GitHub-Hooks
> POST /payload HTTP/1.1
> Host: localhost:4567
-> X-GitHub-Delivery: 72d3162e-cc78-11e3-81ab-4c9367dc0958{% if enterpriseServerVersions contains currentVersion %}
+> X-GitHub-Delivery: 72d3162e-cc78-11e3-81ab-4c9367dc0958{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
> X-GitHub-Enterprise-Version: 2.15.0
-> X-GitHub-Enterprise-Host: example.com{% endif %}{% if currentVersion != "private-instances@latest" %}
-> X-Hub-Signature: sha1=7d38cdd689735b008b3c702edd92eea23791c5f6{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "private-instances@latest" %}
+> X-GitHub-Enterprise-Host: example.com{% endif %}{% if currentVersion != "github-ae@latest" %}
+> X-Hub-Signature: sha1=7d38cdd689735b008b3c702edd92eea23791c5f6{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
> X-Hub-Signature-256: sha256=d57c68ca6f92289e6987922ff26938930f6e66a2d161ef06abdf1859230aa23c{% endif %}
> User-Agent: GitHub-Hookshot/044aadd
> Content-Type: application/json
@@ -144,7 +145,7 @@ Além disso, o `User-Agent` para as solicitações terá o prefixo `GitHub-Hooks
{{ webhookPayloadsForCurrentVersion.check_suite.completed }}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
### code_scanning_alert
Os {% data variables.product.prodname_github_app %}s com a permissão `security_events`
@@ -290,10 +291,10 @@ Apenas os {% data variables.product.prodname_github_app %}s podem receber este e
#### Objeto da carga do webhook
-| Tecla | Tipo | Descrição |
-| ------------- | --------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-| `Ação` | `string` | A ação realizada. Pode ser `criado`.{% endif %}
-| `implantação` | `objeto` | The [implantação](/rest/reference/repos#list-deployments). |
+| Tecla | Tipo | Descrição |
+| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+| `Ação` | `string` | A ação realizada. Pode ser `criado`.{% endif %}
+| `implantação` | `objeto` | The [implantação](/rest/reference/repos#list-deployments). |
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -315,14 +316,14 @@ Apenas os {% data variables.product.prodname_github_app %}s podem receber este e
#### Objeto da carga do webhook
-| Tecla | Tipo | Descrição |
-| ---------------------------------- | --------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
-| `Ação` | `string` | A ação realizada. Pode ser `criado`.{% endif %}
-| `implantação_status` | `objeto` | O [estado de implantação](/rest/reference/repos#list-deployment-statuses). |
-| `deployment_status["state"]` | `string` | O novo estado. Pode ser `pendente`, `sucesso`, `falha` ou `erro`. |
-| `deployment_status["target_url"]` | `string` | O link opcional adicionado ao status. |
-| `deployment_status["description"]` | `string` | A descrição opcional legível para pessoas adicionada ao status. |
-| `implantação` | `objeto` | A [implantação](/rest/reference/repos#list-deployments) à qual este status está associado. |
+| Tecla | Tipo | Descrição |
+| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
+| `Ação` | `string` | A ação realizada. Pode ser `criado`.{% endif %}
+| `implantação_status` | `objeto` | O [estado de implantação](/rest/reference/repos#list-deployment-statuses). |
+| `deployment_status["state"]` | `string` | O novo estado. Pode ser `pendente`, `sucesso`, `falha` ou `erro`. |
+| `deployment_status["target_url"]` | `string` | O link opcional adicionado ao status. |
+| `deployment_status["description"]` | `string` | A descrição opcional legível para pessoas adicionada ao status. |
+| `implantação` | `objeto` | A [implantação](/rest/reference/repos#list-deployments) à qual este status está associado. |
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -332,7 +333,7 @@ Apenas os {% data variables.product.prodname_github_app %}s podem receber este e
{{ webhookPayloadsForCurrentVersion.deployment_status }}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### enterprise
@@ -429,7 +430,7 @@ Este evento ocorre quando alguém revoga a autorização de um {% data variables
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% note %}
**Observação:** {% data reusables.pre-release-program.suspend-installation-beta %} Para obter mais informações, consulte "[Suspender uma instalação do {% data variables.product.prodname_github_app %}](/apps/managing-github-apps/suspending-a-github-app-installation/)".
@@ -756,7 +757,7 @@ Para obter uma descrição detalhada desta carga e da carga para cada tipo de `a
#### Disponibilidade
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- Os webhooks do GitHub Enterprise recebem apenas eventos `criados` e `excluídos`. Para mais informações, consulte "[Webhooks globais](/rest/reference/enterprise-admin#global-webhooks/).{% endif %}
- Os webhooks da organização recebem apenas os eventos `excluídos`, `adicionados`, `removidos`, `renomeado` e `convidados`
- Os {% data variables.product.prodname_github_app %}s com a permissão membros`
@@ -1116,7 +1117,7 @@ As entregas para eventos `review_requested` e `review_request_removed` terão um
{{ webhookPayloadsForCurrentVersion.release.published }}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### repository_dispatch
Este evento ocorre quando um {% data variables.product.prodname_github_app %} envia uma solicitação de `POST` para o ponto de extremidade "[Criar um evento de envio de repositório](/v3/repos/#create-a-repository-dispatch-event)".
@@ -1144,7 +1145,7 @@ Este evento ocorre quando um {% data variables.product.prodname_github_app %} en
| Tecla | Tipo | Descrição |
| ------ | -------- | ---------------------------------------------------------------------------------- |
-| `Ação` | `string` | A ação que foi executada. Este pode ser um dos seguintes:- `created` - Um repositório foi criado.
- `deleted` - Um repositório foi excluído. Este tipo de evento está disponível apenas para [hooks de organização](/rest/reference/orgs#webhooks/)
- `archived` - Um repositório está arquivado.
- `unarchived` - Um repositório não está arquivado.
{% if enterpriseServerVersions contains currentVersion %}- `anonymous_access_enabled` - Um repositório está [habilitado para acesso anônimo do Git](/v3/previews/#anonymous-git-access-to-repositories), `anonymous_access_disabled` - Um repositório está [desabilitado para acesso anônimo do Git](/v3/previews/#anonymous-git-access-to-repositories)
{% endif %}- `edited` - As informações de um repositório são editadas.
- `renamed` - Um repositório é renomeado.
- `transferred` - Um repositório é transferido.
- `publicized` - Um repositório é publicado.
- `privatizado` - Um repositório é privatizado.
|
+| `Ação` | `string` | A ação que foi executada. Este pode ser um dos seguintes:- `created` - Um repositório foi criado.
- `deleted` - Um repositório foi excluído. Este tipo de evento está disponível apenas para [hooks de organização](/rest/reference/orgs#webhooks/)
- `archived` - Um repositório está arquivado.
- `unarchived` - Um repositório não está arquivado.
{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}- `anonymous_access_enabled` - Um repositório está [habilitado para acesso anônimo do Git](/v3/previews/#anonymous-git-access-to-repositories), `anonymous_access_disabled` - Um repositório está [desabilitado para acesso anônimo do Git](/v3/previews/#anonymous-git-access-to-repositories)
{% endif %}- `edited` - As informações de um repositório são editadas.
- `renamed` - Um repositório é renomeado.
- `transferred` - Um repositório é transferido.
- `publicized` - Um repositório é publicado.
- `privatizado` - Um repositório é privatizado.
|
{% data reusables.webhooks.repo_desc %}
{% data reusables.webhooks.org_desc %}
{% data reusables.webhooks.app_desc %}
@@ -1358,7 +1359,7 @@ Você só pode criar um webhook de patrocínio em {% data variables.product.prod
{{ webhookPayloadsForCurrentVersion.team_add }}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
### usuário
diff --git a/translations/pt-BR/content/developers/webhooks-and-events/webhooks.md b/translations/pt-BR/content/developers/webhooks-and-events/webhooks.md
index 71478ae348..dad164f912 100644
--- a/translations/pt-BR/content/developers/webhooks-and-events/webhooks.md
+++ b/translations/pt-BR/content/developers/webhooks-and-events/webhooks.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/administering-a-repository/about-branch-restrictions.md b/translations/pt-BR/content/github/administering-a-repository/about-branch-restrictions.md
index 6dd52af924..8e23902c7a 100644
--- a/translations/pt-BR/content/github/administering-a-repository/about-branch-restrictions.md
+++ b/translations/pt-BR/content/github/administering-a-repository/about-branch-restrictions.md
@@ -1,12 +1,13 @@
---
title: Sobre restrições de branch
-intro: 'Branches em repositórios pertencentes a organizações podem ser configurados para que apenas determinados usuários{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 8" %},{% else %} ou{% endif %} equipes{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 8" %} ou aplicativos{% endif %} possam fazer push para o branch.'
+intro: 'Branches within repositories that belong to organizations can be configured so that only certain users, teams, or apps can push to the branch.'
product: '{% data reusables.gated-features.branch-restrictions %}'
redirect_from:
- /articles/about-branch-restrictions
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao habilitar as restrições de branches, apenas usuários, equipes ou aplicativos com permissão podem fazer push para o branch protegido. Quando você habilita restrições de branch, somente usuários{% if page.version == "dotcom" or page.version ver_gt "2.18" %},{% else %} ou{% endif %} equipes{% if page.version == "dotcom" or page.version ver_gt "2.18" %}, ou apps{% endif %} que receberam permissão podem fazer push no branch protegido. Você pode visualizar e editar usuários, equipes ou aplicativos com acesso de push a um branch protegido nas configurações do branch protegido.
diff --git a/translations/pt-BR/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md b/translations/pt-BR/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
index 52e8eb6063..4bfcbe12c6 100644
--- a/translations/pt-BR/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/about-email-notifications-for-pushes-to-your-repository.md
@@ -10,9 +10,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if enterpriseServerVersions contains currentVersion %}{% data reusables.notifications.outbound_email_tip %}{% endif %}
+{% data reusables.notifications.outbound_email_tip %}
Cada notificação de e-mail para um push no repositório lista os novos commits e os vincula a um diff contendo apenas esses commits. Na notificação de e-mail, você verá:
@@ -24,7 +25,7 @@ Cada notificação de e-mail para um push no repositório lista os novos commits
- Os arquivos que foram alterados como parte do commit
- A mensagem do commit;
-É possível filtrar notificações de e-mail que você recebe para pushes em um repositório. Para obter mais informações, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Configurar notificações](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#filtering-email-notifications){% else %}"[Sobre e-mails de notificação](/github/receiving-notifications-about-activity-on-github/about-email-notifications)". Você também pode desativar notificações por email para pushes. Para obter mais informações, consulte "
+É possível filtrar notificações de e-mail que você recebe para pushes em um repositório. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications#filtering-email-notifications){% else %}"[About notification emails](/github/receiving-notifications-about-activity-on-github/about-email-notifications)." Você também pode desativar notificações por email para pushes. Para obter mais informações, consulte "
[Escolher o método de entrega das suas notificações](/enterprise/{{ page.version }}/user/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications){% endif %}".
@@ -51,7 +52,7 @@ Cada notificação de e-mail para um push no repositório lista os novos commits
### Leia mais
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
- "[Sobre notificações](/github/managing-subscriptions-and-notifications-on-github/about-notifications)"
diff --git a/translations/pt-BR/content/github/administering-a-repository/about-merge-methods-on-github.md b/translations/pt-BR/content/github/administering-a-repository/about-merge-methods-on-github.md
index f3dfe7e885..47147dae57 100644
--- a/translations/pt-BR/content/github/administering-a-repository/about-merge-methods-on-github.md
+++ b/translations/pt-BR/content/github/administering-a-repository/about-merge-methods-on-github.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %} É possível aplicar um tipo de método de merge, como combinação por squash ou rebase de commit, apena habilitando o método desejado para o repositório.
{% data reusables.pull_requests.default_merge_option %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
O método de merge padrão cria um commit de mesclagem. Você pode impedir que uma pessoa faça pushing com commits por merge em um branch protegido aplicando um histórico de commit linear. Para obter mais informações, consulte "[Exigindo um histórico de commit linear](/github/administering-a-repository/requiring-a-linear-commit-history)".{% endif %}
### Combinar por squash os commits de merge
diff --git a/translations/pt-BR/content/github/administering-a-repository/about-protected-branches.md b/translations/pt-BR/content/github/administering-a-repository/about-protected-branches.md
index 55b27efd04..0abc9e967c 100644
--- a/translations/pt-BR/content/github/administering-a-repository/about-protected-branches.md
+++ b/translations/pt-BR/content/github/administering-a-repository/about-protected-branches.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.about-protected-branches %} Você pode optar por aplicar restrições sobre como um pull request é mesclado no seu repositório.
diff --git a/translations/pt-BR/content/github/administering-a-repository/about-releases.md b/translations/pt-BR/content/github/administering-a-repository/about-releases.md
index e64c3b6cd3..56dfacb93a 100644
--- a/translations/pt-BR/content/github/administering-a-repository/about-releases.md
+++ b/translations/pt-BR/content/github/administering-a-repository/about-releases.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre as versões
@@ -20,11 +21,11 @@ Versões são iterações de software implementáveis que você pode empacotar e
As versões se baseiam em [tags Git](https://git-scm.com/book/en/Git-Basics-Tagging), que marcam um ponto específico no histórico do seu repositório. Uma data de tag pode ser diferente de uma data de versão, já que elas podem ser criadas em momentos diferentes. Para obter mais informações sobre como visualizar as tags existentes, consulte "[Visualizar tags e versões do seu repositório](/github/administering-a-repository/viewing-your-repositorys-releases-and-tags)".
-Você pode receber notificações quando novas versões são publicadas em um repositório sem receber notificações sobre outras atualizações para o repositório. Para obter mais informações, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Visualizar as suas assinaturas](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Inspecionar e não inspecionar as versões de um repositório](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository){% endif %}."
+Você pode receber notificações quando novas versões são publicadas em um repositório sem receber notificações sobre outras atualizações para o repositório. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching releases for a repository](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-releases-for-a-repository){% endif %}."
Qualquer pessoa com acesso de leitura a um repositório pode ver e comparar versões, mas somente pessoas com permissões de gravação a um repositório podem gerenciar versões. Para obter mais informações, consulte "[Gerenciando versões em um repositório](/github/administering-a-repository/managing-releases-in-a-repository)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
Pessoas com permissões de administrador para um repositório podem escolher se
{% data variables.large_files.product_name_long %} os objetos de ({% data variables.large_files.product_name_short %}) estão incluídos nos arquivos ZIP e tarballs que {% data variables.product.product_name %} cria para cada versão. Para obter mais informações, consulte "
diff --git a/translations/pt-BR/content/github/administering-a-repository/about-required-commit-signing.md b/translations/pt-BR/content/github/administering-a-repository/about-required-commit-signing.md
index f611410edb..83a613213a 100644
--- a/translations/pt-BR/content/github/administering-a-repository/about-required-commit-signing.md
+++ b/translations/pt-BR/content/github/administering-a-repository/about-required-commit-signing.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você aplicou proteções de branch no repositório, será possível configurar a assinatura de commit obrigatória. Para obter mais informações, consulte "[Configurar branches protegidos](/articles/configuring-protected-branches/)".
diff --git a/translations/pt-BR/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md b/translations/pt-BR/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
index f8fd65918c..a4d2ecc8ce 100644
--- a/translations/pt-BR/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
+++ b/translations/pt-BR/content/github/administering-a-repository/about-required-reviews-for-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você aplicou proteções de branch no repositório, será possível configurar as revisões obrigatórias. Para obter mais informações sobre como aplicar proteções de branch, consulte "[Configurar branches protegidos](/articles/configuring-protected-branches/)". Para obter mais informações sobre como configurar revisões obrigatórias, consulte "[Habilitar revisões obrigatórias para pull requests](/articles/enabling-required-reviews-for-pull-requests)".
diff --git a/translations/pt-BR/content/github/administering-a-repository/about-required-status-checks.md b/translations/pt-BR/content/github/administering-a-repository/about-required-status-checks.md
index 1bcb86b8b2..0182321146 100644
--- a/translations/pt-BR/content/github/administering-a-repository/about-required-status-checks.md
+++ b/translations/pt-BR/content/github/administering-a-repository/about-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre verificações de status obrigatórias
@@ -59,7 +60,7 @@ remote: error: Required status check "ci-build" is failing
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
Por vezes, os resultados das verificações de status para o commit de mescla teste e o commit principal entrarão em conflito. Se o commit de mescla teste tiver um status, ele deve passar. Caso contrário, o status do commit principal deve passar antes de você poder mesclar o branch. Para obter mais informações sobre os commits de mescla teste, consulte "[Pull requests](/v3/pulls/#response-1)".
diff --git a/translations/pt-BR/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md b/translations/pt-BR/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
index d823dd84a3..572cde0189 100644
--- a/translations/pt-BR/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
+++ b/translations/pt-BR/content/github/administering-a-repository/automation-for-release-forms-with-query-parameters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os parâmetros de consulta são partes opcionais de um URL que podem ser personalizadas para compartilhar uma exibição de página web específica, como resultados do filtro de pesquisa, um modelo de problema ou a página de formulário da versão no {% data variables.product.prodname_dotcom %}. Para criar seus próprios parâmetros de consulta, você deve corresponder o par de chave e valor.
diff --git a/translations/pt-BR/content/github/administering-a-repository/changing-the-default-branch.md b/translations/pt-BR/content/github/administering-a-repository/changing-the-default-branch.md
index 81cf6a09a3..d24a6f5205 100644
--- a/translations/pt-BR/content/github/administering-a-repository/changing-the-default-branch.md
+++ b/translations/pt-BR/content/github/administering-a-repository/changing-the-default-branch.md
@@ -5,6 +5,7 @@ permissions: Pessoas com permissões de administrador em um repositório podem a
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
redirect_from:
- /github/administering-a-repository/setting-the-default-branch
- /articles/setting-the-default-branch
@@ -14,13 +15,15 @@ redirect_from:
Você pode escolher o branch-padrão para um repositório. O branch-padrão é o branch de base para pull requests e commits de código. Para obter mais informações sobre o branch padrão, consulte "[Sobre branches](/github/collaborating-with-issues-and-pull-requests/about-branches#about-the-default-branch)".
+{% if currentVersion != "github-ae@latest" %}
{% note %}
**Observação**: Se você usar a ponte Git-Subversion, a alteração do branch-padrão afetará o conteúdo do seu `trunk` e o `HEAD` que você visualiza ao listar referências para o repositório remoto. Para obter mais informações, consulte "[Suporte para clientes do Subversion](/github/importing-your-projects-to-github/support-for-subversion-clients)" e [git-ls-remote](https://git-scm.com/docs/git-ls-remote.html) na documentação do Git.
{% endnote %}
+{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.branches.set-default-branch %}
@@ -32,7 +35,7 @@ Para alterar o branch-padrão, seu repositório deve ter mais de um branch. Para
### Alterar o branch-padrão
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/classifying-your-repository-with-topics.md b/translations/pt-BR/content/github/administering-a-repository/classifying-your-repository-with-topics.md
index f2eb90a25e..3558507856 100644
--- a/translations/pt-BR/content/github/administering-a-repository/classifying-your-repository-with-topics.md
+++ b/translations/pt-BR/content/github/administering-a-repository/classifying-your-repository-with-topics.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About topics
@@ -27,7 +28,7 @@ You can search for repositories that are associated with a particular topic. For
### Adding topics to your repository
-{% data reusables.repositories.navigate-to-repo %}{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
+{% data reusables.repositories.navigate-to-repo %}{% if currentVersion ver_lt "enterprise-server@2.22" %}
2. Under your repository description, click **Add topics**.

3. Type the topic you want to add to your repository, then type a space.
diff --git a/translations/pt-BR/content/github/administering-a-repository/comparing-releases.md b/translations/pt-BR/content/github/administering-a-repository/comparing-releases.md
index 405cf38945..e1482bda2d 100644
--- a/translations/pt-BR/content/github/administering-a-repository/comparing-releases.md
+++ b/translations/pt-BR/content/github/administering-a-repository/comparing-releases.md
@@ -5,6 +5,7 @@ permissions: Pessoas com acesso de leitura a um repositório podem ver e compara
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md b/translations/pt-BR/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
index fae95022e3..956ff2b6ed 100644
--- a/translations/pt-BR/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
+++ b/translations/pt-BR/content/github/administering-a-repository/configuring-autolinks-to-reference-external-resources.md
@@ -7,9 +7,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Qualquer pessoa com permissões de administrador para um repositório pode configurar referências de link automático para vincular problemas, pull requests{% if currentVersion == "free-pro-team@latest" ou currentVersion ver_gt "enterprise-server@2. 1" %} mensagens de commit e descrições de versão{% else %} e mensagens de commit{% endif %} para serviços externos de terceiros.
+Anyone with admin permissions to a repository can configure autolink references to link issues, pull requests,{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %} commit messages, and release descriptions{% else %} and commit messages{% endif %} to external third-party services.
Se você usa o Zendesk para acompanhar tíquetes relatados pelo usuário, por exemplo, é possível fazer referência a um número de tíquete na pull request que você abre para corrigir o problema.
diff --git a/translations/pt-BR/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md b/translations/pt-BR/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
index 76becc970b..ecd76dfd3a 100644
--- a/translations/pt-BR/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
+++ b/translations/pt-BR/content/github/administering-a-repository/configuring-commit-rebasing-for-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md b/translations/pt-BR/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
index 526eaf8fae..b67854635e 100644
--- a/translations/pt-BR/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
+++ b/translations/pt-BR/content/github/administering-a-repository/configuring-commit-squashing-for-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.configure_pull_request_merges_intro %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/configuring-protected-branches.md b/translations/pt-BR/content/github/administering-a-repository/configuring-protected-branches.md
index 56a84de6dd..50c7959d41 100644
--- a/translations/pt-BR/content/github/administering-a-repository/configuring-protected-branches.md
+++ b/translations/pt-BR/content/github/administering-a-repository/configuring-protected-branches.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/administering-a-repository/configuring-pull-request-merges.md b/translations/pt-BR/content/github/administering-a-repository/configuring-pull-request-merges.md
index 2fce491972..d328708191 100644
--- a/translations/pt-BR/content/github/administering-a-repository/configuring-pull-request-merges.md
+++ b/translations/pt-BR/content/github/administering-a-repository/configuring-pull-request-merges.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md b/translations/pt-BR/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
index 7885852a4e..df07981fa9 100644
--- a/translations/pt-BR/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
+++ b/translations/pt-BR/content/github/administering-a-repository/customizing-how-changed-files-appear-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Use um arquivo *.gitattributes* para marcar arquivos que correspondem a um determinado "padrão" com os atributos especificados. Um arquivo *.gitattributes* usa as mesmas regras para correspondência que os arquivos _.gitignore_. Para obter mais informações, consulte [FORMATO PADRÃO](https://www.git-scm.com/docs/gitignore#_pattern_format) na documentação do Git.
diff --git a/translations/pt-BR/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md b/translations/pt-BR/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
index d81ba96e16..8863ac4426 100644
--- a/translations/pt-BR/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
+++ b/translations/pt-BR/content/github/administering-a-repository/customizing-your-repositorys-social-media-preview.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Até você adicionar uma imagem, os links de repositório se expandem para mostrar informações básicas sobre o repositório e o avatar do proprietário. Adicionar uma imagem ao repositório ajuda a identificar seu projeto em várias plataformas sociais.
diff --git a/translations/pt-BR/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md b/translations/pt-BR/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
index 969288a7da..545a237e01 100644
--- a/translations/pt-BR/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
+++ b/translations/pt-BR/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/administering-a-repository/deleting-a-repository.md b/translations/pt-BR/content/github/administering-a-repository/deleting-a-repository.md
index 3d3185aa1c..468f9f50ee 100644
--- a/translations/pt-BR/content/github/administering-a-repository/deleting-a-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/deleting-a-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os {% data reusables.organizations.owners-and-admins-can %} excluem um repositório da organização. Se a opção **Allow members to delete or transfer repositories for this organization** (Permitir que os integrantes excluam ou transfiram repositórios desta organização) tiver sido desabilitada, somente proprietários da organização poderão excluir repositórios da organização. {% data reusables.organizations.new-repo-permissions-more-info %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md b/translations/pt-BR/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
index 242c01fbb7..cb50bd9d25 100644
--- a/translations/pt-BR/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
+++ b/translations/pt-BR/content/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Excluindo um branch usado para uma pull request
diff --git a/translations/pt-BR/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md b/translations/pt-BR/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
index ee18fd8c4c..4090b545eb 100644
--- a/translations/pt-BR/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository.md
@@ -23,7 +23,7 @@ Como alternativa, você pode habilitar o {% data variables.product.prodname_acti
{% note %}
-**Nota:** Talvez você não seja capaz de gerenciar essas configurações se sua organização tem uma política de substituição ou é gerenciada por uma conta corporativa que tem uma política de substituição. Para obter mais informações, consulte "[Desabilitar ou limitar {% data variables.product.prodname_actions %} para a sua organização](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" ou {% if currentVersion == "free-pro-team@latest" %}"[Aplicar políticas de {% data variables.product.prodname_actions %} na sua conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account). {% else if currentVersion ver_gt "enterprise-server@2.21"%}"[Aplicar políticas de {% data variables.product.prodname_actions %} para a sua empresa](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
+**Nota:** Talvez você não seja capaz de gerenciar essas configurações se sua organização tem uma política de substituição ou é gerenciada por uma conta corporativa que tem uma política de substituição. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)."{% elsif currentVersion ver_gt "enterprise-server@2.21"%}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."{% endif %}
{% endnote %}
@@ -44,7 +44,7 @@ Como alternativa, você pode habilitar o {% data variables.product.prodname_acti
{% note %}
-**Nota:** Talvez você não seja capaz de gerenciar essas configurações se sua organização tem uma política de substituição ou é gerenciada por uma conta corporativa que tem uma política de substituição. Para mais informações, consulte "[Desabilitar ou limitar {% data variables.product.prodname_actions %} para a sua organização](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" ou {% if currentVersion == "free-pro-team@latest" %}"[Aplicar políticas de {% data variables.product.prodname_actions %} na sua conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account). {% else if currentVersion ver_gt "enterprise-server@2.21" %}"[Aplicar políticas de {% data variables.product.prodname_actions %} para a sua empresa](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."
+**Nota:** Talvez você não seja capaz de gerenciar essas configurações se sua organização tem uma política de substituição ou é gerenciada por uma conta corporativa que tem uma política de substituição. For more information, see "[Disabling or limiting {% data variables.product.prodname_actions %} for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization)" or {% if currentVersion == "free-pro-team@latest" %}"[Enforcing {% data variables.product.prodname_actions %} policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account)."{% elsif currentVersion ver_gt "enterprise-server@2.21" %}"[Enforcing {% data variables.product.prodname_actions %} policies for your enterprise](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise)."
{% endif %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md b/translations/pt-BR/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
index 7749d5423d..c306f5a990 100644
--- a/translations/pt-BR/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/enabling-anonymous-git-read-access-for-a-repository.md
@@ -5,11 +5,12 @@ redirect_from:
- /articles/enabling-anonymous-git-read-access-for-a-repository
versions:
enterprise-server: '*'
+ github-ae: '*'
---
Os administradores de repositório poderão alterar a configuração do acesso de leitura anônimo do Git de um repositório específico se:
- Um administrador de site tiver habilitado o modo privado e o acesso de leitura anônimo do Git.
-- O repositório for público na instância e não for uma bifurcação.
+- The repository is public on the enterprise and is not a fork.
- Um administrador de site não tiver desabilitado o acesso de leitura anônimo do Git do repositório.
{% data reusables.enterprise_user_management.exceptions-for-enabling-anonymous-git-read-access %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/enabling-branch-restrictions.md b/translations/pt-BR/content/github/administering-a-repository/enabling-branch-restrictions.md
index 334b3d53e5..1b1588186a 100644
--- a/translations/pt-BR/content/github/administering-a-repository/enabling-branch-restrictions.md
+++ b/translations/pt-BR/content/github/administering-a-repository/enabling-branch-restrictions.md
@@ -1,12 +1,13 @@
---
title: Habilitar restrições de branch
-intro: 'Você pode aplicar restrições de branch para que apenas determinados usuários{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 8" %},{% else %} ou{% endif %} equipes{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 8" %} ou aplicativos{% endif %} possam fazer push em um branch protegido em repositórios pertencentes à sua organização.'
+intro: 'You can enforce branch restrictions so that only certain users, teams, or apps can push to a protected branch in repositories owned by your organization.'
product: '{% data reusables.gated-features.branch-restrictions %}'
redirect_from:
- /articles/enabling-branch-restrictions
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Qualquer pessoa com permissões de administrador em um repositório organization-owned pode habilitar restrições de branch.
diff --git a/translations/pt-BR/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md b/translations/pt-BR/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
index af32cd3067..1b377f9074 100644
--- a/translations/pt-BR/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
+++ b/translations/pt-BR/content/github/administering-a-repository/enabling-deletion-of-a-protected-branch.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Qualquer pessoa com permissões de administrador em um repositório pode habilitar exclusões de branch.
diff --git a/translations/pt-BR/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md b/translations/pt-BR/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
index 73d9b1a99e..efb82441a0 100644
--- a/translations/pt-BR/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
+++ b/translations/pt-BR/content/github/administering-a-repository/enabling-force-pushes-to-a-protected-branch.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Anyone with admin permissions to a repository can enable force pushes.
@@ -15,7 +16,7 @@ By default, force pushes are blocked on all protected branches. When you enable
Enabling force pushes will not override any other branch protection rules. For example, if a branch requires a linear commit history, you cannot force push merge commits to that branch.
-{% if enterpriseServerVersions contains currentVersion %}You cannot enable force pushes for a protected branch if a site administrator has blocked force pushes to all branches in your repository. For more information, see "[Blocking force pushes to repositories owned by a user account or organization](/enterprise/{{ currentVersion }}/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization)."
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}You cannot enable force pushes for a protected branch if a site administrator has blocked force pushes to all branches in your repository. For more information, see "[Blocking force pushes to repositories owned by a user account or organization](/enterprise/{{ currentVersion }}/admin/developer-workflow/blocking-force-pushes-to-repositories-owned-by-a-user-account-or-organization)."
If a site administrator has blocked force pushes to the default branch only, you can still enable force pushes for any other protected branch.{% endif %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/enabling-required-commit-signing.md b/translations/pt-BR/content/github/administering-a-repository/enabling-required-commit-signing.md
index 409e8d2282..c939277813 100644
--- a/translations/pt-BR/content/github/administering-a-repository/enabling-required-commit-signing.md
+++ b/translations/pt-BR/content/github/administering-a-repository/enabling-required-commit-signing.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Antes de habilitar assinatura de commit obrigatória em um branch, é preciso primeiro configurá-lo como um branch protegido. Para obter mais informações, consulte "[Configurar branches protegidos](/github/administering-a-repository/configuring-protected-branches)".
diff --git a/translations/pt-BR/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md b/translations/pt-BR/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
index 186a51a25c..7cb0fd4622 100644
--- a/translations/pt-BR/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
+++ b/translations/pt-BR/content/github/administering-a-repository/enabling-required-reviews-for-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Antes de habilitar revisões obrigatórias em um branch, é preciso primeiro configurá-lo como um branch protegido. Para obter mais informações, consulte "[Configurar branches protegidos](/github/administering-a-repository/configuring-protected-branches)".
diff --git a/translations/pt-BR/content/github/administering-a-repository/enabling-required-status-checks.md b/translations/pt-BR/content/github/administering-a-repository/enabling-required-status-checks.md
index dcac9b5e36..423107cc81 100644
--- a/translations/pt-BR/content/github/administering-a-repository/enabling-required-status-checks.md
+++ b/translations/pt-BR/content/github/administering-a-repository/enabling-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.protected-branches-options %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/index.md b/translations/pt-BR/content/github/administering-a-repository/index.md
index 4981136b75..2c75f5b01e 100644
--- a/translations/pt-BR/content/github/administering-a-repository/index.md
+++ b/translations/pt-BR/content/github/administering-a-repository/index.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/administering-a-repository/linking-to-releases.md b/translations/pt-BR/content/github/administering-a-repository/linking-to-releases.md
index 938ca8f0dc..36ef9963e3 100644
--- a/translations/pt-BR/content/github/administering-a-repository/linking-to-releases.md
+++ b/translations/pt-BR/content/github/administering-a-repository/linking-to-releases.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/managing-branches-in-your-repository.md b/translations/pt-BR/content/github/administering-a-repository/managing-branches-in-your-repository.md
index 96aaa9d547..ba996bb1d4 100644
--- a/translations/pt-BR/content/github/administering-a-repository/managing-branches-in-your-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/managing-branches-in-your-repository.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md b/translations/pt-BR/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
index a20d1f33da..b00d6e5b99 100644
--- a/translations/pt-BR/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository.md
@@ -6,13 +6,17 @@ permissions: 'Pessoas com permissões de administrador para um repositório pode
versions:
free-pro-team: '*'
enterprise-server: '=>2.23'
+ github-ae: '*'
---
### Sobre os objetos {% data variables.large_files.product_name_short %} nos arquivos
O {% data variables.product.product_name %} cria arquivos de código-fonte do seu repositório na forma de arquivos ZIP e tarballs. As pessoas podem baixar esses arquivos na página principal do seu repositório ou como ativos de versão. Por padrão, os objetos {% data variables.large_files.product_name_short %} não estão incluídos nesses arquivos, apenas os arquivos de ponteiro para esses objetos. Para melhorar a usabilidade dos arquivos no seu repositório, você pode optar por incluir os objetos do {% data variables.large_files.product_name_short %}.
-Sevocê optar por incluir os objetos {% data variables.large_files.product_name_short %} nos arquivos de seu repositório, cada download desses arquivos contará para o uso de largura de banda de sua conta. Cada conta recebe {% data variables.large_files.initial_bandwidth_quota %} por mês de largura de banda gratuitamente, e você pode pagar pelo uso adicional. Para obter mais informações, consulte "[Sobre armazenamento e uso de largura de banda](/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)" e "[Gerenciamento de cobrança para {% data variables.large_files.product_name_long %}](/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage)".
+{% if currentVersion != "github-ae@latest" %}
+If you choose to include
+{% data variables.large_files.product_name_short %} objects in archives of your repository, every download of those archives will count towards bandwidth usage for your account. Cada conta recebe {% data variables.large_files.initial_bandwidth_quota %} por mês de largura de banda gratuitamente, e você pode pagar pelo uso adicional. Para obter mais informações, consulte "[Sobre armazenamento e uso de largura de banda](/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions)" e "[Gerenciamento de cobrança para {% data variables.large_files.product_name_long %}](/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage)".
+{% endif %}
### Gerenciando objetos {% data variables.large_files.product_name_short %} nos arquivos
diff --git a/translations/pt-BR/content/github/administering-a-repository/managing-releases-in-a-repository.md b/translations/pt-BR/content/github/administering-a-repository/managing-releases-in-a-repository.md
index 26edf78ce9..46964492ac 100644
--- a/translations/pt-BR/content/github/administering-a-repository/managing-releases-in-a-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/managing-releases-in-a-repository.md
@@ -12,20 +12,21 @@ permissions: 'Colaboradores do repositório e pessoas com acesso de gravação a
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre o gerenciamento da versão
Você também pode publicar uma ação de uma versão específica em {% data variables.product.prodname_marketplace %}. Para obter mais informações, consulte "Publicar uma ação no {% data variables.product.prodname_marketplace %}"
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
Você pode escolher se
{% data variables.large_files.product_name_long %} os objetos de ({% data variables.large_files.product_name_short %}) estão incluídos nos arquivos ZIP e tarballs que {% data variables.product.product_name %} cria para cada versão. Para obter mais informações, consulte "
[Gerenciando {% data variables.large_files.product_name_short %} objetos nos arquivos de seu repositório](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)".
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/managing-repository-settings.md b/translations/pt-BR/content/github/administering-a-repository/managing-repository-settings.md
index 6830473506..912567005e 100644
--- a/translations/pt-BR/content/github/administering-a-repository/managing-repository-settings.md
+++ b/translations/pt-BR/content/github/administering-a-repository/managing-repository-settings.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md b/translations/pt-BR/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
index 36de0a960c..6992cd8e94 100644
--- a/translations/pt-BR/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
+++ b/translations/pt-BR/content/github/administering-a-repository/managing-the-automatic-deletion-of-branches.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Qualquer pessoa com permissões de administrador em um repositório pode habilitar ou desabilitar a exclusão automática de branches.
diff --git a/translations/pt-BR/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md b/translations/pt-BR/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
index 64d67b9a3c..d9e76dbe84 100644
--- a/translations/pt-BR/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/managing-the-forking-policy-for-your-repository.md
@@ -1,6 +1,6 @@
---
title: Gerenciando a política de bifurcação para seu repositório
-intro: 'Você pode permitir ou impedir a bifurcação de um repositório privado{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %} ou interno específicos{% endif %} pertencente a uma organização.'
+intro: 'You can allow or prevent the forking of a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %} repository owned by an organization.'
redirect_from:
- /articles/allowing-people-to-fork-a-private-repository-owned-by-your-organization
- /github/administering-a-repository/allowing-people-to-fork-a-private-repository-owned-by-your-organization
@@ -8,9 +8,10 @@ permissions: Pessoas com permissões de administrador em um repositório podem g
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Um proprietário da organização deve permitir bifurcações dos repositórios privados{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %} e ou internos{% endif %} no nível da organização antes de permitir ou não permitir bifurcações em um repositório específico. Para obter mais informações, consulte "[Gerenciando a política de bifurcação para sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)".
+An organization owner must allow forks of private{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and internal{% endif %} repositories on the organization level before you can allow or disallow forks for a specific repository. Para obter mais informações, consulte "[Gerenciando a política de bifurcação para sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization)".
{% data reusables.organizations.internal-repos-enterprise %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/releasing-projects-on-github.md b/translations/pt-BR/content/github/administering-a-repository/releasing-projects-on-github.md
index bffae42428..b601495006 100644
--- a/translations/pt-BR/content/github/administering-a-repository/releasing-projects-on-github.md
+++ b/translations/pt-BR/content/github/administering-a-repository/releasing-projects-on-github.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/administering-a-repository/renaming-a-repository.md b/translations/pt-BR/content/github/administering-a-repository/renaming-a-repository.md
index 7200d980a7..71a4207865 100644
--- a/translations/pt-BR/content/github/administering-a-repository/renaming-a-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/renaming-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você renomear um repositório, todas as informações existentes, com exceção das URLs do site do projeto, serão automaticamente redirecionadas para o novo nome, incluindo:
diff --git a/translations/pt-BR/content/github/administering-a-repository/requiring-a-linear-commit-history.md b/translations/pt-BR/content/github/administering-a-repository/requiring-a-linear-commit-history.md
index 797ba057a4..3de8cfbe53 100644
--- a/translations/pt-BR/content/github/administering-a-repository/requiring-a-linear-commit-history.md
+++ b/translations/pt-BR/content/github/administering-a-repository/requiring-a-linear-commit-history.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.protected-branches %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Qualquer pessoa com permissões de administrador pode exigir um histórico de commit linear.
diff --git a/translations/pt-BR/content/github/administering-a-repository/setting-repository-visibility.md b/translations/pt-BR/content/github/administering-a-repository/setting-repository-visibility.md
index 8406bead5b..4308f33ded 100644
--- a/translations/pt-BR/content/github/administering-a-repository/setting-repository-visibility.md
+++ b/translations/pt-BR/content/github/administering-a-repository/setting-repository-visibility.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre alterações de visibilidade do repositório
@@ -19,18 +20,18 @@ Recomendamos revisar as seguintes advertências antes de alterar a visibilidade
#### Tornar um repositório privado
- * O {% data variables.product.prodname_dotcom %} destacará bifurcações públicas do repositório público e as colocará em uma nova rede. As bifurcações públicas não se tornam privadas. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %}Se você alterar a visibilidade de um repositório interno para privado, {% data variables.product.prodname_dotcom %} removerá as bifurcações que pertencem a qualquer usuário sem acesso ao repositório privado recente.{% endif %} Para obter mais informações, consulte "[O que acontece com as bifurcações quando um repositório é excluído ou altera a visibilidade?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository)"
+ * O {% data variables.product.prodname_dotcom %} destacará bifurcações públicas do repositório público e as colocará em uma nova rede. As bifurcações públicas não se tornam privadas. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you change a repository's visibility from internal to private, {% data variables.product.prodname_dotcom %} will remove forks that belong to any user without access to the newly private repository.{% endif %} For more information, see "[What happens to forks when a repository is deleted or changes visibility?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-public-repository-to-a-private-repository)"
{% if currentVersion == "free-pro-team@latest" %}* Se você estiver usando {% data variables.product.prodname_free_user %} para contas de usuários ou organizações, alguns recursos não estarão disponíveis no repositório depois que você alterar a visibilidade para privada. {% data reusables.gated-features.more-info %}
* Qualquer site publicado do {% data variables.product.prodname_pages %} terá sua publicação cancelada automaticamente. Se você adicionou um domínio personalizado ao site do {% data variables.product.prodname_pages %}, deverá remover ou atualizar os registros de DNS antes de tornar o repositório privado para evitar o risco de uma aquisição de domínio. Para obter mais informações, consulte "[Gerenciar um domínio personalizado para seu site do {% data variables.product.prodname_pages %}](/articles/managing-a-custom-domain-for-your-github-pages-site)".
* O {% data variables.product.prodname_dotcom %} não incluirá mais o repositório no {% data variables.product.prodname_archive %}. Para obter mais informações, consulte "[Sobre como arquivar conteúdo e dados no {% data variables.product.prodname_dotcom %}](/github/creating-cloning-and-archiving-repositories/about-archiving-content-and-data-on-github#about-the-github-archive-program)".{% endif %}
- {% if enterpriseServerVersions contains currentVersion %}* Acesso de leitura anônimo do Git não está mais disponível. Para obter mais informações, consulte "[Habilitar acesso de leitura anônimo do Git para um repositório](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)".{% endif %}
+ {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}* Anonymous Git read access is no longer available. Para obter mais informações, consulte "[Habilitar acesso de leitura anônimo do Git para um repositório](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)".{% endif %}
#### Tornar um repositório público
* O {% data variables.product.prodname_dotcom %} irá destacar bifurcações privadas e transformá-las em um repositório privado independente. Para obter mais informações, consulte "[O que acontece com as bifurcações quando um repositório é excluído ou muda de visibilidade?](/articles/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility#changing-a-private-repository-to-a-public-repository)"
* Se você estiver convertendo seu repositório privado em um repositório público, como parte de um movimento para a criação de um projeto de código aberto, consulte os [Guias de Código Aberto](http://opensource.guide) para obter dicas e diretrizes úteis.{% if currentVersion == "free-pro-team@latest" %} Você também pode fazer um curso grátis sobre como gerenciar um projeto de código aberto com [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %}). Quando seu repositório é público, você também pode visualizar o perfil da comunidade do repositório para ver se os projetos atendem às práticas recomendadas de suporte aos contribuidores. Para obter mais informações, consulte "[Exibir o perfil da comunidade](/articles/viewing-your-community-profile)."{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
### Alterar a visibilidade de um repositório
diff --git a/translations/pt-BR/content/github/administering-a-repository/transferring-a-repository.md b/translations/pt-BR/content/github/administering-a-repository/transferring-a-repository.md
index d2982a3eca..8b0eaaa613 100644
--- a/translations/pt-BR/content/github/administering-a-repository/transferring-a-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/transferring-a-repository.md
@@ -15,6 +15,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre transferências de repositório
diff --git a/translations/pt-BR/content/github/administering-a-repository/types-of-required-status-checks.md b/translations/pt-BR/content/github/administering-a-repository/types-of-required-status-checks.md
index 2149d0c99d..09f9d3b0df 100644
--- a/translations/pt-BR/content/github/administering-a-repository/types-of-required-status-checks.md
+++ b/translations/pt-BR/content/github/administering-a-repository/types-of-required-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
| Tipo de verificação de status obrigatória | Configuração | Requisitos de merge | Considerações |
diff --git a/translations/pt-BR/content/github/administering-a-repository/viewing-branches-in-your-repository.md b/translations/pt-BR/content/github/administering-a-repository/viewing-branches-in-your-repository.md
index b1624f3b9d..ab2d316ef0 100644
--- a/translations/pt-BR/content/github/administering-a-repository/viewing-branches-in-your-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/viewing-branches-in-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md b/translations/pt-BR/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
index 1f5fa98315..65bb146734 100644
--- a/translations/pt-BR/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
+++ b/translations/pt-BR/content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md b/translations/pt-BR/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
index 7d00a6f4cc..f26c6d2686 100644
--- a/translations/pt-BR/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
+++ b/translations/pt-BR/content/github/administering-a-repository/viewing-your-repositorys-releases-and-tags.md
@@ -8,9 +8,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Dica**: Você também pode ver uma versão usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`vista da versão `](https://cli.github.com/manual/gh_release_view)" na documentação do {% data variables.product.prodname_cli %}.
diff --git a/translations/pt-BR/content/github/authenticating-to-github/about-authentication-to-github.md b/translations/pt-BR/content/github/authenticating-to-github/about-authentication-to-github.md
index d24dd35913..822fa6965c 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/about-authentication-to-github.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/about-authentication-to-github.md
@@ -4,27 +4,29 @@ intro: 'Você pode acessar com segurança os recursos da sua conta efetuando a a
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre autenticação no {% data variables.product.prodname_dotcom %}
-Para manter sua conta segura, você deve efetuar a autenticação antes de acessar certos recursos no {% data variables.product.product_name %}. Ao efetuar a autenticação em {% data variables.product.product_name %}, você fornece ou confirma credenciais que são exclusivas que provam quem você declara ser.
+To keep your account secure, you must authenticate before you can access{% if currentVersion != "github-ae@latest" %} certain{% endif %} resources on {% data variables.product.product_name %}. Ao efetuar a autenticação em {% data variables.product.product_name %}, você fornece ou confirma credenciais que são exclusivas que provam quem você declara ser.
Você pode acessar seus recursos em {% data variables.product.product_name %} de várias formas: no navegador, por meio do {% data variables.product.prodname_desktop %} ou outro aplicativo da área de trabalho, com a API ou por meio da linha de comando. Cada forma de acessar o {% data variables.product.product_name %} é compatível com diferentes modos de autenticação.
-- O nome de usuário e a senha com autenticação de dois fatores
+- {% if currentVersion == "github-ae@latest" %}Your identity provider (IdP){% else %}Username and password with two-factor authentication{% endif %}
- Token de acesso de pessoal
- Chave SSH
### Efetuar a autenticação no seu navegador
-Você pode efetuar a autenticação no {% data variables.product.product_name %} no seu navegador de diferentes formas.
+You can authenticate to {% data variables.product.product_name %} in your browser {% if currentVersion == "github-ae@latest" %}using your IdP. For more information, see "[About authentication with SAML single sign-on](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)."{% else %}in different ways.
- **Apenas nome de usuário e senha**
- Você criará uma senha ao criar sua conta de usuário em {% data variables.product.product_name %}. Recomendamos que você use um gerenciador de senhas para gerar uma senha aleatória e única. Para obter mais informações, consulte "[Criar uma senha forte](/github/authenticating-to-github/creating-a-strong-password)".
- **Autenticação de dois fatores (2FA)** (recomendado)
- Se você habilitar a 2FA, também iremos solicitar que você forneça um código gerado por um aplicativo no seu dispositivo móvel ou enviado como uma mensagem de texto (SMS) depois que você digitar seu nome de usuário e senha com sucesso. Para obter mais informações, consulte "[Acessar o {% data variables.product.prodname_dotcom %} usando a autenticação de dois fatores](/github/authenticating-to-github/accessing-github-using-two-factor-authentication#providing-a-2fa-code-when-signing-in-to-the-website)".
- Além de autenticação com um aplicativo para celular ou uma mensagem de texto. você pode, opcionalmente, adicionar um método secundário de autenticação com uma chave de segurança usando o WebAuthn. Para obter mais informações, consulte "[Configurar a autenticação de dois fatores usando uma chave de segurança](/github/authenticating-to-github/configuring-two-factor-authentication#configuring-two-factor-authentication-using-a-security-key)".
+{% endif %}
### Efetuar a autenticação com {% data variables.product.prodname_desktop %}
@@ -36,7 +38,7 @@ Autenticar-se no {% data variables.product.prodname_dotcom %}."
### Efetuar a autenticação com a API
-Você pode efetuar a autenticação com a API do {% data variables.product.product_name %} de formas diferentes.
+You can authenticate with the API in different ways.
- **Tokens de acesso pessoal**
- Em algumas situações, como, por exemplo, testes, você pode usar um token de acesso pessoal para acessar a API. Usar um token de acesso pessoal permite que você revogue o acesso a qualquer momento. Para mais informação, consulte "[Criando um token de acesso pessoal](/github/authenticating-to-github/creating-a-personal-access-token)."
diff --git a/translations/pt-BR/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md b/translations/pt-BR/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
index 404777d983..50648ad2c8 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/about-authentication-with-saml-single-sign-on.md
@@ -1,13 +1,26 @@
---
title: Sobre a autenticação com SAML SSO
-intro: 'Você pode acessar uma organização que usa SAML SSO fazendo a autenticação por meio de um provedor de identidade (IdP, Identity Provider). Para efetuar a autenticação com a API ou Git na linha de comando quando uma organização impuser o SAML SSO, você deverá autorizar seu token de acesso pessoal ou chave SSH.'
+intro: 'You can access {% if currentVersion == "github-ae@latest" %}{% data variables.product.product_location %}{% elsif currentVersion == "free-pro-team@latest" %}an organization that uses SAML single sign-on (SSO){% endif %} by authenticating {% if currentVersion == "github-ae@latest" %}with SAML single sign-on (SSO) {% endif %}through an identity provider (IdP).{% if currentVersion == "free-pro-team@latest" %}To authenticate with the API or Git on the command line when an organization enforces SAML SSO, you must authorize your personal access token or SSH key.{% endif %}'
product: '{% data reusables.gated-features.saml-sso %}'
redirect_from:
- /articles/about-authentication-with-saml-single-sign-on
versions:
free-pro-team: '*'
+ github-ae: '*'
---
+{% if currentVersion == "github-ae@latest" %}
+
+SAML SSO allows an enterprise owner to centrally control and secure access to {% data variables.product.product_name %} from a SAML IdP. When you visit {% data variables.product.product_location %} in a browser, {% data variables.product.product_name %} will redirect you to your IdP to authenticate. After you successfully authenticate with an account on the IdP, the IdP redirects you back to {% data variables.product.product_location %}. {% data variables.product.product_name %} validates the response from your IdP, then grants access.
+
+{% data reusables.saml.you-must-periodically-authenticate %}
+
+If you can't access {% data variables.product.product_name %}, contact your local enterprise owner or administrator for {% data variables.product.product_name %}. You may be able to locate contact information for your enterprise by clicking **Support** at the bottom of any page on {% data variables.product.product_name %}. {% data variables.product.company_short %} and {% data variables.contact.github_support %} do not have access to your IdP, and cannot troubleshoot authentication problems.
+
+{% endif %}
+
+{% if currentVersion == "free-pro-team@latest" %}
+
{% data reusables.saml.dotcom-saml-explanation %} Os proprietários da organização podem convidar sua conta de usuário em {% data variables.product.prodname_dotcom %} para participar da organização que usa o SSO SAML, o que permite que você contribua com a organização e mantenha sua identidade e contribuições existentes em {% data variables.product.prodname_dotcom %}.
Ao acessar os recursos dentro de uma organização que usa o SSO SAML, o {% data variables.product.prodname_dotcom %} irá redirecionar você para o SAML IdP da organização para que você efetue a autenticação. Depois de efetuar a autenticação com sucesso com sua conta no IdP, este irá redirecionar você de volta para {% data variables.product.prodname_dotcom %}, onde você poderá acessar os recursos da organização.
@@ -16,7 +29,7 @@ Ao acessar os recursos dentro de uma organização que usa o SSO SAML, o {% data
Se você efetuou a autenticação recentemente com o IdP SAML da sua organização no navegador, você estará automaticamente autorizado ao acessar uma organização do {% data variables.product.prodname_dotcom %} que usa SAML SSO. Se não tiver efetuado a autenticação recentemente com o IdP SAML da sua organização no navegador, você deverá efetuar a autenticação no SAML IdP antes de acessar a organização.
-Você deve efetuar a autenticação periodicamente com seu SAML IdP para efetuar a autenticação e obter acesso aos recursos da organização no {% data variables.product.prodname_dotcom %}. A duração desse período de login é especificado pelo seu IdP e geralmente é de 24 horas. Esse requisito de login periódico limita a duração do acesso e exige que você identifique-se novamente para continuar. É possível exibir e gerenciar as sessões de SAML ativas nas configurações de segurança. Para obter mais informações, consulte "[Exibir e gerenciar sessões de SAML ativas](/articles/viewing-and-managing-your-active-saml-sessions)".
+{% data reusables.saml.you-must-periodically-authenticate %}
Para usar a API ou o Git na linha de comando de modo a acessar conteúdo protegido em uma organização que usa SAML SSO, você precisará usar um token de acesso pessoal autorizado por HTTPS ou uma chave SSH autorizada. Os tokens de acesso do {% data variables.product.prodname_oauth_app %} são autorizados por padrão.
@@ -26,6 +39,9 @@ Para usar uma chave SSH ou um token de acesso pessoal existente ou novo com uma
Você deve ter uma sessão de SAML ativa toda vez que autorizar um {% data variables.product.prodname_oauth_app %}.
+{% endif %}
+
### Leia mais
-- "[Sobre gerenciamento de identidade e acesso com o SAML de logon único](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)"
+{% if currentVersion == "free-pro-team@latest" %}- "[About identity and access management with SAML single sign-on](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)"{% endif %}
+{% if currentVersion == "github-ae@latest" %}- "[About identity and access management for your enterprise](/admin/authentication/about-identity-and-access-management-for-your-enterprise)"{% endif %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/about-commit-signature-verification.md b/translations/pt-BR/content/github/authenticating-to-github/about-commit-signature-verification.md
index 7ab9b55d75..833904e667 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/about-commit-signature-verification.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/about-commit-signature-verification.md
@@ -1,6 +1,6 @@
---
title: Sobre a verificação de assinatura de commit
-intro: 'Usar o GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} ou S/MIME{% endif %}, você pode assinar tags e commits localmente. Esses commits ou tags são marcados como verificados no {% data variables.product.product_name %} para que outras pessoas tenham a segurança de que as alterações vêm de uma fonte confiável.'
+intro: 'Using GPG or S/MIME, you can sign tags and commits locally. Esses commits ou tags são marcados como verificados no {% data variables.product.product_name %} para que outras pessoas tenham a segurança de que as alterações vêm de uma fonte confiável.'
redirect_from:
- /articles/about-gpg-commit-and-tag-signatures/
- /articles/about-gpg/
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre a verificação de assinatura de commit
diff --git a/translations/pt-BR/content/github/authenticating-to-github/about-ssh.md b/translations/pt-BR/content/github/authenticating-to-github/about-ssh.md
index 7a8eaa9faa..76ba848f35 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/about-ssh.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/about-ssh.md
@@ -1,11 +1,12 @@
---
title: Sobre o SSH
-intro: 'Usando o protocolo SSH, você pode se conectar a servidores e serviços remotos e se autenticar neles. Com chaves SSH, é possível se conectar ao {% data variables.product.product_name %} sem fornecer nome de usuário ou senha a cada visita.'
+intro: 'Usando o protocolo SSH, você pode se conectar a servidores e serviços remotos e se autenticar neles. With SSH keys, you can connect to {% data variables.product.product_name %} without supplying your username and personal access token at each visit.'
redirect_from:
- /articles/about-ssh
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao configurar o SSH, você vai [gerar uma chave SSH e adicioná-la ao ssh-agent](/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) e, em seguida, [adicionar a chave à sua conta do {% data variables.product.product_name %}](/articles/adding-a-new-ssh-key-to-your-github-account). Adicionar a chave SSH ao ssh-agent garante que sua chave SSH tenha uma camada extra de segurança por meio do uso de uma frase secreta. Para obter mais informações, consulte "[Trabalhar com frases secretas da chave SSH](/articles/working-with-ssh-key-passphrases)".
diff --git a/translations/pt-BR/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md b/translations/pt-BR/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
index f2042ccb86..7d47b04087 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/adding-a-new-gpg-key-to-your-github-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Antes de adicionar uma nova chave GPG à suas conta do {% data variables.product.product_name %}, você deve ter:
diff --git a/translations/pt-BR/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md b/translations/pt-BR/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
index 75dc669262..cd55d7943f 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Antes de adicionar uma nova chave SSH à suas conta do {% data variables.product.product_name %}, você deve ter:
diff --git a/translations/pt-BR/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md b/translations/pt-BR/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
index 5539900063..c8cb73b3f6 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/associating-an-email-with-your-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md b/translations/pt-BR/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
index 936ab47f35..802cd946f4 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md
@@ -1,11 +1,13 @@
---
title: Sobre a autenticação com logon único SAML
-intro: 'Você pode se autenticar em uma organização do {% data variables.product.product_name %} com logon único SAML (SSO) e exibir suas sessões ativas.'
+intro: 'You can authenticate to {% if currentVersion == "free-pro-team@latest" %}a {% data variables.product.product_name %} organization {% elsif currentVersion == "github-ae@latest" %}{% data variables.product.product_location %} {% endif %}with SAML single sign-on (SSO){% if currentVersion == "free-pro-team@latest" %} and view your active sessions{% endif %}.'
mapTopic: true
+product: '{% data reusables.gated-features.saml-sso %}'
redirect_from:
- /articles/authenticating-to-a-github-organization-with-saml-single-sign-on/
- /articles/authenticating-with-saml-single-sign-on
versions:
free-pro-team: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/authenticating-to-github/authorizing-oauth-apps.md b/translations/pt-BR/content/github/authenticating-to-github/authorizing-oauth-apps.md
index 23b0563962..5bc590f1db 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/authorizing-oauth-apps.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/authorizing-oauth-apps.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando um {% data variables.product.prodname_oauth_app %} quiser identificar você pela sua conta do {% data variables.product.product_name %}, será exibida uma página com as informações de contato do desenvolvedor do aplicativo e uma lista dos dados específicos que estão sendo solicitados.
diff --git a/translations/pt-BR/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md b/translations/pt-BR/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
index f4a4bc8837..6c2437f7d4 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/checking-for-existing-gpg-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.supported-gpg-key-algorithms %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md b/translations/pt-BR/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
index c892f772fd..3123d46892 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/checking-for-existing-ssh-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.ssh.dsa-support %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md b/translations/pt-BR/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
index 279fe69eed..56e7ad8842 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/checking-your-commit-and-tag-signature-verification-status.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Confirmar o status de verificação da assinatura do commit
diff --git a/translations/pt-BR/content/github/authenticating-to-github/connecting-to-github-with-ssh.md b/translations/pt-BR/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
index 84c85c75c2..ca66e40722 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/connecting-to-github-with-ssh.md
@@ -14,5 +14,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/authenticating-to-github/connecting-with-third-party-applications.md b/translations/pt-BR/content/github/authenticating-to-github/connecting-with-third-party-applications.md
index 76700ed5fe..8b891a2125 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/connecting-with-third-party-applications.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/connecting-with-third-party-applications.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando um aplicativo de terceiro quiser identificar você pelo seu login do {% data variables.product.product_name %}, será exibida uma página com as informações de contato do desenvolvedor e uma lista dos dados específicos que estão sendo solicitados.
diff --git a/translations/pt-BR/content/github/authenticating-to-github/creating-a-personal-access-token.md b/translations/pt-BR/content/github/authenticating-to-github/creating-a-personal-access-token.md
index ba766cb2fd..ed678f4bf3 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/creating-a-personal-access-token.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/creating-a-personal-access-token.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os tokens de acesso pessoal (PATs) são uma alternativa para o uso de senhas para autenticação no {% data variables.product.product_name %} ao usar a [API do GitHub](/v3/auth/#via-oauth-and-personal-access-tokens) ou a [linha de comando](#using-a-token-on-the-command-line).
diff --git a/translations/pt-BR/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md b/translations/pt-BR/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
index f62fe8153f..35ba489f18 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/error-agent-admitted-failure-to-sign.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao tentar se conectar via SSH ao {% data variables.product.product_location %} em um computador Linux, você poderá receber a seguinte mensagem:
diff --git a/translations/pt-BR/content/github/authenticating-to-github/error-bad-file-number.md b/translations/pt-BR/content/github/authenticating-to-github/error-bad-file-number.md
index a5648d9c3d..51ff7359cb 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/error-bad-file-number.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/error-bad-file-number.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao executar SSH ou comandos do Git remotos, o tempo limite da conexão pode expirar:
diff --git a/translations/pt-BR/content/github/authenticating-to-github/error-key-already-in-use.md b/translations/pt-BR/content/github/authenticating-to-github/error-key-already-in-use.md
index 2cdc95c274..dceadb5e0a 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/error-key-already-in-use.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/error-key-already-in-use.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Descobrir onde a chave foi usada
diff --git a/translations/pt-BR/content/github/authenticating-to-github/error-permission-denied-publickey.md b/translations/pt-BR/content/github/authenticating-to-github/error-permission-denied-publickey.md
index 75af14ce41..6057153d6b 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/error-permission-denied-publickey.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/error-permission-denied-publickey.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Should the `sudo` command be used with Git?
@@ -51,7 +52,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
{% mac %}
{% data reusables.command_line.open_the_multi_os_terminal %}
-2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
# start the ssh-agent in the background
$ eval "$(ssh-agent -s)"
@@ -86,7 +87,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
1. {% data reusables.desktop.windows_git_bash_turn_on_ssh_agent %}
{% data reusables.desktop.windows_git_for_windows_turn_on_ssh_agent %}
-2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/you/.ssh/id_rsa (RSA)
@@ -108,7 +109,7 @@ $ ssh -T git@{% data variables.command_line.codeblock %}
{% linux %}
{% data reusables.command_line.open_the_multi_os_terminal %}
-2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+2. Verify that you have a private key generated and loaded into SSH. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
# start the ssh-agent in the background
$ eval "$(ssh-agent -s)"
@@ -186,7 +187,7 @@ You must provide your public key to {% data variables.product.product_name %} to
$ eval "$(ssh-agent -s)"
> Agent pid 59566
```
-3. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+3. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -218,7 +219,7 @@ You must provide your public key to {% data variables.product.product_name %} to
$ ssh-agent -s
> Agent pid 59566
```
-3. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+3. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
diff --git a/translations/pt-BR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md b/translations/pt-BR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
index 242433755e..f7c28e11a4 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-other-user.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para corrigir isso, o proprietário do repositório (`user`) deve incluir a conta (`other-user`) como um colaborador do repositório ou associá-la a uma equipe com acesso de gravação ao repositório.
diff --git a/translations/pt-BR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md b/translations/pt-BR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
index da113710b0..b51b40fbf5 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/error-permission-to-userrepo-denied-to-userother-repo.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para corrigir, remova a chave de implantação do repositório e [adicione a chave à sua conta de usuário](/articles/adding-a-new-ssh-key-to-your-github-account).
diff --git a/translations/pt-BR/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md b/translations/pt-BR/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
index 310c3fb88d..a6de27f731 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/error-ssh-add-illegal-option----k.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A opção `-K` está presente na versão padrão da Apple do `ssh-add` e armazena a frase secreta no keychain quando você adiciona uma chave SSH ao ssh-agent. Caso você tenha instalado uma versão diferente do `ssh-add`, pode não ter suporte para `-K`.
diff --git a/translations/pt-BR/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md b/translations/pt-BR/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
index e561069b1e..964636524d 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/error-were-doing-an-ssh-key-audit.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao usar uma chave não verificada para operações no Git, será solicitada uma auditoria de suas chaves SSH.
diff --git a/translations/pt-BR/content/github/authenticating-to-github/generating-a-new-gpg-key.md b/translations/pt-BR/content/github/authenticating-to-github/generating-a-new-gpg-key.md
index 9c13eddbdc..41f27991b1 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/generating-a-new-gpg-key.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/generating-a-new-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.supported-gpg-key-algorithms %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md b/translations/pt-BR/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
index 260ee76161..a7be6ef0ab 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você ainda não tem uma chave SSH, você deve [gerar uma nova chave SSH](#generating-a-new-ssh-key). Caso não tenha certeza de que já tem uma chave SSH, procure por [chaves existentes](/articles/checking-for-existing-ssh-keys).
diff --git a/translations/pt-BR/content/github/authenticating-to-github/index.md b/translations/pt-BR/content/github/authenticating-to-github/index.md
index 5fee61a37e..58ae2c0692 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/index.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/index.md
@@ -1,7 +1,7 @@
---
title: Autenticar com o GitHub
shortTitle: Autenticação
-intro: 'Mantenha sua conta e dados seguros com recursos, como autenticação de dois fatores, SSH e verificação de assinatura de commit.'
+intro: 'Keep your account and data secure with features like {% if currentVersion != "github-ae@latest" %}two-factor authentication, {% endif %}SSH{% if currentVersion != "github-ae@latest" %},{% endif %} and commit signature verification.'
redirect_from:
- /categories/56/articles/
- /categories/ssh/
@@ -16,6 +16,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md b/translations/pt-BR/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
index 03ac1c6e97..4970bdd54d 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/authenticating-to-github/managing-commit-signature-verification.md b/translations/pt-BR/content/github/authenticating-to-github/managing-commit-signature-verification.md
index 207cb99590..326ea4c476 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/managing-commit-signature-verification.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/managing-commit-signature-verification.md
@@ -1,6 +1,6 @@
---
title: Gerenciar a verificação de assinatura de commit
-intro: 'Você pode assinar o seu trabalho localmente usando o GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} ou S/MIME{% endif %}. {% data variables.product.product_name %} irá verificar essas assinaturas para que outras pessoas saibam que seus commits vêm de uma fonte de confiança. {% if currentVersion == "free-pro-team@latest" %} {% data variables.product.product_name %} irá assinar automaticamente os commits que você fizer usando a interface da web.{% data variables.product.product_name %}{% endif %}'
+intro: 'You can sign your work locally using GPG or S/MIME. {% data variables.product.product_name %} irá verificar essas assinaturas para que outras pessoas saibam que seus commits vêm de uma fonte de confiança. {% if currentVersion == "free-pro-team@latest" %} {% data variables.product.product_name %} irá assinar automaticamente os commits que você fizer usando a interface da web.{% data variables.product.product_name %}{% endif %}'
redirect_from:
- /articles/generating-a-gpg-key/
- /articles/signing-commits-with-gpg/
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md b/translations/pt-BR/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
index c72fdc188a..6fa7a2fe1c 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/recovering-your-ssh-key-passphrase.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md b/translations/pt-BR/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
index 7926476337..9872e4d6cc 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/removing-sensitive-data-from-a-repository.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O comando `git filter-branch` e o BFG Repo-Cleaner regravam o histórico do repositório, o que altera os SHAs dos commits existentes que você altera e quaisquer commits dependentes. Os SHAs do commit alterados podem afetar as pull requests abertas no repositório. Recomendamos que você faça merge ou feche todas todas as pull requests abertas antes de remover os arquivos do repositório.
diff --git a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
index 17f9a583ad..1797f895ee 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-authorized-applications-oauth.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
index aaa9bd7543..f2c1cef8bb 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-authorized-integrations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Revisar os {% data variables.product.prodname_oauth_app %} autorizados
diff --git a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-deploy-keys.md b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
index 2c415171be..09d93cca3b 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-deploy-keys.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-security-log.md b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-security-log.md
index 976a5ad542..264a3a22b0 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-security-log.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-security-log.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Accessing your security log
@@ -13,7 +14,7 @@ versions:
The security log lists all actions performed within the last 90 days{% if currentVersion ver_lt "enterprise-server@2.20" %}, up to 50{% endif %}.
{% data reusables.user_settings.access_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
2. In the user settings sidebar, click **Security log**.

{% else %}
@@ -24,7 +25,7 @@ The security log lists all actions performed within the last 90 days{% if curren

{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Searching your security log
{% data reusables.audit_log.audit-log-search %}
@@ -48,9 +49,9 @@ Actions listed in your security log are grouped within the following categories:
| `project` | Contains all activities related to project boards.
| `public_key` | Contains all activities related to [your public SSH keys](/articles/adding-a-new-ssh-key-to-your-github-account).
| `repo` | Contains all activities related to the repositories you own.{% if currentVersion == "free-pro-team@latest" %}
-| `sponsors` | Contains all events related to {% data variables.product.prodname_sponsors %} and sponsor buttons (see "[About {% data variables.product.prodname_sponsors %}](/articles/about-github-sponsors)" and "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion %}
-| `team` | Contains all activities related to teams you are a part of.{% endif %}
-| `two_factor_authentication` | Contains all activities related to [two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa).
+| `sponsors` | Contains all events related to {% data variables.product.prodname_sponsors %} and sponsor buttons (see "[About {% data variables.product.prodname_sponsors %}](/articles/about-github-sponsors)" and "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+| `team` | Contains all activities related to teams you are a part of.{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `two_factor_authentication` | Contains all activities related to [two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa).{% endif %}
| `user` | Contains all activities related to your account.
A description of the events within these categories is listed below.
@@ -142,7 +143,7 @@ A description of the events within these categories is listed below.
| access | Triggered when you a repository you own is [switched from "private" to "public"](/articles/making-a-private-repository-public) (or vice versa).
| add_member | Triggered when a {% data variables.product.product_name %} user is {% if currentVersion == "free-pro-team@latest" %}[invited to have collaboration access](/articles/inviting-collaborators-to-a-personal-repository){% else %}[given collaboration access](/articles/inviting-collaborators-to-a-personal-repository){% endif %} to a repository.
| add_topic | Triggered when a repository owner [adds a topic](/articles/classifying-your-repository-with-topics) to a repository.
-| archived | Triggered when a repository owner [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion %}
+| archived | Triggered when a repository owner [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| config.disable_anonymous_git_access | Triggered when [anonymous Git read access is disabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository.
| config.enable_anonymous_git_access | Triggered when [anonymous Git read access is enabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository.
| config.lock_anonymous_git_access | Triggered when a repository's [anonymous Git read access setting is locked](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access).
@@ -191,7 +192,7 @@ A description of the events within these categories is listed below.
| revoke | Triggered when you revoke a succession invitation (see "[Maintaining ownership continuity of your user account's repositories](/github/setting-up-and-managing-your-github-user-account/maintaining-ownership-continuity-of-your-user-accounts-repositories)")
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
#### The `team` category
@@ -206,26 +207,28 @@ A description of the events within these categories is listed below.
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
#### The `two_factor_authentication` category
| Action | Description
|------------------|-------------------
| enabled | Triggered when [two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) is enabled.
| disabled | Triggered when two-factor authentication is disabled.
+{% endif %}
#### The `user` category
| Action | Description
|--------------------|---------------------
-| add_email | Triggered when you [add a new email address](/articles/changing-your-primary-email-address).
+| add_email | Triggered when you {% if currentVersion != "github-ae@latest" %}[add a new email address](/articles/changing-your-primary-email-address){% else %}add a new email address{% endif %}.
| create | Triggered when you create a new user account.
| remove_email | Triggered when you remove an email address.
-| rename | Triggered when you rename your account.
+| rename | Triggered when you rename your account.{% if currentVersion != "github-ae@latest" %}
| change_password | Triggered when you change your password.
-| forgot_password | Triggered when you ask for [a password reset](/articles/how-can-i-reset-my-password).
+| forgot_password | Triggered when you ask for [a password reset](/articles/how-can-i-reset-my-password).{% endif %}
| login | Triggered when you log in to {% data variables.product.product_location %}.
-| failed_login | Triggered when you failed to log in successfully.
-| two_factor_requested | Triggered when {% data variables.product.product_name %} asks you for [your two-factor authentication code](/articles/accessing-github-using-two-factor-authentication).
+| failed_login | Triggered when you failed to log in successfully.{% if currentVersion != "github-ae@latest" %}
+| two_factor_requested | Triggered when {% data variables.product.product_name %} asks you for [your two-factor authentication code](/articles/accessing-github-using-two-factor-authentication).{% endif %}
| show_private_contributions_count | Triggered when you [publicize private contributions on your profile](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile).
| hide_private_contributions_count | Triggered when you [hide private contributions on your profile](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile).{% if currentVersion == "free-pro-team@latest" %}
| report_content | Triggered when you [report an issue or pull request, or a comment on an issue, pull request, or commit](/articles/reporting-abuse-or-spam).{% endif %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-ssh-keys.md b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
index 71ea5e3d05..ba3e70593d 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/reviewing-your-ssh-keys.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can delete unauthorized (or possibly compromised) SSH keys to ensure that an attacker no longer has access to your repositories. You can also approve existing SSH keys that are valid.
@@ -29,7 +30,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
5. {% data reusables.command_line.start_ssh_agent %}
-6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -69,7 +70,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
{% data reusables.desktop.windows_git_for_windows_turn_on_ssh_agent %}
-6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
@@ -107,7 +108,7 @@ You can delete unauthorized (or possibly compromised) SSH keys to ensure that an
5. {% data reusables.command_line.start_ssh_agent %}
-6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@2.23" %}If you're using OpenSSH 6.7 or older:
+6. Find and take a note of your public key fingerprint. {% if currentVersion ver_lt "enterprise-server@3.0" %}If you're using OpenSSH 6.7 or older:
```shell
$ ssh-add -l
> 2048 a0:dd:42:3c:5a:9d:e4:2a:21:52:4e:78:07:6e:c8:4d /Users/USERNAME/.ssh/id_rsa (RSA)
diff --git a/translations/pt-BR/content/github/authenticating-to-github/signing-commits.md b/translations/pt-BR/content/github/authenticating-to-github/signing-commits.md
index ee755e72db..234002448a 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/signing-commits.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/signing-commits.md
@@ -1,6 +1,6 @@
---
title: Assinar commits
-intro: 'Você pode assinar os commits localmente usando GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.14" %} ou S/MIME{% endif %}.'
+intro: You can sign commits locally using GPG or S/MIME.
redirect_from:
- /articles/signing-commits-and-tags-using-gpg/
- /articles/signing-commits-using-gpg/
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.desktop-support-for-commit-signing %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/signing-tags.md b/translations/pt-BR/content/github/authenticating-to-github/signing-tags.md
index 9da5fd96e2..3ad58027c8 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/signing-tags.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/signing-tags.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.gpg.desktop-support-for-commit-signing %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/telling-git-about-your-signing-key.md b/translations/pt-BR/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
index 0c302a077e..2970b800c2 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/telling-git-about-your-signing-key.md
@@ -1,12 +1,13 @@
---
title: Informar ao Git sobre a chave de assinatura
-intro: 'Para assinar os commits localmente, você precisa informar ao Git que existe um GPG{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 4" %} ou chave X.509{% endif %} que deseja usar.'
+intro: "To sign commits locally, you need to inform Git that there's a GPG or X.509 key you'd like to use."
redirect_from:
- /articles/telling-git-about-your-gpg-key/
- /articles/telling-git-about-your-signing-key
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/testing-your-ssh-connection.md b/translations/pt-BR/content/github/authenticating-to-github/testing-your-ssh-connection.md
index 5586b1f6c1..3ba0077c48 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/testing-your-ssh-connection.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/testing-your-ssh-connection.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Antes de testar a conexão SSH, é recomendável que você tenha:
diff --git a/translations/pt-BR/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md b/translations/pt-BR/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
index f4e5b5a67e..c5d1c29505 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/authenticating-to-github/troubleshooting-ssh.md b/translations/pt-BR/content/github/authenticating-to-github/troubleshooting-ssh.md
index 2a91e3ffdf..0fca30cfff 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/troubleshooting-ssh.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/troubleshooting-ssh.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/authenticating-to-github/updating-an-expired-gpg-key.md b/translations/pt-BR/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
index 42dfef04da..c4e8811be5 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/updating-an-expired-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se sua chave está expirada, é preciso [atualizar a expiração](https://www.gnupg.org/gph/en/manual/c235.html#AEN328), exportar a nova chave, excluir a chave expirada na sua conta do GitHub e [carregar a nova chave para o GitHub](/articles/adding-a-new-gpg-key-to-your-github-account/). As tags e os commits anteriores serão exibidos como verificados, desde que a chave atenda a todos os outros requisitos de verificação.
diff --git a/translations/pt-BR/content/github/authenticating-to-github/updating-your-github-access-credentials.md b/translations/pt-BR/content/github/authenticating-to-github/updating-your-github-access-credentials.md
index d87218d66e..7c167c514b 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/updating-your-github-access-credentials.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/updating-your-github-access-credentials.md
@@ -1,6 +1,6 @@
---
title: Atualizar credenciais de acesso do GitHub
-intro: 'As credenciais do {% data variables.product.product_name %} incluem não só a sua senha, mas também os tokens de acesso, as chaves SSH e os tokens da API do aplicativo que você usa para se comunicar com o {% data variables.product.product_name %}. Se houver necessidade, você mesmo pode redefinir todas essas credenciais de acesso.'
+intro: '{% data variables.product.product_name %} credentials include{% if currentVersion != "github-ae@latest" %} not only your password, but also{% endif %} the access tokens, SSH keys, and application API tokens you use to communicate with {% data variables.product.product_name %}. Se houver necessidade, você mesmo pode redefinir todas essas credenciais de acesso.'
redirect_from:
- /articles/rolling-your-credentials/
- /articles/how-can-i-reset-my-password/
@@ -8,8 +8,10 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
+{% if currentVersion != "github-ae@latest" %}
### Solicitar uma nova senha
1. Para solicitar uma nova senha, acesse {% if currentVersion == "free-pro-team@latest" %}https://{% data variables.product.product_url %}/password_reset{% else %}`https://{% data variables.product.product_url %}/password_reset`{% endif %}.
@@ -38,7 +40,7 @@ Para evitar que você perca a senha, sugerimos que você use um gerenciador de s
Para maior segurança, além de alterar a senha, habilite também a autenticação de dois fatores. Consulte [Sobre a autenticação de dois fatores](/articles/about-two-factor-authentication) para ver mais detalhes.
{% endtip %}
-
+{% endif %}
### Atualizar tokens de acesso
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)."
@@ -51,6 +53,8 @@ Consulte "[Revisar as chaves SSH](/articles/reviewing-your-ssh-keys)" para ver i
Se você tiver algum aplicativo registrado no {% data variables.product.product_name %}, talvez precise redefinir os tokens OAuth dele. Para obter mais informações, consulte o ponto de extremidade "[Redefinir uma autorização](/rest/reference/apps#reset-an-authorization)".
+{% if currentVersion != "github-ae@latest" %}
### Impedir acesso não autorizado
Consulte "[Impedir acesso não autorizado](/articles/preventing-unauthorized-access)" para obter mais dicas sobre como proteger a conta e impedir acesso não autorizado.
+{% endif %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md b/translations/pt-BR/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
index f63f534067..3ca93e9a94 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/using-a-verified-email-address-in-your-gpg-key.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md b/translations/pt-BR/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
index bb1834bd42..191f9f4ff5 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/viewing-and-managing-your-active-saml-sessions.md
@@ -21,4 +21,4 @@ versions:
### Leia mais
-- "[Sobre a autenticação com SAML SSO](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)"
+- "[Sobre a autenticação com SAML SSO](/github/authenticating-to-github/about-authentication-with-saml-single-sign-on)"
\ No newline at end of file
diff --git a/translations/pt-BR/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md b/translations/pt-BR/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
index e6dd14d328..1bccf1ef61 100644
--- a/translations/pt-BR/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
+++ b/translations/pt-BR/content/github/authenticating-to-github/working-with-ssh-key-passphrases.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Com as chaves SSH, se alguém conseguir acessar seu computador, terá acesso a todos os sistemas que usam essas chaves. Para incluir uma camada extra de segurança, adicione uma frase secreta à sua chave SSH. Você pode usar `ssh-agent` para salvar sua frase secreta de forma segura e não precisar digitá-la novamente.
diff --git a/translations/pt-BR/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md b/translations/pt-BR/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
index 552bd1efd4..119a6b2cac 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/about-issue-and-pull-request-templates.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Depois que você cria modelos de problema e pull request no repositório, os contribuidores podem usá-los para abrir problemas ou descrever as alterações propostas nas respectivas pull requests, de acordo com as diretrizes de contribuição do repositório. Para obter mais informações sobre como adicionar diretrizes de contribuição a um repositório, consulte "[Configurar diretrizes para contribuidores de repositório](/articles/setting-guidelines-for-repository-contributors)".
-É possível criar modelos-padrão de problema e pull request para a organização{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %} ou conta de usuário{% endif %}. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default issue and pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/github/building-a-strong-community/creating-a-default-community-health-file)."
### Modelos de problema
@@ -20,7 +21,7 @@ Ao criar modelos de problema para o repositório usando o construtor de modelo d
Usando o construtor de modelo, você pode especificar um titulo e a descrição de cada modelo, adicionar o conteúdo do modelo e, ou fazer commit do modelo no branch padrão, ou abrir uma pull request no repositório. O construtor de modelo adiciona automaticamente a markup de página inicial YAML que é necessária para que o modelo apareça na página do novo problema. Para obter mais informações, consulte "[Configurando modelos de problema para seu repositório](/articles/configuring-issue-templates-for-your-repository)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% data reusables.repositories.issue-template-config %} Para obter mais informações, consulte "[Configurando modelos de problemas para seu repositório](/github/building-a-strong-community/configuring-issue-templates-for-your-repository#configuring-the-template-chooser)."
{% endif %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/about-team-discussions.md b/translations/pt-BR/content/github/building-a-strong-community/about-team-discussions.md
index 101c4f51bc..53072cd01a 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/about-team-discussions.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/about-team-discussions.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-purpose %}
@@ -26,7 +27,7 @@ Quando alguém posta ou responde a uma discussão pública na página de uma equ
{% tip %}
-**Dica:** dependendo das suas configurações de notificação, você receberá atualizações por e-mail, pela página de notificações da web no {% data variables.product.product_name %}, ou por ambos. Para obter mais informações, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Configurar notificações](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[Sobre notificações de e-mail](/github/receiving-notifications-about-activity-on-github/about-email-notifications)e "[Sobre notificações web](/github/receiving-notifications-about-activity-on-github/about-web-notifications){% endif %}."
+**Dica:** dependendo das suas configurações de notificação, você receberá atualizações por e-mail, pela página de notificações da web no {% data variables.product.product_name %}, ou por ambos. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Configuring notifications](/github/managing-subscriptions-and-notifications-on-github/configuring-notifications){% else %}"[About email notifications](/github/receiving-notifications-about-activity-on-github/about-email-notifications)" and "[About web notifications](/github/receiving-notifications-about-activity-on-github/about-web-notifications){% endif %}."
{% endtip %}
@@ -34,7 +35,7 @@ Por padrão, se seu nome de usuário for mencionado em uma discussão de equipe,
Para desativar notificações de discussões de equipe, você pode cancelar a assinatura de uma postagem de discussão específica ou alterar as configurações de notificação para cancelar a inspeção ou ignorar completamente discussões de uma equipe específica. É possível assinar para receber notificações de uma postagem de discussão específica se você estiver cancelando a inspeção de discussões dessa equipe.
-Para obter mais informações, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Visualizar as suas assinaturas](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Assinar e cancelar a assinatura das notificações](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}" e "[Equipes aninhadas](/articles/about-teams/#nested-teams)"
+For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}" and "[Nested teams](/articles/about-teams/#nested-teams)."
### Leia mais
diff --git a/translations/pt-BR/content/github/building-a-strong-community/about-wikis.md b/translations/pt-BR/content/github/building-a-strong-community/about-wikis.md
index 55c9e61a64..e8738e9cb3 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/about-wikis.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/about-wikis.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Cada repositório do {% data variables.product.product_name %} é equipado com uma seção para hospedar documentação, chamada de wiki. Você pode usar o wiki do repositório para compartilhar conteúdo longo sobre seu projeto, por exemplo, como usá-lo, como ele foi projetado ou seus princípios básicos. Um arquivo LEIAME informa rapidamente o que seu projeto pode fazer, enquanto você pode usar um wiki para fornecer documentação adicional. Para obter mais informações, consulte "[Sobre LEIAME](/articles/about-readmes)".
diff --git a/translations/pt-BR/content/github/building-a-strong-community/adding-a-license-to-a-repository.md b/translations/pt-BR/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
index febea468b5..c589f37378 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/adding-a-license-to-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você incluir uma licença detectável no seu repositório, as pessoas que o visitam o verão no topo da página do repositório. Para ler o arquivo de licença inteiro, clique no nome da licença.
@@ -32,7 +33,7 @@ As licenças de código aberto permitem que outras pessoas usem, alterem e distr
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.files.add-file %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md b/translations/pt-BR/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
index d7465241cc..4ae673f730 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/adding-or-editing-wiki-pages.md
@@ -11,6 +11,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Adicionar páginas wiki
diff --git a/translations/pt-BR/content/github/building-a-strong-community/adding-support-resources-to-your-project.md b/translations/pt-BR/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
index 4689ed243c..6a27df12db 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/adding-support-resources-to-your-project.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para direcionar pessoas a recursos de suporte específicos, é possível adicionar um arquivo SUPPORT à pasta raiz, `docs` ou `.github` do seu repositório. Quando uma pessoa cria um problema no seu repositório, ela vê um link para o arquivo SUPPORT do projeto.

-Você pode criar recursos-padrão de suporte para a sua organização{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} ou conta de usuário{% endif %}. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default support resources for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/github/building-a-strong-community/creating-a-default-community-health-file)."
{% tip %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md b/translations/pt-BR/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
index 07f6cbc4da..f141bfb918 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/changing-access-permissions-for-wikis.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/collaborating-with-your-team.md b/translations/pt-BR/content/github/building-a-strong-community/collaborating-with-your-team.md
index 042696eec4..91c64264bf 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/collaborating-with-your-team.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/collaborating-with-your-team.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md b/translations/pt-BR/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
index 525a1d4bf7..fc990a72be 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/configuring-issue-templates-for-your-repository.md
@@ -7,11 +7,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.default-issue-templates %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Criando modelos de problemas
{% endif %}
@@ -27,7 +28,7 @@ versions:
10. Abaixo dos campos de mensagem do commit, decida se vai fazer commit do seu modelo diretamente no branch padrão ou se vai criar um branch e abrir uma pull request. Para obter mais informações sobre pull requests, consulte "[Sobre pull requests](/articles/about-pull-requests)". 
11. Clique em **Commit changes** (Fazer commit das alterações). Assim que essas alterações passarem por merge no branch padrão, o modelo será disponibilizado para os contribuidores usarem quando abrirem novos problemas no repositório.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### Configurando o seletor de modelos
{% data reusables.repositories.issue-template-config %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/creating-a-default-community-health-file.md b/translations/pt-BR/content/github/building-a-strong-community/creating-a-default-community-health-file.md
index 5b444bb16a..bcae1fbbf1 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/creating-a-default-community-health-file.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/creating-a-default-community-health-file.md
@@ -7,42 +7,43 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre arquivos padrão de integridade da comunidade
-Você pode adicionar arquivos de integridade padrão da comunidade à raiz de um repositório público denominado `.github` que é propriedade de uma organização{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} ou conta de usuário{% endif %}.
+You can add default community health files to the root of a public repository called `.github` that is owned by an organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}.
{% data variables.product.product_name %} usará e exibirá arquivos padrão para qualquer repositório público de propriedade da conta que não tenha seu próprio arquivo desse tipo em nenhum dos seguintes locais:
- a raiz do repositório
- a pasta `.github`
- a pasta `docs`
-Por exemplo, qualquer pessoa que cria um problema ou uma pull request em um repositório público que não tem o próprio arquivo CONTRIBUTING verá um link para o arquivo CONTRIBUTING padrão. Se um repositório tiver algum arquivo na própria pasta `.github/ISSUE_TEMPLATE` {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %}, incluindo modelos de problemas ou um arquivo *config.yml*,{% endif %} nenhum conteúdo da pasta-padrão `.github/ISSUE_TEMPLATE` será usado.
+Por exemplo, qualquer pessoa que cria um problema ou uma pull request em um repositório público que não tem o próprio arquivo CONTRIBUTING verá um link para o arquivo CONTRIBUTING padrão. If a repository has any files in its own `.github/ISSUE_TEMPLATE` folder{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}, including issue templates or a *config.yml* file,{% endif %} none of the contents of the default `.github/ISSUE_TEMPLATE` folder will be used.
Os arquivos padrão não são incluídos em clones, pacotes ou downloads de repositórios individuais, pois eles são armazenados somente no repositório `.github`.
### Tipos de arquivo compatíveis
-Você pode criar padrões na sua organização{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %} ou conta de usuário{% endif %} para os seguintes arquivos de integridade da comunidade:
+You can create defaults in your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} for the following community health files:
-| Arquivo de integridade da comunidade | Descrição |
-| ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" %}
-| *CODE_OF_CONDUCT.md* | Um arquivo CODE_OF_CONDUCT define os padrões de como ingressar em uma comunidade. Para obter mais informações, consulte "[Adicionar um código de conduta ao projeto](/articles/adding-a-code-of-conduct-to-your-project/)".{% endif %}
-| *CONTRIBUTING.md* | Um arquivo CONTRIBUTING comunica como as pessoas devem contribuir com o seu projeto. Para obter mais informações, consulte "[Definir diretrizes para contribuidores de repositórios](/articles/setting-guidelines-for-repository-contributors/)".{% if currentVersion == "free-pro-team@latest" %}
-| *FUNDING.yml* | Um arquivo FUNDING exibe um botão de patrocinador no repositório para aumentar a visibilidade das opções de financiamento para seu projeto de código aberto. Para obter mais informações, consulte "[Exibir um botão de patrocinador no seu repositório](/articles/displaying-a-sponsor-button-in-your-repository)".{% endif %}
-| Modelos de problemas e pull request{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} e *config.yml*{% endif %} | Os modelos de problema e pull request personalizam e padronizam as informações que você deseja que contribuidores incluam quando eles abrem problemas e pull requests no seu repositório. Para obter mais informações, consulte "[Sobre problemas e modelos de pull request](/articles/about-issue-and-pull-request-templates/).{% if currentVersion == "free-pro-team@latest" %}
-| *SECURITY.md* | Um arquivo SECURITY fornece instruções sobre como relatar com responsabilidade uma vulnerabilidade de segurança em seu projeto. Para obter mais informações, consulte "[Adicionar uma política de segurança ao seu repositório](/articles/adding-a-security-policy-to-your-repository)".{% endif %}
-| *SUPPORT.md* | Um arquivo SUPPORT permite que as pessoas conheçam maneiras de obter ajudar com seu projeto. Para obter mais informações, consulte "[Adicionar recursos de suporte ao projeto](/articles/adding-support-resources-to-your-project/)". |
+| Arquivo de integridade da comunidade | Descrição |
+| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |{% if currentVersion == "free-pro-team@latest" %}
+| *CODE_OF_CONDUCT.md* | Um arquivo CODE_OF_CONDUCT define os padrões de como ingressar em uma comunidade. Para obter mais informações, consulte "[Adicionar um código de conduta ao projeto](/articles/adding-a-code-of-conduct-to-your-project/)".{% endif %}
+| *CONTRIBUTING.md* | Um arquivo CONTRIBUTING comunica como as pessoas devem contribuir com o seu projeto. Para obter mais informações, consulte "[Definir diretrizes para contribuidores de repositórios](/articles/setting-guidelines-for-repository-contributors/)".{% if currentVersion == "free-pro-team@latest" %}
+| *FUNDING.yml* | Um arquivo FUNDING exibe um botão de patrocinador no repositório para aumentar a visibilidade das opções de financiamento para seu projeto de código aberto. Para obter mais informações, consulte "[Exibir um botão de patrocinador no seu repositório](/articles/displaying-a-sponsor-button-in-your-repository)".{% endif %}
+| Issue and pull request templates{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and *config.yml*{% endif %} | Os modelos de problema e pull request personalizam e padronizam as informações que você deseja que contribuidores incluam quando eles abrem problemas e pull requests no seu repositório. Para obter mais informações, consulte "[Sobre problemas e modelos de pull request](/articles/about-issue-and-pull-request-templates/).{% if currentVersion == "free-pro-team@latest" %}
+| *SECURITY.md* | Um arquivo SECURITY fornece instruções sobre como relatar com responsabilidade uma vulnerabilidade de segurança em seu projeto. Para obter mais informações, consulte "[Adicionar uma política de segurança ao seu repositório](/articles/adding-a-security-policy-to-your-repository)".{% endif %}
+| *SUPPORT.md* | Um arquivo SUPPORT permite que as pessoas conheçam maneiras de obter ajudar com seu projeto. Para obter mais informações, consulte "[Adicionar recursos de suporte ao projeto](/articles/adding-support-resources-to-your-project/)". |
Você não pode criar um arquivo de licença padrão. Os arquivos de licença devem ser adicionados a repositórios individuais para que o arquivo seja incluído quando um projeto for clonado, empacotado ou baixado.
### Criar um repositório para arquivos padrão
{% data reusables.repositories.create_new %}
-2. Use o menu suspenso **Proprietário** e selecione a organização{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %} ou conta de usuário{% endif %} para a qual você deseja criar arquivos-padrão. 
+2. Use the **Owner** drop-down menu, and select the organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %} you want to create default files for. 
3. Digite **.github** como o nome para seu repositório e uma descrição opcional. 
4. Certifique-se de que o status do repositório está definido como **Público** (um repositório-padrão para arquivos não pode ser privado). 
{% data reusables.repositories.initialize-with-readme %}
{% data reusables.repositories.create-repo %}
-7. No repositório, crie um dos arquivos compatíveis de integridade da comunidade. Os modelos de problema{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %} e o seu arquivo de configuração{% endif %} devem estar em uma pasta denominada `.github/ISSUE_TEMPLATE`. Todos os outros arquivos compatíveis devem estar na raiz do repositório. Para obter mais informações, consulte "[Criar arquivos](/articles/creating-new-files/)".
+7. No repositório, crie um dos arquivos compatíveis de integridade da comunidade. Issue templates{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} and their configuration file{% endif %} must be in a folder called `.github/ISSUE_TEMPLATE`. Todos os outros arquivos compatíveis devem estar na raiz do repositório. Para obter mais informações, consulte "[Criar arquivos](/articles/creating-new-files/)".
diff --git a/translations/pt-BR/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md b/translations/pt-BR/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
index 76d2fdd59b..db801b75fa 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Criar um footer
diff --git a/translations/pt-BR/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md b/translations/pt-BR/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
index 1c7ffe70c5..0bc1f8edfb 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para obter mais informações, consulte "[Sobre modelos de problema e pull request](/articles/about-issue-and-pull-request-templates)".
Você pode criar um subdiretório *PULL_REQUEST_TEMPLATE/* em qualquer uma das pastas compatíveis para conter vários modelos de pull request, bem como usar o parâmetro de consulta `template` para especificar o modelo que preencherá o texto da pull request. Para obter mais informações, consulte "[Sobre automação de problemas e pull requests com parâmetros de consulta](/articles/about-automation-for-issues-and-pull-requests-with-query-parameters)".
-Você pode criar modelos-padrão de pull request para a sua organização{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} ou conta de usuário{% endif %}. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default pull request templates for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/github/building-a-strong-community/creating-a-default-community-health-file)."
### Adicionar um modelo de pull request
diff --git a/translations/pt-BR/content/github/building-a-strong-community/creating-a-team-discussion.md b/translations/pt-BR/content/github/building-a-strong-community/creating-a-team-discussion.md
index 0726d6a5ae..704d3c75d0 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/creating-a-team-discussion.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/creating-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-permissions %} Para obter mais informações, consulte "[Sobre discussões de equipe](/articles/about-team-discussions)".
diff --git a/translations/pt-BR/content/github/building-a-strong-community/disabling-wikis.md b/translations/pt-BR/content/github/building-a-strong-community/disabling-wikis.md
index ec72739f2f..fb0e4d6eac 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/disabling-wikis.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/disabling-wikis.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando um wiki é desativado, o conteúdo dele é oculto, mas não apagado. Se você optar por tornar a habilitar os wikis posteriormente, as páginas anteriores serão restauradas.
diff --git a/translations/pt-BR/content/github/building-a-strong-community/documenting-your-project-with-wikis.md b/translations/pt-BR/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
index dcf230002c..6621420a5a 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/documenting-your-project-with-wikis.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md b/translations/pt-BR/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
index e0521d30a3..9e7c82424c 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/editing-or-deleting-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/editing-wiki-content.md b/translations/pt-BR/content/github/building-a-strong-community/editing-wiki-content.md
index d8d1f2dd4a..5e47f763f4 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/editing-wiki-content.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/editing-wiki-content.md
@@ -14,6 +14,7 @@ product: '{% data reusables.gated-features.wikis %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Adicionar links
diff --git a/translations/pt-BR/content/github/building-a-strong-community/index.md b/translations/pt-BR/content/github/building-a-strong-community/index.md
index eec34e2be7..3298f41be9 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/index.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/building-a-strong-community/locking-conversations.md b/translations/pt-BR/content/github/building-a-strong-community/locking-conversations.md
index 5e86b60383..382b02f7d6 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/locking-conversations.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/locking-conversations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
It's appropriate to lock a conversation when the entire conversation is not constructive or violates your community's code of conduct{% if currentVersion == "free-pro-team@latest" %} or GitHub's [Community Guidelines](/articles/github-community-guidelines){% endif %}. When you lock a conversation, you can also specify a reason, which is publicly visible.
diff --git a/translations/pt-BR/content/github/building-a-strong-community/managing-disruptive-comments.md b/translations/pt-BR/content/github/building-a-strong-community/managing-disruptive-comments.md
index 809825ccfb..16acb1360c 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/managing-disruptive-comments.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/managing-disruptive-comments.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Hiding a comment
diff --git a/translations/pt-BR/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md b/translations/pt-BR/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
index e7f41262d6..8c01d2c253 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/manually-creating-a-single-issue-template-for-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.legacy-issue-template-tip %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/moderating-comments-and-conversations.md b/translations/pt-BR/content/github/building-a-strong-community/moderating-comments-and-conversations.md
index f66d2acedf..8c138ac374 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/moderating-comments-and-conversations.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/moderating-comments-and-conversations.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/building-a-strong-community/pinning-a-team-discussion.md b/translations/pt-BR/content/github/building-a-strong-community/pinning-a-team-discussion.md
index c64be7ab12..c96dd033e6 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/pinning-a-team-discussion.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/pinning-a-team-discussion.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md b/translations/pt-BR/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
index 997d049cb3..09f4208039 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/setting-guidelines-for-repository-contributors.md
@@ -7,6 +7,7 @@ intro: Você pode criar diretrizes para informar como as pessoas devem contribui
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para ajudar os contribuidores do projeto a fazer um bom trabalho, você pode adicionar um arquivo com diretrizes de contribuição às pastas raiz, `docs` ou `.github` do repositório do projeto. Quando alguém abrir uma pull request ou criar um problema, verá um link para esse arquivo.
@@ -19,7 +20,7 @@ Para contribuidores, as diretrizes ajudam a verificar se eles estão enviando pu
Para proprietários e contribuidores, as diretrizes de contribuição economizam tempo e evitam aborrecimentos causados por pull requests ou problemas incorretos que precisam ser rejeitados e enviados novamente.
-Você pode criar diretrizes de contribuição padrão para a organização{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} ou conta de usuário{% endif %}. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/github/building-a-strong-community/creating-a-default-community-health-file)."
+You can create default contribution guidelines for your organization{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or user account{% endif %}. Para obter mais informações, consulte "[Criando um arquivo padrão de integridade da comunidade](/github/building-a-strong-community/creating-a-default-community-health-file)."
{% tip %}
diff --git a/translations/pt-BR/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md b/translations/pt-BR/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
index 067bbef7b3..0e5e54a6f7 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/building-a-strong-community/tracking-changes-in-a-comment.md b/translations/pt-BR/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
index 0d5f7e5e94..3b8f8c2783 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/tracking-changes-in-a-comment.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Visualizar detalhes do histórico de edição de um comentário
diff --git a/translations/pt-BR/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md b/translations/pt-BR/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
index 908a375e84..316331ad23 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/using-templates-to-encourage-useful-issues-and-pull-requests.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md b/translations/pt-BR/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
index 55b33db3b2..758b677fed 100644
--- a/translations/pt-BR/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
+++ b/translations/pt-BR/content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Exibir histórico da wiki
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-branches.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
index 76407d888b..f17a2643ef 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-branches.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -24,11 +25,11 @@ Você deve ter acesso de gravação em um repositório para criar um branch, abr
{% data reusables.branches.new-repo-default-branch %} O branch-padrão é o branch que {% data variables.product.prodname_dotcom %} exibe quando alguém visita o seu repositório. O branch-padrão é também o branch inicial que o Git verifica localmente quando alguém clona o repositório. {% data reusables.branches.default-branch-automatically-base-branch %}
-Por padrão, {% data variables.product.product_name %} nomeia o branch-padrão {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 3" %}`o principal`{% else %}`mestre`{% endif %} em qualquer novo repositório.
+By default, {% data variables.product.product_name %} names the default branch {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}`main`{% else %}`master`{% endif %} in any new repository.
{% data reusables.branches.change-default-branch %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.branches.set-default-branch %}
@@ -40,7 +41,7 @@ Quando estiver satisfeito com seu trabalho, você poderá abrir uma pull request
Depois que uma pull request tiver sido mesclada ou fechada, você poderá excluir o branch head, já que isso não é mais necessário. Você deve ter permissão de gravação no repositório para excluir branches. Não é possível excluir branches associados diretamente a pull requests abertas. Para obter mais informações, consulte "[Excluindo e recuperando branches em uma pull request](/github/administering-a-repository/deleting-and-restoring-branches-in-a-pull-request)".
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.pull_requests.retargeted-on-branch-deletion %}
Os seguintes diagramas ilustram isso.
@@ -73,7 +74,7 @@ Quando um branch estiver protegido:
- Se as verificações de status obrigatórias forem habilitadas no branch, não será possível fazer merge das alterações no branch até que todos os testes de CI obrigatórios sejam aprovados. Para obter mais informações, consulte "[Sobre verificações de status](/articles/about-status-checks)".
- Se as revisões obrigatórias de pull request forem habilitadas no branch, não será possível fazer merge de alterações no branch até que todos os requisitos na política da revisão de pull request tenham sido atendidos. Para obter mais informações, consulte "[Fazer merge de uma pull request](/articles/merging-a-pull-request)".
- Se a revisão obrigatória de um proprietário do código for habilitada em um branch, e uma pull request modificar o código que tem um proprietário, um proprietário do código deverá aprovar a pull request para que ela possa passar por merge. Para obter mais informações, consulte "[Sobre proprietários do código](/articles/about-code-owners)".
-- Se a assinatura de commit obrigatória for habilitada em um branch, não será possível fazer push de qualquer commit no branch que não esteja assinado e verificado. Para obter mais informações, consulte "[Sobre verificação de assinatura de commit](/articles/about-commit-signature-verification)" e "[Sobre a assinatura de commit necessária](/articles/about-required-commit-signing). {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+- Se a assinatura de commit obrigatória for habilitada em um branch, não será possível fazer push de qualquer commit no branch que não esteja assinado e verificado. For more information, see "[About commit signature verification](/articles/about-commit-signature-verification)" and "[About required commit signing](/articles/about-required-commit-signing)."{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
- Se você usar o editor de conflitos do {% data variables.product.prodname_dotcom %} para corrigir conflitos para uma pull request que você criou de um branch protegido, o {% data variables.product.prodname_dotcom %} ajuda você a criar um branch alternativo para o pull request, para que sua resolução de conflitos possa ser mesclada. Para obter mais informações, consulte "[Resolvendo um conflito de merge no {% data variables.product.prodname_dotcom %}](/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github)".{% endif %}
### Leia mais
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
index 8ffd967310..e8a4eabf4e 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-collaborative-development-models.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Há dois tipos principais de modelo de desenvolvimento com os quais é possível usar pull requests. No *fork e pull model*, qualquer um pode bifurcar um repositório existente e fazer push das alterações em sua bifurcação pessoal. Você não precisa de permissão ao repositório de origem para fazer push em uma bifurcação de propriedade do usuário. As alterações podem ser enviadas por pull no repositório de origem pelo mantenedor do projeto. Ao abrir uma pull request propondo alterações a partir de sua bifurcação de propriedade de usuário para um branch no repositório de origem (upstream), você poderá permitir que qualquer pessoa com acesso push ao repositório upstream faça alterações na sua pull request. Esse modelo é popular entre projetos de código aberto, pois ele reduz a resistência de novos contribuidores, além de permitir que as pessoas trabalhem de modo independente sem coordenação inicial.
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
index ef5682ad08..a81a75ff32 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-comparing-branches-in-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
index 3467492ee0..a6d5d3d1e0 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Discussões no {% data variables.product.product_name %}
@@ -19,7 +20,7 @@ Os problemas são úteis para discutir detalhes específicos de um projeto, como
### Reagir às ideias nos comentários
-Você pode concordar ou discordar de uma ideia em uma conversa. Quando você adiciona uma reação a um comentário ou ao texto de uma discussão de equipe, de um problema ou de uma pull request, as pessoas inscritas na conversa não receberão uma notificação. Para obter mais informações sobre assinaturas, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Sobre as notificações](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Assinar e cancelar assinatura das notificações](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}".
+Você pode concordar ou discordar de uma ideia em uma conversa. Quando você adiciona uma reação a um comentário ou ao texto de uma discussão de equipe, de um problema ou de uma pull request, as pessoas inscritas na conversa não receberão uma notificação. For more information about subscriptions, see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Subscribing to and unsubscribing from notifications](/github/receiving-notifications-about-activity-on-github/subscribing-to-and-unsubscribing-from-notifications){% endif %}."

diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-forks.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
index b27d75063c..e26020762e 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-forks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Bifurcar um repositório é semelhante a copiar um repositório, com duas grandes diferenças:
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
index 43c89164db..69aa88849d 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-merge-conflicts.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Muitas vezes, o Git pode resolver diferenças entre branches e fazer merge deles automaticamente. Normalmente, as alterações são em linhas diferentes, ou até mesmo em arquivos diferentes, o que facilita o entendimento do merge pelos computadores. No entanto, às vezes, há alterações conflitantes que o Git não pode resolver sem a sua ajuda. Geralmente, os conflitos de merge acontecem quando as pessoas fazem alterações diferentes na mesma linha do mesmo arquivo ou quando uma pessoa edita um arquivo e outra pessoa exclui o mesmo arquivo.
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
index d006447ae7..cb05c11d33 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-merges.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.default_merge_option %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
index 9ae4f6ec34..79df73332f 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-request-reviews.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre revisões de pull request
Após a abertura de uma pull request, qualquer pessoa com acesso *de leitura* pode revisar e comentar nas alterações que ela propõe. Você também pode sugerir alterações específicas às linhas de código, que o autor pode aplicar diretamente a partir da pull request. Para obter mais informações, consulte "[Revisar alterações propostas em uma pull request](/articles/reviewing-proposed-changes-in-a-pull-request)".
-Os proprietários de repositório e colaboradores podem solicitar uma revisão de pull request de uma pessoa específica. Os integrantes da organização também podem solicitar uma revisão de pull request de uma equipe com acesso de leitura ao repositório. Para obter mais informações, consulte "[Solicitar uma revisão de pull request](/articles/requesting-a-pull-request-review)". {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %}Você pode especificar um subconjunto de integrantes da equipe a ser atribuído automaticamente no lugar de toda a equipe. Para obter mais informações, consulte "[Gerenciando a responsabilidade pela revisão de código para sua equipe](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+Os proprietários de repositório e colaboradores podem solicitar uma revisão de pull request de uma pessoa específica. Os integrantes da organização também podem solicitar uma revisão de pull request de uma equipe com acesso de leitura ao repositório. Para obter mais informações, consulte "[Solicitar uma revisão de pull request](/articles/requesting-a-pull-request-review)". {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}You can specify a subset of team members to be automatically assigned in the place of the whole team. Para obter mais informações, consulte "[Gerenciando a responsabilidade pela revisão de código para sua equipe](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
As revisões permitem discussão das alterações propostas e ajudam a garantir que as alterações atendam às diretrizes de contribuição do repositório e outros padrões de qualidade. Você pode definir quais indivíduos ou equipes possuem determinados tipos de área de código em um arquivo CODEOWNERS. Quando uma pull request modifica código que tem um proprietário definido, esse indivíduo ou equipe será automaticamente solicitado como um revisor. Para obter mais informações, consulte "[Sobre proprietários de código](/articles/about-code-owners/)".
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
index 064b5c2cd9..d562243b9f 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre pull requests
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
index ffdefb360c..51205b4fa8 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/about-status-checks.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
As verificações de status se baseiam em processos externos, como compilações de integração contínua, que são executados para cada push que você faz em um repositório. Você pode ver o estado de *pendência*, *aprovação* ou *falha* das verificações de status ao lado de commits individuais em sua pull request.
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
index 7f9835d201..f447e5a859 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
index ed1c4b4b28..b061b7c4e7 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/allowing-changes-to-a-pull-request-branch-created-from-a-fork.md
@@ -7,6 +7,7 @@ permissions: Pessoas com acesso push ao repositório upstream de uma bifurcaçã
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Somente os autores da pull request ou aqueles com acesso push ao repositório upstream podem fornecer aos mantenedores de repositório upstream permissão para fazer commits em seus branch de comparação da pull request em uma bifurcação de propriedade do usuário. Para saber mais sobre repositórios upstream, consulte "[Sobre bifurcações](/articles/about-forks)".
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
index 4c722edd22..38aaa27b45 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/approving-a-pull-request-with-required-reviews.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para obter mais informações sobre revisões obrigatórias, consulte "[Sobre revisões obrigatórias para pull requests](/articles/about-required-reviews-for-pull-requests)".
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
index b271ebbe29..10ba644305 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/changing-the-base-branch-of-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
index 41b060b1d3..4135232bf8 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/changing-the-stage-of-a-pull-request.md
@@ -1,6 +1,6 @@
---
title: Alterar o stage de uma pull request
-intro: 'Você pode marcar um rascunho de pull request como pronto para a revisão{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %} ou converter um pull request em um rascunho{% endif %}.'
+intro: 'You can mark a draft pull request as ready for review{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} or convert a pull request to a draft{% endif %}.'
permissions: Pessoas com permissões de gravação em um repositório e autores de pull request podem alterar o stage de uma pull request.
product: '{% data reusables.gated-features.draft-prs %}'
redirect_from:
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Marcando uma pull request como pronta para revisão
@@ -18,7 +19,7 @@ versions:
2. Na lista "Pull requests", clique na pull request que deseja marcar como pronta para revisão.
3. Na caixa de merge, clique em **Pronto para revisar**. 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
### Convertendo uma pull request em rascunho
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
index 3b2d838786..8b10f31ffc 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally.md
@@ -7,6 +7,7 @@ permissions: Qualquer pessoa com acesso de gravação a um repositório pode der
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
index 83475f82c4..4a07359e33 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/closing-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
index 0d6e6b63f5..e185d0a0cf 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
index 0c8bce9c23..2805c8c082 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request.md
@@ -9,6 +9,7 @@ intro: 'Depois de abrir uma pull request em um repositório, os colaboradores ou
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre comentários da pull request
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
index bffdf8b73b..32c04eecaf 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Só é possível fazer commits em branches da pull request que:
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
index 3421e3e0e8..aab75383e6 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/configuring-a-remote-for-a-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.command_line.open_the_multi_os_terminal %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
index 43f0363ae6..238825ad3e 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork.md
@@ -7,6 +7,7 @@ permissions: Qualquer pessoa com acesso de gravação a um repositório pode cri
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você também pode dar permissão aos mantenedores do repositório upstream para fazer push de commits em uma bifurcação de propriedade do usuário. Se sua pull request comparar o branch de tópico com um branch no repositório upstream como o branch base, o branch de tópico também será chamado de branch de comparação da pull request. Para obter mais informações sobre branches de pull request, incluindo exemplos, consulte "[Criar uma pull request](/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository)".
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
index 8a9affa92c..667ec3cc87 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Qualquer pessoa com permissões de leitura em um repositório pode criar uma pull request, mas você deve ter permissões de gravação para criar um branch. Se você quiser criar um branch para sua pull request e não tiver permissões de gravação no repositório, é possível bifurcar o repositório primeiro. Para obter mais informações, consulte "[Criar uma pull request de uma bifurcação](/articles/creating-a-pull-request-from-a-fork)" e "[Sobre bifurcações](/articles/about-forks)".
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
index 2f86b92263..f35f3404d0 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Criar um branch
@@ -29,7 +30,7 @@ Se o branch que você deseja excluir estiver associado a um pull request aberto,
{% data reusables.repositories.navigate-to-branches %}
1. Role até o branch que deseja excluir e clique em {% octicon "trashcan" aria-label="The trashcan icon to delete the branch" %}. 
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.pull_requests.retargeted-on-branch-deletion %}
{% endif %}
Para obter mais informações, consulte "[Sobre branches](/github/collaborating-with-issues-and-pull-requests/about-branches#working-with-branches)".
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
index bb80ba590a..a81bb4db56 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/dismissing-a-pull-request-review.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pull_requests.dismiss_review %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
index 23c4687b76..68638e6663 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/filtering-files-in-a-pull-request.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode filtrar arquivos em um pull request por tipo de extensão de arquivo, como `. tml` ou `.js`, falta de uma extensão, propriedade de código ou dotfiles.
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
index e8ad021ea7..ff54afcfe6 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/finding-changed-methods-and-functions-in-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Qualquer pessoa com acesso de leitura em um repositório pode visualizar uma lista das modificações de funções e métodos em determinados arquivos de uma pull request.
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/github-flow.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
index 5250b530b9..332e399b36 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/github-flow.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Seguir o fluxo GitHub
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
index bca87394b5..9068d9e466 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
index b66fded9ec..e2d00351a4 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/incorporating-feedback-in-your-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Aplicar alterações sugeridas
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/index.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/index.md
index 19095e00d6..37564976af 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/index.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/index.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
index b06ce84ecb..1f0d73e7e0 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/merging-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -47,7 +48,7 @@ Se decidir que não quer que as alterações em um branch de tópico sofram merg
O repositório pode ser configurado para que o branch principal de um pull request seja excluído automaticamente quando você faz o merge de um pull request. Para obter mais informações, consulte "[Gerenciar a exclusão automática de branches](/github/administering-a-repository/managing-the-automatic-deletion-of-branches)".
- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+ {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% note %}
**Observação**: {% data reusables.pull_requests.retargeted-on-branch-deletion %} Para obter mais informações, consulte "[Sobre branches](/github/collaborating-with-issues-and-pull-requests/about-branches#working-with-branches)".
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
index 0cc7b70f11..9a98708737 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/merging-an-upstream-repository-into-your-fork.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.command_line.open_the_multi_os_terminal %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/overview.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/overview.md
index cbc3a1493d..93408ad935 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/overview.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/overview.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
index fcffe622ef..62fda6c983 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
index 8b9afeabf4..7fbcc480e5 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/requesting-a-pull-request-review.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Proprietários e colaboradores de um repositório pertencente a uma conta de usuário podem atribuir revisões de pull requests. Os integrantes da organização com permissões de triagem em um repositório podem atribuir uma revisão de pull request.
-Os proprietários e colaboradores podem atribuir uma revisão de pull request a qualquer pessoa que recebeu explicitamente [acesso de leitura](/articles/access-permissions-on-github) em um repositório pertencente a um usuário. Os integrantes da organização podem atribuir uma revisão de pull request para qualquer pessoa ou equipe com acesso de leitura em um repositório. O revisor ou a equipe receberão uma notificação informando que você solicitou a revisão de uma pull request. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %}Se você solicitou uma revisão de uma equipe e a atribuição de código está habilitada serão solicitados integrantes específicos e a equipe será removida como revisora. Para obter mais informações, consulte "[Gerenciando a responsabilidade pela revisão de código para sua equipe](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+Os proprietários e colaboradores podem atribuir uma revisão de pull request a qualquer pessoa que recebeu explicitamente [acesso de leitura](/articles/access-permissions-on-github) em um repositório pertencente a um usuário. Os integrantes da organização podem atribuir uma revisão de pull request para qualquer pessoa ou equipe com acesso de leitura em um repositório. O revisor ou a equipe receberão uma notificação informando que você solicitou a revisão de uma pull request. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you request a review from a team and code review assignment is enabled, specific members will be requested and the team will be removed as a reviewer. Para obter mais informações, consulte "[Gerenciando a responsabilidade pela revisão de código para sua equipe](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
{% note %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
index 1ee0772fd0..ec47c6933b 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-on-github.md
@@ -6,11 +6,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
You can only resolve merge conflicts on {% data variables.product.product_name %} that are caused by competing line changes, such as when people make different changes to the same line of the same file on different branches in your Git repository. For all other types of merge conflicts, you must resolve the conflict locally on the command line. For more information, see "[Resolving a merge conflict using the command line](/articles/resolving-a-merge-conflict-using-the-command-line/)."
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
If a site administrator disables the merge conflict editor for pull requests between repositories, you cannot use the conflict editor on {% data variables.product.product_name %} and must resolve merge conflicts on the command line. For example, if the merge conflict editor is disabled, you cannot use it on a pull request between a fork and upstream repository.
{% endif %}
@@ -31,7 +32,7 @@ If a site administrator disables the merge conflict editor for pull requests bet
{% tip %}
- **Tip:** If the **Resolve conflicts** button is deactivated, your pull request's merge conflict is too complex to resolve on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion %} or the site administrator has disabled the conflict editor for pull requests between repositories{% endif %}. You must resolve the merge conflict using an alternative Git client, or by using Git on the command line. For more information see "[Resolving a merge conflict using the command line](/articles/resolving-a-merge-conflict-using-the-command-line)."
+ **Tip:** If the **Resolve conflicts** button is deactivated, your pull request's merge conflict is too complex to resolve on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} or the site administrator has disabled the conflict editor for pull requests between repositories{% endif %}. You must resolve the merge conflict using an alternative Git client, or by using Git on the command line. For more information see "[Resolving a merge conflict using the command line](/articles/resolving-a-merge-conflict-using-the-command-line)."
{% endtip %}
{% data reusables.pull_requests.decide-how-to-resolve-competing-line-change-merge-conflict %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
index c28454eea6..b1cb53a0ec 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/resolving-a-merge-conflict-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os conflitos de merge ocorrem quando alterações concorrentes são feitas na mesma linha de um arquivo ou quando uma pessoa edita um arquivo e outra pessoa exclui o mesmo arquivo. Para obter mais informações, consulte "[Sobre conflitos de merge](/articles/about-merge-conflicts/)".
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
index f7dedd9314..a57b13cf31 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reverting-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre a reversão de uma pull request
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
index 06504deb79..4a8e0f6fc9 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
index 847451bb72..655476bc9b 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/reviewing-proposed-changes-in-a-pull-request.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre revisões de pull requests
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
index 73001a044f..a9c0d595ad 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/syncing-a-fork.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para poder sincronizar a bifurcação com o repositório upstream, você deve [configurar um remote que aponte para o repositório upstream](/articles/configuring-a-remote-for-a-fork) no Git.
{% data reusables.command_line.open_the_multi_os_terminal %}
2. Altere o diretório de trabalho atual referente ao seu projeto local.
-3. Obtenha os branches e os respectivos commits do repositório upstream. Os commits para `master` serão armazenados em um branch local, `upstream/master`.
+3. Obtenha os branches e os respectivos commits do repositório upstream. Commits to `main` will be stored in a local branch, `upstream/main`.
```shell
$ git fetch upstream
> remote: Counting objects: 75, done.
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
index a43d64e8a7..a4685930fa 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/viewing-a-pull-request-review.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.search.requested_reviews_search %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
index 21e2652bfc..3ffd8881e0 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/what-happens-to-forks-when-a-repository-is-deleted-or-changes-visibility.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.deleted_forks_from_private_repositories_warning %}
@@ -29,7 +30,7 @@ Se um repositório público passa a ser privado, as bifurcações públicas dele
Ou seja, as bifurcações de um repositório público permanecerão públicas na própria rede de repositório separada, mesmo depois que o repositório principal se tornar privado. Isso permite que os proprietários da bifurcação continuem trabalhando e colaborando sem interrupção. Se as bifurcações públicas não tiverem sido movidas para uma rede separada dessa forma, os proprietários dessas bifurcações precisarão obter as [permissões de acesso](/articles/access-permissions-on-github) apropriadas para fazer pull de alterações do repositório principal (agora privado) e enviar pull requests para ele, ainda que antes não precisassem dessas permissões.
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
Se um repositório público tiver acesso de leitura anônimo do Git habilitado e o repositório passar a ser privado, todas as bifurcações do repositório perderão o acesso de leitura anônimo do Git e retornarão à configuração padrão desabilitada. Se um repositório bifurcado passar a ser público, os administradores dele poderão reabilitar o acesso de leitura anônimo do Git. Para obter mais informações, consulte "[Habilitar acesso de leitura anônimo do Git para um repositório](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository)".
{% endif %}
diff --git a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
index 232a65f6cc..c9d9195a54 100644
--- a/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
+++ b/translations/pt-BR/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/about-commits.md b/translations/pt-BR/content/github/committing-changes-to-your-project/about-commits.md
index 5fade3f237..a998a5d8d1 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/about-commits.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/about-commits.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre commits
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/changing-a-commit-message.md b/translations/pt-BR/content/github/committing-changes-to-your-project/changing-a-commit-message.md
index dc18165c3b..5c44e22cdc 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/changing-a-commit-message.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/changing-a-commit-message.md
@@ -7,6 +7,7 @@ intro: 'Se uma mensagem do commit contiver informações imprecisas, incorretas
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Reescrever a mensagem do commit mais recente
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md b/translations/pt-BR/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
index 2b59faea29..95e060fe2e 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/commit-branch-and-tag-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se seu commit não estiver no branch padrão, um indicador mostrará os branches que contêm o commit. Se o commit fizer parte de uma pull request sem merge, ele mostrará um link.
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md b/translations/pt-BR/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
index 3421f2f094..35812831f8 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/commit-exists-on-github-but-not-in-my-local-clone.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você usa `git show` para exibir um commit específico na linha de comando, é possível que veja um erro fatal.
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/comparing-commits.md b/translations/pt-BR/content/github/committing-changes-to-your-project/comparing-commits.md
index fe9b9ada7b..1132eca9d9 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/comparing-commits.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/comparing-commits.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode comparar o estado de seu repositório entre os branches, tags, commits e datas. Para comparar diferentes versões do repositório, adicione `/compare` ao caminho do seu repositório.
@@ -26,9 +27,9 @@ Veja a seguir um exemplo de uma [comparação entre dois branches](https://githu
### Comparar tags
-A comparação de tags de versão irá mostrar alterações no seu repositório desde a última versão. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} Para obter mais informações, consulte "[Comparar versões](/github/administering-a-repository/comparing-releases)".{% endif %}
+A comparação de tags de versão irá mostrar alterações no seu repositório desde a última versão. {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} For more information, see "[Comparing releases](/github/administering-a-repository/comparing-releases)."{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}Para comparar tags, você pode selecionar o nome de uma tag no menu suspenso `comparar` na parte superior da página.{% else %} Em vez de digitar o nome de um branch, digite o nome da sua tag no menu suspenso `comparar`.{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}To compare tags, you can select a tag name from the `compare` drop-down menu at the top of the page.{% else %} Instead of typing a branch name, type the name of your tag in the `compare` drop down menu.{% endif %}
Veja a seguir o exemplo de uma [comparação entre duas tags](https://github.com/octocat/linguist/compare/v2.2.0...octocat:v2.3.3).
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md b/translations/pt-BR/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
index 7176500a25..e0e23bf580 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/creating-a-commit-with-multiple-authors.md
@@ -1,11 +1,12 @@
---
title: Creating a commit with multiple authors
-intro: 'You can attribute a commit to more than one author by adding one or more `Co-authored-by` trailers to the commit''s message. Co-authored commits are visible on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion %} and can be included in the profile contributions graph and the repository''s statistics{% endif %}.'
+intro: 'You can attribute a commit to more than one author by adding one or more `Co-authored-by` trailers to the commit''s message. Co-authored commits are visible on {% data variables.product.product_name %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} and can be included in the profile contributions graph and the repository''s statistics{% endif %}.'
redirect_from:
- /articles/creating-a-commit-with-multiple-authors
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Required co-author information
@@ -68,7 +69,7 @@ After you've made changes in a file using the web editor on {% data variables.pr
The new commit and message will appear on {% data variables.product.product_location %}.
### Further reading
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- "[Viewing contributions on your profile](/articles/viewing-contributions-on-your-profile)"
- "[Why are my contributions not showing up on my profile?](/articles/why-are-my-contributions-not-showing-up-on-my-profile)"{% endif %}
- "[Viewing a summary of repository activity](/articles/viewing-a-summary-of-repository-activity)"
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/creating-and-editing-commits.md b/translations/pt-BR/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
index bdbf94665b..0a0c2aa979 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/creating-and-editing-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/differences-between-commit-views.md b/translations/pt-BR/content/github/committing-changes-to-your-project/differences-between-commit-views.md
index 08b2f6ca0a..b398c86daa 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/differences-between-commit-views.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/differences-between-commit-views.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
No {% data variables.product.product_name %}, é possível ver o histórico de commits de um repositório:
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/index.md b/translations/pt-BR/content/github/committing-changes-to-your-project/index.md
index 1663841d43..ec85e37f5d 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/index.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/troubleshooting-commits.md b/translations/pt-BR/content/github/committing-changes-to-your-project/troubleshooting-commits.md
index dcc603a8c5..a574d2572d 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/troubleshooting-commits.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/troubleshooting-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md b/translations/pt-BR/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
index 01a4b9c37e..64b9fe27f8 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md b/translations/pt-BR/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
index c65c19f591..bfaea6e1b9 100644
--- a/translations/pt-BR/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
+++ b/translations/pt-BR/content/github/committing-changes-to-your-project/why-are-my-commits-linked-to-the-wrong-user.md
@@ -3,10 +3,11 @@ title: Por que meus commits estão vinculados ao usuário errado?
redirect_from:
- /articles/how-do-i-get-my-commits-to-link-to-my-github-account/
- /articles/why-are-my-commits-linked-to-the-wrong-user
-intro: 'O {% data variables.product.product_name %} usa o endereço de e-mail no header do commit para vincular o commit a um usuário do GitHub. Se os commits estiverem sendo vinculados a outro usuário ou não estiverem vinculados a nenhum usuário, talvez você precise alterar suas configurações locais do Git, adicionar um endereço de e-mail às configurações de e-mail da sua conta ou ambos.'
+intro: 'O {% data variables.product.product_name %} usa o endereço de e-mail no header do commit para vincular o commit a um usuário do GitHub. If your commits are being linked to another user, or not linked to a user at all, you may need to change your local Git configuration settings{% if currentVersion != "github-ae@latest" %}, add an email address to your account email settings, or do both{% endif %}.'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -18,10 +19,10 @@ versions:
### Commits vinculados a outro usuário
-Se os commits estiverem vinculados a outro usuário, significa que o usuário adicionou o endereço de e-mail em suas configurações locais do Git local à conta dele do {% data variables.product.product_name %}. Nesse caso, altere o e-mail nas suas configurações locais do Git e adicione o novo endereço de e-mail à sua conta do {% data variables.product.product_name %} para vincular futuros commits a ela.
+If your commits are linked to another user, that means the email address in your local Git configuration settings is connected to that user's account on {% data variables.product.product_name %}. In this case, you can change the email in your local Git configuration settings{% if currentVersion == "github-ae@latest" %} to the address associated with your account on {% data variables.product.product_name %} to link your future commits. Os commits antigos não serão vinculados. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."{% else %} and add the new email address to your {% data variables.product.product_name %} account to link future commits to your account.
-1. Para alterar o endereço de e-mail nas suas configurações local do Git, siga as etapas em "[Configurar endereço de e-mail do commit no Git](/articles/setting-your-commit-email-address)". Se você trabalha em várias máquinas, precisa alterar essa configuração em cada uma deles.
-2. Adicione o endereço de e-mail da etapa 2 às configurações da sua conta seguindo as etapas em "[Adicionar endereço de e-mail à sua conta do GitHub](/articles/adding-an-email-address-to-your-github-account)".
+1. To change the email address in your local Git configuration, follow the steps in "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)". Se você trabalha em várias máquinas, precisa alterar essa configuração em cada uma deles.
+2. Add the email address from step 2 to your account settings by following the steps in "[Adding an email address to your GitHub account](/articles/adding-an-email-address-to-your-github-account)".{% endif %}
Os commits criados a partir daí serão vinculados à sua conta.
@@ -34,9 +35,13 @@ Para verificar o endereço de e-mail usado para esses commits e conectar commits
1. Navegue até o commit clicando no link da mensagem do commit. 
2. Para ler uma mensagem sobre o motivo do commit não estar vinculado, passe o mouse sobre o {% octicon "question" aria-label="Question mark" %} azul à direita do nome de usuário. 
- - **Autor não reconhecido (com endereço de e-mail)** – Se esta mensagem for exibida com um endereço de e-mail, significa que o endereço não foi adicionado às configurações da sua conta. Para vincular os commits, [adicione o endereço de e-mail às suas configurações de e-mail do GitHub](/articles/adding-an-email-address-to-your-github-account). Se o seu endereço de e-mail tiver um Gravatar associado a ele, o Gravatar será exibido ao lado do seu nome de usuário, em vez do nome Octocat padrão cinza.
- - **Autor não reconhecido (sem endereço de e-mail)** – Se esta mensagem for exibida sem um endereço de e-mail, significa que você usou um endereço de e-mail genérico que não pode ser adicionado às suas configurações de e-mail. Você precisará [configurar seu endereço de e-mail do commit no Git](/articles/setting-your-commit-email-address) e depois [adicionar o novo endereço às suas configurações de e-mail do GitHub](/articles/adding-an-email-address-to-your-github-account) para vincular os futuros commits. Os commits antigos não serão vinculados.
- - **E-mail inválido** – Significa que o endereço de e-mail nas suas configurações locais do Git está em branco ou fora do formato. Você precisará [configurar seu endereço de e-mail do commit no Git](/articles/setting-your-commit-email-address) e depois [adicionar o novo endereço às suas configurações de e-mail do GitHub](/articles/adding-an-email-address-to-your-github-account) para vincular os futuros commits. Os commits antigos não serão vinculados.
+ - **Unrecognized author (with email address)** If you see this message with an email address, the address you used to author the commit is not connected to your account on {% data variables.product.product_name %}. {% if currentVersion != "github-ae@latest" %}To link your commits, [add the email address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account).{% endif %} If the email address has a Gravatar associated with it, the Gravatar will be displayed next to the commit, rather than the default gray Octocat.
+ - **Unrecognized author (no email address)** If you see this message without an email address, you used a generic email address that can't be connected to your account on {% data variables.product.product_name %}.{% if currentVersion != "github-ae@latest" %} You will need to [set your commit email address in Git](/articles/setting-your-commit-email-address), then [add the new address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account) to link your future commits. Old commits will not be linked.{% endif %}
+ - **Invalid email** The email address in your local Git configuration settings is either blank or not formatted as an email address.{% if currentVersion != "github-ae@latest" %} You will need to [set your commit email address in Git](/articles/setting-your-commit-email-address), then [add the new address to your GitHub email settings](/articles/adding-an-email-address-to-your-github-account) to link your future commits. Old commits will not be linked.{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+You can change the email in your local Git configuration settings to the address associated with your account to link your future commits. Os commits antigos não serão vinculados. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."
+{% endif %}
{% warning %}
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
index 826ce3095f..d049245a9f 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-archiving-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
index 5eeaf622e2..c6687d8c1e 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-code-owners.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.code-owners %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
As pessoas com permissões de administrador ou proprietário podem configurar um arquivo CODEOWNERS em um repositório.
@@ -20,9 +21,9 @@ Solicita-se automaticamente que os proprietários do código revisem quando algu
Quando alguém com permissões de administrador ou proprietário tiver habilitado revisões obrigatórias, se desejar, ele também poderá exigir aprovação de um proprietário do código para que o autor possa fazer merge de uma pull request no repositório. Para obter mais informações, consulte "[Habilitar revisões obrigatórias para pull requests](/github/administering-a-repository/enabling-required-reviews-for-pull-requests)".
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %}Se uma equipe habilitou as atribuições de revisão de código, as aprovações individuais não irão satisfazer o requisito para a aprovação do proprietário do código em um branch protegido. Para obter mais informações, consulte "[Gerenciando a responsabilidade pela revisão de código para sua equipe](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If a team has enabled code review assignments, the individual approvals won't satisfy the requirement for code owner approval in a protected branch. Para obter mais informações, consulte "[Gerenciando a responsabilidade pela revisão de código para sua equipe](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)."{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
Se um arquivo tiver um proprietário do código, você poderá ver quem é o proprietário do código antes de abrir um pull request. No repositório, é possível pesquisar o arquivo e passar o mouse sobre
{% octicon "shield-lock" aria-label="The edit icon" %}.
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-readmes.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
index 3a9fd65bc6..8af95a7a89 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-readmes.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um arquivo LEIAME, junto com {% if currentVersion == "free-pro-team@latest" %}a [licença de repositório](/articles/licensing-a-repository), [diretrizes de contribuição](/articles/setting-guidelines-for-repository-contributors) e um [código de conduta](/articles/adding-a-code-of-conduct-to-your-project){% else %}uma [licença de repositório](/articles/licensing-a-repository) e diretrizes de contribuição [](/articles/setting-guidelines-for-repository-contributors){% endif %} ajudam você a comunicar as expectativas e gerenciar contribuições para o seu projeto.
@@ -23,7 +24,7 @@ Se você colocar o arquivo LEIAME na raiz do repositório, `docs`, ou no diretó

-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
{% data reusables.profile.profile-readme %}
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repositories.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
index 8f34ead56d..a234d85baa 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode possuir repositórios individualmente ou compartilhar a propriedade de repositórios com outras pessoas em uma organização.
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
index 8d39dc7688..b132dcfd29 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.product_name %} usa [Biblioteca Linguist](https://github.com/github/linguist) a de código aberto para
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
index 8eae27e8ae..9e2fc6a4ec 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/about-repository-visibility.md
@@ -1,22 +1,29 @@
---
title: About repository visibility
-intro: 'You can restrict who has access to a repository by choosing a repository''s visibility: {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}public, internal, or private{% else %} public or private{% endif %}.'
+intro: 'You can restrict who has access to a repository by choosing a repository''s visibility: {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}public, internal, or private{% elsif currentVersion == "github-ae@latest" %}private or internal{% else %} public or private{% endif %}.'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### About repository visibility
-When you create a repository, you can choose to make the repository public or private. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}If you're creating the repository in an organization{% if currentVersion == "free-pro-team@latest" %} that is owned by an enterprise account{% endif %}, you can also choose to make the repository internal.{% endif %}
+{% if currentVersion == "github-ae@latest" %}When you create a repository owned by your user account, the repository is always private. When you create a repository owned by an organization, you can choose to make the repository private or internal.{% else %}When you create a repository, you can choose to make the repository public or private.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} If you're creating the repository in an organization{% if currentVersion == "free-pro-team@latest" %} that is owned by an enterprise account{% endif %}, you can also choose to make the repository internal.{% endif %}{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}If {% data variables.product.product_location_enterprise %} is not in private mode or behind a firewall, p{% else %}P{% endif %}ublic repositories are accessible to everyone on the internet.{% if enterpriseServerVersions contains currentVersion %} Otherwise, public repositories are available to everyone using {% data variables.product.product_location_enterprise %}, including outside collaborators.{% endif %} Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, [certain organization members](/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization). {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}Internal repositories are accessible to members of your enterprise. For more information, see "[About internal repositories](#about-internal-repositories)."{% endif %}
+{% if enterpriseServerVersions contains currentVersion %}
+If {% data variables.product.product_location %} is not in private mode or behind a firewall, public repositories are accessible to everyone on the internet. Otherwise, public repositories are available to everyone using {% data variables.product.product_location %}, including outside collaborators. Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. {% if currentVersion ver_gt "enterprise-server@2.19" %} Internal repositories are accessible to enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."{% endif %}
+{% elsif currentVersion == "github-ae@latest" %}
+Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. Internal repositories are accessible to all enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."
+{% else %}
+Public repositories are accessible to everyone on the internet. Private repositories are only accessible to you, people you explicitly share access with, and, for organization repositories, certain organization members. Internal repositories are accessible to enterprise members. For more information, see "[About internal repositories](#about-internal-repositories)."
+{% endif %}
Organization owners always have access to every repository created in an organization. For more information, see "[Repository permission levels for an organization](/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization)."
People with admin permissions for a repository can change an existing repository's visibility. For more information, see "[Setting repository visibility](/github/administering-a-repository/setting-repository-visibility)."
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
### About internal repositories
{% note %}
@@ -27,9 +34,9 @@ People with admin permissions for a repository can change an existing repository
{% data reusables.repositories.about-internal-repos %} For more information on innersource, see {% data variables.product.prodname_dotcom %}'s whitepaper "[An introduction to innersource](https://resources.github.com/whitepapers/introduction-to-innersource/)."
-All {% if currentVersion == "free-pro-team@latest" %}enterprise members{% else %}organization members{% endif %} have read permissions to the internal repository, but internal repositories are not visible to people {% if currentVersion == "free-pro-team@latest" %}outside of the enterprise account{% else %}who are not members of an organization{% endif %}, including outside collaborators on organization repositories. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Roles for an enterprise account](/articles/roles-for-an-enterprise-account#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
+All enterprise members have read permissions to the internal repository, but internal repositories are not visible to people {% if currentVersion == "free-pro-team@latest" %}outside of the enterprise{% else %}who are not members of an organization{% endif %}, including outside collaborators on organization repositories. For more information, see {% if currentVersion == "free-pro-team@latest" or "github-ae@latest" %}"[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and {% endif %}"[Repository permission levels for an organization](/articles/repository-permission-levels-for-an-organization)."
{% data reusables.repositories.internal-repo-default %}
-If a user is removed from {% if currentVersion == "free-pro-team@latest" %}an enterprise account{% else %}all organizations on the instance{% endif %}, that user's forks of internal repositories are removed automatically.
+If a user is removed from all organizations owned by the enterprise, that user's forks of internal repositories are removed automatically.
{% endif %}
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
index fa78ec7c1c..d588ff9d11 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
index 2192d1759e..53feab564f 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/archiving-repositories.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.archiving-repositories-recommendation %}
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
index 9d4131276c..f7fc86c5ee 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/backing-up-a-repository.md
@@ -1,11 +1,12 @@
---
title: Backing up a repository
-intro: 'You can use{% if enterpriseServerVersions contains currentVersion %} Git and{% endif %} the API {% if currentVersion == "free-pro-team@latest" %}or a third-party tool {% endif %}to back up your repository.'
+intro: 'You can use{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} Git and{% endif %} the API {% if currentVersion == "free-pro-team@latest" %}or a third-party tool {% endif %}to back up your repository.'
redirect_from:
- /articles/backing-up-a-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
@@ -30,7 +31,7 @@ When you clone a repository or wiki, only Git data, such as project files and co
- [Projects](/v3/projects/#list-repository-projects)
{% endif %}
-Once you have {% if enterpriseServerVersions contains currentVersion %}a local version of all the content you want to back up, you can create a zip archive and {% else %}downloaded your archive, you can {% endif %}copy it to an external hard drive and/or upload it to a cloud-based backup service such as [Google Drive](https://www.google.com/drive/) or [Dropbox](https://www.dropbox.com/).
+Once you have {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}a local version of all the content you want to back up, you can create a zip archive and {% else %}downloaded your archive, you can {% endif %}copy it to an external hard drive and/or upload it to a cloud-based backup service such as [Google Drive](https://www.google.com/drive/) or [Dropbox](https://www.dropbox.com/).
{% if currentVersion == "free-pro-team@latest" %}
### Third-party backup tools
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
index 82f8dcb4ff..bbd3e66c94 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
index 060c3c1cb5..ed488aa6a2 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre clonagem de um repositório
@@ -16,7 +17,7 @@ Clonar um repositório extrai uma cópia completa de todos os dados do repositó
É possível clonar o repositório existente ou clonar o repositório existente de outra pessoa para contribuir para um projeto.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
**Dica**: Você também pode clonar um repositório usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`clone de repositório gh`](https://cli.github.com/manual/gh_repo_clone)" na documentação do {% data variables.product.prodname_cli %}.
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
index 646561bfeb..40fa7d6ab0 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-new-repository.md
@@ -12,6 +12,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -20,16 +21,16 @@ versions:
{% endtip %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
-**Dica**: Você também pode criar um repositório usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`criar repositório gh`](https://cli.github.com/manual/gh_repo_create)" na documentação do {% data variables.product.product_location %}.
+**Dica**: Você também pode criar um repositório usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`criar repositório gh`](https://cli.github.com/manual/gh_repo_create)" na documentação do {% data variables.product.prodname_cli %}.
{% endtip %}
{% endif %}
{% data reusables.repositories.create_new %}
-2. Se desejar, para criar um repositório com a estrutura de diretório e arquivos de um repositório existente, use o menu suspenso **Choose a template** (Escolher um modelo) e selecione um repositório de modelo. Você verá repositórios de modelo que pertencem a você e às organizações das quais você é integrante ou que usou antes. Para obter mais informações, consulte "[Criar um repositório a partir de um modelo](/articles/creating-a-repository-from-a-template)". {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+2. Se desejar, para criar um repositório com a estrutura de diretório e arquivos de um repositório existente, use o menu suspenso **Choose a template** (Escolher um modelo) e selecione um repositório de modelo. Você verá repositórios de modelo que pertencem a você e às organizações das quais você é integrante ou que usou antes. Para obter mais informações, consulte "[Criar um repositório a partir de um modelo](/articles/creating-a-repository-from-a-template)". {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
3. Opcionalmente, se você escolheu usar um modelo para incluir a estrutura do diretório e arquivos de todos os branches no modelo, e não apenas o branch-padrão, selecione **Incluir todos os branches**. {% endif %}
3. No menu suspenso Proprietário, selecione a conta na qual deseja criar o repositório.
{% data reusables.repositories.repo-name %}
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
index dade074a87..4df64c6208 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template.md
@@ -6,21 +6,22 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre modelos de repositório
Qualquer pessoa com permissões de leitura em um repositório de modelos pode criar um repositório a partir desse modelo. Para obter mais informações, consulte "[Criar um repositório de modelos](/articles/creating-a-template-repository)".
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
{% tip %}
-**Dica**: Você também pode criar um repositório a partir de um modelo usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`criar repositório gh`](https://cli.github.com/manual/gh_repo_create)" na documentação do {% data variables.product.product_location %}.
+**Dica**: Você também pode criar um repositório a partir de um modelo usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`criar repositório gh`](https://cli.github.com/manual/gh_repo_create)" na documentação do {% data variables.product.prodname_cli %}.
{% endtip %}
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
Você pode optar por incluir a estrutura do diretório e os arquivos apenas a partir do branch-padrão do repositório de modelos ou incluir todos os branches.
{% endif %}
@@ -37,7 +38,7 @@ Para obter mais informações sobre bifurcações, consulte "[Sobre bifurcaçõe
2. Acima da lista de arquivos, clique em **Use this template** (Usar este modelo). 
{% data reusables.repositories.owner-drop-down %}
{% data reusables.repositories.repo-name %}
-{% data reusables.repositories.choose-repo-visibility %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% data reusables.repositories.choose-repo-visibility %}{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
6. Opcionalmente, para incluir a estrutura de diretório e arquivos de todos os branches no modelo, e não apenas o branch-padrão, selecione **Incluir todos os branches**. {% endif %}
{% data reusables.repositories.select-marketplace-apps %}
8. Clique em **Create repository from template** (Criar repositório a partir do modelo).
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
index c5237190fe..299db46bca 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
index 7fe2328494..39778d159c 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-a-template-repository.md
@@ -1,12 +1,13 @@
---
title: Creating a template repository
-intro: 'You can make an existing repository a template, so you and others can generate new repositories with the same directory structure{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}, branches,{% endif %} and files.'
-permissions: 'Anyone with admin permissions to a repository can make the repository a template.'
+intro: 'You can make an existing repository a template, so you and others can generate new repositories with the same directory structure{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}, branches,{% endif %} and files.'
+permissions: Anyone with admin permissions to a repository can make the repository a template.
redirect_from:
- /articles/creating-a-template-repository
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -17,7 +18,7 @@ versions:
To create a template repository, you must create a repository, then make the repository a template. For more information about creating a repository, see "[Creating a new repository](/articles/creating-a-new-repository)."
-After you make your repository a template, anyone with access to the repository can generate a new repository with the same directory structure and files as your default branch.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} They can also choose to include all the other branches in your repository.{% endif %} For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)."
+After you make your repository a template, anyone with access to the repository can generate a new repository with the same directory structure and files as your default branch.{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %} They can also choose to include all the other branches in your repository.{% endif %} For more information, see "[Creating a repository from a template](/articles/creating-a-repository-from-a-template)."
{% data reusables.repositories.navigate-to-repo %}
{% data reusables.repositories.sidebar-settings %}
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
index 21acac5b30..cc682b2ebf 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/creating-an-issues-only-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. Crie um repositório **privado** para hospedar o código-fonte do seu projeto.
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
index d4a6346ee6..56a0c3d7f7 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/duplicating-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para poder duplicar um repositório e fazer push (ou seja, _espelhamento_) na nova cópia do repositório, é preciso [criar o novo repositório](/articles/creating-a-new-repository) no {% data variables.product.product_location %}. Nesses exemplos, `exampleuser/new-repository` ou `exampleuser/mirrored` são os espelhos.
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
index 8141864a60..0d7eef7eaf 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/error-remote-head-refers-to-nonexistent-ref-unable-to-checkout.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
É simples identificar esse erro; o Git avisará quando você tentar clonar o repositório:
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
index 45aab42a1d..b84b840535 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/error-repository-not-found.md
@@ -1,11 +1,12 @@
---
title: 'Erro: repositório não encontrado'
-intro: '{% if currentVersion == "free-pro-team@latest" %}Se você vir este erro ao clonar um repositório, isto significa que o repositório não existe ou que você não tem permissão para acessá-lo. Existem algumas soluções para esse erro, dependendo do motivo.{% else %}Ao encontrar esse erro ao clonar um repositório, significa que o repositório não existe, você não tem permissão para acessá-lo ou a instância do GitHub Enterprise está em modo privado. Existem algumas soluções para esse erro, dependendo do motivo.{% endif %}'
+intro: '{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" %}If you see this error when cloning a repository, it means that the repository does not exist or you do not have permission to access it.{% else %}If you see this error when cloning a repository, it means that the repository does not exist, you do not have permission to access it, or {% data variables.product.product_location %} is in private mode.{% endif %} There are a few solutions to this error, depending on the cause.'
redirect_from:
- /articles/error-repository-not-found
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Verifique a ortografia
@@ -43,11 +44,9 @@ Se o repositório pertencer a uma organização e você estiver usando uma chave
Para obter mais informações, consulte [Adicionar uma nova chave SSH à sua conta GitHub](/articles/adding-a-new-ssh-key-to-your-github-account).
{% if enterpriseServerVersions contains currentVersion %}
-
### Verifique se sua instância está em modo privado
Caso o administrador de seu site tenha habilitado o modo privado em sua instância GitHub Enterprise, clones anônimos em `git://` estarão desabilitados. Caso não consiga clonar um repositório, contate o administrador de seu site.
-
{% endif %}
### Verifique se o repositório realmente existe
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
index fed9f964eb..f9b752862c 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/https-cloning-errors.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Segue aqui um exemplo de erro HTTPS que você pode receber:
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/index.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/index.md
index b4f524f9ee..d5e30bf3ab 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/index.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
index 88f4298670..400b26f9ba 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/licensing-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Escolher a licença ideal
diff --git a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
index 19d4944fb2..cebe80ecf1 100644
--- a/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
+++ b/translations/pt-BR/content/github/creating-cloning-and-archiving-repositories/limits-for-viewing-content-and-diffs-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A maioria dos limites abaixo afetam o {% data variables.product.product_name %} e a API.
diff --git a/translations/pt-BR/content/github/extending-github/about-webhooks.md b/translations/pt-BR/content/github/extending-github/about-webhooks.md
index a765f39e4a..59553294a3 100644
--- a/translations/pt-BR/content/github/extending-github/about-webhooks.md
+++ b/translations/pt-BR/content/github/extending-github/about-webhooks.md
@@ -9,6 +9,7 @@ intro: Webhooks permitem que notificações sejam entregues a um servidor web ex
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/extending-github/getting-started-with-the-api.md b/translations/pt-BR/content/github/extending-github/getting-started-with-the-api.md
index 0f91307441..1ebadc20f1 100644
--- a/translations/pt-BR/content/github/extending-github/getting-started-with-the-api.md
+++ b/translations/pt-BR/content/github/extending-github/getting-started-with-the-api.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para automatizar tarefas comuns, fazer backup dos seus dados ou criar integrações que estendem o {% data variables.product.product_name %}, você poderá usar a API do {% data variables.product.product_name %}.
diff --git a/translations/pt-BR/content/github/extending-github/git-automation-with-oauth-tokens.md b/translations/pt-BR/content/github/extending-github/git-automation-with-oauth-tokens.md
index c91b131eb0..1287fb6be5 100644
--- a/translations/pt-BR/content/github/extending-github/git-automation-with-oauth-tokens.md
+++ b/translations/pt-BR/content/github/extending-github/git-automation-with-oauth-tokens.md
@@ -8,6 +8,7 @@ intro: 'Você pode usar tokens OAuth para interagir com {% data variables.produc
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Etapa 1: Obtenha um token OAuth
diff --git a/translations/pt-BR/content/github/extending-github/index.md b/translations/pt-BR/content/github/extending-github/index.md
index 08739f3087..e540636566 100644
--- a/translations/pt-BR/content/github/extending-github/index.md
+++ b/translations/pt-BR/content/github/extending-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md b/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
index e3d7464b32..ef76c6ead1 100644
--- a/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
+++ b/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-workflow-for-compiled-languages.md
@@ -3,7 +3,7 @@ title: Configurar o fluxo de trabalho do CodeQL para linguagens compiladas
shortTitle: Configurar para linguagens compiladas
intro: 'Você pode configurar como o {% data variables.product.prodname_dotcom %} usa o {% data variables.product.prodname_codeql_workflow %} para varrer o código escrito em linguagens compiladas para obter vulnerabilidades e erros.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'Pessoas com permissões de gravação para um repositório podem configurar {% data variables.product.prodname_code_scanning %} para o repositório.'
+permissions: 'If you have write permissions to a repository, you can configure {% data variables.product.prodname_code_scanning %} for that repository.'
redirect_from:
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning-for-compiled-languages
- /github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-the-codeql-action-for-compiled-languages
diff --git a/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md b/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
index 897fc3a74f..d44cd2e445 100644
--- a/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
+++ b/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning-for-a-repository.md
@@ -3,7 +3,7 @@ title: Enabling code scanning for a repository
shortTitle: Enabling code scanning
intro: 'You can enable {% data variables.product.prodname_code_scanning %} for your project''s repository.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'People with write permissions to a repository can enable {% data variables.product.prodname_code_scanning %} for the repository.'
+permissions: 'If you have write permissions to a repository, you can enable {% data variables.product.prodname_code_scanning %} for that repository.'
redirect_from:
- /github/managing-security-vulnerabilities/configuring-automated-code-scanning
- /github/finding-security-vulnerabilities-and-errors-in-your-code/enabling-code-scanning
diff --git a/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md b/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
index 3d6cc952dc..876423b274 100644
--- a/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
+++ b/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/managing-code-scanning-alerts-for-your-repository.md
@@ -3,7 +3,7 @@ title: Gerenciar alertas de verificação de código para o seu repositório
shortTitle: Gerenciando alertas
intro: 'You can view, fix, {% if currentVersion == "enterprise-server@2.22" %}or close{% else %}dismiss, or delete{% endif %} alerts for potential vulnerabilities or errors in your project''s code.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'As pessoas com permissão de gravação em um repositório podem gerenciar alertas de {% data variables.product.prodname_code_scanning %} do repositório.'
+permissions: 'If you have write permission to a repository you can manage {% data variables.product.prodname_code_scanning %} alerts for that repository.'
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
diff --git a/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md b/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
index 2463ff9713..b51fe36706 100644
--- a/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
+++ b/translations/pt-BR/content/github/finding-security-vulnerabilities-and-errors-in-your-code/triaging-code-scanning-alerts-in-pull-requests.md
@@ -3,7 +3,7 @@ title: Alertas de varredura de código de triagem em pull requests
shortTitle: Alertas de triagem em pull requests
intro: 'Quando {% data variables.product.prodname_code_scanning %} identifica um problema em um pull request, você poderá revisar o código destacado e resolver o alerta.'
product: '{% data reusables.gated-features.code-scanning %}'
-permissions: 'As pessoas com permissão de gravação em um repositório podem resolver alertas de {% data variables.product.prodname_code_scanning %}.'
+permissions: 'If you have write permission to a repository, you can resolve {% data variables.product.prodname_code_scanning %} alerts for that repository.'
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
diff --git a/translations/pt-BR/content/github/getting-started-with-github/access-permissions-on-github.md b/translations/pt-BR/content/github/getting-started-with-github/access-permissions-on-github.md
index 51e292622f..02df049430 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/access-permissions-on-github.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/access-permissions-on-github.md
@@ -9,6 +9,7 @@ intro: 'Embora você possa conceder acesso de leitura/gravação a colaboradores
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Contas de usuário pessoais
@@ -27,7 +28,7 @@ Os integrantes da organização podem ter funções de *proprietário*{% if curr
### Contas corporativas
-Os *proprietários de empresa* têm poder absoluto sobre a conta corporativa e podem realizar todas as ações nela. Os *gerentes de cobrança* podem gerenciar as configurações de cobrança da sua conta corporativa. Os integrantes e colaboradores externos das organizações pertencentes à sua conta corporativa são automaticamente integrantes da conta corporativa, embora eles não tenham acesso à conta corporativa em si nem às configurações dela. Para obter mais informações, consulte "[Funções de uma conta corporativa](/articles/roles-for-an-enterprise-account)".
+Os *proprietários de empresa* têm poder absoluto sobre a conta corporativa e podem realizar todas as ações nela. Os *gerentes de cobrança* podem gerenciar as configurações de cobrança da sua conta corporativa. Os integrantes e colaboradores externos das organizações pertencentes à sua conta corporativa são automaticamente integrantes da conta corporativa, embora eles não tenham acesso à conta corporativa em si nem às configurações dela. For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise)."
{% data reusables.gated-features.enterprise-accounts %}
diff --git a/translations/pt-BR/content/github/getting-started-with-github/be-social.md b/translations/pt-BR/content/github/getting-started-with-github/be-social.md
index bea76619a4..4ba6040e83 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/be-social.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/be-social.md
@@ -7,6 +7,7 @@ intro: 'Você pode interagir com pessoas, repositórios e organizações no {% d
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para saber mais sobre como acessar o painel pessoal, consulte "[Sobre seu painel pessoal](/articles/about-your-personal-dashboard)".
@@ -21,7 +22,7 @@ Clique em **Follow** (Seguir) na página do perfil de uma pessoa para segui-la.
### Inspecionar um repositório
-Você pode inspecionar um repositório para receber notificações de novos problemas e pull requests. Quando o proprietário atualiza o repositório, você vê as alterações no seu painel pessoal. Para obter mais informações, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Visualizar suas assinaturas](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Inspecionar e não inspecionar repositórios](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}."
+Você pode inspecionar um repositório para receber notificações de novos problemas e pull requests. Quando o proprietário atualiza o repositório, você vê as alterações no seu painel pessoal. For more information see {% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}."
Clique em **Watch** (Inspecionar) no topo de um repositório para inspecioná-lo.
diff --git a/translations/pt-BR/content/github/getting-started-with-github/create-a-repo.md b/translations/pt-BR/content/github/getting-started-with-github/create-a-repo.md
index 2205deccd8..3678ac375c 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/create-a-repo.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/create-a-repo.md
@@ -7,6 +7,7 @@ intro: 'Para colocar seu projeto no {% data variables.product.product_location %
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode armazenar vários projetos nos repositórios do {% data variables.product.product_name %}, incluindo projetos de código aberto. Com os [projetos de código aberto](http://opensource.org/about), é possível compartilhar código para criar softwares melhores e mais confiáveis.
@@ -28,7 +29,7 @@ Você pode armazenar vários projetos nos repositórios do {% data variables.pro
Parabéns! Você criou com êxito seu primeiro repositório e o inicializou com um arquivo *LEIAME*.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Dica**: Você também pode criar repositórios usando {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`criar repositório gh`](https://cli.github.com/manual/gh_repo_create)" na documentação do {% data variables.product.prodname_cli %}.
diff --git a/translations/pt-BR/content/github/getting-started-with-github/exploring-projects-on-github.md b/translations/pt-BR/content/github/getting-started-with-github/exploring-projects-on-github.md
index 2a58515c4b..339dc9d363 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/exploring-projects-on-github.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/exploring-projects-on-github.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/getting-started-with-github/following-people.md b/translations/pt-BR/content/github/getting-started-with-github/following-people.md
index 1e15214286..2c7fcf874a 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/following-people.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/following-people.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao seguir pessoas, você verá sua atividade pública na exibição de atividades do seu feed de notícias.{% if currentVersion == "free-pro-team@latest" %} Se alguém que você segue favoritar um repositório público, {% data variables.product.product_name %} pode recomendar o repositório para você na visualização de descoberta do seu feed de notícias.{% endif %} Para seguir alguém, visite sua página de perfil e clique em **Seguir** na imagem de perfil.
diff --git a/translations/pt-BR/content/github/getting-started-with-github/fork-a-repo.md b/translations/pt-BR/content/github/getting-started-with-github/fork-a-repo.md
index e02475118c..76d5051565 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/fork-a-repo.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/fork-a-repo.md
@@ -8,6 +8,7 @@ intro: Uma bifurcação é uma cópia de um repositório. Bifurcar um repositór
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O uso mais comum das bifurcações são propostas de mudanças no projeto de alguma outra pessoa ou o uso do projeto de outra pessoa como ponto de partida para sua própria ideia.
@@ -34,7 +35,7 @@ Ao criar um repositório público a partir de uma bifurcação do projeto de out
{% endnote %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Dica**: Você também pode bifurcar um repositório usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`bifurcação do repositório gh`](https://cli.github.com/manual/gh_repo_fork)" na documentação do {% data variables.product.prodname_cli %}.
diff --git a/translations/pt-BR/content/github/getting-started-with-github/git-and-github-learning-resources.md b/translations/pt-BR/content/github/getting-started-with-github/git-and-github-learning-resources.md
index bbc9a75820..0593eb0cce 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/git-and-github-learning-resources.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/git-and-github-learning-resources.md
@@ -8,6 +8,7 @@ intro: 'Existem muitos recursos Git e {% data variables.product.product_name %}
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Usar o Git
diff --git a/translations/pt-BR/content/github/getting-started-with-github/git-cheatsheet.md b/translations/pt-BR/content/github/getting-started-with-github/git-cheatsheet.md
index a11bf5cbd7..1f8ae4b1ad 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/git-cheatsheet.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/git-cheatsheet.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Aprender sobre todos os comandos Git disponíveis pode ser uma tarefa muito difícil. Mantenha uma das [Folhas de Consulta Git](https://services.github.com/on-demand/resources/cheatsheets/) perto de você para referências. O artigo Usar Folhas de Consulta Git está disponível em vários idiomas. Para obter mais informações, consulte a [página de recursos no site GitHub Services](https://services.github.com/on-demand/resources/).
diff --git a/translations/pt-BR/content/github/getting-started-with-github/github-cli.md b/translations/pt-BR/content/github/getting-started-with-github/github-cli.md
index f77c0c3169..19664edc75 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/github-cli.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/github-cli.md
@@ -4,6 +4,7 @@ intro: 'O {% data variables.product.prodname_cli %} é uma ferramenta de linha d
versions:
free-pro-team: '*'
enterprise-server: '>2.19'
+ github-ae: '*'
---
### Sobre o {% data variables.product.prodname_cli %}
diff --git a/translations/pt-BR/content/github/getting-started-with-github/github-desktop.md b/translations/pt-BR/content/github/getting-started-with-github/github-desktop.md
index 9a891fd5bb..f0b17bd687 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/github-desktop.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/github-desktop.md
@@ -4,6 +4,7 @@ intro: '{% data variables.product.prodname_desktop %} estende e simplifica seu G
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre o {% data variables.product.prodname_desktop %}
diff --git a/translations/pt-BR/content/github/getting-started-with-github/github-for-mobile.md b/translations/pt-BR/content/github/getting-started-with-github/github-for-mobile.md
index 573806c84a..4bd1e7e9de 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/github-for-mobile.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/github-for-mobile.md
@@ -43,8 +43,9 @@ Para reabilitar o Universal Links, mantenha pressionado qualquer link {% data va
### Compartilhando feedback
-Se você possui feedback ou solicitações de recursos para {% data variables.product.prodname_mobile %}, você pode nos enviar e-mail por mobilefeedback@github.com.
+If you find a bug in {% data variables.product.prodname_mobile %}, you can email us at mobilefeedback@github.com.
+You can submit feature requests or other feedback for {% data variables.product.prodname_mobile %} [on GitHub Discussions](https://github.com/github/feedback/discussions?discussions_q=category%3A%22Mobile+Feedback%22).
### Desativando versões beta para iOS
diff --git a/translations/pt-BR/content/github/getting-started-with-github/github-glossary.md b/translations/pt-BR/content/github/getting-started-with-github/github-glossary.md
index b0ef410c93..9ff825606d 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/github-glossary.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/github-glossary.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% for term in site.data.glossaries.external %}
diff --git a/translations/pt-BR/content/github/getting-started-with-github/githubs-products.md b/translations/pt-BR/content/github/getting-started-with-github/githubs-products.md
index 22f2395c57..3735db6d81 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/githubs-products.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/githubs-products.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data variables.product.prodname_dotcom %} offers free and paid products. You can see pricing and a full list of features for each product at <{% data variables.product.pricing_url %}>. {% data reusables.products.product-roadmap %}
@@ -86,7 +87,7 @@ In addition to the features available with {% data variables.product.prodname_te
- A service level agreement for 99.9% monthly uptime
- The option to centrally manage policy and billing for multiple {% data variables.product.prodname_dotcom_the_website %} organizations with an enterprise account. For more information, see "About enterprise accounts."
-You can set up a trial to evaluate {% data variables.product.prodname_ghe_cloud %}. For more information, see "[Setting up a trial of {% data variables.product.prodname_ghe_cloud %}](/articles/setting-up-a-trial-of-github-enterprise-cloud)."
+You can set up a trial to evaluate {% data variables.product.prodname_ghe_cloud %}. For more information, see "Setting up a trial of {% data variables.product.prodname_ghe_cloud %}."
For more information about hosting your own instance of [{% data variables.product.prodname_ghe_server %}](https://enterprise.github.com), contact {% data variables.contact.contact_enterprise_sales %}. {% data reusables.enterprise_installation.request-a-trial %}
diff --git a/translations/pt-BR/content/github/getting-started-with-github/index.md b/translations/pt-BR/content/github/getting-started-with-github/index.md
index c7c54f43ef..54504e2f51 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/index.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/index.md
@@ -15,6 +15,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/getting-started-with-github/keyboard-shortcuts.md b/translations/pt-BR/content/github/getting-started-with-github/keyboard-shortcuts.md
index 890bd0f807..fd5d1481e5 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/keyboard-shortcuts.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/keyboard-shortcuts.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -20,22 +21,22 @@ Veja abaixo uma lista dos atalhos de teclado disponíveis.
### Atalhos para o site
-| Atalho | Descrição |
-| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| s or / | Evidencia a barra de pesquisa. Para obter mais informações, consulte "[Sobre pesquisar no {% data variables.product.company_short %}](/articles/about-searching-on-github)". |
-| g n | Vai para suas notificações. Para obter mais informações, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Sobre as notificações](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Sobre as notificações](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}". |
-| esc | Quando direcionado a um hovercard de usuário, problema ou pull request, fecha o hovercard e redireciona para o elemento no qual o hovercard está |
+| Atalho | Descrição |
+| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| s or / | Evidencia a barra de pesquisa. Para obter mais informações, consulte "[Sobre pesquisar no {% data variables.product.company_short %}](/articles/about-searching-on-github)". |
+| g n | Vai para suas notificações. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}." |
+| esc | Quando direcionado a um hovercard de usuário, problema ou pull request, fecha o hovercard e redireciona para o elemento no qual o hovercard está |
### Repositórios
-| Atalho | Descrição |
-| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
-| g c | Vai para a aba **Code** (Código) |
-| g i | Vai para a aba **Issues** (Problemas). Para obter mais informações, consulte "[Sobre problemas](/articles/about-issues)". |
-| g p | Vai para a aba **Pull requests**. Para obter mais informações, consulte "[Sobre pull requests](/articles/about-pull-requests)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| Atalho | Descrição |
+| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| g c | Vai para a aba **Code** (Código) |
+| g i | Vai para a aba **Issues** (Problemas). Para obter mais informações, consulte "[Sobre problemas](/articles/about-issues)". |
+| g p | Vai para a aba **Pull requests**. For more information, see "[About pull requests](/articles/about-pull-requests)."{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
| g a | Acesse a aba de **Ações**. Para obter mais informações, consulte "[Sobre ações](/actions/getting-started-with-github-actions/about-github-actions)".{% endif %}
-| g b | Vai para a aba **Projects** (Projetos). Para obter mais informações, consulte "[Sobre quadros de projeto](/articles/about-project-boards)". |
-| g w | Vai para a aba **Wiki**. Para obter mais informações, consulte "[Sobre wikis](/articles/about-wikis)". |
+| g b | Vai para a aba **Projects** (Projetos). Para obter mais informações, consulte "[Sobre quadros de projeto](/articles/about-project-boards)". |
+| g w | Vai para a aba **Wiki**. Para obter mais informações, consulte "[Sobre wikis](/articles/about-wikis)". |
### Edição de código-fonte
@@ -109,7 +110,7 @@ Para mais atalhos de teclado, consulte a [Documentação CodeMirror](https://cod
| j | Move a seleção para baixo na lista |
| k | Move a seleção para cima na lista |
| cmd + shift + enter | Adiciona um comentário único no diff da pull request |
-| alt e clique | Alterna entre recolhimento e expansão de todos os comentários de revisão desatualizados em um pull request ao manter pressionada a tecla `alt` e clicar em **Mostrar desatualizado** ou **Ocultar desatualizado**. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+| alt e clique | Toggle between collapsing and expanding all outdated review comments in a pull request by holding down `alt` and clicking **Show outdated** or **Hide outdated**.|{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
| Clique, em seguida shift e clique | Comente em várias linhas de uma pull request clicando em um número de linha, mantendo pressionado shift, depois clique em outro número de linha. Para obter mais informações, consulte "[Comentando em uma pull request](/github/collaborating-with-issues-and-pull-requests/commenting-on-a-pull-request#adding-line-comments-to-a-pull-request)."|{% endif %}
### Quadros de projeto
@@ -162,7 +163,7 @@ Para mais atalhos de teclado, consulte a [Documentação CodeMirror](https://cod
{% endif %}
### Notificações
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
| Atalho | Descrição |
| ------------------ | -------------------- |
| e | Marcar como pronto |
diff --git a/translations/pt-BR/content/github/getting-started-with-github/learning-about-github.md b/translations/pt-BR/content/github/getting-started-with-github/learning-about-github.md
index 6d0c067bdb..c2385f0416 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/learning-about-github.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/learning-about-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/getting-started-with-github/quickstart.md b/translations/pt-BR/content/github/getting-started-with-github/quickstart.md
index a67796ba4c..a0834e69fd 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/quickstart.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/quickstart.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/getting-started-with-github/saving-repositories-with-stars.md b/translations/pt-BR/content/github/getting-started-with-github/saving-repositories-with-stars.md
index 41b1fa0a47..74264a4930 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/saving-repositories-with-stars.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/saving-repositories-with-stars.md
@@ -1,6 +1,6 @@
---
title: Salvar repositórios com estrelas
-intro: 'Você pode favoritar repositórios{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 6" %} e tópicos{% endif %} para acompanhar os projetos que você considera interessantes{% if currentVersion == "free-pro-team@latest" %} e descobrir o conteúdo relacionado no feed de notícias{% endif %}.'
+intro: 'You can star repositories and topics to keep track of projects you find interesting{% if currentVersion == "free-pro-team@latest" %} and discover related content in your news feed{% endif %}.'
redirect_from:
- /articles/stars/
- /articles/about-stars/
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode pesquisar, classificar e filtrar seus repositórios e tópicos com estrela no seu {% data variables.explore.your_stars_page %}.'
diff --git a/translations/pt-BR/content/github/getting-started-with-github/set-up-git.md b/translations/pt-BR/content/github/getting-started-with-github/set-up-git.md
index faffcd9ffd..fb2221f15e 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/set-up-git.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/set-up-git.md
@@ -14,9 +14,10 @@ intro: 'No centro do {% data variables.product.product_name %} há um sistema de
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Para usar o Git na linha de comando, você precisará fazer download, instalar e configurar o Git no computador. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} Você também pode instalar {% data variables.product.prodname_cli %} para usar {% data variables.product.product_name %} na linha de comando. Para obter mais informações sobre {% data variables.product.prodname_cli %}, consulte a documentação de [{% data variables.product.prodname_cli %}](https://cli.github.com/manual/) .{% endif %}
+Para usar o Git na linha de comando, você precisará fazer download, instalar e configurar o Git no computador. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} You can also install {% data variables.product.prodname_cli %} to use {% data variables.product.product_name %} from the command line. Para obter mais informações sobre {% data variables.product.prodname_cli %}, consulte a documentação de [{% data variables.product.prodname_cli %}](https://cli.github.com/manual/) .{% endif %}
Se quiser trabalhar com o Git, mas não quiser usar a linha de comando, você poderá baixar e instalar o cliente do [{% data variables.product.prodname_desktop %}]({% data variables.product.desktop_link %}). Para obter mais informações, consulte "[Instalar e configurar o {% data variables.product.prodname_desktop %}](/desktop/installing-and-configuring-github-desktop/)".
diff --git a/translations/pt-BR/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md b/translations/pt-BR/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
index 340ef1b0e1..e0e356a1cf 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/setting-up-a-trial-of-github-enterprise-server.md
@@ -36,7 +36,7 @@ Siga estas etapas para aproveitar ao máximo a versão de avaliação:
- Webcast [Guia de início rápido do {% data variables.product.prodname_dotcom %}](https://resources.github.com/webcasts/Quick-start-guide-to-GitHub/)
- [Entender o fluxo do {% data variables.product.prodname_dotcom %}](https://guides.github.com/introduction/flow/) nos guias do {% data variables.product.prodname_dotcom %}
- [Hello World](https://guides.github.com/activities/hello-world/) nos guias do {% data variables.product.prodname_dotcom %}
-3. Para configurar sua instância de acordo com as necessidades da organização, consulte "[Configurar o appliance do {% data variables.product.prodname_ghe_server %}](/enterprise/admin/installation/configuring-the-github-enterprise-server-appliance)".
+3. To configure your instance to meet your organization's needs, see "[Configuring your enterprise](/admin/configuration/configuring-your-enterprise)."
4. Para integrar o {% data variables.product.prodname_ghe_server %} ao seu provedor de identidade, consulte "[Usar SAML](/enterprise/admin/user-management/using-saml)" e "[Usar LDAP](/enterprise/admin/authentication/using-ldap)".
5. Convite o número desejado de pessoas (sem limite) para fazer parte da versão de avaliação.
- Adicione os usuários à sua instância do {% data variables.product.prodname_ghe_server %} usando autenticação integrada ou seu provedor de identidade configurado. Para obter mais informações, consulte "[Usar autenticação integrada](/enterprise/admin/user-management/using-built-in-authentication)".
diff --git a/translations/pt-BR/content/github/getting-started-with-github/signing-up-for-github.md b/translations/pt-BR/content/github/getting-started-with-github/signing-up-for-github.md
index 19012ca928..66403cf6a3 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/signing-up-for-github.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/signing-up-for-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/getting-started-with-github/supported-browsers.md b/translations/pt-BR/content/github/getting-started-with-github/supported-browsers.md
index fbd134dbf1..2e6eb94911 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/supported-browsers.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/supported-browsers.md
@@ -8,6 +8,7 @@ intro: 'Nós projetamos o {% data variables.product.product_name %} para ser com
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Versão de suporte estendido do Firefox
diff --git a/translations/pt-BR/content/github/getting-started-with-github/types-of-github-accounts.md b/translations/pt-BR/content/github/getting-started-with-github/types-of-github-accounts.md
index 034b8d6b7a..a32d8edc11 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/types-of-github-accounts.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/types-of-github-accounts.md
@@ -10,6 +10,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/getting-started-with-github/using-github.md b/translations/pt-BR/content/github/getting-started-with-github/using-github.md
index 53cd4d5959..177f1069e1 100644
--- a/translations/pt-BR/content/github/getting-started-with-github/using-github.md
+++ b/translations/pt-BR/content/github/getting-started-with-github/using-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md b/translations/pt-BR/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
index d81a78c333..e9146ff379 100644
--- a/translations/pt-BR/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
+++ b/translations/pt-BR/content/github/importing-your-projects-to-github/adding-an-existing-project-to-github-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.migrating-from-codeplex %}
diff --git a/translations/pt-BR/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md b/translations/pt-BR/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
index 64a1a04ae9..54fb34650c 100644
--- a/translations/pt-BR/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
+++ b/translations/pt-BR/content/github/importing-your-projects-to-github/importing-a-git-repository-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Antes de iniciar, certifique-se de que sabe:
diff --git a/translations/pt-BR/content/github/importing-your-projects-to-github/importing-source-code-to-github.md b/translations/pt-BR/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
index b68c376dbe..d5cf4ec0bb 100644
--- a/translations/pt-BR/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
+++ b/translations/pt-BR/content/github/importing-your-projects-to-github/importing-source-code-to-github.md
@@ -11,5 +11,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/importing-your-projects-to-github/index.md b/translations/pt-BR/content/github/importing-your-projects-to-github/index.md
index f6f29ec642..3e17ceceea 100644
--- a/translations/pt-BR/content/github/importing-your-projects-to-github/index.md
+++ b/translations/pt-BR/content/github/importing-your-projects-to-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/importing-your-projects-to-github/source-code-migration-tools.md b/translations/pt-BR/content/github/importing-your-projects-to-github/source-code-migration-tools.md
index 54c5c2c0c0..2a1fda3d71 100644
--- a/translations/pt-BR/content/github/importing-your-projects-to-github/source-code-migration-tools.md
+++ b/translations/pt-BR/content/github/importing-your-projects-to-github/source-code-migration-tools.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/index.md b/translations/pt-BR/content/github/index.md
index 7cd3e92e15..6ed4f0c8c8 100644
--- a/translations/pt-BR/content/github/index.md
+++ b/translations/pt-BR/content/github/index.md
@@ -8,6 +8,7 @@ intro: 'Documentação, guias e tópicos de ajuda para desenvolvedores de softwa
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /getting-started-with-github %}
@@ -31,7 +32,7 @@ versions:
{% link_in_list /setting-up-and-managing-organizations-and-teams %}
-{% link_in_list /setting-up-and-managing-your-enterprise-account %}
+{% link_in_list /setting-up-and-managing-your-enterprise %}
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/3d-file-viewer.md b/translations/pt-BR/content/github/managing-files-in-a-repository/3d-file-viewer.md
index 8053f5642f..72efdea16b 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/3d-file-viewer.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/3d-file-viewer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O {% data variables.product.product_name %} pode hospedar e renderizar arquivos 3D com a extensão *.stl*.
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md b/translations/pt-BR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
index 8f2f1cd78c..96075f25e0 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository-using-the-command-line.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md b/translations/pt-BR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
index 9e2796cfd3..9ac66d8cf0 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/adding-a-file-to-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os arquivos que você adiciona a um repositório por meio do navegador são limitados a {% data variables.large_files.max_github_browser_size %} por arquivo. É possível adicionar arquivos maiores, de até {% data variables.large_files.max_github_size %} cada um, usando a linha de comando. Para obter mais informações, consulte "[Adicionar um arquivo a um repositório usando a linha de comando](/articles/adding-a-file-to-a-repository-using-the-command-line)".
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/creating-new-files.md b/translations/pt-BR/content/github/managing-files-in-a-repository/creating-new-files.md
index 7618488063..ade34ff4c6 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/creating-new-files.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/creating-new-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao criar um arquivo no {% data variables.product.product_name %}, lembre-se do seguinte:
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/deleting-files.md b/translations/pt-BR/content/github/managing-files-in-a-repository/deleting-files.md
index 1046d5f19d..b0f471dbec 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/deleting-files.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/deleting-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md b/translations/pt-BR/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
index d6772645c4..6236e00c49 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/editing-files-in-another-users-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. No repositório de outro usuário, navegue até a pasta que contém o arquivo que deseja editar. Clique no nome do arquivo a ser editado.
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md b/translations/pt-BR/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
index 57d03a78d9..f12e72d7a6 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/editing-files-in-your-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md b/translations/pt-BR/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
index fea4bfac23..5d9b3fc93d 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/getting-permanent-links-to-files.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/index.md b/translations/pt-BR/content/github/managing-files-in-a-repository/index.md
index 6cdb51799a..41de4ba422 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/index.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/managing-files-on-github.md b/translations/pt-BR/content/github/managing-files-in-a-repository/managing-files-on-github.md
index 12c6410eef..4878115886 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/managing-files-on-github.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/managing-files-on-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md b/translations/pt-BR/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
index 1172757c60..6e7f2054f9 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md b/translations/pt-BR/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
index 86bf2125b9..e4336ecc7b 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/mapping-geojson-files-on-github.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O {% data variables.product.product_name %} é compatível com a renderização de arquivos de mapas geoJSON e topoJSON nos repositórios do {% data variables.product.product_name %}. Simplesmente faça o commit do arquivo como você faria normalmente usando uma extensão `.geojson` ou `.topojson`. Arquivos com a extensão `.json` também são compatíveis, mas somente se o `type` (tipo) for configurado para `FeatureCollection` (Coleção de elementos gráficos), `GeometryCollection` (Coleções geométricas) ou `topology` (topologia). Depois, navegue para o caminho do arquivo geoJSON em GitHub.com.
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md b/translations/pt-BR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
index 464f3b3dc5..c24ac746ea 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Muitos arquivos podem [ser movidos diretamente no {% data variables.product.product_name %}](/articles/moving-a-file-to-a-new-location), mas alguns arquivos, como imagens, precisam ser movidos a partir da linha de comando.
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md b/translations/pt-BR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
index 3d9da802a7..388d71f1bd 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/moving-a-file-to-a-new-location.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Além de alterar o local do arquivo, também é possível [atualizar o conteúdo de seu arquivo](/articles/editing-files-in-your-repository) ou [dar um novo nome a ele](/articles/renaming-a-file) no mesmo commit.
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md b/translations/pt-BR/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
index b2f0a7ae11..f76cd5e7dc 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/renaming-a-file-using-the-command-line.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Muitos arquivos podem ser [renomeados diretamente no {% data variables.product.product_name %}](/articles/renaming-a-file), mas alguns arquivos, como imagens, exigem que a renomeação seja feita usando a linha de comando.
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/renaming-a-file.md b/translations/pt-BR/content/github/managing-files-in-a-repository/renaming-a-file.md
index 37c8fa0862..4476652a66 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/renaming-a-file.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/renaming-a-file.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md b/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
index 1c639d200a..62455f1d87 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-and-diffing-images.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md b/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
index 9b03b124bc..fdd2dc9d0d 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-csv-and-tsv-data.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O GitHub oferece suporte à renderização de dados tabulares na forma de arquivos *.csv* (separados por vírgula) e .*tsv* (separados por tubulação).
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md b/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
index a048319d7d..4c3c575e8d 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-differences-in-prose-documents.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Commits e pull requests que incluem documentos de prosa podem representar esses documentos com as exibições *source* (original) e *rendered* (renderizada).
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-pdf-documents.md b/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
index 2974b3884e..b2091ed1f8 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/rendering-pdf-documents.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O GitHub oferece suporte à renderização de documentos PDF.
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md b/translations/pt-BR/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
index 7795ffb254..1c9361df18 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/tracking-changes-in-a-file.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Com a exibição blame, você pode ver o histórico de revisão linha por linha de um arquivo inteiro ou exibir o histórico de revisão de uma única linha dentro de um arquivo clicando em {% octicon "versions" aria-label="The prior blame icon" %}. Toda vez que você clicar em {% octicon "versions" aria-label="The prior blame icon" %}, verá as informações anteriores de revisão relativas a essa linha, inclusive quem realizou a alteração e quando.
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md b/translations/pt-BR/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
index 1ddb6462e6..e2fe1ebb9c 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/working-with-jupyter-notebook-files-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-files-in-a-repository/working-with-non-code-files.md b/translations/pt-BR/content/github/managing-files-in-a-repository/working-with-non-code-files.md
index d447735b0e..81be20df4a 100644
--- a/translations/pt-BR/content/github/managing-files-in-a-repository/working-with-non-code-files.md
+++ b/translations/pt-BR/content/github/managing-files-in-a-repository/working-with-non-code-files.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-large-files/about-git-large-file-storage.md b/translations/pt-BR/content/github/managing-large-files/about-git-large-file-storage.md
index ffd9421511..a3c2ac00ed 100644
--- a/translations/pt-BR/content/github/managing-large-files/about-git-large-file-storage.md
+++ b/translations/pt-BR/content/github/managing-large-files/about-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O {% data variables.large_files.product_name_short %} manipula arquivos grandes armazenando referências ao arquivo no repositório, mas não no próprio arquivo. Para trabalhar em torno da arquitetura do Git, o {% data variables.large_files.product_name_short %} cria um arquivo de ponteiro que atua como uma referência ao arquivo real (que é armazenado em algum outro lugar). O {% data variables.product.product_name %} gerencia esse arquivo de ponteiro no seu repositório. Quando você clona o repositório, o {% data variables.product.product_name %} usa o arquivo de ponteiro como um mapa para encontrar o arquivo grande para você.
diff --git a/translations/pt-BR/content/github/managing-large-files/collaboration-with-git-large-file-storage.md b/translations/pt-BR/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
index 11d9215404..2b3f2af5e3 100644
--- a/translations/pt-BR/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
+++ b/translations/pt-BR/content/github/managing-large-files/collaboration-with-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se os colaboradores no seu repositório não tiverem o {% data variables.large_files.product_name_short %} instalado, eles não terão acesso ao arquivo grande original. Se tentarem clonar o repositório, eles farão fetch apenas dos arquivos de ponteiro e não terão acesso aos dados reais.
diff --git a/translations/pt-BR/content/github/managing-large-files/conditions-for-large-files.md b/translations/pt-BR/content/github/managing-large-files/conditions-for-large-files.md
index 6393d99d08..f803ba426f 100644
--- a/translations/pt-BR/content/github/managing-large-files/conditions-for-large-files.md
+++ b/translations/pt-BR/content/github/managing-large-files/conditions-for-large-files.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.large_files.use_lfs_tip %}
@@ -16,4 +17,4 @@ Se você tentar adicionar ou atualizar um arquivo maior do que {% data variables
### Pushes bloqueados para arquivos grandes
-{% if enterpriseServerVersions contains currentVersion %}Por padrão, {% endif %}{% data variables.product.product_name %} bloqueia pushes que excedem {% data variables.large_files.max_github_size %}. {% if enterpriseServerVersions contains currentVersion %}No entanto, um administrador do site pode configurar um limite diferente para sua instância do {% data variables.product.prodname_ghe_server %}. Para obter mais informações, consulte "[Definir limites de push do Git](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-git-push-limits)".{% endif %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}By default, {% endif %}{% data variables.product.product_name %} blocks pushes that exceed {% data variables.large_files.max_github_size %}. {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}However, a site administrator can configure a different limit for {% data variables.product.product_location %}. Para obter mais informações, consulte "[Definir limites de push do Git](/enterprise/{{ currentVersion }}/admin/guides/installation/setting-git-push-limits)".{% endif %}
diff --git a/translations/pt-BR/content/github/managing-large-files/configuring-git-large-file-storage.md b/translations/pt-BR/content/github/managing-large-files/configuring-git-large-file-storage.md
index 22e36706ed..2d663bba88 100644
--- a/translations/pt-BR/content/github/managing-large-files/configuring-git-large-file-storage.md
+++ b/translations/pt-BR/content/github/managing-large-files/configuring-git-large-file-storage.md
@@ -7,17 +7,18 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se houver arquivos no seu repositório com os quais deseja usar o {% data variables.product.product_name %}, você precisará primeiramente removê-los do repositório e, em seguida, adicioná-los ao {% data variables.large_files.product_name_short %} no local. Para obter mais informações, consulte "[Mover um arquivo do repositório para o {% data variables.large_files.product_name_short %}](/articles/moving-a-file-in-your-repository-to-git-large-file-storage)".
{% data reusables.large_files.resolving-upload-failures %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
{% tip %}
-**Observação:** antes de tentar fazer push de um arquivo grande no {% data variables.product.product_name %}, certifique-se de que habilitou o {% data variables.large_files.product_name_short %} no seu appliance. Para obter mais informações, consulte "[Configurar o Git Large File Storage no GitHub Enterprise Server](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server/)".
+**Note:** Before trying to push a large file to {% data variables.product.product_name %}, make sure that you've enabled {% data variables.large_files.product_name_short %} on your enterprise. Para obter mais informações, consulte "[Configurar o Git Large File Storage no GitHub Enterprise Server](/enterprise/{{ currentVersion }}/admin/guides/installation/configuring-git-large-file-storage-on-github-enterprise-server/)".
{% endtip %}
@@ -58,5 +59,5 @@ Se houver arquivos no seu repositório com os quais deseja usar o {% data variab
### Leia mais
-- "[Colaboração com {% data variables.large_files.product_name_long %}](/articles/collaboration-with-git-large-file-storage/)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+- "[Collaboration with {% data variables.large_files.product_name_long %}](/articles/collaboration-with-git-large-file-storage/)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
- "[Gerenciando {% data variables.large_files.product_name_short %} objetos nos arquivos de seu repositório](/github/administering-a-repository/managing-git-lfs-objects-in-archives-of-your-repository)"{% endif %}
diff --git a/translations/pt-BR/content/github/managing-large-files/distributing-large-binaries.md b/translations/pt-BR/content/github/managing-large-files/distributing-large-binaries.md
index d840b55471..a55ddcbec4 100644
--- a/translations/pt-BR/content/github/managing-large-files/distributing-large-binaries.md
+++ b/translations/pt-BR/content/github/managing-large-files/distributing-large-binaries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você precisar distribuir arquivos grandes dentro do seu repositório, você poderá criar versões no {% data variables.product.product_location %}. As versões permitem que você empacote software, notas de versão e links para arquivos binários para que outras pessoas possam usar. Para mais informações, acesse "[Sobre as versões](/github/administering-a-repository/about-releases)".
diff --git a/translations/pt-BR/content/github/managing-large-files/index.md b/translations/pt-BR/content/github/managing-large-files/index.md
index 9aea1db282..64fa26983b 100644
--- a/translations/pt-BR/content/github/managing-large-files/index.md
+++ b/translations/pt-BR/content/github/managing-large-files/index.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-large-files/installing-git-large-file-storage.md b/translations/pt-BR/content/github/managing-large-files/installing-git-large-file-storage.md
index dbc9e54bcd..27c156bc2a 100644
--- a/translations/pt-BR/content/github/managing-large-files/installing-git-large-file-storage.md
+++ b/translations/pt-BR/content/github/managing-large-files/installing-git-large-file-storage.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/pt-BR/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md b/translations/pt-BR/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
index b12a238142..a2de6682a4 100644
--- a/translations/pt-BR/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
+++ b/translations/pt-BR/content/github/managing-large-files/moving-a-file-in-your-repository-to-git-large-file-storage.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Depois de instalar o {% data variables.large_files.product_name_short %} e configurar o rastreamento do {% data variables.large_files.product_name_short %}, você pode mover arquivos do rastreamento regular do Git para o {% data variables.large_files.product_name_short %}. Para obter mais informações, consulte "[Instalando {% data variables.large_files.product_name_long %}](/github/managing-large-files/installing-git-large-file-storage)" e "[Configurando o {% data variables.large_files.product_name_long %}](/github/managing-large-files/configuring-git-large-file-storage)".
diff --git a/translations/pt-BR/content/github/managing-large-files/removing-files-from-a-repositorys-history.md b/translations/pt-BR/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
index 2a17446c16..24cdc55fc9 100644
--- a/translations/pt-BR/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
+++ b/translations/pt-BR/content/github/managing-large-files/removing-files-from-a-repositorys-history.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/pt-BR/content/github/managing-large-files/removing-files-from-git-large-file-storage.md b/translations/pt-BR/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
index 9290d04394..c90bdd36df 100644
--- a/translations/pt-BR/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
+++ b/translations/pt-BR/content/github/managing-large-files/removing-files-from-git-large-file-storage.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Removing a single file
diff --git a/translations/pt-BR/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md b/translations/pt-BR/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
index 44ad6636d1..0d8de26f81 100644
--- a/translations/pt-BR/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
+++ b/translations/pt-BR/content/github/managing-large-files/resolving-git-large-file-storage-upload-failures.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A verificação de integridade do {% data variables.large_files.product_name_short %} verifica se todos os arquivos referenciados do {% data variables.large_files.product_name_short %} em um push foram transferidos corretamente. Se a verificação identificar arquivos referenciados que não foram transferidos, você receberá uma mensagem de erro e o push será bloqueado.
diff --git a/translations/pt-BR/content/github/managing-large-files/versioning-large-files.md b/translations/pt-BR/content/github/managing-large-files/versioning-large-files.md
index 11cfecd930..78159a9819 100644
--- a/translations/pt-BR/content/github/managing-large-files/versioning-large-files.md
+++ b/translations/pt-BR/content/github/managing-large-files/versioning-large-files.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-large-files/working-with-large-files.md b/translations/pt-BR/content/github/managing-large-files/working-with-large-files.md
index 0ca38e1c9b..a759155f9f 100644
--- a/translations/pt-BR/content/github/managing-large-files/working-with-large-files.md
+++ b/translations/pt-BR/content/github/managing-large-files/working-with-large-files.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md b/translations/pt-BR/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
index b6e48cbaec..98e30a319f 100644
--- a/translations/pt-BR/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
+++ b/translations/pt-BR/content/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies.md
@@ -1,6 +1,6 @@
---
-title: About alerts for vulnerable dependencies
-intro: '{% data variables.product.product_name %} sends {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} when we detect vulnerabilities affecting your repository.'
+title: Sobre alertas para dependências vulneráveis
+intro: '{% data variables.product.product_name %} envia {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}alertas de segurança{% endif %} quando detectarmos vulnerabilidades que afetam o repositório.'
redirect_from:
- /articles/about-security-alerts-for-vulnerable-dependencies
- /github/managing-security-vulnerabilities/about-security-alerts-for-vulnerable-dependencies
@@ -9,76 +9,85 @@ versions:
enterprise-server: '*'
---
-### About vulnerable dependencies
+### Sobre as dependências vulneráveis
{% data reusables.repositories.a-vulnerability-is %}
-When your code depends on a package that has a security vulnerability, this vulnerable dependency can cause a range of problems for your project or the people who use it.
+Quando o seu código depende de um pacote que tenha uma vulnerabilidade de segurança, essa dependência vulnerável pode causar uma série de problemas para o seu projeto ou para as pessoas que o usam.
-### Detection of vulnerable dependencies
+### Detecção de dependências vulneráveis
- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot %} detects vulnerable dependencies and sends {% data variables.product.prodname_dependabot_short %} alerts{% else %}{% data variables.product.product_name %} detects vulnerable dependencies and sends security alerts{% endif %} when:
+ {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot %} detecta dependências vulneráveis e envia {% data variables.product.prodname_dependabot_short %} alertas{% else %}{% data variables.product.product_name %} detecta dependências vulneráveis e envia alertas de segurança{% endif %} quando:
{% if currentVersion == "free-pro-team@latest" %}
-- A new vulnerability is added to the {% data variables.product.prodname_advisory_database %}. For more information, see "[Browsing security vulnerabilities in the {% data variables.product.prodname_advisory_database %}](/github/managing-security-vulnerabilities/browsing-security-vulnerabilities-in-the-github-advisory-database)."
-- New vulnerability data from [WhiteSource](https://www.whitesourcesoftware.com/vulnerability-database) is processed.{% else %}
-- New advisory data is synchronized to {% data variables.product.prodname_ghe_server %} each hour from {% data variables.product.prodname_dotcom_the_website %}. For more information about advisory data, see "Browsing security vulnerabilities in the {% data variables.product.prodname_advisory_database %}."{% endif %}
-- The dependency graph for a repository changes. For example, when a contributor pushes a commit to change the packages or versions it depends on{% if currentVersion == "free-pro-team@latest" %}, or when the code of one of the dependencies changes{% endif %}. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)."
+- Uma nova vulnerabilidade foi adicionada ao {% data variables.product.prodname_advisory_database %}. Para obter mais informações, consulte "[Pesquisar vulnerabilidades de segurança no {% data variables.product.prodname_advisory_database %}](/github/managing-security-vulnerabilities/browsing-security-vulnerabilities-in-the-github-advisory-database)".
+- São processados dados de nova vulnerabilidade retirados de [WhiteSource](https://www.whitesourcesoftware.com/vulnerability-database).{% else %}
+- São sincronizados novos dados de consultoria com {% data variables.product.prodname_ghe_server %} a cada hora a partir de {% data variables.product.prodname_dotcom_the_website %}. Para obter mais informações sobre dados de consultoria, consulte "Procurar vulnerabilidades de segurança no {% data variables.product.prodname_advisory_database %}{% endif %}
+- O gráfico de dependências para alterações de repositório. Por exemplo, quando um colaborador faz push de um commit para alterar os pacotes ou versões de que depende{% if currentVersion == "free-pro-team@latest" %} ou quando o código de uma das dependências muda{% endif %}. Para obter mais informações, consulte "[Sobre o gráfico de dependência](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)".
-For a list of the ecosystems that {% data variables.product.product_name %} can detect vulnerabilities and dependencies for, see "[Supported package ecosystems](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems)."
+Para obter uma lista dos ecossistemas para os quais o {% data variables.product.product_name %} pode detectar vulnerabilidades e dependências, consulte "[Ecossistemas de pacotes compatíveis](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems)".
{% note %}
-**Note:** It is important to keep your manifest and lock files up to date. If the dependency graph doesn't accurately reflect your current dependencies and versions, then you could miss alerts for vulnerable dependencies that you use. You may also get alerts for dependencies that you no longer use.
+**Observação:** É importante manter seus manifestos atualizados e seu arquivos bloqueados. Se o gráfico de dependências não refletir corretamente suas dependências e versões atuais, você poderá perder alertas para dependências vulneráveis que você usar. Você também pode receber alertas de dependências que você já não usa.
{% endnote %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" % %}
-### {% data variables.product.prodname_dependabot %} alerts for vulnerable dependencies
+### Alertas do {% data variables.product.prodname_dependabot %} para dependências vulneráveis
{% else %}
-### Security alerts for vulnerable dependencies
+### Alertas de segurança para dependências vulneráveis
{% endif %}
{% data reusables.repositories.enable-security-alerts %}
-{% if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_dotcom %} detects and alerts users to vulnerable dependencies in _public_ repositories by default. Owners of private repositories, or people with admin access, can enable {% data variables.product.prodname_dependabot_alerts %} by enabling the dependency graph and {% data variables.product.prodname_dependabot_alerts %} for their repositories.
+{% if currentVersion == "free-pro-team@latest" %}{% data variables.product.prodname_dotcom %} detects vulnerable dependencies in _public_ repositories and generates {% data variables.product.prodname_dependabot_alerts %} by default. Os proprietários de repositórios privados ou pessoas com acesso de administrador, podem habilitar o {% data variables.product.prodname_dependabot_alerts %} ativando o gráfico de dependências e {% data variables.product.prodname_dependabot_alerts %} para seus repositórios.
-You can also enable or disable {% data variables.product.prodname_dependabot %} alerts for all repositories owned by your user account or organization. For more information, see "[Managing security and analysis settings for your user account](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" or "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)."
+Você também pode habilitar ou desabilitar {% data variables.product.prodname_dependabot_alerts %} para todos os repositórios pertencentes à sua conta de usuário ou organização. Para mais informações consulte "[Gerenciar as configurações de segurança e análise da sua conta de usuário](/github/setting-up-and-managing-your-github-user-account/managing-security-and-analysis-settings-for-your-user-account)" ou "[Gerenciar as configurações de segurança e análise da sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization)".
-{% data variables.product.product_name %} starts generating the dependency graph immediately and sends alerts for any vulnerable dependencies as soon as they are identified. The graph is usually populated within minutes but this may take longer for repositories with many dependencies. For more information, see "[Managing data use settings for your private repository](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository)."
+{% data variables.product.product_name %} starts generating the dependency graph immediately and generates alerts for any vulnerable dependencies as soon as they are identified. O gráfico geralmente é preenchido em minutos, mas isso pode levar mais tempo para repositórios com muitas dependências. Para obter mais informações, consulte "[Gerenciando configurações do uso de dados de seu repositório privado](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository)".
{% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-When {% data variables.product.product_name %} identifies a vulnerable dependency, we send a {% data variables.product.prodname_dependabot_short %} alert to the maintainers of affected repositories with details of the vulnerability, a link to the affected file in the project, and information about a fixed version. {% if currentVersion == "free-pro-team@latest" %}For repositories that have enabled {% data variables.product.prodname_dependabot_security_updates %}, the alert will also contain a link to a pull request to update the manifest or lock file to the minimum version that resolves the vulnerability. For more information, see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)."{% endif %}
+Quando
+{% data variables.product.product_name %} identifies a vulnerable dependency, we generate a {% data variables.product.prodname_dependabot_short %} alert and display it on the Security tab for the repository. The alert includes a link to the affected file in the project, and information about a fixed version. {% data variables.product.product_name %} also notifies the maintainers of affected repositories about the new alert according to their notification preferences. Para obter mais informações, consulte "[Configurar notificações para dependências vulneráveis](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)".
+{% endif %}
+
+{% if currentVersion == "free-pro-team@latest" %}
+For repositories where
+{% data variables.product.prodname_dependabot_security_updates %} are enabled, the alert may also contain a link to a pull request to update the manifest or lock file to the minimum version that resolves the vulnerability. Para obter mais informações, consulte "[Sobre {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)".
{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
-When {% data variables.product.product_name %} identifies a vulnerable dependency, we send a security alert to the maintainers of affected repositories with details of the vulnerability, a link to the affected file in the project, and information about a fixed version.
+Quando
+{% data variables.product.product_name %} identifica uma dependência vulnerável, enviamos um alerta de segurança aos mantenedores dos repositórios afetados, com informações sobre a vulnerabilidade, um link para o arquivo afetado no projeto e informações sobre uma versão corrigida.
{% endif %}
{% warning %}
-**Note**: {% data variables.product.product_name %}'s security features do not claim to catch all vulnerabilities. Though we are always trying to update our vulnerability database and alert you with our most up-to-date information, we will not be able to catch everything or alert you to known vulnerabilities within a guaranteed time frame. These features are not substitutes for human review of each dependency for potential vulnerabilities or any other issues, and we recommend consulting with a security service or conducting a thorough vulnerability review when necessary.
+**Observação**: Os recursos de segurança de {% data variables.product.product_name %} não reivindicam garantem que todas as vulnerabilidades sejam detectadas. Though we are always trying to update our vulnerability database and generate alerts with our most up-to-date information, we will not be able to catch everything or tell you about known vulnerabilities within a guaranteed time frame. Esses recursos não substituem a revisão humana de cada dependência em busca de possíveis vulnerabilidades ou algum outro problema, e nossa sugestão é consultar um serviço de segurança ou realizar uma revisão completa de vulnerabilidade quando necessário.
{% endwarning %}
-### Access to {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts
+### Acesso a {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}alertas de segurança{% endif %}
-You can see all of the alerts that affect a particular project{% if currentVersion == "free-pro-team@latest" %} on the repository's Security tab or{% endif %} in the repository's dependency graph.{% if currentVersion == "free-pro-team@latest" %} For more information, see "[Viewing and updating vulnerable dependencies in your repository](/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository)."{% endif %}
+É possível ver todos os alertas que afetam um determinado projeto{% if currentVersion == "free-pro-team@latest" %} na aba Segurança do repositório ou{% endif %} no gráfico de dependências do repositório.{% if currentVersion == "free-pro-team@latest" %} Para obter mais informações, consulte "[Visualizar e atualizar dependências vulneráveis no seu repositório](/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository){% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-We send {% data variables.product.prodname_dependabot_short %} alerts to people with admin permissions in the affected repositories by default. {% data variables.product.product_name %} never publicly discloses identified vulnerabilities for any repository.{% if currentVersion == "free-pro-team@latest" %} You can also enable {% data variables.product.prodname_dependabot_short %} alerts for additional people or teams working repositories that you own or have admin permissions for. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts)."{% endif %}
+By default, we notify people with admin permissions in the affected repositories about new
+{% data variables.product.prodname_dependabot_short %} alerts.{% endif %} {% if currentVersion == "free-pro-team@latest" %}{% data variables.product.product_name %} never publicly discloses identified vulnerabilities for any repository. You can also make {% data variables.product.prodname_dependabot_short %} alerts visible to additional people or teams working repositories that you own or have admin permissions for. Para obter mais informações, consulte "[Gerenciar configurações de segurança e análise do repositório](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts)".
{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
-We send security alerts to people with admin permissions in the affected repositories by default. {% data variables.product.product_name %} never publicly discloses identified vulnerabilities for any repository.
+Enviamos alertas de segurança para as pessoas com permissões de administrador nos repositórios afetados por padrão.
+O {% data variables.product.product_name %} nunca divulga publicamente vulnerabilidades identificadas para qualquer repositório.
{% endif %}
-{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization %}{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.21" %} For more information, see "[Choosing the delivery method for your notifications](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications)."{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} For more information, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."{% endif %}
+{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization %}{% if enterpriseServerVersions contém currentVersion e currentVersion ver_lt "enterprise-server@2. 1" %} Para mais informações, consulte "[Escolher o método de entrega para suas notificações](/github/receiving-notifications-about-activity-on-github/choosing-the-delivery-method-for-your-notifications).{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %} Para mais informações, consulte "[Configurar notificações para dependências vulneráveis](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
-### Further reading
+### Leia mais
-- "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)"
-- "[Viewing and updating vulnerable dependencies in your repository](/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository)"
-- "[Understanding how {% data variables.product.product_name %} uses and protects your data](/categories/understanding-how-github-uses-and-protects-your-data)"{% endif %}
+- "[Sobre {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)"
+- "[Exibir e atualizar dependências vulneráveis no repositório](/articles/viewing-and-updating-vulnerable-dependencies-in-your-repository)"
+- "[Entender como o {% data variables.product.product_name %} usa e protege seus dados](/categories/understanding-how-github-uses-and-protects-your-data)"{% endif %}
diff --git a/translations/pt-BR/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md b/translations/pt-BR/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
index dbf47ece95..9eb238ba9b 100644
--- a/translations/pt-BR/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
+++ b/translations/pt-BR/content/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies.md
@@ -9,17 +9,17 @@ versions:
### About notifications for vulnerable dependencies
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.prodname_dependabot %} detects vulnerable dependencies in your repositories, we send you {% data variables.product.prodname_dependabot_short %} alerts.{% else %}When {% data variables.product.product_name %} detects vulnerable dependencies in your repositories, it sends security alerts.{% endif %}{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.prodname_dependabot_short %} is enabled by default on all public repositories. For {% data variables.product.prodname_dependabot_alerts %}, by default, you will receive {% data variables.product.prodname_dependabot_alerts %} by email, grouped by the specific vulnerability.
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}When {% data variables.product.prodname_dependabot %} detects vulnerable dependencies in your repositories, we generate a {% data variables.product.prodname_dependabot_short %} alert and display it on the Security tab for the repository. {% data variables.product.product_name %} notifies the maintainers of affected repositories about the new alert according to their notification preferences.{% else %}When {% data variables.product.product_name %} detects vulnerable dependencies in your repositories, it sends security alerts.{% endif %}{% if currentVersion == "free-pro-team@latest" %} {% data variables.product.prodname_dependabot_short %} is enabled by default on all public repositories. For {% data variables.product.prodname_dependabot_alerts %}, by default, you will receive {% data variables.product.prodname_dependabot_alerts %} by email, grouped by the specific vulnerability.
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}If you're an organization owner, you can enable or disable {% data variables.product.prodname_dependabot_short %} alerts for all repositories in your organization with one click. You can also set whether the detection of vulnerable dependencies will be enabled or disabled for newly-created repositories. For more information, see "[Managing security and analysis settings for your organization](/github/setting-up-and-managing-organizations-and-teams/managing-security-and-analysis-settings-for-your-organization#enabling-or-disabling-features-for-new-repositories)."
{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion == "enterprise-server@2.21" %}
-Your site administrator needs to enable security alerts for vulnerable dependencies for {% data variables.product.product_location_enterprise %} before you can use the feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
+Your site administrator needs to enable security alerts for vulnerable dependencies for {% data variables.product.product_location %} before you can use the feature. For more information, see "[Enabling alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "enterprise-server@2.20" %}
-By default, if your site administrator has configured email for notifications on your instance, you will receive {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} by email.{% endif %}
+By default, if your site administrator has configured email for notifications on your enterprise, you will receive {% if currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} by email.{% endif %}
{% if currentVersion ver_gt "enterprise-server@2.21" %}Site administrators can also enable {% data variables.product.prodname_dependabot_alerts %} without notifications. For more information, see "[Enabling {% data variables.product.prodname_dependabot_short %} alerts for vulnerable dependencies on {% data variables.product.prodname_ghe_server %}](/enterprise/{{ currentVersion }}/admin/configuration/enabling-alerts-for-vulnerable-dependencies-on-github-enterprise-server)."{% endif %}
diff --git a/translations/pt-BR/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md b/translations/pt-BR/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
index a42f22b489..2942f2ea48 100644
--- a/translations/pt-BR/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
+++ b/translations/pt-BR/content/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository.md
@@ -15,7 +15,7 @@ A aba de alertas do {% data variables.product.prodname_dependabot %} do seu repo
### Sobre atualizações para dependências vulneráveis no seu repositório
-O {% data variables.product.product_name %} envia {% data variables.product.prodname_dependabot_alerts %} quando detectamos vulnerabilidades que afetam o seu repositório. Para repositórios em que o {% data variables.product.prodname_dependabot_security_updates %} está ativado, quando {% data variables.product.product_name %} detecta uma dependência vulnerável, {% data variables.product.prodname_dependabot_short %} cria um pull request para corrigi-la. O pull request irá atualizar a dependência para a versão minimamente segura possível, o que é necessário para evitar a vulnerabilidade.
+{% data variables.product.product_name %} generates {% data variables.product.prodname_dependabot_alerts %} when we detect vulnerabilities affecting your repository. Para repositórios em que o {% data variables.product.prodname_dependabot_security_updates %} está ativado, quando {% data variables.product.product_name %} detecta uma dependência vulnerável, {% data variables.product.prodname_dependabot_short %} cria um pull request para corrigi-la. O pull request irá atualizar a dependência para a versão minimamente segura possível, o que é necessário para evitar a vulnerabilidade.
### Visualizar e atualizar dependências vulneráveis
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
index be4d5e7476..dfd63bc638 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/about-notifications.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Notificações e assinaturas
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
index 16873ff450..874282e8fa 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/configuring-notifications.md
@@ -16,6 +16,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Opções de entrega de notificação
@@ -109,9 +110,9 @@ As notificações de e-mail do {% data variables.product.product_name %} contêm
| Header | Informações |
| ------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Endereço do `remetente` | Este endereço será sempre {% if currentVersion == "free-pro-team@latest" %}'`notifications@github. om`'{% else %}'endereço de e-mail de não responda configurado pelo administrador do site'{% endif %}. |
-| Campo `To` | Esse campo conecta-se diretamente ao thread. Se você responder ao e-mail, será adicionado um novo comentário à conversa. |
-| Endereço de `Cc` | O {% data variables.product.product_name %} colocará você em cópia (`Cc`) se você estiver inscrito para uma conversa. O segundo endereço de e-mail de `Cc` corresponde ao motivo da notificação. O sufixo para esses motivos de notificação é {% data variables.notifications.cc_address %}. Os possíveis motivos de notificação são: - 'assign': você foi atribuído a um problema ou uma pull request.
- 'author': você criou um problema ou uma pull request.
- 'comment': você comentou um problema ou uma pull request.
- 'manual': houve uma atualização em um problema ou uma pull request para o(a) qual você assinou manualmente.
- 'mention': você foi mencionado em um problema ou uma pull request.
- 'push': alguém fez commit em uma pull request que você assinou.
- 'review_requested': você ou uma equipe da qual faz você faz parte foi solicitado para revisar uma pull request.
- 'security_alert': o {% data variables.product.prodname_dotcom %} detectou uma vulnerabilidade em um repositório para o qual você recebe alertas de segurança.
- 'state_change': um problema ou uma pull request que você assinou foi fechado(a) ou aberto(a).
- 'subscribed': houve uma atualização em um repositório que você está inspecionando.
- 'team_mention': uma equipe a qual você pertence foi mencionada em um problema ou uma pull request.
- 'your_activity': você abriu, comentou ou fechou um problema ou uma pull request.
|
-| campo `mailing list` | Esse campo identifica o nome do repositório e seu proprietário. O formato desse endereço é sempre `..{% data variables.command_line.backticks %}`. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" % %}
+| Campo `To` | This field connects directly to the thread.{% if currentVersion != "github-ae@latest" %} If you reply to the email, you'll add a new comment to the conversation.{% endif %}
+| Endereço de `Cc` | O {% data variables.product.product_name %} colocará você em cópia (`Cc`) se você estiver inscrito para uma conversa. O segundo endereço de e-mail de `Cc` corresponde ao motivo da notificação. O sufixo para esses motivos de notificação é {% data variables.notifications.cc_address %}. Os possíveis motivos de notificação são: - 'assign': você foi atribuído a um problema ou uma pull request.
- 'author': você criou um problema ou uma pull request.
- 'comment': você comentou um problema ou uma pull request.
- 'manual': houve uma atualização em um problema ou uma pull request para o(a) qual você assinou manualmente.
- 'mention': você foi mencionado em um problema ou uma pull request.
- 'push': alguém fez commit em uma pull request que você assinou.
- 'review_requested': você ou uma equipe da qual faz você faz parte foi solicitado para revisar uma pull request.
{% if currentVersion != "github-ae@latest" %}- 'security_alert': o {% data variables.product.prodname_dotcom %} detectou uma vulnerabilidade em um repositório para o qual você recebe alertas de segurança.
{% endif %}- 'state_change': um problema ou uma pull request que você assinou foi fechado(a) ou aberto(a).
- 'subscribed': houve uma atualização em um repositório que você está inspecionando.
- 'team_mention': uma equipe a qual você pertence foi mencionada em um problema ou uma pull request.
- 'your_activity': você abriu, comentou ou fechou um problema ou uma pull request.
|
+| campo `mailing list` | Esse campo identifica o nome do repositório e seu proprietário. O formato desse endereço é sempre `..{% data variables.command_line.backticks %}`. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
| campo `X-GitHub-Severity` | {% data reusables.repositories.security-alerts-x-github-severity %} Os níveis possíveis de gravidade são:- `low`
- `moderate`
- `high`
- `critical`
Para obter mais informações, consulte "[Sobre alertas para dependências vulneráveis](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)" |{% endif %}
### Escolhendo suas configurações de notificação
@@ -157,6 +158,7 @@ Se você for integrante de mais de uma organização, você poderá configurar c
5. Selecione um dos seus endereços de e-mail verificados e clique em **Save** (Salvar).

+{% if currentVersion != "github-ae@latest" %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
### Opções de notificação {% data variables.product.prodname_dependabot_alerts %}
{% else %}
@@ -165,11 +167,12 @@ Se você for integrante de mais de uma organização, você poderá configurar c
{% data reusables.notifications.vulnerable-dependency-notification-delivery-method-customization %}
{% data reusables.notifications.vulnerable-dependency-notification-options %}
+For more information about the notification delivery methods available to you, and advice on optimizing your notifications for
-Para mais informações sobre os métodos de entrega de notificação disponíveis para você e aconselhamento sobre como otimizar as notificações para {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}alertas de segurança{% endif %}, consulte "[Configurar notificações para dependências vulneráveis](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)".
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% endif %}
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-
### Opções de notificação {% data variables.product.prodname_actions %}
Escolha como você deseja receber atualizações de execução de fluxo de trabalho para repositórios que você está inspecionando que estão configurados com o {% data variables.product.prodname_actions %}. Você também pode optar por receber apenas notificações de execução de fluxo de trabalho falha.
@@ -179,7 +182,6 @@ Escolha como você deseja receber atualizações de execução de fluxo de traba
{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
-
### Habilitando notificações push com {% data variables.product.prodname_mobile %}
Quando você instalar {% data variables.product.prodname_mobile %}, você será automaticamente incluído em notificações da web. Você poderá então ativar notificações push para menções diretas no app.
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
index 0b237dff73..37b453f667 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/customizing-a-workflow-for-triaging-your-notifications.md
@@ -4,6 +4,7 @@ intro: 'Para criar um fluxo de trabalho ideal para a triagem de suas notificaç
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Iniciando sua triagem de caixa de entrada
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/index.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/index.md
index 582b01bbfd..feae0e8e7e 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/index.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Índice
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
index 2e6d8acf0f..7d03a57105 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Sobre sua caixa de entrada
@@ -104,27 +105,30 @@ Para filtrar notificações por motivos pelos quais recebeu uma atualização, v
| `reason:invitation` | Quando você for convidado para uma equipe, organização ou repositório. |
| `reason:manual` | Quando você clicar em **Assinar** em um problema ou uma pull request que você ainda não estava inscrito. |
| `reason:mention` | Você foi @mencionado diretamente. |
-| `reason:review-requested` | Você ou uma equipe da qual é integrante é solicitado a revisar uma pull request. |
-| `reason:security-alert` | Quando um alerta de segurança é emitido para um repositório. |
+| `reason:review-requested` | You or a team you're on have been requested to review a pull request.{% if currentVersion != "github-ae@latest" %}
+| `reason:security-alert` | When a security alert is issued for a repository.{% endif %}
| `reason:state-change` | Quando o estado de uma pull request ou um problema é alterado. Por exemplo, um problema é fechado ou uma pull request é mesclada. |
| `reason:team-mention` | Quando uma equipe da qual você é integrante é @mencionada. |
| `reason:ci-activity` | Quando um repositório tem uma atualização de CI, como um novo status de execução de fluxo de trabalho. |
#### Consultas suportadas `is:`
-Para filtrar notificações para uma atividade específica no {% data variables.product.product_name %}, você pode usar a consulta `is`. Por exemplo, para visualizar apenas atualizações de convite do repositório, use `is:repository-invitation` e para visualizar apenas {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_short %}{% else %} alertas de segurança{% endif %}, use `is:repository-vulnerability-alert`.
+Para filtrar notificações para uma atividade específica no {% data variables.product.product_name %}, você pode usar a consulta `is`. For example, to only see repository invitation updates, use `is:repository-invitation`{% if currentVersion != "github-ae@latest" %}, and to only see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %} security{% endif %} alerts, use `is:repository-vulnerability-alert`.{% endif %}
- `is:check-suite`
- `is:commit`
- `is:gist`
- `is:issue-or-pull-request`
- `is:release`
-- `is:repository-invitation`
+- `is:repository-invitation`{% if currentVersion != "github-ae@latest" %}
- `is:repository-vulnerability-alert`
-- `is:repository-advisory`
+- `is:repository-advisory`{% endif %}
- `is:team-discussion`
-Para informações sobre a redução de ruído de notificações para {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 1" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}alertas de segurança{% endif %}, consulte "[Configurar notificações para dependências vulneráveis](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)".
+{% if currentVersion != "github-ae@latest" %}
+For information about reducing noise from notifications for
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %}, see "[Configuring notifications for vulnerable dependencies](/github/managing-security-vulnerabilities/configuring-notifications-for-vulnerable-dependencies)."
+{% endif %}
Você também pode usar a consulta `is:` para descrever como a notificação passou pela triagem.
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
index 3e6ba49c4e..7f9b5f75ad 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md
@@ -5,5 +5,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
index 8719b244d1..274369b044 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions.md
@@ -4,6 +4,7 @@ intro: 'Para ajudá-lo a gerenciar suas notificações de forma eficiente, exist
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
Para ajudá-lo a entender suas assinaturas e decidir se deseja cancelar sua assinatura, consulte "[Visualizando suas assinaturas](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions)".
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
index 2aa3c8060c..c4c1d1e20c 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
index a869aa9b19..d3f4e3dc8b 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/triaging-a-single-notification.md
@@ -4,6 +4,7 @@ intro: 'Quando você revisa e investiga uma única notificação, você tem vár
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
### Salvando uma única notificação
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
index 37b9561ab0..61deea0679 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md
@@ -8,5 +8,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
index 43ad3eb8ec..104b627a85 100644
--- a/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
+++ b/translations/pt-BR/content/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions.md
@@ -17,6 +17,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.21'
+ github-ae: '*'
---
Você recebe notificações para suas assinaturas de atividades contínuas em {% data variables.product.product_name %}. Há muitos motivos para você assinar uma conversa. Para obter mais informações, consulte "[Sobre notificações](/github/managing-subscriptions-and-notifications-on-github/about-notifications#notifications-and-subscriptions)".
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md b/translations/pt-BR/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
index 6ffbfb1bdf..463d549f62 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/about-automation-for-issues-and-pull-requests-with-query-parameters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os parâmetros de consulta são partes opcionais de uma URL que podem ser personalizadas para compartilhar uma exibição de página web específica, como resultados do filtro de pesquisa ou um modelo de problemas no {% data variables.product.prodname_dotcom %}. Para criar seus próprios parâmetros de consulta, você deve corresponder o par de chave e valor.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/about-automation-for-project-boards.md b/translations/pt-BR/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
index 333c92f88e..420d9a0392 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/about-automation-for-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.automate-project-board-permissions %} Para obter mais informações, consulte "[Permissões do quadro de projeto para uma organização](/articles/project-board-permissions-for-an-organization)."
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
index 8d3a7cbea6..6293bdfec2 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/about-duplicate-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para que um evento de linha do tempo "marcado como duplicata" apareça, o usuário que cria o comentário de referência de duplicata deve ter acesso de gravação ao repositório onde ele cria o comentário.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/about-issues.md b/translations/pt-BR/content/github/managing-your-work-on-github/about-issues.md
index 7c232844f0..39b73088df 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/about-issues.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/about-issues.md
@@ -7,13 +7,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode coletar feedback, reportar erros de software e organizar tarefas que deseja realizar com problemas em um repositório. Os problemas podem ser mais do que um lugar para relatar erros de relatório.
{% data reusables.pull_requests.close-issues-using-keywords %}
-Para se manter atualizado sobre os comentários mais recentes em um problema, você pode inspecionar um problema a fim de recebe notificações sobre os últimos comentários. Para obter mais informações, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Sobre as notificações](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Sobre as notificações](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}".
+Para se manter atualizado sobre os comentários mais recentes em um problema, você pode inspecionar um problema a fim de recebe notificações sobre os últimos comentários. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
Para encontrar links para problemas atualizados recentemente nos quais você está inscrito, visite seu painel. Para obter mais informações, consulte "[Sobre seu painel pessoal](/articles/about-your-personal-dashboard)".
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/about-labels.md b/translations/pt-BR/content/github/managing-your-work-on-github/about-labels.md
index 259b214975..edffe121a2 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/about-labels.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/about-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
As etiquetas são associadas ao repositório em que foram criadas. Dada a existência de uma etiqueta, você pode usá-la em qualquer problema ou pull request dentro desse repositório. Para obter mais informações, consulte "[Criar uma etiqueta](/articles/creating-a-label/)".
@@ -30,7 +31,7 @@ O {% data variables.product.product_name %} fornece etiquetas padrão para todos
Etiquetas padrão são incluídas em todos os novos repositórios quando criados, mas você pode editar ou excluir as etiquetas posteriormente. Para obter mais informações, consulte "[Excluir uma etiqueta](/articles/deleting-a-label/)".
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
Os proprietários da organização podem personalizar as etiquetas padrão para repositórios na organização. Para obter mais informações, consulte "[Gerenciar etiquetas padrão nos repositórios da organização](/articles/managing-default-labels-for-repositories-in-your-organization)".
{% endif %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/about-milestones.md b/translations/pt-BR/content/github/managing-your-work-on-github/about-milestones.md
index 3699950f15..653ea849c7 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/about-milestones.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/about-milestones.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Ao [criar um marco](/articles/creating-and-editing-milestones-for-issues-and-pull-requests), você pode [associá-lo a problemas e pull requests](/articles/associating-milestones-with-issues-and-pull-requests).
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/about-project-boards.md b/translations/pt-BR/content/github/managing-your-work-on-github/about-project-boards.md
index 2264198f2e..17ea85acee 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/about-project-boards.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/about-project-boards.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os quadros de projeto são compostos por problemas, pull requests e observações que são categorizados como cartões em colunas de sua escolha. É possível arrastar e soltar ou usar atalhos de teclado para reordenar cartões em uma coluna, mover cartões de coluna para coluna e alterar a ordem das colunas.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/about-task-lists.md b/translations/pt-BR/content/github/managing-your-work-on-github/about-task-lists.md
index 44adecb03e..434c999d67 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/about-task-lists.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/about-task-lists.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
As listas de tarefas são renderizadas com caixas de seleção clicáveis em comentários. Você pode marcar ou desmarcar as caixas de seleção para marcá-las como completas ou incompletas.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
index 650bcb40ef..92534069b6 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/adding-issues-and-pull-requests-to-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode adicionar cartões de problema ou pull request ao seu quadro de projeto ao:
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
index c698778c5d..5ada39434e 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/adding-notes-to-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
index c3835dd799..48bfc52611 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/applying-labels-to-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
index 589509eedf..0ae7ee0cd1 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/archiving-cards-on-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A automação no quadro de projeto não se aplica a cartões do quadro de projeto arquivados. Por exemplo, se você fechar um problema no arquivamento de um quadro de projeto, o cartão arquivado não será movido automaticamente para a coluna "Done" (Concluído). Quando você restaura um cartão do arquivamento do quadro de projeto, o cartão retorna à coluna em que foi arquivada.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md b/translations/pt-BR/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
index e57d7c04f8..2fcbdf503a 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/assigning-issues-and-pull-requests-to-other-github-users.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Qualquer pessoa com permissões de gravação em um repositório pode atribuir problemas e pull requests.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
index 6ae13bf819..ed0d85217d 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/changing-project-board-visibility.md b/translations/pt-BR/content/github/managing-your-work-on-github/changing-project-board-visibility.md
index cbe08e88fd..6351ff3088 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/changing-project-board-visibility.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/changing-project-board-visibility.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.project-board-visibility %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/closing-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/closing-a-project-board.md
index 1680647d0e..eed48d45f3 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/closing-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/closing-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você fecha um quadro de projeto, qualquer automação de fluxo de trabalho configurada é pausada por padrão.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md b/translations/pt-BR/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
index 77263311ae..58a7e43cb2 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/configuring-automation-for-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.automate-project-board-permissions %} Para obter mais informações, consulte "[Sobre a automação para quadros de projeto](/articles/about-automation-for-project-boards)".
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-label.md b/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-label.md
index bd592d5e9d..a0d83432b6 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-label.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-label.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -29,6 +30,6 @@ versions:
- "[Sobre etiquetas](/articles/about-labels)"
- "[Aplicar etiquetas a problemas e pull requests](/articles/applying-labels-to-issues-and-pull-requests)"
- "[Editar uma etiqueta](/articles/editing-a-label)"
-- "[Filtrar problemas e pull requests por etiquetas](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- "[Gerenciar etiquetas padrão nos repositórios da organização](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md b/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
index c924687654..15ee5a198c 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Esse tipo de link permanente será renderizado como um trecho de código somente no repositório em que ele foi originado. Em outros repositórios, o trecho de código permalink será renderizado como uma URL.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-project-board.md
index 175c16e195..c51ec25f2e 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/creating-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.use-automated-template %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/creating-an-issue.md b/translations/pt-BR/content/github/managing-your-work-on-github/creating-an-issue.md
index 0d37d16641..18ae4f592a 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/creating-an-issue.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/creating-an-issue.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.create-issue-in-public-repository %}
@@ -14,7 +15,7 @@ Você pode abrir um novo problema com base no código de uma pull request existe
Você pode abrir um novo problema diretamente de um comentário em um problema ou uma revisão de pull request. Para obter mais informações, consulte "[Abrir um problema a partir de um comentário](/github/managing-your-work-on-github/opening-an-issue-from-a-comment)".
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% tip %}
**Dica**: Você também pode criar um problema usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`gh issue create`](https://cli.github.com/manual/gh_issue_create)" na documentação do {% data variables.product.prodname_cli %}.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
index 06ca04dbd2..2564fdd916 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/creating-and-editing-milestones-for-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/deleting-a-label.md b/translations/pt-BR/content/github/managing-your-work-on-github/deleting-a-label.md
index 695939efea..5df91159e6 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/deleting-a-label.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/deleting-a-label.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A exclusão de uma etiqueta a removerá de qualquer problema ou pull request em que ela tenha sido aplicada.
@@ -18,6 +19,6 @@ A exclusão de uma etiqueta a removerá de qualquer problema ou pull request em
### Leia mais
- "[Aplicar etiquetas a problemas e pull requests](/articles/applying-labels-to-issues-and-pull-requests)"
-- "[Filtrar problemas e pull requests por etiquetas](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- "[Gerenciar etiquetas padrão nos repositórios da organização](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/deleting-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/deleting-a-project-board.md
index 1280c55fa0..3a516e9a9f 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/deleting-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/deleting-a-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/deleting-an-issue.md b/translations/pt-BR/content/github/managing-your-work-on-github/deleting-an-issue.md
index 6e24d79f3b..02436f39be 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/deleting-an-issue.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/deleting-an-issue.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você só pode excluir problemas em um repositório que pertença à sua conta de usuário. Não é possível excluir problemas em um repositório pertencente a outra conta de usuário, mesmo que você seja um colaborador nela.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/disabling-issues.md b/translations/pt-BR/content/github/managing-your-work-on-github/disabling-issues.md
index cfd3b6ceee..2583b4ea48 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/disabling-issues.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/disabling-issues.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md b/translations/pt-BR/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
index 861e3e32d1..956fbe147a 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/disabling-project-boards-in-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você desabilita quadros de projeto, deixa de ver informações relacionadas a eles em linhas do tempo ou [logs de auditoria](/articles/reviewing-your-security-log/).
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md b/translations/pt-BR/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
index a0a002527f..df67256af2 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/disabling-project-boards-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Após a desabilitação dos quadros de projeto em toda a organização, não é mais possível criar quadros de projeto no nível da organização nem acessar os quadros de projeto no nível de organização já existentes pelas URLs anteriores. Os quadros de projeto em repositórios não são afetados.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/editing-a-label.md b/translations/pt-BR/content/github/managing-your-work-on-github/editing-a-label.md
index 53f55392f8..895bee3f70 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/editing-a-label.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/editing-a-label.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
@@ -23,6 +24,6 @@ versions:
- "[Criar uma etiqueta](/articles/creating-a-label)"
- "[Excluir uma etiqueta](/articles/deleting-a-label)"
- "[Aplicar etiquetas a problemas e pull requests](/articles/applying-labels-to-issues-and-pull-requests)"
-- "[Filtrar problemas e pull requests por etiquetas](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- "[Filtering issues and pull requests by labels](/articles/filtering-issues-and-pull-requests-by-labels)"{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- "[Gerenciar etiquetas padrão nos repositórios da organização](/articles/managing-default-labels-for-repositories-in-your-organization)"
{% endif %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/editing-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/editing-a-project-board.md
index 3fbd7f5217..f25c8faef8 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/editing-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/editing-a-project-board.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
index f6f3178e42..892032e8c3 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/file-attachments-on-issues-and-pull-requests.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
index 0c0797d902..0b90cf40f6 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-cards-on-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Em um cartão, você pode clicar em qualquer responsável, marco ou etiqueta para filtrar o quadro de projeto por esse qualificador. Para limpar a pesquisa, você pode clicar no mesmo responsável, marco ou etiqueta novamente.
@@ -21,7 +22,7 @@ Também é possível usar a barra de pesquisa "Filter cards" (Fitrar cartões) q
- Filtrar cartões por status de verificação com `status:pending`, `status:success` ou `status:failure`
- Filtrar cartões por tipo com `type:issue`, `type:pr` ou `type:note`
- Filtrar cartões por estado e tipo com `is:open`, `is:closed` ou `is:merged`; e `is:issue`, `is:pr` ou `is:note`
-- Filtrar cartões por problemas vinculados a um pull request por uma referência de fechamento usando `linked:pr`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}
+- Filter cards by issues that are linked to a pull request by a closing reference using `linked:pr`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- Filtrar cartões por repositório em um quadro de projetos de toda a organização usando `repo:ORGANIZATION/REPOSITORY`{% endif %}
1. Navegue até o quadro de projetos que contém os cartões que você deseja filtrar.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
index 6f5e2f9b3b..e116be5123 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-assignees.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.cli.filter-issues-and-pull-requests-tip %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
index ff4c93b0db..ef8e35c702 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-labels.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.cli.filter-issues-and-pull-requests-tip %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
index 645fdc8e19..7a8d9af855 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests-by-milestone.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
index c680dd536e..32ff27ab60 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.search.requested_reviews_search %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
index 6119a7b84b..0d30cc38e1 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/filtering-pull-requests-by-review-status.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode filtrar uma lista de pull requests do repositório para encontrar:
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/finding-information-in-a-repository.md b/translations/pt-BR/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
index ca5a4a85b5..819cd41ec2 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/finding-information-in-a-repository.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/index.md b/translations/pt-BR/content/github/managing-your-work-on-github/index.md
index ee07226943..cd00627213 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/index.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
index 9f3e5ea2cf..6299b8fbf5 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/labeling-issues-and-pull-requests.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md b/translations/pt-BR/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
index 12af8adfe4..72b27d8618 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue.md
@@ -1,6 +1,6 @@
---
title: Vinculando uma pull request a um problema
-intro: 'Você pode vincular um pull request a um problema {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 8" %} mostra que uma correção está em andamento e{% endif %} fecha automaticamente o problema quando o pull request é mesclado.'
+intro: 'You can link a pull request to an issue to show that a fix is in progress and to automatically close the issue when the pull request is merged.'
redirect_from:
- /articles/closing-issues-via-commit-message/
- /articles/closing-issues-via-commit-messages/
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
@@ -19,13 +20,13 @@ versions:
### Sobre problemas e pull requests vinculados
-Você pode vincular um problema a um pull request {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}manualmente ou {% endif %}usando uma palavra-chave compatível na descrição do pull request.
+You can link an issue to a pull request {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}manually or {% endif %}using a supported keyword in the pull request description.
Quando você vincula uma pull request ao problema que a pull request tem de lidar, os colaboradores poderão ver que alguém está trabalhando no problema. {% if currentVersion ver_lt "enterprise-server@2. 1" %}Se o pull request e o problema estiverem em repositórios diferentes, {% data variables.product.product_name %} mostrará o link após o merge do pull request, se a pessoa que mescla o pull request também tiver permissão para fechar o problema.{% endif %}
Quando você mescla uma pull request vinculada no branch padrão de um repositório, o problema vinculado será fechado automaticamente. Para obter mais informações sobre o branch padrão, consulte "[Configurado o branch padrão](/github/administering-a-repository/setting-the-default-branch). "
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Vinculando manualmente uma pull request a um problema
Qualquer pessoa com permissões de gravação em um repositório pode vincular manualmente uma pull request a um problema.
@@ -61,7 +62,7 @@ A sintaxe para fechar palavras-chave depende se o problema está no mesmo reposi
| Problema em um repositório diferente | *KEYWORD* *OWNER*/*REPOSITORY*#*ISSUE-NUMBER* | `Fixes octo-org/octo-repo#100` |
| Múltiplos problemas | Usar sintaxe completa para cada problema | `Resolves #10, resolves #123, resolves octo-org/octo-repo#100` |
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}Apenas pull requests vinculados manualmente podem ser desvinculados. Para desvincular um problema que você vinculou usando uma palavra-chave, você deve editar a descrição da pull request para remover a palavra-chave.{% endif %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}Only manually linked pull requests can be manually unlinked. Para desvincular um problema que você vinculou usando uma palavra-chave, você deve editar a descrição da pull request para remover a palavra-chave.{% endif %}
Você também pode usar palavras-chave de fechamento em uma mensagem de commit. O problema será encerrado quando você mesclar o commit no branch padrão, mas o pull request que contém o commit não será listado como um pull request vinculado.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
index 87f582f894..6ad74496db 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/linking-a-repository-to-a-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/managing-project-boards.md b/translations/pt-BR/content/github/managing-your-work-on-github/managing-project-boards.md
index 88b3ab89e3..f22e0cc234 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/managing-project-boards.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/managing-project-boards.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/managing-your-work-with-issues.md b/translations/pt-BR/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
index f62b1a099e..acb8c13311 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/managing-your-work-with-issues.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md b/translations/pt-BR/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
index a8e25197f1..f7d5f05ccf 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/opening-an-issue-from-a-comment.md
@@ -4,6 +4,7 @@ intro: É possível abrir um problema novo a partir de um comentário específic
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você abre um problema a partir de um comentário, o problema contém um trecho mostrando onde o comentário foi originalmente publicado.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/opening-an-issue-from-code.md b/translations/pt-BR/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
index ac426308d7..ec00134067 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/opening-an-issue-from-code.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você abre um problema de código, o problema contém um trecho mostrando a linha ou intervalo de código que você escolheu. Você pode abrir somente um problema no mesmo repositório onde o código é armazenado.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md b/translations/pt-BR/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
index d7953228e2..439ec7cfe9 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/pinning-an-issue-to-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
index 2c22aded1f..2e9130c85e 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/reopening-a-closed-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você fecha um quadro de projeto, todas as automações de fluxo de trabalho configuradas para o quadro de projeto são pausadas por padrão. Para obter mais informações, consulte "[Fechar um quadro de projeto](/articles/closing-a-project-board)".
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/sharing-filters.md b/translations/pt-BR/content/github/managing-your-work-on-github/sharing-filters.md
index ea9f646dfb..b6a94c63c4 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/sharing-filters.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/sharing-filters.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode enviar a URL que geradas pelos problemas para qualquer usuário e ele verá a mesma exibição com filtro que você.
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
index d686c400d0..2cb9d1ee84 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/sorting-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode ordenar qualquer exibição filtrada por:
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md b/translations/pt-BR/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
index 6ac7e7f9c1..ba614026da 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/tracking-progress-on-your-project-board.md
@@ -1,11 +1,12 @@
---
title: Acompanhar o andamento do quadro de projeto
-intro: 'Você pode ver o progresso geral do seu projeto na barra de progresso.'
+intro: Você pode ver o progresso geral do seu projeto na barra de progresso.
redirect_from:
- /articles/tracking-progress-on-your-project-board
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.project-management.project-progress-locations %}
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md b/translations/pt-BR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
index 3bdefa8b1b..edd5640c29 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md b/translations/pt-BR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
index 8f46b3c431..e34bbccc8f 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md b/translations/pt-BR/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
index c8a11c3759..5ce3c0d281 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/transferring-an-issue-to-another-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para transferir um problema aberto para outro repositório, é preciso ter permissões de gravação no repositório em que o problema está e no repositório para onde você está transferindo o problema. Para obter mais informações, consulte "[Níveis de permissão do repositório para organizações](/articles/repository-permission-levels-for-an-organization)".
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
index a50c9d9a1b..44850bd665 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/using-search-to-filter-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
A barra de pesquisa de problemas e pull requests permite que você defina seus próprios filtros personalizados e ordene por uma ampla variedade de critérios. A barra de pesquisa pode ser encontrada nas guias **Problemas** e **Pull requests** de cada repositório nos [Painéis de problemas e pull requests](/articles/viewing-all-of-your-issues-and-pull-requests).
@@ -25,7 +26,7 @@ Com os termos da pesquisa de problemas e pull requests, é possível:
- Filtrar problemas e pull requests por responsável: `state:open type:issue assignee:octocat`
- Filtrar problemas e pull requests por etiqueta: `state:open type:issue label:"bug"`
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
Para problemas, você também pode usar a busca para:
- Filtrar por problemas que estão vinculados a uma pull request por uma referência de fechamento: `linked:pr`
@@ -39,7 +40,7 @@ Para pull requests, você também pode usar a pesquisa para:
- Filtrar pull requests nas quais um revisor tenha solicitado alterações: `state:open type:pr review:changes_requested`
- Filtrar pull requests por [revisor](/articles/about-pull-request-reviews/): `state:open type:pr reviewed-by:octocat`
- Filtrar pull requests pelo usuário específico [solicitado para revisão](/articles/requesting-a-pull-request-review): `state:open type:pr review-requested:octocat`
-- Filtre pull requests pela equipe solicitada para revisão: `state:open type:pr team-review-requested:github/atom`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+- Filter pull requests by the team requested for review: `state:open type:pr team-review-requested:github/atom`{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
- Filtro por pull requests que estão vinculadas a um problema que a pull request pode concluir: `linked:issue`{% endif %}
### Leia mais
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md b/translations/pt-BR/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
index 87e57a70f2..625f69695c 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/viewing-all-of-your-issues-and-pull-requests.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os painéis de problemas e pull requests estão disponíveis na parte superior de qualquer página. Em cada painel, é possível filtrar a lista para encontrar problemas ou pull requests que você criou, que foram atribuídos a você ou nos quais você foi mencionado. Também é possível encontrar pull requests que você deverá revisar.
@@ -15,4 +16,4 @@ Os painéis de problemas e pull requests estão disponíveis na parte superior d
### Leia mais
-- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Visualizar as suas assinaturas](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions#reviewing-repositories-that-youre-watching){% else %}"[Listar os repositórios que você está inspecionando](/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching){% endif %}"
+- {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}”[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions#reviewing-repositories-that-youre-watching){% else %}”[Listing the repositories you're watching](/github/receiving-notifications-about-activity-on-github/listing-the-repositories-youre-watching){% endif %}"
diff --git a/translations/pt-BR/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md b/translations/pt-BR/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
index 1767cd669c..1f8de5b673 100644
--- a/translations/pt-BR/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
+++ b/translations/pt-BR/content/github/managing-your-work-on-github/viewing-your-milestones-progress.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/about-searching-on-github.md b/translations/pt-BR/content/github/searching-for-information-on-github/about-searching-on-github.md
index 13fc4eca2f..4994d250db 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/about-searching-on-github.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/about-searching-on-github.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode pesquisar globalmente em todo o {% data variables.product.product_name %} ou definir o escopo da sua pesquisa para uma organização ou um repositório específico.
@@ -54,6 +55,7 @@ A {% data variables.search.advanced_url %} fornece uma interface visual para con

+{% if currentVersion != "github-ae@latest" %}
### Pesquisar no {% data variables.product.prodname_enterprise %} e {% data variables.product.prodname_dotcom_the_website %} simultaneamente
Se você usar o {% data variables.product.prodname_enterprise %} e for integrante de uma organização do {% data variables.product.prodname_dotcom_the_website %} que usa o {% data variables.product.prodname_ghe_cloud %}, o administrador do site do {% data variables.product.prodname_enterprise %} pode habilitar o {% data variables.product.prodname_github_connect %} para que você possa pesquisar em ambos os ambientes ao mesmo tempo. Para obter mais informações, consulte "[Habilitar a {% data variables.product.prodname_unified_search %} entre o {% data variables.product.prodname_enterprise %} e o {% data variables.product.prodname_dotcom_the_website %}](/enterprise/admin/guides/developer-workflow/enabling-unified-search-between-github-enterprise-server-and-github-com)".
@@ -61,8 +63,10 @@ Se você usar o {% data variables.product.prodname_enterprise %} e for integrant
É possível pesquisar em ambos os ambientes apenas no {% data variables.product.prodname_enterprise %}. Para definir o escopo da pesquisa por ambiente, você pode usar uma opção de filtro na {% data variables.search.advanced_url %} ou pode usar o prefixo de pesquisa `environment:`. Para pesquisar apenas por conteúdo no {% data variables.product.prodname_enterprise %}, use a sintaxe de pesquisa `environment:local`. Para pesquisar apenas por conteúdo no {% data variables.product.prodname_dotcom_the_website %}, use `environment:github`.
O administrador do site do {% data variables.product.prodname_enterprise %} pode habilitar a {% data variables.product.prodname_unified_search %} para todos os repositórios públicos, todos os repositórios privados ou apenas determinados repositórios privados na organização do {% data variables.product.prodname_ghe_cloud %} conectado.
+If your site administrator enables
-Se o administrador do site habilitar a {% data variables.product.prodname_unified_search %} em repositórios privados, você poderá pesquisar apenas em repositórios privados em que o administrador habilitou a {% data variables.product.prodname_unified_search %} e aos quais você tem acesso na organização do {% data variables.product.prodname_dotcom_the_website %} conectado. Os administradores do {% data variables.product.prodname_enterprise %} e os proprietários da organização no {% data variables.product.prodname_dotcom_the_website %} não podem pesquisar repositórios privados que pertencem à sua conta. Para pesquisar repositórios privados aplicáveis, você deve habilitar a pesquisa de repositório privado para suas contas pessoais no {% data variables.product.prodname_dotcom_the_website %} e no {% data variables.product.prodname_enterprise %}. Para obter mais informações, consulte "[Habilitar pesquisa de repositório privado do {% data variables.product.prodname_dotcom_the_website %} na sua conta do {% data variables.product.prodname_enterprise %}](/articles/enabling-private-github-com-repository-search-in-your-github-enterprise-server-account)".
+{% data variables.product.prodname_unified_search %} in private repositories, you can only search in the private repositories that the administrator enabled {% data variables.product.prodname_unified_search %} for and that you have access to in the connected {% data variables.product.prodname_dotcom_the_website %} organization. Os administradores do {% data variables.product.prodname_enterprise %} e os proprietários da organização no {% data variables.product.prodname_dotcom_the_website %} não podem pesquisar repositórios privados que pertencem à sua conta. Para pesquisar repositórios privados aplicáveis, você deve habilitar a pesquisa de repositório privado para suas contas pessoais no {% data variables.product.prodname_dotcom_the_website %} e no {% data variables.product.prodname_enterprise %}. Para obter mais informações, consulte "[Habilitar pesquisa de repositório privado do {% data variables.product.prodname_dotcom_the_website %} na sua conta do {% data variables.product.prodname_enterprise %}](/articles/enabling-private-github-com-repository-search-in-your-github-enterprise-server-account)".
+{% endif %}
### Leia mais
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/finding-files-on-github.md b/translations/pt-BR/content/github/searching-for-information-on-github/finding-files-on-github.md
index 0b10b5d04d..6458dcef30 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/finding-files-on-github.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/finding-files-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -18,7 +19,7 @@ versions:
{% endtip %}
{% data reusables.repositories.navigate-to-repo %}
-{% if enterpriseServerVersions contains currentVersion and currentVersion ver_lt "enterprise-server@2.22" %}
+{% if currentVersion ver_lt "enterprise-server@2.22" %}
2. No nome do repositório, clique em **Find file** (Localizar arquivo). 
{% else %}
2. Acima da lista de arquivos, clique em **Ir para o arquivo**. 
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md b/translations/pt-BR/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
index 54c981d2b3..824eba712a 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md
@@ -6,5 +6,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/index.md b/translations/pt-BR/content/github/searching-for-information-on-github/index.md
index 3a35043113..795741dc69 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/index.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-code.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-code.md
index 9142303985..7e869b84a8 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-code.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-code.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode pesquisar códigos globalmente no {% data variables.product.product_name %} ou pesquisar em uma organização ou um repositório específico. Para pesquisar códigos em todos os repositórios públicos, é necessário ter iniciado a sessão em uma conta do {% data variables.product.product_name %}. Para obter mais informações, consulte "[Sobre a pesquisa no GitHub](/articles/about-searching-on-github)".
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-commits.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-commits.md
index e728eb3837..77c10cc93b 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-commits.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-commits.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode pesquisar commits globalmente no {% data variables.product.product_name %} ou pesquisar em uma organização ou um repositório específico. Para obter mais informações, consulte "[Sobre pesquisar no {% data variables.product.company_short %}](/articles/about-searching-on-github)".
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-for-packages.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-for-packages.md
index 22abbc6261..f874abe587 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-for-packages.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-for-packages.md
@@ -6,6 +6,7 @@ permissions: Qualquer pessoa pode pesquisar pacotes aos quais tem acesso.
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
{% data reusables.package_registry.packages-ghes-release-stage %}
@@ -16,7 +17,7 @@ versions:
{% if enterpriseServerVersions contains currentVersion %}
Você só pode pesquisar pacotes em
-{% data variables.product.product_location_enterprise %}, não em {% data variables.product.prodname_dotcom_the_website %}, mesmo se {% data variables.product.prodname_github_connect %} estiver habilitado.
+{% data variables.product.product_name %}, não em {% data variables.product.prodname_dotcom_the_website %}, mesmo se {% data variables.product.prodname_github_connect %} estiver habilitado.
{% endif %}
{% data reusables.search.syntax_tips %}
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-for-repositories.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-for-repositories.md
index 4fb2ed77f2..03da189133 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-for-repositories.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-for-repositories.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode pesquisar repositórios globalmente no {% data variables.product.product_name %} ou pesquisar em uma organização específica. Para obter mais informações, consulte "[Sobre a pesquisa no {% data variables.product.prodname_dotcom %}](/articles/about-searching-on-github)".
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-in-forks.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-in-forks.md
index 8567d7bb7f..064f756a76 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-in-forks.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-in-forks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para exibir bifurcações nos resultados da [pesquisa no repositório](/articles/searching-for-repositories), adicione `fork:true` ou `fork:only` à sua consulta.
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
index 123a673286..74ec0b1461 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-issues-and-pull-requests.md
@@ -7,14 +7,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode pesquisar problemas e pull requests globalmente no {% data variables.product.product_name %} ou pesquisar em uma organização específica. Para obter mais informações, consulte "[Sobre pesquisar no {% data variables.product.company_short %}](/articles/about-searching-on-github)".
{% tip %}
-**Tips:**{% if enterpriseServerVersions contains currentVersion %}
- - Este artigo tem exemplos de pesquisa no site {% data variables.product.prodname_dotcom %}.com, mas você pode usar os mesmos filtros de pesquisa na {% data variables.product.product_location_enterprise %}.{% endif %}
+**Tips:**{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
+ - Este artigo tem exemplos de pesquisa no site {% data variables.product.prodname_dotcom %}.com, mas você pode usar os mesmos filtros de pesquisa na {% data variables.product.product_location %}.{% endif %}
- Para obter uma lista de sintaxes de pesquisa que podem ser adicionadas a qualquer qualificador de pesquisa para melhorar ainda mais os resultados, consulte "[Entender a sintaxe de pesquisa](/articles/understanding-the-search-syntax)".
- Use aspas em termos de pesquisa com várias palavras. Por exemplo, se quiser pesquisar problemas com a etiqueta "In progress," pesquise `label:"in progress"`. A pesquisa não faz distinção entre maiúsculas e minúsculas.
- {% data reusables.search.search_issues_and_pull_requests_shortcut %}
@@ -124,7 +125,7 @@ Você pode usar o qualificador `involves` para encontrar problemas que envolvem
| involves:USERNAME | **[involves:defunkt involves:jlord](https://github.com/search?q=involves%3Adefunkt+involves%3Ajlord&type=Issues)** identifica os problemas que envolvem @defunkt ou @jlord. |
| | [**NOT bootstrap in:body involves:mdo**](https://github.com/search?q=NOT+bootstrap+in%3Abody+involves%3Amdo&type=Issues) identifica os problemas que envolvem @mdo e não contêm a palavra "bootstrap" no texto. |
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Procurar problema e pull requests vinculados
Você pode restringir seus resultados para apenas incluir problemas vinculados a um pull request com uma referência ou pull requests que estão vinculados a um problema que o pull request pode fechar.
@@ -229,7 +230,7 @@ Você pode filtrar problemas e pull requests pelo número de reações usando o
### Pesquisar por pull requests de rascunho
Você pode filtrar por pull requests de rascunho. Para obter mais informações, consulte "[Sobre pull requests](/articles/about-pull-requests#draft-pull-requests)".
-| Qualifier | Example | ------------- | -------------{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %} | `draft:true` | [**draft:true**](https://github.com/search?q=draft%3Atrue) matches draft pull requests. | `draft:false` | [**draft:false**](https://github.com/search?q=draft%3Afalse) corresponde a pull requests prontos para revisão.{% else %} | `is:draft` | [**is:draft**](https://github.com/search?q=is%3Adraft) corresponde a rascunhos de pull requests.{% endif %}
+| Qualifier | Example | ------------- | -------------{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %} | `draft:true` | [**draft:true**](https://github.com/search?q=draft%3Atrue) matches draft pull requests. | `draft:false` | [**draft:false**](https://github.com/search?q=draft%3Afalse) corresponde a pull requests prontos para revisão.{% else %} | `is:draft` | [**is:draft**](https://github.com/search?q=is%3Adraft) corresponde a rascunhos de pull requests.{% endif %}
### Pesquisar por status de revisão e revisor da pull request
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-on-github.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-on-github.md
index abf5164140..bbd8514c36 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-on-github.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-on-github.md
@@ -6,5 +6,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-topics.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-topics.md
index f04ebd5ba4..9968a4eb78 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-topics.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-topics.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Pesquisar tópicos no {% data variables.product.product_name %}
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-users.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-users.md
index 3169e3ad89..a6ef5ca3a3 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-users.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-users.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode pesquisar usuários globalmente no {% data variables.product.product_name %}. Para obter mais informações, consulte "[Sobre pesquisar no {% data variables.product.company_short %}](/articles/about-searching-on-github)".
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/searching-wikis.md b/translations/pt-BR/content/github/searching-for-information-on-github/searching-wikis.md
index 479e7e0a8b..d837fc6c2c 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/searching-wikis.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/searching-wikis.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode pesquisar wikis globalmente no {% data variables.product.product_name %} ou pesquisar em uma organização ou um repositório específico. Para obter mais informações, consulte "[Sobre pesquisar no {% data variables.product.company_short %}](/articles/about-searching-on-github)".
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/sorting-search-results.md b/translations/pt-BR/content/github/searching-for-information-on-github/sorting-search-results.md
index b3fb3fb496..b173e1ddce 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/sorting-search-results.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/sorting-search-results.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Use o menu Sort (Ordenar) para ordenar os resultados por relevância, número de estrelas, número de bifurcações e data da atualização dos itens.
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/troubleshooting-search-queries.md b/translations/pt-BR/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
index ff732c8d8f..f9613781ea 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/troubleshooting-search-queries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Possíveis tempos limite
diff --git a/translations/pt-BR/content/github/searching-for-information-on-github/understanding-the-search-syntax.md b/translations/pt-BR/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
index 6dfd6261a3..4aa3646aaf 100644
--- a/translations/pt-BR/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
+++ b/translations/pt-BR/content/github/searching-for-information-on-github/understanding-the-search-syntax.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Consultar por valores maiores ou menores que outro valor
@@ -80,7 +81,7 @@ Se a consulta de pesquisa contém espaço em branco, é preciso colocá-lo entre
Alguns símbolos não alfanuméricos, como espaços, são descartados de consultas de pesquisa de código entre aspas, por isso os resultados podem ser inesperados.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
### Consultas com nomes de usuário
Se sua consulta de pesquisa contiver um qualificador que exige um nome de usuário, como, por exemplo, `usuário`, `ator` ou `responsável`, você poderá usar qualquer nome de usuário de {% data variables.product.product_name %}, para especificar uma pessoa específica ou `@me` para especificar o usuário atual.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
index 77b089ea0e..2696f92227 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on.md
@@ -14,7 +14,7 @@ versions:
Depois de configurar o SAML SSO, os integrantes da sua organização de {% data variables.product.prodname_dotcom %} continuarão a fazer login em suas contas de usuário no {% data variables.product.prodname_dotcom %}. Quando um membro acessa recursos dentro de sua organização que usa o SAML SSO, o {% data variables.product.prodname_dotcom %} redireciona o integrante para o seu IdP para efetuar a autenticação. Após a autenticação bem-sucedida, seu IdP redireciona o integrante para {% data variables.product.prodname_dotcom %}, onde poderá acessar os recursos da sua organização.
-Os proprietários das empresas também podem aplicar SAML SSO para todas as organizações em uma conta corporativa. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)".
+Os proprietários das empresas também podem aplicar SAML SSO para todas as organizações em uma conta corporativa. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)".
{% data reusables.saml.outside-collaborators-exemption %}
@@ -26,7 +26,7 @@ Os integrantes devem efetuar a autenticação periodicamente com seu IdP para ef
Para acessar os recursos protegidos da organização que usam a API e o Git na linha de comando, os integrantes devem autorizar e efetuar a autenticação com um token de acesso pessoal ou chave SSH. Para mais informações consulte "[Autorizar um token de acesso pessoal para usar com o logon único SAML](/github/authenticating-to-github/authorizing-a-personal-access-token-for-use-with-saml-single-sign-on)" e "[Autorizar uma chave SSH para uso com o logon único SAML](/github/authenticating-to-github/authorizing-an-ssh-key-for-use-with-saml-single-sign-on)."
-A primeira vez que um membro usar o SAML SSO para acessar sua organização, o {% data variables.product.prodname_dotcom %} criará automaticamente um registro que irá vincular a sua organização, a conta do {% data variables.product.prodname_dotcom %} do integrante e a conta do integrante no seu IdP. Você pode visualizar e revogar a identidade de SAML vinculada, as sessões ativas e credenciais autorizadas para integrantes da sua empresa ou conta corporativa. Para obter mais informações consulte "[Visualizar e gerenciar o acesso de SAML de um integrante da sua organização](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)" e "[Visualizar e gerenciar o acesso de SAML de um usuário à conta corporativa](/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)".
+A primeira vez que um membro usar o SAML SSO para acessar sua organização, o {% data variables.product.prodname_dotcom %} criará automaticamente um registro que irá vincular a sua organização, a conta do {% data variables.product.prodname_dotcom %} do integrante e a conta do integrante no seu IdP. Você pode visualizar e revogar a identidade de SAML vinculada, as sessões ativas e credenciais autorizadas para integrantes da sua empresa ou conta corporativa. Para obter mais informações consulte "[Visualizar e gerenciar o acesso de SAML de um integrante da sua organização](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)" e "[Visualizar e gerenciar o acesso de SAML de um usuário à conta corporativa](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)".
Se os integrantes estiverem conectados com uma sessão SAML SSO, ao criarem um novo repositório, a visibilidade-padrão desse repositório será privada. Caso contrário, a visibilidade-padrão será pública. Para obter mais informações sobre a visibilidade de repositório, consulte "[Sobre a visibilidade do repositório](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
index b12f5ee839..4c984397d1 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-organizations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.organizations_include %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
index 37ce7407b7..f0bd86f273 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-scim.md
@@ -17,7 +17,7 @@ Estes provedores de identidade são compatíveis com a API de SCIM de {% data va
- Okta
- OneLogin
-{% data reusables.scim.enterprise-account-scim %} Para obter mais informações, consulte "[Aplicando configurações de segurança na sua conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)".
+{% data reusables.scim.enterprise-account-scim %} Para obter mais informações, consulte "[Aplicando configurações de segurança na sua conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)".
### Leia mais
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
index 0e2422ad63..cc6fede7e0 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-ssh-certificate-authorities.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um certificado SSH é um mecanismo utilizado para uma chave SSH assinar outra chave SSH. Se você usa uma autoridade certificada (CA) SSH para fornecer certificados SSH aos integrantes da organização, você pode adicionar a CA em sua conta corporativa ou organização para permitir que integrantes da organização usem os certificados deles para acessar os recursos da organização. Para obter mais informações, consulte "[Gerenciar a autoridade certificada de SSH da organização](/articles/managing-your-organizations-ssh-certificate-authorities)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
index bc41b1f22b..ff04d82d91 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-teams.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

@@ -21,7 +22,7 @@ Para obter mais informações, consulte:
{% if enterpriseServerVersions contains currentVersion %}
-Você também pode usar a sincronização LDAP para sincronizar os integrantes e funções da equipe da {% data variables.product.product_location_enterprise %} com os grupos LDAP estabelecidos. Isso permite estabelecer o controle de acesso baseado em função para usuários do servidor LDAP em vez de manualmente na {% data variables.product.product_location_enterprise %}. Para obter mais informações, consulte "[Habilitar a Sincronização LDAP](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)".
+Você também pode usar a sincronização LDAP para sincronizar os integrantes e funções da equipe da {% data variables.product.product_location %} com os grupos LDAP estabelecidos. Isso permite estabelecer o controle de acesso baseado em função para usuários do servidor LDAP em vez de manualmente na {% data variables.product.product_location %}. Para obter mais informações, consulte "[Habilitar a Sincronização LDAP](/enterprise/{{ page.version }}/admin/guides/user-management/using-ldap#enabling-ldap-sync)".
{% endif %}
@@ -55,12 +56,8 @@ Para entender facilmente quem compartilha permissões da equipe principal e faz
Você pode escolher uma principal quando criar a equipe ou pode mover uma equipe na hierarquia da organização posteriormente. Para obter mais informações, consulte "[Mover uma equipe na hierarquia da sua organização](/articles/moving-a-team-in-your-organization-s-hierarchy)".
-{% if enterpriseServerVersions contains currentVersion %}
-
{% data reusables.enterprise_user_management.ldap-sync-nested-teams %}
-{% endif %}
-
### Preparar para aninhar equipes em sua organização
Se a sua organização já tiver equipes, você deverá auditar as permissões de acesso ao repositório de cada equipe antes de aninhar equipes acima ou abaixo dela. Também é preciso considerar a nova estrutura que deseja implementar para a organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
index dbbc9bfe2c..068c6f3f7a 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organization-dashboard.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Acessar o painel da sua organização
@@ -28,7 +29,7 @@ Na barra lateral esquerda do painel, é possível acessar os principais reposit
Na seção "All activity" (Todas as atividades) do seu feed de notícias, você pode ver atualizações de outras equipes e repositórios em sua organização.
-A seção "All activity" (Todas as atividades) mostra todas as últimas atividades na organização, inclusive atividades em repositórios que você não assina e de pessoas que você não está seguindo. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}" and "[Following people](/articles/following-people)."
+A seção "All activity" (Todas as atividades) mostra todas as últimas atividades na organização, inclusive atividades em repositórios que você não assina e de pessoas que você não está seguindo. For more information, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Watching and unwatching repositories](/github/receiving-notifications-about-activity-on-github/watching-and-unwatching-repositories){% endif %}" and "[Following people](/articles/following-people)."
Por exemplo, o feed de notícias da organização mostra atualizações quando alguém na organização:
- Cria um branch.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
index 56f1cfdc81..d9f128fff7 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/about-your-organizations-news-feed.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O feed de notícias de uma organização mostra a atividade de outras pessoas nos repositórios que pertencem a essa organização. Você pode usar o feed de notícias da sua organização para ver quando alguém abre, fecha ou faz merge de um problema ou uma pull request, cria ou exclui um branch, cria uma tag ou versão, comenta sobre um problema, uma pull request, ou faz commit, ou faz push de novos commits no {% data variables.product.product_name %}.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
index fa9e9c6aa4..aaa9c62efd 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/accessing-your-organizations-settings.md
@@ -12,6 +12,7 @@ intro: 'A página de configurações da conta da organização fornece várias m
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
index be116f9a95..73d1551532 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um colaborador externo é uma pessoa que não é explicitamente um integrante da sua organização, mas tem permissões para um quadro de projeto em sua organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
index 8b7d9ebcd4..9723ae127b 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-github-app-managers-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para obter mais informações sobre as permissões de gerente do {% data variables.product.prodname_github_app %}, consulte "[Níveis de permissão para uma organização](/articles/permission-levels-for-an-organization#github-app-managers)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
index 6b112565b6..95eaedc296 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-organization-members-to-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-synchronization %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
index 5767f04bed..3931c7c05d 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-outside-collaborators-to-repositories-in-your-organization.md
@@ -6,13 +6,16 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O {% data reusables.organizations.owners-and-admins-can %} adiciona colaboradores externos em um repositório, a menos que o proprietário da organização tenha restringido a possibilidade de convidar colaboradores. Para obter mais informações, consulte "[Configurar permissões para adicionar colaboradores externos](/articles/setting-permissions-for-adding-outside-collaborators)".
{% data reusables.organizations.outside-collaborators-use-seats %}
+{% if currentVersion != "github-ae@latest" %}
Se sua organização [exigir que integrantes e colaboradores externos usem a autenticação de dois fatores](/articles/requiring-two-factor-authentication-in-your-organization), eles deverão habilitar a autenticação de dois fatores antes de aceitar seu convite para colaborar no repositório de uma organização.
+{% endif %}
{% data reusables.organizations.outside_collaborator_forks %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
index c92b3f629c..b89b5fecce 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/adding-people-to-your-organization.md
@@ -5,15 +5,13 @@ redirect_from:
- Adding people to your organization
versions:
enterprise-server: '*'
+ github-ae: '*'
+permissions: 'Organization owners can add people to an organization.'
---
-{% tip %}
-
-**Dicas**:
-- Somente proprietários da organização podem adicionar usuários a uma organização. Para obter mais informações, consulte "[Níveis de permissão para uma organização](/articles/permission-levels-for-an-organization)".
-- Se sua organização [exige que os integrantes usem a autenticação de dois fatores](/articles/requiring-two-factor-authentication-in-your-organization), os usuários deverão [habilitar a autenticação de dois fatores](/articles/securing-your-account-with-two-factor-authentication-2fa) para que você possa adicioná-los à organização.
-
-{% endtip %}
+{% if currentVersion != "github-ae@latest" %}
+Se sua organização [exige que os integrantes usem a autenticação de dois fatores](/articles/requiring-two-factor-authentication-in-your-organization), os usuários deverão [habilitar a autenticação de dois fatores](/articles/securing-your-account-with-two-factor-authentication-2fa) para que você possa adicioná-los à organização.
+{% endif %}
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
index 34f83e9b6d..ee22b998d3 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/allowing-people-to-delete-issues-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Por padrão, os problemas não podem ser excluídos dos repositórios de uma organização. Um proprietário da organização deve habilitar esse recurso primeiro para todos os repositórios da organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
index e2c96f7735..53902a21bf 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/changing-team-visibility.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.types-of-team-visibility %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
index 0c054dcd28..9c35dbcf81 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/collaborating-with-groups-in-organizations.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
index 982b499620..c7417cda66 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/configuring-saml-single-sign-on-and-scim-using-okta.md
@@ -70,7 +70,7 @@ Após ativar o SCIM, os seguintes recursos de provisionamento estarão disponív
### Leia mais
-- "[Configurar o logon único SAML e SCIM para a sua conta corporativa usando o Okta](/github/setting-up-and-managing-your-enterprise-account/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)"
+- "[Configurar o logon único SAML e SCIM para a sua conta corporativa usando o Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)"
- "[Gerenciar a sincronização de equipe para sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization#enabling-team-synchronization-for-okta)"
- [Compreender o SAML](https://developer.okta.com/docs/concepts/saml/) na documentação do Okta
- [Entender o SCIM](https://developer.okta.com/docs/concepts/scim/) na documentação do Okta
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
index 82e530a126..3b49ddeb64 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-organization-member-to-an-outside-collaborator.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.owners-and-admins-can %} converter integrantes da organização em colaboradores externos.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
index be985f9279..55a11392c5 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/converting-an-outside-collaborator-to-an-organization-member.md
@@ -6,16 +6,15 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+permissions: Organization owners can {% if currentVersion == "free-pro-team@latest" %}invite users to join{% else %}add users to{% endif %} an organization.
---
+{% if currentVersion == "free-pro-team@latest" %}
+If your organization is on a paid per-user subscription, an unused license must be available before you can invite a new member to join the organization or reinstate a former organization member. For more information, see "[About per-user pricing](/articles/about-per-user-pricing)." {% data reusables.organizations.org-invite-expiration %}{% endif %}
-{% tip %}
-
-**Tips**:
-- Only organization owners can {% if currentVersion == "free-pro-team@latest" %}invite users to join{% else %}add users to{% endif %} an organization. For more information, see "[Permission levels for an organization](/articles/permission-levels-for-an-organization)."{% if currentVersion == "free-pro-team@latest" %}
-- If your organization is on a paid per-user subscription, an unused license must be available before you can invite a new member to join the organization or reinstate a former organization member. For more information, see "[About per-user pricing](/articles/about-per-user-pricing)." {% data reusables.organizations.org-invite-expiration %}{% endif %}
-- If your organization [requires members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), users {% if currentVersion == "free-pro-team@latest" %}you invite must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before they can accept the invitation.{% else %}must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before you can add them to the organization.{% endif %}
-
-{% endtip %}
+{% if currentVersion != "github-ae@latest" %}
+If your organization [requires members to use two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), users {% if currentVersion == "free-pro-team@latest" %}you invite must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before they can accept the invitation.{% else %}must [enable two-factor authentication](/articles/securing-your-account-with-two-factor-authentication-2fa) before you can add them to the organization.{% endif %}
+{% endif %}
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
index 89377c3b5d..13c2d42df1 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-new-organization-from-scratch.md
@@ -1,11 +1,13 @@
---
title: Criar uma organização do início
intro: Crie uma organização para aplicar permissões de acesso refinadas aos repositórios.
-redirect_from:
- - /articles/creating-a-new-organization-from-scratch
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+redirect_from:
+ - /articles/creating-a-new-organization-from-scratch
+ - /admin/user-management/creating-organizations
---
Quando você cria uma organização do zero, ela não tem repositórios associados a ela. Para obter mais informações sobre como adicionar repositórios à sua organização, consulte "[Criar um repositório](/articles/creating-a-new-repository)" e "[Transferir um repositório](/articles/transferring-a-repository)."
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
index fd83bc9f2f..db1c9244b1 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/creating-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Apenas os proprietários e mantenedores de uma equipe principal podem criar uma nova equipe secundária sob a principal. Os proprietários também podem restringir as permissões de criação para todas as equipes em uma organização. Para obter mais informações, consulte "[Configurar permissões de criação de equipes na organização](/articles/setting-team-creation-permissions-in-your-organization)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
index d9680c0dd7..94f6bfe03e 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/deleting-a-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
index 5264ff5295..fc3639035d 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/deleting-an-organization-account.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
index ae045f3f1f..f753d60535 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-or-limiting-github-actions-for-your-organization.md
@@ -40,7 +40,7 @@ Você pode desabilitar todos os fluxos de trabalho para uma organização ou def
{% note %}
-**Observação:** Talvez você não consiga gerenciar essas configurações se a sua organização for gerenciada por uma empresa que tem uma política de substituição. Para obter mais informações, {% if currentVersion == "free-pro-team@latest" %}"[Aplicar políticas de {% data variables.product.prodname_actions %} na sua conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account).{% else %}"[Aplicar políticas de {% data variables.product.prodname_actions %} para a sua empresa](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise).{% endif %}
+**Observação:** Talvez você não consiga gerenciar essas configurações se a sua organização for gerenciada por uma empresa que tem uma política de substituição. Para obter mais informações, {% if currentVersion == "free-pro-team@latest" %}"[Aplicar políticas de {% data variables.product.prodname_actions %} na sua conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account).{% else %}"[Aplicar políticas de {% data variables.product.prodname_actions %} para a sua empresa](/enterprise/admin/github-actions/enforcing-github-actions-policies-for-your-enterprise).{% endif %}
{% endnote %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
index 51ef231c91..02818ad3ab 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization.md
@@ -6,13 +6,14 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '>2.22'
+ github-ae: '*'
---
### About restrictions on publication of {% data variables.product.prodname_pages %} sites
You can control whether members of your organization can publish websites from repositories in your organization using {% data variables.product.prodname_pages %}. For more information about {% data variables.product.prodname_pages %}, see "[About {% data variables.product.prodname_pages %}](/github/working-with-github-pages/about-github-pages)."
-{% if enterpriseServerVersions contains currentVersion %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} or internal{% endif %}. For more information, see{% if enterpriseServerVersions contains currentVersion %} "[Configuring {% data variables.product.prodname_pages %} on your appliance](/enterprise/admin/installation/configuring-github-pages-on-your-appliance#making-github-pages-publicly-accessible)" and{% endif %} "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}If your site administrator has enabled Public Pages, {% endif %}{% data variables.product.prodname_pages %} sites are publicly available on the internet, even if the repository for the site is private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %}. For more information, see{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %} "[Configuring {% data variables.product.prodname_pages %} for your enterprise](/admin/configuration/configuring-github-pages-for-your-enterprise#enabling-public-sites-for-github-pages)" and{% endif %} "[About repository visibility](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)."
### Disabling publication of {% data variables.product.prodname_pages %} sites
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
index 1b047e3afb..0a3d6a001f 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/disabling-team-discussions-for-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team-discussions-default %} Consulte "[Sobre discussões de equipe](/articles/about-team-discussions)" para obter mais informações sobre esse assunto.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
index 2fa95782c7..01f948d511 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/enforcing-saml-single-sign-on-for-your-organization.md
@@ -10,7 +10,7 @@ versions:
Se você aplicar SAML SSO na sua organização, todos os integrantes, inclusive administradores que não tenham sido autenticados pelo seu provedor de identidade (IdP, Identity Provider) de SAML, serão removidos da organização e receberão um e-mail notificando-os sobre a remoção. Bots e contas de serviço que não tenham identidades externas configuradas no IdP da organização também serão removidos. Para obter mais informações sobre bots e contas de serviço, consulte "[Gerenciar bots e contas de serviço com logon único de SAML](/articles/managing-bots-and-service-accounts-with-saml-single-sign-on)". Você poderá restaurar integrantes da organização depois que eles tiverem concluído o logon único com êxito.
-Se a organização pertence a uma conta corporativa, habilitar o SAML para a conta corporativa substituirá a configuração do SAML da organização. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account)".
+Se a organização pertence a uma conta corporativa, habilitar o SAML para a conta corporativa substituirá a configuração do SAML da organização. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)".
{% tip %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
index 9bce22e726..39138f65ee 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/giving-team-maintainer-permissions-to-an-organization-member.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.organizations.team_maintainers_can %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/index.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/index.md
index 60222923b7..2940a02758 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/index.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
index b1ea73c0d2..8d68322d3c 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/integrating-jira-with-your-organization-project-board.md
@@ -5,6 +5,7 @@ redirect_from:
- /articles/integrating-jira-with-your-organization-project-board
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
index 2ed0a6c7a7..e173bbd03a 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/keeping-your-organization-secure.md
@@ -3,10 +3,11 @@ title: Proteger sua organização
redirect_from:
- /articles/preventing-unauthorized-access-to-organization-information/
- /articles/keeping-your-organization-secure
-intro: 'Os proprietários de organizações têm vários recursos disponíveis para ajudá-los a proteger seus projetos e dados. Se você é o proprietário de uma organização, deve revisar regularmente o log de auditoria da organização, o status 2FA dos integrantes e configurações do aplicativo para garantir que nenhuma atividade não-autorizada ou maliciosa ocorreu.'
+intro: 'Os proprietários de organizações têm vários recursos disponíveis para ajudá-los a proteger seus projetos e dados. If you''re the owner of an organization, you should regularly review your organization''s audit log{% if currentVersion != "github-ae@latest" %}, member 2FA status,{% endif %} and application settings to ensure that no unauthorized or malicious activity has occurred.'
mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
index 535956e4d8..91a12d4436 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization.md
@@ -9,6 +9,7 @@ permissions: Os proprietários da organização podem promover qualquer integran
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre a manutenção da continuidade da propriedade da sua organização
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
index 9f4f134efd..7a81ba3361 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Por padrão, os integrantes de uma organização têm acesso de gravação nos quadros de projetos da organização, exceto se os proprietários da organização ou os administradores de quadro de projeto configurarem permissões diferentes para quadros de projetos específicos.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
index 86fc1468a0..654b2fa95f 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-apps.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
index 97dc3f3bea..0905406616 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-project-boards.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
index 4159feee72..557720f210 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-access-to-your-organizations-repositories.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
index b6cfb1f35a..e3ea4333f2 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization.md
@@ -16,7 +16,7 @@ Você pode restringir o acesso a ativos da organização configurando uma lista
{% data reusables.identity-and-permissions.ip-allow-lists-enable %}
-Você também pode configurar endereços IP permitidos para as organizações em uma conta corporativa. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account)".
+Você também pode configurar endereços IP permitidos para as organizações em uma conta corporativa. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account)".
### Adicionar endereços IP permitidos
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
index af9c150dce..650aba22d9 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-project-board.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
index bd15010aa0..4d372e9a2b 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-an-individuals-access-to-an-organization-repository.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Pessoas com permissões de administrador podem gerenciar o acesso de integrantes da organização e colaboradores externos a um repositório da organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
index 72470ea833..290152d47b 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team.md
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.code-review-assignment %}'
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Os mantenedores de equipe e os proprietários da organização podem configurar atribuições de revisão de código.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
index 1e74c69188..8352f351b2 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-default-labels-for-repositories-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '>=2.20'
+ github-ae: '*'
---
Os proprietários da organização podem gerenciar as etiquetas padrão para repositórios na organização.
@@ -17,7 +18,7 @@ As etiquetas padrão são incluídas em cada repositório novo na organização,
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
@@ -33,7 +34,7 @@ As etiquetas padrão são incluídas em cada repositório novo na organização,
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
@@ -49,7 +50,7 @@ As etiquetas padrão são incluídas em cada repositório novo na organização,
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.repository-defaults %}
{% else %}
{% data reusables.organizations.repository-labels %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
index 57d6fcd3a1..26bf245ec3 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-git-access-to-your-organizations-repositories.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
index 9315d75365..39a34c519d 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-membership-in-your-organization.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
index b6db56a96b..e7aad752af 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-organization-settings.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
index 00174ddd78..73fc667135 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-peoples-access-to-your-organization-with-roles.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
index b6ac54a8b6..31c9602766 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% warning %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
index 2cf02c42cd..51bde38071 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-access-to-an-organization-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Pessoas com acesso de administrador a um repositório podem gerenciar o acesso de equipes ao repositório. Mantenedores de equipes podem remover o acesso de uma equipe a um repositório.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
index ff05c62c9b..a56a474f24 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization.md
@@ -24,7 +24,7 @@ versions:
{% data reusables.identity-and-permissions.sync-team-with-idp-group %}
-Também é possível habilitar a sincronização de equipes para organizações que pertencem a uma conta corporativa. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account)".
+Também é possível habilitar a sincronização de equipes para organizações que pertencem a uma conta corporativa. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)".
### Habilitar a sincronização de equipes
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
index dd3e45744a..02987a0fd4 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization.md
@@ -5,6 +5,7 @@ permissions: Os proprietários da organização podem gerenciar o nome do branch
versions:
free-pro-team: '*'
enterprise-server: '>=2.23'
+ github-ae: '*'
---
### Sobre o gerenciamento do nome do brancc-padrão
@@ -13,6 +14,8 @@ Quando um integrante da sua organização cria um novo repositório na sua organ
{% data reusables.branches.change-default-branch %}
+If an enterprise owner has enforced a policy for the default branch name for your enterprise, you cannot set a default branch name for your organization. Instead, you can change the default branch for individual repositories. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise](/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)"{% else %}"[Enforcing repository management policies in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-on-the-default-branch-name)"{% endif %} and "[Changing the default branch](/github/administering-a-repository/changing-the-default-branch)."
+
### Definir o nome do branch-padrão
{% data reusables.profile.access_profile %}
@@ -20,11 +23,6 @@ Quando um integrante da sua organização cria um novo repositório na sua organ
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.repository-defaults %}
3. Em "Branch padrão do repositório", clique em **Alterar o nome do branch-padrão agora**. 
- {% note %}
-
- **Observação:** Se o proprietário da empresa já aplicou uma política para o nome-padrão, você não conseguirá alterá-la aqui. Você conseguirá definir o branch-padrão em repositórios individuais. Para obter mais informações, consulte "[Aplicar uma política com o nome do branch-padrão](/github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account#enforcing-a-policy-on-the-default-branch-name)" e "[Alterar o branch-padrão](/github/administering-a-repository/changing-the-default-branch)".
-
- {% endnote %}
4. Digite o nome-padrão que você gostaria de usar para novos branches. 
5. Clique em **Atualizar**. 
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
index 63db08e034..23a3a2b315 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-display-of-member-names-in-your-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Proprietários de organização podem gerenciar a exibição do nome de integrantes na organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
index a46bfe9082..511d676ff7 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization.md
@@ -1,6 +1,6 @@
---
title: Gerenciar a política de bifurcação da sua organização
-intro: 'Você pode permitir ou impedir a bifurcação de qualquer repositórios privado{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %} e{% endif %} e internos pertencentes à sua organização.'
+intro: 'You can can allow or prevent the forking of any private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories owned by your organization.'
redirect_from:
- /articles/allowing-people-to-fork-private-repositories-in-your-organization
- /github/setting-up-and-managing-organizations-and-teams/allowing-people-to-fork-private-repositories-in-your-organization
@@ -8,11 +8,12 @@ permissions: Os proprietários da organização podem gerenciar a política de b
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Por padrão, as novas organizações são configuradas para impedir a bifurcação de repositórios privado{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %} e internos {% endif %}.
+By default, new organizations are configured to disallow the forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories.
-Se você permite a bifurcação de repositórios privados{% if currentVersion == "free-pro-team@latest" ou currentVersion ver_gt "enterprise-server@2. 9" %} e internos{% endif %} no nível da organização você também pode configurar a capacidade de bifurcar um repositório privado específico{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 9" %} ou repositório interno{% endif %}. Para obter mais informações, consulte "[Gerenciar a política de bifurcação do seu repositório](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)".
+If you allow forking of private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} and internal{% endif %} repositories at the organization level, you can also configure the ability to fork a specific private{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %} or internal{% endif %} repository. Para obter mais informações, consulte "[Gerenciar a política de bifurcação do seu repositório](/github/administering-a-repository/managing-the-forking-policy-for-your-repository)".
{% data reusables.organizations.internal-repos-enterprise %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
index 1e17504ac6..b32fbba23e 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/managing-your-organizations-ssh-certificate-authorities.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Proprietários da organização podem gerenciar as autoridades certificadas (CA, certificate authorities) de SSH da organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
index 174433089f..f45b13199c 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/moving-a-team-in-your-organizations-hierarchy.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Proprietários de organizações podem mudar a principal de qualquer equipe. Mantenedores de equipes podem alterar a principal de uma equipe se forem mantenedores da equipe secundária e da equipe principal. Mantenedores de equipe sem permissões de mantenedor na equipe secundária podem solicitar para adicionar uma equipe principal ou secundária. Para obter mais informações, consulte "[Solicitar adição ou alteraração de uma equipe principal](/articles/requesting-to-add-or-change-a-parent-team)" e "[Solicitar adição de uma equipe secundária](/articles/requesting-to-add-a-child-team)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
index b6a9a90774..cc6af846dd 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/organizing-members-into-teams.md
@@ -15,5 +15,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
index acf51aae46..6ffbeaeb35 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/permission-levels-for-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Níveis de permissão da organização
@@ -61,9 +62,9 @@ Os integrantes da organização podem ter funções de *proprietário*{% if curr
| Gerenciar uma autoridade certificada de SSH da organização (consulte "[Gerenciar a autoridade certificada de SSH da organização](/articles/managing-your-organizations-ssh-certificate-authorities)" para detalhes) | **X** | | |
| Transferir repósitórios | **X** | | |
| Comprar, instalar, gerenciar cobranças e cancelar aplicativos do {% data variables.product.prodname_marketplace %} | **X** | | |
-| Listar aplicativos no {% data variables.product.prodname_marketplace %} | **X** | | |
+| Listar aplicativos no {% data variables.product.prodname_marketplace %} | **X** | | |{% if currentVersion != "github-ae@latest" %}
| Recebe [{% data variables.product.prodname_dependabot_alerts %} sobre dependências vulneráveis](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) para todos os repositórios de uma organização | **X** | | |
-| Manage {% data variables.product.prodname_dependabot_security_updates %} (see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)") | **X** | | |
+| Manage {% data variables.product.prodname_dependabot_security_updates %} (see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-github-dependabot-security-updates)") | **X** | | |{% endif %}
| [Gerenciar a política de bifurcação](/github/setting-up-and-managing-organizations-and-teams/managing-the-forking-policy-for-your-organization) | **X** | | |
| [Limitar a atividade em repositórios públicos na organização](/articles/limiting-interactions-in-your-organization) | **X** | | |
| Fazer pull (ler), fazer push (gravar) e clonar (copiar) *todos os repositórios* na organização | **X** | | |
@@ -77,40 +78,40 @@ Os integrantes da organização podem ter funções de *proprietário*{% if curr
{% else %}
-| Ação da organização | Proprietários | Integrantes |
-|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:-------------:|:-----------------------------------------------------------:|
-| Convidar pessoas para integrar a organização | **X** | |
-| Editar e cancelar convites para integrar a organização | **X** | |
-| Remover integrantes da organização | **X** | | |
-| Restabelecer ex-integrantes da organização | **X** | | |
-| Adicionar e remover pessoas de **todas as equipes** | **X** | |
-| Promover integrantes da organização a *mantenedor de equipe* | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" %}
-| Configurar as atribuições de revisão de código (consulte "[Gerenciar a atribuição de revisão de código para a sua equipe](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)") | **X** | |{% endif %}
-| Adicionar colaboradores em **todos os repositórios** | **X** | |
-| Acessar o log de auditoria da organização | **X** | |
-| Editar a página de perfil da organização (consulte "[Sobre o perfil da sua organização](/articles/about-your-organization-s-profile)" para detalhes) | **X** | | |
-| Excluir **todas as equipes** | **X** | |
-| Excluir a conta da organização, inclusive todos os repositórios | **X** | |
-| Criar equipes (consulte "[Configurar permissões de criação de equipes na organização](/articles/setting-team-creation-permissions-in-your-organization)" para detalhes) | **X** | **X** |
-| Ver todos os integrantes e equipes da organização | **X** | **X** |
-| @mencionar qualquer equipe visível | **X** | **X** |
-| Poder se tornar um *mantenedor de equipe* | **X** | **X** |
-| Transferir repósitórios | **X** | |
-| Gerenciar uma autoridade certificada de SSH da organização (consulte "[Gerenciar a autoridade certificada de SSH da organização](/articles/managing-your-organizations-ssh-certificate-authorities)" para detalhes) | **X** | |
-| Criar quadros de projetos (consulte "[Permissões de quadro de projeto para uma organização](/articles/project-board-permissions-for-an-organization)" para detalhes) | **X** | **X** | |
-| Visualizar e publicar discussões de equipe públicas para **todas as equipes** (consulte "[Sobre discussões de equipe](/articles/about-team-discussions)" para detalhes) | **X** | **X** | |
-| Visualizar e publicar discussões de equipe privadas para **todas as equipes** (consulte "[Sobre discussões de equipe](/articles/about-team-discussions)" para detalhes) | **X** | | |
-| Editar e excluir discussões de equipe em **todas as equipes** (para obter mais informações, consulte "[Gerenciar comentários conflituosos](/articles/managing-disruptive-comments) | **X** | | |
-| Ocultar comentários em commits, pull requests e problemas (consulte "[Gerenciar comentários conflituosos](/articles/managing-disruptive-comments/#hiding-a-comment)" para detalhes) | **X** | **X** | **X** |
-| Desabilitar discussões de equipe na organização (consulte "[Desabilitar discussões de equipe em sua organização](/articles/disabling-team-discussions-for-your-organization)" para detalhes) | **X** | | |
-| Definir uma foto de perfil da equipe para **todas as equipes** (consulte "[Definir uma foto de perfil de sua equipe](/articles/setting-your-team-s-profile-picture)" para detalhes) | **X** | | |{% if currentVersion ver_gt "enterprise-server@2.22" %}
-| Desabilitar a publicação de sites do {% data variables.product.prodname_pages %} em repositórios na organização (consulte "[Desabilitar a publicação de sites de {% data variables.product.prodname_pages %} para a sua organização](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)" para obter informações) | **X** | | |{% endif %}
-| [Mover equipes na hierarquia da organização](/articles/moving-a-team-in-your-organization-s-hierarchy) | **X** | | |
-| Fazer pull (ler), fazer push (gravar) e clonar (copiar) *todos os repositórios* na organização | **X** | |
-| Converter integrantes da organização em [colaboradores externos](#outside-collaborators) | **X** | |
-| [Exibir as pessoas com acesso a um repositório da organização](/articles/viewing-people-with-access-to-your-repository) | **X** | |
-| [Exportar uma lista das pessoas com acesso a um repositório da organização](/articles/viewing-people-with-access-to-your-repository/#exporting-a-list-of-people-with-access-to-your-repository) | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" %}
-| Gerenciar etiquetas padrão (consulte "[Gerenciar etiquetas padrão nos repositórios da organização](/articles/managing-default-labels-for-repositories-in-your-organization)") | **X** | |{% endif %}
+| Ação da organização | Proprietários | Integrantes |
+|:---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |:-------------:|:---------------------------------------------------------------------------------------------------:|
+| Convidar pessoas para integrar a organização | **X** | |
+| Editar e cancelar convites para integrar a organização | **X** | |
+| Remover integrantes da organização | **X** | | |
+| Restabelecer ex-integrantes da organização | **X** | | |
+| Adicionar e remover pessoas de **todas as equipes** | **X** | |
+| Promover integrantes da organização a *mantenedor de equipe* | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
+| Configurar as atribuições de revisão de código (consulte "[Gerenciar a atribuição de revisão de código para a sua equipe](/github/setting-up-and-managing-organizations-and-teams/managing-code-review-assignment-for-your-team)") | **X** | |{% endif %}
+| Adicionar colaboradores em **todos os repositórios** | **X** | |
+| Acessar o log de auditoria da organização | **X** | |
+| Editar a página de perfil da organização (consulte "[Sobre o perfil da sua organização](/articles/about-your-organization-s-profile)" para detalhes) | **X** | | |
+| Excluir **todas as equipes** | **X** | |
+| Excluir a conta da organização, inclusive todos os repositórios | **X** | |
+| Criar equipes (consulte "[Configurar permissões de criação de equipes na organização](/articles/setting-team-creation-permissions-in-your-organization)" para detalhes) | **X** | **X** |
+| Ver todos os integrantes e equipes da organização | **X** | **X** |
+| @mencionar qualquer equipe visível | **X** | **X** |
+| Poder se tornar um *mantenedor de equipe* | **X** | **X** |
+| Transferir repósitórios | **X** | |
+| Gerenciar uma autoridade certificada de SSH da organização (consulte "[Gerenciar a autoridade certificada de SSH da organização](/articles/managing-your-organizations-ssh-certificate-authorities)" para detalhes) | **X** | |
+| Criar quadros de projetos (consulte "[Permissões de quadro de projeto para uma organização](/articles/project-board-permissions-for-an-organization)" para detalhes) | **X** | **X** | |
+| Visualizar e publicar discussões de equipe públicas para **todas as equipes** (consulte "[Sobre discussões de equipe](/articles/about-team-discussions)" para detalhes) | **X** | **X** | |
+| Visualizar e publicar discussões de equipe privadas para **todas as equipes** (consulte "[Sobre discussões de equipe](/articles/about-team-discussions)" para detalhes) | **X** | | |
+| Editar e excluir discussões de equipe em **todas as equipes** (para obter mais informações, consulte "[Gerenciar comentários conflituosos](/articles/managing-disruptive-comments) | **X** | | |
+| Ocultar comentários em commits, pull requests e problemas (consulte "[Gerenciar comentários conflituosos](/articles/managing-disruptive-comments/#hiding-a-comment)" para detalhes) | **X** | **X** | **X** |
+| Desabilitar discussões de equipe na organização (consulte "[Desabilitar discussões de equipe em sua organização](/articles/disabling-team-discussions-for-your-organization)" para detalhes) | **X** | | |
+| Definir uma foto de perfil da equipe para **todas as equipes** (consulte "[Definir uma foto de perfil de sua equipe](/articles/setting-your-team-s-profile-picture)" para detalhes) | **X** | | |{% if currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
+| Desabilitar a publicação de sites do {% data variables.product.prodname_pages %} em repositórios na organização (consulte "[Desabilitar a publicação de sites de {% data variables.product.prodname_pages %} para a sua organização](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)" para obter informações) | **X** | | |{% endif %}
+| [Mover equipes na hierarquia da organização](/articles/moving-a-team-in-your-organization-s-hierarchy) | **X** | | |
+| Fazer pull (ler), fazer push (gravar) e clonar (copiar) *todos os repositórios* na organização | **X** | |
+| Converter integrantes da organização em [colaboradores externos](#outside-collaborators) | **X** | |
+| [Exibir as pessoas com acesso a um repositório da organização](/articles/viewing-people-with-access-to-your-repository) | **X** | |
+| [Exportar uma lista das pessoas com acesso a um repositório da organização](/articles/viewing-people-with-access-to-your-repository/#exporting-a-list-of-people-with-access-to-your-repository) | **X** | |{% if currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
+| Gerenciar etiquetas padrão (consulte "[Gerenciar etiquetas padrão nos repositórios da organização](/articles/managing-default-labels-for-repositories-in-your-organization)") | **X** | |{% endif %}
{% endif %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
index 98d2e65b11..cf3176d343 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/project-board-permissions-for-an-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Visão geral das permissões
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
index 70ae57f4ff..8824fc5faf 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-member-of-your-organization.md
@@ -6,9 +6,13 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
+permissions: 'Organization owners can reinstate a former member of an organization.'
---
-Se você [remover um usuário da organização](/articles/removing-a-member-from-your-organization), [converter um integrante da organização em um colaborador externo](/articles/converting-an-organization-member-to-an-outside-collaborator), ou se um usuário for removido da organização porque você [exigiu que os integrantes e colaboradores externos habilitassem a autenticação de dois fatores (2FA)](/articles/requiring-two-factor-authentication-in-your-organization), as configurações e os privilégios de acesso do usuário serão mantidos por três meses. Você pode restaurar os privilégios do usuário se você {% if currentVersion =="free-pro-team@latest" %}convidá-los{% else %}adicioná-los{% endif %} à organização nesse período de tempo.
+### About member reinstatement
+
+If you [remove a user from your organization](/articles/removing-a-member-from-your-organization){% if currentVersion == "github-ae@latest" %} or{% else %},{% endif %} [convert an organization member to an outside collaborator](/articles/converting-an-organization-member-to-an-outside-collaborator){% if currentVersion != "github-ae@latest" %}, or a user is removed from your organization because you've [required members and outside collaborators to enable two-factor authentication (2FA)](/articles/requiring-two-factor-authentication-in-your-organization){% endif %}, the user's access privileges and settings are saved for three months. Você pode restaurar os privilégios do usuário se você {% if currentVersion =="free-pro-team@latest" %}convidá-los{% else %}adicioná-los{% endif %} à organização nesse período de tempo.
{% data reusables.two_fa.send-invite-to-reinstate-user-before-2fa-is-enabled %}
@@ -21,21 +25,15 @@ Ao restabelecer um ex-integrante da organização, você pode restaurar:
- As atribuições de problemas na organização
- As assinaturas do repositório (configurações de notificação para inspecionar, não inspecionar ou ignorar as atividades de um repositório)
- {% tip %}
+{% if enterpriseServerVersions contains currentVersion %}
+Se um integrante foi removido da organização por não usar a autenticação de dois fatores e a organização ainda exigir essa autenticação, o ex-integrante precisará habilitar a autenticação de dois fatores antes de você restabelecer a associação.
+{% endif %}
- {% if currentVersion == "free-pro-team@latest" %}
- **Dicas**:
- - Se um integrante foi removido da organização por não usar a autenticação de dois fatores e a organização ainda exigir essa autenticação, o ex-integrante precisará habilitar a autenticação de dois fatores antes de você restabelecer a associação.
- - Somente proprietários da organização podem convidar usuários para participar de uma organização. Para obter mais informações, consulte "[Níveis de permissão para uma organização](/articles/permission-levels-for-an-organization)".
- - Se a sua organização tem uma assinatura paga por usuário, uma licença não utilizada deve estar disponível antes de você poder restabelecer um antigo integrante da organização. Para obter mais informações, consulte "[Sobre preços por usuário](/articles/about-per-user-pricing)". {% data reusables.organizations.org-invite-expiration %}
+{% if currentVersion == "free-pro-team@latest" %}
+Se a sua organização tem uma assinatura paga por usuário, uma licença não utilizada deve estar disponível antes de você poder restabelecer um antigo integrante da organização. Para obter mais informações, consulte "[Sobre preços por usuário](/articles/about-per-user-pricing)". {% data reusables.organizations.org-invite-expiration %}
+{% endif %}
- {% else %}
- **Dicas**:
- - Se um integrante foi removido da organização por não usar a autenticação de dois fatores e a organização ainda exigir essa autenticação, o ex-integrante precisará habilitar a autenticação de dois fatores antes de você restabelecer a associação.
- - Somente proprietários da organização podem adicionar usuários a uma organização. Para obter mais informações, consulte "[Níveis de permissão para uma organização](/articles/permission-levels-for-an-organization)".
- {% endif %}
-
- {% endtip %}
+### Restabelecer ex-integrantes da organização
{% data reusables.profile.access_profile %}
{% data reusables.profile.access_org %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
index 90f63f350b..3608669ae5 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reinstating-a-former-outside-collaborators-access-to-your-organization.md
@@ -1,15 +1,16 @@
---
title: Reinstating a former outside collaborator's access to your organization
-intro: 'If you required two-factor authentication in your organization and an outside collaborator was removed from the organization for not having 2FA enabled, you can reinstate a former outside collaborator''s access permissions for organization repositories, forks, and settings.'
+intro: "You can reinstate a former outside collaborator's access permissions for organization repositories, forks, and settings."
redirect_from:
- /articles/reinstating-a-former-outside-collaborator-s-access-to-your-organization
- /articles/reinstating-a-former-outside-collaborators-access-to-your-organization
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-If an outside collaborator's access to your organization's private repositories is removed because you've [required members and outside collaborators to enable two-factor authentication](/articles/requiring-two-factor-authentication-in-your-organization), the user's access privileges and settings are saved for three months. You can restore the user's privileges if you {% if currentVersion == "free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
+When an outside collaborator's access to your organization's private repositories is removed, the user's access privileges and settings are saved for three months. You can restore the user's privileges if you {% if currentVersion == "free-pro-team@latest" %}invite{% else %}add{% endif %} them back to the organization within that time frame.
{% data reusables.two_fa.send-invite-to-reinstate-user-before-2fa-is-enabled %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
index 0f4bc4809f..ac4b9c0110 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-a-member-from-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Somente proprietários da organização podem remover integrantes da organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
index 88f10c523a..2ff1a4e6aa 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
index a6adf18a6a..cb4f9750ff 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
index dcf925aa38..e04ccc4d42 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-github-app-managers-from-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para obter mais informações sobre as permissões de gerente do {% data variables.product.prodname_github_app %}, consulte "[Níveis de permissão para uma organização](/articles/permission-levels-for-an-organization#github-app-managers)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
index 1ce11302a9..842c0b75ea 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/removing-organization-members-from-a-team.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.deleted_forks_from_private_repositories_warning %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
index 038d0a4484..db64915ee6 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/renaming-a-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
index 849d2a5e3b..658ff86314 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/renaming-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
index 0a56857b54..5addfe9716 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/repository-permission-levels-for-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Usuários com permissões de administrador podem gerenciar acessos individuais e da equipe a um repositório de propriedade da organização.
@@ -68,7 +69,7 @@ Além de gerenciar as configurações da organização, os proprietários da org
| [Bloquear conversas](/articles/locking-conversations) | | | **X** | **X** | **X** |
| Transferir problemas (consulte "[Transferir um problema para outro repositório](/articles/transferring-an-issue-to-another-repository)" para obter mais informações) | | | **X** | **X** | **X** |
| [Atuar como um proprietário do código designado de um repositório](/articles/about-code-owners) | | | **X** | **X** | **X** |
-| [Marcar uma pull request de rascunho como pronta para revisão](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+| [Marcar uma pull request de rascunho como pronta para revisão](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
| [Converter um pull request em rascunho](/articles/changing-the-stage-of-a-pull-request) | | | **X** | **X** | **X** |{% endif %}
| Enviar revisões que afetam a capacidade de merge de uma pull request | | | **X** | **X** | **X** |
| [Aplicar alterações sugeridas](/articles/incorporating-feedback-in-your-pull-request) a pull requests | | | **X** | **X** | **X** |
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
index 5b931b0307..061da314bc 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-a-child-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você solicita a adição de uma equipe como uma equipe secundária, uma solicitação é enviada aos mantenedores da equipe secundária. Quando um mantenedor da equipe secundária aprova a solicitação, a equipe secundária é aninhada abaixo da equipe principal na hierarquia da organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
index 1b7a81a945..38e39d2f44 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requesting-to-add-or-change-a-parent-team.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você solicita a adição ou alteração da equipe principal, uma solicitação é enviada aos mantenedores da equipe principal. Quando um mantenedor da nova equipe principal aprova a solicitação, sua equipe é aninhada como uma equipe secundária abaixo da equipe principal na hierarquia da organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
index df236c7f49..f2b8956413 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/requiring-two-factor-authentication-in-your-organization.md
@@ -14,7 +14,7 @@ versions:
{% if currentVersion == "free-pro-team@latest" %}
-Você também pode exigir autenticação de dois fatores para as organizações de uma empresa. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#requiring-two-factor-authentication-for-organizations-in-your-enterprise-account)".
+Você também pode exigir autenticação de dois fatores para as organizações de uma empresa. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#requiring-two-factor-authentication-for-organizations-in-your-enterprise-account)".
{% endif %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
index c370e39fb5..92ff459f40 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-creation-in-your-organization.md
@@ -6,13 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode escolher se os integrantes podem criar repositórios na sua organização. Se você permitir que os integrantes criem repositórios, você poderá escolher quais tipos de repositórios os integrantes poderão criar.{% if currentVersion == "free-pro-team@latest" %} Para permitir que os integrantes criem apenas repositórios privados, a sua organização deve usar {% data variables.product.prodname_ghe_cloud %}.{% endif %} Para obter mais informações, consulte "[Sobre a visibilidade do repositório](/github/creating-cloning-and-archiving-repositories/about-repository-visibility)".
Os proprietários da organização sempre podem criar qualquer tipo de repositório.
-{% if currentVersion == "free-pro-team@latest" %}Os proprietários da empresa{% else %}administradores do site{% endif %} podem restringir as opções disponíveis para você para a política de criação de repositório da sua organização. Para obter mais informações, consulte {% if currentVersion == "free-pro-team@latest" %}"[Aplicar políticas de gerenciamento do repositório na sua conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account).{% else %}"[Restringir a criação do repositório na sua instância](/enterprise/admin/user-management/restricting-repository-creation-in-your-instance)."{% endif %}
+{% if currentVersion == "free-pro-team@latest" %}Os proprietários da empresa{% else %}administradores do site{% endif %} podem restringir as opções disponíveis para você para a política de criação de repositório da sua organização. For more information, see {% if currentVersion == "free-pro-team@latest" %}"[Enforcing repository management policies in your enterprise account](/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account)."{% else %}"[Restricting repository creation in your enterprise](/admin/policies/enforcing-repository-management-policies-in-your-enterprise#setting-a-policy-for-repository-creation)."{% endif %}
{% warning %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
index ed533c48c3..bc2c3ceed2 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/restricting-repository-visibility-changes-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode restringir a capacidade de alterar a visibilidade do repositório aos proprietários da organização ou permitir que integrantes com privilégios de administrador em um repositório também alterem a visibilidade do repositório.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
index 66375ea090..aa1dd9d200 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-the-audit-log-for-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Accessing the audit log
@@ -34,10 +35,10 @@ To search for specific events, use the `action` qualifier in your query. Actions
| `hook` | Contains all activities related to webhooks.
| `integration_installation_request` | Contains all activities related to organization member requests for owners to approve integrations for use in the organization. |{% if currentVersion == "free-pro-team@latest" %}
| `marketplace_agreement_signature` | Contains all activities related to signing the {% data variables.product.prodname_marketplace %} Developer Agreement.
-| `marketplace_listing` | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+| `marketplace_listing` | Contains all activities related to listing apps in {% data variables.product.prodname_marketplace %}.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `members_can_create_pages` | Contains all activities related to disabling the publication of {% data variables.product.prodname_pages %} sites for repositories in the organization. For more information, see "[Restricting publication of {% data variables.product.prodname_pages %} sites for your organization](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)." | {% endif %}
| `org` | Contains all activities related to organization membership{% if currentVersion == "free-pro-team@latest" %}
-| `org_credential_authorization` | Contains all activities related to authorizing credentials for use with SAML single sign-on.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+| `org_credential_authorization` | Contains all activities related to authorizing credentials for use with SAML single sign-on.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
| `organization_label` | Contains all activities related to default labels for repositories in your organization.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
| `payment_method` | Contains all activities related to how your organization pays for GitHub.{% endif %}
| `profile_picture` | Contains all activities related to your organization's profile picture.
@@ -45,9 +46,9 @@ To search for specific events, use the `action` qualifier in your query. Actions
| `protected_branch` | Contains all activities related to protected branches.
| `repo` | Contains all activities related to the repositories owned by your organization.{% if currentVersion == "free-pro-team@latest" %}
| `repository_content_analysis` | Contains all activities related to [enabling or disabling data use for a private repository](/articles/about-github-s-use-of-your-data).
-| `repository_dependency_graph` | Contains all activities related to [enabling or disabling the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository).{% endif %}
-| `repository_vulnerability_alert` | Contains all activities related to [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies).{% if currentVersion == "free-pro-team@latest" %}
-| `sponsors` | Contains all events related to sponsor buttons (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion %}
+| `repository_dependency_graph` | Contains all activities related to [enabling or disabling the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository).{% endif %}{% if currentVersion != "github-ae@latest" %}
+| `repository_vulnerability_alert` | Contains all activities related to [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alerts for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies).{% endif %}{% if currentVersion == "free-pro-team@latest" %}
+| `sponsors` | Contains all events related to sponsor buttons (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)"){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| `team` | Contains all activities related to teams in your organization.{% endif %}
| `team_discussions` | Contains activities related to managing team discussions for an organization.
@@ -71,10 +72,10 @@ This list describes the available categories and associated events:
- [The `integration_installation_request` category](#the-integration_installation_request-category)
- [The `issue` category](#the-issue-category){% if currentVersion == "free-pro-team@latest" %}
- [The `marketplace_agreement_signature` category](#the-marketplace_agreement_signature-category)
-- [The `marketplace_listing` category](#the-marketplace_listing-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+- [The `marketplace_listing` category](#the-marketplace_listing-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
- [The `members_can_create_pages` category](#the-members_can_create_pages-category){% endif %}
- [The `org` category](#the-org-category){% if currentVersion == "free-pro-team@latest" %}
-- [The `org_credential_authorization` category](#the-org_credential_authorization-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+- [The `org_credential_authorization` category](#the-org_credential_authorization-category){% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
- [The `organization_label` category](#the-organization_label-category){% endif %}
- [The `oauth_application` category](#the-oauth_application-category){% if currentVersion == "free-pro-team@latest" %}
- [The `payment_method` category](#the-payment_method-category){% endif %}
@@ -83,9 +84,9 @@ This list describes the available categories and associated events:
- [The `protected_branch` category](#the-protected_branch-category)
- [The `repo` category](#the-repo-category){% if currentVersion == "free-pro-team@latest" %}
- [The `repository_content_analysis` category](#the-repository_content_analysis-category)
-- [The `repository_dependency_graph` category](#the-repository_dependency_graph-category){% endif %}
-- [The `repository_vulnerability_alert` category](#the-repository_vulnerability_alert-category){% if currentVersion == "free-pro-team@latest" %}
-- [The `sponsors` category](#the-sponsors-category){% endif %}{% if enterpriseServerVersions contains currentVersion %}
+- [The `repository_dependency_graph` category](#the-repository_dependency_graph-category){% endif %}{% if currentVersion != "github-ae@latest" %}
+- [The `repository_vulnerability_alert` category](#the-repository_vulnerability_alert-category){% endif %}{% if currentVersion == "free-pro-team@latest" %}
+- [The `sponsors` category](#the-sponsors-category){% endif %}{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- [The `team` category](#the-team-category){% endif %}
- [The `team_discussions` category](#the-team_discussions-category)
@@ -165,7 +166,7 @@ This list describes the available categories and associated events:
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
##### The `members_can_create_pages` category
@@ -188,12 +189,12 @@ For more information, see "[Restricting publication of {% data variables.product
| `create_actions_secret` | Triggered when a organization admin [creates a {% data variables.product.prodname_actions %} secret](/actions/reference/encrypted-secrets#creating-encrypted-secrets-for-an-organization).{% endif %} {% if currentVersion == "free-pro-team@latest"%}
| `disable_oauth_app_restrictions` | Triggered when an owner [disables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/disabling-oauth-app-access-restrictions-for-your-organization) for your organization.
| `disable_saml` | Triggered when an organization admin disables SAML single sign-on for an organization.{% endif %}
-| `disable_member_team_creation_permission` | Triggered when an organization owner limits team creation to owners. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |
-| `disable_two_factor_requirement` | Triggered when an owner disables a two-factor authentication requirement for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% if currentVersion == "free-pro-team@latest" %}
+| `disable_member_team_creation_permission` | Triggered when an organization owner limits team creation to owners. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |{% if currentVersion != "github-ae@latest" %}
+| `disable_two_factor_requirement` | Triggered when an owner disables a two-factor authentication requirement for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
| `enable_oauth_app_restrictions` | Triggered when an owner [enables {% data variables.product.prodname_oauth_app %} access restrictions](/articles/enabling-oauth-app-access-restrictions-for-your-organization) for your organization.
| `enable_saml` | Triggered when an organization admin [enables SAML single sign-on](/articles/enabling-and-testing-saml-single-sign-on-for-your-organization) for an organization.{% endif %}
-| `enable_member_team_creation_permission` | Triggered when an organization owner allows members to create teams. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |
-| `enable_two_factor_requirement` | Triggered when an owner requires two-factor authentication for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.
+| `enable_member_team_creation_permission` | Triggered when an organization owner allows members to create teams. For more information, see "[Setting team creation permissions in your organization](/articles/setting-team-creation-permissions-in-your-organization)." |{% if currentVersion != "github-ae@latest" %}
+| `enable_two_factor_requirement` | Triggered when an owner requires two-factor authentication for all members{% if currentVersion == "free-pro-team@latest" %}, billing managers,{% endif %} and outside collaborators in an organization.{% endif %}
| `invite_member` | Triggered when [a new user was invited to join your organization](/articles/adding-organization-members-to-a-team).{% if currentVersion == "free-pro-team@latest" %}
| `oauth_app_access_approved` | Triggered when an owner [grants organization access to an {% data variables.product.prodname_oauth_app %}](/articles/approving-oauth-apps-for-your-organization/).
| `oauth_app_access_denied` | Triggered when an owner [disables a previously approved {% data variables.product.prodname_oauth_app %}'s access](/articles/denying-access-to-a-previously-approved-oauth-app-for-your-organization) to your organization.
@@ -201,8 +202,8 @@ For more information, see "[Restricting publication of {% data variables.product
| `register_self_hosted_runner` | Triggered when an organization owner [registers a new self-hosted runner](/actions/hosting-your-own-runners/adding-self-hosted-runners#adding-a-self-hosted-runner-to-an-organization).
| `remove_actions_secret` | Triggered when a organization admin removes a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest"%}
| `remove_billing_manager` | Triggered when an [owner removes a billing manager from an organization](/articles/removing-a-billing-manager-from-your-organization/) or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and a billing manager doesn't use 2FA or disables 2FA. |{% endif %}
-| `remove_member` | Triggered when an [owner removes a member from an organization](/articles/removing-a-member-from-your-organization/) or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an organization member doesn't use 2FA or disables 2FA. Also triggered when an [organization member removes themselves](/articles/removing-yourself-from-an-organization/) from an organization.|
-| `remove_outside_collaborator` | Triggered when an owner removes an outside collaborator from an organization or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an outside collaborator does not use 2FA or disables 2FA. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+| `remove_member` | Triggered when an [owner removes a member from an organization](/articles/removing-a-member-from-your-organization/){% if currentVersion != "github-ae@latest" %} or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an organization member doesn't use 2FA or disables 2FA{% endif %}. Also triggered when an [organization member removes themselves](/articles/removing-yourself-from-an-organization/) from an organization.|
+| `remove_outside_collaborator` | Triggered when an owner removes an outside collaborator from an organization{% if currentVersion != "github-ae@latest" %} or when [two-factor authentication is required in an organization](/articles/requiring-two-factor-authentication-in-your-organization) and an outside collaborator does not use 2FA or disables 2FA{% endif %}. |{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
| `remove_self_hosted_runner` | Triggered when an organization owner [removes a self-hosted runner](/actions/hosting-your-own-runners/removing-self-hosted-runners#removing-a-runner-from-an-organization). {% endif %}{% if currentVersion == "free-pro-team@latest" %}
| `revoke_external_identity` | Triggered when an organization owner revokes a member's linked identity. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)."
| `revoke_sso_session` | Triggered when an organization owner revokes a member's SAML session. For more information, see "[Viewing and managing a member's SAML access to your organization](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization#viewing-and-revoking-a-linked-identity)." {% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
@@ -212,7 +213,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `runner_group_runners_added` | Triggered when an organization admin [adds a self-hosted runner to a group](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#moving-a-self-hosted-runner-to-a-group).
| `runner_group_runners_removed` | Triggered when an organization admin removes a self-hosted runner from a group. {% endif %}{% if currentVersion == "free-pro-team@latest"%}
| `unblock_user` | Triggered when an organization owner [unblocks a user from an organization](/articles/unblocking-a-user-from-your-organization).{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
-| `update_actions_secret` | Triggered when a organization admin updates a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+| `update_actions_secret` | Triggered when a organization admin updates a {% data variables.product.prodname_actions %} secret.{% endif %}{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
| `update_new_repository_default_branch_setting` | Triggered when an owner changes the name of the default branch for new repositories in the organization. For more information, see "[Managing the default branch name for repositories in your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)."{% endif %}
| `update_default_repository_permission` | Triggered when an owner changes the default repository permission level for organization members.
| `update_member` | Triggered when an owner changes a person's role from owner to member or member to owner.
@@ -231,7 +232,7 @@ For more information, see "[Restricting publication of {% data variables.product
{% endif %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
##### The `organization_label` category
| Action | Description
@@ -297,7 +298,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `update_required_status_checks_enforcement_level ` | Triggered when enforcement of required status checks is updated on a branch.
| `update_strict_required_status_checks_policy` | Triggered when the requirement for a branch to be up to date before merging is changed.
| `rejected_ref_update ` | Triggered when a branch update attempt is rejected.
-| `policy_override ` | Triggered when a branch protection requirement is overridden by a repository administrator.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+| `policy_override ` | Triggered when a branch protection requirement is overridden by a repository administrator.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
| `update_allow_force_pushes_enforcement_level ` | Triggered when force pushes are enabled or disabled for a protected branch.
| `update_allow_deletions_enforcement_level ` | Triggered when branch deletion is enabled or disabled for a protected branch.
| `update_linear_history_requirement_enforcement_level ` | Triggered when required linear commit history is enabled or disabled for a protected branch.
@@ -310,7 +311,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `access` | Triggered when a repository owned by an organization is [switched from "private" to "public"](/articles/making-a-private-repository-public) (or vice versa).
| `add_member` | Triggered when a user accepts an [invitation to have collaboration access to a repository](/articles/inviting-collaborators-to-a-personal-repository).
| `add_topic` | Triggered when a repository admin [adds a topic](/articles/classifying-your-repository-with-topics) to a repository.
-| `archived` | Triggered when a repository admin [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion %}
+| `archived` | Triggered when a repository admin [archives a repository](/articles/about-archiving-repositories).{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
| `config.disable_anonymous_git_access` | Triggered when [anonymous Git read access is disabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository.
| `config.enable_anonymous_git_access` | Triggered when [anonymous Git read access is enabled](/enterprise/{{ currentVersion }}/user/articles/enabling-anonymous-git-read-access-for-a-repository) in a public repository.
| `config.lock_anonymous_git_access` | Triggered when a repository's [anonymous Git read access setting is locked](/enterprise/{{ currentVersion }}/admin/guides/user-management/preventing-users-from-changing-anonymous-git-read-access).
@@ -348,6 +349,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `disable` | Triggered when a repository owner or person with admin access to the repository [disables the dependency graph for a private repository](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository).
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
##### The `repository_vulnerability_alert` category
| Action | Description
@@ -356,6 +358,7 @@ For more information, see "[Restricting publication of {% data variables.product
| `resolve` | Triggered when someone with write access to a repository [pushes changes to update and resolve a vulnerability](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) in a project dependency.
| `dismiss` | Triggered when an organization owner or person with admin access to the repository dismisses a {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_short %}{% else %}security{% endif %} alert about a vulnerable dependency.{% if currentVersion == "free-pro-team@latest" %}
| `authorized_users_teams` | Triggered when an organization owner or a member with admin permissions to the repository [updates the list of people or teams authorized to receive {% data variables.product.prodname_dependabot_short %} alerts](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository#granting-access-to-github-dependabot-alerts) for vulnerable dependencies in the repository.{% endif %}
+{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
##### The `sponsors` category
@@ -366,7 +369,7 @@ For more information, see "[Restricting publication of {% data variables.product
| repo_funding_links_file_action | Triggered when you change the FUNDING file in your repository (see "[Displaying a sponsor button in your repository](/articles/displaying-a-sponsor-button-in-your-repository)")
{% endif %}
-{% if enterpriseServerVersions contains currentVersion %}
+{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
##### The `team` category
| Action | Description
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
index 83bcbe3dd4..ac62de20d3 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/reviewing-your-organizations-installed-integrations.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.access_profile %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
index 7b4f9697aa..15bf78bdc4 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-base-permissions-for-an-organization.md
@@ -5,6 +5,7 @@ permissions: Os proprietários da organização podem definir permissões básic
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre as permissões básicas para uma organização
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
index 9f038f84ec..e70f55bc64 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-adding-outside-collaborators.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Organization owners, and members with admin privileges for a repository, can invite outside collaborators to work on the repository. You can also restrict outside collaborator invite permissions to only organization owners.
@@ -18,7 +19,7 @@ Organization owners, and members with admin privileges for a repository, can inv
{% data reusables.profile.access_org %}
{% data reusables.organizations.org_settings %}
{% data reusables.organizations.member-privileges %}
-5. Under "Repository invitations", select **Allow members to invite outside collaborators to repositories for this organization**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+5. Under "Repository invitations", select **Allow members to invite outside collaborators to repositories for this organization**.{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% else %}
{% endif %}
6. Click **Save**.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
index 39e7dcfced..231a2e17d5 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-permissions-for-deleting-or-transferring-repositories.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Proprietários podem definir permissões para excluir ou transferir repositórios na organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
index 169a179917..b8b088b55a 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-team-creation-permissions-in-your-organization.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os proprietários da organização podem configurar permissões de criação de equipes.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
index 14029b92fb..1d8d9accbd 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/setting-your-teams-profile-picture.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você não configurar a foto de perfil da equipe, a foto da equipe será a foto de perfil da organização.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
index fde738fe69..5346d5e1e0 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/synchronizing-a-team-with-an-identity-provider-group.md
@@ -35,11 +35,11 @@ Um integrante removido da equipe pode ser adicionado de volta a uma equipe autom
Para evitar a remoção involuntária dos integrantes da equipe, recomendamos a aplicar SSO SAML na conta da organização ou da empresa. criar novas equipes para sincronizar dados da associação e verificar a associação de grupo de IdP antes de sincronizar as equipes existentes. Para obter mais informações, consulte "[Aplicando o logon único SAML para a sua organização](/articles/enforcing-saml-single-sign-on-for-your-organization)".
-Se sua organização pertencer a uma conta corporativa, habilitar a sincronização de equipes para a conta corporativa irá substituir as configurações de sincronização de equipe no nível da organização. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)".
+Se sua organização pertencer a uma conta corporativa, habilitar a sincronização de equipes para a conta corporativa irá substituir as configurações de sincronização de equipe no nível da organização. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)".
### Pré-requisitos
-Antes poder conectar uma equipe a um grupo de provedores de identidade, uma organização ou dono da empresa deve habilitar a sincronização de equipes para sua organização ou conta corporativa. Para mais informações consulte "[Gerenciar a sincronização de equipes para sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)" e "[Aplicar configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)".
+Antes poder conectar uma equipe a um grupo de provedores de identidade, uma organização ou dono da empresa deve habilitar a sincronização de equipes para sua organização ou conta corporativa. Para mais informações consulte "[Gerenciar a sincronização de equipes para sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)" e "[Aplicar configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-team-synchronization-for-organizations-in-your-enterprise-account)".
Para evitar a remoção involuntária dos integrantes da equipe, visite o portal administrativo do seu IdP e confirme se cada integrante atual da equipe está também nos grupos de IdP aos quais você deseja conectar a esta equipe. Se você não tiver acesso ao provedor de identidade, entre em contato com o administrador do IdP.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
index 665904a4f0..10c5cbf95e 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/transferring-organization-ownership.md
@@ -7,6 +7,7 @@ intro: 'Para tornar outra pessoa proprietária de uma conta de organização, vo
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
1. Caso você seja o único integrante com privilégios de *proprietário*, atribua a função de proprietário a outro integrante da organização. Para obter mais informações, consulte "[Designar um proprietário da organização](/github/setting-up-and-managing-organizations-and-teams/maintaining-ownership-continuity-for-your-organization#appointing-an-organization-owner)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
index 63fd079edf..8a120580cd 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization.md
@@ -55,4 +55,4 @@ Você pode visualizar e revogar a identidade vinculada de cada integrante, as se
### Leia mais
- "[Sobre gerenciamento de identidade e acesso com o SAML de logon único](/articles/about-identity-and-access-management-with-saml-single-sign-on)"
-- "[Visualizar e gerenciar acesso SAML de um usuário à conta corporativa](/github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)"
+- "[Visualizar e gerenciar acesso SAML de um usuário à conta corporativa](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)"
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
index cebd7df1ac..4d623dc137 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-insights-for-your-organization.md
@@ -45,4 +45,4 @@ Com as informações de dependência, é possível visualizar vulnerabilidades,
- "[Sobre organizações](/github/setting-up-and-managing-organizations-and-teams/about-organizations)"
- "[Explorar as dependências de um repositório](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-of-a-repository)"
- "[Alterar a visibilidade das informações de dependência da organização](/github/setting-up-and-managing-organizations-and-teams/changing-the-visibility-of-your-organizations-dependency-insights)"
- - "[Aplicar uma política nas informações de dependência de sua conta corporativa](/github/setting-up-and-managing-your-enterprise-account/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account)".
+ - "[Aplicar uma política nas informações de dependência de sua conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
index ce85188e52..e9cf90ba91 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-organizations-and-teams/viewing-people-with-access-to-your-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os administradores podem usar essas informações para ajudar pessoas fora do quadro, coletar dados para conformidade e outras verificações gerais de segurança.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md
new file mode 100644
index 0000000000..55a8f2f18f
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md
@@ -0,0 +1,44 @@
+---
+title: Sobre contas corporativas
+intro: 'Com o {% data variables.product.prodname_ghe_cloud %}, você pode criar uma conta corporativa para permitir a colaboração entre suas organizações, ao mesmo tempo que fornece aos administradores um único ponto de visibilidade e gerenciamento.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/about-github-business-accounts/
+ - /articles/about-enterprise-accounts
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### Sobre contas corporativas
+
+Uma conta corporativa permite que você gerencie múltiplas organizações {% data variables.product.prodname_dotcom %} e instâncias {% data variables.product.prodname_ghe_server %}. Sua conta corporativa deve ter um manipulador, como uma conta pessoal ou organizacional no {% data variables.product.prodname_dotcom %}. Os administradores corporativos podem gerenciar configurações e preferências, como:
+
+- Acesso e gerenciamento de integrantes (integrantes da organização, colaboradores externos)
+- Faturamento e uso de instâncias de ({% data variables.product.prodname_ghe_server %}, licenças de usuário, pacotes de {% data variables.large_files.product_name_short %})
+- Segurança (logon único, autenticação de dois fatores)
+- Solicitações e compartilhamento de pacote de suporte com {% data variables.contact.enterprise_support %}
+
+{% data reusables.enterprise-accounts.enterprise-accounts-billing %}
+
+Para obter mais informações sobre o {% data variables.product.prodname_ghe_cloud %} e {% data variables.product.prodname_ghe_server %}, consulte "[Produtos do {% data variables.product.prodname_dotcom %}](/articles/github-s-products)". Para atualizar para {% data variables.product.prodname_enterprise %} ou para começar com uma conta corporativa, entre em contato com {% data variables.contact.contact_enterprise_sales %}.
+
+For more information about member access and management, see "{% if currentVersion == "free-pro-team@latest" %}[Managing users in your enterprise](/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise){% elsif currentVersion == "enterprise-ae@latest" or enterpriseServerVersions contains currentVersion %}[Managing users, organizations, and repositories](/admin/user-management){% endif %}."
+
+Para obter mais informações sobre o gerenciamento de contas corporativas usando a API GraphQL, consulte "[Contas corporativas](/v4/guides/managing-enterprise-accounts)".
+
+{% if currentVersion == "free-pro-team@latest" %}
+
+### Gerenciar organizações vinculadas à sua conta corporativa
+
+As organizações são contas compartilhadas, onde grupos de pessoas podem colaborar em vários projetos de uma vez. Os proprietários podem gerenciar o acesso dos integrantes aos dados e projetos da organização com recursos sofisticados de segurança e administrativos. Para obter mais informações, consulte "[Sobre organizações](/articles/about-organizations)".
+
+Os proprietários corporativos podem criar organizações e vinculá-las à empresa. Após adição das organizações à conta corporativa, você pode gerenciar e aplicar as políticas das organizações. Opções específicas de aplicação variam de acordo com a configuração; normalmente, é possível optar por aplicar uma única política para cada organização na sua conta corporativa ou permitir que proprietários definam a política no nível da organização.
+
+Para obter mais informações, consulte "[Gerenciar organizações na sua conta corporativa](/articles/managing-organizations-in-your-enterprise-account)" e "[Configurar políticas para organizações em sua conta corporativa](/articles/setting-policies-for-organizations-in-your-enterprise-account)".
+
+{% endif %}
+
+### Gerenciando as licenças {% data variables.product.prodname_ghe_server %} vinculadas à sua conta corporativa
+
+{% data reusables.enterprise-accounts.admin-managing-licenses %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md
new file mode 100644
index 0000000000..9bb333cc96
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md
@@ -0,0 +1,26 @@
+---
+title: Adicionar organizações à suas conta corporativa
+intro: É possível criar novas organizações para serem gerenciadas em sua conta corporativa.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/adding-organizations-to-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Proprietários corporativos podem criar novas organizações nas configurações da conta corporativa.
+
+Para adicionar uma organização à sua conta corporativa, você deve criar a organização dentro das configurações de conta corporativa. Você não pode transferir organizações existentes para uma conta corporativa.
+
+### Criar uma organização em sua conta corporativa
+
+Novas organizações que você cria nas configurações de sua conta corporativa são incluídas na assinatura da conta corporativa do {% data variables.product.prodname_ghe_cloud %}. Para obter mais informações sobre como colaborar em organizações, consulte "[Configurar e gerenciar organizações e equipes](/categories/setting-up-and-managing-organizations-and-teams)".
+
+Os proprietários da empresa que criam uma organização pertencente à conta corporativa automaticamente se tornam proprietários da organização. Para obter mais informações sobre proprietários da organização, consulte "[Níveis de permissão para uma organização](/articles/permission-levels-for-an-organization)".
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+2. Na guia **Organizations** (Organizações), acima da lista de organizações, clique em **New organization** (Nova organização). 
+3. Em "Organization name" (Nome da organização), digite um nome para sua organização. 
+4. Clique em **Create organization** (Criar organização).
+5. Em "Invite owners" (Convidar proprietários), digite o nome de usuário de uma pessoa que deseja convidar para se tornar um proprietário da organização e clique em **Invite** (Convidar). 
+6. Clique em **Finalizar**.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md
new file mode 100644
index 0000000000..2e64101e0d
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md
@@ -0,0 +1,102 @@
+---
+title: Configurar o logon único SAML e o SCIM para a sua conta corporativa usando o Okta
+intro: 'Você pode usar o logon único (SSO) da Linguagem de Markup da Declaração de Segurança (SAML) e o Sistema de Gerenciamento de Identidades de Domínio Cruzado (SCIM) com o Okta para gerenciar automaticamente o acesso à sua conta corporativa em {% data variables.product.product_name %}.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/configuring-single-sign-on-and-scim-for-your-enterprise-account-using-okta
+versions:
+ free-pro-team: '*'
+---
+
+{% data reusables.enterprise-accounts.user-provisioning-release-stage %}
+
+### Sobre SAML e SCIM com Okta
+
+Você pode controlar o acesso à conta corporativa no {% data variables.product.product_name %} e em outros aplicativos web, a partir de uma interface central, configurando a conta corporativa para usar SAML SSO e SCIM com Okta, um provedor de identidade (IdP).
+
+O SAML SSO controla e protege o acesso a recursos da conta corporativa, como, por exemplo, organizações, repositórios, problemas e pull requests. O SCIM adiciona, gerencia e remove automaticamente o acesso dos membros a organizações que pertencem à sua conta corporativa ao fazer alterações no Okta. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account)".
+
+Após ativar o SCIM, os seguintes recursos de provisionamento estarão disponíveis para qualquer usuário ao qual você atribuir seu aplicativo do {% data variables.product.prodname_ghe_cloud %} no Okta.
+
+| Funcionalidade | Descrição |
+| ------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Fazer push de novos usuários | Os novos usuários criados no Okta terão acesso aos recursos da conta corporativa e, opcionalmente, poderão ser convidados automaticamente para qualquer uma das organizações que pertencem à conta corporativa |
+| Fazer push de desativações de usuário | Desativar um usuário no Okta irá revogar o acesso do usuário aos recursos da conta corporativa e removê-lo de todas as organizações que pertencem a essa conta |
+| Fazer push das atualização de perfil | As atualizações feitas no perfil do usuário no Okta serão enviadas para os metadados da conta corporativa do usuário |
+| Reativar usuários | Reativar o usuário no Okta permitirá o acesso do usuário à conta corporativa e, opcionalmente, enviará convites por e-mail para que o usuário para juntar-se novamente a qualquer uma das organizações pertencentes à conta corporativa da qual o usuário era anteriormente integrante |
+
+### Pré-requisitos
+
+{% data reusables.saml.use-classic-ui %}
+
+### Adicionar o aplicativo {% data variables.product.prodname_ghe_cloud %} no Okta
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.add-okta-application %}
+{% data reusables.saml.search-ghec-okta %}
+1. Clique em "{% data variables.product.prodname_ghe_cloud %} - Contas corporativas".
+1. Clique em **Salvar**.
+1. Opcionalmente, à direita do "Etiqueta do aplicativo", digite um nome descritivo para o aplicativo. 
+1. À direita da "Empresas de {% data variables.product.prodname_dotcom %}", digite o nome da conta corporativa. Por exemplo, se a URL da conta corporativa for `https://github.com/enterprises/octo-corp`, digite `octo-corp`. 
+1. Clique em **Cpncluído**.
+
+### Habilitar e e testar o SAML SSO
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.click-enterprise-account-application %}
+{% data reusables.saml.assign-yourself-to-okta %}
+{% data reusables.saml.okta-sign-on-tab %}
+1. À direita das configurações, clique em **Editar**.
+1. Em "Atributos de SAML configurados", à direita de "grupos", use o menu suspenso e selecione **Correspondências de regex**.
+1. À direita do menu suspenso, digite `.*.*`.
+1. Clique em **Salvar**.
+{% data reusables.saml.okta-view-setup-instructions %}
+1. Habilite o SAML para a conta corporativa usando as informações nas instruções de configuração. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)".
+
+### Criar grupos no Okta
+
+1. No Okta, crie um grupo para corresponder a cada organização pertencente à conta corporativa. O nome de cada grupo deve corresponder ao nome da conta da organização (não ao nome de exibição da organização). Por exemplo, se a URL da organização for `https://github.com/octo-org`, nomeie o grupo `octo-org`.
+1. Atribua o aplicativo que você criou para a sua conta corporativa a cada grupo. {% data variables.product.prodname_dotcom %} receberá todos os `grupos` de dados para cada usuário.
+1. Adicione usuários a grupos baseados nas organizações às quais você deseja que os usuários pertençam.
+
+### Configurar o provisionamento do usuário com SCIM no Okta
+
+{% data reusables.scim.enterprise-account-scim %}
+
+Para configurar o provisionamento de usuário com SCIM no Okta, você deverá autorizar um aplicativo OAuth para criar um token que o Okta pode usar para efetuar a autenticação no {% data variables.product.product_name %} em seu nome. O aplicativo okta-oauth é criado pelo Okta em parceria com {% data variables.product.prodname_dotcom %}.
+
+{% data reusables.saml.okta-admin-button %}
+{% data reusables.saml.okta-dashboard-click-applications %}
+{% data reusables.saml.click-enterprise-account-application %}
+{% data reusables.saml.okta-provisioning-tab %}
+{% data reusables.saml.okta-configure-api-integration %}
+{% data reusables.saml.okta-enable-api-integration %}
+1. Clique em **Efetuar a autenticação com Github Enterprise Cloud - Contas corporativas**. 
+1. À direita do nome da conta corporativa, clique em **Conceder**.
+1. Clique em **Autorizar okta-oauth**.
+{% data reusables.saml.okta-save-provisioning %}
+{% data reusables.saml.okta-edit-provisioning %}
+1. No nome do aplicativo, clique em **Grupos de push**. 
+1. Use o menu suspenso **Grupos de push** e selecione **Encontrar grupos por nome**. 
+1. Adicione um grupo de push para cada organização na sua conta corporativa para a qual você deseja habilitar o provisionamento de usuários.
+ - Em "GRUPOS DE PUSH POR NOME", pesquise um grupo que corresponde a uma organização que pertence à sua conta corporativa e, em seguida, clique no grupo nos resultados da pesquisa.
+ - À direita do nome do grupo, no menu suspenso "Corresponder resultados & ação de push", verifique se a opção **Criar Grupo** está selecionada. 
+ - Clique em **Salvar**.
+ - Repita o procedimento para cada organização.
+1. No nome do seu aplicativo, clique em **Atribuições**. 
+1. Se você vir **Provisões de usuários**, usuários que eram integrantes de um grupo do Okta antes de você adicionar um grupo de push para esse grupo, não foram fornecidos. Para enviar os dados do SCIM para {% data variables.product.product_name %} para esses usuários, clique em **Provisionar usuários**.
+
+### Habilitar o SAML usando o provisionamento de usuário
+
+Depois de habilitar o provisionamento e desprovisionamento do SCIM, você pode habilitar, opcionalmente, o provisionamento e desprovisionamento do usuário de SAML.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+1. Em "Provisionamento de usuários de SAML", selecione **Habilitar provisionamento de usuário de SAML**. 
+1. Clique em **Salvar**.
+1. Opcionalmente, habilite o desprovisionamento do usuário de SAML.
+ - Selecione **Habilitar o desprovisionamento do usuário de SAML** e, em seguida, clique em **Salvar**. 
+ - Leia o aviso e clique em **Habilitar o desprovisionamento de SAML**. 
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md
new file mode 100644
index 0000000000..7a75d8c7a3
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md
@@ -0,0 +1,19 @@
+---
+title: Configuring the retention period for GitHub Actions artifacts and logs in your enterprise account
+intro: 'Enterprise owners can configure the retention period for {% data variables.product.prodname_actions %} artifacts and logs in an enterprise account.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+versions:
+ free-pro-team: '*'
+ enterprise-server: '>=2.23'
+---
+
+{% data reusables.actions.about-artifact-log-retention %}
+
+## Setting the retention period for an enterprise
+
+{% data reusables.enterprise_site_admin_settings.access-settings %}
+{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.github-actions.change-retention-period-for-artifacts-logs %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md
new file mode 100644
index 0000000000..52b1a21f53
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md
@@ -0,0 +1,22 @@
+---
+title: Configurar webhooks para eventos de organização na conta corporativa
+intro: Os proprietários corporativos podem configurar webhooks para eventos na organização pertencentes a uma conta corporativa.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/configuring-webhooks-for-organization-events-in-your-business-account/
+ - /articles/configuring-webhooks-for-organization-events-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Você pode configurar webhooks para receber eventos de organizações que pertencem à sua conta corporativa. Para obter mais informações sobre webhooks, consulte "[Webhooks](/webhooks/)".
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.hooks-tab %}
+4. Ao lado de "Webhooks", clique em **Add webhook** (Adicionar webhook). 
+5. Digite uma URL de carga e, se desejar, personalize a configuração. Para obter mais informações, consulte "[Criar webhooks](/webhooks/creating/#creating-webhooks)." 
+6. Em "Which events would you like to trigger this webhook?" (Quais eventos deseja que acione este webhook?), selecione **Let me select individual events** (Permita-me selecionar eventos individuais). 
+7. Selecione um ou mais eventos da conta corporativa para recebimento pelo seu webhook. Para obter mais informações, consulte "[Tipos de evento e cargas](/webhooks/event-payloads/)". 
+8. Para receber os eventos selecionados para os webhooks acionados, selecione **Active** (Ativar). 
+9. Clique em **Add webhook** (Adicionar webhook).
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md
new file mode 100644
index 0000000000..d5119f167c
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md
@@ -0,0 +1,18 @@
+---
+title: Aplicar política sobre informações de dependências na conta corporativa
+intro: 'Em todas as organizações pertencentes à conta corporativa, é possível permitir ou não que os integrantes visualizem informações de dependência ou permitir que os proprietários administrem a configuração no nível da organização.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-a-policy-on-dependency-insights/
+ - /articles/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Em organizações pertencentes a uma conta corporativa, os proprietários da organização podem definir limites para a visualização de informações de dependência da organização. Para obter mais informações, consulte "[Alterar a visibilidade das informações de dependência da organização](/articles/changing-the-visibility-of-your-organizations-dependency-insights)".
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na barra lateral da conta corporativa, clique em **Organizations** (Organizações). 
+4. Em "Organization policies" (Políticas da organização), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Em "Organization policies" (Políticas da organização), use o menu suspenso e escolha uma política. 
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..680009b0c1
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md
@@ -0,0 +1,46 @@
+---
+title: Aplicar políticas do GitHub Actions na sua conta corporativa
+intro: 'Os proprietários de empresas podem habilitar, desabilitar limitar {% data variables.product.prodname_actions %} para uma conta corporativa.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+versions:
+ free-pro-team: '*'
+---
+
+### Sobre as permissões de {% data variables.product.prodname_actions %} para a sua conta corporativa
+
+Por padrão, {% data variables.product.prodname_actions %} é habilitado em todas as organizações que pertencem a uma conta corporativa. Você pode optar por desabilitar {% data variables.product.prodname_actions %} para todas as organizações que pertencem a uma conta corporativa ou apenas permitir organizações especificadas. Você também pode limitar o uso de ações públicas, de modo que as pessoas só possam usar ações locais que existem na sua organização.
+
+Para obter mais informações sobre {% data variables.product.prodname_actions %}, consulte "[Sobre {% data variables.product.prodname_actions %}](/actions/getting-started-with-github-actions/about-github-actions)."
+
+### Gerenciar as permissões de {% data variables.product.prodname_actions %} para a sua conta corporativa
+
+Você pode desabilitar todos os fluxos de trabalho para uma empresa ou definir uma política que configura quais ações podem ser usadas em uma organização.
+
+{% data reusables.actions.actions-use-policy-settings %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.actions.enterprise-actions-permissions %}
+1. Clique em **Salvar**.
+
+### Permitir a execução de ações específicas
+
+{% data reusables.actions.allow-specific-actions-intro %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+1. Em **Políticas**, selecione **Permitir ações específicas** e adicione as suas ações necessárias à lista. 
+
+### Habilitar fluxos de trabalho para bifurcações privadas do repositório
+
+{% data reusables.github-actions.private-repository-forks-overview %}
+
+#### Configurar a política de uma bifurcação privada para a sua conta corporativa
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.actions-tab %}
+{% data reusables.github-actions.private-repository-forks-configure %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..5cd0a8db84
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md
@@ -0,0 +1,33 @@
+---
+title: Aplicar políticas de quadros de projeto na conta corporativa
+intro: 'Os proprietários corporativos podem aplicar determinadas políticas de quadros de projeto para todas as organizações pertencentes a uma conta corporativa ou permitir que as políticas sejam definidas em cada organização.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-project-board-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-project-board-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-project-board-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Para obter mais informações sobre tipos de quadros de projeto, consulte "[Sobre quadros de projeto](/articles/about-project-boards)".
+
+### Aplicar política para quadros de projeto de toda a organização
+
+Em todas as organizações pertencentes à conta corporativa, é possível habilitar ou desabilitar quadros de projeto em toda a organização ou permitir que os proprietários administrem a configuração no nível da organização.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.projects-tab %}
+4. Em "Organization projects" (Projetos da organização), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Em "Organization projects" (Projetos da organização), use o menu suspenso e escolha uma política. 
+
+### Aplicar política para quadros de projeto de repositório
+
+Em todas as organizações pertencentes à conta corporativa, é possível habilitar ou desabilitar quadros de projeto no nível de repositório ou permitir que os proprietários administrem a configuração no nível da organização.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+{% data reusables.enterprise-accounts.projects-tab %}
+4. Em "Repository projects" (Projetos de repositório), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Em "Repository projects" (Projetos de repositório), use o menu suspenso e escolha uma política. 
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..894cd7ff41
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md
@@ -0,0 +1,89 @@
+---
+title: Aplicar políticas de gerenciamento de repositórios na conta corporativa
+intro: 'Os proprietários corporativos podem aplicar determinadas políticas de gerenciamento de repositórios para todas as organizações pertencentes a uma conta corporativa ou permitir que as políticas sejam definidas em cada organização.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-repository-management-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-repository-management-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-repository-management-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Para obter mais informações, consulte "[Níveis de permissão do repositório para organizações](/articles/repository-permission-levels-for-an-organization)".
+
+### Aplicar política sobre permissões padrão de repositório
+
+Em todas as organizações pertencentes à conta corporativa, é possível definir um nível de permissão padrão de repositório (nenhum, leitura, gravação ou administrativo) para integrantes da organização ou permitir que os proprietários administrem a configuração no nível da organização.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+4. Na guia **Repository policies** (Políticas de repositório), em "Default permissions" (Permissões padrão), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Em "Default permissions" (Permissões padrão), use o menu suspenso e escolha uma política. 
+
+### Aplicar política sobre como criar repositórios
+
+Em todas as organizações pertencentes à conta corporativa, é possível permitir que os integrantes criem repositórios, restringir a criação de repositórios a proprietários da organização ou permitir que os proprietários administrem a configuração no nível da organização. Caso você permita que os integrantes criem repositórios, escolha se eles poderão criar qualquer combinação de repositórios internos, privados e públicos. O {% data reusables.repositories.internal-repo-default %} Para obter mais informações sobre repositórios internos, consulte "[Criar um repositório interno](/articles/creating-an-internal-repository)".
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na guia **Repository policies** (Políticas de repositório), em "Repository creation" (Criação de repositórios), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repo-creation-policy %}
+{% data reusables.enterprise-accounts.repo-creation-types %}
+6. Clique em **Salvar**.
+
+### Aplicar uma política de bifurcação de repositórios internos ou privados
+
+Em todas as organizações que pertencem à conta corporativa, é possível permitir que pessoas com acesso a um repositório privado ou interno bifurquem o repositório, nunca permitir bifurcação de repositórios privados ou internos, ou permitir que os proprietários administrem a configuração no nível da organização.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na guia **Repository policies** (Políticas de repositório), em Repository forking" (Bifurcação de repositórios), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Em "Repository forking" (Bifurcação de repositórios), use o menu suspenso e escolha uma política. 
+
+### Aplicar política sobre como convidar colaboradores externos para repositórios
+
+Em todas as organizações pertencentes à conta corporativa, é possível permitir que os integrantes convidem colaboradores externos para repositórios, restringir o convite de colaboradores externos a proprietários da organização ou permitir que os proprietários administrem a configuração no nível da organização.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na guia **Repository policies** (Políticas de repositório), em "Repository invitations" (Convites para repositórios), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Em "Repository invitations" (Convites para repositórios), use o menu suspenso e escolha uma política.
+ 
+
+### Aplicar política sobre como alterar a visibilidade do repositório
+
+Em todas as organizações pertencentes à conta corporativa, é possível permitir que integrantes com permissões administrativas alterem a visibilidade de um repositório, restringir alterações na visibilidade do repositório a proprietários da organização ou permitir que os proprietários administrem a configuração no nível da organização.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na guia **Repository policies** (Políticas de repositório), em Repository visibility change" (Alteração na visibilidade do repositório), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repository-visibility-policy %}
+
+### Aplicar política sobre como excluir ou transferir repositórios
+
+Em todas as organizações pertencentes à conta corporativa, é possível permitir que integrantes com permissões administrativas excluam ou transfiram um repositório, restringir exclusões e transferências de repositórios a proprietários da organização ou permitir que os proprietários administrem a configuração no nível da organização.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na guia **Repository policies** (Políticas de repositório), em Repository deletion and transfer" (Exclusão ou transferência de repositórios), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+{% data reusables.enterprise-accounts.repository-deletion-policy %}
+
+### Aplicar política sobre como excluir problemas
+
+Em todas as organizações pertencentes à conta corporativa, é possível permitir que integrantes com permissões administrativas excluam problemas em um repositório, restringir a exclusão de problemas a proprietários da organização ou permitir que os proprietários administrem a configuração no nível da organização.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na guia **Repository policies** (Políticas de repositório), em "Repository issue deletion" (Exclusão de problemas em repositórios), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+4. Em "Repository issue deletion" (Exclusão de problemas em repositórios), use o menu suspenso e escolha uma política. 
+
+### Aplicar uma política com o nome do branch-padrão
+
+Em todas as organizações pertencentes à conta corporativa, é possível definir o nome do branch-padrão para quaisquer novos repositórios que os membros criarem. Você pode optar por aplicar esse nome do branch-padrão em todas as organizações ou permitir que as organizações individuais definam um nome diferente.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na aba **Políticas do repositório** em "Nome do branch-padrão", digite o do branch-padrão que os novos repositórios devem usar. 
+4. Opcionalmente, para aplicar o nome do branch-padrão para todas as organizações da empresa, selecione **Aplicar em toda a empresa**. 
+5. Clique em **Atualizar**. 
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md
new file mode 100644
index 0000000000..91c866e205
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md
@@ -0,0 +1,204 @@
+---
+title: Aplicar configurações de segurança na conta corporativa
+intro: Os proprietários corporativos podem aplicar determinadas políticas de segurança para todas as organizações pertencentes a uma conta corporativa.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+miniTocMaxHeadingLevel: 4
+redirect_from:
+ - /articles/enforcing-security-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-security-settings-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-security-settings-in-your-enterprise-account
+ - /github/articles/managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### Exigir autenticação de dois fatores para organizações na conta corporativa
+
+Os proprietários corporativos podem exigir que integrantes da organização, gerentes de cobrança e colaboradores externos em todas as organizações pertencentes a uma conta corporativa usem autenticação de dois fatores para proteger suas contas pessoais.
+
+Antes de exigir 2FA para todas as organizações pertencentes à conta corporativa, você deve habilitar a autenticação de dois fatores para sua própria conta. Para obter mais informações, consulte "[Proteger sua conta com autenticação de dois fatores (2FA)](/articles/securing-your-account-with-two-factor-authentication-2fa/)".
+
+{% warning %}
+
+**Avisos:**
+
+- Se você exigir autenticação de dois fatores para a conta corporativa, os integrantes, colaboradores externos e gerentes de cobrança (incluindo contas bot) em todas as organizações pertencentes à conta corporativa que não utilizem 2FA serão removidos da organização e perderão acesso aos repositórios dela. Eles também perderão acesso às bifurcações dos repositórios privados da organização. Se a autenticação de dois fatores for habilitada para a conta pessoal deles em até três meses após a remoção da organização, será possível restabelecer as configurações e os privilégios de acesso deles. Para obter mais informações, consulte "[Restabelecer ex-integrantes da organização](/articles/reinstating-a-former-member-of-your-organization)".
+- Qualquer proprietário da organização, integrante, gerente de cobrança ou colaborador externo em qualquer das organizações pertencentes à conta corporativa que desabilite 2FA para a conta pessoal dele depois que você tiver habilitado a autenticação de dois fatores obrigatória será removido automaticamente da organização.
+- Se você for o único proprietário de uma conta corporativa que exige autenticação de dois fatores, não poderá desabilitar 2FA para sua conta pessoal sem desabilitar a autenticação de dois fatores obrigatória para a conta corporativa.
+
+{% endwarning %}
+
+Antes de exigir o uso da autenticação de dois fatores, é recomendável notificar os integrantes da organização, colaboradores externos e gerentes de cobrança e pedir que eles configurem 2FA nas contas deles. Os proprietários da organização podem ver se integrantes e colaboradores externos já utilizam 2FA na página People (Pessoas) de cada organização. Para obter mais informações, consulte "[Ver se os usuários na organização têm a 2FA habilitada](/articles/viewing-whether-users-in-your-organization-have-2fa-enabled)".
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+4. Em "Two-factor authentication" (Autenticação de dois fatores), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Em "Two-factor authentication" (Autenticação de dois fatores), selecione **Require two-factor authentication for all organizations in your business** (Exigir autenticação de dois fatores para todas as organizações na empresa) e clique em **Save** (Salvar). 
+6. Se solicitado, leia as informações sobre os integrantes e colaboradores externos que serão removidos das organizações pertencentes à conta corporativa. Para confirmar a alteração, digite o nome da conta corporativa e clique em **Remove members & require two-factor authentication** (Remover integrantes e exigir autenticação de dois fatores). 
+7. Como alternativa, se algum integrante ou colaborador externo for removido das organizações pertencentes à conta corporativa, recomendamos enviar um convite para restabelecer os privilégios e o acesso à organização que ele tinha anteriormente. Cada pessoa precisa habilitar a autenticação de dois fatores para poder aceitar o convite.
+
+### Gerenciar endereços IP permitidos para organizações na conta corporativa
+
+Os proprietários de empresas podem restringir o acesso a ativos pertencentes a organizações na conta corporativa, configurando uma lista de permissão de endereços IP específicos. {% data reusables.identity-and-permissions.ip-allow-lists-example-and-restrictions %}
+
+{% data reusables.identity-and-permissions.ip-allow-lists-cidr-notation %}
+
+{% data reusables.identity-and-permissions.ip-allow-lists-enable %}
+
+Você também pode configurar endereços IP permitidos para uma organização individual. Para obter mais informações, consulte "[Gerenciar endereços IP permitidos para a sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-allowed-ip-addresses-for-your-organization)".
+
+#### Adicionar endereços IP permitidos
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-ip %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-description %}
+{% data reusables.identity-and-permissions.ip-allow-lists-add-entry %}
+
+#### Habilitar endereços IP permitidos
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+3. Em "IP allow list" (Lista de permissões IP), selecione **Enable IP allow list** (Habilitar lista de permissões IP). 
+4. Clique em **Salvar**.
+
+#### Editar endereços IP permitidos
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-entry %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-ip %}
+{% data reusables.identity-and-permissions.ip-allow-lists-edit-description %}
+8. Clique em **Atualizar**.
+
+#### Excluir endereços IP permitidos
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.ip-allow-lists-delete-entry %}
+{% data reusables.identity-and-permissions.ip-allow-lists-confirm-deletion %}
+
+#### Usar {% data variables.product.prodname_actions %} com uma lista endereços IP permitidos
+
+{% data reusables.github-actions.ip-allow-list-self-hosted-runners %}
+
+### Habilitar logon único de SAML para organizações na conta corporativa
+
+{% data reusables.saml.dotcom-saml-explanation %} Para obter mais informações, consulte "[Sobre identidade e gerenciamento de acesso com o logon único SAML](/github/setting-up-and-managing-organizations-and-teams/about-identity-and-access-management-with-saml-single-sign-on)".
+
+Os proprietários empresariais podem ativar o SAML SSO e autenticação centralizada através de um IdP de SAML em todas as organizações que pertencem a uma conta corporativa. Depois que você habilita o SAML SSO para a conta corporativa, ele é habilitado por padrão para todas as organizações pertencentes a ela. Todos os integrantes deverão autenticar usando o SAML SSO para obter acesso às organizações de que fazem parte, e os proprietários corporativos precisarão autenticar usando o SAML SSO ao acessar uma conta corporativa.
+
+{% data reusables.saml.about-saml-access-enterprise-account %} Para obter mais informações, consulte "[Visualizar e gerenciar o acesso de SAML de um usuário à sua conta corporativa](/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account)".
+
+{% data reusables.saml.saml-supported-idps %}
+
+{% data reusables.scim.enterprise-account-scim %} Se você não estiver participando do beta privado, o SCIM não será compatível para as contas corporativas. Para obter mais informações, consulte "[Gerenciar o provisionamento de usuários para organizações na sua conta corporativa](#managing-user-provisioning-for-organizations-in-your-enterprise-account)".
+
+{% note %}
+
+**Observação**: se você habilitar a autenticação com logon único SAML para a conta corporativa, as configurações SAML existentes no nível da organização serão substituídas.
+
+{% endnote %}
+
+Para obter informações mais detalhadas sobre como ativar o SAML usando o Okta, consulte "[Configurar o logon único SAML e SCIM para a sua conta corporativa usando o Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta).
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+4. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Em "SAML single sign-on" (Logon único de SAML), selecione **Enable SAML authentication** (Habilitar autenticação SAML). 
+6. No campo **Sign on URL** (URL de logon), digite o ponto de extremidade HTTPS do seu IdP para solicitações de logon único. Esse valor está disponível na configuração do IdP. 
+7. Como alternativa, no campo **Issuer** (Emissor), digite o nome do emissor de SAML. Isso confirma a autenticidade das mensagens enviadas. 
+8. Em **Public Certificate** (Certificado público), cole um certificado para verificar as respostas de SAML. 
+9. Para verificar a integridade das solicitações do emissor de SAML, clique em {% octicon "pencil" aria-label="The edit icon" %}. Em seguida, nos menus suspensos Signature Method (Método de assinatura) e Digest Method (Método de compilação), escolha o algoritmo de hash usado pelo emissor de SAML. 
+10. Antes de habilitar o SAML SSO para sua empresa, clique em **Test SAML configuration** (Testar configuração de SAML) para garantir que as informações que você digitou estão corretas. 
+11. Clique em **Salvar**.
+
+### Gerenciar o provisionamento de usuários para organizações na conta corporativa
+
+Os proprietários das empresas podem gerenciar a participação na organização de uma conta corporativa diretamente de um provedor de identidade (IdP).
+
+{% data reusables.enterprise-accounts.user-provisioning-release-stage %}
+
+{% data reusables.saml.about-user-provisioning-enterprise-account %}
+
+{% data reusables.scim.enterprise-account-scim %} Opcionalmente, você também pode habilitar o provisionamento de SAML e, separadamente, o desprovisionamento.
+
+Se você configurar o SCIM no seu IdP, toda vez que fizer alterações na associação do grupo no seu IdP, este fará uma chamada de SCIM para {% data variables.product.prodname_dotcom %} afim de atualizar a associação da organização correspondente. Se você ativar o provisionamento de SAML, toda vez que um integrante da empresa acessar um recurso protegido pela configuração de SAML da conta corporativa, essa declaração de SAML irá acionar o provisionamento.
+
+Para cada chamada de SCIM ou declaração de SAML, {% data variables.product.product_name %} irá verificar os grupos de IdP aos quais o usuário pertence e executar as operações a seguir:
+
+- Se o usuário for integrante de um grupo de IdP que corresponde a uma organização pertencente à conta corporativa e o usuário não for, atualmente, um membro dessa organização, adicione o usuário à organização (declaração de SAML) ou envie um convite por e-mail para participar da organização (chamada de SCIM).
+- Cancele quaisquer convites existentes para o usuário juntar-se a uma organização que pertencem à conta corporativa.
+
+Para cada chamada de SCIM e, no caso de habilitar o desprovisionamento de SAML, em cada declaração de SAML, o {% data variables.product.product_name %} também executará a operação a seguir:
+
+- Se o usuário não for membro de um grupo de IdP que corresponde a uma organização pertencente à sua conta corporativa, e o usuário for, atualmente, um integrante dessa organização, remova o usuário da organização.
+
+Se desprovisionamento remover o último proprietário de uma organização, a organização ficará sem proprietário. Os proprietários das empresas podem assumir a propriedade de organizações sem proprietários. Para obter mais informações, consulte "[Gerenciar organizações sem proprietários na sua conta corporativa](/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account)".
+
+Para habilitar o provisionamento de usuários para sua conta corporativa usando o Okta, consulte "[Configurar o logon único SAML e SCIM para a sua conta corporativa usando o Okta](/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta)".
+
+### Gerenciar a sincronização de equipes para organizações na conta corporativa
+
+Os proprietários das empresas podem habilitar a sincronização de equipes entre um IdP e {% data variables.product.product_name %} para permitir que os proprietários da organização e os mantenedores de equipe conectem equipes nas organizações pertencentes à sua conta corporativa com grupos de IdP.
+
+{% data reusables.identity-and-permissions.about-team-sync %}
+
+Você pode usar a sincronização de equipes com a sua conta corporativa com o Azure AD.
+
+{% data reusables.identity-and-permissions.sync-team-with-idp-group %}
+
+{% data reusables.identity-and-permissions.team-sync-disable %}
+
+Você também pode configurar e gerenciar a sincronização da equipe para uma organização individual. Para obter mais informações, consulte "[Gerenciar a sincronização de equipe para a sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-team-synchronization-for-your-organization)".
+
+#### Pré-requisitos
+
+Antes de poder habilitar a sincronização de equipes para a sua conta corporativa:
+ - Você ou o administrador do Azure AD deve ser um administrador global ou um administrador com função privilegiada no Azure AD.
+ - Você deve habilitar o logon único SAML para organizações na conta corporativa com o IdP compatível. Para obter mais informações, consulte "[Habilitar o logon único SAML para organizações na conta corporativa](#enabling-saml-single-sign-on-for-organizations-in-your-enterprise-account)".
+ - Você deve efetuar a autenticação na sua conta corporativa usando o SAML SSO e o IdP compatível. Para obter mais informações, consulte "[Autenticar com logon único de SAML](/articles/authenticating-with-saml-single-sign-on)".
+
+#### Gerenciar a sincronização de equipe para o Azure AD
+
+{% data reusables.identity-and-permissions.team-sync-azure-permissions %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.identity-and-permissions.team-sync-confirm-saml %}
+{% data reusables.identity-and-permissions.enable-team-sync-azure %}
+{% data reusables.identity-and-permissions.team-sync-confirm %}
+7. Revise as informações do locatário do provedor de identidade que você deseja conectar à conta corporativa e clique em **Aprovar**. 
+8. Para desativar a sincronização de equipe, clique **Desativar sincronização de equipe**. 
+
+### Gerenciar autoridades certificadas de SSH da conta corporativa
+
+Os proprietários corporativos podem adicionar e excluir autoridades certificadas (CAs) de SSH de uma conta corporativa.
+
+Adicionando uma CA de SSH à sua conta corporativa, você pode permitir que integrantes de qualquer organização pertencente à conta corporativa acessem repositórios da organização usando certificados de SSH fornecidos por você. {% data reusables.organizations.can-require-ssh-cert %} Para obter mais informações, consulte "[Sobre autoridades certificadas de SSH](/articles/about-ssh-certificate-authorities)".
+
+#### Adicionar uma autoridade certificada de SSH
+
+{% data reusables.organizations.add-extension-to-cert %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.organizations.new-ssh-ca %}
+{% data reusables.organizations.require-ssh-cert %}
+
+#### Excluir uma autoridade certificada de SSH
+
+A exclusão de uma CA não pode ser desfeita. Se você quiser usar a mesma CA no futuro, precisará fazer upload dela novamente.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.security-tab %}
+{% data reusables.organizations.delete-ssh-ca %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md
new file mode 100644
index 0000000000..d5a3153b82
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/enforcing-team-policies-in-your-enterprise-account.md
@@ -0,0 +1,21 @@
+---
+title: Aplicar políticas de equipe na conta corporativa
+intro: 'Os proprietários corporativos podem aplicar determinadas políticas de equipe para todas as organizações pertencentes a uma conta corporativa ou permitir que as políticas sejam definidas em cada organização.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/enforcing-team-settings-for-organizations-in-your-business-account/
+ - /articles/enforcing-team-policies-for-organizations-in-your-enterprise-account/
+ - /articles/enforcing-team-policies-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### Aplicar política para discussões de equipe
+
+Em todas as organizações pertencentes à conta corporativa, é possível habilitar ou desabilitar discussões de equipe ou permitir que os proprietários administrem a configuração no nível da organização. Para obter mais informações, consulte "[Sobre discussões de equipe](/articles/about-team-discussions/)".
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.policies-tab %}
+3. Na barra lateral da conta corporativa, clique em **Teams** (Equipes). 
+4. Em "Team discussions" (Discussões de equipe), revise as informações sobre como alterar a configuração. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
+5. Em "Team discussions" (Discussões de equipe), use o menu suspenso e escolha uma política. 
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/index.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/index.md
new file mode 100644
index 0000000000..f6b634d619
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/index.md
@@ -0,0 +1,39 @@
+---
+title: Setting up and managing your enterprise
+shortTitle: Your enterprise
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account
+ - /categories/setting-up-and-managing-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+
+### Índice
+
+{% topic_link_in_list /managing-your-enterprise-account %}
+ {% link_in_list /about-enterprise-accounts %}
+ {% link_in_list /viewing-the-subscription-and-usage-for-your-enterprise-account %}
+ {% link_in_list /managing-licenses-for-visual-studio-subscription-with-github-enterprise %}
+{% topic_link_in_list /managing-users-in-your-enterprise %}
+ {% link_in_list /roles-in-an-enterprise %}
+ {% link_in_list /inviting-people-to-manage-your-enterprise %}
+ {% link_in_list /viewing-people-in-your-enterprise %}
+ {% link_in_list /viewing-and-managing-a-users-saml-access-to-your-enterprise %}
+{% topic_link_in_list /managing-organizations-in-your-enterprise-account %}
+ {% link_in_list /adding-organizations-to-your-enterprise-account %}
+ {% link_in_list /managing-unowned-organizations-in-your-enterprise-account %}
+ {% link_in_list /viewing-the-audit-logs-for-organizations-in-your-enterprise-account %}
+ {% link_in_list /configuring-webhooks-for-organization-events-in-your-enterprise-account %}
+{% topic_link_in_list /setting-policies-for-organizations-in-your-enterprise-account %}
+ {% link_in_list /enforcing-repository-management-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-project-board-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-team-policies-in-your-enterprise-account %}
+ {% link_in_list /enforcing-security-settings-in-your-enterprise-account %}
+ {% link_in_list /configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta %}
+ {% link_in_list /enforcing-a-policy-on-dependency-insights-in-your-enterprise-account %}
+ {% link_in_list /enforcing-github-actions-policies-in-your-enterprise-account %}
+ {% link_in_list /configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md
new file mode 100644
index 0000000000..b45da0bc2e
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise.md
@@ -0,0 +1,44 @@
+---
+title: Inviting people to manage your enterprise
+intro: É possível convidar pessoas para se tornarem proprietários ou gerentes de cobrança em sua conta corporativa. Também é possível remover proprietários ou gerentes de cobrança corporativos que não precisam mais acessar a conta corporativa.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/inviting-people-to-manage-your-enterprise-account
+ - /articles/inviting-people-to-collaborate-in-your-business-account/
+ - /articles/inviting-people-to-manage-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### Sobre convidar pessoas para gerenciar sua conta corporativa
+
+{% data reusables.enterprise-accounts.enterprise-administrators %} For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise).
+
+{% tip %}
+
+**Dica:** para obter mais informações sobre como gerenciar usuários em uma organização de sua conta corporativa, consulte "[Gerenciar integrantes em sua organização](/articles/managing-membership-in-your-organization)" e "[Gerenciar acessos de pessoas à sua organização com funções](/articles/managing-peoples-access-to-your-organization-with-roles)".
+
+{% endtip %}
+
+### Convidar um administrador para sua conta corporativa
+
+Somente proprietários corporativos podem convidar outras pessoas para se tornarem administradores corporativos.
+
+Depois que você convidou alguém para participar da conta corporativa, a pessoa deve aceitar o convite enviado por e-mail antes de acessar a conta corporativa.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+3. Na barra lateral esquerda, clique em **Administrators** (Administradores). 
+4. Acima da lista de administradores, clique em **Invite admin** (Convidar administrador). 
+5. Digite o nome de usuário, nome completo ou endereço de e-mail da pessoa que você quer convidar para ser um administrador corporativo e depois selecione a pessoa adequada a partir dos resultados. 
+6. Selecione **Owner** (Proprietário) ou **Billing Manager** (Gerente de cobrança). 
+7. Clique em **Send Invitation** (Enviar convite). 
+
+### Remover um administrador de sua conta corporativa
+
+Somente proprietários corporativos podem remover outros administradores corporativos da conta corporativa.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+3. Ao lado do nome de usuário da pessoa que você deseja remover, clique em {% octicon "gear" aria-label="The Settings gear" %} e depois em **Remove owner** (Remover proprietário) ou **Remove billing manager** (Remover gerente de cobrança). 
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md
new file mode 100644
index 0000000000..36167a489f
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-licenses-for-visual-studio-subscription-with-github-enterprise.md
@@ -0,0 +1,42 @@
+---
+title: Gerenciar licenças para a assinatura do Visual Studio com o GitHub Enterprise
+intro: 'Você pode gerenciar o licenciamento de {% data variables.product.prodname_enterprise %} para {% data variables.product.prodname_vss_ghe %}.'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/managing-licenses-for-the-github-enterprise-and-visual-studio-bundle
+ - /github/articles/about-the-github-and-visual-studio-bundle
+ - /articles/about-the-github-and-visual-studio-bundle
+versions:
+ free-pro-team: '*'
+---
+
+### Sobre o {% data variables.product.prodname_vss_ghe %}
+
+{% data variables.product.prodname_vss_ghe %} é uma oferta combinada da Microsoft que permite que um assinante use {% data variables.product.prodname_enterprise %} e {% data variables.product.prodname_vs %}. {% data variables.product.prodname_vss_ghe %} está disponível na Microsoft nos termos do Contrato da Microsoft. Para obter mais informações, consulte [{% data variables.product.prodname_vss_ghe %}](https://visualstudio.microsoft.com/subscriptions/visual-studio-github/) no site {% data variables.product.prodname_vs %}
+
+Depois de atribuir uma licença de {% data variables.product.prodname_vss_ghe %} a um assinante, o integrante usará a parte {% data variables.product.prodname_enterprise %} da licença, juntando-se a uma organização na sua conta corporativa com uma conta de usuário no {% data variables.product.prodname_dotcom_the_website %}.
+
+Para obter mais informações sobre o {% data variables.product.prodname_enterprise %}, consulte "[Produtos do {% data variables.product.company_short %}](/github/getting-started-with-github/githubs-products#github-enterprise)". Para obter mais informações sobre contas em {% data variables.product.prodname_dotcom_the_website %}, consulte "[Tipos de contas de {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/types-of-github-accounts)".
+
+### Pré-requisitos
+
+1. Depois de comprar {% data variables.product.prodname_vss_ghe %}, entre em contato com {% data variables.contact.contact_enterprise_sales %} e mencione "{% data variables.product.prodname_vss_ghe %}". Você trabalhará com a equipe de vendas para criar uma conta empresarial em {% data variables.product.prodname_dotcom_the_website %}. Se você já possui uma conta corporativa em {% data variables.product.prodname_dotcom_the_website %}, ou se não tiver certeza, informe a nossa equipe de vendas.
+
+2. Atribua licenças para {% data variables.product.prodname_vss_ghe %} aos assinantes em {% data variables.product.prodname_vss_admin_portal_with_url %}. Para obter mais informações sobre a atribuição de licenças, consulte [Gerenciar assinaturas de {% data variables.product.prodname_vs %} com {% data variables.product.prodname_enterprise %}](https://docs.microsoft.com/en-us/visualstudio/subscriptions/assign-github) na documentação da Microsoft.
+
+3. Em {% data variables.product.prodname_dotcom_the_website %}, crie pelo menos uma organização pertencente à conta corporativa. Para obter mais informações, consulte "[Adicionar organizações à sua conta corporativa](/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account)".
+
+4. O assinante deve criar uma conta de usuário em {% data variables.product.prodname_dotcom_the_website %} e o endereço de e-mail para a conta deve ser o mesmo endereço de e-mail que o endereço de e-mail no portal {% data variables.product.prodname_vs %}. Para obter mais informações, consulte "[Inscrever-se em {% data variables.product.prodname_dotcom %}](/github/getting-started-with-github/signing-up-for-github)" e " "[Gerenciar preferências de e-mail](/github/setting-up-and-managing-your-github-user-account/managing-email-preferences)".
+
+### Convidar um assinante para usar {% data variables.product.prodname_enterprise %}
+
+Para usar a parte de {% data variables.product.prodname_enterprise %} da licença, o integrante deve participar de uma organização pertencente à sua conta corporativa em {% data variables.product.prodname_dotcom_the_website %}. Os proprietários da organização podem convidar novos integrantes para uma organização. Para obter mais informações, consulte "[Convidar usuários para participar da sua organização](/github/setting-up-and-managing-organizations-and-teams/inviting-users-to-join-your-organization)".
+
+### Visualizar licenciamento de {% data variables.product.prodname_enterprise %}
+
+Depois de atribuir uma licença para {% data variables.product.prodname_vss_ghe %} em {% data variables.product.prodname_vss_admin_portal_with_url %}, você pode visualizar o número de licenças de {% data variables.product.prodname_enterprise %} disponíveis para a sua conta corporativa. Para obter mais informações, consulte "[Exibir a assinatura e o uso de sua conta corporativa](/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account)".
+
+Você também pode ver convites pendentes de {% data variables.product.prodname_enterprise %} para inscritos em {% data variables.product.prodname_vss_admin_portal_with_url %}. A lista de convites pendentes inclui assinantes que ainda não são integrantes de pelo menos uma organização na sua conta corporativa. For more information, see "[Viewing people in your enterprise](/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise#viewing-members-and-outside-collaborators)."
+
+### Leia mais
+
+- [Apresentar as assinaturas do Visual Studio com GitHub Enterprise](https://docs.microsoft.com/en-us/visualstudio/subscriptions/access-github) na documentação da Microsoft
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..4370448c9c
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md
@@ -0,0 +1,10 @@
+---
+title: Gerenciar organizações em sua conta corporativa
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/managing-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..a4da012bf3
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-unowned-organizations-in-your-enterprise-account.md
@@ -0,0 +1,15 @@
+---
+title: Gerenciar organizações sem proprietários na sua conta corporativa
+intro: Você pode tornar-se proprietário de uma organização na sua conta corporativa que não tem proprietários no momento.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+permissions: Os proprietários da empresa podem gerenciar organizações sem proprietários em uma conta corporativa.
+versions:
+ free-pro-team: '*'
+---
+
+Se você habilitar o desprovisionamento de usuários para gerenciar a associação da organização na sua conta corporativa, você poderá acabar com uma organização sem proprietários. Para obter mais informações, consulte "[Aplicar as configurações de segurança na conta corporativa](/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account#managing-user-provisioning-for-organizations-in-your-enterprise-account)".
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+2. À direita do campo de pesquisa, clique **X sem proprietário**. 
+3. À direita da organização da qual você deseja assumir a propriedade, clique em **Tornar-se proprietário**. 
+4. Leia o alerta e clique em **Tornar-se proprietário**. 
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md
new file mode 100644
index 0000000000..36c82ffa5b
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md
@@ -0,0 +1,14 @@
+---
+title: Gerenciar usuários na sua empresa
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise-account
+ - /articles/managing-users-in-your-enterprise-account
+ - /articles/managing-users-in-your-enterprise
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md
new file mode 100644
index 0000000000..17f0cecad4
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md
@@ -0,0 +1,11 @@
+---
+title: Gerenciar sua conta corporativa
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/managing-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md
new file mode 100644
index 0000000000..2651dc1ee2
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise.md
@@ -0,0 +1,61 @@
+---
+title: Roles in an enterprise
+intro: 'Everyone in an enterprise is a member of the enterprise. To control access to your enterprise''s settings and data, you can assign different roles to members of your enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/roles-for-an-enterprise-account
+ - /articles/permission-levels-for-a-business-account/
+ - /articles/roles-for-an-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### About roles in an enterprise
+
+Everyone in an enterprise is a member of the enterprise. You can also assign administrative roles to members of your enterprise. Each administrator role maps to business functions and provides permissions to do specific tasks within the enterprise.
+
+{% data reusables.enterprise-accounts.enterprise-administrators %}
+
+For more information about adding people to your enterprise, see "{% if currentVersion == "free-pro-team@latest" %}[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise){% else %}[Authentication](/admin/authentication){% endif %}".
+
+### Proprietário corporativo
+
+Enterprise owners have complete control over the enterprise and can take every action, including:
+- Gerenciar os administradores
+- {% if currentVersion == "free-pro-team@latest" %}Adding and removing {% elsif currentVersion == "github-ae@latest" %}Managing{% endif %} organizations {% if currentVersion == "free-pro-team@latest" %}to and from {% elsif currentVersion == "github-ae@latest" %} in{% endif %} the enterprise
+- Gerenciar as configurações da empresa
+- Aplicar a política nas organizações
+{% if currentVersion == "free-pro-team@latest" %}- Managing billing settings{% endif %}
+
+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. Similarly, owners of organizations in your enterprise do not have access to the enterprise itself unless you make them enterprise owners.
+
+You can add as many enterprise owners as you'd like to your enterprise. {% if currentVersion == "free-pro-team@latest" %}Enterprise owners must have a personal account on {% data variables.product.prodname_dotcom %}.{% endif %} As a best practice, we recommend making only a few people in your company enterprise owners, to reduce the risk to your business.
+
+### Integrantes da empresa
+
+Members of organizations owned by your enterprise are also automatically members of the enterprise. Members can collaborate in organizations and may be organization owners, but members cannot access or configure enterprise settings{% if currentVersion == "free-pro-team@latest" %}, including billing settings{% endif %}.
+
+People in your enterprise may have different levels of access to the various organizations owned by your enterprise and to repositories within those organizations. Você pode ver os recursos aos quais cada pessoa tem acesso. For more information, see "[Viewing people in your enterprise](/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise)."
+
+Para obter mais informações sobre as permissões da organização, consulte "[Níveis de permissão da organização](/articles/permission-levels-for-an-organization)".
+
+People with outside collaborator access to repositories owned by your organization are also listed in your enterprise's People tab, but are not enterprise members and do not have any access to the enterprise. Para obter mais informações sobre colaboradores externos, consulte "[Níveis de permissão da organização](/articles/permission-levels-for-an-organization#outside-collaborators)".
+
+{% if currentVersion == "free-pro-team@latest" %}
+
+### Gerente de cobrança
+
+Billing managers only have access to your enterprise's billing settings. Billing managers for your enterprise can:
+- Visualizar e gerenciar licenças de usuário, pacotes do {% data variables.large_files.product_name_short %} e outras configurações de cobrança
+- Exibir uma lista dos gerentes de cobrança
+- Adicionar ou remover outros gerentes de cobrança
+
+Billing managers do not have access to organizations or repositories in your enterprise, and cannot add or remove enterprise owners. Os gerentes de cobrança devem ter uma conta pessoal no {% data variables.product.prodname_dotcom %}.
+
+### Leia mais
+
+- "[Sobre contas corporativas](/articles/about-enterprise-accounts)"
+
+{% endif %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..53d0de627d
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md
@@ -0,0 +1,10 @@
+---
+title: Definir políticas para organizações na conta corporativa
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+mapTopic: true
+redirect_from:
+ - /articles/setting-policies-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
new file mode 100644
index 0000000000..acc7a308df
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
@@ -0,0 +1,51 @@
+---
+title: Viewing and managing a user's SAML access to your enterprise
+intro: 'Você pode visualizar e revogar a identidade vinculada de um integrante da empresa, as sessões ativas e as credenciais autorizadas.'
+permissions: Os proprietários das empresas podem visualizar e gerenciar o acesso de SAML de um integrante na organização.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+### Sobre o acesso de SAML à sua conta corporativa
+
+Ao ativar o logon único do SAML para a sua conta corporativa, cada integrante da empresa pode vincular sua identidade externa no seu provedor de identidade (IdP) à sua conta de {% data variables.product.product_name %} existente. {% data reusables.saml.about-saml-access-enterprise-account %}
+
+### Visualizar e revogar uma identidade vinculada
+
+{% data reusables.saml.about-linked-identities %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-identity %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-sso-identity %}
+{% data reusables.saml.revoke-sso-identity %}
+{% data reusables.saml.confirm-revoke-identity %}
+
+### Visualizar e revogar uma sessão ativa de SAML
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-session %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-saml-sessions %}
+{% data reusables.saml.revoke-saml-session %}
+
+### Visualizar e revogar credenciais autorizadas
+
+{% data reusables.saml.about-authorized-credentials %}
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.saml.click-person-revoke-credentials %}
+{% data reusables.saml.saml-identity-linked %}
+{% data reusables.saml.view-authorized-credentials %}
+{% data reusables.saml.revoke-authorized-credentials %}
+{% data reusables.saml.confirm-revoke-credentials %}
+
+### Leia mais
+
+- "[Visualizar e gerenciar acesso de SAML de um integrante à sua organização](/github/setting-up-and-managing-organizations-and-teams/viewing-and-managing-a-members-saml-access-to-your-organization)"
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md
new file mode 100644
index 0000000000..ffbd449481
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise.md
@@ -0,0 +1,38 @@
+---
+title: Viewing people in your enterprise
+intro: 'To audit access to enterprise-owned resources or user license usage, enterprise owners can view every administrator and member of the enterprise.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/viewing-people-in-your-enterprise-account
+ - /articles/viewing-people-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+ github-ae: '*'
+---
+
+### Viewing enterprise owners{% if currentVersion == "free-pro-team@latest" %} and billing managers{% endif %}
+
+You can view enterprise owners {% if currentVersion == "free-pro-team@latest" %} and billing managers, {% endif %}as well as a list of pending invitations to become owners{% if currentVersion == "free-pro-team@latest" %} and billing managers. You can filter the list of enterprise administrators by role{% endif %}. ou localizar uma determinada pessoa procurando pelo nome de usuário ou o nome completo dela.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+{% data reusables.enterprise-accounts.administrators-tab %}
+{% if currentVersion == "free-pro-team@latest" %}1. Opcionalmente, para ver uma lista de convites pendentes, clique em **_NÚMERO_ pendente**.
+ {% endif %}
+
+### Exibir integrantes e colaboradores externos
+
+Você pode ver o número de integrantes ou colaboradores externos pendentes. You can filter the list of members by {% if currentVersion == "free-pro-team@latest" %}deployment ({% data variables.product.prodname_ghe_cloud %} or {% data variables.product.prodname_ghe_server %}),{% endif %}role {% if currentVersion == "free-pro-team@latest" %}, and{% elsif currentVersion == "github-ae@latest" %}or {% endif %}organization. Também é possível filtrar a lista de colaboradores externos pela visibilidade dos repositórios aos quais o colaborador tem acesso. Ou localizar uma determinada pessoa procurando pelo nome de usuário ou o nome de exibição dela.
+
+You can view {% if currentVersion == "free-pro-team@latest" %}all the {% data variables.product.prodname_ghe_cloud %} organizations and {% data variables.product.prodname_ghe_server %} instances that a member belongs to, and {% endif %}which repositories an outside collaborator has access to{% if currentVersion == "free-pro-team@latest" %}, {% endif %} by clicking on the person's name.
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.people-tab %}
+1. Como alternativa, clique em **Outside collaborators** (Colaboradores externos) para exibir uma lista deles em vez de uma lista de integrantes. 
+{% if currentVersion == "free-pro-team@latest" %}1. Opcionalmente, para ver uma lista de convites pendentes, clique em **_NÚMERO_ pendente**.
+ {% endif %}
+
+### Leia mais
+
+- "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise)"
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md
new file mode 100644
index 0000000000..b5b643f05a
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-the-audit-logs-for-organizations-in-your-enterprise-account.md
@@ -0,0 +1,25 @@
+---
+title: Exibir os logs de auditoria para organizações na conta corporativa
+intro: Os proprietários corporativos podem exibir ações agregadas de todas as organizações pertencentes a uma conta corporativa no log de auditoria.
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+redirect_from:
+ - /articles/viewing-the-audit-logs-for-organizations-in-your-business-account/
+ - /articles/viewing-the-audit-logs-for-organizations-in-your-enterprise-account
+versions:
+ free-pro-team: '*'
+---
+
+Cada entrada do log de auditoria mostra informações aplicáveis sobre um evento, como:
+
+- A organização em que foi executada uma ação
+- O usuário que executou a ação
+- Em qual repositório uma ação foi executada
+- A ação que foi executada
+- Em que país a ação foi executada
+- A data e a hora que a ação foi executada
+
+Você pode procurar eventos específicos no log de auditoria e exportar dados do log de auditoria. Para obter mais informações sobre como pesquisar no log de auditoria e sobre eventos de organização específicos, consulte "[Revisar o log de auditoria da organização](/articles/reviewing-the-audit-log-for-your-organization)".
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.audit-log-tab %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md
new file mode 100644
index 0000000000..3ff0ad16fd
--- /dev/null
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-enterprise/viewing-the-subscription-and-usage-for-your-enterprise-account.md
@@ -0,0 +1,29 @@
+---
+title: Exibir assinatura e uso da conta corporativa
+intro: 'Você pode exibir a assinatura atual, o uso da licença, as faturas, o histórico de pagamentos e outras informações de cobrança da sua conta corporativa.'
+product: '{% data reusables.gated-features.enterprise-accounts %}'
+permissions: 'Proprietários corporativos e gerentes de cobrança podem acessar e gerenciar todas as configurações de cobrança relativas a contas corporativas.'
+redirect_from:
+ - /github/setting-up-and-managing-your-enterprise-account/viewing-the-subscription-and-usage-for-your-enterprise-account
+ - /articles/viewing-the-subscription-and-usage-for-your-enterprise-account
+versions:
+ free-pro-team: '*'
+ enterprise-server: '*'
+---
+
+### Sobre a cobrança de contas corporativas
+
+As contas corporativas atualmente estão disponíveis para clientes do {% data variables.product.prodname_enterprise %} que pagam com fatura. A cobrança de todas as organizações e instâncias {% data variables.product.prodname_ghe_server %} conectadas à sua conta corporativa é agregada em uma única fatura para todos os seus serviços pagos do {% data variables.product.prodname_dotcom_the_website %} (incluindo licenças pagas nas organizações, pacotes de dados do {% data variables.large_files.product_name_long %} e assinaturas de apps do {% data variables.product.prodname_marketplace %}).
+
+For more information about managing billing managers, see "[Inviting people to manage your enterprise](/github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise)."
+
+### Exibir assinatura e uso da conta corporativa
+
+{% data reusables.enterprise-accounts.access-enterprise %}
+{% data reusables.enterprise-accounts.settings-tab %}
+{% data reusables.enterprise-accounts.license-tab %}
+4. Under "User
+{% if currentVersion == "free-pro-team@latest" %}Licenses{% else %}licenses{% endif %}", view your total licenses, number of consumed licenses, and your subscription expiration date.
+ {% if currentVersion == "free-pro-team@latest" %}{% else %}
+ {% endif %}
+5. To view details of the user licenses currently in use, click **View {% if currentVersion == "free-pro-team@latest" %}details{% else %}users{% endif %}**.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
index 6a2c4d38a0..20a871b76d 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/about-your-organizations-profile.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se desejar, você pode optar por adicionar uma descrição, um local, um site e um endereço de e-mail para sua organização, além de fixar repositórios importantes no topo da página.
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
index 663f596cdf..22ad8fb851 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/about-your-profile.md
@@ -8,11 +8,12 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode adicionar informações pessoais sobre si mesmo na bio, como locais em que trabalhou anteriormente, os projetos com os quais contribuiu ou interesses que você tem que outras pessoas talvez gostem de saber. Para obter mais informações, consulte "[Adicionar uma bio ao seu perfil](/articles/personalizing-your-profile/#adding-a-bio-to-your-profile)".
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
{% data reusables.profile.profile-readme %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
index c6ee270068..312eb01b98 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/index.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/index.md
index f089bb5bb7..8071926f53 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/index.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
index 7e355fb112..06e7557fb3 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
index 214c389a32..5f0cf00fac 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme.md
@@ -4,6 +4,7 @@ intro: 'Você pode adicionar um LEIAME ao seu perfil de{% data variables.product
versions:
free-pro-team: '*'
enterprise-server: '>=2.22'
+ github-ae: '*'
---
### Sobre o LEIAME do seu perfil
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
index 3a14572dab..6d5de6a807 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/personalizing-your-profile.md
@@ -11,6 +11,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Alterar sua imagem de perfil
@@ -49,7 +50,7 @@ Você pode alterar o nome que é exbido em seu perfil. Este nome também pode se
Adicione uma bio em seu perfil para compartilhar informações sobre si mesmo com outros usuários {% data variables.product.product_name %}. Com a ajuda de [@menções](/articles/basic-writing-and-formatting-syntax) e emojis, você pode incluir informações sobre onde está trabalhando agora ou já trabalhou, que tipo de trabalho faz ou mesmo que tipo de café toma.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" or currentVersion == "github-ae@latest" %}
Para um formulário mais longo e uma maneira mais proeminente de exibir informações personalizadas sobre você, também é possível usar um LEIAME do perfil. Para obter mais informações sobre o LEIAME do perfil, consulte "[Gerenciar o LEIAME do seu perfil](/github/setting-up-and-managing-your-github-profile/managing-your-profile-readme)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
index ceaddc1cb7..6cdf3eb780 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/pinning-items-to-your-profile.md
@@ -1,12 +1,13 @@
---
title: Fixar itens no seu perfil
-intro: 'Você pode fixar {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 6" %}gists e {% endif %}repositórios no seu perfil para que outras pessoas possam ver rapidamente o seu melhor trabalho.'
+intro: 'You can pin gists and repositories to your profile so other people can quickly see your best work.'
redirect_from:
- /articles/pinning-repositories-to-your-profile/
- /articles/pinning-items-to-your-profile
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
É possível fixar um repositório público se você detém o repositório ou se fez contribuições ao repositório. Os commits em bifurcações não contam como contribuições e não é possível fixar uma bifurcação que não pertence a você. Para obter mais informações, consulte "[Por que minhas contribuições não aparecem no meu perfil?](/articles/why-are-my-contributions-not-showing-up-on-my-profile)"
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
index 873e8be78c..cfd5f2b65b 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/publicizing-or-hiding-your-private-contributions-on-your-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você mostrar suas contribuições privadas, pessoas sem acesso aos repositórios nos quais você trabalha não poderão ver os detalhes de suas contribuições privadas. Em vez disso, elas verão o número de contribuições privadas que você fez em determinado dia. Suas contribuições públicas incluirão informações detalhadas. Para obter mais informações, consulte "[Visualizar contribuições na página de perfil](/articles/viewing-contributions-on-your-profile-page)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
index 47ac57077b..ecc107c8d0 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/showing-an-overview-of-your-activity-on-your-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.profile.activity-overview-summary %} Para obter mais informações, consulte "[Exibir contribuições no perfil](/articles/viewing-contributions-on-your-profile)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
index d9bd733436..d5fbb28c3a 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/troubleshooting-commits-on-your-timeline.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Comportamento esperado para exibir detalhes do commit
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
index 20f7558cbe..35613400de 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/viewing-contributions-on-your-profile.md
@@ -8,13 +8,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O gráfico de contribuição mostra a atividade em repositórios públicos. Você pode optar por mostrar a atividade de repositórios públicos e privados, com detalhes específicos da sua atividade em repositórios privados anônimos. Para obter mais informações, consulte "[Mostrar ou ocultar contribuições privadas no perfil](/articles/publicizing-or-hiding-your-private-contributions-on-your-profile)".
{% note %}
-**Observação:** os commits só serão exibidos no gráfico de contribuições se você tiver [adicionado o endereço de e-mail usado para sua configuração local do Git nas configurações de e-mail do {% data variables.product.product_name %}](/articles/adding-an-email-address-to-your-github-account). Para obter mais informações, consulte "[Por que minhas contribuições não aparecem no meu perfil?](/articles/why-are-my-contributions-not-showing-up-on-my-profile#you-havent-added-your-local-git-commit-email-to-your-profile)"
+**Note:** Commits will only appear on your contributions graph if the email address you used to author the commits is connected to your account on {% data variables.product.product_name %}. Para obter mais informações, consulte "[Por que minhas contribuições não aparecem no meu perfil?](/articles/why-are-my-contributions-not-showing-up-on-my-profile#your-local-git-commit-email-isnt-connected-to-your-account)"
{% endnote %}
@@ -25,7 +26,7 @@ Na sua página de perfil, determinadas ações contam como contribuições:
- Fazer commit no branch `gh-pages` ou no branch padrão de um repositório
- Abrir um problema
- Propor uma pull request
-- Enviar uma revisão de pull request{% if enterpriseServerVersions contains currentVersion %}
+- Submitting a pull request review{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}
- Fazer coautoria de commits no branch `gh-pages` ou no branch padrão do repositório{% endif %}
{% data reusables.pull_requests.pull_request_merges_and_contributions %}
@@ -79,9 +80,12 @@ A seção de atividade de contribuição contém uma linha do tempo detalhada do

+{% if currentVersion != "github-ae@latest" %}
### Exibir contribuições da {% data variables.product.product_location_enterprise %} no {% data variables.product.prodname_dotcom_the_website %}
+If your site administrator has enabled
-Se o administrador do site tiver ativado o {% data variables.product.prodname_unified_contributions %}, você poderá enviar contagens de contribuição do {% data variables.product.prodname_enterprise %} para o perfil do {% data variables.product.prodname_dotcom_the_website %}. Para obter mais informações, consulte "[Enviar suas contribuições do {% data variables.product.prodname_ghe_server %} para o {% data variables.product.prodname_dotcom_the_website %}](/articles/sending-your-github-enterprise-server-contributions-to-your-github-com-profile)".
+{% data variables.product.prodname_unified_contributions %}, you can send {% data variables.product.prodname_enterprise %} contribution counts to your {% data variables.product.prodname_dotcom_the_website %} profile. Para obter mais informações, consulte "[Enviar suas contribuições do {% data variables.product.prodname_ghe_server %} para o {% data variables.product.prodname_dotcom_the_website %}](/articles/sending-your-github-enterprise-server-contributions-to-your-github-com-profile)".
+{% endif %}
### Leia mais
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
index 9aa583468c..d8a1685427 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-profile/why-are-my-contributions-not-showing-up-on-my-profile.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Contribuições que são contabilizadas
@@ -38,9 +39,9 @@ Além disso, **pelo menos uma** das seguintes afirmativas devem ser verdadeiras:
Depois de fazer um commit que atenda aos requisitos para ser contabilizado como contribuição, talvez você precise aguardar até 24 horas para que a contribuição seja exibida no gráfico de contribuições.
-#### Você não adicionou o e-mail do commit no Git ao seu perfil
+#### Your local Git commit email isn't connected to your account
-Commits devem ser feitos com um endereço de e-mail adicionado à sua conta do {% data variables.product.product_name %} {% if currentVersion == "free-pro-team@latest" %} ou o endereço de e-mail `noreply` fornecido por {% data variables.product.product_name %} a você nas suas configurações de e-mail{% endif %} para aparecer no seu gráfico de contribuições.{% if currentVersion == "free-pro-team@latest" %} Para onter mais informações sobre endereços de e-mail`noreply`, consulte "[Definir o seu endereço de e-mail do commit](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#about-commit-email-addresses).{% endif %}
+Commits must be made with an email address that is connected to your account on {% data variables.product.product_name %}{% if currentVersion == "free-pro-team@latest" %}, or the {% data variables.product.product_name %}-provided `noreply` email address provided to you in your email settings,{% endif %} in order to appear on your contributions graph.{% if currentVersion == "free-pro-team@latest" %} For more information about `noreply` email addresses, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#about-commit-email-addresses)."{% endif %}
Você pode verificar o endereço de e-mail usado para um commit adicionando `.patch` ao final de uma URL de commit; por exemplo, https://github.com/octocat/octocat.github.io/commit/67c0afc1da354d8571f51b6f0af8f2794117fd10.patch:
@@ -53,7 +54,7 @@ Subject: [PATCH] updated index for better welcome message
O endereço de e-mail no campo `From:` é o que foi definido nas [configurações locais do Git](/articles/set-up-git). Neste exemplo, o endereço de e-mail usado para o commit é `octocat@nowhere.com`.
-Você precisará [adicionar o endereço de e-mail](/articles/adding-an-email-address-to-your-github-account) usado para o commit à sua conta do {% data variables.product.product_name %} caso ele não tenha sido adicionado ao seu perfil do {% data variables.product.product_name %}. O gráfico de contribuições será recriado automaticamente quando você adicionar o novo endereço.
+If the email address used for the commit is not connected to your account on {% data variables.product.product_name %}, {% if currentVersion == "github-ae@latest" %}change the email address used to author commits in Git. For more information, see "[Setting your commit email address](/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address#setting-your-commit-email-address-in-git)."{% else %}you must [add the email address](/articles/adding-an-email-address-to-your-github-account) to your {% data variables.product.product_name %} account. Your contributions graph will be rebuilt automatically when you add the new address.{% endif %}
{% warning %}
@@ -67,7 +68,7 @@ Os commits só são contados se forem feitos no branch-padrão ou no branch `gh-
Se os commits estiverem em um branch que não seja `gh-pages` ou o padrão e você quiser que eles sejam contabilizados para suas contribuições, precisará seguir um destes procedimentos:
- [Abrir uma pull request](/articles/creating-a-pull-request) para que ocorra o merge das alterações no branch `gh-pages` ou padrão.
-- [Change the default branch](/github/administering-a-repository/changing-the-default-branch) of the repository.
+- [Alterar o branch padrão](/github/administering-a-repository/changing-the-default-branch) do repositório.
{% warning %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
index b2392bd789..11a7a38729 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/about-organization-membership.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um proprietário da organização pode convidar você para ingressar na organização dele como um integrante, gerente de cobrança ou proprietário. Um proprietário da organização ou integrante com privilégios administrativos para um repositório pode convidar você para colaborar em um ou mais repositórios como um colaborador externo. Para obter mais informações, consulte "[Níveis de permissão para uma organização](/articles/permission-levels-for-an-organization)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
index 78d461cfe8..09ca43f047 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/about-your-personal-dashboard.md
@@ -8,6 +8,7 @@ intro: 'Você pode visitar seu painel pessoal para acompanhar problemas e pull r
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Acessar seu painel pessoal
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
index a1ac73033d..d68b6dc6a4 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/accessing-an-organization.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/index.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/index.md
index 515d533547..821652eb73 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/index.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
index a88115c33f..0cf6aad5db 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/integrating-jira-with-your-personal-projects.md
@@ -5,6 +5,7 @@ redirect_from:
- /articles/integrating-jira-with-your-personal-projects
versions:
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
index 9dfc05ff7e..b2a109b456 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/inviting-collaborators-to-a-personal-repository.md
@@ -9,11 +9,12 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os repositórios de propriedade de uma organização podem conceder mais acesso granular. Para obter mais informações, consulte "[Permissões de acesso no {% data variables.product.product_name %}](/articles/access-permissions-on-github)".
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}
{% data reusables.organizations.org-invite-expiration %}
{% endif %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
index 983e041a66..15feca8773 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
index 908b15bf2f..8844a07433 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-user-accounts-project-boards.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Um colaborador é uma pessoa com permissões em um quadro de projeto pertencente a você. A permissão padrão de um colaborador é acesso de leitura. Para obter mais informações, consulte "[Níveis de permissão para quadros de projetos de propriedade de um usuário](/articles/permission-levels-for-user-owned-project-boards)".
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
index adaa0dc546..a160b2d7be 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md
@@ -8,5 +8,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
index 57a370e676..fef947299a 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-the-default-branch-name-for-your-repositories.md
@@ -1,14 +1,15 @@
---
title: Gerenciar o nome do branch-padrão para seus repositórios
-intro: 'You can set the default branch name new repositories that you create on {% data variables.product.product_location %}.'
+intro: 'Você pode definir os novos repositórios com nome do branch-padrão que você cria em {% data variables.product.product_location %}.'
versions:
free-pro-team: '*'
enterprise-server: '>=2.23'
+ github-ae: '*'
---
### Sobre o gerenciamento do nome do brancc-padrão
-When you create a new repository on {% data variables.product.product_location %}, the repository contains one branch, which is the default branch. You can change the name that {% data variables.product.product_name %} uses for the default branch in new repositories you create. Para obter mais informações sobre o branch padrão, consulte "[Sobre branches](/github/collaborating-with-issues-and-pull-requests/about-branches#about-the-default-branch)".
+Ao criar um novo repositório em {% data variables.product.product_location %}, o repositório conterá um branch, que será o branch-padrão. Você pode alterar o nome que {% data variables.product.product_name %} usa para o branch-padrão em novos repositórios que você criar. Para obter mais informações sobre o branch padrão, consulte "[Sobre branches](/github/collaborating-with-issues-and-pull-requests/about-branches#about-the-default-branch)".
{% data reusables.branches.change-default-branch %}
@@ -22,4 +23,4 @@ When you create a new repository on {% data variables.product.product_location %
### Leia mais
-- "[Managing the default branch name for repositories in your organization](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)"
+- "[Gerenciar o nome do branch-padrão para repositórios na sua organização](/github/setting-up-and-managing-organizations-and-teams/managing-the-default-branch-name-for-repositories-in-your-organization)"
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
index 8e5cdda65f..010d572cc5 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
index 82a9e22e41..9c9cc72d1e 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
index c6ebc8a604..22b6f45afc 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-a-user-account-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -28,8 +29,8 @@ The repository owner has full control of the repository. In addition to all the
- [Enable the dependency graph](/github/visualizing-repository-data-with-graphs/exploring-the-dependencies-and-dependents-of-a-repository) for a private repository{% endif %}{% if currentVersion == "free-pro-team@latest" %}
- Delete packages. For more information, see "[Deleting a package](/github/managing-packages-with-github-packages/deleting-a-package)."{% endif %}
- Create and edit repository social cards. For more information, see "[Customizing your repository's social media preview](/articles/customizing-your-repositorys-social-media-preview)."
-- Make the repository a template. For more information, see "[Creating a template repository](/articles/creating-a-template-repository)."
-- Receive [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) in a repository.{% if currentVersion == "free-pro-team@latest" %}
+- Make the repository a template. For more information, see "[Creating a template repository](/articles/creating-a-template-repository)."{% if currentVersion != "github-ae@latest" %}
+- Receive [{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% data variables.product.prodname_dependabot_alerts %}{% else %}security alerts{% endif %} for vulnerable dependencies](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies) in a repository.{% endif %}{% if currentVersion == "free-pro-team@latest" %}
- Dismiss {% data variables.product.prodname_dependabot_alerts %} in your repository. For more information, see "[Viewing and updating vulnerable dependencies in your repository](/github/managing-security-vulnerabilities/viewing-and-updating-vulnerable-dependencies-in-your-repository)."
- [Manage data usage for your private repository](/github/understanding-how-github-uses-and-protects-your-data/managing-data-use-settings-for-your-private-repository){% endif %}
- [Define code owners for the repository](/articles/about-code-owners)
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
index a7dc171d1b..24fb71f04c 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/permission-levels-for-user-owned-project-boards.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Visão geral das permissões
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
index 3914b520fe..2511f81235 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/publicizing-or-hiding-organization-membership.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
index a97861c8ea..e2eeab6d09 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md
@@ -12,6 +12,7 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Excluir bifurcações de repositórios privados
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
index fc28f38370..68b0006364 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-a-collaborators-repository.md
@@ -11,6 +11,7 @@ product: '{% data reusables.gated-features.user-repo-collaborators %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
index cd688d3bce..8257092836 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/removing-yourself-from-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
index aa9496ac9a..d0f7e5e2ca 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/setting-a-backup-email-address.md
@@ -1,11 +1,12 @@
---
title: Configurar endereço de e-mail de backup
-intro: Use um endereço de e-mail de backup para redefinir sua senha com segurança se você não conseguir acessar o endereço de e-mail principal.
+intro: Use a backup email address as an additional destination for security-relevant account notifications{% if currentVersion != "github-ae@latest" %} and to securely reset your password if you can no longer access your primary email address{% endif %}.
redirect_from:
- /articles/setting-a-backup-email-address
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
index 71f099cf32..62d475e2aa 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/setting-your-commit-email-address.md
@@ -1,6 +1,6 @@
---
title: Configurar o endereço de e-mail do commit
-intro: 'Você pode configurar um endereço de e-mail principal no {% data variables.product.product_name %} associado às opções do Git baseadas na web executadas, como edições e merges.'
+intro: 'You can set the email address that is used to author commits on {% data variables.product.product_name %} and on your computer.'
redirect_from:
- /articles/keeping-your-email-address-private/
- /articles/setting-your-commit-email-address-on-github/
@@ -13,6 +13,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre os endereços de e-mail do commit
@@ -37,7 +38,7 @@ Para operações do Git baseadas na web, você pode configurar o endereço de e-
Você também pode optar por bloquear os commits cujo push é feito usando a linha de comando que expõem seu endereço de e-mail pessoal. Para obter mais informações, consulte "[Bloquear pushes de linha de comando que mostrem endereços de e-mail pessoais](/articles/blocking-command-line-pushes-that-expose-your-personal-email-address)".{% endif %}
-Para garantir que os commits sejam atribuídos a você e que apareçam no seu gráfico de contribuições, use um endereço de e-mail que você [adicionou à sua conta do GitHub](/articles/adding-an-email-address-to-your-github-account/){% if currentVersion == "free-pro-team@latest" %} ou o endereço de e-mail `noreply` fornecido por {% data variables.product.product_name %} nas suas configurações de e-mail{% endif %}.
+To ensure that commits are attributed to you and appear in your contributions graph, use an email address that is connected to your {% data variables.product.product_name %} account{% if currentVersion == "free-pro-team@latest" %}, or the `noreply` email address provided to you in your email settings{% endif %}. {% if currentVersion != "github-ae@latest" %}For more information, see "[Adding an email address to your {% data variables.product.prodname_dotcom %} account](/github/setting-up-and-managing-your-github-user-account/adding-an-email-address-to-your-github-account)."{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
index 1ba4134187..381c0bbcee 100644
--- a/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
+++ b/translations/pt-BR/content/github/setting-up-and-managing-your-github-user-account/viewing-peoples-roles-in-an-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% note %}
diff --git a/translations/pt-BR/content/github/site-policy/github-additional-product-terms.md b/translations/pt-BR/content/github/site-policy/github-additional-product-terms.md
index 0ac38489f8..dda56088e1 100644
--- a/translations/pt-BR/content/github/site-policy/github-additional-product-terms.md
+++ b/translations/pt-BR/content/github/site-policy/github-additional-product-terms.md
@@ -4,9 +4,13 @@ versions:
free-pro-team: '*'
---
-Quando você cria uma Conta, tem acesso a vários recursos e produtos diferentes que fazem parte do Serviço. Como muitos desses recursos e produtos oferecem diferentes funcionalidades, eles podem exigir termos e condições adicionais específicos para esse recurso ou produto. Abaixo, listamos os recursos e produtos, juntamente com as regras adicionais correspondentes que se aplicam a essas partes do Serviço.
+Entrada em vigor desta versão: 1 de novembro de 2020
-Sua utilização do GitHub está sujeita aos termos aplicáveis (o "Acordo"), bem como aos seguintes Termos Adicionais do Produto GitHub (os "Termos Adicionais"). Ao concordar com o Acordo e usar produtos e recursos adicionais, você também concorda com estes Termos Adicionais. Qualquer violação dos Termos Adicionais é uma violação do Acordo. Os termos em maiúscula não definidos nos Termos Adicionais terão o significado que lhes é atribuído no Acordo.
+Quando você cria uma Conta, tem acesso a vários recursos e produtos diferentes que fazem parte do Serviço. Como muitos desses recursos e produtos oferecem diferentes funcionalidades, eles podem exigir termos e condições adicionais específicos para esse recurso ou produto. Below, we've listed those features and products, along with the corresponding additional terms that apply to your use of them.
+
+Your use of the Service is subject to your applicable terms (the "Agreement"). By using additional products and features, you also agree to these Additional Product Terms. Any violation of the Additional Product Terms is a violation of the Agreement. Capitalized terms not defined in the Additional Product Terms will have the meaning given to them in the Agreement.
+
+If you are using GitHub AE, then you may only access the following features and products: Third Party Integrations, Git LFS Support, Pages.
### 1. Marketplace
@@ -35,14 +39,14 @@ Se você ativar o Git Large File Storage ("Git LFS") em sua Conta, poderá busca
### 4. Pages
-Cada Conta GitHub vem com acesso a [serviços de hospedagem estática do GitHub Pages](/github/working-with-github-pages/about-github-pages). Este serviço de hospedagem destina-se a hospedar páginas da web estáticas para todos os Usuários, mas principalmente, como uma vitrine para projetos pessoais e organizacionais. Alguns esforços de monetização são permitidos no Pages, como botões de doação e links para crowdfunding.
+Each Account comes with access to the [GitHub Pages static hosting service](/github/working-with-github-pages/about-github-pages). Este serviço de hospedagem destina-se a hospedar páginas da web estáticas para todos os Usuários, mas principalmente, como uma vitrine para projetos pessoais e organizacionais. Alguns esforços de monetização são permitidos no Pages, como botões de doação e links para crowdfunding.
O GitHub Pages está sujeito a limites específicos de uso e largura de banda e pode não ser apropriado para alguns usos elevados de largura de banda ou outros usos proibidos. Consulte nossas [diretrizes do GitHub Pages](/github/working-with-github-pages/about-github-pages) para obter mais informações. O GitHub se reserva o direito de recuperar qualquer subdomínio GitHub sem responsabilidade.
### 5. Ações e Pacotes
#### a. Uso das Ações
-As Ações GitHub permitem criar fluxos de trabalho personalizados do ciclo de vida de desenvolvimento de softwares diretamente no seu repositório GitHub. Cada Conta vem com quantidades de computação e armazenamento incluídas para uso com Ações, dependendo do seu plano de conta, que podem ser encontradas na [documentação de Ações](/actions). O uso de computação de suas Ações está disponível em [suas configurações de Conta](https://github.com/settings/billing), e você será notificado por e-mail antes de atingir o limite das quantidades incluídas. Se você deseja usar ações além das quantidades incluídas, poderá [permitir excedentes](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions).
+As Ações GitHub permitem criar fluxos de trabalho personalizados do ciclo de vida de desenvolvimento de softwares diretamente no seu repositório GitHub. Cada Conta vem com quantidades de computação e armazenamento incluídas para uso com Ações, dependendo do seu plano de conta, que podem ser encontradas na [documentação de Ações](/actions). Your Actions compute usage is displayed within [your account settings](https://github.com/settings/billing), and you will be notified by email in advance of reaching the limit of your included quantities. Se você deseja usar ações além das quantidades incluídas, poderá [permitir excedentes](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions).
O uso da computação para quantidades incluídas e pagas é calculado em minutos, com base no tipo de Ações que você executa (por exemplo, Linux, Windows, macOS). Os minutos usados para cada trabalho ou tarefa da Ação serão arredondados para o minuto mais próximo. Para quantidades incluídas e dependendo do tipo de Ação, um multiplicador pode ser aplicado à quantidade de tempo usada para executar cada tarefa ou trabalho, antes de ser arredondada para o minuto mais próximo. Minutos excedentes são cobrados na [base de preço por minuto](https://github.com/features/actions) nos tipos de Ações que você executa. Ações e Pacotes compartilham armazenamento e seu uso de armazenamento é mostrado nas [configurações de conta](https://github.com/settings/billing). Para obter informações adicionais sobre os cálculos de uso de quantidade incluída, consulte a [documentação de Ações](/actions).
@@ -58,9 +62,9 @@ Para evitar violações dessas limitações e abuso de Ações do GitHub, o GitH
#### b. Uso do pacotes
Os Pacotes GitHub podem ser usados para baixar, publicar e gerenciar pacotes de Conteúdo. Cada plano de Conta vem com uma largura de banda e quantidade de armazenamento incluídos para o uso com Pacotes, que podem ser encontrados na [documentação dos Pacotes](/github/managing-packages-with-github-package-registry/about-github-package-registry). Ações e Pacotes compartilham o armazenamento entre dois recursos de Serviço. O armazenamento e o uso da largura de banda são exibidos dentro de suas [configurações de conta](https://github.com/settings/billing), e você será notificado por e-mail antes de atingir o limite de suas quantidades incluídas. Se você quiser usar Pacotes além de suas quantidades de largura de banda e armazenamento incluídos, então você pode [permitir excedentes](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages).
-O uso da largura de banda é calculado com base na quantidade de dados transferidos de seus repositórios por meio de Pacotes, mas as transferências de pacote por meio de Ações não contarão para suas quantidades incluídas ou pagas. O uso da largura de banda dos pacotes é limitado pela [Política de Uso Aceitável](/github/site-policy/github-acceptable-use-policies#7-excessive-bandwidth-use), e a quantidade de largura de banda incluída é determinada por seu [plano de Conta](https://github.com/pricing).
+O uso da largura de banda é calculado com base na quantidade de dados transferidos de seus repositórios por meio de Pacotes, mas as transferências de pacote por meio de Ações não contarão para suas quantidades incluídas ou pagas. Packages bandwidth usage is limited by the [Acceptable Use Policy](/github/site-policy/github-acceptable-use-policies#7-excessive-bandwidth-use), and included bandwidth quantities are determined by your [account plan](https://github.com/pricing).
-O uso de armazenamento pelas Ações e Pacotes é compartilhado entre os dois recursos de Serviço. O uso do armazenamento é calculado como uma média ponderada ao longo do mês e não é redefinido a cada mês. Os repositórios públicos e privados têm diferentes quantidades de armazenamento incluídas, e as quantidades incluídas para repositórios privados dependem de seu [plano de Conta](https://github.com/pricing).
+O uso de armazenamento pelas Ações e Pacotes é compartilhado entre os dois recursos de Serviço. O uso do armazenamento é calculado como uma média ponderada ao longo do mês e não é redefinido a cada mês. Public and private repositories have different included storage quantities, and the included quantities for private repositories depend on your [account plan](https://github.com/pricing).
#### c. Pagamento e Faturamento para Ações e Pacotes
O faturamento de Ações e Pacotes é baseado no uso. Quantidades adicionais de Ações ou Pacotes não podem ser adquiridos separadamente. Para clientes com cobrança mensal, é necessário ter um método de pagamento registrado para optar por pagar por quantidades adicionais desses recursos do Serviço. Você será cobrado mensalmente, com base no seu uso no mês anterior, a menos que seja cobrado por fatura. Para clientes faturados, você deve pagar as taxas no prazo de trinta (30) dias a contar da data da fatura do GitHub. Para os clientes que pagam antecipadamente os excedentes dos recursos de Serviço, os minutos pré-pagos não utilizados não serão transferidos para o próximo período de cobrança e não serão reembolsados.
@@ -77,7 +81,7 @@ Você pode definir um limite mensal de gastos em suas [configurações de conta]
### 7. Connect
-Para acessar o GitHub Connect, o Cliente deve ter pelo menos 01 (uma) conta no GitHub.com e 01 (uma) instância licenciada do Software. O GitHub Connect pode ser usado para executar tarefas automatizadas. Além disso, vários Usuários podem direcionar determinadas ações com o GitHub Connect. O Cliente é responsável pelas ações realizadas em suas contas ou por meio delas. O GitHub pode coletar informações sobre o modo como o Cliente usa o GitHub Connect para fornecer e aprimorar o recurso. Ao usar o GitHub Connect, o Cliente autoriza o GitHub a coletar dados protegidos, que incluem dados de Repositório privado e Informações pessoais do usuário (conforme definido na Declaração de privacidade do GitHub), na conta do GitHub Enterprise Server do Cliente. O Cliente também autoriza a transferência de informações de instância de identificação para o GitHub por meio do GitHub Connect, cujas informações são regidas pela Declaração de privacidade do GitHub.
+In order to access GitHub Connect, Customer must have at least one (1) Account on GitHub.com and one (1) licensed instance of the Software. Customer's access to and use of github.com through Connect is governed by its Agreement applicable to its use of the Service. O GitHub Connect pode ser usado para executar tarefas automatizadas. Além disso, vários Usuários podem direcionar determinadas ações com o GitHub Connect. Customer is responsible for actions that are performed on or through its Accounts. O GitHub pode coletar informações sobre o modo como o Cliente usa o GitHub Connect para fornecer e aprimorar o recurso. By using GitHub Connect, Customer authorizes GitHub to collect protected data, which includes Private Repository data and User Personal Information (as defined in the GitHub Privacy Statement), from Customer’s Accounts. O Cliente também autoriza a transferência de informações de instância de identificação para o GitHub por meio do GitHub Connect, cujas informações são regidas pela Declaração de privacidade do GitHub.
### 8. Programa Sponsors
diff --git a/translations/pt-BR/content/github/site-policy/github-ae-data-protection-agreement.md b/translations/pt-BR/content/github/site-policy/github-ae-data-protection-agreement.md
new file mode 100644
index 0000000000..09a7580278
--- /dev/null
+++ b/translations/pt-BR/content/github/site-policy/github-ae-data-protection-agreement.md
@@ -0,0 +1,399 @@
+---
+title: GitHub AE Data Protection Agreement
+versions:
+ free-pro-team: '*'
+redirect_from:
+ - /github/site-policy/ghem-data-protection-addendum
+---
+
+Entrada em vigor desta versão: 1 de novembro de 2020
+
+## INTRODUÇÃO
+
+The parties agree that the GitHub AE Data Protection Agreement and Security Exhibit (together, the “**Data Protection Agreement**” or “**DPA**”) set forth obligations with respect to the processing and security of Customer Personal Data in connection with GitHub AE (the “**Online Service**”). GitHub makes the commitments in this DPA to all customers using the Online Service.
+
+In the event of any conflict or inconsistency between the DPA and any other terms in Customer’s agreements with GitHub (“Agreement”), the DPA shall prevail. Para clareza, consistente com a Cláusula 10 das Cláusulas Contratuais Padrão no Anexo 1, as Cláusulas Contratuais Padrão prevalecem sobre quaisquer outros termos no DPA.
+
+## GITHUB DATA PROTECTION AGREEMENT
+
+### 1. Definições.
+
+1.1 “**Applicable Data Protection Laws**” means certain laws, regulations, regulatory frameworks, or other legislations relating to the processing and use of Customer Personal Data, as applicable to Customer’s use of the Online Services, including:
+
+ a. The EU General Data Protection Regulation 2016/679 (“**GDPR**”), along with any implementing or corresponding equivalent national laws or regulations; and
+
+ b. A Lei de Privacidade do Consumidor da Califórnia de 2018, Cal. Civ. Código §§1798.100 et seq. ("**CCPA**").
+
+1.2 “**Controller**,” “**Data Subject**,” “**Member State**,” “**Personal Data**,” “**Personal Data Breach**,” “**Processing**,” “**Processor**,” and “**Supervisory Authority**” have the meanings given to them in the Applicable Data Protection Laws. Em caso de conflito, os significados atribuídos no GDPR serão substituídos.
+
+1.3 “**Customer Personal Data**” means any Personal Data for which Customer is a Controller, whether supplied by Customer for processing by GitHub or generated by GitHub in the course of performing its obligations under the Agreement. Inclui dados como informações de cobrança, endereços IP, endereços de e-mail corporativos e quaisquer outros Dados pessoais dos quais o Cliente seja Controlador.
+
+1.4 “**Customer Repository Data**” means any data or information that is uploaded or created by Customer into any of its Private Repositories.
+
+1.5 “**Data Breach**” means a Personal Data Breach or any other confirmed or reasonably suspected breach of Customer’s Protected Data.
+
+1.6 “**GitHub Legitimate Business Operations**” consist of the following, each as incident to delivery of the Service to Customer: (1) internal reporting and business modeling; (2) combating fraud, cybercrime, or cyber-attacks that may affect GitHub; (3) improving the core functionality of accessibility or privacy; and (4) financial reporting and compliance with legal obligations.
+
+1.7 “**End User**” means the Customers’ End Users such as employees, contractors, or collaborators.
+
+1.8 “**Permitted Purposes**” for data processing are those limited and specific purposes of providing the Online Service as set forth in the Agreement and this DPA, or the purposes for which a Data Subject has authorized the use of Customer Personal Data.
+
+1.9 “**Protected Data**” includes any Customer Personal Data and any Customer Repository Data processed by GitHub on behalf of Customer under the Agreement.
+
+1.10 “**Sensitive Data**” means any Personal Data revealing racial or ethnic origin; political opinions, religious or philosophical beliefs or trade union membership; processing of genetic data or biometric data for the purposes of uniquely identifying a natural person; data concerning health, a natural person’s sex life or sexual orientation; and data relating to offences, criminal convictions, or security measures.
+
+## 2. Status e conformidade.
+
+#### 2.1 Processamento de dados.
+GitHub acts as a Processor in regard to any Customer Personal Data it receives in connection with the Agreement, except where Customers acts as a Processor (in which case GitHub is a subprocessor). GitHub will process Customer Personal Data only for Permitted Purposes in accordance with Customer’s instructions as represented by the Agreement and other written communications. In the event that GitHub is unable to comply with Customer’s instructions, such as due to conflicts with the Applicable Data Protection Laws, or where processing is required by the Applicable Data Protection Laws or other legal requirements, GitHub will notify Customer to the extent permissible. GitHub processes all Customer Personal Data in the United States or in the European Union; however, GitHub’s subprocessors may process data outside of the United States or the European Union. Além disso, o GitHub atua como Processador para Dados de repositório do cliente.
+
+#### 2.2 Controladores de dados.
+Customer is a Controller only for the Customer Personal Data it transfers directly to GitHub or through the use of the Online Service except: (a) when Customer acts as a Processor of Customer Personal Data (in which case GitHub is a subprocessor); or (b) to the extent GitHub uses or otherwise processes Customer Personal Data for GitHub’s Legitimate Business Operations. In which case, GitHub will comply with the obligation of an independent data controller under GDPR for such use.
+
+#### 2.3 Conformidade do GitHub; transferências de dados.
+O GitHub cumprirá as Leis de proteção de dados aplicáveis em relação ao processamento de Dados pessoais.
+
+All transfers of Customer Personal Data out of the European Union, European Economic Area, United Kingdom, and Switzerland to provide the Online Service shall be governed by the Standard Contractual Clauses in Attachment 1 (Standard Contractual Clauses).
+
+GitHub will abide by the requirements of European Economic Area and Swiss data protection law regarding the collection, use, transfer, retention, and other processing of Personal Data from the European Economic Area, United Kingdom, and Switzerland. All transfers of Personal Data to a third country or an international organization will be subject to appropriate safeguards as described in Article 46 of the GDPR and such transfers and safeguards will be documented according to Article 30(2) of the GDPR.
+
+Além disso, o GitHub é certificado na relação entre UE e EUA. e entre a Suíça e os EUA. Estruturas de Escudo de Privacidade e os compromissos que elas implicam, embora o GitHub não dependa da relação entre a UE e os EUA. Estrutura do Escudo de Privacidade como base jurídica para transferências de Dados Pessoais à luz do acórdão do Tribunal de Justiça da UE no processo C-311/18. O GitHub concorda em notificar o Cliente se determinar que não pode mais cumprir sua obrigação de fornecer o mesmo nível de proteção exigido pelos princípios do Escudo de Privacidade.
+
+#### 2.4 Data Subject Rights; Assistance with Requests.
+GitHub will make available to Customer, in a manner consistent with the functionality of the Online Service and GitHub’s role as a processor of Customer Personal Data, the ability to fulfill data subject requests to exercise their rights under the Applicable Data Protection Laws, such as GDPR and CCPA. If GitHub receives a request from Customer’s data subject to exercise one or more of its rights in connection with the Online Service for which GitHub is a data processor or subprocessor, GitHub will redirect the data subject to make its request directly to Customer. Customer will be responsible for responding to any such request including, where necessary, by using the functionality or documentation provided by the Online Service. GitHub shall comply with reasonable requests by Customer to assist with Customer’s response to such a data subject request.
+
+### 3. Proteção de dados.
+
+#### 3.1 Limitação de finalidade.
+O GitHub processará e comunicará os Dados Protegidos apenas para as Finalidades Permitidas, a menos que as Partes concordem, por escrito, com uma finalidade expandida.
+
+#### 3.2 Qualidade de Dados e Proporcionalidade.
+O GitHub manterá os dados pessoais do Cliente precisos e atualizados, ou habilitará o Cliente a fazê-lo. GitHub will take commercially reasonable steps to ensure that any Protected Data it collects on Customer’s behalf is adequate, relevant, and not excessive in relation to the purposes for which it is transferred and processed. In no event will GitHub intentionally collect Sensitive Data on Customer’s behalf. Customer agrees that the Online Service are not intended for the storage of Sensitive Data; if Customer chooses to upload Sensitive Data to the Online Service, Customer must comply with Article 9 of the GDPR, or equivalent provisions in the Applicable Data Protection Laws.
+
+#### 3.3 Retenção e Exclusão de Dados.
+Upon Customer’s reasonable request, unless prohibited by law, GitHub will return, destroy, or deidentify all Customer Personal Data and related data at all locations where it is stored after it is no longer needed for the Permitted Purposes within thirty days of request. O GitHub pode reter Dados pessoais do cliente e dados relacionados, apenas na medida exigida pelas Leis de proteção de dados aplicáveis e durante o período estipulado por elas, desde que assegure que os Dados pessoais do cliente serão processados somente conforme necessário para a finalidade especificada nas Leis de proteção de dados aplicáveis e que os Dados pessoais do cliente permaneçam protegidos pelas Leis de proteção de dados aplicáveis.
+
+#### 3.4 Processamento de dados.
+GitHub provides the following information, required by Article 28(3) of the GDPR, regarding its processing of Customer’s Protected Data:
+
+a. *The subject matter and duration of the processing* of Customer Personal Data are set out in the Agreement and the DPA.
+
+b. *The nature and purpose of the processing* of Customer Personal Data is described in Section 3.1 of the DPA.
+
+c. *The types of Customer Personal Data to be processed* are described in the Agreement, and include Customer Personal Data; or any type of Personal Data that Customer elects to include in Customer Personal Data. Customer may choose to supply GitHub with additional Customer Personal Data, such as in Customer’s profile settings or by uploading Customer Personal Data to its GitHub repositories.
+
+d. *As categorias de Titular de dados aos quais estão relacionados os Dados pessoais do cliente* são o próprio Cliente e seus Usuários finais.
+
+e. *The obligations and rights of Customer* are set out in the Agreement and the DPA.
+
+### 4. Obrigações de auditoria e segurança.
+
+#### 4.1 medidas de segurança técnicas e organizacionais.
+Levando em consideração o que há de mais moderno, os custos de implementação e a natureza, o escopo, o contexto e as finalidades do processamento, bem como o risco de probabilidade e gravidade variadas para direitos e liberdades fundamentais das pessoas físicas, o GitHub implementará medidas técnicas e organizacionais para garantir um nível de segurança adequado contra os riscos (como destruição acidental ou ilegal, perda, alteração, divulgação ou acesso não autorizado) que se apresentam ao processar Dados Protegidos. O GitHub monitorará regularmente o cumprimento dessas medidas e continuará a tomar as providências apropriadas ao longo da vigência do Contrato. Please see Section 1.1 of the Security Exhibit (below) regarding GitHub’s responsibilities in relation to security safeguards.
+
+#### 4.2 - Resposta de incidente e notificação de violação.
+GitHub will comply with the Information Security obligations in the Security Exhibit and the Applicable Data Protection Laws, including Data Breach notification obligations. Please see Section 1.2 of the Security Exhibit regarding GitHub’s responsibilities in relation to Data Breach response and notification.
+
+#### 4.3 Equipe do GitHub.
+GitHub represents and warrants that it will take reasonable steps to ensure that all GitHub personnel processing Protected Data have agreed to keep the Protected Data confidential and have received adequate training on compliance with the DPA and the Applicable Data Protection Laws.
+
+#### 4.4 Registros.
+O GitHub manterá registros escritos completos, precisos e atualizados de todas as categorias de atividades de processamento realizadas em nome do Cliente que contenham as informações exigidas nas Leis de Proteção de Dados aplicáveis. Desde que a assistência não arrisque a segurança do GitHub ou os direitos de privacidade de Titulares de dados individuais, o GitHub disponibilizará esses registros ao Cliente mediante solicitação conforme a necessidade; por exemplo, para ajudar o cliente a demonstrar conformidade com as Leis de proteção de dados aplicáveis. To learn more about GitHub’s requirements to provide assistance in the event of a security incident, please see Section 1.2 of the Security Exhibit.
+
+#### 4.5 Relatório de conformidade.
+GitHub will provide security compliance reporting in accordance with Section 2.3 of the Security Exhibit. Customer agrees that any information and audit rights granted by the Applicable Data Protection Laws (including, where applicable, Article 28(3)(h) of the GDPR) will be satisfied by these compliance reports, and will only arise to the extent that GitHub’s provision of a compliance report does not provide sufficient information, or to the extent that Customer must respond to a regulatory or Supervisory Authority audit. Section 3.1 of the Security Exhibit describes the Parties’ responsibilities in relation to a regulatory or Supervisory Authority audit.
+
+#### 4.6 Assistência.
+GitHub will provide reasonable assistance to Customer with concerns such as data privacy impact assessments, Data Subject rights requests, consultations with Supervisory Authorities, and other similar matters, in each case solely in relation to the processing of Customer’s Personal Data and taking into account the nature of processing.
+
+### 5. Uso e divulgação de dados protegidos.
+No Use in Marketing and CCPA. GitHub will not use the Protected Data for the purposes of advertising third-party content. If GitHub is processing Customer Personal Data within the scope of the CCPA, GitHub will not retain, use, or disclose that data for any purpose other than for the purposes set out in the DPA and as permitted under the CCPA, including under any “sale” exemption. In no event will GitHub sell any such data.
+
+### 6. Transferência progressiva e subprocessamento.
+
+#### 6.1 Proteção de Dados.
+O GitHub é responsável por transferências progressivas de Dados Protegidos para seus subprocessadores, como o processador de pagamentos a terceiros. In the event that GitHub does transfer the Protected Data to a third-party subprocessor, or GitHub installs, uses, or enables a third party or third-party services to process the Protected Data on GitHub’s behalf, GitHub will ensure that the third-party subprocessor is bound by written agreement that requires them to provide at least the same level of confidentiality, security, and privacy protection as is required of GitHub by this DPA and the Applicable Data Protection Laws.
+
+#### 6.2 - Aceitação de Subprocessadores do GitHub.
+Customer authorizes GitHub and its subprocesors to appoint and use subprocessors in accordance with this Section 6 and the Agreement.
+
+#### 6.3 Consentimento Geral para Subprocessamento progressivo.
+Customer provides a general consent for GitHub to engage onward subprocessors, conditional on GitHub’s compliance with the following requirements:
+
+a. Any onward subprocessor must agree in writing to only process data in a country that the European Commission has declared to have an “adequate” level of protection; or to only process data on terms equivalent to the Standard Contractual Clauses, or pursuant to a Binding Corporate Rules approval granted by competent European data protection authorities, or pursuant to compliant and valid EU-US Privacy Shield and Swiss-U.S. Certificações do Escudo de Privacidade; e
+
+b. GitHub will restrict the onward subprocessor’s access to Customer Personal Data only to what is strictly necessary to perform its services, and GitHub will prohibit the subprocessor from processing the Customer Personal Data for any other purpose.
+
+#### 6.4 - Divulgação de Acordos de Subprocessador.
+GitHub maintains a list of onward subprocessors it has engaged to process Customer Personal Data on its website, including the categories of Customer Personal Data processed, a description of the type of processing the subprocessor performs, and the location of its processing. GitHub will, upon Customer’s written request, provide Customer with this list of subprocessors and the terms under which they process the Customer Personal Data. De acordo com as restrições de confidencialidade de subprocessadores, o GitHub pode remover informações confidenciais ou comercialmente confidenciais antes de fornecer a lista e os termos ao Cliente. Caso o GitHub não possa divulgar informações confidenciais ao Cliente, as Partes concordam que o GitHub fornecerá todas as informações razoavelmente possíveis relacionadas aos contratos de subprocessamento.
+
+#### 6.5 Objeção para subprocessadores.
+GitHub will provide thirty days’ prior written notice of the addition or removal of any subprocessor, including the categories listed in Section 6.4, by announcing changes on its website. If Customer has a reasonable objection to GitHub’s engagement of a new subprocessor, Customer must notify GitHub promptly in writing. Where possible, GitHub will use commercially reasonable efforts to provide an alternative solution to the Online Services to avoid processing of data by the objectionable subprocessor. Caso o GitHub não consiga oferecer uma solução alternativa e as Partes não resolvam o conflito em 90 (noventa) dias, o Cliente poderá rescindir o Contrato.
+
+### 7. Rescisão.
+
+#### 7.1 Suspensão.
+In the event that GitHub is in breach of its obligations to maintain an adequate level of security or privacy protection, Customer may temporarily suspend the transfer of all Customer Personal Data or prohibit collection and processing of Customer Personal Data on Customer’s behalf until the breach is repaired or the Agreement is terminated.
+
+#### 7.2 - Rescisão com motivo.
+Além dos direitos de rescisão que o Cliente tem previsto no Contrato, o Cliente poderá rescindir o Contrato sem prejuízo de qualquer outra reivindicação na lei ou na justiça caso:
+
+a. o GitHub notifique o cliente de que não pode mais cumprir suas obrigações de privacidade;
+
+b. a transferência, a coleta ou o processamento de todos os Dados pessoais do cliente tenha sido temporariamente suspenso por mais de um mês, de acordo com a Seção 7.1;
+
+c. GitHub is in substantial or persistent breach of any warranties or representations under the DPA;
+
+d. o GitHub não esteja mais em atividade, seja dissolvido, entre em liquidação ou tenha uma ordem de liquidação feita em seu nome; ou
+
+e. o Cliente faça objeção a um subprocessador de acordo com a Seção 6.5, e o GitHub não tenha conseguido fornecer uma solução alternativa em até 90 (noventa) dias.
+
+#### 7.3 Violação.
+Failure to comply with the material provisions of the DPA is considered a material breach under the Agreement.
+
+#### 7.4 Não cumprimento.
+In the event that changes in law or regulation render performance of the DPA impossible or commercially unreasonable, the Parties may renegotiate the DPA in good faith. Se a renegociação não corrigir a impossibilidade ou se as Partes não conseguirem chegar a um acordo, elas poderão rescindir o Contrato após 30 (trinta) dias.
+
+#### 7.5 Notificação.
+In the event that GitHub determines that it can no longer meet its privacy obligations under the DPA, GitHub will notify Customer in writing immediately.
+
+#### 7.6 Modificações.
+GitHub may modify the DPA from time to time as required by the Applicable Data Protection Laws, with thirty days’ notice to Customer.
+
+#### 7.7 Requisitos de rescisão.
+Após a rescisão, o GitHub deverá:
+
+a. tomar medidas razoáveis e apropriadas para interromper o processamento dos Dados pessoais do cliente;
+
+b. within ninety days of termination, delete or deidentify any Customer Personal Data GitHub stores on Customer’s behalf pursuant to Section 3.3; and
+
+c. fornecer ao Cliente garantia razoável de que o GitHub cumpriu suas obrigações na Seção 7.7.
+
+### 8. Responsabilidade pelo processamento de dados.
+
+#### 8.1 Limitações.
+Except as limited by the Applicable Data Protection Laws, any claims brought under the DPA will be subject to the terms of the Agreement regarding Limitations of Liability.
+
+## Anexo 1 – Cláusulas Contratuais Padrão (Processadores)
+Execution of the Agreement by Customer includes execution of this Attachment 1 to the GitHub Data Protection Addendum, which is countersigned by GitHub, Inc.
+
+Em países onde a aprovação regulatória é necessária para o uso das Cláusulas Contratuais Padrão, estas não podem ser confiadas à Comissão Europeia 2010/87/UE (de fevereiro de 2010) para legitimar a exportação de dados do país, a menos que o Cliente tenha a aprovação regulatória necessária.
+
+For the purposes of Article 46 (2) of the General Data Protection Regulation (EU 2016/679) for the transfer of personal data to processors established in third countries which do not ensure an adequate level of data protection, Customer (as data exporter) and GitHub (as data importer, whose signature appears below), each a “party,” together “the parties”, have agreed on the following Contractual Clauses (the “Clauses” or “Standard Contractual Clauses”) in order to adduce adequate safeguards with respect to the protection of privacy and fundamental rights and freedoms of individuals for the transfer by the data exporter to the data importer of the personal data specified in Appendix 1.
+
+#### Cláusula 1: Definições
+(a) "dados pessoais", "categorias especiais de dados", "processo/processamento", "controlador", "processador", "titular dos dados" e "autoridade de supervisão" terão o mesmo significado do Regulamento Geral sobre a Proteção de Dados (UE 2016/679) referente à proteção dos indivíduos no que se refere ao tratamento de dados pessoais e à livre circulação desses dados;
+
+(b) "o exportador de dados" significa o controlador que transfere os dados pessoais;
+
+(c) "o importador de dados" significa o processador que aceita receber dos dados do exportador de dados pessoais destinados a processamento em seu nome após a transferência, de acordo com as suas instruções e os termos das Cláusulas e que não está sujeito a um sistema de um país terceiro, e garante uma proteção adequada no âmbito do artigo 45(2) do Regulamento Geral da Proteção de Dados (UE 2016/679);
+
+(d) "subprocessador" significa qualquer processador envolvido pelo importador de dados ou por qualquer outro subprocessador do importador de dados que concorde em receber dados do importador de dados ou de qualquer outro subprocessador dos dados pessoais do importador destinados exclusivamente a atividades de processamento a serem realizadas em nome do exportador de dados após a transferência, de acordo com suas instruções, termos das Cláusulas e termos do subcontrato escrito;
+
+(e) "A lei de proteção de dados aplicável" é a legislação que protege os direitos e liberdades fundamentais dos indivíduos, e, em particular, o direito à privacidade no que diz respeito ao processamento de dados pessoais aplicável a um controlador de dados do Estado-Membros onde o exportador de dados estiver estabelecido;
+
+(f) "medidas de segurança técnicas e organizacionais" são as medidas que visam proteger os dados pessoais contra a destruição ilegal ou acidental, perda, alteração, divulgação ou acesso não autorizado, em particular quando o processamento envolve a transmissão de dados através de uma rede, e contra todas as formas ilegais de processamento.
+
+#### Cláusula 2: Detalhes da transferência
+Os detalhes da transferência e em particular as categorias especiais de dados pessoais quando aplicáveis estão especificadas no Apêndice 1 abaixo, que constitui parte integral das Cláusulas.
+
+#### Cláusula 3: Cláusula de beneficiário de terceiros
+1. O titular dos dados pode impor contra o exportador de dados esta Cláusula, a Cláusula 4(b) para (i), Cláusula 5(a) para (e), e (g) para (j), a Cláusula 6(1) e (2), a Cláusula 7, Cláusula 8(2), e as Cláusulas 9 a 12 como beneficiário de terceiros.
+
+2. O titular dos dados pode aplicar contra o importador de dados esta Cláusula, a Cláusula 5(a) para (e) e (g), a Cláusula 6, a Cláusula 7, a Cláusula 8(2), e as Cláusulas 9 a 12, nos casos em que o exportador de dados desapareceu factualmente ou deixou de existir perante a lei, a menos que qualquer entidade sucessora tenha assumido todas as obrigações legais do exportador de dados por contrato ou por aplicação da lei. em resultado do qual assume os direitos e obrigações do exportador de dados. Nesse caso, a questão dos dados pode impô-los contra essa entidade.
+
+3. O titular dos dados pode impor contra o subprocessador esta Cláusula, a Cláusula 5(a) para (e) e (g), a Cláusula 6, a Cláusula 7, a Cláusula 8(2), e as Cláusulas 9 a 12, nos casos em que tanto o exportador como o importador de dados desapareceram ou deixaram de existir perante a lei ou tornaram-se insolventes, a menos que qualquer entidade sucessora tenha assumido todas as obrigações legais do exportador de dados por contrato ou pelo funcionamento da lei, assumindo, como resultado, os direitos e obrigações do exportador de dados, em cujo caso, o titular dos dados pode impô-los contra essa entidade. Essa responsabilidade de terceiros do subprocessador estará limitada às suas próprias operações de processamento nos termos das Cláusulas.
+
+4. As partes não se opõem, caso o titular dos dados seja representado por uma associação ou outro organismo se, expressamente, assim o desejar e a legislação nacional o permitir.
+
+#### Cláusula 4: Obrigações do exportador de dados
+O exportador de dados concorda e garante:
+
+(a) que o processamento, incluindo a transferência em si, dos dados pessoais foi e continuará sendo executado de acordo com as provisões relevantes aplicáveis à lei de proteção de dados (e, quando aplicável, foi notificado às autoridades responsáveis do Estado-Membros onde o exportador de dados está estabelecido) e não viola as provisões relevantes deste Estado;
+
+(b) que instruiu e que durante a duração dos serviços de processamento de dados pessoais irá instruir o importador de dados sobre o processamento de dados pessoais transferidos apenas no nome do exportador e em concordância com a legislação aplicável e as Cláusulas;
+
+(c) que o importador de dados fornecerá garantias suficientes no que se refere às medidas de segurança técnicas e organizacionais especificadas no Anexo 2 abaixo;
+
+(d) que, após a avaliação dos requerimentos da legislação de proteção aos dados aplicável, as medidas de segurança estejam apropriadas para proteger os dados pessoais contra a destruição ilegal ou acidental, ou a perca acidental, alteração, divulgação ou acesso não autorizado, em particular onde o processamento envolve a transmissão de dados através de uma rede, e contra todas as outras formas ilegais de processamento, e que estas medidas garantam um nível adequado de segurança aos riscos apresentados pelo processamento e pela natureza dos dados a serem protegidos, tendo em conta a conjuntura da questão e o custo de implementação;
+
+(e) que garantirá o cumprimento das medidas de segurança;
+
+(f) que, se a transferência envolver categorias especiais de dados, o titular dos dados foi informado ou será informado antes, ou o mais depressa possível após a transferência, de que os seus dados poderão ser transmitidos para um terceiro país que não garante um nível de proteção adequado no âmbito do Regulamento Geral sobre a Proteção de Dados (EU 2016/679);
+
+(g) que encaminhará qualquer notificação recebida do importador de dados ou qualquer subprocessador em conformidade com a Cláusula 5(b) e a Cláusula 8(3) da proteção de dados para a autoridade de supervisão de proteção aos dados se o exportador de dados decidir continuar a transferência ou interromper a suspensão;
+
+(h) em disponibilizar aos titulares dos dados, se assim requisitado, uma cópia das Cláusulas, com exceção do Apêndice 2 e uma descrição resumida das medidas de segurança, bem como uma cópia de qualquer contrato de serviços de subprocessamento que precisam ser feitos de acordo com as Cláusulas; a menos que as Cláusulas ou o contrato contenham informações comerciais, onde neste caso é possível remover tais informações comerciais;
+
+(i) que, em caso de subprocessamento, a atividade de processamento seja realizada de acordo com a Cláusula 11 por um subprocessador, fornecendo, pelo menos, o mesmo nível de proteção dos dados pessoais e dos direitos do titular de dados como o importador de dados nos termos das Cláusulas; e
+
+(j) que garantirá o cumprimento da Cláusula 4(a) para (i).
+
+#### Cláusula 5: Obrigações do importador de dados
+O importador de dados concorda e garante:
+
+(a) processar somente dados pessoais em nome do exportador de dados e em conformidade com as suas instruções e cláusulas; se não puder assegurar tal conformidade por qualquer razão, concorda em informar prontamente o exportador de dados a inaptidão no cumprimento, que nessas circunstâncias, o exportador é autorizado a suspender a transferência de dados e/ou rescindir o contrato;
+
+(b) que não tem qualquer razão para crer que a legislação que lhe é aplicável o impede de respeitar as instruções recebidas do exportador de dados e as obrigações que lhe incumbem por força do contrato e que, no caso de haver uma alteração nesta legislação que possa ter um efeito adverso substancial nas garantias e obrigações conferidas pelas cláusulas, notificará imediatamente essa alteração ao exportador de dados, assim que tiver conhecimento, tendo neste caso o exportador de dados o direito de suspender a transferência de dados e/ou de rescindir o contrato;
+
+(c) que implementou as medidas de segurança técnicas e organizacionais especificadas no Apêndice 2 antes de processar os dados pessoais transferidos;
+
+(d) que irá notificar rapidamente o exportador de dados sobre:
+
+ (i) qualquer pedido juridicamente vinculativo de divulgação dos dados pessoais por parte de uma autoridade competente para a aplicação da lei, a não ser que exista uma proibição em contrário, como uma proibição prevista no código penal para preservar a confidencialidade de uma investigação policial,
+
+ (ii) qualquer acesso acidental ou não autorizado; e
+
+ (iii) qualquer pedido recebido diretamente dos titulares de dados, sem responder a esse pedido, a não ser que tenha sido autorizado a fazê-lo;
+
+(e) em lidar rápida e adequadamente com todos os inquéritos do exportador de dados em relação ao processamento dos dados pessoais na questão da transferência de dados, e em cumprir com o conselho da autoridade de supervisão em relação ao processamento dos dados transferidos;
+
+(f) em caso de pedido por parte do exportador de dados para a submissão das instalações de processamento de dados a uma auditoria das atividades de processamento, em conformidade com as Cláusulas, que deve ser conduzida pelo exportador de dados ou um órgão de inspeção composto por membros independentes e em posse das requeridas qualificações profissionais vinculadas ao dever de confidencialidade, selecionado pelo exportador de dados, onde aplicável, e em concordância com a autoridade de supervisão;
+
+(g) disponibilizar ao titular dos dados, mediante pedido, um exemplar das cláusulas ou de qualquer contrato existente de subprocessamento, a menos que as Cláusulas ou o contrato contenham informações comerciais, caso em que poderá suprimir as informações comerciais, com exceção do Apêndice 2, que deve ser substituído por uma descrição sumária das medidas de segurança, no caso de o titular dos dados não poder obter um exemplar do exportador de dados;
+
+(h) que, em caso de subprocessamento, informou previamente o exportador de dados e obteve o seu consentimento escrito prévio;
+
+(i) que os serviços de processamento pelo subprocessador serão realizados de acordo com a Cláusula 11; e
+
+(j) enviar prontamente uma cópia de qualquer acordo de subprocessador concluído sob as Cláusulas para o exportador de dados.
+
+#### Cláusula 6: Responsabilidade
+1. As partes concordam que qualquer titular de dados que tenha sofrido danos em consequência de qualquer violação das obrigações referidas na Cláusula 3 ou na Cláusula 11 por qualquer parte ou subprocessador tem o direito de receber compensação do exportador de dados pelos danos sofridos.
+
+2. Se um titular de dados não puder apresentar um pedido de indenização em conformidade com o parágrafo 1 contra o exportador de dados, decorrente de uma violação do importador de dados ou do seu subprocessador de qualquer uma de suas obrigações referidas na Cláusula 3 ou 11, porque o exportador de dados desapareceu ou deixou de existir perante a lei ou tornou-se insolvente, o importador de dados concorda que o titular dos dados poderá interpor uma reivindicação contra o importador de dados como se fosse o exportador de dados, a não ser que qualquer entidade sucessora tenha assumido todas as obrigações legais do exportador de dados por contrato de aplicação da lei. Nesse caso, o titular dos dados pode impor seus direitos contra essa entidade.
+
+O importador de dados não pode apoiar-se no descumprimento por um subprocessador das suas obrigações para se eximir de suas próprias responsabilidades.
+
+3. Se um titular de dados não puder apresentar uma reivindicação contra o exportador ou o importador de dados referido nos parágrafos 1 e 2, decorrente de uma violação por parte do subprocessador de qualquer uma das suas obrigações referidas na Cláusula 3 ou 11, porque tanto o exportador como o importador de dados desapareceram ou deixaram de existir perante a lei ou tornaram-se insolventes, o subprocessador concorda que o titular dos dados poderá interpor uma reivindicação contra o subprocessador de dados no que diz respeito às suas próprias operações de processamento nos termos das Cláusulas como se fosse o exportador ou o importador de dados, salvo se qualquer entidade sucessora tenha assumido todas as obrigações legais do exportador ou do importador de dados por contrato ou por exercício da lei. Nesse caso, a o titular dos dados poderá impor seus direitos contra tal entidade. A responsabilidade do subprocessador é limitada às suas próprias atividades de processamento de dados nos termos previstas nas Cláusulas.
+
+#### Cláusula 7: Mediação e jurisdição
+1. O importador de dados concorda que, se o titular dos dados pode invocar contra ele direitos de terceiros beneficiários e/ou reivindicar compensação por dados de acordo com as Cláusulas, o importador de dados irá aceitar a decisão do titular de dados:
+
+(a) a remeter o litígio à mediação, por uma pessoa independente ou, quando aplicável, pela autoridade supervisora;
+
+(b) a remeter o litígio aos tribunais do Estado-Membro onde o exportador de dados está estabelecido.
+
+2. As partes concordam que a escolha feita pelo titular dos dados não prejudicará os seus direitos substantivos ou processuais de procurar recursos de acordo com as disposições da lei nacional ou internacional.
+
+#### Cláusula 8: Cooperação com as autoridades de supervisão
+1. O exportador de dados concorda em depositar um exemplar deste contrato junto da autoridade de controle se esta assim requerer ou se a legislação de proteção de dados aplicável exigir.
+
+2. As partes concordam que a autoridade de supervisão tem o direito de realizar auditorias no importador de dados ou a qualquer subprocessador, que tenha o mesmo escopo e as mesmas condições das auditorias executadas no exportador de dados, em conformidade com a legislação de proteção de dados aplicável.
+
+3. O importador de dados deve prontamente informar o exportador de dados sobre a existência de legislação aplicável sobre tal ato, e de qualquer subprocessador que previna a condução de uma auditoria ao importador de dados, ou qualquer subprocessador, em conformidade com o parágrafo 2. In such a case the data exporter shall be entitled to take the measures foreseen in Clause 5 (b).
+
+#### Cláusula 9: Lei regente.
+As Cláusulas devem ser regidas pela lei do Estado-Membro onde o exportador de dados estiver estabelecido.
+
+#### Cláusula 10: Variação do contrato
+As partes comprometem-se a não alterar as Cláusulas. Isso não impede que as partes adicionem cláusulas de caráter comercial sempre que necessário, desde que as mesmas não contrariem a Cláusula.
+
+#### Cláusula 11: Subprocessamento
+1. O importador de dados não deve subcontratar nenhuma de suas operações de processamento em nome do exportador de dados sob as Cláusulas sem o consentimento prévio por escrito do exportador de dados. Quando o importador de dados subcontratar suas obrigações sob as Cláusulas, com o consentimento do exportador, ele deverá fazê-lo somente por meio de um contrato por escrito com o subprocessador, que imponha a este as mesmas obrigações impostas ao importador de dados nos termos das Cláusulas. Nos casos em que o subcontratante não cumprir as suas obrigações de proteção de dados nos termos de tal contrato por escrito, o importador de dados permanecerá totalmente responsável perante o exportador de dados pelo desempenho das obrigações do subprocessador nos termos desse contrato.
+
+2. O contrato prévio por escrito entre o importador de dados e o subprocessador prevê também uma cláusula de beneficiário de terceiros, conforme estabelecido na Cláusula 3, para os casos em que o titular de dados não for capaz de interpor a reivindicação para a compensação referida no parágrafo 1 da Cláusula 6 contra o exportador ou o importador de dados porque eles desapareceram factualmente ou deixaram de existir perante lei ou tornaram-se insolventes, e nenhuma entidade sucessora assumiu todas as obrigações legais do exportador de dados ou importador de dados por contrato ou por operação da lei. Essa responsabilidade de terceiros do subprocessador estará limitada às suas próprias operações de processamento nos termos das Cláusulas.
+
+3. As disposições relativas aos aspectos de proteção de dados para o subprocessamento do contrato referido no parágrafo 1 serão regidas pela lei do Estado-Membro onde o exportador de dados estiver estabelecido.
+
+4. O exportador de dados deve manter uma lista dos acordos de subprocessamento concluídos sob as Cláusulas e notificados pelo importador de dados em conformidade com a Cláusula 5 (j), que deve ser atualizada pelo menos uma vez por ano. A lista deve estar disponível para a autoridade responsável pela supervisão da proteção de dados do exportador.
+
+#### Cláusula 12: Obrigação após a rescisão dos serviços de processamento de dados pessoais
+1. As partes estão de acordo quanto à rescisão da prestação de serviços de processamento de dados, o importador de dados e o subprocessador, mediante a escolha do exportador de dados, devolverão todos os dados pessoais transferidos e as suas cópias ao exportador de dados ou destruirão todos os dados pessoais, e informarão ao exportador de dados que o procedimento foi realizado, a menos que a legislação imposta ao importador de dados os impeça de devolver ou de destruir a totalidade ou parte dos dados pessoais transferidos. Nesse caso, o importador de dados irá garantir a confidencialidade dos dados pessoais transferidos e não processará mais ativamente os dados pessoais transferidos.
+
+2. O importador de dados e o subprocessador garantem que, mediante solicitação do exportador de dados e/ou da autoridade supervisora, submeterão as suas instalações de processamento de dados a uma auditoria das medidas referidas no parágrafo 1.
+
+### Apêndice 1 das Cláusulas Contratuais Padrão
+Exportador de dados: Cliente é o exportador de dados.
+
+**Importador de dados:** O importador de dados é o GitHub, Inc., produtor global de software e serviços.
+
+**Titulares dos dados:** Os titulares de dados incluem os representantes e usuários finais do exportador, incluindo funcionários, contratados, colaboradores e clientes do exportador de dados. Os titulares de dados também podem incluir indivíduos que tentam comunicar-se ou transferir informações pessoais aos usuários dos serviços fornecidos pelo importador de dados. GitHub acknowledges that, depending on Customer’s use of the Online Service, Customer may elect to include personal data from any of the following types of data subjects in the Customer Personal Data:
+
+- Empregados, contratados e trabalhadores temporários (atual, anterior, potencial) do exportador de dados;
+- Dependentes do acima;
+- Os colaboradores/pontos de contato do exportador de dados (pessoas físicas) ou funcionários, contratados ou trabalhadores temporários de colaboradores de entidades legais colaboradores/contactar pessoas (atual, potencial, anterior);
+- Usuários (p. ex.: consumidores, clientes, pacientes, visitantes, etc.) e outros titulares de dados que são usuários dos serviços do exportador de dados;
+- Parceiros, partes interessadas ou indivíduos que colaboram ativamente, comunicam-se ou, de outra forma, interagem com os funcionários do exportador de dados e/ou usam ferramentas de comunicação como aplicativos e sites fornecidos pelo exportador de dados;
+- Partes interessadas ou indivíduos que interagem passivamente com o exportador de dados (por exemplo, porque são objeto de investigação, investigação ou mencionada em documentos ou correspondência de ou para o exportador de dados); ou
+- Profissionais com prestígio profissional (por exemplo, médicos, advogados, notários, trabalhadores religiosos, etc.).
+
+**Categories of data:** The personal data transferred that is included in e-mail, documents and other data in an electronic form in the context of the Online Service. GitHub acknowledges that, depending on Customer’s use of the Online Service, Customer may elect to include personal data from any of the following categories in the Customer Personal Data:
+- Dados de autenticação (por exemplo, nome de usuário, e-mail, senha);
+- Informações de contato (por exemplo, e-mail);
+- Números de identificação únicos e assinaturas (endereços IP, identificador único em cookies de rastreamento ou tecnologia similar).
+- Outras informações únicas de identificação. Os titulares dos dados podem incluir mais informações, como, por exemplo, nomes reais, imagens de avatar e outras informações pessoais;
+
+**Categorias especiais de dados (se apropriado):** O importador de dados não coleta ou processa intencionalmente nenhuma categoria especial de dados ao realizar seus serviços para o exportador de dados.
+
+No entanto, uma vez que o importador de dados fornece serviços de armazenamento e não controla as categorias de dados que armazena, o exportador de dados pode optar por transferir as categorias especiais de dados. Consequentemente, o exportador de dados é o único responsável por assegurar que cumpre todas as obrigações impostas por leis e regulamentos aplicáveis relativos à coleta e processamento de quaisquer categorias especiais de dados, incluindo a obtenção do consentimento explícito dos dados sujeitos antes de processar dados pessoais confidenciais.
+
+**Processing operations:** The personal data transferred will be subject to the following basic processing activities: GitHub uses personal data for the limited purposes set forth in the GitHub Privacy Statement, available at https://help.github.com/articles/github-privacy-statement/, and the “Data Processing” section of the DPA.
+
+**Subcontractors:** In accordance with the DPA, the data importer may hire other companies to provide limited services on data importer’s behalf, such as providing customer support. Esses subcontratantes terão a permissão de obter Dados Pessoais do Cliente apenas para fornecer os serviços que o importador de dados os manteve para fornecer, e são proibidos de usar os Dados Pessoais do Cliente para qualquer outra finalidade.
+
+### Apêndice 2 das Cláusulas Contratuais Padrão
+Descrição das medidas de segurança técnicas e organizacionais implementadas pelo importador de dados, de acordo com as Cláusulas 4(d) e 5(c):
+
+**1. Equipe.** A equipe do importador de dados não processará os Dados Pessoais do Cliente sem autorização. A equipe é obrigada a manter a confidencialidade de quaisquer Dados Pessoais do Cliente e essa obrigação permanece mesmo após o fim do compromisso.
+
+**2. Data Privacy Contact.** The data privacy officer of the data importer can be reached at the following address: GitHub, Inc. Attn: Privacy 88 Colin P. Kelly Jr. Street San Francisco, CA 94107 USA
+
+**3. Medidas técnicas e organizacionais.** O importador de dados implementou e manterá as medidas técnicas e organizacionais apropriadas, controles internos, rotinas de segurança de informações destinadas a proteger os Dados Pessoais do Cliente, conforme definido no Anexo de Segurança de segurança do GitHub, contra perdas acidentais, destruição ou alteração, divulgação ou acesso não autorizado; ou destruição ilegal da seguinte forma: medidas técnicas e organizacionais, controles internos, e as rotinas de segurança da informação estabelecidas no Anexo de Segurança do GitHub são incorporadas neste Apêndice 2 do presente documento a título de referência e são vinculadas ao importador de dados como se fossem definidas em inteiro teor neste Apêndice 2. A assinatura do GitHub, Inc. aparece abaixo.
+
+Assinatura das Cláusulas Contratuais Padrão, Apêndice 1 e Apêndice 2 em nome do importador de dados
+
+
+
+Lynn Hashimoto, Chefe da área de Produtos & Departamento jurídico regulatório
+
+GitHub, Inc.
+
+## ANEXO DE SEGURANÇA
+
+### 1. Programa de segurança das informações.
+
+#### 1.1 Gerenciamento da segurança.
+GitHub will implement and maintain appropriate technical and organizational measures to protect Customer Content and Protected Data against accidental or unlawful destruction, loss, alteration, unauthorized disclosure of, or access to, personal data transmitted, stored or otherwise processed (“**Security Program**”). Those measures shall be set forth in a GitHub Security Policy. GitHub will provide written descriptions of the security controls and other information reasonably requested by Customer regarding GitHub’s security practices and policies for the Online Service.
+
+a. Operational Policy. GitHub maintains security documents describing its security measures and the relevant procedures and responsibilities of its personnel who have access to Customer Content and Protected Data.
+
+b. Security Training. GitHub informs its personnel about relevant security procedures and their respective roles. GitHub also informs its personnel of possible consequences of breaching the security rules and procedures. GitHub will only use anonymous data in training.
+
+#### 1.2 Gerenciamento de incidentes de segurança.
+GitHub will provide a Security incident management program for the Online Service as follows:
+
+a. a. Escalonamento e disponibilidade de segurança. O GitHub manterá os processos apropriados de escalonamento e contato de Segurança 24 horas por dia, 7 dias por semana, para garantir que clientes e funcionários possam enviar problemas para a equipe de Segurança do GitHub.
+
+b. Resposta a incidentes. If GitHub becomes aware of a breach of security leading to the accidental or unlawful destruction, loss, alteration, unauthorized disclosure of, or access to Customer Data or Personal Data (each a "Security Incident"), GitHub will promptly and without undue delay (1) notify Customer of the Security Incident; (2) investigate the Security Incident and provide Customer with detailed information about the Security Incident; (3) take reasonable steps to mitigate the effects and to minimize any damage resulting from the Security Incident.
+
+c. Notificação. As notificações de Incidentes de segurança serão entregues a um ou mais administradores do Cliente por qualquer meio que o GitHub selecionar. É responsabilidade exclusiva do Cliente garantir que os administradores do Cliente monitorem e respondam a quaisquer notificações. O Cliente é o único responsável pelo cumprimento de suas obrigações perante as leis de notificação de incidentes aplicáveis ao Cliente e pelo cumprimento das obrigações de notificação de terceiros relacionadas a qualquer Incidente de segurança.
+
+d. Assistência razoável. O GitHub fará tudo o que for possível comercialmente para ajudar o Cliente a cumprir suas obrigações nos termos da lei ou da regulamentação aplicável de notificar os titulares de dados e a autoridade de supervisão relevante sobre o Incidente de segurança.
+
+#### 1.3 Devida diligência dos subcontratados e fornecedores.
+O GitHub manterá a devida diligência apropriada ao utilizar subcontratados e fornecedores. O GitHub guardará os relatórios de avaliação de fornecedores e qualquer trabalho de avaliação por um período mínimo de três anos.
+
+#### 1.4 Physical and Environmental Safeguards.
+a. Physical Access to Facilities. GitHub limits access to facilities where information systems that process Customer Content and Protected Data are located to identified authorized individuals.
+
+b. Physical Access to Components. GitHub maintains records of the incoming and outgoing media containing Customer Content and Protected Data, including the kind of media, the authorized sender/recipients, date and time, the number of media and the types of Customer Content and Protected Data they contain.
+
+c. Protection from Disruptions. GitHub uses industry standard systems to protect against loss of data due to power supply failure or line interference.
+
+#### 2. Requests for Information.
+Mediante solicitação por escrito do Cliente e não mais de uma vez por ano, o GitHub responderá a um pedido de informação para avaliar as informações relacionadas ao risco de segurança e conformidade. A resposta será fornecida por escrito no prazo de 30 (trinta) dias a partir do recebimento do pedido, à espera dos esclarecimentos necessários sobre qualquer solicitação.
+
+#### 3. Cooperação com auditorias regulatórias.
+Caso o Cliente realize uma auditoria regulatória ou uma auditoria em resposta a uma Autoridade Supervisora que exija a participação do GitHub, este cooperará plenamente com as solicitações relacionadas, fornecendo acesso a profissionais experientes, documentação e software do aplicativo. O cliente tem as seguintes responsabilidades em relação a tais auditorias regulatórias ou de Autoridade de supervisão:
+
+a. O Cliente deve garantir o uso de um terceiro independente (ou seja, o regulador ou o delegado regulador) e que o acesso do Cliente a resultados e dados não relevantes para ele seja impedido.
+
+b. A notificação de tal auditoria deve ser por escrito e fornecida ao GitHub em tempo hábil, aguardando notificação do regulador e de maneira a permitir que o pessoal adequado seja disponibilizado para ajudar. Quando os reguladores não avisarem com antecedência ao Cliente sobre a auditoria ou a investigação, o GitHub responderá no momento adequado, conforme exigido pelos reguladores.
+
+c. Any third party auditor must disclose to GitHub any findings and recommended actions where allowed by the regulator.
+
+d. No caso de auditoria regulamentar, o acesso será permitido apenas durante o horário comercial normal (Hora do Pacífico).
+
+e. Na medida permitida por lei, o Cliente deve manter como confidencial qualquer informação obtida por meio de qualquer auditoria do GitHub que, por natureza, deva ser confidencial.
+
diff --git a/translations/pt-BR/content/github/site-policy/github-ae-product-specific-terms.md b/translations/pt-BR/content/github/site-policy/github-ae-product-specific-terms.md
new file mode 100644
index 0000000000..d77bb8a78b
--- /dev/null
+++ b/translations/pt-BR/content/github/site-policy/github-ae-product-specific-terms.md
@@ -0,0 +1,58 @@
+---
+title: GitHub AE Product Specific Terms
+versions:
+ free-pro-team: '*'
+redirect_from:
+ - /github/site-policy/ghem-supplemental-terms-for-microsoft-volume-licensing
+---
+
+Entrada em vigor desta versão: 1 de novembro de 2020
+
+The Agreement consists of these GitHub AE Product Specific Terms, the General Terms that Customer accepted, and any additional terms GitHub or its Affiliates present when an order is placed.
+
+### 1. Accounts.
+
+**Account Responsibility.** Customer controls and is responsible for End User accounts and Content.
+
+**Account Security.** Customer is responsible for maintaining the security of its account login credentials.
+
+**Use Policies.** Customer’s End Users must comply with the Acceptable Use Policy.
+
+**Suspension.** GitHub may suspend use of the Online Service during any period of Customer’s material breach.
+
+**Access.** GitHub does not access Customer Content unless required for support matters or security purposes.
+
+**DMCA.** GitHub has a Digital Millennium Copyright Act (DMCA) Takedown Policy which applies to copyright infringement claims.
+
+### 2. Conteúdo.
+
+**Ownership of Content.** Customer owns Content it creates and will fully comply with any third-party licenses relating to Content that Customer posts.
+
+**License Grant to GitHub.** Unless Customer Content comes with a separate license granting GitHub the rights it needs to run the Online Service, Customer grants to GitHub the right to use Customer Content and make incidental copies as necessary to provide the Online Service or support, or for security reasons. In addition, GitHub may be compelled by law to disclose Customer Content.
+
+### 3. Non-GitHub Products.
+GitHub may make non-GitHub products available through the Online Service. If Customer uses any non-GitHub products with the Online Service, Customer may not do so in any way that would subject GitHub’s intellectual property to obligations beyond those expressly included in the Agreement. GitHub assumes no responsibility or liability for any non-GitHub products. Customer’s use of non-GitHub products is governed by the terms between Customer and the publisher of the non-GitHub products (if any).
+
+### 4. Support and SLA.
+The Online Service includes Support and the SLA.
+
+### 5. Data Protection and Security.
+The terms of the Data Protection Agreement apply to the Online Service.
+
+### 6. Notices.
+Notices to GitHub must be sent to: GitHub, Inc. Attn: Legal Dept., 88 Colin P. Kelly St, San Francisco, CA 94107 USA.
+
+### 7. Definições.
+“**Acceptable Use Policy**” means, when purchasing from GitHub, the Acceptable Use Policy available on Site-Policy and when purchasing from Microsoft, the Acceptable Use Policy in the Microsoft Online Services Terms.
+
+“**Content**” means text, data, software, images and any other materials that are displayed or otherwise made available through the Online Service.
+
+“**Customer Content**” means Content that Customer creates, owns, or to which Customer holds the rights.
+
+“**Data Protection Agreement**” means the GitHub AE Data Protection Agreement, available on https://docs.github.com/github/site-policy.
+
+“**Digital Millennium Copyright Act Takedown Policy**” means GitHub’s process for handling notices of copyright infringement, available on https://docs.github.com/github/site-policy.
+
+“**SLA**” means GitHub’s uptime commitment for the Online Service, available on https://docs.github.com/github/site-policy.
+
+“**Support**” means GitHub’s Premium Plus Support program, further described on https://docs.github.com/github/site-policy.
diff --git a/translations/pt-BR/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md b/translations/pt-BR/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
index a8ca41da39..fd62843869 100644
--- a/translations/pt-BR/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
+++ b/translations/pt-BR/content/github/site-policy/github-insights-and-data-protection-for-your-organization.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para obter mais informações sobre os termos que regem {% data variables.product.prodname_insights %}, consulte o seu contrato de assinatura do {% data variables.product.prodname_ghe_one %}.
diff --git a/translations/pt-BR/content/github/site-policy/github-privacy-statement.md b/translations/pt-BR/content/github/site-policy/github-privacy-statement.md
index c42fd3dd1d..fb1d5d2eb5 100644
--- a/translations/pt-BR/content/github/site-policy/github-privacy-statement.md
+++ b/translations/pt-BR/content/github/site-policy/github-privacy-statement.md
@@ -144,7 +144,7 @@ Para obter mais informações sobre a nossa transparência em resposta a solicit
Podemos compartilhar Informações Pessoais do Usuário se estivermos envolvidos em uma fusão, venda ou aquisição de entidades corporativas ou unidades de negócios. Diante de qualquer mudança de propriedade, garantiremos que a mudança ocorra de maneira a preservar a confidencialidade das Informações Pessoais de Usuário. Ademais, antes de qualquer transferência das suas Informações Pessoais de Usuário, enviaremos uma notificação a você pelo nosso Site ou por e-mail. A organização que receber nossas Informações Pessoais de Usuário terá que honrar toda e qualquer promessa que tenhamos feito em nossa Declaração de Privacidade ou em nossos Termos de Serviço.
#### Informações de identificação não pessoal agregadas
-Nós compartilhamos com terceiros determinadas informações não pessoais agregadas sobre como nossos usuários, coletivamente, usam o GitHub, ou como nossos usuários reagem às nossas outras ofertas, tais como conferências ou eventos. Por exemplo, podemos [compilar estatísticas sobre a atividade de licenças de código aberto no GitHub](https://octoverse.github.com/).
+Nós compartilhamos com terceiros determinadas informações não pessoais agregadas sobre como nossos usuários, coletivamente, usam o GitHub, ou como nossos usuários reagem às nossas outras ofertas, tais como conferências ou eventos.
Nós **não** vendemos suas Informações Pessoais de Usuário para obtenção de lucro ou considerações afins.
diff --git a/translations/pt-BR/content/github/site-policy/index.md b/translations/pt-BR/content/github/site-policy/index.md
index 83fded1b31..61457e9ae8 100644
--- a/translations/pt-BR/content/github/site-policy/index.md
+++ b/translations/pt-BR/content/github/site-policy/index.md
@@ -16,6 +16,8 @@ versions:
{% link_in_list /github-data-protection-addendum %}
{% link_in_list /global-privacy-practices %}
{% link_in_list /github-enterprise-server-license-agreement %}
+{% link_in_list /github-ae-data-protection-agreement %}
+{% link_in_list /github-ae-product-specific-terms %}
{% link_in_list /github-enterprise-service-level-agreement %}
{% link_in_list /github-connect-addendum-to-the-github-enterprise-license-agreement %}
{% link_in_list /github-supplemental-terms-for-microsoft-volume-licensing %}
diff --git a/translations/pt-BR/content/github/using-git/about-git-rebase.md b/translations/pt-BR/content/github/using-git/about-git-rebase.md
index 9251d03ec5..8667b527bf 100644
--- a/translations/pt-BR/content/github/using-git/about-git-rebase.md
+++ b/translations/pt-BR/content/github/using-git/about-git-rebase.md
@@ -8,6 +8,7 @@ intro: 'O comando ''git rebase'' permite alterar com facilidade uma variedade de
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/using-git/about-git-subtree-merges.md b/translations/pt-BR/content/github/using-git/about-git-subtree-merges.md
index 3bce620727..c3d7bc4ebb 100644
--- a/translations/pt-BR/content/github/using-git/about-git-subtree-merges.md
+++ b/translations/pt-BR/content/github/using-git/about-git-subtree-merges.md
@@ -8,6 +8,7 @@ intro: 'Se precisar gerenciar vários projetos em um único repositório, você
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Normalmente, um merge de subárvore é usado para conter um repositório dentro de outro repositório. O "sub-repositório" é armazenado em uma pasta do repositório principal.
diff --git a/translations/pt-BR/content/github/using-git/about-remote-repositories.md b/translations/pt-BR/content/github/using-git/about-remote-repositories.md
index 23e07d26a7..f481bb7fcb 100644
--- a/translations/pt-BR/content/github/using-git/about-remote-repositories.md
+++ b/translations/pt-BR/content/github/using-git/about-remote-repositories.md
@@ -8,6 +8,7 @@ intro: 'A abordagem colaborativa do GitHub para desenvolvimento depende da publi
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Uma URL remota é outra forma de o Git dizer "o lugar onde seu código é armazenado". A URL poderia ser seu repositório no GitHub, ou a bifurcação de outro usuário, ou até mesmo em um servidor totalmente diferente.
diff --git a/translations/pt-BR/content/github/using-git/adding-a-remote.md b/translations/pt-BR/content/github/using-git/adding-a-remote.md
index e85acfd0de..c689c24f72 100644
--- a/translations/pt-BR/content/github/using-git/adding-a-remote.md
+++ b/translations/pt-BR/content/github/using-git/adding-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O comando `git remote add` usa dois argumentos:
diff --git a/translations/pt-BR/content/github/using-git/associating-text-editors-with-git.md b/translations/pt-BR/content/github/using-git/associating-text-editors-with-git.md
index 4c12157eaa..4e83fb898f 100644
--- a/translations/pt-BR/content/github/using-git/associating-text-editors-with-git.md
+++ b/translations/pt-BR/content/github/using-git/associating-text-editors-with-git.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% mac %}
diff --git a/translations/pt-BR/content/github/using-git/caching-your-github-credentials-in-git.md b/translations/pt-BR/content/github/using-git/caching-your-github-credentials-in-git.md
index 167a66267d..8eb91f82a6 100644
--- a/translations/pt-BR/content/github/using-git/caching-your-github-credentials-in-git.md
+++ b/translations/pt-BR/content/github/using-git/caching-your-github-credentials-in-git.md
@@ -8,6 +8,7 @@ intro: 'Se você estiver [clonando repositórios de {% data variables.product.pr
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você clonar repositórios do {% data variables.product.product_name %} usando SSH, você irá efetuar a autenticação usando uma chave SSH em vez de usar outras credenciais. Para obter informações sobre como configurar uma conexão SSH, consulte "[Gerar uma chave SSH](/articles/generating-an-ssh-key)".
diff --git a/translations/pt-BR/content/github/using-git/changing-a-remotes-url.md b/translations/pt-BR/content/github/using-git/changing-a-remotes-url.md
index 2878fbac3f..59d389793e 100644
--- a/translations/pt-BR/content/github/using-git/changing-a-remotes-url.md
+++ b/translations/pt-BR/content/github/using-git/changing-a-remotes-url.md
@@ -7,6 +7,7 @@ intro: O comando 'git remote set-url' altera o URL de um repositório remote exi
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% tip %}
@@ -52,8 +53,7 @@ git@{% data variables.command_line.codeblock %}:USERNAME/REPOSITORY
Na próxima vez que você aplicar `git fetch`, `git pull` ou `git push` no repositório remote, precisará fornecer seu nome de usuário e a senha do GitHub. {% data reusables.user_settings.password-authentication-deprecation %}
-- Se você tiver habilitado a [autenticação de dois fatores](/articles/securing-your-account-with-two-factor-authentication-2fa), precisará [criar um token de acesso pessoal](/github/authenticating-to-github/creating-a-personal-access-token) para ser usado no lugar da senha do GitHub.
-- Você pode [usar um auxiliar de credenciais](/github/using-git/caching-your-github-credentials-in-git) para que o Git se lembre do seu nome de usuário e da sua senha do GitHub sempre que ele conversar com o GitHub.
+You can [use a credential helper](/github/using-git/caching-your-github-credentials-in-git) so Git will remember your GitHub username and personal access token every time it talks to GitHub.
### Mudar as URLs remotas de HTTPS para SSH
diff --git a/translations/pt-BR/content/github/using-git/configuring-git-to-handle-line-endings.md b/translations/pt-BR/content/github/using-git/configuring-git-to-handle-line-endings.md
index 5db32d1f09..6f65d26c1f 100644
--- a/translations/pt-BR/content/github/using-git/configuring-git-to-handle-line-endings.md
+++ b/translations/pt-BR/content/github/using-git/configuring-git-to-handle-line-endings.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Toda vez que você pressionar retornar no seu teclado, você insere um caractere invisível denominado delimitador. Os diferentes sistemas operacionais gerenciam os delimitadores de formas diferentes.
diff --git a/translations/pt-BR/content/github/using-git/dealing-with-non-fast-forward-errors.md b/translations/pt-BR/content/github/using-git/dealing-with-non-fast-forward-errors.md
index 2a9414537f..c7e0229144 100644
--- a/translations/pt-BR/content/github/using-git/dealing-with-non-fast-forward-errors.md
+++ b/translations/pt-BR/content/github/using-git/dealing-with-non-fast-forward-errors.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se outra pessoa tiver feito push no mesmo branch que você, o Git não poderá fazer push das alterações:
diff --git a/translations/pt-BR/content/github/using-git/getting-changes-from-a-remote-repository.md b/translations/pt-BR/content/github/using-git/getting-changes-from-a-remote-repository.md
index 1b4fe73901..89caf8327c 100644
--- a/translations/pt-BR/content/github/using-git/getting-changes-from-a-remote-repository.md
+++ b/translations/pt-BR/content/github/using-git/getting-changes-from-a-remote-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Esses comandos são muito úteis ao interagir com [um repositório remote](/articles/about-remote-repositories). `clone` e `fetch` baixam códigos remote de uma URL remota do repositório para seu computador, `merge` é usado para mesclar o trabalho de diferentes pessoas com o seu e `pull` é uma combinação de `fetch` e `merge`.
diff --git a/translations/pt-BR/content/github/using-git/getting-started-with-git-and-github.md b/translations/pt-BR/content/github/using-git/getting-started-with-git-and-github.md
index 6ea6a75075..02a63446aa 100644
--- a/translations/pt-BR/content/github/using-git/getting-started-with-git-and-github.md
+++ b/translations/pt-BR/content/github/using-git/getting-started-with-git-and-github.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/using-git/git-workflows.md b/translations/pt-BR/content/github/using-git/git-workflows.md
index 3b01195028..ad6f301e2e 100644
--- a/translations/pt-BR/content/github/using-git/git-workflows.md
+++ b/translations/pt-BR/content/github/using-git/git-workflows.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode adotar o método de fluxo {% data variables.product.prodname_dotcom %} para padronizar o funcionamento e a colaboração da sua equipe no {% data variables.product.prodname_dotcom %}. Para obter mais informações, consulte "[Fluxo do GitHub](/github/collaborating-with-issues-and-pull-requests/github-flow)" e "[Entender o fluxo de GitHub](http://guides.github.com/overviews/flow/)" nos guias do {% data variables.product.prodname_dotcom %}.
diff --git a/translations/pt-BR/content/github/using-git/ignoring-files.md b/translations/pt-BR/content/github/using-git/ignoring-files.md
index 38e6ee1b28..1346a6d090 100644
--- a/translations/pt-BR/content/github/using-git/ignoring-files.md
+++ b/translations/pt-BR/content/github/using-git/ignoring-files.md
@@ -8,6 +8,7 @@ intro: 'Você pode configurar o Git para ignorar arquivos dos quais você não d
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Configurar arquivos ignorados para um único repositório
diff --git a/translations/pt-BR/content/github/using-git/index.md b/translations/pt-BR/content/github/using-git/index.md
index fe46bd2123..173003ae11 100644
--- a/translations/pt-BR/content/github/using-git/index.md
+++ b/translations/pt-BR/content/github/using-git/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/using-git/learning-about-git.md b/translations/pt-BR/content/github/using-git/learning-about-git.md
index 5419d2f5b9..414c3f2d79 100644
--- a/translations/pt-BR/content/github/using-git/learning-about-git.md
+++ b/translations/pt-BR/content/github/using-git/learning-about-git.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/using-git/managing-remote-repositories.md b/translations/pt-BR/content/github/using-git/managing-remote-repositories.md
index 2c4adbf965..e4217590bd 100644
--- a/translations/pt-BR/content/github/using-git/managing-remote-repositories.md
+++ b/translations/pt-BR/content/github/using-git/managing-remote-repositories.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/using-git/pushing-commits-to-a-remote-repository.md b/translations/pt-BR/content/github/using-git/pushing-commits-to-a-remote-repository.md
index f71231a0ec..fabbb7bfc4 100644
--- a/translations/pt-BR/content/github/using-git/pushing-commits-to-a-remote-repository.md
+++ b/translations/pt-BR/content/github/using-git/pushing-commits-to-a-remote-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O comando `git push` usa dois argumentos:
diff --git a/translations/pt-BR/content/github/using-git/removing-a-remote.md b/translations/pt-BR/content/github/using-git/removing-a-remote.md
index f816a6c1be..f8e89127e0 100644
--- a/translations/pt-BR/content/github/using-git/removing-a-remote.md
+++ b/translations/pt-BR/content/github/using-git/removing-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O comando `git remote rm` tem um argumento:
diff --git a/translations/pt-BR/content/github/using-git/renaming-a-remote.md b/translations/pt-BR/content/github/using-git/renaming-a-remote.md
index 7278e8f614..d174aed1c9 100644
--- a/translations/pt-BR/content/github/using-git/renaming-a-remote.md
+++ b/translations/pt-BR/content/github/using-git/renaming-a-remote.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O comando `git remote rename` tem dois argumentos:
diff --git a/translations/pt-BR/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md b/translations/pt-BR/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
index 5c5327eff5..8b7425f776 100644
--- a/translations/pt-BR/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
+++ b/translations/pt-BR/content/github/using-git/resolving-merge-conflicts-after-a-git-rebase.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/using-git/setting-your-username-in-git.md b/translations/pt-BR/content/github/using-git/setting-your-username-in-git.md
index b57d1d2970..2ecb537f4f 100644
--- a/translations/pt-BR/content/github/using-git/setting-your-username-in-git.md
+++ b/translations/pt-BR/content/github/using-git/setting-your-username-in-git.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode alterar o nome associado aos commits do Git usando o comando `git config`. O novo nome configurado ficará visível em todos os commits futuros cujo push é feito para o {% data variables.product.product_name %} usando a linha de comando. Se não quiser usar seu nome verdadeiro, use qualquer texto como o nome de usuário do Git.
diff --git a/translations/pt-BR/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md b/translations/pt-BR/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
index fdc0bcda23..542df49eb0 100644
--- a/translations/pt-BR/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
+++ b/translations/pt-BR/content/github/using-git/splitting-a-subfolder-out-into-a-new-repository.md
@@ -7,6 +7,7 @@ intro: Você pode transformar uma pasta em um repositório do Git repository em
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Se você criar um clone do repositório, não perderá nenhuma alteração ou histórico do Git quando dividir uma pasta e criar um repositório separado.
diff --git a/translations/pt-BR/content/github/using-git/updating-credentials-from-the-macos-keychain.md b/translations/pt-BR/content/github/using-git/updating-credentials-from-the-macos-keychain.md
index bafb0584b7..fa12971044 100644
--- a/translations/pt-BR/content/github/using-git/updating-credentials-from-the-macos-keychain.md
+++ b/translations/pt-BR/content/github/using-git/updating-credentials-from-the-macos-keychain.md
@@ -1,12 +1,13 @@
---
title: Atualizar credenciais da keychain OSX
-intro: 'Você precisará atualizar suas credenciais salvas no auxiliar `git-credential-osxkeychain` se você alterar seu nome de usuário, senha ou token de acesso pessoal no {% data variables.product.product_name %}.'
+intro: 'You''ll need to update your saved credentials in the `git-credential-osxkeychain` helper if you change your{% if currentVersion != "github-ae@latest" %} username, password, or{% endif %} personal access token on {% data variables.product.product_name %}.'
redirect_from:
- /articles/updating-credentials-from-the-osx-keychain
- Entrada de senha do GitHub na keychain
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.password-authentication-deprecation %}
@@ -15,14 +16,12 @@ versions:
1. Clique no ícone do Spotlight (lente ampliada) no lado direito da barra de menu. Digite `Acesso da Keychain` e, em seguida, pressione a chave Enter para iniciar o aplicativo. 
2. No Keychain Access, procure por **{% data variables.command_line.backticks %}**.
-3. Localize a entrada "internet password" (senha da internet) referente a `{% data variables.command_line.backticks %}`. 
+3. Localize a entrada "internet password" (senha da internet) referente a `{% data variables.command_line.backticks %}`.
4. Edite ou exclua a entrada de acordo.
### Excluir credenciais pela linha de comando
-É possível usar o auxiliar de credenciais diretamente na linha de comando para apagar a entrada de keychain.
-
-Para fazer isso, digite este comando:
+Through the command line, you can use the credential helper directly to erase the keychain entry.
```shell
$ git credential-osxkeychain erase
@@ -31,7 +30,7 @@ protocol=https
> [Pressione Return]
```
-Se a ação for bem-sucedida, nada será impresso. Para testar se funcionou, experimente clonar um repositório do {% data variables.product.product_location %}. Se for solicitada uma senha, significa que a entrada de keychain foi excluída.
+Se a ação for bem-sucedida, nada será impresso. To test that it works, try and clone a repository from {% data variables.product.product_location %}. If you are prompted for a password, the keychain entry was deleted.
### Leia mais
diff --git a/translations/pt-BR/content/github/using-git/using-advanced-git-commands.md b/translations/pt-BR/content/github/using-git/using-advanced-git-commands.md
index 90c877552d..b70fd6f0e6 100644
--- a/translations/pt-BR/content/github/using-git/using-advanced-git-commands.md
+++ b/translations/pt-BR/content/github/using-git/using-advanced-git-commands.md
@@ -10,5 +10,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/using-git/using-common-git-commands.md b/translations/pt-BR/content/github/using-git/using-common-git-commands.md
index be016a4691..3cc67711a2 100644
--- a/translations/pt-BR/content/github/using-git/using-common-git-commands.md
+++ b/translations/pt-BR/content/github/using-git/using-common-git-commands.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/using-git/using-git-rebase-on-the-command-line.md b/translations/pt-BR/content/github/using-git/using-git-rebase-on-the-command-line.md
index 88b3789712..0799f74ad2 100644
--- a/translations/pt-BR/content/github/using-git/using-git-rebase-on-the-command-line.md
+++ b/translations/pt-BR/content/github/using-git/using-git-rebase-on-the-command-line.md
@@ -7,6 +7,7 @@ intro: Veja um breve tutorial sobre como usar `git rebase` na linha de comando.
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Neste exemplo, abordaremos todos os comandos `git rebase` disponíveis, exceto `exec`.
diff --git a/translations/pt-BR/content/github/using-git/which-remote-url-should-i-use.md b/translations/pt-BR/content/github/using-git/which-remote-url-should-i-use.md
index 74c533757a..d3af5d4197 100644
--- a/translations/pt-BR/content/github/using-git/which-remote-url-should-i-use.md
+++ b/translations/pt-BR/content/github/using-git/which-remote-url-should-i-use.md
@@ -7,6 +7,7 @@ intro: 'Existem várias maneiras de clonar repositórios disponíveis no {% data
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Quando você visualiza um repositório conectado à sua conta, as URLs que podem ser usadas para clonar o projeto no computador ficam disponíveis abaixo dos detalhes do repositório:
@@ -47,7 +48,7 @@ Quando você aplicar `git clone`, `git fetch`, `git pull` ou `git push` a um rep
{% endtip %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
### Clonar com {% data variables.product.prodname_cli %}
@@ -55,11 +56,14 @@ Você também pode instalar o {% data variables.product.prodname_cli %} para usa
{% endif %}
+{% if currentVersion != "github-ae@latest" %}
### Clonar com o Subversion
Você também pode usar um cliente de [Subversion](https://subversion.apache.org/) para acessar qualquer repositório no {% data variables.product.prodname_dotcom %}. O Subversion oferece um conjunto de recursos diferente do Git. Para obter mais informações, consulte "[Quais são as diferenças entre Subversion e Git?](/github/importing-your-projects-to-github/what-are-the-differences-between-subversion-and-git)"
+You can also access repositories on
-Você também pode acessar repositórios no {% data variables.product.prodname_dotcom %} a partir de clientes do Subversion. Para obter mais informações, consulte "[Suporte para clientes do Subversion](/github/importing-your-projects-to-github/support-for-subversion-clients)".
+{% data variables.product.prodname_dotcom %} from Subversion clients. Para obter mais informações, consulte "[Suporte para clientes do Subversion](/github/importing-your-projects-to-github/support-for-subversion-clients)".
+{% endif %}
### Leia mais
diff --git a/translations/pt-BR/content/github/using-git/why-is-git-always-asking-for-my-password.md b/translations/pt-BR/content/github/using-git/why-is-git-always-asking-for-my-password.md
index 5a785e43ab..cb06bb75de 100644
--- a/translations/pt-BR/content/github/using-git/why-is-git-always-asking-for-my-password.md
+++ b/translations/pt-BR/content/github/using-git/why-is-git-always-asking-for-my-password.md
@@ -6,14 +6,14 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
-Usar uma URL remota do tipo HTTPS tem algumas vantagens em comparação com o uso de SSH. É mais fácil configurar do que SSH e geralmente funciona por meio de firewalls e proxies rigorosos. No entanto, também exige que você insira suas credenciais do GitHub toda vez que você faz pull ou push em um repositório.
+Usar uma URL remota do tipo HTTPS tem algumas vantagens em comparação com o uso de SSH. É mais fácil configurar do que SSH e geralmente funciona por meio de firewalls e proxies rigorosos. However, it also prompts you to enter your {% data variables.product.product_name %} credentials every time you pull or push a repository.
-Você pode evitar que seja solicitada a sua senha ao configurar o Git para [armazenar suas credenciais](/github/using-git/caching-your-github-credentials-in-git) para você. {% data reusables.user_settings.password-authentication-deprecation %}
-
-Uma vez que você configurado o armazenamento de credenciais, o Git usa automaticamente seu token de acesso pessoal armazenado no lugar de uma senha quando você extrai ou faz push de um repositório usando HTTPS.
+{% data reusables.user_settings.password-authentication-deprecation %}
+Você pode evitar que seja solicitada a sua senha ao configurar o Git para [armazenar suas credenciais](/github/using-git/caching-your-github-credentials-in-git) para você. Once you've configured credential caching, Git automatically uses your cached personal access token when you pull or push a repository using HTTPS.
### Leia mais
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
index 92b6636230..e5ae4c4455 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/about-repository-graphs.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os gráficos de um repositório fornecem informações sobre {% if currentVersion == "free-pro-team@latest" %} tráfego, projetos que dependem do repositório,{% endif %} contribuidores e commits no repositório e bifurcações de um repositório e rede. Se você mantém um repositório, é possível usar esses dados para entender melhor quem está usando o repositório e por que está usando.
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
index b4f526e830..4ed8cecf23 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
index cd9547c87a..f98cf95a62 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/index.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/index.md
index 9f16c55061..af8f6423e6 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/index.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
index 3066934daa..fe9a647904 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/listing-the-forks-of-a-repository.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
As bifurcações são listadas em ordem alfabética pelo nome de usuário da pessoa que bifurcou o repositório. É possível clicar no nome de usuário para ser redirecionado à página de perfil {% data variables.product.product_name %} do usuário ou clicar no nome da bifurcação para ser redirecionado à bifurcação específica do repositório.
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
index 64b9ed469b..9a0d243169 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
index 0ee7070c29..4642bc9b4b 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-projects-contributors.md
@@ -9,11 +9,12 @@ product: '{% data reusables.gated-features.repository-insights %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre contribuidores
-No gráfico de contribuidores, você pode visualizar os 100 principais contribuidores de um repositório{% if enterpriseServerVersions contains currentVersion %}, incluindo coautores de commits{% endif %}. Commits de merge e commits vazios não são contabilizados como contribuições para este gráfico.
+You can view the top 100 contributors to a repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}, including commit co-authors,{% endif %} in the contributors graph. Commits de merge e commits vazios não são contabilizados como contribuições para este gráfico.
{% if currentVersion == "free-pro-team@latest" %}
Você também pode ver uma lista de pessoas que contribuíram para as dependências Python do projeto. Para acessar essa lista de contribuidores da comunidade, visite `https://github.com/REPO-OWNER/REPO-NAME/community_contributors`.
@@ -31,7 +32,7 @@ Você também pode ver uma lista de pessoas que contribuíram para as dependênc
Se você não aparecer no gráfico de contribuidores de um repositório, pode ser que:
- Você não seja um dos 100 principais contribuidores.
- Não tenha sido feito merge dos seus commits no branch padrão.
-- O endereço de e-mail que você usou para criar os commits não foi adicionado à sua conta do {% data variables.product.product_name %}.
+- The email address you used to author the commits isn't connected to your account on {% data variables.product.product_name %}.
{% tip %}
@@ -41,4 +42,4 @@ Se você não aparecer no gráfico de contribuidores de um repositório, pode se
Se todos os seus commits no repositório estiverem em branches não padrão, você não estará no gráfico de contribuidores. Por exemplo, os commits no branch `gh-pages` só serão incluídos no gráfico se `gh-pages` for o branch padrão do repositório. Para que seja feito merge dos seus commits no branch padrão, você precisa criar uma pull request. Para obter mais informações, consulte "[Sobre pull requests](/articles/about-pull-requests)".
-Se o endereço de e-mail usado para criar os commits não tiver sido adicionado à sua conta do {% data variables.product.product_name %}, seus commits não serão vinculados à conta e você não aparecerá no gráfico de contribuidores. Para obter mais informações, consulte "[Configurar endereço de e-mail do commit](/articles/setting-your-commit-email-address)" e "[Adicionar endereço de e-mail à sua conta do {% data variables.product.product_name %}](/articles/adding-an-email-address-to-your-github-account)".
+If the email address you used to author the commits is not connected to your account on {% data variables.product.product_name %}, your commits won't be linked to your account, and you won't appear in the contributors graph. For more information, see "[Setting your commit email address](/articles/setting-your-commit-email-address){% if currentVersion != "github-ae@latest" %}" and "[Adding an email address to your {% data variables.product.product_name %} account](/articles/adding-an-email-address-to-your-github-account){% endif %}."
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
index 37bab0b22a..a726ae7c60 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-repositorys-network.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
index aed6366ba8..c00c61506b 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/viewing-a-summary-of-repository-activity.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Os coautores de commit serão incluídos no resumo da atividade de commit caso tenha sido feito merge dos commits deles no branch padrão do repositório e eles estejam entre os 15 principais usuários que contribuíram com a maioria dos commits.
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
index 0603db03e0..85160e03d8 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/visualizing-additions-and-deletions-to-content-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% if currentVersion == "free-pro-team@latest" %}
diff --git a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
index c011b98107..960837f5f7 100644
--- a/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
+++ b/translations/pt-BR/content/github/visualizing-repository-data-with-graphs/visualizing-commits-in-a-repository.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
O gráfico superior mostra commits do ano inteiro, por semana.
diff --git a/translations/pt-BR/content/github/working-with-github-pages/about-github-pages-and-jekyll.md b/translations/pt-BR/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
index 87ba5d594f..70bf122614 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/about-github-pages-and-jekyll.md
@@ -21,6 +21,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre o Jekyll
diff --git a/translations/pt-BR/content/github/working-with-github-pages/about-github-pages.md b/translations/pt-BR/content/github/working-with-github-pages/about-github-pages.md
index 3595674fab..f9aae83080 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/about-github-pages.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/about-github-pages.md
@@ -13,6 +13,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre o {% data variables.product.prodname_pages %}
@@ -26,7 +27,7 @@ no domínio `github.io` de {% data variables.product.prodname_dotcom %}de `githu
Para começar, consulte "[Criar um site do {% data variables.product.prodname_pages %}](/articles/creating-a-github-pages-site)".
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
Os proprietários da organização podem desabilitar a publicação de
sites de {% data variables.product.prodname_pages %} nos repositórios da organização. Para obter mais informações, consulte "[Desabilitar a publicação de sites de {% data variables.product.prodname_pages %} para sua organização](/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)".
{% endif %}
@@ -35,15 +36,15 @@ sites de {% data variables.product.prodname_pages %} nos repositórios da organi
Há três tipos de site do {% data variables.product.prodname_pages %}: projeto, usuário e organização. Os sites de projeto são conectados a um projeto específico hospedado no {% data variables.product.product_name %}, como uma biblioteca do JavaScript ou um conjunto de receitas. Os sites de usuário e organização são conectados a uma conta específica do {% data variables.product.product_name %}.
-Para publicar um site de usuário, você deve criar um repositório pertencente à sua conta de usuário denominada {% if currentVersion == "free-pro-team@latest" %}`. ithub.io`{% else %}`.`{% endif %}. Para publicar um site da organização, você deve criar um repositório pertencente a uma organização denominada {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. {% if currentVersion == "free-pro-team@latest" %}A menos que você esteja usando um domínio personalizado, os sites de usuário e organização estarão disponíveis em `http(s)://.github.io` ou `http(s)://.github.io`.{% endif %}
+Para publicar um site de usuário, você deve criar um repositório pertencente à sua conta de usuário denominada {% if currentVersion == "free-pro-team@latest" %}`. ithub.io`{% else %}`.`{% endif %}. Para publicar um site da organização, você deve criar um repositório pertencente a uma organização denominada {% if currentVersion == "free-pro-team@latest" %}`.github.io`{% else %}`.`{% endif %}. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, user and organization sites are available at `http(s)://.github.io` or `http(s)://.github.io`.{% elsif currentVersion == "github-ae@latest" %}User and organization sites are available at `http(s)://pages./` or `http(s)://pages./`.{% endif %}
-Os arquivos de origem de um site de projeto são armazenados no mesmo repositório que o respectivo projeto. {% if currentVersion == "free-pro-team@latest" %}A menos que você esteja usando um domínio personalizado, os sites de projeto estão disponíveis em `http(s)://. .github.io` ou `http(s)://.github.io/`.{% endif %}
+Os arquivos de origem de um site de projeto são armazenados no mesmo repositório que o respectivo projeto. {% if currentVersion == "free-pro-team@latest" %}Unless you're using a custom domain, project sites are available at `http(s)://.github.io/` or `http(s)://.github.io/`.{% elsif currentVersion == "github-ae@latest" %}Project sites are available at `http(s)://pages.///` or `http(s)://pages.///`.{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
Para obter mais informações sobre como os domínios personalizados afetam o URL do seu site, consulte "[Sobre domínios personalizados e {% data variables.product.prodname_pages %}](/articles/about-custom-domains-and-github-pages)".
{% endif %}
-Você pode criar apenas um site de usuário ou organização para cada conta do {% data variables.product.product_name %}. Os sites de projeto, sejam eles de uma conta de organização ou de usuário, são ilimitados.
+You can only create one user or organization site for each account on {% data variables.product.product_name %}. Os sites de projeto, sejam eles de uma conta de organização ou de usuário, são ilimitados.
{% if enterpriseServerVersions contains currentVersion %}
A URL em que o site está disponível depende da habilitação do isolamento de subdomínio para
@@ -52,9 +53,9 @@ A URL em que o site está disponível depende da habilitação do isolamento de
| Tipo de site | Isolamento de subdomínio habilitado | Isolamento de subdomínio desabilitado |
| ------------ | ----------------------------------- | ------------------------------------- |
| | | |
- Usuário |
+ User |
-`http(s)://pages.///` | `http(s):///pages///` | Organização | `http(s)://pages.///` | `http(s):///pages///` | Site de projeto pertencente a uma conta de usuário | `http(s)://pages.///` | `http(s):///pages///` Site de projeto pertencente a uma conta de organização | `http(s)://pages.///` | `http(s):///pages///`
+`http(s)://pages./` | `http(s):///pages/` | Organization | `http(s)://pages./` | `http(s):///pages/` | Project site owned by user account | `http(s)://pages.///` | `http(s):///pages///` Project site owned by organization account | `http(s)://pages.///` | `http(s):///pages///`
Para obter mais informações, consulte "[Habilitar isolamento de subdomínio](/enterprise/{{ currentVersion }}/admin/installation/enabling-subdomain-isolation)" ou contate o administrador do site.
{% endif %}
@@ -73,7 +74,7 @@ A fonte de publicação do seu site de {% data variables.product.prodname_pages
{% data reusables.pages.private_pages_are_public_warning %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
Se existir uma fonte de publicação padrão no repositório, o {% data variables.product.prodname_pages %} publicará automaticamente um site a partir dessa fonte. A fonte de publicação padrão para sites de usuário e organização é a raiz do branch-padrão do repositório. A fonte de publicação padrão para sites de projeto é a raiz do branch `gh-pages`.
diff --git a/translations/pt-BR/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md b/translations/pt-BR/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
index 5f1db9b664..eac5c83972 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/about-jekyll-build-errors-for-github-pages-sites.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre erros de criação do Jekyll
diff --git a/translations/pt-BR/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md b/translations/pt-BR/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
index ac288fa930..a7b1980e56 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/adding-a-theme-to-your-github-pages-site-using-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Pessoas com permissões de gravação para um repositório podem adicionar um tema a um site do {% data variables.product.prodname_pages %} usando Jekyll.
diff --git a/translations/pt-BR/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md b/translations/pt-BR/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
index 4b103e1706..1989971723 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/adding-content-to-your-github-pages-site-using-jekyll.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Pessoas com permissões de gravação para um repositório podem adicionar conteúdo a um site do {% data variables.product.prodname_pages %} usando o Jekyll.
diff --git a/translations/pt-BR/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md b/translations/pt-BR/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
index 00f063139e..00f3c3b033 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site.md
@@ -9,6 +9,7 @@ permissions: 'Pessoas com permissões de administrador ou mantenedor para um rep
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Para obter mais informações sobre fontes de publicação, consulte "[Sobre o {% data variables.product.prodname_pages %}](/articles/about-github-pages#publishing-sources-for-github-pages-sites)".
@@ -19,7 +20,7 @@ Antes de configurar uma fonte de publicação, certifique-se o branch{% if curre
{% data reusables.pages.navigate-site-repo %}
{% data reusables.repositories.sidebar-settings %}
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}
3. Em "{% data variables.product.prodname_pages %}", use o menu suspenso **Nenhum** ou **Branch** e selecione uma fonte de publicação. 
4. Opcionalmente, use o menu suspenso para selecionar uma pasta para sua fonte de publicação. 
5. Clique em **Salvar**. 
@@ -33,4 +34,4 @@ Antes de configurar uma fonte de publicação, certifique-se o branch{% if curre
{% data reusables.pages.admin-must-push %}
-Se você escolher a pasta `docs` em {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 2" %}qualquer{% else %}o `master`{% endif %} branch como fonte de publicação, remova a pasta `/docs` do branch do repositório. Seu site não será criado e você receberá uma mensagem de erro de criação de página para uma pasta `/docs` ausente. Para obter informações, consulte [Solucionar problemas de erros de criação do Jekyll para sites do {% data variables.product.prodname_pages %}](/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites#missing-docs-folder)".
+If you choose the `docs` folder on {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.22" or currentVersion == "github-ae@latest" %}any{% else %}the `master`{% endif %} branch as your publishing source, then later remove the `/docs` folder from that branch in your repository, your site won't build and you'll get a page build error message for a missing `/docs` folder. Para obter informações, consulte [Solucionar problemas de erros de criação do Jekyll para sites do {% data variables.product.prodname_pages %}](/articles/troubleshooting-jekyll-build-errors-for-github-pages-sites#missing-docs-folder)".
diff --git a/translations/pt-BR/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md b/translations/pt-BR/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
index a5ab864360..60a7832815 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/creating-a-custom-404-page-for-your-github-pages-site.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.pages.navigate-site-repo %}
diff --git a/translations/pt-BR/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md b/translations/pt-BR/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
index c0ea333bf7..c02beb7e31 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/creating-a-github-pages-site-with-jekyll.md
@@ -8,6 +8,7 @@ permissions: 'People with admin permissions for a repository can create a {% dat
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Prerequisites
@@ -81,7 +82,7 @@ gem "github-pages", "~> VERSION", group: :jekyll_plugins
```
10. Save and close the Gemfile.
11. Optionally, test your site locally. For more information, see "[Testing your {% data variables.product.prodname_pages %} site locally with Jekyll](/articles/testing-your-github-pages-site-locally-with-jekyll)."
-12. Add your {% data variables.product.product_name %} repository as a remote, replacing {% if enterpriseServerVersions contains currentVersion %}_HOSTNAME_ with your appliance's hostname,{% endif %} _USER_ with the account that owns the repository{% if enterpriseServerVersions contains currentVersion %},{% endif %} and _REPOSITORY_ with the name of the repository.
+12. Add your {% data variables.product.product_name %} repository as a remote, replacing {% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %}_HOSTNAME_ with your enterprise's hostname,{% endif %} _USER_ with the account that owns the repository{% if enterpriseServerVersions contains currentVersion or currentVersion == "github-ae@latest" %},{% endif %} and _REPOSITORY_ with the name of the repository.
```shell
{% if currentVersion == "free-pro-team@latest" %}
$ git remote add origin https://github.com/USER/REPOSITORY.git
diff --git a/translations/pt-BR/content/github/working-with-github-pages/creating-a-github-pages-site.md b/translations/pt-BR/content/github/working-with-github-pages/creating-a-github-pages-site.md
index c67b0a8d35..1735d2f1da 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/creating-a-github-pages-site.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/creating-a-github-pages-site.md
@@ -8,6 +8,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Criar um repositório para seu site
diff --git a/translations/pt-BR/content/github/working-with-github-pages/getting-started-with-github-pages.md b/translations/pt-BR/content/github/working-with-github-pages/getting-started-with-github-pages.md
index 9f6cba1506..a7e7c815fa 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/getting-started-with-github-pages.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/getting-started-with-github-pages.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/working-with-github-pages/index.md b/translations/pt-BR/content/github/working-with-github-pages/index.md
index b11cd402bf..149c8e142c 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/index.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/index.md
@@ -14,6 +14,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md b/translations/pt-BR/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
index 265c0668b9..827175069f 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/setting-a-markdown-processor-for-your-github-pages-site-using-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Pessoas com permissões de gravação para um repositório podem definir um processador markdown para um site do {% data variables.product.prodname_pages %}.
diff --git a/translations/pt-BR/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md b/translations/pt-BR/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
index c920b56962..a285d0bfbf 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/setting-up-a-github-pages-site-with-jekyll.md
@@ -10,5 +10,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md b/translations/pt-BR/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
index 1b1255cedf..20a8a990f0 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll.md
@@ -9,6 +9,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Qualquer pessoa com permissões de leitura para um repositório pode testar um site do {% data variables.product.prodname_pages %} localmente.
diff --git a/translations/pt-BR/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md b/translations/pt-BR/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
index 1ed03b1e52..62457004f9 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/troubleshooting-jekyll-build-errors-for-github-pages-sites.md
@@ -28,6 +28,7 @@ product: '{% data reusables.gated-features.pages %}'
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Troubleshooting build errors
diff --git a/translations/pt-BR/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md b/translations/pt-BR/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
index 9e9ffcada5..2c5a73deea 100644
--- a/translations/pt-BR/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
+++ b/translations/pt-BR/content/github/working-with-github-pages/unpublishing-a-github-pages-site.md
@@ -12,6 +12,7 @@ permissions: 'As pessoas com permissões de administrador para um repositório p
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Cancelar a publicação de um site de projeto
diff --git a/translations/pt-BR/content/github/writing-on-github/about-saved-replies.md b/translations/pt-BR/content/github/writing-on-github/about-saved-replies.md
index 3dd7cda627..2022e3302a 100644
--- a/translations/pt-BR/content/github/writing-on-github/about-saved-replies.md
+++ b/translations/pt-BR/content/github/writing-on-github/about-saved-replies.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---

diff --git a/translations/pt-BR/content/github/writing-on-github/about-writing-and-formatting-on-github.md b/translations/pt-BR/content/github/writing-on-github/about-writing-and-formatting-on-github.md
index a8ae30dfc9..a8679d67a1 100644
--- a/translations/pt-BR/content/github/writing-on-github/about-writing-and-formatting-on-github.md
+++ b/translations/pt-BR/content/github/writing-on-github/about-writing-and-formatting-on-github.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
[Markdown](http://daringfireball.net/projects/markdown/) é uma sintaxe de leitura e gravação fáceis para formatação de texto sem formatação.
diff --git a/translations/pt-BR/content/github/writing-on-github/autolinked-references-and-urls.md b/translations/pt-BR/content/github/writing-on-github/autolinked-references-and-urls.md
index 5c5aad618f..c2d58b487d 100644
--- a/translations/pt-BR/content/github/writing-on-github/autolinked-references-and-urls.md
+++ b/translations/pt-BR/content/github/writing-on-github/autolinked-references-and-urls.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### URLs
diff --git a/translations/pt-BR/content/github/writing-on-github/basic-writing-and-formatting-syntax.md b/translations/pt-BR/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
index 3cf28bde8b..511395f85c 100644
--- a/translations/pt-BR/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
+++ b/translations/pt-BR/content/github/writing-on-github/basic-writing-and-formatting-syntax.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Títulos
@@ -170,7 +171,7 @@ Para obter mais informações, consulte "[Sobre listas de tarefas](/articles/abo
### Mencionar pessoas e equipes
-Você pode mencionar uma pessoa ou [equipe](/articles/setting-up-teams/) no {% data variables.product.product_name %} digitando `@` mais o nome de usuário ou nome da equipe. Isto desencadeará uma notificação e chamará a sua atenção para a conversa. As pessoas também receberão uma notificação se você editar um comentário para mencionar o respectivo nome de usuário ou da equipe. Para obter mais informações sobre notificações, consulte {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2. 0" %}"[Sobre as notificações](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[Sobre as notificações](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}".
+Você pode mencionar uma pessoa ou [equipe](/articles/setting-up-teams/) no {% data variables.product.product_name %} digitando `@` mais o nome de usuário ou nome da equipe. Isto desencadeará uma notificação e chamará a sua atenção para a conversa. As pessoas também receberão uma notificação se você editar um comentário para mencionar o respectivo nome de usuário ou da equipe. For more information about notifications, see {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.20" or currentVersion == "github-ae@latest" %}"[About notifications](/github/managing-subscriptions-and-notifications-on-github/about-notifications){% else %}"[About notifications](/github/receiving-notifications-about-activity-on-github/about-notifications){% endif %}."
`@github/suporte O que você acha dessas atualizações?`
diff --git a/translations/pt-BR/content/github/writing-on-github/creating-a-saved-reply.md b/translations/pt-BR/content/github/writing-on-github/creating-a-saved-reply.md
index 2de0104e22..c4c99678b1 100644
--- a/translations/pt-BR/content/github/writing-on-github/creating-a-saved-reply.md
+++ b/translations/pt-BR/content/github/writing-on-github/creating-a-saved-reply.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/pt-BR/content/github/writing-on-github/creating-and-highlighting-code-blocks.md b/translations/pt-BR/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
index d96198a8f8..7e4c0359c5 100644
--- a/translations/pt-BR/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
+++ b/translations/pt-BR/content/github/writing-on-github/creating-and-highlighting-code-blocks.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Blocos de código isolados
diff --git a/translations/pt-BR/content/github/writing-on-github/creating-gists.md b/translations/pt-BR/content/github/writing-on-github/creating-gists.md
index cd43129854..394b29a86c 100644
--- a/translations/pt-BR/content/github/writing-on-github/creating-gists.md
+++ b/translations/pt-BR/content/github/writing-on-github/creating-gists.md
@@ -9,6 +9,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre gists
@@ -50,7 +51,7 @@ O gist permite mapeamento de arquivos geoJSON. Esses mapas são exibidos em gist
Você também pode arrastar e soltar um arquivo de texto da sua área de trabalho diretamente no editor do gist.
-{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" %}
+{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.19" or currentVersion == "github-ae@latest" %}
{% note %}
Você também pode criar um gist usando o {% data variables.product.prodname_cli %}. Para obter mais informações, consulte "[`gh gist cria`](https://cli.github.com/manual/gh_gist_create)" na documentação do {% data variables.product.prodname_cli %}.
diff --git a/translations/pt-BR/content/github/writing-on-github/deleting-a-saved-reply.md b/translations/pt-BR/content/github/writing-on-github/deleting-a-saved-reply.md
index 88d85df5f2..8370043d21 100644
--- a/translations/pt-BR/content/github/writing-on-github/deleting-a-saved-reply.md
+++ b/translations/pt-BR/content/github/writing-on-github/deleting-a-saved-reply.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/pt-BR/content/github/writing-on-github/editing-a-saved-reply.md b/translations/pt-BR/content/github/writing-on-github/editing-a-saved-reply.md
index 42412152ee..9b1de53986 100644
--- a/translations/pt-BR/content/github/writing-on-github/editing-a-saved-reply.md
+++ b/translations/pt-BR/content/github/writing-on-github/editing-a-saved-reply.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.user_settings.access_settings %}
diff --git a/translations/pt-BR/content/github/writing-on-github/editing-and-sharing-content-with-gists.md b/translations/pt-BR/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
index 75063de007..0257a694d6 100644
--- a/translations/pt-BR/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
+++ b/translations/pt-BR/content/github/writing-on-github/editing-and-sharing-content-with-gists.md
@@ -9,5 +9,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/writing-on-github/forking-and-cloning-gists.md b/translations/pt-BR/content/github/writing-on-github/forking-and-cloning-gists.md
index 0f3d40234d..b41eb1615b 100644
--- a/translations/pt-BR/content/github/writing-on-github/forking-and-cloning-gists.md
+++ b/translations/pt-BR/content/github/writing-on-github/forking-and-cloning-gists.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Bifurcar gists
diff --git a/translations/pt-BR/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md b/translations/pt-BR/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
index b278a3b49c..eff1141e53 100644
--- a/translations/pt-BR/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
+++ b/translations/pt-BR/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md
@@ -9,5 +9,6 @@ mapTopic: true
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/writing-on-github/index.md b/translations/pt-BR/content/github/writing-on-github/index.md
index da1fa2def9..b8a3d629e3 100644
--- a/translations/pt-BR/content/github/writing-on-github/index.md
+++ b/translations/pt-BR/content/github/writing-on-github/index.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/writing-on-github/organizing-information-with-tables.md b/translations/pt-BR/content/github/writing-on-github/organizing-information-with-tables.md
index fe8f3d262a..a4e1edd0a5 100644
--- a/translations/pt-BR/content/github/writing-on-github/organizing-information-with-tables.md
+++ b/translations/pt-BR/content/github/writing-on-github/organizing-information-with-tables.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Criar uma tabela
diff --git a/translations/pt-BR/content/github/writing-on-github/using-saved-replies.md b/translations/pt-BR/content/github/writing-on-github/using-saved-replies.md
index 9ca1cfaabe..fb3bc1cf9f 100644
--- a/translations/pt-BR/content/github/writing-on-github/using-saved-replies.md
+++ b/translations/pt-BR/content/github/writing-on-github/using-saved-replies.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% data reusables.repositories.navigate-to-repo %}
diff --git a/translations/pt-BR/content/github/writing-on-github/working-with-advanced-formatting.md b/translations/pt-BR/content/github/writing-on-github/working-with-advanced-formatting.md
index ebc03cc2d4..c0f0cbe79d 100644
--- a/translations/pt-BR/content/github/writing-on-github/working-with-advanced-formatting.md
+++ b/translations/pt-BR/content/github/writing-on-github/working-with-advanced-formatting.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/github/writing-on-github/working-with-saved-replies.md b/translations/pt-BR/content/github/writing-on-github/working-with-saved-replies.md
index af0f9b87bb..41eb9e7277 100644
--- a/translations/pt-BR/content/github/writing-on-github/working-with-saved-replies.md
+++ b/translations/pt-BR/content/github/writing-on-github/working-with-saved-replies.md
@@ -7,5 +7,6 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
diff --git a/translations/pt-BR/content/graphql/guides/forming-calls-with-graphql.md b/translations/pt-BR/content/graphql/guides/forming-calls-with-graphql.md
index f64b31c4bc..27f0b06139 100644
--- a/translations/pt-BR/content/graphql/guides/forming-calls-with-graphql.md
+++ b/translations/pt-BR/content/graphql/guides/forming-calls-with-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Autenticar com o GraphQL
@@ -334,9 +335,9 @@ Com a identificação conhecida, podemos prosseguir com a mutação:
Vamos examinar essa linha:
- - `addReaction` é o nome da mutação.
- - `entrada` é a chave de argumento obrigatória. Isso sempre será `entrada` para uma mutação.
- - `{subjectId:"MDU6SXNzdWUyMzEzOTE1NTE=",content:HOORAY}` é o valor do argumento obrigatório. Este sempre será um [objeto de entrada](/v4/input_object/) (daí as chaves) compostas de campos de entrada (`subjectId` e `conteúdo`, neste caso) para uma mutação.
+ - `addReaction` é o nome da mutação.
+ - `entrada` é a chave de argumento obrigatória. Isso sempre será `entrada` para uma mutação.
+ - `{subjectId:"MDU6SXNzdWUyMzEzOTE1NTE=",content:HOORAY}` é o valor do argumento obrigatório. Este sempre será um [objeto de entrada](/v4/input_object/) (daí as chaves) compostas de campos de entrada (`subjectId` e `conteúdo`, neste caso) para uma mutação.
Como sabemos qual o valor usar para o conteúdo? Os documentos [`addReaction`](/v4/mutation/addreaction/) nos dizem que o campo do `conteúdo` tem o tipo [`ReactionContent`](/v4/enum/reactioncontent/), que é um [enum](/v4/enum), porque apenas algumas reações de emojis são compatíveis com em problemas no GitHub. Estes são os valores permitidos para reações (observe que alguns valores diferem de seus nomes de emojis correspondentes):
diff --git a/translations/pt-BR/content/graphql/guides/index.md b/translations/pt-BR/content/graphql/guides/index.md
index 1f574b2b30..94100dcfc2 100644
--- a/translations/pt-BR/content/graphql/guides/index.md
+++ b/translations/pt-BR/content/graphql/guides/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /introduction-to-graphql %}
diff --git a/translations/pt-BR/content/graphql/guides/introduction-to-graphql.md b/translations/pt-BR/content/graphql/guides/introduction-to-graphql.md
index e8e147fbe5..8c8ab7749b 100644
--- a/translations/pt-BR/content/graphql/guides/introduction-to-graphql.md
+++ b/translations/pt-BR/content/graphql/guides/introduction-to-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Terminologia do GraphQL
diff --git a/translations/pt-BR/content/graphql/guides/managing-enterprise-accounts.md b/translations/pt-BR/content/graphql/guides/managing-enterprise-accounts.md
index f04329b844..ecd6c59887 100644
--- a/translations/pt-BR/content/graphql/guides/managing-enterprise-accounts.md
+++ b/translations/pt-BR/content/graphql/guides/managing-enterprise-accounts.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre o gerenciamento de contas corporativas com o GraphQL
diff --git a/translations/pt-BR/content/graphql/guides/migrating-from-rest-to-graphql.md b/translations/pt-BR/content/graphql/guides/migrating-from-rest-to-graphql.md
index 712909ce84..ffde1fec9d 100644
--- a/translations/pt-BR/content/graphql/guides/migrating-from-rest-to-graphql.md
+++ b/translations/pt-BR/content/graphql/guides/migrating-from-rest-to-graphql.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Diferenças na lógica da API
diff --git a/translations/pt-BR/content/graphql/guides/using-global-node-ids.md b/translations/pt-BR/content/graphql/guides/using-global-node-ids.md
index 436655601e..a78da6a2d6 100644
--- a/translations/pt-BR/content/graphql/guides/using-global-node-ids.md
+++ b/translations/pt-BR/content/graphql/guides/using-global-node-ids.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode acessar a maioria dos objetos do GitHub (usuários, problemas, pull requests, etc.) usando a API REST ou a API do GraphQL. Com uma atualização recente [](https://developer.github.com/changes/2017-12-19-graphql-node-id/), você pode encontrar o **ID do nó global** de muitos objetos na API REST e usar esses IDs nas operações do GraphQL.
diff --git a/translations/pt-BR/content/graphql/guides/using-the-explorer.md b/translations/pt-BR/content/graphql/guides/using-the-explorer.md
index e026f9003f..bb9964c076 100644
--- a/translations/pt-BR/content/graphql/guides/using-the-explorer.md
+++ b/translations/pt-BR/content/graphql/guides/using-the-explorer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
## Sobre o explorador do GraphQL
diff --git a/translations/pt-BR/content/graphql/index.md b/translations/pt-BR/content/graphql/index.md
index c6f5190481..99030c2211 100644
--- a/translations/pt-BR/content/graphql/index.md
+++ b/translations/pt-BR/content/graphql/index.md
@@ -7,6 +7,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_with_intro /overview %}
diff --git a/translations/pt-BR/content/graphql/overview/about-the-graphql-api.md b/translations/pt-BR/content/graphql/overview/about-the-graphql-api.md
index 606afebf3d..8019e1ca82 100644
--- a/translations/pt-BR/content/graphql/overview/about-the-graphql-api.md
+++ b/translations/pt-BR/content/graphql/overview/about-the-graphql-api.md
@@ -4,6 +4,7 @@ intro: 'A API do GraphQL de {% data variables.product.prodname_dotcom %} oferece
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Visão Geral
diff --git a/translations/pt-BR/content/graphql/overview/breaking-changes.md b/translations/pt-BR/content/graphql/overview/breaking-changes.md
index 9e9256535d..9ba1e16c3c 100644
--- a/translations/pt-BR/content/graphql/overview/breaking-changes.md
+++ b/translations/pt-BR/content/graphql/overview/breaking-changes.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre alterações significativas
diff --git a/translations/pt-BR/content/graphql/overview/changelog.md b/translations/pt-BR/content/graphql/overview/changelog.md
index 14b43eae8b..3eceb4af3b 100644
--- a/translations/pt-BR/content/graphql/overview/changelog.md
+++ b/translations/pt-BR/content/graphql/overview/changelog.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
As alterações significativas incluem alterações que modificarão as consultas existentes ou podem afetar o comportamento do tempo de execução dos clientes. Para obter uma lista de alterações significativas e quando ocorrerão, consulte o nosso [registro de alterações significativas](/v4/breaking_changes).
diff --git a/translations/pt-BR/content/graphql/overview/explorer.md b/translations/pt-BR/content/graphql/overview/explorer.md
index ff9fc5d1b5..c941ffdc36 100644
--- a/translations/pt-BR/content/graphql/overview/explorer.md
+++ b/translations/pt-BR/content/graphql/overview/explorer.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode acessar o Explorador GraphQL do GitHub em https://developer.github.com/v4/explorer.
diff --git a/translations/pt-BR/content/graphql/overview/index.md b/translations/pt-BR/content/graphql/overview/index.md
index 7ecdc512e0..35d22cf10a 100644
--- a/translations/pt-BR/content/graphql/overview/index.md
+++ b/translations/pt-BR/content/graphql/overview/index.md
@@ -4,6 +4,7 @@ intro: 'Aprenda sobre a API do GraphQL de {% data variables.product.prodname_dot
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /about-the-graphql-api %}
diff --git a/translations/pt-BR/content/graphql/overview/public-schema.md b/translations/pt-BR/content/graphql/overview/public-schema.md
index 051c36f743..32abf5eb52 100644
--- a/translations/pt-BR/content/graphql/overview/public-schema.md
+++ b/translations/pt-BR/content/graphql/overview/public-schema.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
Você pode [realizar a introspecção](/v4/guides/intro-to-graphql/#discovering-the-graphql-api) com base na API do GraphQL diretamente.
@@ -16,8 +17,16 @@ Como alternativa, você pode fazer o download da versão mais recente do esquema
[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs.graphql`](/public/schema.docs.graphql)
-{% else %}
+{% endif %}
-[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-enterprise.graphql`](/public/{{ currentVersion }}/schema.docs-enterprise.graphql) ({{ allVersions[currentVersion].versionTitle }})
+{% if enterpriseServerVersions contains currentVersion %}
+
+[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-enterprise.graphql`](/public/ghes-{{ allVersions[currentVersion].currentRelease }}/schema.docs-enterprise.graphql) ({{ allVersions[currentVersion].versionTitle }})
+
+{% endif %}
+
+{% if currentVersion == "github-ae@latest" %}
+
+[{% octicon "desktop-download" aria-label="The desktop download icon" %} `schema.docs-ghae.graphql`](/public/ghae/schema.docs-ghae.graphql) ({{ allVersions[currentVersion].versionTitle }})
{% endif %}
diff --git a/translations/pt-BR/content/graphql/overview/resource-limitations.md b/translations/pt-BR/content/graphql/overview/resource-limitations.md
index 52d3aa0b58..5f5dc3939c 100644
--- a/translations/pt-BR/content/graphql/overview/resource-limitations.md
+++ b/translations/pt-BR/content/graphql/overview/resource-limitations.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
## Limite de nó
diff --git a/translations/pt-BR/content/graphql/overview/schema-previews.md b/translations/pt-BR/content/graphql/overview/schema-previews.md
index fd5befdf43..4e0234697a 100644
--- a/translations/pt-BR/content/graphql/overview/schema-previews.md
+++ b/translations/pt-BR/content/graphql/overview/schema-previews.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre pré-visualizações de esquemas
diff --git a/translations/pt-BR/content/graphql/reference/enums.md b/translations/pt-BR/content/graphql/reference/enums.md
index 3796fbbd03..138c9e9135 100644
--- a/translations/pt-BR/content/graphql/reference/enums.md
+++ b/translations/pt-BR/content/graphql/reference/enums.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre os enumeradores
diff --git a/translations/pt-BR/content/graphql/reference/index.md b/translations/pt-BR/content/graphql/reference/index.md
index c7678acff8..c99bb627ee 100644
--- a/translations/pt-BR/content/graphql/reference/index.md
+++ b/translations/pt-BR/content/graphql/reference/index.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
{% link_in_list /queries %}
diff --git a/translations/pt-BR/content/graphql/reference/input-objects.md b/translations/pt-BR/content/graphql/reference/input-objects.md
index aa16218812..3d94a64f14 100644
--- a/translations/pt-BR/content/graphql/reference/input-objects.md
+++ b/translations/pt-BR/content/graphql/reference/input-objects.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre objetos de entrada
diff --git a/translations/pt-BR/content/graphql/reference/interfaces.md b/translations/pt-BR/content/graphql/reference/interfaces.md
index bf3491e115..0023348af4 100644
--- a/translations/pt-BR/content/graphql/reference/interfaces.md
+++ b/translations/pt-BR/content/graphql/reference/interfaces.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre interfaces
diff --git a/translations/pt-BR/content/graphql/reference/mutations.md b/translations/pt-BR/content/graphql/reference/mutations.md
index 0d6be24c51..3fc58a5a46 100644
--- a/translations/pt-BR/content/graphql/reference/mutations.md
+++ b/translations/pt-BR/content/graphql/reference/mutations.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre as mutações
diff --git a/translations/pt-BR/content/graphql/reference/objects.md b/translations/pt-BR/content/graphql/reference/objects.md
index c12120fdf4..f156dfed45 100644
--- a/translations/pt-BR/content/graphql/reference/objects.md
+++ b/translations/pt-BR/content/graphql/reference/objects.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre objetos
diff --git a/translations/pt-BR/content/graphql/reference/queries.md b/translations/pt-BR/content/graphql/reference/queries.md
index be218bcb71..8ecf2ef0fe 100644
--- a/translations/pt-BR/content/graphql/reference/queries.md
+++ b/translations/pt-BR/content/graphql/reference/queries.md
@@ -6,6 +6,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre as consultas
@@ -14,6 +15,12 @@ Cada esquema de GraphQL tem um tipo de raiz para consultas e mutações. O [tipo
Para obter mais informações, consulte "[Sobre consultas](/v4/guides/forming-calls#about-queries)".
+{% note %}
+
+**Note:** For [user-to-server](/developers/apps/identifying-and-authorizing-users-for-github-apps#user-to-server-requests) {% data variables.product.prodname_github_app %} requests, you should use separate queries for issues and pull requests. For example, use the `is:issue` or `is:pull-request` filters and their equivalents. Using the `search` connection to return a combination of issues and pull requests in a single query will result in an empty set of nodes.
+
+{% endnote %}
+
## Conexões
{% for item in graphql.schemaForCurrentVersion.queries.connections %}
diff --git a/translations/pt-BR/content/graphql/reference/scalars.md b/translations/pt-BR/content/graphql/reference/scalars.md
index 286b1a05d9..2b42ac791d 100644
--- a/translations/pt-BR/content/graphql/reference/scalars.md
+++ b/translations/pt-BR/content/graphql/reference/scalars.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre escalares
diff --git a/translations/pt-BR/content/graphql/reference/unions.md b/translations/pt-BR/content/graphql/reference/unions.md
index bf8e272672..d4511373de 100644
--- a/translations/pt-BR/content/graphql/reference/unions.md
+++ b/translations/pt-BR/content/graphql/reference/unions.md
@@ -5,6 +5,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
### Sobre uniões
diff --git a/translations/pt-BR/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md b/translations/pt-BR/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
index acd79d26b0..e842963cff 100644
--- a/translations/pt-BR/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
+++ b/translations/pt-BR/content/insights/installing-and-configuring-github-insights/enabling-a-link-between-github-insights-and-github-enterprise.md
@@ -19,8 +19,7 @@ Após habilitar o link, cada usuário poderá navegar diretamente de {% data var
```
3. Retornar para
{% data variables.product.prodname_ghe_server %}.
-{% data reusables.enterprise_site_admin_settings.access-settings %}
-{% data reusables.enterprise_site_admin_settings.business %}
+{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
7. Abaixo
{% octicon "gear" aria-label="The Settings gear" %} **Configurações**, clique em **{% data variables.product.prodname_insights %}**.
diff --git a/translations/pt-BR/content/insights/installing-and-configuring-github-insights/installing-github-insights.md b/translations/pt-BR/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
index 2578298d27..79356c20ec 100644
--- a/translations/pt-BR/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
+++ b/translations/pt-BR/content/insights/installing-and-configuring-github-insights/installing-github-insights.md
@@ -61,7 +61,7 @@ Para conectar {% data variables.product.prodname_insights %} a {% data variables
- Repositório
- Equipe 
-13. Para habilitar o {% data variables.product.prodname_github_app %} para acessar dados de qualquer usuário ou organização em {% data variables.product.product_location_enterprise %}, em "Onde este {% data variables.product.prodname_github_app %} pode ser instalado? , selecione **Qualquer conta**. 
+13. Para habilitar o {% data variables.product.prodname_github_app %} para acessar dados de qualquer usuário ou organização em {% data variables.product.product_location %}, em "Onde este {% data variables.product.prodname_github_app %} pode ser instalado? , selecione **Qualquer conta**. 
14. Clique em **Criar {% data variables.product.prodname_github_app %}**. 
15. Revise a configuração do seu aplicativo.
16. Em "Chaves privadas", clique em **Gerar uma chave privada**. 
diff --git a/translations/pt-BR/content/packages/publishing-and-managing-packages/about-github-packages.md b/translations/pt-BR/content/packages/publishing-and-managing-packages/about-github-packages.md
index dfb10af446..398e30ba42 100644
--- a/translations/pt-BR/content/packages/publishing-and-managing-packages/about-github-packages.md
+++ b/translations/pt-BR/content/packages/publishing-and-managing-packages/about-github-packages.md
@@ -87,11 +87,11 @@ Os registros do pacote usam `PACKAGE-TYPE.pkg.github.com/OWNER/REPOSITORY/IMAGE-
{% else %}
-Os tipos de pacotes suportados no {% data variables.product.product_location_enterprise %} podem variar, uma vez que o administrador do site pode habilitar ou desabilitar o suporte para diferentes tipos de pacotes. Para obter mais informações, consulte "[Gerenciar pacotes do GitHub para a sua empresa](/enterprise/admin/packages)".
+Os tipos de pacotes suportados no {% data variables.product.product_location %} podem variar, uma vez que o administrador do site pode habilitar ou desabilitar o suporte para diferentes tipos de pacotes. Para obter mais informações, consulte "[Gerenciar pacotes do GitHub para a sua empresa](/enterprise/admin/packages)".
-Se {% data variables.product.product_location_enterprise %} tiver o isolamento de subdomínio habilitado, os registros dos pacotes usarão `PACKAGE-TYPE. OSTNAME/OWNER/REPOSITORY/IMAGE-NAME` como a URL hospedada do pacote, substituindo `PACKAGE-TYPE` pelo espaço de nome do pacote. Por exemplo, o seu arquivo Docker será hospedado em `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME`.
+Se {% data variables.product.product_location %} tiver o isolamento de subdomínio habilitado, os registros dos pacotes usarão `PACKAGE-TYPE. OSTNAME/OWNER/REPOSITORY/IMAGE-NAME` como a URL hospedada do pacote, substituindo `PACKAGE-TYPE` pelo espaço de nome do pacote. Por exemplo, o seu arquivo Docker será hospedado em `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME`.
-Se o {% data variables.product.product_location_enterprise %} tiver o isolamento de subdomínio desabilitado, os registros do pacote usarão `HOSTNAME/_registry/PACKAGE-TYPE/OWNER/REPOSITORY/IMAGE-NAME` como URL de host do pacote. Por exemplo, o seu Gemfile será hospedado em `HOSTNAME/_registry/rubygems/OWNER/REPOSITORY/IMAGE-NAME`, substituindo *NOME DE HOST* pelo nome do host da sua instância do {% data variables.product.prodname_ghe_server %}. |{% endif %}
+Se o {% data variables.product.product_location %} tiver o isolamento de subdomínio desabilitado, os registros do pacote usarão `HOSTNAME/_registry/PACKAGE-TYPE/OWNER/REPOSITORY/IMAGE-NAME` como URL de host do pacote. Por exemplo, o seu Gemfile será hospedado em `HOSTNAME/_registry/rubygems/OWNER/REPOSITORY/IMAGE-NAME`, substituindo *NOME DE HOST* pelo nome do host da sua instância do {% data variables.product.prodname_ghe_server %}. |{% endif %}
{% if currentVersion == "free-pro-team@latest" %}
| Linguagem | Descrição | Formato do pacote | Cliente do pacote | Espaço de nome do pacote |
@@ -104,7 +104,7 @@ Se o {% data variables.product.product_location_enterprise %} tiver o isolamento
{% else %}
-Com o isolamento de subdomínio habilitado em {% data variables.product.product_location_enterprise %}:
+Com o isolamento de subdomínio habilitado em {% data variables.product.product_location %}:
| Linguagem | Descrição | Formato do pacote | Cliente do pacote | Espaço de nome do pacote |
| ---------- | --------------------------------------------------------------------- | ------------------------------------ | ----------------- | ----------------------------------------------- |
@@ -115,7 +115,7 @@ Com o isolamento de subdomínio habilitado em {% data variables.product.product_
| .NET | Gerenciamento de pacotes NuGet para .NET | `nupkg` | `dotnet` CLI | `nuget.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` |
| N/A | Gerenciamento do contêiner do Docker | `arquivo Docker` | `Docker` | `docker.HOSTNAME/OWNER/REPOSITORY/IMAGE-NAME` |
-Com o isolamento de subdomínio desabilitado em {% data variables.product.product_location_enterprise %}:
+Com o isolamento de subdomínio desabilitado em {% data variables.product.product_location %}:
| Linguagem | Descrição | Formato do pacote | Cliente do pacote | Espaço de nome do pacote |
| ---------- | --------------------------------------------------------------------- | ------------------------------------ | ----------------- | --------------------------------------------------------- |
diff --git a/translations/pt-BR/content/packages/publishing-and-managing-packages/deleting-a-package.md b/translations/pt-BR/content/packages/publishing-and-managing-packages/deleting-a-package.md
index 68b3b3db5d..c1ae0b5aa2 100644
--- a/translations/pt-BR/content/packages/publishing-and-managing-packages/deleting-a-package.md
+++ b/translations/pt-BR/content/packages/publishing-and-managing-packages/deleting-a-package.md
@@ -31,7 +31,7 @@ Em circunstâncias especiais, como por razões legais ou para estar de acordo co
{% else %}
-You cannot delete an entire package, but if you delete every version of a package, the package will no longer show on {% data variables.product.prodname_dotcom %}.
+At this time, {% data variables.product.prodname_registry %} on {% data variables.product.product_location %} does not support deleting public packages.
{% endif %}
diff --git a/translations/pt-BR/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md b/translations/pt-BR/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
index 09665952b5..a929dc86ee 100644
--- a/translations/pt-BR/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
+++ b/translations/pt-BR/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md
@@ -23,7 +23,7 @@ When installing or publishing a docker image, {% data variables.product.prodname
{% if enterpriseServerVersions contains currentVersion %}
-Before you can use the Docker registry on {% data variables.product.prodname_registry %}, the site administrator for {% data variables.product.product_location_enterprise %} must enable Docker support and subdomain isolation for your instance. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
+Before you can use the Docker registry on {% data variables.product.prodname_registry %}, the site administrator for {% data variables.product.product_location %} must enable Docker support and subdomain isolation for your instance. For more information, see "[Managing GitHub Packages for your enterprise](/enterprise/admin/packages)."
{% endif %}
@@ -57,7 +57,7 @@ To keep your credentials secure, we recommend you save your personal access toke
{% endraw %}
{% endif %}
-To use this example login command, replace `USERNAME` with your {% data variables.product.product_name %} username{% if enterpriseServerVersions contains currentVersion %}, `HOSTNAME` with the URL for {% data variables.product.product_location_enterprise %},{% endif %} and `~/TOKEN.txt` with the file path to your personal access token for {% data variables.product.product_name %}.
+To use this example login command, replace `USERNAME` with your {% data variables.product.product_name %} username{% if enterpriseServerVersions contains currentVersion %}, `HOSTNAME` with the URL for {% data variables.product.product_location %},{% endif %} and `~/TOKEN.txt` with the file path to your personal access token for {% data variables.product.product_name %}.
For more information, see "[Docker login](https://docs.docker.com/engine/reference/commandline/login/#provide-a-password-using-stdin)."
@@ -82,7 +82,7 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
> REPOSITORY TAG IMAGE ID CREATED SIZE
> IMAGE_NAME VERSION IMAGE_ID 4 weeks ago 1.11MB
```
-2. Using the Docker image ID, tag the docker image, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image,{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location_enterprise %},{% endif %} and *VERSION* with package version at build time.
+2. Using the Docker image ID, tag the docker image, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image,{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location %},{% endif %} and *VERSION* with package version at build time.
{% if currentVersion == "free-pro-team@latest" %}
```shell
$ docker tag IMAGE_ID docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:VERSION
@@ -92,7 +92,7 @@ For more information, see "[Docker login](https://docs.docker.com/engine/referen
$ docker tag IMAGE_ID docker.HOSTNAME/OWNER/REPOSITORY/IMAGE_NAME:VERSION
```
{% endif %}
-3. If you haven't already built a docker image for the package, build the image, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image, *VERSION* with package version at build time,{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location_enterprise %},{% endif %} and *PATH* to the image if it isn't in the current working directory.s
+3. If you haven't already built a docker image for the package, build the image, replacing *OWNER* with the name of the user or organization account that owns the repository, *REPOSITORY* with the name of the repository containing your project, *IMAGE_NAME* with name of the package or image, *VERSION* with package version at build time,{% if enterpriseServerVersions contains currentVersion %} *HOSTNAME* with the hostname of {% data variables.product.product_location %},{% endif %} and *PATH* to the image if it isn't in the current working directory.
{% if currentVersion == "free-pro-team@latest" %}
```shell
$ docker build -t docker.pkg.github.com/OWNER/REPOSITORY/IMAGE_NAME:VERSION PATH
diff --git a/translations/pt-BR/content/rest/guides/basics-of-authentication.md b/translations/pt-BR/content/rest/guides/basics-of-authentication.md
index 636114bcb7..ebbd031289 100644
--- a/translations/pt-BR/content/rest/guides/basics-of-authentication.md
+++ b/translations/pt-BR/content/rest/guides/basics-of-authentication.md
@@ -8,6 +8,7 @@ redirect_from:
versions:
free-pro-team: '*'
enterprise-server: '*'
+ github-ae: '*'
---
@@ -46,8 +47,9 @@ get '/' do
end
```
-Your client ID and client secret keys come from [your application's configuration page][app settings]. Você **nunca __** armazene esses valores em
-{% data variables.product.product_name %} ou qualquer outro lugar público para essa questão. Recomendamos armazená-los como
+Your client ID and client secret keys come from [your application's configuration page][app settings].
+{% if currentVersion == "free-pro-team@latest" %} You should **never, _ever_** store these values in
+{% data variables.product.product_name %}--or any other public place, for that matter.{% endif %} We recommend storing them as
[Variáveis de ambiente][about env vars]--que é exatamente o que fizemos aqui.
Em seguida, em _views/index.erb_, cole este conteúdo:
@@ -71,7 +73,7 @@ Em seguida, em _views/index.erb_, cole este conteúdo: