diff --git a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md index 242ee8f56a..1220575d5d 100644 --- a/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md +++ b/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md @@ -125,8 +125,8 @@ After removing the `autobuild` step, uncomment the `run` step and add build comm ``` yaml - run: | - make bootstrap - make release + make bootstrap + make release ``` For more information about the `run` keyword, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsrun)." diff --git a/data/release-notes/enterprise-server/3-2/20.yml b/data/release-notes/enterprise-server/3-2/20.yml new file mode 100644 index 0000000000..fb7235a2c8 --- /dev/null +++ b/data/release-notes/enterprise-server/3-2/20.yml @@ -0,0 +1,21 @@ +date: '2022-10-25' +sections: + security_fixes: + - | + **HIGH**: Updated dependencies for the Management Console to the latest patch versions, which addresses security vulnerabilities including [CVE-2022-30123](https://github.com/advisories/GHSA-wq4h-7r42-5hrr) and [CVE-2022-29181](https://github.com/advisories/GHSA-xh29-r2w5-wx8m). + - | + **MEDIUM**: Updated [CommonMarker](https://github.com/gjtorikian/commonmarker) to address a scenario where parallel requests to the Markdown REST API could result in unbounded resource exhaustion. This vulnerability has been assigned [CVE-2022-39209](https://nvd.nist.gov/vuln/detail/CVE-2022-39209). + - | + **LOW**: Due to a CSRF vulnerability, a `GET` request to the instance's `site/toggle_site_admin_and_employee_status` endpoint could toggle a user's site administrator status unknowingly. + bugs: + - | + After a site administrator installed a hotpatch containing changes to web interface assets such as JavaScript files or images, the instance did not serve the new assets. + known_issues: + - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. + - Custom firewall rules are removed during the upgrade process. + - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository. + - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters. + - When "Users can search GitHub.com" is enabled with {% data variables.product.prodname_github_connect %}, issues in private and internal repositories are not included in {% data variables.product.prodname_dotcom_the_website %} search results. + - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. + - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail. + - '{% data reusables.release-notes.ghas-3.4-secret-scanning-known-issue %}' diff --git a/data/release-notes/enterprise-server/3-3/15.yml b/data/release-notes/enterprise-server/3-3/15.yml new file mode 100644 index 0000000000..eb0fc38253 --- /dev/null +++ b/data/release-notes/enterprise-server/3-3/15.yml @@ -0,0 +1,36 @@ +date: '2022-10-25' +sections: + security_fixes: + - | + **HIGH**: Updated dependencies for the Management Console to the latest patch versions, which addresses security vulnerabilities including [CVE-2022-30123](https://github.com/advisories/GHSA-wq4h-7r42-5hrr) and [CVE-2022-29181](https://github.com/advisories/GHSA-xh29-r2w5-wx8m). + - | + **MEDIUM**: Updated [CommonMarker](https://github.com/gjtorikian/commonmarker) to address a scenario where parallel requests to the Markdown REST API could result in unbounded resource exhaustion. This vulnerability has been assigned [CVE-2022-39209](https://nvd.nist.gov/vuln/detail/CVE-2022-39209). + - | + **MEDIUM**: Updated Redis to 5.0.14 to address [CVE-2021-32672](https://nvd.nist.gov/vuln/detail/CVE-2021-32672) and [CVE-2021-32762](https://nvd.nist.gov/vuln/detail/CVE-2021-32762). + - | + **LOW**: Due to a CSRF vulnerability, a `GET` request to the instance's `site/toggle_site_admin_and_employee_status` endpoint could toggle a user's site administrator status unknowingly. + - Packages have been updated to the latest security versions. + bugs: + - | + After a site administrator made a change that triggered a configuration run, such as disabling GitHub Actions, validation of services would sometimes fail with the message `WARNING: Validation encountered a problem`. + - | + After a site administrator installed a hotpatch containing changes to web interface assets such as JavaScript files or images, the instance did not serve the new assets. + - | + Deleted assets and assets scheduled to be purged within a repository, such as LFS files, took too long to to be cleaned up. + - | + If a user installed a GitHub App for the user account and then converted the account into an organization, the app was not granted organization permissions. + changes: + - | + To ensure that site administrators can successfully complete an upgrade, the instance will now execute a preflight check to ensure that the virtual machine meets minimum hardware requirements. The check also verifies Elasticsearch's health. You can review the current requirements for CPU, memory, and storage for GitHub Enterprise Server in the "Minimum requirements" section within each article in "[Setting up a GitHub Enterprise Server instance](/admin/installation/setting-up-a-github-enterprise-server-instance)." + known_issues: + - After upgrading to {% data variables.product.prodname_ghe_server %} 3.3, {% data variables.product.prodname_actions %} may fail to start automatically. To resolve this issue, connect to the appliance via SSH and run the `ghe-actions-start` command. + - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. + - Custom firewall rules are removed during the upgrade process. + - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository. + - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters. + - When "Users can search GitHub.com" is enabled with {% data variables.product.prodname_github_connect %}, issues in private and internal repositories are not included in {% data variables.product.prodname_dotcom_the_website %} search results. + - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. + - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail. + - '{% data variables.product.prodname_actions %} storage settings cannot be validated and saved in the {% data variables.enterprise.management_console %} when "Force Path Style" is selected, and must instead be configured with the `ghe-actions-precheck` command line utility.' + - '{% data reusables.release-notes.ghas-3.4-secret-scanning-known-issue %}' + - '{% data reusables.release-notes.2022-09-hotpatch-issue %}' diff --git a/data/release-notes/enterprise-server/3-4/10.yml b/data/release-notes/enterprise-server/3-4/10.yml new file mode 100644 index 0000000000..e35eeb1db1 --- /dev/null +++ b/data/release-notes/enterprise-server/3-4/10.yml @@ -0,0 +1,39 @@ +date: '2022-10-25' +sections: + security_fixes: + - | + **HIGH**: Updated dependencies for the Management Console to the latest patch versions, which addresses security vulnerabilities including [CVE-2022-30123](https://github.com/advisories/GHSA-wq4h-7r42-5hrr) and [CVE-2022-29181](https://github.com/advisories/GHSA-xh29-r2w5-wx8m). + - | + **MEDIUM**: Updated [CommonMarker](https://github.com/gjtorikian/commonmarker) to address a scenario where parallel requests to the Markdown REST API could result in unbounded resource exhaustion. This vulnerability has been assigned [CVE-2022-39209](https://nvd.nist.gov/vuln/detail/CVE-2022-39209). + - | + **MEDIUM**: Updated Redis to 5.0.14 to address [CVE-2021-32672](https://nvd.nist.gov/vuln/detail/CVE-2021-32672) and [CVE-2021-32762](https://nvd.nist.gov/vuln/detail/CVE-2021-32762). + - | + **LOW**: Due to a CSRF vulnerability, a `GET` request to the instance's `site/toggle_site_admin_and_employee_status` endpoint could toggle a user's site administrator status unknowingly. + - Packages have been updated to the latest security versions. + bugs: + - | + After a site administrator made a change that triggered a configuration run, such as disabling GitHub Actions, validation of services would sometimes fail with the message `WARNING: Validation encountered a problem`. + - | + After a site administrator installed a hotpatch containing changes to web interface assets such as JavaScript files or images, the instance did not serve the new assets. + - | + When a user accessed a renamed repository using Git, the hostname in the Git output incorrectly indicated GitHub.com instead of the instance's hostname. + - | + Deleted assets and assets scheduled to be purged within a repository, such as LFS files, took too long to to be cleaned up. + - | + If a user installed a GitHub App for the user account and then converted the account into an organization, the app was not granted organization permissions. + changes: + - | + To ensure that site administrators can successfully complete an upgrade, the instance will now execute a preflight check to ensure that the virtual machine meets minimum hardware requirements. The check also verifies Elasticsearch's health. You can review the current requirements for CPU, memory, and storage for GitHub Enterprise Server in the "Minimum requirements" section within each article in "[Setting up a GitHub Enterprise Server instance](/admin/installation/setting-up-a-github-enterprise-server-instance)." + known_issues: + - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. + - Custom firewall rules are removed during the upgrade process. + - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository. + - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters. + - When "Users can search GitHub.com" is enabled with {% data variables.product.prodname_github_connect %}, issues in private and internal repositories are not included in {% data variables.product.prodname_dotcom_the_website %} search results. + - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. + - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail. + - | + After registering a self-hosted runner with the `--ephemeral` parameter on more than one level (for example, both enterprise and organization), the runner may get stuck in an idle state and require re-registration. [Updated: 2022-06-17] + - After upgrading to {% data variables.product.prodname_ghe_server %} 3.4, releases may appear to be missing from repositories. This can occur when the required Elasticsearch index migrations have not successfully completed. + - '{% data reusables.release-notes.ghas-3.4-secret-scanning-known-issue %}' + - '{% data reusables.release-notes.2022-09-hotpatch-issue %}' diff --git a/data/release-notes/enterprise-server/3-5/7.yml b/data/release-notes/enterprise-server/3-5/7.yml new file mode 100644 index 0000000000..60e4df04bb --- /dev/null +++ b/data/release-notes/enterprise-server/3-5/7.yml @@ -0,0 +1,42 @@ +date: '2022-10-25' +sections: + security_fixes: + - | + **HIGH**: Updated dependencies for the Management Console to the latest patch versions, which addresses security vulnerabilities including [CVE-2022-30123](https://github.com/advisories/GHSA-wq4h-7r42-5hrr) and [CVE-2022-29181](https://github.com/advisories/GHSA-xh29-r2w5-wx8m). + - | + **MEDIUM**: Updated [CommonMarker](https://github.com/gjtorikian/commonmarker) to address a scenario where parallel requests to the Markdown REST API could result in unbounded resource exhaustion. This vulnerability has been assigned [CVE-2022-39209](https://nvd.nist.gov/vuln/detail/CVE-2022-39209). + - | + **MEDIUM**: Updated Redis to 5.0.14 to address [CVE-2021-32672](https://nvd.nist.gov/vuln/detail/CVE-2021-32672) and [CVE-2021-32762](https://nvd.nist.gov/vuln/detail/CVE-2021-32762). + - | + **LOW**: Due to a CSRF vulnerability, a `GET` request to the instance's `site/toggle_site_admin_and_employee_status` endpoint could toggle a user's site administrator status unknowingly. + - Packages have been updated to the latest security versions. + bugs: + - | + After a site administrator made a change that triggered a configuration run, such as disabling GitHub Actions, validation of services would sometimes fail with the message `WARNING: Validation encountered a problem`. + - | + After a site administrator installed a hotpatch containing changes to web interface assets such as JavaScript files or images, the instance did not serve the new assets. + - | + When a user accessed a renamed repository using Git, the hostname in the Git output incorrectly indicated GitHub.com instead of the instance's hostname. + - | + On instances using LDAP authentication and LDAP sync, sync would fail and print `undefined method ord for nil:NilClass` in `ldap-sync.log`. + - Addressed a bug in which the endpoint for [creating a tag protection state for a repository](https://docs.github.com/en/enterprise-server@3.5/rest/repos/tags#create-a-tag-protection-state-for-a-repository) was returning a 500 error. + - | + Deleted assets and assets scheduled to be purged within a repository, such as LFS files, took too long to to be cleaned up. + - | + If a user installed a GitHub App for the user account and then converted the account into an organization, the app was not granted organization permissions. + - | + Missing secret scanning alerts on instance with a GitHub Advanced Security license that was not upgraded directly to GitHub Enterprise Server 3.4 are now visible in the web interface and through the REST API. + - In some cases, on an instance with a GitHub Advanced Security license, secret scanning alerts did not include a provider type, and instead indicated that the provider type was "unknown." + changes: + - | + To ensure that site administrators can successfully complete an upgrade, the instance will now execute a preflight check to ensure that the virtual machine meets minimum hardware requirements. The check also verifies Elasticsearch's health. You can review the current requirements for CPU, memory, and storage for GitHub Enterprise Server in the "Minimum requirements" section within each article in "[Setting up a GitHub Enterprise Server instance](/admin/installation/setting-up-a-github-enterprise-server-instance)." + known_issues: + - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. + - Custom firewall rules are removed during the upgrade process. + - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository. + - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters. + - When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. + - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. + - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail. + - Actions services need to be restarted after restoring an appliance from a backup taken on a different host. + - '{% data reusables.release-notes.2022-09-hotpatch-issue %}' diff --git a/data/release-notes/enterprise-server/3-6/3.yml b/data/release-notes/enterprise-server/3-6/3.yml new file mode 100644 index 0000000000..19c289eb89 --- /dev/null +++ b/data/release-notes/enterprise-server/3-6/3.yml @@ -0,0 +1,49 @@ +date: '2022-10-25' +sections: + security_fixes: + - | + **HIGH**: Updated dependencies for the Management Console to the latest patch versions, which addresses security vulnerabilities including [CVE-2022-30123](https://github.com/advisories/GHSA-wq4h-7r42-5hrr) and [CVE-2022-29181](https://github.com/advisories/GHSA-xh29-r2w5-wx8m). + - | + **MEDIUM**: Updated [CommonMarker](https://github.com/gjtorikian/commonmarker) to address a scenario where parallel requests to the Markdown REST API could result in unbounded resource exhaustion. This vulnerability has been assigned [CVE-2022-39209](https://nvd.nist.gov/vuln/detail/CVE-2022-39209). + - | + **MEDIUM**: Updated Redis to 5.0.14 to address [CVE-2021-32672](https://nvd.nist.gov/vuln/detail/CVE-2021-32672) and [CVE-2021-32762](https://nvd.nist.gov/vuln/detail/CVE-2021-32762). + - | + **LOW**: Due to a CSRF vulnerability, a `GET` request to the instance's `site/toggle_site_admin_and_employee_status` endpoint could toggle a user's site administrator status unknowingly. + - Packages have been updated to the latest security versions. + bugs: + - | + After a site administrator made a change that triggered a configuration run, such as disabling GitHub Actions, validation of services would sometimes fail with the message `WARNING: Validation encountered a problem`. + - | + After a site administrator installed a hotpatch containing changes to web interface assets such as JavaScript files or images, the instance did not serve the new assets. + - | + When a user accessed a renamed repository using Git, the hostname in the Git output incorrectly indicated GitHub.com instead of the instance's hostname. + - | + On instances using LDAP authentication and LDAP sync, sync would fail and print `undefined method ord for nil:NilClass` in `ldap-sync.log`. + - | + When a user visited links to view history or suggest an improvement to the GitHub Advisory Database, the URLs were incorrect, resulting in a `404` error. + - | + Deleted assets and assets scheduled to be purged within a repository, such as LFS files, took too long to to be cleaned up. + - | + On instances configured for high availability, `ghe-repl-status` incorrectly reported that replication was behind for repositories that users had previously deleted. + - | + If a user installed a GitHub App for the user account and then converted the account into an organization, the app was not granted organization permissions. + - | + Missing secret scanning alerts on instance with a GitHub Advanced Security license that was not upgraded directly to GitHub Enterprise Server 3.4 are now visible in the web interface and through the REST API. + - | + In some cases, on an instance with a GitHub Advanced Security license, some tokens detected by secret scanning were reported as "unknown tokens." + changes: + - | + To ensure that site administrators can successfully complete an upgrade, the instance will now execute a preflight check to ensure that the virtual machine meets minimum hardware requirements. The check also verifies Elasticsearch's health. You can review the current requirements for CPU, memory, and storage for GitHub Enterprise Server in the "Minimum requirements" section within each article in "[Setting up a GitHub Enterprise Server instance](/admin/installation/setting-up-a-github-enterprise-server-instance)." + known_issues: + - On a freshly set up {% data variables.product.prodname_ghe_server %} instance without any users, an attacker could create the first admin user. + - Custom firewall rules are removed during the upgrade process. + - Git LFS tracked files [uploaded through the web interface](https://github.com/blog/2105-upload-files-to-your-repositories) are incorrectly added directly to the repository. + - Issues cannot be closed if they contain a permalink to a blob in the same repository, where the blob's file path is longer than 255 characters. + - When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results. + - The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues. + - Resource limits that are specific to processing pre-receive hooks may cause some pre-receive hooks to fail. + - Actions services need to be restarted after restoring an instance from a backup taken on a different host. + - In a repository's settings, enabling the option to allow users with read access to create discussions does not enable this functionality. + - In some cases, users cannot convert existing issues to discussions. + - Custom patterns for secret scanning have `.*` as an end delimiter, specifically in the "After secret" field. This delimiter causes inconsistencies in scans for secrets across repositories, and you may notice gaps in a repository's history where no scans completed. Incremental scans may also be impacted. To prevent issues with scans, modify the end of the pattern to remove the `.*` delimiter. + - '{% data reusables.release-notes.2022-09-hotpatch-issue %}' diff --git a/data/reusables/secret-scanning/partner-secret-list-private-repo.md b/data/reusables/secret-scanning/partner-secret-list-private-repo.md index be855d2fd0..3d68fc424b 100644 --- a/data/reusables/secret-scanning/partner-secret-list-private-repo.md +++ b/data/reusables/secret-scanning/partner-secret-list-private-repo.md @@ -90,6 +90,8 @@ Google | Google OAuth Refresh Token | google_oauth_refresh_token{% endif %} Grafana | Grafana API Key | grafana_api_key HashiCorp | Terraform Cloud / Enterprise API Token | terraform_api_token HashiCorp | HashiCorp Vault Batch Token | hashicorp_vault_batch_token +{%- ifversion fpt or ghec or ghes > 3.8 or ghae > 3.8 %} +HashiCorp | HashiCorp Vault Root Service Token | hashicorp_vault_root_service_token{% endif %} HashiCorp | HashiCorp Vault Service Token | hashicorp_vault_service_token Hubspot | Hubspot API Key | hubspot_api_key Intercom | Intercom Access Token | intercom_access_token diff --git a/translations/es-ES/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md b/translations/es-ES/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md index ba60987068..a006c11816 100644 --- a/translations/es-ES/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md +++ b/translations/es-ES/content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md @@ -161,7 +161,7 @@ For example, to see notifications from the octo-org organization, use `org:octo- ## {% data variables.product.prodname_dependabot %} custom filters -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} If you use {% data variables.product.prodname_dependabot %} to keep your dependencies up-to-date, you can use and save these custom filters: - `is:repository_vulnerability_alert` to show notifications for {% data variables.product.prodname_dependabot_alerts %}. - `reason:security_alert` to show notifications for {% data variables.product.prodname_dependabot_alerts %} and security update pull requests. @@ -170,7 +170,7 @@ If you use {% data variables.product.prodname_dependabot %} to keep your depende For more information about {% data variables.product.prodname_dependabot %}, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)." {% endif %} -{% ifversion ghes < 3.3 or ghae %} +{% ifversion ghae %} If you use {% data variables.product.prodname_dependabot %} to tell you about insecure dependencies, you can use and save these custom filters to show notifications for {% data variables.product.prodname_dependabot_alerts %}: - `is:repository_vulnerability_alert` diff --git a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md index a2124b6092..e90733dfb6 100644 --- a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md +++ b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md @@ -24,7 +24,7 @@ Organizations that use {% data variables.product.prodname_ghe_cloud %} can confi To confirm your organization's identity and display a "Verified" badge on your organization profile page, you can verify your organization's domains with {% data variables.product.prodname_dotcom %}. For more information, see "[Verifying or approving a domain for your organization](/organizations/managing-organization-settings/verifying-or-approving-a-domain-for-your-organization)." {% endif %} -{% ifversion fpt or ghes > 3.2 or ghec %} +{% ifversion fpt or ghes or ghec %} ![Sample organization profile page](/assets/images/help/organizations/org_profile_with_overview.png) {% else %} ![Sample organization profile page](/assets/images/help/profile/org_profile.png) diff --git a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private.md b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private.md index 9ef85f8450..fd27d7a36e 100644 --- a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private.md +++ b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private.md @@ -1,56 +1,62 @@ --- -title: Setting your profile to private -intro: 'A private profile displays only limited information, and hides some activity.' +title: Establecer tu perfil en privado +intro: Un perfil privado muestra solo información limitada y oculta parte de la actividad. versions: fpt: '*' topics: - Profiles shortTitle: Set profile to private +ms.openlocfilehash: c00718c84d99de95a9ca1352f32954279906451d +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148009678' --- -## About private profiles +## Acerca de los perfiles privados -To hide parts of your profile page, you can make your profile private. This also hides your activity in various social features on {% data variables.product.prodname_dotcom_the_website %}. A private profile hides information from all users, and there is currently no option to allow specified users to see your activity. +Para ocultar partes de la página de perfil, puedes hacer que tu perfil sea privado. Esto también oculta la actividad en varias características sociales en {% data variables.product.prodname_dotcom_the_website %}. Un perfil privado oculta la información a todos los usuarios; actualmente no hay ninguna opción para permitir que usuarios específicos vean tu actividad. -After making your profile private, you can still view all your information when you visit your own profile. +Después de hacer que tu perfil sea privado, todavía puedes ver toda la información cuando visites tu propio perfil. -Private profiles cannot receive sponsorships under [{% data variables.product.prodname_sponsors %}](/sponsors/getting-started-with-github-sponsors/about-github-sponsors). To be eligible for {% data variables.product.prodname_sponsors %}, your profile cannot be private. +Los perfiles privados no pueden recibir patrocinios con [{% data variables.product.prodname_sponsors %}](/sponsors/getting-started-with-github-sponsors/about-github-sponsors). Para poder optar a {% data variables.product.prodname_sponsors %}, el perfil no puede ser privado. -## Differences between private and public profiles +## Diferencias entre perfiles privados y públicos -When your profile is private, the following content is hidden from your profile page: +Cuando el perfil es privado, se oculta el siguiente contenido de la página del perfil: -- Achievements and highlights. -- Activity overview and activity feed. -- Contribution graph. -- Follower and following counts. -- Follow and Sponsor buttons. -- Organization memberships. -- Stars, projects, packages, and sponsoring tabs. +- Logros y aspectos destacados. +- Información general de la actividad y fuente de actividades. +- Gráfico de contribución. +- Recuento de seguidores y de perfiles que sigues. +- Botones Seguir y Patrocinar. +- Pertenencias a organizaciones. +- Estrellas, proyectos, paquetes y pestañas de patrocinador. {% note %} -**Note**: When your profile is private, some optional fields are still publicly visible, such as the README, biography, and profile photo. +**Nota**: cuando el perfil es privado, algunos campos opcionales siguen siendo visibles públicamente, como el LÉAME, la biografía y la foto de perfil. {% endnote %} -## Changes to reporting on your activities +## Cambios en la generación de informes sobre sus actividades -By making your profile private, you will not remove or hide past activity; this setting only applies to your activity while the private setting is enabled. +Al hacer que tu perfil sea privado, no eliminarás u ocultarás la actividad pasada; esta opción solo se aplica a la actividad mientras la configuración privada está habilitada. -When your profile is private, your {% data variables.product.prodname_dotcom_the_website %} activity will not appear in the following locations: +Cuando el perfil es privado, la actividad {% data variables.product.prodname_dotcom_the_website %} no aparecerá en las siguientes ubicaciones: -- Activity feeds for other users. -- Discussions leaderboards. -- The [Trending](https://github.com/trending) page. +- Fuentes de actividades para otros usuarios. +- Tablas de clasificación de discusiones. +- Página [Tendencias](https://github.com/trending). {% note %} -**Note**: Your activity on public repositories will still be publicly visible to anyone viewing those repositories, and some activity data may still be available through the {% data variables.product.prodname_dotcom %} API. +**Nota**: la actividad en repositorios públicos seguirá siendo visible públicamente para cualquier persona que vea esos repositorios, y es posible que algunos datos de actividad sigan estando disponibles a través de la API {% data variables.product.prodname_dotcom %}. {% endnote %} -## Changing your profile's privacy settings +## Cambio de la configuración de privacidad del perfil {% data reusables.user-settings.access_settings %} -1. Under "Contributions & Activity", select the checkbox next to **Make profile private and hide activity**. +1. En «Contribuciones y actividad», activa la casilla situada junto a **Hacer que el perfil sea privado y ocultar actividad**. {% data reusables.user-settings.update-preferences %} diff --git a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile.md b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile.md index 3e24053ec8..fa16c3f01b 100644 --- a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile.md +++ b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile.md @@ -69,11 +69,15 @@ The email address in the `From:` field is the address that was set in the [local If the email address used for the commit is not connected to your account on {% data variables.location.product_location %}, {% ifversion ghae %}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 account on {% data variables.location.product_location %}. Your contributions graph will be rebuilt automatically when you add the new address.{% endif %} -{% warning %} +{% ifversion fpt or ghec %} +{% note %} -**Warning**: Generic email addresses, such as `jane@computer.local`, cannot be added to {% data variables.product.prodname_dotcom %} accounts. If you use such an email for your commits, the commits will not be linked to your {% data variables.product.prodname_dotcom %} profile and will not show up in your contribution graph. +**Note**: If you use a {% data variables.enterprise.prodname_managed_user %}, you cannot add additional email addresses to the account, even if multiple email addresses are registered with your identity provider (IdP). Therefore, only commits that are authored by the primary email address registered with your IdP can be associated with your {% data variables.enterprise.prodname_managed_user %}. -{% endwarning %} +{% endnote %} +{% endif %} + +Generic email addresses, such as `jane@computer.local`, cannot be added to {% data variables.product.prodname_dotcom %} accounts and linked to commits. If you've authored any commits using a generic email address, the commits will not be linked to your {% data variables.product.prodname_dotcom %} profile and will not show up in your contribution graph. ### Commit was not made in the default or `gh-pages` branch diff --git a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/index.md b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/index.md index 63b2860091..d72f863eba 100644 --- a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/index.md +++ b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/index.md @@ -1,6 +1,6 @@ --- title: Setting up and managing your personal account on GitHub -intro: You can manage settings for your personal account on {% ifversion fpt or ghec or ghes %}{% data variables.location.product_location %}{% elsif ghae %}{% data variables.product.product_name %}{% endif %}, including email preferences, access to personal repositories, and organization memberships. You can also manage the account itself. +intro: 'You can manage settings for your personal account on {% ifversion fpt or ghec or ghes %}{% data variables.location.product_location %}{% elsif ghae %}{% data variables.product.product_name %}{% endif %}, including email preferences, access to personal repositories, and organization memberships. You can also manage the account itself.' shortTitle: Personal accounts redirect_from: - /categories/setting-up-and-managing-your-github-user-account diff --git a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-accessibility-settings.md b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-accessibility-settings.md index 20771e8187..68a58042b1 100644 --- a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-accessibility-settings.md +++ b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-accessibility-settings.md @@ -1,7 +1,7 @@ --- title: Managing accessibility settings shortTitle: Manage accessibility settings -intro: "{% data variables.product.product_name %}'s user interface can adapt to your vision, hearing, motor, cognitive, or learning needs." +intro: '{% data variables.product.product_name %}''s user interface can adapt to your vision, hearing, motor, cognitive, or learning needs.' versions: feature: keyboard-shortcut-accessibility-setting redirect_from: diff --git a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md index 826eb8dfe9..52815b7a7d 100644 --- a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md +++ b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md @@ -1,10 +1,10 @@ --- -title: Administración de la configuración de seguridad y análisis para la cuenta personal -intro: 'Puedes controlar las características que dan seguridad y analizan tu código en tus proyectos dentro de {% data variables.product.prodname_dotcom %}.' +title: Managing security and analysis settings for your personal account +intro: 'You can control features that secure and analyze the code in your projects on {% data variables.product.prodname_dotcom %}.' versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' topics: - Accounts redirect_from: @@ -12,47 +12,43 @@ redirect_from: - /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account - /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-security-and-analysis-settings-for-your-user-account shortTitle: Manage security & analysis -ms.openlocfilehash: 61d1944219fd1b75f476c7aef8305018c85735c5 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '145165352' --- -## Acerca de la administración de los parámetros de seguridad y análisis +## About management of security and analysis settings -{% data variables.product.prodname_dotcom %} puede ayudarte a asegurar tus repositorios. Este tema te muestra cómo puedes administrar las características de seguridad y análisis para todos tus repositorios existentes o nuevos. +{% data variables.product.prodname_dotcom %} can help secure your repositories. This topic tells you how you can manage the security and analysis features for all your existing or new repositories. -Aún puedes administrar las características de seguridad y análisis para los repositorios individuales. Para más información, vea "[Administración de la configuración de seguridad y análisis para el repositorio](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)". +You can still manage the security and analysis features for individual repositories. For more information, see "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)." -También puedes revisar el registro de seguridad para toda la actividad de tu cuenta personal. Para más información, vea "[Revisión del registro de seguridad](/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log)". +You can also review the security log for all activity on your personal account. For more information, see "[Reviewing your security log](/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log)." {% data reusables.security.some-security-and-analysis-features-are-enabled-by-default %} {% data reusables.security.security-and-analysis-features-enable-read-only %} -Para obtener información general sobre la seguridad de nivel de repositorio, vea "[Protección del repositorio](/code-security/getting-started/securing-your-repository)". +For an overview of repository-level security, see "[Securing your repository](/code-security/getting-started/securing-your-repository)." -## Habilitar o inhabilitar las características para los repositorios existentes +## Enabling or disabling features for existing repositories -{% data reusables.user-settings.access_settings %} {% data reusables.user-settings.security-analysis %} -3. En "Seguridad y análisis de código", a la derecha de la característica, haga clic en **Deshabilitar todo** o **Habilitar todo**. - {% ifversion ghes > 3.2 %}![Botón "Habilitar todo" o "Deshabilitar todo" para "Configurar características de seguridad y análisis"](/assets/images/enterprise/3.3/settings/security-and-analysis-disable-or-enable-all.png){% else %}!["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/help/settings/security-and-analysis-disable-or-enable-all.png){% endif %} -6. Opcionalmente, habilita la característica predeterminada para los repositorios nuevos que te pertenezcan. - {% ifversion ghes > 3.2 %}![Opción "Habilitar de forma predeterminada" para los nuevos repositorios](/assets/images/enterprise/3.3/settings/security-and-analysis-enable-by-default-in-modal.png){% else %}!["Enable by default" option for new repositories](/assets/images/help/settings/security-and-analysis-enable-by-default-in-modal.png){% endif %} -7. Haga clic en **Disable FEATURE** o **Enable FEATURE** a fin de deshabilitar o habilitar la característica para todos los repositorios que posea. - {% ifversion ghes > 3.2 %}![Botón para deshabilitar o habilitar la característica](/assets/images/enterprise/3.3/settings/security-and-analysis-enable-dependency-graph.png){% else %}![Button to disable or enable feature](/assets/images/help/settings/security-and-analysis-enable-dependency-graph.png){% endif %} +{% data reusables.user-settings.access_settings %} +{% data reusables.user-settings.security-analysis %} +3. Under "Code security and analysis", to the right of the feature, click **Disable all** or **Enable all**. + {% ifversion ghes %}!["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/enterprise/3.3/settings/security-and-analysis-disable-or-enable-all.png){% else %}!["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/help/settings/security-and-analysis-disable-or-enable-all.png){% endif %} +6. Optionally, enable the feature by default for new repositories that you own. + {% ifversion ghes %}!["Enable by default" option for new repositories](/assets/images/enterprise/3.3/settings/security-and-analysis-enable-by-default-in-modal.png){% else %}!["Enable by default" option for new repositories](/assets/images/help/settings/security-and-analysis-enable-by-default-in-modal.png){% endif %} +7. Click **Disable FEATURE** or **Enable FEATURE** to disable or enable the feature for all the repositories you own. + {% ifversion ghes %}![Button to disable or enable feature](/assets/images/enterprise/3.3/settings/security-and-analysis-enable-dependency-graph.png){% else %}![Button to disable or enable feature](/assets/images/help/settings/security-and-analysis-enable-dependency-graph.png){% endif %} {% data reusables.security.displayed-information %} -## Habilitar o inhabilitar las características para los repositorios nuevos +## Enabling or disabling features for new repositories -{% data reusables.user-settings.access_settings %} {% data reusables.user-settings.security-analysis %} -3. Debajo de "Análisis y seguridad del código", a la derecha de la característica, habilítala o inhabilítala predeterminadamente para los repositorios nuevos que te pertenezcan. - {% ifversion ghes > 3.2 %}![Casilla para habilitar o deshabilitar una característica para nuevos repositorios](/assets/images/enterprise/3.3/settings/security-and-analysis-enable-or-disable-feature-checkbox.png){% else %}![Checkbox for enabling or disabling a feature for new repositories](/assets/images/help/settings/security-and-analysis-enable-or-disable-feature-checkbox.png){% endif %} +{% data reusables.user-settings.access_settings %} +{% data reusables.user-settings.security-analysis %} +3. Under "Code security and analysis", to the right of the feature, enable or disable the feature by default for new repositories that you own. + {% ifversion ghes %}![Checkbox for enabling or disabling a feature for new repositories](/assets/images/enterprise/3.3/settings/security-and-analysis-enable-or-disable-feature-checkbox.png){% else %}![Checkbox for enabling or disabling a feature for new repositories](/assets/images/help/settings/security-and-analysis-enable-or-disable-feature-checkbox.png){% endif %} -## Información adicional +## Further reading -- "[Acerca del gráfico de dependencias](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)" -- "[Acerca de {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)" -- "[Mantenimiento de las dependencias actualizadas automáticamente](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically)" +- "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)" +- "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)" +- "[Keeping your dependencies updated automatically](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically)" diff --git a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md index 9c5f9a8156..0e7cb50485 100644 --- a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md +++ b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages.md @@ -9,12 +9,12 @@ versions: topics: - Accounts shortTitle: Manage cookie preferences -ms.openlocfilehash: f2fdbcf8bd552902e7db491aa1b3c6622c5673ab -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 44f0324a91f8447a10947d5f5c7be111241ad091 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147760930' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109817' --- ## Acerca de las preferencias de cookies en las páginas de marketing empresarial diff --git a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md index 0e40ac3418..584121c0e5 100644 --- a/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md +++ b/translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md @@ -1,6 +1,6 @@ --- -title: Administrar la configuración de tu tema -intro: 'Puedes administrar la forma en que {% data variables.product.product_name %} te ve si configuras las preferencias de tema que ya sea siguen la configuración de tu sistema o siempre utilzian un modo claro u oscuro.' +title: Managing your theme settings +intro: 'You can manage how {% data variables.product.product_name %} looks to you by setting a theme preference that either follows your system settings or always uses a light or dark mode.' versions: fpt: '*' ghae: '*' @@ -13,52 +13,51 @@ redirect_from: - /github/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings - /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings shortTitle: Manage theme settings -ms.openlocfilehash: 6251b265d99271f58a4ad02d2f6cb7fdf722cb6b -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147580451' --- -Para obtener elecciones y flexibilidad en la forma y momento de utilizar {% data variables.product.product_name %}, puedes configurar los ajustes de tema para cambiar la forma en la que ves a {% data variables.product.product_name %}. Puedes elegir de entre los temas claros u oscuros o puedes configurar a {% data variables.product.product_name %} para que siga la configuración de tu sistema. -Puede que quieras utilizar un tema oscuro para reducir el consumo de energía en algunos dispositivos, para reducir la fatiga ocular en condiciones de luz baja o porque te gusta más cómo se ve. +For choice and flexibility in how and when you use {% data variables.product.product_name %}, you can configure theme settings to change how {% data variables.product.product_name %} looks to you. You can choose from themes that are light or dark, or you can configure {% data variables.product.product_name %} to follow your system settings. -{% ifversion fpt or ghes > 3.2 or ghae or ghec %}Si tu visión es limitada, puedes beneficiarse de un tema de contraste alto, con mayor contraste entre los elementos en primer y segundo plano.{% endif %}{% ifversion fpt or ghae or ghec %} Si padeces daltonismo, puedes beneficiarse de nuestros temas claro y oscuro para daltónicos. +You may want to use a dark theme to reduce power consumption on certain devices, to reduce eye strain in low-light conditions, or because you prefer how the theme looks. + +If you have low vision, you may benefit from a high contrast theme, with greater contrast between foreground and background elements.{% ifversion fpt or ghae or ghec %} If you have colorblindness, you may benefit from our light and dark colorblind themes. {% endif %} -{% data reusables.user-settings.access_settings %} {% data reusables.user-settings.appearance-settings %} +{% data reusables.user-settings.access_settings %} +{% data reusables.user-settings.appearance-settings %} -1. Debajo de "Modo del tema", selecciona el menú desplegable y haz clic en una preferencia de tema. +1. Under "Theme mode", select the drop-down menu, then click a theme preference. - ![Menú desplegable en "Theme mode" (Modo del tema) para la selección de preferencias de tema](/assets/images/help/settings/theme-mode-drop-down-menu.png) -1. Haz clic en el tema que quieres usar. - - Si eliges un tema simple, haz clic en un tema. + ![Drop-down menu under "Theme mode" for selection of theme preference](/assets/images/help/settings/theme-mode-drop-down-menu.png) +1. Click the theme you'd like to use. + - If you chose a single theme, click a theme. - {%- ifversion ghes = 3.5 %} {% note %} + {%- ifversion ghes = 3.5 %} + {% note %} - **Nota**: El tema de contraste de luz alto no estaba disponible en {% data variables.product.product_name %} 3.5.0, 3.5.1, 3.5.2 y 3.5.3. El tema está disponible a partir de la versión 3.5.4. Para obtener más información sobre las actualizaciones, ponte en contacto con el administrador del sitio. + **Note**: The light high contrast theme was unavailable in {% data variables.product.product_name %} 3.5.0, 3.5.1, 3.5.2, and 3.5.3. The theme is available in 3.5.4 and later. For more information about upgrades, contact your site administrator. - Para obtener más información sobre cómo determinar la versión de {% data variables.product.product_name %} que usas, consulta "[Acerca de las versiones de {% data variables.product.prodname_docs %}](/get-started/learning-about-github/about-versions-of-github-docs#github-enterprise-server)". - {% endnote %} {%- endif %} + For more information about determining the version of {% data variables.product.product_name %} you're using, see "[About versions of {% data variables.product.prodname_docs %}](/get-started/learning-about-github/about-versions-of-github-docs#github-enterprise-server)." + {% endnote %} + {%- endif %} - {% ifversion fpt or ghes > 3.2 or ghae or ghec %}![Botones radiales para elegir un tema simple](/assets/images/help/settings/theme-choose-a-single-theme-highcontrast.png){% else %}![Botones radiales para elegir un tema simple](/assets/images/help/settings/theme-choose-a-single-theme.png){% endif %} - - Si eliges seguir tu configuración de sistema, haz clic en un tema de día y de noche. + ![Radio buttons for the choice of a single theme](/assets/images/help/settings/theme-choose-a-single-theme-highcontrast.png) + - If you chose to follow your system settings, click a day theme and a night theme. - {% ifversion fpt or ghes > 3.2 or ghae or ghec %}![Botones para la elección de un tema a fin de sincronizar con la configuración del sistema](/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync-highcontrast.png){% else %}![Botones para la elección de un tema a fin de sincronizar con la configuración del sistema](/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync.png){% endif %} {% ifversion fpt or ghec %} - - Si te gustaría elegir un tema que se encuentre actualmente en beta público, primero necesitas habilitarlo con la vista previa de características. Para obtener más información, vea "[Explorar versiones de acceso anticipado con la vista previa de la característica](/get-started/using-github/exploring-early-access-releases-with-feature-preview)".{% endif %} + ![Buttons for the choice of a theme to sync with the system setting](/assets/images/help/settings/theme-choose-a-day-and-night-theme-to-sync-highcontrast.png) + {% ifversion fpt or ghec %} + - If you would like to choose a theme which is currently in public beta, you will first need to enable it with feature preview. For more information, see "[Exploring early access releases with feature preview](/get-started/using-github/exploring-early-access-releases-with-feature-preview)."{% endif %} {% ifversion command-palette %} {% note %} -**Nota**: También puede cambiar la configuración del tema con la paleta de comandos. Para obtener más información, vea "[{% data variables.product.prodname_command_palette %}](/get-started/using-github/github-command-palette)". +**Note:** You can also change your theme settings with the command palette. For more information, see "[{% data variables.product.prodname_command_palette %}](/get-started/using-github/github-command-palette)". {% endnote %} {% endif %} -## Información adicional +## Further reading -- "[Configuración de un tema para {% data variables.product.prodname_desktop %}](/desktop/installing-and-configuring-github-desktop/setting-a-theme-for-github-desktop)" +- "[Setting a theme for {% data variables.product.prodname_desktop %}](/desktop/installing-and-configuring-github-desktop/setting-a-theme-for-github-desktop)" diff --git a/translations/es-ES/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/translations/es-ES/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 5409856a9d..6fd1dab0b3 100644 --- a/translations/es-ES/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/translations/es-ES/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -231,19 +231,11 @@ For example, this `cleanup.js` will only run on Linux-based runners: ### `runs.steps` -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} **Required** The steps that you plan to run in this action. These can be either `run` steps or `uses` steps. -{% else %} -**Required** The steps that you plan to run in this action. -{% endif %} #### `runs.steps[*].run` -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} **Optional** The command you want to run. This can be inline or a script in your action repository: -{% else %} -**Required** The command you want to run. This can be inline or a script in your action repository: -{% endif %} {% raw %} ```yaml @@ -269,11 +261,7 @@ For more information, see "[`github context`](/actions/reference/context-and-exp #### `runs.steps[*].shell` -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} **Optional** The shell where you want to run the command. You can use any of the shells listed [here](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsshell). Required if `run` is set. -{% else %} -**Required** The shell where you want to run the command. You can use any of the shells listed [here](/actions/reference/workflow-syntax-for-github-actions#jobsjob_idstepsshell). Required if `run` is set. -{% endif %} {% ifversion fpt or ghes > 3.3 or ghae > 3.3 or ghec %} #### `runs.steps[*].if` @@ -322,7 +310,6 @@ steps: **Optional** Specifies the working directory where the command is run. -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} #### `runs.steps[*].uses` **Optional** Selects an action to run as part of a step in your job. An action is a reusable unit of code. You can use an action defined in the same repository as the workflow, a public repository, or in a [published Docker container image](https://hub.docker.com/). @@ -371,7 +358,6 @@ runs: middle_name: The last_name: Octocat ``` -{% endif %} {% ifversion ghes > 3.5 or ghae > 3.5 %} diff --git a/translations/es-ES/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md b/translations/es-ES/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md index 51096695f7..3c432cc1e2 100644 --- a/translations/es-ES/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md +++ b/translations/es-ES/content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-hashicorp-vault.md @@ -1,6 +1,6 @@ --- title: Configurar OpenID Connect en HashiCorp Vault -shortTitle: Configuring OpenID Connect in HashiCorp Vault +shortTitle: OpenID Connect in HashiCorp Vault intro: Utiliza OpenID Connect dentro de tus flujos de trabajo para autenticarte con HashiCorp Vault. miniTocMaxHeadingLevel: 3 versions: @@ -10,12 +10,12 @@ versions: type: tutorial topics: - Security -ms.openlocfilehash: 7a6ec65ff244a84b47475238b907500b8046135b -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 174243818443709ee6ffe3b22aa668cff254266f +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147682278' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148106633' --- {% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-github-hosted-runners %} diff --git a/translations/es-ES/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/es-ES/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index f66ea675e4..1f447b00f9 100644 --- a/translations/es-ES/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/translations/es-ES/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -69,13 +69,10 @@ You can use any machine as a self-hosted runner as long at it meets these requir * The machine has enough hardware resources for the type of workflows you plan to run. The self-hosted runner application itself only requires minimal resources. * If you want to run workflows that use Docker container actions or service containers, you must use a Linux machine and Docker must be installed. -{% ifversion fpt or ghes > 3.2 or ghec or ghae %} ## Autoscaling your self-hosted runners You can automatically increase or decrease the number of self-hosted runners in your environment in response to the webhook events you receive. For more information, see "[Autoscaling with self-hosted runners](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)." -{% endif %} - ## Usage limits There are some limits on {% data variables.product.prodname_actions %} usage when using self-hosted runners. These limits are subject to change. @@ -249,7 +246,6 @@ codeload.github.com {% endnote %} - {% endif %} ## Self-hosted runner security diff --git a/translations/es-ES/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/translations/es-ES/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md index 3ccfe230c8..3ea5bd9887 100644 --- a/translations/es-ES/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md +++ b/translations/es-ES/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md @@ -32,7 +32,7 @@ For more information, see "[About self-hosted runners](/github/automating-your-w {% endwarning %} {% endif %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} You can set up automation to scale the number of self-hosted runners. For more information, see "[Autoscaling with self-hosted runners](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)." diff --git a/translations/es-ES/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md b/translations/es-ES/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md index 89ba5d874e..01c8c1cb9f 100644 --- a/translations/es-ES/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md +++ b/translations/es-ES/content/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners.md @@ -5,7 +5,7 @@ intro: You can automatically scale your self-hosted runners in response to webho versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' ghae: '*' type: overview --- diff --git a/translations/es-ES/content/actions/learn-github-actions/contexts.md b/translations/es-ES/content/actions/learn-github-actions/contexts.md index 2629ad6dba..bdf5bb0bfb 100644 --- a/translations/es-ES/content/actions/learn-github-actions/contexts.md +++ b/translations/es-ES/content/actions/learn-github-actions/contexts.md @@ -608,7 +608,7 @@ jobs: ## `secrets` context -The `secrets` context contains the names and values of secrets that are available to a workflow run. The `secrets` context is not available for composite actions. For more information about secrets, see "[Encrypted secrets](/actions/security-guides/encrypted-secrets)." +The `secrets` context contains the names and values of secrets that are available to a workflow run. The `secrets` context is not available for composite actions due to security reasons. If you want to pass a secret to a composite action, you need to do it explicitly as an input. For more information about secrets, see "[Encrypted secrets](/actions/security-guides/encrypted-secrets)." `GITHUB_TOKEN` is a secret that is automatically created for every workflow run, and is always included in the `secrets` context. For more information, see "[Automatic token authentication](/actions/security-guides/automatic-token-authentication)." diff --git a/translations/es-ES/content/actions/security-guides/automatic-token-authentication.md b/translations/es-ES/content/actions/security-guides/automatic-token-authentication.md index a7a52992a7..ba4f2ce5f5 100644 --- a/translations/es-ES/content/actions/security-guides/automatic-token-authentication.md +++ b/translations/es-ES/content/actions/security-guides/automatic-token-authentication.md @@ -87,9 +87,7 @@ The following table shows the permissions granted to the `GITHUB_TOKEN` by defau | issues | read/write | none | read | | metadata | read | read | read | | packages | read/write | none | read | -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} | pages | read/write | none | read | -{%- endif %} | pull-requests | read/write | none | read | | repository-projects | read/write | none | read | | security-events | read/write | none | read | diff --git a/translations/es-ES/content/actions/security-guides/encrypted-secrets.md b/translations/es-ES/content/actions/security-guides/encrypted-secrets.md index cd8cf7b99a..693eb7bb34 100644 --- a/translations/es-ES/content/actions/security-guides/encrypted-secrets.md +++ b/translations/es-ES/content/actions/security-guides/encrypted-secrets.md @@ -7,6 +7,8 @@ redirect_from: - /actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets - /actions/configuring-and-managing-workflows/using-variables-and-secrets-in-a-workflow - /actions/reference/encrypted-secrets + - /actions/managing-workflows/storing-secrets + miniTocMaxHeadingLevel: 3 versions: fpt: '*' diff --git a/translations/es-ES/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md b/translations/es-ES/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md index 1952a52db5..97c4628d94 100644 --- a/translations/es-ES/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md +++ b/translations/es-ES/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md @@ -1,50 +1,49 @@ --- -title: Control del acceso a los ejecutores más grandes -intro: 'Puedes utilizar políticas para limitar el acceso a los {% data variables.actions.hosted_runner %} que se hayan agregado a una organización o empresa.' +title: Controlling access to larger runners +shortTitle: 'Control access to {% data variables.actions.hosted_runner %}s' +intro: 'You can use policies to limit access to {% data variables.actions.hosted_runner %}s that have been added to an organization or enterprise.' product: '{% data reusables.gated-features.hosted-runners %}' versions: feature: actions-hosted-runners type: tutorial -shortTitle: 'Controlling access to {% data variables.actions.hosted_runner %}s' -ms.openlocfilehash: 6761f05ef04d18ebba7b9ef8a2894d7effd2622b -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147764173' --- -{% data reusables.actions.enterprise-beta %} {% data reusables.actions.enterprise-github-hosted-runners %} -## Acerca de grupos de ejecutores +{% data reusables.actions.enterprise-beta %} +{% data reusables.actions.enterprise-github-hosted-runners %} -{% data reusables.actions.about-runner-groups %} {% ifversion fpt %}Para obtener más información, consulta la [{% data variables.product.prodname_ghe_cloud %} ](/enterprise-cloud@latest/actions/using-github-hosted-runners/controlling-access-to-larger-runners).{% endif %} +## About runner groups + +{% data reusables.actions.about-runner-groups %} {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/using-github-hosted-runners/controlling-access-to-larger-runners).{% endif %} {% ifversion ghec or ghes or ghae %} -## Creación de un grupo de ejecutores para una organización +## Creating a runner group for an organization -{% data reusables.actions.hosted-runner-security-admonition %} {% data reusables.actions.creating-a-runner-group-for-an-organization %} +{% data reusables.actions.hosted-runner-security-admonition %} +{% data reusables.actions.creating-a-runner-group-for-an-organization %} -## Crear un grupo de ejecutores para una organización +## Creating a runner group for an enterprise -{% data reusables.actions.hosted-runner-security-admonition %} {% data reusables.actions.creating-a-runner-group-for-an-enterprise %} +{% data reusables.actions.hosted-runner-security-admonition %} +{% data reusables.actions.creating-a-runner-group-for-an-enterprise %} {% endif %} -## Cambiar la política de acceso de un grupo de ejecutores +## Changing the access policy of a runner group -{% data reusables.actions.hosted-runner-security-admonition %} {% data reusables.actions.changing-the-access-policy-of-a-runner-group %} +{% data reusables.actions.hosted-runner-security-admonition %} +{% data reusables.actions.changing-the-access-policy-of-a-runner-group %} -## Cambiar el nombre de un grupo de ejectuores +## Changing the name of a runner group {% data reusables.actions.changing-the-name-of-a-runner-group %} {% ifversion ghec or ghes or ghae %} -## Cambiar un ejecutor a un grupo +## Moving a runner to a group {% data reusables.actions.moving-a-runner-to-a-group %} -## Eliminar un grupo de ejecutores +## Removing a runner group {% data reusables.actions.removing-a-runner-group %} diff --git a/translations/es-ES/content/actions/using-github-hosted-runners/using-larger-runners.md b/translations/es-ES/content/actions/using-github-hosted-runners/using-larger-runners.md index ed6b379be2..b0f14df4a0 100644 --- a/translations/es-ES/content/actions/using-github-hosted-runners/using-larger-runners.md +++ b/translations/es-ES/content/actions/using-github-hosted-runners/using-larger-runners.md @@ -1,11 +1,11 @@ --- title: Using larger runners -shortTitle: 'Larger runners' +shortTitle: Larger runners intro: '{% data variables.product.prodname_dotcom %} offers larger runners with more RAM and CPU.' miniTocMaxHeadingLevel: 3 product: '{% data reusables.gated-features.hosted-runners %}' versions: - feature: 'actions-hosted-runners' + feature: actions-hosted-runners --- ## Overview of {% data variables.actions.hosted_runner %}s diff --git a/translations/es-ES/content/actions/using-workflows/workflow-commands-for-github-actions.md b/translations/es-ES/content/actions/using-workflows/workflow-commands-for-github-actions.md index 190fb29822..61b705ee40 100644 --- a/translations/es-ES/content/actions/using-workflows/workflow-commands-for-github-actions.md +++ b/translations/es-ES/content/actions/using-workflows/workflow-commands-for-github-actions.md @@ -139,8 +139,8 @@ The following table shows which toolkit functions are available within a workflo | Toolkit function | Equivalent workflow command | | ----------------- | ------------- | | `core.addPath` | Accessible using environment file `GITHUB_PATH` | -| `core.debug` | `debug` |{% ifversion fpt or ghes > 3.2 or ghae or ghec %} -| `core.notice` | `notice` |{% endif %} +| `core.debug` | `debug` | +| `core.notice` | `notice` | | `core.error` | `error` | | `core.endGroup` | `endgroup` | | `core.exportVariable` | Accessible using environment file `GITHUB_ENV` | @@ -216,8 +216,6 @@ Write-Output "::debug::Set the Octocat variable" {% endpowershell %} -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} - ## Setting a notice message Creates a notice message and prints the message to the log. {% data reusables.actions.message-annotation-explanation %} @@ -245,7 +243,6 @@ Write-Output "::notice file=app.js,line=1,col=5,endColumn=7::Missing semicolon" ``` {% endpowershell %} -{% endif %} ## Setting a warning message diff --git a/translations/es-ES/content/actions/using-workflows/workflow-syntax-for-github-actions.md b/translations/es-ES/content/actions/using-workflows/workflow-syntax-for-github-actions.md index 5c778a85ca..4969f6b53e 100644 --- a/translations/es-ES/content/actions/using-workflows/workflow-syntax-for-github-actions.md +++ b/translations/es-ES/content/actions/using-workflows/workflow-syntax-for-github-actions.md @@ -32,7 +32,7 @@ The name of your workflow. {% data variables.product.prodname_dotcom %} displays {% ifversion actions-run-name %} ## `run-name` -The name for workflow runs generated from the workflow. {% data variables.product.prodname_dotcom %} displays the workflow run name in the list of workflow runs on your repository's "Actions" tab. If you omit `run-name`, the run name is set to event-specific information for the workflow run. For example, for a workflow triggered by a `push` or `pull_request` event, it is set as the commit message. +The name for workflow runs generated from the workflow. {% data variables.product.prodname_dotcom %} displays the workflow run name in the list of workflow runs on your repository's "Actions" tab. If `run-name` is omitted or is only whitespace, then the run name is set to event-specific information for the workflow run. For example, for a workflow triggered by a `push` or `pull_request` event, it is set as the commit message. This value can include expressions and can reference the [`github`](/actions/learn-github-actions/contexts#github-context) and [`inputs`](/actions/learn-github-actions/contexts#inputs-context) contexts. diff --git a/translations/es-ES/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md b/translations/es-ES/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md index ef0b9fc8fc..192df3affc 100644 --- a/translations/es-ES/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md +++ b/translations/es-ES/content/admin/code-security/managing-github-advanced-security-for-your-enterprise/configuring-dependency-review-for-your-appliance.md @@ -1,7 +1,7 @@ --- title: Configuring dependency review for your appliance shortTitle: Configuring dependency review -intro: 'To helps users understand dependency changes when reviewing pull requests, you can enable, configure, and disable dependency review for {% data variables.location.product_location %}.' +intro: 'To helps users understand dependency changes when reviewing pull requests, you can enable, configure, and disable dependency review for {% data variables.location.product_location %}.' product: '{% data reusables.gated-features.dependency-review %}' miniTocMaxHeadingLevel: 3 versions: @@ -14,8 +14,6 @@ topics: - Security --- -{% data reusables.dependency-review.beta %} - ## About dependency review {% data reusables.dependency-review.feature-overview %} diff --git a/translations/es-ES/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise.md b/translations/es-ES/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise.md index ee72a7d813..d0e0a0fefc 100644 --- a/translations/es-ES/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise.md +++ b/translations/es-ES/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/about-supply-chain-security-for-your-enterprise.md @@ -15,6 +15,6 @@ topics: You can allow users to identify their projects' dependencies by {% ifversion ghes %}enabling{% elsif ghae %}using{% endif %} the dependency graph for {% data variables.location.product_location %}. For more information, see "{% ifversion ghes %}[Enabling the dependency graph for your enterprise](/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise){% elsif ghae %}[About the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph){% endif %}." -You can also allow users on {% data variables.location.product_location %} to find and fix vulnerabilities in their code dependencies by enabling {% data variables.product.prodname_dependabot_alerts %}{% ifversion ghes > 3.2 %} and {% data variables.product.prodname_dependabot_updates %}{% endif %}. For more information, see "[Enabling {% data variables.product.prodname_dependabot %} for your enterprise](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)." +You can also allow users on {% data variables.location.product_location %} to find and fix vulnerabilities in their code dependencies by enabling {% data variables.product.prodname_dependabot_alerts %}{% ifversion ghes %} and {% data variables.product.prodname_dependabot_updates %}{% endif %}. For more information, see "[Enabling {% data variables.product.prodname_dependabot %} for your enterprise](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)." After you enable {% data variables.product.prodname_dependabot_alerts %}, you can view vulnerability data from the {% data variables.product.prodname_advisory_database %} on {% data variables.location.product_location %} and manually sync the data. For more information, see "[Viewing the vulnerability data for your enterprise](/admin/code-security/managing-supply-chain-security-for-your-enterprise/viewing-the-vulnerability-data-for-your-enterprise)." diff --git a/translations/es-ES/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise.md b/translations/es-ES/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise.md index d4d24029d2..eb2b304a79 100644 --- a/translations/es-ES/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise.md +++ b/translations/es-ES/content/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise.md @@ -16,7 +16,7 @@ topics: {% data reusables.dependabot.about-the-dependency-graph %} For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)" -After you enable the dependency graph for your enterprise, you can enable {% data variables.product.prodname_dependabot %} to detect insecure dependencies in your repository{% ifversion ghes > 3.2 %} and automatically fix the vulnerabilities{% endif %}. For more information, see "[Enabling {% data variables.product.prodname_dependabot %} for your enterprise](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)." +After you enable the dependency graph for your enterprise, you can enable {% data variables.product.prodname_dependabot %} to detect insecure dependencies in your repository{% ifversion ghes %} and automatically fix the vulnerabilities{% endif %}. For more information, see "[Enabling {% data variables.product.prodname_dependabot %} for your enterprise](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)." {% ifversion ghes %} You can enable the dependency graph via the {% data variables.enterprise.management_console %} or the administrative shell. We recommend using the {% data variables.enterprise.management_console %} unless {% data variables.location.product_location %} uses clustering. diff --git a/translations/es-ES/content/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise.md b/translations/es-ES/content/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise.md index 8fa01e4e0d..d0b14cf91e 100644 --- a/translations/es-ES/content/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise.md +++ b/translations/es-ES/content/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Enabling Dependabot for your enterprise -intro: 'You can allow users of {% data variables.location.product_location %} to find and fix vulnerabilities in code dependencies by enabling {% data variables.product.prodname_dependabot_alerts %}{% ifversion ghes > 3.2 %} and {% data variables.product.prodname_dependabot_updates %}{% endif %}.' +intro: 'You can allow users of {% data variables.location.product_location %} to find and fix vulnerabilities in code dependencies by enabling {% data variables.product.prodname_dependabot_alerts %}{% ifversion ghes %} and {% data variables.product.prodname_dependabot_updates %}{% endif %}.' miniTocMaxHeadingLevel: 3 shortTitle: Dependabot redirect_from: @@ -26,7 +26,7 @@ topics: ## About {% data variables.product.prodname_dependabot %} for {% data variables.product.product_name %} -{% data variables.product.prodname_dependabot %} helps users of {% data variables.location.product_location %} find and fix vulnerabilities in their dependencies.{% ifversion ghes > 3.2 %} You can enable {% data variables.product.prodname_dependabot_alerts %} to notify users about vulnerable dependencies and {% data variables.product.prodname_dependabot_updates %} to fix the vulnerabilities and keep dependencies updated to the latest version. +{% data variables.product.prodname_dependabot %} helps users of {% data variables.location.product_location %} find and fix vulnerabilities in their dependencies.{% ifversion ghes %} You can enable {% data variables.product.prodname_dependabot_alerts %} to notify users about vulnerable dependencies and {% data variables.product.prodname_dependabot_updates %} to fix the vulnerabilities and keep dependencies updated to the latest version. ### About {% data variables.product.prodname_dependabot_alerts %} {% endif %} @@ -51,7 +51,7 @@ When {% data variables.location.product_location %} receives information about a For repositories with {% data variables.product.prodname_dependabot_alerts %} enabled, scanning is triggered on any push to the default branch that contains a manifest file or lock file. Additionally, when a new vulnerability record is added to {% data variables.location.product_location %}, {% data variables.product.product_name %} scans all existing repositories on {% data variables.location.product_location %} and generates alerts for any repository that is vulnerable. For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)." -{% ifversion ghes > 3.2 %} +{% ifversion ghes %} ### About {% data variables.product.prodname_dependabot_updates %} {% data reusables.dependabot.beta-security-and-version-updates %} @@ -124,7 +124,7 @@ After you enable {% data variables.product.prodname_dependabot_alerts %} for you ![Screenshot of the dropdown menu to enable updating vulnerable dependencies](/assets/images/enterprise/site-admin-settings/dependabot-updates-button.png) {% endif %} -{% ifversion ghes > 3.2 %} +{% ifversion ghes %} When you enable {% data variables.product.prodname_dependabot_alerts %}, you should consider also setting up {% data variables.product.prodname_actions %} for {% data variables.product.prodname_dependabot_security_updates %}. This feature allows developers to fix vulnerabilities in their dependencies. For more information, see "[Managing self-hosted runners for {% data variables.product.prodname_dependabot_updates %} on your enterprise](/admin/github-actions/enabling-github-actions-for-github-enterprise-server/managing-self-hosted-runners-for-dependabot-updates)." diff --git a/translations/es-ES/content/admin/configuration/configuring-your-enterprise/configuring-host-keys-for-your-instance.md b/translations/es-ES/content/admin/configuration/configuring-your-enterprise/configuring-host-keys-for-your-instance.md index 0930d0297d..6c4cc51477 100644 --- a/translations/es-ES/content/admin/configuration/configuring-your-enterprise/configuring-host-keys-for-your-instance.md +++ b/translations/es-ES/content/admin/configuration/configuring-your-enterprise/configuring-host-keys-for-your-instance.md @@ -2,7 +2,7 @@ title: Configuring host keys for your instance shortTitle: Configure host keys intro: 'You can increase the security of {% data variables.location.product_location %} by configuring the algorithms that your instance uses to generate and advertise host keys for incoming SSH connections.' -permissions: "Site administrators can configure the host keys for a {% data variables.product.product_name %} instance." +permissions: 'Site administrators can configure the host keys for a {% data variables.product.product_name %} instance.' versions: ghes: '>= 3.6' type: how_to diff --git a/translations/es-ES/content/admin/configuration/configuring-your-enterprise/configuring-ssh-connections-to-your-instance.md b/translations/es-ES/content/admin/configuration/configuring-your-enterprise/configuring-ssh-connections-to-your-instance.md index c76cd8b27b..3d8a2df2fe 100644 --- a/translations/es-ES/content/admin/configuration/configuring-your-enterprise/configuring-ssh-connections-to-your-instance.md +++ b/translations/es-ES/content/admin/configuration/configuring-your-enterprise/configuring-ssh-connections-to-your-instance.md @@ -2,7 +2,7 @@ title: Configuring SSH connections to your instance shortTitle: Configure SSH connections intro: 'You can increase the security of {% data variables.location.product_location %} by configuring the SSH algorithms that clients can use to establish a connection.' -permissions: "Site administrators can configure SSH connections to a {% data variables.product.product_name %} instance." +permissions: 'Site administrators can configure SSH connections to a {% data variables.product.product_name %} instance.' versions: ghes: '>= 3.6' type: how_to diff --git a/translations/es-ES/content/admin/enterprise-management/caching-repositories/about-repository-caching.md b/translations/es-ES/content/admin/enterprise-management/caching-repositories/about-repository-caching.md index bfc372949e..814f55de38 100644 --- a/translations/es-ES/content/admin/enterprise-management/caching-repositories/about-repository-caching.md +++ b/translations/es-ES/content/admin/enterprise-management/caching-repositories/about-repository-caching.md @@ -1,26 +1,21 @@ --- -title: Acerca del almacenamiento de repositorios en caché -intro: Puedes incrementar el rendimiento de las operaciones de lectura de Git para los equipos distribuidos y las granjas de IC con el almacenamiento de repositorios en caché. +title: About repository caching +intro: You can increase the performance of Git read operations for distributed teams and CI farms with repository caching. versions: - ghes: '>=3.3' + ghes: '*' type: overview topics: - Enterprise -ms.openlocfilehash: 06a0dd3ba202c73f1ee035d61f7865fadd13b415 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '145120642' --- + {% data reusables.enterprise.repository-caching-release-phase %} -Si tienes equipos y granjas de IC que se ubiquen en todo el mundo, puedes experimentar un rendimiento reducido en tu instancia principal de {% data variables.product.prodname_ghe_server %}. Si bien las geo-réplicas activas pueden mejorar el rendimiento de las solicitudes de lectura, esto implica un costo de limitar el rendimiento de escritura. Para reducir la carga de tu instancia primaria y mejorar el rendimiento de la arquitectura, puedes configurar un caché de repositorio, un espejo asíncrono de solo lectura de los repositorios ubicados cerca de estos clientes distribuidos geográficamente. +If you have teams and CI farms located around the world, you may experience reduced performance on your primary {% data variables.product.prodname_ghe_server %} instance. While active geo-replicas can improve the performance of read requests, this comes at the cost of limiting write throughput. To reduce load on your primary instance and improve write throughput performance, you can configure a repository cache, an asynchronous read-only mirror of repositories located near these geographically-distributed clients. -Un caché de repositorio elimina la necesidad de que {% data variables.product.product_name %} transmita los mismos datos de Git a través de un enlace de red a larga distancia varias veces para servir a clientes múltiples, al servir los datos de tu repositorio cerca de las granjas de IC y equipos distribuidos. Por ejemplo, si tu instancia principal está en América del Norte y también tienes una presencia significativa en Asia, te beneficiarías de configurar el caché de repositorios en Asia para que lo utilicen los ejecutores de IC de ahí. +A repository cache eliminates the need for {% data variables.product.product_name %} to transmit the same Git data over a long-haul network link multiple times to serve multiple clients, by serving your repository data close to CI farms and distributed teams. For instance, if your primary instance is in North America and you also have a large presence in Asia, you will benefit from setting up the repository cache in Asia for use by CI runners there. -El caché de repositorios escucha a la instancia principal, ya sea una sola instancia o un conjunto geo-replicado de ellas, para conocer los cambios en los datos de Git. Las granjas de IC y otros consumidores de lectura pesada clonan y recuperan información del caché de repositorio en vez de en la instancia primaria. Los cambios se propagan a lo largo de la red, en intervalos periódicos, una vez por instancia de caché en vez de una vez por cliente. Los datos de Git serán habitualmente visibles en el caché de repositorio dentro de varios minutos después de haber subido los datos a la instancia primaria. {% ifversion ghes > 3.3 %} Los sistemas de CI pueden usar el [webhook `cache_sync`](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#cache_sync) para reaccionar a los datos que están disponibles en la caché.{% endif %} +The repository cache listens to the primary instance, whether that's a single instance or a geo-replicated set of instances, for changes to Git data. CI farms and other read-heavy consumers clone and fetch from the repository cache instead of the primary instance. Changes are propagated across the network, at periodic intervals, once per cache instance rather than once per client. Git data will typically be visible on the repository cache within several minutes after the data is pushed to the primary instance. {% ifversion ghes > 3.3 %}The [`cache_sync` webhook](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#cache_sync) can be used by CI systems to react to data being available in the cache.{% endif %} -Tienes un control minucioso sobre qué repositorios se permite sincronizar al caché del repositorio. Los datos de Git solo se replicarán en las ubicaciones que especifique. +You have fine-grained control over which repositories are allowed to sync to the repository cache. Git data will only be replicated to the locations you specify. -{% data reusables.enterprise.repository-caching-config-summary %} Para más información, vea "[Configuración de una caché de repositorios](/admin/enterprise-management/caching-repositories/configuring-a-repository-cache)". +{% data reusables.enterprise.repository-caching-config-summary %} For more information, see "[Configuring a repository cache](/admin/enterprise-management/caching-repositories/configuring-a-repository-cache)." diff --git a/translations/es-ES/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md b/translations/es-ES/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md index 4295e02180..26b4536eea 100644 --- a/translations/es-ES/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md +++ b/translations/es-ES/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md @@ -1,107 +1,105 @@ --- -title: Configurar el caché de un repositorio -intro: 'Puedes configurar el caché de un repositorio si creas un aplicativo nuevo, conectando el caché del repositorio a tu aplicativo primario y configurando la replicación de redes de repositorio al caché del repositorio.' +title: Configuring a repository cache +intro: 'You can configure a repository cache by creating a new appliance, connecting the repository cache to your primary appliance, and configuring replication of repository networks to the repository cache.' versions: - ghes: '>=3.3' + ghes: '*' type: how_to topics: - Enterprise -ms.openlocfilehash: dced49e1e6795407e2e41f12275a310c3a98aaf1 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '146332024' --- + {% data reusables.enterprise.repository-caching-release-phase %} -## Acerca de la configuración para el almacenamiento en caché de repositorio +## About configuration for repository caching -{% data reusables.enterprise.repository-caching-config-summary %} Entonces, puedes configurar las políticas de ubicación de datos que rijan qué redes de repositorio se replican en el caché del mismo. +{% data reusables.enterprise.repository-caching-config-summary %} Then, you can set data location policies that govern which repository networks are replicated to the repository cache. -El caché de repositorio no es compatible con el clústering. +Repository caching is not supported with clustering. -## DNS para cachés de repositorio +## DNS for repository caches -La instancia principal y el caché de repositorio deben tener nombres de DNS diferentes. Por ejemplo, si la instancia principal está en `github.example.com`, puedes decidir llamar `europe-ci.github.example.com` o `github.asia.example.com` a una memoria caché. +The primary instance and repository cache should have different DNS names. For example, if your primary instance is at `github.example.com`, you might decide to name a cache `europe-ci.github.example.com` or `github.asia.example.com`. -Para que las máquinas de CI realicen capturas desde la memoria caché del repositorio en lugar de la instancia principal, puedes usar la opción de configuración `url..insteadOf` de Git. Para más información, vea [`git-config`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf) en la documentación de Git. +To have your CI machines fetch from the repository cache instead of the primary instance, you can use Git's `url..insteadOf` configuration setting. For more information, see [`git-config`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf) in the Git documentation. -Por ejemplo, el `.gitconfig` global para la máquina de CI incluiría estas líneas. +For example, the global `.gitconfig` for the CI machine would include these lines. ``` [url "https://europe-ci.github.example.com/"] - insteadOf = https://github.example.com/ + insteadOf = https://github.example.com/ ``` -Después, cuando se le solicite que capture `https://github.example.com/myorg/myrepo`, Git capturará desde `https://europe-ci.github.example.com/myorg/myrepo`. +Then, when told to fetch `https://github.example.com/myorg/myrepo`, Git will instead fetch from `https://europe-ci.github.example.com/myorg/myrepo`. -## Configurar el caché de un repositorio +## Configuring a repository cache {% ifversion ghes = 3.3 %} -1. En el dispositivo principal {% data variables.product.prodname_ghe_server %}, habilita la marca de característica para el almacenamiento en caché del repositorio. +1. On your primary {% data variables.product.prodname_ghe_server %} appliance, enable the feature flag for repository caching. ``` $ ghe-config cluster.cache-enabled true ``` {%- endif %} -1. Configurar un aparato {% data variables.product.prodname_ghe_server %} nuevo en la plataforma que desees. Este aplicativo será tu caché de repositorio. Para más información, vea "[Configuración de una instancia de {% data variables.product.prodname_ghe_server %}](/admin/guides/installation/setting-up-a-github-enterprise-server-instance)". +1. Set up a new {% data variables.product.prodname_ghe_server %} appliance on your desired platform. This appliance will be your repository cache. For more information, see "[Setting up a {% data variables.product.prodname_ghe_server %} instance](/admin/guides/installation/setting-up-a-github-enterprise-server-instance)." {% data reusables.enterprise_installation.replica-steps %} -1. Conéctate a la dirección IP del caché de tu repositorio utilizando SSH. +1. Connect to the repository cache's IP address using SSH. ```shell - $ ssh -p 122 admin@REPLICA IP + $ ssh -p 122 admin@REPLICA-IP ``` {%- ifversion ghes = 3.3 %} -1. En la réplica de caché, habilita la marca de característica para el almacenamiento en caché del repositorio. +1. On your cache replica, enable the feature flag for repository caching. ``` $ ghe-config cluster.cache-enabled true ``` -{%- endif %} {% data reusables.enterprise_installation.generate-replication-key-pair %} {% data reusables.enterprise_installation.add-ssh-key-to-primary %} -1. Para comprobar la conexión con el modo principal y habilitar el modo de réplica para la memoria caché del repositorio, vuelve a ejecutar `ghe-repl-setup`. +{%- endif %} +{% data reusables.enterprise_installation.generate-replication-key-pair %} +{% data reusables.enterprise_installation.add-ssh-key-to-primary %} +1. To verify the connection to the primary and enable replica mode for the repository cache, run `ghe-repl-setup` again. ```shell - $ ghe-repl-setup PRIMARY IP + $ ghe-repl-setup PRIMARY-IP ``` -1. Establece `cache_location` para la caché del repositorio, reemplazando *CACHE-LOCATION* por un identificador alfanumérico, como la región donde se implementa la memoria caché. Establece también un nombre de centro de datos para esta memoria caché. Las cachés nuevas intentarán inicializarse desde otra caché del mismo centro de datos. +1. Set a `cache_location` for the repository cache, replacing *CACHE-LOCATION* with an alphanumeric identifier, such as the region where the cache is deployed. Also set a datacenter name for this cache; new caches will attempt to seed from another cache in the same datacenter. ```shell - $ ghe-repl-node --cache CACHE-LOCATION --datacenter REPLICA-DC-NAME + $ ghe-repl-node --cache CACHE-LOCATION --datacenter REPLICA-DC-NAME ``` -{% data reusables.enterprise_installation.replication-command %} {% data reusables.enterprise_installation.verify-replication-channel %} -1. Para habilitar la replicación de las redes de repositorio en el caché del mismo, configura una política de ubicación de datos. Para obtener más información, consulta «[Directivas de ubicación de datos](#data-location-policies)». +{% data reusables.enterprise_installation.replication-command %} +{% data reusables.enterprise_installation.verify-replication-channel %} +1. To enable replication of repository networks to the repository cache, set a data location policy. For more information, see "[Data location policies](#data-location-policies)." -## Políticas de ubicación de datos +## Data location policies -Puedes controlar la ubicación de los datos mediante la configuración de directivas de ubicación de datos para los repositorios con el comando `spokesctl cache-policy`. Las políticas de ubicación de datos determinan qué redes de repositorios se replican en qué cachés de repositorio. Predeterminadamente, ninguna red de repositorio se replicará en ninguno de los cachés de repositorio sino hasta que se configuren las políticas de ubicación. +You can control data locality by configuring data location policies for your repositories with the `spokesctl cache-policy` command. Data location policies determine which repository networks are replicated on which repository caches. By default, no repository networks will be replicated on any repository caches until a data location policy is configured. -Las directivas de ubicación de datos solo afectan al contenido de Git. El contenido de la base de datos, como comentarios sobre problemas y solicitudes de incorporación de cambios, se replicará en todos los nodos independientemente de la directiva. +Data location policies affect only Git content. Content in the database, such as issues and pull request comments, will be replicated to all nodes regardless of policy. {% note %} -**Nota:** las directivas de ubicación de datos no son lo mismo que el control de acceso. Debes usar roles de repositorio para controlar qué usuarios pueden acceder a un repositorio. Para obtener más información sobre el acceso al repositorio, consulta «[Roles de repositorio para una organización](/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization)». +**Note:** Data location policies are not the same as access control. You must use repository roles to control which users may access a repository. For more information about repository roles, see "[Repository roles for an organization](/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization)." {% endnote %} -Puedes configurar una directiva para replicar todas las redes con la marca `--default`. Por ejemplo, este comando creará una directiva para replicar una sola copia de cada red de repositorio en el conjunto de cachés de repositorio cuyo `cache_location` es «kansas». +You can configure a policy to replicate all networks with the `--default` flag. For example, this command will create a policy to replicate a single copy of every repository network to the set of repository caches whose `cache_location` is "kansas". ``` $ ghe-spokesctl cache-policy set --default 1 kansas ``` -Para configurar la replicación para una red de repositorio, especifica aquél que sea la raíz de la red. Una red de repositorio incluye un repositorio y todas las bifurcaciones de este. No puedes replicar parte de una red sin replicarla integralmente. +To configure replication for a repository network, specify the repository that is the root of the network. A repository network includes a repository and all of the repository's forks. You cannot replicate part of a network without replicating the whole network. ``` $ ghe-spokesctl cache-policy set 1 kansas ``` -Puedes anular una política que replica todas las redes y excluye redes específicas si especificas un conteo de réplica de cero para la red. Por ejemplo, este comando especifica que cualquier caché de repositorio en la ubicación "kansas" no puede contener copias de esa red. +You can override a policy that replicates all networks and exclude specific networks by specifying a replica count of zero for the network. For example, this command specifies that any repository cache in location "kansas" cannot contain any copies of that network. ``` $ ghe-spokesctl cache-policy set 0 kansas ``` -Los recuentos de réplica mayores a uno un alguna ubicación de caché no son compatibles. +Replica counts greater than one in a given cache location are not supported. diff --git a/translations/es-ES/content/admin/enterprise-management/caching-repositories/index.md b/translations/es-ES/content/admin/enterprise-management/caching-repositories/index.md index 89dd19d3e8..f84a25d1cc 100644 --- a/translations/es-ES/content/admin/enterprise-management/caching-repositories/index.md +++ b/translations/es-ES/content/admin/enterprise-management/caching-repositories/index.md @@ -1,18 +1,13 @@ --- -title: Guardar repositorios en caché -intro: 'Puedes mejorar el rendimiento de tu equipo distribuido geográficamente con el almacenamiento de repositorios en chacé, el cual proporciona espejos de solo lectura para tus usuarios y clientes de IC.' +title: Caching repositories +intro: 'You can improve performance for your geographically-distributed team with repository caching, which provides read-only mirrors close to your users and CI clients.' versions: - ghes: '>=3.3' + ghes: '*' topics: - Enterprise children: - /about-repository-caching - /configuring-a-repository-cache -ms.openlocfilehash: 4c019db4ea99bc2383c4496fb9632e8723a7a02b -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '145112801' --- + {% data reusables.enterprise.repository-caching-release-phase %} diff --git a/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-geo-replication.md b/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-geo-replication.md index eefcf70b0e..99e8a4d951 100644 --- a/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-geo-replication.md +++ b/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-geo-replication.md @@ -1,6 +1,6 @@ --- -title: Acerca de la Replicación geográfica -intro: 'La Replicación geográfica en {% data variables.product.prodname_ghe_server %} utiliza múltiples réplicas activas para responder las solicitudes de los centros de datos distribuidos geográficamente.' +title: About geo-replication +intro: 'Geo-replication on {% data variables.product.prodname_ghe_server %} uses multiple active replicas to fulfill requests from geographically distributed data centers.' redirect_from: - /enterprise/admin/installation/about-geo-replication - /enterprise/admin/enterprise-management/about-geo-replication @@ -11,32 +11,26 @@ type: overview topics: - Enterprise - High availability -ms.openlocfilehash: 0e4e2feb161dd897172385bf25cf997268527fd3 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '146332812' --- -Contar con múltiples réplicas puede permitir una menor distancia a la réplica más cercana. Por ejemplo, una organización con oficinas en San Francisco, Nueva York y Londres podrían ejecutar el aparato principal en un centro de datos cercano a Nueva York y dos réplicas en centros de datos cercanos a San Francisco y Londres. Al usar DNS con información de geolocalización, se puede dirigir a los usuarios al servidor disponible más cercano para que accedan a los datos más rápido. Designar como principal el aparato cercano a Nueva York ayuda a reducir la latencia entre los hosts, a diferencia de si se designa como principal el aparato cercano a San Francisco, que tiene mayor latencia con Londres. +Multiple active replicas can provide a shorter distance to the nearest replica. For example, an organization with offices in San Francisco, New York, and London could run the primary appliance in a datacenter near New York and two replicas in datacenters near San Francisco and London. Using geolocation-aware DNS, users can be directed to the closest server available and access repository data faster. Designating the appliance near New York as the primary helps reduce the latency between the hosts, compared to the appliance near San Francisco being the primary which has a higher latency to London. -Los proxies de la réplica activa solicitan que no se pueda procesar esta misma para la instancia principal. Las réplicas funcionan como un punto de presencia al terminar todas las conexiones SSL. El tráfico entre los servidores se envía a través de una conexión VPN encriptada, similar a una configuración de dos nodos de alta disponibilidad sin replicación geográfica. +The active replica proxies requests that it can't process itself to the primary instance. The replicas function as a point of presence terminating all SSL connections. Traffic between hosts is sent through an encrypted VPN connection, similar to a two-node high availability configuration without geo-replication. -Las solicitudes de Git y las solicitudes de archivos específicos a los servidores, tales como LFS y cargas de archivos, pueden servirse directamente de la réplica sin cargar ningún dato desde el primario. Las solicitudes web siempre se enrutan hacia el principal, pero si la réplica está más cerca del usuario, las solicitudes son más rápidas porque la terminación SSL está más cerca. +Git requests and specific file server requests, such as LFS and file uploads, can be served directly from the replica without loading any data from the primary. Web requests are always routed to the primary, but if the replica is closer to the user the requests are faster due to the closer SSL termination. -El DNS geográfico, como el [servicio Route 53 de Amazon](http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-geo), es necesario para que la replicación geográfica funcione sin problemas. El nombre del host para la instancia se debe resolver con la réplica más cercana a la ubicación del usuario. +Geo DNS, such as [Amazon's Route 53 service](http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-geo), is required for geo-replication to work seamlessly. The hostname for the instance should resolve to the replica that is closest to the user's location. -## Limitaciones +## Limitations -Escribir solicitudes para la réplica exige que se envíen los datos al principal y a todas las réplicas. Esto significa que el rendimiento de todos los escritos se limita de acuerdo con la replica más lenta, aunque las geo-replicas nuevas pueden poblar la mayoría de sus datos desde geo-replicas existentes co-ubicadas, en vez de desde el primario. {% ifversion ghes > 3.2 %}Para reducir la latencia y el ancho de banda ocasionado por la distribución de equipos y granjas grandes de IC sin afectar a la arquitectura de rendimiento de escritura, una mejor opción consiste en configurar el almacenamiento en caché del repositorio. Para obtener más información, consulta "[Acerca del almacenamiento en caché del repositorio](/admin/enterprise-management/caching-repositories/about-repository-caching)".{% endif %} +Writing requests to the replica requires sending the data to the primary and all replicas. This means that the performance of all writes is limited by the slowest replica, although new geo-replicas can seed the majority of their data from existing co-located geo-replicas, rather than from the primary. To reduce the latency and bandwidth caused by distributed teams and large CI farms without impacting write throughput, you can configure repository caching instead. For more information, see "[About repository caching](/admin/enterprise-management/caching-repositories/about-repository-caching)." -La replicación geográfica no le agregará capacidad a una instancia de {% data variables.product.prodname_ghe_server %} ni resolverá problemas de rendimiento relacionados con recursos de CPU o de memoria insuficientes. Si el aparato principal está fuera de línea, las réplicas activas no podrán atender ninguna solicitud de lectura o escritura. +Geo-replication will not add capacity to a {% data variables.product.prodname_ghe_server %} instance or solve performance issues related to insufficient CPU or memory resources. If the primary appliance is offline, active replicas will be unable to serve any read or write requests. {% data reusables.enterprise_installation.replica-limit %} -## Monitorear la configuración de una replicación geográfica +## Monitoring a geo-replication configuration {% data reusables.enterprise_installation.monitoring-replicas %} -## Información adicional -- "[Creación de réplicas de replicación geográfica](/enterprise/admin/guides/installation/creating-a-high-availability-replica/#creating-geo-replication-replicas)" +## Further reading +- "[Creating geo-replication replicas](/enterprise/admin/guides/installation/creating-a-high-availability-replica/#creating-geo-replication-replicas)" diff --git a/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration.md b/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration.md index 1131face1e..518e1275d3 100644 --- a/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration.md +++ b/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-high-availability-configuration.md @@ -13,12 +13,12 @@ topics: - High availability - Infrastructure shortTitle: About HA configuration -ms.openlocfilehash: 921a1a935bbfa930c77e2c72d7856f00d54d6016 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: b54ca60c6cf1d79b9435ca8deedebec09ed39396 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '146332755' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109881' --- Cuando configuras la alta disponibilidad, hay una configuración automática unidireccional, una replicación asincrónica de todos los almacenes de datos (repositorios de Git, MySQL, Redis y Elasticsearch) desde el aparato principal hacia la réplica. La mayoría de los ajustes de configuración de {% data variables.product.prodname_ghe_server %} también se replican, incluyendo la contraseña de la {% data variables.enterprise.management_console %}. Para obtener más información, consulta "[Acceso a la consola de administración](/admin/configuration/configuring-your-enterprise/accessing-the-management-console)". @@ -35,8 +35,8 @@ Utiliza la configuración de alta disponibilidad para la protección contra lo s Una configuración de alta disponibilidad no es una buena solución para lo siguiente: - - **Escalado horizontal**. Mientras que puedes distribuir el tráfico geográficamente utilizando la replicación geográfica, el rendimiento de las escrituras queda limitado a la velocidad y la disponibilidad del dispositivo principal. Para obtener más información, consulta "[Acerca de la replicación geográfica](/enterprise/admin/guides/installation/about-geo-replication/)".{% ifversion ghes > 3.2 %} - - **Carga de CI/CD**. Si tienes una cantidad grande de clientes de IC que estén distanciados geográficamente de tu instancia primaria, puedes beneficiarte de configurar un caché de repositorio. Para obtener más información, consulta "[Acerca del almacenamiento en caché del repositorio](/admin/enterprise-management/caching-repositories/about-repository-caching)".{% endif %} + - **Escalado horizontal**. Mientras que puedes distribuir el tráfico geográficamente utilizando la replicación geográfica, el rendimiento de las escrituras queda limitado a la velocidad y la disponibilidad del dispositivo principal. Para obtener más información, consulta "[Acerca de la replicación geográfica](/enterprise/admin/guides/installation/about-geo-replication/)". + - **Carga de CI/CD**. Si tienes una cantidad grande de clientes de IC que estén distanciados geográficamente de tu instancia primaria, puedes beneficiarte de configurar un caché de repositorio. Para más información, vea "[Acerca del almacenamiento en caché del repositorio](/admin/enterprise-management/caching-repositories/about-repository-caching)". - **Copia de seguridad del dispositivo principal**. Una réplica de alta disponibilidad no reemplaza las copias de seguridad externas en tu plan de recuperación ante desastres. Algunas formas de corrupción o pérdida de datos se pueden replicar de inmediato desde el aparato principal hacia la réplica. Para asegurar una reversión segura a un estado antiguo estable, debes realizar copias de seguridad de rutina con instantáneas históricas. - **Actualizaciones de tiempo de inactividad cero**. Para evitar la pérdida de datos y las situaciones de cerebro dividido en escenarios de promoción controlados, coloca el aparato principal en el modo de mantenimiento y espera a que se completen todas las escrituras entes de promover la réplica. diff --git a/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica.md b/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica.md index b3f1c3ec05..e70b4f1225 100644 --- a/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica.md +++ b/translations/es-ES/content/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica.md @@ -39,7 +39,7 @@ shortTitle: Create HA replica This example configuration uses a primary and two replicas, which are located in three different geographic regions. While the three nodes can be in different networks, all nodes are required to be reachable from all the other nodes. At the minimum, the required administrative ports should be open to all the other nodes. For more information about the port requirements, see "[Network Ports](/enterprise/admin/guides/installation/network-ports/#administrative-ports)." -{% data reusables.enterprise_clustering.network-latency %}{% ifversion ghes > 3.2 %} If latency is more than 70 milliseconds, we recommend cache replica nodes instead. For more information, see "[Configuring a repository cache](/admin/enterprise-management/caching-repositories/configuring-a-repository-cache)."{% endif %} +{% data reusables.enterprise_clustering.network-latency %} If latency is more than 70 milliseconds, we recommend cache replica nodes instead. For more information, see "[Configuring a repository cache](/admin/enterprise-management/caching-repositories/configuring-a-repository-cache)." 1. Create the first replica the same way you would for a standard two node configuration by running `ghe-repl-setup` on the first replica. ```shell diff --git a/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements.md b/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements.md index 24cfb85f46..5b9ed639d1 100644 --- a/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements.md +++ b/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrade-requirements.md @@ -17,7 +17,6 @@ topics: {% note %} **Notes:** -{% ifversion ghes < 3.3 %}- Features such as {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, {% data variables.product.prodname_mobile %} and {% data variables.product.prodname_GH_advanced_security %} are available on {% data variables.product.prodname_ghe_server %} 3.0 or higher. We highly recommend upgrading to 3.0 or later releases to take advantage of critical security updates, bug fixes and feature enhancements.{% endif %} - Upgrade packages are available at [enterprise.github.com](https://enterprise.github.com/releases) for supported versions. Verify the availability of the upgrade packages you will need to complete the upgrade. If a package is not available, contact {% data variables.contact.contact_ent_support %} for assistance. - If you're using {% data variables.product.prodname_ghe_server %} Clustering, see "[Upgrading a cluster](/enterprise/admin/guides/clustering/upgrading-a-cluster/)" in the {% data variables.product.prodname_ghe_server %} Clustering Guide for specific instructions unique to clustering. - The release notes for {% data variables.product.prodname_ghe_server %} provide a comprehensive list of new features for every version of {% data variables.product.prodname_ghe_server %}. For more information, see the [releases page](https://enterprise.github.com/releases). diff --git a/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server.md b/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server.md index c1c8100472..b4203f0a1d 100644 --- a/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server.md +++ b/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources/upgrading-github-enterprise-server.md @@ -23,7 +23,6 @@ topics: shortTitle: Upgrading GHES --- -{% ifversion ghes < 3.3 %}{% data reusables.enterprise.upgrade-ghes-for-features %}{% endif %} ## Preparing to upgrade @@ -70,8 +69,7 @@ There are two types of snapshots: | Azure | VM | | Hyper-V | VM | | Google Compute Engine | Disk | -| VMware | VM | {% ifversion ghes < 3.3 %} -| XenServer | VM | {% endif %} +| VMware | VM | ## Upgrading with a hotpatch diff --git a/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md b/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md index 986fa1a462..bb63cf03cc 100644 --- a/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md +++ b/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting/backing-up-and-restoring-github-enterprise-server-with-github-actions-enabled.md @@ -41,4 +41,4 @@ To restore a backup of {% data variables.location.product_location %} with {% da ``` {% data reusables.actions.apply-configuration-and-enable %} 1. After {% data variables.product.prodname_actions %} is configured and enabled, to restore the rest of the data from the backup, use the `ghe-restore` command. For more information, see "[Restoring a backup](/admin/configuration/configuring-backups-on-your-appliance#restoring-a-backup)." -1. Re-register your self-hosted runners on the destination instance. For more information, see "[Adding self-hosted runners](/actions/hosting-your-own-runners/adding-self-hosted-runners)." \ No newline at end of file +1. Re-register your self-hosted runners on the destination instance. For more information, see "[Adding self-hosted runners](/actions/hosting-your-own-runners/adding-self-hosted-runners)." diff --git a/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md b/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md index c38c209a49..71088f9285 100644 --- a/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md +++ b/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting/troubleshooting-github-actions-for-your-enterprise.md @@ -156,7 +156,7 @@ If any of these services are at or near 100% CPU utilization, or the memory is n When running `ghe-config-apply`, if you see output like `Failed to run nomad job '/etc/nomad-jobs/.hcl'`, then the change has likely over-allocated CPU or memory resources. If this happens, edit the configuration files again and lower the allocated CPU or memory, then re-run `ghe-config-apply`. 1. After the configuration is applied, run `ghe-actions-check` to verify that the {% data variables.product.prodname_actions %} services are operational. -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ## Troubleshooting failures when {% data variables.product.prodname_dependabot %} triggers existing workflows {% data reusables.dependabot.beta-security-and-version-updates %} diff --git a/translations/es-ES/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/index.md b/translations/es-ES/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/index.md index ef37c3cba6..1b91094d5c 100644 --- a/translations/es-ES/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/index.md +++ b/translations/es-ES/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server/index.md @@ -12,11 +12,11 @@ children: - /enabling-github-actions-with-minio-gateway-for-nas-storage - /managing-self-hosted-runners-for-dependabot-updates shortTitle: Enable GitHub Actions -ms.openlocfilehash: 675bbbe0ccbb68d676602b0553c8534f1601bcf6 -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d +ms.openlocfilehash: 273e03407dd8c3c0a125e2c215a973c88aaf884b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '145120449' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109900' --- diff --git a/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md b/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md index c8553798a2..921d01760d 100644 --- a/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md +++ b/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises.md @@ -12,13 +12,6 @@ topics: - Enterprise --- -{% ifversion ghes < 3.3 %} -{% note %} - -**Note:** {% data reusables.enterprise.upgrade-ghes-for-actions %} - -{% endnote %} -{% endif %} ## About {% data variables.product.prodname_actions %} for enterprises @@ -56,7 +49,6 @@ You can create your own unique automations, or you can use and adapt workflows f After you finish planning, you can follow the instructions for getting started with {% data variables.product.prodname_actions %}. For more information, see {% ifversion ghec %}"[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_cloud %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud)."{% elsif ghae %}"[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_managed %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-ae)."{% endif %} {% endif %} - ## Further reading - "[Understanding {% data variables.product.prodname_actions %}](/actions/learn-github-actions/understanding-github-actions)"{% ifversion ghec %} diff --git a/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md b/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md index 739cb96d5d..5b79fefc07 100644 --- a/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md +++ b/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server.md @@ -23,8 +23,6 @@ topics: This article explains how site administrators can configure {% data variables.product.prodname_ghe_server %} to use {% data variables.product.prodname_actions %}. -{% data reusables.enterprise.upgrade-ghes-for-actions %} - {% data reusables.actions.ghes-actions-not-enabled-by-default %} You'll need to determine whether your instance has adequate CPU and memory resources to handle the load from {% data variables.product.prodname_actions %} without causing performance loss, and possibly increase those resources. You'll also need to decide which storage provider you'll use for the blob storage required to store artifacts{% ifversion actions-caching %} and caches{% endif %} generated by workflow runs. Then, you'll enable {% data variables.product.prodname_actions %} for your enterprise, manage access permissions, and add self-hosted runners to run workflows. {% data reusables.actions.introducing-enterprise %} @@ -33,7 +31,6 @@ This article explains how site administrators can configure {% data variables.pr ## Review hardware requirements - {%- ifversion ghes < 3.6 %} The CPU and memory resources available to {% data variables.location.product_location %} determine the number of jobs that can be run concurrently without performance loss. {% data reusables.actions.minimum-hardware %} @@ -50,14 +47,6 @@ The peak quantity of connected runners without performance loss depends on such {% endif %} -{%- ifversion ghes = 3.2 %} - -{% data reusables.actions.hardware-requirements-3.2 %} - -Maximum concurrency was measured using multiple repositories, job duration of approximately 10 minutes, and 10 MB artifact uploads. You may experience different performance depending on the overall levels of activity on your instance. - -{%- endif %} - {%- ifversion ghes = 3.3 %} {% data reusables.actions.hardware-requirements-3.3 %} @@ -88,7 +77,6 @@ Maximum concurrency was measured using multiple repositories, job duration of ap {%- endif %} - {%- ifversion ghes = 3.6 %} {% data reusables.actions.hardware-requirements-3.6 %} @@ -114,8 +102,7 @@ For more information about minimum hardware requirements for {% data variables.l - [Google Cloud Platform](/admin/installation/installing-github-enterprise-server-on-google-cloud-platform#hardware-considerations) - [Hyper-V](/admin/installation/installing-github-enterprise-server-on-hyper-v#hardware-considerations) - [OpenStack KVM](/admin/installation/installing-github-enterprise-server-on-openstack-kvm#hardware-considerations) -- [VMware](/admin/installation/installing-github-enterprise-server-on-vmware#hardware-considerations){% ifversion ghes < 3.3 %} -- [XenServer](/admin/installation/installing-github-enterprise-server-on-xenserver#hardware-considerations){% endif %} +- [VMware](/admin/installation/installing-github-enterprise-server-on-vmware#hardware-considerations) {% data reusables.enterprise_installation.about-adjusting-resources %} diff --git a/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md b/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md index 8fc4c6c049..0c3418282c 100644 --- a/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md +++ b/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md @@ -32,9 +32,7 @@ This guide shows you how to apply a centralized management approach to self-host 1. Deploy a self-hosted runner for your enterprise 1. Create a group to manage access to the runners available to your enterprise 1. Optionally, further restrict the repositories that can use the runner -{%- ifversion ghec or ghae or ghes > 3.2 %} 1. Optionally, build custom tooling to automatically scale your self-hosted runners -{% endif %} You'll also find additional information about how to monitor and secure your self-hosted runners,{% ifversion ghes or ghae %} how to access actions from {% data variables.product.prodname_dotcom_the_website %},{% endif %} and how to customize the software on your runner machines. @@ -122,14 +120,10 @@ Optionally, organization owners can further restrict the access policy of the ru For more information, see "[Managing access to self-hosted runners using groups](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups#changing-the-access-policy-of-a-self-hosted-runner-group)." -{% ifversion ghec or ghae or ghes > 3.2 %} - ## 5. Automatically scale your self-hosted runners Optionally, you can build custom tooling to automatically scale the self-hosted runners for {% ifversion ghec or ghae %}your enterprise{% elsif ghes %}{% data variables.location.product_location %}{% endif %}. For example, your tooling can respond to webhook events from {% data variables.location.product_location %} to automatically scale a cluster of runner machines. For more information, see "[Autoscaling with self-hosted runners](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)." -{% endif %} - ## Next steps - You can monitor self-hosted runners and troubleshoot common issues. For more information, see "[Monitoring and troubleshooting self-hosted runners](/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners)." diff --git a/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md b/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md index 8ac0a99e29..625a34aa98 100644 --- a/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md +++ b/translations/es-ES/content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise.md @@ -18,8 +18,6 @@ topics: ![Diagram of jobs running on self-hosted runners](/assets/images/help/images/actions-enterprise-overview.png) -{% data reusables.enterprise.upgrade-ghes-for-actions %} - Before you introduce {% data variables.product.prodname_actions %} to a large enterprise, you first need to plan your adoption and make decisions about how your enterprise will use {% data variables.product.prodname_actions %} to best support your unique needs. ## Governance and compliance @@ -102,7 +100,7 @@ You may need to upgrade the CPU and memory resources for {% data variables.locat You also have to decide where to add each runner. You can add a self-hosted runner to an individual repository, or you can make the runner available to an entire organization or your entire enterprise. Adding runners at the organization or enterprise levels allows sharing of runners, which might reduce the size of your runner infrastructure. You can use policies to limit access to self-hosted runners at the organization and enterprise levels by assigning groups of runners to specific repositories or organizations. For more information, see "[Adding self-hosted runners](/actions/hosting-your-own-runners/adding-self-hosted-runners)" and "[Managing access to self-hosted runners using groups](/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups)." -{% ifversion ghec or ghes > 3.2 %} +{% ifversion ghec or ghes %} You should consider using autoscaling to automatically increase or decrease the number of available self-hosted runners. For more information, see "[Autoscaling with self-hosted runners](/actions/hosting-your-own-runners/autoscaling-with-self-hosted-runners)." {% endif %} diff --git a/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect.md b/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect.md index 709907e154..79a2892040 100644 --- a/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect.md +++ b/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect.md @@ -31,7 +31,7 @@ Alternatively, if you want stricter control over which actions are allowed in yo {% data reusables.actions.github-connect-resolution %} -If a user has already created an organization and repository in your enterprise that matches an organization and repository name on {% data variables.product.prodname_dotcom_the_website %}, the repository on your enterprise will be used instead of the {% data variables.product.prodname_dotcom_the_website %} repository. {% ifversion ghes < 3.3 or ghae %}A malicious user could take advantage of this behavior to run code as part of a workflow{% else %}For more information, see "[Automatic retirement of namespaces for actions accessed on {% data variables.product.prodname_dotcom_the_website%}](#automatic-retirement-of-namespaces-for-actions-accessed-on-githubcom)." +If a user has already created an organization and repository in your enterprise that matches an organization and repository name on {% data variables.product.prodname_dotcom_the_website %}, the repository on your enterprise will be used instead of the {% data variables.product.prodname_dotcom_the_website %} repository. {% ifversion ghae %}A malicious user could take advantage of this behavior to run code as part of a workflow.{% else %}For more information, see "[Automatic retirement of namespaces for actions accessed on {% data variables.product.prodname_dotcom_the_website%}](#automatic-retirement-of-namespaces-for-actions-accessed-on-githubcom)." {% endif %} ## Enabling automatic access to all {% data variables.product.prodname_dotcom_the_website %} actions @@ -46,8 +46,6 @@ Before enabling access to all actions from {% data variables.product.prodname_do ![Drop-down menu to actions from GitHub.com in workflows runs](/assets/images/enterprise/site-admin-settings/enable-marketplace-actions-drop-down-ae.png) 1. {% data reusables.actions.enterprise-limit-actions-use %} -{% ifversion ghes > 3.2 or ghae %} - ## Automatic retirement of namespaces for actions accessed on {% data variables.product.prodname_dotcom_the_website %} When you enable {% data variables.product.prodname_github_connect %}, users see no change in behavior for existing workflows because {% data variables.product.prodname_actions %} searches {% data variables.location.product_location %} for each action before falling back to {% data variables.product.prodname_dotcom_the_website%}. This ensures that any custom versions of actions your enterprise has created are used in preference to their counterparts on {% data variables.product.prodname_dotcom_the_website%}. @@ -67,5 +65,3 @@ After using an action from {% data variables.product.prodname_dotcom_the_website **Tip:** When you unretire a namespace, always create the new repository with that name as soon as possible. If a workflow calls the associated action on {% data variables.product.prodname_dotcom_the_website %} before you create the local repository, the namespace will be retired again. For actions used in workflows that run frequently, you may find that a namespace is retired again before you have time to create the local repository. In this case, you can temporarily disable the relevant workflows until you have created the new repository. {% endtip %} - -{% endif %} diff --git a/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom.md b/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom.md index e44a1c5cf1..7e1756c530 100644 --- a/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom.md +++ b/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom.md @@ -33,13 +33,11 @@ If your machine has access to both systems at the same time, you can do the sync The `actions-sync` tool can only download actions from {% data variables.product.prodname_dotcom_the_website %} that are stored in public repositories. -{% ifversion ghes > 3.2 or ghae %} {% note %} **Note:** The `actions-sync` tool is intended for use in systems where {% data variables.product.prodname_github_connect %} is not enabled. If you run the tool on a system with {% data variables.product.prodname_github_connect %} enabled, you may see the error `The repository has been retired and cannot be reused`. This indicates that a workflow has used that action directly on {% data variables.product.prodname_dotcom_the_website %} and the namespace is retired on {% data variables.location.product_location %}. For more information, see "[Automatic retirement of namespaces for actions accessed on {% data variables.product.prodname_dotcom_the_website%}](/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect#automatic-retirement-of-namespaces-for-actions-accessed-on-githubcom)." {% endnote %} -{% endif %} ## Prerequisites diff --git a/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions.md b/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions.md index c75e4e6eef..585957f8c6 100644 --- a/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions.md +++ b/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom/using-the-latest-version-of-the-official-bundled-actions.md @@ -47,10 +47,8 @@ Once {% data variables.product.prodname_github_connect %} is configured, you can 1. Configure your workflow's YAML to use `{% data reusables.actions.action-checkout %}`. 1. Each time your workflow runs, the runner will use the specified version of `actions/checkout` from {% data variables.product.prodname_dotcom_the_website %}. - {% ifversion ghes > 3.2 or ghae %} {% note %} **Note:** The first time the `checkout` action is used from {% data variables.product.prodname_dotcom_the_website %}, the `actions/checkout` namespace is automatically retired on {% data variables.location.product_location %}. If you ever want to revert to using a local copy of the action, you first need to remove the namespace from retirement. For more information, see "[Automatic retirement of namespaces for actions accessed on {% data variables.product.prodname_dotcom_the_website%}](/admin/github-actions/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect#automatic-retirement-of-namespaces-for-actions-accessed-on-githubcom)." {% endnote %} - {% endif %} diff --git a/translations/es-ES/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md b/translations/es-ES/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md index a448aa318d..2015dcd47d 100644 --- a/translations/es-ES/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md +++ b/translations/es-ES/content/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-enterprise-managed-users.md @@ -1,5 +1,5 @@ --- -title: About Enterprise Managed Users +title: About {% data variables.product.prodname_emus %} shortTitle: About managed users intro: 'You can centrally manage identity and access for your enterprise members on {% data variables.product.prodname_dotcom %} from your identity provider.' redirect_from: @@ -16,6 +16,7 @@ topics: - Authentication - Enterprise - SSO +allowTitleToDifferFromFilename: true --- ## About {% data variables.product.prodname_emus %} @@ -24,8 +25,6 @@ With {% data variables.product.prodname_emus %}, you can control the user accoun In your IdP, you can give each {% data variables.enterprise.prodname_managed_user %} the role of user, enterprise owner, or billing manager. {% data variables.enterprise.prodname_managed_users_caps %} can own organizations within your enterprise and can add other {% data variables.enterprise.prodname_managed_users %} to the organizations and teams within. For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/roles-in-an-enterprise)" and "[About organizations](/organizations/collaborating-with-groups-in-organizations/about-organizations)." -Organization membership can be managed manually, or you can update membership automatically as {% data variables.enterprise.prodname_managed_users %} are added to IdP groups that are connected to teams within the organization. When a {% data variables.enterprise.prodname_managed_user %} is manually added to an organization, unassigning them from the {% data variables.product.prodname_emu_idp_application %} application on your IdP will suspend the user but not remove them from the organization. For more information about managing organization and team membership automatically, see "[Managing team memberships with identity provider groups](/admin/identity-and-access-management/managing-iam-with-enterprise-managed-users/managing-team-memberships-with-identity-provider-groups)." - {% ifversion oidc-for-emu %} {% data reusables.enterprise-accounts.emu-cap-validates %} For more information, see "[About support for your IdP's Conditional Access Policy](/admin/identity-and-access-management/using-enterprise-managed-users-for-iam/about-support-for-your-idps-conditional-access-policy)." @@ -46,6 +45,17 @@ To use {% data variables.product.prodname_emus %}, you need a separate type of e {% endnote %} +## About organization membership management + +Organization memberships can be managed manually, or you can update memberships automatically using IdP groups. To manage organization memberships through your IdP, the members must be added to an IdP group, and the IdP group must be connected to a team within the organization. For more information about managing organization and team memberships automatically, see "[Managing team memberships with identity provider groups](/admin/identity-and-access-management/managing-iam-with-enterprise-managed-users/managing-team-memberships-with-identity-provider-groups)." + +The way a member is added to an organization owned by your enterprise (through IdP groups or manually) determines how they must be removed from an organization. + +- If a member was added to an organization manually, you must remove them manually. Unassigning them from the {% data variables.product.prodname_emu_idp_application %} application on your IdP will suspend the user but not remove them from the organization. +- If a user became a member of an organization because they were added to IdP groups mapped to one or more teams in the organization, removing them from _all_ of the mapped IdP groups associated with the organization will remove them from the organization. + +To discover how a member was added to an organization, you can filter the member list by type. For more information, see "[Viewing people in your enterprise](/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise#filtering-by-member-type-in-an-enterprise-with-managed-users)." + ## Identity provider support {% data variables.product.prodname_emus %} supports the following IdPs{% ifversion oidc-for-emu %} and authentication methods: diff --git a/translations/es-ES/content/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap.md b/translations/es-ES/content/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap.md index 1054fee109..29ea2a82d2 100644 --- a/translations/es-ES/content/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap.md +++ b/translations/es-ES/content/admin/identity-and-access-management/using-ldap-for-enterprise-iam/using-ldap.md @@ -145,7 +145,13 @@ After you enable LDAP sync, a synchronization job will run at the specified time A synchronization job will also run at the specified time interval to perform the following operations on each team that has been mapped to an LDAP group: - If a team's corresponding LDAP group has been removed, remove all members from the team. -- If LDAP member entries have been removed from the LDAP group, remove the corresponding users from the team. If the user is no longer a member of any team in the organization, remove the user from the organization. If the user loses access to any repositories as a result, delete any private forks the user has of those repositories. +- If LDAP member entries have been removed from the LDAP group, remove the corresponding users from the team. If the user is no longer a member of any team in the organization and is not an owner of the organization, remove the user from the organization. If the user loses access to any repositories as a result, delete any private forks the user has of those repositories. + + {% note %} + + **Note:** LDAP Sync will not remove a user from an organization if the user is an owner of that organization. Another organization owner will need to manually remove the user instead. + + {% endnote %} - If LDAP member entries have been added to the LDAP group, add the corresponding users to the team. If the user regains access to any repositories as a result, restore any private forks of the repositories that were deleted because the user lost access in the past 90 days. {% data reusables.enterprise_user_management.ldap-sync-nested-teams %} diff --git a/translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta.md b/translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta.md index 670e00d993..6c90bcdfe8 100644 --- a/translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta.md +++ b/translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise-using-okta.md @@ -15,12 +15,12 @@ topics: - Enterprise type: how_to shortTitle: Configure SAML SSO with Okta -ms.openlocfilehash: 2772285f266a2593e8fc0900b39602325d30c46d -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: e9cbf6e70fb5e07f9cd2c5e27d9b952921e18fdc +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147094810' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110060' --- {% data reusables.enterprise-accounts.emu-saml-note %} diff --git a/translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication.md b/translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication.md index 3688464fb7..34adc3917c 100644 --- a/translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication.md +++ b/translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/troubleshooting-saml-authentication.md @@ -108,4 +108,4 @@ Ensure that you set the value for `Audience` on your IdP to the `EntityId` for { {% ifversion ghec %} {% data reusables.saml.authentication-loop %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/content/admin/index.md b/translations/es-ES/content/admin/index.md index 6102f8d8d0..5fc77c32b6 100644 --- a/translations/es-ES/content/admin/index.md +++ b/translations/es-ES/content/admin/index.md @@ -105,14 +105,6 @@ featuredLinks: - '{% ifversion ghec %}/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/managing-global-webhooks{% endif %}' - /billing/managing-your-license-for-github-enterprise/using-visual-studio-subscription-with-github-enterprise/setting-up-visual-studio-subscription-with-github-enterprise - /admin/enterprise-support/about-github-enterprise-support - videos: - - title: GitHub in the Enterprise – Maya Ross - href: 'https://www.youtube-nocookie.com/embed/1-i39RqaxRs' - - title: What's new for GitHub Enterprise – Jarryd McCree - href: 'https://www.youtube-nocookie.com/embed/ZZviWZgrqhM' - - title: Enforcing information security policy through GitHub Enterprise – Thomas Worley - href: 'https://www.youtube-nocookie.com/embed/DCu-ZTT7WTI' - videosHeading: GitHub Universe 2021 videos layout: product-landing versions: ghec: '*' diff --git a/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/index.md b/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/index.md index 9ce99558d1..cc88ce7bd1 100644 --- a/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/index.md +++ b/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/index.md @@ -18,14 +18,13 @@ children: - /installing-github-enterprise-server-on-hyper-v - /installing-github-enterprise-server-on-openstack-kvm - /installing-github-enterprise-server-on-vmware - - /installing-github-enterprise-server-on-xenserver - /setting-up-a-staging-instance shortTitle: Set up an instance -ms.openlocfilehash: 23fe586f2c4baa87a2e2b388685bf8e42d5e10a4 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: 7c23ae31e8e976f2acc664f87fbff82ffe025a0e +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147881465' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109880' --- diff --git a/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md b/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md index ecfcde73e0..6ae6322477 100644 --- a/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md +++ b/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/setting-up-a-staging-instance.md @@ -5,7 +5,7 @@ redirect_from: - /enterprise/admin/installation/setting-up-a-staging-instance - /admin/installation/setting-up-a-staging-instance versions: - ghes: "*" + ghes: '*' type: how_to topics: - Enterprise diff --git a/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise.md b/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise.md index fd9d8dacf6..82146c1824 100644 --- a/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise.md +++ b/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise.md @@ -46,9 +46,7 @@ As an enterprise owner{% ifversion ghes %} or site administrator{% endif %}, you {%- ifversion ghes %} - You can forward audit and system logs, from your enterprise to an third-party hosted monitoring system. For more information, see "[Log forwarding](/admin/monitoring-activity-in-your-enterprise/exploring-user-activity/log-forwarding)." {%- endif %} -{%- ifversion ghec or ghes > 3.2 or ghae %} - You can use the Audit log API to view actions performed in your enterprise. For more information, see "[Using the audit log API for your enterprise](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise)." -{%- endif %} For a full list of audit log actions that may appear in your enterprise audit log, see "[Audit log actions for your enterprise](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise)." diff --git a/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md index 863a314cec..c4610e9a26 100644 --- a/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md +++ b/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md @@ -265,7 +265,6 @@ Action | Description | `config_entry.update` | A configuration setting was edited. These events are only visible in the site admin audit log. The type of events recorded relate to:
- Enterprise settings and policies
- Organization and repository permissions and settings
- Git, Git LFS, {% data variables.product.prodname_github_connect %}, {% data variables.product.prodname_registry %}, project, and code security settings. {%- endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} ## `dependabot_alerts` category actions | Action | Description @@ -285,9 +284,8 @@ Action | Description | Action | Description |--------|------------- | `dependabot_repository_access.repositories_updated` | The repositories that {% data variables.product.prodname_dependabot %} can access were updated. -{%- endif %} -{%- ifversion fpt or ghec or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes %} ## `dependabot_security_updates` category actions | Action | Description @@ -1341,7 +1339,7 @@ Before you'll see `git` category actions, you must enable Git events in the audi |--------|------------- | `staff.disable_repo` | An organization{% ifversion ghes %}, repository or site{% else %} or repository{% endif %} administrator disabled access to a repository and all of its forks. | `staff.enable_repo` | An organization{% ifversion ghes %}, repository or site{% else %} or repository{% endif %} administrator re-enabled access to a repository and all of its forks. -{%- ifversion ghes > 3.2 or ghae %} +{%- ifversion ghes or ghae %} | `staff.exit_fake_login` | An enterprise owner{% ifversion ghes %} or site administrator{% endif %} ended an impersonation session on {% data variables.product.product_name %}. | `staff.fake_login` | An enterprise owner{% ifversion ghes %} or site administrator{% endif %} signed into {% data variables.product.product_name %} as another user. {%- endif %} diff --git a/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/configuring-the-audit-log-for-your-enterprise.md b/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/configuring-the-audit-log-for-your-enterprise.md index 0bcdaf5744..5c4f84902a 100644 --- a/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/configuring-the-audit-log-for-your-enterprise.md +++ b/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/configuring-the-audit-log-for-your-enterprise.md @@ -1,8 +1,8 @@ --- title: Configuring the audit log for your enterprise -intro: "You can configure settings for your enterprise's audit log." +intro: You can configure settings for your enterprise's audit log. shortTitle: Configure audit logs -permissions: 'Enterprise owners can configure the audit log.' +permissions: Enterprise owners can configure the audit log. versions: feature: audit-data-retention-tab type: how_to @@ -53,4 +53,4 @@ Before you can enable Git events in the audit log, you must configure a retentio ![Screenshot of the checkbox to enable Git events in the audit log](/assets/images/help/enterprises/enable-git-events-checkbox.png) 1. Click **Save**. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md b/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md index eb7ca4cae4..2d570ef443 100644 --- a/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md +++ b/translations/es-ES/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/using-the-audit-log-api-for-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Using the audit log API for your enterprise -intro: 'You can programmatically retrieve enterprise events with the{% ifversion ghec or ghes > 3.2 %} REST or{% endif %} GraphQL API.' +intro: 'You can programmatically retrieve enterprise events with the REST or GraphQL API.' shortTitle: Audit log API permissions: 'Enterprise owners {% ifversion ghes %}and site administrators {% endif %}can use the audit log API.' miniTocMaxHeadingLevel: 3 @@ -18,7 +18,7 @@ topics: ## Using the audit log API -You can interact with the audit log using the GraphQL API{% ifversion ghec or ghes > 3.2 or ghae %} or the REST API{% endif %}. +You can interact with the audit log using the GraphQL API or the REST API. Timestamps and date fields in the API response are measured in [UTC epoch milliseconds](http://en.wikipedia.org/wiki/Unix_time). @@ -106,7 +106,6 @@ This query uses the [AuditEntry](/graphql/reference/interfaces#auditentry) inter For more query examples, see the [platform-samples repository](https://github.com/github/platform-samples/blob/master/graphql/queries). -{% ifversion ghec or ghes > 3.2 or ghae %} ## Querying the audit log REST API To ensure your intellectual property is secure, and you maintain compliance for your enterprise, you can use the audit log REST API to keep copies of your audit log data and monitor: @@ -137,5 +136,3 @@ curl -H "Authorization: Bearer TOKEN" \ --request GET \ "https://api.github.com/enterprises/avocado-corp/audit-log?phrase=action:pull_request+created:>=2022-01-01+actor:octocat" ``` - -{% endif %} diff --git a/translations/es-ES/content/admin/overview/about-upgrades-to-new-releases.md b/translations/es-ES/content/admin/overview/about-upgrades-to-new-releases.md index 97d331e1cd..be8fcd1d11 100644 --- a/translations/es-ES/content/admin/overview/about-upgrades-to-new-releases.md +++ b/translations/es-ES/content/admin/overview/about-upgrades-to-new-releases.md @@ -9,15 +9,13 @@ type: overview topics: - Enterprise - Upgrades -ms.openlocfilehash: 196745ee4ededaf78bd5afe876e4afa09141e930 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: b3a2d340ef73ffe92f2117caf38a84e76ba0c8d1 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '145120202' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109831' --- -{% ifversion ghes < 3.3 %}{% data reusables.enterprise.upgrade-ghes-for-features %}{% endif %} - {% data reusables.enterprise.constantly-improving %}{% ifversion ghae %}{% data variables.product.prodname_ghe_managed %} es un servicio totalmente administrado, de manera que {% data variables.product.company_short %} completa el proceso de actualización automáticamente para la empresa.{% endif %} Los lanzamientos de características incluyen mejoras de funcionalidades y características y, habitualmente, suceden cada trimestre. {% ifversion ghae %}{% data variables.product.company_short %} actualizará tu empresa al lanzamiento de características más reciente. Se te notificará previamente sobre cualquier tiempo de inactividad que se planee para tu empresa.{% endif %} diff --git a/translations/es-ES/content/admin/packages/migrating-your-enterprise-to-the-container-registry-from-the-docker-registry.md b/translations/es-ES/content/admin/packages/migrating-your-enterprise-to-the-container-registry-from-the-docker-registry.md index 9305406cc8..9a64fab4c6 100644 --- a/translations/es-ES/content/admin/packages/migrating-your-enterprise-to-the-container-registry-from-the-docker-registry.md +++ b/translations/es-ES/content/admin/packages/migrating-your-enterprise-to-the-container-registry-from-the-docker-registry.md @@ -2,9 +2,9 @@ title: Migrating your enterprise to the Container registry from the Docker registry intro: 'You can migrate Docker images previously stored in the Docker registry on {% data variables.location.product_location %} to the {% data variables.product.prodname_container_registry %}.' product: '{% data reusables.gated-features.packages %}' -permissions: "Enterprise owners can migrate Docker images to the {% data variables.product.prodname_container_registry %}." +permissions: 'Enterprise owners can migrate Docker images to the {% data variables.product.prodname_container_registry %}.' versions: - feature: 'docker-ghcr-enterprise-migration' + feature: docker-ghcr-enterprise-migration shortTitle: Migrate to Container registry topics: - Containers diff --git a/translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-projects-in-your-enterprise.md b/translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-projects-in-your-enterprise.md index 710e0b5407..dcc0728686 100644 --- a/translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-projects-in-your-enterprise.md +++ b/translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-projects-in-your-enterprise.md @@ -20,12 +20,12 @@ topics: - Policies - Projects shortTitle: Project board policies -ms.openlocfilehash: 2066ab3fd36814150ff79457930d05909027513e -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 2bb72b21094fadea8f584eb4749ed0cea69619ee +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147854143' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109813' --- ## Acerca de las políticas para proyectos en tu empresa diff --git a/translations/es-ES/content/admin/policies/index.md b/translations/es-ES/content/admin/policies/index.md index 0c7f5ccd75..e5b9230341 100644 --- a/translations/es-ES/content/admin/policies/index.md +++ b/translations/es-ES/content/admin/policies/index.md @@ -14,11 +14,11 @@ children: - /enforcing-policies-for-your-enterprise - /enforcing-policy-with-pre-receive-hooks shortTitle: Set policies -ms.openlocfilehash: 075d4f949435539c9c45ae651aedb0878f3317db -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d +ms.openlocfilehash: 6fae4d9a9aa9c137be114b51eb90d79eb16d71df +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147400374' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109919' --- diff --git a/translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise/index.md b/translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise/index.md index 7b2122761b..f9d03318f8 100644 --- a/translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise/index.md +++ b/translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise/index.md @@ -33,11 +33,11 @@ children: - /managing-projects-using-jira - /continuous-integration-using-jenkins shortTitle: Manage organizations -ms.openlocfilehash: 5d1430bc4efff03e6cddfe81f3c018d4f2064155 -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d +ms.openlocfilehash: 333d9b8d50bcdb86f709a447fee5a4078353dfe2 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147884249' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109918' --- diff --git a/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user.md b/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user.md index 615ac5f88a..dc890719b6 100644 --- a/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user.md +++ b/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user.md @@ -3,7 +3,7 @@ title: Hacerse pasar por un usuario intro: 'Puedes hacerte pasar por usuarios y realizar acciones en su nombre, para solucionar problemas, hacer desbloqueos y otras razones legítimas.' permissions: Enterprise owners can impersonate users within their enterprise. versions: - ghes: '>3.2' + ghes: '*' ghae: '*' type: how_to topics: @@ -11,12 +11,12 @@ topics: - Enterprise - User account shortTitle: Impersonate a user -ms.openlocfilehash: 8e237c6ace7e7feb4badefcbd863b0974c983732 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: df0513c3ca2931378e656f228939540dd5ea5816 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '145116266' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109966' --- ## Acerca de hacerse pasar por un usuario diff --git a/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/index.md b/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/index.md index 7accbf7dfa..40e4aa7e5c 100644 --- a/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/index.md +++ b/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/index.md @@ -36,11 +36,11 @@ children: - /customizing-user-messages-for-your-enterprise - /rebuilding-contributions-data shortTitle: Manage users -ms.openlocfilehash: 9ec6d7dc6822e71ff72542dd6b67ded031a1c44d -ms.sourcegitcommit: ac00e2afa6160341c5b258d73539869720b395a4 +ms.openlocfilehash: 763277882c2af96505c2a6d4c236c05475ab9f3f +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147878516' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148009675' --- diff --git a/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md b/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md index 0596124afa..9fed0e1cbb 100644 --- a/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md +++ b/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md @@ -1,7 +1,7 @@ --- 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.' -permissions: 'Enterprise owners can view the people in an enterprise.' +permissions: Enterprise owners can view the people in an enterprise. redirect_from: - /github/setting-up-and-managing-your-enterprise-account/viewing-people-in-your-enterprise-account - /articles/viewing-people-in-your-enterprise-account @@ -116,7 +116,7 @@ If you use {% data variables.product.prodname_vss_ghe %}, the list of pending in ## Viewing suspended members in an {% data variables.enterprise.prodname_emu_enterprise %} -If your enterprise uses {% data variables.product.prodname_emus %}, you can also view suspended users. Suspended users are members who have been deprovisioned after being unassigned from the {% data variables.product.prodname_emu_idp_application %} application or deleted from the identity provider. For more information, see "[About Enterprise Managed Users](/admin/identity-and-access-management/managing-iam-with-enterprise-managed-users/about-enterprise-managed-users)." +If your enterprise uses {% data variables.product.prodname_emus %}, you can view suspended users. Suspended users are members who have been deprovisioned after being unassigned from the {% data variables.product.prodname_emu_idp_application %} application or deleted from the identity provider. For more information, see "[About {% data variables.product.prodname_emus %}](/admin/identity-and-access-management/managing-iam-with-enterprise-managed-users/about-enterprise-managed-users)." {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.people-tab %} @@ -129,6 +129,21 @@ If your enterprise uses {% data variables.product.prodname_emus %}, you can also You can view a list of all dormant users {% ifversion ghes or ghae %} who have not been suspended and {% endif %}who are not site administrators. {% data reusables.enterprise-accounts.dormant-user-activity-threshold %} For more information, see "[Managing dormant users](/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users)." +{% ifversion filter-by-enterprise-member-type %} +## Filtering by member type{% ifversion ghec %} in an {% data variables.enterprise.prodname_emu_enterprise %}{% endif %} + +{% ifversion ghec %}If your enterprise uses {% data variables.product.prodname_emus %}, you{% elsif ghes or ghae %}You{% endif %} can filter the member list of an organization by type to determine if memberships are managed through an IdP or managed directly. Memberships managed through an IdP were added through an IdP group, and the IdP group was connected to a team within the organization. Memberships managed directly were added to the organization manually. The way a membership is mananaged in an organization determines how it must be removed. You can use this filter to determine how members were added to an organization, so you know how to remove them.{% ifversion ghec %} For more information, see "[About {% data variables.product.prodname_emus %}](/enterprise-cloud@latest/admin/identity-and-access-management/managing-iam-with-enterprise-managed-users/about-enterprise-managed-users#about-organization-membership-management)."{% endif %} + +{% data reusables.enterprise-accounts.access-enterprise %} +1. Under "Organizations," in the search bar, begin typing the organization's name until the organization appears in the search results, then click the name of the organization. + ![Screenshot of the search field for organizations](/assets/images/help/enterprises/organization-search.png) +1. Under the organization name, click {% octicon "person" aria-label="The Person icon" %} **People**. + ![Screenshot of the People tab](/assets/images/help/enterprises/emu-organization-people-tab.png) +1. Above the list of members, click **Type**, then select the type of members you want to view. + ![Screenshot of the "Type" button](/assets/images/help/enterprises/filter-by-member-type.png) + +{% endif %} + {% ifversion ghec or ghes %} ## Viewing members without an email address from a verified domain diff --git a/translations/es-ES/content/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on.md b/translations/es-ES/content/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on.md index c0787f5ae1..b2c8f13f0b 100644 --- a/translations/es-ES/content/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on.md +++ b/translations/es-ES/content/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on.md @@ -24,13 +24,15 @@ If you can't access {% data variables.product.product_name %}, contact your loca {% endif %} -{% ifversion fpt or ghec %} +{% ifversion ghec %} {% data reusables.saml.dotcom-saml-explanation %} Organization owners can invite your personal 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 %}. If you're a member of an {% data variables.enterprise.prodname_emu_enterprise %}, you will instead use a new account that is provisioned for you and controlled by your enterprise. {% data reusables.enterprise-accounts.emu-more-info-account %} -When you access private 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. +When you attempt to access most 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. + +{% data reusables.saml.resources-without-sso %} {% data reusables.saml.outside-collaborators-exemption %} diff --git a/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md b/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md index 88febb34fe..2a8409c383 100644 --- a/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md +++ b/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token.md @@ -1,6 +1,6 @@ --- title: Creating a personal access token -intro: You can create a {% data variables.product.pat_generic %} to use in place of a password with the command line or with the API. +intro: 'You can create a {% data variables.product.pat_generic %} to use in place of a password with the command line or with the API.' redirect_from: - /articles/creating-an-oauth-token-for-command-line-use - /articles/creating-an-access-token-for-command-line-use @@ -17,7 +17,7 @@ versions: topics: - Identity - Access management -shortTitle: Create a {% data variables.product.pat_generic %} +shortTitle: 'Create a {% data variables.product.pat_generic %}' --- {% warning %} @@ -112,9 +112,9 @@ If you selected an organization as the resource owner and the organization requi {% ifversion pat-v2 %}1. In the left sidebar, under **{% octicon "key" aria-label="The key icon" %} {% data variables.product.pat_generic_caps %}s**, click **Tokens (classic)**.{% else %}{% data reusables.user-settings.personal_access_tokens %}{% endif %} {% ifversion pat-v2%}1. Select **Generate new token**, then click **Generate new token (classic)**.{% else %}{% data reusables.user-settings.generate_new_token %}{% endif %} 5. Give your token a descriptive name. - ![Token description field](/assets/images/help/settings/token_description.png){% ifversion fpt or ghes > 3.2 or ghae or ghec %} + ![Token description field](/assets/images/help/settings/token_description.png) 6. To give your token an expiration, select the **Expiration** drop-down menu, then click a default or use the calendar picker. - ![Token expiration field](/assets/images/help/settings/token_expiration.png){% endif %} + ![Token expiration field](/assets/images/help/settings/token_expiration.png) 7. Select the scopes you'd like to grant this token. To use your token to access repositories from the command line, select **repo**. A token with no assigned scopes can only access public information. For more information, see "[Available scopes](/apps/building-oauth-apps/scopes-for-oauth-apps#available-scopes)". {% ifversion fpt or ghes or ghec %} ![Selecting token scopes](/assets/images/help/settings/token_scopes.gif) @@ -143,5 +143,5 @@ Instead of manually entering your {% data variables.product.pat_generic %} for e ## Further reading -- "[About authentication to GitHub](/github/authenticating-to-github/about-authentication-to-github)"{% ifversion fpt or ghae or ghes > 3.2 or ghec %} -- "[Token expiration and revocation](/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation)"{% endif %} +- "[About authentication to GitHub](/github/authenticating-to-github/about-authentication-to-github)" +- "[Token expiration and revocation](/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation)" diff --git a/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md b/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md index 477a01b0a1..ca865d3bdf 100644 --- a/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md +++ b/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log.md @@ -109,7 +109,7 @@ An overview of some of the most common actions that are recorded as events in th | Action | Description |------------------|------------------- | `create` | Triggered when you [grant access to an {% data variables.product.prodname_oauth_app %}](/github/authenticating-to-github/keeping-your-account-and-data-secure/authorizing-oauth-apps). -| `destroy` | Triggered when you [revoke an {% data variables.product.prodname_oauth_app %}'s access to your account](/articles/reviewing-your-authorized-integrations){% ifversion fpt or ghae or ghes > 3.2 or ghec %} and when [authorizations are revoked or expire](/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation).{% else %}.{% endif %} +| `destroy` | Triggered when you [revoke an {% data variables.product.prodname_oauth_app %}'s access to your account](/articles/reviewing-your-authorized-integrations) and when [authorizations are revoked or expire](/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation). {% ifversion fpt or ghec %} diff --git a/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md b/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md index 877fedd33b..4b4832b39c 100644 --- a/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md +++ b/translations/es-ES/content/authentication/keeping-your-account-and-data-secure/token-expiration-and-revocation.md @@ -14,7 +14,7 @@ redirect_from: - /github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation --- -When a token {% ifversion fpt or ghae or ghes > 3.2 or ghec %}has expired or {% endif %} has been revoked, it can no longer be used to authenticate Git and API requests. It is not possible to restore an expired or revoked token, you or the application will need to create a new token. +When a token has expired or has been revoked, it can no longer be used to authenticate Git and API requests. It is not possible to restore an expired or revoked token, you or the application will need to create a new token. This article explains the possible reasons your {% data variables.product.product_name %} token might be revoked or expire. @@ -24,11 +24,9 @@ This article explains the possible reasons your {% data variables.product.produc {% endnote %} -{% ifversion fpt or ghae or ghes > 3.2 or ghec %} ## Token revoked after reaching its expiration date When you create a {% data variables.product.pat_generic %}, we recommend that you set an expiration for your token. Upon reaching your token's expiration date, the token is automatically revoked. For more information, see "[Creating a {% data variables.product.pat_generic %}](/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token)." -{% endif %} {% ifversion fpt or ghec %} ## Token revoked when pushed to a public repository or public gist diff --git a/translations/es-ES/content/authentication/managing-commit-signature-verification/signing-commits.md b/translations/es-ES/content/authentication/managing-commit-signature-verification/signing-commits.md index e9b3200e36..627ca3b95a 100644 --- a/translations/es-ES/content/authentication/managing-commit-signature-verification/signing-commits.md +++ b/translations/es-ES/content/authentication/managing-commit-signature-verification/signing-commits.md @@ -1,6 +1,6 @@ --- -title: Signing commits -intro: You can sign commits locally using GPG{% ifversion ssh-commit-verification %}, SSH,{% endif %} or S/MIME. +title: Firmar confirmaciones +intro: 'Puedes firmar confirmaciones localmente mediante GPG{% ifversion ssh-commit-verification %}, SSH{% endif %} o S/MIME.' redirect_from: - /articles/signing-commits-and-tags-using-gpg - /articles/signing-commits-using-gpg @@ -15,42 +15,48 @@ versions: topics: - Identity - Access management +ms.openlocfilehash: 8550393cc31571756099ac364698434f38b02cfa +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148106753' --- {% data reusables.gpg.desktop-support-for-commit-signing %} {% tip %} -**Tips:** +**Sugerencias:** -To configure your Git client to sign commits by default for a local repository, in Git versions 2.0.0 and above, run `git config commit.gpgsign true`. To sign all commits by default in any local repository on your computer, run `git config --global commit.gpgsign true`. +Para configurar su cliente Git a fin de firmar confirmaciones de manera predeterminada de un repositorio local, en versiones de Git 2.0.0 y posteriores, ejecute `git config commit.gpgsign true`. Para firmar todas las confirmaciones de manera predeterminada en cualquier repositorio local del equipo, ejecute `git config --global commit.gpgsign true`. -To store your GPG key passphrase so you don't have to enter it every time you sign a commit, we recommend using the following tools: - - For Mac users, the [GPG Suite](https://gpgtools.org/) allows you to store your GPG key passphrase in the Mac OS Keychain. - - For Windows users, the [Gpg4win](https://www.gpg4win.org/) integrates with other Windows tools. +Para almacenar tus contraseña de llave GPG para no tener que ingresarla cada vez que firmas una confirmación, recomendamos utilizando las siguientes herramientas: + - Para los usuarios de Mac, [GPG Suite](https://gpgtools.org/) permite almacenar su frase de contraseña de clave GPG en la cadena de claves de Mac OS. + - Para los usuarios de Windows, [Gpg4win](https://www.gpg4win.org/) se integra con otras herramientas de Windows. -You can also manually configure [gpg-agent](http://linux.die.net/man/1/gpg-agent) to save your GPG key passphrase, but this doesn't integrate with Mac OS Keychain like ssh-agent and requires more setup. +También puede configurar de forma manual [gpg-agent](http://linux.die.net/man/1/gpg-agent) para guardar su frase de contraseña de clave GPG, pero esta no se integra con la cadena de claves de Mac OS como ssh-agent y requiere mayor configuración. {% endtip %} -If you have multiple keys or are attempting to sign commits or tags with a key that doesn't match your committer identity, you should [tell Git about your signing key](/articles/telling-git-about-your-signing-key). +Si tiene varias claves o está intentando firmar confirmaciones o etiquetas con una clave que no coincide con su identidad de confirmante del cambio, debería [informarle a Git acerca de su clave de firma](/articles/telling-git-about-your-signing-key). -1. When committing changes in your local branch, add the -S flag to the git commit command: +1. Cuando confirmas los cambios en tu rama local, agrega la marca -S al comando de confirmación de Git: ```shell $ git commit -S -m "YOUR_COMMIT_MESSAGE" # Creates a signed commit ``` -2. If you're using GPG, after you create your commit, provide the passphrase you set up when you [generated your GPG key](/articles/generating-a-new-gpg-key). -3. When you've finished creating commits locally, push them to your remote repository on {% data variables.product.product_name %}: +2. Si usa GPG, después de crear la confirmación, proporcione la frase de contraseña que configuró al [generar la clave GPG](/articles/generating-a-new-gpg-key). +3. Cuando terminaste de crear confirmaciones de forma local, súbelas a tu repositorio remoto en {% data variables.product.product_name %}: ```shell $ git push # Pushes your local commits to the remote repository ``` -4. On {% data variables.product.product_name %}, navigate to your pull request. +4. En {% data variables.product.product_name %}, desplázate hasta la solicitud de extracción. {% data reusables.repositories.review-pr-commits %} -5. To view more detailed information about the verified signature, click Verified. -![Signed commit](/assets/images/help/commits/gpg-signed-commit-verified-without-details.png) +5. Para ver información más detallada acerca de la firma verificada, haz clic en Verified (Verificada). +![Confirmación firmada](/assets/images/help/commits/gpg-signed-commit-verified-without-details.png) -## Further reading +## Información adicional -* "[Telling Git about your signing key](/articles/telling-git-about-your-signing-key)" -* "[Signing tags](/articles/signing-tags)" +* "[Notificación de la clave de firma a Git](/articles/telling-git-about-your-signing-key)" +* "[Firma de etiquetas](/articles/signing-tags)" diff --git a/translations/es-ES/content/authentication/managing-commit-signature-verification/signing-tags.md b/translations/es-ES/content/authentication/managing-commit-signature-verification/signing-tags.md index e5371adbc6..1206f3798c 100644 --- a/translations/es-ES/content/authentication/managing-commit-signature-verification/signing-tags.md +++ b/translations/es-ES/content/authentication/managing-commit-signature-verification/signing-tags.md @@ -1,6 +1,6 @@ --- -title: Signing tags -intro: You can sign tags locally using GPG{% ifversion ssh-commit-verification %}, SSH,{% endif %} or S/MIME. +title: Firmar etiquetas +intro: 'Puedes firmar etiquetas localmente mediante GPG{% ifversion ssh-commit-verification %}, SSH,{% endif %} o S/MIME.' redirect_from: - /articles/signing-tags-using-gpg - /articles/signing-tags @@ -14,23 +14,29 @@ versions: topics: - Identity - Access management +ms.openlocfilehash: 22bdc1c5095a8fa82d2ac406a19dc633f8f44fc6 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148106681' --- {% data reusables.gpg.desktop-support-for-commit-signing %} -1. To sign a tag, add `-s` to your `git tag` command. +1. Para firmar una etiqueta, agregue `-s` al comando `git tag`. ```shell $ git tag -s MYTAG # Creates a signed tag ``` -2. Verify your signed tag by running `git tag -v [tag-name]`. +2. Compruebe la etiqueta firmada mediante la ejecución de `git tag -v [tag-name]`. ```shell $ git tag -v MYTAG # Verifies the signed tag ``` -## Further reading +## Información adicional -- "[Viewing your repository's tags](/articles/viewing-your-repositorys-tags)" -- "[Telling Git about your signing key](/articles/telling-git-about-your-signing-key)" -- "[Associating an email with your GPG key](/articles/associating-an-email-with-your-gpg-key)" -- "[Signing commits](/articles/signing-commits)" +- "[Visualización de las etiquetas del repositorio](/articles/viewing-your-repositorys-tags)" +- "[Notificación de la clave de firma a Git](/articles/telling-git-about-your-signing-key)" +- "[Asociación de un correo electrónico con la clave GPG](/articles/associating-an-email-with-your-gpg-key)" +- "[Firma de confirmaciones](/articles/signing-commits)" diff --git a/translations/es-ES/content/billing/index.md b/translations/es-ES/content/billing/index.md index 94c3f6e5a0..b5a537669b 100644 --- a/translations/es-ES/content/billing/index.md +++ b/translations/es-ES/content/billing/index.md @@ -54,11 +54,11 @@ children: - /managing-billing-for-github-marketplace-apps - /managing-billing-for-git-large-file-storage - /setting-up-paid-organizations-for-procurement-companies -ms.openlocfilehash: 816bfb699135974a180ccf350aa04bc36dfbf25a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 977d170024ddec1d49f51723b654ee7171915e94 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147110902' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109967' --- diff --git a/translations/es-ES/content/billing/managing-billing-for-github-codespaces/index.md b/translations/es-ES/content/billing/managing-billing-for-github-codespaces/index.md index b565c2a921..839d5dc496 100644 --- a/translations/es-ES/content/billing/managing-billing-for-github-codespaces/index.md +++ b/translations/es-ES/content/billing/managing-billing-for-github-codespaces/index.md @@ -11,3 +11,4 @@ children: - /viewing-your-github-codespaces-usage - /managing-spending-limits-for-github-codespaces --- + diff --git a/translations/es-ES/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md b/translations/es-ES/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md index 9652fd43bd..68d34a6ab0 100644 --- a/translations/es-ES/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md +++ b/translations/es-ES/content/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage.md @@ -54,4 +54,4 @@ Enterprise owners and billing managers can view {% data variables.product.prodna ## Further reading -- "[Listing the codespaces in your organization](/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization)" \ No newline at end of file +- "[Listing the codespaces in your organization](/codespaces/managing-codespaces-for-your-organization/listing-the-codespaces-in-your-organization)" diff --git a/translations/es-ES/content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md b/translations/es-ES/content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md index 5f06513eaa..57706ab231 100644 --- a/translations/es-ES/content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md +++ b/translations/es-ES/content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md @@ -72,9 +72,12 @@ In addition to licensed seats, your bill may include other charges, such as {% d - Enterprise owners who are a member or owner of at least one organization in the enterprise - Organization members, including owners - Outside collaborators on private or internal repositories owned by your organization, excluding forks +- Dormant users + +If your enterprise does not use {% data variables.product.prodname_emus %}, you will also be billed for each of the following accounts: + - Anyone with a pending invitation to become an organization owner or member - Anyone with a pending invitation to become an outside collaborator on private or internal repositories owned by your organization, excluding forks -- Dormant users {% note %} diff --git a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/index.md b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/index.md index d3d3934d5c..3f02609a2a 100644 --- a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/index.md +++ b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/index.md @@ -18,11 +18,11 @@ children: - /phase-4-create-internal-documentation - /phase-5-rollout-and-scale-code-scanning - /phase-6-rollout-and-scale-secret-scanning -ms.openlocfilehash: c5624ca33d347e1be1c7bfc9a687f1c06bb828ed -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 5430d24ecf8979f5421c6f3fea9f10ad3f580e4c +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147145430' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110096' --- diff --git a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale.md b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale.md index d7ff86655c..537c1c880e 100644 --- a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale.md +++ b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale.md @@ -14,12 +14,12 @@ redirect_from: - /admin/advanced-security/deploying-github-advanced-security-in-your-enterprise - /admin/code-security/managing-github-advanced-security-for-your-enterprise/deploying-github-advanced-security-in-your-enterprise miniTocMaxHeadingLevel: 2 -ms.openlocfilehash: 0993205a2f51262c0766062995caa1c2e2714742 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: f42a461b3c53565725d6909680fa8e6a202c0439 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147145429' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110093' --- ## Acerca de estos artículos diff --git a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-1-align-on-your-rollout-strategy-and-goals.md b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-1-align-on-your-rollout-strategy-and-goals.md index bf8ea2ad18..bf2fd42db6 100644 --- a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-1-align-on-your-rollout-strategy-and-goals.md +++ b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-1-align-on-your-rollout-strategy-and-goals.md @@ -9,12 +9,12 @@ topics: - Advanced Security shortTitle: 1. Align on strategy miniTocMaxHeadingLevel: 3 -ms.openlocfilehash: 63154ac960e4b3a9d29f41e72cd925230838069c -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: b2677cf11c300ad657f9bd6b8862fb1f292c2fb7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147145398' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110088' --- {% note %} diff --git a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-2-preparing-to-enable-at-scale.md b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-2-preparing-to-enable-at-scale.md index f4b36bed2e..b70fb760c1 100644 --- a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-2-preparing-to-enable-at-scale.md +++ b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-2-preparing-to-enable-at-scale.md @@ -9,12 +9,12 @@ topics: - Advanced Security shortTitle: 2. Preparation miniTocMaxHeadingLevel: 3 -ms.openlocfilehash: a34711765e8beb6d57215c0c8fd16519e975539d -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 79368897c125ff23541520a253a34a2aae8c7c27 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147145390' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110092' --- {% note %} diff --git a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-3-pilot-programs.md b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-3-pilot-programs.md index 2821f08cc8..ea518855c2 100644 --- a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-3-pilot-programs.md +++ b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-3-pilot-programs.md @@ -9,12 +9,12 @@ topics: - Advanced Security shortTitle: 3. Pilot programs miniTocMaxHeadingLevel: 3 -ms.openlocfilehash: 3df893158c402b9180260ddd1c82c96f62b84717 -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d +ms.openlocfilehash: d56427173580558a192d0709ae700cbd497e2935 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147145397' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109917' --- {% note %} diff --git a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md index 52042f2bb2..5964263c70 100644 --- a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md +++ b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-4-create-internal-documentation.md @@ -9,12 +9,12 @@ topics: - Advanced Security shortTitle: 4. Create internal documentation miniTocMaxHeadingLevel: 3 -ms.openlocfilehash: e9852eacc95b98eca5358aafb9a9b13811888f15 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: caf35f06c3f836ea7532b7c5e9dfb419ba8c325b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147145382' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109916' --- {% note %} diff --git a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md index 8f6fc3ea92..b5e35400d2 100644 --- a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md +++ b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning.md @@ -9,12 +9,12 @@ topics: - Advanced Security shortTitle: 5. Rollout code scanning miniTocMaxHeadingLevel: 3 -ms.openlocfilehash: 69c5a4e88c5490cbd7dcddca902426862047dff5 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: abbcdf4c1e4a231a568e8d8cd488877ebdf2fd9f +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147145389' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109915' --- {% note %} diff --git a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md index c770416d54..7cf84a8886 100644 --- a/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md +++ b/translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md @@ -1,6 +1,6 @@ --- -title: 'Fase 6: Lanzamiento y escalado del análisis de secretos' -intro: 'Para la fase final, te centrarás en el lanzamiento de {% data variables.product.prodname_secret_scanning %}. {% data variables.product.prodname_secret_scanning_caps %} es una herramienta más sencilla de lanzar que {% data variables.product.prodname_code_scanning %}, ya que implica menos configuración, pero es fundamental tener una estrategia para controlar los resultados nuevos y antiguos.' +title: 'Phase 6: Rollout and scale secret scanning' +intro: 'For the final phase, you will focus on the rollout of {% data variables.product.prodname_secret_scanning %}. {% data variables.product.prodname_secret_scanning_caps %} is a more straightforward tool to rollout than {% data variables.product.prodname_code_scanning %}, as it involves less configuration, but it''s critical to have a strategy for handling new and old results.' versions: ghes: '*' ghae: '*' @@ -9,103 +9,98 @@ topics: - Advanced Security shortTitle: 6. Rollout secret scanning miniTocMaxHeadingLevel: 3 -ms.openlocfilehash: 791ce9924ac9f2cb918db4e1c416a8755b790bf5 -ms.sourcegitcommit: 74d6918dae0cf489c86eee049fb0f061a63df44c -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 07/15/2022 -ms.locfileid: '147145381' --- + {% note %} -Este artículo forma parte de una serie sobre la adopción de {% data variables.product.prodname_GH_advanced_security %} a escala. Para ver el artículo anterior de esta serie, consulta "[Fase 5: Lanzamiento y escalado del análisis de código](/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning)". +This article is part of a series on adopting {% data variables.product.prodname_GH_advanced_security %} at scale. For the previous article in this series, see "[Phase 5: Rollout and scale code scanning](/code-security/adopting-github-advanced-security-at-scale/phase-5-rollout-and-scale-code-scanning)." {% endnote %} -Puedes habilitar el análisis de secretos para repositorios individuales o para todos los repositorios de una organización. Para obtener más información, consulta "[Administración de la configuración de seguridad y análisis del repositorio](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository)" o "[Administración de la configuración de seguridad y análisis para la organización](/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization)". +You can enable secret scanning for individual repositories or for all repositories in an organization. For more information, see "[Managing security and analysis settings for your repository](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository)" or "[Managing security and analysis settings for your organization](/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization)." -En este artículo se explica un proceso de alto nivel centrado en habilitar {% data variables.product.prodname_secret_scanning %} para todos los repositorios de una organización. Los principios que se describen en este artículo se pueden seguir aplicando incluso si adoptas el enfoque más escalonado de habilitar {% data variables.product.prodname_secret_scanning %} para repositorios individuales. +This article explains a high-level process focusing on enabling {% data variables.product.prodname_secret_scanning %} for all repositories in an organization. The principles described in this article can still be applied even if you take a more staggered approach of enabling {% data variables.product.prodname_secret_scanning %} for individual repositories. -### 1. Céntrate en los secretos recién confirmados +### 1. Focus on newly committed secrets -Al habilitar {% data variables.product.prodname_secret_scanning %}, debes centrarte en corregir las credenciales recién confirmadas detectadas por el análisis de secretos. Si te centras en limpiar las credenciales confirmadas, los desarrolladores podrían seguir insertando accidentalmente nuevas credenciales, lo que significa que el recuento total de secretos permanecerá aproximadamente al mismo nivel, no disminuirá como se prevé. Por este motivo, es esencial detener la filtración de nuevas credenciales antes de centrarse en revocar los secretos actuales. +When you enable {% data variables.product.prodname_secret_scanning %}, you should focus on remediating any newly committed credentials detected by secret scanning. If you focus on cleaning up committed credentials, developers could continue to accidentally push new credentials, which means your total secret count will stay around the same level, not decrease as intended. This is why it is essential to stop new credentials being leaked before focusing on revoking any current secrets. -Hay algunos enfoques para abordar las credenciales recién confirmadas, pero un enfoque de ejemplo sería el siguiente: +There are a few approaches for tackling newly committed credentials, but one example approach would be: -1. **Notificación**: usa webhooks para asegurarte de que los equipos adecuados vean las nuevas alertas de secretos lo antes posible. Un webhook se desencadena cuando se crea, se resuelve o se vuelve a abrir una alerta de secreto. Después, puedes analizar la carga del webhook e integrarla en las herramientas que tú y tu equipo uséis, como Slack, Teams, Splunk o el correo electrónico. Para obtener más información, consulta "[Acerca de los webhooks](/developers/webhooks-and-events/webhooks/about-webhooks)" y "[Eventos y cargas de webhook](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#secret_scanning_alert)". -2. **Seguimiento**: crea un proceso de corrección de alto nivel que funcione para todos los tipos de secretos. Por ejemplo, puedes ponerte en contacto con el desarrollador que confirmó el secreto y su responsable técnico en ese proyecto, resaltar los peligros de confirmar secretos en GitHub y pedirles que revoquen y actualicen el secreto detectado. +1. **Notify**: Use webhooks to ensure that any new secret alerts are seen by the right teams as quickly as possible. A webhook fires when a secret alert is either created, resolved, or reopened. You can then parse the webhook payload, and integrate it into any tools you and your team use such Slack, Teams, Splunk, or email. For more information, see "[About webhooks](/developers/webhooks-and-events/webhooks/about-webhooks)" and "[Webhook events and payloads](/developers/webhooks-and-events/webhooks/webhook-events-and-payloads#secret_scanning_alert)." +2. **Follow Up**: Create a high-level remediation process that works for all secret types. For example, you could contact the developer who committed the secret and their technical lead on that project, highlighting the dangers of committing secrets to GitHub, and asking the them to revoke, and update the detected secret. {% note %} - **Nota:** Este paso se puede automatizar. En el caso de grandes empresas y organizaciones con cientos de repositorios, el seguimiento manual es insostenible. Puedes incorporar la automatización en el proceso de webhook definido en el primer paso. La carga del webhook contiene información sobre el repositorio y la organización acerca del secreto filtrado. Con esta información, puedes ponerte en contacto con los mantenedores actuales del repositorio y crear un correo electrónico o mensaje para las personas responsables o bien abrir una incidencia. + **Note:** You can automate this step. For large enterprises and organizations with hundreds of repositories, manually following up is unsustainable. You could incorporate automation into the webhook process defined in the first step. The webhook payload contains repository and organization information about the leaked secret. Using this information, you can contact the current maintainers on the repository and create an email/message to the responsible people or open an issue. {% endnote %} -3. **Formación**: crea un documento de formación interno asignado al desarrollador que confirmó el secreto. En este documento de formación, puedes explicar los riesgos creados mediante la confirmación de secretos y dirigirlos a la información de procedimientos recomendados sobre el uso de secretos de forma segura en el desarrollo. Si un desarrollador no aprende de la experiencia y continúa confirmando secretos, podrías crear un proceso de escalación, pero la formación suele funcionar bien. +3. **Educate**: Create an internal training document assigned to the developer who committed the secret. Within this training document, you can explain the risks created by committing secrets and direct them to your best practice information about using secrets securely in development. If the a developer doesn't learn from the experience and continues to commit secrets, you could create an escalation process, but education usually works well. -Repite los dos últimos pasos para cualquier secreto nuevo que se haya filtrado. Este proceso anima a los desarrolladores a asumir la responsabilidad de administrar los secretos usados en su código de forma segura y te permite medir la reducción de los secretos recién confirmados. +Repeat the last two steps for any new secrets leaked. This process encourages developers to take responsibility for managing the secrets used in their code securely, and allows you to measure the reduction in newly committed secrets. {% note %} -**Nota:** Es posible que las organizaciones más avanzadas quieran realizar la corrección automática de determinados tipos de secretos. Hay una iniciativa de código abierto denominada [Corrector automático del analizador de secretos de GitHub](https://github.com/NickLiffen/GSSAR) que puedes implementar en tu entorno de AWS, Azure o GCP y adaptar para revocar automáticamente determinados tipos de secretos en función de lo que definas como más crítico. También es una excelente manera de reaccionar a los nuevos secretos que se confirman con un enfoque más automatizado. +**Note:** More advanced organizations may want to perform auto-remediation of certain types of secrets. There is an open-source initiative called [GitHub Secret Scanner Auto Remediator](https://github.com/NickLiffen/GSSAR) which you can deploy into your AWS, Azure, or GCP environment and tailor to automatically revoke certain types of secrets based on what you define as the most critical. This is also an excellent way to react to new secrets being committed with a more automated approach. {% endnote %} -### 2. Corrige los secretos confirmados previamente, empezando por el más crítico +### 2. Remediate previously committed secrets, starting with the most critical -Después de haber establecido un proceso para supervisar, notificar y corregir los secretos recién publicados, puedes empezar a trabajar en los secretos confirmados antes de la introducción de {% data variables.product.prodname_GH_advanced_security %}. +After you have established a process to monitor, notify and remediate newly published secrets, you can start work on secrets committed before {% data variables.product.prodname_GH_advanced_security %} was introduced. -La forma en que definas los secretos más críticos dependerá de los procesos e integraciones de la organización. Por ejemplo, es probable que una empresa no esté preocupada por un secreto de webhook entrante de Slack si no usa Slack. Es posible que te resulte útil empezar por centrarte en los cinco tipos de credenciales más críticos de tu organización. +How you define your most critical secrets will depend on your organization's processes and integrations. For example, a company likely isn’t worried about a Slack Incoming Webhook secret if they don’t use Slack. You may find it useful to start by focusing on the top five most critical credential types for your organization. -Una vez que hayas decidido los tipos de secretos, puedes hacer lo siguiente: +Once you have decided on the secret types, you can do the following: -1. Define un proceso para corregir cada tipo de secreto. El procedimiento real para cada tipo de secreto suele ser drásticamente diferente. Anota el proceso para cada tipo de secreto en un documento o knowledge base internos. +1. Define a process for remediating each type of secret. The actual procedure for each secret type is often drastically different. Write down the process for each type of secret in a document or internal knowledge base. {% note %} - **Nota:** Al crear el proceso para revocar secretos, prueba y asigna la responsabilidad de revocar los secretos al equipo que mantiene el repositorio en lugar de un equipo central. Uno de los principios de GHAS es que los desarrolladores toman posesión de la seguridad y tienen la responsabilidad de corregir los problemas de seguridad, especialmente si los han creado. + **Note:** When you create the process for revoking secrets, try and give the responsibility for revoking secrets to the team maintaining the repository instead of a central team. One of the principles of GHAS is developers taking ownership of security and having the responsibility of fixing security issues, especially if they have created them. {% endnote %} -2. Cuando hayas creado el proceso que seguirán los equipos para revocar las credenciales, puedes intercalar información sobre los tipos de secretos y otros metadatos asociados a los secretos filtrados para poder determinar a quién debes comunicar el nuevo proceso. +2. When you have created the process that teams will follow for revoking credentials, you can collate information about the types of secrets and other metadata associated with the leaked secrets so you can discern who to communicate the new process to. {% ifversion not ghae %} - Puedes usar la información general de seguridad para recopilar esta información. Para obtener más información sobre el uso de la información general de seguridad, consulta "[Filtrado de alertas en la información general de seguridad](/code-security/security-overview/filtering-alerts-in-the-security-overview)". + You can use the security overview to collect this information. For more information about using the security overview, see "[Filtering alerts in the security overview](/code-security/security-overview/filtering-alerts-in-the-security-overview)." {% endif %} - Parte de la información que puede que quieras recopilar incluye la siguiente: + Some information you may want to collect includes: - - Organización - - Repositorio - - Tipo de secreto - - Valor del secreto - - Mantenedores en el repositorio con quienes ponerte en contacto + - Organization + - Repository + - Secret type + - Secret value + - Maintainers on repository to contact {% note %} - **Nota:** Usa la interfaz de usuario si tienes pocos secretos filtrados de ese tipo. Si tienes cientos de secretos filtrados, usa la API para recopilar la información. Para obtener más información, consulta la "[API de REST de análisis de secretos](/rest/reference/secret-scanning)". + **Note:** Use the UI if you have few secrets leaked of that type. If you have hundreds of leaked secrets, use the API to collect information. For more information, see "[Secret scanning REST API](/rest/reference/secret-scanning)." {% endnote %} -3. Después de recopilar información sobre los secretos filtrados, crea un plan de comunicación dirigido para los usuarios que mantienen los repositorios afectados por cada tipo de secreto. Puedes usar el correo electrónico, la mensajería o incluso crear incidencias de GitHub en los repositorios afectados. Si puedes usar las API que proporcionan estas herramientas para enviar las comunicaciones de forma automatizada, esto te facilitará el escalado entre varios tipos de secretos. +3. After you collect information about leaked secrets, create a targeted communication plan for the users who maintain the repositories affected by each secret type. You could use email, messaging, or even create GitHub issues in the affected repositories. If you can use APIs provided by these tools to send out the communications in an automated manner, this will make it easier for you to scale across multiple secret types. -### 3. Expande el programa para incluir más tipos de secretos y patrones personalizados +### 3. Expand the program to include more secret types and custom patterns -Ahora puedes ir más allá de los cinco tipos de secretos más críticos y crear una lista más completa, con un enfoque adicional en la formación. Puedes repetir el paso anterior, corregir los secretos confirmados previamente, para los distintos tipos de secretos a los que te has dirigido. +You can now expand beyond the five most critical secret types into a more comprehensive list, with an additional focus on education. You can repeat the previous step, remediating previously committed secrets, for the different secret types you have targeted. -También puedes incluir más patrones personalizados intercalados en las fases anteriores e invitar a los equipos de seguridad y a los equipos de desarrolladores a enviar más patrones, con lo que puedes establecer un proceso para enviar nuevos patrones a medida que se crean nuevos tipos de secretos. Para más información, vea "[Definición de patrones personalizados para el análisis de secretos](/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning)". +You can also include more of the custom patterns collated in the earlier phases and invite security teams and developer teams to submit more patterns, establishing a process for submitting new patterns as new secret types are created. For more information, see "[Defining custom patterns for secret scanning](/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning)." {% ifversion secret-scanning-push-protection %} -También puedes habilitar la protección de inserciones con el análisis de secretos. Una vez habilitado, el análisis de secretos comprueba si hay secretos de confianza elevada y bloquea la inserción. Para más información, vea "[Protección de inserciones para el examen de secretos](/code-security/secret-scanning/protecting-pushes-with-secret-scanning#using-secret-scanning-as-a-push-protection-from-the-command-line)". +You can also enable push protection with secret scanning. Once enabled, secret scanning checks pushes for high-confidence secrets and blocks the push. For more information, see "[Protecting pushes with secret scanning](/code-security/secret-scanning/protecting-pushes-with-secret-scanning#using-secret-scanning-as-a-push-protection-from-the-command-line)." {% endif %} -A medida que sigas compilando los procesos de corrección para otros tipos de secretos, empieza a crear material de formación proactivo que se pueda compartir con todos los desarrolladores de GitHub de tu organización. Hasta este punto, gran parte del enfoque ha sido reactivo. Es una excelente idea cambiar la atención a ser proactivo y animar a los desarrolladores a no insertar credenciales en GitHub en primer lugar. Esto se puede lograr de varias maneras, pero crear un breve documento que explique los riesgos y las razones sería un gran punto de partida. +As you continue to build your remediation processes for other secret types, start to create proactive training material that can be shared with all developers of GitHub in your organization. Until this point, a lot of the focus has been reactive. It is an excellent idea to shift focus to being proactive and encourage developers not to push credentials to GitHub in the first place. This can be achieved in multiple ways but creating a short document explaining the risks and reasons would be a great place to start. {% note %} -Este es el último artículo de una serie sobre la adopción de {% data variables.product.prodname_GH_advanced_security %} a escala. Si tienes preguntas o necesitas soporte técnico, consulta la sección sobre {% data variables.contact.github_support %} y {% data variables.product.prodname_professional_services_team %} en "[Introducción a la adopción de {% data variables.product.prodname_GH_advanced_security %} a escala](/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale#github-support-and-professional-services)". +This is the final article of a series on adopting {% data variables.product.prodname_GH_advanced_security %} at scale. If you have questions or need support, see the section on {% data variables.contact.github_support %} and {% data variables.product.prodname_professional_services_team %} in "[Introduction to adopting {% data variables.product.prodname_GH_advanced_security %} at scale](/code-security/adopting-github-advanced-security-at-scale/introduction-to-adopting-github-advanced-security-at-scale#github-support-and-professional-services)." {% endnote %} diff --git a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md index e7a4e2b032..bfb8740fb1 100644 --- a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md +++ b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md @@ -73,9 +73,7 @@ By default, the {% data variables.product.prodname_codeql_workflow %} uses the ` If you scan on push, then the results appear in the **Security** tab for your repository. For more information, see "[Managing code scanning alerts for your repository](/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository#viewing-the-alerts-for-a-repository)." -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} Additionally, when an `on:push` scan returns results that can be mapped to an open pull request, these alerts will automatically appear on the pull request in the same places as other pull request alerts. The alerts are identified by comparing the existing analysis of the head of the branch to the analysis for the target branch. For more information on {% data variables.product.prodname_code_scanning %} alerts in pull requests, see "[Triaging {% data variables.product.prodname_code_scanning %} alerts in pull requests](/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests)." -{% endif %} ### Scanning pull requests @@ -85,9 +83,7 @@ For more information about the `pull_request` event, see "[Events that trigger w If you scan pull requests, then the results appear as alerts in a pull request check. For more information, see "[Triaging code scanning alerts in pull requests](/code-security/secure-coding/triaging-code-scanning-alerts-in-pull-requests)." -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} - Using the `pull_request` trigger, configured to scan the pull request's merge commit rather than the head commit, will produce more efficient and accurate results than scanning the head of the branch on each push. However, if you use a CI/CD system that cannot be configured to trigger on pull requests, you can still use the `on:push` trigger and {% data variables.product.prodname_code_scanning %} will map the results to open pull requests on the branch and add the alerts as annotations on the pull request. For more information, see "[Scanning on push](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#scanning-on-push)." -{% endif %} +Using the `pull_request` trigger, configured to scan the pull request's merge commit rather than the head commit, will produce more efficient and accurate results than scanning the head of the branch on each push. However, if you use a CI/CD system that cannot be configured to trigger on pull requests, you can still use the `on:push` trigger and {% data variables.product.prodname_code_scanning %} will map the results to open pull requests on the branch and add the alerts as annotations on the pull request. For more information, see "[Scanning on push](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#scanning-on-push)." ### Defining the severities causing pull request check failure diff --git a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md index 9135c91197..242ee8f56a 100644 --- a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md +++ b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-the-codeql-workflow-for-compiled-languages.md @@ -41,7 +41,7 @@ For general information about configuring {% data variables.product.prodname_cod ## About autobuild for {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning_capc %} works by running queries against one or more databases. Each database contains a representation of all of the code in a single language in your repository. -For the compiled languages C/C++, C#, and Java, the process of populating this database involves building the code and extracting data. {% data reusables.code-scanning.analyze-go %} +For the compiled languages C/C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} and Java, the process of populating this database involves building the code and extracting data. {% data reusables.code-scanning.analyze-go %} {% data reusables.code-scanning.autobuild-compiled-languages %} @@ -90,6 +90,20 @@ The `autobuild` process attempts to autodetect a suitable build method for C# us If `autobuild` detects multiple solution or project files at the same (shortest) depth from the top level directory, it will attempt to build all of them. 3. Invoke a script that looks like a build script—_build_ and _build.sh_ (in that order, for Linux) or _build.bat_, _build.cmd_, _and build.exe_ (in that order, for Windows). +### Go + +| Supported system type | System name | +|----|----| +| Operating system | Windows, macOS, and Linux | +| Build system | Go modules, `dep` and Glide, as well as build scripts including Makefiles and Ninja scripts | + +The `autobuild` process attempts to autodetect a suitable way to install the dependencies needed by a Go repository before extracting all `.go` files: + +1. Invoke `make`, `ninja`, `./build` or `./build.sh` (in that order) until one of these commands succeeds and a subsequent `go list ./...` also succeeds, indicating that the needed dependencies have been installed. +2. If none of those commands succeeded, look for `go.mod`, `Gopkg.toml` or `glide.yaml`, and run `go get` (unless vendoring is in use), `dep ensure -v` or `glide install` respectively to try to install dependencies. +3. Finally, if configurations files for these dependency managers are not found, rearrange the repository directory structure suitable for addition to `GOPATH`, and use `go get` to install dependencies. The directory structure reverts to normal after extraction completes. +4. Extract all Go code in the repository, similar to running `go build ./...`. + ### Java | Supported system type | System name | @@ -107,7 +121,7 @@ The `autobuild` process tries to determine the build system for Java codebases b {% data reusables.code-scanning.autobuild-add-build-steps %} For information on how to edit the workflow file, see "[Configuring {% data variables.product.prodname_code_scanning %}](/code-security/secure-coding/configuring-code-scanning#editing-a-code-scanning-workflow)." -After removing the `autobuild` step, uncomment the `run` step and add build commands that are suitable for your repository. The workflow `run` step runs command-line programs using the operating system's shell. You can modify these commands and add more commands to customize the build process. +After removing the `autobuild` step, uncomment the `run` step and add build commands that are suitable for your repository. The workflow `run` step runs command-line programs using the operating system's shell. You can modify these commands and add more commands to customize the build process. ``` yaml - run: | diff --git a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository.md b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository.md index 56ea5e3cc3..d4e421b540 100644 --- a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository.md +++ b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/setting-up-code-scanning-for-a-repository.md @@ -153,12 +153,9 @@ The names of the {% data variables.product.prodname_code_scanning %} analysis ch When the {% data variables.product.prodname_code_scanning %} jobs complete, {% data variables.product.prodname_dotcom %} works out whether any alerts were added by the pull request and adds the "{% data variables.product.prodname_code_scanning_capc %} results / TOOL NAME" entry to the list of checks. After {% data variables.product.prodname_code_scanning %} has been performed at least once, you can click **Details** to view the results of the analysis. -{% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %} - -{% elsif ghes < 3.5 or ghae %} -If you used a pull request to add {% data variables.product.prodname_code_scanning %} to the repository, you will initially see {% ifversion ghes > 3.2 or ghae %}an "Analysis not found"{% elsif ghes = 3.2 %}a "Missing analysis"{% endif %} message when you click **Details** on the "{% data variables.product.prodname_code_scanning_capc %} results / TOOL NAME" check. +{% ifversion ghes < 3.5 or ghae %} +If you used a pull request to add {% data variables.product.prodname_code_scanning %} to the repository, you will initially see an "Analysis not found" message when you click **Details** on the "{% data variables.product.prodname_code_scanning_capc %} results / TOOL NAME" check. -{% ifversion ghes > 3.2 or ghae %} ![Analysis not found for commit message](/assets/images/enterprise/3.4/repository/code-scanning-analysis-not-found.png) The table lists one or more categories. Each category relates to specific analyses, for the same tool and commit, performed on a different language or a different part of the code. For each category, the table shows the two analyses that {% data variables.product.prodname_code_scanning %} attempted to compare to determine which alerts were introduced or fixed in the pull request. @@ -167,13 +164,8 @@ For example, in the screenshot above, {% data variables.product.prodname_code_sc ### Reasons for the "Analysis not found" message -{% elsif ghes = 3.2 %} - ![Missing analysis for commit message](/assets/images/enterprise/3.2/repository/code-scanning-missing-analysis.png) -### Reasons for the "Missing analysis" message -{% endif %} - -After {% data variables.product.prodname_code_scanning %} has analyzed the code in a pull request, it needs to compare the analysis of the topic branch (the branch you used to create the pull request) with the analysis of the base branch (the branch into which you want to merge the pull request). This allows {% data variables.product.prodname_code_scanning %} to compute which alerts are newly introduced by the pull request, which alerts were already present in the base branch, and whether any existing alerts are fixed by the changes in the pull request. Initially, if you use a pull request to add {% data variables.product.prodname_code_scanning %} to a repository, the base branch has not yet been analyzed, so it's not possible to compute these details. In this case, when you click through from the results check on the pull request you will see the {% ifversion ghes > 3.2 or ghae %}"Analysis not found"{% elsif ghes = 3.2 %}"Missing analysis for base commit SHA-HASH"{% endif %} message. +After {% data variables.product.prodname_code_scanning %} has analyzed the code in a pull request, it needs to compare the analysis of the topic branch (the branch you used to create the pull request) with the analysis of the base branch (the branch into which you want to merge the pull request). This allows {% data variables.product.prodname_code_scanning %} to compute which alerts are newly introduced by the pull request, which alerts were already present in the base branch, and whether any existing alerts are fixed by the changes in the pull request. Initially, if you use a pull request to add {% data variables.product.prodname_code_scanning %} to a repository, the base branch has not yet been analyzed, so it's not possible to compute these details. In this case, when you click through from the results check on the pull request you will see the "Analysis not found" message. There are other situations where there may be no analysis for the latest commit to the base branch for a pull request. These include: diff --git a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests.md b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests.md index ec6da4e48a..acf7f647a3 100644 --- a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests.md +++ b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests.md @@ -35,9 +35,7 @@ In repositories where {% data variables.product.prodname_code_scanning %} is con If you have write permission for the repository, you can see any existing {% data variables.product.prodname_code_scanning %} alerts on the **Security** tab. For information about repository alerts, see "[Managing {% data variables.product.prodname_code_scanning %} alerts for your repository](/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository)." -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} In repositories where {% data variables.product.prodname_code_scanning %} is configured to scan each time code is pushed, {% data variables.product.prodname_code_scanning %} will also map the results to any open pull requests and add the alerts as annotations in the same places as other pull request checks. For more information, see "[Scanning on push](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#scanning-on-push)." -{% endif %} If your pull request targets a protected branch that uses {% data variables.product.prodname_code_scanning %}, and the repository owner has configured required status checks, then the "{% data variables.product.prodname_code_scanning_capc %} results" check must pass before you can merge the pull request. For more information, see "[About protected branches](/github/administering-a-repository/about-protected-branches#require-status-checks-before-merging)." @@ -49,10 +47,9 @@ There are many options for configuring {% data variables.product.prodname_code_s For all configurations of {% data variables.product.prodname_code_scanning %}, the check that contains the results of {% data variables.product.prodname_code_scanning %} is: **{% data variables.product.prodname_code_scanning_capc %} results**. The results for each analysis tool used are shown separately. Any new alerts caused by changes in the pull request are shown as annotations. -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} To see the full set of alerts for the analyzed branch, click **View all branch alerts**. This opens the full alert view where you can filter all the alerts on the branch by type, severity, tag, etc. For more information, see "[Managing code scanning alerts for your repository](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository#filtering-and-searching-for-code-scanning-alerts)." +To see the full set of alerts for the analyzed branch, click **View all branch alerts**. This opens the full alert view where you can filter all the alerts on the branch by type, severity, tag, etc. For more information, see "[Managing code scanning alerts for your repository](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository#filtering-and-searching-for-code-scanning-alerts)." ![{% data variables.product.prodname_code_scanning_capc %} results check on a pull request](/assets/images/help/repository/code-scanning-results-check.png) -{% endif %} ### {% data variables.product.prodname_code_scanning_capc %} results check failures diff --git a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md index 658d44b582..11529ccbee 100644 --- a/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md +++ b/translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/troubleshooting-the-codeql-workflow.md @@ -49,7 +49,7 @@ To produce more detailed logging output, you can enable step debug logging. For ## Creating {% data variables.product.prodname_codeql %} debugging artifacts You can obtain artifacts to help you debug {% data variables.product.prodname_codeql %}. -The debug artifacts will be uploaded to the workflow run as an artifact named `debug-artifacts`. The data contains the {% data variables.product.prodname_codeql %} logs, {% data variables.product.prodname_codeql %} database(s), and any SARIF file(s) produced by the workflow. +The debug artifacts will be uploaded to the workflow run as an artifact named `debug-artifacts`. The data contains the {% data variables.product.prodname_codeql %} logs, {% data variables.product.prodname_codeql %} database(s), and any SARIF file(s) produced by the workflow. These artifacts will help you debug problems with {% data variables.product.prodname_codeql %} {% data variables.product.prodname_code_scanning %}. If you contact GitHub support, they might ask for this data. @@ -59,11 +59,10 @@ These artifacts will help you debug problems with {% data variables.product.prod ### Creating {% data variables.product.prodname_codeql %} debugging artifacts by re-running jobs with debug logging enabled -You can create {% data variables.product.prodname_codeql %} debugging artifacts by enabling debug logging and re-running the jobs. For more information about re-running {% data variables.product.prodname_actions %} workflows and jobs, see "[Re-running workflows and jobs](/actions/managing-workflow-runs/re-running-workflows-and-jobs)." +You can create {% data variables.product.prodname_codeql %} debugging artifacts by enabling debug logging and re-running the jobs. For more information about re-running {% data variables.product.prodname_actions %} workflows and jobs, see "[Re-running workflows and jobs](/actions/managing-workflow-runs/re-running-workflows-and-jobs)." You need to ensure that you select **Enable debug logging** . This option enables runner diagnostic logging and step debug logging for the run. You'll then be able to download `debug-artifacts` to investigate further. You do not need to modify the workflow file when creating {% data variables.product.prodname_codeql %} debugging artifacts by re-running jobs. - {% endif %} {% ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} @@ -87,7 +86,7 @@ If an automatic build of code for a compiled language within your project fails, - Remove the `autobuild` step from your {% data variables.product.prodname_code_scanning %} workflow and add specific build steps. For information about editing the workflow, see "[Configuring {% data variables.product.prodname_code_scanning %}](/code-security/secure-coding/configuring-code-scanning#editing-a-code-scanning-workflow)." For more information about replacing the `autobuild` step, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." -- If your workflow doesn't explicitly specify the languages to analyze, {% data variables.product.prodname_codeql %} implicitly detects the supported languages in your code base. In this configuration, out of the compiled languages C/C++, C#, and Java, {% data variables.product.prodname_codeql %} only analyzes the language with the most source files. Edit the workflow and add a matrix specifying the languages you want to analyze. The default CodeQL analysis workflow uses such a matrix. +- If your workflow doesn't explicitly specify the languages to analyze, {% data variables.product.prodname_codeql %} implicitly detects the supported languages in your code base. In this configuration, out of the compiled languages C/C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} and Java, {% data variables.product.prodname_codeql %} only analyzes the language with the most source files. Edit the workflow and add a matrix specifying the languages you want to analyze. The default CodeQL analysis workflow uses such a matrix. The following extracts from a workflow show how you can use a matrix within the job strategy to specify languages, and then reference each language within the "Initialize {% data variables.product.prodname_codeql %}" step: @@ -131,14 +130,15 @@ If your workflow fails with an error `No source code was seen during the build` ``` For more information, see the workflow extract in "[Automatic build for a compiled language fails](#automatic-build-for-a-compiled-language-fails)" above. -1. Your {% data variables.product.prodname_code_scanning %} workflow is analyzing a compiled language (C, C++, C#, or Java), but the code was not compiled. By default, the {% data variables.product.prodname_codeql %} analysis workflow contains an `autobuild` step, however, this step represents a best effort process, and may not succeed in building your code, depending on your specific build environment. Compilation may also fail if you have removed the `autobuild` step and did not include build steps manually. For more information about specifying build steps, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." -1. Your workflow is analyzing a compiled language (C, C++, C#, or Java), but portions of your build are cached to improve performance (most likely to occur with build systems like Gradle or Bazel). Since {% data variables.product.prodname_codeql %} observes the activity of the compiler to understand the data flows in a repository, {% data variables.product.prodname_codeql %} requires a complete build to take place in order to perform analysis. -1. Your workflow is analyzing a compiled language (C, C++, C#, or Java), but compilation does not occur between the `init` and `analyze` steps in the workflow. {% data variables.product.prodname_codeql %} requires that your build happens in between these two steps in order to observe the activity of the compiler and perform analysis. -1. Your compiled code (in C, C++, C#, or Java) was compiled successfully, but {% data variables.product.prodname_codeql %} was unable to detect the compiler invocations. The most common causes are: - * Running your build process in a separate container to {% data variables.product.prodname_codeql %}. For more information, see "[Running CodeQL code scanning in a container](/code-security/secure-coding/running-codeql-code-scanning-in-a-container)." - * Building using a distributed build system external to GitHub Actions, using a daemon process. - * {% data variables.product.prodname_codeql %} isn't aware of the specific compiler you are using. +1. Your {% data variables.product.prodname_code_scanning %} workflow is analyzing a compiled language (C, C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} or Java), but the code was not compiled. By default, the {% data variables.product.prodname_codeql %} analysis workflow contains an `autobuild` step, however, this step represents a best effort process, and may not succeed in building your code, depending on your specific build environment. Compilation may also fail if you have removed the `autobuild` step and did not include build steps manually. For more information about specifying build steps, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." +1. Your workflow is analyzing a compiled language (C, C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} or Java), but portions of your build are cached to improve performance (most likely to occur with build systems like Gradle or Bazel). Since {% data variables.product.prodname_codeql %} observes the activity of the compiler to understand the data flows in a repository, {% data variables.product.prodname_codeql %} requires a complete build to take place in order to perform analysis. +1. Your workflow is analyzing a compiled language (C, C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} or Java), but compilation does not occur between the `init` and `analyze` steps in the workflow. {% data variables.product.prodname_codeql %} requires that your build happens in between these two steps in order to observe the activity of the compiler and perform analysis. +1. Your compiled code (in C, C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} or Java) was compiled successfully, but {% data variables.product.prodname_codeql %} was unable to detect the compiler invocations. The most common causes are: + + - Running your build process in a separate container to {% data variables.product.prodname_codeql %}. For more information, see "[Running CodeQL code scanning in a container](/code-security/secure-coding/running-codeql-code-scanning-in-a-container)." + - Building using a distributed build system external to GitHub Actions, using a daemon process. + - {% data variables.product.prodname_codeql %} isn't aware of the specific compiler you are using. For .NET Framework projects, and for C# projects using either `dotnet build` or `msbuild`, you should specify `/p:UseSharedCompilation=false` in your workflow's `run` step, when you build your code. @@ -151,9 +151,10 @@ If your workflow fails with an error `No source code was seen during the build` If you encounter another problem with your specific compiler or configuration, contact {% data variables.contact.contact_support %}. -For more information about specifying build steps, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." +For more information about specifying build steps, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." {% ifversion fpt or ghes > 3.1 or ghae or ghec %} + ## Lines of code scanned are lower than expected For compiled languages like C/C++, C#, Go, and Java, {% data variables.product.prodname_codeql %} only scans files that are built during the analysis. Therefore the number of lines of code scanned will be lower than expected if some of the source code isn't compiled correctly. This can happen for several reasons: @@ -163,12 +164,13 @@ For compiled languages like C/C++, C#, Go, and Java, {% data variables.product.p If your {% data variables.product.prodname_codeql %} analysis scans fewer lines of code than expected, there are several approaches you can try to make sure all the necessary source files are compiled. -### Replace the `autobuild` step +### Replace the `autobuild` step Replace the `autobuild` step with the same build commands you would use in production. This makes sure that {% data variables.product.prodname_codeql %} knows exactly how to compile all of the source files you want to scan. -For more information, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." +For more information, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." ### Inspect the copy of the source files in the {% data variables.product.prodname_codeql %} database + You may be able to understand why some source files haven't been analyzed by inspecting the copy of the source code included with the {% data variables.product.prodname_codeql %} database. To obtain the database from your Actions workflow, modify the `init` step of your {% data variables.product.prodname_codeql %} workflow file and set `debug: true`. ```yaml @@ -188,12 +190,13 @@ The artifact will contain an archived copy of the source files scanned by {% dat ## Extraction errors in the database -The {% data variables.product.prodname_codeql %} team constantly works on critical extraction errors to make sure that all source files can be scanned. However, the {% data variables.product.prodname_codeql %} extractors do occasionally generate errors during database creation. {% data variables.product.prodname_codeql %} provides information about extraction errors and warnings generated during database creation in a log file. +The {% data variables.product.prodname_codeql %} team constantly works on critical extraction errors to make sure that all source files can be scanned. However, the {% data variables.product.prodname_codeql %} extractors do occasionally generate errors during database creation. {% data variables.product.prodname_codeql %} provides information about extraction errors and warnings generated during database creation in a log file. The extraction diagnostics information gives an indication of overall database health. Most extractor errors do not significantly impact the analysis. A small number of extractor errors is healthy and typically indicates a good state of analysis. However, if you see extractor errors in the overwhelming majority of files that were compiled during database creation, you should look into the errors in more detail to try to understand why some source files weren't extracted properly. {% else %} + ## Portions of my repository were not analyzed using `autobuild` The {% data variables.product.prodname_codeql %} `autobuild` feature uses heuristics to build the code in a repository, however, sometimes this approach results in incomplete analysis of a repository. For example, when multiple `build.sh` commands exist in a single repository, the analysis may not complete since the `autobuild` step will only execute one of the commands. The solution is to replace the `autobuild` step with build steps which build all of the source code which you wish to analyze. For more information, see "[Configuring the {% data variables.product.prodname_codeql %} workflow for compiled languages](/code-security/secure-coding/configuring-the-codeql-workflow-for-compiled-languages#adding-build-steps-for-a-compiled-language)." @@ -201,7 +204,7 @@ The {% data variables.product.prodname_codeql %} `autobuild` feature uses heuris ## The build takes too long -If your build with {% data variables.product.prodname_codeql %} analysis takes too long to run, there are several approaches you can try to reduce the build time. +If your build with {% data variables.product.prodname_codeql %} analysis takes too long to run, there are several approaches you can try to reduce the build time. ### Increase the memory or cores @@ -225,7 +228,7 @@ If your analysis is still too slow to be run during `push` or `pull_request` eve ### Check which query suites the workflow runs -By default, there are three main query suites available for each language. If you have optimized the CodeQL database build and the process is still too long, you could reduce the number of queries you run. The default query suite is run automatically; it contains the fastest security queries with the lowest rates of false positive results. +By default, there are three main query suites available for each language. If you have optimized the CodeQL database build and the process is still too long, you could reduce the number of queries you run. The default query suite is run automatically; it contains the fastest security queries with the lowest rates of false positive results. You may be running extra queries or query suites in addition to the default queries. Check whether the workflow defines an additional query suite or additional queries to run using the `queries` element. You can experiment with disabling the additional query suite or queries. For more information, see "[Configuring {% data variables.product.prodname_code_scanning %}](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs)." @@ -237,6 +240,7 @@ You may be running extra queries or query suites in addition to the default quer {% endif %} {% ifversion fpt or ghec %} + ## Results differ between analysis platforms If you are analyzing code written in Python, you may see different results depending on whether you run the {% data variables.product.prodname_codeql_workflow %} on Linux, macOS, or Windows. @@ -256,11 +260,13 @@ On very large projects, {% data variables.product.prodname_codeql %} may run out {% else %}If you encounter this issue, try increasing the memory on the runner.{% endif %} {% ifversion fpt or ghec %} + ## Error: 403 "Resource not accessible by integration" when using {% data variables.product.prodname_dependabot %} {% data variables.product.prodname_dependabot %} is considered untrusted when it triggers a workflow run, and the workflow will run with read-only scopes. Uploading {% data variables.product.prodname_code_scanning %} results for a branch usually requires the `security_events: write` scope. However, {% data variables.product.prodname_code_scanning %} always allows the uploading of results when the `pull_request` event triggers the action run. This is why, for {% data variables.product.prodname_dependabot %} branches, we recommend you use the `pull_request` event instead of the `push` event. A simple approach is to run on pushes to the default branch and any other important long-running branches, as well as pull requests opened against this set of branches: + ```yaml on: push: @@ -270,7 +276,9 @@ on: branches: - main ``` + An alternative approach is to run on all pushes except for {% data variables.product.prodname_dependabot %} branches: + ```yaml on: push: @@ -282,6 +290,7 @@ on: ### Analysis still failing on the default branch If the {% data variables.product.prodname_codeql_workflow %} still fails on a commit made on the default branch, you need to check: + - whether {% data variables.product.prodname_dependabot %} authored the commit - whether the pull request that includes the commit has been merged using `@dependabot squash and merge` diff --git a/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system.md b/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system.md index 370ce281d8..6390bcc50e 100644 --- a/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system.md +++ b/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system.md @@ -49,21 +49,12 @@ redirect_from: Use the {% data variables.product.prodname_codeql_cli %} to analyze: - Dynamic languages, for example, JavaScript and Python. -- Compiled languages, for example, C/C++, C# and Java. +- Compiled languages, for example, C/C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} and Java. - Codebases written in a mixture of languages. For more information, see "[Installing {% data variables.product.prodname_codeql_cli %} in your CI system](/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system)." {% data reusables.code-scanning.licensing-note %} -{% ifversion ghes = 3.2 %} - - -Since version 2.6.3, the {% data variables.product.prodname_codeql_cli %} has had full feature parity with the {% data variables.product.prodname_codeql_runner %}. - -{% data reusables.code-scanning.deprecation-codeql-runner %} - -{% endif %} - diff --git a/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.md b/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.md index 1a0e74ad50..09f10cd3f0 100644 --- a/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.md +++ b/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-cli-in-your-ci-system.md @@ -78,8 +78,8 @@ You can display the command-line help for any command using the `--help``--command` | | Recommended. Use to specify the build command or script that invokes the build process for the codebase. Commands are run from the current folder or, where it is defined, from `--source-root`. Not needed for Python and JavaScript/TypeScript analysis. | | `--db-cluster` | | Optional. Use in multi-language codebases to generate one database for each language specified by `--language`. | `--no-run-unnecessary-builds` | | Recommended. Use to suppress the build command for languages where the {% data variables.product.prodname_codeql_cli %} does not need to monitor the build (for example, Python and JavaScript/TypeScript). -| `--source-root` | | Optional. Use if you run the CLI outside the checkout root of the repository. By default, the `database create` command assumes that the current directory is the root directory for the source files, use this option to specify a different location. |{% ifversion fpt or ghec or ghes > 3.2 or ghae %} -| `--codescanning-config` | | Optional (Advanced). Use if you have a configuration file that specifies how to create the {% data variables.product.prodname_codeql %} databases and what queries to run in later steps. For more information, see "[Using a custom configuration file](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-a-custom-configuration-file)" and "[database create](https://codeql.github.com/docs/codeql-cli/manual/database-create/#cmdoption-codeql-database-create-codescanning-config)." |{% endif %} +| `--source-root` | | Optional. Use if you run the CLI outside the checkout root of the repository. By default, the `database create` command assumes that the current directory is the root directory for the source files, use this option to specify a different location. | +| `--codescanning-config` | | Optional (Advanced). Use if you have a configuration file that specifies how to create the {% data variables.product.prodname_codeql %} databases and what queries to run in later steps. For more information, see "[Using a custom configuration file](/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-a-custom-configuration-file)" and "[database create](https://codeql.github.com/docs/codeql-cli/manual/database-create/#cmdoption-codeql-database-create-codescanning-config)." | For more information, see [Creating {% data variables.product.prodname_codeql %} databases](https://codeql.github.com/docs/codeql-cli/creating-codeql-databases/) in the documentation for the {% data variables.product.prodname_codeql_cli %}. diff --git a/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system.md b/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system.md index e9d72e176b..c02304f43a 100644 --- a/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system.md +++ b/translations/es-ES/content/code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/configuring-codeql-runner-in-your-ci-system.md @@ -115,7 +115,7 @@ $ /path/to-runner/codeql-runner-linux init --config-file .github/codeql/codeql-c ## Configuring {% data variables.product.prodname_code_scanning %} for compiled languages -For the compiled languages C/C++, C#, and Java, {% data variables.product.prodname_codeql %} builds the code before analyzing it. {% data reusables.code-scanning.analyze-go %} +For the compiled languages C/C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} and Java, {% data variables.product.prodname_codeql %} builds the code before analyzing it. {% data reusables.code-scanning.analyze-go %} For many common build systems, the {% data variables.product.prodname_codeql_runner %} can build the code automatically. To attempt to build the code automatically, run `autobuild` between the `init` and `analyze` steps. Note that if your repository requires a specific version of a build tool, you may need to install the build tool manually first. diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md b/translations/es-ES/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md index fa3ad2ded3..7b93d6bb64 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-alerts/about-dependabot-alerts.md @@ -76,7 +76,7 @@ For information about access requirements for actions related to {% data variabl When {% data variables.product.product_name %} identifies a vulnerable dependency{% ifversion GH-advisory-db-supports-malware %} or malware{% endif %}, we generate a {% data variables.product.prodname_dependabot %} alert and display it {% ifversion fpt or ghec or ghes %} on the Security tab for the repository and{% endif %} in the repository's dependency graph. The alert includes {% ifversion fpt or ghec or ghes %}a link to the affected file in the project, and {% endif %}information about a fixed version. {% data variables.product.product_name %} may also notify the maintainers of affected repositories about the new alert according to their notification preferences. For more information, see "[Configuring notifications for {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts)." -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} 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-dependabot-security-updates)." {% endif %} @@ -98,7 +98,7 @@ By default, we notify people with admin permissions in the affected repositories You can also see all the {% data variables.product.prodname_dependabot_alerts %} that correspond to a particular advisory in the {% data variables.product.prodname_advisory_database %}. {% data reusables.security-advisory.link-browsing-advisory-db %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ## Further reading - "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-dependabot-security-updates)" diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database.md b/translations/es-ES/content/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database.md index 688f003461..bc319ee063 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-alerts/editing-security-advisories-in-the-github-advisory-database.md @@ -49,7 +49,7 @@ If you have {% data variables.product.prodname_github_connect %} enabled for {% 1. Navigate to `https://HOSTNAME/advisories`. 2. Select the security advisory you would like to contribute to. -3. On the right-hand side of the page, click the **Suggest improvements for this vulnerability on Github.com.** link. A new tab opens with the same security advisory on {% data variables.product.prodname_dotcom_the_website %}. +3. On the right-hand side of the page, click the **Suggest improvements for this vulnerability on {% data variables.product.prodname_dotcom_the_website %}.** link. A new tab opens with the same security advisory on {% data variables.product.prodname_dotcom_the_website %}. ![Suggest improvements link](/assets/images/help/security/suggest-improvements-to-advisory-on-github-com.png) 4. Edit the advisory, following steps four through six in "[Editing advisories in the GitHub Advisory Database](#editing-advisories-in-the-github-advisory-database)" above. {% endif %} diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md b/translations/es-ES/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md index 28df5d5e99..94166566bd 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts.md @@ -26,13 +26,13 @@ topics: {% data reusables.dependabot.beta-security-and-version-updates %} {% data reusables.dependabot.enterprise-enable-dependabot %} -Your repository's {% data variables.product.prodname_dependabot_alerts %} tab lists all open and closed {% data variables.product.prodname_dependabot_alerts %}{% ifversion fpt or ghec or ghes > 3.2 %} and corresponding {% data variables.product.prodname_dependabot_security_updates %}{% endif %}. You can{% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %} filter alerts by package, ecosystem, or manifest. You can {% endif %} sort the list of alerts, and you can click into specific alerts for more details. {% ifversion dependabot-bulk-alerts %}You can also dismiss or reopen alerts, either one by one or by selecting multiple alerts at once.{% else %}You can also dismiss or reopen alerts. {% endif %} For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)." +Your repository's {% data variables.product.prodname_dependabot_alerts %} tab lists all open and closed {% data variables.product.prodname_dependabot_alerts %}{% ifversion fpt or ghec or ghes %} and corresponding {% data variables.product.prodname_dependabot_security_updates %}{% endif %}. You can{% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %} filter alerts by package, ecosystem, or manifest. You can {% endif %} sort the list of alerts, and you can click into specific alerts for more details. {% ifversion dependabot-bulk-alerts %}You can also dismiss or reopen alerts, either one by one or by selecting multiple alerts at once.{% else %}You can also dismiss or reopen alerts. {% endif %} For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)." -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} You can enable automatic security updates for any repository that uses {% data variables.product.prodname_dependabot_alerts %} and the dependency graph. For more information, see "[About {% data variables.product.prodname_dependabot_security_updates %}](/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates)." {% endif %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ## About updates for vulnerable dependencies in your repository {% data variables.product.product_name %} generates {% data variables.product.prodname_dependabot_alerts %} when we detect that your codebase is using dependencies with known security risks. For repositories where {% data variables.product.prodname_dependabot_security_updates %} are enabled, when {% data variables.product.product_name %} detects a vulnerable dependency in the default branch, {% data variables.product.prodname_dependabot %} 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. @@ -144,16 +144,16 @@ For supported languages, {% data variables.product.prodname_dependabot %} detect ### Fixing vulnerable dependencies 1. View the details for an alert. For more information, see "[Viewing {% data variables.product.prodname_dependabot_alerts %}](#viewing-dependabot-alerts)" (above). -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} 1. If you have {% data variables.product.prodname_dependabot_security_updates %} enabled, there may be a link to a pull request that will fix the dependency. Alternatively, you can click **Create {% data variables.product.prodname_dependabot %} security update** at the top of the alert details page to create a pull request. ![Create {% data variables.product.prodname_dependabot %} security update button](/assets/images/help/repository/create-dependabot-security-update-button-ungrouped.png) 1. Optionally, if you do not use {% data variables.product.prodname_dependabot_security_updates %}, you can use the information on the page to decide which version of the dependency to upgrade to and create a pull request to update the dependency to a secure version. -{% elsif ghes < 3.3 or ghae %} +{% elsif ghae %} 1. You can use the information on the page to decide which version of the dependency to upgrade to and create a pull request to the manifest or lock file to a secure version. {% endif %} 1. When you're ready to update your dependency and resolve the vulnerability, merge the pull request. -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} Each pull request raised by {% data variables.product.prodname_dependabot %} includes information on commands you can use to control {% data variables.product.prodname_dependabot %}. For more information, see "[Managing pull requests for dependency updates](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-with-comment-commands)." {% endif %} diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md b/translations/es-ES/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md index 320c6a0c45..0e0910c214 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates.md @@ -13,7 +13,7 @@ redirect_from: versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' type: how_to topics: - Dependabot diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-security-updates/index.md b/translations/es-ES/content/code-security/dependabot/dependabot-security-updates/index.md index 0921c86ca4..313516bb96 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-security-updates/index.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-security-updates/index.md @@ -5,7 +5,7 @@ allowTitleToDifferFromFilename: true versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' topics: - Repositories - Dependabot @@ -16,11 +16,11 @@ shortTitle: Dependabot security updates children: - /about-dependabot-security-updates - /configuring-dependabot-security-updates -ms.openlocfilehash: 046ef28084ce31c1a4178355f5db6644b5ba0f12 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: e18b6331f762a81b82c759de5fdbc6eeed300308 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '145125973' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109847' --- diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md b/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md index 38b4b62926..eaefe0047a 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md @@ -11,7 +11,7 @@ miniTocMaxHeadingLevel: 3 versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' type: reference topics: - Dependabot diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates.md b/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates.md index 33d19f69fd..4ec0f0cac8 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates.md @@ -1,6 +1,6 @@ --- -title: Personalizar las actualizaciones de las dependencias -intro: 'Puedes personalizar cómo el {% data variables.product.prodname_dependabot %} mantiene tus dependencias.' +title: Customizing dependency updates +intro: 'You can customize how {% data variables.product.prodname_dependabot %} maintains your dependencies.' permissions: 'People with write permissions to a repository can configure {% data variables.product.prodname_dependabot %} for the repository.' redirect_from: - /github/administering-a-repository/customizing-dependency-updates @@ -9,7 +9,7 @@ redirect_from: versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' type: how_to topics: - Dependabot @@ -20,40 +20,36 @@ topics: - Pull requests - Vulnerabilities shortTitle: Customize updates -ms.openlocfilehash: 6cb6db974fe880bccc76c89447dc077e0617df9a -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '145125962' --- -{% data reusables.dependabot.beta-security-and-version-updates %} {% data reusables.dependabot.enterprise-enable-dependabot %} -## Acerca de personalizar las actualizaciones de las dependencias +{% data reusables.dependabot.beta-security-and-version-updates %} +{% data reusables.dependabot.enterprise-enable-dependabot %} -Después de habilitar la actualización de versiones, puede personalizar cómo mantiene {% data variables.product.prodname_dependabot %} sus dependencias. Para ello, agregue más opciones al archivo *dependabot.yml*. Por ejemplo, podría realizar estas acciones: +## About customizing dependency updates -- Especificar el día de la semana que se deben abrir las solicitudes de incorporación de cambios de las actualizaciones de versión: `schedule.day` -- Establecer revisores, usuarios asignados y etiquetas para cada administrador de paquetes: `reviewers`, `assignees`y `labels` -- Definir una estrategia de control de versiones para los cambios en cada archivo de manifiesto: `versioning-strategy` -- Cambiar el número máximo de solicitudes de incorporación de cambios abiertas para las actualizaciones de versión a partir del valor predeterminado de 5: `open-pull-requests-limit` -- Abrir solicitudes de incorporación de cambios de actualizaciones de versión para seleccionar una rama específica en vez de la rama predeterminada: `target-branch` +After you've enabled version updates, you can customize how {% data variables.product.prodname_dependabot %} maintains your dependencies by adding further options to the *dependabot.yml* file. For example, you could: -Para obtener más información sobre las opciones de configuración, consulte "[Opciones de configuración para el archivo dependabot.yml](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates)". +- Specify which day of the week to open pull requests for version updates: `schedule.day` +- Set reviewers, assignees, and labels for each package manager: `reviewers`, `assignees`, and `labels` +- Define a versioning strategy for changes to each manifest file: `versioning-strategy` +- Change the maximum number of open pull requests for version updates from the default of 5: `open-pull-requests-limit` +- Open pull requests for version updates to target a specific branch, instead of the default branch: `target-branch` -Cuando actualice el archivo *dependabot.yml* en el repositorio, {% data variables.product.prodname_dependabot %} ejecutará una comprobación inmediata con la nueva configuración. Verá una lista de dependencias actualizada en cuestión de minutos en la pestaña de **{% data variables.product.prodname_dependabot %}** ; esto podría demorarse más si el repositorio tiene muchas dependencias. También puedes ver las solicitudes de extracción nuevas para las actualizaciones de versión. Para obtener más información, consulte "[Enumerar las dependencias configuradas para las actualizaciones de versión](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/listing-dependencies-configured-for-version-updates)". +For more information about the configuration options, see "[Configuration options for the dependabot.yml file](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates)." -## Impacto de los cambios de configuración en las actualizaciones de seguridad +When you update the *dependabot.yml* file in your repository, {% data variables.product.prodname_dependabot %} runs an immediate check with the new configuration. Within minutes you will see an updated list of dependencies on the **{% data variables.product.prodname_dependabot %}** tab, this may take longer if the repository has many dependencies. You may also see new pull requests for version updates. For more information, see "[Listing dependencies configured for version updates](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/listing-dependencies-configured-for-version-updates)." -Si personaliza el archivo *dependabot.yml*, podría notar algunos cambios en las solicitudes de incorporación de cambios que se envían para las actualizaciones de seguridad. Estas solicitudes de extracción siempre se activan mediante una asesoría de seguridad para una dependencia en vez de mediante un calendario de programación del {% data variables.product.prodname_dependabot %}. Sin embargo, heredan la configuración correspondiente del archivo *dependabot.yml* a menos que especifique una rama de destino diferente para las actualizaciones de versión. +## Impact of configuration changes on security updates -Para ver un ejemplo, consulte "[Configuración de etiquetas personalizadas](#setting-custom-labels)" a continuación. +If you customize the *dependabot.yml* file, you may notice some changes to the pull requests raised for security updates. These pull requests are always triggered by a security advisory for a dependency, rather than by the {% data variables.product.prodname_dependabot %} schedule. However, they inherit relevant configuration settings from the *dependabot.yml* file unless you specify a different target branch for version updates. -## Modificar la programación +For an example, see "[Setting custom labels](#setting-custom-labels)" below. -Cuando configura una programación de actualización de tipo `daily`, de manera predeterminada, {% data variables.product.prodname_dependabot %} revisa si hay versiones nuevas a las 05:00 UTC. Puede usar `schedule.time` para especificar una hora alternativa y comprobar si hay actualizaciones (formato: `hh:mm`). +## Modifying scheduling -El archivo *dependabot.yml* de ejemplo expande la configuración de npm para especificar cuándo debe revisar {% data variables.product.prodname_dependabot %} las actualizaciones de versión para las dependencias. +When you set a `daily` update schedule, by default, {% data variables.product.prodname_dependabot %} checks for new versions at 05:00 UTC. You can use `schedule.time` to specify an alternative time of day to check for updates (format: `hh:mm`). + +The example *dependabot.yml* file below expands the npm configuration to specify when {% data variables.product.prodname_dependabot %} should check for version updates to dependencies. ```yaml # dependabot.yml file with @@ -70,13 +66,13 @@ updates: time: "02:00" ``` -## Configurar los revisores y asignados +## Setting reviewers and assignees -Predeterminadamente, el {% data variables.product.prodname_dependabot %} levanta solicitudes de extracción sin ningún revisor o asignado. +By default, {% data variables.product.prodname_dependabot %} raises pull requests without any reviewers or assignees. -Puede usar `reviewers` y `assignees` para especificar revisores y usuarios asignados para todas las solicitudes de incorporación de cambios generadas de un administrador de paquetes. Cuando especifique un equipo, debe utilizar su nombre completo, como si estuviera @mentioning (incluida la organización). +You can use `reviewers` and `assignees` to specify reviewers and assignees for all pull requests raised for a package manager. When you specify a team, you must use the full team name, as if you were @mentioning the team (including the organization). -El archivo *dependabot.yml* de ejemplo mostrado a continuación cambia la configuración de npm para que todas las solicitudes de incorporación de cambios que se hayan abierto con actualizaciones de versión y seguridad para npm tengan dos revisores y un usuario asignado. +The example *dependabot.yml* file below changes the npm configuration so that all pull requests opened with version and security updates for npm will have two reviewers and one assignee. ```yaml # dependabot.yml file with @@ -88,7 +84,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" # Raise all npm pull requests with reviewers reviewers: - "my-org/team-name" @@ -98,17 +94,17 @@ updates: - "user-name" ``` -## Configurar las etiquetas personalizadas +## Setting custom labels {% data reusables.dependabot.default-labels %} -Puede utilizar `labels` para anular las etiquetas predeterminadas y especificar etiquetas alternas para todas las solicitudes de incorporación de cambios que se hayan generado para un administrador de paquetes. No puede crear etiquetas nuevas en el archivo *dependabot.yml*, así que las etiquetas alternativas ya deben existir en el repositorio. +You can use `labels` to override the default labels and specify alternative labels for all pull requests raised for a package manager. You can't create new labels in the *dependabot.yml* file, so the alternative labels must already exist in the repository. -El archivo *dependabot.yml* de ejemplo mostrado a continuación cambia la configuración de npm para que todas las solicitudes de incorporación de cambios que se hayan abierto con actualizaciones de versión y seguridad para npm tengan etiquetas personalizadas. También cambia la configuración de Docker para revisar las actualizaciones de versión contra una rama personalizada y para levantar solicitudes de extracción con etiquetas personalizadas contra dicha rama personalizada. Los cambios en Docker no afectarán las solicitudes de extracción para actualizaciones de seguridad, ya que dichas actualizaciones de seguridad siempre se hacen contra la rama predeterminada. +The example *dependabot.yml* file below changes the npm configuration so that all pull requests opened with version and security updates for npm will have custom labels. It also changes the Docker configuration to check for version updates against a custom branch and to raise pull requests with custom labels against that custom branch. The changes to Docker will not affect security update pull requests because security updates are always made against the default branch. {% note %} -**Nota:** El nuevo `target-branch` debe contener un Dockerfile para actualizar; de lo contrario, este cambio tendrá el efecto de deshabilitar las actualizaciones de versión para Docker. +**Note:** The new `target-branch` must contain a Dockerfile to update, otherwise this change will have the effect of disabling version updates for Docker. {% endnote %} @@ -122,7 +118,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" + interval: "weekly" # Raise all npm pull requests with custom labels labels: - "npm dependencies" @@ -132,7 +128,7 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: "daily" + interval: "weekly" # Raise pull requests for Docker version updates # against the "develop" branch. The Docker configuration # no longer affects security update pull requests. @@ -143,6 +139,6 @@ updates: - "triage-board" ``` -## Más ejemplos +## More examples -Para ver más ejemplos, consulte "[Opciones de configuración para el archivo dependabot.yml](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates)". +For more examples, see "[Configuration options for the dependabot.yml file](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates)." diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/index.md b/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/index.md index e9ab62ba01..d4b614e44a 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/index.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/index.md @@ -8,7 +8,7 @@ redirect_from: versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' topics: - Repositories - Dependabot @@ -22,11 +22,11 @@ children: - /customizing-dependency-updates - /configuration-options-for-the-dependabot.yml-file shortTitle: Dependabot version updates -ms.openlocfilehash: 7eec75884da9fed388c7f882fe870d993606cb00 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: 7d926dd11d8d97511a66109273e30aa018f2707a +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '145125961' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110152' --- diff --git a/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates.md b/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates.md index eec192d957..e44e45c3e1 100644 --- a/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates.md +++ b/translations/es-ES/content/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates.md @@ -1,6 +1,6 @@ --- -title: Listar dependencias configuradas para las actualizaciones de versión -intro: 'Puedes ver las dependencias que monitorea el {% data variables.product.prodname_dependabot %} pára encontrar actualizaciones.' +title: Listing dependencies configured for version updates +intro: 'You can view the dependencies that {% data variables.product.prodname_dependabot %} monitors for updates.' redirect_from: - /github/administering-a-repository/listing-dependencies-configured-for-version-updates - /code-security/supply-chain-security/listing-dependencies-configured-for-version-updates @@ -8,7 +8,7 @@ redirect_from: versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' type: how_to topics: - Repositories @@ -16,28 +16,27 @@ topics: - Version updates - Dependencies shortTitle: List configured dependencies -ms.openlocfilehash: 8028c10c39d4b045206954fc38ed805b5432e553 -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '145125960' --- -{% data reusables.dependabot.beta-security-and-version-updates %} {% data reusables.dependabot.enterprise-enable-dependabot %} -## Visualizar dependencias que monitorea el {% data variables.product.prodname_dependabot %} +{% data reusables.dependabot.beta-security-and-version-updates %} +{% data reusables.dependabot.enterprise-enable-dependabot %} -Después de habilitar las actualizaciones de versión, puede confirmar que su configuración es la correcta mediante la pestaña **{% data variables.product.prodname_dependabot %}** en el gráfico de dependencias para el repositorio. Para más información, vea "[Configuración de las actualizaciones de la versión de {% data variables.product.prodname_dependabot %}](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates)". +## Viewing dependencies monitored by {% data variables.product.prodname_dependabot %} -{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.accessing-repository-graphs %} {% data reusables.repositories.click-dependency-graph %} {% data reusables.dependabot.click-dependabot-tab %} -1. Opcionalmente, a fin de ver los archivos que se supervisan para un administrador de paquetes, haga clic en el {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} asociado. - ![Archivos de dependencia supervisados](/assets/images/help/dependabot/monitored-dependency-files.png) +After you've enabled version updates, you can confirm that your configuration is correct using the **{% data variables.product.prodname_dependabot %}** tab in the dependency graph for the repository. For more information, see "[Configuring {% data variables.product.prodname_dependabot %} version updates](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates)." -Si no encuentras alguna dependencia, revisa los archivos de bitácora para ver los errores. En caso de que no encuentres algún administrador de paquete, revisa el archivo de configuración. +{% data reusables.repositories.navigate-to-repo %} +{% data reusables.repositories.accessing-repository-graphs %} +{% data reusables.repositories.click-dependency-graph %} +{% data reusables.dependabot.click-dependabot-tab %} +1. Optionally, to view the files monitored for a package manager, click the associated {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}. + ![Monitored dependency files](/assets/images/help/dependabot/monitored-dependency-files.png) -## Visualizar los archivos de bitácora del {% data variables.product.prodname_dependabot %} +If any dependencies are missing, check the log files for errors. If any package managers are missing, review the configuration file. -1. En la pestaña **{% data variables.product.prodname_dependabot %}** , haga clic **Last checked *TIME* ago** (Última comprobación hace TIME) para ver el archivo de registro que {% data variables.product.prodname_dependabot %} generó durante la última comprobación de actualizaciones de la versión. - ![Ver el archivo de registros](/assets/images/help/dependabot/last-checked-link.png) -2. Opcionalmente, para volver a ejecutar la comprobación de versión, haga clic en **Check for updates** (Buscar actualizaciones). - ![Revisar si hay actualizaciones](/assets/images/help/dependabot/check-for-updates.png) +## Viewing {% data variables.product.prodname_dependabot %} log files + +1. On the **{% data variables.product.prodname_dependabot %}** tab, click **Last checked *TIME* ago** to see the log file that {% data variables.product.prodname_dependabot %} generated during the last check for version updates. + ![View log file](/assets/images/help/dependabot/last-checked-link.png) +2. Optionally, to rerun the version check, click **Check for updates**. + ![Check for updates](/assets/images/help/dependabot/check-for-updates.png) diff --git a/translations/es-ES/content/code-security/dependabot/index.md b/translations/es-ES/content/code-security/dependabot/index.md index fe701c1aa8..757cd057ed 100644 --- a/translations/es-ES/content/code-security/dependabot/index.md +++ b/translations/es-ES/content/code-security/dependabot/index.md @@ -1,7 +1,7 @@ --- -title: Mantenimiento de la seguridad de la cadena de suministro con Dependabot +title: Keeping your supply chain secure with Dependabot shortTitle: Dependabot -intro: 'Supervisa las vulnerabilidades en las dependencias usadas en el proyecto{% ifversion fpt or ghec or ghes > 3.2 %} y mantén actualizadas las dependencias{% endif %} con {% data variables.product.prodname_dependabot %}.' +intro: 'Monitor vulnerabilities in dependencies used in your project{% ifversion fpt or ghec or ghes %} and keep your dependencies up-to-date{% endif %} with {% data variables.product.prodname_dependabot %}.' allowTitleToDifferFromFilename: true versions: fpt: '*' @@ -19,11 +19,5 @@ children: - /dependabot-security-updates - /dependabot-version-updates - /working-with-dependabot -ms.openlocfilehash: 82b385ab7177adfe568344c0dc04357ffafeb0b3 -ms.sourcegitcommit: 80842b4e4c500daa051eff0ccd7cde91c2d4bb36 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/12/2022 -ms.locfileid: '145125959' --- diff --git a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md index 4d727384fd..05fcb40b26 100644 --- a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md +++ b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md @@ -6,7 +6,7 @@ miniTocMaxHeadingLevel: 3 versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' ghae: '*' type: how_to topics: diff --git a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/index.md b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/index.md index c91ca99740..a8af239a26 100644 --- a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/index.md +++ b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/index.md @@ -5,7 +5,7 @@ intro: 'Instrucciones y recomendaciones para trabajar con {% data variables.prod versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' topics: - Repositories - Dependabot @@ -20,11 +20,11 @@ children: - /managing-encrypted-secrets-for-dependabot - /troubleshooting-the-detection-of-vulnerable-dependencies - /troubleshooting-dependabot-errors -ms.openlocfilehash: ae4f4cd7f4f748487420c2804eae67d561455099 -ms.sourcegitcommit: 80842b4e4c500daa051eff0ccd7cde91c2d4bb36 +ms.openlocfilehash: efab6caf0c9384c9e72cc5ed1fe64bd500cede45 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/12/2022 -ms.locfileid: '145126268' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109867' --- diff --git a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md index 8483f318ac..d6ffb64685 100644 --- a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md +++ b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md @@ -1,6 +1,6 @@ --- -title: Mantener tus acciones actualizadas con el Dependabot -intro: 'Puedes utilizar el {% data variables.product.prodname_dependabot %} para mantener las acciones que utilizas actualizadas en sus versiones más recientes.' +title: Keeping your actions up to date with Dependabot +intro: 'You can use {% data variables.product.prodname_dependabot %} to keep the actions you use updated to the latest versions.' redirect_from: - /github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot - /github/administering-a-repository/keeping-your-actions-up-to-date-with-dependabot @@ -9,7 +9,7 @@ redirect_from: versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' type: how_to topics: - Repositories @@ -17,38 +17,33 @@ topics: - Version updates - Actions shortTitle: Auto-update actions -ms.openlocfilehash: b7de2100ad191dbcb66f4853779e5f048ca33a84 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '146027967' --- + {% data reusables.dependabot.beta-security-and-version-updates %} {% data reusables.dependabot.enterprise-enable-dependabot %} -## Acerca de {% data variables.product.prodname_dependabot_version_updates %} para las acciones +## About {% data variables.product.prodname_dependabot_version_updates %} for actions -Las acciones a menudo se actualizan con correcciones de errores y con nuevas características para que los procesos automatizados sean más confiables, rápidos y seguros. Cundo habilita {% data variables.product.prodname_dependabot_version_updates %} para {% data variables.product.prodname_actions %}, {% data variables.product.prodname_dependabot %} le permite asegurarse de que las referencias de acciones se mantengan actualizadas en el archivo *workflow.yml* de un repositorio. Para cada acción del archivo, {% data variables.product.prodname_dependabot %} comprueba si la referencia de la acción (suele ser un número de versión o un identificador de confirmación asociado a la acción) está actualizada a la versión más reciente. Si hay disponible alguna versión más reciente de la acción, {% data variables.product.prodname_dependabot %} le enviará una solicitud de incorporación de cambios para actualizar la referencia en el archivo de flujo de trabajo a su última versión. Para obtener más información sobre las {% data variables.product.prodname_dependabot_version_updates %}, consulte "[Acerca de las {% data variables.product.prodname_dependabot_version_updates %}](/github/administering-a-repository/about-dependabot-version-updates)." Para obtener más información sobre la configuración de flujos de trabajo para {% data variables.product.prodname_actions %}, consulte "[Más información sobre {% data variables.product.prodname_actions %}](/actions/learn-github-actions)." +Actions are often updated with bug fixes and new features to make automated processes more reliable, faster, and safer. When you enable {% data variables.product.prodname_dependabot_version_updates %} for {% data variables.product.prodname_actions %}, {% data variables.product.prodname_dependabot %} will help ensure that references to actions in a repository's *workflow.yml* file are kept up to date. For each action in the file, {% data variables.product.prodname_dependabot %} checks the action's reference (typically a version number or commit identifier associated with the action) against the latest version. If a more recent version of the action is available, {% data variables.product.prodname_dependabot %} will send you a pull request that updates the reference in the workflow file to the latest version. For more information about {% data variables.product.prodname_dependabot_version_updates %}, see "[About {% data variables.product.prodname_dependabot_version_updates %}](/github/administering-a-repository/about-dependabot-version-updates)." For more information about configuring workflows for {% data variables.product.prodname_actions %}, see "[Learn {% data variables.product.prodname_actions %}](/actions/learn-github-actions)." {% data reusables.actions.workflow-runs-dependabot-note %} -## Habilitar las {% data variables.product.prodname_dependabot_version_updates %} para las acciones +## Enabling {% data variables.product.prodname_dependabot_version_updates %} for actions -Puedes configurar {% data variables.product.prodname_dependabot_version_updates %} para mantener las acciones, así como las bibliotecas y los paquetes de los que dependes. +You can configure {% data variables.product.prodname_dependabot_version_updates %} to maintain your actions as well as the libraries and packages you depend on. -1. Si ya tienes habilitadas las {% data variables.product.prodname_dependabot_version_updates %} para otros ecosistemas o administradores de paquetes, solo tendrás que abrir el archivo *dependabot.yml* existente. De lo contrario, crea un archivo de configuración *dependabot.yml* en el directorio `.github` del repositorio. Para obtener más información, consulta "[Configuración de las actualizaciones de versiones de Dependabot](/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-dependabot-version-updates)". -1. Especifique `"github-actions"` como `package-ecosystem` para supervisar. -1. Establezca `directory` en `"/"` para comprobar si hay archivos de flujo de trabajo en `.github/workflows`. -1. Establezca la `schedule.interval` frecuencia con la que se comprueban las nuevas versiones. -{% data reusables.dependabot.check-in-dependabot-yml %}Si editaste un archivo existente, guarda tus cambios. +1. If you have already enabled {% data variables.product.prodname_dependabot_version_updates %} for other ecosystems or package managers, simply open the existing *dependabot.yml* file. Otherwise, create a *dependabot.yml* configuration file in the `.github` directory of your repository. For more information, see "[Configuring Dependabot version updates](/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates#enabling-dependabot-version-updates)." +1. Specify `"github-actions"` as a `package-ecosystem` to monitor. +1. Set the `directory` to `"/"` to check for workflow files in `.github/workflows`. +1. Set a `schedule.interval` to specify how often to check for new versions. +{% data reusables.dependabot.check-in-dependabot-yml %} If you have edited an existing file, save your changes. -También puedes habilitar las {% data variables.product.prodname_dependabot_version_updates %} en las bifurcaciones. Para obtener más información, consulte "[Configuración de las actualizaciones de la versión de {% data variables.product.prodname_dependabot %}](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates#enabling-version-updates-on-forks)". +You can also enable {% data variables.product.prodname_dependabot_version_updates %} on forks. For more information, see "[Configuring {% data variables.product.prodname_dependabot %} version updates](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates#enabling-version-updates-on-forks)." -### Ejemplo de archivo *dependabot.yml* de {% data variables.product.prodname_actions %} +### Example *dependabot.yml* file for {% data variables.product.prodname_actions %} -El siguiente ejemplo de archivo *dependabot.yml* configura las actualizaciones de versión para {% data variables.product.prodname_actions %}. `directory` debe establecerse `"/"` en para comprobar si hay archivos de flujo de trabajo en `.github/workflows`. La propiedad `schedule.interval` se establece como `"daily"`. Después de que se verifique o actualice este archivo, el {% data variables.product.prodname_dependabot %} revisará si hay versiones nuevas de tus acciones. {% data variables.product.prodname_dependabot %} enviará solicitudes de incorporación de cambios de actualizaciones de versión para cualquier acción obsoleta que detecte. Después de las actualizaciones de versión iniciales, {% data variables.product.prodname_dependabot %} seguirá buscando versiones desactualizadas en las acciones una vez al día. +The example *dependabot.yml* file below configures version updates for {% data variables.product.prodname_actions %}. The `directory` must be set to `"/"` to check for workflow files in `.github/workflows`. The `schedule.interval` is set to `"weekly"`. After this file has been checked in or updated, {% data variables.product.prodname_dependabot %} checks for new versions of your actions. {% data variables.product.prodname_dependabot %} will raise pull requests for version updates for any outdated actions that it finds. After the initial version updates, {% data variables.product.prodname_dependabot %} will continue to check for outdated versions of actions once a week. ```yaml # Set update schedule for GitHub Actions @@ -59,14 +54,14 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every weekday - interval: "daily" + # Check for updates to GitHub Actions every week + interval: "weekly" ``` -## Configurar las {% data variables.product.prodname_dependabot_version_updates %} para las acciones +## Configuring {% data variables.product.prodname_dependabot_version_updates %} for actions -Al habilitar {% data variables.product.prodname_dependabot_version_updates %} para las acciones, debe especificar valores para `package-ecosystem`, `directory` y `schedule.interval`. Hay muchas más propiedades opcionales que puedes configurar para personalizar tus actualizaciones de versión aún más. Para más información, vea "[Opciones de configuración para el archivo dependabot.yml](/github/administering-a-repository/configuration-options-for-dependency-updates)". +When enabling {% data variables.product.prodname_dependabot_version_updates %} for actions, you must specify values for `package-ecosystem`, `directory`, and `schedule.interval`. There are many more optional properties that you can set to further customize your version updates. For more information, see "[Configuration options for the dependabot.yml file](/github/administering-a-repository/configuration-options-for-dependency-updates)." -## Información adicional +## Further reading -- "[Acerca de Acciones de GitHub](/actions/getting-started-with-github-actions/about-github-actions)" +- "[About GitHub Actions](/actions/getting-started-with-github-actions/about-github-actions)" diff --git a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot.md b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot.md index 7b75165e76..d3c87a52e1 100644 --- a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot.md +++ b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot.md @@ -8,7 +8,7 @@ redirect_from: versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' type: how_to topics: - Dependabot diff --git a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors.md b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors.md index b76fa08817..2c35207247 100644 --- a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors.md +++ b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors.md @@ -1,6 +1,6 @@ --- -title: Solucionar problemas de los errores del Dependabot -intro: 'Algunas veces, el {% data variables.product.prodname_dependabot %} no puede levantar solicitudes de cambios para actualizar tus dependencias. Puedes revisar el error y desbloquear al {% data variables.product.prodname_dependabot %}.' +title: Troubleshooting Dependabot errors +intro: 'Sometimes {% data variables.product.prodname_dependabot %} is unable to raise a pull request to update your dependencies. You can review the error and unblock {% data variables.product.prodname_dependabot %}.' shortTitle: Troubleshoot errors miniTocMaxHeadingLevel: 3 redirect_from: @@ -11,7 +11,7 @@ redirect_from: versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' type: how_to topics: - Dependabot @@ -22,77 +22,72 @@ topics: - Troubleshooting - Errors - Dependencies -ms.openlocfilehash: ad3449768246ea8659ddffe4957fd3d6801edd2c -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147861664' --- + {% data reusables.dependabot.beta-security-and-version-updates %} {% data reusables.dependabot.enterprise-enable-dependabot %} -## Acerca de los errores del {% data variables.product.prodname_dependabot %} +## About {% data variables.product.prodname_dependabot %} errors {% data reusables.dependabot.pull-request-introduction %} -Si existe algo que impida que el {% data variables.product.prodname_dependabot %} levante una solicitud de cambios, esto se reporta como un error. +If anything prevents {% data variables.product.prodname_dependabot %} from raising a pull request, this is reported as an error. -## Investigar los errores de las {% data variables.product.prodname_dependabot_security_updates %} +## Investigating errors with {% data variables.product.prodname_dependabot_security_updates %} -Cuando se bloquea al {% data variables.product.prodname_dependabot %} y no puede crear una solicitud de cambios para arreglar una alerta del {% data variables.product.prodname_dependabot %}, éste publica el mensaje de error en la alerta. La vista de {% data variables.product.prodname_dependabot_alerts %} muestra una lista de cualquier alerta que aún no se haya resuelto. Para acceder a la vista de alertas, haga clic en **{% data variables.product.prodname_dependabot_alerts %}** en la pestaña **Security** (Seguridad) del repositorio. Donde sea que se genere una solicitud de cambios que arregle una dependencia vulnerable, la alerta incluirá un enlace a dicha solicitud. +When {% data variables.product.prodname_dependabot %} is blocked from creating a pull request to fix a {% data variables.product.prodname_dependabot %} alert, it posts the error message on the alert. The {% data variables.product.prodname_dependabot_alerts %} view shows a list of any alerts that have not been resolved yet. To access the alerts view, click **{% data variables.product.prodname_dependabot_alerts %}** on the **Security** tab for the repository. Where a pull request that will fix the vulnerable dependency has been generated, the alert includes a link to that pull request. -![Vista de las {% data variables.product.prodname_dependabot_alerts %} que muestra un enlace a una solicitud de cambios](/assets/images/help/dependabot/dependabot-alert-pr-link.png) +![{% data variables.product.prodname_dependabot_alerts %} view showing a pull request link](/assets/images/help/dependabot/dependabot-alert-pr-link.png) -Hay varias razones por las cuales una alerta podría no tener un enlace a una solicitud de incorporación de cambios: +There are several reasons why an alert may have no pull request link: -1. No se han habilitado las {% data variables.product.prodname_dependabot_security_updates %} en el repositorio. +1. {% data variables.product.prodname_dependabot_security_updates %} are not enabled for the repository. {% ifversion GH-advisory-db-supports-malware %} -1. La alerta es para malware y no hay ninguna versión segura del paquete. +1. The alert is for malware and there is no secure version of the package. {% endif %} -1. La alerta es para una dependencia transitoria o indirecta que no se definió explícitamente en un archivo de bloqueo. -1. Un error bloqueó al {% data variables.product.prodname_dependabot %} y éste no puede crear una solicitud de cambios. +1. The alert is for an indirect or transitive dependency that is not explicitly defined in a lock file. +1. An error blocked {% data variables.product.prodname_dependabot %} from creating a pull request. -Si existe un error que bloqueó al {% data variables.product.prodname_dependabot %} y éste no puede crear una solicitud de cambios, puedes mostrar los detalles del error si das clic en la alerta. +If an error blocked {% data variables.product.prodname_dependabot %} from creating a pull request, you can display details of the error by clicking the alert. -## Investigar los errores de las {% data variables.product.prodname_dependabot_version_updates %} +## Investigating errors with {% data variables.product.prodname_dependabot_version_updates %} -Cuando el {% data variables.product.prodname_dependabot %} se bloquea y no puede crear una solicitud de cambios para actualizar una dependencia en un ecosistema, éste publica el icono de error en el archivo de manifiesto. Los archivos de manifiesto que administra {% data variables.product.prodname_dependabot %} aparecen en la pestaña {% data variables.product.prodname_dependabot %}. Para acceder a esta, en la pestaña **Insights** (Información) del repositorio, haga clic en **Dependency graph** (Gráfico de dependencias) y luego en la pestaña **{% data variables.product.prodname_dependabot %}** . +When {% data variables.product.prodname_dependabot %} is blocked from creating a pull request to update a dependency in an ecosystem, it posts the error icon on the manifest file. The manifest files that are managed by {% data variables.product.prodname_dependabot %} are listed on the {% data variables.product.prodname_dependabot %} tab. To access this tab, on the **Insights** tab for the repository click **Dependency graph**, and then click the **{% data variables.product.prodname_dependabot %}** tab. -![vista del {% data variables.product.prodname_dependabot %} que muestra un error](/assets/images/help/dependabot/dependabot-tab-view-error.png) +![{% data variables.product.prodname_dependabot %} view showing an error](/assets/images/help/dependabot/dependabot-tab-view-error.png) {% ifversion fpt or ghec %} -Para ver el archivo de registro de cualquier archivo de manifiesto, haga clic en el vínculo **Last checked TIME ago** (Última comprobación hace TIME). Cuando muestras el archivo de bitácora de un manifiesto que se muestra con un símbolo de error (por ejemplo, Maven en la impresión de pantalla anterior), cualquier error se mostrará también. +To see the log file for any manifest file, click the **Last checked TIME ago** link. When you display the log file for a manifest that's shown with an error symbol (for example, Maven in the screenshot above), any errors are also displayed. -![Error y bitácora de una actualizacón de versión del {% data variables.product.prodname_dependabot %} ](/assets/images/help/dependabot/dependabot-version-update-error.png) +![{% data variables.product.prodname_dependabot %} version update error and log ](/assets/images/help/dependabot/dependabot-version-update-error.png) {% else %} -Para ver los registros de cualquier archivo de manifiesto, haga clic en el vínculo **Last checked TIME ago** (Última comprobación hace TIME) y luego en **View logs** (Ver registros). +To see the logs for any manifest file, click the **Last checked TIME ago** link, and then click **View logs**. -![Error y bitácora de una actualizacón de versión del {% data variables.product.prodname_dependabot %} ](/assets/images/enterprise/3.3/dependabot/dependabot-version-update-error.png) +![{% data variables.product.prodname_dependabot %} version update error and log ](/assets/images/enterprise/3.3/dependabot/dependabot-version-update-error.png) {% endif %} -## Entender los errores del {% data variables.product.prodname_dependabot %} +## Understanding {% data variables.product.prodname_dependabot %} errors -Las solicitudes de cambios para las actualizaciones de seguridad actúan para mejorar una dependencia vulnerable a la versión mínima que incluya un arreglo de la vulnerabilidad. Por el contrario, las solicitudes de cambios para las actualizaciones de versión actúan para mejorar una dependencia a la última versión que permite el paquete de archivos de manifiesto y de configuración del {% data variables.product.prodname_dependabot %}. Como consecuencia, algunos errores son específicos de un tipo de actualización. +Pull requests for security updates act to upgrade a vulnerable dependency to the minimum version that includes a fix for the vulnerability. In contrast, pull requests for version updates act to upgrade a dependency to the latest version allowed by the package manifest and {% data variables.product.prodname_dependabot %} configuration files. Consequently, some errors are specific to one type of update. -### El {% data variables.product.prodname_dependabot %} no puede actualizar la DEPENDENCIA a una versión no-vulnerable +### {% data variables.product.prodname_dependabot %} cannot update DEPENDENCY to a non-vulnerable version -**Únicamente actualizaciones de seguridad**. {% data variables.product.prodname_dependabot %} no puede crear una solicitud de incorporación de cambios a fin de actualizar la dependencia vulnerable a una versión segura sin interrumpir otras dependencias del gráfico de dependencias para este repositorio. +**Security updates only.** {% data variables.product.prodname_dependabot %} cannot create a pull request to update the vulnerable dependency to a secure version without breaking other dependencies in the dependency graph for this repository. -Cada aplicación que tenga dependencias tiene una gráfica de dependencias, esto es, una gráfica acíclica dirigida de cada versión de paquete de la cual depende la aplicación directa o indirectamente. Cada vez que se actualiza una dependencia, esta gráfica debe resolverse o la aplicación no se compilará. Cuando un ecosistema tiene una gráfica de dependencias profunda y compleja, por ejemplo, npm y RubyGems, es a menudo imposible mejorar una sola dependencia sin mejorar todo el ecosistema. +Every application that has dependencies has a dependency graph, that is, a directed acyclic graph of every package version that the application directly or indirectly depends on. Every time a dependency is updated, this graph must resolve otherwise the application won't build. When an ecosystem has a deep and complex dependency graph, for example, npm and RubyGems, it is often impossible to upgrade a single dependency without upgrading the whole ecosystem. -La mejor forma de evitar este problema es mantenerse actualizado con los lanzamientos de versiones más recientes, por ejemplo, habilitando las actualizaciones de versión. Esto aumenta la probabilidad de que una vulnerabilidad en alguna dependencia pueda resolverse con una mejora simple que no afecte la gráfica de dependencias. Para obtener más información, consulta "[Configurar las actualizaciones de versión de {% data variables.product.prodname_dependabot %}](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates)". {% ifversion dependabot-security-updates-unlock-transitive-dependencies %} +The best way to avoid this problem is to stay up to date with the most recently released versions, for example, by enabling version updates. This increases the likelihood that a vulnerability in one dependency can be resolved by a simple upgrade that doesn't break the dependency graph. For more information, see "[Configuring {% data variables.product.prodname_dependabot %} version updates](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates)."{% ifversion dependabot-security-updates-unlock-transitive-dependencies %} -### {% data variables.product.prodname_dependabot %} intenta actualizar las dependencias sin una alerta +### {% data variables.product.prodname_dependabot %} tries to update dependencies without an alert -**Únicamente actualizaciones de seguridad**. {% data variables.product.prodname_dependabot %} actualiza las dependencias transitivas definidas explícitamente como vulnerables para todos los ecosistemas. En el caso de npm, {% data variables.product.prodname_dependabot %} generará una solicitud de incorporación de cambios que también actualiza la dependencia primaria si es la única manera de corregir la dependencia transitiva. +**Security updates only.** {% data variables.product.prodname_dependabot %} updates explicitly defined transitive dependencies that are vulnerable for all ecosystems. For npm, {% data variables.product.prodname_dependabot %} will raise a pull request that also updates the parent dependency if it's the only way to fix the transitive dependency. -Por ejemplo, un proyecto con una dependencia de `A` versión `~2.0.0` que tiene una dependencia transitiva de `B` versión `~1.0.0` que se ha resuelto en `1.0.1`. +For example, a project with a dependency on `A` version `~2.0.0` which has a transitive dependency on `B` version `~1.0.0` which has resolved to `1.0.1`. ``` my project | @@ -100,59 +95,59 @@ my project | --> B (1.0.1) [~1.0.0] ``` -Si se publica una vulnerabilidad de seguridad para `B` versiones `<2.0.0` y hay una revisión disponible en `2.0.0`, {% data variables.product.prodname_dependabot %} intentará actualizar `B`, pero se encontrará con que no es posible debido a la restricción implementada por `A`, que solo permite versiones vulnerables más bajas. Para corregir la vulnerabilidad, {% data variables.product.prodname_dependabot %} buscará actualizaciones de la dependencia de `A` que permitan usar la versión fija de `B`. +If a security vulnerability is released for `B` versions `<2.0.0` and a patch is available at `2.0.0` then {% data variables.product.prodname_dependabot %} will attempt to update `B` but will find that it's not possible due to the restriction in place by `A` which only allows lower vulnerable versions. To fix the vulnerability, {% data variables.product.prodname_dependabot %} will look for updates to dependency `A` which allow the fixed version of `B` to be used. -{% data variables.product.prodname_dependabot %} genera automáticamente una solicitud de incorporación de cambios que actualiza las dependencias transitivas primarias y secundarias bloqueadas. {% endif %} +{% data variables.product.prodname_dependabot %} automatically generates a pull request that upgrades both the locked parent and child transitive dependencies.{% endif %} -### El {% data variables.product.prodname_dependabot %} no puede actualizar a la versión requerida porque ya existe una solicitud de cambios abierta para la última versión +### {% data variables.product.prodname_dependabot %} cannot update to the required version as there is already an open pull request for the latest version -**Únicamente actualizaciones de seguridad**. {% data variables.product.prodname_dependabot %} no creará una solicitud de incorporación de cambios a fin de actualizar la dependencia vulnerable a una versión segura porque ya hay una solicitud de incorporación de cambios abierta para actualizar esta dependencia. Verás éste error cuando se detecte una vulnerabilidad en una dependencia específica y ya exista una solicitud de cambios abierta para actualizar dicha dependencia a la última versión disponible. +**Security updates only.** {% data variables.product.prodname_dependabot %} will not create a pull request to update the vulnerable dependency to a secure version because there is already an open pull request to update this dependency. You will see this error when a vulnerability is detected in a single dependency and there's already an open pull request to update the dependency to the latest version. -Existen dos opciones: puedes revisar la solicitud de cambios abierta y fusionarla tan pronto como puedas garantizar que el cambio es seguro, o cerrar la solicitud de cambios y activar una solicitud nueva de actualización de seguridad. Para obtener más información, vea "[Desencadenamiento manual de una solicitud de incorporación de cambios de {% data variables.product.prodname_dependabot %}](#triggering-a-dependabot-pull-request-manually)". +There are two options: you can review the open pull request and merge it as soon as you are confident that the change is safe, or close that pull request and trigger a new security update pull request. For more information, see "[Triggering a {% data variables.product.prodname_dependabot %} pull request manually](#triggering-a-dependabot-pull-request-manually)." -### El {% data variables.product.prodname_dependabot %} agotó el tiempo de espera durante su actualización +### {% data variables.product.prodname_dependabot %} timed out during its update -El {% data variables.product.prodname_dependabot %} tardó más del límite de tiempo máximo permitido para valorar la actualización requerida y preparar una solicitud de cambios. Este error normalmente se ve únicamente en los repositorios de gran tamaño con muchos archivos de manifiesto, por ejemplo, en los proyectos de npm o yarn de un repositorio, que tienen cientos de archivos *package.json*. Las actualizaciones en el ecosistema de Composer también llevan más tiempo para su valoración y podrían exceder el tiempo de espera. +{% data variables.product.prodname_dependabot %} took longer than the maximum time allowed to assess the update required and prepare a pull request. This error is usually seen only for large repositories with many manifest files, for example, npm or yarn monorepo projects with hundreds of *package.json* files. Updates to the Composer ecosystem also take longer to assess and may time out. -Es difícil tratar a este error. Si una actualización de versión agota el tiempo de espera, podría especificar las dependencias más importantes que se van a actualizar mediante el parámetro `allow` o, como alternativa, utilizar el parámetro `ignore` para excluir algunas de las dependencias de estas actualizaciones. El actualizar tu configuración podría permitir que el {% data variables.product.prodname_dependabot %} revise la actualización de versión y genere la solicitud de cambios en el tiempo disponible. +This error is difficult to address. If a version update times out, you could specify the most important dependencies to update using the `allow` parameter or, alternatively, use the `ignore` parameter to exclude some dependencies from updates. Updating your configuration might allow {% data variables.product.prodname_dependabot %} to review the version update and generate the pull request in the time available. -Si una actualización de seguridad excede el tiempo de espera, puedes reducir la probabilidad de que esto suceda si mantienes las dependencias actualizadas, por ejemplo, habilitando las actualizaciones de versión. Para más información, vea "[Configuración de las actualizaciones de la versión de {% data variables.product.prodname_dependabot %}](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates)". +If a security update times out, you can reduce the chances of this happening by keeping the dependencies updated, for example, by enabling version updates. For more information, see "[Configuring {% data variables.product.prodname_dependabot %} version updates](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates)." -### El {% data variables.product.prodname_dependabot %} no puede abrir más solicitudes de cambios +### {% data variables.product.prodname_dependabot %} cannot open any more pull requests -Hay un límite en la cantidad de solicitudes de cambios abiertas que el {% data variables.product.prodname_dependabot %} puede generar. Cuando se llega a éste límite, no se podrán abrir más solicitudes de cambios y se reportará este error. La mejor forma de resolver este error es revisar y fusionar algunas de las solicitudes de cambios abiertas. +There's a limit on the number of open pull requests {% data variables.product.prodname_dependabot %} will generate. When this limit is reached, no new pull requests are opened and this error is reported. The best way to resolve this error is to review and merge some of the open pull requests. -Hay límites separados para las solicitudes de cambios de actualización de seguridad y de versión, y esto es para que aquellas de actualización de versión no bloqueen la creación de las de actualización de seguridad. El límite para las solicitudes de cambios de actualizaciones de seguridad es de 10. De manera predeterminada, el límite de las actualizaciones de versión es 5, pero puede cambiarlo mediante el parámetro `open-pull-requests-limit` en el archivo de configuración. Para más información, vea "[Opciones de configuración para el archivo dependabot.yml](/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit)". +There are separate limits for security and version update pull requests, so that open version update pull requests cannot block the creation of a security update pull request. The limit for security update pull requests is 10. By default, the limit for version updates is 5 but you can change this using the `open-pull-requests-limit` parameter in the configuration file. For more information, see "[Configuration options for the dependabot.yml file](/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit)." -La mejor forma de resolver este error es fusionar o cerrar algunas de las solicitudes de cambios existentes y activar una solicitud de cambios nueva manualmente. Para obtener más información, vea "[Desencadenamiento manual de una solicitud de incorporación de cambios de {% data variables.product.prodname_dependabot %}](#triggering-a-dependabot-pull-request-manually)". +The best way to resolve this error is to merge or close some of the existing pull requests and trigger a new pull request manually. For more information, see "[Triggering a {% data variables.product.prodname_dependabot %} pull request manually](#triggering-a-dependabot-pull-request-manually)." -### El {% data variables.product.prodname_dependabot %} no puede resolver o acceder a tus dependencias +### {% data variables.product.prodname_dependabot %} can't resolve or access your dependencies -Si el {% data variables.product.prodname_dependabot %} intenta verificar si las referencias de la dependencia necesitan actualizarse en un repositorio, pero no puede acceder a uno o más de los archivos referenciados, la operación fallará con el mensaje de error "{% data variables.product.prodname_dependabot %} can't resolve your LANGUAGE dependency files". El tipo de error de la API es `git_dependencies_not_reachable`. +If {% data variables.product.prodname_dependabot %} attempts to check whether dependency references need to be updated in a repository, but can't access one or more of the referenced files, the operation will fail with the error message "{% data variables.product.prodname_dependabot %} can't resolve your LANGUAGE dependency files." The API error type is `git_dependencies_not_reachable`. -De forma similar, si el {% data variables.product.prodname_dependabot %} no puede acceder a un registro de un paquete privado en el cual se ubica la dependencia, se generará alguno de los siguientes errores: +Similarly, if {% data variables.product.prodname_dependabot %} can't access a private package registry in which a dependency is located, one of the following errors is generated: -* "Dependabot can't reach a dependency in a private package registry" (Dependabot no puede acceder a una dependencia en un registro de paquete privado)
- (Tipo de error de la API: `private_source_not_reachable`) -* "Dependabot can't authenticate to a private package registry" (Dependabot no se puede autenticar en un registro de paquetes privado)
- (Tipo de error de la API: `private_source_authentication_failure`) -* "Dependabot timed out while waiting for a private package registry" (Dependabot agota el tiempo de espera mientras espera un registro de paquete privado)
- (Tipo de error de la API: `private_source_timed_out`) -* "Dependabot couldn't validate the certificate for a private package registry" (Dependabot no ha podido validar el certificado para un registro de paquete privado)
- (Tipo de error de la API: `private_source_certificate_failure`) +* "Dependabot can't reach a dependency in a private package registry"
+ (API error type: `private_source_not_reachable`) +* "Dependabot can't authenticate to a private package registry"
+ (API error type:`private_source_authentication_failure`) +* "Dependabot timed out while waiting for a private package registry"
+ (API error type:`private_source_timed_out`) +* "Dependabot couldn't validate the certificate for a private package registry"
+ (API error type:`private_source_certificate_failure`) -Para permitir añ {% data variables.product.prodname_dependabot %} actualizar las referencias de dependencia exitosamente, asegúrate que todas las dependencias referencias se hospeden en ubicaciones accesibles. +To allow {% data variables.product.prodname_dependabot %} to update the dependency references successfully, make sure that all of the referenced dependencies are hosted at accessible locations. -**Únicamente actualizaciones de versiones**. {% data reusables.dependabot.private-dependencies-note %} Adicionalmente, el {% data variables.product.prodname_dependabot %} no es compatible con dependencias privadas de {% data variables.product.prodname_dotcom %} para todos los administradores de paquetes. Para obtener más información, vea "[Acerca de las actualizaciones de versiones de Dependabot](/github/administering-a-repository/about-dependabot-version-updates#supported-repositories-and-ecosystems)". +**Version updates only.** {% data reusables.dependabot.private-dependencies-note %} Additionally, {% data variables.product.prodname_dependabot %} doesn't support private {% data variables.product.prodname_dotcom %} dependencies for all package managers. For more information, see "[About Dependabot version updates](/github/administering-a-repository/about-dependabot-version-updates#supported-repositories-and-ecosystems)." -## Activar una solicitud de cambios del {% data variables.product.prodname_dependabot %} manualmente +## Triggering a {% data variables.product.prodname_dependabot %} pull request manually -Si desbloqueas al {% data variables.product.prodname_dependabot %}, puedes activar manualmente un nuevo intento de crear una solicitud de cambios. +If you unblock {% data variables.product.prodname_dependabot %}, you can manually trigger a fresh attempt to create a pull request. -- **Actualizaciones de seguridad**: muestre la alerta de {% data variables.product.prodname_dependabot %} que indica el error que ha corregido y haga clic en **Crear actualización de seguridad de {% data variables.product.prodname_dependabot %}** . -- **Actualizaciones de versión**: en la pestaña **Insights** (Información) del repositorio, haga clic en **Dependency graph** (Gráfico de dependencias) y luego en la pestaña **Dependabot**. Haga clic en **Last checked *TIME* ago** (Última comprobación hace TIME) para ver el archivo de registro que {% data variables.product.prodname_dependabot %} ha generado durante la última comprobación de actualizaciones de versión. Haga clic en **Buscar actualizaciones**. +- **Security updates**—display the {% data variables.product.prodname_dependabot %} alert that shows the error you have fixed and click **Create {% data variables.product.prodname_dependabot %} security update**. +- **Version updates**—on the **Insights** tab for the repository click **Dependency graph**, and then click the **Dependabot** tab. Click **Last checked *TIME* ago** to see the log file that {% data variables.product.prodname_dependabot %} generated during the last check for version updates. Click **Check for updates**. -## Información adicional +## Further reading -- "[Solución de problemas del gráfico de dependencias](/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph)" -- "[Solución de problemas en la detección de dependencias vulnerables](/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies)" +- "[Troubleshooting the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph)" +- "[Troubleshooting the detection of vulnerable dependencies](/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies)" diff --git a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md index 7974d9e6ee..725554270a 100644 --- a/translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md +++ b/translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md @@ -34,13 +34,13 @@ topics: * {% data variables.product.prodname_advisory_database %} is one of the data sources that {% data variables.product.prodname_dotcom %} uses to identify vulnerable dependencies{% ifversion GH-advisory-db-supports-malware %} and malware{% endif %}. It's a free, curated database of security advisories for common package ecosystems on {% data variables.product.prodname_dotcom %}. It includes both data reported directly to {% data variables.product.prodname_dotcom %} from {% data variables.product.prodname_security_advisories %}, as well as official feeds and community sources. This data is reviewed and curated by {% data variables.product.prodname_dotcom %} to ensure that false or unactionable information is not shared with the development community. {% data reusables.security-advisory.link-browsing-advisory-db %} * The dependency graph parses all known package manifest files in a user’s repository. For example, for npm it will parse the _package-lock.json_ file. It constructs a graph of all of the repository’s dependencies and public dependents. This happens when you enable the dependency graph and when anyone pushes to the default branch, and it includes commits that makes changes to a supported manifest format. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)" and "[Troubleshooting the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph)." * {% data variables.product.prodname_dependabot %} scans any push, to the default branch, that contains a manifest file. When a new advisory is added, it scans all existing repositories and generates an alert for each repository that is affected. {% data variables.product.prodname_dependabot_alerts %} are aggregated at the repository level, rather than creating one alert per advisory. For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)." -* {% ifversion fpt or ghec or ghes > 3.2 %}{% data variables.product.prodname_dependabot_security_updates %} are triggered when you receive an alert about a vulnerable dependency in your repository. Where possible, {% data variables.product.prodname_dependabot %} creates a pull request in your repository to upgrade the vulnerable dependency to the minimum possible secure version needed to avoid the vulnerability. For more information, see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-dependabot-security-updates)" and "[Troubleshooting {% data variables.product.prodname_dependabot %} errors](/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors)." +* {% ifversion fpt or ghec or ghes %}{% data variables.product.prodname_dependabot_security_updates %} are triggered when you receive an alert about a vulnerable dependency in your repository. Where possible, {% data variables.product.prodname_dependabot %} creates a pull request in your repository to upgrade the vulnerable dependency to the minimum possible secure version needed to avoid the vulnerability. For more information, see "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-dependabot-security-updates)" and "[Troubleshooting {% data variables.product.prodname_dependabot %} errors](/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors)." {% endif %}{% data variables.product.prodname_dependabot %} doesn't scan repositories on a schedule, but rather when something changes. For example, a scan is triggered when a new dependency is added ({% data variables.product.prodname_dotcom %} checks for this on every push), or when a new advisory is added to the database{% ifversion ghes or ghae %} and synchronized to {% data variables.location.product_location %}{% endif %}. For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies#detection-of-insecure-dependencies)." ## Do {% data variables.product.prodname_dependabot_alerts %} only relate to insecure dependencies in manifests and lockfiles? -{% data variables.product.prodname_dependabot_alerts %} advise you about dependencies you should update, including transitive dependencies, where the version can be determined from a manifest or a lockfile. {% ifversion fpt or ghec or ghes > 3.2 %}{% data variables.product.prodname_dependabot_security_updates %} only suggest a change where {% data variables.product.prodname_dependabot %} can directly "fix" the dependency, that is, when these are: +{% data variables.product.prodname_dependabot_alerts %} advise you about dependencies you should update, including transitive dependencies, where the version can be determined from a manifest or a lockfile. {% ifversion fpt or ghec or ghes %}{% data variables.product.prodname_dependabot_security_updates %} only suggest a change where {% data variables.product.prodname_dependabot %} can directly "fix" the dependency, that is, when these are: * Direct dependencies explicitly declared in a manifest or lockfile * Transitive dependencies declared in a lockfile{% endif %} @@ -84,7 +84,7 @@ The {% data variables.product.prodname_dependabot_alerts %} count in {% data var **Check**: If there is a discrepancy in the totals you are seeing, check that you are not comparing alert numbers with dependency numbers. Also check that you are viewing all alerts and not a subset of filtered alerts. {% endif %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ## Can Dependabot ignore specific dependencies? You can configure {% data variables.product.prodname_dependabot %} to ignore specific dependencies in the configuration file, which will prevent security and version updates for those dependencies. If you only wish to use security updates, you will need to override the default behavior with a configuration file. For more information, see "[Overriding the default behavior with a configuration file](/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates#overriding-the-default-behavior-with-a-configuration-file)" to prevent version updates from being activated. For information about ignoring dependencies, see "[`ignore`](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#ignore)." @@ -95,5 +95,5 @@ You can configure {% data variables.product.prodname_dependabot %} to ignore spe - "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/about-alerts-for-vulnerable-dependencies)" - "[Viewing and updating {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts)" - "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)" -- "[Troubleshooting the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph)"{% ifversion fpt or ghec or ghes > 3.2 %} +- "[Troubleshooting the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph)"{% ifversion fpt or ghec or ghes %} - "[Troubleshooting {% data variables.product.prodname_dependabot %} errors](/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors)"{% endif %} diff --git a/translations/es-ES/content/code-security/getting-started/github-security-features.md b/translations/es-ES/content/code-security/getting-started/github-security-features.md index 5e7ed85861..fe09160461 100644 --- a/translations/es-ES/content/code-security/getting-started/github-security-features.md +++ b/translations/es-ES/content/code-security/getting-started/github-security-features.md @@ -31,7 +31,7 @@ Make it easy for your users to confidentially report security vulnerabilities th Privately discuss and fix security vulnerabilities in your repository's code. You can then publish a security advisory to alert your community to the vulnerability and encourage community members to upgrade. For more information, see "[About {% data variables.product.prodname_security_advisories %}](/github/managing-security-vulnerabilities/about-github-security-advisories)." {% endif %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ### {% data variables.product.prodname_dependabot_alerts %} and security updates @@ -39,7 +39,7 @@ View alerts about dependencies that are known to contain security vulnerabilitie and "[About {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-dependabot-security-updates)." {% endif %} -{% ifversion ghes < 3.3 or ghae %} +{% ifversion ghae %} ### {% data variables.product.prodname_dependabot_alerts %} {% data reusables.dependabot.dependabot-alerts-beta %} @@ -47,7 +47,7 @@ and "[About {% data variables.product.prodname_dependabot_security_updates %}](/ View alerts about dependencies that are known to contain security vulnerabilities, and manage these alerts. For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)." {% endif %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ### {% data variables.product.prodname_dependabot %} version updates Use {% data variables.product.prodname_dependabot %} to automatically raise pull requests to keep your dependencies up-to-date. This helps reduce your exposure to older versions of dependencies. Using newer versions makes it easier to apply patches if security vulnerabilities are discovered, and also makes it easier for {% data variables.product.prodname_dependabot_security_updates %} to successfully raise pull requests to upgrade vulnerable dependencies. For more information, see "[About {% data variables.product.prodname_dependabot_version_updates %}](/github/administering-a-repository/about-dependabot-version-updates)." diff --git a/translations/es-ES/content/code-security/getting-started/securing-your-organization.md b/translations/es-ES/content/code-security/getting-started/securing-your-organization.md index e00a81e612..f30c86cc01 100644 --- a/translations/es-ES/content/code-security/getting-started/securing-your-organization.md +++ b/translations/es-ES/content/code-security/getting-started/securing-your-organization.md @@ -56,7 +56,7 @@ Dependency review is an {% data variables.product.prodname_advanced_security %} {% ifversion fpt or ghec %}Dependency review is already enabled for all public repositories. {% ifversion fpt %}Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable dependency review for private and internal repositories. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/code-security/getting-started/securing-your-organization#managing-dependency-review). {% endif %}{% endif %}{% ifversion ghec %}For private and internal repositories that are owned by an organization, you can enable dependency review by enabling the dependency graph and enabling {% data variables.product.prodname_advanced_security %} (see below). {% elsif ghes or ghae %}Dependency review is available when dependency graph is enabled for {% data variables.location.product_location %} and you enable {% data variables.product.prodname_advanced_security %} for the organization (see below).{% endif %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ## Managing {% data variables.product.prodname_dependabot_security_updates %} For any repository that uses {% data variables.product.prodname_dependabot_alerts %}, you can enable {% data variables.product.prodname_dependabot_security_updates %} to raise pull requests with security updates when vulnerabilities are detected. You can also enable or disable {% data variables.product.prodname_dependabot_security_updates %} for all repositories across your organization. @@ -123,7 +123,7 @@ For more information, see "[Managing security and analysis settings for your org {% data variables.product.prodname_code_scanning_capc %} is configured at the repository level. For more information, see "[Setting up {% data variables.product.prodname_code_scanning %} for a repository](/code-security/secure-coding/setting-up-code-scanning-for-a-repository)." ## Next steps -You can view and manage alerts from security features to address dependencies and vulnerabilities in your code. For more information, see {% ifversion fpt or ghes or ghec %} "[Viewing and updating {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts),"{% endif %} {% ifversion fpt or ghec or ghes > 3.2 %}"[Managing pull requests for dependency updates](/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates)," {% endif %}"[Managing {% data variables.product.prodname_code_scanning %} for your repository](/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository)," and "[Managing alerts from {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/managing-alerts-from-secret-scanning)." +You can view and manage alerts from security features to address dependencies and vulnerabilities in your code. For more information, see {% ifversion fpt or ghes or ghec %} "[Viewing and updating {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts),"{% endif %} {% ifversion fpt or ghec or ghes %}"[Managing pull requests for dependency updates](/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates)," {% endif %}"[Managing {% data variables.product.prodname_code_scanning %} for your repository](/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository)," and "[Managing alerts from {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/managing-alerts-from-secret-scanning)." {% ifversion fpt or ghec %}If you have a security vulnerability, you can create a security advisory to privately discuss and fix the vulnerability. For more information, see "[About {% data variables.product.prodname_security_advisories %}](/code-security/security-advisories/about-github-security-advisories)" and "[Creating a security advisory](/code-security/security-advisories/creating-a-security-advisory)." {% endif %} diff --git a/translations/es-ES/content/code-security/getting-started/securing-your-repository.md b/translations/es-ES/content/code-security/getting-started/securing-your-repository.md index 919f1b2fdd..59b241eefe 100644 --- a/translations/es-ES/content/code-security/getting-started/securing-your-repository.md +++ b/translations/es-ES/content/code-security/getting-started/securing-your-repository.md @@ -86,8 +86,7 @@ Dependency review is a {% data variables.product.prodname_GH_advanced_security % {% endif %} - -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ## Managing {% data variables.product.prodname_dependabot_security_updates %} @@ -132,7 +131,7 @@ You can set up {% data variables.product.prodname_code_scanning %} to automatica {% endif %} ## Next steps -You can view and manage alerts from security features to address dependencies and vulnerabilities in your code. For more information, see {% ifversion fpt or ghes or ghec %} "[Viewing and updating {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts),"{% endif %} {% ifversion fpt or ghec or ghes > 3.2 %}"[Managing pull requests for dependency updates](/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates)," {% endif %}"[Managing {% data variables.product.prodname_code_scanning %} for your repository](/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository)," and "[Managing alerts from {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/managing-alerts-from-secret-scanning)." +You can view and manage alerts from security features to address dependencies and vulnerabilities in your code. For more information, see {% ifversion fpt or ghes or ghec %} "[Viewing and updating {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts),"{% endif %} {% ifversion fpt or ghec or ghes %}"[Managing pull requests for dependency updates](/code-security/supply-chain-security/managing-pull-requests-for-dependency-updates)," {% endif %}"[Managing {% data variables.product.prodname_code_scanning %} for your repository](/code-security/secure-coding/managing-code-scanning-alerts-for-your-repository)," and "[Managing alerts from {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/managing-alerts-from-secret-scanning)." {% ifversion fpt or ghec %}If you have a security vulnerability, you can create a security advisory to privately discuss and fix the vulnerability. For more information, see "[About {% data variables.product.prodname_security_advisories %}](/code-security/security-advisories/about-github-security-advisories)" and "[Creating a security advisory](/code-security/security-advisories/creating-a-security-advisory)." {% endif %} diff --git a/translations/es-ES/content/code-security/secret-scanning/about-secret-scanning.md b/translations/es-ES/content/code-security/secret-scanning/about-secret-scanning.md index b9dce9457c..f1c959c882 100644 --- a/translations/es-ES/content/code-security/secret-scanning/about-secret-scanning.md +++ b/translations/es-ES/content/code-security/secret-scanning/about-secret-scanning.md @@ -110,6 +110,6 @@ monitor results from {% data variables.product.prodname_secret_scanning %} acros - "[Keeping your account and data secure](/github/authenticating-to-github/keeping-your-account-and-data-secure)" {%- ifversion fpt or ghec %} - "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)"{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes %} - "[Managing encrypted secrets for Dependabot](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot)"{% endif %} - "[Encrypted secrets](/actions/security-guides/encrypted-secrets)" diff --git a/translations/es-ES/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md b/translations/es-ES/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md index 03bf9dd95a..3b0a2bf172 100644 --- a/translations/es-ES/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md +++ b/translations/es-ES/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md @@ -15,35 +15,12 @@ topics: - Secret scanning --- -{% ifversion ghes < 3.3 %} -{% note %} - -**Note:** Custom patterns for {% data variables.product.prodname_secret_scanning %} is currently in beta and is subject to change. - -{% endnote %} -{% endif %} ## About custom patterns for {% data variables.product.prodname_secret_scanning %} You can define custom patterns to identify secrets that are not detected by the default patterns supported by {% data variables.product.prodname_secret_scanning %}. For example, you might have a secret pattern that is internal to your organization. For details of the supported secrets and service providers, see "[{% data variables.product.prodname_secret_scanning_caps %} patterns](/code-security/secret-scanning/secret-scanning-patterns)." -You can define custom patterns for your enterprise, organization, or repository. {% data variables.product.prodname_secret_scanning_caps %} supports up to -{%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} 500 custom patterns for each organization or enterprise account, and up to 100 custom patterns per repository. -{%- elsif ghes = 3.2 %} 20 custom patterns for each organization or enterprise account, and per repository. -{%- else %} 100 custom patterns for each organization or enterprise account, and 20 per repository. -{%- endif %} - -{% ifversion ghes < 3.3 %} -{% note %} - -**Note:** During the beta, there are some limitations when using custom patterns for {% data variables.product.prodname_secret_scanning %}: - -* There is no dry-run functionality. -* You cannot edit custom patterns after they're created. To change a pattern, you must delete it and recreate it. -* There is no API for creating, editing, or deleting custom patterns. However, results for custom patterns are returned in the [secret scanning alerts API](/rest/reference/secret-scanning). - -{% endnote %} -{% endif %} +You can define custom patterns for your enterprise, organization, or repository. {% data variables.product.prodname_secret_scanning_caps %} supports up to 500 custom patterns for each organization or enterprise account, and up to 100 custom patterns per repository. ## Regular expression syntax for custom patterns @@ -160,7 +137,7 @@ Before defining a custom pattern, you must ensure that you enable secret scannin 1. Under "Code security and analysis", click **Security features**.{% else %} {% data reusables.enterprise-accounts.advanced-security-policies %} {% data reusables.enterprise-accounts.advanced-security-security-features %}{% endif %} -1. Under "Secret scanning custom patterns", click {% ifversion ghes = 3.2 %}**New custom pattern**{% else %}**New pattern**{% endif %}. +1. Under "Secret scanning custom patterns", click **New pattern**. {% data reusables.advanced-security.secret-scanning-add-custom-pattern-details %} {%- ifversion secret-scanning-custom-enterprise-36 or custom-pattern-dry-run-ga %} 1. When you're ready to test your new custom pattern, to identify matches in the enterprise without creating alerts, click **Save and dry run**. @@ -172,7 +149,6 @@ Before defining a custom pattern, you must ensure that you enable secret scannin After your pattern is created, {% data variables.product.prodname_secret_scanning %} scans for any secrets in repositories within your enterprise's organizations with {% data variables.product.prodname_GH_advanced_security %} enabled, including their entire Git history on all branches. Organization owners and repository administrators will be alerted to any secrets found, and can review the alert in the repository where the secret is found. For more information on viewing {% data variables.product.prodname_secret_scanning %} alerts, see "[Managing alerts from {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/managing-alerts-from-secret-scanning)." -{% ifversion fpt or ghes > 3.2 or ghec or ghae %} ## Editing a custom pattern When you save a change to a custom pattern, this closes all the {% data variables.product.prodname_secret_scanning %} alerts that were created using the previous version of the pattern. @@ -184,7 +160,6 @@ When you save a change to a custom pattern, this closes all the {% data variable 3. When you're ready to test your edited custom pattern, to identify matches without creating alerts, click **Save and dry run**. {%- endif %} 4. When you have reviewed and tested your changes, click **Save changes**. -{% endif %} ## Removing a custom pattern @@ -192,13 +167,8 @@ When you save a change to a custom pattern, this closes all the {% data variable * For a repository or organization, display the "Security & analysis" settings for the repository or organization where the custom pattern was created. For more information, see "[Defining a custom pattern for a repository](#defining-a-custom-pattern-for-a-repository)" or "[Defining a custom pattern for an organization](#defining-a-custom-pattern-for-an-organization)" above. * For an enterprise, under "Policies" display the "Advanced Security" area, and then click **Security features**. For more information, see "[Defining a custom pattern for an enterprise account](#defining-a-custom-pattern-for-an-enterprise-account)" above. -{%- ifversion ghec or ghes > 3.2 or ghae %} 1. To the right of the custom pattern you want to remove, click {% octicon "trash" aria-label="The trash icon" %}. 1. Review the confirmation, and select a method for dealing with any open alerts relating to the custom pattern. 1. Click **Yes, delete this pattern**. - ![Confirming deletion of a custom {% data variables.product.prodname_secret_scanning %} pattern ](/assets/images/help/repository/secret-scanning-confirm-deletion-custom-pattern.png) -{%- elsif ghes = 3.2 %} -1. To the right of the custom pattern you want to remove, click **Remove**. -1. Review the confirmation, and click **Remove custom pattern**. -{%- endif %} + ![Confirming deletion of a custom {% data variables.product.prodname_secret_scanning %} pattern ](/assets/images/help/repository/secret-scanning-confirm-deletion-custom-pattern.png) \ No newline at end of file diff --git a/translations/es-ES/content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md b/translations/es-ES/content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md index e7ef382b5d..78b23e2fe1 100644 --- a/translations/es-ES/content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md +++ b/translations/es-ES/content/code-security/secret-scanning/protecting-pushes-with-secret-scanning.md @@ -137,4 +137,4 @@ If you confirm a secret is real and that you intend to fix it later, you should 1. Click **Allow secret**. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-code.md b/translations/es-ES/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-code.md index 882ad462dc..28d368418f 100644 --- a/translations/es-ES/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-code.md +++ b/translations/es-ES/content/code-security/supply-chain-security/end-to-end-supply-chain/securing-code.md @@ -47,7 +47,7 @@ As a first step, you want to make a complete inventory of your dependencies. The ### Automatic detection of vulnerabilities in dependencies -{% data variables.product.prodname_dependabot %} can help you by monitoring your dependencies and notifying you when they contain a known vulnerability. {% ifversion fpt or ghec or ghes > 3.2 %}You can even enable {% data variables.product.prodname_dependabot %} to automatically raise pull requests that update the dependency to a secure version.{% endif %} For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)"{% ifversion fpt or ghec or ghes > 3.2 %} and "[About Dependabot security updates](/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates)"{% endif %}. +{% data variables.product.prodname_dependabot %} can help you by monitoring your dependencies and notifying you when they contain a known vulnerability. {% ifversion fpt or ghec or ghes %}You can even enable {% data variables.product.prodname_dependabot %} to automatically raise pull requests that update the dependency to a secure version.{% endif %} For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)"{% ifversion fpt or ghec or ghes %} and "[About Dependabot security updates](/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-dependabot-security-updates)"{% endif %}. ### Assessment of exposure to risk from a vulnerable dependency @@ -81,15 +81,13 @@ If your organization uses {% data variables.product.prodname_GH_advanced_securit You can configure {% data variables.product.prodname_secret_scanning %} to check for secrets issued by many service providers and to notify you when any are detected. You can also define custom patterns to detect additional secrets at the repository, organization, or enterprise level. For more information, see "[About secret scanning](/code-security/secret-scanning/about-secret-scanning)" and "[Secret scanning patterns](/code-security/secret-scanning/secret-scanning-patterns)." {% endif %} -{% ifversion fpt or ghec or ghes > 3.2 or ghae %} ### Secure storage of secrets you use in {% data variables.product.product_name %} -{% endif %} {% ifversion fpt or ghec %} Besides your code, you probably need to use secrets in other places. For example, to allow {% data variables.product.prodname_actions %} workflows, {% data variables.product.prodname_dependabot %}, or your {% data variables.product.prodname_github_codespaces %} development environment to communicate with other systems. For more information on how to securely store and use secrets, see "[Encrypted secrets in Actions](/actions/security-guides/encrypted-secrets)," "[Managing encrypted secrets for Dependabot](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot)," and "[Managing encrypted secrets for your codespaces](/codespaces/managing-your-codespaces/managing-encrypted-secrets-for-your-codespaces)." {% endif %} -{% ifversion ghes > 3.2 or ghae %} +{% ifversion ghes or ghae %} Besides your code, you probably need to use secrets in other places. For example, to allow {% data variables.product.prodname_actions %} workflows{% ifversion ghes %} or {% data variables.product.prodname_dependabot %}{% endif %} to communicate with other systems. For more information on how to securely store and use secrets, see "[Encrypted secrets in Actions](/actions/security-guides/encrypted-secrets){% ifversion ghes %}" and "[Managing encrypted secrets for Dependabot](/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/managing-encrypted-secrets-for-dependabot)."{% else %}."{% endif %} {% endif %} diff --git a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review.md b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review.md index 7a13366bbb..3e83d7902b 100644 --- a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review.md +++ b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-dependency-review.md @@ -19,8 +19,6 @@ redirect_from: - /code-security/supply-chain-security/about-dependency-review --- -{% data reusables.dependency-review.beta %} - ## About dependency review {% data reusables.dependency-review.feature-overview %} diff --git a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md index 33e8c19950..8e83dd646e 100644 --- a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md +++ b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-supply-chain-security.md @@ -1,6 +1,6 @@ --- title: About supply chain security -intro: '{% data variables.product.product_name %} helps you secure your supply chain, from understanding the dependencies in your environment, to knowing about vulnerabilities in those dependencies{% ifversion fpt or ghec or ghes > 3.2 %}, and patching them{% endif %}.' +intro: '{% data variables.product.product_name %} helps you secure your supply chain, from understanding the dependencies in your environment, to knowing about vulnerabilities in those dependencies{% ifversion fpt or ghec or ghes %}, and patching them{% endif %}.' miniTocMaxHeadingLevel: 3 shortTitle: Supply chain security redirect_from: @@ -27,13 +27,13 @@ With the accelerated use of open source, most projects depend on hundreds of ope You add dependencies directly to your supply chain when you specify them in a manifest file or a lockfile. Dependencies can also be included transitively, that is, even if you don’t specify a particular dependency, but a dependency of yours uses it, then you’re also dependent on that dependency. -{% data variables.product.product_name %} offers a range of features to help you understand the dependencies in your environment{% ifversion ghes < 3.3 or ghae %} and know about vulnerabilities in those dependencies{% endif %}{% ifversion fpt or ghec or ghes > 3.2 %}, know about vulnerabilities in those dependencies, and patch them{% endif %}. +{% data variables.product.product_name %} offers a range of features to help you understand the dependencies in your environment{% ifversion ghae %} and know about vulnerabilities in those dependencies{% endif %}{% ifversion fpt or ghec or ghes %}, know about vulnerabilities in those dependencies, and patch them{% endif %}. The supply chain features on {% data variables.product.product_name %} are: - **Dependency graph** - **Dependency review** - **{% data variables.product.prodname_dependabot_alerts %} ** -{% ifversion fpt or ghec or ghes > 3.2 %}- **{% data variables.product.prodname_dependabot_updates %}** +{% ifversion fpt or ghec or ghes %}- **{% data variables.product.prodname_dependabot_updates %}** - **{% data variables.product.prodname_dependabot_security_updates %}** - **{% data variables.product.prodname_dependabot_version_updates %}**{% endif %} @@ -43,7 +43,7 @@ Other supply chain features on {% data variables.product.prodname_dotcom %} rely - Dependency review uses the dependency graph to identify dependency changes and help you understand the security impact of these changes when you review pull requests. - {% data variables.product.prodname_dependabot %} cross-references dependency data provided by the dependency graph with the list of advisories published in the {% data variables.product.prodname_advisory_database %}, scans your dependencies and generates {% data variables.product.prodname_dependabot_alerts %} when a potential vulnerability {% ifversion GH-advisory-db-supports-malware %}or malware{% endif %} is detected. -{% ifversion fpt or ghec or ghes > 3.2 %}- {% data variables.product.prodname_dependabot_security_updates %} use the dependency graph and {% data variables.product.prodname_dependabot_alerts %} to help you update dependencies with known vulnerabilities in your repository. +{% ifversion fpt or ghec or ghes %}- {% data variables.product.prodname_dependabot_security_updates %} use the dependency graph and {% data variables.product.prodname_dependabot_alerts %} to help you update dependencies with known vulnerabilities in your repository. {% data variables.product.prodname_dependabot_version_updates %} don't use the dependency graph and rely on the semantic versioning of dependencies instead. {% data variables.product.prodname_dependabot_version_updates %} help you keep your dependencies updated, even when they don’t have any vulnerabilities. {% endif %} @@ -79,9 +79,9 @@ For more information about dependency review, see "[About dependency review](/co ### What is Dependabot -{% data variables.product.prodname_dependabot %} keeps your dependencies up to date by informing you of any security vulnerabilities in your dependencies{% ifversion fpt or ghec or ghes > 3.2 %}, and automatically opens pull requests to upgrade your dependencies to the next available secure version when a {% data variables.product.prodname_dependabot %} alert is triggered, or to the latest version when a release is published{% else %} so that you can update that dependency{% endif %}. +{% data variables.product.prodname_dependabot %} keeps your dependencies up to date by informing you of any security vulnerabilities in your dependencies{% ifversion fpt or ghec or ghes %}, and automatically opens pull requests to upgrade your dependencies to the next available secure version when a {% data variables.product.prodname_dependabot %} alert is triggered, or to the latest version when a release is published{% else %} so that you can update that dependency{% endif %}. -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} The term "{% data variables.product.prodname_dependabot %}" encompasses the following features: - {% data variables.product.prodname_dependabot_alerts %}—Displayed notification on the **Security** tab for the repository, and in the repository's dependency graph. The alert includes a link to the affected file in the project, and information about a fixed version. - {% data variables.product.prodname_dependabot_updates %}: @@ -117,7 +117,7 @@ The term "{% data variables.product.prodname_dependabot %}" encompasses the foll For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/about-alerts-for-vulnerable-dependencies)." -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} #### What are Dependabot updates There are two types of {% data variables.product.prodname_dependabot_updates %}: {% data variables.product.prodname_dependabot %} _security_ updates and _version_ updates. {% data variables.product.prodname_dependabot %} generates automatic pull requests to update your dependencies in both cases, but there are several differences. @@ -166,7 +166,7 @@ Any repository type: - **Dependency graph** and **{% data variables.product.prodname_dependabot_alerts %}**—not enabled by default. Both features are configured at an enterprise level by the enterprise owner. For more information, see {% ifversion ghes %}"[Enabling the dependency graph for your enterprise](/admin/code-security/managing-supply-chain-security-for-your-enterprise/enabling-the-dependency-graph-for-your-enterprise)" and {% endif %}"[Enabling {% data variables.product.prodname_dependabot %} for your enterprise](/admin/configuration/configuring-github-connect/enabling-dependabot-for-your-enterprise)." - **Dependency review**—available when dependency graph is enabled for {% data variables.location.product_location %} and {% data variables.product.prodname_advanced_security %} is enabled for the organization or repository. For more information, see "[About {% data variables.product.prodname_GH_advanced_security %}](/get-started/learning-about-github/about-github-advanced-security)." {% endif %} -{% ifversion ghes > 3.2 %} +{% ifversion ghes %} - **{% data variables.product.prodname_dependabot_security_updates %}**—not enabled by default. You can enable {% data variables.product.prodname_dependabot_security_updates %} for any repository that uses {% data variables.product.prodname_dependabot_alerts %} and the dependency graph. For information about enabling security updates, see "[Configuring {% data variables.product.prodname_dependabot_security_updates %}](/code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates)." - **{% data variables.product.prodname_dependabot_version_updates %}**—not enabled by default. People with write permissions to a repository can enable {% data variables.product.prodname_dependabot_version_updates %}. For information about enabling version updates, see "[Configuring {% data variables.product.prodname_dependabot_version_updates %}](/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates)." {% endif %} diff --git a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md index 15849448f0..42541c3ef9 100644 --- a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md +++ b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md @@ -79,11 +79,7 @@ The recommended formats explicitly define which versions are used for all direct {%- ifversion github-actions-in-dependency-graph %} | {% data variables.product.prodname_actions %} workflows[†] | YAML | `.yml`, `.yaml` | `.yml`, `.yaml` | {%- endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} | Go modules | Go | `go.sum` | `go.mod`, `go.sum` | -{%- elsif ghes = 3.2 %} -| Go modules | Go | `go.mod` | `go.mod` | -{%- endif %} | Maven | Java, Scala | `pom.xml` | `pom.xml` | | npm | JavaScript | `package-lock.json` | `package-lock.json`, `package.json`| | pip | Python | `requirements.txt`, `pipfile.lock` | `requirements.txt`, `pipfile`, `pipfile.lock`, `setup.py`[‡] | diff --git a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md index 06bb91f769..460c0bb236 100644 --- a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md +++ b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md @@ -4,7 +4,7 @@ intro: You can use dependency review to catch vulnerabilities before they are ad shortTitle: Configure dependency review versions: fpt: '*' - ghes: '>= 3.2' + ghes: '*' ghae: '*' ghec: '*' type: how_to @@ -16,8 +16,6 @@ topics: - Pull requests --- -{% data reusables.dependency-review.beta %} - ## About dependency review {% data reusables.dependency-review.feature-overview %} @@ -46,8 +44,7 @@ Dependency review is available when dependency graph is enabled for {% data vari {% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.navigate-to-code-security-and-analysis %} 1. Under "Configure security and analysis features", check if the dependency graph is enabled. -1. If dependency graph is enabled, click **Enable** next to "{% data variables.product.prodname_GH_advanced_security %}" to enable {% data variables.product.prodname_advanced_security %}, including dependency review. The enable button is disabled if your enterprise has no available licenses for {% data variables.product.prodname_advanced_security %}.{% ifversion ghes < 3.3 %} - ![Screenshot of "Code security and analysis" features"](/assets/images/enterprise/3.2/repository/code-security-and-analysis-enable-ghas-3.2.png){% endif %}{% ifversion ghes > 3.2 %} +1. If dependency graph is enabled, click **Enable** next to "{% data variables.product.prodname_GH_advanced_security %}" to enable {% data variables.product.prodname_advanced_security %}, including dependency review. The enable button is disabled if your enterprise has no available licenses for {% data variables.product.prodname_advanced_security %}.{% ifversion ghes %} ![Screenshot of "Code security and analysis" features"](/assets/images/enterprise/3.4/repository/code-security-and-analysis-enable-ghas-3.4.png){% endif %} {% endif %} diff --git a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md index 54ff647aac..c1879f3d31 100644 --- a/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md +++ b/translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md @@ -1,6 +1,6 @@ --- -title: Solución de problemas del gráfico de dependencias -intro: 'Si la información de la dependencia que se notifica en el gráfico de dependencias no es lo que esperabas, debes tener en cuenta varias cuestiones y comprobar diversos elementos.' +title: Troubleshooting the dependency graph +intro: 'If the dependency information reported by the dependency graph is not what you expected, there are a number of points to consider, and various things you can check.' shortTitle: Troubleshoot dependency graph versions: fpt: '*' @@ -16,56 +16,51 @@ topics: - Dependency graph - CVEs - Repositories -ms.openlocfilehash: 51a1da4eff062263aeca52de02b764385e7e1184 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '146458248' --- + {% data reusables.dependabot.result-discrepancy %} -## ¿Acaso la gráfica de dependencias solo encuentra depedencias en los manifiestos y lockfiles? +## Does the dependency graph only find dependencies in manifests and lockfiles? -El gráfico de dependencias incluye{% ifversion dependency-submission-api %} de forma automática{% endif %} información sobre las dependencias que se declaran explícitamente en el entorno. Esto es, dependencias que se especifican en un manifiesto o en un lockfile. La gráfica de dependencias también incluye dependencias transitivas generalmente, aún cuando no se especifican en un lockfile, mediante la revisión de las dependencias de las dependencias en un archivo de manifiesto. +The dependency graph {% ifversion dependency-submission-api %}automatically{% endif %} includes information on dependencies that are explicitly declared in your environment. That is, dependencies that are specified in a manifest or a lockfile. The dependency graph generally also includes transitive dependencies, even when they aren't specified in a lockfile, by looking at the dependencies of the dependencies in a manifest file. -El gráfico de dependencias no incluye{% ifversion dependency-submission-api %} de forma automática{% endif %} dependencias "sueltas". Las dependencias "sueltas" son archivos individuales que se copian de otra fuernte y se revisan directamente en el repositorio o dentro de un archivo (tal como un archivo ZIP o JAR) en ves de que se referencien en un manifiesto de paquete de administrador o en un lockfile. +The dependency graph doesn't {% ifversion dependency-submission-api %}automatically{% endif %} include "loose" dependencies. "Loose" dependencies are individual files that are copied from another source and checked into the repository directly or within an archive (such as a ZIP or JAR file), rather than being referenced by in a package manager’s manifest or lockfile. -{% ifversion dependency-submission-api %}Aun así, puedes usar la API de envío de dependencias (beta) para agregar dependencias al gráfico de dependencias de un proyecto, incluso si las dependencias no se declaran en un archivo de manifiesto o de bloqueo, como las dependencias que se resuelven cuando se compila un proyecto. El gráfico de dependencias mostrará las dependencias enviadas agrupadas por ecosistema, pero por separado de las dependencias analizadas de los archivos de manifiesto o de bloqueo. Para obtener más información sobre la API de envío de dependencias, consulta "[Uso de la API de envío de dependencias](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)".{% endif %} +{% ifversion dependency-submission-api %}However, you can use the Dependency submission API (beta) to add dependencies to a project's dependency graph, even if the dependencies are not declared in a manifest or lock file, such as dependencies resolved when a project is built. The dependency graph will display the submitted dependencies grouped by ecosystem, but separately from the dependencies parsed from manifest or lock files. For more information on the Dependency submission API, see "[Using the Dependency submission API](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)."{% endif %} -**Comprobación**: ¿La dependencia que falta es para un componente sin especificar en el manifiesto o archivo de bloqueo del repositorio? +**Check**: Is the missing dependency for a component that's not specified in the repository's manifest or lockfile? -## ¿Acaso la gráfica de dependencias detecta dependencias que se especifican utilizando variables? +## Does the dependency graph detect dependencies specified using variables? -La gráfica de dependencias analiza los manifiestos mientras se suben a {% data variables.product.prodname_dotcom %}. Por lo tanto, la gráfica de dependencias no tiene acceso al ambiente de compilación del proyecto, así que no puede resolver variables que se utilizan dentro de los manifiestos. Si usas variables dentro de un manifiesto para especificar el nombre, o más comúnmente la versión de una dependencia, dicha dependencia no se incluirá{% ifversion dependency-submission-api %} de forma automática{% endif %} en el gráfico de dependencias. +The dependency graph analyzes manifests as they’re pushed to {% data variables.product.prodname_dotcom %}. The dependency graph doesn't, therefore, have access to the build environment of the project, so it can't resolve variables used within manifests. If you use variables within a manifest to specify the name, or more commonly the version of a dependency, then that dependency will not {% ifversion dependency-submission-api %}automatically{% endif %} be included in the dependency graph. -{% ifversion dependency-submission-api %}Aun así, puedes usar la API de envío de dependencias (beta) para agregar dependencias al gráfico de dependencias de un proyecto, incluso si las dependencias solo se resuelven cuando se compila un proyecto. Para obtener más información sobre la API de envío de dependencias, consulta "[Uso de la API de envío de dependencias](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)".{% endif %} +{% ifversion dependency-submission-api %}However, you can use the Dependency submission API (beta) to add dependencies to a project's dependency graph, even if the dependencies are only resolved when a project is built. For more information on the Dependency submission API, see "[Using the Dependency submission API](/code-security/supply-chain-security/understanding-your-software-supply-chain/using-the-dependency-submission-api)."{% endif %} -**Comprobación**: ¿Falta la dependencia declarada en el manifiesto mediante una variable para su nombre o versión? +**Check**: Is the missing dependency declared in the manifest by using a variable for its name or version? -## ¿Existen límites que afecten los datos de la gráfica de dependencias? +## Are there limits which affect the dependency graph data? -Sí, la gráfica de dependencias tiene dos categorías de límites: +Yes, the dependency graph has two categories of limits: -1. **Límites de procesamiento** +1. **Processing limits** - Estos afectan la gráfica de dependencias que se muestra dentro de {% data variables.product.prodname_dotcom %} y también previenen la creación de {% data variables.product.prodname_dependabot_alerts %}. + These affect the dependency graph displayed within {% data variables.product.prodname_dotcom %} and also prevent {% data variables.product.prodname_dependabot_alerts %} being created. - Los manifiestos mayores a 0.5 MB solo se procesan para las cuentas empresariales. En el caso de otras cuentas, los manifiestos mayores a 0.5 MB se ingoran y no crearán {% data variables.product.prodname_dependabot_alerts %}. + Manifests over 0.5 MB in size are only processed for enterprise accounts. For other accounts, manifests over 0.5 MB are ignored and will not create {% data variables.product.prodname_dependabot_alerts %}. - Predeterminadamente, {% data variables.product.prodname_dotcom %} no procesará más de 20 manifiestos por repositorio. Las {% data variables.product.prodname_dependabot_alerts %} no se crean para los manifiestos más allá de este límite. Si necesitas incrementar el límite, contacta a {% data variables.contact.contact_support %}. + By default, {% data variables.product.prodname_dotcom %} will not process more than 20 manifests per repository. {% data variables.product.prodname_dependabot_alerts %} are not created for manifests beyond this limit. If you need to increase the limit, contact {% data variables.contact.contact_support %}. -2. **Límites de visualización** +2. **Visualization limits** - Estos afectan a lo que se muestra en la gráfica de dependencias dentro de {% data variables.product.prodname_dotcom %}. Sin embargo, estos no afectan las {% data variables.product.prodname_dependabot_alerts %} que se crean. + These affect what's displayed in the dependency graph within {% data variables.product.prodname_dotcom %}. However, they don't affect the {% data variables.product.prodname_dependabot_alerts %} that are created. - La vista de dependencias de la gráfica de dependencias para un repositorio solo muestra 1000 manifiestos. Habitualmente, esto es tan adecuado como es significativamente más alto que el límite de procesamiento descrito anteriormente. En situaciones en donde le límite de procesamiento es mayor a 100, las {% data variables.product.prodname_dependabot_alerts %} se crearán aún para cualquier manifiesto que no se muestre dentro de {% data variables.product.prodname_dotcom %}. + The Dependencies view of the dependency graph for a repository only displays 100 manifests. Typically this is adequate as it is significantly higher than the processing limit described above. In situations where the processing limit is over 100, {% data variables.product.prodname_dependabot_alerts %} are still created for any manifests that are not shown within {% data variables.product.prodname_dotcom %}. -**Comprobación**: ¿La dependencia que falta está en un archivo de manifiesto de más de 0,5 MB, o en un repositorio con una gran cantidad de manifiestos? +**Check**: Is the missing dependency in a manifest file that's over 0.5 MB, or in a repository with a large number of manifests? -## Información adicional +## Further reading -- "[Acerca del gráfico de dependencias](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph)" -- "[Administración de la configuración de seguridad y análisis para el repositorio](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)" -- "[Solución de problemas de detección de dependencias vulnerables](/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies)"{% ifversion fpt or ghec or ghes > 3.2 %} -- "[Solución de errores de {% data variables.product.prodname_dependabot %}](/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors)"{% endif %} +- "[About the dependency graph](/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph)" +- "[Managing security and analysis settings for your repository](/github/administering-a-repository/managing-security-and-analysis-settings-for-your-repository)" +- "[Troubleshooting the detection of vulnerable dependencies](/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies)"{% ifversion fpt or ghec or ghes %} +- "[Troubleshooting {% data variables.product.prodname_dependabot %} errors](/github/managing-security-vulnerabilities/troubleshooting-dependabot-errors)"{% endif %} diff --git a/translations/es-ES/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md b/translations/es-ES/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md index 5aca361ee0..f985434f1b 100644 --- a/translations/es-ES/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md +++ b/translations/es-ES/content/codespaces/customizing-your-codespace/changing-the-machine-type-for-your-codespace.md @@ -105,4 +105,4 @@ You can use the `gh codespace edit --machine MACHINE-TYPE-NAME` {% data variable - "[Codespaces machines](/rest/codespaces/machines)" in the REST API documentation - [`gh codespace edit`](https://cli.github.com/manual/gh_codespace_edit) in the {% data variables.product.prodname_cli %} manual -{% endcli %} \ No newline at end of file +{% endcli %} diff --git a/translations/es-ES/content/codespaces/developing-in-codespaces/creating-a-codespace.md b/translations/es-ES/content/codespaces/developing-in-codespaces/creating-a-codespace.md index 559ed6dc38..f0e477786b 100644 --- a/translations/es-ES/content/codespaces/developing-in-codespaces/creating-a-codespace.md +++ b/translations/es-ES/content/codespaces/developing-in-codespaces/creating-a-codespace.md @@ -153,4 +153,4 @@ For full details of the options for this command, see [the {% data variables.pro ## Further reading - "[Opening an existing codespace](/codespaces/developing-in-codespaces/opening-an-existing-codespace)" -- "[Adding an 'Open in GitHub Codespaces' badge](/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge)" \ No newline at end of file +- "[Adding an 'Open in GitHub Codespaces' badge](/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge)" diff --git a/translations/es-ES/content/codespaces/developing-in-codespaces/deleting-a-codespace.md b/translations/es-ES/content/codespaces/developing-in-codespaces/deleting-a-codespace.md index 5a9bb4271a..92bf5d8295 100644 --- a/translations/es-ES/content/codespaces/developing-in-codespaces/deleting-a-codespace.md +++ b/translations/es-ES/content/codespaces/developing-in-codespaces/deleting-a-codespace.md @@ -124,4 +124,4 @@ You can also use the REST API to delete codespaces for your organization. For mo ## Further reading - "[Codespaces lifecycle](/codespaces/developing-in-codespaces/codespaces-lifecycle)" -- "[Configuring automatic deletion of your codespaces](/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces)" \ No newline at end of file +- "[Configuring automatic deletion of your codespaces](/codespaces/customizing-your-codespace/configuring-automatic-deletion-of-your-codespaces)" diff --git a/translations/es-ES/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md b/translations/es-ES/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md index 680e4301c4..ed9f3b5c99 100644 --- a/translations/es-ES/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md +++ b/translations/es-ES/content/codespaces/developing-in-codespaces/developing-in-a-codespace.md @@ -53,4 +53,4 @@ For more information on using {% data variables.product.prodname_vscode_shortnam ### Using the {% data variables.product.prodname_vscode_command_palette %} -The {% data variables.product.prodname_vscode_command_palette %} allows you to access and manage many features for {% data variables.product.prodname_github_codespaces %} and {% data variables.product.prodname_vscode_shortname %}. For more information, see "[Using the {% data variables.product.prodname_vscode_command_palette_shortname %} in {% data variables.product.prodname_github_codespaces %}](/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces)." \ No newline at end of file +The {% data variables.product.prodname_vscode_command_palette %} allows you to access and manage many features for {% data variables.product.prodname_github_codespaces %} and {% data variables.product.prodname_vscode_shortname %}. For more information, see "[Using the {% data variables.product.prodname_vscode_command_palette_shortname %} in {% data variables.product.prodname_github_codespaces %}](/codespaces/codespaces-reference/using-the-vs-code-command-palette-in-codespaces)." diff --git a/translations/es-ES/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md b/translations/es-ES/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md index 25d134cf2a..4564093716 100644 --- a/translations/es-ES/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md +++ b/translations/es-ES/content/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization.md @@ -1,9 +1,9 @@ --- title: Enabling GitHub Codespaces for your organization shortTitle: 'Enable {% data variables.product.prodname_codespaces %}' -intro: "You can control which users in your organization can use {% data variables.product.prodname_github_codespaces %} at the organization's expense." +intro: 'You can control which users in your organization can use {% data variables.product.prodname_github_codespaces %} at the organization''s expense.' product: '{% data reusables.gated-features.codespaces %}' -permissions: "To alter an organization's billing settings, you must be an organization owner." +permissions: 'To alter an organization''s billing settings, you must be an organization owner.' redirect_from: - /codespaces/managing-codespaces-for-your-organization/managing-user-permissions-for-your-organization - /codespaces/managing-codespaces-for-your-organization/enabling-codespaces-for-your-organization diff --git a/translations/es-ES/content/codespaces/overview.md b/translations/es-ES/content/codespaces/overview.md index b193cde66d..e0494d19cb 100644 --- a/translations/es-ES/content/codespaces/overview.md +++ b/translations/es-ES/content/codespaces/overview.md @@ -44,4 +44,4 @@ For information on pricing, storage, and usage for {% data variables.product.pro {% data reusables.codespaces.codespaces-monthly-billing %} For information on how organizations owners and billing managers can manage the spending limit for {% data variables.product.prodname_github_codespaces %} for an organization, see "[Managing spending limits for {% data variables.product.prodname_github_codespaces %}](/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-github-codespaces)." -You can see who will pay for a codespace before you create it. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." \ No newline at end of file +You can see who will pay for a codespace before you create it. For more information, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)." diff --git a/translations/es-ES/content/codespaces/prebuilding-your-codespaces/allowing-a-prebuild-to-access-other-repositories.md b/translations/es-ES/content/codespaces/prebuilding-your-codespaces/allowing-a-prebuild-to-access-other-repositories.md index f9f02988d3..0ef2d0b210 100644 --- a/translations/es-ES/content/codespaces/prebuilding-your-codespaces/allowing-a-prebuild-to-access-other-repositories.md +++ b/translations/es-ES/content/codespaces/prebuilding-your-codespaces/allowing-a-prebuild-to-access-other-repositories.md @@ -1,7 +1,7 @@ --- title: Allowing a prebuild to access other repositories shortTitle: Allow external repo access -intro: You can permit your prebuild to access other {% data variables.product.prodname_dotcom %} repositories so that it can be built successfully. +intro: 'You can permit your prebuild to access other {% data variables.product.prodname_dotcom %} repositories so that it can be built successfully.' versions: fpt: '*' ghec: '*' diff --git a/translations/es-ES/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md b/translations/es-ES/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md index d9fa691f9c..21a6abd4cb 100644 --- a/translations/es-ES/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md +++ b/translations/es-ES/content/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge.md @@ -11,12 +11,12 @@ topics: - Codespaces - Set up product: '{% data reusables.gated-features.codespaces %}' -ms.openlocfilehash: 4a45c11adc5d09888e6bb65b49b9f997f5233fea -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: d2ed02a205a4a8c3e55deb0b52fdc9ffdb855dc4 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147783138' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109863' --- ## Información general @@ -26,7 +26,7 @@ Agregar un distintivo "Abrir en {% data variables.product.prodname_github_codesp Al crear un distintivo, puedes elegir opciones de configuración específicas para el codespace que creará el distintivo. -Cuando la gente haga clic en el distintivo, se les dirigirá a la página de opciones avanzadas para la creación del codespace, con las opciones que elegiste preseleccionadas. Para obtener más información sobre la página de opciones avanzadas, consulta "[Creación de un codespace](https://docs-internal-30445-bfc9ce.preview.ghdocs.com/en/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)". +Cuando la gente haga clic en el distintivo, se les dirigirá a la página de opciones avanzadas para la creación del codespace, con las opciones que elegiste preseleccionadas. Para obtener más información sobre la página de opciones avanzadas, consulta "[Creación de un codespace](/codespaces/developing-in-codespaces/creating-a-codespace#creating-a-codespace)". En la página opciones avanzadas, los usuarios pueden cambiar la configuración preseleccionada si es necesario y, a continuación, hacer clic en **Crear codespace**. diff --git a/translations/es-ES/content/codespaces/the-githubdev-web-based-editor.md b/translations/es-ES/content/codespaces/the-githubdev-web-based-editor.md index 3944c4fa55..5b85af4092 100644 --- a/translations/es-ES/content/codespaces/the-githubdev-web-based-editor.md +++ b/translations/es-ES/content/codespaces/the-githubdev-web-based-editor.md @@ -2,7 +2,7 @@ title: The github.dev web-based editor intro: 'Use the github.dev {% data variables.product.prodname_serverless %} from your repository or pull request to create and commit changes.' versions: - feature: 'githubdev-editor' + feature: githubdev-editor type: how_to miniTocMaxHeadingLevel: 3 topics: diff --git a/translations/es-ES/content/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces.md b/translations/es-ES/content/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces.md index ec51c0bd71..476e7fe0ae 100644 --- a/translations/es-ES/content/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces.md +++ b/translations/es-ES/content/codespaces/troubleshooting/troubleshooting-dotfiles-for-codespaces.md @@ -1,5 +1,5 @@ --- -title: Troubleshooting dotfiles for GitHub Codespaces +title: Troubleshooting dotfiles for GitHub Codespaces allowTitleToDifferFromFilename: true intro: Troubleshooting steps for common dotfiles issues. product: '{% data reusables.gated-features.codespaces %}' @@ -23,4 +23,4 @@ If your codespace fails to pick up configuration settings from dotfiles, you sho - If your dotfiles were not cloned, check `/workspaces/.codespaces/.persistedshare/EnvironmentLog.txt` to see if there was a problem cloning them. 1. Check `/workspaces/.codespaces/.persistedshare/creation.log` for possible issues. For more information, see [Creation logs](/codespaces/troubleshooting/codespaces-logs#creation-logs). -If the configuration from your dotfiles is correctly picked up, but part of the configuration is incompatible with codespaces, use the `$CODESPACES` environment variable to add conditional logic for codespace-specific configuration settings. \ No newline at end of file +If the configuration from your dotfiles is correctly picked up, but part of the configuration is incompatible with codespaces, use the `$CODESPACES` environment variable to add conditional logic for codespace-specific configuration settings. diff --git a/translations/es-ES/content/copilot/configuring-github-copilot/configuring-github-copilot-settings-on-githubcom.md b/translations/es-ES/content/copilot/configuring-github-copilot/configuring-github-copilot-settings-on-githubcom.md index 35ecc35cb4..6435e96a31 100644 --- a/translations/es-ES/content/copilot/configuring-github-copilot/configuring-github-copilot-settings-on-githubcom.md +++ b/translations/es-ES/content/copilot/configuring-github-copilot/configuring-github-copilot-settings-on-githubcom.md @@ -11,12 +11,12 @@ redirect_from: - /github/copilot/about-github-copilot-telemetry - /github/copilot/github-copilot-telemetry-terms shortTitle: GitHub.com -ms.openlocfilehash: 139a2c93c76155eff092ca168129f8ef52ce69ae -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: cc87328504e3d9eb5e2bce83d981098b7f989ae0 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147080551' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109826' --- ## Sobre la configuración de {% data variables.product.prodname_copilot %} en {% data variables.product.prodname_dotcom_the_website %} diff --git a/translations/es-ES/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md b/translations/es-ES/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md index 9ed610b338..557287e15b 100644 --- a/translations/es-ES/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md +++ b/translations/es-ES/content/developers/apps/building-oauth-apps/authorizing-oauth-apps.md @@ -341,8 +341,8 @@ 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)" -* "[Device flow errors](#error-codes-for-the-device-flow)"{% ifversion fpt or ghae or ghes > 3.2 or ghec %} -* "[Token expiration and revocation](/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation)"{% endif %} +* "[Device flow errors](#error-codes-for-the-device-flow)" +* "[Token expiration and revocation](/github/authenticating-to-github/keeping-your-account-and-data-secure/token-expiration-and-revocation)" ## Further reading diff --git a/translations/es-ES/content/developers/apps/getting-started-with-apps/about-apps.md b/translations/es-ES/content/developers/apps/getting-started-with-apps/about-apps.md index 166ace7868..db0162551d 100644 --- a/translations/es-ES/content/developers/apps/getting-started-with-apps/about-apps.md +++ b/translations/es-ES/content/developers/apps/getting-started-with-apps/about-apps.md @@ -84,9 +84,9 @@ Keep these ideas in mind when using {% data variables.product.pat_generic %}s: * You can perform one-off cURL requests. * You can run personal scripts. * Don't set up a script for your whole team or company to use. -* Don't set up a shared personal account to act as a bot user.{% ifversion fpt or ghes > 3.2 or ghae or ghec %} +* Don't set up a shared personal account to act as a bot user. * Grant your token the minimal privileges it needs. -* Set an expiration for your {% data variables.product.pat_generic %}s, to help keep your information secure.{% endif %} +* Set an expiration for your {% data variables.product.pat_generic %}s, to help keep your information secure. ## Determining which integration to build diff --git a/translations/es-ES/content/developers/index.md b/translations/es-ES/content/developers/index.md index f08b04f033..6c1395fccd 100644 --- a/translations/es-ES/content/developers/index.md +++ b/translations/es-ES/content/developers/index.md @@ -1,6 +1,29 @@ --- title: Desarrolladores -intro: 'Saca más provecho de {% data variables.product.prodname_dotcom %} integrándote con nuestras API, personalizando tu flujo de trabajo de {% data variables.product.prodname_dotcom %}, y creando y compartiendo apps con la comunidad.' +intro: 'Saca más provecho de {% data variables.product.prodname_dotcom %} integrándote con nuestras API y webhooks, personalizando tu flujo de trabajo de {% data variables.product.prodname_dotcom %}, y creando y compartiendo apps con la comunidad.' +introLinks: + About apps: /developers/apps/getting-started-with-apps/about-apps +layout: product-landing +featuredLinks: + guides: + - /developers/apps/getting-started-with-apps/differences-between-github-apps-and-oauth-apps + - /developers/apps/building-github-apps/creating-a-github-app + - /developers/apps/building-github-apps/authenticating-with-github-apps + - /developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps + popular: + - /developers/overview/about-githubs-apis + - /developers/webhooks-and-events/webhooks/webhook-events-and-payloads + - /developers/apps/building-github-apps/creating-a-github-app + - /developers/apps/building-github-apps/authenticating-with-github-apps + - /developers/webhooks-and-events/webhooks/about-webhooks + - /developers/apps/building-oauth-apps/authorizing-oauth-apps + - /developers/github-marketplace/github-marketplace-overview/about-github-marketplace + guideCards: + - /developers/webhooks-and-events/webhooks/creating-webhooks + - /developers/apps/guides/using-the-github-api-in-your-app + - /developers/apps/guides/creating-ci-tests-with-the-checks-api +changelog: + label: apps versions: fpt: '*' ghes: '*' @@ -11,11 +34,11 @@ children: - /webhooks-and-events - /apps - /github-marketplace -ms.openlocfilehash: 12f99e62dd1e5a4128079360b4d1721954f5e775 -ms.sourcegitcommit: 22d665055b1bee7a5df630385e734e3a149fc720 +ms.openlocfilehash: dea95cbf3a90b14441c8bd09692c27dd3798d8e5 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 07/13/2022 -ms.locfileid: '145112474' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109963' --- diff --git a/translations/es-ES/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md b/translations/es-ES/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md index 0caacccdd8..7f68a7bb88 100644 --- a/translations/es-ES/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md +++ b/translations/es-ES/content/developers/webhooks-and-events/webhooks/webhook-events-and-payloads.md @@ -734,7 +734,6 @@ For a detailed description of this payload and the payload for each type of `act Activity related to merge groups in a merge queue. The type of activity is specified in the action property of the payload object. - ### Availability - Repository webhooks @@ -1621,8 +1620,6 @@ This event occurs when someone triggers a workflow run on GitHub or sends a `POS {{ webhookPayloadsForCurrentVersion.workflow_dispatch }} {% endif %} -{% ifversion fpt or ghes > 3.2 or ghec or ghae %} - ## workflow_job {% data reusables.webhooks.workflow_job_short_desc %} @@ -1644,7 +1641,6 @@ This event occurs when someone triggers a workflow run on GitHub or sends a `POS {{ webhookPayloadsForCurrentVersion.workflow_job }} -{% endif %} {% ifversion fpt or ghes or ghec %} ## workflow_run diff --git a/translations/es-ES/content/education/contribute-with-github-community-exchange/getting-started-with-github-community-exchange.md b/translations/es-ES/content/education/contribute-with-github-community-exchange/getting-started-with-github-community-exchange.md index 21e83c5d52..b8a75a9867 100644 --- a/translations/es-ES/content/education/contribute-with-github-community-exchange/getting-started-with-github-community-exchange.md +++ b/translations/es-ES/content/education/contribute-with-github-community-exchange/getting-started-with-github-community-exchange.md @@ -4,12 +4,12 @@ shortTitle: Get started intro: 'Obtén información sobre cómo acceder a {% data variables.product.prodname_community_exchange %} y enviar tu repositorio.' versions: fpt: '*' -ms.openlocfilehash: f9280e380b251c52d2b582aadb55eb319d5c342d -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: b9c866ef33c321b70b87d8bcd3682d0c02737bfe +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147574008' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110020' --- ## Introducción diff --git a/translations/es-ES/content/education/contribute-with-github-community-exchange/index.md b/translations/es-ES/content/education/contribute-with-github-community-exchange/index.md index 2a51cbc606..872775bc91 100644 --- a/translations/es-ES/content/education/contribute-with-github-community-exchange/index.md +++ b/translations/es-ES/content/education/contribute-with-github-community-exchange/index.md @@ -8,11 +8,11 @@ children: - /getting-started-with-github-community-exchange - /submitting-your-repository-to-github-community-exchange - /managing-your-submissions-to-github-community-exchange -ms.openlocfilehash: 420db797ef8e913a597647f2a20fad8cea2c5861 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: fe002b4cff8bbecaac9ea4611ff69ab366df240f +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147409859' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110019' --- diff --git a/translations/es-ES/content/education/contribute-with-github-community-exchange/managing-your-submissions-to-github-community-exchange.md b/translations/es-ES/content/education/contribute-with-github-community-exchange/managing-your-submissions-to-github-community-exchange.md index c5beb9b5d0..164dbd743c 100644 --- a/translations/es-ES/content/education/contribute-with-github-community-exchange/managing-your-submissions-to-github-community-exchange.md +++ b/translations/es-ES/content/education/contribute-with-github-community-exchange/managing-your-submissions-to-github-community-exchange.md @@ -4,12 +4,12 @@ shortTitle: Manage your submissions intro: 'Puedes administrar la finalidad, los temas y las ofertas que se asignan a cada uno de los repositorios de la galería de {% data variables.product.prodname_community_exchange %} o eliminar los envíos al repositorio.' versions: fpt: '*' -ms.openlocfilehash: 70dc65ccb387817d5b4a78c1fc27085f67dcfc6e -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: a7da6f3bede47700658fe81a1f0ec3e4e33ef316 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147409851' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110013' --- ## Acerca de los envíos diff --git a/translations/es-ES/content/education/contribute-with-github-community-exchange/submitting-your-repository-to-github-community-exchange.md b/translations/es-ES/content/education/contribute-with-github-community-exchange/submitting-your-repository-to-github-community-exchange.md index 61427abcab..1f08996005 100644 --- a/translations/es-ES/content/education/contribute-with-github-community-exchange/submitting-your-repository-to-github-community-exchange.md +++ b/translations/es-ES/content/education/contribute-with-github-community-exchange/submitting-your-repository-to-github-community-exchange.md @@ -4,12 +4,12 @@ shortTitle: Submit your repository intro: 'Puedes enviar el repositorio a {% data variables.product.prodname_community_exchange %} para que otros usuarios puedan verlo o colaborar con él.' versions: fpt: '*' -ms.openlocfilehash: d520f303bf368c9230f26580ba2de9bd744b21e7 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 07198c74937470a591b30702bd027036d91d3ec7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147409847' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110012' --- ## Acerca de los envíos de repositorio diff --git a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-global-campus-for-students.md b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-global-campus-for-students.md index 0e8b4f2a8d..ca3dc52596 100644 --- a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-global-campus-for-students.md +++ b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/about-github-global-campus-for-students.md @@ -10,12 +10,12 @@ redirect_from: versions: fpt: '*' shortTitle: For students -ms.openlocfilehash: a34da8bd0f37646bfaad0dbff3b09c6f2df440e4 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 9012b473399905e60b04a8876a3d4e6afd10a6ba +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147574283' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110011' --- Usar {% data variables.product.prodname_dotcom %} para tus proyectos escolares es un modo práctico de colaborar con otros y crear un portfolio que exhiba experiencia práctica. diff --git a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student.md b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student.md index ecb7b10994..7b76fa9471 100644 --- a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student.md +++ b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/apply-to-github-global-campus-as-a-student.md @@ -1,5 +1,5 @@ --- -title: 'Apply to GitHub Global Campus as a student' +title: Apply to GitHub Global Campus as a student intro: 'As a student, you can apply to join {% data variables.product.prodname_global_campus %} and receive access to the student resources and benefits offered by {% data variables.product.prodname_education %}' redirect_from: - /education/teach-and-learn-with-github-education/apply-for-a-student-developer-pack diff --git a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/index.md b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/index.md index 4886bacde5..b1ffd5fb18 100644 --- a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/index.md +++ b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-students/index.md @@ -14,11 +14,11 @@ children: - /why-wasnt-my-application-to-global-campus-for-students-approved - /about-github-community-exchange shortTitle: About Global Campus for students -ms.openlocfilehash: 2ee0b90dc4cc25bbd3ac253e22c516ec3984b94a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 3f61867f7d7365635a8b2d3bd53a19b0180d0604 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147574291' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110010' --- diff --git a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/about-github-global-campus-for-teachers.md b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/about-github-global-campus-for-teachers.md index f54482f802..0e2b79a004 100644 --- a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/about-github-global-campus-for-teachers.md +++ b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/about-github-global-campus-for-teachers.md @@ -10,12 +10,12 @@ redirect_from: versions: fpt: '*' shortTitle: For teachers -ms.openlocfilehash: d4e823cc97b9c75f264b856c39021e30ca0e4fed -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 6a0e8b7ba27060b4f48438b515786256d93d6d0c +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147574279' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109844' --- Como alumno o miembro del profesorado en una institución educativa acreditada, puedes solicitar acceso al {% data variables.product.prodname_global_campus %}, que incluye acceso a las ventajas y los recursos de {% data variables.product.prodname_education %}. Para obtener más información, consulta «[Solicitar acceso al {% data variables.product.prodname_global_campus %} como profesor](/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/apply-to-github-global-campus-as-a-teacher)». diff --git a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/index.md b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/index.md index d2586315dc..f32b4a2323 100644 --- a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/index.md +++ b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/index.md @@ -13,11 +13,11 @@ children: - /apply-to-github-global-campus-as-a-teacher - why-wasnt-my-application-to-global-campus-for-teachers-approved shortTitle: About Global Campus for teachers -ms.openlocfilehash: f257ff9da81c99c87caf8f864e621cb7e382974d -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: b29cc4c76f0eb407dafb4080061f7f8a4c9cf62b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147574288' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109846' --- diff --git a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/why-wasnt-my-application-to-global-campus-for-teachers-approved.md b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/why-wasnt-my-application-to-global-campus-for-teachers-approved.md index 4a2a4c3883..2434178b82 100644 --- a/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/why-wasnt-my-application-to-global-campus-for-teachers-approved.md +++ b/translations/es-ES/content/education/explore-the-benefits-of-teaching-and-learning-with-github-education/github-global-campus-for-teachers/why-wasnt-my-application-to-global-campus-for-teachers-approved.md @@ -12,12 +12,12 @@ redirect_from: versions: fpt: '*' shortTitle: Application not approved -ms.openlocfilehash: 86d1f0c3bc1bfe451be611ce47cc3f715fd8ba92 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 68fe0a970c94a73293505849425bc78ec78b265e +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147574287' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109845' --- {% tip %} diff --git a/translations/es-ES/content/get-started/learning-about-github/about-github-advanced-security.md b/translations/es-ES/content/get-started/learning-about-github/about-github-advanced-security.md index 401194125d..7f2ad08c68 100644 --- a/translations/es-ES/content/get-started/learning-about-github/about-github-advanced-security.md +++ b/translations/es-ES/content/get-started/learning-about-github/about-github-advanced-security.md @@ -51,7 +51,7 @@ For information about {% data variables.product.prodname_advanced_security %} fe {% data variables.product.prodname_GH_advanced_security %} features are enabled for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. Organizations that use {% data variables.product.prodname_ghe_cloud %} with {% data variables.product.prodname_advanced_security %} can additionally enable these features for private and internal repositories. {% ifversion fpt %}For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/get-started/learning-about-github/about-github-advanced-security#enabling-advanced-security-features). {% endif %} -{% ifversion ghes > 3.1 or ghec or ghae %} +{% ifversion ghes or ghec or ghae %} ## Deploying GitHub Advanced Security in your enterprise To learn about what you need to know to plan your {% data variables.product.prodname_GH_advanced_security %} deployment at a high level and to review the rollout phases we recommended, see "[Adopting {% data variables.product.prodname_GH_advanced_security %} at scale](/code-security/adopting-github-advanced-security-at-scale)." diff --git a/translations/es-ES/content/get-started/quickstart/communicating-on-github.md b/translations/es-ES/content/get-started/quickstart/communicating-on-github.md index 746d67c59d..4681320f39 100644 --- a/translations/es-ES/content/get-started/quickstart/communicating-on-github.md +++ b/translations/es-ES/content/get-started/quickstart/communicating-on-github.md @@ -151,4 +151,4 @@ For {% data variables.product.prodname_discussions %}, you can{% ifversion fpt o For team discussions, you can edit or delete discussions on a team's page, and you can configure notifications for team discussions. For more information, see "[About team discussions](/organizations/collaborating-with-your-team/about-team-discussions)." -To learn some advanced formatting features that will help you communicate, see "[Quickstart for writing on {% data variables.product.prodname_dotcom %}](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/quickstart-for-writing-on-github)." \ No newline at end of file +To learn some advanced formatting features that will help you communicate, see "[Quickstart for writing on {% data variables.product.prodname_dotcom %}](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/quickstart-for-writing-on-github)." diff --git a/translations/es-ES/content/get-started/quickstart/contributing-to-projects.md b/translations/es-ES/content/get-started/quickstart/contributing-to-projects.md index b90de8630e..4bd5001966 100644 --- a/translations/es-ES/content/get-started/quickstart/contributing-to-projects.md +++ b/translations/es-ES/content/get-started/quickstart/contributing-to-projects.md @@ -26,7 +26,7 @@ This tutorial uses [the Spoon-Knife project](https://github.com/octocat/Spoon-Kn 1. Navigate to the `Spoon-Knife` project at https://github.com/octocat/Spoon-Knife. 2. Click **Fork**. - ![Fork button](/assets/images/help/repository/fork_button.png) + ![Fork button](/assets/images/help/repository/fork_button.png){% ifversion fpt or ghec or ghes > 3.5 or ghae > 3.5 %} 3. Select an owner for the forked repository. ![Create a new fork page with owner dropdown emphasized](/assets/images/help/repository/fork-choose-owner.png) 4. By default, forks are named the same as their parent repositories. You can change the name of the fork to distinguish it further. @@ -43,6 +43,7 @@ This tutorial uses [the Spoon-Knife project](https://github.com/octocat/Spoon-Kn **Note:** If you want to copy additional branches from the parent repository, you can do so from the **Branches** page. For more information, see "[Creating and deleting branches within your repository](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository)." {% endnote %} +{% endif %} ## Cloning a fork diff --git a/translations/es-ES/content/get-started/quickstart/fork-a-repo.md b/translations/es-ES/content/get-started/quickstart/fork-a-repo.md index ad5ed4621b..a8107f1dd2 100644 --- a/translations/es-ES/content/get-started/quickstart/fork-a-repo.md +++ b/translations/es-ES/content/get-started/quickstart/fork-a-repo.md @@ -57,7 +57,7 @@ You might fork a project to propose changes to the upstream, or original, reposi 1. On {% ifversion fpt or ghec %}{% data variables.product.prodname_dotcom_the_website %}{% else %}{% data variables.location.product_location %}{% endif %}, navigate to the [octocat/Spoon-Knife](https://github.com/octocat/Spoon-Knife) repository. 2. In the top-right corner of the page, click **Fork**. - ![Fork button](/assets/images/help/repository/fork_button.png) + ![Fork button](/assets/images/help/repository/fork_button.png){% ifversion fpt or ghec or ghes > 3.5 or ghae > 3.5 %} 3. Select an owner for the forked repository. ![Create a new fork page with owner dropdown emphasized](/assets/images/help/repository/fork-choose-owner.png) 4. By default, forks are named the same as their parent repositories. You can change the name of the fork to distinguish it further. @@ -72,7 +72,7 @@ You might fork a project to propose changes to the upstream, or original, reposi {% note %} -**Note:** If you want to copy additional branches from the parent repository, you can do so from the **Branches** page. For more information, see "[Creating and deleting branches within your repository](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository)."{% endnote %} +**Note:** If you want to copy additional branches from the parent repository, you can do so from the **Branches** page. For more information, see "[Creating and deleting branches within your repository](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-and-deleting-branches-within-your-repository)."{% endnote %}{% endif %} {% endwebui %} diff --git a/translations/es-ES/content/get-started/using-github/keyboard-shortcuts.md b/translations/es-ES/content/get-started/using-github/keyboard-shortcuts.md index 63db7352b5..416cf4f6d1 100644 --- a/translations/es-ES/content/get-started/using-github/keyboard-shortcuts.md +++ b/translations/es-ES/content/get-started/using-github/keyboard-shortcuts.md @@ -94,13 +94,13 @@ For more keyboard shortcuts, see the [CodeMirror documentation](https://codemirr |Command+K (Mac) or
Ctrl+K (Windows/Linux) | Inserts Markdown formatting for creating a link{% endif %}{% ifversion fpt or ghae > 3.5 or ghes > 3.5 or ghec %} |Command+V (Mac) or
Ctrl+V (Windows/Linux) | Creates a Markdown link when applied over highlighted text{% endif %} |Command+Shift+P (Mac) or
Ctrl+Shift+P (Windows/Linux) | Toggles between the **Write** and **Preview** comment tabs{% ifversion fpt or ghae or ghes > 3.4 or ghec %} -|Command+Shift+V (Mac) or
Ctrl+Shift+V (Windows/Linux) | Pastes HTML link as plain text{% endif %}{% ifversion fpt or ghae or ghes > 3.2 or ghec %} -|Command+Shift+Option+V (Mac) or
Ctrl+Shift+Alt+V (Windows/Linux) | Pastes HTML link as plain text{% endif %}{% ifversion fpt or ghae or ghes > 3.2 or ghec %} +|Command+Shift+V (Mac) or
Ctrl+Shift+V (Windows/Linux) | Pastes HTML link as plain text{% endif %} +|Command+Shift+Option+V (Mac) or
Ctrl+Shift+Alt+V (Windows/Linux) | Pastes HTML link as plain text |Command+Shift+7 (Mac) or
Ctrl+Shift+7 (Windows/Linux) | Inserts Markdown formatting for an ordered list -|Command+Shift+8 (Mac) or
Ctrl+Shift+8 (Windows/Linux) | Inserts Markdown formatting for an unordered list{% endif %} +|Command+Shift+8 (Mac) or
Ctrl+Shift+8 (Windows/Linux) | Inserts Markdown formatting for an unordered list |Command+Enter (Mac) or
Ctrl+Enter (Windows/Linux) | Submits a comment -|Ctrl+. and then Ctrl+[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)."{% ifversion fpt or ghae or ghes > 3.2 or ghec %} -|Command+Shift+. (Mac) or
Ctrl+Shift+. (Windows/Linux) | Inserts Markdown formatting for a quote{% endif %}{% ifversion fpt or ghec %} +|Ctrl+. and then Ctrl+[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)." +|Command+Shift+. (Mac) or
Ctrl+Shift+. (Windows/Linux) | Inserts Markdown formatting for a quote{% ifversion fpt or ghec %} |Command+G (Mac) or
Ctrl+G (Windows/Linux) | Insert a suggestion. For more information, see "[Reviewing proposed changes in a pull request](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/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)." | diff --git a/translations/es-ES/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md b/translations/es-ES/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md index b229b71ca3..5047a0f091 100644 --- a/translations/es-ES/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md +++ b/translations/es-ES/content/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax.md @@ -324,7 +324,6 @@ For a full list of available emoji and codes, check out [the Emoji-Cheat-Sheet]( You can create a new paragraph by leaving a blank line between lines of text. -{% ifversion fpt or ghae or ghes > 3.2 or ghec %} ## Footnotes You can add footnotes to your content by using this bracket syntax: @@ -355,7 +354,6 @@ The footnote will render like this: Footnotes are not supported in wikis. {% endtip %} -{% endif %} ## Hiding content with comments @@ -375,14 +373,10 @@ You can tell {% data variables.product.product_name %} to ignore (or escape) Mar For more information, see Daring Fireball's "[Markdown Syntax](https://daringfireball.net/projects/markdown/syntax#backslash)." -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} - ## Disabling Markdown rendering {% data reusables.repositories.disabling-markdown-rendering %} -{% endif %} - ## Further reading - [{% data variables.product.prodname_dotcom %} Flavored Markdown Spec](https://github.github.com/gfm/) diff --git a/translations/es-ES/content/graphql/guides/managing-enterprise-accounts.md b/translations/es-ES/content/graphql/guides/managing-enterprise-accounts.md index 6c5a8fa020..354bd50661 100644 --- a/translations/es-ES/content/graphql/guides/managing-enterprise-accounts.md +++ b/translations/es-ES/content/graphql/guides/managing-enterprise-accounts.md @@ -60,8 +60,8 @@ For some example queries, see "[An example query using the Enterprise Accounts A - `admin:enterprise` The enterprise account specific scopes are: - - `admin:enterprise`: Gives full control of enterprises (includes {% ifversion ghes > 3.2 or ghae or ghec %}`manage_runners:enterprise`, {% endif %}`manage_billing:enterprise` and `read:enterprise`) - - `manage_billing:enterprise`: Read and write enterprise billing data.{% ifversion ghes > 3.2 or ghae %} + - `admin:enterprise`: Gives full control of enterprises (includes `manage_runners:enterprise`, `manage_billing:enterprise` and `read:enterprise`) + - `manage_billing:enterprise`: Read and write enterprise billing data.{% ifversion ghes or ghae %} - `manage_runners:enterprise`: Access to manage GitHub Actions enterprise runners and runner-groups.{% endif %} - `read:enterprise`: Read enterprise profile data. diff --git a/translations/es-ES/content/graphql/overview/breaking-changes.md b/translations/es-ES/content/graphql/overview/breaking-changes.md index 05c7a20d44..752ff3972c 100644 --- a/translations/es-ES/content/graphql/overview/breaking-changes.md +++ b/translations/es-ES/content/graphql/overview/breaking-changes.md @@ -10,12 +10,12 @@ versions: ghae: '*' topics: - API -ms.openlocfilehash: ee38f60dfd12d00688e46c739fc41f328203daf5 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: c76520b1f9dc806659373771b42501e072319937 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147496656' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110018' --- ## Acerca de los cambios sustanciales diff --git a/translations/es-ES/content/graphql/overview/changelog.md b/translations/es-ES/content/graphql/overview/changelog.md index 25275a3f17..005aff0f3c 100644 --- a/translations/es-ES/content/graphql/overview/changelog.md +++ b/translations/es-ES/content/graphql/overview/changelog.md @@ -10,11 +10,11 @@ versions: ghae: '*' topics: - API -ms.openlocfilehash: e5e1fc0708f46759837f29f0eadcaf8abce15220 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 34f0baed8b75614c939281ed6a2393d7c809c82f +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147496552' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109899' --- Los cambios sustanciales incluyen aquellos que modificarán las consultas existentes o que podrían afectar el comportamiento del tiempo de ejecución de los clientes. Para obtener una lista de los cambios importantes y cuándo se producirán, vea nuestro [registro de cambios importantes](/graphql/overview/breaking-changes). diff --git a/translations/es-ES/content/graphql/overview/schema-previews.md b/translations/es-ES/content/graphql/overview/schema-previews.md index ff321c67cd..53ac4892bf 100644 --- a/translations/es-ES/content/graphql/overview/schema-previews.md +++ b/translations/es-ES/content/graphql/overview/schema-previews.md @@ -10,12 +10,12 @@ versions: ghae: '*' topics: - API -ms.openlocfilehash: a4097cd792931fe33363229b24f0043b9b99a1cd -ms.sourcegitcommit: 6edb015070d3f0fda4525c6c931f1324626345dc +ms.openlocfilehash: 038afd8cbdd60863213eae385ec9a26f707f62d8 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/12/2022 -ms.locfileid: '147887218' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109898' --- ## Acerca de las vistas previas del modelo diff --git a/translations/es-ES/content/graphql/reference/enums.md b/translations/es-ES/content/graphql/reference/enums.md index ad20e7b08e..5c5a96f34d 100644 --- a/translations/es-ES/content/graphql/reference/enums.md +++ b/translations/es-ES/content/graphql/reference/enums.md @@ -4,10 +4,10 @@ redirect_from: - /v4/enum - /v4/reference/enum versions: - fpt: "*" - ghec: "*" - ghes: "*" - ghae: "*" + fpt: '*' + ghec: '*' + ghes: '*' + ghae: '*' topics: - API --- diff --git a/translations/es-ES/content/graphql/reference/input-objects.md b/translations/es-ES/content/graphql/reference/input-objects.md index 2e2b6f22a9..c2fac85996 100644 --- a/translations/es-ES/content/graphql/reference/input-objects.md +++ b/translations/es-ES/content/graphql/reference/input-objects.md @@ -4,10 +4,10 @@ redirect_from: - /v4/input_object - /v4/reference/input_object versions: - fpt: "*" - ghec: "*" - ghes: "*" - ghae: "*" + fpt: '*' + ghec: '*' + ghes: '*' + ghae: '*' topics: - API --- diff --git a/translations/es-ES/content/graphql/reference/interfaces.md b/translations/es-ES/content/graphql/reference/interfaces.md index 6575e382f5..7834a90307 100644 --- a/translations/es-ES/content/graphql/reference/interfaces.md +++ b/translations/es-ES/content/graphql/reference/interfaces.md @@ -4,10 +4,10 @@ redirect_from: - /v4/interface - /v4/reference/interface versions: - fpt: "*" - ghec: "*" - ghes: "*" - ghae: "*" + fpt: '*' + ghec: '*' + ghes: '*' + ghae: '*' topics: - API --- diff --git a/translations/es-ES/content/graphql/reference/mutations.md b/translations/es-ES/content/graphql/reference/mutations.md index 4fdac19d7f..d92aac569f 100644 --- a/translations/es-ES/content/graphql/reference/mutations.md +++ b/translations/es-ES/content/graphql/reference/mutations.md @@ -4,10 +4,10 @@ redirect_from: - /v4/mutation - /v4/reference/mutation versions: - fpt: "*" - ghec: "*" - ghes: "*" - ghae: "*" + fpt: '*' + ghec: '*' + ghes: '*' + ghae: '*' topics: - API --- diff --git a/translations/es-ES/content/graphql/reference/objects.md b/translations/es-ES/content/graphql/reference/objects.md index 0fd065294c..a843b57912 100644 --- a/translations/es-ES/content/graphql/reference/objects.md +++ b/translations/es-ES/content/graphql/reference/objects.md @@ -4,10 +4,10 @@ redirect_from: - /v4/object - /v4/reference/object versions: - fpt: "*" - ghec: "*" - ghes: "*" - ghae: "*" + fpt: '*' + ghec: '*' + ghes: '*' + ghae: '*' topics: - API --- diff --git a/translations/es-ES/content/graphql/reference/queries.md b/translations/es-ES/content/graphql/reference/queries.md index 9ef1f37737..1dc019d4f1 100644 --- a/translations/es-ES/content/graphql/reference/queries.md +++ b/translations/es-ES/content/graphql/reference/queries.md @@ -11,12 +11,12 @@ versions: ghae: '*' topics: - API -ms.openlocfilehash: 2e4f855c4140193b2d814b937341665e13a535de -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: d5c31e8e00788d2e75f27b0bb161249f01fcfb1d +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147496528' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109895' --- ## Acerca de las consultas diff --git a/translations/es-ES/content/graphql/reference/scalars.md b/translations/es-ES/content/graphql/reference/scalars.md index e948f0ee22..59066d4fbb 100644 --- a/translations/es-ES/content/graphql/reference/scalars.md +++ b/translations/es-ES/content/graphql/reference/scalars.md @@ -10,12 +10,12 @@ versions: ghae: '*' topics: - API -ms.openlocfilehash: f52c697c5b9659ff387102756e34cd9a332e882c -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d +ms.openlocfilehash: 731b2085e9b207298b39b99b4b37907c517b5814 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147879422' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110085' --- ## Acerca de los escalares diff --git a/translations/es-ES/content/graphql/reference/unions.md b/translations/es-ES/content/graphql/reference/unions.md index 08cac387e2..f0e4e92119 100644 --- a/translations/es-ES/content/graphql/reference/unions.md +++ b/translations/es-ES/content/graphql/reference/unions.md @@ -4,10 +4,10 @@ redirect_from: - /v4/union - /v4/reference/union versions: - fpt: "*" - ghec: "*" - ghes: "*" - ghae: "*" + fpt: '*' + ghec: '*' + ghes: '*' + ghae: '*' topics: - API --- diff --git a/translations/es-ES/content/index.md b/translations/es-ES/content/index.md index 445cc148c0..014faefb2a 100644 --- a/translations/es-ES/content/index.md +++ b/translations/es-ES/content/index.md @@ -128,11 +128,11 @@ externalProducts: name: npm href: 'https://docs.npmjs.com/' external: true -ms.openlocfilehash: dfd88a0c13da67bf929a5f5334e73319c04ad394 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 09ad193360503125adce9c659a465cfae32dd54e +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147643849' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148107633' --- diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/index.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/index.md index 04216a522a..700a6b0774 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/index.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/index.md @@ -17,11 +17,11 @@ redirect_from: - /tracking-progress-on-your-project-board - /filtering-cards-on-a-project-board - /archiving-cards-on-a-project-board -ms.openlocfilehash: c498a1e93008276aebe022dcc53a66086b86def7 -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d +ms.openlocfilehash: 5827065f7fe316f4ec8ea41b56be61b1e01943dd +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147422992' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109894' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards.md index eeded746bf..bbd127c445 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-automation-for-project-boards.md @@ -11,12 +11,12 @@ topics: - Pull requests shortTitle: 'Automation for {% data variables.product.prodname_projects_v1 %}' allowTitleToDifferFromFilename: true -ms.openlocfilehash: 76cea8f38d7470bd7b6212ae1f93601b5e8c923b -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 28c4719cca14dff54d971b9a081837c172f4da76 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147423344' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109874' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards.md index aa83f058df..1ef5d0831c 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards.md @@ -1,5 +1,5 @@ --- -title: About {% data variables.product.prodname_projects_v1 %} +title: 'About {% data variables.product.prodname_projects_v1 %}' intro: '{% data variables.product.prodname_projects_v1_caps %} on {% data variables.product.product_name %} help you organize and prioritize your work. You can create {% data variables.projects.projects_v1_boards %} for specific feature work, comprehensive roadmaps, or even release checklists. With {% data variables.product.prodname_projects_v1 %}, you have the flexibility to create customized workflows that suit your needs.' redirect_from: - /github/managing-your-work-on-github/managing-project-boards/about-project-boards @@ -7,7 +7,7 @@ redirect_from: - /articles/about-project-boards - /github/managing-your-work-on-github/about-project-boards versions: - feature: "projects-v1" + feature: projects-v1 topics: - Pull requests allowTitleToDifferFromFilename: true diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility.md index 7d5cd07b76..03e1987e4d 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility.md @@ -1,6 +1,6 @@ --- -title: 'Cambio de la visibilidad de {% data variables.product.prodname_project_v1 %}' -intro: 'Como propietario de la organización o administrador de {% data variables.projects.projects_v1_board %}, puedes crear una instancia de {% data variables.projects.projects_v1_board %} {% ifversion ghae %}interna{% else %}pública{% endif %} o privada.' +title: 'Changing {% data variables.product.prodname_project_v1 %} visibility' +intro: 'As an organization owner or {% data variables.projects.projects_v1_board %} admin, you can make a {% data variables.projects.projects_v1_board %} {% ifversion ghae %}internal{% else %}public{% endif %} or private.' redirect_from: - /github/managing-your-work-on-github/managing-project-boards/changing-project-board-visibility - /articles/changing-project-board-visibility @@ -11,12 +11,6 @@ topics: - Pull requests shortTitle: Change visibility allowTitleToDifferFromFilename: true -ms.openlocfilehash: c288e72dccb5c1212e6e01d24197289cc77c18ce -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147614483' --- {% data reusables.projects.project_boards_old %} @@ -24,13 +18,15 @@ ms.locfileid: '147614483' {% note %} -**{% ifversion classic-project-visibility-permissions %}Notas{% else %}Nota{% endif %}:** {% ifversion classic-project-visibility-permissions %} +**{% ifversion classic-project-visibility-permissions %}Notes{% else %}Note{% endif %}:** {% ifversion classic-project-visibility-permissions %} * {% data reusables.projects.owners-can-limit-visibility-permissions %} -* {% endif %}Al crear la instancia de {% data variables.projects.projects_v1_board %} {% ifversion ghae %}interna{% else %}pública{% endif %}, los miembros de la organización reciben acceso de lectura de forma predeterminada. Puedes asignar permisos de escritura o administración a miembros específicos de la organización si asignas acceso a los equipos en los que están, o bien si los agregas a la instancia de {% data variables.projects.projects_v1_board %} como colaboradores. Para más información, consulta "[Permisos de {% data variables.product.prodname_project_v1_caps %} para una organización](/articles/project-board-permissions-for-an-organization)". +* {% endif %}When you make your {% data variables.projects.projects_v1_board %} {% ifversion ghae %}internal{% else %}public{% endif %}, organization members are given read access by default. You can give specific organization members write or admin permissions by giving access to teams they're on or by adding them to the {% data variables.projects.projects_v1_board %} as a collaborator. For more information, see "[{% data variables.product.prodname_project_v1_caps %} permissions for an organization](/articles/project-board-permissions-for-an-organization)." {% endnote %} -1. Vaya al panel de proyecto que quiera convertir en {% ifversion ghae %}interno{% else %}público{% endif %} o privado. -{% data reusables.project-management.click-menu %} {% data reusables.project-management.access-collaboration-settings %} {% data reusables.project-management.choose-visibility %} -1. Haga clic en **Save**(Guardar). +1. Navigate to the project board you want to make {% ifversion ghae %}internal{% else %}public{% endif %} or private. +{% data reusables.project-management.click-menu %} +{% data reusables.project-management.access-collaboration-settings %} +{% data reusables.project-management.choose-visibility %} +1. Click **Save**. diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board.md index f1b527a921..862fc3ce66 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/closing-a-project-board.md @@ -11,12 +11,12 @@ versions: topics: - Pull requests allowTitleToDifferFromFilename: true -ms.openlocfilehash: fb62345b404e94ddd5a6a22995b9481c9855914d -ms.sourcegitcommit: 1309b46201604c190c63bfee47dce559003899bf +ms.openlocfilehash: 21dfb0c6837f97d567f19168cd7f343aac06a4c0 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147422712' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110084' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards.md index 6ddbeeda4e..d358bc1b79 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/configuring-automation-for-project-boards.md @@ -15,12 +15,12 @@ topics: shortTitle: Configure automation type: how_to allowTitleToDifferFromFilename: true -ms.openlocfilehash: 67294015021ef97a8210bff8bbe6c95e352dc26e -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: faf559c3423178b43f3b524bbf3cdc41acd18a92 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147422688' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110081' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board.md index 752364c75b..2e1aef5aab 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board.md @@ -1,6 +1,6 @@ --- -title: 'Copia de una instancia de {% data variables.product.prodname_project_v1 %}' -intro: 'Puedes copiar una instancia de {% data variables.projects.projects_v1_board %} para crear rápidamente un proyecto. La copia de instancias de {% data variables.projects.projects_v1_boards %} personalizadas o que se usan con frecuencia ayuda a estandarizar el flujo de trabajo.' +title: 'Copying a {% data variables.product.prodname_project_v1 %}' +intro: 'You can copy a {% data variables.projects.projects_v1_board %} to quickly create a new project. Copying frequently used or highly customized {% data variables.projects.projects_v1_boards %} helps standardize your workflow.' redirect_from: - /github/managing-your-work-on-github/managing-project-boards/copying-a-project-board - /articles/copying-a-project-board @@ -11,34 +11,29 @@ versions: topics: - Pull requests allowTitleToDifferFromFilename: true -ms.openlocfilehash: 055e697d2bb5c7aa1ad4667d24bbe919ede87a99 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147423608' --- {% data reusables.projects.project_boards_old %} -La copia de una instancia de {% data variables.projects.projects_v1_board %} te permite reutilizar el título, la descripción y la configuración de automatización de {% data variables.projects.projects_v1_board %}. Puedes copiar instancias de {% data variables.projects.projects_v1_boards %} para eliminar el proceso manual de crear instancias de {% data variables.projects.projects_v1_boards %} para flujos de trabajo similares. +Copying a {% data variables.projects.projects_v1_board %} allows you to reuse a {% data variables.projects.projects_v1_board %}'s title, description, and automation configuration. You can copy {% data variables.projects.projects_v1_boards %} to eliminate the manual process of creating new {% data variables.projects.projects_v1_boards %} for similar workflows. -Debes tener acceso de lectura a una instancia de {% data variables.projects.projects_v1_board %} para copiarla en un repositorio u organización donde tengas acceso de lectura. +You must have read access to a {% data variables.projects.projects_v1_board %} to copy it to a repository or organization where you have write access. -Al copiar una instancia de {% data variables.projects.projects_v1_board %} en una organización, la visibilidad de {% data variables.projects.projects_v1_board %} será privada de forma predeterminada, con una opción para cambiarla. Para más información, consulta "[Cambio de la visibilidad de {% data variables.product.prodname_project_v1 %}](/articles/changing-project-board-visibility/)". +When you copy a {% data variables.projects.projects_v1_board %} to an organization, the {% data variables.projects.projects_v1_board %}'s visibility will default to private, with an option to change the visibility. For more information, see "[Changing {% data variables.product.prodname_project_v1 %} visibility](/articles/changing-project-board-visibility/)." -La automatización de una instancia de {% data variables.projects.projects_v1_board %} también está habilitada de forma predeterminada. Para más información, consulta "[Acerca de la automatización para {% data variables.product.prodname_projects_v1 %}](/articles/about-automation-for-project-boards/)". +A {% data variables.projects.projects_v1_board %}'s automation is also enabled by default. For more information, see "[About automation for {% data variables.product.prodname_projects_v1 %}](/articles/about-automation-for-project-boards/)." -1. Navega a la instancia de {% data variables.projects.projects_v1_board %} que quieras copiar. +1. Navigate to the {% data variables.projects.projects_v1_board %} you want to copy. {% data reusables.project-management.click-menu %} -3. Haga clic en {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} y después en **Copiar**. -![Opción Copiar en el menú desplegable desde la barra lateral del panel de proyecto](/assets/images/help/projects/project-board-copy-setting.png) -4. Debajo de "Owner" (Propietario), usa el menú desplegable y haz clic en el repositorio o la organización donde deseas copiar el tablero de proyecto. -![Selección del propietario del panel de proyecto copiado desde el menú desplegable](/assets/images/help/projects/copied-project-board-owner.png) -5. Opcionalmente, en "Nombre del panel del proyecto", escribe el nombre de la instancia de {% data variables.projects.projects_v1_board %} copiada. -![Campo para escribir un nombre para el panel de proyecto copiado](/assets/images/help/projects/copied-project-board-name.png) -6. Opcionalmente, debajo de "Description" (Descripción), escribe una descripción del tablero de proyecto copiado que verán otras personas. -![Campo para escribir una descripción para el panel de proyecto copiado](/assets/images/help/projects/copied-project-board-description.png) -7. Opcionalmente, debajo de "Automation settings " (Parámetros de automatización), selecciona si deseas copiar los flujos de trabajo automáticos configurados. Esta opción está habilitada de forma predeterminada. Para más información, vea "[Acerca de la automatización de paneles de proyecto](/articles/about-automation-for-project-boards/)". -![Selección de la configuración de automatización para el panel de proyecto copiado](/assets/images/help/projects/copied-project-board-automation-settings.png) {% data reusables.project-management.choose-visibility %} -9. Haga clic en **Copiar proyecto**. -![Botón Confirmar copia](/assets/images/help/projects/confirm-copy-project-board.png) +3. Click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click **Copy**. +![Copy option in drop-down menu from project board sidebar](/assets/images/help/projects/project-board-copy-setting.png) +4. Under "Owner", use the drop-down menu and click the repository or organization where you want to copy the project board. +![Select owner of copied project board from drop-down menu](/assets/images/help/projects/copied-project-board-owner.png) +5. Optionally, under "Project board name", type the name of the copied {% data variables.projects.projects_v1_board %}. +![Field to type a name for the copied project board](/assets/images/help/projects/copied-project-board-name.png) +6. Optionally, under "Description", type a description of the copied project board that other people will see. +![Field to type a description for the copied project board](/assets/images/help/projects/copied-project-board-description.png) +7. Optionally, under "Automation settings", select whether you want to copy the configured automatic workflows. This option is enabled by default. For more information, see "[About automation for project boards](/articles/about-automation-for-project-boards/)." +![Select automation settings for copied project board](/assets/images/help/projects/copied-project-board-automation-settings.png) +{% data reusables.project-management.choose-visibility %} +9. Click **Copy project**. +![Confirm Copy button](/assets/images/help/projects/confirm-copy-project-board.png) diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md index 7de7488814..8c2e267000 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md @@ -1,6 +1,6 @@ --- -title: 'Creación de una instancia de {% data variables.product.prodname_project_v1 %}' -intro: 'Las instancias de {% data variables.projects.projects_v1_boards_caps %} se pueden usar para crear flujos de trabajo personalizados de acuerdo con tus necesidades, como realizar el seguimiento y priorizar trabajos con características específicas, hojas de ruta completas y hasta listas de comprobación de versiones.' +title: 'Creating a {% data variables.product.prodname_project_v1 %}' +intro: '{% data variables.projects.projects_v1_boards_caps %} can be used to create customized workflows to suit your needs, like tracking and prioritizing specific feature work, comprehensive roadmaps, or even release checklists.' redirect_from: - /github/managing-your-work-on-github/managing-project-boards/creating-a-project-board - /articles/creating-a-project @@ -15,12 +15,6 @@ topics: - Project management type: how_to allowTitleToDifferFromFilename: true -ms.openlocfilehash: 9c55be9ea212cf9a09147267fc62da8f6f89fbbc -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147614259' --- {% data reusables.projects.project_boards_old %} @@ -28,55 +22,94 @@ ms.locfileid: '147614259' {% data reusables.project-management.copy-project-boards %} -{% data reusables.project-management.link-repos-to-project-board %} Para más información, consulta "[Vinculación de un repositorio a una instancia de {% data variables.product.prodname_project_v1 %} ](/articles/linking-a-repository-to-a-project-board)". +{% data reusables.project-management.link-repos-to-project-board %} For more information, see "[Linking a repository to a {% data variables.product.prodname_project_v1 %} +](/articles/linking-a-repository-to-a-project-board)." -Una vez que se ha creado la instancia de {% data variables.projects.projects_v1_board %}, puedes agregarle incidencias, solicitudes de incorporación de cambios y notas. Para más información, consulta "[Adición de incidencias y solicitudes de incorporación de cambios a una instancia de {% data variables.product.prodname_project_v1 %}](/articles/adding-issues-and-pull-requests-to-a-project-board)" y "[Adición de notas a una instancia de {% data variables.product.prodname_project_v1 %}](/articles/adding-notes-to-a-project-board)". +Once you've created your {% data variables.projects.projects_v1_board %}, you can add issues, pull requests, and notes to it. For more information, see "[Adding issues and pull requests to a {% data variables.product.prodname_project_v1 %}](/articles/adding-issues-and-pull-requests-to-a-project-board)" and "[Adding notes to a {% data variables.product.prodname_project_v1 %}](/articles/adding-notes-to-a-project-board)." -También puedes configurar automatizaciones de flujo de trabajo para mantener la instancia de {% data variables.projects.projects_v1_board %} sincronizada con el estado de las incidencias y las solicitudes de incorporación de cambios. Para más información, consulta "[Acerca de la automatización para {% data variables.product.prodname_projects_v1 %}](/articles/about-automation-for-project-boards)". +You can also configure workflow automations to keep your {% data variables.projects.projects_v1_board %} in sync with the status of issues and pull requests. For more information, see "[About automation for {% data variables.product.prodname_projects_v1 %}](/articles/about-automation-for-project-boards)." {% data reusables.project-management.project-board-import-with-api %} -## Creación de una instancia de {% data variables.projects.projects_v1_board %} propiedad del usuario +## Creating a user-owned {% data variables.projects.projects_v1_board %} {% data reusables.projects.classic-project-creation %} {% data reusables.profile.access_profile %} -2. En la parte superior de la página de perfil, en la navegación principal, haga clic en {% octicon "project" aria-label="The project board icon" %} **Proyectos**. -![Pestaña Proyecto](/assets/images/help/projects/user-projects-tab.png){% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.click-new-project %} {% data reusables.project-management.create-project-name-description %} {% data reusables.project-management.choose-template %} {% data reusables.project-management.choose-visibility %} {% data reusables.project-management.linked-repositories %} {% data reusables.project-management.create-project-button %} {% data reusables.project-management.add-column-new-project %} {% data reusables.project-management.name-project-board-column %} {% data reusables.project-management.select-column-preset %} {% data reusables.project-management.select-automation-options-new-column %} {% data reusables.project-management.click-create-column %} {% data reusables.project-management.add-more-columns %} +2. On the top of your profile page, in the main navigation, click {% octicon "project" aria-label="The project board icon" %} **Projects**. +![Project tab](/assets/images/help/projects/user-projects-tab.png){% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.click-new-project %} +{% data reusables.project-management.create-project-name-description %} +{% data reusables.project-management.choose-template %} +{% data reusables.project-management.choose-visibility %} +{% data reusables.project-management.linked-repositories %} +{% data reusables.project-management.create-project-button %} +{% data reusables.project-management.add-column-new-project %} +{% data reusables.project-management.name-project-board-column %} +{% data reusables.project-management.select-column-preset %} +{% data reusables.project-management.select-automation-options-new-column %} +{% data reusables.project-management.click-create-column %} +{% data reusables.project-management.add-more-columns %} {% data reusables.project-management.edit-project-columns %} -## Creación de una instancia de {% data variables.projects.projects_v1_board %} para toda la organización +## Creating an organization-wide {% data variables.projects.projects_v1_board %} {% data reusables.projects.classic-project-creation %} -{% ifversion classic-project-visibility-permissions %} {% note %} +{% ifversion classic-project-visibility-permissions %} +{% note %} -**Nota:** {% data reusables.projects.owners-can-limit-visibility-permissions %} +**Note:** {% data reusables.projects.owners-can-limit-visibility-permissions %} -{% endnote %} {% endif %} +{% endnote %} +{% endif %} -{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.click-new-project %} {% data reusables.project-management.create-project-name-description %} {% data reusables.project-management.choose-template %} {% data reusables.project-management.choose-visibility %} {% data reusables.project-management.linked-repositories %} {% data reusables.project-management.create-project-button %} {% data reusables.project-management.add-column-new-project %} {% data reusables.project-management.name-project-board-column %} {% data reusables.project-management.select-column-preset %} {% data reusables.project-management.select-automation-options-new-column %} {% data reusables.project-management.click-create-column %} {% data reusables.project-management.add-more-columns %} +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.click-new-project %} +{% data reusables.project-management.create-project-name-description %} +{% data reusables.project-management.choose-template %} +{% data reusables.project-management.choose-visibility %} +{% data reusables.project-management.linked-repositories %} +{% data reusables.project-management.create-project-button %} +{% data reusables.project-management.add-column-new-project %} +{% data reusables.project-management.name-project-board-column %} +{% data reusables.project-management.select-column-preset %} +{% data reusables.project-management.select-automation-options-new-column %} +{% data reusables.project-management.click-create-column %} +{% data reusables.project-management.add-more-columns %} {% data reusables.project-management.edit-project-columns %} -## Creación de una instancia de {% data variables.projects.projects_v1_board %} de repositorio +## Creating a repository {% data variables.projects.projects_v1_board %} {% data reusables.projects.classic-project-creation %} {% data reusables.repositories.navigate-to-repo %} -2. En el nombre del repositorio, haga clic en {% octicon "project" aria-label="The project board icon" %} **Proyectos**. -![Pestaña Proyecto](/assets/images/help/projects/repo-tabs-projects.png){% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.click-new-project %} {% data reusables.project-management.create-project-name-description %} {% data reusables.project-management.choose-template %} {% data reusables.project-management.create-project-button %} {% data reusables.project-management.add-column-new-project %} {% data reusables.project-management.name-project-board-column %} {% data reusables.project-management.select-column-preset %} {% data reusables.project-management.select-automation-options-new-column %} {% data reusables.project-management.click-create-column %} {% data reusables.project-management.add-more-columns %} +2. Under your repository name, click {% octicon "project" aria-label="The project board icon" %} **Projects**. +![Project tab](/assets/images/help/projects/repo-tabs-projects.png){% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.click-new-project %} +{% data reusables.project-management.create-project-name-description %} +{% data reusables.project-management.choose-template %} +{% data reusables.project-management.create-project-button %} +{% data reusables.project-management.add-column-new-project %} +{% data reusables.project-management.name-project-board-column %} +{% data reusables.project-management.select-column-preset %} +{% data reusables.project-management.select-automation-options-new-column %} +{% data reusables.project-management.click-create-column %} +{% data reusables.project-management.add-more-columns %} {% data reusables.project-management.edit-project-columns %} -## Información adicional +## Further reading -- "[Acerca de los paneles de proyecto](/articles/about-project-boards)" -- "[Edición de un panel de proyecto](/articles/editing-a-project-board)"{% ifversion fpt or ghec %} -- "[Copia de un panel de proyecto](/articles/copying-a-project-board)"{% endif %} -- "[Cierre de un panel de proyecto](/articles/closing-a-project-board)" -- "[Acerca de la automatización de los paneles de proyecto](/articles/about-automation-for-project-boards)" +- "[About projects boards](/articles/about-project-boards)" +- "[Editing a project board](/articles/editing-a-project-board)"{% ifversion fpt or ghec %} +- "[Copying a project board](/articles/copying-a-project-board)"{% endif %} +- "[Closing a project board](/articles/closing-a-project-board)" +- "[About automation for project boards](/articles/about-automation-for-project-boards)" diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board.md index b47a3951c9..be0a4c8cbb 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/deleting-a-project-board.md @@ -11,12 +11,12 @@ versions: topics: - Pull requests allowTitleToDifferFromFilename: true -ms.openlocfilehash: 13de993715fa8e16f8cbce4555214e7940fb4917 -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d +ms.openlocfilehash: fb68b796fa41a565ab2e196f878c17c94ec44a06 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147422976' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109860' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board.md index 6f71fb8500..aff76dee2d 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/editing-a-project-board.md @@ -12,12 +12,12 @@ versions: topics: - Pull requests allowTitleToDifferFromFilename: true -ms.openlocfilehash: 23e4958654bd58de323e401ab4b47d1205aaa4ce -ms.sourcegitcommit: 1309b46201604c190c63bfee47dce559003899bf +ms.openlocfilehash: 9b3811bcd472d44be809681064476e7e4f5bef08 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147422960' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110035' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/index.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/index.md index a05fd6ecc4..959e1a82c9 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/index.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/index.md @@ -22,11 +22,11 @@ children: redirect_from: - /github/managing-your-work-on-github/managing-project-boards allowTitleToDifferFromFilename: true -ms.openlocfilehash: a480750b4c44c7934efa6a0a554c1cf7040629de -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d +ms.openlocfilehash: b4034bc9c9ffd29709ac491c6729787c958dd50b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147422944' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110036' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board.md index 851b15d912..1aecd9e4b8 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board.md @@ -11,12 +11,12 @@ topics: - Pull requests shortTitle: Link repository to board allowTitleToDifferFromFilename: true -ms.openlocfilehash: 939266bff35928f5b0ae33fe1cce1b380698ee85 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: d0893b64551be80577547b9791e7a7ed6a432de0 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147423264' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110080' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board.md index d86059741e..494315f373 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/reopening-a-closed-project-board.md @@ -11,12 +11,12 @@ topics: - Pull requests shortTitle: 'Reopen {% data variables.product.prodname_project_v1 %}' allowTitleToDifferFromFilename: true -ms.openlocfilehash: d865d4b61000857c943276c45a9ec02163e9f59b -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: e0101378c0b7049f7cba5e04dd28231a1237d0c5 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147882203' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110037' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board.md index b305b6d234..8e59583377 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-issues-and-pull-requests-to-a-project-board.md @@ -12,12 +12,12 @@ topics: - Pull requests shortTitle: 'Add issues & PRs to {% data variables.product.prodname_project_v1 %}' allowTitleToDifferFromFilename: true -ms.openlocfilehash: 36897518283fa085c37363157fb44cbd8e1a75c6 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 3adfb2c337a417b8e4f932ab9ae9860939217c6c +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147422776' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110077' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board.md index d8de9ef704..e47548ed02 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board.md @@ -12,12 +12,12 @@ topics: - Pull requests shortTitle: 'Add notes to {% data variables.product.prodname_project_v1 %}' allowTitleToDifferFromFilename: true -ms.openlocfilehash: 46068bb6de081043b05c78e731a09e7dbaa47c78 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: fc9df02b211056a08ed608a6c98b9d2f0b78c5b7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147422752' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110141' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board.md index 6dd469b962..15529cd776 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/archiving-cards-on-a-project-board.md @@ -11,12 +11,12 @@ topics: - Pull requests shortTitle: 'Archive cards on {% data variables.product.prodname_project_v1 %}' allowTitleToDifferFromFilename: true -ms.openlocfilehash: de1d0a4981a46c4ceddd73b5d1f49b74f111601f -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: bef90f56a55d6d087c21603586def91ec2f1c9ed +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147423592' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110076' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board.md index 46ca7d74e1..31889ec546 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/filtering-cards-on-a-project-board.md @@ -11,12 +11,12 @@ topics: - Pull requests shortTitle: 'Filter cards on {% data variables.product.prodname_project_v1 %}' allowTitleToDifferFromFilename: true -ms.openlocfilehash: 337c84415fefad0c542c6b46706de716e71c29b9 -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d +ms.openlocfilehash: f203785a6fc18dc5f67b2ae62934aa10c2f6e8b8 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147882315' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110033' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/index.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/index.md index 5a8a48d43b..054a22c969 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/index.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/index.md @@ -16,11 +16,11 @@ children: redirect_from: - /github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards allowTitleToDifferFromFilename: true -ms.openlocfilehash: ba1428a6423198d972abfb6671165b43c4988f94 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 75699a8c8daa2729de4aaa7389b7e9a0448f09fa +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147423624' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109893' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board.md b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board.md index 5320680dcf..ab456f7f3c 100644 --- a/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board.md +++ b/translations/es-ES/content/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/tracking-progress-on-your-project-board.md @@ -11,12 +11,12 @@ topics: - Pull requests shortTitle: 'Track progress on {% data variables.product.prodname_project_v1 %}' allowTitleToDifferFromFilename: true -ms.openlocfilehash: 8dae880cb0ef0fbd0a136e16029688c4aaef08ac -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 5104029ad5225c217697ea89a4bca8ff2d3fa4b5 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147422672' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109892' --- {% data reusables.projects.project_boards_old %} diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions.md index 3b0e137b23..87e7359893 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions.md @@ -1,10 +1,10 @@ --- title: 'Automating {% data variables.product.prodname_projects_v2 %} using Actions' -shortTitle: 'Automating with Actions' +shortTitle: Automating with Actions intro: 'You can use {% data variables.product.prodname_actions %} to automate your projects.' miniTocMaxHeadingLevel: 3 versions: - feature: "projects-v2" + feature: projects-v2 redirect_from: - /issues/trying-out-the-new-projects-experience/automating-projects type: tutorial diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/index.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/index.md index 0fc80c0829..c97769ebf8 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/index.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/index.md @@ -13,11 +13,11 @@ children: - /automating-projects-using-actions - /archiving-items-automatically allowTitleToDifferFromFilename: true -ms.openlocfilehash: 6c9777a65125f574e4a2cd05a7177448606f8348 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 9187012a572af445192343af1b1ba121ae442087 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424256' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148107233' --- diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects.md index afb973e02b..e2b1241fa3 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects.md @@ -1,10 +1,10 @@ --- title: 'Using the API to manage {% data variables.product.prodname_projects_v2 %}' -shortTitle: 'Automating with the API' -intro: 'You can use the GraphQL API to automate your projects.' +shortTitle: Automating with the API +intro: You can use the GraphQL API to automate your projects. miniTocMaxHeadingLevel: 3 versions: - feature: "projects-v2" + feature: projects-v2 redirect_from: - /issues/trying-out-the-new-projects-experience/using-the-api-to-manage-projects type: tutorial @@ -511,7 +511,7 @@ The response will contain the node ID of the newly created draft issue. ```json { "data": { - "addProjectV2ItemById": { + "addProjectV2DraftIssue": { "projectItem": { "id": "PVTI_lADOANN5s84ACbL0zgBbxFc" } diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations.md index 0724858dbf..786c00180e 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-built-in-automations.md @@ -8,12 +8,12 @@ versions: type: tutorial topics: - Projects -ms.openlocfilehash: 950ad805eaf73361c2c790d9e30c2e1708a871d8 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 40f82bbe99ff036a70007f38534d401a972516f7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424911' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110017' --- {% note %} diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/creating-a-project.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/creating-a-project.md index 066d41e7e6..277e9529fd 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/creating-a-project.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/creating-a-project.md @@ -10,12 +10,12 @@ type: tutorial topics: - Projects allowTitleToDifferFromFilename: true -ms.openlocfilehash: 0827845ea3dff3a641d99bbac20b8febdfaca885 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 6cbe9313866c19e8325bdd34e90c6a39863de515 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424344' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110015' --- {% data variables.product.prodname_projects_v2 %} son una colección adaptable de elementos que permanecen actualizados con los datos de {% data variables.product.company_short %}. Tus proyectos pueden realizar el seguimiento de incidencias, solicitudes de incorporación de cambios e ideas que anotes. Puedes agregar campos personalizados y vistas creativas para propósitos específicos. diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/index.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/index.md index 2bbf214ce1..a2bd8248a9 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/index.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/index.md @@ -11,11 +11,11 @@ children: - /creating-a-project - /migrating-from-projects-classic allowTitleToDifferFromFilename: true -ms.openlocfilehash: 3ad98749a0f404446cab9942b8e10883a31bf3ab -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 4d982f7f1f5fa66f372bcca74cea084cb2497d9c +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424341' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110016' --- diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/migrating-from-projects-classic.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/migrating-from-projects-classic.md index 6aa69fe678..3c10aabb59 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/migrating-from-projects-classic.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/migrating-from-projects-classic.md @@ -1,6 +1,6 @@ --- -title: 'Migración desde {% data variables.product.prodname_projects_v1 %}' -intro: 'Puedes migrar las instancias de {% data variables.projects.projects_v1_board %} a la nueva experiencia de {% data variables.product.prodname_projects_v2 %}.' +title: 'Migrating from {% data variables.product.prodname_projects_v1 %}' +intro: 'You can migrate your {% data variables.projects.projects_v1_board %} to the new {% data variables.product.prodname_projects_v2 %} experience.' miniTocMaxHeadingLevel: 3 versions: feature: projects-v2 @@ -10,53 +10,57 @@ type: tutorial topics: - Projects allowTitleToDifferFromFilename: true -ms.openlocfilehash: b16235e98306e19a8f08dfc04913c6935772b5cc -ms.sourcegitcommit: 1309b46201604c190c63bfee47dce559003899bf -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147424338' --- -{% note %} -**Notas:** - -- Si el proyecto que vas a migrar contiene más de 1200 elementos, se dará prioridad a las incidencias abiertas seguidas de las solicitudes de incorporación de cambios abiertas y, luego, las notas. El espacio restante se usará para las incidencias cerradas, las solicitudes de incorporación de cambios combinadas y las solicitudes de incorporación de cambios cerradas. Los elementos que no se pueden migrar debido a este límite se moverán al archivo. Si se alcanza el límite de archivo de 10 000 elementos, no se migrarán más elementos. -- Las tarjetas de notas se convierten en borradores de incidencias y el contenido se guarda en el cuerpo del borrador. Si parece que falta información, haz que los campos ocultos sean visibles. Para más información, consulta "[Mostrar y ocultar](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view#showing-and-hiding-fields)". -- No se migrará la automatización. -- No se migrarán la evaluación de prioridades, el archivo ni la actividad. -- Después de la migración, el proyecto migrado nuevo y el proyecto anterior no seguirán sincronizados. - -{% endnote %} - -## Acerca de la migración de proyectos - -Puedes migrar los paneles de proyecto a la nueva experiencia de {% data variables.product.prodname_projects_v2 %} y probar tablas, varias vistas, opciones de automatización nuevas y tipos de campo eficaces. Para más información, consulta "[Acerca de los proyectos](/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects)". - -## Migración de un panel de proyecto de organización - -{% data reusables.projects.enable-migration %} {% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.organization-wide-project %} -1. A la izquierda, haz clic en **Proyectos (clásico)** . - ![Captura de pantalla en la que se muestra la opción de menú Proyectos (clásico)}](/assets/images/help/issues/projects-classic-org.png) {% data reusables.projects.migrate-project-steps %} - -## Migración de un panel de proyecto de usuario - -{% data reusables.projects.enable-migration %} {% data reusables.profile.access_profile %} -1. En la parte superior de la página de perfil, en la navegación principal, haga clic en {% octicon "project" aria-label="The project board icon" %} **Proyectos**. -![Pestaña Proyecto](/assets/images/help/projects/user-projects-tab.png) -1. Encima de la lista de proyectos, haz clic en **Proyectos (clásico)** . - ![Captura de pantalla en la que se muestra la opción de menú Proyectos (clásico)}](/assets/images/help/issues/projects-classic-user.png) {% data reusables.projects.migrate-project-steps %} - -## Migración de un panel de proyecto de repositorio {% note %} -**Nota:** {% data variables.projects.projects_v2_caps %} no admite proyectos de nivel de repositorio. Cuando migras un panel de proyecto de repositorio, se migrará a la cuenta de organización o a la cuenta personal propietaria del proyecto de repositorio y el proyecto migrado se anclará al repositorio original. +**Notes:** + +- If the project you are migrating contains more than 1200 items, open issues will be prioritized followed by open pull requests and then notes. Remaining space will be used for closed issues, merged pull requested, and closed pull requests. Items that cannot be migrated due to this limit will be moved to the archive. If the archive limit of 10,000 items is reached, additional items will not be migrated. +- Note cards are converted to draft issues, and the contents are saved to the body of the draft issue. If information appears to be missing, make any hidden fields visible. For more information, see "[Showing and hiding fields](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view#showing-and-hiding-fields)." +- Automation will not be migrated. +- Triage, archive, and activity will not be migrated. +- After migration, the new migrated project and old project will not be kept in sync. {% endnote %} -{% data reusables.projects.enable-migration %} {% data reusables.repositories.navigate-to-repo %} -1. En el nombre del repositorio, haga clic en {% octicon "project" aria-label="The project board icon" %} **Proyectos**. -![Pestaña Proyecto](/assets/images/help/projects/repo-tabs-projects.png) -1. Haz clic en **Proyectos (clásico)** . - ![Captura de pantalla en la que se muestra la opción de menú Proyectos (clásico)}](/assets/images/help/issues/projects-classic-org.png) {% data reusables.projects.migrate-project-steps %} +## About project migration + +You can migrate your project boards to the new {% data variables.product.prodname_projects_v2 %} experience and try out tables, multiple views, new automation options, and powerful field types. For more information, see "[About projects](/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects)." + +## Migrating an organization project board + +{% data reusables.projects.enable-migration %} +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.organization-wide-project %} +1. On the left, click **Projects (classic)**. + ![Screenshot showing Projects (classic) menu option}](/assets/images/help/issues/projects-classic-org.png) +{% data reusables.projects.migrate-project-steps %} + +## Migrating a user project board + +{% data reusables.projects.enable-migration %} +{% data reusables.profile.access_profile %} +1. On the top of your profile page, in the main navigation, click {% octicon "project" aria-label="The project board icon" %} **Projects**. +![Project tab](/assets/images/help/projects/user-projects-tab.png) +1. Above the list of projects, click **Projects (classic)**. + ![Screenshot showing Projects (classic) menu option}](/assets/images/help/issues/projects-classic-user.png) +{% data reusables.projects.migrate-project-steps %} + +## Migrating a repository project board + +{% note %} + +**Note:** {% data variables.projects.projects_v2_caps %} does not support repository level projects. When you migrate a repository project board, it will migrate to either the organization or personal account that owns the repository project, and the migrated project will be pinned to the original repository. + +{% endnote %} + +{% data reusables.projects.enable-migration %} +{% data reusables.repositories.navigate-to-repo %} +1. Under your repository name, click {% octicon "project" aria-label="The project board icon" %} **Projects**. +![Project tab](/assets/images/help/projects/repo-tabs-projects.png) +1. Click **Projects (classic)**. + ![Screenshot showing Projects (classic) menu option}](/assets/images/help/issues/projects-classic-org.png) +{% data reusables.projects.migrate-project-steps %} diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view.md index 1929b511b2..960ace9738 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view.md @@ -1,9 +1,9 @@ --- -title: 'Customizing a view' +title: Customizing a view intro: 'Display the information you need by changing the layout, grouping, sorting in your project.' miniTocMaxHeadingLevel: 3 versions: - feature: "projects-v2" + feature: projects-v2 redirect_from: - /issues/trying-out-the-new-projects-experience/customizing-your-project-views type: tutorial @@ -147,4 +147,4 @@ In the board layout, you can can choose which columns to display. The available ![Screenshot showing the list of columns](/assets/images/help/projects-v2/board-select-columns.png) -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md index b1bd8e9b08..b077b066d4 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md @@ -10,12 +10,12 @@ type: tutorial topics: - Projects allowTitleToDifferFromFilename: true -ms.openlocfilehash: 820a9b22deab6ecaf7fa06129e2205267b22812c -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: b1c04738a3c03d892b360c3b23def694d202ee0c +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424425' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109889' --- Puede personalizar las vistas mediante filtros para los metadatos de elementos, como los usuarios asignados y las etiquetas aplicadas a incidencias, así como por los campos del proyecto. Puede combinar filtros y guardarlos como vistas. Para más información, vea "[Personalización de las vistas del proyecto](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view)". diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/index.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/index.md index 4a2c0e1ddf..74f6f9f0d0 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/index.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/index.md @@ -12,11 +12,11 @@ children: - /filtering-projects - /managing-your-views allowTitleToDifferFromFilename: true -ms.openlocfilehash: c5a7f7f8aff5ab61a4711f6fbb30f64cf9fea002 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 10c4aaf54f90773acb1d7a9ed2a8dc186278010e +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424419' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109890' --- diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/managing-your-views.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/managing-your-views.md index 40d3f7958b..ef043228d2 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/managing-your-views.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/managing-your-views.md @@ -7,12 +7,12 @@ versions: type: tutorial topics: - Projects -ms.openlocfilehash: d434b4b086c1ec8526c3214161ac00d58dced4fd -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 9b3d7f4b12210841a0c55f3b0b7356da9b225416 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424404' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110034' --- ## Crear una vista de proyecto diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/index.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/index.md index 717cbf8081..13c90d661a 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/index.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/index.md @@ -19,11 +19,11 @@ children: allowTitleToDifferFromFilename: true redirect_from: - /issues/trying-out-the-new-projects-experience -ms.openlocfilehash: de9bdc87563e88ac945783bc8e98fd520dfb36ef -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 80a894cdca5dda3afff3476a8209cb54589c89b5 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147425252' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110032' --- diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects.md index 2616403a82..428a693d45 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/about-projects.md @@ -10,12 +10,12 @@ redirect_from: type: overview topics: - Projects -ms.openlocfilehash: f50d54b95862102eafe97dcf1dfcec4daa1d7995 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 4de4e96b6e445a29377c63188f6529c5b2023a5e +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424398' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109891' --- ## Acerca de {% data variables.product.prodname_projects_v2 %} diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/best-practices-for-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/best-practices-for-projects.md index d427bed2f3..bc5b255031 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/best-practices-for-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/best-practices-for-projects.md @@ -1,10 +1,10 @@ --- title: 'Best practices for {% data variables.product.prodname_projects_v2 %}' -intro: 'Learn tips for managing your projects.' +intro: Learn tips for managing your projects. allowTitleToDifferFromFilename: true miniTocMaxHeadingLevel: 3 versions: - feature: "projects-v2" + feature: projects-v2 redirect_from: - /issues/trying-out-the-new-projects-experience/best-practices-for-managing-projects type: overview diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/index.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/index.md index f29e6017c2..fe6b12681d 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/index.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/index.md @@ -11,11 +11,11 @@ children: - /quickstart-for-projects - /best-practices-for-projects allowTitleToDifferFromFilename: true -ms.openlocfilehash: 3bd91ba9dda01dd1dc567cde62336a86b3968260 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 3629a25866eb08c704ee857ef78140e356202337 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424395' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109888' --- diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects.md index 674e5bad73..45e3a76819 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/quickstart-for-projects.md @@ -10,12 +10,12 @@ redirect_from: type: quick_start topics: - Projects -ms.openlocfilehash: 165f12f1f76bcc571a7f7c47c33106bad2d6ff42 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 39798565419acaa831a996a0c86cc62f367f4bb7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424285' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110072' --- ## Introducción diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project.md index 7fc55bb88e..25daa92188 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project.md @@ -1,10 +1,10 @@ --- title: 'Adding items to your {% data variables.projects.project_v2 %}' -shortTitle: 'Adding items' +shortTitle: Adding items intro: 'Learn how to add pull requests, issues, and draft issues to your projects individually or in bulk.' miniTocMaxHeadingLevel: 4 versions: - feature: "projects-v2" + feature: projects-v2 type: tutorial topics: - Projects @@ -83,4 +83,4 @@ Draft issues can have a title, text body, assignees, and any custom fields from **Note**: Users will not receive notifications when they are assigned to or mentioned in a draft issue unless the draft issue is converted to an issue. -{% endnote %} \ No newline at end of file +{% endnote %} diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project.md index d49c64ef7c..05edecb409 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/archiving-items-from-your-project.md @@ -1,10 +1,10 @@ --- title: 'Archiving items from your {% data variables.projects.project_v2 %}' -shortTitle: 'Archiving items' +shortTitle: Archiving items intro: 'You can archive items, keeping them available to restore, or permanently delete them.' miniTocMaxHeadingLevel: 2 versions: - feature: "projects-v2" + feature: projects-v2 type: tutorial topics: - Projects @@ -45,4 +45,4 @@ You can delete an item to remove it from the project entirely. 1. Click **Delete from project**. ![Screenshot showing delete option](/assets/images/help/projects-v2/delete-menu-item.png) 1. When prompted, confirm your choice by clicking **Delete**. - ![Screenshot showing delete prompt](/assets/images/help/projects-v2/delete-item-prompt.png) \ No newline at end of file + ![Screenshot showing delete prompt](/assets/images/help/projects-v2/delete-item-prompt.png) diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/converting-draft-issues-to-issues.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/converting-draft-issues-to-issues.md index 8097353457..1645fc53fb 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/converting-draft-issues-to-issues.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/converting-draft-issues-to-issues.md @@ -8,12 +8,12 @@ versions: type: tutorial topics: - Projects -ms.openlocfilehash: 22d80acf06957a3ab617e51d0051c75cf42db988 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 6c956f5453941bdd6b9fbe89191737b1b7f59cec +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424269' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109887' --- ## Conversión de borradores de incidencias en el diseño de tabla diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/index.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/index.md index 9e1ca7b00b..31f3759717 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/index.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/index.md @@ -12,11 +12,11 @@ children: - /converting-draft-issues-to-issues - /archiving-items-from-your-project allowTitleToDifferFromFilename: true -ms.openlocfilehash: 76a77b3ba3cf61b37aaf2b23ae1117951d5b3105 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 99f64d6e5f4d9cb39771f1ef9f0fae42c36a8cb7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424264' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110069' --- diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-repository.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-repository.md index b6bed1edb1..86768be365 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-repository.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-repository.md @@ -9,12 +9,12 @@ type: tutorial topics: - Projects allowTitleToDifferFromFilename: true -ms.openlocfilehash: 58739f4e548985729d01a962e67a12ea0c0b38e9 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 30486f727a04ccea3b5bfd374a4da3c6367d1cb6 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424392' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110068' --- Puedes listar los proyectos relevantes en un repositorio. Solo puedes listar proyectos que le pertenezcan al mismo usuario u organización propietaria del repositorio. diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/closing-and-deleting-your-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/closing-and-deleting-your-projects.md index 1c6e85d4cd..219e7318e7 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/closing-and-deleting-your-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/closing-and-deleting-your-projects.md @@ -11,12 +11,12 @@ type: tutorial topics: - Projects allowTitleToDifferFromFilename: true -ms.openlocfilehash: a37980d4d19ca0392fab51dc7e99987e469d2c9a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: cfd4db85e8bd046e667b108c5c8d8c23102e0d29 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424297' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110065' --- ## Eliminación de un proyecto diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/index.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/index.md index 39aec0445a..21613b0517 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/index.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/index.md @@ -13,11 +13,11 @@ children: - /adding-your-project-to-a-repository - /adding-your-project-to-a-team allowTitleToDifferFromFilename: true -ms.openlocfilehash: ca7c42e8dcb3daf477c70248eb79d12ca9670052 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: c7dd1657bae11e0f43895e946b5e20a209666363 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424281' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109886' --- diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects.md index e5f823f24e..bda406771e 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/managing-access-to-your-projects.md @@ -4,7 +4,7 @@ shortTitle: 'Managing {% data variables.projects.project_v2 %} access' intro: 'Learn how to manage team and individual access to your {% data variables.projects.project_v2 %}.' miniTocMaxHeadingLevel: 3 versions: - feature: "projects-v2" + feature: projects-v2 redirect_from: - /issues/trying-out-the-new-projects-experience/managing-access-to-projects type: tutorial diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/managing-visibility-of-your-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/managing-visibility-of-your-projects.md index 3926af2829..aba5d3796c 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/managing-visibility-of-your-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-your-project/managing-visibility-of-your-projects.md @@ -12,12 +12,12 @@ topics: - Projects allowTitleToDifferFromFilename: true permissions: Organization owners can manage the visibility of project boards in their organization. Organization owners can also allow collaborators with admin permissions to manage project visibility. Visibility of user projects can be managed by the owner of the project and collaborators with admin permissions. -ms.openlocfilehash: 0fcd51dc996f28103179835f05fc74941eb1daee -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: fbe4f0943010129b14ace21f6071b99e1160053b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147854064' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110140' --- ## Acerca de la visibilidad de los proyectos diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-date-fields.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-date-fields.md index a814e8c75b..6a5dd371d9 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-date-fields.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-date-fields.md @@ -8,12 +8,12 @@ versions: type: tutorial topics: - Projects -ms.openlocfilehash: e5cdcbdfbc2e51949c22c27fb1071b6e931ee59a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 7c3bc45c036e209e0be682c3b13b9dafcba17885 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424317' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110061' --- Puedes filtrar los valores de fecha con el formato `YYYY-MM-DD`, por ejemplo: `date:2022-07-01`. También puedes usar operadores como `>`, `>=`, `<`, `<=` y `..`. Por ejemplo, `date:>2022-07-01` y `date:2022-07-01..2022-07-31`. También puedes proporcionar `@today` para representar el día actual en el filtro. Para obtener más información, consulta "[Filtrar proyectos](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects)". diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-iteration-fields.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-iteration-fields.md index fdd2c63757..74af2a256a 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-iteration-fields.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-iteration-fields.md @@ -10,12 +10,12 @@ redirect_from: type: tutorial topics: - Projects -ms.openlocfilehash: fe0b02e356023880b03302de93a44273efd135a5 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 93039327ab7075e0f79c9d5ae5d6652aa635a500 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424261' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110136' --- Puedes crear un campo de iteración para asociar elementos con bloques de tiempo de repetición específicos. Las iteraciones se pueden establecer en cualquier período de tiempo, pueden incluir saltos y se pueden editar individualmente para modificar el nombre y el intervalo de fechas. Con los proyectos, puedes agrupar por iteración para visualizar el equilibrio de los trabajos futuros, usar filtros para centrarte en una sola iteración y ordenar por iteración. diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-single-select-fields.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-single-select-fields.md index 83f75c5c6d..cc3326a4de 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-single-select-fields.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-single-select-fields.md @@ -8,12 +8,12 @@ versions: type: tutorial topics: - Projects -ms.openlocfilehash: 50251608201f6a5e199c235cb0c715449bc99882 -ms.sourcegitcommit: 1309b46201604c190c63bfee47dce559003899bf +ms.openlocfilehash: 1dfb11e43de04bd55f544a9fb97a0a9346a22d96 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147424335' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109957' --- Puedes filtrar por los campos de selección única si especificas la opción, por ejemplo: `fieldname:option`. Puedes filtrar por varios valores si proporcionas una lista de opciones separadas por comas, por ejemplo: `fieldname:option,option`. Para obtener más información, consulta "[Filtrar proyectos](/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects)". diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-text-and-number-fields.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-text-and-number-fields.md index 80fa699701..b94301be94 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-text-and-number-fields.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/about-text-and-number-fields.md @@ -8,12 +8,12 @@ versions: type: tutorial topics: - Projects -ms.openlocfilehash: d6ab274812f4f35ff4f6afa9e1e2139abf86dd54 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 2ef01bbd4ec13e37fdcd95e2a536e73c6da2304d +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424383' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109960' --- Puedes usar campos de texto para incluir notas o cualquier otro texto de forma libre en el proyecto. diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/deleting-fields.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/deleting-fields.md index c29e68a423..db2f11d7bf 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/deleting-fields.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/deleting-fields.md @@ -7,12 +7,12 @@ versions: type: tutorial topics: - Projects -ms.openlocfilehash: c0e250a584d596377c5efaa15d06dacf943827a7 -ms.sourcegitcommit: 1309b46201604c190c63bfee47dce559003899bf +ms.openlocfilehash: 2998d4d39a3ec5f59a649fe62fd15c974e1e7ff7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147424362' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109958' --- {% data reusables.projects.project-settings %} 1. Haz clic en el nombre del campo que quieras eliminar. diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/index.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/index.md index c150952210..781a7b2c86 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/index.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/index.md @@ -15,11 +15,11 @@ children: - /renaming-fields - /deleting-fields allowTitleToDifferFromFilename: true -ms.openlocfilehash: 8b4f48ba1d55d81c571256f48334c54ce3a7e71d -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: eaa9fe7d4dbd6b2c43d0ab2ad12faf173d6f571a +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424249' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109885' --- diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/renaming-fields.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/renaming-fields.md index 1194d532a3..2e9f7897c7 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/renaming-fields.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/understanding-field-types/renaming-fields.md @@ -7,12 +7,12 @@ versions: type: tutorial topics: - Projects -ms.openlocfilehash: ab1373e5bea18c01ba97f37a7e77441d0bb70422 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: a8e43cc14edf9dd0c6838d8f75839a2c0624a7a5 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147717553' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109913' --- {% data reusables.projects.project-settings %} 1. Haz clic en el nombre del campo que quieras cambiar de nombre. diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/about-insights-for-projects.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/about-insights-for-projects.md index 9ad1c07a19..942f464816 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/about-insights-for-projects.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/about-insights-for-projects.md @@ -11,12 +11,12 @@ product: '{% data reusables.gated-features.historical-insights-for-projects %}' topics: - Projects allowTitleToDifferFromFilename: true -ms.openlocfilehash: a90ec5dfb6aa983b8ffe26c84c4ec6ad01b0471d -ms.sourcegitcommit: 1309b46201604c190c63bfee47dce559003899bf +ms.openlocfilehash: 89f93ace53547fccd69ffb7e6d7b666a6cb48991 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147424260' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109912' --- {% ifversion fpt %} diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/configuring-charts.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/configuring-charts.md index 4823897d98..68e435976f 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/configuring-charts.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/configuring-charts.md @@ -8,12 +8,12 @@ type: tutorial product: '{% data reusables.gated-features.historical-insights-for-projects %}' topics: - Projects -ms.openlocfilehash: 4fffa6ebd196419dc08de7abaf5d85349bd38737 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: dd8f97ac69beb90a511c36ddd0a51f0e16b2d4b3 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424380' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109911' --- {% ifversion fpt %} diff --git a/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/creating-charts.md b/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/creating-charts.md index 1bdbb6f386..690b3316c7 100644 --- a/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/creating-charts.md +++ b/translations/es-ES/content/issues/planning-and-tracking-with-projects/viewing-insights-from-your-project/creating-charts.md @@ -8,12 +8,12 @@ type: tutorial product: '{% data reusables.gated-features.historical-insights-for-projects %}' topics: - Projects -ms.openlocfilehash: 1f6a072676480b02bcfbd589f5d4e9011e8e8052 -ms.sourcegitcommit: 1309b46201604c190c63bfee47dce559003899bf +ms.openlocfilehash: c708476decfb76086f32d96d8fc1e085030ae37e +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147424248' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109873' --- {% data reusables.projects.access-insights %} 3. En el menú de la izquierda, haz clic en **Nuevo gráfico**. diff --git a/translations/es-ES/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md b/translations/es-ES/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md index adbebde7ee..93e9451968 100644 --- a/translations/es-ES/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md +++ b/translations/es-ES/content/issues/tracking-your-work-with-issues/filtering-and-searching-issues-and-pull-requests.md @@ -107,8 +107,8 @@ You can filter a repository's list of pull requests to find: - Pull requests that [require a review](/github/administering-a-repository/about-protected-branches#require-pull-request-reviews-before-merging) before they can be merged - Pull requests that a reviewer has approved - Pull requests in which a reviewer has asked for changes -- Pull requests that you have reviewed{% ifversion fpt or ghae or ghes > 3.2 or ghec %} -- Pull requests that someone has asked you directly to review{% endif %} +- Pull requests that you have reviewed +- Pull requests that someone has asked you directly to review - Pull requests that [someone has asked you, or a team you're a member of, to review](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review) {% data reusables.repositories.navigate-to-repo %} @@ -168,7 +168,6 @@ With issue and pull request search terms, you can: - Filter issues and pull requests by label: `state:open type:issue label:"bug"` - Filter out search terms by using `-` before the term: `state:open type:issue -author:octocat` -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} {% tip %} **Tip:** You can filter issues and pull requests by label using logical OR or using logical AND. @@ -176,7 +175,6 @@ With issue and pull request search terms, you can: - To filter issues using logical AND, use separate label filters: `label:"bug" label:"wip"`. {% endtip %} -{% endif %} For issues, you can also use search to: @@ -190,8 +188,8 @@ For pull requests, you can also use search to: - Filter pull requests that a reviewer has approved: `state:open type:pr review:approved` - 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](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review): `state:open type:pr review-requested:octocat`{% ifversion fpt or ghae or ghes > 3.2 or ghec %} -- Filter pull requests that someone has asked you directly to review: `state:open type:pr user-review-requested:@me`{% endif %} +- Filter pull requests by the specific user [requested for review](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/requesting-a-pull-request-review): `state:open type:pr review-requested:octocat` +- Filter pull requests that someone has asked you directly to review: `state:open type:pr user-review-requested:@me` - Filter pull requests by the team requested for review: `state:open type:pr team-review-requested:github/docs` - Filter for pull requests that are linked to an issue that the pull request may close: `linked:issue` diff --git a/translations/es-ES/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md b/translations/es-ES/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md index 5802070b3c..10b193cadf 100644 --- a/translations/es-ES/content/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue.md +++ b/translations/es-ES/content/issues/tracking-your-work-with-issues/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 {% ifversion link-existing-branches-to-issue %}or branch {% endif %}to an issue to show that a fix is in progress and to automatically close the issue when the pull request {% ifversion link-existing-branches-to-issue %}or branch {% endif %} is merged. +intro: 'You can link a pull request {% ifversion link-existing-branches-to-issue %}or branch {% endif %}to an issue to show that a fix is in progress and to automatically close the issue when the pull request {% ifversion link-existing-branches-to-issue %}or branch {% endif %} is merged.' redirect_from: - /github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests/linking-a-pull-request-to-an-issue - /articles/closing-issues-via-commit-message diff --git a/translations/es-ES/content/organizations/collaborating-with-groups-in-organizations/about-organizations.md b/translations/es-ES/content/organizations/collaborating-with-groups-in-organizations/about-organizations.md index 75ba453d6e..ef767523b8 100644 --- a/translations/es-ES/content/organizations/collaborating-with-groups-in-organizations/about-organizations.md +++ b/translations/es-ES/content/organizations/collaborating-with-groups-in-organizations/about-organizations.md @@ -12,12 +12,12 @@ versions: topics: - Organizations - Teams -ms.openlocfilehash: 3780e309aa149de90a6871fbe236aac752c67d0b -ms.sourcegitcommit: 5b1461b419dbef60ae9dbdf8e905a4df30fc91b7 +ms.openlocfilehash: 7412c38e647ddec33543bd04d38d813bf6a93c88 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147879331' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109872' --- ## Acerca de las organizaciones diff --git a/translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization.md b/translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization.md index 58f47d8e9d..bb75ec8494 100644 --- a/translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization.md +++ b/translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization.md @@ -70,12 +70,10 @@ You can enable or disable features for all repositories. {% ifversion ghec %} !["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/help/organizations/security-and-analysis-disable-or-enable-all-ghas-ghec.png) {% endif %} - {% ifversion ghes > 3.2 %} + {% ifversion ghes %} !["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/enterprise/3.3/organizations/security-and-analysis-disable-or-enable-all-ghas.png) {% endif %} - {% ifversion ghes = 3.2 %} - !["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/enterprise/3.1/help/organizations/security-and-analysis-disable-or-enable-all-ghas.png) - {% endif %} + {% ifversion ghae %} !["Enable all" or "Disable all" button for "Configure security and analysis" features](/assets/images/enterprise/github-ae/organizations/security-and-analysis-disable-or-enable-all-ghae.png) @@ -108,17 +106,15 @@ You can enable or disable features for all repositories. {% ifversion fpt or ghec %} ![Screenshot of a checkbox for enabling a feature for new repositories](/assets/images/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png) {% endif %} - {% ifversion ghes > 3.2 %} + {% ifversion ghes %} ![Screenshot of a checkbox for enabling a feature for new repositories](/assets/images/enterprise/3.3/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png) {% endif %} - {% ifversion ghes = 3.2 %} - ![Screenshot of a checkbox for enabling a feature for new repositories](/assets/images/enterprise/3.1/help/organizations/security-and-analysis-enable-or-disable-feature-checkbox.png) - {% endif %} + {% ifversion ghae %} ![Screenshot of a checkbox for enabling a feature for new repositories](/assets/images/enterprise/github-ae/organizations/security-and-analysis-enable-or-disable-secret-scanning-checkbox-ghae.png) {% endif %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ## Allowing {% data variables.product.prodname_dependabot %} to access private dependencies diff --git a/translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md b/translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md index 8ab11cb17b..704456d6fe 100644 --- a/translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md +++ b/translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md @@ -42,16 +42,16 @@ To search for specific events, use the `action` qualifier in your query. Actions | [`auto_approve_personal_access_token_requests`](#auto_approve_personal_access_token_requests-category-actions) | Contains activities related to your organization's approval policy for {% data variables.product.pat_v2 %}s. For more information, see "[Setting a {% data variables.product.pat_generic %} policy for your organization](/organizations/managing-programmatic-access-to-your-organization/setting-a-personal-access-token-policy-for-your-organization)."{% endif %}{% ifversion fpt or ghec %} | [`billing`](#billing-category-actions) | Contains all activities related to your organization's billing.{% endif %}{% ifversion fpt or ghec %} | [`business`](#business-category-actions) | Contains activities related to business settings for an enterprise. |{% endif %}{% ifversion fpt or ghec %} -| [`codespaces`](#codespaces-category-actions) | Contains all activities related to your organization's codespaces. |{% endif %}{% ifversion fpt or ghec or ghes > 3.2 or ghae %} +| [`codespaces`](#codespaces-category-actions) | Contains all activities related to your organization's codespaces. |{% endif %} | [`dependabot_alerts`](#dependabot_alerts-category-actions) | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_alerts %} in existing repositories. For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/github/managing-security-vulnerabilities/about-alerts-for-vulnerable-dependencies)." -| [`dependabot_alerts_new_repos`](#dependabot_alerts_new_repos-category-actions) | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_alerts %} in new repositories created in the organization.{% endif %}{% ifversion fpt or ghec or ghes > 3.2 %} +| [`dependabot_alerts_new_repos`](#dependabot_alerts_new_repos-category-actions) | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_alerts %} in new repositories created in the organization.{% ifversion fpt or ghec or ghes %} | [`dependabot_security_updates`](#dependabot_security_updates-category-actions) | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_security_updates %} in existing repositories. For more information, see "[Configuring {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/configuring-dependabot-security-updates)." | [`dependabot_security_updates_new_repos`](#dependabot_security_updates_new_repos-category-actions) | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_security_updates %} for new repositories created in the organization.{% endif %}{% ifversion fpt or ghec %} | [`dependency_graph`](#dependency_graph-category-actions) | Contains organization-level configuration activities for dependency graphs for repositories. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)." | [`dependency_graph_new_repos`](#dependency_graph_new_repos-category-actions) | Contains organization-level configuration activities for new repositories created in the organization.{% endif %} | [`discussion_post`](#discussion_post-category-actions) | Contains all activities related to discussions posted to a team page. | [`discussion_post_reply`](#discussion_post_reply-category-actions) | Contains all activities related to replies to discussions posted to a team page.{% ifversion fpt or ghes or ghec %} -| [`enterprise`](#enterprise-category-actions) | Contains activities related to enterprise settings. | {% endif %} +| [`enterprise`](#enterprise-category-actions) | Contains activities related to enterprise settings. |{% endif %} | [`hook`](#hook-category-actions) | Contains all activities related to webhooks. | [`integration_installation`](#integration_installation-category-actions) | Contains activities related to integrations installed in an account. | | [`integration_installation_request`](#integration_installation_request-category-actions) | Contains all activities related to organization member requests for owners to approve integrations for use in the organization. |{% ifversion ghec or ghae %} @@ -77,8 +77,8 @@ To search for specific events, use the `action` qualifier in your query. Actions | [`repository_content_analysis`](#repository_content_analysis-category-actions) | Contains all activities related to [enabling or disabling data use for a private repository](/articles/about-github-s-use-of-your-data).{% endif %}{% ifversion fpt or ghec %} | [`repository_dependency_graph`](#repository_dependency_graph-category-actions) | Contains repository-level activities related to enabling or disabling the dependency graph for a {% ifversion fpt or ghec %}private {% endif %}repository. For more information, see "[About the dependency graph](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph)."{% endif %}{% ifversion ghes or ghae or ghec %} | [`repository_secret_scanning`](#repository_secret_scanning-category-actions) | Contains repository-level activities related to secret scanning. For more information, see "[About secret scanning](/github/administering-a-repository/about-secret-scanning)." {% endif %}{% ifversion secret-scanning-audit-log-custom-patterns %} -| [`repository_secret_scanning_custom_pattern`](#respository_secret_scanning_custom_pattern-category-actions) | Contains repository-level activities related to secret scanning custom patterns. For more information, see "[Defining custom patterns for secret scanning](/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning)." {% endif %}{% ifversion secret-scanning-audit-log-custom-patterns %} -| [`repository_secret_scanning_push_protection`](#respository_secret_scanning_push_protection) | Contains repository-level activities related to secret scanning custom patterns. For more information, see "[Protecting pushes with secert scanning](/code-security/secret-scanning/protecting-pushes-with-secret-scanning)." {% endif %} +| [`repository_secret_scanning_custom_pattern`](#repository_secret_scanning_custom_pattern-category-actions) | Contains repository-level activities related to secret scanning custom patterns. For more information, see "[Defining custom patterns for secret scanning](/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning)." {% endif %}{% ifversion secret-scanning-audit-log-custom-patterns %} +| [`repository_secret_scanning_push_protection`](#repository_secret_scanning_push_protection-category-actions) | Contains repository-level activities related to secret scanning custom patterns. For more information, see "[Protecting pushes with secret scanning](/code-security/secret-scanning/protecting-pushes-with-secret-scanning)." {% endif %} | [`repository_vulnerability_alert`](#repository_vulnerability_alert-category-actions) | Contains all activities related to [{% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts).{% ifversion fpt or ghec %} | [`repository_vulnerability_alerts`](#repository_vulnerability_alerts-category-actions) | Contains repository-level configuration activities for {% data variables.product.prodname_dependabot_alerts %}.{% endif %}{% ifversion custom-repository-roles %} | [`role`](#role-category-actions) | Contains all activities related to [custom repository roles](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization).{% endif %}{% ifversion ghes or ghae or ghec %} @@ -253,7 +253,6 @@ An overview of some of the most common actions that are recorded as events in th | `manage_access_and_security` | Triggered when a user updates [which repositories a codespace can access](/github/developing-online-with-codespaces/managing-access-and-security-for-codespaces). {% endif %} -{% ifversion fpt or ghec or ghes > 3.2 or ghae %} ### `dependabot_alerts` category actions | Action | Description @@ -267,9 +266,8 @@ An overview of some of the most common actions that are recorded as events in th |------------------|------------------- | `disable` | Triggered when an organization owner disables {% data variables.product.prodname_dependabot_alerts %} for all new {% ifversion fpt or ghec %}private {% endif %}repositories. For more information, see "[Managing security and analysis settings for your organization](/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization)." | `enable` | Triggered when an organization owner enables {% data variables.product.prodname_dependabot_alerts %} for all new {% ifversion fpt or ghec %}private {% endif %}repositories. -{% endif %} -{% ifversion fpt or ghec or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes %} ### `dependabot_security_updates` category actions | Action | Description @@ -867,4 +865,4 @@ For more information, see "[Managing the publication of {% data variables.produc - "[Keeping your organization secure](/articles/keeping-your-organization-secure)"{% ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} {%- ifversion fpt or ghec %} - "[Exporting member information for your organization](/organizations/managing-membership-in-your-organization/exporting-member-information-for-your-organization)"{% endif %} -{%- endif %} \ No newline at end of file +{%- endif %} diff --git a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md index a4383b54e7..228294ab4c 100644 --- a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md +++ b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md @@ -1,6 +1,6 @@ --- -title: 'Adición de un colaborador externo a una instancia de {% data variables.product.prodname_project_v1 %} en la organización' -intro: 'Como propietario de la organización o administrador de {% data variables.projects.projects_v1_board %}, puedes agregar un colaborador externo a una instancia de {% data variables.projects.projects_v1_board %} y personalizar sus permisos.' +title: 'Adding an outside collaborator to a {% data variables.product.prodname_project_v1 %} in your organization' +intro: 'As an organization owner or {% data variables.projects.projects_v1_board %} admin, you can add an outside collaborator and customize their permissions to a {% data variables.projects.projects_v1_board %}.' redirect_from: - /articles/adding-an-outside-collaborator-to-a-project-board-in-your-organization - /github/setting-up-and-managing-organizations-and-teams/adding-an-outside-collaborator-to-a-project-board-in-your-organization @@ -14,18 +14,21 @@ topics: - Teams shortTitle: Add a collaborator allowTitleToDifferFromFilename: true -ms.openlocfilehash: 04a8728c1dc38937a00277316e162ead9acb0fef -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147422952' --- + {% data reusables.projects.project_boards_old %} -Un colaborador externo es alguien que no es explícitamente un miembro de tu organización, pero que tiene permisos para una instancia de {% data variables.projects.projects_v1_board %} en tu organización. +An outside collaborator is a person who isn't explicitly a member of your organization, but who has permissions to a {% data variables.projects.projects_v1_board %} in your organization. -{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.select-project %} {% data reusables.project-management.click-menu %} {% data reusables.project-management.access-collaboration-settings %} {% data reusables.project-management.collaborator-option %} -9. Debajo de "Search by username, full name or email address" (Buscar por nombre de usuario, nombre completo o dirección de correo electrónico), escribe el nombre, nombre de usuario o correo electrónico del colaborador externo {% data variables.product.prodname_dotcom %}. - ![La sección Collaborators (Colaboradores) con el nombre de usuario de Octocat escrito en el campo de búsqueda](/assets/images/help/projects/org-project-collaborators-find-name.png) {% data reusables.project-management.add-collaborator %} {% data reusables.project-management.collaborator-permissions %} +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.select-project %} +{% data reusables.project-management.click-menu %} +{% data reusables.project-management.access-collaboration-settings %} +{% data reusables.project-management.collaborator-option %} +9. Under "Search by username, full name or email address", type the outside collaborator's name, username, or {% data variables.product.prodname_dotcom %} email. + ![The Collaborators section with the Octocat's username entered in the search field](/assets/images/help/projects/org-project-collaborators-find-name.png) +{% data reusables.project-management.add-collaborator %} +{% data reusables.project-management.collaborator-permissions %} diff --git a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/index.md b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/index.md index 1c03a07479..99ba78a679 100644 --- a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/index.md +++ b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/index.md @@ -22,11 +22,11 @@ children: - /removing-an-outside-collaborator-from-an-organization-project-board shortTitle: 'Manage {% data variables.product.prodname_project_v1 %} access' allowTitleToDifferFromFilename: true -ms.openlocfilehash: bde0cbf48426b968aae6326e3db7a66fe47fda16 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: ec3c6cdaffc23dcb4df631879d17ec1ca6c1d61b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147422936' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109825' --- diff --git a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members.md b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members.md index e29462c00f..c17aea1352 100644 --- a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members.md +++ b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members.md @@ -1,6 +1,6 @@ --- -title: 'Administración del acceso a una instancia de {% data variables.product.prodname_project_v1 %} para los miembros de la organización' -intro: 'Como propietario de la organización o administrador de {% data variables.projects.projects_v1_board %}, puedes establecer un nivel de permiso predeterminado para una instancia de {% data variables.projects.projects_v1_board %} para todos los miembros de la organización.' +title: 'Managing access to a {% data variables.product.prodname_project_v1 %} for organization members' +intro: 'As an organization owner or {% data variables.projects.projects_v1_board %} admin, you can set a default permission level for a {% data variables.projects.projects_v1_board %} for all organization members.' redirect_from: - /articles/managing-access-to-a-project-board-for-organization-members - /github/setting-up-and-managing-organizations-and-teams/managing-access-to-a-project-board-for-organization-members @@ -14,33 +14,33 @@ topics: - Teams shortTitle: Manage access for members allowTitleToDifferFromFilename: true -ms.openlocfilehash: fe9d8ebee09d4eb6278545b5561b9691a0468bf5 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '147880786' --- + {% data reusables.projects.project_boards_old %} -De forma predeterminada, los miembros de la organización tienen acceso de escritura a las instancias de {% data variables.projects.projects_v1_boards %} de su organización, a menos que los propietarios de la organización o los administradores de {% data variables.projects.projects_v1_board %} establezcan permisos diferentes para instancias de {% data variables.projects.projects_v1_boards %} específicas. +By default, organization members have write access to their organization's {% data variables.projects.projects_v1_boards %} unless organization owners or {% data variables.projects.projects_v1_board %} admins set different permissions for specific {% data variables.projects.projects_v1_boards %}. -## Configurar un nivel de permiso base para todos los miembros de la organización +## Setting a baseline permission level for all organization members {% tip %} -**Sugerencia:** Puedes conceder a un miembro de la organización permisos más elevados para {% data variables.projects.projects_v1_board %}. Para más información, vea "[Permisos de panel de proyecto para una organización](/articles/project-board-permissions-for-an-organization)". +**Tip:** You can give an organization member higher permissions to {% data variables.projects.projects_v1_board %}. For more information, see "[Project board permissions for an organization](/articles/project-board-permissions-for-an-organization)." {% endtip %} -{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.select-project %} {% data reusables.project-management.click-menu %} {% data reusables.project-management.access-collaboration-settings %} -8. En "Organization member permission" (Permiso de miembro de la organización), elija un nivel de permiso de referencia para todos los miembros de la organización: **Lectura**, **Escritura**, **Administrador** o **Ninguno**. -![Opciones de permiso de referencia a un panel de proyecto para todos los miembros de una organización](/assets/images/help/projects/baseline-project-permissions-for-organization-members.png) -9. Haga clic en **Save**(Guardar). +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.select-project %} +{% data reusables.project-management.click-menu %} +{% data reusables.project-management.access-collaboration-settings %} +8. Under "Organization member permission", choose a baseline permission level for all organization members: **Read**, **Write**, **Admin**, or **None**. +![Baseline project board permission options for all organization members](/assets/images/help/projects/baseline-project-permissions-for-organization-members.png) +9. Click **Save**. -## Información adicional +## Further reading -- "[Administración del acceso de un individuo a una instancia de {% data variables.product.prodname_project_v1 %} de la organización](/articles/managing-an-individual-s-access-to-an-organization-project-board)" -- "[Administración del acceso de un equipo a una instancia de {% data variables.product.prodname_project_v1 %} de la organización](/articles/managing-team-access-to-an-organization-project-board)" -- "[Permisos de {% data variables.product.prodname_project_v1_caps %} para una organización](/articles/project-board-permissions-for-an-organization)". +- "[Managing an individual’s access to an organization {% data variables.product.prodname_project_v1 %}](/articles/managing-an-individual-s-access-to-an-organization-project-board)" +- "[Managing team access to an organization {% data variables.product.prodname_project_v1 %}](/articles/managing-team-access-to-an-organization-project-board)" +- "[{% data variables.product.prodname_project_v1_caps %} permissions for an organization](/articles/project-board-permissions-for-an-organization)" diff --git a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board.md b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board.md index 9f1eaefedb..adaec974e3 100644 --- a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board.md +++ b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board.md @@ -1,6 +1,6 @@ --- -title: 'Administración del acceso de un individuo a una instancia de {% data variables.product.prodname_project_v1 %} de la organización' -intro: 'Como propietario de la organización o administrador de {% data variables.projects.projects_v1_board %}, puedes administrar el acceso de un miembro individual a una instancia de {% data variables.projects.projects_v1_board %} propiedad de la organización.' +title: 'Managing an individual’s access to an organization {% data variables.product.prodname_project_v1 %}' +intro: 'As an organization owner or {% data variables.projects.projects_v1_board %} admin, you can manage an individual member''s access to a {% data variables.projects.projects_v1_board %} owned by your organization.' redirect_from: - /articles/managing-an-individual-s-access-to-an-organization-project-board - /articles/managing-an-individuals-access-to-an-organization-project-board @@ -15,40 +15,57 @@ topics: - Teams shortTitle: Manage individual access allowTitleToDifferFromFilename: true -ms.openlocfilehash: 3fd77225e83df2124e8e026453b539f6961ff473 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147422896' --- + {% data reusables.projects.project_boards_old %} {% note %} -**Nota:** {% data reusables.project-management.cascading-permissions %} Para más información, consulta "[Permisos de {% data variables.product.prodname_project_v1_caps %} para una organización](/articles/project-board-permissions-for-an-organization)". +**Note:** {% data reusables.project-management.cascading-permissions %} For more information, see "[{% data variables.product.prodname_project_v1_caps %} permissions for an organization](/articles/project-board-permissions-for-an-organization)." {% endnote %} -## Concesión a un miembro de la organización de acceso a una instancia de {% data variables.projects.projects_v1_board %} +## Giving an organization member access to a {% data variables.projects.projects_v1_board %} -{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.select-project %} {% data reusables.project-management.click-menu %} {% data reusables.project-management.access-collaboration-settings %} {% data reusables.project-management.collaborator-option %} -9. Debajo de "Search by username, full name or email address" (Buscar por nombre de usuario, nombre completo o dirección de correo electrónico), escribe el nombre, el nombre de usuario o el correo electrónico del colaborador {% data variables.product.prodname_dotcom %}. - ![La sección Collaborators con el nombre de usuario de Octocat escrito en el campo de búsqueda](/assets/images/help/projects/org-project-collaborators-find-name.png) {% data reusables.project-management.add-collaborator %} {% data reusables.project-management.collaborator-permissions %} +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.select-project %} +{% data reusables.project-management.click-menu %} +{% data reusables.project-management.access-collaboration-settings %} +{% data reusables.project-management.collaborator-option %} +9. Under "Search by username, full name or email address", type the collaborator's name, username, or {% data variables.product.prodname_dotcom %} email. + ![The Collaborators section with the Octocat's username entered in the search field](/assets/images/help/projects/org-project-collaborators-find-name.png) +{% data reusables.project-management.add-collaborator %} +{% data reusables.project-management.collaborator-permissions %} -## Cambio del acceso de un miembro de la organización a una instancia de {% data variables.projects.projects_v1_board %} +## Changing an organization member's access to a {% data variables.projects.projects_v1_board %} -{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.select-project %} {% data reusables.project-management.click-menu %} {% data reusables.project-management.access-collaboration-settings %} {% data reusables.project-management.collaborator-option %} {% data reusables.project-management.collaborator-permissions %} +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.select-project %} +{% data reusables.project-management.click-menu %} +{% data reusables.project-management.access-collaboration-settings %} +{% data reusables.project-management.collaborator-option %} +{% data reusables.project-management.collaborator-permissions %} -## Eliminación del acceso de un miembro de la organización a una instancia de {% data variables.projects.projects_v1_board %} +## Removing an organization member's access to a {% data variables.projects.projects_v1_board %} -Cuando eliminas a un colaborador de una instancia de {% data variables.projects.projects_v1_board %}, es posible que conserve acceso al un tablero según los permisos que tenga para otros roles. Para eliminar definitivamente el acceso a una instancia de {% data variables.projects.projects_v1_board %}, debes eliminar el acceso para cada rol que tenga ese usuario. Por ejemplo, un usuario puede tener acceso a la instancia de {% data variables.projects.projects_v1_board %} como miembro de una organización o un equipo. Para más información, consulta "[Permisos de {% data variables.product.prodname_project_v1_caps %} para una organización](/articles/project-board-permissions-for-an-organization)". +When you remove a collaborator from a {% data variables.projects.projects_v1_board %}, they may still retain access to the board based on the permissions they have for other roles. To completely remove access to a {% data variables.projects.projects_v1_board %}, you must remove access for each role the person has. For instance, a person may have access to the {% data variables.projects.projects_v1_board %} as an organization member or team member. For more information, see "[{% data variables.product.prodname_project_v1_caps %} permissions for an organization](/articles/project-board-permissions-for-an-organization)." -{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.select-project %} {% data reusables.project-management.click-menu %} {% data reusables.project-management.access-collaboration-settings %} {% data reusables.project-management.collaborator-option %} {% data reusables.project-management.remove-collaborator %} +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.select-project %} +{% data reusables.project-management.click-menu %} +{% data reusables.project-management.access-collaboration-settings %} +{% data reusables.project-management.collaborator-option %} +{% data reusables.project-management.remove-collaborator %} -## Información adicional +## Further reading -- "[Permisos de {% data variables.product.prodname_project_v1_caps %} para una organización](/articles/project-board-permissions-for-an-organization)". +- "[{% data variables.product.prodname_project_v1_caps %} permissions for an organization](/articles/project-board-permissions-for-an-organization)" diff --git a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board.md b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board.md index 522bc91b7a..30b1dbf759 100644 --- a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board.md +++ b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board.md @@ -1,5 +1,5 @@ --- -title: Managing team access to an organization {% data variables.product.prodname_project_v1 %} +title: 'Managing team access to an organization {% data variables.product.prodname_project_v1 %}' intro: 'As an organization owner or {% data variables.projects.projects_v1_board %} admin, you can give a team access to a {% data variables.projects.projects_v1_board %} owned by your organization.' redirect_from: - /articles/managing-team-access-to-an-organization-project-board @@ -68,4 +68,4 @@ If a team's access to a {% data variables.projects.projects_v1_board %} is inher - [Adding your project to a team](/issues/planning-and-tracking-with-projects/managing-your-project/adding-your-project-to-a-team) -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board.md b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board.md index 38470d20c1..fb33b5a98b 100644 --- a/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board.md +++ b/translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board.md @@ -1,6 +1,6 @@ --- -title: 'Eliminación de un colaborador externo de una instancia de {% data variables.product.prodname_project_v1 %} de la organización' -intro: 'Como propietario de la organización o administrador de {% data variables.projects.projects_v1_board %}, puedes quitar el acceso de un colaborador externo a una instancia de {% data variables.projects.projects_v1_board %}.' +title: 'Removing an outside collaborator from an organization {% data variables.product.prodname_project_v1 %}' +intro: 'As an organization owner or {% data variables.projects.projects_v1_board %} admin, you can remove an outside collaborator''s access to a {% data variables.projects.projects_v1_board %}.' redirect_from: - /articles/removing-an-outside-collaborator-from-an-organization-project-board - /github/setting-up-and-managing-organizations-and-teams/removing-an-outside-collaborator-from-an-organization-project-board @@ -14,14 +14,16 @@ topics: - Teams shortTitle: Remove outside collaborator allowTitleToDifferFromFilename: true -ms.openlocfilehash: 2dfcc372565366328820e968d6c6384f97b0e2c1 -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147884201' --- + {% data reusables.projects.project_boards_old %} -{% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} {% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} -1. Haz clic en **Proyectos (clásico)** {% endif %} {% data reusables.project-management.select-project %} {% data reusables.project-management.click-menu %} {% data reusables.project-management.access-collaboration-settings %} {% data reusables.project-management.collaborator-option %} {% data reusables.project-management.remove-collaborator %} +{% data reusables.profile.access_org %} +{% data reusables.user-settings.access_org %} +{% data reusables.organizations.organization-wide-project %}{% ifversion projects-v2 %} +1. Click **Projects (classic)**{% endif %} +{% data reusables.project-management.select-project %} +{% data reusables.project-management.click-menu %} +{% data reusables.project-management.access-collaboration-settings %} +{% data reusables.project-management.collaborator-option %} +{% data reusables.project-management.remove-collaborator %} diff --git a/translations/es-ES/content/organizations/managing-organization-settings/allowing-project-visibility-changes-in-your-organization.md b/translations/es-ES/content/organizations/managing-organization-settings/allowing-project-visibility-changes-in-your-organization.md index 5450590e27..7387b2e2a5 100644 --- a/translations/es-ES/content/organizations/managing-organization-settings/allowing-project-visibility-changes-in-your-organization.md +++ b/translations/es-ES/content/organizations/managing-organization-settings/allowing-project-visibility-changes-in-your-organization.md @@ -9,12 +9,12 @@ topics: shortTitle: Project visibility permissions allowTitleToDifferFromFilename: true permissions: 'Organization owners can allow {% data variables.projects.project_v2_and_v1 %} visibility changes for an organization.' -ms.openlocfilehash: 784b0f35ff86a1a2620a0c96d4e951a8ca28e136 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 5f8963e8c03e2c0a62586964b6331ec7b3d945b5 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147854088' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110028' --- ## Acerca de los cambios de visibilidad de los proyectos diff --git a/translations/es-ES/content/organizations/managing-organization-settings/disabling-insights-for-projects-in-your-organization.md b/translations/es-ES/content/organizations/managing-organization-settings/disabling-insights-for-projects-in-your-organization.md index ec412ed34c..a3322626b0 100644 --- a/translations/es-ES/content/organizations/managing-organization-settings/disabling-insights-for-projects-in-your-organization.md +++ b/translations/es-ES/content/organizations/managing-organization-settings/disabling-insights-for-projects-in-your-organization.md @@ -8,12 +8,12 @@ topics: - Projects shortTitle: 'Disable {% data variables.product.prodname_projects_v2 %} insights' allowTitleToDifferFromFilename: true -ms.openlocfilehash: 06ab0f550603e3810bf860f01efe9113766c0fb3 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: 80a35ea28d90b89c39fb7f9207b2ea950a98a8b6 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '147424305' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109824' --- Después de deshabilitar las conclusiones de los proyectos de la organización, no será posible acceder a las conclusiones de ningún proyecto propiedad de la organización. diff --git a/translations/es-ES/content/organizations/managing-organization-settings/index.md b/translations/es-ES/content/organizations/managing-organization-settings/index.md index df10265b21..f1a4dbbedf 100644 --- a/translations/es-ES/content/organizations/managing-organization-settings/index.md +++ b/translations/es-ES/content/organizations/managing-organization-settings/index.md @@ -45,11 +45,11 @@ children: - /disabling-insights-for-projects-in-your-organization - /allowing-project-visibility-changes-in-your-organization shortTitle: Manage organization settings -ms.openlocfilehash: 5e89284314ef4f1125ff4ca0843031326e378b0b -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: d19c515ac3d908df15afd8c5741553f7526a6f99 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147424748' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148009692' --- {% ifversion fpt or ghec %} {% endif %} diff --git a/translations/es-ES/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md b/translations/es-ES/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md index 761972a005..25ed41ec30 100644 --- a/translations/es-ES/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md +++ b/translations/es-ES/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md @@ -1,29 +1,26 @@ --- -title: Administración de la directiva de aprobación de confirmaciones para la organización -intro: 'Puedes requerir que los usuarios aprueben automáticamente todas las confirmaciones que realicen en la interfaz web de {% data variables.product.product_name %} en repositorios que pertenezcan a tu organización.' +title: Managing the commit signoff policy for your organization +intro: 'You can require users to automatically sign off all commits they make in {% data variables.product.product_name %}''s web interface to repositories owned by your organization.' versions: feature: commit-signoffs permissions: Organization owners can require all commits to repositories owned by the organization be signed off by the commit author. topics: - Organizations shortTitle: Manage the commit signoff policy -ms.openlocfilehash: 0d4f2a0fae7db59a7a1f5d8646263e965e9be9ef -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147409875' --- -## Acerca de las aprobaciones de confirmación -Para confirmar que una confirmación cumple con las reglas y las licencias que rigen un repositorio, muchas organizaciones requieren que los desarrolladores aprueben todas las confirmaciones. Si tu organización requiere aprobaciones de confirmación, puedes hacer que la aprobación sea una parte sencilla del proceso de confirmación habilitando las aprobaciones de confirmación obligatorias para los usuarios que realizan la confirmación a través de la interfaz web de {% data variables.product.product_name %}. Después de habilitar las aprobaciones de confirmación obligatorias para una organización, el autor de la confirmación aprobará automáticamente todas las confirmaciones realizadas en los repositorios de esa organización a través de la interfaz web de {% data variables.product.product_name %}. +## About commit signoffs -Los usuarios con acceso de administrador a un repositorio también pueden habilitar las aprobaciones de confirmación obligatorias en el nivel de repositorio. Para obtener más información, consulta "[Administración de la directiva de aprobación de confirmaciones para el repositorio](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository)". +To affirm that a commit complies with the rules and licensing governing a repository, many organizations require developers to sign off on every commit. If your organization requires commit signoffs, you can make signing off a seamless part of the commit process by enabling compulsory commit signoffs for users committing through {% data variables.product.product_name %}'s web interface. After you enable compulsory commit signoffs for an organization, every commit made to repositories in that organization through {% data variables.product.product_name %}'s web interface will automatically be signed off on by the commit author. + +People with admin access to a repository can also enable compulsory commit signoffs at the repository level. For more information, see "[Managing the commit signoff policy for your repository](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository)." {% data reusables.repositories.commit-signoffs %} -## Administración de la aprobación de confirmaciones obligatorias para la organización +## Managing compulsory commit signoffs for your organization -{% data reusables.profile.access_org %} {% data reusables.profile.org_settings %} {% data reusables.organizations.repository-defaults %} -1. Seleccione o anule la selección de **Require contributors to sign off on web-based commits** (Requerir a los colaboradores aprobación para las confirmaciones basadas en web). - ![Captura de pantalla de la opción para requerir a los colaboradores aprobación para las confirmaciones basadas en web](/assets/images/help/organizations/require-signoffs.png) +{% data reusables.profile.access_org %} +{% data reusables.profile.org_settings %} +{% data reusables.organizations.repository-defaults %} +1. Select or deselect **Require contributors to sign off on web-based commits**. + ![Screenshot of Require contributors to sign off on web-based commits](/assets/images/help/organizations/require-signoffs.png) diff --git a/translations/es-ES/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md b/translations/es-ES/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md index 52fe8529f0..43c2116721 100644 --- a/translations/es-ES/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md +++ b/translations/es-ES/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md @@ -1,6 +1,6 @@ --- -title: Configurar permisos para agregar colaboradores externos -intro: 'Para proteger los datos de tu organización y la cantidad de licencias pagadas que se utilizan en ella, puedes configurar quién puede agregar colaboradores externos a los repositorios que le pertenezcan.' +title: Setting permissions for adding outside collaborators +intro: 'To protect your organization''s data and the number of paid licenses used in your organization, you can configure who can add outside collaborators to organization repositories.' redirect_from: - /articles/restricting-the-ability-to-add-outside-collaborators-to-organization-repositories - /articles/setting-permissions-for-adding-outside-collaborators @@ -13,28 +13,25 @@ topics: - Organizations - Teams shortTitle: Set collaborator policy -ms.openlocfilehash: eadf4f805775a99f763ec4df211fe6ea9735dabc -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: '145119242' --- -Predeterminadamente, cualquiera con acceso administrativo en un repositorio puede invitar a los colaboradores externos a trabajar en el repositorio. Puedes elegir restringir la posibilidad de agregar colaboradores externos solo a los propietarios de la organización. -{% ifversion ghec %} {% note %} +By default, anyone with admin access to a repository can invite outside collaborators to work on the repository. You can choose to restrict the ability to add outside collaborators to organization owners only. -**Nota:** Solo las organizaciones que usan {% data variables.product.prodname_ghe_cloud %} pueden restringir la capacidad de invitar a colaboradores externos para que sean propietarios de la organización. {% data reusables.enterprise.link-to-ghec-trial %} +{% ifversion ghec %} +{% note %} -{% endnote %} {% endif %} +**Note:** Only organizations that use {% data variables.product.prodname_ghe_cloud %} can restrict the ability to invite outside collaborators to organization owners. {% data reusables.enterprise.link-to-ghec-trial %} -{% ifversion ghec %}Si tu organización es propiedad de una cuenta de empresa y el propietario de la cuenta de empresa ha establecido una directiva en el nivel de empresa, es posible que{% else %}no puedas{% endif %} configurar este valor para tu organización. Para más información, consulta "[Aplicación de directivas de administración de repositorios en tu empresa]{% ifversion ghec %}(/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-collaborators-to-repositories)"{% else %}(/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories){% endif %}." +{% endnote %} +{% endif %} + +{% ifversion ghec %}If your organization is owned by an enterprise account, you{% else %}You{% endif %} may not be able to configure this setting for your organization, if an enterprise owner has set a policy at the enterprise level. For more information, see "[Enforcing repository management policies in your enterprise]{% ifversion ghec %}(/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-collaborators-to-repositories)"{% else %}(/admin/policies/enforcing-policies-for-your-enterprise/enforcing-repository-management-policies-in-your-enterprise#enforcing-a-policy-for-inviting-outside-collaborators-to-repositories){% endif %}." {% data reusables.organizations.outside-collaborators-use-seats %} -{% data reusables.profile.access_org %} {% data reusables.profile.org_settings %} {% data reusables.organizations.member-privileges %}{% ifversion ghes < 3.3 %} -5. En "Invitaciones al repositorio", seleccione **Permitir que los miembros inviten a colaboradores externos a los repositorios para esta organización**. - ![Casilla para permitir que los miembros inviten a colaboradores externos a repositorios de la organización](/assets/images/help/organizations/repo-invitations-checkbox-old.png){% else %} -5. En "Colaboradores externos del repositorio", desactiva **Permitir que los administradores del repositorio inviten a colaboradores externos a repositorios de esta organización**. - ![Casilla para permitir que los administradores del repositorio inviten a colaboradores externos a repositorios de la organización](/assets/images/help/organizations/repo-invitations-checkbox-updated.png){% endif %} -6. Haga clic en **Save**(Guardar). +{% data reusables.profile.access_org %} +{% data reusables.profile.org_settings %} +{% data reusables.organizations.member-privileges %} +5. Under "Repository outside collaborators", deselect **Allow repository administrators to invite outside collaborators to repositories for this organization**. + ![Checkbox to allow repository administrators to invite outside collaborators to organization repositories](/assets/images/help/organizations/repo-invitations-checkbox-updated.png) +6. Click **Save**. diff --git a/translations/es-ES/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md b/translations/es-ES/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md index f431b926df..15bde5c536 100644 --- a/translations/es-ES/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md +++ b/translations/es-ES/content/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization.md @@ -15,12 +15,12 @@ topics: - Organizations - Teams shortTitle: Roles in an organization -ms.openlocfilehash: d8d07ff40026de0d12fce2e11479c424b781680a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 960f6f701ad524220e9e79ada04fa9e4d30b8e9f +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147061742' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109815' --- ## Acerca de los roles {% data reusables.organizations.about-roles %} @@ -142,7 +142,7 @@ Para mantener seguros los datos de su organización y, al mismo tiempo, permitir | Habilitar la sincronización de equipos (consulte "[Administración de la sincronización de equipos para la organización](/organizations/managing-saml-single-sign-on-for-your-organization/managing-team-synchronization-for-your-organization)") | **X** | | | | |{% endif %} | Administrar revisiones de solicitudes de incorporación de cambios en la organización (consulte "[Administración de revisiones de solicitudes de incorporación de cambios en la organización](/organizations/managing-organization-settings/managing-pull-request-reviews-in-your-organization)") | **X** | | | | | -{% elsif ghes > 3.2 or ghae %} +{% elsif ghes or ghae %} | Acción de la organización | Propietarios | Miembros | Administradores de seguridad | @@ -167,7 +167,7 @@ Para mantener seguros los datos de su organización y, al mismo tiempo, permitir | Puede ser *mantenedor de equipo* | **X** | **X** | **X** | | Transferir repositorios | **X** | | | | Administrar la configuración de seguridad y análisis (consulte "[Administración de la configuración de seguridad y análisis de la organización](/organizations/keeping-your-organization-secure/managing-security-and-analysis-settings-for-your-organization)") | **X** | | **X** |{% ifversion ghes %} -| Consultar la información general sobre seguridad de la organización (consulte "[Acerca de la información general sobre seguridad](/code-security/security-overview/about-the-security-overview)") | **X** | | **X** |{% endif %}{% ifversion ghes > 3.2 %} +| Consultar la información general sobre seguridad de la organización (consulte "[Acerca de la información general sobre seguridad](/code-security/security-overview/about-the-security-overview)") | **X** | | **X** |{% endif %}{% ifversion ghes %} | Administrar las {% data variables.product.prodname_dependabot_security_updates %} (consulte ["Acerca de {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/about-dependabot-security-updates)") | **X** | | **X** |{% endif %} | Administrar las entidades de certificación SSH de una organización (consulte "[Administración de las entidades de certificación SSH de la organización](/articles/managing-your-organizations-ssh-certificate-authorities)") | **X** | | | | Crear paneles de proyecto (consulte "[Permisos de panel de proyecto para una organización](/articles/project-board-permissions-for-an-organization)") | **X** | **X** | **X** | diff --git a/translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on.md b/translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on.md index a6056acced..b0a8576c06 100644 --- a/translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on.md +++ b/translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on.md @@ -20,10 +20,12 @@ shortTitle: IAM with SAML SSO {% data reusables.saml.saml-accounts %} -Organization owners can enforce SAML SSO for an individual organization, or enterprise owners can enforce SAML SSO for all organizations in an enterprise account. For more information, see "[Configuring SAML single sign-on for your enterprise](/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise)." +{% data reusables.saml.resources-without-sso %} {% data reusables.saml.outside-collaborators-exemption %} +Organization owners can enforce SAML SSO for an individual organization, or enterprise owners can enforce SAML SSO for all organizations in an enterprise account. For more information, see "[Configuring SAML single sign-on for your enterprise](/enterprise-cloud@latest/admin/authentication/managing-identity-and-access-for-your-enterprise/configuring-saml-single-sign-on-for-your-enterprise)." + Before enabling SAML SSO for your organization, you'll need to connect your IdP to your organization. For more information, see "[Connecting your identity provider to your organization](/organizations/managing-saml-single-sign-on-for-your-organization/connecting-your-identity-provider-to-your-organization)." For an organization, SAML SSO can be disabled, enabled but not enforced, or enabled and enforced. After you enable SAML SSO for your organization and your organization's members successfully authenticate with your IdP, you can enforce the SAML SSO configuration. For more information about enforcing SAML SSO for your {% data variables.product.prodname_dotcom %} organization, see "[Enforcing SAML single sign-on for your organization](/articles/enforcing-saml-single-sign-on-for-your-organization)." diff --git a/translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md b/translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md index 04db03e3aa..a794dc4fd8 100644 --- a/translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md +++ b/translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management-for-your-organization.md @@ -9,12 +9,12 @@ topics: shortTitle: Troubleshooting access redirect_from: - /organizations/managing-saml-single-sign-on-for-your-organization/troubleshooting-identity-and-access-management -ms.openlocfilehash: 41a629c9cff075e06e31d186a4a4edf7eebd96d2 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: d3110d61fb511f55aa840d0911c036dd342fa833 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147093204' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148106977' --- {% data reusables.saml.current-time-earlier-than-notbefore-condition %} @@ -84,7 +84,7 @@ Esta consulta de GraphQL muestra el `NameId` de SAML, el `UserName` de SCIM y el ``` ```shell -curl -X POST -H "Authorization: Bearer " -H "Content-Type: application/json" -d '{ "query": "{ organization(login: \"ORG\") { samlIdentityProvider { externalIdentities(first: 100) { pageInfo { endCursor startCursor hasNextPage } edges { cursor node { samlIdentity { nameId } scimIdentity {username} user { login } } } } } } }" }' https://api.github.com/graphql +curl -X POST -H "Authorization: Bearer YOUR_TOKEN" -H "Content-Type: application/json" -d '{ "query": "{ organization(login: \"ORG\") { samlIdentityProvider { externalIdentities(first: 100) { pageInfo { endCursor startCursor hasNextPage } edges { cursor node { samlIdentity { nameId } scimIdentity {username} user { login } } } } } } }" }' https://api.github.com/graphql ``` Para obtener más información sobre cómo utilizar la API de GraphQL, consulta: diff --git a/translations/es-ES/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md b/translations/es-ES/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md index afbb13b86e..a577717cf0 100644 --- a/translations/es-ES/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md +++ b/translations/es-ES/content/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team.md @@ -86,7 +86,7 @@ Any team members that have set their status to "Busy" will not be selected for r {% ifversion ghes < 3.4 %} 1. Optionally, to only notify the team members chosen by code review assignment for each pull review request, under "Notifications" select **If assigning team members, don't notify the entire team.** {%- endif %} -{% ifversion fpt or ghec or ghae > 3.3 or ghes > 3.2 %} +{% ifversion fpt or ghec or ghes or ghae > 3.3 %} 1. Optionally, to include members of child teams as potential reviewers when assigning requests, select **Child team members**. 1. Optionally, to count any members whose review has already been requested against the total number of members to assign, select **Count existing requests**. 1. Optionally, to remove the review request from the team when assigning team members, select **Team review request**. diff --git a/translations/es-ES/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md b/translations/es-ES/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md index 400f954e6d..0fe78be916 100644 --- a/translations/es-ES/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md +++ b/translations/es-ES/content/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry.md @@ -9,7 +9,7 @@ redirect_from: versions: fpt: '*' ghec: '*' - feature: 'docker-ghcr-enterprise-migration' + feature: docker-ghcr-enterprise-migration shortTitle: Migration to Container registry topics: - Containers diff --git a/translations/es-ES/content/pages/getting-started-with-github-pages/index.md b/translations/es-ES/content/pages/getting-started-with-github-pages/index.md index afce2b05f9..a0fccad419 100644 --- a/translations/es-ES/content/pages/getting-started-with-github-pages/index.md +++ b/translations/es-ES/content/pages/getting-started-with-github-pages/index.md @@ -24,11 +24,11 @@ children: - /using-submodules-with-github-pages - /unpublishing-a-github-pages-site shortTitle: Get started -ms.openlocfilehash: 7e9d3b9bb171a596b84b814eac52d4c5d22134de -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 4945585f635543fefe2f60de2f82b49bf4d10e84 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147643881' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109961' --- diff --git a/translations/es-ES/content/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site.md b/translations/es-ES/content/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site.md index 927534fc0e..bdaf20e577 100644 --- a/translations/es-ES/content/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site.md +++ b/translations/es-ES/content/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site.md @@ -1,6 +1,6 @@ --- -title: Anular la publicación de un sitio de Páginas de GitHub -intro: 'Puedes publicar tu sitio de {% data variables.product.prodname_pages %} para que éste deje de estar disponible.' +title: Unpublishing a GitHub Pages site +intro: 'You can unpublish your {% data variables.product.prodname_pages %} site so that the site is no longer available.' redirect_from: - /articles/how-do-i-unpublish-a-project-page - /articles/unpublishing-a-project-page @@ -18,38 +18,35 @@ versions: topics: - Pages shortTitle: Unpublish Pages site -ms.openlocfilehash: fbfec49ec44c250e5f6cb2da85fda59261c1d0d9 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147428352' --- + {% ifversion pages-custom-workflow %} -Al anular la publicación del sitio, este dejará de estar disponible. La configuración o el contenido del repositorio existentes no se verán afectados. +When you unpublish your site, the site will no longer be available. Any existing repository settings or content will not be affected. {% data reusables.repositories.navigate-to-repo %} -1. En **{% data variables.product.prodname_pages %}** , junto al mensaje **Su sitio está activo**, haz clic en {% octicon "kebab-horizontal" aria-label="the horizontal kebab icon" %}. -1. En el menú que aparece, selecciona **Anular la publicación del sitio**. +1. Under **{% data variables.product.prodname_pages %}**, next to the **Your site is live at** message, click {% octicon "kebab-horizontal" aria-label="the horizontal kebab icon" %}. +1. In the menu that appears, select **Unpublish site**. - ![Menú desplegable para anular la publicación del sitio](/assets/images/help/pages/unpublish-site.png) + ![Drop down menu to unpublish site](/assets/images/help/pages/unpublish-site.png) {% else %} -## Anular la publicación de un sitio de proyecto +## Unpublishing a project site {% data reusables.repositories.navigate-to-repo %} -2. Si existe una rama `gh-pages` en el repositorio, elimine la rama `gh-pages`. Para más información, vea "[Creación y eliminación de ramas dentro del repositorio](/articles/creating-and-deleting-branches-within-your-repository#deleting-a-branch)". -3. Si la rama `gh-pages` era el origen de publicación, {% ifversion fpt or ghec %}avance al paso 6{% else %}se anulará la publicación del sitio y puede avanzar a los pasos restantes{% endif %}. -{% data reusables.repositories.sidebar-settings %} {% data reusables.pages.sidebar-pages %} -5. En "{% data variables.product.prodname_pages %}", use el menú desplegable **Origen** y seleccione **Ninguno.** - ![Menú desplegable para seleccionar un origen de publicación](/assets/images/help/pages/publishing-source-drop-down.png) {% data reusables.pages.update_your_dns_settings %} +2. If a `gh-pages` branch exists in the repository, delete the `gh-pages` branch. For more information, see "[Creating and deleting branches within your repository](/articles/creating-and-deleting-branches-within-your-repository#deleting-a-branch)." +3. If the `gh-pages` branch was your publishing source, {% ifversion fpt or ghec %}skip to step 6{% else %}your site is now unpublished and you can skip the remaining steps{% endif %}. +{% data reusables.repositories.sidebar-settings %} +{% data reusables.pages.sidebar-pages %} +5. Under "{% data variables.product.prodname_pages %}", use the **Source** drop-down menu and select **None.** + ![Drop down menu to select a publishing source](/assets/images/help/pages/publishing-source-drop-down.png) +{% data reusables.pages.update_your_dns_settings %} -## Anular la publicación de un sitio de usuario o de organización +## Unpublishing a user or organization site {% data reusables.repositories.navigate-to-repo %} -2. Borra la rama que estás utilizando como fuente de publicación, o borra todo el repositorio. Para más información, vea "[Creación y eliminación de ramas dentro del repositorio](/articles/creating-and-deleting-branches-within-your-repository#deleting-a-branch)" y "[Eliminación de un repositorio](/articles/deleting-a-repository)". +2. Delete the branch that you're using as a publishing source, or delete the entire repository. For more information, see "[Creating and deleting branches within your repository](/articles/creating-and-deleting-branches-within-your-repository#deleting-a-branch)" and "[Deleting a repository](/articles/deleting-a-repository)." {% data reusables.pages.update_your_dns_settings %} {% endif %} diff --git a/translations/es-ES/content/pages/index.md b/translations/es-ES/content/pages/index.md index 5c8d0c692f..19adbee123 100644 --- a/translations/es-ES/content/pages/index.md +++ b/translations/es-ES/content/pages/index.md @@ -50,3 +50,4 @@ children: - /setting-up-a-github-pages-site-with-jekyll - /configuring-a-custom-domain-for-your-github-pages-site --- + diff --git a/translations/es-ES/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request.md b/translations/es-ES/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request.md index 5ecd5f08d3..141f27d805 100644 --- a/translations/es-ES/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request.md +++ b/translations/es-ES/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request.md @@ -22,8 +22,6 @@ shortTitle: Review dependency changes --- -{% data reusables.dependency-review.beta %} - ## About dependency review {% data reusables.dependency-review.feature-overview %} diff --git a/translations/es-ES/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md b/translations/es-ES/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md index 922f9dbb84..32a3feaa26 100644 --- a/translations/es-ES/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md +++ b/translations/es-ES/content/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request.md @@ -65,8 +65,6 @@ For more information on reviewing pull requests in {% data variables.product.pro {% ifversion fpt or ghes or ghec %} ## Reviewing dependency changes -{% data reusables.dependency-review.beta %} - If the pull request contains changes to dependencies you can use the dependency review for a manifest or lock file to see what has changed and check whether the changes introduce security vulnerabilities. For more information, see "[Reviewing dependency changes in a pull request](/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-dependency-changes-in-a-pull-request)." {% data reusables.repositories.changed-files %} diff --git a/translations/es-ES/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches.md b/translations/es-ES/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches.md index ae7c873c86..2b581bcc4d 100644 --- a/translations/es-ES/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches.md +++ b/translations/es-ES/content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches.md @@ -95,7 +95,7 @@ Optionally, you can require approvals from someone other than the last person to Required status checks ensure that all required CI tests are passing before collaborators can make changes to a protected branch. Required status checks can be checks or statuses. For more information, see "[About status checks](/github/collaborating-with-issues-and-pull-requests/about-status-checks)." -Before you can enable required status checks, you must configure the repository to use the status API. For more information, see "[Repositories](/rest/reference/commits#commit-statuses)" in the REST documentation. +Before you can enable required status checks, you must configure the repository to use the commit status API. For more information, see "[Commit statuses](/rest/commits/statuses)" in the REST API documentation. After enabling required status checks, all required status checks must pass before collaborators can merge changes into the protected branch. After all required status checks pass, any commits must either be pushed to another branch and then merged or pushed directly to the protected branch. diff --git a/translations/es-ES/content/repositories/creating-and-managing-repositories/about-repositories.md b/translations/es-ES/content/repositories/creating-and-managing-repositories/about-repositories.md index 014c709c08..04007167b4 100644 --- a/translations/es-ES/content/repositories/creating-and-managing-repositories/about-repositories.md +++ b/translations/es-ES/content/repositories/creating-and-managing-repositories/about-repositories.md @@ -78,6 +78,14 @@ 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/)." +{% ifversion ghec %} +{% note %} + +**Note:** You can only create internal repositories if you use {% data variables.product.prodname_ghe_cloud %} with an enterprise account. An enterprise account is a separate type of account that allows a central point of management for multiple organizations. For more information, see "[Types of {% data variables.product.prodname_dotcom %} account](/get-started/learning-about-github/types-of-github-accounts)." + +{% endnote %} +{% endif %} + All enterprise members have read permissions to the internal repository, but internal repositories are not visible to people {% ifversion fpt or ghec %}outside of the enterprise{% else %}who are not members of any organization{% endif %}, including outside collaborators on organization repositories. For more information, see "[Roles in an enterprise](/github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise#enterprise-members)" and "[Repository roles for an organization](/organizations/managing-access-to-your-organizations-repositories/repository-roles-for-an-organization)." {% ifversion ghes %} diff --git a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files.md b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files.md index e6797aefe1..85ee6db7ce 100644 --- a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files.md +++ b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files.md @@ -5,17 +5,17 @@ redirect_from: - /github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files versions: fpt: '*' - ghes: '>=3.3' + ghes: '*' ghae: '*' ghec: '*' topics: - Repositories -ms.openlocfilehash: 2f7869e9218679c3c18c3182b15835bcd24e134d -ms.sourcegitcommit: 76b840f45ba85fb79a7f0c1eb43bc663b3eadf2b +ms.openlocfilehash: 96e5e7308ba5d1877f231dcb454d7b797a63f221 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/12/2022 -ms.locfileid: '145193806' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109871' --- ## Acerca de los archivos de CITATION diff --git a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md index 343a994c1e..d3212418a8 100644 --- a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md +++ b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md @@ -37,13 +37,11 @@ Each CODEOWNERS file assigns the code owners for a single branch in the reposito For code owners to receive review requests, the CODEOWNERS file must be on the base branch of the pull request. For example, if you assign `@octocat` as the code owner for *.js* files on the `gh-pages` branch of your repository, `@octocat` will receive review requests when a pull request with changes to *.js* files is opened between the head branch and `gh-pages`. -{% ifversion fpt or ghec or ghes > 3.2 or ghae %} ## CODEOWNERS file size CODEOWNERS files must be under 3 MB in size. A CODEOWNERS file over this limit will not be loaded, which means that code owner information is not shown and the appropriate code owners will not be requested to review changes in a pull request. To reduce the size of your CODEOWNERS file, consider using wildcard patterns to consolidate multiple entries into a single entry. -{% endif %} ## CODEOWNERS syntax @@ -129,7 +127,6 @@ apps/ @octocat ## CODEOWNERS and branch protection Repository owners can add branch protection rules to ensure that changed code is reviewed by the owners of the changed files. For more information, see "[About protected branches](/github/administering-a-repository/defining-the-mergeability-of-pull-requests/about-protected-branches)." - ## Further reading - "[Creating new files](/articles/creating-new-files)" diff --git a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes.md b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes.md index 03bfb1040b..7de402dfc0 100644 --- a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes.md +++ b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes.md @@ -17,7 +17,7 @@ topics: --- ## About READMEs -You can add a README file to a repository to communicate important information about your project. A README, along with a repository license{% ifversion fpt or ghes > 3.2 or ghae or ghec %}, citation file{% endif %}{% ifversion fpt or ghec %}, contribution guidelines, and a code of conduct{% elsif ghes %} and contribution guidelines{% endif %}, communicates expectations for your project and helps you manage contributions. +You can add a README file to a repository to communicate important information about your project. A README, along with a repository license, citation file{% ifversion fpt or ghec %}, contribution guidelines, and a code of conduct{% elsif ghes %} and contribution guidelines{% endif %}, communicates expectations for your project and helps you manage contributions. For more information about providing guidelines for your project, see {% ifversion fpt or ghec %}"[Adding a code of conduct to your project](/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project)" and {% endif %}"[Setting up your project for healthy contributions](/communities/setting-up-your-project-for-healthy-contributions)." @@ -66,4 +66,4 @@ A README should contain only the necessary information for developers to get sta - 18F's "[Making READMEs readable](https://github.com/18F/open-source-guide/blob/18f-pages/pages/making-readmes-readable.md)" {%- ifversion fpt or ghec %} - "[Adding an 'Open in GitHub Codespaces' badge](/codespaces/setting-up-your-project-for-codespaces/adding-a-codespaces-badge)" -{%- endif %} \ No newline at end of file +{%- endif %} diff --git a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md index 7bb897a7cb..0227ac595d 100644 --- a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md +++ b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md @@ -1,6 +1,6 @@ --- -title: Clasificar tu repositorio con temas -intro: 'Para ayudar a otras personas a buscar y contribuir en tu proyecto, puedes agregar temas a tu repositorio relacionados con el fin previsto de tu proyecto, área temática, grupos de afinidad u otras cualidades importantes.' +title: Classifying your repository with topics +intro: 'To help other people find and contribute to your project, you can add topics to your repository related to your project''s intended purpose, subject area, affinity groups, or other important qualities.' redirect_from: - /articles/about-topics - /articles/classifying-your-repository-with-topics @@ -14,35 +14,36 @@ versions: topics: - Repositories shortTitle: Classify with topics -ms.openlocfilehash: 68bd754ac6c50968961c61e533cb6b9de26e4cc4 -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: '145136813' --- -## Acerca de los temas -En el caso de los temas, puedes explorar repositorios en un área temática particular, buscar proyectos a los cuales contribuir y descubrir nuevas soluciones para un problema específico. Los temas aparecen en la página principal de un repositorio. Puede hacer clic en el nombre de un tema para {% ifversion fpt or ghec %}ver temas relacionados y una lista de otros repositorios clasificados con ese tema{% else %}buscar otros repositorios con ese tema{% endif %}. +## About topics -![Página principal del repositorio de prueba que muestra temas](/assets/images/help/repository/os-repo-with-topics.png) +With topics, you can explore repositories in a particular subject area, find projects to contribute to, and discover new solutions to a specific problem. Topics appear on the main page of a repository. You can click a topic name to {% ifversion fpt or ghec %}see related topics and a list of other repositories classified with that topic{% else %}search for other repositories with that topic{% endif %}. -Para examinar los temas más usados, vaya a https://github.com/topics/. +![Main page of the test repository showing topics](/assets/images/help/repository/os-repo-with-topics.png) -{% ifversion fpt or ghec %}Puede contribuir al conjunto de temas destacados de {% data variables.product.product_name %} en el repositorio [github/explore](https://github.com/github/explore). {% endif %} +To browse the most used topics, go to https://github.com/topics/. -Los administradores del repositorio pueden agregar los temas que deseen a un repositorio. Entre los temas útiles para clasificar un repositorio se incluyen los fines previstos, áreas temáticas, comunidad o idioma.{% ifversion fpt or ghec %} Además, {% data variables.product.product_name %} analiza el contenido de los repositorios públicos y genera temas sugeridos que los administradores del repositorio pueden aceptar o rechazar. El contenido del repositorio privado no se analiza y no recibe sugerencias de tema.{% endif %} +{% ifversion fpt or ghec %}You can contribute to {% data variables.product.product_name %}'s set of featured topics in the [github/explore](https://github.com/github/explore) repository. {% endif %} -{% ifversion fpt %}Los repositorios públicos y privados{% elsif ghec or ghes %}Los repositorios públicos, privados e internos{% elsif ghae %}Los repositorios públicos e internos{% endif %} pueden tener temas, aunque solo verás los repositorios privados a los que puedes acceder en los resultados de búsqueda de temas. +Repository admins can add any topics they'd like to a repository. Helpful topics to classify a repository include the repository's intended purpose, subject area, community, or language.{% ifversion fpt or ghec %} Additionally, {% data variables.product.product_name %} analyzes public repository content and generates suggested topics that repository admins can accept or reject. Private repository content is not analyzed and does not receive topic suggestions.{% endif %} -Puedes buscar los repositorios que están asociados con un tema en particular. Para más información, vea "[Búsqueda de repositorios](/search-github/searching-on-github/searching-for-repositories#search-by-topic)". También puedes buscar un listado de temas en {% data variables.product.product_name %}. Para más información, vea "[Búsqueda de temas](/search-github/searching-on-github/searching-topics)". +{% ifversion fpt %}Public and private{% elsif ghec or ghes %}Public, private, and internal{% elsif ghae %}Private and internal{% endif %} repositories can have topics, although you will only see private repositories that you have access to in topic search results. -## Agregar temas a tu repositorio +You can search for repositories that are associated with a particular topic. For more information, see "[Searching for repositories](/search-github/searching-on-github/searching-for-repositories#search-by-topic)." You can also search for a list of topics on {% data variables.product.product_name %}. For more information, see "[Searching topics](/search-github/searching-on-github/searching-topics)." + +## Adding topics to your repository + +{% note %} + +**Note:** Topic names are always public, even if you create the topic from within a private repository. + +{% endnote %} {% data reusables.repositories.navigate-to-repo %} -2. A la derecha de "Acerca de", haga clic en {% octicon "gear" aria-label="The Gear icon" %}. - ![Icono de engranaje en la página principal del repositorio](/assets/images/help/repository/edit-repository-details-gear.png) -3. Debajo de "Temas", teclea el tema que quieras agregar a tu repositorio y después teclea un espacio. - ![Formulario para escribir temas](/assets/images/help/repository/add-topic-form.png) -4. Cuando haya terminado de agregar temas, haga clic en **Guardar cambios**. - ![Botón "Guardar cambios" en "Editar detalles del repositorio"](/assets/images/help/repository/edit-repository-details-save-changes-button.png) +2. To the right of "About", click {% octicon "gear" aria-label="The Gear icon" %}. + ![Gear icon on main page of a repository](/assets/images/help/repository/edit-repository-details-gear.png) +3. Under "Topics", type the topic you want to add to your repository, then type a space. + ![Form to enter topics](/assets/images/help/repository/add-topic-form.png) +4. After you've finished adding topics, click **Save changes**. + !["Save changes" button in "Edit repository details"](/assets/images/help/repository/edit-repository-details-save-changes-button.png) diff --git a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository.md b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository.md index 8b7449ac08..6723df55da 100644 --- a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository.md +++ b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/disabling-project-boards-in-a-repository.md @@ -15,12 +15,12 @@ topics: - Pull requests shortTitle: 'Disable {% data variables.projects.projects_v1_boards %}' allowTitleToDifferFromFilename: true -ms.openlocfilehash: 0407d6df39ae664474aa3fb5c99dc7998df1b951 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 8c550cd9ebc767327298e39dc0b3a6a11368dc3f +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147422664' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110025' --- Al deshabilitar {% data variables.projects.projects_v1_boards %}, ya no verás información de {% data variables.projects.projects_v1_board %} en escalas de tiempo ni [registros de auditoría](/articles/reviewing-your-security-log/). diff --git a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository.md b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository.md index 3bc55f4486..1cbb6dffab 100644 --- a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository.md +++ b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository.md @@ -50,8 +50,7 @@ You can manage the security and analysis features for your {% ifversion fpt or g {% ifversion fpt or ghes or ghec %} 4. Under "Code security and analysis", to the right of the feature, click **Disable** or **Enable**. {% ifversion not fpt %}The control for "{% data variables.product.prodname_GH_advanced_security %}" is disabled if your enterprise has no available licenses for {% data variables.product.prodname_advanced_security %}.{% endif %}{% ifversion fpt %} ![Screenshot of "Enable" or "Disable" button for "Configure security and analysis" features](/assets/images/help/repository/security-and-analysis-disable-or-enable-fpt-private.png){% elsif ghec %} - ![Screenshot of "Enable" or "Disable" button for "Configure security and analysis" features](/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png){% elsif ghes > 3.6 or ghae > 3.6 %}{% elsif ghes = 3.2 %} - ![Screenshot of "Enable" or "Disable" button for "Configure security and analysis" features](/assets/images/enterprise/3.1/help/repository/security-and-analysis-disable-or-enable-ghes.png){% else %} + ![Screenshot of "Enable" or "Disable" button for "Configure security and analysis" features](/assets/images/help/repository/security-and-analysis-disable-or-enable-ghec-private.png){% elsif ghes > 3.6 or ghae > 3.6 %} ![Screenshot of "Enable" or "Disable" button for "Configure security and analysis" features](/assets/images/enterprise/3.3/repository/security-and-analysis-disable-or-enable-ghes.png){% endif %} {% ifversion not fpt %} @@ -81,23 +80,19 @@ Organization owners and repository administrators can only grant access to view {% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.navigate-to-code-security-and-analysis %} 4. Under "Access to alerts", in the search field, start typing the name of the person or team you'd like to find, then click a name in the list of matches. - {% ifversion fpt or ghec or ghes > 3.2 %} + {% ifversion fpt or ghec or ghes %} ![Search field for granting people or teams access to security alerts](/assets/images/help/repository/security-and-analysis-security-alerts-person-or-team-search.png) {% endif %} - {% ifversion ghes < 3.3 %} - ![Search field for granting people or teams access to security alerts](/assets/images/enterprise/3.2/repository/security-and-analysis-security-alerts-person-or-team-search.png) - {% endif %} + {% ifversion ghae %} ![Search field for granting people or teams access to security alerts](/assets/images/enterprise/github-ae/repository/security-and-analysis-security-alerts-person-or-team-search-ghae.png) {% endif %} 5. Click **Save changes**. - {% ifversion fpt or ghes > 3.2 or ghec %} + {% ifversion fpt or ghes or ghec %} !["Save changes" button for changes to security alert settings](/assets/images/help/repository/security-and-analysis-security-alerts-save-changes.png) {% endif %} - {% ifversion ghes < 3.3 %} - !["Save changes" button for changes to security alert settings](/assets/images/enterprise/3.2/repository/security-and-analysis-security-alerts-save-changes.png) - {% endif %} + {% ifversion ghae %} !["Save changes" button for changes to security alert settings](/assets/images/enterprise/github-ae/repository/security-and-analysis-security-alerts-save-changes-ghae.png) {% endif %} @@ -108,12 +103,10 @@ Organization owners and repository administrators can only grant access to view {% data reusables.repositories.sidebar-settings %} {% data reusables.repositories.navigate-to-code-security-and-analysis %} 4. Under "Access to alerts", to the right of the person or team whose access you'd like to remove, click {% octicon "x" aria-label="X symbol" %}. - {% ifversion fpt or ghec or ghes > 3.2 %} + {% ifversion fpt or ghec or ghes %} !["x" button to remove someone's access to security alerts for your repository](/assets/images/help/repository/security-and-analysis-security-alerts-username-x.png) {% endif %} - {% ifversion ghes < 3.3 %} - !["x" button to remove someone's access to security alerts for your repository](/assets/images/enterprise/3.2/repository/security-and-analysis-security-alerts-username-x.png) - {% endif %} + {% ifversion ghae %} !["x" button to remove someone's access to security alerts for your repository](/assets/images/enterprise/github-ae/repository/security-and-analysis-security-alerts-username-x-ghae.png) {% endif %} diff --git a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository.md b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository.md index 188b4b10dc..941d10d1b0 100644 --- a/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository.md +++ b/translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository.md @@ -1,6 +1,6 @@ --- title: Managing the commit signoff policy for your repository -intro: You can require users to automatically sign off on the commits they make to your repository using {% data variables.product.product_name %}'s web interface. +intro: 'You can require users to automatically sign off on the commits they make to your repository using {% data variables.product.product_name %}''s web interface.' versions: feature: commit-signoffs permissions: Organization owners and repository administrators can require all commits to a repository to be signed off by the commit author. @@ -22,4 +22,4 @@ Organization owners can also enable compulsory commit signoffs at the organizati {% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} 1. Select **Require contributors to sign off on web-based commits**. - ![Screenshot of Require contributors to sign off on web-based commits](/assets/images/help/repository/require-signoffs.png) \ No newline at end of file + ![Screenshot of Require contributors to sign off on web-based commits](/assets/images/help/repository/require-signoffs.png) diff --git a/translations/es-ES/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md b/translations/es-ES/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md index d01f6e8e7a..832a7ae04f 100644 --- a/translations/es-ES/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md +++ b/translations/es-ES/content/repositories/releasing-projects-on-github/managing-releases-in-a-repository.md @@ -39,22 +39,19 @@ You can choose whether {% data variables.large_files.product_name_long %} ({% da 1. Click **Draft a new release**. {% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %}![Releases draft button](/assets/images/help/releases/draft-release-button-with-search.png){% else %}![Releases draft button](/assets/images/help/releases/draft_release_button.png){% endif %} -1. {% ifversion fpt or ghec or ghes > 3.2 or ghae %}Click **Choose a tag**, type{% else %}Type{% endif %} a version number for your release{% ifversion fpt or ghec or ghes > 3.2 or ghae %}, and press **Enter**{% endif %}. Alternatively, select an existing tag. +1. Click **Choose a tag**, type a version number for your release, and press **Enter**. Alternatively, select an existing tag. - {% ifversion fpt or ghec or ghes > 3.2 or ghae %}![Enter a tag](/assets/images/help/releases/releases-tag-create.png) + ![Enter a tag](/assets/images/help/releases/releases-tag-create.png) 1. If you are creating a new tag, click **Create new tag**. ![Screenshot of confirming you want to create a new tag](/assets/images/help/releases/releases-tag-create-confirm.png) - {% else %} - ![Screenshot of the Releases tagged version](/assets/images/enterprise/releases/releases-tag-version.png) -{% endif %} + 1. If you have created a new tag, use the drop-down menu to select the branch that contains the project you want to release. - {% ifversion fpt or ghec or ghes > 3.2 or ghae %} + ![Screenshot of dropdown to choose a branch](/assets/images/help/releases/releases-choose-branch.png) - {% else %} - ![Screenshot of the Releases tagged branch](/assets/images/enterprise/releases/releases-tag-branch.png){% endif %} + {%- data reusables.releases.previous-release-tag %} 1. Type a title and description for your release. @@ -90,7 +87,7 @@ You can choose whether {% data variables.large_files.product_name_long %} ({% da 1. If you're ready to publicize your release, click **Publish release**. To work on the release later, click **Save draft**. ![Publish release and Draft release buttons](/assets/images/help/releases/release_buttons.png) - {%- ifversion fpt or ghec or ghes > 3.2 or ghae > 3.3 %} + {%- ifversion fpt or ghec or ghae > 3.3 %} You can then view your published or draft releases in the releases feed for your repository. For more information, see "[Screenshot of your repository's releases and tags](/github/administering-a-repository/releasing-projects-on-github/viewing-your-repositorys-releases-and-tags)." {% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.3 %} diff --git a/translations/es-ES/content/repositories/releasing-projects-on-github/searching-a-repositorys-releases.md b/translations/es-ES/content/repositories/releasing-projects-on-github/searching-a-repositorys-releases.md index 3ebb93add0..214281e87a 100644 --- a/translations/es-ES/content/repositories/releasing-projects-on-github/searching-a-repositorys-releases.md +++ b/translations/es-ES/content/repositories/releasing-projects-on-github/searching-a-repositorys-releases.md @@ -6,16 +6,16 @@ shortTitle: Searching releases versions: fpt: '*' ghec: '*' - ghes: '>3.2' + ghes: '*' ghae: '>= 3.4' topics: - Repositories -ms.openlocfilehash: 193363cc5762db6cb030906a64dacb7bab6f5b7a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: a61e49521452befdcddf2724cad837062c7d54a1 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147066190' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110057' --- ## Buscar lanzamientos en un repositorio diff --git a/translations/es-ES/content/repositories/working-with-files/using-files/working-with-non-code-files.md b/translations/es-ES/content/repositories/working-with-files/using-files/working-with-non-code-files.md index 5dd1df54fe..d8ad87c848 100644 --- a/translations/es-ES/content/repositories/working-with-files/using-files/working-with-non-code-files.md +++ b/translations/es-ES/content/repositories/working-with-files/using-files/working-with-non-code-files.md @@ -199,14 +199,10 @@ You can click {% octicon "file" aria-label="The paper icon" %} to see the change ![Rendered Prose changes](/assets/images/help/repository/rendered_prose_changes.png) -{% ifversion fpt or ghes > 3.2 or ghae or ghec %} - ### Disabling Markdown rendering {% data reusables.repositories.disabling-markdown-rendering %} -{% endif %} - ### Visualizing attribute changes We provide a tooltip diff --git a/translations/es-ES/content/rest/deployments/branch-policies.md b/translations/es-ES/content/rest/deployments/branch-policies.md index e1d00dcd91..6869d5ec6a 100644 --- a/translations/es-ES/content/rest/deployments/branch-policies.md +++ b/translations/es-ES/content/rest/deployments/branch-policies.md @@ -11,12 +11,12 @@ versions: topics: - API miniTocMaxHeadingLevel: 3 -ms.openlocfilehash: 70f5d05f0a28e9fa21bf7bc99abbac6bd4a6509a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 109bf81019d62e4c654ba6da4fa71f8fd359ceb4 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147549124' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110042' --- ## Información acerca de la API de Deployment branch policies diff --git a/translations/es-ES/content/rest/enterprise-admin/audit-log.md b/translations/es-ES/content/rest/enterprise-admin/audit-log.md index 33ca7acbfc..f5f5ec12fb 100644 --- a/translations/es-ES/content/rest/enterprise-admin/audit-log.md +++ b/translations/es-ES/content/rest/enterprise-admin/audit-log.md @@ -2,7 +2,7 @@ title: Audit log intro: '' versions: - ghes: '>=3.3' + ghes: '*' ghec: '*' ghae: '*' topics: diff --git a/translations/es-ES/content/rest/enterprise-admin/scim.md b/translations/es-ES/content/rest/enterprise-admin/scim.md index 05b64bf796..5f0be8c0ba 100644 --- a/translations/es-ES/content/rest/enterprise-admin/scim.md +++ b/translations/es-ES/content/rest/enterprise-admin/scim.md @@ -1,6 +1,6 @@ --- title: SCIM -intro: 'You can automate user creation and team memberships using the SCIM API.' +intro: You can automate user creation and team memberships using the SCIM API. versions: ghes: '>=3.6' topics: diff --git a/translations/es-ES/content/rest/overview/api-previews.md b/translations/es-ES/content/rest/overview/api-previews.md index 0cbc2753ef..9ec7f2ffc9 100644 --- a/translations/es-ES/content/rest/overview/api-previews.md +++ b/translations/es-ES/content/rest/overview/api-previews.md @@ -1,203 +1,29 @@ --- -title: Vistas previas de la API -intro: Puedes utilizar las vistas previas de la API para probar características nuevas y proporcionar retroalimentación antes de que dichas características se hagan oficiales. +title: API previews +intro: You can use API previews to try out new features and provide feedback before these features become official. redirect_from: - /v3/previews versions: ghes: <3.4 topics: - API -ms.openlocfilehash: fe00e2ab78881edab8d0f7704f80f2f20163fdeb -ms.sourcegitcommit: ac00e2afa6160341c5b258d73539869720b395a4 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147878436' --- -Las vistas previas de la API te permiten probar API nuevas y cambios a los métodos existentes de las API antes de que se hagan oficiales en la API de GitHub. -Durante el periodo de vista previa, podríamos cambiar algunas características con base en la retroalimentación de los desarrolladores. Si realizamos cambios, los anunciaremos en el [blog de desarrolladores](https://developer.github.com/changes/) sin aviso previo. -Para acceder a una versión preliminar de la API, deberás proporcionar un [tipo de medio](/rest/overview/media-types) personalizado en el encabezado `Accept` de las solicitudes. La documentación de características para cada vista previa especifica qué tipo de medios personalizados proporcionar. +API previews let you try out new APIs and changes to existing API methods before they become part of the official GitHub API. -{% ifversion ghes < 3.3 %} +During the preview period, we may change some features based on developer feedback. If we do make changes, we'll announce them on the [developer blog](https://developer.github.com/changes/) without advance notice. -## Despliegues ampliados - -Ejerce un mayor control sobre las [implementaciones](/rest/reference/repos#deployments) con más información y una granularidad más fina. - -**Tipo de medio personalizado:** `ant-man-preview` -**Anunciado:** [06-04-2016](https://developer.github.com/changes/2016-04-06-deployment-and-deployment-status-enhancements/) - -{% endif %} - -{% ifversion ghes < 3.3 %} - -## Reacciones - -Administra las [reacciones](/rest/reference/reactions) a las confirmaciones, problemas y comentarios. - -**Tipo de medio personalizado:** `squirrel-girl-preview` -**Anunciado:** [12-05-2016](https://developer.github.com/changes/2016-05-12-reactions-api-preview/) -**Actualización:** [07-06-2016](https://developer.github.com/changes/2016-06-07-reactions-api-update/) - -{% endif %} - -{% ifversion ghes < 3.3 %} - -## Escala de tiempo - -Obtén una [lista de eventos](/rest/reference/issues#timeline) para un problema o una solicitud de incorporación de cambios. - -**Tipo de medio personalizado:** `mockingbird-preview` -**Anunciado:** [23-05-2016](https://developer.github.com/changes/2016-05-23-timeline-preview-api/) - -{% endif %} - -{% ifversion ghes < 3.3 %} -## Proyectos - -Administra [proyectos](/rest/reference/projects). - -**Tipo de medio personalizado:** `inertia-preview` -**Anunciado:** [14-09-2016](https://developer.github.com/changes/2016-09-14-projects-api/) -**Actualización:** [27-10-2016](https://developer.github.com/changes/2016-10-27-changes-to-projects-api/) {% endif %} {% ifversion ghes < 3.3 %} - -## Búsqueda de confirmación - -[Busca confirmaciones](/rest/reference/search). - -**Tipo de medio personalizado:** `cloak-preview` -**Anunciado:** [05-01-2017](https://developer.github.com/changes/2017-01-05-commit-search-api/) {% endif %} {% ifversion ghes < 3.3 %} - -## Temas del repositorio - -Consulta una lista de [temas del repositorio](/articles/about-topics/) en las [llamadas](/rest/reference/repos) que devuelven los resultados del repositorio. - -**Tipo de medio personalizado:** `mercy-preview` -**Anunciado:** [31-01-2017](https://github.com/blog/2309-introducing-topics) {% endif %} {% ifversion ghes < 3.3 %} - -## Códigos de conducta - -Consulta todos los [códigos de conducta](/rest/reference/codes-of-conduct) u obtén el código de conducta que tiene actualmente un repositorio. - -**Tipo de medio personalizado:** `scarlet-witch-preview` - -{% endif %} - -{% ifversion ghes < 3.3 %} - -## Webhooks globales - -Habilita [webhooks globales](/rest/reference/enterprise-admin#global-webhooks/) para los tipos de eventos de [organización](/webhooks/event-payloads/#organization) y [usuario](/webhooks/event-payloads/#user). Esta vista previa de la API solo está disponible para {% data variables.product.prodname_ghe_server %}. - -**Tipo de medio personalizado:** `superpro-preview` -**Anunciado:** [12-12-2017](/rest/reference/enterprise-admin#global-webhooks) - -{% endif %} - -{% ifversion ghes < 3.3 %} - -## Requerir confirmaciones firmadas - -Ahora puedes usar la API para administrar la configuración para [requerir confirmaciones firmadas en las ramas protegidas](/rest/reference/repos#branches). - -**Tipo de medio personalizado:** `zzzax-preview` -**Anunciado:** [22-02-2018](https://developer.github.com/changes/2018-02-22-protected-branches-required-signatures) {% endif %} {% ifversion ghes < 3.3 %} - -## Requerir múltiples revisiones de aprobación - -Ahora puedes [requerir varias revisiones de aprobación](/rest/reference/repos#branches) para una solicitud de incorporación de cambios mediante la API. - -**Tipo de medio personalizado:** `luke-cage-preview` -**Anunciado:** [16-03-2018](https://developer.github.com/changes/2018-03-16-protected-branches-required-approving-reviews) - -{% endif %} - -{% ifversion ghes < 3.3 %} - -## Detalles de la tarjeta de proyecto - -Las respuestas de la API de REST para los [eventos de problema](/rest/reference/issues#events) y los [eventos de escala de tiempo de los problemas](/rest/reference/issues#timeline) ahora devuelven el campo `project_card` para los eventos relacionados con el proyecto. - -**Tipo de medio personalizado:** `starfox-preview` -**Anunciado:** [05-09-2018](https://developer.github.com/changes/2018-09-05-project-card-events) - -{% endif %} - -{% ifversion ghes < 3.3 %} - -## Estados de despliegue - -Ahora puedes actualizar el valor `environment` de un [estado de implementación](/rest/reference/deployments#create-a-deployment-status) y usar los estados `in_progress` y `queued`. Al crear estados de implementación, ahora puedes usar el parámetro `auto_inactive` para marcar las implementaciones `production` antiguas como `inactive`. - -**Tipo de medio personalizado:** `flash-preview` -**Anunciado:** [16-10-2018](https://developer.github.com/changes/2018-10-16-deployments-environments-states-and-auto-inactive-updates/) - -{% endif %} - -{% ifversion ghes < 3.3 %} - -## Permisos de creación de repositorios - -Ahora puedes configurar si los miembros de la organización pueden crear repositorios y decidir qué tipos de éstos pueden crear. Consulta "[Actualización de una organización](/rest/reference/orgs#update-an-organization)" para obtener más detalles. - -**Tipos de medios personalizados:** `surtur-preview` -**Anunciado:** [03-12-2019](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/) - -{% endif %} +To access an API preview, you'll need to provide a custom [media type](/rest/overview/media-types) in the `Accept` header for your requests. Feature documentation for each preview specifies which custom media type to provide. {% ifversion ghes < 3.4 %} -## Adjuntos de contenido +## Content attachments -Ahora puedes proporcionar más información en GitHub para las URL que enlazan a los dominios registrados si utilizas la API {% data variables.product.prodname_unfurls %}. Consulta "[Uso de datos adjuntos de contenido](/apps/using-content-attachments/)" para obtener más detalles. +You can now provide more information in GitHub for URLs that link to registered domains by using the {% data variables.product.prodname_unfurls %} API. See "[Using content attachments](/apps/using-content-attachments/)" for more details. -**Tipos de medios personalizados:** `corsair-preview` -**Anunciado:** [10-12-2018](https://developer.github.com/changes/2018-12-10-content-attachments-api/) - -{% endif %} {% ifversion ghes < 3.3 %} - -## Habilitar e inhabilitar las páginas - -Puedes usar los nuevos puntos de conexión de la [API de Pages](/rest/reference/repos#pages) para habilitar o deshabilitar Pages. Para obtener más información sobre Pages, consulta "[Conceptos básicos de Pages de GitHub](/categories/github-pages-basics)". - -**Tipos de medios personalizados:** `switcheroo-preview` -**Anunciado:** [14-03-2019](https://developer.github.com/changes/2019-03-14-enabling-disabling-pages/) +**Custom media types:** `corsair-preview` +**Announced:** [2018-12-10](https://developer.github.com/changes/2018-12-10-content-attachments-api/) {% endif %} -{% ifversion ghes < 3.3 %} -## Listar ramas o solicitudes de extracción para una confirmación - -Puedes usar dos puntos de conexión nuevos en la [API de confirmaciones](/rest/reference/repos#commits) para enumerar las ramas o solicitudes de incorporación de cambios para una confirmación. - -**Tipos de medios personalizados:** `groot-preview` -**Anunciado:** [11-04-2019](https://developer.github.com/changes/2019-04-11-pulls-branches-for-commit/) - -{% endif %} - -{% ifversion ghes < 3.3 %} - -## Actualizar la rama de una solicitud de extracción - -Puedes usar un punto de conexión nuevo para [actualizar una rama de solicitud de incorporación de cambios](/rest/reference/pulls#update-a-pull-request-branch) con los cambios de HEAD de la rama ascendente. - -**Tipos de medios personalizados:** `lydian-preview` -**Anunciado:** [29-05-2019](https://developer.github.com/changes/2019-05-29-update-branch-api/) - -{% endif %} {% ifversion ghes < 3.3 %} - -## Crear y utilizar plantillas de repositorio - -Puedes usar un punto de conexión nuevo para [Crear un repositorio mediante una plantilla](/rest/reference/repos#create-a-repository-using-a-template) y [Crear un repositorio para el usuario autenticado](/rest/reference/repos#create-a-repository-for-the-authenticated-user) que sea un repositorio de plantillas estableciendo el parámetro `is_template` en `true`. [Obtén un repositorio](/rest/reference/repos#get-a-repository) para comprobar si se ha establecido como un repositorio de plantillas mediante la clave `is_template`. - -**Tipos de medios personalizados:** `baptiste-preview` -**Anunciado:** [05-07-2019](https://developer.github.com/changes/2019-07-16-repository-templates-api/) {% endif %} {% ifversion ghes < 3.3 %} - -## Parámetro de visibilidad nuevo para la API de Repositorios - -Puedes establecer y recuperar la visibilidad de un repositorio en la [API de repositorios](/rest/reference/repos). - -**Tipos de medios personalizados:** `nebula-preview` -**Anunciado:** [25-11-2019](https://developer.github.com/changes/2019-12-03-internal-visibility-changes/) {% endif %} diff --git a/translations/es-ES/content/rest/overview/endpoints-available-for-github-apps.md b/translations/es-ES/content/rest/overview/endpoints-available-for-github-apps.md index b2c847deef..2f722ecc96 100644 --- a/translations/es-ES/content/rest/overview/endpoints-available-for-github-apps.md +++ b/translations/es-ES/content/rest/overview/endpoints-available-for-github-apps.md @@ -13,11 +13,11 @@ versions: topics: - API shortTitle: GitHub App-enabled endpoints -ms.openlocfilehash: ab79abe1df9a14f7fdcc73f863e7bce5aa4abd4c -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: d8bb53e1844b8171a1ce742fc38e4c4bb29013e7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147410367' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148110024' --- diff --git a/translations/es-ES/content/rest/overview/permissions-required-for-github-apps.md b/translations/es-ES/content/rest/overview/permissions-required-for-github-apps.md index 67ed185aab..3d7ecba758 100644 --- a/translations/es-ES/content/rest/overview/permissions-required-for-github-apps.md +++ b/translations/es-ES/content/rest/overview/permissions-required-for-github-apps.md @@ -140,6 +140,7 @@ If you set the metadata permission to **No access** and select a permission that - [`GET /repos/:owner/:repo/actions/workflows`](/rest/reference/actions#list-repository-workflows) (read) - [`GET /repos/:owner/:repo/actions/workflows/:workflow_id`](/rest/reference/actions#get-a-workflow) (read) - [`GET /repos/:owner/:repo/actions/workflows/:workflow_id/runs`](/rest/reference/actions#list-workflow-runs) (read) +- [`POST /repos/:owner/:repo/actions/workflows/:workflow_id/dispatches`](/rest/reference/actions#create-a-workflow-dispatch-event) (write) {% endif %} ## Administration @@ -284,20 +285,14 @@ If you set the metadata permission to **No access** and select a permission that - [`GET /repos/:owner/:repo/code-scanning/alerts`](/rest/reference/code-scanning#list-code-scanning-alerts-for-a-repository) (read) - [`GET /repos/:owner/:repo/code-scanning/alerts/:alert_number`](/rest/reference/code-scanning#get-a-code-scanning-alert) (read) - [`PATCH /repos/:owner/:repo/code-scanning/alerts/:alert_number`](/rest/reference/code-scanning#update-a-code-scanning-alert) (write) -{% ifversion fpt or ghec or ghes or ghae -%} - [`GET /repos/:owner/:repo/code-scanning/alerts/:alert_number/instances`](/rest/reference/code-scanning#list-instances-of-a-code-scanning-alert) (read) -{% endif -%} - [`GET /repos/:owner/:repo/code-scanning/analyses`](/rest/reference/code-scanning#list-code-scanning-analyses-for-a-repository) (read) -{% ifversion fpt or ghec or ghes or ghae -%} - [`GET /repos/:owner/:repo/code-scanning/analyses/:analysis_id`](/rest/reference/code-scanning#get-a-code-scanning-analysis-for-a-repository) (read) -{% endif -%} {% ifversion fpt or ghec or ghes -%} - [`DELETE /repos/:owner/:repo/code-scanning/analyses/:analysis_id`](/rest/reference/code-scanning#delete-a-code-scanning-analysis-from-a-repository) (write) {% endif -%} - [`POST /repos/:owner/:repo/code-scanning/sarifs`](/rest/reference/code-scanning#upload-an-analysis-as-sarif-data) (write) -{% ifversion fpt or ghec or ghes or ghae -%} - [`GET /repos/:owner/:repo/code-scanning/sarifs/:sarif_id`](/rest/reference/code-scanning#get-information-about-a-sarif-upload) (read) -{% endif -%} {% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 -%} - [`GET /orgs/:org/code-scanning/alerts`](/rest/reference/code-scanning#list-code-scanning-alerts-by-organization) (read) {% endif -%} diff --git a/translations/es-ES/content/rest/repos/autolinks.md b/translations/es-ES/content/rest/repos/autolinks.md index 7fffef76fb..d2ded4c388 100644 --- a/translations/es-ES/content/rest/repos/autolinks.md +++ b/translations/es-ES/content/rest/repos/autolinks.md @@ -5,18 +5,18 @@ shortTitle: Autolinks intro: 'Para ayudar a optimizar tu flujo de trabajo, puedes utilizar la API para agregar autoenlaces a los recursos externos como propuestas de JIRA y tickets de Zendesk.' versions: fpt: '*' - ghes: '>=3.3' + ghes: '*' ghae: '*' ghec: '*' topics: - API miniTocMaxHeadingLevel: 3 -ms.openlocfilehash: 1a0900a0665675526381987836631c7ff3496a81 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: c35d9232ec43cf9dc19c9559de0e8411fa85e242 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '147066558' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109883' --- ## Acerca de Repository autolinks API diff --git a/translations/es-ES/content/rest/repos/lfs.md b/translations/es-ES/content/rest/repos/lfs.md index a258ba1f75..a402c744c9 100644 --- a/translations/es-ES/content/rest/repos/lfs.md +++ b/translations/es-ES/content/rest/repos/lfs.md @@ -3,7 +3,7 @@ title: Git LFS intro: 'You can enable or disable {% data variables.large_files.product_name_long %} (LFS) for a repository.' versions: fpt: '*' - ghes: '>=3.3' + ghes: '*' ghae: '*' ghec: '*' topics: diff --git a/translations/es-ES/content/rest/users/ssh-signing-keys.md b/translations/es-ES/content/rest/users/ssh-signing-keys.md index dc1e5ead07..2f077447e6 100644 --- a/translations/es-ES/content/rest/users/ssh-signing-keys.md +++ b/translations/es-ES/content/rest/users/ssh-signing-keys.md @@ -9,12 +9,12 @@ topics: - API miniTocMaxHeadingLevel: 3 allowTitleToDifferFromFilename: true -ms.openlocfilehash: 758f7897f965323e3675bf6b0ac1d295a3338f05 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: c8b9b71cf14efdd119f759fa36f5baae8e7a9301 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147773908' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109859' --- ## Acerca de las API de usuarios para firma SSH diff --git a/translations/es-ES/content/search-github/searching-on-github/searching-issues-and-pull-requests.md b/translations/es-ES/content/search-github/searching-on-github/searching-issues-and-pull-requests.md index 0054f0a88c..71105cabcd 100644 --- a/translations/es-ES/content/search-github/searching-on-github/searching-issues-and-pull-requests.md +++ b/translations/es-ES/content/search-github/searching-on-github/searching-issues-and-pull-requests.md @@ -163,8 +163,8 @@ You can narrow your results by labels, using the `label` qualifier. Since issues | ------------- | ------------- | label:LABEL | [**label:"help wanted" language:ruby**](https://github.com/search?utf8=%E2%9C%93&q=label%3A%22help+wanted%22+language%3Aruby&type=Issues) matches issues with the label "help wanted" that are in Ruby repositories. | | [**broken in:body -label:bug label:priority**](https://github.com/search?q=broken+in%3Abody+-label%3Abug+label%3Apriority&type=Issues) matches issues with the word "broken" in the body, that lack the label "bug", but *do* have the label "priority." -| | [**label:bug label:resolved**](https://github.com/search?l=&q=label%3Abug+label%3Aresolved&type=Issues) matches issues with the labels "bug" and "resolved."{% ifversion fpt or ghes > 3.2 or ghae or ghec %} -| | [**label:bug,resolved**](https://github.com/search?q=label%3Abug%2Cresolved&type=Issues) matches issues with the label "bug" or the label "resolved."{% endif %} +| | [**label:bug label:resolved**](https://github.com/search?l=&q=label%3Abug+label%3Aresolved&type=Issues) matches issues with the labels "bug" and "resolved." +| | [**label:bug,resolved**](https://github.com/search?q=label%3Abug%2Cresolved&type=Issues) matches issues with the label "bug" or the label "resolved." ## Search by milestone @@ -266,8 +266,8 @@ You can filter pull requests based on their [review status](/pull-requests/colla | `review:approved` | [**type:pr review:approved**](https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Aapproved&type=Issues) matches pull requests that a reviewer has approved. | `review:changes_requested` | [**type:pr review:changes_requested**](https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review%3Achanges_requested&type=Issues) matches pull requests in which a reviewer has asked for changes. | reviewed-by:USERNAME | [**type:pr reviewed-by:gjtorikian**](https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+reviewed-by%3Agjtorikian&type=Issues) matches pull requests reviewed by a particular person. -| review-requested:USERNAME | [**type:pr review-requested:benbalter**](https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review-requested%3Abenbalter&type=Issues) matches pull requests where a specific person is requested for review. Requested reviewers are no longer listed in the search results after they review a pull request. If the requested person is on a team that is requested for review, then review requests for that team will also appear in the search results.{% ifversion fpt or ghae or ghes > 3.2 or ghec %} -| user-review-requested:@me | [**type:pr user-review-requested:@me**](https://github.com/search?q=is%3Apr+user-review-requested%3A%40me+) matches pull requests that you have directly been asked to review.{% endif %} +| review-requested:USERNAME | [**type:pr review-requested:benbalter**](https://github.com/search?utf8=%E2%9C%93&q=type%3Apr+review-requested%3Abenbalter&type=Issues) matches pull requests where a specific person is requested for review. Requested reviewers are no longer listed in the search results after they review a pull request. If the requested person is on a team that is requested for review, then review requests for that team will also appear in the search results. +| user-review-requested:@me | [**type:pr user-review-requested:@me**](https://github.com/search?q=is%3Apr+user-review-requested%3A%40me+) matches pull requests that you have directly been asked to review. | team-review-requested:TEAMNAME | [**type:pr team-review-requested:github/docs**](https://github.com/search?q=type%3Apr+team-review-requested%3Agithub%2Fdocs&type=pullrequests) matches pull requests that have review requests from the team `github/docs`. Requested reviewers are no longer listed in the search results after they review a pull request. ## Search by when an issue or pull request was created or last updated diff --git a/translations/es-ES/content/search/index.md b/translations/es-ES/content/search/index.md index 6b85549058..473271ab6e 100644 --- a/translations/es-ES/content/search/index.md +++ b/translations/es-ES/content/search/index.md @@ -6,11 +6,11 @@ versions: ghec: '*' ghes: '*' ghae: '*' -ms.openlocfilehash: d7e276ed5305ffc8fd9732f6895fdf3b7461fb4c -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 1a780ae1a9481af58598ac2a37eec1553b08f627 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: '147648293' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109822' --- diff --git a/translations/es-ES/content/sponsors/receiving-sponsorships-through-github-sponsors/index.md b/translations/es-ES/content/sponsors/receiving-sponsorships-through-github-sponsors/index.md index 24431ee969..0113a7be4f 100644 --- a/translations/es-ES/content/sponsors/receiving-sponsorships-through-github-sponsors/index.md +++ b/translations/es-ES/content/sponsors/receiving-sponsorships-through-github-sponsors/index.md @@ -23,11 +23,11 @@ children: - /tax-information-for-github-sponsors - /disabling-your-github-sponsors-account - /unpublishing-your-github-sponsors-profile -ms.openlocfilehash: 7f7a6e7a1f46dadaac3cf75b8387bf18dd22e0d0 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: d7d3b8f98e7acf74ee24e7cf705f0ddb3c5d4b26 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: '145149680' +ms.lasthandoff: 10/25/2022 +ms.locfileid: '148109821' --- diff --git a/translations/es-ES/data/glossaries/external.yml b/translations/es-ES/data/glossaries/external.yml index 142f469290..2fd18cd191 100644 --- a/translations/es-ES/data/glossaries/external.yml +++ b/translations/es-ES/data/glossaries/external.yml @@ -400,18 +400,16 @@ description: A system for annotating and formatting a document. - term: main description: >- - {% ifversion fpt or ghes > 3.1 or ghae %} The default development branch. Whenever you create a Git repository, a branch named `main` is created, and becomes the active branch. In most cases, this contains the local development, though that is purely by - convention and is not required.{% else %}Name often chosen as an alternative to `master` - for the default branch of a repository.{% endif %} + convention and is not required. - term: master description: >- The default branch in many Git repositories. By default, when you create a new Git repository on the command line, a branch called `master` is created. - Many tools now use an alternative name for the default branch.{% ifversion fpt or ghes > 3.1 or ghae %} For example, - when you create a new repository on GitHub, the default branch is called `main`.{% endif %} + Many tools now use an alternative name for the default branch. For example, + when you create a new repository on GitHub, the default branch is called `main`. - term: members graph description: A repository graph that shows all the forks of a repository. - term: mention diff --git a/translations/es-ES/data/graphql/ghes-3.2/graphql_previews.enterprise.yml b/translations/es-ES/data/graphql/ghes-3.2/graphql_previews.enterprise.yml deleted file mode 100644 index 65d72d2d06..0000000000 --- a/translations/es-ES/data/graphql/ghes-3.2/graphql_previews.enterprise.yml +++ /dev/null @@ -1,117 +0,0 @@ -- title: Acceso al borrado de versiones de paquetes - description: 'Esta vista previa agrega soporte para la mutación DeletePackageVersion, la cual habilita el borrado de versiones de paquetes privados.' - toggled_by: ':package-deletes-preview' - announcement: null - updates: null - toggled_on: - - Mutation.deletePackageVersion - owning_teams: - - '@github/pe-package-registry' -- title: Implementaciones - description: Esta vista previa agrega soporte para mutaciones y nuevas características de los despliegues. - toggled_by: ':flash-preview' - announcement: null - updates: null - toggled_on: - - DeploymentStatus.environment - - Mutation.createDeploymentStatus - - CreateDeploymentStatusInput - - CreateDeploymentStatusPayload - - Mutation.createDeployment - - CreateDeploymentInput - - CreateDeploymentPayload - owning_teams: - - '@github/c2c-actions-service' -- title: MergeInfoPreview - Información más detallada acerca del estado de fusión de una solicitud de extracción. - description: Esta vista previa agrega soporte para acceder a los campos que proporcionan información más detallada sobre el estado de fusión de una solicitud de extracción. - toggled_by: ':merge-info-preview' - announcement: null - updates: null - toggled_on: - - PullRequest.canBeRebased - - PullRequest.mergeStateStatus - owning_teams: - - '@github/pe-pull-requests' -- title: UpdateRefsPreview - Actualiza varias refs en una sola operación. - description: Esta vista previa agrega soporte para actualizar varias refs en una sola operación. - toggled_by: ':update-refs-preview' - announcement: null - updates: null - toggled_on: - - Mutation.updateRefs - - GitRefname - - RefUpdate - - UpdateRefsInput - - UpdateRefsPayload - owning_teams: - - '@github/reponauts' -- title: Detalles de Eventos del Proyecto - description: 'Esta vista previa añade detalles sobre el proyecto, tarjeta de proyecto y columna de proyecto a un evento de incidencia relacionado con un proyecto.' - 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: Crear adjuntos de contenido - description: Esta vista previa agrega soporte para crear adjuntos de contenido. - toggled_by: ':corsair-preview' - announcement: null - updates: null - toggled_on: - - Mutation.createContentAttachment - owning_teams: - - '@github/feature-lifecycle' -- title: Vista Previa de Etiquetas - description: 'Esta vista previa agrega soporte para crear, actualizar, agregar y borrar etiquetas.' - 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: Importar proyecto - description: Esta vista previa agrega soporte para importar proyectos. - toggled_by: ':slothette-preview' - announcement: null - updates: null - toggled_on: - - Mutation.importProject - owning_teams: - - '@github/pe-issues-projects' -- title: Vista Previa de las Tareas de Revisión del Equipo - description: Esta vista previa agrega soporte para actualizar la configuración para las tareas de revisión del equipo. - 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' \ No newline at end of file diff --git a/translations/es-ES/data/learning-tracks/code-security.yml b/translations/es-ES/data/learning-tracks/code-security.yml index 371be99528..a614b6945c 100644 --- a/translations/es-ES/data/learning-tracks/code-security.yml +++ b/translations/es-ES/data/learning-tracks/code-security.yml @@ -1,7 +1,7 @@ # Feature available only on dotcom security_advisories: - title: 'Arreglo y divulgación de una vulnerabilidad de seguridad' - description: 'Uso de asesorías de seguridad de repositorio para corregir de forma privada una vulnerabilidad reportada y obtener un CVE.' + title: 'Fix and disclose a security vulnerability' + description: 'Using repository security advisories to privately fix a reported vulnerability and get a CVE.' featured_track: '{% ifversion fpt or ghec %}true{% else %}false{% endif %}' guides: - /code-security/repository-security-advisories/about-coordinated-disclosure-of-security-vulnerabilities @@ -12,14 +12,15 @@ security_advisories: - /code-security/repository-security-advisories/editing-a-repository-security-advisory - /code-security/repository-security-advisories/withdrawing-a-repository-security-advisory - /code-security/repository-security-advisories/removing-a-collaborator-from-a-repository-security-advisory + - /code-security/repository-security-advisories/best-practices-for-writing-repository-security-advisories # Feature available on dotcom and GHES 3.3+, so articles available on GHAE and earlier GHES hidden to hide the learning track dependabot_alerts: - title: 'Obtención de notificaciones para las dependencias vulnerables' - description: 'Configuración de Dependabot para que avise de nuevas vulnerabilidades {% ifversion GH-advisory-db-supports-malware %} o malware {% endif %} en tus dependencias.' + title: 'Get notifications for insecure dependencies' + description: 'Set up Dependabot to alert you to new vulnerabilities{% ifversion GH-advisory-db-supports-malware %} or malware{% endif %} in your dependencies.' guides: - /code-security/dependabot/dependabot-alerts/about-dependabot-alerts - - '{% ifversion fpt or ghec or ghes > 3.2 %}/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository{% endif %}' + - '{% ifversion fpt or ghec or ghes %}/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository{% endif %}' - /code-security/dependabot/dependabot-alerts/viewing-and-updating-dependabot-alerts - /code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts - /code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates @@ -28,20 +29,20 @@ dependabot_alerts: # Feature available on dotcom and GHES 3.3+, so articles available on GHAE and earlier GHES hidden to hide the learning track dependabot_security_updates: - title: 'Obtención de solicitudes de cambios para actualizar dependencias vulnerables' - description: 'Configuración de Dependabot para crear solicitudes de incorporación de cambios cuando se reporten vulnerabilidades nuevas.' + title: 'Get pull requests to update your vulnerable dependencies' + description: 'Set up Dependabot to create pull requests when new vulnerabilities are reported.' guides: - /code-security/dependabot/dependabot-security-updates/about-dependabot-security-updates - /code-security/dependabot/dependabot-security-updates/configuring-dependabot-security-updates - - '{% ifversion fpt or ghec or ghes > 3.2 %}/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies{% endif %}' - - '{% ifversion fpt or ghec or ghes > 3.2 %}/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository{% endif %}' + - '{% ifversion fpt or ghec or ghes %}/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-notifications-for-vulnerable-dependencies{% endif %}' + - '{% ifversion fpt or ghec or ghes %}/github/administering-a-repository/managing-repository-settings/managing-security-and-analysis-settings-for-your-repository{% endif %}' - /code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates - - '{% ifversion fpt or ghec or ghes > 3.2 %}/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies{% endif %}' + - '{% ifversion fpt or ghec or ghes %}/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/troubleshooting-the-detection-of-vulnerable-dependencies{% endif %}' # Feature available only on dotcom and GHES 3.3+ dependency_version_updates: - title: 'Mantén tus dependencias actualizadas' - description: 'Usa a Dependabot para verificar lanzamientos nuevos y crear solicitudes de incorporación de cambios para actualizar dependencias.' + title: 'Keep your dependencies up-to-date' + description: 'Use Dependabot to check for new releases and create pull requests to update your dependencies.' guides: - /code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates - /code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates @@ -56,8 +57,8 @@ dependency_version_updates: # Feature available in GHEC, GHES 3.0 up, and GHAE. Feature limited on FPT so hidden there. secret_scanning: - title: 'Examen en búsqueda de secretos' - description: 'Configuración del escaneo de secretos para protegerse de los registros accidentales de tokens, contraseñas y otros secretos en tu repositorio.' + title: 'Scan for secrets' + description: 'Set up secret scanning to guard against accidental check-ins of tokens, passwords, and other secrets to your repository.' guides: - '{% ifversion not fpt %}/code-security/secret-scanning/about-secret-scanning{% endif %}' - '{% ifversion not fpt %}/code-security/secret-scanning/configuring-secret-scanning-for-your-repositories{% endif %}' @@ -69,20 +70,20 @@ secret_scanning: # Security overview feature available in GHEC and GHES 3.2+, so other articles hidden to hide the learning path in other versions security_alerts: - title: 'Exploración y administración de las alertas de seguridad' - description: 'Descubre dónde encontrar y resolver las alertas de seguridad.' + title: 'Explore and manage security alerts' + description: 'Learn where to find and resolve security alerts.' guides: - - '{% ifversion ghec or ghes > 3.1 %}/code-security/security-overview/about-the-security-overview {% endif %}' - - '{% ifversion ghec or ghes > 3.1 %}/code-security/security-overview/viewing-the-security-overview {% endif %}' - - '{% ifversion ghec or ghes > 3.1 %}/code-security/secret-scanning/managing-alerts-from-secret-scanning {% endif %}' - - '{% ifversion ghec or ghes > 3.1 %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository{% endif %}' - - '{% ifversion ghec or ghes > 3.1 %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests{% endif %}' - - '{% ifversion ghec or ghes > 3.1 %}/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository{% endif %}' + - '{% ifversion ghec or ghes %}/code-security/security-overview/about-the-security-overview {% endif %}' + - '{% ifversion ghec or ghes %}/code-security/security-overview/viewing-the-security-overview {% endif %}' + - '{% ifversion ghec or ghes %}/code-security/secret-scanning/managing-alerts-from-secret-scanning {% endif %}' + - '{% ifversion ghec or ghes %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/managing-code-scanning-alerts-for-your-repository{% endif %}' + - '{% ifversion ghec or ghes %}/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/triaging-code-scanning-alerts-in-pull-requests{% endif %}' + - '{% ifversion ghec or ghes %}/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/viewing-and-updating-vulnerable-dependencies-in-your-repository{% endif %}' # Feature available in all versions from GHES 2.22 up code_security_actions: - title: 'Ejecución del escaneo de código con GitHub Actions' - description: 'Verificación de la rama predeterminada y cada solicitud de cambios para mantener las vulnerabilidades y errores lejos del repositorio.' + title: 'Run code scanning with GitHub Actions' + description: 'Check your default branch and every pull request to keep vulnerabilities and errors out of your repository.' featured_track: '{% ifversion ghae or ghes %}true{% else %}false{% endif %}' guides: - /code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning @@ -94,8 +95,8 @@ code_security_actions: # Feature available in all versions from GHES 2.22 up code_security_integration: - title: 'Integración con el escaneo de código' - description: 'Carga de resultados del análisis de código desde sistemas de terceros a GitHub mediante SARIF.' + title: 'Integrate with code scanning' + description: 'Upload code analysis results from third-party systems to GitHub using SARIF.' guides: - /code-security/code-scanning/integrating-with-code-scanning/about-integration-with-code-scanning - /code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github @@ -104,8 +105,8 @@ code_security_integration: # Feature available in all versions from GHES 2.22 up code_security_ci: - title: 'Ejecución del escaneo de código de CodeQL en tu integración continua' - description: 'Configuración de CodeQL dentro de tu integración continua existente y carga de los resultados en el escaneo de código de GitHub.' + title: 'Run CodeQL code scanning in your CI' + description: 'Set up CodeQL within your existing CI and upload results to GitHub code scanning.' guides: - /code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/about-codeql-code-scanning-in-your-ci-system - /code-security/code-scanning/using-codeql-code-scanning-with-your-existing-ci-system/installing-codeql-cli-in-your-ci-system @@ -115,8 +116,8 @@ code_security_ci: # Feature available in all versions end_to_end_supply_chain: - title: 'Cadena de suministro de un extremo a otro' - description: 'Cómo considerar asegurar tus cuentas de usuario, tu código y tu proceso de compilación.' + title: 'End-to-end supply chain' + description: 'How to think about securing your user accounts, your code, and your build process.' guides: - /code-security/supply-chain-security/end-to-end-supply-chain/end-to-end-supply-chain-overview - /code-security/supply-chain-security/end-to-end-supply-chain/securing-accounts diff --git a/translations/es-ES/data/reusables/accounts/create-personal-access-tokens.md b/translations/es-ES/data/reusables/accounts/create-personal-access-tokens.md index f68aaad4ba..38f1bde189 100644 --- a/translations/es-ES/data/reusables/accounts/create-personal-access-tokens.md +++ b/translations/es-ES/data/reusables/accounts/create-personal-access-tokens.md @@ -1 +1 @@ -1. For each of your accounts, create a dedicated {% data variables.product.pat_v1 %} with `repo` scope. {% ifversion pat-v2 %}Or, for each of your accounts and for each organization that you are a member of, create a {% data variables.product.pat_v2 %} that can access the desired repositories and that has read and write permissions on repository contents.{% endif %} For more information, see "[Creating a {% data variables.product.pat_generic %}](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)." \ No newline at end of file +1. For each of your accounts, create a dedicated {% data variables.product.pat_v1 %} with `repo` scope. {% ifversion pat-v2 %}Or, for each of your accounts and for each organization that you are a member of, create a {% data variables.product.pat_v2 %} that can access the desired repositories and that has read and write permissions on repository contents.{% endif %} For more information, see "[Creating a {% data variables.product.pat_generic %}](/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)." diff --git a/translations/es-ES/data/reusables/actions/about-runner-groups.md b/translations/es-ES/data/reusables/actions/about-runner-groups.md index cf169f155b..8031c44959 100644 --- a/translations/es-ES/data/reusables/actions/about-runner-groups.md +++ b/translations/es-ES/data/reusables/actions/about-runner-groups.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 98ccaf5f02919ebeb19485e3b2237f7c96ebfc3e -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 8492ebc0962837c6f748fe30dbca08f529c353fc +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764161" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109910" --- {% ifversion fpt %} {% note %} @@ -20,4 +20,4 @@ Si usa {% data variables.product.prodname_ghe_cloud %}, puede crear grupos de ej Cuando se crean nuevos ejecutores, se asignan automáticamente al grupo predeterminado. Los ejecutores solo pueden estar en un grupo a la vez. Puedes mover los ejecutores del grupo predeterminado a otro grupo. Para obtener más información, consulta "[Cambiar un ejecutor a un grupo](#moving-a-runner-to-a-group)". -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/actions/actions-audit-events-workflow.md b/translations/es-ES/data/reusables/actions/actions-audit-events-workflow.md index 7f82e808ab..8a22bc5d04 100644 --- a/translations/es-ES/data/reusables/actions/actions-audit-events-workflow.md +++ b/translations/es-ES/data/reusables/actions/actions-audit-events-workflow.md @@ -1,12 +1,20 @@ -| Action | Description +--- +ms.openlocfilehash: 1162ab428d4c20f7f0ca4af8c1ec743b30e42852 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109909" +--- +| Acción | Descripción |------------------|------------------- -| `cancel_workflow_run` | Triggered when a workflow run has been cancelled. For more information, see "[Canceling a workflow](/actions/managing-workflow-runs/canceling-a-workflow)."{% ifversion fpt or ghec or ghes > 3.2 or ghae %} -| `completed_workflow_run` | Triggered when a workflow status changes to `completed`. Can only be viewed using the REST API; not visible in the UI or the JSON/CSV export. For more information, see "[Viewing workflow run history](/actions/managing-workflow-runs/viewing-workflow-run-history)."{% endif %}{% ifversion fpt or ghec or ghes > 3.2 or ghae %} -| `created_workflow_run` | Triggered when a workflow run is created. Can only be viewed using the REST API; not visible in the UI or the JSON/CSV export. For more information, see "[Create an example workflow](/actions/learn-github-actions/introduction-to-github-actions#create-an-example-workflow)."{% endif %} -| `delete_workflow_run` | Triggered when a workflow run is deleted. For more information, see "[Deleting a workflow run](/actions/managing-workflow-runs/deleting-a-workflow-run)." -| `disable_workflow` | Triggered when a workflow is disabled. -| `enable_workflow` | Triggered when a workflow is enabled, after previously being disabled by `disable_workflow`. -| `rerun_workflow_run` | Triggered when a workflow run is re-run. For more information, see "[Re-running a workflow](/actions/managing-workflow-runs/re-running-a-workflow)."{% ifversion fpt or ghec or ghes > 3.2 or ghae %} -| `prepared_workflow_job` | Triggered when a workflow job is started. Includes the list of secrets that were provided to the job. Can only be viewed using the REST API. It is not visible in the the {% data variables.product.prodname_dotcom %} web interface or included in the JSON/CSV export. For more information, see "[Events that trigger workflows](/actions/reference/events-that-trigger-workflows)."{% endif %} -| `approve_workflow_job` | Triggered when a workflow job has been approved. For more information, see "[Reviewing deployments](/actions/managing-workflow-runs/reviewing-deployments)." -| `reject_workflow_job` | Triggered when a workflow job has been rejected. For more information, see "[Reviewing deployments](/actions/managing-workflow-runs/reviewing-deployments)." +| `cancel_workflow_run` | Se activa cuando se cancela una ejecución de flujo de trabajo. Para obtener más información, vea "[Cancelar un flujo de trabajo](/actions/managing-workflow-runs/canceling-a-workflow)". +| `completed_workflow_run` | Se desencadena cuando el estado de un flujo de trabajo cambia a `completed`. Solo se puede visualizar utilizando la API de REST; no se puede visualizar en la IU ni en la exportación de JSON/CSV. Para más información, vea "[Visualización del historial de ejecución de flujos de trabajo](/actions/managing-workflow-runs/viewing-workflow-run-history)". +| `created_workflow_run` | Se activa cuando se crea una ejecución de flujo de trabajo. Solo se puede visualizar utilizando la API de REST; no se puede visualizar en la IU ni en la exportación de JSON/CSV. Para obtener más información, vea "[Creación de un flujo de trabajo de ejemplo](/actions/learn-github-actions/introduction-to-github-actions#create-an-example-workflow)". +| `delete_workflow_run` | Se activa cuando se borra una ejecución de flujo de trabajo. Para más información, vea "[Eliminación de una ejecución de flujo de trabajo](/actions/managing-workflow-runs/deleting-a-workflow-run)". +| `disable_workflow` | Se activa cuando se inhabilita un flujo de trabajo. +| `enable_workflow` | Se desencadena cuando se habilita un flujo de trabajo después de que se deshabilitara mediante `disable_workflow`. +| `rerun_workflow_run` | Se activa cuando se vuelve a ejecutar una ejecución de flujo de trabajo. Para obtener más información, vea "[Volver a ejecutar un flujo de trabajo](/actions/managing-workflow-runs/re-running-a-workflow)". +| `prepared_workflow_job` | Se activa cuando se inicia un job de flujo de trabajo. Incluye la lista de secretos que se proporcionaron al job. Solo puede verse utilizando la API de REST. No es visible en la interfaz web de {% data variables.product.prodname_dotcom %} ni se incluye en la exportación de JSON/CSV. Para más información, vea "[Eventos que desencadenan flujos de trabajo](/actions/reference/events-that-trigger-workflows)". +| `approve_workflow_job` | Se activa cuando se aprueba el job de un flujo de trabajo. Para más información, vea "[Revisión de implementaciones](/actions/managing-workflow-runs/reviewing-deployments)". +| `reject_workflow_job` | Se activa cuando se rechaza el job de un flujo de trabajo. Para más información, vea "[Revisión de implementaciones](/actions/managing-workflow-runs/reviewing-deployments)". diff --git a/translations/es-ES/data/reusables/actions/add-hosted-runner-overview.md b/translations/es-ES/data/reusables/actions/add-hosted-runner-overview.md index b3f84a6efd..1ab021f193 100644 --- a/translations/es-ES/data/reusables/actions/add-hosted-runner-overview.md +++ b/translations/es-ES/data/reusables/actions/add-hosted-runner-overview.md @@ -1,11 +1,11 @@ --- -ms.openlocfilehash: 7020f9ed86843200a1b56c9b9142ed238aaf0dd5 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 955bbcc4f03b8a3a810f282c74230f220908f6b8 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764167" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109908" --- Puedes elegir un sistema operativo y una configuración de hardware en la lista de opciones disponibles. Cuando se implementan nuevas instancias de este ejecutor mediante el escalado automático, usarán el mismo sistema operativo y la misma configuración de hardware que has definido aquí. -También puedes definir las etiquetas que identifican al ejecutor, que es la forma en que los flujos de trabajo podrán enviar trabajos a los ejecutores para su procesamiento (mediante `runs-on`). Los nuevos ejecutores se asignan automáticamente al grupo predeterminado o puedes elegir qué grupo deben unirse los ejecutores durante el proceso de creación del ejecutor. Además, puedes modificar los miembros del grupo del ejecutor después de que lo hayas registrado. Para obtener más información, consulta "[Controlar el acceso a {% data variables.actions.hosted_runner %}](/actions/using-github-hosted-runners/controlling-access-to-larger-runners)". \ No newline at end of file +También puedes definir las etiquetas que identifican al ejecutor, que es la forma en que los flujos de trabajo podrán enviar trabajos a los ejecutores para su procesamiento (mediante `runs-on`). Los nuevos ejecutores se asignan automáticamente al grupo predeterminado o puedes elegir qué grupo deben unirse los ejecutores durante el proceso de creación del ejecutor. Además, puedes modificar los miembros del grupo del ejecutor después de que lo hayas registrado. Para obtener más información, consulta "[Controlar el acceso a {% data variables.actions.hosted_runner %}](/actions/using-github-hosted-runners/controlling-access-to-larger-runners)". diff --git a/translations/es-ES/data/reusables/actions/add-hosted-runner.md b/translations/es-ES/data/reusables/actions/add-hosted-runner.md index c9bad42cea..809ed2ad54 100644 --- a/translations/es-ES/data/reusables/actions/add-hosted-runner.md +++ b/translations/es-ES/data/reusables/actions/add-hosted-runner.md @@ -1,19 +1,11 @@ ---- -ms.openlocfilehash: 216386e3e7dc31df99a383af6a335681c72911c2 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764197" ---- -1. Haz clic en **Nuevo ejecutor** y, a continuación, haz clic en **{% octicon "mark-github" aria-label="New hosted runner" %} Nuevo ejecutor hospedado en Github**. -1. Completa los detalles necesarios para configurar el nuevo ejecutor: +1. Click **New runner**, then click **{% octicon "mark-github" aria-label="New hosted runner" %} New {% data variables.product.prodname_dotcom %}-hosted runner**. +1. Complete the required details to configure your new runner: - - **Nombre**: escribe un nombre para el nuevo ejecutor. Para facilitar la identificación, esto debe indicar su configuración de hardware y funcionamiento, como `ubuntu-20.04-16core`. - - **Imagen del ejecutor**: elije un sistema operativo de las opciones disponibles. Una vez que hayas seleccionado un sistema operativo, podrás elegir una versión específica. - - **Tamaño del ejecutor**: elije una configuración de hardware en la lista desplegable de opciones disponibles. - - **Escalado automático**: elije el número máximo de ejecutores que pueden estar activos en cualquier momento. - - **Grupo de ejecutores**: elije el grupo del que serás miembro el ejecutor. Este grupo hospedará varias instancias del ejecutor, ya que se escalan y reducen verticalmente para satisfacer la demanda. - - **Redes**: solo para {% data variables.product.prodname_ghe_cloud %}: elije si se asignará un intervalo de direcciones IP estáticas a instancias de {% data variables.actions.hosted_runner %}. Puedes usar hasta 10 direcciones IP estáticas en total. + - **Name**: Enter a name for your new runner. For easier identification, this should indicate its hardware and operating configuration, such as `ubuntu-20.04-16core`. + - **Runner image**: Choose an operating system from the available options. Once you've selected an operating system, you will be able to choose a specific version. + - **Runner size**: Choose a hardware configuration from the drop-down list of available options. + - **Auto-scaling**: Choose the maximum number of runners that can be active at any time. + - **Runner group**: Choose the group that your runner will be a member of. This group will host multiple instances of your runner, as they scale up and down to suit demand. + - **Networking**: Only for {% data variables.product.prodname_ghe_cloud %}: Choose whether a static IP address range will be assigned to instances of the {% data variables.actions.hosted_runner %}. You can use up to 10 static IP addresses in total. -1. Haz clic en **Crear ejecutor**. \ No newline at end of file +1. Click **Create runner**. diff --git a/translations/es-ES/data/reusables/actions/automatically-adding-a-runner-to-a-group.md b/translations/es-ES/data/reusables/actions/automatically-adding-a-runner-to-a-group.md index c37562b4d8..6948d423e4 100644 --- a/translations/es-ES/data/reusables/actions/automatically-adding-a-runner-to-a-group.md +++ b/translations/es-ES/data/reusables/actions/automatically-adding-a-runner-to-a-group.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 39b0767cfd400a12b2fb2d6709e2588dce9be503 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 4e8c79051e378c800568f0fcf36c783a1bdd8811 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764138" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109906" --- Puedes utilizar el script de configuración para agregar automáticamente un nuevo ejecutor a un grupo. Por ejemplo, este comando registra un nuevo ejecutor y usa el `--runnergroup` parámetro para agregarlo a un grupo denominado `rg-runnergroup`. @@ -16,4 +16,4 @@ El comando fallará si el grupo de ejecutores no existe: ``` Could not find any self-hosted runner group named "rg-runnergroup". -``` \ No newline at end of file +``` diff --git a/translations/es-ES/data/reusables/actions/changing-the-access-policy-of-a-runner-group.md b/translations/es-ES/data/reusables/actions/changing-the-access-policy-of-a-runner-group.md index cd60712e46..6fe8813540 100644 --- a/translations/es-ES/data/reusables/actions/changing-the-access-policy-of-a-runner-group.md +++ b/translations/es-ES/data/reusables/actions/changing-the-access-policy-of-a-runner-group.md @@ -35,4 +35,4 @@ You can configure a runner group to run either selected workflows or all workflo 1. Click **Save**. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/actions/changing-the-name-of-a-runner-group.md b/translations/es-ES/data/reusables/actions/changing-the-name-of-a-runner-group.md index 7bf82cfc33..3a5df8fce0 100644 --- a/translations/es-ES/data/reusables/actions/changing-the-name-of-a-runner-group.md +++ b/translations/es-ES/data/reusables/actions/changing-the-name-of-a-runner-group.md @@ -6,4 +6,4 @@ {% elsif ghae < 3.4 or ghes < 3.4 %} {% data reusables.actions.configure-runner-group %} 1. Change the runner group name. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/actions/creating-a-runner-group-for-an-organization.md b/translations/es-ES/data/reusables/actions/creating-a-runner-group-for-an-organization.md index bb19db9e3b..afe2577607 100644 --- a/translations/es-ES/data/reusables/actions/creating-a-runner-group-for-an-organization.md +++ b/translations/es-ES/data/reusables/actions/creating-a-runner-group-for-an-organization.md @@ -35,4 +35,4 @@ When creating a group, you must choose a policy that defines which repositories{ ![Add runner group options](/assets/images/help/settings/actions-org-add-runner-group-options.png) 1. Click **Save group** to create the group and apply the policy. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/actions/enterprise-http-proxy.md b/translations/es-ES/data/reusables/actions/enterprise-http-proxy.md index 6b17543e34..1c7693f8ea 100644 --- a/translations/es-ES/data/reusables/actions/enterprise-http-proxy.md +++ b/translations/es-ES/data/reusables/actions/enterprise-http-proxy.md @@ -3,4 +3,4 @@ If you have an **HTTP Proxy Server** configured on {% data variables.location.pr - You must add `localhost` and `127.0.0.1` to the **HTTP Proxy Exclusion** list. - If your external storage location is not routable, then you must also add your external storage URL to the exclusion list. - For more information on changing your proxy settings, see "[Configuring an outbound web proxy server](/admin/configuration/configuring-an-outbound-web-proxy-server)." \ No newline at end of file + For more information on changing your proxy settings, see "[Configuring an outbound web proxy server](/admin/configuration/configuring-an-outbound-web-proxy-server)." diff --git a/translations/es-ES/data/reusables/actions/github_sha_description.md b/translations/es-ES/data/reusables/actions/github_sha_description.md index 34ffc860a2..8039a7e384 100644 --- a/translations/es-ES/data/reusables/actions/github_sha_description.md +++ b/translations/es-ES/data/reusables/actions/github_sha_description.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 6d59b7ddcb233704ff06531143d1f2d7126f874b -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: b362ff01387cbd9a70aeeceb51bff2b48f776bb9 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147614578" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110124" --- -El SHA de confirmación que activó el flujo de trabajo. El valor de este SHA de confirmación depende del evento que activó el flujo de trabajo. Para más información, vea "[Eventos que desencadenan flujos de trabajo](/actions/using-workflows/events-that-trigger-workflows)". Por ejemplo, `ffac537e6cbbf934b08745a378932722df287a53`. \ No newline at end of file +El SHA de confirmación que activó el flujo de trabajo. El valor de este SHA de confirmación depende del evento que activó el flujo de trabajo. Para más información, vea "[Eventos que desencadenan flujos de trabajo](/actions/using-workflows/events-that-trigger-workflows)". Por ejemplo, `ffac537e6cbbf934b08745a378932722df287a53`. diff --git a/translations/es-ES/data/reusables/actions/hosted-runner-security-admonition.md b/translations/es-ES/data/reusables/actions/hosted-runner-security-admonition.md index 52455ee666..f67a5baff2 100644 --- a/translations/es-ES/data/reusables/actions/hosted-runner-security-admonition.md +++ b/translations/es-ES/data/reusables/actions/hosted-runner-security-admonition.md @@ -1,13 +1,13 @@ --- -ms.openlocfilehash: 7da9bbc78d15f92478a3d67e7bfd195a5635d500 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 2ce890fe0439b1030ce00041ff72cd98aeca73db +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764125" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110125" --- {% warning %} **Advertencia**: {% data reusables.actions.hosted-runner-security %} -{% endwarning %} \ No newline at end of file +{% endwarning %} diff --git a/translations/es-ES/data/reusables/actions/message-parameters.md b/translations/es-ES/data/reusables/actions/message-parameters.md index 214234d6f8..2d37cc50dd 100644 --- a/translations/es-ES/data/reusables/actions/message-parameters.md +++ b/translations/es-ES/data/reusables/actions/message-parameters.md @@ -1,9 +1,8 @@ ---- -ms.openlocfilehash: bbc3a414d8a29780d8df51bd14b9f8a5843a6c4b -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "145114161" ---- -| Parámetro | Valor | | :- | :- |{% ifversion fpt or ghes > 3.2 or ghae or ghec %} | `title` | Título personalizado |{% endif %} | `file` | Nombre de archivo | | `col` | Número de columna, empezando en 1 |{% ifversion fpt or ghes > 3.2 or ghae or ghec %} | `endColumn` | Número de columna final |{% endif %} | `line` | Número de línea, empezando en 1 |{% ifversion fpt or ghes > 3.2 or ghae or ghec %} | `endLine` | Número de línea final |{% endif %} +| Parameter | Value | +| :- | :- | +| `title` | Custom title | +| `file` | Filename | +| `col` | Column number, starting at 1 | +| `endColumn` | End column number | +| `line` | Line number, starting at 1 | +| `endLine` | End line number | diff --git a/translations/es-ES/data/reusables/actions/more-resources-for-ghes.md b/translations/es-ES/data/reusables/actions/more-resources-for-ghes.md index f228b6b17d..f3b008579a 100644 --- a/translations/es-ES/data/reusables/actions/more-resources-for-ghes.md +++ b/translations/es-ES/data/reusables/actions/more-resources-for-ghes.md @@ -1,18 +1,5 @@ ---- -ms.openlocfilehash: 0a3393009a2dcd812f5b20e3cdd1b160aee69d5e -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147168316" ---- -Si planeas habilitar las {% data variables.product.prodname_actions %} para los usuarios de tu instancia, se necesitarán más recursos. +If you plan to enable {% data variables.product.prodname_actions %} for the users of your instance, more resources are required. -{%- ifversion ghes = 3.2 %} - -{% data reusables.actions.hardware-requirements-3.2 %} - -{%- endif %} {%- ifversion ghes = 3.3 %} @@ -32,4 +19,4 @@ Si planeas habilitar las {% data variables.product.prodname_actions %} para los {%- endif %} -Para más información sobre estos requisitos, vea "[Introducción a {% data variables.product.prodname_actions %} para {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#review-hardware-considerations)". +For more information about these requirements, see "[Getting started with {% data variables.product.prodname_actions %} for {% data variables.product.prodname_ghe_server %}](/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server#review-hardware-considerations)." diff --git a/translations/es-ES/data/reusables/actions/moving-a-runner-to-a-group.md b/translations/es-ES/data/reusables/actions/moving-a-runner-to-a-group.md index 61a617e79c..f0d634cbeb 100644 --- a/translations/es-ES/data/reusables/actions/moving-a-runner-to-a-group.md +++ b/translations/es-ES/data/reusables/actions/moving-a-runner-to-a-group.md @@ -12,4 +12,4 @@ If you don't specify a runner group during the registration process, your new ru ![Runner group member move](/assets/images/help/settings/actions-org-runner-group-member-move.png) 3. To move the runner, click on the destination group. ![Runner group member move](/assets/images/help/settings/actions-org-runner-group-member-move-destination.png) -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/actions/removing-a-runner-group.md b/translations/es-ES/data/reusables/actions/removing-a-runner-group.md index b74ca646a8..c74eeaa159 100644 --- a/translations/es-ES/data/reusables/actions/removing-a-runner-group.md +++ b/translations/es-ES/data/reusables/actions/removing-a-runner-group.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 62e8c6a4133d8402083e84402453b5fb6820bac3 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: d3eda8a12037f1da8ec915c4652fa658f34fcc6b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764198" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110116" --- Los ejecutores se devuelven automáticamente al grupo predeterminado cuando su grupo se elimina. @@ -13,4 +13,4 @@ Los ejecutores se devuelven automáticamente al grupo predeterminado cuando su g 2. Para eliminar el grupo, haga clic en **Remove group**. 3. Revise las indicaciones de confirmación y haga clic en **Remove this runner group**. Los ejecutores que aún estén en este grupo se moverán automáticamente al grupo predeterminado, donde heredarán los permisos de acceso asignados a ese grupo. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/actions/runner-group-enterprise-overview.md b/translations/es-ES/data/reusables/actions/runner-group-enterprise-overview.md index 1b2e640e7d..2166dfab6d 100644 --- a/translations/es-ES/data/reusables/actions/runner-group-enterprise-overview.md +++ b/translations/es-ES/data/reusables/actions/runner-group-enterprise-overview.md @@ -1,11 +1,11 @@ --- -ms.openlocfilehash: 3e11d726bb45f2a291ea7fbae4d10770cd505eaf -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 761cee3710852bda8e1f36d47da475e2c6d6b130 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764107" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110113" --- Los grupos de ejecutores se utilizan para controlar el acceso a los ejecutores a nivel de empresas y organizaciones. Los propietarios de la empresa pueden configurar directivas de acceso que controlen qué organizaciones {% ifversion restrict-groups-to-workflows %}y flujos de trabajo {% endif %}de una empresa tienen acceso al grupo de ejecutores. Los propietarios de las organizaciones pueden configurar directivas de acceso que controlen qué repositorios{% ifversion restrict-groups-to-workflows %} y flujos de trabajo{% endif %} de una organización tienen acceso al grupo de ejecutores. -Cuando un propietario de empresa otorga un acceso a un grupo de ejecutores, los propietarios de organizaciones pueden verlo listado en los ajustes del ejecutor auto-hospedado de la organización. Los propietarios de la organización pueden entonces asignar directivas de acceso adicionales y detalladas para los repositorios{% ifversion restrict-groups-to-workflows %} y flujos de trabajo{% endif %} al grupo de ejecutores de la empresa. \ No newline at end of file +Cuando un propietario de empresa otorga un acceso a un grupo de ejecutores, los propietarios de organizaciones pueden verlo listado en los ajustes del ejecutor auto-hospedado de la organización. Los propietarios de la organización pueden entonces asignar directivas de acceso adicionales y detalladas para los repositorios{% ifversion restrict-groups-to-workflows %} y flujos de trabajo{% endif %} al grupo de ejecutores de la empresa. diff --git a/translations/es-ES/data/reusables/actions/self-hosted-runner-auto-removal.md b/translations/es-ES/data/reusables/actions/self-hosted-runner-auto-removal.md index 4334f92edf..f6fa64f23f 100644 --- a/translations/es-ES/data/reusables/actions/self-hosted-runner-auto-removal.md +++ b/translations/es-ES/data/reusables/actions/self-hosted-runner-auto-removal.md @@ -1,12 +1,6 @@ ---- -ms.openlocfilehash: 80d40b1947f72a35fad5cf4cfb69f7ce68d28eab -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147558379" ---- -{%- ifversion fpt or ghec or ghes > 3.6 %} Un ejecutor auto-hospedado se eliminará automáticamente de {% data variables.product.product_name %} si no se ha conectado a {% data variables.product.prodname_actions %} por más de 14 días. -Un ejecutor efímero auto-hospedado se eliminará automáticamente de {% data variables.product.product_name %} si no se ha conectado a {% data variables.product.prodname_actions %} por más de 1 día. -{%- elsif ghae or ghes < 3.7 %} Un ejecutor auto-hospedado se eliminará automáticamente de {% data variables.product.product_name %} si no se ha conectado a {% data variables.product.prodname_actions %} por más de 30 días. -{%- endif %} \ No newline at end of file +{%- ifversion fpt or ghec or ghes > 3.6 %} +A self-hosted runner is automatically removed from {% data variables.product.product_name %} if it has not connected to {% data variables.product.prodname_actions %} for more than 14 days. +An ephemeral self-hosted runner is automatically removed from {% data variables.product.product_name %} if it has not connected to {% data variables.product.prodname_actions %} for more than 1 day. +{%- elsif ghae or ghes < 3.7 %} +A self-hosted runner is automatically removed from {% data variables.product.product_name %} if it has not connected to {% data variables.product.prodname_actions %} for more than 30 days. +{%- endif %} diff --git a/translations/es-ES/data/reusables/actions/self-hosted-runner-security-admonition.md b/translations/es-ES/data/reusables/actions/self-hosted-runner-security-admonition.md index 43b8c019e2..c9752363ec 100644 --- a/translations/es-ES/data/reusables/actions/self-hosted-runner-security-admonition.md +++ b/translations/es-ES/data/reusables/actions/self-hosted-runner-security-admonition.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: bf779905fbb6aa54c5719b4e1046e6e24fc8ad85 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 8c2084dcfcee3042fd067f1e82138875724c59ac +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764239" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110109" --- {% warning %} @@ -12,4 +12,4 @@ ms.locfileid: "147764239" Para más información, consulte [Seguridad del ejecutor autohospedado con repositorios públicos](/actions/hosting-your-own-runners/about-self-hosted-runners#self-hosted-runner-security-with-public-repositories). -{% endwarning %} \ No newline at end of file +{% endwarning %} diff --git a/translations/es-ES/data/reusables/actions/self-hosted-runner-security.md b/translations/es-ES/data/reusables/actions/self-hosted-runner-security.md index 4d328f6304..9878c85abd 100644 --- a/translations/es-ES/data/reusables/actions/self-hosted-runner-security.md +++ b/translations/es-ES/data/reusables/actions/self-hosted-runner-security.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 61eed0176c65b4e7b691b69b68e32032ea3ee3eb -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 518c31dffd71180ff4733f98ba7df3d5fe6028d9 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147763800" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110108" --- -Te recomendamos que solo utilices los ejecutores auto-hospedados con los repositorios privados. Esto se debe a que las bifurcaciones de tu repositorio público podrían ejecutar un código peligroso en tu máquina de ejecutor auto-hospedado al crear una solicitud de cambios que excluya el código en un flujo de trabajo. \ No newline at end of file +Te recomendamos que solo utilices los ejecutores auto-hospedados con los repositorios privados. Esto se debe a que las bifurcaciones de tu repositorio público podrían ejecutar un código peligroso en tu máquina de ejecutor auto-hospedado al crear una solicitud de cambios que excluya el código en un flujo de trabajo. diff --git a/translations/es-ES/data/reusables/actions/sidebar-secret.md b/translations/es-ES/data/reusables/actions/sidebar-secret.md index 5fa0f6887b..91d60259f5 100644 --- a/translations/es-ES/data/reusables/actions/sidebar-secret.md +++ b/translations/es-ES/data/reusables/actions/sidebar-secret.md @@ -2,4 +2,4 @@ 1. In the "Security" section of the sidebar, select **{% octicon "key-asterisk" aria-label="The key-asterisk icon" %} Secrets**, then click **Actions**. {%- else %} 1. In the left sidebar, click **Secrets**. -{%- endif %} \ No newline at end of file +{%- endif %} diff --git a/translations/es-ES/data/reusables/actions/usage-workflow-run-time.md b/translations/es-ES/data/reusables/actions/usage-workflow-run-time.md index e368272fe8..9d41c4d993 100644 --- a/translations/es-ES/data/reusables/actions/usage-workflow-run-time.md +++ b/translations/es-ES/data/reusables/actions/usage-workflow-run-time.md @@ -1 +1 @@ -- **Workflow run time** - {% ifversion fpt or ghec or ghes > 3.2 or ghae %}Each workflow run is limited to 35 days. If a workflow run reaches this limit, the workflow run is cancelled. This period includes execution duration, and time spent on waiting and approval.{% else %}Each workflow run is limited to 72 hours. If a workflow run reaches this limit, the workflow run is cancelled.{% endif %} +- **Workflow run time** - Each workflow run is limited to 35 days. If a workflow run reaches this limit, the workflow run is cancelled. This period includes execution duration, and time spent on waiting and approval. diff --git a/translations/es-ES/data/reusables/advanced-security/custom-link-beta.md b/translations/es-ES/data/reusables/advanced-security/custom-link-beta.md index 4fa14c9148..6461670dbe 100644 --- a/translations/es-ES/data/reusables/advanced-security/custom-link-beta.md +++ b/translations/es-ES/data/reusables/advanced-security/custom-link-beta.md @@ -1,13 +1,13 @@ --- -ms.openlocfilehash: eca31e7c0c729309568cbf6359a27437ce35fbd2 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: f9f5661230c99fb281c3625972b7e5d0fce98963 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147683819" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109819" --- {% note %} **Nota:** La capacidad de agregar vínculos de recursos a mensajes de inserción bloqueados está actualmente en versión beta pública y está sujeta a cambios. -{% endnote %} \ No newline at end of file +{% endnote %} diff --git a/translations/es-ES/data/reusables/advanced-security/secret-scanning-create-custom-pattern.md b/translations/es-ES/data/reusables/advanced-security/secret-scanning-create-custom-pattern.md index 8b6afe3169..f4fc70a9c2 100644 --- a/translations/es-ES/data/reusables/advanced-security/secret-scanning-create-custom-pattern.md +++ b/translations/es-ES/data/reusables/advanced-security/secret-scanning-create-custom-pattern.md @@ -1 +1 @@ -1. When you're satisfied with your new custom pattern, click {% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %}**Publish pattern**{% elsif ghes > 3.2 or ghae %}**Create pattern**{% elsif ghes = 3.2 %}**Create custom pattern**{% endif %}. +1. When you're satisfied with your new custom pattern, click {% ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %}**Publish pattern**{% else %}**Create pattern**.{% endif %} diff --git a/translations/es-ES/data/reusables/advanced-security/secret-scanning-new-custom-pattern.md b/translations/es-ES/data/reusables/advanced-security/secret-scanning-new-custom-pattern.md index 734f6ef578..0f675c8f77 100644 --- a/translations/es-ES/data/reusables/advanced-security/secret-scanning-new-custom-pattern.md +++ b/translations/es-ES/data/reusables/advanced-security/secret-scanning-new-custom-pattern.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: fffcf27ed7d0b6a175d218436989af63172b5d2b -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "145113993" ---- -1. En "{% data variables.product.prodname_secret_scanning_caps %}", en "Patrones personalizados", haga clic en {% ifversion fpt or ghes > 3.2 or ghae or ghec %}**Nuevo patrón**{% elsif ghes = 3.2 %}**Nuevo patrón personalizado**{% endif %}. +1. Under "{% data variables.product.prodname_secret_scanning_caps %}", under "Custom patterns", click **New pattern**. diff --git a/translations/es-ES/data/reusables/audit_log/audit-data-retention-tab.md b/translations/es-ES/data/reusables/audit_log/audit-data-retention-tab.md index 78de35b52a..4cf94083aa 100644 --- a/translations/es-ES/data/reusables/audit_log/audit-data-retention-tab.md +++ b/translations/es-ES/data/reusables/audit_log/audit-data-retention-tab.md @@ -1,11 +1,11 @@ --- -ms.openlocfilehash: 7b51303370d46101100bc953a25193ea3d14d032 -ms.sourcegitcommit: 770ed406ec075528ec9c9695aa4bfdc8c8b25fd3 +ms.openlocfilehash: ce590bb087145ff4abfb195d7257c614464c2b19 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147884425" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110100" --- 1. En "Registro de auditoría", haz clic en **Retención de datos de auditoría**. - ![Captura de pantalla de la pestaña "Retención de datos de auditoría"](/assets/images/help/enterprises/audit-data-retention-tab.png) \ No newline at end of file + ![Captura de pantalla de la pestaña "Retención de datos de auditoría"](/assets/images/help/enterprises/audit-data-retention-tab.png) diff --git a/translations/es-ES/data/reusables/audit_log/audit-log-action-categories.md b/translations/es-ES/data/reusables/audit_log/audit-log-action-categories.md index a135b85355..f6f3bf77d0 100644 --- a/translations/es-ES/data/reusables/audit_log/audit-log-action-categories.md +++ b/translations/es-ES/data/reusables/audit_log/audit-log-action-categories.md @@ -33,12 +33,11 @@ {%- ifversion ghes %} | `config_entry` | Contains activities related to configuration settings. These events are only visible in the site admin audit log. {%- endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} | +| | `dependabot_alerts` | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_alerts %} in existing repositories. For more information, see "[About {% data variables.product.prodname_dependabot_alerts %}](/code-security/dependabot/dependabot-alerts/about-dependabot-alerts)." | `dependabot_alerts_new_repos` | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_alerts %} in new repositories created in the organization. | `dependabot_repository_access` | Contains activities related to which private repositories in an organization {% data variables.product.prodname_dependabot %} is allowed to access. -{%- endif %} -{%- ifversion fpt or ghec or ghes > 3.2 %} +{%- ifversion fpt or ghec or ghes %} | `dependabot_security_updates` | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_security_updates %} in existing repositories. For more information, see "[Configuring {% data variables.product.prodname_dependabot_security_updates %}](/github/managing-security-vulnerabilities/configuring-dependabot-security-updates)." | `dependabot_security_updates_new_repos` | Contains organization-level configuration activities for {% data variables.product.prodname_dependabot_security_updates %} for new repositories created in the organization. {%- endif %} diff --git a/translations/es-ES/data/reusables/audit_log/audit-log-events-workflows.md b/translations/es-ES/data/reusables/audit_log/audit-log-events-workflows.md index a41b568841..a5b8769233 100644 --- a/translations/es-ES/data/reusables/audit_log/audit-log-events-workflows.md +++ b/translations/es-ES/data/reusables/audit_log/audit-log-events-workflows.md @@ -7,8 +7,6 @@ | `workflows.enable_workflow` | A workflow was enabled, after previously being disabled by `disable_workflow`. | `workflows.reject_workflow_job` | A workflow job was rejected. For more information, see "[Reviewing deployments](/actions/managing-workflow-runs/reviewing-deployments)." | `workflows.rerun_workflow_run` | A workflow run was re-run. For more information, see "[Re-running a workflow](/actions/managing-workflow-runs/re-running-a-workflow)." -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} | `workflows.completed_workflow_run` | A workflow status changed to `completed`. Can only be viewed using the REST API; not visible in the UI or the JSON/CSV export. For more information, see "[Viewing workflow run history](/actions/managing-workflow-runs/viewing-workflow-run-history). | `workflows.created_workflow_run` | A workflow run was created. Can only be viewed using the REST API; not visible in the UI or the JSON/CSV export. For more information, see "[Create an example workflow](/actions/learn-github-actions/introduction-to-github-actions#create-an-example-workflow)." | `workflows.prepared_workflow_job` | A workflow job was started. Includes the list of secrets that were provided to the job. Can only be viewed using the REST API. It is not visible in the the {% data variables.product.prodname_dotcom %} web interface or included in the JSON/CSV export. For more information, see "[Events that trigger workflows](/actions/reference/events-that-trigger-workflows)." -{%- endif %} diff --git a/translations/es-ES/data/reusables/audit_log/git-events-not-in-search-results.md b/translations/es-ES/data/reusables/audit_log/git-events-not-in-search-results.md index 4e98b8c196..f0ac5bace2 100644 --- a/translations/es-ES/data/reusables/audit_log/git-events-not-in-search-results.md +++ b/translations/es-ES/data/reusables/audit_log/git-events-not-in-search-results.md @@ -1,13 +1,13 @@ --- -ms.openlocfilehash: a17c50cfb04b759fe451f686129f86bb4b22fcff -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: 6b7d1cd8cae2ecd6688a1a5d41d7bda03d8e8d97 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "147424901" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110056" --- {% ifversion git-events-audit-log %} {% note %} **Nota:** Los eventos de Git no se incluyen en los resultados de la búsqueda. -{% endnote %} {% endif %} \ No newline at end of file +{% endnote %} {% endif %} diff --git a/translations/es-ES/data/reusables/audit_log/streaming-check-s3-endpoint.md b/translations/es-ES/data/reusables/audit_log/streaming-check-s3-endpoint.md index 05ba61b825..77db5079b0 100644 --- a/translations/es-ES/data/reusables/audit_log/streaming-check-s3-endpoint.md +++ b/translations/es-ES/data/reusables/audit_log/streaming-check-s3-endpoint.md @@ -1,11 +1,11 @@ --- -ms.openlocfilehash: e52e6f55f04b57e1b1f8a8d044b4651b69e2caf5 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: 6e4387a1736c320dbef802ea07c22dfc1fa091a6 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "147080531" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109962" --- 1. Para comprobar que {% data variables.product.prodname_dotcom %} se puede conectar al punto de conexión de Amazon S3 y puede escribir en él, haz clic en **Comprobar punto de conexión**. - ![Verificar la terminal](/assets/images/help/enterprises/audit-stream-check.png) \ No newline at end of file + ![Verificar la terminal](/assets/images/help/enterprises/audit-stream-check.png) diff --git a/translations/es-ES/data/reusables/audit_log/streaming-choose-s3.md b/translations/es-ES/data/reusables/audit_log/streaming-choose-s3.md index 7292c33ae7..4caa42768d 100644 --- a/translations/es-ES/data/reusables/audit_log/streaming-choose-s3.md +++ b/translations/es-ES/data/reusables/audit_log/streaming-choose-s3.md @@ -1,11 +1,11 @@ --- -ms.openlocfilehash: 67009b930a04da090718919ea104317809515027 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: c8ea836ffb23f1d69d2a42c5204143442480eafa +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147080528" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109955" --- 1. Selecciona la lista desplegable **Configurar secuencia** y haz clic en **Amazon S3**. - ![Elige Amazon S3 del menú desplegable](/assets/images/help/enterprises/audit-stream-choice-s3.png) \ No newline at end of file + ![Elige Amazon S3 del menú desplegable](/assets/images/help/enterprises/audit-stream-choice-s3.png) diff --git a/translations/es-ES/data/reusables/billing/billing-hosted-runners.md b/translations/es-ES/data/reusables/billing/billing-hosted-runners.md index c614253dc0..22a7f50673 100644 --- a/translations/es-ES/data/reusables/billing/billing-hosted-runners.md +++ b/translations/es-ES/data/reusables/billing/billing-hosted-runners.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 430ca2e9df62f3bfc869356e5ff58c6170119d77 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 44593ccc9877d4cb1a224122f7c1dd9695db27f6 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147764137" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109954" --- -| Linux | 4 | 0.,016 USD | | Linux | 8 | 0,032 USD | | Linux | 16 | 0,0064 USD | | Linux | 32 | 0,128 USD | | Linux | 64 | 0,256 USD | | Windows | 8 | 0,064 USD | | Windows | 16 | 0,128 USD | | Windows | 32 | 0,256 USD | | Windows | 64 | 0,512 USD | \ No newline at end of file +| Linux | 4 | 0.,016 USD | | Linux | 8 | 0,032 USD | | Linux | 16 | 0,0064 USD | | Linux | 32 | 0,128 USD | | Linux | 64 | 0,256 USD | | Windows | 8 | 0,064 USD | | Windows | 16 | 0,128 USD | | Windows | 32 | 0,256 USD | | Windows | 64 | 0,512 USD | diff --git a/translations/es-ES/data/reusables/code-scanning/alerts-found-in-generated-code.md b/translations/es-ES/data/reusables/code-scanning/alerts-found-in-generated-code.md index e0d029c3b6..7f8f459e7c 100644 --- a/translations/es-ES/data/reusables/code-scanning/alerts-found-in-generated-code.md +++ b/translations/es-ES/data/reusables/code-scanning/alerts-found-in-generated-code.md @@ -1,11 +1,3 @@ ---- -ms.openlocfilehash: 599e48d3a38c855896fac842f5c8b4833488aeae -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147063749" ---- -Para los lenguajes compilados como Java, C, C++ y C#, {% data variables.product.prodname_codeql %} analiza todo el código que se haya compilado durante la ejecución del flujo de trabajo. Para limitar la cantidad de código que se analiza, compile únicamente el código que quiera analizar; para ello, especifique pasos de compilación propios en un bloque `run`. Puede combinar la especificación de los pasos de compilación propios con el uso de los filtros `paths` o `paths-ignore` en los eventos `pull_request` y `push` para asegurarse de que el flujo de trabajo solo se ejecuta cuando se cambia código específico. Para más información, vea "[Sintaxis de flujo de trabajo para {% data variables.product.prodname_actions %}](/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore)". +For compiled languages like Java,{% ifversion codeql-go-autobuild %} Go,{% endif %} C, C++, and C#, {% data variables.product.prodname_codeql %} analyzes all of the code which was built during the workflow run. To limit the amount of code being analyzed, build ony the code which you wish to analyze by specifying your own build steps in a `run` block. You can combine specifying your own build steps with using the `paths` or `paths-ignore` filters on the `pull_request` and `push` events to ensure that your workflow only runs when specific code is changed. For more information, see "[Workflow syntax for {% data variables.product.prodname_actions %}](/actions/reference/workflow-syntax-for-github-actions#onpushpull_requestpull_request_targetpathspaths-ignore)." -En el caso de los lenguajes como Go, JavaScript, Python y TypeScript, los cuales analiza {% data variables.product.prodname_codeql %} sin compilar el código fuente, puedes especificar opciones adicionales de configuración para limitar la cantidad de código a analizar. Para más información, vea "[Especificación de los directorios que se van a examinar](/code-security/secure-coding/configuring-code-scanning#specifying-directories-to-scan)". +For languages like{% ifversion codeql-go-autobuild %}{% else %} Go,{% endif %} JavaScript, Python, and TypeScript, that {% data variables.product.prodname_codeql %} analyzes without compiling the source code, you can specify additional configuration options to limit the amount of code to analyze. For more information, see "[Specifying directories to scan](/code-security/secure-coding/configuring-code-scanning#specifying-directories-to-scan)." \ No newline at end of file diff --git a/translations/es-ES/data/reusables/code-scanning/analyze-go.md b/translations/es-ES/data/reusables/code-scanning/analyze-go.md index 432d0add0d..a4aa25874c 100644 --- a/translations/es-ES/data/reusables/code-scanning/analyze-go.md +++ b/translations/es-ES/data/reusables/code-scanning/analyze-go.md @@ -1 +1,9 @@ -For these three languages, {% data variables.product.prodname_codeql %} analyzes the source files in your repository that are built. {% data variables.product.prodname_codeql %} also runs a build for Go projects to set up the project, but then analyzes _all_ Go files in the repository, not just the files that are built. For any of these languages, including Go, you can disable `autobuild` and instead use custom build commands in order to analyze only the files that are built by these custom commands. \ No newline at end of file +--- +ms.openlocfilehash: e9f2162fa5c65d4a59b2bd350aea2b131205f9a6 +ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 09/05/2022 +ms.locfileid: "145113377" +--- +{% data variables.product.prodname_codeql %} también ejecuta una compilación para que los proyectos de Go configuren el proyecto. Sin embargo, a diferencia de los demás lenguajes compilados, se extraen todos los archivos de Go del repositorio, no solo los compilados. Puede usar comandos de compilación personalizados para omitir la extracción de archivos de Go que no se han tocado en la compilación. diff --git a/translations/es-ES/data/reusables/code-scanning/autobuild-compiled-languages.md b/translations/es-ES/data/reusables/code-scanning/autobuild-compiled-languages.md index 08dac92e67..58d3db79d2 100644 --- a/translations/es-ES/data/reusables/code-scanning/autobuild-compiled-languages.md +++ b/translations/es-ES/data/reusables/code-scanning/autobuild-compiled-languages.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: d772b6eae7cf42f2635bb427605b6d0626bdad05 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "145113361" ---- -Para los lenguajes compilados compatibles, puedes utilizar la acción `autobuild` en {% data variables.product.prodname_codeql_workflow %} para compilar tu código. Esto evita tener que especificar comandos de compilación explícitos para C/C++, C# y Java. +For the supported compiled languages, you can use the `autobuild` action in the {% data variables.product.prodname_codeql_workflow %} to build your code. This avoids you having to specify explicit build commands for C/C++, C#,{% ifversion codeql-go-autobuild %} Go,{% endif %} and Java. \ No newline at end of file diff --git a/translations/es-ES/data/reusables/code-scanning/example-configuration-files.md b/translations/es-ES/data/reusables/code-scanning/example-configuration-files.md index 488e73789a..d0d9a3dc28 100644 --- a/translations/es-ES/data/reusables/code-scanning/example-configuration-files.md +++ b/translations/es-ES/data/reusables/code-scanning/example-configuration-files.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 94e76ae2e8580c87d4493d454e4921f777da810c -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 77c9b4b73d2d839bc9c0bdaa73ffc148f0eda6ca +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147717785" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109951" --- Este archivo de configuración agrega el conjunto de consultas `security-and-quality` a la lista de consultas que se ejecutan con {% data variables.product.prodname_codeql %} al examinar el código. Para más información sobre los conjuntos de consultas disponibles, vea "[Ejecución de consultas adicionales](#running-additional-queries)". @@ -56,4 +56,4 @@ query-filters: - recommendation ``` -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/code-scanning/non-glibc-linux-support.md b/translations/es-ES/data/reusables/code-scanning/non-glibc-linux-support.md index e9cad7397c..b869ff66d7 100644 --- a/translations/es-ES/data/reusables/code-scanning/non-glibc-linux-support.md +++ b/translations/es-ES/data/reusables/code-scanning/non-glibc-linux-support.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: c33cc3f12d4b55379e23107890edc72673d4552d -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 2c492c061232518888ac11c439ee5917fe032eeb +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147682695" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109950" --- -La {% data variables.product.prodname_codeql_cli %} no es compatible actualmente con distribuciones de Linux que no sean glibc, como Alpine Linux (basado en musl). \ No newline at end of file +La {% data variables.product.prodname_codeql_cli %} no es compatible actualmente con distribuciones de Linux que no sean glibc, como Alpine Linux (basado en musl). diff --git a/translations/es-ES/data/reusables/codespaces/about-changing-default-editor.md b/translations/es-ES/data/reusables/codespaces/about-changing-default-editor.md new file mode 100644 index 0000000000..48e1ddb8fb --- /dev/null +++ b/translations/es-ES/data/reusables/codespaces/about-changing-default-editor.md @@ -0,0 +1,9 @@ +--- +ms.openlocfilehash: ba91a4555a2ae0e8ec359aee8c466e201525647c +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109949" +--- +Puedes configurar tu editor predeterminado para {% data variables.product.prodname_codespaces %} en tu página de ajustes personal. diff --git a/translations/es-ES/data/reusables/codespaces/accessing-prebuild-configuration.md b/translations/es-ES/data/reusables/codespaces/accessing-prebuild-configuration.md new file mode 100644 index 0000000000..022aecb1d5 --- /dev/null +++ b/translations/es-ES/data/reusables/codespaces/accessing-prebuild-configuration.md @@ -0,0 +1,10 @@ +--- +ms.openlocfilehash: e18c37f7f93e2125d7280bd5b24a6eebea77d935 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148106945" +--- +{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %} +1. En la sección "Código y automatización" de la barra lateral, haga clic en **{% octicon "codespaces" aria-label="The Codespaces icon" %} {% data variables.product.prodname_codespaces %}** . diff --git a/translations/es-ES/data/reusables/codespaces/click-remote-explorer-icon-vscode.md b/translations/es-ES/data/reusables/codespaces/click-remote-explorer-icon-vscode.md index 9191d5d3d2..674748dc3a 100644 --- a/translations/es-ES/data/reusables/codespaces/click-remote-explorer-icon-vscode.md +++ b/translations/es-ES/data/reusables/codespaces/click-remote-explorer-icon-vscode.md @@ -1,13 +1,13 @@ --- -ms.openlocfilehash: 008615ba94fed6838f09aa137e6da23e89168573 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: a0a609a6e7a1cab14059012a15b6a08be53d8cbd +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147682491" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109946" --- 1. En {% data variables.product.prodname_vscode_shortname %}, en la barra lateral izquierda, haz clic en el icono de Explorador Remoto. ![El icono de Remote Explorer (Explorador remoto) en {% data variables.product.prodname_vscode %}](/assets/images/help/codespaces/click-remote-explorer-icon-vscode.png) -{% indented_data_reference reusables.codespaces.remote-explorer spaces=3 %} \ No newline at end of file +{% indented_data_reference reusables.codespaces.remote-explorer spaces=3 %} diff --git a/translations/es-ES/data/reusables/codespaces/codespaces-org-policies-note.md b/translations/es-ES/data/reusables/codespaces/codespaces-org-policies-note.md index 8ca2465442..4bbbeeb02f 100644 --- a/translations/es-ES/data/reusables/codespaces/codespaces-org-policies-note.md +++ b/translations/es-ES/data/reusables/codespaces/codespaces-org-policies-note.md @@ -2,4 +2,4 @@ **Note**: Codespace policies only apply to codespaces for which your organization will be billed. If an individual user creates a codespace for a repository in your organization, and the organization is not billed, then the codespace will not be bound by these policies. For information on how to choose who can create codespaces that are billed to your organization, see "[Enabling {% data variables.product.prodname_github_codespaces %} for your organization](/codespaces/managing-codespaces-for-your-organization/enabling-github-codespaces-for-your-organization#choose-who-can-create-codespaces-that-are-billed-to-your-organization)." -{% endnote %} \ No newline at end of file +{% endnote %} diff --git a/translations/es-ES/data/reusables/codespaces/links-to-get-started.md b/translations/es-ES/data/reusables/codespaces/links-to-get-started.md index 37b7fa79a8..b27dca483d 100644 --- a/translations/es-ES/data/reusables/codespaces/links-to-get-started.md +++ b/translations/es-ES/data/reusables/codespaces/links-to-get-started.md @@ -1 +1 @@ -To get started with {% data variables.product.prodname_github_codespaces %}, see "[Quickstart for {% data variables.product.prodname_github_codespaces %}](/codespaces/getting-started/quickstart)." For more information on creating or reopening a codespace, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace)" and "[Opening an existing codespace](/codespaces/developing-in-codespaces/opening-an-existing-codespace)." To learn more about how {% data variables.product.prodname_github_codespaces %} works, see "[Deep dive into {% data variables.product.prodname_github_codespaces %}](/codespaces/getting-started/deep-dive)." \ No newline at end of file +To get started with {% data variables.product.prodname_github_codespaces %}, see "[Quickstart for {% data variables.product.prodname_github_codespaces %}](/codespaces/getting-started/quickstart)." For more information on creating or reopening a codespace, see "[Creating a codespace](/codespaces/developing-in-codespaces/creating-a-codespace)" and "[Opening an existing codespace](/codespaces/developing-in-codespaces/opening-an-existing-codespace)." To learn more about how {% data variables.product.prodname_github_codespaces %} works, see "[Deep dive into {% data variables.product.prodname_github_codespaces %}](/codespaces/getting-started/deep-dive)." diff --git a/translations/es-ES/data/reusables/codespaces/max-number-codespaces.md b/translations/es-ES/data/reusables/codespaces/max-number-codespaces.md index c69be71622..68285fa7d2 100644 --- a/translations/es-ES/data/reusables/codespaces/max-number-codespaces.md +++ b/translations/es-ES/data/reusables/codespaces/max-number-codespaces.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: f2d4527cb962dc9dc65d1aa1cc150f048814a917 -ms.sourcegitcommit: 505b84dc7227e8a5d518a71eb5c7eaa65b38ce0e +ms.openlocfilehash: 5a221eb6ab8719ebea834e50059bbc6aead1fa79 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147878644" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109944" --- -Hay límites para el número de codespaces que puede crear y el número de codespaces que puede ejecutar al mismo tiempo. Estos límites varían en función de varios factores. Si alcanza el número máximo de codespaces e intenta crear otro, se muestra un mensaje que indica que debe quitar un codespace existente para poder crear uno nuevo. \ No newline at end of file +Hay límites para el número de codespaces que puede crear y el número de codespaces que puede ejecutar al mismo tiempo. Estos límites varían en función de varios factores. Si alcanza el número máximo de codespaces e intenta crear otro, se muestra un mensaje que indica que debe quitar un codespace existente para poder crear uno nuevo. diff --git a/translations/es-ES/data/reusables/codespaces/prebuilds-permission-authorization.md b/translations/es-ES/data/reusables/codespaces/prebuilds-permission-authorization.md index a253f7bc61..304f321401 100644 --- a/translations/es-ES/data/reusables/codespaces/prebuilds-permission-authorization.md +++ b/translations/es-ES/data/reusables/codespaces/prebuilds-permission-authorization.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 21a587f89a71ccd8e9f1a69aa5423a840f26b9a6 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: c32a9f6f6a799c3653cb17fe89721090fc01d155 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147431624" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109942" --- Si la configuración del contenedor de desarrollo para el repositorio especifica permisos para acceder a otros repositorios, se te mostrará una página de autorización. Para obtener más información sobre cómo se especifica esto en el archivo `devcontainer.json`, consulta "[Administración del acceso a otros repositorios del codespace](/codespaces/managing-your-codespaces/managing-repository-access-for-your-codespaces)". @@ -18,4 +18,4 @@ ms.locfileid: "147431624" **Nota**: También se pedirá que concedan estos permisos a los usuarios que creen codespaces que usan esta precompilación. - {% endnote %} \ No newline at end of file + {% endnote %} diff --git a/translations/es-ES/data/reusables/codespaces/stopping-a-codespace.md b/translations/es-ES/data/reusables/codespaces/stopping-a-codespace.md new file mode 100644 index 0000000000..6d4688e6cb --- /dev/null +++ b/translations/es-ES/data/reusables/codespaces/stopping-a-codespace.md @@ -0,0 +1,13 @@ +--- +ms.openlocfilehash: 5431cd0a877d3a87e4dd22fc3503bb9f67058b76 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109941" +--- +Puedes detener un codespace en cualquier momento. Cuando detienes un codespace, cualquier proceso en ejecución se detendrá y el historial de la terminal se limpiará. Cualquier cambio que hayas guardado en tu codespace aún estará disponible cuando lo vuelvas a iniciar. Si no detienes un codespace explícitamente, este seguirá ejecutándose hasta que se detenga por inactividad. Para más información, vea "[Tiempos de espera de Codespaces](/codespaces/developing-in-codespaces/codespaces-lifecycle#codespaces-timeouts)". + +Solo los codespaces en ejecución incurren en cargos por uso de CPU; un codespace que se haya detenido solo incurrirá en costos de almacenamiento. + +Es posible que debas detener y reiniciar un codespace para que se apliquen los cambios a este. Por ejemplo, si cambias el tipo de máquina que utilizas para tu codespace, necesitarás detenerlo y reiniciarlo para que el cambio tome efecto. También puedes detener tu codespace y elegir restablecerlo o borrarlo si encuentras un error o algo inesperado. diff --git a/translations/es-ES/data/reusables/codespaces/using-codespaces-in-vscode.md b/translations/es-ES/data/reusables/codespaces/using-codespaces-in-vscode.md new file mode 100644 index 0000000000..7abdeb7280 --- /dev/null +++ b/translations/es-ES/data/reusables/codespaces/using-codespaces-in-vscode.md @@ -0,0 +1,9 @@ +--- +ms.openlocfilehash: 93ed5f6170cc81999a5389dbc94453ac93023db1 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109940" +--- +Para usar {% data variables.product.prodname_github_codespaces %} en {% data variables.product.prodname_vscode_shortname %}, debes instalar la extensión {% data variables.product.prodname_codespaces %}. diff --git a/translations/es-ES/data/reusables/codespaces/your-codespaces-procedure-step.md b/translations/es-ES/data/reusables/codespaces/your-codespaces-procedure-step.md index 7ff974f84e..ff9f666cb8 100644 --- a/translations/es-ES/data/reusables/codespaces/your-codespaces-procedure-step.md +++ b/translations/es-ES/data/reusables/codespaces/your-codespaces-procedure-step.md @@ -1 +1 @@ -1. Navigate to the "Your codespaces" page at [github.com/codespaces](https://github.com/codespaces). \ No newline at end of file +1. Navigate to the "Your codespaces" page at [github.com/codespaces](https://github.com/codespaces). diff --git a/translations/es-ES/data/reusables/copilot/dotcom-settings.md b/translations/es-ES/data/reusables/copilot/dotcom-settings.md index 63777eeb77..dd1d635dd0 100644 --- a/translations/es-ES/data/reusables/copilot/dotcom-settings.md +++ b/translations/es-ES/data/reusables/copilot/dotcom-settings.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: e1df21c0657c55fb934b9c1d837a0ee19df7e37b -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 224ce401421d3af0e9afa5976695c95ed219a7b5 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147419749" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109938" --- ## Configuración de los valores de {% data variables.product.prodname_copilot %} en {% data variables.product.prodname_dotcom_the_website %} @@ -28,4 +28,4 @@ Puedes elegir si GitHub recopila y conserva los fragmentos de código y los proc ## Información adicional -- [Preguntas más frecuentes de {% data variables.product.prodname_copilot %}](https://github.com/features/copilot/#faq) \ No newline at end of file +- [Preguntas más frecuentes de {% data variables.product.prodname_copilot %}](https://github.com/features/copilot/#faq) diff --git a/translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates-onboarding.md b/translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates-onboarding.md deleted file mode 100644 index d02958c69d..0000000000 --- a/translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates-onboarding.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -ms.openlocfilehash: 22d4fde4f9dd7adbb4c9620e9d72e6dc52a716d4 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "145138877" ---- -{% ifversion ghes > 3.2 %} - -{% note %} - -**Nota:** Las actualizaciones de seguridad y de versión del dependabot se encuentran actualmente disponibles para {% data variables.product.prodname_ghe_cloud %} y en versión beta para {% data variables.product.prodname_ghe_server %} 3.3. Póngase en [contacto con el equipo de administración de cuentas](https://enterprise.github.com/contact) para obtener instrucciones sobre cómo habilitar las actualizaciones de Dependabot. - -{% endnote %} - -{% endif %} diff --git a/translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates.md b/translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates.md index d1a685249b..a6d2d6cd01 100644 --- a/translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates.md +++ b/translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates.md @@ -1,4 +1,4 @@ -{% ifversion ghes > 3.2 and ghes < 3.5 %} +{% ifversion ghes < 3.5 %} {% note %} {% ifversion ghes = 3.4 %} diff --git a/translations/es-ES/data/reusables/dependabot/enterprise-enable-dependabot.md b/translations/es-ES/data/reusables/dependabot/enterprise-enable-dependabot.md index 844b35d9ea..86180c6b2a 100644 --- a/translations/es-ES/data/reusables/dependabot/enterprise-enable-dependabot.md +++ b/translations/es-ES/data/reusables/dependabot/enterprise-enable-dependabot.md @@ -1,4 +1,4 @@ -{% ifversion ghes > 3.2 %} +{% ifversion ghes %} {% note %} diff --git a/translations/es-ES/data/reusables/dependency-review/action-enterprise.md b/translations/es-ES/data/reusables/dependency-review/action-enterprise.md index 100b474526..3bf7415713 100644 --- a/translations/es-ES/data/reusables/dependency-review/action-enterprise.md +++ b/translations/es-ES/data/reusables/dependency-review/action-enterprise.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 5a31b3124d838bfaad532763c644a8b446dcd0aa -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: ff7a0c836b3df74110b4613fa032541e0f27d347 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/12/2022 -ms.locfileid: "147887837" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109934" --- {% ifversion ghes or ghae %} Los propietarios de la empresa y los usuarios con acceso de administrador a un repositorio pueden agregar {% data variables.product.prodname_dependency_review_action %} a su empresa y repositorio, respectivamente. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/dependency-review/beta.md b/translations/es-ES/data/reusables/dependency-review/beta.md deleted file mode 100644 index 7751053691..0000000000 --- a/translations/es-ES/data/reusables/dependency-review/beta.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -ms.openlocfilehash: b55c1d61ba8da90884c50184240d2aea8e8b0ee9 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "145138698" ---- -{% ifversion ghes = 3.2 %} {% note %} - -**Nota:** La revisión de dependencias se encuentra actualmente en versión beta y está sujeta a cambios. - -{% endnote %} - -{% endif %} diff --git a/translations/es-ES/data/reusables/education/about-github-community-exchange-intro.md b/translations/es-ES/data/reusables/education/about-github-community-exchange-intro.md index e02ecce0a1..c187ad1007 100644 --- a/translations/es-ES/data/reusables/education/about-github-community-exchange-intro.md +++ b/translations/es-ES/data/reusables/education/about-github-community-exchange-intro.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 3419a29bb8fad04801ff8e2846c11da684f61910 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 82c3a5fa91313a6f2e27e58b62c706ea5b0ef4d9 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147410863" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110055" --- -{% data variables.product.prodname_community_exchange %} es una comunidad de alumnos dentro del portal {% data variables.product.prodname_global_campus %}. Es un lugar en el que, como alumno, puedes obtener exposición para tu proyecto y descubrir los repositorios de otros alumnos que necesiten colaboradores y mantenedores. \ No newline at end of file +{% data variables.product.prodname_community_exchange %} es una comunidad de alumnos dentro del portal {% data variables.product.prodname_global_campus %}. Es un lugar en el que, como alumno, puedes obtener exposición para tu proyecto y descubrir los repositorios de otros alumnos que necesiten colaboradores y mantenedores. diff --git a/translations/es-ES/data/reusables/education/submit-application.md b/translations/es-ES/data/reusables/education/submit-application.md index d881e524c5..5014f7638f 100644 --- a/translations/es-ES/data/reusables/education/submit-application.md +++ b/translations/es-ES/data/reusables/education/submit-application.md @@ -7,4 +7,4 @@ {% endnote %} - If your application is approved, you'll receive a confirmation email. Applications are usually processed within a few days, but it may take longer during peak times, such as during the start of a new semester. \ No newline at end of file + If your application is approved, you'll receive a confirmation email. Applications are usually processed within a few days, but it may take longer during peak times, such as during the start of a new semester. diff --git a/translations/es-ES/data/reusables/enterprise-licensing/about-license-sync.md b/translations/es-ES/data/reusables/enterprise-licensing/about-license-sync.md index ea969e23ed..b77245e32f 100644 --- a/translations/es-ES/data/reusables/enterprise-licensing/about-license-sync.md +++ b/translations/es-ES/data/reusables/enterprise-licensing/about-license-sync.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 12b28d4c3665573a1cfc0d56e2a61b616ee0a9ec -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: fbb3311774be7ef276adaba8461a100f73c1c6bb +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147572676" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110054" --- -Para que una persona que utiliza varios ambientes de {% data variables.product.prodname_enterprise %} consuma una licencia única, debes sincronizar el uso de licencias entre ambientes. Luego, {% data variables.product.company_short %} desduplicará a los usuarios en función de las direcciones de correo electrónico asociadas a sus cuentas de usuario. Para más información, consulta «[Solución de problemas del uso de licencias para {% data variables.product.prodname_enterprise %}](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise#about-the-calculation-of-consumed-licenses)». \ No newline at end of file +Para que una persona que utiliza varios ambientes de {% data variables.product.prodname_enterprise %} consuma una licencia única, debes sincronizar el uso de licencias entre ambientes. Luego, {% data variables.product.company_short %} desduplicará a los usuarios en función de las direcciones de correo electrónico asociadas a sus cuentas de usuario. Para más información, consulta «[Solución de problemas del uso de licencias para {% data variables.product.prodname_enterprise %}](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise#about-the-calculation-of-consumed-licenses)». diff --git a/translations/es-ES/data/reusables/enterprise/about-github-for-enterprises.md b/translations/es-ES/data/reusables/enterprise/about-github-for-enterprises.md index 6508a9cc8c..e1c93fec30 100644 --- a/translations/es-ES/data/reusables/enterprise/about-github-for-enterprises.md +++ b/translations/es-ES/data/reusables/enterprise/about-github-for-enterprises.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: de369a16e292dac48d6e6aee2907e28ae1f46af3 -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d +ms.openlocfilehash: a708ef37153f09729c17dd9a06f258cb64579e6b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147390441" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110052" --- -Para obtener más información sobre cómo las empresas pueden usar productos de {% data variables.product.company_short %} para admitir su ciclo de vida de desarrollo de software, consulta "[Acerca de {% data variables.product.prodname_dotcom %} para empresas](/admin/overview/about-github-for-enterprises)". \ No newline at end of file +Para obtener más información sobre cómo las empresas pueden usar productos de {% data variables.product.company_short %} para admitir su ciclo de vida de desarrollo de software, consulta "[Acerca de {% data variables.product.prodname_dotcom %} para empresas](/admin/overview/about-github-for-enterprises)". diff --git a/translations/es-ES/data/reusables/enterprise/repository-caching-release-phase.md b/translations/es-ES/data/reusables/enterprise/repository-caching-release-phase.md index 8ff316c070..31a2b15709 100644 --- a/translations/es-ES/data/reusables/enterprise/repository-caching-release-phase.md +++ b/translations/es-ES/data/reusables/enterprise/repository-caching-release-phase.md @@ -1,13 +1,7 @@ ---- -ms.openlocfilehash: 4d2db8622a5ddf12d83595e903e3b2ba1774727b -ms.sourcegitcommit: 5b1461b419dbef60ae9dbdf8e905a4df30fc91b7 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "147879379" ---- -{% ifversion ghes < 3.6 %} {% note %} +{% ifversion ghes < 3.6 %} +{% note %} -**Nota:** El almacenamiento en caché de repositorios se encuentra actualmente en versión beta y está sujeto a cambios. +**Note:** Repository caching is currently in beta and subject to change. -{% endnote %} {% endif %} \ No newline at end of file +{% endnote %} +{% endif %} diff --git a/translations/es-ES/data/reusables/enterprise/upgrade-ghes-for-actions.md b/translations/es-ES/data/reusables/enterprise/upgrade-ghes-for-actions.md deleted file mode 100644 index 9be3c57cc3..0000000000 --- a/translations/es-ES/data/reusables/enterprise/upgrade-ghes-for-actions.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -ms.openlocfilehash: ce032c1829e6b93f7adcd62e1b731953669ffb91 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "145111890" ---- -{% ifversion ghes < 3.3 %} {% data variables.product.prodname_actions %} está disponible en {% data variables.product.prodname_ghe_server %} 3.0 o posterior. Si estás utilizando una versión más antigua de {% data variables.product.prodname_ghe_server %}, tendrás que mejorarla para utilizar el {% data variables.product.prodname_actions %}. Para más información sobre cómo actualizar la instancia de {% data variables.product.prodname_ghe_server %}, vea "[Acerca de las actualizaciones a nuevas versiones](/admin/overview/about-upgrades-to-new-releases)". -{% endif %} diff --git a/translations/es-ES/data/reusables/enterprise_backup_utilities/enterprise-backup-utils-directory.md b/translations/es-ES/data/reusables/enterprise_backup_utilities/enterprise-backup-utils-directory.md index 190ebe4959..db076d529b 100644 --- a/translations/es-ES/data/reusables/enterprise_backup_utilities/enterprise-backup-utils-directory.md +++ b/translations/es-ES/data/reusables/enterprise_backup_utilities/enterprise-backup-utils-directory.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 5c1cf00625a805fc4054a78bc4ac675a161a1c1b -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 5302e6f9d952c4a8881d1f28fe7ea847a70d0efe +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147861717" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110051" --- -1. En el host de copia de seguridad, ve al directorio de {% data variables.product.prodname_enterprise_backup_utilities %}, normalmente `backup-utils`. \ No newline at end of file +1. En el host de copia de seguridad, ve al directorio de {% data variables.product.prodname_enterprise_backup_utilities %}, normalmente `backup-utils`. diff --git a/translations/es-ES/data/reusables/enterprise_backup_utilities/enterprise-backup-utils-verify-upgrade.md b/translations/es-ES/data/reusables/enterprise_backup_utilities/enterprise-backup-utils-verify-upgrade.md index 3ba80e18b9..84852b31b6 100644 --- a/translations/es-ES/data/reusables/enterprise_backup_utilities/enterprise-backup-utils-verify-upgrade.md +++ b/translations/es-ES/data/reusables/enterprise_backup_utilities/enterprise-backup-utils-verify-upgrade.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 8289b9aadf88b85cf8d4dc71d2fc74db42c01289 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 76be6868da14b227e1b0fbc16b8c9f913b4f04e0 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147861705" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110050" --- 1. Ejecuta el siguiente comando para comprobar que se ha aplicado la actualización correctamente. ```shell @@ -15,4 +15,4 @@ ms.locfileid: "147861705" ```shell ./bin/ghe-host-check ``` - \ No newline at end of file + diff --git a/translations/es-ES/data/reusables/enterprise_enterprise_support/installing-releases.md b/translations/es-ES/data/reusables/enterprise_enterprise_support/installing-releases.md index 444818f8fe..f9044ae820 100644 --- a/translations/es-ES/data/reusables/enterprise_enterprise_support/installing-releases.md +++ b/translations/es-ES/data/reusables/enterprise_enterprise_support/installing-releases.md @@ -4,4 +4,4 @@ To ensure that {% data variables.location.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 %}. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/enterprise_management_console/unlocking-management-console-with-shell.md b/translations/es-ES/data/reusables/enterprise_management_console/unlocking-management-console-with-shell.md new file mode 100644 index 0000000000..60a483d0a8 --- /dev/null +++ b/translations/es-ES/data/reusables/enterprise_management_console/unlocking-management-console-with-shell.md @@ -0,0 +1,9 @@ +--- +ms.openlocfilehash: 88d76852d3e379e556b364b31199800e73ecd0c7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109984" +--- +Para desbloquear de inmediato la {% data variables.enterprise.management_console %}, use el comando `ghe-reactivate-admin-login` desde el shell administrativo. Para más información, vea "[Utilidades de línea de comandos](/enterprise/admin/guides/installation/command-line-utilities#ghe-reactivate-admin-login)" y "[Acceso al shell administrativo (SSH)](/enterprise/admin/guides/installation/accessing-the-administrative-shell-ssh/)". \ No newline at end of file diff --git a/translations/es-ES/data/reusables/gated-features/code-scanning.md b/translations/es-ES/data/reusables/gated-features/code-scanning.md index 87bb7275dd..ecea4942d4 100644 --- a/translations/es-ES/data/reusables/gated-features/code-scanning.md +++ b/translations/es-ES/data/reusables/gated-features/code-scanning.md @@ -1,13 +1,17 @@ -{%- ifversion fpt %} -{% data variables.product.prodname_code_scanning_capc %} is available for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. {% data variables.product.prodname_code_scanning_capc %} is also available for private repositories owned by organizations that use {% data variables.product.prodname_ghe_cloud %} and have a license for {% data variables.product.prodname_GH_advanced_security %}. +--- +ms.openlocfilehash: 0ea67362c541ed183fec256765d5bb9d1fd18e3c +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109982" +--- +{%- ifversion fpt %} {% data variables.product.prodname_code_scanning_capc %} está disponible para todos los repositorios públicos en {% data variables.product.prodname_dotcom_the_website %}. {% data variables.product.prodname_code_scanning_capc %} también está disponible para los repositorios privados que pertenecen a las organizaciones que usan {% data variables.product.prodname_ghe_cloud %} y que tienen una licencia de {% data variables.product.prodname_GH_advanced_security %}. -{%- elsif ghec %} -{% data variables.product.prodname_code_scanning_capc %} is available for all public repositories on {% data variables.product.prodname_dotcom_the_website %}. To use {% data variables.product.prodname_code_scanning %} in a private repository owned by an organization, you must have a license for {% data variables.product.prodname_GH_advanced_security %}. +{%- elsif ghec %} {% data variables.product.prodname_code_scanning_capc %} está disponible para todos los repositorios públicos en {% data variables.product.prodname_dotcom_the_website %}. Para utilizar {% data variables.product.prodname_code_scanning %} en un repositorio privado que pertenece a una organización, debes tener una licencia para {% data variables.product.prodname_GH_advanced_security %}. -{%- elsif ghes %} -{% data variables.product.prodname_code_scanning_capc %} is available for organization-owned repositories in {% data variables.product.product_name %}. This feature requires a license for {% data variables.product.prodname_GH_advanced_security %}. +{%- elsif ghes %} {% data variables.product.prodname_code_scanning_capc %} está disponible para repositorios que son propiedad de una organización en {% data variables.product.product_name %}. Esta característica requiere una licencia para la {% data variables.product.prodname_GH_advanced_security %}. -{%- elsif ghae %} -{% data variables.product.prodname_code_scanning_capc %} is available for organization-owned repositories in {% data variables.product.product_name %}. This is a {% data variables.product.prodname_GH_advanced_security %} feature (free during the beta release). +{%- elsif ghae %} {% data variables.product.prodname_code_scanning_capc %} está disponible para repositorios que son propiedad de una organización en {% data variables.product.product_name %}. Esta es una característica de la {% data variables.product.prodname_GH_advanced_security %} (gratuita durante el lanzamiento beta). -{%- endif %} {% data reusables.advanced-security.more-info-ghas %} \ No newline at end of file +{%- endif %} {% data reusables.advanced-security.more-info-ghas %} diff --git a/translations/es-ES/data/reusables/gated-features/historical-insights-for-projects.md b/translations/es-ES/data/reusables/gated-features/historical-insights-for-projects.md index 233a823a89..30d48d2e29 100644 --- a/translations/es-ES/data/reusables/gated-features/historical-insights-for-projects.md +++ b/translations/es-ES/data/reusables/gated-features/historical-insights-for-projects.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: fd865e1bcf0fb2af69739d4d81fa27796e2e0b33 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: f28c558acbb1dacd503964146c0522145d44948b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147424452" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109980" --- -Los gráficos históricos están disponibles con {% data variables.product.prodname_team %} y {% data variables.product.prodname_ghe_cloud %} para las organizaciones. Puedes guardar gráficos ilimitados en proyectos privados con {% data variables.product.prodname_team %} y {% data variables.product.prodname_ghe_cloud %} para organizaciones y con {% data variables.product.prodname_pro %} para usuarios. Los usuarios y las organizaciones que utilicen un proyecto público también pueden guardar gráficos ilimitados. Los usuarios y las organizaciones que utilicen {% data variables.product.prodname_free_team %} o un plan heredado pueden guardar dos gráficos en proyectos privados. {% data reusables.gated-features.more-info %} \ No newline at end of file +Los gráficos históricos están disponibles con {% data variables.product.prodname_team %} y {% data variables.product.prodname_ghe_cloud %} para las organizaciones. Puedes guardar gráficos ilimitados en proyectos privados con {% data variables.product.prodname_team %} y {% data variables.product.prodname_ghe_cloud %} para organizaciones y con {% data variables.product.prodname_pro %} para usuarios. Los usuarios y las organizaciones que utilicen un proyecto público también pueden guardar gráficos ilimitados. Los usuarios y las organizaciones que utilicen {% data variables.product.prodname_free_team %} o un plan heredado pueden guardar dos gráficos en proyectos privados. {% data reusables.gated-features.more-info %} diff --git a/translations/es-ES/data/reusables/gated-features/hosted-runners.md b/translations/es-ES/data/reusables/gated-features/hosted-runners.md index de21cfa865..7363d23abf 100644 --- a/translations/es-ES/data/reusables/gated-features/hosted-runners.md +++ b/translations/es-ES/data/reusables/gated-features/hosted-runners.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 2d2d2bc1f01e722c0f30cf11b642033a762c429c -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 54a0c4cae87acc79c4d4763521f11da1a37cd2d6 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147853686" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109979" --- -La característica {% data variables.actions.hosted_runner %} está actualmente en versión beta para organizaciones y empresas que usan los planes {% data variables.product.prodname_team %} o {% data variables.product.prodname_ghe_cloud %} y está sujeto a cambios. Para solicitar acceso a la versión beta, visita la [página de registro](https://github.com/features/github-hosted-runners/signup). \ No newline at end of file +La característica {% data variables.actions.hosted_runner %} está actualmente en versión beta para organizaciones y empresas que usan los planes {% data variables.product.prodname_team %} o {% data variables.product.prodname_ghe_cloud %} y está sujeto a cambios. Para solicitar acceso a la versión beta, visita la [página de registro](https://github.com/features/github-hosted-runners/signup). diff --git a/translations/es-ES/data/reusables/getting-started/bearer-vs-token.md b/translations/es-ES/data/reusables/getting-started/bearer-vs-token.md index 3cb3711ecd..33c9df88a0 100644 --- a/translations/es-ES/data/reusables/getting-started/bearer-vs-token.md +++ b/translations/es-ES/data/reusables/getting-started/bearer-vs-token.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: a6189685e97d4aeabb737421203acb96ccd0f61c -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 43a23bdc9abc48a087e62f93a6d01a1aaabe0eb0 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147718227" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109978" --- -En la mayoría de los casos, puedes usar `Authorization: Bearer` o `Authorization: token` para pasar un token. Sin embargo, si vas a pasar un token web JSON (JWT), debes usar `Authorization: Bearer`. \ No newline at end of file +En la mayoría de los casos, puedes usar `Authorization: Bearer` o `Authorization: token` para pasar un token. Sin embargo, si vas a pasar un token web JSON (JWT), debes usar `Authorization: Bearer`. diff --git a/translations/es-ES/data/reusables/getting-started/math-and-diagrams.md b/translations/es-ES/data/reusables/getting-started/math-and-diagrams.md index da622529b1..58d37d8d33 100644 --- a/translations/es-ES/data/reusables/getting-started/math-and-diagrams.md +++ b/translations/es-ES/data/reusables/getting-started/math-and-diagrams.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: d68b3fb76a086f8ba99cd3c968b547f9d94eb8c9 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: ff4fa65700cd685f99a3e94541df48a2f5e77985 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147529770" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109977" --- -{% ifversion mermaid %}Puede usar Markdown para agregar expresiones matemáticas representadas, diagramas, mapas y modelos 3D a la wiki. Para obtener más información sobre cómo crear expresiones matemáticas representadas, vea "[Escritura de expresiones matemáticas](/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions)". Para obtener más información sobre cómo crear diagramas, mapas y modelos 3D, vea "[Crear diagramas](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)". {% endif %} \ No newline at end of file +{% ifversion mermaid %}Puede usar Markdown para agregar expresiones matemáticas representadas, diagramas, mapas y modelos 3D a la wiki. Para obtener más información sobre cómo crear expresiones matemáticas representadas, vea "[Escritura de expresiones matemáticas](/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions)". Para obtener más información sobre cómo crear diagramas, mapas y modelos 3D, vea "[Crear diagramas](/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams)". {% endif %} diff --git a/translations/es-ES/data/reusables/git/no-credential-manager.md b/translations/es-ES/data/reusables/git/no-credential-manager.md index 034bd7aff5..1f4d238d2d 100644 --- a/translations/es-ES/data/reusables/git/no-credential-manager.md +++ b/translations/es-ES/data/reusables/git/no-credential-manager.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: c1773da7070760a6a40d198a66f7646536d7a236 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: af8f3c7c0c5378080257097644571e8a0d04a840 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147687217" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109976" --- -- Si la salida no incluye el nombre de un administrador de credenciales, no hay ningún administrador de credenciales configurado y puedes continuar con el paso siguiente. \ No newline at end of file +- Si la salida no incluye el nombre de un administrador de credenciales, no hay ningún administrador de credenciales configurado y puedes continuar con el paso siguiente. diff --git a/translations/es-ES/data/reusables/github-ae/saml-idp-table.md b/translations/es-ES/data/reusables/github-ae/saml-idp-table.md index c2ef59482a..a3f737f685 100644 --- a/translations/es-ES/data/reusables/github-ae/saml-idp-table.md +++ b/translations/es-ES/data/reusables/github-ae/saml-idp-table.md @@ -1,6 +1,14 @@ +--- +ms.openlocfilehash: 8afd93954b55495a93b01ca1ed2c0a58946ffbd5 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109975" +--- {% ifversion ghae %} -IdP | SAML | User provisioning | Team mapping| +IdP | SAML | Aprovisionamiento de usuarios | Mapeo de equipo| --- | --- | ---------------- | --------- | [Azure Active Directory (Azure AD)](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad) | {% octicon "check-circle-fill" aria-label="The check icon" %} | {% octicon "check-circle-fill" aria-label="The check icon" %}| {% octicon "check-circle-fill" aria-label="The check icon" %} | [Okta](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider/configuring-authentication-and-provisioning-for-your-enterprise-using-okta) | {% octicon "check-circle-fill" aria-label="The check icon" %}[Beta](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider/configuring-authentication-and-provisioning-for-your-enterprise-using-okta)| {% octicon "check-circle-fill" aria-label="The check icon" %}[Beta](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider/configuring-authentication-and-provisioning-for-your-enterprise-using-okta)| {% octicon "check-circle-fill" aria-label= "The check icon" %}[Beta](/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider/mapping-okta-groups-to-teams) | diff --git a/translations/es-ES/data/reusables/gpg/configure-ssh-signing.md b/translations/es-ES/data/reusables/gpg/configure-ssh-signing.md new file mode 100644 index 0000000000..92f4e070a5 --- /dev/null +++ b/translations/es-ES/data/reusables/gpg/configure-ssh-signing.md @@ -0,0 +1,12 @@ +--- +ms.openlocfilehash: 0a0e572422bee311ca8adb2b40c81a00907c0dfb +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110049" +--- +1. Configura Git para que use SSH a fin de firmar confirmaciones y etiquetas: + ```bash + $ git config --global gpg.format ssh + ``` diff --git a/translations/es-ES/data/reusables/identity-and-permissions/about-adding-ip-allow-list-entries.md b/translations/es-ES/data/reusables/identity-and-permissions/about-adding-ip-allow-list-entries.md index 9e57425be2..45514932b7 100644 --- a/translations/es-ES/data/reusables/identity-and-permissions/about-adding-ip-allow-list-entries.md +++ b/translations/es-ES/data/reusables/identity-and-permissions/about-adding-ip-allow-list-entries.md @@ -1,11 +1,11 @@ --- -ms.openlocfilehash: 6775f1ca71684e74de0fedce4cb7e6c6b15c2820 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: db4c80c49c4e3effe99073f29010147f3a1efc08 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147682926" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109858" --- Puedes crear una lista de direcciones IP permitidas agregando entradas que incluyan una dirección IP o un intervalo de direcciones.{% ifversion ip-allow-list-address-check %} Cuando hayas terminado de agregar entradas, puedes comprobar si cualquiera de las entradas habilitadas de la lista permitiría una dirección IP determinada.{% endif %} -Antes de que la lista restrinja el acceso a {% ifversion ghae %}tu empresa{% else %}los activos privados propiedad de las organizaciones de tu empresa{% endif %}, también debes habilitar las direcciones IP permitidas. \ No newline at end of file +Antes de que la lista restrinja el acceso a {% ifversion ghae %}tu empresa{% else %}los activos privados propiedad de las organizaciones de tu empresa{% endif %}, también debes habilitar las direcciones IP permitidas. diff --git a/translations/es-ES/data/reusables/identity-and-permissions/about-checking-ip-address.md b/translations/es-ES/data/reusables/identity-and-permissions/about-checking-ip-address.md index 12085bb6c2..b971fbd64b 100644 --- a/translations/es-ES/data/reusables/identity-and-permissions/about-checking-ip-address.md +++ b/translations/es-ES/data/reusables/identity-and-permissions/about-checking-ip-address.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: ad162035ba2dcbb3c38f368dc7376b8fd5dd0b0c -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: d7e7459f3ed9898a892c8b3504a32c1106e69442 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147682943" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109857" --- -Puedes comprobar si cualquiera de las entradas habilitadas de la lista de direcciones IP permitidas permitiría una dirección IP determinada, incluso si la lista no está habilitada actualmente. \ No newline at end of file +Puedes comprobar si cualquiera de las entradas habilitadas de la lista de direcciones IP permitidas permitiría una dirección IP determinada, incluso si la lista no está habilitada actualmente. diff --git a/translations/es-ES/data/reusables/identity-and-permissions/about-editing-ip-allow-list-entries.md b/translations/es-ES/data/reusables/identity-and-permissions/about-editing-ip-allow-list-entries.md index 0681c53142..9eb1ce2c4a 100644 --- a/translations/es-ES/data/reusables/identity-and-permissions/about-editing-ip-allow-list-entries.md +++ b/translations/es-ES/data/reusables/identity-and-permissions/about-editing-ip-allow-list-entries.md @@ -1,12 +1,12 @@ --- -ms.openlocfilehash: 0f621e8e83d20f58e208fd9285082441fe29aa74 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 8f78a77c83ea498d8d41a0deff20903062542479 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147682925" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109856" --- Puedes editar una entrada en la lista de IP permitidas. Si editas una entrada habilitada, los cambios se aplicarán inmediatamente. {% ifversion ip-allow-list-address-check %} Una vez finalizada la edición de entradas, puedes comprobar si cualquiera de las entradas habilitadas de la lista permitiría una dirección IP determinada. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/identity-and-permissions/about-enabling-allowed-ip-addresses.md b/translations/es-ES/data/reusables/identity-and-permissions/about-enabling-allowed-ip-addresses.md index 49946adf9e..61a4610e48 100644 --- a/translations/es-ES/data/reusables/identity-and-permissions/about-enabling-allowed-ip-addresses.md +++ b/translations/es-ES/data/reusables/identity-and-permissions/about-enabling-allowed-ip-addresses.md @@ -1,12 +1,12 @@ --- -ms.openlocfilehash: 4a8eaf38855e436884a6abdfc8d0b21473e71904 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 095556009ed66ca0b687734f62f21c70fd87699a +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147682938" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109855" --- Después de crear una lista de direcciones IP permitidas, puedes habilitar las direcciones IP permitidas. Al habilitar las direcciones IP permitidas, {% data variables.product.company_short %} aplica inmediatamente las entradas habilitadas en la lista de direcciones IP permitidas. {% ifversion ip-allow-list-address-check %} Antes de habilitar las direcciones IP permitidas, puedes comprobar si cualquiera de las entradas habilitadas de la lista permitiría una dirección IP determinada. Para obtener más información, consulta "[Comprobación de permiso para una dirección IP](#checking-if-an-ip-address-is-permitted)". -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/identity-and-permissions/check-ip-address-step.md b/translations/es-ES/data/reusables/identity-and-permissions/check-ip-address-step.md index 09f85e53c0..81d3084502 100644 --- a/translations/es-ES/data/reusables/identity-and-permissions/check-ip-address-step.md +++ b/translations/es-ES/data/reusables/identity-and-permissions/check-ip-address-step.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 767afd2426bcfba04a2eb3c845b1041e65d006f9 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 5eaf0aa831a27f61216ae9574df61fe7445f2f94 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147682920" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110048" --- 1. En "Comprobar la dirección IP", escribe una dirección IP. - ![Captura de pantalla del campo de texto "Comprobar dirección IP"](/assets/images/help/security/check-ip-address.png) \ No newline at end of file + ![Captura de pantalla del campo de texto "Comprobar dirección IP"](/assets/images/help/security/check-ip-address.png) diff --git a/translations/es-ES/data/reusables/identity-and-permissions/check-ip-address.md b/translations/es-ES/data/reusables/identity-and-permissions/check-ip-address.md index 34ddada3c4..863644d674 100644 --- a/translations/es-ES/data/reusables/identity-and-permissions/check-ip-address.md +++ b/translations/es-ES/data/reusables/identity-and-permissions/check-ip-address.md @@ -1,11 +1,11 @@ --- -ms.openlocfilehash: bc619567dc896525b2c11f30ef4b721e17279618 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 7b848e4c3bb4a9a4578e3f1ff92f6249dd20c699 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147682937" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110047" --- {%- ifversion ip-allow-list-address-check %} 1. Opcionalmente, comprueba si cualquiera de las entradas habilitadas de la lista permitiría una dirección IP determinada. Para obtener más información, consulta "[Comprobación de permiso para una dirección IP](#checking-if-an-ip-address-is-permitted)". -{%- endif %} \ No newline at end of file +{%- endif %} diff --git a/translations/es-ES/data/reusables/identity-and-permissions/ipv6-allow-lists.md b/translations/es-ES/data/reusables/identity-and-permissions/ipv6-allow-lists.md new file mode 100644 index 0000000000..b7adcbf4c0 --- /dev/null +++ b/translations/es-ES/data/reusables/identity-and-permissions/ipv6-allow-lists.md @@ -0,0 +1,13 @@ +--- +ms.openlocfilehash: 1df7a9480c4cfd3a5edfc1ee16cd2a3259921e6b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110026" +--- +{% ifversion fpt or ghec %} {% note %} + +**Nota:** {% data variables.product.company_short %} está implementando gradualmente la compatibilidad con IPv6. A medida que los servicios de {% data variables.product.prodname_dotcom %} agregan compatibilidad con IPv6, empezaremos a reconocer las direcciones IPv6 de los usuarios de {% data variables.product.prodname_dotcom %}. Para evitar posibles interrupciones de acceso, asegúrate de que has agregado las direcciones IPv6 necesarias a tu lista de direcciones IP permitidas. + +{% endnote %} {% endif %} diff --git a/translations/es-ES/data/reusables/identity-and-permissions/vigilant-mode-beta-note.md b/translations/es-ES/data/reusables/identity-and-permissions/vigilant-mode-beta-note.md index 1913d6e459..8c5bcb44ec 100644 --- a/translations/es-ES/data/reusables/identity-and-permissions/vigilant-mode-beta-note.md +++ b/translations/es-ES/data/reusables/identity-and-permissions/vigilant-mode-beta-note.md @@ -4,4 +4,4 @@ **Note:** Vigilant mode is currently in beta and subject to change. {% endnote %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/notifications-v2/custom-notification-types.md b/translations/es-ES/data/reusables/notifications-v2/custom-notification-types.md index cd318e85fc..b6445e487a 100644 --- a/translations/es-ES/data/reusables/notifications-v2/custom-notification-types.md +++ b/translations/es-ES/data/reusables/notifications-v2/custom-notification-types.md @@ -1 +1 @@ -issues, pull requests, releases, security alerts, or discussions \ No newline at end of file +issues, pull requests, releases, security alerts, or discussions diff --git a/translations/es-ES/data/reusables/organizations/about-following-organizations.md b/translations/es-ES/data/reusables/organizations/about-following-organizations.md new file mode 100644 index 0000000000..2334daabf1 --- /dev/null +++ b/translations/es-ES/data/reusables/organizations/about-following-organizations.md @@ -0,0 +1,9 @@ +--- +ms.openlocfilehash: f9490c302fe4534be6937805e0eec85fe9c5db1a +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110040" +--- +Si sigues a las organizaciones en {% data variables.product.product_name %}, verás su actividad {% ifversion fpt or ghec %}pública{% endif %} en tu panel personal. Esta actividad incluye nuevos debates, patrocinios y repositorios. diff --git a/translations/es-ES/data/reusables/organizations/follow-organizations-beta.md b/translations/es-ES/data/reusables/organizations/follow-organizations-beta.md index f429909c5f..8691d7a6e2 100644 --- a/translations/es-ES/data/reusables/organizations/follow-organizations-beta.md +++ b/translations/es-ES/data/reusables/organizations/follow-organizations-beta.md @@ -1,13 +1,13 @@ --- -ms.openlocfilehash: f64274ea187e812242eb07e1dd9a7204b6522e50 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 4e2e744a966a1e1b8111f6f5194542f7512670fc +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147692143" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110046" --- {% note %} **Nota**: La capacidad de seguir a organizaciones está actualmente en versión beta pública y se pueden producir cambios. -{% endnote %} \ No newline at end of file +{% endnote %} diff --git a/translations/es-ES/data/reusables/organizations/new_team.md b/translations/es-ES/data/reusables/organizations/new_team.md index 10d795e828..ad329ffe34 100644 --- a/translations/es-ES/data/reusables/organizations/new_team.md +++ b/translations/es-ES/data/reusables/organizations/new_team.md @@ -1,12 +1,8 @@ ---- -ms.openlocfilehash: 383ba2a3fe279dfa18f20c931a58a5b4785e8727 -ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147883760" ---- -1. En el nombre de la organización, haga clic en {% octicon "people" aria-label="The people icon" %} **Equipos**. - {% ifversion fpt or ghes > 3.2 or ghec %} ![Pestaña Equipos](/assets/images/help/organizations/organization-teams-tab-with-overview.png) {% else %} ![Teams tab](/assets/images/help/organizations/organization-teams-tab.png) {% endif %} -1. En el lado derecho de la pestaña Equipos, haga clic en **Nuevo equipo**. - ![Botón Nuevo equipo](/assets/images/help/teams/new-team-button.png) +1. Under your organization name, click {% octicon "people" aria-label="The people icon" %} **Teams**. + {% ifversion fpt or ghes or ghec %} + ![Teams tab](/assets/images/help/organizations/organization-teams-tab-with-overview.png) + {% else %} + ![Teams tab](/assets/images/help/organizations/organization-teams-tab.png) + {% endif %} +1. On the right side of the Teams tab, click **New team**. + ![New team button](/assets/images/help/teams/new-team-button.png) diff --git a/translations/es-ES/data/reusables/organizations/org_settings.md b/translations/es-ES/data/reusables/organizations/org_settings.md index 5e43eda2b0..4e84c3e807 100644 --- a/translations/es-ES/data/reusables/organizations/org_settings.md +++ b/translations/es-ES/data/reusables/organizations/org_settings.md @@ -1,10 +1,6 @@ ---- -ms.openlocfilehash: 86e15f92ffd6a5a5b90d7a70a666447a6a51a62a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "145122545" ---- -1. Debajo del nombre de la organización, haga clic en {% octicon "gear" aria-label="The Settings gear" %} **Settings**. - {% ifversion fpt or ghes > 3.2 or ghec %} ![Botón de configuración de la organización](/assets/images/help/organizations/organization-settings-tab-with-overview-tab.png) {% else %} ![Organization settings button](/assets/images/help/organizations/organization-settings-tab.png) {% endif %} +1. Under your organization name, click {% octicon "gear" aria-label="The Settings gear" %} **Settings**. + {% ifversion fpt or ghes or ghec %} + ![Organization settings button](/assets/images/help/organizations/organization-settings-tab-with-overview-tab.png) + {% else %} + ![Organization settings button](/assets/images/help/organizations/organization-settings-tab.png) + {% endif %} diff --git a/translations/es-ES/data/reusables/organizations/organization-wide-project.md b/translations/es-ES/data/reusables/organizations/organization-wide-project.md index adea6c5141..052670fdf5 100644 --- a/translations/es-ES/data/reusables/organizations/organization-wide-project.md +++ b/translations/es-ES/data/reusables/organizations/organization-wide-project.md @@ -1,10 +1,6 @@ ---- -ms.openlocfilehash: cba236cbf17553914d18f006b2a17a77a4892658 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "145122497" ---- -1. En el nombre de la organización, haga clic en {% octicon "project" aria-label="The Projects icon" %} **Proyectos**. - {% ifversion fpt or ghes > 3.2 or ghec %} ![Pestaña Proyectos para la organización](/assets/images/help/organizations/organization-projects-tab-with-overview-tab.png) {% else %} ![Projects tab for your organization](/assets/images/help/organizations/organization-projects-tab.png) {% endif %} +1. Under your organization name, click {% octicon "project" aria-label="The Projects icon" %} **Projects**. + {% ifversion fpt or ghes or ghec %} + ![Projects tab for your organization](/assets/images/help/organizations/organization-projects-tab-with-overview-tab.png) + {% else %} + ![Projects tab for your organization](/assets/images/help/organizations/organization-projects-tab.png) + {% endif %} diff --git a/translations/es-ES/data/reusables/organizations/owners-team.md b/translations/es-ES/data/reusables/organizations/owners-team.md index ccf8b7f06f..b66f0838ca 100644 --- a/translations/es-ES/data/reusables/organizations/owners-team.md +++ b/translations/es-ES/data/reusables/organizations/owners-team.md @@ -1,12 +1,8 @@ ---- -ms.openlocfilehash: 953f11ac28cbb526cd4e93bc316cf81b12241f08 -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "145122466" ---- -1. En el nombre de la organización, haga clic en {% octicon "people" aria-label="The people icon" %} **Equipos**. - {% ifversion fpt or ghes > 3.2 or ghec %} ![Pestaña Equipos](/assets/images/help/organizations/organization-teams-tab-with-overview.png) {% else %} ![Teams tab](/assets/images/help/organizations/organization-teams-tab.png) {% endif %} -1. En la pestaña Equipos, haga clic en **Propietarios**. - ![Equipo de propietarios seleccionado](/assets/images/help/teams/owners-team.png) +1. Under your organization name, click {% octicon "people" aria-label="The people icon" %} **Teams**. + {% ifversion fpt or ghes or ghec %} + ![Teams tab](/assets/images/help/organizations/organization-teams-tab-with-overview.png) + {% else %} + ![Teams tab](/assets/images/help/organizations/organization-teams-tab.png) + {% endif %} +1. On the Teams tab, click **Owners**. + ![Owners team selected](/assets/images/help/teams/owners-team.png) diff --git a/translations/es-ES/data/reusables/organizations/people.md b/translations/es-ES/data/reusables/organizations/people.md index cfa0daacb5..d69d13281b 100644 --- a/translations/es-ES/data/reusables/organizations/people.md +++ b/translations/es-ES/data/reusables/organizations/people.md @@ -1,10 +1,6 @@ ---- -ms.openlocfilehash: 3a40932cc10fd659071bbc951940a79a1c0498bf -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "145122458" ---- -1. En el nombre de la organización, haga clic en {% octicon "person" aria-label="The Person icon" %} **Personas**. - {% ifversion fpt or ghes > 3.2 or ghec %} ![La pestaña Personas](/assets/images/help/organizations/organization-people-tab-with-overview-tab.png) {% else %} ![The People tab](/assets/images/help/organizations/organization-people-tab.png) {% endif %} +1. Under your organization name, click {% octicon "person" aria-label="The Person icon" %} **People**. + {% ifversion fpt or ghes or ghec %} + ![The People tab](/assets/images/help/organizations/organization-people-tab-with-overview-tab.png) + {% else %} + ![The People tab](/assets/images/help/organizations/organization-people-tab.png) + {% endif %} diff --git a/translations/es-ES/data/reusables/organizations/specific_team.md b/translations/es-ES/data/reusables/organizations/specific_team.md index bb97e8f317..655628972a 100644 --- a/translations/es-ES/data/reusables/organizations/specific_team.md +++ b/translations/es-ES/data/reusables/organizations/specific_team.md @@ -1,12 +1,8 @@ ---- -ms.openlocfilehash: e073e782e9271d660c789014a93a5b0f7d703de9 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "145122289" ---- -1. En el nombre de la organización, haga clic en {% octicon "people" aria-label="The people icon" %} **Equipos**. - {% ifversion fpt or ghes > 3.2 or ghec %} ![Pestaña Equipos](/assets/images/help/organizations/organization-teams-tab-with-overview.png) {% else %} ![Teams tab](/assets/images/help/organizations/organization-teams-tab.png) {% endif %} -1. En la pestaña de Equipos, da clic en el nombre del equipo. - ![Lista de los equipos de la organización](/assets/images/help/teams/click-team-name.png) +1. Under your organization name, click {% octicon "people" aria-label="The people icon" %} **Teams**. + {% ifversion fpt or ghes or ghec %} + ![Teams tab](/assets/images/help/organizations/organization-teams-tab-with-overview.png) + {% else %} + ![Teams tab](/assets/images/help/organizations/organization-teams-tab.png) + {% endif %} +1. On the Teams tab, click the name of the team. + ![List of the organization's teams](/assets/images/help/teams/click-team-name.png) diff --git a/translations/es-ES/data/reusables/organizations/teams.md b/translations/es-ES/data/reusables/organizations/teams.md index b4eb984ffe..55600311cf 100644 --- a/translations/es-ES/data/reusables/organizations/teams.md +++ b/translations/es-ES/data/reusables/organizations/teams.md @@ -1,10 +1,6 @@ ---- -ms.openlocfilehash: ddf350dbd9a76a2d7168e67fe690662ac2e63c35 -ms.sourcegitcommit: 5b1461b419dbef60ae9dbdf8e905a4df30fc91b7 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "147879311" ---- -1. En el nombre de la organización, haga clic en {% octicon "people" aria-label="The people icon" %} **Equipos**. - {% ifversion fpt or ghes > 3.2 or ghec %} ![Pestaña Equipos en la página de la organización](/assets/images/help/organizations/organization-teams-tab-with-overview.png) {% else %} ![Teams tab on the organization page](/assets/images/help/organizations/organization-teams-tab.png) {% endif %} +1. Under your organization name, click {% octicon "people" aria-label="The people icon" %} **Teams**. + {% ifversion fpt or ghes or ghec %} + ![Teams tab on the organization page](/assets/images/help/organizations/organization-teams-tab-with-overview.png) + {% else %} + ![Teams tab on the organization page](/assets/images/help/organizations/organization-teams-tab.png) + {% endif %} diff --git a/translations/es-ES/data/reusables/package_registry/container-registry-ghes-migration-availability.md b/translations/es-ES/data/reusables/package_registry/container-registry-ghes-migration-availability.md index e032017224..3d4c37e876 100644 --- a/translations/es-ES/data/reusables/package_registry/container-registry-ghes-migration-availability.md +++ b/translations/es-ES/data/reusables/package_registry/container-registry-ghes-migration-availability.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 86b8c01b5dc27c55e316ba0d81176fd693f85e45 -ms.sourcegitcommit: 80842b4e4c500daa051eff0ccd7cde91c2d4bb36 +ms.openlocfilehash: 4a39732206e0ad91422acfb3977ba7bea7d0b283 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/12/2022 -ms.locfileid: "147410814" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110023" --- -{% data variables.product.product_name %} 3.6 admite la migración de imágenes de Docker almacenadas en organizaciones. Una versión futura admitirá la migración de las imágenes propiedad del usuario. \ No newline at end of file +{% data variables.product.product_name %} 3.6 admite la migración de imágenes de Docker almacenadas en organizaciones. Una versión futura admitirá la migración de las imágenes propiedad del usuario. diff --git a/translations/es-ES/data/reusables/package_registry/no-graphql-to-delete-packages.md b/translations/es-ES/data/reusables/package_registry/no-graphql-to-delete-packages.md index 59ac406321..6a2ec58edd 100644 --- a/translations/es-ES/data/reusables/package_registry/no-graphql-to-delete-packages.md +++ b/translations/es-ES/data/reusables/package_registry/no-graphql-to-delete-packages.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: deca3a28d17f3716b20a84281ad843c47bdbbee2 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 5f35d3186458109231db91e80343bcb64a2193c1 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147705086" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109853" --- -{% ifversion fpt or ghec %} La API de GraphQL de {% data variables.product.prodname_registry %} no admite contenedores ni imágenes de Docker que usan el espacio de nombres del paquete `https://ghcr.io/OWNER/PACKAGE-NAME` ni imágenes npm que usan el espacio de nombres del paquete `https://npm.pkg.github.com/OWNER/PACKAGE-NAME`.{% endif %} \ No newline at end of file +{% ifversion fpt or ghec %} La API de GraphQL de {% data variables.product.prodname_registry %} no admite contenedores ni imágenes de Docker que usan el espacio de nombres del paquete `https://ghcr.io/OWNER/PACKAGE-NAME` ni imágenes npm que usan el espacio de nombres del paquete `https://npm.pkg.github.com/OWNER/PACKAGE-NAME`.{% endif %} diff --git a/translations/es-ES/data/reusables/package_registry/package-settings-from-org-level.md b/translations/es-ES/data/reusables/package_registry/package-settings-from-org-level.md index 9f5d91c88b..d46f87514d 100644 --- a/translations/es-ES/data/reusables/package_registry/package-settings-from-org-level.md +++ b/translations/es-ES/data/reusables/package_registry/package-settings-from-org-level.md @@ -1,11 +1,7 @@ ---- -ms.openlocfilehash: f0e8ddbcd9cbfd2166663191a293876d6e2f8a2e -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "145121913" ---- -1. En {% data variables.product.prodname_dotcom %}, navega a la página principal de tu organización. -2. Debajo del nombre del organización, haga clic en **Packages**. - {% ifversion fpt or ghes > 3.2 or ghec %} ![Pestaña Packages de la página de aterrizaje de la organización](/assets/images/help/package-registry/org-tab-for-packages-with-overview-tab.png) {% else %} ![Packages tab on org landing page](/assets/images/help/package-registry/org-tab-for-packages.png) {% endif %} +1. On {% data variables.product.prodname_dotcom %}, navigate to the main page of your organization. +2. Under your organization name, click **Packages**. + {% ifversion fpt or ghes or ghec %} + ![Packages tab on org landing page](/assets/images/help/package-registry/org-tab-for-packages-with-overview-tab.png) + {% else %} + ![Packages tab on org landing page](/assets/images/help/package-registry/org-tab-for-packages.png) + {% endif %} diff --git a/translations/es-ES/data/reusables/pages/check-workflow-run.md b/translations/es-ES/data/reusables/pages/check-workflow-run.md index df120a1b28..ad4052448b 100644 --- a/translations/es-ES/data/reusables/pages/check-workflow-run.md +++ b/translations/es-ES/data/reusables/pages/check-workflow-run.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: d2f50ce890ed4d9a90015498ecdf9909348155fb -ms.sourcegitcommit: 96bbb6b8f3c9172209d80cb1502017ace3019807 +ms.openlocfilehash: 258f73f928cd99de64f45fda0e6cec8e08ff335c +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "147879446" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109854" --- {% ifversion build-pages-with-actions %} 1. Su {% data variables.product.prodname_pages %} sitio se construye y se implementa con un {% data variables.product.prodname_actions %} flujo de trabajo. Para más información, vea "[Visualización del historial de ejecución de flujos de trabajo](/actions/monitoring-and-troubleshooting-workflows/viewing-workflow-run-history)". @@ -15,4 +15,4 @@ ms.locfileid: "147879446" {% endnote %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/pages/pages-custom-workflow-beta.md b/translations/es-ES/data/reusables/pages/pages-custom-workflow-beta.md index 7a6f262c00..d9fd1f2ed4 100644 --- a/translations/es-ES/data/reusables/pages/pages-custom-workflow-beta.md +++ b/translations/es-ES/data/reusables/pages/pages-custom-workflow-beta.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 653ecfef09a75144cb39fc0d3bf47ba7394a1ce8 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: a231b3c0bf02051ba3593f5dd04ac7fdf5506ea7 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147428461" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110001" --- {% ifversion pages-custom-workflow %} @@ -14,4 +14,4 @@ Nota: La publicación del sitio de {% data variables.product.prodname_pages %} c {% endnote %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/profile/navigating-to-profile.md b/translations/es-ES/data/reusables/profile/navigating-to-profile.md new file mode 100644 index 0000000000..e26f63344a --- /dev/null +++ b/translations/es-ES/data/reusables/profile/navigating-to-profile.md @@ -0,0 +1,9 @@ +--- +ms.openlocfilehash: 32a0fded4915b0b23b3db1110d556bd14e0830a8 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148106649" +--- +1. En la esquina superior derecha de cualquier página de {% data variables.product.product_name %}, haga clic en la fotografía de perfil y luego en **Your profile**. diff --git a/translations/es-ES/data/reusables/projects/access-workflows.md b/translations/es-ES/data/reusables/projects/access-workflows.md new file mode 100644 index 0000000000..c1a2bdd8b8 --- /dev/null +++ b/translations/es-ES/data/reusables/projects/access-workflows.md @@ -0,0 +1,13 @@ +--- +ms.openlocfilehash: 2637ffcb5913f0c84f3ae092653c410ad0a5fdad +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148106594" +--- +1. Navegar a tu proyecto. +1. En la parte superior derecha, haz clic en {% octicon "kebab-horizontal" aria-label="The menu icon" %} para abrir el menú. + ![Captura de pantalla en la que se muestra el icono de menú](/assets/images/help/projects-v2/open-menu.png) +1. En el menú, haz clic en {% octicon "workflow" aria-label="The workflow icon" %} **Flujos de trabajo**. + ![Captura de pantalla en la que se muestra el elemento de menú "Flujos de trabajo"](/assets/images/help/projects-v2/workflows-menu-item.png) diff --git a/translations/es-ES/data/reusables/projects/add-draft-issue.md b/translations/es-ES/data/reusables/projects/add-draft-issue.md index 16595fc07d..72b894d31a 100644 --- a/translations/es-ES/data/reusables/projects/add-draft-issue.md +++ b/translations/es-ES/data/reusables/projects/add-draft-issue.md @@ -1,12 +1,12 @@ --- -ms.openlocfilehash: 8dd7d544c14de78ff9150bebb1192bbd4a6007f0 -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d +ms.openlocfilehash: 303fc7fa60ba2ccc37689055f6056a59655a6eae +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "147880208" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109928" --- {% data reusables.projects.add-item-bottom-row %} 1. Escriba su idea y presione **Enter** (Entrar). ![Captura de pantalla en la que se muestra cómo pegar una dirección URL de incidencia para agregarla al proyecto](/assets/images/help/projects-v2/add-draft-issue.png) -1. Para agregar cuerpo de texto, haz clic en el título del borrador de propuesta. En el cuadro de entrada de Markdown que aparece, escriba el texto del cuerpo del borrador de la incidencia y, después, haga clic en **Save** (Guardar). \ No newline at end of file +1. Para agregar cuerpo de texto, haz clic en el título del borrador de propuesta. En el cuadro de entrada de Markdown que aparece, escriba el texto del cuerpo del borrador de la incidencia y, después, haga clic en **Save** (Guardar). diff --git a/translations/es-ES/data/reusables/projects/add-item-bottom-row.md b/translations/es-ES/data/reusables/projects/add-item-bottom-row.md index 38f0c161c0..2e4869ab8d 100644 --- a/translations/es-ES/data/reusables/projects/add-item-bottom-row.md +++ b/translations/es-ES/data/reusables/projects/add-item-bottom-row.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 62086a2f270c2d05a7e3774431e23e6ed089e1cb -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 8af3f341f8b2a91038d1e489a1d2ed59d8743234 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147424473" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109922" --- 1. Coloca tu cursor en la fila inferior del proyecto, junto al {% octicon "plus" aria-label="plus icon" %}. - ![Captura de pantalla en la que se muestra la fila inferior para agregar un elemento](/assets/images/help/projects-v2/add-item.png) \ No newline at end of file + ![Captura de pantalla en la que se muestra la fila inferior para agregar un elemento](/assets/images/help/projects-v2/add-item.png) diff --git a/translations/es-ES/data/reusables/projects/add-item-via-paste.md b/translations/es-ES/data/reusables/projects/add-item-via-paste.md index 9cdd9f80dd..44703af491 100644 --- a/translations/es-ES/data/reusables/projects/add-item-via-paste.md +++ b/translations/es-ES/data/reusables/projects/add-item-via-paste.md @@ -1,12 +1,12 @@ --- -ms.openlocfilehash: 0191556eb977c4b657f1fd78330f6f691f34f039 -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d +ms.openlocfilehash: 477122edeb960deca31d1ad0b97b7ad30681f23b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147424289" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110000" --- {% data reusables.projects.add-item-bottom-row %} 1. Pega la URL de la propuesta o solicitud de cambios. ![Captura de pantalla en la que se muestra cómo pegar una dirección URL de incidencia para agregarla al proyecto](/assets/images/help/projects-v2/paste-url-to-add.png) -3. Para agregar la incidencia o solicitud de incorporación de cambios, presiona Intro. \ No newline at end of file +3. Para agregar la incidencia o solicitud de incorporación de cambios, presiona Intro. diff --git a/translations/es-ES/data/reusables/projects/bulk-add.md b/translations/es-ES/data/reusables/projects/bulk-add.md index 7ef92792db..4a191c2193 100644 --- a/translations/es-ES/data/reusables/projects/bulk-add.md +++ b/translations/es-ES/data/reusables/projects/bulk-add.md @@ -1,14 +1,14 @@ --- -ms.openlocfilehash: b8288219bd82b857d0bbeeefef3b27a3c8f0d3de -ms.sourcegitcommit: 80842b4e4c500daa051eff0ccd7cde91c2d4bb36 +ms.openlocfilehash: d0d7eb973a255091345f61ff69f8f20f6361d0d9 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147884716" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109932" --- 1. Opcionalmente, para cambiar el repositorio, haz clic en la lista desplegable y selecciona un repositorio. También puedes buscar incidencias y solicitudes de incorporación de cambios concretas. ![Captura de pantalla en la que se muestra la lista desplegable del repositorio](/assets/images/help/projects-v2/add-bulk-select-repo.png) 1. Selecciona las incidencias y las solicitudes de incorporación de cambios que quieras agregar. ![Captura de pantalla en la que se muestra la selección de incidencias y solicitudes de incorporación de cambios para agregar](/assets/images/help/projects-v2/add-bulk-select-issues.png) 1. Haz clic en **Agregar elementos seleccionados**. - ![Captura de pantalla en la que se muestra el botón "Agregar elementos seleccionados"](/assets/images/help/projects-v2/add-bulk-save.png) \ No newline at end of file + ![Captura de pantalla en la que se muestra el botón "Agregar elementos seleccionados"](/assets/images/help/projects-v2/add-bulk-save.png) diff --git a/translations/es-ES/data/reusables/projects/classic-project-creation.md b/translations/es-ES/data/reusables/projects/classic-project-creation.md index 203b47236b..c5c23d4fd9 100644 --- a/translations/es-ES/data/reusables/projects/classic-project-creation.md +++ b/translations/es-ES/data/reusables/projects/classic-project-creation.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: cd5e613522bc536aa433d900e193ef2276df6410 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 682ba253ea2660d8608033598343393372ae3cbf +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147375731" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109998" --- {% ifversion fpt or ghec %} @@ -14,4 +14,4 @@ ms.locfileid: "147375731" {% endnote %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/projects/new-field.md b/translations/es-ES/data/reusables/projects/new-field.md index f11f2e2d60..3b1b4cf76c 100644 --- a/translations/es-ES/data/reusables/projects/new-field.md +++ b/translations/es-ES/data/reusables/projects/new-field.md @@ -1,14 +1,14 @@ --- -ms.openlocfilehash: daf5b47c71e8cbde44c6dab38eabf7c6d922be9a -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d +ms.openlocfilehash: 3acee6d785e2b633f979e7edb8f80544dfa09ced +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147882879" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109997" --- 1. En la vista de tabla, en el encabezado de campo del extremo derecho, haz clic en {% octicon "plus" aria-label="the plus icon" %}. ![Captura de pantalla en la que se muestra el botón Nuevo campo](/assets/images/help/projects-v2/new-field-button.png) 1. Haz clic en **Nuevo campo**. ![Captura de pantalla en la que se muestra el elemento de menú Nuevo campo](/assets/images/help/projects-v2/new-field-menu-item.png) 1. Escribe el nombre del nuevo campo. - ![Captura de pantalla en la que se muestra el nombre del campo](/assets/images/help/projects-v2/new-field-name.png) \ No newline at end of file + ![Captura de pantalla en la que se muestra el nombre del campo](/assets/images/help/projects-v2/new-field-name.png) diff --git a/translations/es-ES/data/reusables/projects/new-view.md b/translations/es-ES/data/reusables/projects/new-view.md index 2943c4b2fd..7ea25aff2d 100644 --- a/translations/es-ES/data/reusables/projects/new-view.md +++ b/translations/es-ES/data/reusables/projects/new-view.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 831716db8a52f44aee809924a38f8288952d23df -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: 9bac51e4098b1da121c0763f8581716a547353af +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "147424368" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109837" --- 1. A la derecha de las vistas existentes, haz clic en **Nueva vista** - ![Captura de pantalla en la que se muestra el menú de campo de columna](/assets/images/help/projects-v2/new-view.png) \ No newline at end of file + ![Captura de pantalla en la que se muestra el menú de campo de columna](/assets/images/help/projects-v2/new-view.png) diff --git a/translations/es-ES/data/reusables/projects/open-item-menu.md b/translations/es-ES/data/reusables/projects/open-item-menu.md index 0e8441a0ab..89f9b1bf8f 100644 --- a/translations/es-ES/data/reusables/projects/open-item-menu.md +++ b/translations/es-ES/data/reusables/projects/open-item-menu.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 15b1ba8ed434c9c9c6bb81c0ca0376c2e42fca48 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 10c8c2b298fd4eaec742bf9efbc686d6f2bb3c0b +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147878635" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109996" --- -1. Selecciona {% octicon "triangle-down" aria-label="the item menu" %} (en el diseño de tabla) o {% octicon "kebab-horizontal" aria-label="the item menu" %} (en el diseño de panel). \ No newline at end of file +1. Selecciona {% octicon "triangle-down" aria-label="the item menu" %} (en el diseño de tabla) o {% octicon "kebab-horizontal" aria-label="the item menu" %} (en el diseño de panel). diff --git a/translations/es-ES/data/reusables/projects/open-view-menu.md b/translations/es-ES/data/reusables/projects/open-view-menu.md index 839a616729..04bd67fc01 100644 --- a/translations/es-ES/data/reusables/projects/open-view-menu.md +++ b/translations/es-ES/data/reusables/projects/open-view-menu.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 0873b7b527997d2472413b016a12f2f413f06e86 -ms.sourcegitcommit: fcf3546b7cc208155fb8acdf68b81be28afc3d2d +ms.openlocfilehash: 167d4ab0b57e2af8ee07f720db569725829adf69 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/10/2022 -ms.locfileid: "147880144" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109994" --- 1. Haz clic en {% octicon "triangle-down" aria-label="the drop-down icon" %} junto al nombre de la vista abierta actualmente. - ![Captura de pantalla en la que se muestra el icono de menú Vista](/assets/images/help/projects-v2/view-menu-icon.png) \ No newline at end of file + ![Captura de pantalla en la que se muestra el icono de menú Vista](/assets/images/help/projects-v2/view-menu-icon.png) diff --git a/translations/es-ES/data/reusables/projects/owners-can-limit-visibility-permissions.md b/translations/es-ES/data/reusables/projects/owners-can-limit-visibility-permissions.md index f8c15fd1eb..d66e39a3b4 100644 --- a/translations/es-ES/data/reusables/projects/owners-can-limit-visibility-permissions.md +++ b/translations/es-ES/data/reusables/projects/owners-can-limit-visibility-permissions.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: e9790db64c727836fb25001ef5160b0030a12da4 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: a811a75bedf573e347f2346a8872dd533b3a4466 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147614565" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109852" --- -Los propietarios de la organización pueden controlar la capacidad de los miembros de la organización para crear {% data variables.projects.projects_v2_and_v1 %} públicos, o cambiar la visibilidad de {% data variables.projects.projects_v2_and_v1 %} existentes a público. Para obtener más información, consulta "[Cambios en la visibilidad del proyecto permitidos en la organización](/organizations/managing-organization-settings/allowing-project-visibility-changes-in-your-organization)". \ No newline at end of file +Los propietarios de la organización pueden controlar la capacidad de los miembros de la organización para crear {% data variables.projects.projects_v2_and_v1 %} públicos, o cambiar la visibilidad de {% data variables.projects.projects_v2_and_v1 %} existentes a público. Para obtener más información, consulta "[Cambios en la visibilidad del proyecto permitidos en la organización](/organizations/managing-organization-settings/allowing-project-visibility-changes-in-your-organization)". diff --git a/translations/es-ES/data/reusables/projects/save-view.md b/translations/es-ES/data/reusables/projects/save-view.md index d814abde5e..6b3964107e 100644 --- a/translations/es-ES/data/reusables/projects/save-view.md +++ b/translations/es-ES/data/reusables/projects/save-view.md @@ -1,11 +1,11 @@ --- -ms.openlocfilehash: 9103637cf5f41c5c40b4328f050edf1c5ca8eabc -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 2a7a472bbfeed56c58e483b61c2a140aa52e63e8 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147424464" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109839" --- {% data reusables.projects.open-view-menu %} 1. Haga clic en **Guardar cambios**. - ![Captura de pantalla en la que se muestra el elemento de menú Guardar](/assets/images/help/projects-v2/save-view.png) \ No newline at end of file + ![Captura de pantalla en la que se muestra el elemento de menú Guardar](/assets/images/help/projects-v2/save-view.png) diff --git a/translations/es-ES/data/reusables/projects/select-an-item.md b/translations/es-ES/data/reusables/projects/select-an-item.md index 09727976a6..cf03303657 100644 --- a/translations/es-ES/data/reusables/projects/select-an-item.md +++ b/translations/es-ES/data/reusables/projects/select-an-item.md @@ -1,13 +1,13 @@ --- -ms.openlocfilehash: a78a08bd4cdf72ca732b4c2a664164d0f69f1815 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 8fef95ca781a57606206a89a8408bcd4774402e2 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147424461" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110021" --- 1. Selecciona el elemento. Para seleccionar elementos múltiples, realiza alguna de las siguientes acciones: - Mantén presionada la tecla Comando (Mac) o Ctrl (Windows/Linux), y haz clic en cada elemento. - Selecciona un elemento y, después, presiona Mayús+ o Mayús+ para seleccionar elementos adicionales por encima o por debajo del seleccionado inicialmente. - Selecciona un elemento y luego presiona Mayús y haz clic en otro elemento para seleccionar todos los que estén entre estos dos. - - Con una fila o un elemento ya seleccionado, presiona Comando+A (Mac) o Ctrl+A (Windows o Linux) para seleccionar todos los elementos de una columna en un diseño de panel o todos los elementos de un diseño de tabla. \ No newline at end of file + - Con una fila o un elemento ya seleccionado, presiona Comando+A (Mac) o Ctrl+A (Windows o Linux) para seleccionar todos los elementos de una columna en un diseño de panel o todos los elementos de un diseño de tabla. diff --git a/translations/es-ES/data/reusables/pull_requests/merge-queue-beta.md b/translations/es-ES/data/reusables/pull_requests/merge-queue-beta.md index fe55c68405..96f4c4b7a6 100644 --- a/translations/es-ES/data/reusables/pull_requests/merge-queue-beta.md +++ b/translations/es-ES/data/reusables/pull_requests/merge-queue-beta.md @@ -1,7 +1,14 @@ -{% ifversion fpt or ghec %} -{% note %} +--- +ms.openlocfilehash: 85db1024fd3a47bebaf0a6fef56843c8be2509a9 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148009696" +--- +{% ifversion fpt or ghec %} {% note %} -**Note:** The pull request merge queue feature is currently in limited public beta and subject to change. +**Nota:** La característica de cola de fusión mediante combinación de solicitudes de incorporación de cambios se encuentra actualmente en versión beta pública y está sujeta a cambios. {% endnote %} diff --git a/translations/es-ES/data/reusables/repositories/commit-signoffs.md b/translations/es-ES/data/reusables/repositories/commit-signoffs.md index 1e98a6f950..634207ecf3 100644 --- a/translations/es-ES/data/reusables/repositories/commit-signoffs.md +++ b/translations/es-ES/data/reusables/repositories/commit-signoffs.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 50db50aff42d977575a89a2e22287b1672081ee4 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: 1b3e7f64c7507fde4a126cddaca3c4a97247d967 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147881393" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110014" --- Las aprobaciones de confirmación obligatorias solo se aplican a las confirmaciones realizadas a través de la interfaz web. En el caso de las confirmaciones realizadas a través de la interfaz de la línea de comandos de Git, el autor de la confirmación debe aprobar la confirmación con la opción `--signoff`. Para obtener más información, consulta la [documentación de Git](https://git-scm.com/docs/git-commit). @@ -15,4 +15,4 @@ Puedes determinar si un repositorio al que colaboras tiene habilitadas las aprob Antes de aprobar una confirmación, debes asegurarte de que la confirmación cumple las reglas y las licencias que rigen el repositorio donde estás realizando la confirmación. El repositorio puede usar un acuerdo de aprobación, como el certificado de origen del desarrollador de Linux Foundation. Para obtener más información, consulta [Certificado de origen del desarrollador](https://developercertificate.org/). -La aprobación de confirmaciones difiere de la firmar de confirmaciones. Para obtener más información sobre la firma de una confirmación, consulta "[Acerca de la comprobación de firma de las confirmaciones](/authentication/managing-commit-signature-verification/about-commit-signature-verification)". \ No newline at end of file +La aprobación de confirmaciones difiere de la firmar de confirmaciones. Para obtener más información sobre la firma de una confirmación, consulta "[Acerca de la comprobación de firma de las confirmaciones](/authentication/managing-commit-signature-verification/about-commit-signature-verification)". diff --git a/translations/es-ES/data/reusables/saml/ae-uses-saml-sso.md b/translations/es-ES/data/reusables/saml/ae-uses-saml-sso.md index fa50371afc..f8f72aae6f 100644 --- a/translations/es-ES/data/reusables/saml/ae-uses-saml-sso.md +++ b/translations/es-ES/data/reusables/saml/ae-uses-saml-sso.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 3657d22416c277ff6af595279480f31134d7b6d8 -ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a +ms.openlocfilehash: 8396c212c048ddf20c4b00d4891a21052555325e +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "145117753" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109923" --- -{% data variables.product.product_name %} utiliza el SSO de SAML para la autenticación de usuarios. Puedes administrar centralmente el acceso a {% data variables.product.prodname_ghe_managed %} desde un IdP que sea compatible con el estándar de SAML 2.0. +{% data variables.product.product_name %} utiliza el SSO de SAML para la autenticación de usuarios. Puedes administrar centralmente el acceso a {% data variables.product.prodname_ghe_managed %} desde un IdP que sea compatible con el estándar de SAML 2.0. \ No newline at end of file diff --git a/translations/es-ES/data/reusables/saml/authentication-loop.md b/translations/es-ES/data/reusables/saml/authentication-loop.md index 6ea284a606..fc6447099e 100644 --- a/translations/es-ES/data/reusables/saml/authentication-loop.md +++ b/translations/es-ES/data/reusables/saml/authentication-loop.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: e7dd0182fdc70186e5b3d137ac99cebd2ff562ea -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 7e0f711826a1f1ea1bee8cec18bf5b4614815174 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147093189" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109924" --- ## Los usuarios se redirigen repetidamente para autenticarse @@ -12,4 +12,4 @@ Si los usuarios se redirigen repetidamente al símbolo del sistema de autenticac El valor `SessionNotOnOrAfter` enviado en una respuesta SAML determina cuándo se redirigirá un usuario de nuevo al IdP para autenticarse. Si se configura una duración de sesión de SAML de 2 horas o menos, {% data variables.product.prodname_dotcom_the_website %} actualizará una sesión de SAML 5 minutos antes de que expire. Si la duración de la sesión está configurada como 5 minutos o menos, los usuarios pueden quedarse bloqueados en un bucle de autenticación SAML. -Para solucionar este problema, se recomienda configurar una duración mínima de la sesión de SAML de 4 horas. Para obtener más información, consulta "[Referencia de configuración de SAML](/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference#session-duration-and-timeout)". \ No newline at end of file +Para solucionar este problema, se recomienda configurar una duración mínima de la sesión de SAML de 4 horas. Para obtener más información, consulta "[Referencia de configuración de SAML](/admin/identity-and-access-management/using-saml-for-enterprise-iam/saml-configuration-reference#session-duration-and-timeout)". diff --git a/translations/es-ES/data/reusables/saml/current-time-earlier-than-notbefore-condition.md b/translations/es-ES/data/reusables/saml/current-time-earlier-than-notbefore-condition.md index fd969fcb83..a573eaad67 100644 --- a/translations/es-ES/data/reusables/saml/current-time-earlier-than-notbefore-condition.md +++ b/translations/es-ES/data/reusables/saml/current-time-earlier-than-notbefore-condition.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: b0db396765557122de192fe6dde98aeeb0057ec2 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: a9ba68f182b48a4186a4ae63909ef4e146d7c392 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147093205" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109925" --- ## Error: "La hora actual es anterior a la condición NotBefore" @@ -12,4 +12,4 @@ Este error puede producirse cuando hay una diferencia de tiempo demasiado grande {% ifversion ghes %}Para evitar este problema, se recomienda apuntar el dispositivo al mismo origen del Protocolo de tiempo de red (NTP) que el IdP, si es posible. {% endif %}Si te aparece este error, asegúrate de que la hora del {% ifversion ghes %}appliance{% else %}IdP{% endif %} esté sincronizada correctamente con el servidor NTP. -Si se usa ADFS como idP, también se establece `NotBeforeSkew` en ADFS en 1 minuto para {% data variables.product.prodname_dotcom %}. Si `NotBeforeSkew` se establece en 0, hasta diferencias de tiempo muy pequeñas, incluidos milisegundos, puede causar problemas de autenticación. \ No newline at end of file +Si se usa ADFS como idP, también se establece `NotBeforeSkew` en ADFS en 1 minuto para {% data variables.product.prodname_dotcom %}. Si `NotBeforeSkew` se establece en 0, hasta diferencias de tiempo muy pequeñas, incluidos milisegundos, puede causar problemas de autenticación. diff --git a/translations/es-ES/data/reusables/saml/okta-ae-sso-beta.md b/translations/es-ES/data/reusables/saml/okta-ae-sso-beta.md index 1fc5466e5c..c6bb6bd7ba 100644 --- a/translations/es-ES/data/reusables/saml/okta-ae-sso-beta.md +++ b/translations/es-ES/data/reusables/saml/okta-ae-sso-beta.md @@ -1,8 +1,16 @@ +--- +ms.openlocfilehash: eef3fbd7285fbea49bf20ed9359b2a7c6c49fff1 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 +ms.translationtype: HT +ms.contentlocale: es-ES +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109903" +--- {% ifversion ghae %} {% note %} -**Note:** {% data variables.product.prodname_ghe_managed %} single sign-on (SSO) support for Okta is currently in beta. +**Nota:** {% data variables.product.prodname_ghe_managed %} la compatibilidad con el inicio de sesión único (SSO) para Okta se encuentra actualmente en beta. {% endnote %} diff --git a/translations/es-ES/data/reusables/saml/okta-sign-on-tab.md b/translations/es-ES/data/reusables/saml/okta-sign-on-tab.md index 2a52f34047..397fc747fa 100644 --- a/translations/es-ES/data/reusables/saml/okta-sign-on-tab.md +++ b/translations/es-ES/data/reusables/saml/okta-sign-on-tab.md @@ -1,10 +1,11 @@ --- -ms.openlocfilehash: 0626c11052a92500820ca0a3ac24f0cad784ebd6 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: c1c07418ac678e38f387f9be4ebc00153558ae22 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "145134593" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109971" --- 1. En el nombre de la aplicación, haga clic en **Iniciar sesión**. - ![Captura de pantalla de la pestaña "Iniciar sesión" para la aplicación Okta](/assets/images/help/saml/okta-sign-on-tab.png) + + ![Pestaña de inicio de sesión](/assets/images/help/saml/okta-ae-sign-on-tab.png) \ No newline at end of file diff --git a/translations/es-ES/data/reusables/saml/okta-view-setup-instructions.md b/translations/es-ES/data/reusables/saml/okta-view-setup-instructions.md index 7585d1f18d..929084c513 100644 --- a/translations/es-ES/data/reusables/saml/okta-view-setup-instructions.md +++ b/translations/es-ES/data/reusables/saml/okta-view-setup-instructions.md @@ -1,9 +1,11 @@ --- -ms.openlocfilehash: 0c41ccbde38c607916822e265d7fb749318db717 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: fef8d78e7518ea1b11d657f0ed82929847cd5575 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "145134587" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109812" --- 1. En "SIGN ON METHODS" (MÉTODOS DE INICIO DE SESIÓN), haz clic en **View Setup Instructions** (Ver instrucciones de configuración). + + ![Pestaña de inicio de sesión](/assets/images/help/saml/okta-ae-view-setup-instructions.png) \ No newline at end of file diff --git a/translations/es-ES/data/reusables/saml/saml-accounts.md b/translations/es-ES/data/reusables/saml/saml-accounts.md index 1f235ce130..5020080603 100644 --- a/translations/es-ES/data/reusables/saml/saml-accounts.md +++ b/translations/es-ES/data/reusables/saml/saml-accounts.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 41c1afacc9dbebc6722e5b60cbd5a52b5786df5d -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: b5ea320db35c6a770853644bcdb50117d3da578d +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147526826" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109810" --- Si configura el SSO de SAML, los miembros de su organización continuarán iniciando sesión en sus cuentas personales en {% data variables.product.prodname_dotcom_the_website %}. Cuando un miembro acceda a los recursos que no sean públicos dentro de su organización, {% data variables.product.prodname_dotcom %} lo redireccionará a tu IdP para autenticarse. Después de autenticarse correctamente, su IdP redirecciona a este miembro a {% data variables.product.prodname_dotcom %}. Para más información, vea "[Acerca de la autenticación con el inicio de sesión único de SAML](/enterprise-cloud@latest/authentication/authenticating-with-saml-single-sign-on/about-authentication-with-saml-single-sign-on)". @@ -12,4 +12,4 @@ Si configura el SSO de SAML, los miembros de su organización continuarán inici **Nota:** SAML SSO no reemplaza el proceso de inicio de sesión normal para {% data variables.product.prodname_dotcom %}. A menos que use {% data variables.product.prodname_emus %}, los miembros seguirán iniciando sesión en sus cuentas personales en {% data variables.product.prodname_dotcom_the_website %} y cada cuenta personal se vinculará a una identidad externa en el IdP. -{% endnote %} \ No newline at end of file +{% endnote %} diff --git a/translations/es-ES/data/reusables/secret-scanning/partner-secret-list-private-repo.md b/translations/es-ES/data/reusables/secret-scanning/partner-secret-list-private-repo.md index af2f8af01c..be855d2fd0 100644 --- a/translations/es-ES/data/reusables/secret-scanning/partner-secret-list-private-repo.md +++ b/translations/es-ES/data/reusables/secret-scanning/partner-secret-list-private-repo.md @@ -9,8 +9,7 @@ Alibaba Cloud | Alibaba Cloud Access Key ID with Alibaba Cloud Access Key Secret {%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} Amazon | Amazon OAuth Client ID with Amazon OAuth Client Secret | amazon_oauth_client_id
amazon_oauth_client_secret{% endif %} Amazon Web Services (AWS) | Amazon AWS Access Key ID with Amazon AWS Secret Access Key | aws_access_key_id
aws_secret_access_key -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Amazon Web Services (AWS) | Amazon AWS Session Token with Amazon AWS Temporary Access Key ID and Amazon AWS Secret Access Key | aws_session_token
aws_temporary_access_key_id
aws_secret_access_key{% endif %} +Amazon Web Services (AWS) | Amazon AWS Session Token with Amazon AWS Temporary Access Key ID and Amazon AWS Secret Access Key | aws_session_token
aws_temporary_access_key_id
aws_secret_access_key Asana | Asana {% data variables.product.pat_generic %} | asana_personal_access_token Atlassian | Atlassian API Token | atlassian_api_token Atlassian | Atlassian JSON Web Token | atlassian_jwt @@ -31,14 +30,12 @@ Azure | Azure Service Management Certificate | azure_management_certificate {%- ifversion ghes < 3.4 or ghae < 3.4 %} Azure | Azure SQL Connection String | azure_sql_connection_string{% endif %} Azure | Azure Storage Account Key | azure_storage_account_key -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Beamer | Beamer API Key | beamer_api_key{% endif %} +Beamer | Beamer API Key | beamer_api_key Checkout.com | Checkout.com Production Secret Key | checkout_production_secret_key Checkout.com | Checkout.com Test Secret Key | checkout_test_secret_key Clojars | Clojars Deploy Token | clojars_deploy_token CloudBees CodeShip | CloudBees CodeShip Credential | codeship_credential -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Contentful | Contentful {% data variables.product.pat_generic %} | contentful_personal_access_token{% endif %} +Contentful | Contentful {% data variables.product.pat_generic %} | contentful_personal_access_token Databricks | Databricks Access Token | databricks_access_token {%- ifversion fpt or ghec or ghes > 3.8 or ghae > 3.8 %} DevCycle | DevCycle Client API Key | devcycle_client_api_key @@ -69,8 +66,7 @@ Flutterwave | Flutterwave Live API Secret Key | flutterwave_live_api_secret_key Flutterwave | Flutterwave Test API Secret Key | flutterwave_test_api_secret_key Frame.io | Frame.io JSON Web Token | frameio_jwt Frame.io| Frame.io Developer Token | frameio_developer_token -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -FullStory | FullStory API Key | fullstory_api_key{% endif %} +FullStory | FullStory API Key | fullstory_api_key GitHub | GitHub {% data variables.product.pat_generic %} | github_personal_access_token GitHub | GitHub OAuth Access Token | github_oauth_access_token GitHub | GitHub Refresh Token | github_refresh_token @@ -80,14 +76,11 @@ GitHub | GitHub SSH Private Key | github_ssh_private_key GitLab | GitLab Access Token | gitlab_access_token{% endif %} GoCardless | GoCardless Live Access Token | gocardless_live_access_token GoCardless | GoCardless Sandbox Access Token | gocardless_sandbox_access_token -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Google | Firebase Cloud Messaging Server Key | firebase_cloud_messaging_server_key{% endif %} +Google | Firebase Cloud Messaging Server Key | firebase_cloud_messaging_server_key Google | Google API Key | google_api_key Google | Google Cloud Private Key ID | -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Google | Google Cloud Storage Service Account Access Key ID with Google Cloud Storage Access Key Secret | google_cloud_storage_service_account_access_key_id
google_cloud_storage_access_key_secret{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Google | Google Cloud Storage User Access Key ID with Google Cloud Storage Access Key Secret | google_cloud_storage_user_access_key_id
google_cloud_storage_access_key_secret{% endif %} +Google | Google Cloud Storage Service Account Access Key ID with Google Cloud Storage Access Key Secret | google_cloud_storage_service_account_access_key_id
google_cloud_storage_access_key_secret +Google | Google Cloud Storage User Access Key ID with Google Cloud Storage Access Key Secret | google_cloud_storage_user_access_key_id
google_cloud_storage_access_key_secret {%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} Google | Google OAuth Access Token | google_oauth_access_token{% endif %} {%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} @@ -104,10 +97,8 @@ Ionic | Ionic {% data variables.product.pat_generic %} | ionic_personal_access_t Ionic | Ionic Refresh Token | ionic_refresh_token {%- ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %} JD Cloud | JD Cloud Access Key | jd_cloud_access_key{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -JFrog | JFrog Platform Access Token | jfrog_platform_access_token{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -JFrog | JFrog Platform API Key | jfrog_platform_api_key{% endif %} +JFrog | JFrog Platform Access Token | jfrog_platform_access_token +JFrog | JFrog Platform API Key | jfrog_platform_api_key Linear | Linear API Key | linear_api_key Linear | Linear OAuth Access Token | linear_oauth_access_token Lob | Lob Live API Key | lob_live_api_key @@ -125,14 +116,10 @@ Meta | Facebook Access Token | facebook_access_token Midtrans | Midtrans Production Server Key | midtrans_production_server_key{% endif %} {%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} Midtrans | Midtrans Sandbox Server Key | midtrans_sandbox_server_key{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -New Relic | New Relic Personal API Key | new_relic_personal_api_key{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -New Relic | New Relic REST API Key | new_relic_rest_api_key{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -New Relic | New Relic Insights Query Key | new_relic_insights_query_key{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -New Relic | New Relic License Key | new_relic_license_key{% endif %} +New Relic | New Relic Personal API Key | new_relic_personal_api_key +New Relic | New Relic REST API Key | new_relic_rest_api_key +New Relic | New Relic Insights Query Key | new_relic_insights_query_key +New Relic | New Relic License Key | new_relic_license_key {%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} Notion | Notion Integration Token | notion_integration_token{% endif %} {%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %} @@ -145,14 +132,10 @@ Onfido | Onfido Live API Token | onfido_live_api_token Onfido | Onfido Sandbox API Token | onfido_sandbox_api_token OpenAI | OpenAI API Key | openai_api_key Palantir | Palantir JSON Web Token | palantir_jwt -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -PlanetScale | PlanetScale Database Password | planetscale_database_password{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -PlanetScale | PlanetScale OAuth Token | planetscale_oauth_token{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -PlanetScale | PlanetScale Service Token | planetscale_service_token{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Plivo | Plivo Auth ID with Plivo Auth Token | plivo_auth_id
plivo_auth_token{% endif %} +PlanetScale | PlanetScale Database Password | planetscale_database_password +PlanetScale | PlanetScale OAuth Token | planetscale_oauth_token +PlanetScale | PlanetScale Service Token | planetscale_service_token +Plivo | Plivo Auth ID with Plivo Auth Token | plivo_auth_id
plivo_auth_token Postman | Postman API Key | postman_api_key {%- ifversion fpt or ghec or ghes > 3.6 or ghae > 3.6 %} Prefect | Prefect Server API Key | prefect_server_api_key @@ -173,10 +156,8 @@ Samsara | Samsara OAuth Access Token | samsara_oauth_access_token {%- ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %} Segment | Segment Public API Token | segment_public_api_token{% endif %} SendGrid | SendGrid API Key | sendgrid_api_key -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Sendinblue | Sendinblue API Key | sendinblue_api_key{% endif %} -{%- ifversion fpt or ghec or ghes > 3.2 or ghae %} -Sendinblue | Sendinblue SMTP Key | sendinblue_smtp_key{% endif %} +Sendinblue | Sendinblue API Key | sendinblue_api_key +Sendinblue | Sendinblue SMTP Key | sendinblue_smtp_key Shippo | Shippo Live API Token | shippo_live_api_token Shippo | Shippo Test API Token | shippo_test_api_token {%- ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %} diff --git a/translations/es-ES/data/reusables/secret-scanning/push-protection-allow-email.md b/translations/es-ES/data/reusables/secret-scanning/push-protection-allow-email.md index afee4ff3a3..d84342e197 100644 --- a/translations/es-ES/data/reusables/secret-scanning/push-protection-allow-email.md +++ b/translations/es-ES/data/reusables/secret-scanning/push-protection-allow-email.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: ba22b3461f3e8bf93257698d2c6f4eb4bc863949 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 46850cadc908d94d514fde76ee0fecbddce0affe +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147409879" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109901" --- {% ifversion secret-scanning-push-protection-email %} Cuando un colaborador omite un bloque de protección de inserción para un secreto, {% data variables.product.prodname_dotcom %} también envía una alerta por correo electrónico a los propietarios de la organización, los administradores de seguridad y los administradores de repositorios que han optado por recibir notificaciones por correo electrónico. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/secret-scanning/push-protection-remove-secret.md b/translations/es-ES/data/reusables/secret-scanning/push-protection-remove-secret.md index 026f80eaf9..b64612ecf8 100644 --- a/translations/es-ES/data/reusables/secret-scanning/push-protection-remove-secret.md +++ b/translations/es-ES/data/reusables/secret-scanning/push-protection-remove-secret.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: d22214ea8eb5bc89912bed3c43a678fba80f014b -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 3d0f861b8ee9ff6b4e948dee7dfb67a648021404 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147578767" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109991" --- -Si confirmas que un secreto es real, debes quitar el secreto de la rama, _de todas las confirmaciones en las que aparece_, antes de volver a insertar. \ No newline at end of file +Si confirmas que un secreto es real, debes quitar el secreto de la rama, _de todas las confirmaciones en las que aparece_, antes de volver a insertar. diff --git a/translations/es-ES/data/reusables/secret-scanning/push-protection-web-ui-choice.md b/translations/es-ES/data/reusables/secret-scanning/push-protection-web-ui-choice.md index 36f0412187..b81ac9ab5c 100644 --- a/translations/es-ES/data/reusables/secret-scanning/push-protection-web-ui-choice.md +++ b/translations/es-ES/data/reusables/secret-scanning/push-protection-web-ui-choice.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: 7ebce174e896689b1976b9d43f1f0884ce065229 -ms.sourcegitcommit: 478f2931167988096ae6478a257f492ecaa11794 +ms.openlocfilehash: 7bb1603715c255f08ac0bfbe7ff2cdbfe99a3134 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147683803" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109921" --- Cuando se usa la interfaz de usuario web para intentar confirmar un secreto admitido en un repositorio u organización con el examen de secretos como protección de inserción habilitada, {% data variables.product.prodname_dotcom %} bloqueará la confirmación. @@ -18,4 +18,4 @@ Verás un banner en la parte superior de la página con información sobre la ub ![Captura de pantalla que muestra la confirmación en la interfaz de usuario web bloqueada debido a la protección de inserción de análisis de secretos](/assets/images/help/repository/secret-scanning-push-protection-web-ui-commit-blocked-banner.png) -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/security-overview/information-varies-GHAS.md b/translations/es-ES/data/reusables/security-overview/information-varies-GHAS.md index 21db80ad0e..889c3805ab 100644 --- a/translations/es-ES/data/reusables/security-overview/information-varies-GHAS.md +++ b/translations/es-ES/data/reusables/security-overview/information-varies-GHAS.md @@ -1,10 +1,10 @@ --- -ms.openlocfilehash: f6fdffa80f99a405c65fc6f536b8a821cc1c334d -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 55863906d744c997149aa2fffd6541f32e42c0d1 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147525748" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109849" --- {% ifversion security-overview-displayed-alerts %} La información que se muestra en la información general de seguridad variará según el acceso a los repositorios y si esos repositorios usan {% data variables.product.prodname_GH_advanced_security %}. -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/security/displayed-information.md b/translations/es-ES/data/reusables/security/displayed-information.md index 64442b0aa6..fa5451eb0e 100644 --- a/translations/es-ES/data/reusables/security/displayed-information.md +++ b/translations/es-ES/data/reusables/security/displayed-information.md @@ -1,16 +1,8 @@ ---- -ms.openlocfilehash: c9e2c1bf2b01805ed973effedd219c3552ac2bf4 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "146455673" ---- -Cuando habilitas una o más características de seguridad y análisis para los repositorios existentes, verás cualquier resultado que se muestra en {% data variables.product.prodname_dotcom %} al cabo de unos pocos minutos: +When you enable one or more security and analysis features for existing repositories, you will see any results displayed on {% data variables.product.prodname_dotcom %} within minutes: -- Todos los repositorios existentes tendrán la configuración seleccionada. -- Los repositorios nuevos seguirán la configuración seleccionada si ha habilitado la casilla para los repositorios nuevos.{% ifversion fpt or ghec %} -- Utilizamos los permisos para escanear en busca de archivos de manifiesto para aplicar los servicios relevantes. -- Si se habilita, verás la información de dependencias en la gráfica de dependencias. -- Si se habilitan, {% data variables.product.prodname_dotcom %} generará {% data variables.product.prodname_dependabot_alerts %} para las dependencias vulnerables o malware.{% endif %}{% ifversion fpt or ghec or ghes > 3.2 %} -- Si se habilita, las actualizaciones de seguridad del {% data variables.product.prodname_dependabot %} crearán solicitudes de cambios para actualizar las dependencias vulnerables cuando se activen las {% data variables.product.prodname_dependabot_alerts %}.{% endif %} +- All the existing repositories will have the selected configuration. +- New repositories will follow the selected configuration if you've enabled the checkbox for new repositories.{% ifversion fpt or ghec %} +- We use the permissions to scan for manifest files to apply the relevant services. +- If enabled, you'll see dependency information in the dependency graph. +- If enabled, {% data variables.product.prodname_dotcom %} will generate {% data variables.product.prodname_dependabot_alerts %} for vulnerable dependencies or malware.{% endif %}{% ifversion fpt or ghec or ghes %} +- If enabled, {% data variables.product.prodname_dependabot %} security updates will create pull requests to upgrade vulnerable dependencies when {% data variables.product.prodname_dependabot_alerts %} are triggered.{% endif %} diff --git a/translations/es-ES/data/reusables/ssh/key-type-support.md b/translations/es-ES/data/reusables/ssh/key-type-support.md index 324873282a..2c2295e0ba 100644 --- a/translations/es-ES/data/reusables/ssh/key-type-support.md +++ b/translations/es-ES/data/reusables/ssh/key-type-support.md @@ -25,4 +25,4 @@ Your site administrator can adjust the cutoff date for connections using RSA-SHA {% endnote %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/translations/es-ES/data/reusables/support/entitlements-note.md b/translations/es-ES/data/reusables/support/entitlements-note.md index 39e48b164c..09b0b899ba 100644 --- a/translations/es-ES/data/reusables/support/entitlements-note.md +++ b/translations/es-ES/data/reusables/support/entitlements-note.md @@ -1,13 +1,13 @@ --- -ms.openlocfilehash: 52b42a427d098d34e26dc12b20fce44ef15e7458 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 35ed9fffb50a66b6867f71bf0e7e579284b9ee5d +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147080547" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109990" --- {% note %} **Nota:** Debes contar con un derecho de soporte técnico de empresa para ver incidencias asociadas a una organización o cuenta de empresa. Para más información, vea "[Administración de derechos de soporte técnico para su empresa](/enterprise-cloud@latest/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise)". -{% endnote %} \ No newline at end of file +{% endnote %} diff --git a/translations/es-ES/data/reusables/support/navigate-to-my-tickets.md b/translations/es-ES/data/reusables/support/navigate-to-my-tickets.md index f6ee1c5231..78a8bcee4d 100644 --- a/translations/es-ES/data/reusables/support/navigate-to-my-tickets.md +++ b/translations/es-ES/data/reusables/support/navigate-to-my-tickets.md @@ -1,12 +1,12 @@ --- -ms.openlocfilehash: 88b8399eab75b7ac5a3c2f0e12eec2fc0000df2d -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: fb2826ec7adf7edcff710866d08654c7f94ab484 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147080543" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109836" --- 1. Vaya al [Portal de soporte técnico de GitHub](https://support.github.com/). 1. En el encabezado, haga clic en **Mis incidencias de soporte técnico**. - ![Captura de pantalla en la que se muestra el vínculo "Mis incidencias de soporte técnico" en el encabezado del Portal de soporte técnico de GitHub.](/assets/images/help/support/my-tickets-header.png) \ No newline at end of file + ![Captura de pantalla en la que se muestra el vínculo "Mis incidencias de soporte técnico" en el encabezado del Portal de soporte técnico de GitHub.](/assets/images/help/support/my-tickets-header.png) diff --git a/translations/es-ES/data/reusables/supported-languages/C.md b/translations/es-ES/data/reusables/supported-languages/C.md index b768f12146..77a301dce0 100644 --- a/translations/es-ES/data/reusables/supported-languages/C.md +++ b/translations/es-ES/data/reusables/supported-languages/C.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: 586b13b105c32f8b67218cc277af8916dc2c8783 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052204" ---- -| C {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} {% ifversion ghes > 3.2 %}| {% octicon "x" aria-label="The X icon" %}{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} +| C {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/Cpp.md b/translations/es-ES/data/reusables/supported-languages/Cpp.md index 574811d875..5a255a3ae3 100644 --- a/translations/es-ES/data/reusables/supported-languages/Cpp.md +++ b/translations/es-ES/data/reusables/supported-languages/Cpp.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: 801a3486a32e80dbb0a85cef76c2c6887babd258 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052036" ---- -| C++ {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} {% ifversion ghes > 3.2 %}| {% octicon "x" aria-label="The X icon" %}{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} +| C++ {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/Cs.md b/translations/es-ES/data/reusables/supported-languages/Cs.md index 27f25d1ac1..dc5fa3e1e8 100644 --- a/translations/es-ES/data/reusables/supported-languages/Cs.md +++ b/translations/es-ES/data/reusables/supported-languages/Cs.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: 5e148185ae940f67f4137f209ce451f74faa1a7e -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052364" ---- -| C# {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI {% ifversion ghes > 3.2 %}| {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI |{% endif %} +| C# {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
`dotnet` CLI |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/go.md b/translations/es-ES/data/reusables/supported-languages/go.md index 67e235a7b9..2670d677ba 100644 --- a/translations/es-ES/data/reusables/supported-languages/go.md +++ b/translations/es-ES/data/reusables/supported-languages/go.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: d811deaf63f404f0ded3952a4411fc519d29547a -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147066982" ---- -| Go {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Go modules | {% octicon "check" aria-label="The check icon" %}
Módulos de Go | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Go modules {% ifversion ghes > 3.2 %}| {% octicon "check" aria-label="The check icon" %}
Go modules{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} +| Go {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Go modules | {% octicon "check" aria-label="The check icon" %}
Go modules | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Go modules | {% octicon "check" aria-label="The check icon" %}
Go modules | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/java.md b/translations/es-ES/data/reusables/supported-languages/java.md index 55643fc4b3..c27f175133 100644 --- a/translations/es-ES/data/reusables/supported-languages/java.md +++ b/translations/es-ES/data/reusables/supported-languages/java.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 7429b486c393de2a4c5184914b3528d1f189c2a5 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 2e8ea634a95d2bca03b70aef430be7e638272605 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052028" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148110007" --- -| Java {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven {% ifversion ghes > 3.2 %} | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle |{% endif %} +| Java {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/javascript.md b/translations/es-ES/data/reusables/supported-languages/javascript.md index 995ee9dba6..d8f508e466 100644 --- a/translations/es-ES/data/reusables/supported-languages/javascript.md +++ b/translations/es-ES/data/reusables/supported-languages/javascript.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: dbf7349c32cb38d666f89d149831f5254e2afee2 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 9d072e402eca457ea6ebc803c1c56461d909e11a +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052164" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109838" --- -| JavaScript {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn | {% octicon "check" aria-label="The check icon" %}
npm | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn {% ifversion ghes > 3.2 %}| {% octicon "check" aria-label="The check icon" %}
npm{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% endif %} +| JavaScript {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn | {% octicon "check" aria-label="The check icon" %}
npm | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn | {% octicon "check" aria-label="The check icon" %}
npm | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/php.md b/translations/es-ES/data/reusables/supported-languages/php.md index 663d82c08d..a6cde8219a 100644 --- a/translations/es-ES/data/reusables/supported-languages/php.md +++ b/translations/es-ES/data/reusables/supported-languages/php.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: eb8ee6547c65b4cea6e6528d2f96132f1936e0d6 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052245" ---- -| PHP {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
Composer | {% octicon "check" aria-label="The check icon" %}
Composer | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
Composer {% ifversion ghes > 3.2 %}| {% octicon "check" aria-label="The check icon" %}
Composer{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} +| PHP {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
Composer | {% octicon "check" aria-label="The check icon" %}
Composer | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
Composer | {% octicon "check" aria-label="The check icon" %}
Composer | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/products-table-header.md b/translations/es-ES/data/reusables/supported-languages/products-table-header.md index 83dcb8b311..6147ff8b8b 100644 --- a/translations/es-ES/data/reusables/supported-languages/products-table-header.md +++ b/translations/es-ES/data/reusables/supported-languages/products-table-header.md @@ -1,9 +1,4 @@ ---- -ms.openlocfilehash: 2bbdb89e1c3f02014566e38f43cd482cc54af641 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052237" ---- -{% ifversion fpt or ghec %}| [GitHub Copilot](/copilot/overview-of-github-copilot/about-github-copilot#about-github-copilot) | [Navegación por el código](/github/managing-files-in-a-repository/navigating-code-on-github) | [{% data variables.product.prodname_code_scanning_capc %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) | [Grafo de dependencias, {% data variables.product.prodname_dependabot_alerts %}, {% data variables.product.prodname_dependabot_security_updates %}](/code-security/supply-chain-security/about-the-dependency-graph#supported-package-ecosystems) | [{% data variables.product.prodname_dependabot_version_updates %}](/code-security/supply-chain-security/about-dependabot-version-updates#supported-repositories-and-ecosystems) | [{% data variables.product.prodname_actions %}](/actions/guides/about-continuous-integration#supported-languages) | [{% data variables.product.prodname_registry %}](/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats) | | :-- | :-: | :-: | :-: | :-: | :-: | :-: | :-: |{% elsif ghes %}| [{% data variables.product.prodname_code_scanning_capc %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) | [Grafo de dependencias, {% data variables.product.prodname_dependabot_alerts %}{% ifversion ghes > 3.2 %}, {% data variables.product.prodname_dependabot_security_updates %}{% endif %}](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems) {% ifversion ghes > 3.2 %}| [{% data variables.product.prodname_dependabot_version_updates %}](/code-security/supply-chain-security/about-dependabot-version-updates#supported-repositories-and-ecosystems){% endif %} | [{% data variables.product.prodname_actions %}](/actions/guides/about-continuous-integration#supported-languages) | [{% data variables.product.prodname_registry %}](/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats) | | :-- | :-: | :-: {% ifversion ghes > 3.2 %}| :-: {% endif %}| :-: | :-: |{% elsif ghae %}| [{% data variables.product.prodname_code_scanning_capc %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) | [{% data variables.product.prodname_actions %}](/actions/guides/about-continuous-integration#supported-languages) | [{% data variables.product.prodname_registry %}](/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats) | | :-- | :-: | :-: | :-: |{% endif %} +{% ifversion fpt or ghec %}| [GitHub Copilot](/copilot/overview-of-github-copilot/about-github-copilot#about-github-copilot) | [Code navigation](/github/managing-files-in-a-repository/navigating-code-on-github) | [{% data variables.product.prodname_code_scanning_capc %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) | [Dependency graph, {% data variables.product.prodname_dependabot_alerts %}, {% data variables.product.prodname_dependabot_security_updates %}](/code-security/supply-chain-security/about-the-dependency-graph#supported-package-ecosystems) | [{% data variables.product.prodname_dependabot_version_updates %}](/code-security/supply-chain-security/about-dependabot-version-updates#supported-repositories-and-ecosystems) | [{% data variables.product.prodname_actions %}](/actions/guides/about-continuous-integration#supported-languages) | [{% data variables.product.prodname_registry %}](/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats) | +| :-- | :-: | :-: | :-: | :-: | :-: | :-: | :-: |{% elsif ghes %}| [{% data variables.product.prodname_code_scanning_capc %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) | [Dependency graph, {% data variables.product.prodname_dependabot_alerts %}, {% data variables.product.prodname_dependabot_security_updates %}](/github/visualizing-repository-data-with-graphs/about-the-dependency-graph#supported-package-ecosystems) {% ifversion ghes %}| [{% data variables.product.prodname_dependabot_version_updates %}](/code-security/supply-chain-security/about-dependabot-version-updates#supported-repositories-and-ecosystems){% endif %} | [{% data variables.product.prodname_actions %}](/actions/guides/about-continuous-integration#supported-languages) | [{% data variables.product.prodname_registry %}](/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats) | +| :-- | :-: | :-: {% ifversion ghes %}| :-: {% endif %}| :-: | :-: |{% elsif ghae %}| [{% data variables.product.prodname_code_scanning_capc %}](/github/finding-security-vulnerabilities-and-errors-in-your-code/about-code-scanning) | [{% data variables.product.prodname_actions %}](/actions/guides/about-continuous-integration#supported-languages) | [{% data variables.product.prodname_registry %}](/packages/learn-github-packages/introduction-to-github-packages#supported-clients-and-formats) | +| :-- | :-: | :-: | :-: |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/python.md b/translations/es-ES/data/reusables/supported-languages/python.md index 15e6612cd8..d8df9a72ba 100644 --- a/translations/es-ES/data/reusables/supported-languages/python.md +++ b/translations/es-ES/data/reusables/supported-languages/python.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: 0e9bc62ae013232cf0a15ebb3dfd1948b672480e -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052340" ---- -| Python {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
precise| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
pip | {% octicon "check" aria-label="The check icon" %}
pip | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
pip {% ifversion ghes > 3.2 %}| {% octicon "check" aria-label="The check icon" %}
pip{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} +| Python {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
precise| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
pip | {% octicon "check" aria-label="The check icon" %}
pip | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
pip | {% octicon "check" aria-label="The check icon" %}
pip | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/ruby.md b/translations/es-ES/data/reusables/supported-languages/ruby.md index 8e5dd48902..6941c5060a 100644 --- a/translations/es-ES/data/reusables/supported-languages/ruby.md +++ b/translations/es-ES/data/reusables/supported-languages/ruby.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: a740daee0bb180392f099956cf9dc26b6b8c83ed -ms.sourcegitcommit: 80842b4e4c500daa051eff0ccd7cde91c2d4bb36 +ms.openlocfilehash: 7609bd15d8e77a5da778cfb3a4acd21ea7884e46 +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/11/2022 -ms.locfileid: "147885048" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109987" --- -| Ruby {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
RubyGems {% ifversion ghes > 3.2 %}| {% octicon "check" aria-label="The check icon" %}
RubyGems{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems |{% endif %} +| Ruby {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %}
RubyGems | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
RubyGems |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/scala.md b/translations/es-ES/data/reusables/supported-languages/scala.md index 6a5b8117f6..4da351ea79 100644 --- a/translations/es-ES/data/reusables/supported-languages/scala.md +++ b/translations/es-ES/data/reusables/supported-languages/scala.md @@ -1,9 +1 @@ ---- -ms.openlocfilehash: 3e5390b74f8d438fc7f83cd2f9e1e6917d4282f3 -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052332" ---- -| Scala {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
Maven | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle {% ifversion ghes > 3.2 %}| {% octicon "check" aria-label="The check icon" %}
Maven, Gradle{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} +| Scala {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} | {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
Maven | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle | {% octicon "check" aria-label="The check icon" %}
Maven, Gradle | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %}1 | {% octicon "check" aria-label="The check icon" %} | {% octicon "x" aria-label="The X icon" %} |{% endif %} diff --git a/translations/es-ES/data/reusables/supported-languages/typescript.md b/translations/es-ES/data/reusables/supported-languages/typescript.md index 0a39d690d1..cca047d3a2 100644 --- a/translations/es-ES/data/reusables/supported-languages/typescript.md +++ b/translations/es-ES/data/reusables/supported-languages/typescript.md @@ -1,9 +1,9 @@ --- -ms.openlocfilehash: 728285dc8fbdfcfa3e6a2f047383bcdc7875b8ff -ms.sourcegitcommit: 47bd0e48c7dba1dde49baff60bc1eddc91ab10c5 +ms.openlocfilehash: 6128eeee4e46b139b78ce717ed3723ba0dbba3ba +ms.sourcegitcommit: f638d569cd4f0dd6d0fb967818267992c0499110 ms.translationtype: HT ms.contentlocale: es-ES -ms.lasthandoff: 09/05/2022 -ms.locfileid: "147052100" +ms.lasthandoff: 10/25/2022 +ms.locfileid: "148109956" --- -| TypeScript {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn | {% octicon "check" aria-label="The check icon" %}
npm | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn {% ifversion ghes > 3.2 %}| {% octicon "check" aria-label="The check icon" %}
npm{% endif %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% endif %} +| TypeScript {% ifversion fpt or ghec %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn | {% octicon "check" aria-label="The check icon" %}
npm | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghes %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm, Yarn | {% octicon "check" aria-label="The check icon" %}
npm | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% elsif ghae %}| {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %} | {% octicon "check" aria-label="The check icon" %}
npm |{% endif %} diff --git a/translations/es-ES/data/reusables/webhooks/webhooks-rest-api-links.md b/translations/es-ES/data/reusables/webhooks/webhooks-rest-api-links.md index 49a098cc1b..51191b7a9e 100644 --- a/translations/es-ES/data/reusables/webhooks/webhooks-rest-api-links.md +++ b/translations/es-ES/data/reusables/webhooks/webhooks-rest-api-links.md @@ -1,13 +1,5 @@ ---- -ms.openlocfilehash: 3e175aefd9a243a098b5c35ca6d4068a651d2f61 -ms.sourcegitcommit: 9a7b3a9ccb983af5df2cd94da7fecf7a8237529b -ms.translationtype: HT -ms.contentlocale: es-ES -ms.lasthandoff: 09/09/2022 -ms.locfileid: "147878484" ---- -Las API REST de webhook permiten administrar webhooks de repositorio, organización y aplicación.{% ifversion fpt or ghes > 3.2 or ghae or ghec %} Puede usar esta API para enumerar las entregas de webhook para un webhook, o bien obtener y volver a realizar una entrega individual para uno de ellos, lo que se puede integrar en una aplicación o servicio externo.{% endif %}. También puede usar la API REST para cambiar la configuración del webhook. Por ejemplo, puedes modificar la URL de la carga útil, el tipo de contenido, la verificación de SSL, y el secreto. Para más información, consulte: +The webhook REST APIs enable you to manage repository, organization, and app webhooks. You can use this API to list webhook deliveries for a webhook, or get and redeliver an individual delivery for a webhook, which can be integrated into an external app or service. You can also use the REST API to change the configuration of the webhook. For example, you can modify the payload URL, content type, SSL verification, and secret. For more information, see: -- [API REST de webhook de repositorio](/rest/reference/webhooks#repository-webhooks) -- [API REST de webhook de organización](/rest/reference/orgs#webhooks) -- [{% data variables.product.prodname_github_app %} API REST de webhooks](/rest/reference/apps#webhooks) +- [Repository Webhooks REST API](/rest/reference/webhooks#repository-webhooks) +- [Organization Webhooks REST API](/rest/reference/orgs#webhooks) +- [{% data variables.product.prodname_github_app %} Webhooks REST API](/rest/reference/apps#webhooks) diff --git a/translations/es-ES/data/variables/product.yml b/translations/es-ES/data/variables/product.yml index 16646ba56b..09ba187929 100644 --- a/translations/es-ES/data/variables/product.yml +++ b/translations/es-ES/data/variables/product.yml @@ -72,7 +72,7 @@ prodname_codeql_cli: 'CodeQL CLI' # CodeQL usually bumps its minor version for each minor version of GHES. # Update this whenever a new enterprise version of CodeQL is being prepared. codeql_cli_ghes_recommended_version: >- - {% ifversion ghes < 3.3 %}2.6.3{% elsif ghes < 3.5 or ghae < 3.5 %}2.7.6{% elsif ghes = 3.5 or ghae = 3.5 %}2.8.5{% elsif ghes = 3.6 or ghae = 3.6 %}2.9.4{% elsif ghes = 3.7 or ghae = 3.7 %}2.10.5{% endif %} + {% ifversion ghes < 3.5 or ghae < 3.5 %}2.7.6{% elsif ghes = 3.5 or ghae = 3.5 %}2.8.5{% elsif ghes = 3.6 or ghae = 3.6 %}2.9.4{% elsif ghes = 3.7 or ghae = 3.7 %}2.10.5{% endif %} # Projects v2 prodname_projects_v2: 'Projects' diff --git a/translations/log/msft-es-resets.csv b/translations/log/msft-es-resets.csv index 51e5b941e4..05162ef5ad 100644 --- a/translations/log/msft-es-resets.csv +++ b/translations/log/msft-es-resets.csv @@ -67,6 +67,7 @@ translations/es-ES/content/admin/identity-and-access-management/using-enterprise translations/es-ES/content/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/index.md,file deleted because it no longer exists in main translations/es-ES/content/admin/identity-and-access-management/using-enterprise-managed-users-and-saml-for-iam/managing-team-memberships-with-identity-provider-groups.md,file deleted because it no longer exists in main translations/es-ES/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-user-provisioning-for-your-enterprise.md,file deleted because it no longer exists in main +translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-xenserver.md,file deleted because it no longer exists in main translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-advanced-security-in-your-enterprise.md,file deleted because it no longer exists in main translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise/enforcing-project-board-policies-in-your-enterprise.md,file deleted because it no longer exists in main translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise/managing-unowned-organizations-in-your-enterprise.md,file deleted because it no longer exists in main @@ -205,6 +206,7 @@ translations/es-ES/content/site-policy/privacy-policies/github-data-protection-a translations/es-ES/content/sponsors/receiving-sponsorships-through-github-sponsors/setting-up-github-sponsors-for-your-user-account.md,file deleted because it no longer exists in main translations/es-ES/data/glossaries/internal.yml,file deleted because it no longer exists in main translations/es-ES/data/graphql/ghes-3.1/graphql_previews.enterprise.yml,file deleted because it no longer exists in main +translations/es-ES/data/graphql/ghes-3.2/graphql_previews.enterprise.yml,file deleted because it no longer exists in main translations/es-ES/data/reusables/actions/jobs/section-using-a-build-matrix-for-your-jobs-strategy.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/actions/link-to-example-library.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/actions/perform-blob-storage-precheck.md,file deleted because it no longer exists in main @@ -223,7 +225,9 @@ translations/es-ES/data/reusables/codespaces/concurrent-codespace-limit.md,file translations/es-ES/data/reusables/codespaces/prebuilds-beta-note.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/codespaces/prebuilds-not-available.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/codespaces/unsupported-repos.md,file deleted because it no longer exists in main +translations/es-ES/data/reusables/dependabot/beta-security-and-version-updates-onboarding.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/dependabot/create-dependabot-yml.md,file deleted because it no longer exists in main +translations/es-ES/data/reusables/dependency-review/beta.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/desktop/paste-email-git-config.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/dotcom_billing/codespaces-minutes.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/dotcom_billing/pricing_calculator/pricing_cal_codespaces.md,file deleted because it no longer exists in main @@ -231,6 +235,7 @@ translations/es-ES/data/reusables/education/upgrade-organization.md,file deleted translations/es-ES/data/reusables/education/upgrade-page.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/enterprise-accounts/repository-visibility-policy.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/enterprise-licensing/you-can-sync-for-a-combined-view.md,file deleted because it no longer exists in main +translations/es-ES/data/reusables/enterprise/upgrade-ghes-for-actions.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/enterprise_management_console/username_normalization.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/enterprise_management_console/username_normalization_sample.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/gated-features/advanced-security.md,file deleted because it no longer exists in main @@ -242,47 +247,6 @@ translations/es-ES/data/reusables/getting-started/learning-lab.md,file deleted b translations/es-ES/data/reusables/open-source/open-source-learning-lab.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/pages/pages-builds-with-github-actions-public-beta.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/repositories/squash-and-rebase-linear-commit-hisitory.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/apps/oauth-applications.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/billing/billing.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/branches/branch-protection.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/checks/runs.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/deployments/statuses.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/enterprise-admin/admin-stats.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/enterprise-admin/announcements.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/enterprise-admin/audit-log.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/enterprise-admin/billing.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/enterprise-admin/management-console.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/gists/comments.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/git/refs.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/gitignore/gitignore.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/interactions/interactions.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/issues/assignees.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/issues/issues.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/issues/labels.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/issues/milestones.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/metrics/community.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/orgs/custom_roles.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/orgs/members.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/orgs/outside-collaborators.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/projects/cards.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/projects/collaborators.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/projects/columns.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/pulls/review-requests.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/rate-limit/rate-limit.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/reations/reactions.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/releases/assets.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/repos/contents.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/repos/forks.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/repos/lfs.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/teams/team-sync.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/teams/teams.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/users/blocking.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/users/emails.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/users/followers.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/users/keys.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/webhooks/repo-config.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/rest-reference/webhooks/repos.md,file deleted because it no longer exists in main -translations/es-ES/data/reusables/security-center/beta.md,file deleted because it no longer exists in main translations/es-ES/data/reusables/server-statistics/release-phase.md,file deleted because it no longer exists in main translations/es-ES/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions.md,rendering error translations/es-ES/content/account-and-profile/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/viewing-your-subscriptions.md,broken liquid tags @@ -292,7 +256,6 @@ translations/es-ES/content/account-and-profile/managing-subscriptions-and-notifi translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/about-your-organizations-profile.md,rendering error translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme.md,broken liquid tags translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile.md,rendering error -translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/setting-your-profile-to-private.md,broken liquid tags translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-your-private-contributions-and-achievements-on-your-profile.md,broken liquid tags translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/viewing-contributions-on-your-profile.md,broken liquid tags translations/es-ES/content/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile.md,broken liquid tags @@ -306,7 +269,9 @@ translations/es-ES/content/account-and-profile/setting-up-and-managing-your-pers translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-email-preferences/setting-your-commit-email-address.md,rendering error translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/changing-your-github-username.md,rendering error translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-accessibility-settings.md,broken liquid tags +translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-security-and-analysis-settings-for-your-personal-account.md,rendering error translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-the-default-branch-name-for-your-repositories.md,rendering error +translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/managing-your-theme-settings.md,broken liquid tags translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-membership-in-organizations/requesting-organization-approval-for-oauth-apps.md,rendering error translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/best-practices-for-leaving-your-company.md,rendering error translations/es-ES/content/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/converting-a-user-into-an-organization.md,rendering error @@ -356,6 +321,7 @@ translations/es-ES/content/actions/quickstart.md,broken liquid tags translations/es-ES/content/actions/security-guides/automatic-token-authentication.md,rendering error translations/es-ES/content/actions/security-guides/encrypted-secrets.md,rendering error translations/es-ES/content/actions/security-guides/security-hardening-for-github-actions.md,rendering error +translations/es-ES/content/actions/using-github-hosted-runners/controlling-access-to-larger-runners.md,rendering error translations/es-ES/content/actions/using-github-hosted-runners/using-larger-runners.md,rendering error translations/es-ES/content/actions/using-workflows/about-workflows.md,rendering error translations/es-ES/content/actions/using-workflows/caching-dependencies-to-speed-up-workflows.md,broken liquid tags @@ -409,8 +375,12 @@ translations/es-ES/content/admin/configuration/configuring-your-enterprise/initi translations/es-ES/content/admin/configuration/configuring-your-enterprise/managing-github-mobile-for-your-enterprise.md,rendering error translations/es-ES/content/admin/configuration/configuring-your-enterprise/site-admin-dashboard.md,broken liquid tags translations/es-ES/content/admin/configuration/configuring-your-enterprise/troubleshooting-tls-errors.md,broken liquid tags +translations/es-ES/content/admin/enterprise-management/caching-repositories/about-repository-caching.md,rendering error +translations/es-ES/content/admin/enterprise-management/caching-repositories/configuring-a-repository-cache.md,rendering error +translations/es-ES/content/admin/enterprise-management/caching-repositories/index.md,rendering error translations/es-ES/content/admin/enterprise-management/configuring-clustering/cluster-network-configuration.md,broken liquid tags translations/es-ES/content/admin/enterprise-management/configuring-clustering/configuring-high-availability-replication-for-a-cluster.md,broken liquid tags +translations/es-ES/content/admin/enterprise-management/configuring-high-availability/about-geo-replication.md,broken liquid tags translations/es-ES/content/admin/enterprise-management/configuring-high-availability/creating-a-high-availability-replica.md,broken liquid tags translations/es-ES/content/admin/enterprise-management/monitoring-your-appliance/accessing-the-monitor-dashboard.md,broken liquid tags translations/es-ES/content/admin/enterprise-management/monitoring-your-appliance/configuring-collectd.md,broken liquid tags @@ -542,8 +512,6 @@ translations/es-ES/content/authentication/managing-commit-signature-verification translations/es-ES/content/authentication/managing-commit-signature-verification/associating-an-email-with-your-gpg-key.md,broken liquid tags translations/es-ES/content/authentication/managing-commit-signature-verification/displaying-verification-statuses-for-all-of-your-commits.md,rendering error translations/es-ES/content/authentication/managing-commit-signature-verification/index.md,broken liquid tags -translations/es-ES/content/authentication/managing-commit-signature-verification/signing-commits.md,broken liquid tags -translations/es-ES/content/authentication/managing-commit-signature-verification/signing-tags.md,broken liquid tags translations/es-ES/content/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key.md,broken liquid tags translations/es-ES/content/authentication/securing-your-account-with-two-factor-authentication-2fa/about-two-factor-authentication.md,broken liquid tags translations/es-ES/content/authentication/securing-your-account-with-two-factor-authentication-2fa/accessing-github-using-two-factor-authentication.md,broken liquid tags @@ -577,6 +545,7 @@ translations/es-ES/content/billing/managing-your-license-for-github-enterprise/a translations/es-ES/content/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise.md,broken liquid tags translations/es-ES/content/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server.md,broken liquid tags translations/es-ES/content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md,broken liquid tags +translations/es-ES/content/code-security/adopting-github-advanced-security-at-scale/phase-6-rollout-and-scale-secret-scanning.md,rendering error translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-alerts.md,rendering error translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql.md,rendering error translations/es-ES/content/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning.md,rendering error @@ -604,8 +573,13 @@ translations/es-ES/content/code-security/dependabot/dependabot-security-updates/ translations/es-ES/content/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates.md,rendering error translations/es-ES/content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md,rendering error translations/es-ES/content/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates.md,rendering error +translations/es-ES/content/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates.md,rendering error +translations/es-ES/content/code-security/dependabot/dependabot-version-updates/listing-dependencies-configured-for-version-updates.md,rendering error +translations/es-ES/content/code-security/dependabot/index.md,broken liquid tags translations/es-ES/content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md,rendering error +translations/es-ES/content/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot.md,rendering error translations/es-ES/content/code-security/dependabot/working-with-dependabot/managing-encrypted-secrets-for-dependabot.md,rendering error +translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-dependabot-errors.md,rendering error translations/es-ES/content/code-security/dependabot/working-with-dependabot/troubleshooting-the-detection-of-vulnerable-dependencies.md,rendering error translations/es-ES/content/code-security/getting-started/github-security-features.md,rendering error translations/es-ES/content/code-security/getting-started/securing-your-organization.md,rendering error @@ -627,6 +601,7 @@ translations/es-ES/content/code-security/supply-chain-security/understanding-you translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md,rendering error translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-dependency-review.md,rendering error translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/configuring-the-dependency-graph.md,broken liquid tags +translations/es-ES/content/code-security/supply-chain-security/understanding-your-software-supply-chain/troubleshooting-the-dependency-graph.md,broken liquid tags translations/es-ES/content/codespaces/codespaces-reference/allowing-your-codespace-to-access-a-private-image-registry.md,broken liquid tags translations/es-ES/content/codespaces/codespaces-reference/disaster-recovery-for-github-codespaces.md,broken liquid tags translations/es-ES/content/codespaces/codespaces-reference/security-in-github-codespaces.md,broken liquid tags @@ -772,8 +747,12 @@ translations/es-ES/content/graphql/reference/mutations.md,broken liquid tags translations/es-ES/content/graphql/reference/objects.md,broken liquid tags translations/es-ES/content/graphql/reference/unions.md,broken liquid tags translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards.md,broken liquid tags +translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility.md,rendering error +translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/copying-a-project-board.md,rendering error +translations/es-ES/content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md,rendering error translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions.md,broken liquid tags translations/es-ES/content/issues/planning-and-tracking-with-projects/automating-your-project/using-the-api-to-manage-projects.md,broken liquid tags +translations/es-ES/content/issues/planning-and-tracking-with-projects/creating-projects/migrating-from-projects-classic.md,rendering error translations/es-ES/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-a-view.md,broken liquid tags translations/es-ES/content/issues/planning-and-tracking-with-projects/learning-about-projects/best-practices-for-projects.md,broken liquid tags translations/es-ES/content/issues/planning-and-tracking-with-projects/managing-items-in-your-project/adding-items-to-your-project.md,broken liquid tags @@ -787,15 +766,21 @@ translations/es-ES/content/organizations/granting-access-to-your-organization-wi translations/es-ES/content/organizations/granting-access-to-your-organization-with-saml-single-sign-on/viewing-and-managing-a-members-saml-access-to-your-organization.md,rendering error translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/managing-security-and-analysis-settings-for-your-organization.md,rendering error translations/es-ES/content/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization.md,rendering error +translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/adding-an-outside-collaborator-to-a-project-board-in-your-organization.md,rendering error +translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-access-to-a-project-board-for-organization-members.md,rendering error +translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-an-individuals-access-to-an-organization-project-board.md,rendering error translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/managing-team-access-to-an-organization-project-board.md,rendering error +translations/es-ES/content/organizations/managing-access-to-your-organizations-project-boards/removing-an-outside-collaborator-from-an-organization-project-board.md,rendering error translations/es-ES/content/organizations/managing-git-access-to-your-organizations-repositories/about-ssh-certificate-authorities.md,broken liquid tags translations/es-ES/content/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization.md,rendering error translations/es-ES/content/organizations/managing-organization-settings/deleting-an-organization-account.md,rendering error translations/es-ES/content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md,rendering error translations/es-ES/content/organizations/managing-organization-settings/disabling-project-boards-in-your-organization.md,rendering error translations/es-ES/content/organizations/managing-organization-settings/integrating-jira-with-your-organization-project-board.md,rendering error +translations/es-ES/content/organizations/managing-organization-settings/managing-the-commit-signoff-policy-for-your-organization.md,rendering error translations/es-ES/content/organizations/managing-organization-settings/managing-the-default-branch-name-for-repositories-in-your-organization.md,rendering error translations/es-ES/content/organizations/managing-organization-settings/managing-the-forking-policy-for-your-organization.md,broken liquid tags +translations/es-ES/content/organizations/managing-organization-settings/setting-permissions-for-adding-outside-collaborators.md,broken liquid tags translations/es-ES/content/organizations/managing-peoples-access-to-your-organization-with-roles/managing-security-managers-in-your-organization.md,rendering error translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on.md,broken liquid tags translations/es-ES/content/organizations/managing-saml-single-sign-on-for-your-organization/configuring-saml-single-sign-on-and-scim-using-okta.md,broken liquid tags @@ -823,6 +808,7 @@ translations/es-ES/content/pages/configuring-a-custom-domain-for-your-github-pag translations/es-ES/content/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site.md,rendering error translations/es-ES/content/pages/getting-started-with-github-pages/about-github-pages.md,broken liquid tags translations/es-ES/content/pages/getting-started-with-github-pages/creating-a-github-pages-site.md,rendering error +translations/es-ES/content/pages/getting-started-with-github-pages/unpublishing-a-github-pages-site.md,rendering error translations/es-ES/content/pages/index.md,broken liquid tags translations/es-ES/content/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll.md,rendering error translations/es-ES/content/pull-requests/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line.md,broken liquid tags @@ -863,6 +849,7 @@ translations/es-ES/content/repositories/creating-and-managing-repositories/trans translations/es-ES/content/repositories/creating-and-managing-repositories/troubleshooting-cloning-errors.md,broken liquid tags translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md,rendering error translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-readmes.md,rendering error +translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/classifying-your-repository-with-topics.md,broken liquid tags translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository.md,broken liquid tags translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md,rendering error translations/es-ES/content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-security-and-analysis-settings-for-your-repository.md,rendering error @@ -904,6 +891,7 @@ translations/es-ES/content/rest/guides/getting-started-with-the-rest-api.md,brok translations/es-ES/content/rest/guides/traversing-with-pagination.md,rendering error translations/es-ES/content/rest/guides/working-with-comments.md,broken liquid tags translations/es-ES/content/rest/migrations/source-imports.md,broken liquid tags +translations/es-ES/content/rest/overview/api-previews.md,rendering error translations/es-ES/content/rest/overview/other-authentication-methods.md,broken liquid tags translations/es-ES/content/rest/overview/permissions-required-for-github-apps.md,rendering error translations/es-ES/content/rest/overview/resources-in-the-rest-api.md,broken liquid tags @@ -927,6 +915,7 @@ translations/es-ES/content/support/learning-about-github-support/about-github-su translations/es-ES/data/glossaries/external.yml,broken liquid tags translations/es-ES/data/learning-tracks/actions.yml,broken liquid tags translations/es-ES/data/learning-tracks/admin.yml,broken liquid tags +translations/es-ES/data/learning-tracks/code-security.yml,broken liquid tags translations/es-ES/data/release-notes/enterprise-server/2-20/15.yml,rendering error translations/es-ES/data/release-notes/enterprise-server/2-21/12.yml,broken liquid tags translations/es-ES/data/release-notes/enterprise-server/2-21/17.yml,rendering error @@ -972,8 +961,8 @@ translations/es-ES/data/release-notes/enterprise-server/3-5/4.yml,rendering erro translations/es-ES/data/release-notes/enterprise-server/3-6/0-rc1.yml,rendering error translations/es-ES/data/reusables/accounts/create-personal-access-tokens.md,broken liquid tags translations/es-ES/data/reusables/actions/about-actions-for-enterprises.md,broken liquid tags -translations/es-ES/data/reusables/actions/actions-audit-events-workflow.md,rendering error translations/es-ES/data/reusables/actions/actions-do-not-trigger-workflows.md,broken liquid tags +translations/es-ES/data/reusables/actions/add-hosted-runner.md,broken liquid tags translations/es-ES/data/reusables/actions/cache-default-size.md,broken liquid tags translations/es-ES/data/reusables/actions/changing-the-access-policy-of-a-runner-group.md,rendering error translations/es-ES/data/reusables/actions/changing-the-name-of-a-runner-group.md,rendering error @@ -989,6 +978,8 @@ translations/es-ES/data/reusables/actions/github-connect-resolution.md,broken li translations/es-ES/data/reusables/actions/hosted-runner-security.md,broken liquid tags translations/es-ES/data/reusables/actions/ip-allow-list-self-hosted-runners.md,broken liquid tags translations/es-ES/data/reusables/actions/jobs/section-defining-outputs-for-jobs.md,broken liquid tags +translations/es-ES/data/reusables/actions/message-parameters.md,broken liquid tags +translations/es-ES/data/reusables/actions/more-resources-for-ghes.md,rendering error translations/es-ES/data/reusables/actions/moving-a-runner-to-a-group.md,rendering error translations/es-ES/data/reusables/actions/ref_name-description.md,broken liquid tags translations/es-ES/data/reusables/actions/reusable-workflow-artifacts.md,rendering error @@ -996,6 +987,7 @@ translations/es-ES/data/reusables/actions/reusable-workflow-calling-syntax.md,re translations/es-ES/data/reusables/actions/reusable-workflows.md,rendering error translations/es-ES/data/reusables/actions/runner-groups-add-to-enterprise-first-steps.md,rendering error translations/es-ES/data/reusables/actions/self-hosted-runner-add-to-enterprise.md,rendering error +translations/es-ES/data/reusables/actions/self-hosted-runner-auto-removal.md,rendering error translations/es-ES/data/reusables/actions/self-hosted-runner-management-permissions-required.md,broken liquid tags translations/es-ES/data/reusables/actions/self-hosted-runner-networking-to-dotcom.md,broken liquid tags translations/es-ES/data/reusables/actions/self-hosted-runner-ports-protocols.md,broken liquid tags @@ -1012,6 +1004,7 @@ translations/es-ES/data/reusables/advanced-security/about-committer-numbers-ghec translations/es-ES/data/reusables/advanced-security/about-ghas-organization-policy.md,broken liquid tags translations/es-ES/data/reusables/advanced-security/secret-scanning-add-custom-pattern-details.md,rendering error translations/es-ES/data/reusables/advanced-security/secret-scanning-create-custom-pattern.md,rendering error +translations/es-ES/data/reusables/advanced-security/secret-scanning-new-custom-pattern.md,broken liquid tags translations/es-ES/data/reusables/advanced-security/secret-scanning-push-protection-org.md,broken liquid tags translations/es-ES/data/reusables/apps/user-to-server-rate-limits.md,broken liquid tags translations/es-ES/data/reusables/audit_log/audit-log-action-categories.md,rendering error @@ -1020,8 +1013,9 @@ translations/es-ES/data/reusables/audit_log/audit_log_sidebar_for_org_admins.md, translations/es-ES/data/reusables/audit_log/audit_log_sidebar_for_site_admins.md,rendering error translations/es-ES/data/reusables/branches/new-repo-default-branch.md,broken liquid tags translations/es-ES/data/reusables/classroom/about-autograding.md,broken liquid tags -translations/es-ES/data/reusables/code-scanning/analyze-go.md,broken liquid tags +translations/es-ES/data/reusables/code-scanning/alerts-found-in-generated-code.md,broken liquid tags translations/es-ES/data/reusables/code-scanning/autobuild-add-build-steps.md,broken liquid tags +translations/es-ES/data/reusables/code-scanning/autobuild-compiled-languages.md,broken liquid tags translations/es-ES/data/reusables/code-scanning/codeql-context-for-actions-and-third-party-tools.md,broken liquid tags translations/es-ES/data/reusables/code-scanning/codeql-languages-bullets.md,rendering error translations/es-ES/data/reusables/code-scanning/codeql-languages-keywords.md,rendering error @@ -1070,6 +1064,7 @@ translations/es-ES/data/reusables/enterprise-accounts/oidc-gei-warning.md,broken translations/es-ES/data/reusables/enterprise-accounts/security-tab.md,rendering error translations/es-ES/data/reusables/enterprise/apply-configuration.md,broken liquid tags translations/es-ES/data/reusables/enterprise/rate_limit.md,broken liquid tags +translations/es-ES/data/reusables/enterprise/repository-caching-release-phase.md,rendering error translations/es-ES/data/reusables/enterprise/test-in-staging.md,broken liquid tags translations/es-ES/data/reusables/enterprise_enterprise_support/installing-releases.md,broken liquid tags translations/es-ES/data/reusables/enterprise_installation/download-package.md,broken liquid tags @@ -1086,7 +1081,6 @@ translations/es-ES/data/reusables/enterprise_user_management/built-in-authentica translations/es-ES/data/reusables/enterprise_user_management/consider-usernames-for-external-authentication.md,broken liquid tags translations/es-ES/data/reusables/enterprise_user_management/disclaimer-for-git-read-access.md,broken liquid tags translations/es-ES/data/reusables/files/choose-commit-email.md,broken liquid tags -translations/es-ES/data/reusables/gated-features/code-scanning.md,broken liquid tags translations/es-ES/data/reusables/gated-features/codespaces-classroom-articles.md,broken liquid tags translations/es-ES/data/reusables/gated-features/dependency-vulnerable-calls.md,rendering error translations/es-ES/data/reusables/gated-features/secret-scanning-partner.md,rendering error @@ -1100,7 +1094,6 @@ translations/es-ES/data/reusables/getting-started/enterprise-advanced-security.m translations/es-ES/data/reusables/getting-started/managing-enterprise-members.md,broken liquid tags translations/es-ES/data/reusables/git/git-push.md,broken liquid tags translations/es-ES/data/reusables/git/provide-credentials.md,broken liquid tags -translations/es-ES/data/reusables/github-ae/saml-idp-table.md,broken liquid tags translations/es-ES/data/reusables/identity-and-permissions/vigilant-mode-beta-note.md,broken liquid tags translations/es-ES/data/reusables/large_files/storage_assets_location.md,broken liquid tags translations/es-ES/data/reusables/large_files/use_lfs_tip.md,broken liquid tags @@ -1112,9 +1105,16 @@ translations/es-ES/data/reusables/organizations/billing_plans.md,rendering error translations/es-ES/data/reusables/organizations/github-apps-settings-sidebar.md,rendering error translations/es-ES/data/reusables/organizations/member-privileges.md,rendering error translations/es-ES/data/reusables/organizations/navigate-to-org.md,broken liquid tags +translations/es-ES/data/reusables/organizations/new_team.md,broken liquid tags +translations/es-ES/data/reusables/organizations/org_settings.md,broken liquid tags +translations/es-ES/data/reusables/organizations/organization-wide-project.md,broken liquid tags +translations/es-ES/data/reusables/organizations/owners-team.md,broken liquid tags +translations/es-ES/data/reusables/organizations/people.md,broken liquid tags translations/es-ES/data/reusables/organizations/repository-defaults.md,rendering error translations/es-ES/data/reusables/organizations/security-and-analysis.md,rendering error translations/es-ES/data/reusables/organizations/security.md,rendering error +translations/es-ES/data/reusables/organizations/specific_team.md,broken liquid tags +translations/es-ES/data/reusables/organizations/teams.md,broken liquid tags translations/es-ES/data/reusables/organizations/teams_sidebar.md,rendering error translations/es-ES/data/reusables/organizations/verified-domains.md,rendering error translations/es-ES/data/reusables/package_registry/authenticate-packages.md,broken liquid tags @@ -1122,6 +1122,7 @@ translations/es-ES/data/reusables/package_registry/authenticate-to-container-reg translations/es-ES/data/reusables/package_registry/authenticate_with_pat_for_v2_registry.md,broken liquid tags translations/es-ES/data/reusables/package_registry/next-steps-for-packages-enterprise-setup.md,broken liquid tags translations/es-ES/data/reusables/package_registry/package-registry-with-github-tokens.md,broken liquid tags +translations/es-ES/data/reusables/package_registry/package-settings-from-org-level.md,broken liquid tags translations/es-ES/data/reusables/package_registry/packages-billing.md,broken liquid tags translations/es-ES/data/reusables/package_registry/required-scopes.md,broken liquid tags translations/es-ES/data/reusables/pages/build-failure-email-server.md,broken liquid tags @@ -1133,7 +1134,6 @@ translations/es-ES/data/reusables/policies/abuse.md,rendering error translations/es-ES/data/reusables/projects/enable-basic-workflow.md,broken liquid tags translations/es-ES/data/reusables/pull_requests/configure_pull_request_merges_intro.md,broken liquid tags translations/es-ES/data/reusables/pull_requests/default_merge_option.md,broken liquid tags -translations/es-ES/data/reusables/pull_requests/merge-queue-beta.md,broken liquid tags translations/es-ES/data/reusables/pull_requests/pull_request_merges_and_contributions.md,broken liquid tags translations/es-ES/data/reusables/pull_requests/rebase_and_merge_summary.md,broken liquid tags translations/es-ES/data/reusables/pull_requests/resolving-conversations.md,broken liquid tags @@ -1155,7 +1155,6 @@ translations/es-ES/data/reusables/saml/about-saml-access-enterprise-account.md,b translations/es-ES/data/reusables/saml/authorized-creds-info.md,broken liquid tags translations/es-ES/data/reusables/saml/create-a-machine-user.md,broken liquid tags translations/es-ES/data/reusables/saml/must-authorize-linked-identity.md,broken liquid tags -translations/es-ES/data/reusables/saml/okta-ae-sso-beta.md,broken liquid tags translations/es-ES/data/reusables/saml/you-must-periodically-authenticate.md,broken liquid tags translations/es-ES/data/reusables/scim/enterprise-account-scim.md,broken liquid tags translations/es-ES/data/reusables/scim/supported-idps.md,broken liquid tags @@ -1165,6 +1164,7 @@ translations/es-ES/data/reusables/secret-scanning/partner-secret-list-private-re translations/es-ES/data/reusables/secret-scanning/partner-secret-list-public-repo.md,broken liquid tags translations/es-ES/data/reusables/secret-scanning/secret-list-private-push-protection.md,rendering error translations/es-ES/data/reusables/security-overview/permissions.md,rendering error +translations/es-ES/data/reusables/security/displayed-information.md,broken liquid tags translations/es-ES/data/reusables/shortdesc/rate_limits_github_apps.md,broken liquid tags translations/es-ES/data/reusables/sponsors/feedback.md,broken liquid tags translations/es-ES/data/reusables/sponsors/select-sponsorship-billing.md,broken liquid tags @@ -1173,6 +1173,14 @@ translations/es-ES/data/reusables/ssh/key-type-support.md,rendering error translations/es-ES/data/reusables/ssh/rsa-sha-1-connection-failure-criteria.md,broken liquid tags translations/es-ES/data/reusables/support/help_resources.md,rendering error translations/es-ES/data/reusables/support/submit-a-ticket.md,broken liquid tags +translations/es-ES/data/reusables/supported-languages/C.md,broken liquid tags +translations/es-ES/data/reusables/supported-languages/Cpp.md,broken liquid tags +translations/es-ES/data/reusables/supported-languages/Cs.md,broken liquid tags +translations/es-ES/data/reusables/supported-languages/go.md,broken liquid tags +translations/es-ES/data/reusables/supported-languages/php.md,broken liquid tags +translations/es-ES/data/reusables/supported-languages/products-table-header.md,broken liquid tags +translations/es-ES/data/reusables/supported-languages/python.md,broken liquid tags +translations/es-ES/data/reusables/supported-languages/scala.md,broken liquid tags translations/es-ES/data/reusables/user-settings/access_applications.md,rendering error translations/es-ES/data/reusables/user-settings/account_settings.md,rendering error translations/es-ES/data/reusables/user-settings/appearance-settings.md,rendering error @@ -1190,6 +1198,7 @@ translations/es-ES/data/reusables/user-settings/ssh.md,rendering error translations/es-ES/data/reusables/webhooks/pull_request_properties.md,broken liquid tags translations/es-ES/data/reusables/webhooks/pull_request_webhook_properties.md,broken liquid tags translations/es-ES/data/reusables/webhooks/repository_vulnerability_alert_short_desc.md,broken liquid tags +translations/es-ES/data/reusables/webhooks/webhooks-rest-api-links.md,broken liquid tags translations/es-ES/data/reusables/webhooks/workflow_run_properties.md,broken liquid tags translations/es-ES/data/variables/product.yml,broken liquid tags translations/es-ES/data/variables/projects.yml,broken liquid tags