diff --git a/translations/de-DE/content/actions/creating-actions/about-actions.md b/translations/de-DE/content/actions/creating-actions/about-actions.md index e56a9183f1..d6a38798fc 100644 --- a/translations/de-DE/content/actions/creating-actions/about-actions.md +++ b/translations/de-DE/content/actions/creating-actions/about-actions.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'übersicht' +type: overview topics: - - 'Action development' - - 'Fundamentals' + - Action development + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/de-DE/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/de-DE/content/actions/creating-actions/dockerfile-support-for-github-actions.md index f43c028893..06a4177f2d 100644 --- a/translations/de-DE/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/de-DE/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -9,7 +9,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'Referenz' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/de-DE/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/translations/de-DE/content/actions/creating-actions/metadata-syntax-for-github-actions.md index ce398fb1e9..0b2206ca3b 100644 --- a/translations/de-DE/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/translations/de-DE/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -1,7 +1,7 @@ --- title: Metadaten-Syntax für GitHub-Aktionen shortTitle: Metadaten-Syntax -intro: Du kannst Aktionen erstellen, um Aufgaben in Ihrem Repository zu erledigen. Für Aktionen ist eine Metadaten-Datei erforderlich, welche die YAML-Syntax verwendet. +intro: 'Du kannst Aktionen erstellen, um Aufgaben in Ihrem Repository zu erledigen. Für Aktionen ist eine Metadaten-Datei erforderlich, welche die YAML-Syntax verwendet.' product: '{% data reusables.gated-features.actions %}' redirect_from: - /articles/metadata-syntax-for-github-actions @@ -12,7 +12,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'Referenz' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/de-DE/content/actions/guides/about-packaging-with-github-actions.md b/translations/de-DE/content/actions/guides/about-packaging-with-github-actions.md index 20a69e6daa..c5a81826e9 100644 --- a/translations/de-DE/content/actions/guides/about-packaging-with-github-actions.md +++ b/translations/de-DE/content/actions/guides/about-packaging-with-github-actions.md @@ -9,9 +9,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'übersicht' +type: overview topics: - - 'Pakete erstellen' + - Pakete erstellen --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/de-DE/content/actions/guides/about-service-containers.md b/translations/de-DE/content/actions/guides/about-service-containers.md index 4a1daf9c37..acde483706 100644 --- a/translations/de-DE/content/actions/guides/about-service-containers.md +++ b/translations/de-DE/content/actions/guides/about-service-containers.md @@ -9,10 +9,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'übersicht' +type: overview topics: - - 'Containers' - - 'Docker' + - Containers + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/de-DE/content/actions/guides/using-github-actions-for-project-management.md b/translations/de-DE/content/actions/guides/using-github-actions-for-project-management.md index f1f5ee4795..d1b1191979 100644 --- a/translations/de-DE/content/actions/guides/using-github-actions-for-project-management.md +++ b/translations/de-DE/content/actions/guides/using-github-actions-for-project-management.md @@ -1,14 +1,14 @@ --- title: Using GitHub Actions for project management -intro: You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks. +intro: 'You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'übersicht' +type: overview topics: - - 'Project management' + - Project management --- You can use {% data variables.product.prodname_actions %} to automate your project management tasks by creating workflows. Each workflow contains a series of tasks that are performed automatically every time the workflow runs. For example, you can create a workflow that runs every time an issue is created to add a label, leave a comment, and move the issue onto a project board. diff --git a/translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 7456c039f9..31e2ec6a4d 100644 --- a/translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/translations/de-DE/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'übersicht' +type: overview --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/de-DE/content/actions/learn-github-actions/essential-features-of-github-actions.md b/translations/de-DE/content/actions/learn-github-actions/essential-features-of-github-actions.md index e51db55ec2..6fc2f130c9 100644 --- a/translations/de-DE/content/actions/learn-github-actions/essential-features-of-github-actions.md +++ b/translations/de-DE/content/actions/learn-github-actions/essential-features-of-github-actions.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'übersicht' +type: overview topics: - - 'Fundamentals' + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/de-DE/content/actions/learn-github-actions/introduction-to-github-actions.md b/translations/de-DE/content/actions/learn-github-actions/introduction-to-github-actions.md index 5beedb4c2a..1a2f254f2d 100644 --- a/translations/de-DE/content/actions/learn-github-actions/introduction-to-github-actions.md +++ b/translations/de-DE/content/actions/learn-github-actions/introduction-to-github-actions.md @@ -10,9 +10,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'übersicht' +type: overview topics: - - 'Fundamentals' + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/es-ES/content/actions/creating-actions/about-actions.md b/translations/es-ES/content/actions/creating-actions/about-actions.md index 06f4425fb0..943550ec46 100644 --- a/translations/es-ES/content/actions/creating-actions/about-actions.md +++ b/translations/es-ES/content/actions/creating-actions/about-actions.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'resumen' +type: overview topics: - - 'Desarrollo de las acciones' - - 'Fundamentos' + - Desarrollo de las acciones + - Fundamentos --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/es-ES/content/actions/guides/about-continuous-integration.md b/translations/es-ES/content/actions/guides/about-continuous-integration.md index a90f04cbc0..7f033dbf38 100644 --- a/translations/es-ES/content/actions/guides/about-continuous-integration.md +++ b/translations/es-ES/content/actions/guides/about-continuous-integration.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'resumen' +type: overview topics: - - 'CI' - - 'DC' + - CI + - DC --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/es-ES/content/actions/guides/about-packaging-with-github-actions.md b/translations/es-ES/content/actions/guides/about-packaging-with-github-actions.md index 78fe8c9800..c207dd9dfa 100644 --- a/translations/es-ES/content/actions/guides/about-packaging-with-github-actions.md +++ b/translations/es-ES/content/actions/guides/about-packaging-with-github-actions.md @@ -9,9 +9,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'resumen' +type: overview topics: - - 'Embalaje' + - Embalaje --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/es-ES/content/actions/guides/about-service-containers.md b/translations/es-ES/content/actions/guides/about-service-containers.md index dcb4b0fa3f..df0e1971af 100644 --- a/translations/es-ES/content/actions/guides/about-service-containers.md +++ b/translations/es-ES/content/actions/guides/about-service-containers.md @@ -9,10 +9,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'resumen' +type: overview topics: - - 'Contenedores' - - 'Docker' + - Contenedores + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/es-ES/content/actions/guides/using-github-actions-for-project-management.md b/translations/es-ES/content/actions/guides/using-github-actions-for-project-management.md index d0db97eb64..49e02aaab6 100644 --- a/translations/es-ES/content/actions/guides/using-github-actions-for-project-management.md +++ b/translations/es-ES/content/actions/guides/using-github-actions-for-project-management.md @@ -1,14 +1,14 @@ --- title: Utilizar GitHub Actions para la administración de proyectos -intro: Puedes utilizar las {% data variables.product.prodname_actions %} para automatizar muchas de tus tareas de administración de proyectos. +intro: 'Puedes utilizar las {% data variables.product.prodname_actions %} para automatizar muchas de tus tareas de administración de proyectos.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'resumen' +type: overview topics: - - 'Administración de proyectos' + - Administración de proyectos --- Puedes utilizar las {% data variables.product.prodname_actions %} para automatizar tus tareas de administración de proyectos si creas flujos de trabajo. Cada flujo de trabajo contiene una serie de tareas que se llevan a cabo automáticamente cada que se ejecuta el flujo de trabajo. Por ejemplo, puedes crear un flujo de trabajo que se ejecute cada vez que se crea una propuesta para que se agregue una etiqueta, se deje un comentario y se mueva la propuesta a otro tablero de proyecto. diff --git a/translations/es-ES/content/actions/learn-github-actions/essential-features-of-github-actions.md b/translations/es-ES/content/actions/learn-github-actions/essential-features-of-github-actions.md index aad049bdb5..6cffdf986c 100644 --- a/translations/es-ES/content/actions/learn-github-actions/essential-features-of-github-actions.md +++ b/translations/es-ES/content/actions/learn-github-actions/essential-features-of-github-actions.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'resumen' +type: overview topics: - - 'Fundamentos' + - Fundamentos --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/es-ES/content/actions/learn-github-actions/introduction-to-github-actions.md b/translations/es-ES/content/actions/learn-github-actions/introduction-to-github-actions.md index c55ebe3038..53d2eeb163 100644 --- a/translations/es-ES/content/actions/learn-github-actions/introduction-to-github-actions.md +++ b/translations/es-ES/content/actions/learn-github-actions/introduction-to-github-actions.md @@ -10,9 +10,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'resumen' +type: overview topics: - - 'Fundamentos' + - Fundamentos --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/es-ES/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md b/translations/es-ES/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md index f45dcd041d..6e5b761333 100644 --- a/translations/es-ES/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md +++ b/translations/es-ES/content/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance.md @@ -8,7 +8,7 @@ redirect_from: - /enterprise/admin/guides/migrations/authenticating-users-for-your-github-enterprise-instance/ - /enterprise/admin/user-management/authenticating-users-for-your-github-enterprise-server-instance - /enterprise/admin/authentication/authenticating-users-for-your-github-enterprise-server-instance -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' topics: diff --git a/translations/es-ES/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md b/translations/es-ES/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md index abc663192c..a6a2a048bc 100644 --- a/translations/es-ES/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md +++ b/translations/es-ES/content/admin/authentication/configuring-authentication-and-provisioning-with-your-identity-provider.md @@ -1,7 +1,7 @@ --- title: Configurar la autenticación y el aprovisionamiento con tu proveedor de identidad -intro: Puedes utilizar un proveedor de identidad (IdP) que sea compatible tanto con el inicio de sesión único (SSO) de SAML y con el Sistema para la Administración de Identidad entre Dominios (SCIM) para configurar la autenticación y el aprovisionamiento de usuarios para {% data variables.product.product_location %}. -mapTopic: verdadero +intro: 'Puedes utilizar un proveedor de identidad (IdP) que sea compatible tanto con el inicio de sesión único (SSO) de SAML y con el Sistema para la Administración de Identidad entre Dominios (SCIM) para configurar la autenticación y el aprovisionamiento de usuarios para {% data variables.product.product_location %}.' +mapTopic: true versions: github-ae: '*' --- diff --git a/translations/es-ES/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md b/translations/es-ES/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md index 98864a299f..7e1d074b11 100644 --- a/translations/es-ES/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md +++ b/translations/es-ES/content/admin/authentication/managing-identity-and-access-for-your-enterprise.md @@ -1,8 +1,8 @@ --- title: Administrar la identidad y el acceso para tu empresa shortTitle: Administrar el acceso y la identidad -intro: Puedes adminsitrar centralmente el acceso y las cuentas en {% data variables.product.product_location %}. -mapTopic: verdadero +intro: 'Puedes adminsitrar centralmente el acceso y las cuentas en {% data variables.product.product_location %}.' +mapTopic: true versions: github-ae: '*' --- diff --git a/translations/es-ES/content/admin/configuration/configuring-advanced-security-features.md b/translations/es-ES/content/admin/configuration/configuring-advanced-security-features.md index 8dfd2acc91..1945d854df 100644 --- a/translations/es-ES/content/admin/configuration/configuring-advanced-security-features.md +++ b/translations/es-ES/content/admin/configuration/configuring-advanced-security-features.md @@ -2,7 +2,7 @@ title: Configurar las características de seguridad avanzada shortTitle: Configurar la seguridad avanzada intro: 'Puedes habilitar o inhabilitar las características de {% data variables.product.prodname_advanced_security %}, tales como el {% data variables.product.prodname_code_scanning %}, en tu instancia.' -mapTopic: verdadero +mapTopic: true redirect_from: - /enterprise/admin/configuration/configuring-advanced-security-features versions: diff --git a/translations/es-ES/content/admin/configuration/configuring-network-settings.md b/translations/es-ES/content/admin/configuration/configuring-network-settings.md index 001e1d59a5..1d7ce98c89 100644 --- a/translations/es-ES/content/admin/configuration/configuring-network-settings.md +++ b/translations/es-ES/content/admin/configuration/configuring-network-settings.md @@ -8,7 +8,7 @@ redirect_from: - /enterprise/admin/installation/configuring-your-github-enterprise-server-network-settings - /enterprise/admin/configuration/configuring-network-settings intro: 'Configura {% data variables.product.prodname_ghe_server %} con los servidores de nombres y el nombre del host DNS necesarios para tu red. También puedes configurar un servidor proxy o reglas de firewall. Debes permitir el acceso a determinados puertos con fines administrativos y relacionados con el usuario.' -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' topics: diff --git a/translations/es-ES/content/admin/configuration/configuring-your-enterprise.md b/translations/es-ES/content/admin/configuration/configuring-your-enterprise.md index ce1cc2985b..c65313db32 100644 --- a/translations/es-ES/content/admin/configuration/configuring-your-enterprise.md +++ b/translations/es-ES/content/admin/configuration/configuring-your-enterprise.md @@ -8,7 +8,7 @@ redirect_from: - /enterprise/admin/guides/installation/configuring-the-github-enterprise-appliance/ - /enterprise/admin/installation/configuring-the-github-enterprise-server-appliance - /enterprise/admin/configuration/configuring-your-enterprise -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' github-ae: '*' diff --git a/translations/es-ES/content/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud.md b/translations/es-ES/content/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud.md index 169b14e3a7..2249117b2c 100644 --- a/translations/es-ES/content/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud.md +++ b/translations/es-ES/content/admin/configuration/managing-connections-between-github-enterprise-server-and-github-enterprise-cloud.md @@ -1,7 +1,7 @@ --- title: Administrar conexiones entre el servidor de GitHub Enterprise y GitHub Enterprise Cloud intro: 'Con {% data variables.product.prodname_github_connect %}, puedes compartir determinadas características y datos entre {% data variables.product.product_location_enterprise %} y la cuenta de tu organización u emprendimiento {% data variables.product.prodname_ghe_cloud %} en {% data variables.product.prodname_dotcom_the_website %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /enterprise/admin/developer-workflow/connecting-github-enterprise-to-github-com - /enterprise/admin/guides/developer-workflow/connecting-github-enterprise-and-github-com/ diff --git a/translations/es-ES/content/admin/enterprise-management/configuring-clustering.md b/translations/es-ES/content/admin/enterprise-management/configuring-clustering.md index 740633a9dc..cbc19ad7dc 100644 --- a/translations/es-ES/content/admin/enterprise-management/configuring-clustering.md +++ b/translations/es-ES/content/admin/enterprise-management/configuring-clustering.md @@ -6,7 +6,7 @@ redirect_from: - /enterprise/admin/clustering/managing-a-github-enterprise-server-cluster - /enterprise/admin/guides/clustering/managing-a-github-enterprise-cluster/ - /enterprise/admin/enterprise-management/configuring-clustering -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' topics: diff --git a/translations/es-ES/content/admin/enterprise-management/configuring-high-availability.md b/translations/es-ES/content/admin/enterprise-management/configuring-high-availability.md index ccc05299e7..dc2cd45cf1 100644 --- a/translations/es-ES/content/admin/enterprise-management/configuring-high-availability.md +++ b/translations/es-ES/content/admin/enterprise-management/configuring-high-availability.md @@ -7,7 +7,7 @@ redirect_from: - /enterprise/admin/guides/installation/configuring-github-enterprise-for-high-availability/ - /enterprise/admin/enterprise-management/configuring-high-availability intro: '{% data variables.product.prodname_ghe_server %} admite un modo de alta disponibilidad de funcionamiento diseñado para minimizar la interrupción del servicio en caso que ocurra una falla de hardware o una interrupción de red importante que afecte al aparato principal.' -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' topics: diff --git a/translations/es-ES/content/admin/enterprise-management/monitoring-your-appliance.md b/translations/es-ES/content/admin/enterprise-management/monitoring-your-appliance.md index d1deb66d25..87c350a98e 100644 --- a/translations/es-ES/content/admin/enterprise-management/monitoring-your-appliance.md +++ b/translations/es-ES/content/admin/enterprise-management/monitoring-your-appliance.md @@ -6,7 +6,7 @@ redirect_from: - /enterprise/admin/guides/installation/monitoring-your-github-enterprise-appliance/ - /enterprise/admin/installation/monitoring-your-github-enterprise-server-appliance - /enterprise/admin/enterprise-management/monitoring-your-appliance -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' topics: diff --git a/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources.md b/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources.md index 7e1f477163..280297fd04 100644 --- a/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources.md +++ b/translations/es-ES/content/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources.md @@ -6,7 +6,7 @@ redirect_from: - '/enterprise/{{ currentVersion }}/admin/guides/installation/upgrading-physical-resources/' - /enterprise/admin/installation/updating-the-virtual-machine-and-physical-resources - /enterprise/admin/enterprise-management/updating-the-virtual-machine-and-physical-resources -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' topics: diff --git a/translations/es-ES/content/admin/enterprise-support/overview.md b/translations/es-ES/content/admin/enterprise-support/overview.md index ec3cec52ca..244ba62881 100644 --- a/translations/es-ES/content/admin/enterprise-support/overview.md +++ b/translations/es-ES/content/admin/enterprise-support/overview.md @@ -1,7 +1,7 @@ --- title: Resumen intro: 'Conoce las opciones de soporte disponibles para {% data variables.product.product_name %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /enterprise/admin/enterprise-support/overview versions: diff --git a/translations/es-ES/content/admin/enterprise-support/receiving-help-from-github-support.md b/translations/es-ES/content/admin/enterprise-support/receiving-help-from-github-support.md index 96b15f06e8..afced4bfce 100644 --- a/translations/es-ES/content/admin/enterprise-support/receiving-help-from-github-support.md +++ b/translations/es-ES/content/admin/enterprise-support/receiving-help-from-github-support.md @@ -4,7 +4,7 @@ intro: 'Puedes contactar a {% data variables.contact.enterprise_support %} para redirect_from: - /enterprise/admin/guides/enterprise-support/receiving-help-from-github-enterprise-support/ - /enterprise/admin/enterprise-support/receiving-help-from-github-support -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' github-ae: '*' diff --git a/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting.md b/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting.md index f556417fc1..efd1136c37 100644 --- a/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting.md +++ b/translations/es-ES/content/admin/github-actions/advanced-configuration-and-troubleshooting.md @@ -1,7 +1,7 @@ --- title: Configuración avanzada y solución de problemas intro: 'Configura la disponibilidad alta para {% data variables.product.prodname_actions %} y soluciona los problemas de {% data variables.product.prodname_actions %} en {% data variables.product.prodname_ghe_server %}.' -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '>=3.0' topics: diff --git a/translations/es-ES/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server.md b/translations/es-ES/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server.md index 7aa5a5c9ab..b35ff099ca 100644 --- a/translations/es-ES/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server.md +++ b/translations/es-ES/content/admin/github-actions/enabling-github-actions-for-github-enterprise-server.md @@ -1,7 +1,7 @@ --- title: Habilitar GitHub Actions para GitHub Enterprise Server intro: 'Aprende cómo configurar el almacenamiento y habilita las {% data variables.product.prodname_actions %} en {% data variables.product.prodname_ghe_server %}.' -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '>=2.22' topics: diff --git a/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom.md b/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom.md index 89bba24d7e..6771a1e6e5 100644 --- a/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom.md +++ b/translations/es-ES/content/admin/github-actions/managing-access-to-actions-from-githubcom.md @@ -1,7 +1,7 @@ --- title: Administrar el acceso a las acciones desde GitHub.com intro: 'En tu empresa, puedes controlar qué acciones de {% data variables.product.prodname_dotcom_the_website %} y de {% data variables.product.prodname_marketplace %} se pueden utilizar.' -mapTopic: verdadero +mapTopic: true redirect_from: - /enterprise/admin/github-actions/managing-access-to-actions-from-githubcom versions: diff --git a/translations/es-ES/content/admin/github-actions/using-github-actions-in-github-ae.md b/translations/es-ES/content/admin/github-actions/using-github-actions-in-github-ae.md index eeee07e233..2e4c68a163 100644 --- a/translations/es-ES/content/admin/github-actions/using-github-actions-in-github-ae.md +++ b/translations/es-ES/content/admin/github-actions/using-github-actions-in-github-ae.md @@ -1,7 +1,7 @@ --- title: Utilizar GitHub Actions en GitHub AE intro: 'Aprende cómo configurar las {% data variables.product.prodname_actions %} en {% data variables.product.prodname_ghe_managed %}.' -mapTopic: verdadero +mapTopic: true versions: github-ae: '*' --- diff --git a/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance.md b/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance.md index cb285fa5ba..ddd41d3f38 100644 --- a/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance.md +++ b/translations/es-ES/content/admin/installation/setting-up-a-github-enterprise-server-instance.md @@ -7,7 +7,7 @@ redirect_from: - /enterprise/admin/guides/installation/provisioning-and-installation/ - /enterprise/admin/guides/installation/setting-up-a-github-enterprise-instance/ - /enterprise/admin/installation/setting-up-a-github-enterprise-server-instance -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' topics: diff --git a/translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise.md b/translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise.md index 8d4a496e26..5913702849 100644 --- a/translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise.md +++ b/translations/es-ES/content/admin/policies/enforcing-policies-for-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Requerir políticas para tu empresa -mapTopic: verdadero +mapTopic: true redirect_from: - /enterprise/admin/policies/enforcing-policies-for-your-enterprise versions: diff --git a/translations/es-ES/content/admin/policies/enforcing-policy-with-pre-receive-hooks.md b/translations/es-ES/content/admin/policies/enforcing-policy-with-pre-receive-hooks.md index cbb16cfc6a..ad4df2506d 100644 --- a/translations/es-ES/content/admin/policies/enforcing-policy-with-pre-receive-hooks.md +++ b/translations/es-ES/content/admin/policies/enforcing-policy-with-pre-receive-hooks.md @@ -1,7 +1,7 @@ --- title: Requerir políticas para los ganchos de pre-recepción intro: Usar ganchos de pre-recepción para implementar estándares de flujo de trabajo dentro de tu organización. Los ganchos de pre-recepción requieren un código para aprobar un conjunto de verificaciones de calidad predefinido antes de que la extracción sea aceptada en el repositorio. -mapTopic: verdadero +mapTopic: true redirect_from: - /enterprise/admin/developer-workflow/using-pre-receive-hooks-to-enforce-policy - /enterprise/admin/policies/enforcing-policy-with-pre-receive-hooks diff --git a/translations/es-ES/content/admin/release-notes.md b/translations/es-ES/content/admin/release-notes.md index b5aa8c8cfc..a1540a8559 100644 --- a/translations/es-ES/content/admin/release-notes.md +++ b/translations/es-ES/content/admin/release-notes.md @@ -1,7 +1,7 @@ --- title: Notas de lanzamiento intro: 'Las notas de lanzamiento para {{ allVersions[currentVersion].versionTitle }}.' -layout: notas de lanzamiento +layout: release-notes versions: enterprise-server: '*' topics: diff --git a/translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise.md b/translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise.md index 4c9c8f9936..65f4a72d76 100644 --- a/translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise.md +++ b/translations/es-ES/content/admin/user-management/managing-organizations-in-your-enterprise.md @@ -6,7 +6,7 @@ redirect_from: - /enterprise/admin/user-management/organizations-and-teams - /enterprise/admin/user-management/managing-organizations-in-your-enterprise intro: 'Las organizaciones son ideales para crear grupos diferentes de usuarios dentro de tu empresa, como divisiones o grupos trabajando en proyectos similares. {% if currentVersion == "github-ae@latest" %}Los usuarios de otras organizaciones pueden acceder a los repositorios internos{% else %}públicos e internos{% endif %} que pertenezcan a una organización diferente, pero solo los miembros de la organización que hayan recibido acceso a los repositorios privados podrán acceder a ellos.' -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' github-ae: '*' diff --git a/translations/es-ES/content/admin/user-management/managing-repositories-in-your-enterprise.md b/translations/es-ES/content/admin/user-management/managing-repositories-in-your-enterprise.md index 27b0ba7e61..e13e7cf0c2 100644 --- a/translations/es-ES/content/admin/user-management/managing-repositories-in-your-enterprise.md +++ b/translations/es-ES/content/admin/user-management/managing-repositories-in-your-enterprise.md @@ -4,7 +4,7 @@ intro: Puedes administrar la configuración disponible para los administradores redirect_from: - /enterprise/admin/user-management/repositories - /enterprise/admin/user-management/managing-repositories-in-your-enterprise -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' github-ae: '*' diff --git a/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise.md b/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise.md index d202464ceb..ba90130b9e 100644 --- a/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise.md +++ b/translations/es-ES/content/admin/user-management/managing-users-in-your-enterprise.md @@ -6,7 +6,7 @@ redirect_from: - /enterprise/admin/user-management/basic-account-settings - /enterprise/admin/user-management/user-security - /enterprise/admin/user-management/managing-users-in-your-enterprise -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' github-ae: '*' diff --git a/translations/es-ES/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md b/translations/es-ES/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md index 43362d474a..08003c073c 100644 --- a/translations/es-ES/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md +++ b/translations/es-ES/content/admin/user-management/migrating-data-to-and-from-your-enterprise.md @@ -1,7 +1,7 @@ --- title: Migrar los datos desde y hacia tu empresa intro: 'Puedes exportar datos de usuario, organización y repositorio desde {% data variables.product.prodname_ghe_server %} o {% data variables.product.prodname_dotcom_the_website %}, y posteriormente importar los datos en {% data variables.product.product_location %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /enterprise/admin/articles/moving-a-repository-from-github-com-to-github-enterprise/ - /enterprise/admin/categories/migrations-and-upgrades/ diff --git a/translations/es-ES/content/admin/user-management/monitoring-activity-in-your-enterprise.md b/translations/es-ES/content/admin/user-management/monitoring-activity-in-your-enterprise.md index 5b4fe1ffe8..06bb7be7b6 100644 --- a/translations/es-ES/content/admin/user-management/monitoring-activity-in-your-enterprise.md +++ b/translations/es-ES/content/admin/user-management/monitoring-activity-in-your-enterprise.md @@ -1,6 +1,6 @@ --- title: Monitorear la actividad en tu empresa -mapTopic: verdadero +mapTopic: true redirect_from: - /enterprise/admin/installation/monitoring-activity-on-your-github-enterprise-server-instance - /enterprise/admin/user-management/monitoring-activity-in-your-enterprise diff --git a/translations/es-ES/content/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors.md b/translations/es-ES/content/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors.md index 7d0a37a979..0a80083867 100644 --- a/translations/es-ES/content/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors.md +++ b/translations/es-ES/content/code-security/secure-coding/automatically-scanning-your-code-for-vulnerabilities-and-errors.md @@ -2,7 +2,7 @@ title: Escanear tu código automáticamente para encontrar vulnerabilidades y errores shortTitle: Escanear automáticamente intro: 'Puedes encontrar vulnerabilidades y errores en el código de tu proyecto en {% data variables.product.prodname_dotcom %}.' -mapTopic: verdadero +mapTopic: true product: '{% data reusables.gated-features.code-scanning %}' redirect_from: - /github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors diff --git a/translations/es-ES/content/code-security/secure-coding/integrating-with-code-scanning.md b/translations/es-ES/content/code-security/secure-coding/integrating-with-code-scanning.md index 5774e95006..15952a8575 100644 --- a/translations/es-ES/content/code-security/secure-coding/integrating-with-code-scanning.md +++ b/translations/es-ES/content/code-security/secure-coding/integrating-with-code-scanning.md @@ -2,7 +2,7 @@ title: Integrarse con el escaneo de código shortTitle: Integración intro: 'Puedes integrar las herramientas de análisis de código de terceros con el {% data variables.product.prodname_code_scanning %} de {% data variables.product.prodname_dotcom %} su cargas datos como archivos SARIF.' -mapTopic: verdadero +mapTopic: true product: '{% data reusables.gated-features.code-scanning %}' redirect_from: - /github/finding-security-vulnerabilities-and-errors-in-your-code/managing-results-from-code-scanning diff --git a/translations/es-ES/content/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system.md b/translations/es-ES/content/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system.md index cf1dd22706..e1742e3e4a 100644 --- a/translations/es-ES/content/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system.md +++ b/translations/es-ES/content/code-security/secure-coding/using-codeql-code-scanning-with-your-existing-ci-system.md @@ -2,7 +2,7 @@ title: Utilizar el escaneo de código de CodeQL en tu sistema de IC existente shortTitle: Soporte de CodeQL para sistemas de IC intro: 'El {% data variables.product.prodname_codeql_runner %} te permite utilizar tu sistema de IC existente para ejecutar el {% data variables.product.prodname_code_scanning %} de {% data variables.product.prodname_codeql %}.' -mapTopic: verdadero +mapTopic: true product: '{% data reusables.gated-features.code-scanning %}' redirect_from: - /github/finding-security-vulnerabilities-and-errors-in-your-code/using-codeql-code-scanning-with-your-existing-ci-system diff --git a/translations/es-ES/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically.md b/translations/es-ES/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically.md index af6a7d44db..1f11d671ff 100644 --- a/translations/es-ES/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically.md +++ b/translations/es-ES/content/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically.md @@ -1,7 +1,7 @@ --- title: Mantener tus dependencias actualizadas automáticamente intro: 'El {% data variables.product.prodname_dependabot %} puede mantener tus dependencias de repositorio automáticamente.' -mapTopic: verdadero +mapTopic: true redirect_from: - /github/administering-a-repository/keeping-your-dependencies-updated-automatically versions: diff --git a/translations/es-ES/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies.md b/translations/es-ES/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies.md index 8881d2aee3..2eb433ac60 100644 --- a/translations/es-ES/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies.md +++ b/translations/es-ES/content/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies.md @@ -1,7 +1,7 @@ --- title: Administrar vulnerabilidades en las dependencias de tus proyectos intro: 'Puedes rastrear las dependencias de tu repositorio y recibir{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% else %}alertas de seguridad del {% data variables.product.prodname_dependabot_alerts %}{% endif %}cuando {% data variables.product.product_name %} detecta dependencias vulnerables.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/updating-your-project-s-dependencies/ - /articles/updating-your-projects-dependencies/ diff --git a/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories.md b/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories.md index ff8247faf3..8a67d247e8 100644 --- a/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories.md +++ b/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/adding-and-cloning-repositories.md @@ -1,7 +1,7 @@ --- title: Agregar y clonar repositorios intro: 'Añadir repositorios existentes desde su equipo local a {% data variables.product.prodname_desktop %}o clonar repositorios desde {% data variables.product.product_name %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /desktop/contributing-to-projects/adding-and-cloning-repositories versions: diff --git a/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github.md b/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github.md index 1430d50319..1680ae4e48 100644 --- a/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github.md +++ b/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/keeping-your-local-repository-in-sync-with-github.md @@ -1,7 +1,7 @@ --- title: Mantener tu repositorio local sincronizado con GitHub intro: 'Puedes mantener tu repositorio local sincronizado con tu repositorio remoto mientras actualizas cualquiera de estos. En Git, *remoto* hace referencia al servidor donde se almacena tu código. En tu caso, ese servidor es un repositorio en {% data variables.product.prodname_dotcom %} o {% data variables.product.prodname_enterprise %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' --- diff --git a/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch.md b/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch.md index abce8123be..2e843a2501 100644 --- a/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch.md +++ b/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/making-changes-in-a-branch.md @@ -1,7 +1,7 @@ --- title: Realizar cambios en una rama intro: 'Usa tu editor de texto favorito, como [Atom](https://atom.io/), para realizar cambios en el proyecto y, a continuación, utiliza {% data variables.product.prodname_desktop %} para visualizar confirmaciones útiles.' -mapTopic: verdadero +mapTopic: true redirect_from: - /desktop/contributing-to-projects/making-changes-in-a-branch versions: diff --git a/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise.md b/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise.md index 068be04af0..686b336ac3 100644 --- a/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise.md +++ b/translations/es-ES/content/desktop/contributing-and-collaborating-using-github-desktop/working-with-your-remote-repository-on-github-or-github-enterprise.md @@ -1,7 +1,7 @@ --- title: Trabajar con tu repositorio remoto en GitHub o GitHub Enterprise intro: 'A medida que realizas cambios a tu proyecto localmente, puedes mantenerlos actualizados con tu repositorio remoto. En Git, *remoto* hace referencia al servidor donde se almacena tu código. En tu caso, ese servidor es un repositorio en {% data variables.product.prodname_dotcom %} o {% data variables.product.prodname_enterprise %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /desktop/contributing-to-projects/working-with-your-remote-repository-on-github-or-github-enterprise versions: diff --git a/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop.md b/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop.md index 98483f273f..6221d9e1d2 100644 --- a/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop.md +++ b/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/configuring-and-customizing-github-desktop.md @@ -1,7 +1,7 @@ --- title: Configurar y personalizar GitHub Desktop intro: 'Cómo configurar Git, conectar tu editor predeterminado y personalizar las opciones para alinear GitHub Desktop con tu flujo de trabajo.' -mapTopic: verdadero +mapTopic: true redirect_from: - /desktop/getting-started-with-github-desktop/configuring-and-customizing-github-desktop versions: diff --git a/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop.md b/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop.md index 71b7006814..4a33460c71 100644 --- a/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop.md +++ b/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/installing-and-authenticating-to-github-desktop.md @@ -1,7 +1,7 @@ --- title: Cómo instalar y autenticarse en GitHub Desktop intro: Instalar GitHub Desktop y conectar tus cuentas de GitHub y GitHub Enterprise. -mapTopic: verdadero +mapTopic: true redirect_from: - /desktop/getting-started-with-github-desktop/installing-and-authenticating-to-github-desktop versions: diff --git a/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/overview.md b/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/overview.md index a309a06077..9e1f79dc7b 100644 --- a/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/overview.md +++ b/translations/es-ES/content/desktop/installing-and-configuring-github-desktop/overview.md @@ -1,7 +1,7 @@ --- title: Resumen intro: Conozca GitHub Desktop y cree rápidamente su primer repositorio. -mapTopic: verdadero +mapTopic: true redirect_from: - /desktop/getting-started-with-github-desktop/overview versions: diff --git a/translations/es-ES/content/developers/apps/building-github-apps.md b/translations/es-ES/content/developers/apps/building-github-apps.md index 3945898fdd..54c2d0156e 100644 --- a/translations/es-ES/content/developers/apps/building-github-apps.md +++ b/translations/es-ES/content/developers/apps/building-github-apps.md @@ -1,7 +1,7 @@ --- title: Crear GitHub Apps intro: Puedes crar GitHub Apps para ti mismo o para que los utilicen los demás. Aprende como registrar y configurar permisos y opciones de autenticación para GitHub Apps. -mapTopic: verdadero +mapTopic: true redirect_from: - /apps/building-integrations/setting-up-and-registering-github-apps/ - /apps/building-github-apps diff --git a/translations/es-ES/content/developers/apps/building-oauth-apps.md b/translations/es-ES/content/developers/apps/building-oauth-apps.md index 2e9ee065f9..a3dc8ade22 100644 --- a/translations/es-ES/content/developers/apps/building-oauth-apps.md +++ b/translations/es-ES/content/developers/apps/building-oauth-apps.md @@ -1,7 +1,7 @@ --- title: Crear Apps de OAuth intro: Puedes crear OAuth Apps para ti mismo o para que las utilicen los demás. Aprende como registrar y configurar permisos y opciones de autenticación para Apps de OAuth. -mapTopic: verdadero +mapTopic: true redirect_from: - /apps/building-integrations/setting-up-and-registering-oauth-apps/ - /apps/building-oauth-apps diff --git a/translations/es-ES/content/developers/apps/getting-started-with-apps.md b/translations/es-ES/content/developers/apps/getting-started-with-apps.md index 09908b1a09..82bb6e0d64 100644 --- a/translations/es-ES/content/developers/apps/getting-started-with-apps.md +++ b/translations/es-ES/content/developers/apps/getting-started-with-apps.md @@ -1,7 +1,7 @@ --- title: Comenzar con las apps intro: Aprende cómo crear apps y como configurar tu ambiente de desarrollo. -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/developers/apps/guides.md b/translations/es-ES/content/developers/apps/guides.md index b84a1eda0c..5c152c8f87 100644 --- a/translations/es-ES/content/developers/apps/guides.md +++ b/translations/es-ES/content/developers/apps/guides.md @@ -1,7 +1,7 @@ --- title: Guías intro: 'Aprende cómo utilizar la API de {% data variables.product.prodname_dotcom %} con tu app, integración continua, y cómo compilar con las apps.' -mapTopic: verdadero +mapTopic: true redirect_from: - /apps/quickstart-guides versions: diff --git a/translations/es-ES/content/developers/apps/managing-github-apps.md b/translations/es-ES/content/developers/apps/managing-github-apps.md index b792b78f2c..d8aeb02638 100644 --- a/translations/es-ES/content/developers/apps/managing-github-apps.md +++ b/translations/es-ES/content/developers/apps/managing-github-apps.md @@ -1,7 +1,7 @@ --- title: Adminsitrar las GitHub Apps intro: 'Después de que creas y registras una GitHub App, puedes hacer modificaciones a la misma, cambiar sus permisos, transferir la propiedad, y borrarla.' -mapTopic: verdadero +mapTopic: true redirect_from: - /apps/building-integrations/managing-github-apps/ - /apps/managing-github-apps diff --git a/translations/es-ES/content/developers/apps/managing-oauth-apps.md b/translations/es-ES/content/developers/apps/managing-oauth-apps.md index f4af7f3d8a..df4808e144 100644 --- a/translations/es-ES/content/developers/apps/managing-oauth-apps.md +++ b/translations/es-ES/content/developers/apps/managing-oauth-apps.md @@ -1,7 +1,7 @@ --- title: Adminsitrar las Apps de OAuth intro: 'Después de que creas y registras una App de OAuth, puedes hacerle modificaciones, cambiar sus permisos, transferir su propiedad y borrarla.' -mapTopic: verdadero +mapTopic: true redirect_from: - /apps/building-integrations/managing-oauth-apps/ - /apps/managing-oauth-apps diff --git a/translations/es-ES/content/developers/github-marketplace/creating-apps-for-github-marketplace.md b/translations/es-ES/content/developers/github-marketplace/creating-apps-for-github-marketplace.md index b8b5d54c0f..9e0931a987 100644 --- a/translations/es-ES/content/developers/github-marketplace/creating-apps-for-github-marketplace.md +++ b/translations/es-ES/content/developers/github-marketplace/creating-apps-for-github-marketplace.md @@ -1,7 +1,7 @@ --- title: Crear apps para GitHub Marketplace intro: 'Puedes listar herramientas gratuitas y de pago para que las utilicen los desarrolladores en {% data variables.product.prodname_marketplace %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/developers/github-marketplace/listing-an-app-on-github-marketplace.md b/translations/es-ES/content/developers/github-marketplace/listing-an-app-on-github-marketplace.md index ed62983e31..0c6c17ec9b 100644 --- a/translations/es-ES/content/developers/github-marketplace/listing-an-app-on-github-marketplace.md +++ b/translations/es-ES/content/developers/github-marketplace/listing-an-app-on-github-marketplace.md @@ -1,7 +1,7 @@ --- title: Listar una app en GitHub Marketplace intro: 'Aprende sobre los requisitos y mejores prácticas para listar tu app en {% data variables.product.prodname_marketplace %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /apps/adding-integrations/listing-apps-on-github-marketplace/ - /apps/marketplace/listing-apps-on-github-marketplace/ diff --git a/translations/es-ES/content/developers/github-marketplace/selling-your-app-on-github-marketplace.md b/translations/es-ES/content/developers/github-marketplace/selling-your-app-on-github-marketplace.md index 594cb8c52a..8b42b47882 100644 --- a/translations/es-ES/content/developers/github-marketplace/selling-your-app-on-github-marketplace.md +++ b/translations/es-ES/content/developers/github-marketplace/selling-your-app-on-github-marketplace.md @@ -1,7 +1,7 @@ --- title: Vender tu app en GitHub Marketplace intro: 'Aprende sobre los requisitos y mejores prácticas para vender tu app en {% data variables.product.prodname_marketplace %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /apps/marketplace/administering-listing-plans-and-user-accounts/ - /apps/adding-integrations/managing-pricing-and-payments-for-a-github-marketplace-listing/ diff --git a/translations/es-ES/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app.md b/translations/es-ES/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app.md index 5b9e5efe35..73e8d74d67 100644 --- a/translations/es-ES/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app.md +++ b/translations/es-ES/content/developers/github-marketplace/using-the-github-marketplace-api-in-your-app.md @@ -1,7 +1,7 @@ --- title: Utilizar la API de GitHub Marketplace en tu app intro: 'Aprende cómo integrar la API y eventos de webhook de {% data variables.product.prodname_marketplace %} en tu app para {% data variables.product.prodname_marketplace %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /apps/marketplace/setting-up-github-marketplace-webhooks/ - /apps/marketplace/integrating-with-the-github-marketplace-api/ diff --git a/translations/es-ES/content/developers/webhooks-and-events/events.md b/translations/es-ES/content/developers/webhooks-and-events/events.md index f5e48f6d3f..27a34ccc58 100644 --- a/translations/es-ES/content/developers/webhooks-and-events/events.md +++ b/translations/es-ES/content/developers/webhooks-and-events/events.md @@ -1,7 +1,7 @@ --- title: Eventos intro: 'Tus integraciones pueden suscribirse y reaccionar a los eventos en {% data variables.product.prodname_dotcom %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/developers/webhooks-and-events/webhooks.md b/translations/es-ES/content/developers/webhooks-and-events/webhooks.md index 14774a45be..282037ef67 100644 --- a/translations/es-ES/content/developers/webhooks-and-events/webhooks.md +++ b/translations/es-ES/content/developers/webhooks-and-events/webhooks.md @@ -1,7 +1,7 @@ --- title: Webhooks intro: 'Aprende a configurar, probar y asegurar los webhooks para integrarte con {% data variables.product.prodname_dotcom %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/discussions/quickstart.md b/translations/es-ES/content/discussions/quickstart.md index e5a6278459..c8cbf6464c 100644 --- a/translations/es-ES/content/discussions/quickstart.md +++ b/translations/es-ES/content/discussions/quickstart.md @@ -1,7 +1,7 @@ --- title: Guía de inicio rápido para los debates de GitHub intro: 'Habilita los {% data variables.product.prodname_discussions %} en un repositorio existente e inicia conversaciones con tu comunidad.' -allowTitleToDifferFromFilename: verdadero +allowTitleToDifferFromFilename: true versions: free-pro-team: '*' --- diff --git a/translations/es-ES/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom.md b/translations/es-ES/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom.md index b7e711bbed..0a08baefa7 100644 --- a/translations/es-ES/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom.md +++ b/translations/es-ES/content/education/manage-coursework-with-github-classroom/get-started-with-github-classroom.md @@ -1,8 +1,8 @@ --- title: Inicia con GitHub Classroom shortTitle: Empezar -intro: Aprende cómo configurar y utilizar {% data variables.product.prodname_classroom %} para administrar tu curso. -mapTopic: verdadero +intro: 'Aprende cómo configurar y utilizar {% data variables.product.prodname_classroom %} para administrar tu curso.' +mapTopic: true versions: free-pro-team: '*' --- diff --git a/translations/es-ES/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide.md b/translations/es-ES/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide.md index e0ece3f059..c26b923341 100644 --- a/translations/es-ES/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide.md +++ b/translations/es-ES/content/education/manage-coursework-with-github-classroom/integrate-github-classroom-with-an-ide.md @@ -1,8 +1,8 @@ --- title: Integrar a GitHub Classroom con un IDE shortTitle: Integrar con un IDE -intro: Puedes ayudar a que tus alumnos escriban, prueben y depuren código si preconfiguras un ambiente de desarrollo para los repositorios de tareas en {% data variables.product.prodname_classroom %}. -mapTopic: verdadero +intro: 'Puedes ayudar a que tus alumnos escriban, prueben y depuren código si preconfiguras un ambiente de desarrollo para los repositorios de tareas en {% data variables.product.prodname_classroom %}.' +mapTopic: true versions: free-pro-team: '*' --- diff --git a/translations/es-ES/content/education/manage-coursework-with-github-classroom/learn-with-github-classroom.md b/translations/es-ES/content/education/manage-coursework-with-github-classroom/learn-with-github-classroom.md index 11ad0e7cfa..2c0e0f80ef 100644 --- a/translations/es-ES/content/education/manage-coursework-with-github-classroom/learn-with-github-classroom.md +++ b/translations/es-ES/content/education/manage-coursework-with-github-classroom/learn-with-github-classroom.md @@ -1,7 +1,7 @@ --- title: Aprende con GitHub Classroom -intro: Puedes participar en el trabajo del curso en {% data variables.product.prodname_classroom %} y ver los resultados de tu maestro. -mapTopic: verdadero +intro: 'Puedes participar en el trabajo del curso en {% data variables.product.prodname_classroom %} y ver los resultados de tu maestro.' +mapTopic: true versions: free-pro-team: '*' --- diff --git a/translations/es-ES/content/education/quickstart.md b/translations/es-ES/content/education/quickstart.md index 4a185f18e6..95a8171387 100644 --- a/translations/es-ES/content/education/quickstart.md +++ b/translations/es-ES/content/education/quickstart.md @@ -1,7 +1,7 @@ --- title: Inicio rápido para GitHub Educators -intro: En cerca de 15 minutos, los maestros pueden iniciar con descuentos, capacitación y herramientas para {% data variables.product.company_short %}, posteriormente, pueden crear un aula para los alumnos en un curso de desarrollo de software utilizando {% data variables.product.prodname_classroom %}. -allowTitleToDifferFromFilename: verdadero +intro: 'En cerca de 15 minutos, los maestros pueden iniciar con descuentos, capacitación y herramientas para {% data variables.product.company_short %}, posteriormente, pueden crear un aula para los alumnos en un curso de desarrollo de software utilizando {% data variables.product.prodname_classroom %}.' +allowTitleToDifferFromFilename: true versions: free-pro-team: '*' --- diff --git a/translations/es-ES/content/github/administering-a-repository/configuring-pull-request-merges.md b/translations/es-ES/content/github/administering-a-repository/configuring-pull-request-merges.md index 2e5ed92449..5b9088a3f2 100644 --- a/translations/es-ES/content/github/administering-a-repository/configuring-pull-request-merges.md +++ b/translations/es-ES/content/github/administering-a-repository/configuring-pull-request-merges.md @@ -1,7 +1,7 @@ --- title: Configurar fusiones de solicitudes de extracción intro: 'Puedes configurar las fusiones de solicitudes de cambio en {% data variables.product.product_location %} para que coincidan con tu flujo de trabajo y con tus preferencias para administrar el historial de Git.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/configuring-pull-request-merges versions: diff --git a/translations/es-ES/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md b/translations/es-ES/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md index f8734f5946..4e267ee963 100644 --- a/translations/es-ES/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md +++ b/translations/es-ES/content/github/administering-a-repository/defining-the-mergeability-of-pull-requests.md @@ -6,7 +6,7 @@ redirect_from: - /articles/defining-the-mergeability-of-pull-requests - /enterprise/admin/developer-workflow/establishing-pull-request-merge-conditions product: '{% data reusables.gated-features.protected-branches %}' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/administering-a-repository/managing-branches-in-your-repository.md b/translations/es-ES/content/github/administering-a-repository/managing-branches-in-your-repository.md index 14c87195c2..0240f2c10f 100644 --- a/translations/es-ES/content/github/administering-a-repository/managing-branches-in-your-repository.md +++ b/translations/es-ES/content/github/administering-a-repository/managing-branches-in-your-repository.md @@ -1,7 +1,7 @@ --- title: Administrar ramas en tu repositorio intro: 'Cada vez que propones un cambio en Git, [creas una nueva rama](/articles/creating-and-deleting-branches-within-your-repository/). La administración de ramas es una parte importante del flujo de trabajo de Git. Después de algún tiempo, tu lista de ramas puede crecer, por lo que es una buena idea eliminar las ramas fusionadas o antiguas.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-branches-in-your-repository versions: diff --git a/translations/es-ES/content/github/administering-a-repository/managing-repository-settings.md b/translations/es-ES/content/github/administering-a-repository/managing-repository-settings.md index aa65a4a8f0..2ebe54141c 100644 --- a/translations/es-ES/content/github/administering-a-repository/managing-repository-settings.md +++ b/translations/es-ES/content/github/administering-a-repository/managing-repository-settings.md @@ -1,7 +1,7 @@ --- title: Administrar configuraciones de repositorios intro: 'Los administradores de repositorio y propietarios de organización pueden cambiar la configuración de un repositorio, como el nombre, propietario y visibilidad, o bien, borrar el repositorio.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-repository-settings versions: diff --git a/translations/es-ES/content/github/administering-a-repository/releasing-projects-on-github.md b/translations/es-ES/content/github/administering-a-repository/releasing-projects-on-github.md index f50b67d311..e2477cdad6 100644 --- a/translations/es-ES/content/github/administering-a-repository/releasing-projects-on-github.md +++ b/translations/es-ES/content/github/administering-a-repository/releasing-projects-on-github.md @@ -1,7 +1,7 @@ --- title: Lanzar proyectos en GitHub intro: 'Puedes crear un lanzamiento para consolidad software, notas de lanzamiento y archivos binarios para que los demás lo descarguen.' -mapTopic: verdadero +mapTopic: true redirect_from: - /categories/85/articles/ - /categories/releases/ diff --git a/translations/es-ES/content/github/administering-a-repository/securing-your-repository.md b/translations/es-ES/content/github/administering-a-repository/securing-your-repository.md index 6a6aeae1ba..37b3a0e9d5 100644 --- a/translations/es-ES/content/github/administering-a-repository/securing-your-repository.md +++ b/translations/es-ES/content/github/administering-a-repository/securing-your-repository.md @@ -1,7 +1,7 @@ --- title: Asegurar tu repositorio intro: 'Asegurar las funciones como {% data variables.product.prodname_secret_scanning %} protegen los datos de tu repositorio.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/securing-your-repository versions: diff --git a/translations/es-ES/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md b/translations/es-ES/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md index 18460dd946..273aa392eb 100644 --- a/translations/es-ES/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md +++ b/translations/es-ES/content/github/authenticating-to-github/authenticating-with-saml-single-sign-on.md @@ -1,7 +1,7 @@ --- title: Autenticación con inicio de sesión único de SAML intro: 'Puedes autenticarte en {% if currentVersion == "free-pro-team@latest" %} una organización de {% data variables.product.product_name %} {% elsif currentVersion == "github-ae@latest" %}{% data variables.product.product_location %} {% endif %}con el inicio de sesión único (SSO) de SAML{% if currentVersion == "free-pro-team@latest" %} y ver tus sesiones activas{% endif %}.' -mapTopic: verdadero +mapTopic: true product: '{% data reusables.gated-features.saml-sso %}' redirect_from: - /articles/authenticating-to-a-github-organization-with-saml-single-sign-on/ diff --git a/translations/es-ES/content/github/authenticating-to-github/connecting-to-github-with-ssh.md b/translations/es-ES/content/github/authenticating-to-github/connecting-to-github-with-ssh.md index ac099c725c..5b939d295a 100644 --- a/translations/es-ES/content/github/authenticating-to-github/connecting-to-github-with-ssh.md +++ b/translations/es-ES/content/github/authenticating-to-github/connecting-to-github-with-ssh.md @@ -10,7 +10,7 @@ redirect_from: - /articles/generating-ssh-keys/ - /articles/generating-an-ssh-key/ - /articles/connecting-to-github-with-ssh -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md b/translations/es-ES/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md index 03a940e67c..f5012313fc 100644 --- a/translations/es-ES/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md +++ b/translations/es-ES/content/github/authenticating-to-github/keeping-your-account-and-data-secure.md @@ -1,7 +1,7 @@ --- title: Mantener seguros tu cuenta y tus datos intro: 'Para proteger tu información personal, debes mantener seguros tanto tu {% data variables.product.product_name %} cuenta como cualquier dato asociado.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/keeping-your-account-and-data-secure versions: diff --git a/translations/es-ES/content/github/authenticating-to-github/managing-commit-signature-verification.md b/translations/es-ES/content/github/authenticating-to-github/managing-commit-signature-verification.md index da84f5e4a7..3a55e90681 100644 --- a/translations/es-ES/content/github/authenticating-to-github/managing-commit-signature-verification.md +++ b/translations/es-ES/content/github/authenticating-to-github/managing-commit-signature-verification.md @@ -5,7 +5,7 @@ redirect_from: - /articles/generating-a-gpg-key/ - /articles/signing-commits-with-gpg/ - /articles/managing-commit-signature-verification -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa.md b/translations/es-ES/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa.md index d9b91ccae1..bc13efa289 100644 --- a/translations/es-ES/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa.md +++ b/translations/es-ES/content/github/authenticating-to-github/securing-your-account-with-two-factor-authentication-2fa.md @@ -5,7 +5,7 @@ redirect_from: - /categories/84/articles/ - /categories/two-factor-authentication-2fa/ - /articles/securing-your-account-with-two-factor-authentication-2fa -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md b/translations/es-ES/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md index 38ac56783b..15bf7eafe8 100644 --- a/translations/es-ES/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md +++ b/translations/es-ES/content/github/authenticating-to-github/troubleshooting-commit-signature-verification.md @@ -4,7 +4,7 @@ intro: 'Puede que debas solucionar problemas imprevistos que surgen cuando se fi redirect_from: - /articles/troubleshooting-gpg/ - /articles/troubleshooting-commit-signature-verification -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/authenticating-to-github/troubleshooting-ssh.md b/translations/es-ES/content/github/authenticating-to-github/troubleshooting-ssh.md index 60f1cacc6f..3a797a7406 100644 --- a/translations/es-ES/content/github/authenticating-to-github/troubleshooting-ssh.md +++ b/translations/es-ES/content/github/authenticating-to-github/troubleshooting-ssh.md @@ -1,7 +1,7 @@ --- title: Solucionar problemas de SSH intro: 'Cuando utilizas SSH para conectarte y autenticarte para {% data variables.product.product_name %}, puede que debas solucionar problemas inesperados que surjan.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/troubleshooting-ssh versions: diff --git a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md index d97c5ee33a..b1e746d7ea 100644 --- a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md +++ b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/addressing-merge-conflicts.md @@ -1,7 +1,7 @@ --- title: Abordar conflictos de fusión intro: 'Si tus cambios tienen conflictos de fusión con la sucursal de base, debes ocuparte de los conflictos de fusión antes de que puedas fusionarlo con tus cambios de solicitud de extracción.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/addressing-merge-conflicts versions: diff --git a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md index a69685c92c..47b844d086 100644 --- a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md +++ b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/collaborating-on-repositories-with-code-quality-features.md @@ -1,7 +1,7 @@ --- title: Colaborar en repositorios con características de calidad de código intro: 'Las características de la calidad del flujo de trabajo como estados, {% if enterpriseServerVersions contains currentVersion %}ganchos de pre-recepción. {% endif %}ramas protegidas y verificación de estado requerida ayudan a los colaboradores a hacer contribuciones que cumplan con las condiciones establecidas por la organización y los administradores del repositorio.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/collaborating-on-repositories-with-code-quality-features-enabled/ - /articles/collaborating-on-repositories-with-code-quality-features diff --git a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md index 5171e7ad5a..74cb28bc15 100644 --- a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md +++ b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/incorporating-changes-from-a-pull-request.md @@ -1,7 +1,7 @@ --- title: Incorporar modificaciones desde una solicitud de extracción intro: 'Puedes proponer modificaciones para tu trabajo en {% data variables.product.product_name %} a través de solicitudes de extracción. Aprende a crear, administrar y fusionar solicitudes de extracción.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/incorporating-changes-from-a-pull-request versions: diff --git a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/overview.md b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/overview.md index cd8475b0e5..d771eecb3d 100644 --- a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/overview.md +++ b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/overview.md @@ -1,7 +1,7 @@ --- title: Resumen intro: 'Aprende sobre el flujo de {% data variables.product.prodname_dotcom %} y las formas diferentes para debatir y colaborar en tus proyectos.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md index 1fb4a211be..01c7645eed 100644 --- a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md +++ b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/proposing-changes-to-your-work-with-pull-requests.md @@ -1,7 +1,7 @@ --- title: Proponer cambios a tu trabajo con solicitudes de extracción intro: 'Después de agregar cambios a una rama de tema o bifurcación, puedes abrir una solicitud de extracción para pedirle a tus colaboradores o al administrador del repositorio que revisen tus cambios antes de fusionarlos con el proyecto.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/proposing-changes-to-your-work-with-pull-requests versions: diff --git a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md index 751693361e..ea3efcaadd 100644 --- a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md +++ b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/reviewing-changes-in-pull-requests.md @@ -4,7 +4,7 @@ redirect_from: - /articles/reviewing-and-discussing-changes-in-pull-requests/ - /articles/reviewing-changes-in-pull-requests intro: 'Después de haber abierto una solicitud de extracción, puedes revisar y opinar sobre el conjunto de cambios propuestos.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md index 417bbb7cb2..ce0d3bb010 100644 --- a/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md +++ b/translations/es-ES/content/github/collaborating-with-issues-and-pull-requests/working-with-forks.md @@ -1,7 +1,7 @@ --- title: Trabajar con bifurcaciones intro: 'Las bifurcaciones se suelen usar en desarrollo de código abierto en {% data variables.product.product_name %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/working-with-forks versions: diff --git a/translations/es-ES/content/github/committing-changes-to-your-project/creating-and-editing-commits.md b/translations/es-ES/content/github/committing-changes-to-your-project/creating-and-editing-commits.md index 744b380843..bf6e7dfbf2 100644 --- a/translations/es-ES/content/github/committing-changes-to-your-project/creating-and-editing-commits.md +++ b/translations/es-ES/content/github/committing-changes-to-your-project/creating-and-editing-commits.md @@ -1,7 +1,7 @@ --- title: Crear y editar confirmaciones de cambios intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/creating-and-editing-commits versions: diff --git a/translations/es-ES/content/github/committing-changes-to-your-project/troubleshooting-commits.md b/translations/es-ES/content/github/committing-changes-to-your-project/troubleshooting-commits.md index 8d57b5b5f3..fb51d9aae5 100644 --- a/translations/es-ES/content/github/committing-changes-to-your-project/troubleshooting-commits.md +++ b/translations/es-ES/content/github/committing-changes-to-your-project/troubleshooting-commits.md @@ -1,7 +1,7 @@ --- title: Confirmaciones de solución de problemas intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/troubleshooting-commits versions: diff --git a/translations/es-ES/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md b/translations/es-ES/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md index 035327d3b6..913a35b3b7 100644 --- a/translations/es-ES/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md +++ b/translations/es-ES/content/github/committing-changes-to-your-project/viewing-and-comparing-commits.md @@ -1,7 +1,7 @@ --- title: Ver y comparar confirmaciones de cambios intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/viewing-and-comparing-commits versions: diff --git a/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md b/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md index 680b6a2609..aceac86724 100644 --- a/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md +++ b/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/archiving-a-github-repository.md @@ -5,7 +5,7 @@ redirect_from: - /articles/can-i-archive-a-repository/ - /articles/archiving-a-github-repository - /enterprise/admin/user-management/archiving-and-unarchiving-repositories -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md b/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md index 1319abc65f..5487f8cf09 100644 --- a/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md +++ b/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/cloning-a-repository-from-github.md @@ -1,7 +1,7 @@ --- title: Clonar un repositorio desde GitHub intro: 'Puedes clonar un repositorio remoto desde tu máquina local. Si encuentras errores, existen algunas soluciones de problemas comunes.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/cloning-a-repository-from-github versions: diff --git a/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md b/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md index 4ac23472ad..7728e4ef01 100644 --- a/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md +++ b/translations/es-ES/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github.md @@ -1,7 +1,7 @@ --- title: Crear un repositorio en GitHub intro: 'Luego de crear tu repositorio en {% data variables.product.product_name %}, puedes personalizar sus parámetros y su contenido.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/creating-a-repository-on-github versions: diff --git a/translations/es-ES/content/github/customizing-your-github-workflow/exploring-integrations.md b/translations/es-ES/content/github/customizing-your-github-workflow/exploring-integrations.md index e446564cd0..a6146f3952 100644 --- a/translations/es-ES/content/github/customizing-your-github-workflow/exploring-integrations.md +++ b/translations/es-ES/content/github/customizing-your-github-workflow/exploring-integrations.md @@ -1,7 +1,9 @@ --- title: Explorar integraciones -intro: "Puedes personalizar y ampliar tu flujo de trabajo de {% data variables.product.product_name %} con herramientas y\n servicios diseñados por la comunidad de {% data variables.product.product_name %}." -mapTopic: verdadero +intro: |- + Puedes personalizar y ampliar tu flujo de trabajo de {% data variables.product.product_name %} con herramientas y + servicios diseñados por la comunidad de {% data variables.product.product_name %}. +mapTopic: true redirect_from: - /articles/exploring-integrations versions: diff --git a/translations/es-ES/content/github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace.md b/translations/es-ES/content/github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace.md index e791c4f627..307ee3a79a 100644 --- a/translations/es-ES/content/github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace.md +++ b/translations/es-ES/content/github/customizing-your-github-workflow/purchasing-and-installing-apps-in-github-marketplace.md @@ -1,7 +1,7 @@ --- title: Comprar e instalar aplicaciones en el Mercado GitHub intro: '{% data variables.product.prodname_marketplace %} incluye apps con planes de precios gratuitos y pagos. Cuando encuentras una aplicación paga que desearías usar para tu cuenta personal u organización, puedes comprar e instalar la app utilizando tu información de facturación existente.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/purchasing-and-installing-apps-in-github-marketplace versions: diff --git a/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors.md b/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors.md index be8791a6f5..18f3e9681f 100644 --- a/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors.md +++ b/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/automatically-scanning-your-code-for-vulnerabilities-and-errors.md @@ -2,7 +2,7 @@ title: Escanear tu código automáticamente para encontrar vulnerabilidades y errores shortTitle: Escanear automáticamente intro: 'Puedes encontrar vulnerabilidades y errores en el código de tu proyecto en {% data variables.product.prodname_dotcom %}.' -mapTopic: verdadero +mapTopic: true product: '{% data reusables.gated-features.code-scanning %}' versions: enterprise-server: '2.22' diff --git a/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/integrating-with-code-scanning.md b/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/integrating-with-code-scanning.md index 64f6ca264b..c7df299d69 100644 --- a/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/integrating-with-code-scanning.md +++ b/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/integrating-with-code-scanning.md @@ -2,7 +2,7 @@ title: Integrarse con el escaneo de código shortTitle: Integración intro: 'Puedes integrar las herramientas de análisis de código de terceros con el {% data variables.product.prodname_code_scanning %} de {% data variables.product.prodname_dotcom %} su cargas datos como archivos SARIF.' -mapTopic: verdadero +mapTopic: true product: '{% data reusables.gated-features.code-scanning %}' versions: enterprise-server: '2.22' diff --git a/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/using-codeql-code-scanning-with-your-existing-ci-system.md b/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/using-codeql-code-scanning-with-your-existing-ci-system.md index b24a52b0d3..9d46c0c634 100644 --- a/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/using-codeql-code-scanning-with-your-existing-ci-system.md +++ b/translations/es-ES/content/github/finding-security-vulnerabilities-and-errors-in-your-code/using-codeql-code-scanning-with-your-existing-ci-system.md @@ -2,7 +2,7 @@ title: Utilizar el escaneo de código de CodeQL en tu sistema de IC existente shortTitle: Soporte de CodeQL para sistemas de IC intro: 'El {% data variables.product.prodname_codeql_runner %} te permite utilizar tu sistema de IC existente para ejecutar el {% data variables.product.prodname_code_scanning %} de {% data variables.product.prodname_codeql %}.' -mapTopic: verdadero +mapTopic: true product: '{% data reusables.gated-features.code-scanning %}' versions: enterprise-server: '2.22' diff --git a/translations/es-ES/content/github/getting-started-with-github/exploring-projects-on-github.md b/translations/es-ES/content/github/getting-started-with-github/exploring-projects-on-github.md index fe67a3b183..22a0e248e9 100644 --- a/translations/es-ES/content/github/getting-started-with-github/exploring-projects-on-github.md +++ b/translations/es-ES/content/github/getting-started-with-github/exploring-projects-on-github.md @@ -1,7 +1,7 @@ --- title: Explorar proyectos en GitHub intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /categories/stars/ - /categories/87/articles/ diff --git a/translations/es-ES/content/github/getting-started-with-github/getting-started-with-git.md b/translations/es-ES/content/github/getting-started-with-github/getting-started-with-git.md index bf904ddfd5..128eebb7f0 100644 --- a/translations/es-ES/content/github/getting-started-with-github/getting-started-with-git.md +++ b/translations/es-ES/content/github/getting-started-with-github/getting-started-with-git.md @@ -1,7 +1,7 @@ --- title: Comenzar con Git intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/getting-started-with-git-and-github - /github/using-git/getting-started-with-git-and-github diff --git a/translations/es-ES/content/github/getting-started-with-github/learning-about-github.md b/translations/es-ES/content/github/getting-started-with-github/learning-about-github.md index eb2102453f..b864f1df94 100644 --- a/translations/es-ES/content/github/getting-started-with-github/learning-about-github.md +++ b/translations/es-ES/content/github/getting-started-with-github/learning-about-github.md @@ -1,7 +1,7 @@ --- title: Obtener información sobre GitHub intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/learning-about-github versions: diff --git a/translations/es-ES/content/github/getting-started-with-github/quickstart.md b/translations/es-ES/content/github/getting-started-with-github/quickstart.md index 0dcf6d2170..28d2e37aaf 100644 --- a/translations/es-ES/content/github/getting-started-with-github/quickstart.md +++ b/translations/es-ES/content/github/getting-started-with-github/quickstart.md @@ -1,7 +1,7 @@ --- title: Inicio Rápido intro: 'Inicia rápidamente las tareas comunes en {% data variables.product.prodname_dotcom %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/getting-started-with-github/signing-up-for-github.md b/translations/es-ES/content/github/getting-started-with-github/signing-up-for-github.md index b44e465135..a721a81fca 100644 --- a/translations/es-ES/content/github/getting-started-with-github/signing-up-for-github.md +++ b/translations/es-ES/content/github/getting-started-with-github/signing-up-for-github.md @@ -1,7 +1,7 @@ --- title: Registrarse en GitHub intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/signing-up-for-github versions: diff --git a/translations/es-ES/content/github/getting-started-with-github/using-git.md b/translations/es-ES/content/github/getting-started-with-github/using-git.md index eecfa9a926..829b3ca6c2 100644 --- a/translations/es-ES/content/github/getting-started-with-github/using-git.md +++ b/translations/es-ES/content/github/getting-started-with-github/using-git.md @@ -1,7 +1,7 @@ --- title: Utilizar GitHub intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/using-common-git-commands - /github/using-git/using-common-git-commands diff --git a/translations/es-ES/content/github/getting-started-with-github/using-github.md b/translations/es-ES/content/github/getting-started-with-github/using-github.md index 7d0b9c89ba..96f2794bb1 100644 --- a/translations/es-ES/content/github/getting-started-with-github/using-github.md +++ b/translations/es-ES/content/github/getting-started-with-github/using-github.md @@ -1,7 +1,7 @@ --- title: Utilizar GitHub intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/using-github versions: diff --git a/translations/es-ES/content/github/importing-your-projects-to-github/importing-source-code-to-github.md b/translations/es-ES/content/github/importing-your-projects-to-github/importing-source-code-to-github.md index 0d32b3d823..e02c721991 100644 --- a/translations/es-ES/content/github/importing-your-projects-to-github/importing-source-code-to-github.md +++ b/translations/es-ES/content/github/importing-your-projects-to-github/importing-source-code-to-github.md @@ -7,7 +7,7 @@ redirect_from: - /articles/importing-an-external-git-repo/ - /articles/importing-your-project-to-github/ - /articles/importing-source-code-to-github -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/importing-your-projects-to-github/working-with-subversion-on-github.md b/translations/es-ES/content/github/importing-your-projects-to-github/working-with-subversion-on-github.md index cdf2466f61..30540ed45a 100644 --- a/translations/es-ES/content/github/importing-your-projects-to-github/working-with-subversion-on-github.md +++ b/translations/es-ES/content/github/importing-your-projects-to-github/working-with-subversion-on-github.md @@ -1,7 +1,7 @@ --- title: Trabajar con Subversion en GitHub intro: Puedes usar clientes de Subversion y algunos flujos de trabajo y propiedades de Subversion con GitHub. -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/working-with-subversion-on-github versions: diff --git a/translations/es-ES/content/github/managing-files-in-a-repository/managing-files-on-github.md b/translations/es-ES/content/github/managing-files-in-a-repository/managing-files-on-github.md index 75ac25fe06..8147f5680f 100644 --- a/translations/es-ES/content/github/managing-files-in-a-repository/managing-files-on-github.md +++ b/translations/es-ES/content/github/managing-files-in-a-repository/managing-files-on-github.md @@ -1,7 +1,7 @@ --- title: Administrar archivos en GitHub intro: 'En {% data variables.product.product_name %}, puedes crear, editar, mover y eliminar archivos en un repositorio.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-files-on-github versions: diff --git a/translations/es-ES/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md b/translations/es-ES/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md index a5a3bfd64c..60604b67e0 100644 --- a/translations/es-ES/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md +++ b/translations/es-ES/content/github/managing-files-in-a-repository/managing-files-using-the-command-line.md @@ -1,7 +1,7 @@ --- title: Administrar archivos utilizando la línea de comando intro: 'Utilizando la línea de comando, puedes agregar, renombrar y mover archivos en un repositorio.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-files-using-the-command-line versions: diff --git a/translations/es-ES/content/github/managing-files-in-a-repository/working-with-non-code-files.md b/translations/es-ES/content/github/managing-files-in-a-repository/working-with-non-code-files.md index 0275076841..e6fa16b76a 100644 --- a/translations/es-ES/content/github/managing-files-in-a-repository/working-with-non-code-files.md +++ b/translations/es-ES/content/github/managing-files-in-a-repository/working-with-non-code-files.md @@ -1,7 +1,7 @@ --- title: Trabajar con archivos sin código intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /categories/89/articles/ - /articles/working-with-non-code-files diff --git a/translations/es-ES/content/github/managing-large-files/versioning-large-files.md b/translations/es-ES/content/github/managing-large-files/versioning-large-files.md index 0fb017ea41..56975152c8 100644 --- a/translations/es-ES/content/github/managing-large-files/versioning-large-files.md +++ b/translations/es-ES/content/github/managing-large-files/versioning-large-files.md @@ -1,7 +1,7 @@ --- title: Control de versiones de archivos grandes intro: '{% data reusables.enterprise_site_admin_settings.configuring-large-file-storage-short-description %}' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/versioning-large-files versions: diff --git a/translations/es-ES/content/github/managing-large-files/working-with-large-files.md b/translations/es-ES/content/github/managing-large-files/working-with-large-files.md index afe4bf5a85..5f9563241c 100644 --- a/translations/es-ES/content/github/managing-large-files/working-with-large-files.md +++ b/translations/es-ES/content/github/managing-large-files/working-with-large-files.md @@ -1,7 +1,7 @@ --- title: Trabajar con archivos de gran tamaño intro: 'Un repositorio Git contiene cada versión de cada archivo. Pero para algunos tipos de archivos, esto no es práctico. Las revisiones múltiples de archivos de gran tamaño incrementan los tiempos de clonación y extracción para otros usuarios de un repositorio.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/working-with-large-files versions: diff --git a/translations/es-ES/content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies.md b/translations/es-ES/content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies.md index a63cc2f49c..f2083ff779 100644 --- a/translations/es-ES/content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies.md +++ b/translations/es-ES/content/github/managing-security-vulnerabilities/managing-vulnerabilities-in-your-projects-dependencies.md @@ -1,9 +1,9 @@ --- title: Administrar vulnerabilidades en las dependencias de tus proyectos intro: 'Puedes rastrear las dependencias de tu repositorio y recibir{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}{% else %}alertas de seguridad del {% data variables.product.prodname_dependabot_alerts %}{% endif %}cuando {% data variables.product.product_name %} detecta dependencias vulnerables.' -mapTopic: verdadero +mapTopic: true versions: - enterprise-server: '<=2.22' + enterprise-server: <=2.22 topics: - seguridad --- diff --git a/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md b/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md index 110ad39319..449342c9c8 100644 --- a/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md +++ b/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github.md @@ -1,7 +1,7 @@ --- title: Administrar suscripciones de actividades en GitHub intro: 'Para mantener notificaciones de flujo de trabajo sostenibles, entender y revisar frecuentemente tus suscripciones.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '>=2.21' diff --git a/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md b/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md index 84fc22afbf..3c37236dd2 100644 --- a/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md +++ b/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/setting-up-notifications.md @@ -1,7 +1,7 @@ --- title: Configurar las notificaciones intro: 'Para mejorar la relevancia de tus notificaciones y simplificar tu flujo de trabajo de clasificación, configura tus notificaciones para que empaten con tus prioridades.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/getting-started-with-notifications versions: diff --git a/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md b/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md index de69a8c940..1cc26c8021 100644 --- a/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md +++ b/translations/es-ES/content/github/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications.md @@ -1,7 +1,7 @@ --- title: Ver y clasificar las notificaciones intro: 'Para optimizar el flujo de trabajo de tus notificaciones, puedes personalizar como las visualizas y clasificas.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-notifications/ - /articles/managing-your-notifications diff --git a/translations/es-ES/content/github/managing-your-work-on-github/finding-information-in-a-repository.md b/translations/es-ES/content/github/managing-your-work-on-github/finding-information-in-a-repository.md index 0b0ed31642..13f5efbb29 100644 --- a/translations/es-ES/content/github/managing-your-work-on-github/finding-information-in-a-repository.md +++ b/translations/es-ES/content/github/managing-your-work-on-github/finding-information-in-a-repository.md @@ -1,7 +1,7 @@ --- title: Buscar información en un repositorio intro: 'Para buscar información detallada acerca de un repositorio en GitHub, puedes filtrar, clasificar y buscar propuestas y solicitudes de extracción que son relevantes para el repositorio.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/finding-information-in-a-repository versions: diff --git a/translations/es-ES/content/github/managing-your-work-on-github/managing-project-boards.md b/translations/es-ES/content/github/managing-your-work-on-github/managing-project-boards.md index ce549effa8..13b747851b 100644 --- a/translations/es-ES/content/github/managing-your-work-on-github/managing-project-boards.md +++ b/translations/es-ES/content/github/managing-your-work-on-github/managing-project-boards.md @@ -1,7 +1,7 @@ --- title: Administrar tableros de proyecto intro: Puedes usar tableros de proyecto para organizar propuestas y solicitudes de extracción y administrar tu flujo de trabajo a través de un repositorio u organización. -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-project-boards versions: diff --git a/translations/es-ES/content/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests.md b/translations/es-ES/content/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests.md index f41935da4a..48b3fe3ebb 100644 --- a/translations/es-ES/content/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests.md +++ b/translations/es-ES/content/github/managing-your-work-on-github/managing-your-work-with-issues-and-pull-requests.md @@ -1,7 +1,7 @@ --- title: Administrar tu trabajo con propuestas y solicitudes de cambios intro: 'Puedes administrar tu trabajo en {% data variables.product.product_name %} al crear propuestas para rastrear ideas, mejoras, tareas o errores.' -mapTopic: verdadero +mapTopic: true redirect_from: - /github/managing-your-work-on-github/managing-your-work-with-issues - /articles/managing-your-work-with-issues diff --git a/translations/es-ES/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md b/translations/es-ES/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md index 1971b2bd14..f0b520cf41 100644 --- a/translations/es-ES/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md +++ b/translations/es-ES/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-milestones.md @@ -1,7 +1,7 @@ --- title: Rastrear el progreso de tu trabajo con hitos intro: 'Puedes hacer el seguimiento de tu trabajo en {% data variables.product.product_name %} creando hitos con propuestas y solicitudes de extracción asociadas.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/tracking-the-progress-of-your-work-with-milestones versions: diff --git a/translations/es-ES/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md b/translations/es-ES/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md index 832d97cd9c..595e10af65 100644 --- a/translations/es-ES/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md +++ b/translations/es-ES/content/github/managing-your-work-on-github/tracking-the-progress-of-your-work-with-project-boards.md @@ -4,7 +4,7 @@ intro: 'Puedes hacer el seguimiento y priorizar tu trabajo en {% data variables. redirect_from: - /articles/tracking-the-progress-of-your-work-with-projects/ - /articles/tracking-the-progress-of-your-work-with-project-boards -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md b/translations/es-ES/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md index 9eec6a72e5..4526a071bb 100644 --- a/translations/es-ES/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md +++ b/translations/es-ES/content/github/searching-for-information-on-github/getting-started-with-searching-on-github.md @@ -1,6 +1,6 @@ --- title: Comenzar con la búsqueda en GitHub -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/getting-started-with-searching-on-github versions: diff --git a/translations/es-ES/content/github/searching-for-information-on-github/searching-on-github.md b/translations/es-ES/content/github/searching-for-information-on-github/searching-on-github.md index 3a12bcae2d..770fb9698c 100644 --- a/translations/es-ES/content/github/searching-for-information-on-github/searching-on-github.md +++ b/translations/es-ES/content/github/searching-for-information-on-github/searching-on-github.md @@ -1,6 +1,6 @@ --- title: Buscar en GitHub -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/searching-on-github versions: diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage.md index ca85436f95..4a881cc225 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-git-large-file-storage.md @@ -6,7 +6,7 @@ redirect_from: - /articles/managing-large-file-storage-and-bandwidth-for-your-organization/ - /articles/managing-storage-and-bandwidth-usage/ - /articles/managing-billing-for-git-large-file-storage -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions.md index d924d6aed0..961892430d 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-actions.md @@ -1,7 +1,7 @@ --- title: Administrar la facturación para GitHub Actions intro: 'Puedes ver el uso y configurar un límite de gastos para {% data variables.product.prodname_actions %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-marketplace-apps.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-marketplace-apps.md index d1074be2cd..69167141e0 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-marketplace-apps.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-marketplace-apps.md @@ -5,7 +5,7 @@ redirect_from: - /articles/managing-your-personal-account-s-apps/ - /articles/managing-your-organization-s-apps/ - /articles/managing-billing-for-github-marketplace-apps -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages.md index d55d3af292..956ae9d061 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-packages.md @@ -1,7 +1,7 @@ --- title: Administrar la facturación para GitHub Packages intro: 'Puedes ver tu uso de {% data variables.product.prodname_registry %} y configurar un límite de gastos para {% data variables.product.prodname_registry %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-sponsors.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-sponsors.md index 8abaa80dde..b7532ddc04 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-sponsors.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-github-sponsors.md @@ -1,7 +1,7 @@ --- title: Administrar la facturación de Patrocinadores de GitHub intro: Puedes actualizar o bajar de categoría el nivel de cada uno de tus patrocinadores. -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-billing-for-github-sponsors versions: diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account.md index 9f3107e289..b009d46578 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account.md @@ -11,7 +11,7 @@ redirect_from: - /categories/3/articles/ - /articles/managing-your-organization-s-paid-seats/ - /articles/managing-billing-for-your-github-account -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-licensing-for-github-advanced-security.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-licensing-for-github-advanced-security.md index e38cd3b13d..a76b249b27 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-licensing-for-github-advanced-security.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-licensing-for-github-advanced-security.md @@ -1,7 +1,7 @@ --- title: Administrar las licencias para GitHub Advanced Security intro: 'Puedes ver y administrar tu uso de plazas en una licencia de {% data variables.product.prodname_advanced_security %}.' -mapTopic: verdadero +mapTopic: true product: '{% data reusables.gated-features.ghas %}' versions: free-pro-team: '*' diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings.md index 60047145cd..aed89ae637 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-github-billing-settings.md @@ -9,7 +9,7 @@ redirect_from: - /categories/paying-for-organization-accounts/articles/ - /categories/99/articles/ - /articles/managing-your-github-billing-settings -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-up-paid-organizations-for-procurement-companies.md b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-up-paid-organizations-for-procurement-companies.md index 2abdc21acf..9f6a2c767a 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-up-paid-organizations-for-procurement-companies.md +++ b/translations/es-ES/content/github/setting-up-and-managing-billing-and-payments-on-github/setting-up-paid-organizations-for-procurement-companies.md @@ -5,7 +5,7 @@ redirect_from: - /articles/setting-up-and-paying-for-organizations-for-resellers/ - /articles/setting-up-and-paying-for-organizations-for-procurement-companies/ - /articles/setting-up-paid-organizations-for-procurement-companies -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md b/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md index 173e1c3a4b..622a195c1c 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-organizations-in-your-enterprise-account.md @@ -1,7 +1,7 @@ --- title: Administrar organizaciones en tu cuenta de empresa product: '{% data reusables.gated-features.enterprise-accounts %}' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-organizations-in-your-enterprise-account - /github/setting-up-and-managing-your-enterprise-account/managing-organizations-in-your-enterprise-account diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md b/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md index e3d3cc0031..391ea86adf 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise.md @@ -1,7 +1,7 @@ --- title: Administrar los usuarios en tu empresa product: '{% data reusables.gated-features.enterprise-accounts %}' -mapTopic: verdadero +mapTopic: true redirect_from: - /github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise-account - /github/setting-up-and-managing-your-enterprise-account/managing-users-in-your-enterprise-account diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md b/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md index 62ea39c3f0..e6e1035f77 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account.md @@ -1,7 +1,7 @@ --- title: Administrar tu cuenta de empresa product: '{% data reusables.gated-features.enterprise-accounts %}' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-your-enterprise-account versions: diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md b/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md index 13fbe647dd..14e72a060b 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-enterprise/setting-policies-for-organizations-in-your-enterprise-account.md @@ -1,7 +1,7 @@ --- title: Establecer políticas para organizaciones en tu cuenta de empresa product: '{% data reusables.gated-features.enterprise-accounts %}' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/setting-policies-for-organizations-in-your-enterprise-account - /github/setting-up-and-managing-your-enterprise-account/setting-policies-for-organizations-in-your-enterprise-account diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md b/translations/es-ES/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md index 8662b9f907..9c3e6592f5 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-github-profile/customizing-your-profile.md @@ -1,7 +1,7 @@ --- title: Personalizar tu perfil intro: Puedes personalizar tu perfil para que los demás usuarios puedan comprender mejor quién eres y qué trabajo realizas. -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/customizing-your-profile versions: diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md b/translations/es-ES/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md index c792e37f36..f79af149d3 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-github-profile/managing-contribution-graphs-on-your-profile.md @@ -1,7 +1,7 @@ --- title: Administrar los gráficos de contribución en tu perfil intro: 'Tus contribuciones, incluidas las confirmaciones de cambios, las solicitudes de extracción propuestas y las propuestas abiertas, se muestran en tu perfil para que las personas puedan ver fácilmente el trabajo que has realizado.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-contribution-graphs-on-your-profile versions: diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md b/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md index 38a8ebfb42..ad28b837a9 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories.md @@ -6,7 +6,7 @@ redirect_from: - /categories/managing-repository-collaborators/ - /articles/managing-access-to-your-personal-repositories product: '{% data reusables.gated-features.user-repo-collaborators %}' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md b/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md index e7a0ee44aa..c91c4887ec 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-email-preferences.md @@ -4,7 +4,7 @@ intro: 'Puedes agregar o cambiar las direcciones de correo electrónico asociada redirect_from: - /categories/managing-email-preferences/ - /articles/managing-email-preferences -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md b/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md index b7965b0e6b..b1689c3335 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-user-account-settings.md @@ -5,7 +5,7 @@ redirect_from: - /categories/29/articles/ - /categories/user-accounts/ - /articles/managing-user-account-settings -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md b/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md index 6d06b30cb1..fc8f7eb48f 100644 --- a/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md +++ b/translations/es-ES/content/github/setting-up-and-managing-your-github-user-account/managing-your-membership-in-organizations.md @@ -1,7 +1,7 @@ --- title: Administrar tu membresía en organizaciones intro: 'Si eres un miembro de una organización, puedes publicar u ocultar tu membresía, ver los roles de otras personas y eliminarte de una organización.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/managing-your-membership-in-organizations versions: diff --git a/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/overview.md b/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/overview.md index 998ebf0c59..c98f5592f0 100644 --- a/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/overview.md +++ b/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/overview.md @@ -1,7 +1,7 @@ --- title: Resumen intro: 'Aprende sobre {% data variables.product.prodname_sponsors %} y sobre cómo puedes involucrarte como patrocinador o como colaborador de código abierto.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' topics: diff --git a/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/receiving-sponsorships-through-github-sponsors.md b/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/receiving-sponsorships-through-github-sponsors.md index f5846546d3..27d3551022 100644 --- a/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/receiving-sponsorships-through-github-sponsors.md +++ b/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/receiving-sponsorships-through-github-sponsors.md @@ -2,7 +2,7 @@ title: Recibir patrocinios a través de patrocinadores de GitHub shortTitle: Recibir patrocinios intro: 'Tu organización o tú pueden convertirse en un colaborador de código abierto para recibir pagos por su trabajo, actualizar sus detalles de patrocinio y ver y contactar a sus patrocinadores.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/receiving-sponsorships-as-a-sponsored-developer - /github/supporting-the-open-source-community-with-github-sponsors/receiving-sponsorships-as-a-sponsored-developer diff --git a/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/sponsoring-open-source-contributors.md b/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/sponsoring-open-source-contributors.md index c83fbd2e0d..c6f8b28739 100644 --- a/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/sponsoring-open-source-contributors.md +++ b/translations/es-ES/content/github/supporting-the-open-source-community-with-github-sponsors/sponsoring-open-source-contributors.md @@ -1,7 +1,7 @@ --- title: Patrocinar a colaboradores de código abierto intro: 'Puedes patrocinar colaboradores, recibir actualizaciones sobre los programadores y las organizaciones que patrocinas, y mostrar una insignia de patrocinador en todo {% data variables.product.product_name %}.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/sponsoring-open-source-developers - /github/supporting-the-open-source-community-with-github-sponsors/sponsoring-open-source-developers diff --git a/translations/es-ES/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md b/translations/es-ES/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md index 366b33f8ac..f39def9710 100644 --- a/translations/es-ES/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md +++ b/translations/es-ES/content/github/visualizing-repository-data-with-graphs/accessing-basic-repository-data.md @@ -1,7 +1,7 @@ --- title: Acceso a datos básicos del repositorio intro: 'Puedes ver la información básica de un repositorio, tal como la actividad del mismo{% if currentVersion == "free-pro-team@latest" %}, su tráfico,{% endif %} y la actividad de las contribuciones.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/accessing-basic-repository-data versions: diff --git a/translations/es-ES/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md b/translations/es-ES/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md index b0514875c1..4610567d54 100644 --- a/translations/es-ES/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md +++ b/translations/es-ES/content/github/visualizing-repository-data-with-graphs/analyzing-changes-to-a-repositorys-content.md @@ -5,7 +5,7 @@ redirect_from: - /articles/viewing-commit-frequency-in-a-repository/ - /articles/analyzing-changes-to-a-repository-s-content - /articles/analyzing-changes-to-a-repositorys-content -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md b/translations/es-ES/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md index 441e811405..cd4d90fdf5 100644 --- a/translations/es-ES/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md +++ b/translations/es-ES/content/github/visualizing-repository-data-with-graphs/understanding-connections-between-repositories.md @@ -1,7 +1,7 @@ --- title: Entender las conexiones entre repositorios intro: 'Puedes entender mejor las conexiones que existen entre repositorios si ves la red de un repositorio{% if currentVersion == "free-pro-team@latest" %}, los proyectos que dependen de él,{% endif %} y sus bifurcaciones.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/understanding-connections-between-repositories versions: diff --git a/translations/es-ES/content/github/writing-on-github/editing-and-sharing-content-with-gists.md b/translations/es-ES/content/github/writing-on-github/editing-and-sharing-content-with-gists.md index 89a6332bdb..63d06647bc 100644 --- a/translations/es-ES/content/github/writing-on-github/editing-and-sharing-content-with-gists.md +++ b/translations/es-ES/content/github/writing-on-github/editing-and-sharing-content-with-gists.md @@ -1,7 +1,7 @@ --- title: Editar y compartir contenido con gists intro: '' -mapTopic: verdadero +mapTopic: true redirect_from: - /categories/23/articles/ - /categories/gists/ diff --git a/translations/es-ES/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md b/translations/es-ES/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md index 7fbb9e2f3a..b29eb5eee4 100644 --- a/translations/es-ES/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md +++ b/translations/es-ES/content/github/writing-on-github/getting-started-with-writing-and-formatting-on-github.md @@ -5,7 +5,7 @@ redirect_from: - /articles/things-you-can-do-in-a-text-area-on-github/ - /articles/getting-started-with-writing-and-formatting-on-github intro: 'Puedes usar características simples para darles formato a tus comentarios e interactuar con otros en propuestas, solicitudes de extracción y wikis en GitHub.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '*' diff --git a/translations/es-ES/content/github/writing-on-github/working-with-advanced-formatting.md b/translations/es-ES/content/github/writing-on-github/working-with-advanced-formatting.md index 34a24c3e57..6ce3ec040c 100644 --- a/translations/es-ES/content/github/writing-on-github/working-with-advanced-formatting.md +++ b/translations/es-ES/content/github/writing-on-github/working-with-advanced-formatting.md @@ -1,7 +1,7 @@ --- title: Trabajar con formato avanzado intro: 'Los formatos como tablas, resaltado de la sintaxis y enlace automático te permiten organizar la información compleja claramente en tus solicitudes de extracción, propuestas y comentarios.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/working-with-advanced-formatting versions: diff --git a/translations/es-ES/content/github/writing-on-github/working-with-saved-replies.md b/translations/es-ES/content/github/writing-on-github/working-with-saved-replies.md index c211c9df3e..b83cce9e9d 100644 --- a/translations/es-ES/content/github/writing-on-github/working-with-saved-replies.md +++ b/translations/es-ES/content/github/writing-on-github/working-with-saved-replies.md @@ -1,7 +1,7 @@ --- title: Trabajar con respuestas guardadas intro: 'Para ahorrar tiempo y asegurarte de enviar un mensaje consistente, puedes agregar respuestas guardadas a las propuestas y los comentarios de la solicitud de extracción.' -mapTopic: verdadero +mapTopic: true redirect_from: - /articles/working-with-saved-replies versions: diff --git a/translations/es-ES/content/insights/installing-and-configuring-github-insights/configuring-github-insights.md b/translations/es-ES/content/insights/installing-and-configuring-github-insights/configuring-github-insights.md index a473d34dc3..a197db333d 100644 --- a/translations/es-ES/content/insights/installing-and-configuring-github-insights/configuring-github-insights.md +++ b/translations/es-ES/content/insights/installing-and-configuring-github-insights/configuring-github-insights.md @@ -2,7 +2,7 @@ title: Configurar información de GitHub shortTitle: Configuración intro: 'Puedes administrar la conexión entre {% data variables.product.prodname_insights %} Y {% data variables.product.prodname_enterprise %}, y administrar permisos para los usuarios de {% data variables.product.prodname_insights %}.' -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' --- diff --git a/translations/es-ES/content/insights/installing-and-configuring-github-insights/installing-and-updating-github-insights.md b/translations/es-ES/content/insights/installing-and-configuring-github-insights/installing-and-updating-github-insights.md index 1b60b5dc95..e0dde80446 100644 --- a/translations/es-ES/content/insights/installing-and-configuring-github-insights/installing-and-updating-github-insights.md +++ b/translations/es-ES/content/insights/installing-and-configuring-github-insights/installing-and-updating-github-insights.md @@ -2,7 +2,7 @@ title: Instalar y actualizar la información de GitHub shortTitle: Instalar y actualizar intro: 'Puedes instalar a aplicación de {% data variables.product.prodname_insights %} y actualizarla a la última versión.' -mapTopic: verdadero +mapTopic: true versions: enterprise-server: '*' --- diff --git a/translations/es-ES/content/insights/installing-and-configuring-github-insights/managing-data-in-github-insights.md b/translations/es-ES/content/insights/installing-and-configuring-github-insights/managing-data-in-github-insights.md index f512c60d89..8e98d085ff 100644 --- a/translations/es-ES/content/insights/installing-and-configuring-github-insights/managing-data-in-github-insights.md +++ b/translations/es-ES/content/insights/installing-and-configuring-github-insights/managing-data-in-github-insights.md @@ -2,7 +2,7 @@ title: Administrar datos en GitHub Insights shortTitle: Administrar datos intro: 'Puedes elegir qué métricas se muestran en {% data variables.product.prodname_insights %} y qué organizaciones, repositorios y personas están incluidas en esas métricas. Puedes configurar objetivos y agregar contexto a las métricas.' -mapTopic: verdadero +mapTopic: true redirect_from: - /github/installing-and-configuring-github-insights/managing-data-in-github-insights versions: diff --git a/translations/es-ES/content/packages/guides/container-guides-for-github-packages.md b/translations/es-ES/content/packages/guides/container-guides-for-github-packages.md index 2e552b431a..5554ef9693 100644 --- a/translations/es-ES/content/packages/guides/container-guides-for-github-packages.md +++ b/translations/es-ES/content/packages/guides/container-guides-for-github-packages.md @@ -2,7 +2,7 @@ title: Guías de contenedor para GitHub Packages shortTitle: Guías de contenedor para GitHub Packages intro: 'Puedes publicar y recuperar las imágenes de Docker utilizando {% data variables.product.prodname_registry %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '>=2.22' diff --git a/translations/es-ES/content/packages/guides/package-client-guides-for-github-packages.md b/translations/es-ES/content/packages/guides/package-client-guides-for-github-packages.md index 76685f9d72..0639d1fc71 100644 --- a/translations/es-ES/content/packages/guides/package-client-guides-for-github-packages.md +++ b/translations/es-ES/content/packages/guides/package-client-guides-for-github-packages.md @@ -2,7 +2,7 @@ title: Las guías de cliente de paquetes para GitHub Packages shortTitle: Las guías de cliente de paquetes para GitHub Packages intro: 'Puedes publicar y recuperar imágenes de cliente de paquetes utilizando {% data variables.product.prodname_registry %}.' -mapTopic: verdadero +mapTopic: true versions: free-pro-team: '*' enterprise-server: '>=2.22' diff --git a/translations/es-ES/content/packages/quickstart.md b/translations/es-ES/content/packages/quickstart.md index fca2a186d9..4b1c6f0287 100644 --- a/translations/es-ES/content/packages/quickstart.md +++ b/translations/es-ES/content/packages/quickstart.md @@ -1,7 +1,7 @@ --- title: Guía de inciio rápido para GitHub Packages intro: 'Publica en el {% data variables.product.prodname_registry %} con {% data variables.product.prodname_actions %}.' -allowTitleToDifferFromFilename: verdadero +allowTitleToDifferFromFilename: true versions: free-pro-team: '*' enterprise-server: '>=2.22' diff --git a/translations/es-ES/content/rest/reference/git.md b/translations/es-ES/content/rest/reference/git.md index d14914225a..4ec22073b9 100644 --- a/translations/es-ES/content/rest/reference/git.md +++ b/translations/es-ES/content/rest/reference/git.md @@ -1,6 +1,6 @@ --- title: Base de datos de Git -allowTitleToDifferFromFilename: verdadero +allowTitleToDifferFromFilename: true redirect_from: - /v3/git versions: diff --git a/translations/es-ES/content/rest/reference/orgs.md b/translations/es-ES/content/rest/reference/orgs.md index 53dc4aee90..8616e4a883 100644 --- a/translations/es-ES/content/rest/reference/orgs.md +++ b/translations/es-ES/content/rest/reference/orgs.md @@ -1,6 +1,6 @@ --- title: Organizaciones -allowTitleToDifferFromFilename: verdadero +allowTitleToDifferFromFilename: true redirect_from: - /v3/orgs versions: diff --git a/translations/es-ES/content/rest/reference/repos.md b/translations/es-ES/content/rest/reference/repos.md index 44501ffc68..56d36423bc 100644 --- a/translations/es-ES/content/rest/reference/repos.md +++ b/translations/es-ES/content/rest/reference/repos.md @@ -1,6 +1,6 @@ --- title: Repositorios -allowTitleToDifferFromFilename: verdadero +allowTitleToDifferFromFilename: true redirect_from: - /v3/repos versions: diff --git a/translations/es-ES/data/release-notes/2-20/11.yml b/translations/es-ES/data/release-notes/2-20/11.yml index 58c9d5e5cb..f76f87c961 100644 --- a/translations/es-ES/data/release-notes/2-20/11.yml +++ b/translations/es-ES/data/release-notes/2-20/11.yml @@ -1,5 +1,4 @@ ---- -date: '09-07-2020' +date: '2020-07-09' sections: security_fixes: - '**MEDIA:** Se actualizó nginx a la versión 1.16.1 y se dirigió el CVE-2019-20372. (actualizado 2020-07-22) {% comment %} https://github.com/github/enterprise2/pull/21251 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-20/12.yml b/translations/es-ES/data/release-notes/2-20/12.yml index 84a499fe65..548dc7d854 100644 --- a/translations/es-ES/data/release-notes/2-20/12.yml +++ b/translations/es-ES/data/release-notes/2-20/12.yml @@ -1,5 +1,4 @@ ---- -date: '21-07-2020' +date: '2020-07-21' sections: security_fixes: - 'Los paquetes se actualizaron a las últimas versiones de seguridad. {% comment %} https://github.com/github/enterprise2/pull/21437, https://github.com/github/enterprise2/pull/21402, https://github.com/github/enterprise2/pull/21495, https://github.com/github/enterprise2/pull/21479 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-20/16.yml b/translations/es-ES/data/release-notes/2-20/16.yml index fbab7d0c79..c660f62685 100644 --- a/translations/es-ES/data/release-notes/2-20/16.yml +++ b/translations/es-ES/data/release-notes/2-20/16.yml @@ -1,9 +1,8 @@ ---- -date: '08-09-2020' +date: '2020-09-08' sections: bugs: - 'Una revisión de salud del servicio causó un crecimiento de sesión que resultó en el agotamiento del sistema de archivos en el nodo. {% comment %} https://github.com/github/enterprise2/pull/22480, https://github.com/github/enterprise2/pull/22475 {% endcomment %}' - - "Hacer mejoras utilizando hotpatches podría fallar con un error de `'libdbi1' was not found`{% comment %} https://github.com/github/enterprise2/pull/22558, https://github.com/github/enterprise2/pull/22552 {% endcomment %}" + - 'Hacer mejoras utilizando hotpatches podría fallar con un error de `''libdbi1'' was not found`{% comment %} https://github.com/github/enterprise2/pull/22558, https://github.com/github/enterprise2/pull/22552 {% endcomment %}' known_issues: - 'En un GitHub Enterprise Server recién configurado sin ningún usuario, un atacante podría crear el primer usuario administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' - 'Las reglas de cortafuegos personalizadas no se mantienen durante una mejora. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-20/17.yml b/translations/es-ES/data/release-notes/2-20/17.yml index 153edb5399..fa9a189fff 100644 --- a/translations/es-ES/data/release-notes/2-20/17.yml +++ b/translations/es-ES/data/release-notes/2-20/17.yml @@ -1,5 +1,4 @@ ---- -date: '23-09-2020' +date: '2020-09-23' sections: security_fixes: - '**MEDIO**: ImageMagick se actualizó a la dirección [DSA-4715-1](https://www.debian.org/security/2020/dsa-4715). {% comment %} https://github.com/github/enterprise2/pull/22625, https://github.com/github/enterprise2/pull/22610 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-20/18.yml b/translations/es-ES/data/release-notes/2-20/18.yml index cd73fbc9be..373eabb7a4 100644 --- a/translations/es-ES/data/release-notes/2-20/18.yml +++ b/translations/es-ES/data/release-notes/2-20/18.yml @@ -1,5 +1,4 @@ ---- -date: '09-10-2020' +date: '2020-10-09' sections: security_fixes: - 'El usuario cuyo nombre de usuario del directorio de LDAP se estandarice a una información de inicio de cuenta de GHES podría autenticarse en la cuenta existente. {% comment %} https://github.com/github/github/pull/156518, https://github.com/github/github/pull/155512 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-20/5.yml b/translations/es-ES/data/release-notes/2-20/5.yml index f196773ea1..69aede8d38 100644 --- a/translations/es-ES/data/release-notes/2-20/5.yml +++ b/translations/es-ES/data/release-notes/2-20/5.yml @@ -1,5 +1,4 @@ ---- -date: '07-04-2020' +date: '2020-04-07' sections: security_fixes: - 'Los paquetes se han actualizado a sus últimas versiones de seguridad. {% comment %} https://github.com/github/enterprise2/pull/19536, https://github.com/github/enterprise2/pull/19494 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-20/7.yml b/translations/es-ES/data/release-notes/2-20/7.yml index 79ee352ed5..9ed217f7af 100644 --- a/translations/es-ES/data/release-notes/2-20/7.yml +++ b/translations/es-ES/data/release-notes/2-20/7.yml @@ -1,5 +1,4 @@ ---- -date: '05-05-2020' +date: '2020-05-05' sections: security_fixes: - 'Los paquetes se han actualizado a sus últimas versiones de seguridad. {% comment %} https://github.com/github/enterprise2/pull/20027, https://github.com/github/enterprise2/pull/19997 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-21/0.yml b/translations/es-ES/data/release-notes/2-21/0.yml index 24b0032636..93816fbe08 100644 --- a/translations/es-ES/data/release-notes/2-21/0.yml +++ b/translations/es-ES/data/release-notes/2-21/0.yml @@ -1,5 +1,4 @@ ---- -date: '09-06-2020' +date: '2020-06-09' sections: features: - 'Los usuarios pueden [administrar las notificaciones](https://help.github.com/en/enterprise/2.21/user/github/managing-subscriptions-and-notifications-on-github/about-notifications) en las propuestas, solicitudes decambios y otros temas cuando navegan desde una notificación web. {% comment %} https://github.com/github/enterprise-releases/issues/2135#issuecomment-633905096 {% endcomment %}' @@ -14,13 +13,13 @@ sections: security_fixes: - 'Se identificó una vulnerabilidad de control de accesos impropia en la API de GitHub Enterprise Server que permitió a un miembro de una organización escalar los permisos y obtener acceso a repositorios no autorizados dentro de la organización. Dicha vulnerabilidad afectó a todas las versiones de GitHub Enterprise Server antes de la 2.21. Hemos emitido el [CVE-2020-10516](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10516) como respuesta a este problema. La vulnerabilidad se reportó a través del [programa de recompensas por errores de GitHub](https://bounty.github.com/). {% comment %} https://developer.github.com/changes/2020-02-26-new-delete-reactions-endpoints/ {% endcomment %}' bugs: - - "Si un usuario con acceso de subida minimiza el comentario de otro usuairio, el autor del comentario podría dejar de minimizarlo aún si tuviese privilegios insuficientes. {% comment %} https://github.com/github/github/pull/141237 {% endcomment %}" + - 'Si un usuario con acceso de subida minimiza el comentario de otro usuairio, el autor del comentario podría dejar de minimizarlo aún si tuviese privilegios insuficientes. {% comment %} https://github.com/github/github/pull/141237 {% endcomment %}' - 'Los usuarios podrían fusionar accidentalmente hacia la rama principal desde el editor de plantillas de propuesta y de blobs. {% comment %} https://github.com/github/github/pull/134483, https://github.com/github/github/pull/134323 {% endcomment %}' - 'Cuando un usuario borró una cuenta de GitHub, los registros de la bitácora de auditoría no mostraron correctamente los registros de eliminación de la organización. {% comment %} https://github.com/github/github/pull/140940 {% endcomment %}' - 'El avatar de gist para el usuario actual enlazó a una URL inexistente. {% comment %} https://github.com/github/github/pull/140925 {% endcomment %}' - 'La pestaña de repositorios de la organización no incluyó los repositorios internos. {% comment %} https://github.com/github/github/pull/136323 {% endcomment %}' - 'Dar clic en el botón de "Mostrar todos los equipos" cuando se transfiere un repositorio causó un error 500. {% comment %} https://github.com/github/github/pull/134455 {% endcomment %}' - - "Los nombres de archivo grandes causan problemas de desbordamiento cuando se muestra la etiqueta 'Cambió desde la última vista' o la alternación de diff de 'Mostrar enriquecido' en la vista de archivos diff. {% comment %} https://github.com/github/github/pull/134453 {% endcomment %}" + - 'Los nombres de archivo grandes causan problemas de desbordamiento cuando se muestra la etiqueta ''Cambió desde la última vista'' o la alternación de diff de ''Mostrar enriquecido'' en la vista de archivos diff. {% comment %} https://github.com/github/github/pull/134453 {% endcomment %}' - 'Las tarjetas de visita virtual para los equipos de la organización reportó mal su capacidad de miembros. {% comment %} https://github.com/github/github/pull/133879 {% endcomment %}' - 'La ventana emergente del comentario de la revisión de solicitudes de cambios tenía un problema desplazamiento. {% comment %} https://github.com/github/github/pull/141157 {% endcomment %}' - 'Haproxy podría saturarse y causar una ralentización en las opreaciones de git. {% comment %} https://github.com/github/enterprise2/issues/19322 {% endcomment %}' @@ -70,4 +69,4 @@ sections: - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluyen en los resultados de la búsqueda de GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Las alertas de seguridad no se reportan cuando se sube información a un repositorio en la líneade comandos. (actualizado 2020-06-23) {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Las bitácoras de auditoría pueden atribuirse a la 127.0.0.1 en vez de a la dirección IP origen real. (actualizado 2020-11-02) {% comment %}https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "El configurar el permiso de un repositorio en `Triage` or `Maintain` falla con un mensaje de error." + - El configurar el permiso de un repositorio en `Triage` or `Maintain` falla con un mensaje de error. diff --git a/translations/es-ES/data/release-notes/2-21/18.yml b/translations/es-ES/data/release-notes/2-21/18.yml index 3e32e614bf..2412d2d07e 100644 --- a/translations/es-ES/data/release-notes/2-21/18.yml +++ b/translations/es-ES/data/release-notes/2-21/18.yml @@ -1,16 +1,15 @@ ---- -date: '01-04-2021' +date: '2021-04-01' sections: security_fixes: - - "**HIGH:** An improper access control vulnerability was identified in GitHub Enterprise Server that allowed access tokens generated from a GitHub App's [web authentication flow](https://docs.github.com/en/developers/apps/identifying-and-authorizing-users-for-github-apps#web-application-flow) to read private repository metadata via the REST API without having been granted the appropriate permissions. To exploit this vulnerability, an attacker would need to create a GitHub App on the instance and have a user authorize the application through the web authentication flow. The private repository metadata returned would be limited to repositories owned by the user the token identifies. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.0.4 and was fixed in versions 3.0.4, 2.22.10, 2.21.18. This vulnerability has been assigned CVE-2021-22865 and was reported via the [GitHub Bug Bounty Program](https://bounty.github.com)." + - '**HIGH:** An improper access control vulnerability was identified in GitHub Enterprise Server that allowed access tokens generated from a GitHub App''s [web authentication flow](https://docs.github.com/en/developers/apps/identifying-and-authorizing-users-for-github-apps#web-application-flow) to read private repository metadata via the REST API without having been granted the appropriate permissions. To exploit this vulnerability, an attacker would need to create a GitHub App on the instance and have a user authorize the application through the web authentication flow. The private repository metadata returned would be limited to repositories owned by the user the token identifies. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.0.4 and was fixed in versions 3.0.4, 2.22.10, 2.21.18. This vulnerability has been assigned CVE-2021-22865 and was reported via the [GitHub Bug Bounty Program](https://bounty.github.com).' - Los paquetes se actualizaron a las últimas versiones de seguridad. bugs: - - Services were not transitioning to new log files as part of log rotation, resulting in increased disk usage. + - 'Services were not transitioning to new log files as part of log rotation, resulting in increased disk usage.' - The label on search results for internal repositories was shown as "Private" instead of "Internal". known_issues: - - En un GitHub Enterprise Server recién configurado sin usuarios, un atacante pudo crear el primer usuario administrador. + - 'En un GitHub Enterprise Server recién configurado sin usuarios, un atacante pudo crear el primer usuario administrador.' - Las reglas personalizadas del cortafuegos no se mantienen durante una mejora. - - Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio. + - 'Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio.' - Las propuestas no pudieron cerrarse si contenían un permalink a un blob en el mismo repositorio en donde la ruta de archvio era más grande a 255 caracteres. - - Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluirán en los resultados de búsqueda de GitHub.com. + - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluirán en los resultados de búsqueda de GitHub.com.' - Las alertas de seguridad no se reportan cuando se sube a un repositorio en la línea de comandos. diff --git a/translations/es-ES/data/release-notes/2-21/2.yml b/translations/es-ES/data/release-notes/2-21/2.yml index 87f3708598..c7bb2098c5 100644 --- a/translations/es-ES/data/release-notes/2-21/2.yml +++ b/translations/es-ES/data/release-notes/2-21/2.yml @@ -1,5 +1,4 @@ ---- -date: '09-07-2020' +date: '2020-07-09' sections: security_fixes: - '**MEDIA:** Se actualizó nginx a la versión 1.16.1 y se dirigió el CVE-2019-20372. (actualizado 2020-07-22) {% comment %} https://github.com/github/enterprise2/pull/21252 {% endcomment %}' @@ -18,4 +17,4 @@ sections: - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluyen en los resultados de la búsqueda de GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Las alertas de seguridad no se reportan cuando se sube información a un repositorio en la líneade comandos. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Las bitácoras de auditoría pueden atribuirse a la 127.0.0.1 en vez de a la dirección IP origen real. (actualizado 2020-11-02) {% comment %}https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "El configurar el permiso de un repositorio en `Triage` or `Maintain` falla con un mensaje de error." + - El configurar el permiso de un repositorio en `Triage` or `Maintain` falla con un mensaje de error. diff --git a/translations/es-ES/data/release-notes/2-21/3.yml b/translations/es-ES/data/release-notes/2-21/3.yml index 1c3225e758..1261970097 100644 --- a/translations/es-ES/data/release-notes/2-21/3.yml +++ b/translations/es-ES/data/release-notes/2-21/3.yml @@ -1,12 +1,11 @@ ---- -date: '21-07-2020' +date: '2020-07-21' sections: security_fixes: - 'Los paquetes se actualizaron a las últimas versiones de seguridad. {% comment %} https://github.com/github/enterprise2/pull/21438, https://github.com/github/enterprise2/pull/21402, https://github.com/github/enterprise2/pull/21496, https://github.com/github/enterprise2/pull/21479 {% endcomment %}' bugs: - 'Las gráficas de monitoreo de la consola de adminsitración a veces no se muestra correctamente en pantallas grandes. {% comment %} https://github.com/github/enterprise2/pull/21398, https://github.com/github/enterprise2/pull/21381 {% endcomment %}' - 'El flujo de creación de un manifiesto de una GitHub App no se pudo utilizar en algunos escenarios en donde la política de SameSite Cookie se aplicó. {% comment %} https://github.com/github/github/pull/147829, https://github.com/github/github/pull/144121 {% endcomment %}' - - "En algunas circunstancias, acceder a la página de 'Explorar' arrojó un error de aplicación. {% comment %} https://github.com/github/github/pull/149605, https://github.com/github/github/pull/148949 {% endcomment %}" + - 'En algunas circunstancias, acceder a la página de ''Explorar'' arrojó un error de aplicación. {% comment %} https://github.com/github/github/pull/149605, https://github.com/github/github/pull/148949 {% endcomment %}' known_issues: - 'En un GitHub Enterprise Server recién configurado sin ningún usuario, un atacante podría crear el primer usuario administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' - 'Las reglas de cortafuegos personalizadas no se mantienen durante una mejora. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' @@ -15,4 +14,4 @@ sections: - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluyen en los resultados de la búsqueda de GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Las alertas de seguridad no se reportan cuando se sube información a un repositorio en la líneade comandos. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Las bitácoras de auditoría pueden atribuirse a la 127.0.0.1 en vez de a la dirección IP origen real. (actualizado 2020-11-02) {% comment %}https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "El configurar el permiso de un repositorio en `Triage` or `Maintain` falla con un mensaje de error." + - El configurar el permiso de un repositorio en `Triage` or `Maintain` falla con un mensaje de error. diff --git a/translations/es-ES/data/release-notes/2-21/7.yml b/translations/es-ES/data/release-notes/2-21/7.yml index 9afc786b39..6ec30ff084 100644 --- a/translations/es-ES/data/release-notes/2-21/7.yml +++ b/translations/es-ES/data/release-notes/2-21/7.yml @@ -1,10 +1,9 @@ ---- -date: '08-09-2020' +date: '2020-09-08' sections: bugs: - 'Una revisión de salud del servicio causó un crecimiento de sesión que resultó en el agotamiento del sistema de archivos en el nodo. {% comment %} https://github.com/github/enterprise2/pull/22481, https://github.com/github/enterprise2/pull/22475 {% endcomment %}' - - "Hacer mejoras utilizando hotpatches podría fallar con un error de `'libdbi1' was not found`{% comment %} https://github.com/github/enterprise2/pull/22556, https://github.com/github/enterprise2/pull/22552 {% endcomment %}" - - "El configurar el permiso de un repositorio en `Triage` or `Maintain` ya no falla." + - 'Hacer mejoras utilizando hotpatches podría fallar con un error de `''libdbi1'' was not found`{% comment %} https://github.com/github/enterprise2/pull/22556, https://github.com/github/enterprise2/pull/22552 {% endcomment %}' + - El configurar el permiso de un repositorio en `Triage` or `Maintain` ya no falla. known_issues: - 'En un GitHub Enterprise Server recién configurado sin ningún usuario, un atacante podría crear el primer usuario administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' - 'Las reglas de cortafuegos personalizadas no se mantienen durante una mejora. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-21/8.yml b/translations/es-ES/data/release-notes/2-21/8.yml index c858a25338..c65ab25fcb 100644 --- a/translations/es-ES/data/release-notes/2-21/8.yml +++ b/translations/es-ES/data/release-notes/2-21/8.yml @@ -1,5 +1,4 @@ ---- -date: '23-09-2020' +date: '2020-09-23' sections: security_fixes: - '**MEDIO**: ImageMagick se actualizó a la dirección [DSA-4715-1](https://www.debian.org/security/2020/dsa-4715). {% comment %} https://github.com/github/enterprise2/pull/22621, https://github.com/github/enterprise2/pull/22610 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-21/9.yml b/translations/es-ES/data/release-notes/2-21/9.yml index 28190bfce8..29713346d8 100644 --- a/translations/es-ES/data/release-notes/2-21/9.yml +++ b/translations/es-ES/data/release-notes/2-21/9.yml @@ -1,5 +1,4 @@ ---- -date: '09-10-2020' +date: '2020-10-09' sections: security_fixes: - 'El usuario cuyo nombre de usuario del directorio de **LDAP** se estandariza a una información de inicio de cuenta de GHES podría autenticarse en la cuenta existente. {% comment %} https://github.com/github/github/pull/156517, https://github.com/github/github/pull/155512 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-22/0.yml b/translations/es-ES/data/release-notes/2-22/0.yml index 639f60af63..9e52b64b34 100644 --- a/translations/es-ES/data/release-notes/2-22/0.yml +++ b/translations/es-ES/data/release-notes/2-22/0.yml @@ -1,85 +1,72 @@ ---- intro: GitHub se emociona en presentar GitHub Enterprise Server 2.22.0. -date: '23-09-2020' +date: '2020-09-23' sections: features: - - - heading: GitHub Actions Beta + - heading: GitHub Actions Beta notes: - | [GitHub Actions](https://github.com/features/actions) es una solución flexible y poderosa para IC/DC y para la automatización de flujos de trabajo. GitHub Actions en Enterprise Server incluye herramientas que te ayudan a administrar el servicio, incluyendo las métricas clave para la Consola de Administración, bitácoras de auditoría y controles de acceso para ayudarte a controlar los lanzamientos. Necesitarás proporcionar tu propio [storage](https://docs.github.com/en/enterprise/2.22/admin/github-actions/enabling-github-actions-and-configuring-storage) y ejecturores para las GitHub Actions. AWS S3, Azure Blob Storage y MinIO son compatibles. Por favor, revisa los [requisitos mínimos actualizados para tu plataforma](https://docs.github.com/en/enterprise/2.22/admin/installation/setting-up-a-github-enterprise-server-instance) antes de que actives las GitHub Actions. Para aprender más, contacta al equipo de ventas de GitHub o [regístrate para el beta](https://resources.github.com/beta-signup/). {% comment %} https://github.com/github/releases/issues/775 {% endcomment %} - - - heading: GitHub Packages Beta + - heading: GitHub Packages Beta notes: - | [GitHub Packages](https://github.com/features/packages) es un servicio de hospedaje de paquetes, integrado nativamente con las API, Acciones y webhooks de GitHub. Crea un [Flujo de trabajo de DevOps de extremo a extremo](https://docs.github.com/en/enterprise/2.22/admin/packages/configuring-packages-support-for-your-enterprise) que incluye tu código, integración contínua y soluciones de despliegue. El almacenamiento compatible de lado del servidor incluye a AWS S3 y a MinIO con compatibilidad para Azure blob en un lanzamiento futuro. Por favor, nota que la compatibilidad actual con Docker se reemplazará por un beta del nuevo Registro de Contenedores de Github en el próximo lanzamiento. Por favor, revisa los [requisitos mínimos actualizados para tu plataforma](https://docs.github.com/en/enterprise/2.22/admin/installation/setting-up-a-github-enterprise-server-instance) antes de que actives GitHub Packages. Para aprender más, contacta al equipo de ventas de GitHub o [regístrate para el beta](https://resources.github.com/beta-signup/). {% comment %} https://github.com/github/releases/issues/773 {% endcomment %} - - - heading: Escaneo Avanzado de Seguridad de Código Beta + - heading: Escaneo Avanzado de Seguridad de Código Beta notes: - | [El escaneo avanzado de seguridad de código de GitHub](https://github.com/features/security) es un ambiente de pruebas de seguridad para aplicaciones estáticas (SAST) nativo de GitHub. Encuentra vulnerabilidades de seguridad fácilmente antes de que lleguen al ambiente productivo, todo impulsado con el motor de análisis de código más poderoso del mundo: CodeQL. Los administradores que utilicen la Seguridad Avanzada de Github pueden [registrarse para](https://resources.github.com/beta-signup/) y [enable](https://docs.github.com/en/enterprise/2.22/admin/configuration/configuring-code-scanning-for-your-appliance) el beta del escaneo avanzado de seguridad de código de GitHub. Por favor, revisa los [requisitos mínimos actualizados para tu plataforma](https://docs.github.com/en/enterprise/2.22/admin/installation/setting-up-a-github-enterprise-server-instance) antes de que actives el escaneo avanzado de seguridad de código. {% comment %} https://github.com/github/releases/issues/768 {% endcomment %} - - - heading: Redireccionamiento de solicitudes de cambios + - heading: Redireccionamiento de solicitudes de cambios notes: - | Cuando una [rama de encabezado de una solicitud de cambios](https://docs.github.com/en/enterprise/2.22/user/github/collaborating-with-issues-and-pull-requests/about-branches#working-with-branches) se fusiona y borra, el resto de las solicitudes de cambios abiertas en el mismo repositorio que se dirigen a esta rama ahora se redireccionan a la rama base fusionada de la solicitud de cambios. Anteriormente, estas solicitudes de cambios se cerraron. {% comment %} https://github.com/github/releases/issues/801 {% endcomment %} - - - heading: Suspender y dejar de suspender la instalación de una app + - heading: Suspender y dejar de suspender la instalación de una app notes: - | Los administradores y usuarios pueden [suspender cualquier tipo de acceso a las GitHub Apps](https://docs.github.com/enterprise/2.22/user/rest/reference/apps#suspend-an-app-installation) por tanto tiempo como sea necesario, y [dejar de suspender la app](https://docs.github.com/enterprise/2.22/user/rest/reference/apps#unsuspend-an-app-installation) a voluntad mediante la configuración y la API. Las apps suspendidas no pueden acceder a la API o a los eventos de webhook de GitHub. Puedes utilizar esto en vez de desinstalar una aplicación, lo cual revoca la autorización a todos los usuarios. {% comment %} https://github.com/github/github/pull/138316 https://github.com/github/github/pull/150869 {% endcomment %}'' - - - heading: Rendimiento mejorado a gran escala + - heading: Rendimiento mejorado a gran escala notes: - | Hemos revisado el acercamiento que tomamos para programar el mantenimiento de red para los repositorios, asegurándonos que los mono-repositorios grandes puedan evitar estados de fallo. {% comment %} https://github.com/github/github/pull/146789, https://github.com/github/github/pull/147931, https://github.com/github/github/pull/146724, https://github.com/github/git-protocols/issues/94 {% endcomment %}'' Las réplicas pasivas ahora [son compatibles y configurables en los despliegues de agrupamiento de GitHub Enterprise Server](https://docs.github.com/en/enterprise/2.22/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster). Estos cambios habilitarán una recuperación de fallos más rápida, reduciendo tanto el RTO como el RPO. {% comment %} https://github.com/github/releases/issues/905 {% endcomment %} - - - heading: Ver todos tus usuarios + - heading: Ver todos tus usuarios notes: - | Para los equipos exepcionalmente grandes, los administradores pueden [ajustar el máximo predeterminado de 1,500 elementos para las listas de usuario](https://docs.github.com/en/enterprise/2.22/admin/configuration/command-line-utilities#ghe-config). {% comment %} https://github.com/github/github/pull/146508 {% endcomment %}'' changes: - - - heading: Cambios en la administración + - heading: Cambios en la administración notes: - - Los trabajadores compartidos se habilitaron para proporcionar más resiliencia a las actualizaciones en vivo al compartir las conexiones entre las pestañas. {% comment %} https://github.com/github/releases/issues/914 {% endcomment %} - - El enlace de "Contacta a soporte" en las páginas de error de `50x` ahora te enlaza con el correo electrónico de soporte o con el enlace configurado en la consola de administración. {% comment %} https://github.com/github/github/pull/142123 {% endcomment %} + - 'Los trabajadores compartidos se habilitaron para proporcionar más resiliencia a las actualizaciones en vivo al compartir las conexiones entre las pestañas. {% comment %} https://github.com/github/releases/issues/914 {% endcomment %}' + - 'El enlace de "Contacta a soporte" en las páginas de error de `50x` ahora te enlaza con el correo electrónico de soporte o con el enlace configurado en la consola de administración. {% comment %} https://github.com/github/github/pull/142123 {% endcomment %}' - 'Ahora es posible [administrar los anuncios globales y las fechas de vencimiento a través de la configuración de cuenta empresarial](https://docs.github.com/en/enterprise/2.22/admin/installation/command-line-utilities#ghe-announce). {% comment %} https://github.com/github/releases/issues/945, https://github.com/github/github/pull/148475, https://github.com/github/github/pull/148494 {% endcomment %}' - - Ahora puedes [exentar a algunos usuarios de los límites de tasa predeterminados de la API que se configuran en la consola de administración](https://docs.github.com/en/enterprise/2.22/admin/configuration/configuring-rate-limits), en caso de que sea necesario. {% comment %} https://github.com/github/github/pull/148673 {% endcomment %} - - Los administradores de repositorio ahora pueden [configurar su repositorio con cualquier opción de visibilidad disponible](https://docs.github.com/en/enterprise/2.22/user/github/administering-a-repository/setting-repository-visibility) desde un diálogo único en la configuración del repositorio. Anteriormente, tenías que navegar entre secciones, botones y cajas de diálogo separadas para cambiar entre las visibilidades pública y privada y entre las internas y privadas. {% comment %} https://github.com/github/releases/issues/882 {% endcomment %} - - Un enlace nuevo de configuración empresarial en el menú desplegable del usuario facilita la navegación a los ajustes de la cuenta empresarial. {% comment %} https://github.com/github/releases/issues/946, https://github.com/github/github/pull/150595, https://github.com/github/github/pull/150520, https://github.com/github/github/pull/151121, https://github.com/github/hydro-schemas/pull/1244 {% endcomment %} - - Se eliminó el enlace tradicional de "Centro de administración" en la página de /stafftools. El enlace de "Empresa" ahora es la mejor forma de navegar a la cuenta empresarial desde la página de /stafftools. {% comment %} https://github.com/github/github/pull/147633 {% endcomment %} - - El elemento de sub-menú de opciones en la configuración de la cuenta empresarial se migró desde la sección de Configuración hasta la de Políticas. {% comment %} https://github.com/github/releases/issues/944, https://github.com/github/github/pull/148477 {% endcomment %} + - 'Ahora puedes [exentar a algunos usuarios de los límites de tasa predeterminados de la API que se configuran en la consola de administración](https://docs.github.com/en/enterprise/2.22/admin/configuration/configuring-rate-limits), en caso de que sea necesario. {% comment %} https://github.com/github/github/pull/148673 {% endcomment %}' + - 'Los administradores de repositorio ahora pueden [configurar su repositorio con cualquier opción de visibilidad disponible](https://docs.github.com/en/enterprise/2.22/user/github/administering-a-repository/setting-repository-visibility) desde un diálogo único en la configuración del repositorio. Anteriormente, tenías que navegar entre secciones, botones y cajas de diálogo separadas para cambiar entre las visibilidades pública y privada y entre las internas y privadas. {% comment %} https://github.com/github/releases/issues/882 {% endcomment %}' + - 'Un enlace nuevo de configuración empresarial en el menú desplegable del usuario facilita la navegación a los ajustes de la cuenta empresarial. {% comment %} https://github.com/github/releases/issues/946, https://github.com/github/github/pull/150595, https://github.com/github/github/pull/150520, https://github.com/github/github/pull/151121, https://github.com/github/hydro-schemas/pull/1244 {% endcomment %}' + - 'Se eliminó el enlace tradicional de "Centro de administración" en la página de /stafftools. El enlace de "Empresa" ahora es la mejor forma de navegar a la cuenta empresarial desde la página de /stafftools. {% comment %} https://github.com/github/github/pull/147633 {% endcomment %}' + - 'El elemento de sub-menú de opciones en la configuración de la cuenta empresarial se migró desde la sección de Configuración hasta la de Políticas. {% comment %} https://github.com/github/releases/issues/944, https://github.com/github/github/pull/148477 {% endcomment %}' - '[El acceder a los recursos de acceso utilizando un token de acceso personal o una llave SSH ahora cuenta como una actividad de usuario](https://docs.github.com/en/enterprise/2.22/admin/user-management/managing-dormant-users). Esto evita a los administradores la carga de filtrar algunos usuarios de los reportes de usuarios durmientes y hace más seguro el uso del botón "Suspender todos" sin suspender accidentalmente a los usuarios que solo acceden a GitHub en forma de solo lectura a través de las API con un token de acceso personal (PAT) o llave SSH. {% comment %} https://github.com/github/github/pull/140433, https://github.com/github/help-docs/pull/14853, https://github.com/github/customer-feedback/issues/174, https://github.com/github/supportability/issues/14 {% endcomment %}' - - - heading: Cambios de seguridad + - heading: Cambios de seguridad notes: - - Los códigos de recuperación bifactoriales ya no pueden utilizarse durante el proceso de inicio de sesión con dos factores. Las contraseñas de una sola ocasión son los únicos valores aceptables. {% comment %} https://github.com/github/github/pull/145016, https://github.com/github/github/pull/140208 {% endcomment %} - - Cuando un usuario inicia sesión en GitHub Enterprise Server mediante un inicio de sesión único, la [selección de visibilidad predeterminada del repositorio es privada](https://docs.github.com/en/enterprise/2.22/user/github/administering-a-repository/setting-repository-visibility). {% comment %} https://github.com/github/releases/issues/872 {% endcomment %} - - Los propietarios de las GitHub Apps ahora pueden escoger que sus [tokens de acceso de usuario a servidor venzan después de 8 horas](https://developer.github.com/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps/), para ayudar a reforzar la rotación habitual de tokens y reducir el impacto de que existan tokens en riesgo. {% comment %} https://github.com/github/releases/issues/966 {% endcomment %} - - - heading: Cambios de desarrollador + - 'Los códigos de recuperación bifactoriales ya no pueden utilizarse durante el proceso de inicio de sesión con dos factores. Las contraseñas de una sola ocasión son los únicos valores aceptables. {% comment %} https://github.com/github/github/pull/145016, https://github.com/github/github/pull/140208 {% endcomment %}' + - 'Cuando un usuario inicia sesión en GitHub Enterprise Server mediante un inicio de sesión único, la [selección de visibilidad predeterminada del repositorio es privada](https://docs.github.com/en/enterprise/2.22/user/github/administering-a-repository/setting-repository-visibility). {% comment %} https://github.com/github/releases/issues/872 {% endcomment %}' + - 'Los propietarios de las GitHub Apps ahora pueden escoger que sus [tokens de acceso de usuario a servidor venzan después de 8 horas](https://developer.github.com/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps/), para ayudar a reforzar la rotación habitual de tokens y reducir el impacto de que existan tokens en riesgo. {% comment %} https://github.com/github/releases/issues/966 {% endcomment %}' + - heading: Cambios de desarrollador notes: - '[La IU de GitHub actualizó su diseño](https://github.blog/changelog/2020-06-23-design-updates-to-repositories-and-github-ui/), y la página principal de los repositorios se rediseñó e incluyó un diseño receptivo yuna experiencia web móvil mejorada. {% comment %} https://github.com/github/releases/issues/886 {% endcomment %}' - - En el menú desplegable "Clonar con SSH" de los repositorios, se notificará ahora a los usuarios si no han configurado ninguna llave. {% comment %} https://github.com/github/github/pull/149098 {% endcomment %} + - 'En el menú desplegable "Clonar con SSH" de los repositorios, se notificará ahora a los usuarios si no han configurado ninguna llave. {% comment %} https://github.com/github/github/pull/149098 {% endcomment %}' - 'Las confirmaciones ahora se ordenan cronológicamente en la línea de tiempo de las solicitudes de cambios y en la pestaña de confirmaciones. Este orden nuevo también se refleja en la API de REST de ["Listar comnfirmaciones en una solicitud de cambios"](https://docs.github.com/en/enterprise/2.22/user/rest/reference/pulls#list-commits-on-a-pull-request) y en el ["Objeto PullRequest"] de GraphQL (https://docs.github.com/en/enterprise/2.22/user/graphql/reference/objects#pullrequest) timeline connection. {% comment %} https://github.com/github/releases/issues/867 {% endcomment %}' - - Los usuarios ahora pueden [configurar un tono de tema predeterminado para los resultados de autocompletado de emojis](https://github.blog/changelog/2020-07-17-customizable-skin-tones-in-emoji-autocomplete/) en las áreas de texto de los comentarios. {% comment %} https://github.com/github/releases/issues/916 {% endcomment %} + - 'Los usuarios ahora pueden [configurar un tono de tema predeterminado para los resultados de autocompletado de emojis](https://github.blog/changelog/2020-07-17-customizable-skin-tones-in-emoji-autocomplete/) en las áreas de texto de los comentarios. {% comment %} https://github.com/github/releases/issues/916 {% endcomment %}' - '[Tree-sitter](https://github.com/tree-sitter/tree-sitter) mejora el resaltado de sintaxis y ahora es la biblioteca predeterminada que se utiliza para en análisis de los lenguajes de programación. {% comment %} https://github.com/github/releases/issues/918, https://github.com/github/windrose/issues/44 {% endcomment %}' - - - heading: Los usuarios y las organizaciones pueden agregar nombres de usuario de Twitter a sus perfiles de GitHub + - heading: Los usuarios y las organizaciones pueden agregar nombres de usuario de Twitter a sus perfiles de GitHub notes: - '[Los desarrolladores y las organizaciones ahora pueden agregar sus nombres de usuario de Twitter a sus perfiles](https://github.blog/changelog/2020-07-22-users-and-organizations-can-now-add-twitter-usernames-to-their-github-profiles/) {% comment %} https://github.com/github/github/pull/145127 {% endcomment %}' - - - heading: Cambios a la API + - heading: Cambios a la API notes: - | #### Vistas previas graduadas @@ -91,8 +78,7 @@ sections: #### Cambios al modelo de GraphQL * [Los cambios al modelo de GraphQL](https://docs.github.com/enterprise/2.22/user/graphql/overview/changelog) incluyen aquellos retro-compatibles, vistas previas del modelo, y cambios significativos próximos. - - - heading: Cambios en el Controlador de VMware Network + - heading: Cambios en el Controlador de VMware Network notes: - | El adaptador de red predeterminado de GitHub Enterprise Server para los clientes de VMware se cambió de E1000 a VMXNET3, comenzando con el lanzamiento 2.22.0. Cuando se actualiza desde una versión anterior a la 2.22.0 o superior, si se detecta un adaptador de red E1000 durante la verificación de pre-mejora, se mostrará el siguiente mensaje en la línea de comandos: @@ -104,40 +90,36 @@ sections: ``` El administrador puede elegir actualizar el tipo de adaptador de red a VMXNET3 ya sea antes o después de que se mejore el GitHub Enterprise Server. El aplicativo virtual necesitará apagarse para este cambio. Los clientes deben seguir los pasos recomendados de VMware para [cambiar la configuración del adaptador de red de la máquina virtual](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin.doc/GUID-3719A0BE-4B4A-44FF-8A21-290950918FBD.html) a VMXNET3. Por favor, nota que `VMXNET3`no será una opción si la versión del SO para el aplicativo virtual se configura en `Other Linux (64-bit)`. En este caso, primero se tendrá que cambiar la versión del SO de `Other Linux (64-bit)` a `Other 2.6.x Linux (64-bit)` o, en caso de que esté disponible, a `Debian GNU/Linux 9` . Te recomendamos probar estos cambios en una [instancia de montaje](https://docs.github.com/en/enterprise-server@2.22/admin/installation/setting-up-a-staging-instance) antes de que se mueva a un ambiente productivo de GitHub Enterprise Server.{% comment %} https://github.com/github/ghes-infrastructure/issues/781 {% endcomment %} bugs: - - La página de stafftools para visualizar colaboradores pendientes mostró un `500 Internal Server Error` cuando había una invitación de correo electrónico pendiente. {% comment %} https://github.com/github/github/pull/150836 {% endcomment %} - - La verificación desalud del repositorio en stafftools puede mostrar resultados incorrectos en los repositorios ocupados. {% comment %} https://github.com/github/github/pull/151160 {% endcomment %} - - Un usuario que inició sesión e intentó aceptar una invitación por correo electrónico pudo encontrarse con un error `404 Not Found`. {% comment %} https://github.com/github/github/pull/150848 {% endcomment %} - - Si los usuarios navegan a un repositorio cuyo nombre iniciaba con "repositories.", se les redirigió a la pestaña de "Repositorios" del propietario en vez de llegar a la página de resumen de éste. {% comment %} https://github.com/github/github/pull/149704 {% endcomment %} - - Las etiquetas en la línea de tiempo del tablero no tienen suficiente contraste. {% comment %} https://github.com/github/github/pull/146749 {% endcomment %} + - 'La página de stafftools para visualizar colaboradores pendientes mostró un `500 Internal Server Error` cuando había una invitación de correo electrónico pendiente. {% comment %} https://github.com/github/github/pull/150836 {% endcomment %}' + - 'La verificación desalud del repositorio en stafftools puede mostrar resultados incorrectos en los repositorios ocupados. {% comment %} https://github.com/github/github/pull/151160 {% endcomment %}' + - 'Un usuario que inició sesión e intentó aceptar una invitación por correo electrónico pudo encontrarse con un error `404 Not Found`. {% comment %} https://github.com/github/github/pull/150848 {% endcomment %}' + - 'Si los usuarios navegan a un repositorio cuyo nombre iniciaba con "repositories.", se les redirigió a la pestaña de "Repositorios" del propietario en vez de llegar a la página de resumen de éste. {% comment %} https://github.com/github/github/pull/149704 {% endcomment %}' + - 'Las etiquetas en la línea de tiempo del tablero no tienen suficiente contraste. {% comment %} https://github.com/github/github/pull/146749 {% endcomment %}' deprecations: - - - heading: Futura obsoletización de GitHub Enterprise Server 2.19 + - heading: Futura obsoletización de GitHub Enterprise Server 2.19 notes: - '**GitHub Enterprise Server 2.19 se obsoletizará desde el 12 de noviembre de 2020** Esto significa que no se harán lanzamientos de parches, aún para los problemas de seguirdad críticos, después de esta fecha. [actualiza a la versión más nueva de GitHub Enterprise Server](https://help.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/) tan pronto como te sea posible.' - - - heading: Obsoletización de los Eventos de Webhook tradicionales de las GitHub Apps + - heading: Obsoletización de los Eventos de Webhook tradicionales de las GitHub Apps notes: - 'A partir de la versión 2.21.0 de GitHub Enterprise Server, dos webhooks relacionados con GitHub Apps tradicionales se obsoletizaron y se eliminarán en la versión 2.25.0 de dicho producto. Los eventos obsoletizados de `integration_installation` y `integration_installation_repositories` tienen eventos equivalentes que serán compatibles. Hay más información disponible en la [publicación del blog sobre los anuncios de obsoletización](https://developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events/). {% comment %} https://github.com/github/enterprise-web/pull/6419#issuecomment-668303461 {% endcomment %}' - - - heading: Obsoletización de la terminal tradicional para las GitHub Apps + - heading: Obsoletización de la terminal tradicional para las GitHub Apps notes: - 'A partir de la versión 2.21.0 de GitHub Enterprise Server, se obsoletizará la terminal tradicional de las GitHub Apps para crear tokens de acceso ainstalaciones y se eliminará en la versión 2.25.0 de dicho producto. Hay más información en la [publicación del blog sobre los anuncios de obsoletización](https://developer.github.com/changes/2020-04-15-replacing-create-installation-access-token-endpoint/). {% comment %} https://github.com/github/enterprise-web/pull/6419#issuecomment-668303461 {% endcomment %}' - - - heading: Obsoletización de la API de aplicaciones OAuth + - heading: Obsoletización de la API de aplicaciones OAuth notes: - - GitHub ya no es compatible con las terminales de las aplicaciones OAuth que contengan `access_token` como parámetro de ruta. Incluimos terminales nuevas que te permiten administrar los tokens de forma segura para las Apps de OAuth al migrar `access_token` hacia el cuerpo de la solicitud. Aunque se obsoletizaron, aún se puede acceder a las terminales en esta versión. Pretendemos eliminar estas terminales para la versión 3.4 de GitHub Enterprise Server. Para obtener más información, consulta la [publicación del blog sobre los anuncios de obsoletización](https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/). + - 'GitHub ya no es compatible con las terminales de las aplicaciones OAuth que contengan `access_token` como parámetro de ruta. Incluimos terminales nuevas que te permiten administrar los tokens de forma segura para las Apps de OAuth al migrar `access_token` hacia el cuerpo de la solicitud. Aunque se obsoletizaron, aún se puede acceder a las terminales en esta versión. Pretendemos eliminar estas terminales para la versión 3.4 de GitHub Enterprise Server. Para obtener más información, consulta la [publicación del blog sobre los anuncios de obsoletización](https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/).' backups: - - GitHub Enterprise Server 2.22 requiere por lo menos las [Utilidades de Respaldo de GitHub Enterprise](https://github.com/github/backup-utils) 2.22.0 para hacer [Respaldos y Recuperación de Desastres](https://help.github.com/enterprise/2.22/admin/guides/installation/backups-and-disaster-recovery/). + - 'GitHub Enterprise Server 2.22 requiere por lo menos las [Utilidades de Respaldo de GitHub Enterprise](https://github.com/github/backup-utils) 2.22.0 para hacer [Respaldos y Recuperación de Desastres](https://help.github.com/enterprise/2.22/admin/guides/installation/backups-and-disaster-recovery/).' known_issues: - - En un GitHub Enterprise Server recién configurado sin ningún usuario, un atacante podría crear el primer usuario administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %} - - Las reglas de cortafuegos personalizadas no se mantienen durante una mejora. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %} - - Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %} - - Las propuestas no pueden cerrarse si contienen un enlace permanente a un blob en el mismo repositorio en donde la ruta es mayor a 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %} - - Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluyen en los resultados de la búsqueda de GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %} - - El menú desplegable de formato de ID de nombre en la consola de administración se restablece a "no especificado" después de configurar la instancia en "persistente". {% comment %} https://github.com/github/enterprise2/issues/13446 {% endcomment %} - - La página de configuración del repositorio para los sitios de GitHub Pages de un usuario u organización falla con un "500 Internal Server Error". {% comment %} https://github.com/github/github/issues/156183, {% endcomment %} - - Los usuarios podrían experimentar un rendimiento más lento de recuperación y de Git clone en una instancia con replicas de disponibilidad alta debido a que las lecturas se reenviaron a un nodo diferente. {% comment %} https://github.com/github/spokesd/issues/746, {% endcomment %} + - 'En un GitHub Enterprise Server recién configurado sin ningún usuario, un atacante podría crear el primer usuario administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' + - 'Las reglas de cortafuegos personalizadas no se mantienen durante una mejora. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' + - 'Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %}' + - 'Las propuestas no pueden cerrarse si contienen un enlace permanente a un blob en el mismo repositorio en donde la ruta es mayor a 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %}' + - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluyen en los resultados de la búsqueda de GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' + - 'El menú desplegable de formato de ID de nombre en la consola de administración se restablece a "no especificado" después de configurar la instancia en "persistente". {% comment %} https://github.com/github/enterprise2/issues/13446 {% endcomment %}' + - 'La página de configuración del repositorio para los sitios de GitHub Pages de un usuario u organización falla con un "500 Internal Server Error". {% comment %} https://github.com/github/github/issues/156183, {% endcomment %}' + - 'Los usuarios podrían experimentar un rendimiento más lento de recuperación y de Git clone en una instancia con replicas de disponibilidad alta debido a que las lecturas se reenviaron a un nodo diferente. {% comment %} https://github.com/github/spokesd/issues/746, {% endcomment %}' - 'El [crear una GitHub App desde un manifiesto](https://docs.github.com/en/enterprise/2.22/user/developers/apps/creating-a-github-app-from-a-manifest) falla. Para dar una solución alterna a este problema, los usuarios pueden seguir las instrucciones del manual para [crear una GitHub App](https://docs.github.com/en/enterprise/2.22/user/developers/apps/creating-a-github-app). {% comment %} https://github.com/github/enterprise2/issues/22849 {% endcomment %}' - - Los nombres de usuario de GitHub podrían cambiar sin querer cuando se utiliza una autenticación con SAML si el nombre de usuario de GitHub no empata con el valor del atributo mapeado en el campo `username en la consola de administración. (actualizado 2020-10-08) {% comment %} https://github.com/github/external-identities/issues/335 {% endcomment %} - - En una instancia 2.22.0 recién configurada o después de actualizar 2.22.0, ya no se actualizará la fuente de actividad en el tablero de una organización. (actualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %} - - Las bitácoras de auditoría pueden atribuirse a la 127.0.0.1 en vez de a la dirección IP origen real. (actualizado 2020-11-02) {% comment %}https://github.com/github/enterprise2/issues/21514 {% endcomment %} + - 'Los nombres de usuario de GitHub podrían cambiar sin querer cuando se utiliza una autenticación con SAML si el nombre de usuario de GitHub no empata con el valor del atributo mapeado en el campo `username en la consola de administración. (actualizado 2020-10-08) {% comment %} https://github.com/github/external-identities/issues/335 {% endcomment %}' + - 'En una instancia 2.22.0 recién configurada o después de actualizar 2.22.0, ya no se actualizará la fuente de actividad en el tablero de una organización. (actualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %}' + - 'Las bitácoras de auditoría pueden atribuirse a la 127.0.0.1 en vez de a la dirección IP origen real. (actualizado 2020-11-02) {% comment %}https://github.com/github/enterprise2/issues/21514 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-22/1.yml b/translations/es-ES/data/release-notes/2-22/1.yml index 9eee290911..392f2e211a 100644 --- a/translations/es-ES/data/release-notes/2-22/1.yml +++ b/translations/es-ES/data/release-notes/2-22/1.yml @@ -1,5 +1,4 @@ ---- -date: '09-10-2020' +date: '2020-10-09' sections: security_fixes: - '**MEDIO**: ImageMagick se actualizó a la dirección [DSA-4715-1](https://www.debian.org/security/2020/dsa-4715). {% comment %} https://github.com/github/enterprise2/pull/22623, https://github.com/github/enterprise2/pull/22610 {% endcomment %}' @@ -56,16 +55,16 @@ sections: - | Los nombres de usuario de GitHub se cambiaron sin querer cuando se utilizó la autentificación con SAML, cuando el nombre de usuario de GitHub no empató con el valor del atributo mapeado en el campo de `username` en la Consola de Administración. {% comment %} https://github.com/github/github/pull/158131, https://github.com/github/github/pull/157936, https://github.com/github/external-identities/issues/335 {% endcomment %} changes: - - Se agrega compatibilidad con el tipo de instancia `m5.16xlarge` de AWS EC2. {% comment %} https://github.com/github/enterprise2/pull/22502, https://github.com/github/enterprise2/pull/22473 {% endcomment %} - - Elimina el requisito de las huellas dactilares de SSH en los archivos de `ghe-migrator`, ya que siempre se le puede calcular. {% comment %} https://github.com/github/github/pull/156946, https://github.com/github/github/pull/155387 {% endcomment %} - - Los manifiestos de las GitHub Apps ahora incluyen el campo `request_oauth_on_install`. {% comment %} https://github.com/github/github/pull/156991, https://github.com/github/github/pull/155010, https://github.com/github/ecosystem-apps/issues/1055 {% endcomment %} + - 'Se agrega compatibilidad con el tipo de instancia `m5.16xlarge` de AWS EC2. {% comment %} https://github.com/github/enterprise2/pull/22502, https://github.com/github/enterprise2/pull/22473 {% endcomment %}' + - 'Elimina el requisito de las huellas dactilares de SSH en los archivos de `ghe-migrator`, ya que siempre se le puede calcular. {% comment %} https://github.com/github/github/pull/156946, https://github.com/github/github/pull/155387 {% endcomment %}' + - 'Los manifiestos de las GitHub Apps ahora incluyen el campo `request_oauth_on_install`. {% comment %} https://github.com/github/github/pull/156991, https://github.com/github/github/pull/155010, https://github.com/github/ecosystem-apps/issues/1055 {% endcomment %}' known_issues: - - En un GitHub Enterprise Server recién configurado sin ningún usuario, un atacante podría crear el primer usuario administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %} - - Las reglas de cortafuegos personalizadas no se mantienen durante una mejora. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %} - - Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %} - - Las propuestas no pueden cerrarse si contienen un enlace permanente a un blob en el mismo repositorio en donde la ruta es mayor a 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %} - - Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluyen en los resultados de la búsqueda de GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %} - - Las actualizaciones de configuración fallan cuando se restablecen los datos en una instancia que tiene habilitadas las GitHub Actions si la fuente de respaldo original no cuenta con la característica habilitada. {% comment %} https://github.com/github/c2c-actions-runtime/issues/915 {% endcomment %} - - Las GitHub Actions pueden fallar en su inicio exitoso si se habilitaron previamente en una instancia que ejecutara la versión 2.22.0 y se actualiza a la 2.22.1. (actualizado en 2020-10-23) {% comment %} https://github.com/github/c2c-actions/issues/1680 {% endcomment %} - - En una instancia 2.22.1 recién configurada o después de actualizar 2.22.1, ya no se actualizará la fuente de actividad en el tablero de una organización. (actualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %} - - Las bitácoras de auditoría pueden atribuirse a la 127.0.0.1 en vez de a la dirección IP origen real. (actualizado 2020-11-02) {% comment %}https://github.com/github/enterprise2/issues/21514 {% endcomment %} + - 'En un GitHub Enterprise Server recién configurado sin ningún usuario, un atacante podría crear el primer usuario administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' + - 'Las reglas de cortafuegos personalizadas no se mantienen durante una mejora. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' + - 'Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %}' + - 'Las propuestas no pueden cerrarse si contienen un enlace permanente a un blob en el mismo repositorio en donde la ruta es mayor a 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %}' + - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluyen en los resultados de la búsqueda de GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' + - 'Las actualizaciones de configuración fallan cuando se restablecen los datos en una instancia que tiene habilitadas las GitHub Actions si la fuente de respaldo original no cuenta con la característica habilitada. {% comment %} https://github.com/github/c2c-actions-runtime/issues/915 {% endcomment %}' + - 'Las GitHub Actions pueden fallar en su inicio exitoso si se habilitaron previamente en una instancia que ejecutara la versión 2.22.0 y se actualiza a la 2.22.1. (actualizado en 2020-10-23) {% comment %} https://github.com/github/c2c-actions/issues/1680 {% endcomment %}' + - 'En una instancia 2.22.1 recién configurada o después de actualizar 2.22.1, ya no se actualizará la fuente de actividad en el tablero de una organización. (actualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %}' + - 'Las bitácoras de auditoría pueden atribuirse a la 127.0.0.1 en vez de a la dirección IP origen real. (actualizado 2020-11-02) {% comment %}https://github.com/github/enterprise2/issues/21514 {% endcomment %}' diff --git a/translations/es-ES/data/release-notes/2-22/10.yml b/translations/es-ES/data/release-notes/2-22/10.yml index ac78f003c5..628a6e1cfa 100644 --- a/translations/es-ES/data/release-notes/2-22/10.yml +++ b/translations/es-ES/data/release-notes/2-22/10.yml @@ -1,16 +1,15 @@ ---- -date: '01-04-2021' +date: '2021-04-01' sections: security_fixes: - - "**HIGH:** An improper access control vulnerability was identified in GitHub Enterprise Server that allowed access tokens generated from a GitHub App's [web authentication flow](https://docs.github.com/en/developers/apps/identifying-and-authorizing-users-for-github-apps#web-application-flow) to read private repository metadata via the REST API without having been granted the appropriate permissions. To exploit this vulnerability, an attacker would need to create a GitHub App on the instance and have a user authorize the application through the web authentication flow. The private repository metadata returned would be limited to repositories owned by the user the token identifies. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.0.4 and was fixed in versions 3.0.4, 2.22.10, 2.21.18. This vulnerability has been assigned CVE-2021-22865 and was reported via the [GitHub Bug Bounty Program](https://bounty.github.com)." + - '**HIGH:** An improper access control vulnerability was identified in GitHub Enterprise Server that allowed access tokens generated from a GitHub App''s [web authentication flow](https://docs.github.com/en/developers/apps/identifying-and-authorizing-users-for-github-apps#web-application-flow) to read private repository metadata via the REST API without having been granted the appropriate permissions. To exploit this vulnerability, an attacker would need to create a GitHub App on the instance and have a user authorize the application through the web authentication flow. The private repository metadata returned would be limited to repositories owned by the user the token identifies. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.0.4 and was fixed in versions 3.0.4, 2.22.10, 2.21.18. This vulnerability has been assigned CVE-2021-22865 and was reported via the [GitHub Bug Bounty Program](https://bounty.github.com).' - Los paquetes se actualizaron a las últimas versiones de seguridad. bugs: - A timezone set on GitHub Enterprise 11.10.x or earlier was not being used by some services which were defaulting to UTC time. - - Services were not transitioning to new log files as part of log rotation, resulting in increased disk usage. + - 'Services were not transitioning to new log files as part of log rotation, resulting in increased disk usage.' - The label on search results for internal repositories was shown as "Private" instead of "Internal". known_issues: - - En un GitHub Enterprise Server recién configurado sin usuarios, un atacante pudo crear el primer usuario administrador. + - 'En un GitHub Enterprise Server recién configurado sin usuarios, un atacante pudo crear el primer usuario administrador.' - Las reglas personalizadas del cortafuegos no se mantienen durante una mejora. - - Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio. + - 'Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio.' - Las propuestas no pudieron cerrarse si contenían un permalink a un blob en el mismo repositorio en donde la ruta de archvio era más grande a 255 caracteres. - - Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluirán en los resultados de búsqueda de GitHub.com. + - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluirán en los resultados de búsqueda de GitHub.com.' diff --git a/translations/es-ES/data/release-notes/3-0/0.yml b/translations/es-ES/data/release-notes/3-0/0.yml index 8f5cb46410..4ca7dae402 100644 --- a/translations/es-ES/data/release-notes/3-0/0.yml +++ b/translations/es-ES/data/release-notes/3-0/0.yml @@ -1,12 +1,10 @@ ---- -date: '16-02-2021' +date: '2021-02-16' intro: 'Los requisitos mínimos de infraestructura incrementaron para {% data variables.product.prodname_ghe_server %}3.0+. Para obtener más información, consulta la sección "[Acerca de los requisitos mínimos para GitHub Enterprise Server 3.0 y posterior](/admin/enterprise-management/upgrading-github-enterprise-server#about-minimum-requirements-for-github-enterprise-server-30-and-later)".' sections: security_fixes: - '**ALTA:** Se identificó una vulnerabilidad de ejecución de código remoto en {% data variables.product.prodname_ghe_server %} que podría aprovecharse al compilar un sitio de {% data variables.product.prodname_pages %}. La configuración controlada por el usuario de los analizadores subyacentes que utiliza {% data variables.product.prodname_pages %} no se restringió lo suficiente y permitió que se ejecutaran comandos en la instancia de {% data variables.product.prodname_ghe_server %}. Para aprovechar esta vulnerabilidad, un atacante necesitaría permiso para crear y compilar un sitio de {% data variables.product.prodname_pages %} en la instancia de {% data variables.product.prodname_ghe_server %}. A esta vulnerabilidad se le asignó un CVE-2020-10519 y se reportó a través del [Programa de Recompensas por Errores de GitHub](https://bounty.github.com).' features: - - - heading: GitHub Actions + - heading: GitHub Actions notes: - | [{% data variables.product.prodname_actions %}](https://github.com/features/actions) ahora se encuentra comunmente disponible en {% data variables.product.prodname_ghe_server %} 3.0+. Crea, prueba y despliega tu código desde {% data variables.product.prodname_dotcom %}. Emite revisiones de código, administración de ramas y el trabajo de clasificación de propuestas como quieras. @@ -27,8 +25,7 @@ sections: - Las [Plantillas de flujo de trabajo para las organizaciones](/enterprise-server@3.0/actions/learn-github-actions/sharing-workflows-with-your-organization) simplifican y promueven las mejores prácticas y la consistencia a lo largo de tu organización. Las {% data variables.product.prodname_actions %} no son actualmente compatibles para las empresas que utilizan configuraciones de agrupamiento. - - - heading: Registro del paquete de GitHub + - heading: Registro del paquete de GitHub notes: - | El [{% data variables.product.prodname_registry %}](https://github.com/features/packages) es un servicio de hospedaje de paquetes que se integra nativamente con las API, acciones y webhooks de GitHub. Crea un [flujo de trabajo de DevOps de extremo a extremo](/enterprise/3.0/admin/packages/configuring-packages-support-for-your-enterprise) que incluye soluciones para tu código, la integración contínua y el despliegue. @@ -38,53 +35,45 @@ sections: Cuando publicas paquetes en NuGet, los usuarios ahora pueden utilizar la opción `--api-key` para pasar su token de autenticación en vez de escribirlo en un archivo. Para obtener más información, consulta la sección [Configurar el CLI de dotnet para utilizarlo con GitHub Packages](/enterprise-server@3.0/packages/guides/configuring-dotnet-cli-for-use-with-github-packages#publishing-a-package) Actualmente, el {% data variables.product.prodname_registry %} no es compatible para las empresas que utilizan configuraciones de agrupamiento. - - - heading: GitHub Mobile beta + - heading: GitHub Mobile beta notes: - | El beta de [{% data variables.product.prodname_mobile %}](https://github.com/features/) te permite clasificar las notificaciones y administrar las propuestas y solicitudes de cambio desde tu dispositivo. Puedes firmarte simultáneamente en la aplicación móvil con una cuenta de usuario de {% data variables.product.prodname_dotcom_the_website %} y con una de {% data variables.product.prodname_ghe_server %}. El beta de {% data variables.product.prodname_mobile %} ahora se encuentra disponible para {% data variables.product.prodname_ghe_server %}. Ingresa con nuestras apps de [Android](https://play.google.com/store/apps/details?id=com.github.android) y de [iOS](https://apps.apple.com/app/github/id1477376905) para clasificar las notificaciones y adminsitrar las propuestas y solicitudes de cambio al vuelo. Los administradores pueden inhabilitar la compatibilidad con la versión móvil para su empresa si utilizan la consola de administración o si ejecutan `ghe-config app.mobile.enabled false`. - - - heading: Escaneo de Secretos de Advanced Security beta + - heading: Escaneo de Secretos de Advanced Security beta notes: - | El [Escaneo de Secretos beta](https://github.com/features/security) escanea los repositorios públicos y privados para las credenciales confirmadas, encuentra secretos, y notifica al proveedor de secretos o al administrador en el momento en el que éstos se confirman en un repositorio. Los administradores que utilizan la {% data variables.product.prodname_GH_advanced_security %} pueden [habilitar y configurar](/enterprise-server@3.0/admin/configuration/configuring-secret-scanning-for-your-appliance) el escaneo de secretos de {% data variables.product.prodname_GH_advanced_security %}. Puedes revisar los [requisitos mínimos actualizados para tu plataforma](/enterprise/3.0/admin/installation/setting-up-a-github-enterprise-server-instance) antes de habilitar el escaneo de secretos de {% data variables.product.prodname_GH_advanced_security %}. - - - heading: Escaneo de Código de Advanced Security + - heading: Escaneo de Código de Advanced Security notes: - | [El escaneo de código de GitHub Advanced Security](https://github.com/features/security) ahora está comunmente disponible en GitHub Enterprise Server. Las organizaciones que hayan comprado Advanced Security pueden utilizar esta característica para realizar pruebas de seguridad de análisis estático contra su código y pueden prevenir que las vulnerabilidades lleguen a su código productivo utilizando CodeQL, nuestro motor de análisis semántico. Para obtener más información, consulta la sección "[Configurar el escaneo de código en tu aplicativo](/en/enterprise-server@3.0/admin/configuration/configuring-code-scanning-for-your-appliance#running-code-scanning-using-github-actions)" changes: - - - heading: Cambios en la administración + - heading: Cambios en la administración notes: - - El sistema de entrega de eventos de webhook se ha renovado en su arquitectura para tener un rendimiento mayor y menos retraso en los mensajes. También utiliza menos memoria y CPU en {% data variables.product.prodname_ghe_server %} 3.0+. - - Los propietarios de empresas y organizaciones ahora pueden ver a qué miembros del equipo se ha promovido o degradado hacia o desde su puesto como mantenedor de equipo en la bitácora de auditoría a través de los nuevos eventos de bitácora de auditoría `team.promote_maintainer` y `team.demote_maintainer`. Para obtener más información, consulta la sección "[Acciones auditadas](/enterprise-server@3.0/admin/user-management/audited-actions)". + - 'El sistema de entrega de eventos de webhook se ha renovado en su arquitectura para tener un rendimiento mayor y menos retraso en los mensajes. También utiliza menos memoria y CPU en {% data variables.product.prodname_ghe_server %} 3.0+.' + - 'Los propietarios de empresas y organizaciones ahora pueden ver a qué miembros del equipo se ha promovido o degradado hacia o desde su puesto como mantenedor de equipo en la bitácora de auditoría a través de los nuevos eventos de bitácora de auditoría `team.promote_maintainer` y `team.demote_maintainer`. Para obtener más información, consulta la sección "[Acciones auditadas](/enterprise-server@3.0/admin/user-management/audited-actions)".' - 'Los mantenedores de repositorio con sitios de {% data variables.product.prodname_pages %} existentes pueden [actualizar fácilmente el nombre de rama predeterminado anterior](/enterprise-server@3.0/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites).' - - Se requiere de recursos adicionales de hardware para ejecutar {% data variables.product.prodname_ghe_server %} que tenga habilitadas acciones, paquetes o seguridad avanzada. Para obtener más información sobre los recursos mínimos requeridos para cada plataforma de soporte, consulta la sección "[Configurar una instancia de {% data variables.product.prodname_ghe_server %}](/enterprise-server@3.0/admin/installation/setting-up-a-github-enterprise-server-instance)". - - Los administradores ahora pueden [publicar un mensaje](/enterprise-server@3.0/admin/user-management/customizing-user-messages-for-your-enterprise), que todos los usuarios deben aceptar. Esto te puede ayudar a incorporar usuarios nuevos y hacer notar otras políticas e información específica de la organización. - - - heading: Cambios de seguridad + - 'Se requiere de recursos adicionales de hardware para ejecutar {% data variables.product.prodname_ghe_server %} que tenga habilitadas acciones, paquetes o seguridad avanzada. Para obtener más información sobre los recursos mínimos requeridos para cada plataforma de soporte, consulta la sección "[Configurar una instancia de {% data variables.product.prodname_ghe_server %}](/enterprise-server@3.0/admin/installation/setting-up-a-github-enterprise-server-instance)".' + - 'Los administradores ahora pueden [publicar un mensaje](/enterprise-server@3.0/admin/user-management/customizing-user-messages-for-your-enterprise), que todos los usuarios deben aceptar. Esto te puede ayudar a incorporar usuarios nuevos y hacer notar otras políticas e información específica de la organización.' + - heading: Cambios de seguridad notes: - - Los propietarios de las organizaciones ahora pueden inhabilitar la publicación de sitios de {% data variables.product.prodname_pages %} de los repositorios de la organización. El inhabilitar a {% data variables.product.prodname_pages %} para la organización impedirá que los miembros creen páginas nuevas pero no dejará de publicar los sitios existentes. Para obtener más información, consulta la sección "[Inhabilitar la publicación de los sitios de {% data variables.product.prodname_pages %} para tu organización](/enterprise-server@3.0/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)". + - 'Los propietarios de las organizaciones ahora pueden inhabilitar la publicación de sitios de {% data variables.product.prodname_pages %} de los repositorios de la organización. El inhabilitar a {% data variables.product.prodname_pages %} para la organización impedirá que los miembros creen páginas nuevas pero no dejará de publicar los sitios existentes. Para obtener más información, consulta la sección "[Inhabilitar la publicación de los sitios de {% data variables.product.prodname_pages %} para tu organización](/enterprise-server@3.0/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)".' - Se debe definir explícitamente un centro de datos en todos los nodos antes de habilitar una réplica activa. - - Todo uso de huellas dactilares de SSH se ha cambiado para utilizar huellas dactilares SHA256 como también se utilizan con OpenSSH desde la versión 6.8. Esto aplica a la interface web y también a la API en donde las huellas dactilares se devuelven, tal como en GraphQL. Las huellas dactilares siguen el formato de OpenSSH. + - 'Todo uso de huellas dactilares de SSH se ha cambiado para utilizar huellas dactilares SHA256 como también se utilizan con OpenSSH desde la versión 6.8. Esto aplica a la interface web y también a la API en donde las huellas dactilares se devuelven, tal como en GraphQL. Las huellas dactilares siguen el formato de OpenSSH.' - Los encabezados de firma SHA-1 y SHA-256 (dos encabezados) se envían en webhooks. - - - heading: Cambios de desarrollador + - heading: Cambios de desarrollador notes: - - La mayoría de los servicios que se ejecutan en {% data variables.product.prodname_ghe_server %} 3.0+ ahora se encuentran en contenedores que habilitan internamente a GitHub para iterar rapido y para enviar lanzamientos de alta calidad - - El sistema de entrega de eventos de webhook renovó su arquitectura para tener un rendimiento mayor, entregas más rápidas y menos retrasos en los mensajes. - - - heading: Cambios a la API + - 'La mayoría de los servicios que se ejecutan en {% data variables.product.prodname_ghe_server %} 3.0+ ahora se encuentran en contenedores que habilitan internamente a GitHub para iterar rapido y para enviar lanzamientos de alta calidad' + - 'El sistema de entrega de eventos de webhook renovó su arquitectura para tener un rendimiento mayor, entregas más rápidas y menos retrasos en los mensajes.' + - heading: Cambios a la API notes: - 'Los administradores ahora pueden configurar y administrar el letrero de anuncio de todo el sitio a través de la API de REST. Para obtener más información, consulta las terminales de "[administración de GitHub Enterprise](/enterprise-server@3.0/rest/reference/enterprise-admin#annoucements)".' - 'Una nueva terminal de la API permite el intercambio de un token de usuario a servidor para aquellos que tengan alcance de los repositorios específicos. Para obtener más información, consulta las "[Apps](/enterprise-server@3.0/rest/reference/apps#create-a-scoped-access-token)" en la documentación de la API de REST de {% data variables.product.prodname_dotcom %}.' - - - heading: Renombrar la rama predeterminada + - heading: Renombrar la rama predeterminada notes: - | Los administradores de organizaciones y empresas ahora pueden configurar el nombre de la rama predeterminada para los repositorios nuevos. Los administradores de empresas también pueden hacer cumplir su elección de nombre de rama predeterminada a través de todas las organizaciones para permitir que cada una de ellas elija su propio nombre. @@ -99,12 +88,10 @@ sections: Este cambio es uno de los muchos que GitHub está realizando para apoyar a los proyectos y mantenedores que quieren renombrar su rama predeterminada. Para aprender más sobre los cambios que estamos haciendo, consulta la sección [github/renaming](https://github.com/github/renaming). bugs: - - - heading: Correcciones para los problemas conocidos de los Candidatos a Lanzamiento + - heading: Correcciones para los problemas conocidos de los Candidatos a Lanzamiento notes: - - Todos los problemas que se conocen del Candidato a Lanzamiento 1 y 2 se han corregido, con excepción de las que se listan en la siguiente sección de problemas conocidos. - - - heading: Correcciones para otros problemas + - 'Todos los problemas que se conocen del Candidato a Lanzamiento 1 y 2 se han corregido, con excepción de las que se listan en la siguiente sección de problemas conocidos.' + - heading: Correcciones para otros problemas notes: - Los problemas con las migraciones y mejoras a la versión 3.0.0 se arreglaron. - El versionamiento de utilidades de respaldo ahora funciona para las versiones de candidatos de lanzamiento. @@ -113,50 +100,44 @@ sections: - La casilla de verificación para habilitar las GitHub Actions en la consola de administración ahora se puede ver con cualquier método de autenticación. - Las GitHub Actions podrían estar habilitadas si también se configuró el almacenamiento necesario. - '`ghe-repl-status` podría fallar silenciosamente si no se configuró la replicación de MSSQL.' - - El formato de varios archivos de bitácora ha cambiado, incluyendo la adición de un PID para los tipos de bitácora diferentes. Esto no afecta cómo GitHub Enterprise Support utiliza paquetes de soporte para la solución de problemas. + - 'El formato de varios archivos de bitácora ha cambiado, incluyendo la adición de un PID para los tipos de bitácora diferentes. Esto no afecta cómo GitHub Enterprise Support utiliza paquetes de soporte para la solución de problemas.' - El hacer una solicitud de PATCH a la API de configuración de webhooks ya no borra el secreto del webhook. - Algunos tipos de ganchos de pre-recepción estaban fallando. - 'El servicio de Paquetes NuGet ahora normaliza las versiones semánticas al publicar. Los clientes de NuGet no pueden descargar una versión semántica inválida (por ejemplo: v1.0.0.0.0.0) y, por lo tanto, se espera que un servicio de NuGet normalice esas versiones (por ejemplo: v1.0.0.0.0.0 --> v1.0.0). Cualquier versión original sin normalizar estará disponible en el campo `verbatimVersion`. No se requiere de ningún cambio a las configuraciones del cliente.' known_issues: - - En una instalación nueva de {% data variables.product.prodname_ghe_server %} que no tenga ningún usuario, cualquier atacante podría crear el primer usuario administrativo. + - 'En una instalación nueva de {% data variables.product.prodname_ghe_server %} que no tenga ningún usuario, cualquier atacante podría crear el primer usuario administrativo.' - Las reglas personalizadas del cortafuegos no se mantienen durante una mejora. - - Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.blog/2016-02-18-upload-files-to-your-repositories/) se agregaron incorrecta y directamente al repositorio. - - Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluirán en los resultados de búsqueda de GitHub.com. - - Cuando se habilita el modo de mantenimiento, algunos servicios siguen listándose como "procesos activos". Se espera que los servicios que se identificaron se ejecuten durante el modo de mantenimiento. Si estás experimentando este problema y no sabes cómo proceder, contacta a {% data variables.contact.contact_ent_support %}. - - Cuando habilitas las GitHub Actions, utiliza '`ghe-maintenance -u`' para dejar de configurar el modo de mantenimiento. + - 'Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.blog/2016-02-18-upload-files-to-your-repositories/) se agregaron incorrecta y directamente al repositorio.' + - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluirán en los resultados de búsqueda de GitHub.com.' + - 'Cuando se habilita el modo de mantenimiento, algunos servicios siguen listándose como "procesos activos". Se espera que los servicios que se identificaron se ejecuten durante el modo de mantenimiento. Si estás experimentando este problema y no sabes cómo proceder, contacta a {% data variables.contact.contact_ent_support %}.' + - 'Cuando habilitas las GitHub Actions, utiliza ''`ghe-maintenance -u`'' para dejar de configurar el modo de mantenimiento.' - 'El registro duplicado hacia `/var/log/messages`, `/var/log/syslog`, y `/var/log/user.log` da como resultado una utilización incrementada del volúmen raíz.' - Los usuarios pueden descartar un mensaje obligatorio sin verificar todas las casillas. - '[Los scripts de gancho de pre-recepción](/admin/policies/enforcing-policy-with-pre-receive-hooks) no pueden escribir archivos temporales, los cuales pueden causar que falle la ejecución del script. Los usuarios que utilizan ganchos de pre-recepción deberían hacer pruebas en un ambiente de pruebas para ver si dichos scripts requieren de acceso de escritura.' - - Las [llaves de despliegue] de repositorio(/developers/overview/managing-deploy-keys) no pueden utilizarse con repositorios que contengan objetos LFS. + - 'Las [llaves de despliegue] de repositorio(/developers/overview/managing-deploy-keys) no pueden utilizarse con repositorios que contengan objetos LFS.' - Jupyter Notebook rendering in the web UI may fail if the notebook includes non-ASCII UTF-8 characters. - El reStructuredText (RST) que se representa en la IU web podría fallar y mostrar un texto de marcado RST sin procesar. - - La gráfica de dependencias falla en interpretar los archivos de manifiesto de Python `setup.py`, lo cual resultó en errores HTTP 500 en las bitácoras. Esto, en combinación con el problema de bitácoras duplicadas, dio como resultado un incremento en la utilización del volúmen raíz. + - 'La gráfica de dependencias falla en interpretar los archivos de manifiesto de Python `setup.py`, lo cual resultó en errores HTTP 500 en las bitácoras. Esto, en combinación con el problema de bitácoras duplicadas, dio como resultado un incremento en la utilización del volúmen raíz.' - Una condición de carrera puede causar que las migraciones de la base de datos de la dependencia parezcan fallar. - Las instancias con la zona horaria personalizada que se mejoraron desde un lanzamiento anterior de GitHub Enterprise Server podrían tener marcas de tiempo incorrectas en la IU web. - - Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`). + - 'Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`).' deprecations: - - - heading: Obsoletización de GitHub Enterprise Server 2.19 + - heading: Obsoletización de GitHub Enterprise Server 2.19 notes: - '**{% data variables.product.prodname_ghe_server %} 2.19 se encontrará obsoletizado desde el 12 de noviembre de 2020**. Eso significa que no se harán lanzamientos de parches, ni siquiera para los problemas críticos de seguridad, después de esta fecha. Para obtener un rendimiento mejor, mejorar la seguridad y tener nuevas características, [actualiza a la versión más nueva de {% data variables.product.prodname_ghe_server %}](https://help.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/) tan pronto como te sea posible.' - - - heading: Obsoletización de los Eventos de Webhook tradicionales de las GitHub Apps + - heading: Obsoletización de los Eventos de Webhook tradicionales de las GitHub Apps notes: - - Comenzando con {% data variables.product.prodname_ghe_server %} 2.21.0, dos eventos de webhook relacionados con GitHub Apps se obsoletizaron y eliminaron en la versión 3.2.0 de {% data variables.product.prodname_ghe_server %}. Los eventos obsoletizados de `integration_installation` and `integration_installation_repositories` tienen eventos equivalentes que serán compatibles. Puedes encontrar más información en la [publicación del blog acerca de los anuncios de obsoletización](https://developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events/). - - - heading: Obsoletización de la terminal tradicional para las GitHub Apps + - 'Comenzando con {% data variables.product.prodname_ghe_server %} 2.21.0, dos eventos de webhook relacionados con GitHub Apps se obsoletizaron y eliminaron en la versión 3.2.0 de {% data variables.product.prodname_ghe_server %}. Los eventos obsoletizados de `integration_installation` and `integration_installation_repositories` tienen eventos equivalentes que serán compatibles. Puedes encontrar más información en la [publicación del blog acerca de los anuncios de obsoletización](https://developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events/).' + - heading: Obsoletización de la terminal tradicional para las GitHub Apps notes: - - Comenzando con {% data variables.product.prodname_ghe_server %} 2.21.0, la terminal tradicional de GitHub Apps para crear tokens de acceso a las instalaciones se obsoletizó y se eliminará en la versión 3.2.0 de {% data variables.product.prodname_ghe_server %}. Puedes encontrar más información disponible en la [publicación del blog sobre los anuncios de obsoletización](https://developer.github.com/changes/2020-04-15-replacing-create-installation-access-token-endpoint/). - - - heading: Obsoletización de la API de aplicaciones OAuth + - 'Comenzando con {% data variables.product.prodname_ghe_server %} 2.21.0, la terminal tradicional de GitHub Apps para crear tokens de acceso a las instalaciones se obsoletizó y se eliminará en la versión 3.2.0 de {% data variables.product.prodname_ghe_server %}. Puedes encontrar más información disponible en la [publicación del blog sobre los anuncios de obsoletización](https://developer.github.com/changes/2020-04-15-replacing-create-installation-access-token-endpoint/).' + - heading: Obsoletización de la API de aplicaciones OAuth notes: - - GitHub ya no es compatible con las terminales de la aplicación de OAuth que contengan `access_token` como parámetro de ruta. Hemos incluído terminales nuevas que te permiten administrar los tokens para las apps de OAuth de forma segura al mover a `access_token` al cuerpo de solicitud. Aunque se hayan obsoletizado, aún se puede acceder a las terminales en esta versión. Intentamos eliminar estas terminales en la versión 3.4 de {% data variables.product.prodname_ghe_server %}. Para obtener más información, consulta la [publicación del blog sobre los anuncios de obsoletización](https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/). - - - heading: Obsoletización de compatibilidad con Semiotic + - 'GitHub ya no es compatible con las terminales de la aplicación de OAuth que contengan `access_token` como parámetro de ruta. Hemos incluído terminales nuevas que te permiten administrar los tokens para las apps de OAuth de forma segura al mover a `access_token` al cuerpo de solicitud. Aunque se hayan obsoletizado, aún se puede acceder a las terminales en esta versión. Intentamos eliminar estas terminales en la versión 3.4 de {% data variables.product.prodname_ghe_server %}. Para obtener más información, consulta la [publicación del blog sobre los anuncios de obsoletización](https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/).' + - heading: Obsoletización de compatibilidad con Semiotic notes: - El servicio era compatible con una experiencia de "Encontrar por símbolo" en la vista de solicitud de cambios que no se utilizaba ampliamente. - - - heading: Obsoletización de los comandos de flujo de trabajo + - heading: Obsoletización de los comandos de flujo de trabajo notes: - 'Los comandos de flujo de trabajo de `set-env` y `add-path` de {% data variables.product.prodname_actions %} se obsoletizaron. Para obtener más información, consulta el [changelog](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/).' backups: diff --git a/translations/es-ES/data/release-notes/3-0/4.yml b/translations/es-ES/data/release-notes/3-0/4.yml index 9ef9321a1e..14c8838931 100644 --- a/translations/es-ES/data/release-notes/3-0/4.yml +++ b/translations/es-ES/data/release-notes/3-0/4.yml @@ -1,25 +1,24 @@ ---- -date: '01-04-2021' +date: '2021-04-01' intro: 'Los requisitos mínimos de infraestructura incrementaron para {% data variables.product.prodname_ghe_server %}3.0+. Para obtener más información, consulta la sección "[Acerca de los requisitos mínimos para GitHub Enterprise Server 3.0 y posterior](/admin/enterprise-management/upgrading-github-enterprise-server#about-minimum-requirements-for-github-enterprise-server-30-and-later)".' sections: security_fixes: - - "**HIGH:** An improper access control vulnerability was identified in GitHub Enterprise Server that allowed access tokens generated from a GitHub App's [web authentication flow](https://docs.github.com/en/developers/apps/identifying-and-authorizing-users-for-github-apps#web-application-flow) to read private repository metadata via the REST API without having been granted the appropriate permissions. To exploit this vulnerability, an attacker would need to create a GitHub App on the instance and have a user authorize the application through the web authentication flow. The private repository metadata returned would be limited to repositories owned by the user the token identifies. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.0.4 and was fixed in versions 3.0.4, 2.22.10, 2.21.18. This vulnerability has been assigned CVE-2021-22865 and was reported via the [GitHub Bug Bounty Program](https://bounty.github.com)." + - '**HIGH:** An improper access control vulnerability was identified in GitHub Enterprise Server that allowed access tokens generated from a GitHub App''s [web authentication flow](https://docs.github.com/en/developers/apps/identifying-and-authorizing-users-for-github-apps#web-application-flow) to read private repository metadata via the REST API without having been granted the appropriate permissions. To exploit this vulnerability, an attacker would need to create a GitHub App on the instance and have a user authorize the application through the web authentication flow. The private repository metadata returned would be limited to repositories owned by the user the token identifies. This vulnerability affected all versions of GitHub Enterprise Server prior to 3.0.4 and was fixed in versions 3.0.4, 2.22.10, 2.21.18. This vulnerability has been assigned CVE-2021-22865 and was reported via the [GitHub Bug Bounty Program](https://bounty.github.com).' - Los paquetes se actualizaron a las últimas versiones de seguridad. bugs: - - When maintenance mode was enabled, some services continued to be listed as "active processes" even though they were expected to be running, and should not have been listed. - - After upgrading from 2.22.x to 3.0.x with GitHub Actions enabled, the self-hosted runner version was not updated and no self-hosted updates were made. + - 'When maintenance mode was enabled, some services continued to be listed as "active processes" even though they were expected to be running, and should not have been listed.' + - 'After upgrading from 2.22.x to 3.0.x with GitHub Actions enabled, the self-hosted runner version was not updated and no self-hosted updates were made.' - Old GitHub Pages builds were not cleaned up leading to increased disk usage. - '`memcached` was not running on active replicas.' - Upgrade failed when updating file permissions when GitHub Actions was enabled. - A timezone set on GitHub Enterprise 11.10.x or earlier was not being used by some services which were defaulting to UTC time. - - Services were not transitioning to new log files as part of log rotation, resulting in increased disk usage. + - 'Services were not transitioning to new log files as part of log rotation, resulting in increased disk usage.' - The `ghe-saml-mapping-csv` command-line utility produced a warning message. - The label on search results for internal repositories was shown as "Private" instead of "Internal". known_issues: - - En un GitHub Enterprise Server recién configurado sin usuarios, un atacante pudo crear el primer usuario administrador. + - 'En un GitHub Enterprise Server recién configurado sin usuarios, un atacante pudo crear el primer usuario administrador.' - Las reglas personalizadas del cortafuegos no se mantienen durante una mejora. - - Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio. + - 'Los archivos rastreados del LFS de Git que se [cargaron mediante la interface web](https://github.com/blog/2105-upload-files-to-your-repositories) se agregaron incorrecta y directamente al repositorio.' - Las propuestas no pudieron cerrarse si contenían un permalink a un blob en el mismo repositorio en donde la ruta de archvio era más grande a 255 caracteres. - - Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluirán en los resultados de búsqueda de GitHub.com. + - 'Cuando se habilita "Los usuarios pueden buscar en GitHub.com" con GitHub Connect, las propuestas en los repositorios privados e internos no se incluirán en los resultados de búsqueda de GitHub.com.' - Jupyter Notebook rendering in the web UI may fail if the notebook includes non-ASCII UTF-8 characters. - El reStructuredText (RST) que se representa en la IU web podría fallar y mostrar un texto de marcado RST sin procesar. diff --git a/translations/ja-JP/content/actions/creating-actions/about-actions.md b/translations/ja-JP/content/actions/creating-actions/about-actions.md index 97c350752d..6a916fe256 100644 --- a/translations/ja-JP/content/actions/creating-actions/about-actions.md +++ b/translations/ja-JP/content/actions/creating-actions/about-actions.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概要' +type: overview topics: - - 'Action 開発' - - '基本' + - Action 開発 + - 基本 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/creating-actions/creating-a-composite-run-steps-action.md b/translations/ja-JP/content/actions/creating-actions/creating-a-composite-run-steps-action.md index d7e20145d0..0e6cc9b58e 100644 --- a/translations/ja-JP/content/actions/creating-actions/creating-a-composite-run-steps-action.md +++ b/translations/ja-JP/content/actions/creating-actions/creating-a-composite-run-steps-action.md @@ -1,14 +1,14 @@ --- title: 複合実行ステップ アクションの作成 -intro: 'このガイドでは、複合実行ステップ アクションを構築する方法について説明します。' +intro: このガイドでは、複合実行ステップ アクションを構築する方法について説明します。 product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'Action 開発' + - Action 開発 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/creating-actions/creating-a-docker-container-action.md b/translations/ja-JP/content/actions/creating-actions/creating-a-docker-container-action.md index ed49790ab0..fbc043c5d4 100644 --- a/translations/ja-JP/content/actions/creating-actions/creating-a-docker-container-action.md +++ b/translations/ja-JP/content/actions/creating-actions/creating-a-docker-container-action.md @@ -1,6 +1,6 @@ --- title: Docker コンテナのアクションを作成する -intro: 'このガイドでは、Docker コンテナのアクションを作成するために最低限必要なステップを案内します。' +intro: このガイドでは、Docker コンテナのアクションを作成するために最低限必要なステップを案内します。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /articles/creating-a-docker-container-action @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'Action 開発' - - 'Docker' + - Action 開発 + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md b/translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md index e9404f7124..fbd03a79fc 100644 --- a/translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md +++ b/translations/ja-JP/content/actions/creating-actions/creating-a-javascript-action.md @@ -1,6 +1,6 @@ --- title: JavaScript アクションを作成する -intro: 'このガイドでは、アクションツールキットを使って JavaScript アクションをビルドする方法について学びます。' +intro: このガイドでは、アクションツールキットを使って JavaScript アクションをビルドする方法について学びます。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /articles/creating-a-javascript-action @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'Action 開発' - - 'JavaScript' + - Action 開発 + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/ja-JP/content/actions/creating-actions/dockerfile-support-for-github-actions.md index 0cee845008..18d48dd40f 100644 --- a/translations/ja-JP/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/ja-JP/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -1,7 +1,7 @@ --- title: GitHub ActionsのためのDockerfileサポート shortTitle: Docker -intro: 'Dockerコンテナアクション用の`Dockerfile`を作成する際には、いくつかのDockerの命令がGitHub Actionsやアクションのメタデータファイルとどのように関わるのかを知っておく必要があります。' +intro: Dockerコンテナアクション用の`Dockerfile`を作成する際には、いくつかのDockerの命令がGitHub Actionsやアクションのメタデータファイルとどのように関わるのかを知っておく必要があります。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /actions/building-actions/dockerfile-support-for-github-actions @@ -9,7 +9,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'リファレンス' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/translations/ja-JP/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 905f721e6d..60137a34f0 100644 --- a/translations/ja-JP/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/translations/ja-JP/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -12,7 +12,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'リファレンス' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/about-packaging-with-github-actions.md b/translations/ja-JP/content/actions/guides/about-packaging-with-github-actions.md index 7a0b3490e6..48326bbde7 100644 --- a/translations/ja-JP/content/actions/guides/about-packaging-with-github-actions.md +++ b/translations/ja-JP/content/actions/guides/about-packaging-with-github-actions.md @@ -9,9 +9,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概要' +type: overview topics: - - 'パッケージ化' + - パッケージ化 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/about-service-containers.md b/translations/ja-JP/content/actions/guides/about-service-containers.md index 507e3e6526..1227049523 100644 --- a/translations/ja-JP/content/actions/guides/about-service-containers.md +++ b/translations/ja-JP/content/actions/guides/about-service-containers.md @@ -1,6 +1,6 @@ --- title: サービスコンテナについて -intro: 'サービスコンテナを使って、データベース、Webサービス、メモリキャッシュ、あるいはその他のツールをワークフローに接続できます。' +intro: サービスコンテナを使って、データベース、Webサービス、メモリキャッシュ、あるいはその他のツールをワークフローに接続できます。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /actions/automating-your-workflow-with-github-actions/about-service-containers @@ -9,10 +9,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概要' +type: overview topics: - - 'コンテナ' - - 'Docker' + - コンテナ + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/adding-labels-to-issues.md b/translations/ja-JP/content/actions/guides/adding-labels-to-issues.md index 73916e5322..9a7dbf06e7 100644 --- a/translations/ja-JP/content/actions/guides/adding-labels-to-issues.md +++ b/translations/ja-JP/content/actions/guides/adding-labels-to-issues.md @@ -1,15 +1,15 @@ --- title: Adding labels to issues -intro: You can use {% data variables.product.prodname_actions %} to automatically label issues. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' - - 'Project management' + - ワークフロー + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/building-and-testing-java-with-ant.md b/translations/ja-JP/content/actions/guides/building-and-testing-java-with-ant.md index b2b4ae586f..be21eeb724 100644 --- a/translations/ja-JP/content/actions/guides/building-and-testing-java-with-ant.md +++ b/translations/ja-JP/content/actions/guides/building-and-testing-java-with-ant.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Ant' + - CI + - Java + - Ant --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/building-and-testing-java-with-gradle.md b/translations/ja-JP/content/actions/guides/building-and-testing-java-with-gradle.md index 3ad502397d..043e6cc092 100644 --- a/translations/ja-JP/content/actions/guides/building-and-testing-java-with-gradle.md +++ b/translations/ja-JP/content/actions/guides/building-and-testing-java-with-gradle.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Gradle' + - CI + - Java + - Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/building-and-testing-java-with-maven.md b/translations/ja-JP/content/actions/guides/building-and-testing-java-with-maven.md index 78d1b486da..6e37c2f39b 100644 --- a/translations/ja-JP/content/actions/guides/building-and-testing-java-with-maven.md +++ b/translations/ja-JP/content/actions/guides/building-and-testing-java-with-maven.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Maven' + - CI + - Java + - Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/building-and-testing-nodejs.md b/translations/ja-JP/content/actions/guides/building-and-testing-nodejs.md index 4695930b1d..3c67ffe364 100644 --- a/translations/ja-JP/content/actions/guides/building-and-testing-nodejs.md +++ b/translations/ja-JP/content/actions/guides/building-and-testing-nodejs.md @@ -9,11 +9,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CI' - - 'ノード' - - 'JavaScript' + - CI + - ノード + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/building-and-testing-powershell.md b/translations/ja-JP/content/actions/guides/building-and-testing-powershell.md index d971101056..e299769982 100644 --- a/translations/ja-JP/content/actions/guides/building-and-testing-powershell.md +++ b/translations/ja-JP/content/actions/guides/building-and-testing-powershell.md @@ -8,10 +8,10 @@ versions: github-ae: '*' authors: - potatoqualitee -type: 'チュートリアル' +type: tutorial topics: - - 'CI' - - 'Powershell' + - CI + - Powershell --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/building-and-testing-python.md b/translations/ja-JP/content/actions/guides/building-and-testing-python.md index e8e7687caa..f67344e88f 100644 --- a/translations/ja-JP/content/actions/guides/building-and-testing-python.md +++ b/translations/ja-JP/content/actions/guides/building-and-testing-python.md @@ -8,10 +8,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CI' - - 'Python' + - CI + - Python --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/building-and-testing-ruby.md b/translations/ja-JP/content/actions/guides/building-and-testing-ruby.md index ff6154466d..c145d56ef5 100644 --- a/translations/ja-JP/content/actions/guides/building-and-testing-ruby.md +++ b/translations/ja-JP/content/actions/guides/building-and-testing-ruby.md @@ -6,10 +6,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CI' - - 'Ruby' + - CI + - Ruby --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/caching-dependencies-to-speed-up-workflows.md b/translations/ja-JP/content/actions/guides/caching-dependencies-to-speed-up-workflows.md index 24fba7dbce..5df4e8ee71 100644 --- a/translations/ja-JP/content/actions/guides/caching-dependencies-to-speed-up-workflows.md +++ b/translations/ja-JP/content/actions/guides/caching-dependencies-to-speed-up-workflows.md @@ -1,7 +1,7 @@ --- title: 依存関係をキャッシュしてワークフローのスピードを上げる shortTitle: 依存関係のキャッシング -intro: 'ワークフローを高速化して効率を上げるために、依存関係や広く再利用されるファイルに対するキャッシュを作成して利用できます。' +intro: ワークフローを高速化して効率を上げるために、依存関係や広く再利用されるファイルに対するキャッシュを作成して利用できます。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows @@ -9,9 +9,9 @@ redirect_from: - /actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows versions: free-pro-team: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' + - ワークフロー --- {% data reusables.actions.ae-beta %} diff --git a/translations/ja-JP/content/actions/guides/closing-inactive-issues.md b/translations/ja-JP/content/actions/guides/closing-inactive-issues.md index e9a563dfd4..1391aeea79 100644 --- a/translations/ja-JP/content/actions/guides/closing-inactive-issues.md +++ b/translations/ja-JP/content/actions/guides/closing-inactive-issues.md @@ -1,15 +1,15 @@ --- title: Closing inactive issues -intro: You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time. +intro: 'You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' - - 'Project management' + - ワークフロー + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md b/translations/ja-JP/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md index 623d6341ab..95ca52d538 100644 --- a/translations/ja-JP/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md +++ b/translations/ja-JP/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md @@ -1,15 +1,15 @@ --- title: Commenting on an issue when a label is added -intro: You can use {% data variables.product.prodname_actions %} to automatically comment on issues when a specific label is applied. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically comment on issues when a specific label is applied.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' - - 'Project management' + - ワークフロー + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/creating-postgresql-service-containers.md b/translations/ja-JP/content/actions/guides/creating-postgresql-service-containers.md index 879b5cc739..0360471112 100644 --- a/translations/ja-JP/content/actions/guides/creating-postgresql-service-containers.md +++ b/translations/ja-JP/content/actions/guides/creating-postgresql-service-containers.md @@ -10,10 +10,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'コンテナ' - - 'Docker' + - コンテナ + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/creating-redis-service-containers.md b/translations/ja-JP/content/actions/guides/creating-redis-service-containers.md index dc20133471..c9c0c26adf 100644 --- a/translations/ja-JP/content/actions/guides/creating-redis-service-containers.md +++ b/translations/ja-JP/content/actions/guides/creating-redis-service-containers.md @@ -10,10 +10,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'コンテナ' - - 'Docker' + - コンテナ + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/deploying-to-amazon-elastic-container-service.md b/translations/ja-JP/content/actions/guides/deploying-to-amazon-elastic-container-service.md index eeac55ee5f..16afce1eb8 100644 --- a/translations/ja-JP/content/actions/guides/deploying-to-amazon-elastic-container-service.md +++ b/translations/ja-JP/content/actions/guides/deploying-to-amazon-elastic-container-service.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CD' - - 'コンテナ' - - 'Amazon ECS' + - CD + - コンテナ + - Amazon ECS --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/deploying-to-azure-app-service.md b/translations/ja-JP/content/actions/guides/deploying-to-azure-app-service.md index 0a896186a5..abdbcaeb3c 100644 --- a/translations/ja-JP/content/actions/guides/deploying-to-azure-app-service.md +++ b/translations/ja-JP/content/actions/guides/deploying-to-azure-app-service.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CD' - - 'コンテナ' - - 'Azure App Service' + - CD + - コンテナ + - Azure App Service --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/deploying-to-google-kubernetes-engine.md b/translations/ja-JP/content/actions/guides/deploying-to-google-kubernetes-engine.md index 5b2906c5db..446dc5c643 100644 --- a/translations/ja-JP/content/actions/guides/deploying-to-google-kubernetes-engine.md +++ b/translations/ja-JP/content/actions/guides/deploying-to-google-kubernetes-engine.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CD' - - 'コンテナ' - - 'Google Kubernetes Engine' + - CD + - コンテナ + - Google Kubernetes Engine --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md b/translations/ja-JP/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md index 221353f493..54fa561dab 100644 --- a/translations/ja-JP/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md +++ b/translations/ja-JP/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md @@ -6,10 +6,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CI' - - 'Xcode' + - CI + - Xcode --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/moving-assigned-issues-on-project-boards.md b/translations/ja-JP/content/actions/guides/moving-assigned-issues-on-project-boards.md index 8f775f5227..cea32ca026 100644 --- a/translations/ja-JP/content/actions/guides/moving-assigned-issues-on-project-boards.md +++ b/translations/ja-JP/content/actions/guides/moving-assigned-issues-on-project-boards.md @@ -1,15 +1,15 @@ --- title: Moving assigned issues on project boards -intro: You can use {% data variables.product.prodname_actions %} to automatically move an issue to a specific column on a project board when the issue is assigned. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically move an issue to a specific column on a project board when the issue is assigned.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' - - 'Project management' + - ワークフロー + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/publishing-docker-images.md b/translations/ja-JP/content/actions/guides/publishing-docker-images.md index d0b7784934..680978444d 100644 --- a/translations/ja-JP/content/actions/guides/publishing-docker-images.md +++ b/translations/ja-JP/content/actions/guides/publishing-docker-images.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'パッケージ化' - - '公開' - - 'Docker' + - パッケージ化 + - 公開 + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/publishing-java-packages-with-gradle.md b/translations/ja-JP/content/actions/guides/publishing-java-packages-with-gradle.md index 6e7495ca4e..262379f43a 100644 --- a/translations/ja-JP/content/actions/guides/publishing-java-packages-with-gradle.md +++ b/translations/ja-JP/content/actions/guides/publishing-java-packages-with-gradle.md @@ -8,12 +8,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'パッケージ化' - - '公開' - - 'Java' - - 'Gradle' + - パッケージ化 + - 公開 + - Java + - Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/publishing-java-packages-with-maven.md b/translations/ja-JP/content/actions/guides/publishing-java-packages-with-maven.md index 4a64e00f4c..8ceee51ae7 100644 --- a/translations/ja-JP/content/actions/guides/publishing-java-packages-with-maven.md +++ b/translations/ja-JP/content/actions/guides/publishing-java-packages-with-maven.md @@ -8,12 +8,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'パッケージ化' - - '公開' - - 'Java' - - 'Maven' + - パッケージ化 + - 公開 + - Java + - Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/publishing-nodejs-packages.md b/translations/ja-JP/content/actions/guides/publishing-nodejs-packages.md index a6e2e4cab8..181f71a548 100644 --- a/translations/ja-JP/content/actions/guides/publishing-nodejs-packages.md +++ b/translations/ja-JP/content/actions/guides/publishing-nodejs-packages.md @@ -9,12 +9,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'パッケージ化' - - '公開' - - 'ノード' - - 'JavaScript' + - パッケージ化 + - 公開 + - ノード + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md b/translations/ja-JP/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md index 584248c480..1031c08804 100644 --- a/translations/ja-JP/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md +++ b/translations/ja-JP/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md @@ -1,15 +1,15 @@ --- title: Removing a label when a card is added to a project board column -intro: You can use {% data variables.product.prodname_actions %} to automatically remove a label when an issue or pull request is added to a specific column on a project board. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically remove a label when an issue or pull request is added to a specific column on a project board.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' - - 'Project management' + - ワークフロー + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/scheduling-issue-creation.md b/translations/ja-JP/content/actions/guides/scheduling-issue-creation.md index 44fd1c6eb4..a8a8da9905 100644 --- a/translations/ja-JP/content/actions/guides/scheduling-issue-creation.md +++ b/translations/ja-JP/content/actions/guides/scheduling-issue-creation.md @@ -1,15 +1,15 @@ --- title: Scheduling issue creation -intro: You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews. +intro: 'You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' - - 'Project management' + - ワークフロー + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md b/translations/ja-JP/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md index 30f9587ccb..07c0c7fd53 100644 --- a/translations/ja-JP/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md +++ b/translations/ja-JP/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md @@ -12,10 +12,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' - - 'CI' + - ワークフロー + - CI --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/storing-workflow-data-as-artifacts.md b/translations/ja-JP/content/actions/guides/storing-workflow-data-as-artifacts.md index 7c34e28e65..7c9fb1e195 100644 --- a/translations/ja-JP/content/actions/guides/storing-workflow-data-as-artifacts.md +++ b/translations/ja-JP/content/actions/guides/storing-workflow-data-as-artifacts.md @@ -12,9 +12,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'ワークフロー' + - ワークフロー --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/guides/using-github-actions-for-project-management.md b/translations/ja-JP/content/actions/guides/using-github-actions-for-project-management.md index 2e60e4a73e..d1b1191979 100644 --- a/translations/ja-JP/content/actions/guides/using-github-actions-for-project-management.md +++ b/translations/ja-JP/content/actions/guides/using-github-actions-for-project-management.md @@ -1,14 +1,14 @@ --- title: Using GitHub Actions for project management -intro: You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks. +intro: 'You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概要' +type: overview topics: - - 'Project management' + - Project management --- You can use {% data variables.product.prodname_actions %} to automate your project management tasks by creating workflows. Each workflow contains a series of tasks that are performed automatically every time the workflow runs. For example, you can create a workflow that runs every time an issue is created to add a label, leave a comment, and move the issue onto a project board. diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 6edd1dd588..ee32a6d550 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概要' +type: overview --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md index a04e3e8869..ac2fd4d642 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md @@ -1,6 +1,6 @@ --- title: セルフホストランナーの追加 -intro: 'リポジトリ、Organization、Enterpriseにセルフホストランナーを追加できます。' +intro: リポジトリ、Organization、Enterpriseにセルフホストランナーを追加できます。 redirect_from: - /github/automating-your-workflow-with-github-actions/adding-self-hosted-runners - /actions/automating-your-workflow-with-github-actions/adding-self-hosted-runners @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/translations/ja-JP/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index 4fbadab150..d59c69742f 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial defaultPlatform: linux --- diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index b7021ab74d..63e17f8877 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md index fe5564f855..c1b9982dd3 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md index 243d9a850e..dacb0d3a0e 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ja-JP/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md b/translations/ja-JP/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md index 174601654b..05297ebf07 100644 --- a/translations/ja-JP/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md +++ b/translations/ja-JP/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md @@ -5,7 +5,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ja-JP/content/actions/learn-github-actions/essential-features-of-github-actions.md b/translations/ja-JP/content/actions/learn-github-actions/essential-features-of-github-actions.md index 70571fcad8..429b289f46 100644 --- a/translations/ja-JP/content/actions/learn-github-actions/essential-features-of-github-actions.md +++ b/translations/ja-JP/content/actions/learn-github-actions/essential-features-of-github-actions.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概要' +type: overview topics: - - '基本' + - 基本 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/learn-github-actions/introduction-to-github-actions.md b/translations/ja-JP/content/actions/learn-github-actions/introduction-to-github-actions.md index c100f4529a..09c66d82e7 100644 --- a/translations/ja-JP/content/actions/learn-github-actions/introduction-to-github-actions.md +++ b/translations/ja-JP/content/actions/learn-github-actions/introduction-to-github-actions.md @@ -10,9 +10,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概要' +type: overview topics: - - '基本' + - 基本 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md index 3e325f251f..48bcf4b41f 100644 --- a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md +++ b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'Azure Pipelines' - - '移行' - - 'CI' - - 'CD' + - Azure Pipelines + - 移行 + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md index 4109a71d5a..e0e3a8cf85 100644 --- a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md +++ b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md @@ -1,18 +1,18 @@ --- title: CircleCIからGitHub Actionsへの移行 -intro: 'GitHub ActionsとCircleCIには設定に相似点があるので、GitHub Actionsへの移行は比較的単純明快です。' +intro: GitHub ActionsとCircleCIには設定に相似点があるので、GitHub Actionsへの移行は比較的単純明快です。 redirect_from: - /actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'CircleCI' - - '移行' - - 'CI' - - 'CD' + - CircleCI + - 移行 + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md index 9f912a8331..6d5316075a 100644 --- a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md @@ -5,12 +5,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'GitLab' - - '移行' - - 'CI' - - 'CD' + - GitLab + - 移行 + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md index 9a123a629c..24ca1e0c0e 100644 --- a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md +++ b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'Jenkins' - - '移行' - - 'CI' - - 'CD' + - Jenkins + - 移行 + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md index 66dad72a1c..95fad66e3b 100644 --- a/translations/ja-JP/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/translations/ja-JP/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'チュートリアル' +type: tutorial topics: - - 'Travis CI' - - '移行' - - 'CI' - - 'CD' + - Travis CI + - 移行 + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/creating-actions/about-actions.md b/translations/ko-KR/content/actions/creating-actions/about-actions.md index e5df3c50a6..28b45e002d 100644 --- a/translations/ko-KR/content/actions/creating-actions/about-actions.md +++ b/translations/ko-KR/content/actions/creating-actions/about-actions.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '개요' +type: overview topics: - - 'Action development' - - 'Fundamentals' + - Action development + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/creating-actions/creating-a-composite-run-steps-action.md b/translations/ko-KR/content/actions/creating-actions/creating-a-composite-run-steps-action.md index aee84a97bc..0caa471152 100644 --- a/translations/ko-KR/content/actions/creating-actions/creating-a-composite-run-steps-action.md +++ b/translations/ko-KR/content/actions/creating-actions/creating-a-composite-run-steps-action.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Action development' + - Action development --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/creating-actions/creating-a-docker-container-action.md b/translations/ko-KR/content/actions/creating-actions/creating-a-docker-container-action.md index cd8d4abd44..9a2b277f05 100644 --- a/translations/ko-KR/content/actions/creating-actions/creating-a-docker-container-action.md +++ b/translations/ko-KR/content/actions/creating-actions/creating-a-docker-container-action.md @@ -1,6 +1,6 @@ --- title: Creating a Docker container action -intro: 'This guide shows you the minimal steps required to build a Docker container action.' +intro: This guide shows you the minimal steps required to build a Docker container action. product: '{% data reusables.gated-features.actions %}' redirect_from: - /articles/creating-a-docker-container-action @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Action development' - - 'Docker' + - Action development + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/creating-actions/creating-a-javascript-action.md b/translations/ko-KR/content/actions/creating-actions/creating-a-javascript-action.md index 10c738784f..d2a0315692 100644 --- a/translations/ko-KR/content/actions/creating-actions/creating-a-javascript-action.md +++ b/translations/ko-KR/content/actions/creating-actions/creating-a-javascript-action.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Action development' - - 'JavaScript' + - Action development + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md index 8b3e788429..ecf66617a4 100644 --- a/translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/ko-KR/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -9,7 +9,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '참조' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/translations/ko-KR/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 11ca3c6367..def2b6d8a2 100644 --- a/translations/ko-KR/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/translations/ko-KR/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -12,7 +12,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '참조' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/about-continuous-integration.md b/translations/ko-KR/content/actions/guides/about-continuous-integration.md index 41716d3e05..3d3706d537 100644 --- a/translations/ko-KR/content/actions/guides/about-continuous-integration.md +++ b/translations/ko-KR/content/actions/guides/about-continuous-integration.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '개요' +type: overview topics: - - 'CI' - - 'CD' + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/about-packaging-with-github-actions.md b/translations/ko-KR/content/actions/guides/about-packaging-with-github-actions.md index 6ab199b25f..a1e061aba6 100644 --- a/translations/ko-KR/content/actions/guides/about-packaging-with-github-actions.md +++ b/translations/ko-KR/content/actions/guides/about-packaging-with-github-actions.md @@ -9,9 +9,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '개요' +type: overview topics: - - '패키징' + - 패키징 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/about-service-containers.md b/translations/ko-KR/content/actions/guides/about-service-containers.md index da26176a8f..d83decc5c6 100644 --- a/translations/ko-KR/content/actions/guides/about-service-containers.md +++ b/translations/ko-KR/content/actions/guides/about-service-containers.md @@ -9,10 +9,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '개요' +type: overview topics: - - 'Containers' - - 'Docker' + - Containers + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/adding-labels-to-issues.md b/translations/ko-KR/content/actions/guides/adding-labels-to-issues.md index 5321565cfa..33711a86bb 100644 --- a/translations/ko-KR/content/actions/guides/adding-labels-to-issues.md +++ b/translations/ko-KR/content/actions/guides/adding-labels-to-issues.md @@ -1,15 +1,15 @@ --- title: Adding labels to issues -intro: You can use {% data variables.product.prodname_actions %} to automatically label issues. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/building-and-testing-java-with-ant.md b/translations/ko-KR/content/actions/guides/building-and-testing-java-with-ant.md index 95ec085763..b6888f8182 100644 --- a/translations/ko-KR/content/actions/guides/building-and-testing-java-with-ant.md +++ b/translations/ko-KR/content/actions/guides/building-and-testing-java-with-ant.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Ant' + - CI + - Java + - Ant --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/building-and-testing-java-with-gradle.md b/translations/ko-KR/content/actions/guides/building-and-testing-java-with-gradle.md index 9b0ecae80e..3b42bfd0e2 100644 --- a/translations/ko-KR/content/actions/guides/building-and-testing-java-with-gradle.md +++ b/translations/ko-KR/content/actions/guides/building-and-testing-java-with-gradle.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Gradle' + - CI + - Java + - Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/building-and-testing-java-with-maven.md b/translations/ko-KR/content/actions/guides/building-and-testing-java-with-maven.md index 334218a0c6..39a3d3d156 100644 --- a/translations/ko-KR/content/actions/guides/building-and-testing-java-with-maven.md +++ b/translations/ko-KR/content/actions/guides/building-and-testing-java-with-maven.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Maven' + - CI + - Java + - Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/building-and-testing-nodejs.md b/translations/ko-KR/content/actions/guides/building-and-testing-nodejs.md index 95f1845fa5..0365d27281 100644 --- a/translations/ko-KR/content/actions/guides/building-and-testing-nodejs.md +++ b/translations/ko-KR/content/actions/guides/building-and-testing-nodejs.md @@ -9,11 +9,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CI' - - 'Node' - - 'JavaScript' + - CI + - Node + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/building-and-testing-powershell.md b/translations/ko-KR/content/actions/guides/building-and-testing-powershell.md index 5ad582cc75..f4c75808a4 100644 --- a/translations/ko-KR/content/actions/guides/building-and-testing-powershell.md +++ b/translations/ko-KR/content/actions/guides/building-and-testing-powershell.md @@ -8,10 +8,10 @@ versions: github-ae: '*' authors: - potatoqualitee -type: '튜토리얼' +type: tutorial topics: - - 'CI' - - 'Powershell' + - CI + - Powershell --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/building-and-testing-python.md b/translations/ko-KR/content/actions/guides/building-and-testing-python.md index a6e8299ce6..66a850fb9f 100644 --- a/translations/ko-KR/content/actions/guides/building-and-testing-python.md +++ b/translations/ko-KR/content/actions/guides/building-and-testing-python.md @@ -8,10 +8,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CI' - - 'Python' + - CI + - Python --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/building-and-testing-ruby.md b/translations/ko-KR/content/actions/guides/building-and-testing-ruby.md index 150a865491..66ee7b2eee 100644 --- a/translations/ko-KR/content/actions/guides/building-and-testing-ruby.md +++ b/translations/ko-KR/content/actions/guides/building-and-testing-ruby.md @@ -6,10 +6,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CI' - - 'Ruby' + - CI + - Ruby --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/caching-dependencies-to-speed-up-workflows.md b/translations/ko-KR/content/actions/guides/caching-dependencies-to-speed-up-workflows.md index 796eb70073..a16b3c3fdf 100644 --- a/translations/ko-KR/content/actions/guides/caching-dependencies-to-speed-up-workflows.md +++ b/translations/ko-KR/content/actions/guides/caching-dependencies-to-speed-up-workflows.md @@ -9,9 +9,9 @@ redirect_from: - /actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows versions: free-pro-team: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' + - Workflows --- {% data reusables.actions.ae-beta %} diff --git a/translations/ko-KR/content/actions/guides/closing-inactive-issues.md b/translations/ko-KR/content/actions/guides/closing-inactive-issues.md index 33fab07bef..6cd1cb2179 100644 --- a/translations/ko-KR/content/actions/guides/closing-inactive-issues.md +++ b/translations/ko-KR/content/actions/guides/closing-inactive-issues.md @@ -1,15 +1,15 @@ --- title: Closing inactive issues -intro: You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time. +intro: 'You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md b/translations/ko-KR/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md index e1a5d6a54c..c1120b2731 100644 --- a/translations/ko-KR/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md +++ b/translations/ko-KR/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md @@ -1,15 +1,15 @@ --- title: Commenting on an issue when a label is added -intro: You can use {% data variables.product.prodname_actions %} to automatically comment on issues when a specific label is applied. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically comment on issues when a specific label is applied.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/creating-postgresql-service-containers.md b/translations/ko-KR/content/actions/guides/creating-postgresql-service-containers.md index 3e63dd8087..ef6e505a25 100644 --- a/translations/ko-KR/content/actions/guides/creating-postgresql-service-containers.md +++ b/translations/ko-KR/content/actions/guides/creating-postgresql-service-containers.md @@ -10,10 +10,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Containers' - - 'Docker' + - Containers + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/creating-redis-service-containers.md b/translations/ko-KR/content/actions/guides/creating-redis-service-containers.md index 9f54c46f4c..0813690c69 100644 --- a/translations/ko-KR/content/actions/guides/creating-redis-service-containers.md +++ b/translations/ko-KR/content/actions/guides/creating-redis-service-containers.md @@ -10,10 +10,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Containers' - - 'Docker' + - Containers + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/deploying-to-amazon-elastic-container-service.md b/translations/ko-KR/content/actions/guides/deploying-to-amazon-elastic-container-service.md index c82f62a66c..afcce12612 100644 --- a/translations/ko-KR/content/actions/guides/deploying-to-amazon-elastic-container-service.md +++ b/translations/ko-KR/content/actions/guides/deploying-to-amazon-elastic-container-service.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Amazon ECS' + - CD + - Containers + - Amazon ECS --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/deploying-to-azure-app-service.md b/translations/ko-KR/content/actions/guides/deploying-to-azure-app-service.md index 657442da55..29e6186c7a 100644 --- a/translations/ko-KR/content/actions/guides/deploying-to-azure-app-service.md +++ b/translations/ko-KR/content/actions/guides/deploying-to-azure-app-service.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Azure App Service' + - CD + - Containers + - Azure App Service --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/deploying-to-google-kubernetes-engine.md b/translations/ko-KR/content/actions/guides/deploying-to-google-kubernetes-engine.md index ae8228915a..01f388a439 100644 --- a/translations/ko-KR/content/actions/guides/deploying-to-google-kubernetes-engine.md +++ b/translations/ko-KR/content/actions/guides/deploying-to-google-kubernetes-engine.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Google Kubernetes Engine' + - CD + - Containers + - Google Kubernetes Engine --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md b/translations/ko-KR/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md index 41d6a57799..5d2fdaf714 100644 --- a/translations/ko-KR/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md +++ b/translations/ko-KR/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md @@ -6,10 +6,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CI' - - 'Xcode' + - CI + - Xcode --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/moving-assigned-issues-on-project-boards.md b/translations/ko-KR/content/actions/guides/moving-assigned-issues-on-project-boards.md index a21c0866ee..f82ea01330 100644 --- a/translations/ko-KR/content/actions/guides/moving-assigned-issues-on-project-boards.md +++ b/translations/ko-KR/content/actions/guides/moving-assigned-issues-on-project-boards.md @@ -1,15 +1,15 @@ --- title: Moving assigned issues on project boards -intro: You can use {% data variables.product.prodname_actions %} to automatically move an issue to a specific column on a project board when the issue is assigned. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically move an issue to a specific column on a project board when the issue is assigned.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/publishing-docker-images.md b/translations/ko-KR/content/actions/guides/publishing-docker-images.md index 814c6eb432..18d6bfd142 100644 --- a/translations/ko-KR/content/actions/guides/publishing-docker-images.md +++ b/translations/ko-KR/content/actions/guides/publishing-docker-images.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - '패키징' - - 'Publishing' - - 'Docker' + - 패키징 + - Publishing + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/publishing-java-packages-with-gradle.md b/translations/ko-KR/content/actions/guides/publishing-java-packages-with-gradle.md index e41d8f01bf..66b72c5d23 100644 --- a/translations/ko-KR/content/actions/guides/publishing-java-packages-with-gradle.md +++ b/translations/ko-KR/content/actions/guides/publishing-java-packages-with-gradle.md @@ -8,12 +8,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - '패키징' - - 'Publishing' - - 'Java' - - 'Gradle' + - 패키징 + - Publishing + - Java + - Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/publishing-java-packages-with-maven.md b/translations/ko-KR/content/actions/guides/publishing-java-packages-with-maven.md index c70aa2b43f..03f6efe6aa 100644 --- a/translations/ko-KR/content/actions/guides/publishing-java-packages-with-maven.md +++ b/translations/ko-KR/content/actions/guides/publishing-java-packages-with-maven.md @@ -8,12 +8,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - '패키징' - - 'Publishing' - - 'Java' - - 'Maven' + - 패키징 + - Publishing + - Java + - Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/publishing-nodejs-packages.md b/translations/ko-KR/content/actions/guides/publishing-nodejs-packages.md index d467fa2fdd..0bfbb66685 100644 --- a/translations/ko-KR/content/actions/guides/publishing-nodejs-packages.md +++ b/translations/ko-KR/content/actions/guides/publishing-nodejs-packages.md @@ -9,12 +9,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - '패키징' - - 'Publishing' - - 'Node' - - 'JavaScript' + - 패키징 + - Publishing + - Node + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md b/translations/ko-KR/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md index f09609238c..fbdec485ed 100644 --- a/translations/ko-KR/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md +++ b/translations/ko-KR/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md @@ -1,15 +1,15 @@ --- title: Removing a label when a card is added to a project board column -intro: You can use {% data variables.product.prodname_actions %} to automatically remove a label when an issue or pull request is added to a specific column on a project board. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically remove a label when an issue or pull request is added to a specific column on a project board.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/scheduling-issue-creation.md b/translations/ko-KR/content/actions/guides/scheduling-issue-creation.md index 4603d933f9..583eea26e7 100644 --- a/translations/ko-KR/content/actions/guides/scheduling-issue-creation.md +++ b/translations/ko-KR/content/actions/guides/scheduling-issue-creation.md @@ -1,15 +1,15 @@ --- title: Scheduling issue creation -intro: You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews. +intro: 'You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md b/translations/ko-KR/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md index 897e8497e1..c9a5df2b4a 100644 --- a/translations/ko-KR/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md +++ b/translations/ko-KR/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md @@ -12,10 +12,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' - - 'CI' + - Workflows + - CI --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/storing-workflow-data-as-artifacts.md b/translations/ko-KR/content/actions/guides/storing-workflow-data-as-artifacts.md index a043c5b2ae..49f4fea150 100644 --- a/translations/ko-KR/content/actions/guides/storing-workflow-data-as-artifacts.md +++ b/translations/ko-KR/content/actions/guides/storing-workflow-data-as-artifacts.md @@ -12,9 +12,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Workflows' + - Workflows --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/guides/using-github-actions-for-project-management.md b/translations/ko-KR/content/actions/guides/using-github-actions-for-project-management.md index be3bc7e6f2..d1b1191979 100644 --- a/translations/ko-KR/content/actions/guides/using-github-actions-for-project-management.md +++ b/translations/ko-KR/content/actions/guides/using-github-actions-for-project-management.md @@ -1,14 +1,14 @@ --- title: Using GitHub Actions for project management -intro: You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks. +intro: 'You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '개요' +type: overview topics: - - 'Project management' + - Project management --- You can use {% data variables.product.prodname_actions %} to automate your project management tasks by creating workflows. Each workflow contains a series of tasks that are performed automatically every time the workflow runs. For example, you can create a workflow that runs every time an issue is created to add a label, leave a comment, and move the issue onto a project board. diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/ko-KR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 2cad6a79f2..29622b04d5 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '개요' +type: overview --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/translations/ko-KR/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md index 013cbf8835..697a86c796 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/translations/ko-KR/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index 0a1bd76bcc..cbfa198d10 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial defaultPlatform: linux --- diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/translations/ko-KR/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index 2d9ab60cce..41e25d5c29 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md b/translations/ko-KR/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md index 2e64614f5d..2079b28a0d 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md @@ -9,7 +9,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial defaultPlatform: linux --- diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/translations/ko-KR/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md index d0dc0fa771..d56c4d03b4 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md b/translations/ko-KR/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md index a029c37570..beef57365d 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md b/translations/ko-KR/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md index 96edf127bf..0dcede94a7 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md @@ -5,7 +5,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ko-KR/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md b/translations/ko-KR/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md index 6c1c2735f7..e67d3b62d6 100644 --- a/translations/ko-KR/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md +++ b/translations/ko-KR/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ko-KR/content/actions/learn-github-actions/essential-features-of-github-actions.md b/translations/ko-KR/content/actions/learn-github-actions/essential-features-of-github-actions.md index 603300b653..2456069c27 100644 --- a/translations/ko-KR/content/actions/learn-github-actions/essential-features-of-github-actions.md +++ b/translations/ko-KR/content/actions/learn-github-actions/essential-features-of-github-actions.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '개요' +type: overview topics: - - 'Fundamentals' + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/learn-github-actions/introduction-to-github-actions.md b/translations/ko-KR/content/actions/learn-github-actions/introduction-to-github-actions.md index e36f3b6259..26bc483559 100644 --- a/translations/ko-KR/content/actions/learn-github-actions/introduction-to-github-actions.md +++ b/translations/ko-KR/content/actions/learn-github-actions/introduction-to-github-actions.md @@ -10,9 +10,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '개요' +type: overview topics: - - 'Fundamentals' + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md index 87eca23b14..27e5288030 100644 --- a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md +++ b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Azure Pipelines' - - 'Migration' - - 'CI' - - 'CD' + - Azure Pipelines + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md index f13ba6f769..7c87a322a0 100644 --- a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md +++ b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'CircleCI' - - 'Migration' - - 'CI' - - 'CD' + - CircleCI + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md index bfbbd784da..0013d4bf65 100644 --- a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md @@ -5,12 +5,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'GitLab' - - 'Migration' - - 'CI' - - 'CD' + - GitLab + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md index 68c038f5a6..f067a9d771 100644 --- a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md +++ b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Jenkins' - - 'Migration' - - 'CI' - - 'CD' + - Jenkins + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md index 0bb17f5320..a1e7afda06 100644 --- a/translations/ko-KR/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/translations/ko-KR/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '튜토리얼' +type: tutorial topics: - - 'Travis CI' - - 'Migration' - - 'CI' - - 'CD' + - Travis CI + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/content/actions/creating-actions/about-actions.md b/translations/pt-BR/content/actions/creating-actions/about-actions.md index a3be6f5184..5231157111 100644 --- a/translations/pt-BR/content/actions/creating-actions/about-actions.md +++ b/translations/pt-BR/content/actions/creating-actions/about-actions.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'visão Geral' +type: overview topics: - - 'Desenvolvimento da ação' - - 'Princípios básicos' + - Desenvolvimento da ação + - Princípios básicos --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/pt-BR/content/actions/creating-actions/dockerfile-support-for-github-actions.md index a57db31ac4..698228ee69 100644 --- a/translations/pt-BR/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/pt-BR/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -9,7 +9,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'referência' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 467a64d678..3ace31d26a 100644 --- a/translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/translations/pt-BR/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -12,7 +12,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'referência' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/content/actions/guides/about-continuous-integration.md b/translations/pt-BR/content/actions/guides/about-continuous-integration.md index 994e4de04b..e11baa847e 100644 --- a/translations/pt-BR/content/actions/guides/about-continuous-integration.md +++ b/translations/pt-BR/content/actions/guides/about-continuous-integration.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'visão Geral' +type: overview topics: - - 'CI' - - 'CD' + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/content/actions/guides/about-packaging-with-github-actions.md b/translations/pt-BR/content/actions/guides/about-packaging-with-github-actions.md index 4ee8b4f6ed..041142a1bd 100644 --- a/translations/pt-BR/content/actions/guides/about-packaging-with-github-actions.md +++ b/translations/pt-BR/content/actions/guides/about-packaging-with-github-actions.md @@ -9,9 +9,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'visão Geral' +type: overview topics: - - 'Empacotando' + - Empacotando --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/content/actions/guides/about-service-containers.md b/translations/pt-BR/content/actions/guides/about-service-containers.md index 8a63c558fc..5e9a1a463e 100644 --- a/translations/pt-BR/content/actions/guides/about-service-containers.md +++ b/translations/pt-BR/content/actions/guides/about-service-containers.md @@ -9,10 +9,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'visão Geral' +type: overview topics: - - 'Contêineres' - - 'Docker' + - Contêineres + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/content/actions/guides/using-github-actions-for-project-management.md b/translations/pt-BR/content/actions/guides/using-github-actions-for-project-management.md index 9176c2c2d7..c00d568852 100644 --- a/translations/pt-BR/content/actions/guides/using-github-actions-for-project-management.md +++ b/translations/pt-BR/content/actions/guides/using-github-actions-for-project-management.md @@ -1,14 +1,14 @@ --- title: Usar o GitHub Actions para gerenciamento de projetos -intro: Você pode usar {% data variables.product.prodname_actions %} para automatizar muitas das suas tarefas de gerenciamento de projeto. +intro: 'Você pode usar {% data variables.product.prodname_actions %} para automatizar muitas das suas tarefas de gerenciamento de projeto.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'visão Geral' +type: overview topics: - - 'Gerenciamento de projeto' + - Gerenciamento de projeto --- Você pode usar {% data variables.product.prodname_actions %} para automatizar suas tarefas de gerenciamento de projeto, criando fluxos de trabalho. Cada fluxo de trabalho contém uma série de tarefas que são executadas automaticamente toda vez que o fluxo de trabalho é executado. Por exemplo, você pode criar um fluxo de trabalho que é executado toda vez que um problema é criado para adicionar uma etiqueta, deixar um comentário e transferir um problema para um quadro de projeto. diff --git a/translations/pt-BR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/pt-BR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index 3d0ad48377..e0a5e06657 100644 --- a/translations/pt-BR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/translations/pt-BR/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'visão Geral' +type: overview --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/pt-BR/content/actions/learn-github-actions/essential-features-of-github-actions.md b/translations/pt-BR/content/actions/learn-github-actions/essential-features-of-github-actions.md index 9dca00feb6..c8854079db 100644 --- a/translations/pt-BR/content/actions/learn-github-actions/essential-features-of-github-actions.md +++ b/translations/pt-BR/content/actions/learn-github-actions/essential-features-of-github-actions.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'visão Geral' +type: overview topics: - - 'Princípios básicos' + - Princípios básicos --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/content/actions/learn-github-actions/introduction-to-github-actions.md b/translations/pt-BR/content/actions/learn-github-actions/introduction-to-github-actions.md index 291f9a0691..3ee3c1e6f2 100644 --- a/translations/pt-BR/content/actions/learn-github-actions/introduction-to-github-actions.md +++ b/translations/pt-BR/content/actions/learn-github-actions/introduction-to-github-actions.md @@ -10,9 +10,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'visão Geral' +type: overview topics: - - 'Princípios básicos' + - Princípios básicos --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/pt-BR/data/release-notes/2-20/0.yml b/translations/pt-BR/data/release-notes/2-20/0.yml index 6b41ffc522..c7d94eed08 100644 --- a/translations/pt-BR/data/release-notes/2-20/0.yml +++ b/translations/pt-BR/data/release-notes/2-20/0.yml @@ -1,5 +1,4 @@ ---- -date: '11-02-2020' +date: '2020-02-11' sections: features: - 'Em um branch de repositório, os administradores do repositório podem rejeitar qualquer push que contenha um commit de merge, habilitando "Exigir histórico linear" ao usar [regras de proteção de branch](https://help.github. om/en/github/adadministrtering-a-repository/enabling-branch-restrictions). {% comment %} https://github.blog/changelog/2019-12-04-expanded-branch-protection-rules/ {% endcomment %}' @@ -11,9 +10,9 @@ sections: - Os pacotes foram atualizados para as últimas versões de segurança. bugs: - 'Quando um integrante de uma organização tentou visualizar um repositório público nessa organização, um prompt SSO poderia corromper a exibição da página. {% comment %} https://github.com/github/github/issues/126677, https://github.com/github/github/pull/127501 {% endcomment %}' - - "Ao visualizar o perfil de usuários, os links para as equipes dos usuários poderiam estar corrompidos. {% comment %} https://github.com/github/github/issues/131771, https://github.com/github/github/pull/131865 {% endcomment %}" + - 'Ao visualizar o perfil de usuários, os links para as equipes dos usuários poderiam estar corrompidos. {% comment %} https://github.com/github/github/issues/131771, https://github.com/github/github/pull/131865 {% endcomment %}' - 'Usuários com a função "manter" não conseguiram editar os tópicos do repositório. {% comment %} https://github.com/github/github/pull/129503, https://github.com/github/github/issues/119456 {% endcomment %}' - - "Um usuário que não é um administrador em uma organização receberá um erro 500 ao tentar acessar a página de inscrição. {% comment %} https://github. om/github/github/pull/129213, https://github.com/github/github/issues/129210, https://github.com/github/github/issues/129212 {% endcomment %}" + - 'Um usuário que não é um administrador em uma organização receberá um erro 500 ao tentar acessar a página de inscrição. {% comment %} https://github. om/github/github/pull/129213, https://github.com/github/github/issues/129210, https://github.com/github/github/issues/129212 {% endcomment %}' - 'O pop-up de histórico de edição não apareceria nos comentários do gist. {% comment %} https://github.com/github/github/pull/129134, https://github.com/github/github/issues/128496 {% endcomment %}' - 'Foi possível registrar uma nova conta com um e-mail que já foi registrado. {% comment %} https://github.com/github/github/pull/127905, https://github.com/github/github/issues/127858 {% endcomment %}' - 'Um serviço de armazenamento estava atingindo um limite de descritor de arquivos e deixando o kernel pendurado e outros serviços de log de erros. {% comment %} https://github.com/github/enterprise2/pull/18775 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/1.yml b/translations/pt-BR/data/release-notes/2-20/1.yml index 997436f15e..57f15491b1 100644 --- a/translations/pt-BR/data/release-notes/2-20/1.yml +++ b/translations/pt-BR/data/release-notes/2-20/1.yml @@ -1,5 +1,4 @@ ---- -date: '27-02-2020' +date: '2020-02-27' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/19116, https://github.com/github/enterprise2/pull/19110, https://github.com/github/enterprise2/pull/19154, https://github.com/github/enterprise2/pull/19142 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/10.yml b/translations/pt-BR/data/release-notes/2-20/10.yml index 6639466791..32f502bf50 100644 --- a/translations/pt-BR/data/release-notes/2-20/10.yml +++ b/translations/pt-BR/data/release-notes/2-20/10.yml @@ -1,15 +1,14 @@ ---- -date: '23-06-2020' +date: '2020-06-23' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/20746, https://github.com/github/enterprise2/pull/20727 {% endcomment %}' bugs: - 'Eventos de registro excessivamente grandes podem gerar instabilidade no encaminhamento do registro quando UDP foi usado como o mecanismo de transporte. {% comment %} https://github.com/github/enterprise2/pull/20457, https://github.com/github/enterprise2/pull/20445 {% endcomment %}' - - "A suspensão automática de um usuário através de SSO não foi concluída se o atributo de chaves SSH já tinha chaves associadas à conta do usuário. {% comment %} https://github.com/github/github/pull/143474, https://github.com/github/github/pull/142927 {% endcomment %}" + - 'A suspensão automática de um usuário através de SSO não foi concluída se o atributo de chaves SSH já tinha chaves associadas à conta do usuário. {% comment %} https://github.com/github/github/pull/143474, https://github.com/github/github/pull/142927 {% endcomment %}' - 'O hash de permissão do repositório da API REST não indicou acesso para membros de negócios que têm acesso a repositórios internos. {% comment %} https://github.com/github/github/pull/144755, https://github.com/github/github/pull/144292 {% endcomment %}' - 'A visualização de uma descrição do aplicativo GitHub escrita em markdown não foi processada corretamente. {% comment %} https://github.com/github/github/pull/145038, https://github.com/github/github/pull/133360 {% endcomment %}' - 'O log de auditoria não incluiu eventos de alteração de proteção de branch. {% comment %} https://github.com/github/github/pull/145995, https://github.com/github/github/pull/145014 {% endcomment %}' - - "Tentar atribuir a revisão de código a um integrante de uma equipe vazia geraria \"500 Internal Server Error\". {% comment %} https://github.com/github/github/pull/146328, https://github.com/github/github/pull/139330 {% endcomment %}" + - 'Tentar atribuir a revisão de código a um integrante de uma equipe vazia geraria "500 Internal Server Error". {% comment %} https://github.com/github/github/pull/146328, https://github.com/github/github/pull/139330 {% endcomment %}' - 'A atribuição da revisão do código que usa o algoritmo de balanceamento de carga pode ser atribuída repetidamente ao mesmo integrante da equipe. {% comment %} https://github.com/github/github/pull/146329, https://github.com/github/github/pull/136504 {% endcomment %}' known_issues: - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/11.yml b/translations/pt-BR/data/release-notes/2-20/11.yml index 614faa3e9f..df5d0cc5c6 100644 --- a/translations/pt-BR/data/release-notes/2-20/11.yml +++ b/translations/pt-BR/data/release-notes/2-20/11.yml @@ -1,5 +1,4 @@ ---- -date: '09-07-2020' +date: '2020-07-09' sections: security_fixes: - '**MEDIUM:** foi atualizado para a versão 1.16.1 e dirigiu o CVE-2019-20372. (atualizado 2020-07-22) {% comment %} https://github.com/github/enterprise2/pull/21251 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/12.yml b/translations/pt-BR/data/release-notes/2-20/12.yml index a8cba0ded9..5d6a8d8270 100644 --- a/translations/pt-BR/data/release-notes/2-20/12.yml +++ b/translations/pt-BR/data/release-notes/2-20/12.yml @@ -1,5 +1,4 @@ ---- -date: '21-07-2020' +date: '2020-07-21' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/21437, https://github.com/github/enterprise2/pull/21402, https://github.com/github/enterprise2/pull/21495, https://github.com/github/enterprise2/pull/21479 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/13.yml b/translations/pt-BR/data/release-notes/2-20/13.yml index b2b4624855..1c384fd554 100644 --- a/translations/pt-BR/data/release-notes/2-20/13.yml +++ b/translations/pt-BR/data/release-notes/2-20/13.yml @@ -1,5 +1,4 @@ ---- -date: '11-08-2020' +date: '2020-08-11' sections: security_fixes: - '**CRÍTICO:** Uma vulnerabilidade de execução de código remoto foi identificada no GitHub Pages e permite que um invasor execute comandos como parte de criação de um site do GitHub Pages. Esse problema deve-se a uma dependência desatualizada e vulnerável usada no processo de criação de páginas. Para explorar essa vulnerabilidade, um invasor precisará de permissão para criar e construir um site do GitHub Pages na instância do GitHub Enterprise Server. Esta vulnerabilidade afetou todas as versões do GitHub Enterprise Server. Para mitigar essa vulnerabilidade, a Kramdown foi atualizada para abordar o CVE-2020-14001. {% comment %} https://github.com/github/pages/pull/2836, https://github.com/github/pages/pull/2827 {% endcomment %}' @@ -9,7 +8,7 @@ sections: - 'Um erro de configuração do Cônsul impediu que algumas tarefas de segundo plano fossem processadas em instâncias autônomas. {% comment %} https://github.com/github/enterprise2/pull/21464 {% endcomment %}' - 'O cálculo de alocação de memória de serviço poderia determinar uma alocação de memória incorreta ou ilimitada para um serviço resultando em desempenho de sistema pobre. {% comment %} https://github.com/github/enterprise2/pull/21716 {% endcomment %}' - 'A plataforma de virtualização para sistemas oVirt KVM não foi detectada corretamente, gerando problemas durante as atualizações. {% comment %} https://github.com/github/enterprise2/pull/21730, https://github.com/github/enterprise2/pull/21669 {% endcomment %}' - - "A mensagem de erro para autenticação inválida com uma senha via linha de comando Git não preencheu a URL vinculada à adição do token apropriado ou chave SSH. {% comment %} https://github.com/github/github/pull/149714 {% endcomment %}" + - 'A mensagem de erro para autenticação inválida com uma senha via linha de comando Git não preencheu a URL vinculada à adição do token apropriado ou chave SSH. {% comment %} https://github.com/github/github/pull/149714 {% endcomment %}' - 'O GitHub Connect estava usando um ponto obsoleto da API do GitHub.com. {% comment %} https://github.com/github/github/pull/150828, https://github.com/github/github/pull/150545 {% endcomment %}' - 'Os problemas não puderam ser classificados por *Atualizações recentes* nos repositórios migrados para uma nova instância. {% comment %} https://github.com/github/github/pull/150843, https://github.com/github/github/github/pull/149330 {% endcomment %}' - 'A página 404 continha links de contato e links status do GitHub.com na nota de rodapé. {% comment %} https://github.com/github/github/pull/151316 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/14.yml b/translations/pt-BR/data/release-notes/2-20/14.yml index 1632366f38..2e3e9d011a 100644 --- a/translations/pt-BR/data/release-notes/2-20/14.yml +++ b/translations/pt-BR/data/release-notes/2-20/14.yml @@ -1,5 +1,4 @@ ---- -date: '12-08-2020' +date: '2020-08-12' sections: bugs: - 'Resolveu um problema que poderia gerar alto uso da CPU ao gerar modelos de configuração do sistema. {% comment %} https://github.com/github/enterprise2/pull/21784, https://github.com/github/enterprise2/pull/21741 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/16.yml b/translations/pt-BR/data/release-notes/2-20/16.yml index c580b0753f..0d3b497e48 100644 --- a/translations/pt-BR/data/release-notes/2-20/16.yml +++ b/translations/pt-BR/data/release-notes/2-20/16.yml @@ -1,9 +1,8 @@ ---- -date: '08-09-2020' +date: '2020-09-08' sections: bugs: - 'Uma verificação de saúde do serviço causou o crescimento da sessão, o que gerou um esgotamento do sistema de arquivos. {% comment %} https://github.com/github/enterprise2/pull/22480, https://github.com/github/enterprise2/pull/22475 {% endcomment %}' - - "A atualização que usa um hotpatch pode falhar com um erro: `'libdbi1' was not found` {% comment %} https://github.com/github/enterprise2/pull/22558, https://github.com/github/enterprise2/pull/22552 {% endcomment %}" + - 'A atualização que usa um hotpatch pode falhar com um erro: `''libdbi1'' was not found` {% comment %} https://github.com/github/enterprise2/pull/22558, https://github.com/github/enterprise2/pull/22552 {% endcomment %}' known_issues: - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/17.yml b/translations/pt-BR/data/release-notes/2-20/17.yml index c6f9f2d6bb..b6c66a9dc2 100644 --- a/translations/pt-BR/data/release-notes/2-20/17.yml +++ b/translations/pt-BR/data/release-notes/2-20/17.yml @@ -1,5 +1,4 @@ ---- -date: '23-09-2020' +date: '2020-09-23' sections: security_fixes: - '**MÉDIO**: ImageMagick foi atualizado para o endereço [DSA-4715-1](https://www.debian.org/security/2020/dsa-4715). {% comment %} https://github.com/github/enterprise2/pull/22625, https://github.com/github/enterprise2/pull/22610 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/18.yml b/translations/pt-BR/data/release-notes/2-20/18.yml index bacfddb0c0..eabe2c16e2 100644 --- a/translations/pt-BR/data/release-notes/2-20/18.yml +++ b/translations/pt-BR/data/release-notes/2-20/18.yml @@ -1,5 +1,4 @@ ---- -date: '09-10-2020' +date: '2020-10-09' sections: security_fixes: - 'Um usuário cujo nome de usuário de diretório de LDAP padronizado em um login da conta GHES existente pode efetuar a autenticação na conta existente. {% comment %} https://github.com/github/github/pull/156518, https://github.com/github/github/pull/155512 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/19.yml b/translations/pt-BR/data/release-notes/2-20/19.yml index 544072c47b..a84929c005 100644 --- a/translations/pt-BR/data/release-notes/2-20/19.yml +++ b/translations/pt-BR/data/release-notes/2-20/19.yml @@ -1,5 +1,4 @@ ---- -date: '20-10-2020' +date: '2020-10-20' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23095, https://github.com/github/enterprise2/pull/23081 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/2.yml b/translations/pt-BR/data/release-notes/2-20/2.yml index 073a9d978b..17e5bd727b 100644 --- a/translations/pt-BR/data/release-notes/2-20/2.yml +++ b/translations/pt-BR/data/release-notes/2-20/2.yml @@ -1,5 +1,4 @@ ---- -date: '10-03-2020' +date: '2020-03-10' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/19204, https://github.com/github/enterprise2/pull/19187 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/20.yml b/translations/pt-BR/data/release-notes/2-20/20.yml index 7561596a86..0d04588902 100644 --- a/translations/pt-BR/data/release-notes/2-20/20.yml +++ b/translations/pt-BR/data/release-notes/2-20/20.yml @@ -1,9 +1,8 @@ ---- -date: '03-11-2020' +date: '2020-11-03' sections: security_fixes: - '**MÉDIO:** Alto uso de CPU pode ser acionado por uma solicitação especialmente elaborada para a ponte SVN resultando em Negação de Serviço (DoS). {% comment %} https://github.com/github/slumlord/pull/1003, https://github.com/github/slumlord/pull/1000 {% endcomment %}' - - "**BAIXO:** A validação incorreta de token gerou uma entropia reduzida para os tokens de correspondência durante a autenticação. A análise mostra que, na prática, não há risco significativo de segurança aqui. {% comment %} https://github.com/github/github/pull/159453, https://github.com/github/github/pull/159193 {% endcomment %}" + - '**BAIXO:** A validação incorreta de token gerou uma entropia reduzida para os tokens de correspondência durante a autenticação. A análise mostra que, na prática, não há risco significativo de segurança aqui. {% comment %} https://github.com/github/github/pull/159453, https://github.com/github/github/pull/159193 {% endcomment %}' - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23538, https://github.com/github/enterprise2/pull/23171, https://github.com/github/enterprise2/pull/23691, https://github.com/github/enterprise2/pull/23677 {% endcomment %}' bugs: - 'Os usuários suspensos foram incluídos na lista de usuários sugeridos, ocultando potencialmente usuários não suspensos. {% comment %} https://github.com/github/github/pull/159809, https://github.com/github/github/pull/140563, https://github.com/github/github/pull/142146 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/21.yml b/translations/pt-BR/data/release-notes/2-20/21.yml index a714c41751..b73520361e 100644 --- a/translations/pt-BR/data/release-notes/2-20/21.yml +++ b/translations/pt-BR/data/release-notes/2-20/21.yml @@ -1,5 +1,4 @@ ---- -date: '17-11-2020' +date: '2020-11-17' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23843, https://github.com/github/enterprise2/pull/23712 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/22.yml b/translations/pt-BR/data/release-notes/2-20/22.yml index 02d9462e44..ba494ad034 100644 --- a/translations/pt-BR/data/release-notes/2-20/22.yml +++ b/translations/pt-BR/data/release-notes/2-20/22.yml @@ -1,5 +1,4 @@ ---- -date: '03-12-2020' +date: '2020-12-03' sections: bugs: - 'O serviço de autorização foi detectado como não saudável devido a uma condição de raça no bootstrap que gerou a reinicialização do serviço. {% comment %} https://github.com/github/authzd/pull/1279 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/23.yml b/translations/pt-BR/data/release-notes/2-20/23.yml index 0e64bf454c..efd84f457e 100644 --- a/translations/pt-BR/data/release-notes/2-20/23.yml +++ b/translations/pt-BR/data/release-notes/2-20/23.yml @@ -1,5 +1,4 @@ ---- -date: '17-12-2020' +date: '2020-12-17' sections: security_fixes: - '**BAIXO:** Alto uso da CPU pode ser acionado por uma solicitação especialmente elaborada para a ponte SVN, o que resulta em em Negação de Serviço (DoS). {% comment %} https://github.com/github/slumlord/pull/1020, https://github.com/github/slumlord/pull/1017 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/3.yml b/translations/pt-BR/data/release-notes/2-20/3.yml index 7799117d09..c777efa565 100644 --- a/translations/pt-BR/data/release-notes/2-20/3.yml +++ b/translations/pt-BR/data/release-notes/2-20/3.yml @@ -1,5 +1,4 @@ ---- -date: '12-03-2020' +date: '2020-03-12' sections: bugs: - 'As atualizações e as atualizações de configurações poderiam falhar se as configurações em segundo plano do trabalhador tivessem sido personalizadas. {% comment %} https://github.com/github/enterprise2/pull/19321, https://github.com/github/enterprise2/pull/19299 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/4.yml b/translations/pt-BR/data/release-notes/2-20/4.yml index 1ef5b13261..4722d8ab26 100644 --- a/translations/pt-BR/data/release-notes/2-20/4.yml +++ b/translations/pt-BR/data/release-notes/2-20/4.yml @@ -1,5 +1,4 @@ ---- -date: '25-03-2020' +date: '2020-03-25' sections: bugs: - 'As solicitações de autenticação do SAML e Metadados não foram estritamente codificadas, o que fez com que alguns provedores de identidade não processem corretamente as solicitações de autenticação iniciadas pelo provedor de serviços. {% comment %} https://github.com/github/github/pull/137150, https://github.com/github/github/pull/136770, https://github.com/github/github/issues/136766 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/5.yml b/translations/pt-BR/data/release-notes/2-20/5.yml index 384a951894..ee855bc2c7 100644 --- a/translations/pt-BR/data/release-notes/2-20/5.yml +++ b/translations/pt-BR/data/release-notes/2-20/5.yml @@ -1,5 +1,4 @@ ---- -date: '07-04-2020' +date: '2020-04-07' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/19536, https://github.com/github/enterprise2/pull/19494 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/6.yml b/translations/pt-BR/data/release-notes/2-20/6.yml index 1cba614c8a..46d74deacc 100644 --- a/translations/pt-BR/data/release-notes/2-20/6.yml +++ b/translations/pt-BR/data/release-notes/2-20/6.yml @@ -1,5 +1,4 @@ ---- -date: '23-04-2020' +date: '2020-04-23' sections: security_fixes: - '**ALTO**: O OpenSSL foi atualizado para o endereço [CVE-2020-1967](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-1967). {% comment %} https://github.com/github/enterprise2/pull/19889, https://github.com/github/enterprise2/pull/19885 {% endcomment %}' @@ -10,12 +9,12 @@ sections: - 'O usuário do git não tinha permissões para invocar os processos necessários para converter repositórios existentes usando Subversion, do formato da v4 ao LRS da v3. {% comment %} https://github.com/github/enterprise2/pull/19465, https://github.com/github/enterprise2/pull/19150 {% endcomment %}' - 'Uma incompatibilidade nas configurações do MySQL pode fazer com que os backups falhem em grandes instalações. {% comment %} https://github.com/github/enterprise2/pull/19688, https://github.com/github/enterprise2/pull/19409, https://github.com/github/enterprise2/issues/19055 {% endcomment %}' - 'Ao atualizar de versões anteriores, trabalhadores em segundo plano às vezes não seriam gerados, o que impediu as funcionalidades essenciais como mesclar pull requests. {% comment %} https://github.com/github/enterprise2/pull/19771, https://github.com/github/enterprise2/pull/19712 {% endcomment %}' - - "Quando uma licença do GitHub Enterprise Server continha caracteres diferentes dos da ASCII, as solicitações do tipo \"GET\" para o ponto de extremidade `/setup/api/settings` da API do console de gerenciamento resultaria em um erro de servidor interno. {% comment %} https://github.com/github/enterprise2/pull/19790 {% endcomment %}" + - 'Quando uma licença do GitHub Enterprise Server continha caracteres diferentes dos da ASCII, as solicitações do tipo "GET" para o ponto de extremidade `/setup/api/settings` da API do console de gerenciamento resultaria em um erro de servidor interno. {% comment %} https://github.com/github/enterprise2/pull/19790 {% endcomment %}' - 'O console de recuperação solicitaria uma senha de raiz, mesmo que a conta raiz tenha sido bloqueada. {% comment %} https://github.com/github/enterprise2/pull/19810, https://github.com/github/enterprise2/pull/19788, https://github.com/github/enterprise2/issues/18425 {% endcomment %}' - 'Um arquivo de CODEOWNERS com uma marca de ordem inicial UTF-8 fez com que todas as regras de todos os códigos fossem ignoradas. {% comment %} https://github.com/github/github/pull/140974, https://github.com/github/github/pull/140729 {% endcomment %}' changes: - 'Quando o trabalho do cron do orchestrator-cliente falhou, vários e-mails foram enviados para a conta raiz. {% comment %} https://github.com/github/enterprise2/pull/19761, https://github.com/github/enterprise2/pull/19748 {% endcomment %}' - - "Quando um provedor de identidade externo controlou o status de administrador do site do usuário, os usuários não puderem ser rebaixados por meio do utilitário da linha de comando. {% comment %} https://github.com/github/github/pull/140522, https://github.com/github/github/pull/137807, https://github.com/github/github/issues/42727 {% endcomment %}" + - 'Quando um provedor de identidade externo controlou o status de administrador do site do usuário, os usuários não puderem ser rebaixados por meio do utilitário da linha de comando. {% comment %} https://github.com/github/github/pull/140522, https://github.com/github/github/pull/137807, https://github.com/github/github/issues/42727 {% endcomment %}' known_issues: - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/7.yml b/translations/pt-BR/data/release-notes/2-20/7.yml index 8b5afc19ff..6623676cc2 100644 --- a/translations/pt-BR/data/release-notes/2-20/7.yml +++ b/translations/pt-BR/data/release-notes/2-20/7.yml @@ -1,5 +1,4 @@ ---- -date: '05-05-2020' +date: '2020-05-05' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/20027, https://github.com/github/enterprise2/pull/19997 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/8.yml b/translations/pt-BR/data/release-notes/2-20/8.yml index 4b9ec32b92..3788df27e8 100644 --- a/translations/pt-BR/data/release-notes/2-20/8.yml +++ b/translations/pt-BR/data/release-notes/2-20/8.yml @@ -1,5 +1,4 @@ ---- -date: '19-05-2020' +date: '2020-05-19' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/20108, https://github.com/github/enterprise2/pull/20086 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-20/9.yml b/translations/pt-BR/data/release-notes/2-20/9.yml index b88da63dd3..e96c186e4d 100644 --- a/translations/pt-BR/data/release-notes/2-20/9.yml +++ b/translations/pt-BR/data/release-notes/2-20/9.yml @@ -1,5 +1,4 @@ ---- -date: '02-06-2020' +date: '2020-06-02' sections: security_fixes: - '**ALTO:** Uma vulnerabilidade de controle de acesso imprópria foi identificada na API do GitHub Enterprise Server que permitiu que um integrante da organização aumentasse as permissões e recebesse acesso a repositórios não autorizados dentro de uma organização. Esta vulnerabilidade afetou todas as versões do GitHub Enterprise Server anteriores à versão 2.21. Emitimos [CVE-2020-10516](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10516) em resposta a este problema. A vulnerabilidade foi relatada por meio do [programa Bug Bounty do GitHub](https://bounty. ithub.com). {% comment %} https://github.com/github/github/pull/144454, https://github.com/github/github/pull/143444 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-21/0.yml b/translations/pt-BR/data/release-notes/2-21/0.yml index 3479ae8f78..90c55c2f21 100644 --- a/translations/pt-BR/data/release-notes/2-21/0.yml +++ b/translations/pt-BR/data/release-notes/2-21/0.yml @@ -1,5 +1,4 @@ ---- -date: '09-06-2020' +date: '2020-06-09' sections: features: - 'Os usuários podem [gerenciar notificações](https://help.github.com/en/enterprise/2.21/user/github/managing-subscriptions-and-notifications-on-github/about-notifications) em problemas, pull requests e outros assuntos ao navegar a partir de uma notificação na web. {% comment %} https://github.com/github/enterprise-releases/issues/2135#issuecomment-633905096 {% endcomment %}' @@ -14,13 +13,13 @@ sections: security_fixes: - 'Uma vulnerabilidade de controle de acesso imprópria foi identificada na API do GitHub Enterprise Server que permitiu que um integrante da organização aumentasse as permissões e recebesse acesso a repositórios não autorizados dentro de uma organização. Esta vulnerabilidade afetou todas as versões do GitHub Enterprise Server anteriores à versão 2.21. Emitimos [CVE-2020-10516](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-10516) em resposta a este problema. A vulnerabilidade foi relatada por meio do [programa Bug Bounty do GitHub](https://bounty.github.com/). {% comment %} https://developer.github.com/changes/2020-02-26-new-delete-reactions-endpoints/ {% endcomment %}' bugs: - - "Se um usuário com acesso push minimizou o comentário de outro usuário, o autor do comentário poderia minimizá-lo mesmo se não tivesse privilégios suficientes. {% comment %} https://github.com/github/github/pull/141237 {% endcomment %}" + - 'Se um usuário com acesso push minimizou o comentário de outro usuário, o autor do comentário poderia minimizá-lo mesmo se não tivesse privilégios suficientes. {% comment %} https://github.com/github/github/pull/141237 {% endcomment %}' - 'Os usuários podem acidentalmente fazer merge para mestre a partir do editor de modelos de problemas e blob. {% comment %} https://github.com/github/github/pull/134483, https://github.com/github/github/pull/134323 {% endcomment %}' - 'Quando um usuário exclui uma conta do GitHub, os registros do log de auditoria não mostraram corretamente os registros de remoção da organização. {% comment %} https://github.com/github/github/pull/140940 {% endcomment %}' - 'O avatar do gist para o usuário atual faria um link para uma URL inexistente. {% comment %} https://github.com/github/github/pull/140925 {% endcomment %}' - 'A aba de contagem de repositórios da organização não incluiu repositórios internos. {% comment %} https://github.com/github/github/pull/136323 {% endcomment %}' - 'Ao transferir um repositório, clicar no botão "Mostrar Todas as Equipes" gerou um erro 500. {% comment %} https://github.com/github/github/pull/134455 {% endcomment %}' - - "Os nomes de arquivos longos podem gerar um excesso de fluxo de problemas ao mostrar a etiqueta \"Alterado desde a última vista\" ou a alternância de diff de \"Mostrar enriquecido\" na vista dos arquivos diff. {% comment %} https://github.com/github/github/pull/134453 {% endcomment %}" + - 'Os nomes de arquivos longos podem gerar um excesso de fluxo de problemas ao mostrar a etiqueta "Alterado desde a última vista" ou a alternância de diff de "Mostrar enriquecido" na vista dos arquivos diff. {% comment %} https://github.com/github/github/pull/134453 {% endcomment %}' - 'Os cartões de vista virtual para equipes da organização relataram mal o tamanho do integrante. {% comment %} https://github.com/github/github/pull/133879 {% endcomment %}' - 'A janela pop-up de comentário do pull request teve um problema de deslocamento. {% comment %} https://github.com/github/github/pull/141157 {% endcomment %}' - 'Haproxy pode saturar-se, gerando lentidão nas operações do git. {% comment %} https://github.com/github/enterprise2/issues/19322 {% endcomment %}' @@ -70,4 +69,4 @@ sections: - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Os alertas de segurança não são relatados ao fazer push em um repositório na linha de comando. (atualizado 2020-06-23) {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "Ocorre uma falha na configuração da permissão de um repositório para \"Triagem\" ou \"Manter\" com uma mensagem de erro." + - Ocorre uma falha na configuração da permissão de um repositório para "Triagem" ou "Manter" com uma mensagem de erro. diff --git a/translations/pt-BR/data/release-notes/2-21/1.yml b/translations/pt-BR/data/release-notes/2-21/1.yml index c357b1b49e..0f2837e40e 100644 --- a/translations/pt-BR/data/release-notes/2-21/1.yml +++ b/translations/pt-BR/data/release-notes/2-21/1.yml @@ -1,12 +1,11 @@ ---- -date: '23-06-2020' +date: '2020-06-23' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/20747, https://github.com/github/enterprise2/pull/20727 {% endcomment %}' bugs: - 'Eventos de registro excessivamente grandes podem gerar instabilidade no encaminhamento do registro quando UDP foi usado como o mecanismo de transporte. {% comment %} https://github.com/github/enterprise2/pull/20458, https://github.com/github/enterprise2/pull/20445 {% endcomment %}' - 'O serviço de comunicação interno usado para acessar o MySQL pode ser reiniciado com mais frequência do que o necessário, incluindo parte do processo de atualização, que pode fazer com que a atualização falhe parcialmente. Reduzimos a taxa de reinicialização e tornamos o código mais robusto. {% comment %} https://github.com/github/enterprise2/pull/20957, https://github.com/github/enterprise2/pull/20972, https://github.com/github/github/pull/146974 {% endcomment %}' - - "A suspensão automática de um usuário através de SSO não foi concluída se o atributo de chaves SSH já tinha chaves associadas à conta do usuário. {% comment %} https://github.com/github/github/pull/143475, https://github.com/github/github/pull/142927 {% endcomment %}" + - 'A suspensão automática de um usuário através de SSO não foi concluída se o atributo de chaves SSH já tinha chaves associadas à conta do usuário. {% comment %} https://github.com/github/github/pull/143475, https://github.com/github/github/pull/142927 {% endcomment %}' - 'O hash de permissão do repositório da API REST não indicou acesso para membros de negócios que têm acesso a repositórios internos. {% comment %} https://github.com/github/github/pull/144756, https://github.com/github/github/pull/144292 {% endcomment %}' - 'A política da conta corporativa "Exclusão de problema do repositório" não refletiu a configuração salva no momento. {% comment %} https://github.com/github/github/pull/145218, https://github.com/github/github/pull/145067 {% endcomment %}' - 'O log de auditoria não incluiu eventos de alteração de proteção de branch. {% comment %} https://github.com/github/github/pull/145998, https://github.com/github/github/pull/145014 {% endcomment %}' @@ -18,4 +17,4 @@ sections: - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Os alertas de segurança não são relatados ao fazer envio por push em um repositório na linha de comando. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "Ocorre uma falha na configuração da permissão de um repositório para \"Triagem\" ou \"Manter\" com uma mensagem de erro." + - Ocorre uma falha na configuração da permissão de um repositório para "Triagem" ou "Manter" com uma mensagem de erro. diff --git a/translations/pt-BR/data/release-notes/2-21/10.yml b/translations/pt-BR/data/release-notes/2-21/10.yml index 1cd72dc0ee..913683d235 100644 --- a/translations/pt-BR/data/release-notes/2-21/10.yml +++ b/translations/pt-BR/data/release-notes/2-21/10.yml @@ -1,5 +1,4 @@ ---- -date: '20-10-2020' +date: '2020-10-20' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23096, https://github.com/github/enterprise2/pull/23081 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-21/11.yml b/translations/pt-BR/data/release-notes/2-21/11.yml index fd8d06c1a2..2e0e4a0f46 100644 --- a/translations/pt-BR/data/release-notes/2-21/11.yml +++ b/translations/pt-BR/data/release-notes/2-21/11.yml @@ -1,9 +1,8 @@ ---- -date: '03-11-2020' +date: '2020-11-03' sections: security_fixes: - '**MÉDIO:** Alto uso de CPU pode ser acionado por uma solicitação especialmente elaborada para a ponte SVN resultando em Negação de Serviço (DoS). {% comment %} https://github.com/github/slumlord/pull/1004, https://github.com/github/slumlord/pull/1000 {% endcomment %}' - - "**BAIXO:** A validação incorreta de token gerou uma entropia reduzida para os tokens de correspondência durante a autenticação. A análise mostra que, na prática, não há risco significativo de segurança aqui. {% comment %} https://github.com/github/github/pull/159455, https://github.com/github/github/pull/159193 {% endcomment %}" + - '**BAIXO:** A validação incorreta de token gerou uma entropia reduzida para os tokens de correspondência durante a autenticação. A análise mostra que, na prática, não há risco significativo de segurança aqui. {% comment %} https://github.com/github/github/pull/159455, https://github.com/github/github/pull/159193 {% endcomment %}' - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23539, https://github.com/github/enterprise2/pull/23171, https://github.com/github/enterprise2/pull/23692, https://github.com/github/enterprise2/pull/23677 {% endcomment %}' bugs: - 'Editar templates de problemas com nomes de arquivos que contenham caracteres diferentes de ASCII gerariam uma falha com um "500 Internal Server Error". {% comment %} https://github.com/github/github/pull/160589, https://github.com/github/github/pull/159747 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-21/12.yml b/translations/pt-BR/data/release-notes/2-21/12.yml index 621a6b7142..ac64ac8c15 100644 --- a/translations/pt-BR/data/release-notes/2-21/12.yml +++ b/translations/pt-BR/data/release-notes/2-21/12.yml @@ -1,5 +1,4 @@ ---- -date: '17-11-2020' +date: '2020-11-17' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23844, https://github.com/github/enterprise2/pull/23712 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-21/13.yml b/translations/pt-BR/data/release-notes/2-21/13.yml index b04c44d73d..991a21b794 100644 --- a/translations/pt-BR/data/release-notes/2-21/13.yml +++ b/translations/pt-BR/data/release-notes/2-21/13.yml @@ -1,5 +1,4 @@ ---- -date: '03-12-2020' +date: '2020-12-03' sections: bugs: - 'O serviço de autorização foi detectado como não saudável devido a uma condição de raça no bootstrap que gerou a reinicialização do serviço. {% comment %} https://github.com/github/authzd/pull/1278 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-21/14.yml b/translations/pt-BR/data/release-notes/2-21/14.yml index 8a17c6d7c5..d62558dbb0 100644 --- a/translations/pt-BR/data/release-notes/2-21/14.yml +++ b/translations/pt-BR/data/release-notes/2-21/14.yml @@ -1,5 +1,4 @@ ---- -date: '17-12-2020' +date: '2020-12-17' sections: security_fixes: - '**BAIXO:** Alto uso da CPU pode ser acionado por uma solicitação especialmente elaborada para a ponte SVN, o que resulta em em Negação de Serviço (DoS). {% comment %} https://github.com/github/slumlord/pull/1021, https://github.com/github/slumlord/pull/1017 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-21/16.yml b/translations/pt-BR/data/release-notes/2-21/16.yml index 8a7f9726b2..3dca24b7d2 100644 --- a/translations/pt-BR/data/release-notes/2-21/16.yml +++ b/translations/pt-BR/data/release-notes/2-21/16.yml @@ -1,14 +1,13 @@ ---- -date: '16-03-2021' +date: '2021-03-16' sections: security_fixes: - Os pacotes foram atualizados para as últimas versões de segurança. bugs: - Importing of repository archives from GitHub Enterprise Server that are missing repository files would fail with an error. known_issues: - - On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user. + - 'On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user.' - As regras personalizadas de firewall não são mantidas durante uma atualização. - - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. + - 'Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta.' - Issues cannot be closed if they contain a permalink to a blob in the same repository where the file path is longer than 255 characters. - - Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. + - 'Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com.' - Os alertas de segurança não são relatados ao fazer push em um repositório na linha de comando. diff --git a/translations/pt-BR/data/release-notes/2-21/2.yml b/translations/pt-BR/data/release-notes/2-21/2.yml index 77b3f79887..0c98556011 100644 --- a/translations/pt-BR/data/release-notes/2-21/2.yml +++ b/translations/pt-BR/data/release-notes/2-21/2.yml @@ -1,5 +1,4 @@ ---- -date: '09-07-2020' +date: '2020-07-09' sections: security_fixes: - '**MEDIUM:** foi atualizado para a versão 1.16.1 e dirigiu o CVE-2019-20372. (atualizado 2020-07-22) {% comment %} https://github.com/github/enterprise2/pull/21252 {% endcomment %}' @@ -18,4 +17,4 @@ sections: - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Os alertas de segurança não são relatados ao fazer envio por push em um repositório na linha de comando. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "Ocorre uma falha na configuração da permissão de um repositório para \"Triagem\" ou \"Manter\" com uma mensagem de erro." + - Ocorre uma falha na configuração da permissão de um repositório para "Triagem" ou "Manter" com uma mensagem de erro. diff --git a/translations/pt-BR/data/release-notes/2-21/3.yml b/translations/pt-BR/data/release-notes/2-21/3.yml index 3ac8740709..3caf7cb599 100644 --- a/translations/pt-BR/data/release-notes/2-21/3.yml +++ b/translations/pt-BR/data/release-notes/2-21/3.yml @@ -1,12 +1,11 @@ ---- -date: '21-07-2020' +date: '2020-07-21' sections: security_fixes: - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/21438, https://github.com/github/enterprise2/pull/21402, https://github.com/github/enterprise2/pull/21496, https://github.com/github/enterprise2/pull/21479 {% endcomment %}' bugs: - 'Os gráficos do monitor do console de gerenciamento às vezes não seriam exibidos corretamente em telas maiores. {% comment %} https://github.com/github/enterprise2/pull/21398, https://github.com/github/enterprise2/pull/21381 {% endcomment %}' - 'Não era possível usar o fluxo de criação do manifesto do aplicativo GitHub em alguns cenários quando uma política de Cookie do SameSite foi aplicada. {% comment %} https://github.com/github/github/pull/147829, https://github.com/github/github/pull/144121 {% endcomment %}' - - "Em algumas circunstâncias, o acesso à página de \"Explorar\" geraria um erro no aplicativo. {% comment %} https://github.com/github/github/pull/149605, https://github.com/github/github/pull/148949 {% endcomment %}" + - 'Em algumas circunstâncias, o acesso à página de "Explorar" geraria um erro no aplicativo. {% comment %} https://github.com/github/github/pull/149605, https://github.com/github/github/pull/148949 {% endcomment %}' known_issues: - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' @@ -15,4 +14,4 @@ sections: - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Os alertas de segurança não são relatados ao fazer envio por push em um repositório na linha de comando. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "Ocorre uma falha na configuração da permissão de um repositório para \"Triagem\" ou \"Manter\" com uma mensagem de erro." + - Ocorre uma falha na configuração da permissão de um repositório para "Triagem" ou "Manter" com uma mensagem de erro. diff --git a/translations/pt-BR/data/release-notes/2-21/4.yml b/translations/pt-BR/data/release-notes/2-21/4.yml index 47e459fbb8..2563e00f2a 100644 --- a/translations/pt-BR/data/release-notes/2-21/4.yml +++ b/translations/pt-BR/data/release-notes/2-21/4.yml @@ -1,5 +1,4 @@ ---- -date: '11-08-2020' +date: '2020-08-11' sections: security_fixes: - '**CRÍTICO:** Uma vulnerabilidade de execução de código remoto foi identificada no GitHub Pages e permite que um invasor execute comandos como parte de criação de um site do GitHub Pages. Esse problema deve-se a uma dependência desatualizada e vulnerável usada no processo de criação de páginas. Para explorar essa vulnerabilidade, um invasor precisará de permissão para criar e construir um site do GitHub Pages na instância do GitHub Enterprise Server. Esta vulnerabilidade afetou todas as versões do GitHub Enterprise Server. Para mitigar essa vulnerabilidade, a Kramdown foi atualizada para abordar o CVE-2020-14001. {% comment %} https://github.com/github/pages/pull/2835, https://github.com/github/pages/pull/2827 {% endcomment %}' @@ -9,7 +8,7 @@ sections: - 'Um erro de configuração do Cônsul impediu que algumas tarefas de segundo plano fossem processadas em instâncias autônomas. {% comment %} https://github.com/github/enterprise2/pull/21463 {% endcomment %}' - 'O cálculo de alocação de memória de serviço poderia determinar uma alocação de memória incorreta ou ilimitada para um serviço resultando em desempenho de sistema pobre. {% comment %} https://github.com/github/enterprise2/pull/21689 {% endcomment %}' - 'A plataforma de virtualização para sistemas oVirt KVM não foi detectada corretamente, gerando problemas durante as atualizações. {% comment %} https://github.com/github/enterprise2/pull/21731, https://github.com/github/enterprise2/pull/21669 {% endcomment %}' - - "A mensagem de erro para autenticação inválida com uma senha via linha de comando do Git não preencheu a URL vinculada à adição do token apropriado ou chave SSH. {% comment %} https://github.com/github/github/pull/149607, https://github.com/github/github/pull/149351 {% endcomment %}" + - 'A mensagem de erro para autenticação inválida com uma senha via linha de comando do Git não preencheu a URL vinculada à adição do token apropriado ou chave SSH. {% comment %} https://github.com/github/github/pull/149607, https://github.com/github/github/pull/149351 {% endcomment %}' - 'Criar um problema em um repositório de usuário que usa o recurso de modelo do problema pode falhar com um erro de servidor interno. {% comment %} https://github.com/github/github/pull/150173, https://github.com/github/github/pull/149445 {% endcomment %}' - 'Ocorreu uma falha ao acessar a seção *Explorar* com um erro de servidor interno de 500. {% comment %} https://github.com/github/github/pull/150512, https://github.com/github/github/pull/150504 {% endcomment %}' - 'Os problemas não puderam ser classificados por *Atualizações recentes* nos repositórios migrados para uma nova instância. {% comment %} https://github.com/github/github/pull/150688, https://github.com/github/github/github/pull/149330 {% endcomment %}' @@ -25,4 +24,4 @@ sections: - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Os alertas de segurança não são relatados ao fazer envio por push em um repositório na linha de comando. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "Ocorre uma falha na configuração da permissão de um repositório para \"Triagem\" ou \"Manter\" com uma mensagem de erro." + - Ocorre uma falha na configuração da permissão de um repositório para "Triagem" ou "Manter" com uma mensagem de erro. diff --git a/translations/pt-BR/data/release-notes/2-21/5.yml b/translations/pt-BR/data/release-notes/2-21/5.yml index 997e7d7350..b27347abed 100644 --- a/translations/pt-BR/data/release-notes/2-21/5.yml +++ b/translations/pt-BR/data/release-notes/2-21/5.yml @@ -1,5 +1,4 @@ ---- -date: '12-08-2020' +date: '2020-08-12' sections: bugs: - 'Resolveu um problema que poderia gerar alto uso da CPU ao gerar modelos de configuração do sistema. {% comment %} https://github.com/github/enterprise2/pull/21786, https://github.com/github/enterprise2/pull/21741 {% endcomment %}' @@ -13,4 +12,4 @@ sections: - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' - 'Os alertas de segurança não são relatados ao fazer envio por push em um repositório na linha de comando. {% comment %} https://github.com/github/github/issues/143190 {% endcomment %}' - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' - - "Ocorre uma falha na configuração da permissão de um repositório para \"Triagem\" ou \"Manter\" com uma mensagem de erro." + - Ocorre uma falha na configuração da permissão de um repositório para "Triagem" ou "Manter" com uma mensagem de erro. diff --git a/translations/pt-BR/data/release-notes/2-21/7.yml b/translations/pt-BR/data/release-notes/2-21/7.yml index 2ecf01159e..ddb00ff76d 100644 --- a/translations/pt-BR/data/release-notes/2-21/7.yml +++ b/translations/pt-BR/data/release-notes/2-21/7.yml @@ -1,10 +1,9 @@ ---- -date: '08-09-2020' +date: '2020-09-08' sections: bugs: - 'Uma verificação de saúde do serviço causou o crescimento da sessão, o que gerou um esgotamento do sistema de arquivos. {% comment %} https://github.com/github/enterprise2/pull/22481, https://github.com/github/enterprise2/pull/22475 {% endcomment %}' - - "A atualização que usa um hotpatch pode falhar com um erro: `'libdbi1' was not found` {% comment %} https://github.com/github/enterprise2/pull/22556, https://github.com/github/enterprise2/pull/22552 {% endcomment %}" - - "Configurar a permissão de um repositório para \"Triagem\" ou \"Manter\" não irá mais falhar." + - 'A atualização que usa um hotpatch pode falhar com um erro: `''libdbi1'' was not found` {% comment %} https://github.com/github/enterprise2/pull/22556, https://github.com/github/enterprise2/pull/22552 {% endcomment %}' + - Configurar a permissão de um repositório para "Triagem" ou "Manter" não irá mais falhar. known_issues: - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-21/8.yml b/translations/pt-BR/data/release-notes/2-21/8.yml index 5a824b8232..13afccece3 100644 --- a/translations/pt-BR/data/release-notes/2-21/8.yml +++ b/translations/pt-BR/data/release-notes/2-21/8.yml @@ -1,5 +1,4 @@ ---- -date: '23-09-2020' +date: '2020-09-23' sections: security_fixes: - '**MÉDIO**: ImageMagick foi atualizado para o endereço [DSA-4715-1](https://www.debian.org/security/2020/dsa-4715). {% comment %} https://github.com/github/enterprise2/pull/22621, https://github.com/github/enterprise2/pull/22610 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-21/9.yml b/translations/pt-BR/data/release-notes/2-21/9.yml index fd7020fff4..f909cb0399 100644 --- a/translations/pt-BR/data/release-notes/2-21/9.yml +++ b/translations/pt-BR/data/release-notes/2-21/9.yml @@ -1,5 +1,4 @@ ---- -date: '09-10-2020' +date: '2020-10-09' sections: security_fixes: - 'Um usuário cujo nome de usuário de diretório de **LDAP** padronizado em um login da conta GHES existente pode efetuar a autenticação na conta existente. {% comment %} https://github.com/github/github/pull/156517, https://github.com/github/github/pull/155512 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-22/0.yml b/translations/pt-BR/data/release-notes/2-22/0.yml index bd060cff90..55e200422f 100644 --- a/translations/pt-BR/data/release-notes/2-22/0.yml +++ b/translations/pt-BR/data/release-notes/2-22/0.yml @@ -1,84 +1,71 @@ ---- intro: O GitHub está animado para apresentar o GitHub Enterprise Server 2.2.0. -date: '23-09-2020' +date: '2020-09-23' sections: features: - - - heading: GitHub Actions Beta + - heading: GitHub Actions Beta notes: - | [GitHub Actions](https://github.com/features/actions) é uma solução poderosa e flexível para CI/CD e automação de fluxo de trabalho. O GitHub Actions no Enterprise Server inclui ferramentas que ajudam você a gerenciar o serviço incluindo métricas chave no Console de Gerenciamento, logs de auditoria e controles de acesso para ajudar você a controlar a implementação. Você precisará fornecer seu próprio [storage](https://docs.github.com/en/enterprise/2.22/admin/github-actions/enabling-github-actions-and-configuring-storage) e executores para o GitHub Actions. AWS S3, Azure Blob Storage e MinIO são compatíveis. Revise os [requisitos mínimos atualizados para sua plataforma](https://docs.github.com/en/enterprise/2.22/admin/installation/setting-up-a-github-enterprise-server-instance) antes de ativar o GitHub Actions. Para saber mais, entre em contato com a equipe do GitHub Sales ou [inscreva-se para o beta](https://resources.github.com/beta-signup/). {% comment %} https://github.com/github/releases/issues/775 {% endcomment %} - - - heading: GitHub Packages Beta + - heading: GitHub Packages Beta notes: - | [GitHub Packages](https://github.com/features/packages) é um serviço de hospedagem de pacotes, integrado nativamente com as APIs, ações e webhooks do GitHub. Crie um [fluxo de trabalho de ponta a ponta para o DevOps](https://docs.github.com/en/enterprise/2. 2/admin/pacotes/configuring-packages-support-for-your-enterpris) que inclui seu código, integração contínua e soluções de implantação. Os backends de armazenamento compatíveis incluem AWS S3 e MinIO com suporte para o Azure blob em uma versão futura. Observe que o suporte atual ao Docker será substituído por uma versão beta do novo Registro de Contêiner do GitHub na próxima versão. Revise os [requisitos mínimos atualizados para sua plataforma](https://docs.github.com/en/enterprise/2. 2/admin/installation/setting-up-a-github-enterprise-server-instance) antes de ativar o GitHub Packages. Para saber mais, entre em contato com a equipe do GitHub Sales ou [inscreva-se no beta](https://resources. ithub.com/beta-signup/). {% comment %} https://github.com/github/releases/issues/773 {% endcomment %} - - - heading: Varredura avançada de segurança de código beta + - heading: Varredura avançada de segurança de código beta notes: - | [Varredura avançada de código de segurança do GitHub](https://github.com/features/security) é um ambiente de teste de segurança para aplicativos estáticos nativos do GitHub nativo (SAST). Encontre facilmente vulnerabilidades de segurança antes que atinjam a produção, tudo desenvolvido pelo mais poderoso motor de análise de código do mundo: CodeQL. Os administradores que usam a Segurança Avançada do GitHub podem [inscrever-se em](https://resources.github.com/beta-signup/) e [enable](https://docs.github. om/pt/enterprise/2.22/admin/configuration/configuring-code-scanning-for-your-appliance) o Beta de varredura avançada de código de segurança GitHub. Revise os [requisitos mínimos atualizados para sua plataforma](https://docs.github. om/en/enterprise/2.22/admin/installation/setting-up-a-github-enterprise-server-instance) antes de ativar a varredura avançada de código código de segurança GitHub. {% comment %} https://github.com/github/releases/issues/768 {% endcomment %} - - - heading: Redirecionamento de pull request + - heading: Redirecionamento de pull request notes: - | Quando um [branch do cabeçalho do pull request](https://docs.github.com/en/enterprise/2. 2/usuário/github/colaboração-with-issues-and-pull-requests/about-branches#working-with-branches) é mesclado e excluído, todos os outros pull requests no mesmo repositório que apontam para este branch agora são redirecionados para o branch de base do pull request mesclado. Anteriormente, esses pull requests eram fechados. {% comment %} https://github.com/github/releases/issues/801 {% endcomment %} - - - heading: Suspender e cancelar a suspensão da instalação de aplicativos + - heading: Suspender e cancelar a suspensão da instalação de aplicativos notes: - | Os administradores e usuários podem [suspender o acesso de qualquer aplicativo do GitHub](https://docs.github.com/enterprise/2.22/user/rest/reference/apps#suspend-an-app-installation) durante o tempo necessário e [cancelar a suspensão do aplicativo](https://docs.github.com/enterprise/2.22/user/rest/reference/apps#unsuspend-an-app-installation) no comando por meio das das Configurações e da API. Os aplicativos suspensos não podem acessar a API do GitHub ou eventos de webhook. Você pode fazer isso em vez de desinstalar um aplicativo, que cancela a autorização de todos os usuários. {% comment %} https://github.com/github/github/pull/138316 https://github.com/github/github/pull/150869 {% endcomment %}'' - - - heading: Desempenho aprimorado em grande escala + - heading: Desempenho aprimorado em grande escala notes: - | Nós revisamos a abordagem que adotamos para agendar a manutenção da rede para repositórios, garantindo que os grandes monorrepositórios sejam capazes de evitar os estados de falha. {% comment %} https://github.com/github/github/pull/146789, https://github.com/github/github/pull/147931, https://github.com/github/github/pull/146724, https://github. om/github/git-protocols/issues/94 {% endcomment %}'' As réplicas passivas agora são [compatíveis e configuráveis nas implantações de cluster do GitHub Enterprise Server](https://docs.github.com/en/enterprise/2. 2/admin/enterprise-management/configuring-high-availability-replication-for-a-cluster). Essas alterações permitirão falhas mais rápidas, reduzindo RTO e RPO. {% comment %} https://github.com/github/releases/issues/905 {% endcomment %} - - - heading: Visualizar todos os seus usuários + - heading: Visualizar todos os seus usuários notes: - | Para equipes excepcionalmente grandes, os administradores podem [ajustar o padrão máximo de 1.500 para as listas de usuários](https://docs.github.com/en/enterprise/2.22/admin/configuration/command-line-utilities#ghe-config). {% comment %} https://github.com/github/github/pull/146508 {% endcomment %}'' changes: - - - heading: Alterações na administração + - heading: Alterações na administração notes: - - Os trabalhadores compartilhados foram habilitados para tornar as atualizações ao vivo mais resilientes, compartilhando conexões entre as abas. {% comment %} https://github.com/github/releases/issues/914 {% endcomment %} - - O link "Suporte ao Contato" na página de erro `50x` agora vincula ao e-mail de suporte ou link configurado no Console de Gerenciamento. {% comment %} https://github.com/github/github/pull/142123 {% endcomment %} + - 'Os trabalhadores compartilhados foram habilitados para tornar as atualizações ao vivo mais resilientes, compartilhando conexões entre as abas. {% comment %} https://github.com/github/releases/issues/914 {% endcomment %}' + - 'O link "Suporte ao Contato" na página de erro `50x` agora vincula ao e-mail de suporte ou link configurado no Console de Gerenciamento. {% comment %} https://github.com/github/github/pull/142123 {% endcomment %}' - 'Agora é possível [gerenciar anúncios e datas de expiração globais pelas configurações da conta corporativa](https://docs.github.com/en/enterprise/2.22/admin/installation/command-line-utilities#ghe-announce). {% comment %} https://github.com/github/releases/issues/945, https://github.com/github/pull/148475, https://github.com/github/github/pull/148494 {% endcomment %}' - - Agora você pode [isentar certos usuários do limite de taxa da API padrão configurado no console de gerenciamento](https://docs.github.com/en/enterprise/2.22/admin/configuration/configuring-rate-limits), se necessário. {% comment %} https://github.com/github/github/pull/148673 {% endcomment %} - - Agora os administradores do repositório podem [definir seus repositórios como qualquer opção de visibilidade disponível](https://docs.github.com/en/enterprise/2.22/user/administering-a-repository/setting-repository-visibility) a partir de um único diálogo nas configurações do repositório. Anteriormente, você tinha de navegar por seções, botões e caixas de diálogo separadas para alternar entre público e privado e entre privado e interno. {% comment %} https://github.com/github/releases/issues/882 {% endcomment %} - - Um novo link de configurações corporativasno menu suspenso do usuário facilita a navegação nas Configurações da Conta Corporativa. {% comment %} https://github.com/github/releases/issues/946, https://github.com/github/github/pull/150595, https://github.com/github/github/pull/150520, https://github.com/github/github/pull/151121, https://github.com/github/hydro-schemas/pull/1244 {% endcomment %} - - O antigo link "Central de Adminstraão" na página de /stafftools foi removido. O link "Empresa" agora é a melhor maneira de acessar a Conta Corporativa a partir da página /stafftools page. {% comment %} https://github.com/github/github/pull/147633 {% endcomment %} - - O item do submenu de Opções nas configurações da Conta Corporativa foi transferido da seção de Configurações para a seção de Políticas. {% comment %} https://github.com/github/releases/issues/944, https://github.com/github/github/pull/148477 {% endcomment %} + - 'Agora você pode [isentar certos usuários do limite de taxa da API padrão configurado no console de gerenciamento](https://docs.github.com/en/enterprise/2.22/admin/configuration/configuring-rate-limits), se necessário. {% comment %} https://github.com/github/github/pull/148673 {% endcomment %}' + - 'Agora os administradores do repositório podem [definir seus repositórios como qualquer opção de visibilidade disponível](https://docs.github.com/en/enterprise/2.22/user/administering-a-repository/setting-repository-visibility) a partir de um único diálogo nas configurações do repositório. Anteriormente, você tinha de navegar por seções, botões e caixas de diálogo separadas para alternar entre público e privado e entre privado e interno. {% comment %} https://github.com/github/releases/issues/882 {% endcomment %}' + - 'Um novo link de configurações corporativasno menu suspenso do usuário facilita a navegação nas Configurações da Conta Corporativa. {% comment %} https://github.com/github/releases/issues/946, https://github.com/github/github/pull/150595, https://github.com/github/github/pull/150520, https://github.com/github/github/pull/151121, https://github.com/github/hydro-schemas/pull/1244 {% endcomment %}' + - 'O antigo link "Central de Adminstraão" na página de /stafftools foi removido. O link "Empresa" agora é a melhor maneira de acessar a Conta Corporativa a partir da página /stafftools page. {% comment %} https://github.com/github/github/pull/147633 {% endcomment %}' + - 'O item do submenu de Opções nas configurações da Conta Corporativa foi transferido da seção de Configurações para a seção de Políticas. {% comment %} https://github.com/github/releases/issues/944, https://github.com/github/github/pull/148477 {% endcomment %}' - '[Acessar recursos usando um token de acesso pessoal ou chave SSH agora conta como atividade de usuário](https://docs.github.com/en/enterprise/2.22/admin/user-management/management/managing-dormant-users). Isso alivia os administradores do trabalho de filtrar determinados usuários dos relatórios de dormência do usuário e torna mais seguro usar o botão "Suspender todos" sem suspender, acidentalmente, usuários que acessaram o GitHub de forma apenas leitura através das APIs com um Token de Acesso Pessoal (PAT) ou chave SSH. {% comment %} https://github.com/github/github/pull/140433, https://github.com/github/help-docs/pull/14853, https://github.com/github/customer-feedback/issues/174, https://github.com/github/supportability/issues/14 {% endcomment %}' - - - heading: Alterações de segurança + - heading: Alterações de segurança notes: - - Os códigos de recuperação de dois fatores não podem mais ser usados durante o processo de autenticação de dois fatores. As senhas de uso único são os únicos valores aceitáveis. {% comment %} https://github.com/github/github/pull/145016, https://github.com/github/github/pull/140208 {% endcomment %} - - Quando um usuário é conectado ao GitHub Enterprise Server através de um único logon, a [seleção de visibilidade padrão do repositório é privada](https://docs.github.com/en/enterprise/2.22/user/github/administering-a-repository/setting-repository-visibility). {% comment %} https://github.com/github/releases/issues/872 {% endcomment %} - - Agora os proprietários dos aplicativos GitHub podem escolher que os seus [tokens de acesso do usuário para servidor expirem após 8 horas](https://developer.github. om/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps/), para ajudar a aplicar rotação regular do token e reduzir o impacto de um token comprometido. {% comment %} https://github.com/github/releases/issues/966 {% endcomment %} - - - heading: Alterações de desenvolvedor + - 'Os códigos de recuperação de dois fatores não podem mais ser usados durante o processo de autenticação de dois fatores. As senhas de uso único são os únicos valores aceitáveis. {% comment %} https://github.com/github/github/pull/145016, https://github.com/github/github/pull/140208 {% endcomment %}' + - 'Quando um usuário é conectado ao GitHub Enterprise Server através de um único logon, a [seleção de visibilidade padrão do repositório é privada](https://docs.github.com/en/enterprise/2.22/user/github/administering-a-repository/setting-repository-visibility). {% comment %} https://github.com/github/releases/issues/872 {% endcomment %}' + - 'Agora os proprietários dos aplicativos GitHub podem escolher que os seus [tokens de acesso do usuário para servidor expirem após 8 horas](https://developer.github. om/changes/2020-04-30-expiring-user-to-server-access-tokens-for-github-apps/), para ajudar a aplicar rotação regular do token e reduzir o impacto de um token comprometido. {% comment %} https://github.com/github/releases/issues/966 {% endcomment %}' + - heading: Alterações de desenvolvedor notes: - '[A interface de usuário do GitHub passou por uma atualização de design](https://github.blog/changelog/2020-06-23-design-updates-to-repositories-and-github-ui/), e a página inicial dos repositórios foi reprojetada, incluindo um layout responsivo e uma melhor experiência de web móvel. {% comment %} https://github.com/github/releases/issues/886 {% endcomment %}' - - No menu suspenso do repositório "Clonar com SSH", os usuários agora serão notificados se não tiverem nenhuma configuração de chaves. {% comment %} https://github.com/github/github/pull/149098 {% endcomment %} + - 'No menu suspenso do repositório "Clonar com SSH", os usuários agora serão notificados se não tiverem nenhuma configuração de chaves. {% comment %} https://github.com/github/github/pull/149098 {% endcomment %}' - 'Agora, os commits são ordenados cronologicamente na linha do tempo do pull request e na aba commits. Esta nova ordem também é refletida na API REST de ["Lista de commits em um pull request"](https://docs.github.com/en/enterprise/2. 2/user/rest/reference/pulls#list-commits-on-a-pull-request) e no [Objeto "PullRequest"] de GraphQL (https://docs.github.com/en/enterprise/2.22/user/graphql/reference/objects#pullrequest) timeline connection. {% comment %} https://github.com/github/releases/issues/867 {% endcomment %}' - - Agora os usuários podem [definir o padrão do tom de tema padrão para resultados de preenchimento automático de emojis](https://github.blog/changelog/2020-07-17-customizable-skin-tones-in-emoji-autocomplete/) nas áreas de texto de comentário. {% comment %} https://github.com/github/releases/issues/916 {% endcomment %} + - 'Agora os usuários podem [definir o padrão do tom de tema padrão para resultados de preenchimento automático de emojis](https://github.blog/changelog/2020-07-17-customizable-skin-tones-in-emoji-autocomplete/) nas áreas de texto de comentário. {% comment %} https://github.com/github/releases/issues/916 {% endcomment %}' - '[Tree-sitter](https://github.com/tree-sitter/tree-sitter) melhora o destaque da sintaxe e agora é a biblioteca padrão usada para análise de linguagens. {% comment %} https://github.com/github/releases/issues/918, https://github.com/github/windrose/issues/44 {% endcomment %}' - - - heading: Os usuários e as organizações podem adicionar nomes de usuários do Twitter aos seus perfis do GitHub + - heading: Os usuários e as organizações podem adicionar nomes de usuários do Twitter aos seus perfis do GitHub notes: - '[Os desenvolvedores e organizações agora podem adicionar seu nome de usuário do Twitter ao seu perfil](https://github.blog/changelog/2020-07-22-users-and-organizations-can-now-add-twitter-usernames-to-their-github-profiles/) {% comment %} https://github.com/github/github/pull/145127 {% endcomment %}' - - - heading: Alterações de API + - heading: Alterações de API notes: - | #### Pré-visualizações graduadas @@ -90,8 +77,7 @@ sections: #### Alterações no esquema do GraphQL * [As mudanças de esquema do GraphQL](https://docs.github.com/enterprise/2.22/user/graphql/overview/changelog) incluem alterações retrocompatíveis, pré-visualizações do esquema e futuras alterações significativas. - - - heading: Alterações do controlador de VMware Network + - heading: Alterações do controlador de VMware Network notes: - | O tipo adaptador de rede padrão do GitHub Enterprise Server para clientes do VMware foi alterado de E1000 para VMXNET3, começando com a versão 2.22.0. Ao fazer a atualização de uma versão anterior para 2.22.0 ou mais recente, se um adaptador de rede E1000 for detectado durante a verificação de pré-atualização, a seguinte mensagem será exibida na linha de comando: @@ -104,40 +90,36 @@ sections: O administrador pode optar por atualizar o tipo de adaptador de rede para VMXNET3 antes ou após a atualização do GitHub Enterprise Server. O aplicativo virtual terá de ser encerrado para realizar esta alteração. Os clientes devem seguir as etapas recomendadas do VMware para [alterar a configuração do adaptador de rede da máquina virtual](https://docs.vmware.com/en/VMware-vSphere/7.0/com.vmware.vsphere.vm_admin. oc/GUID-3719A0BE-4B4A-44FF-8A21-290950918FBD.html) para VMXNET3. Observe que o `VMXNET3` não será uma opção se a versão do sistema operacional do aplicativo virtual estiver definida como `Other Linux (64-bit)`. Nesse caso, a versão do OS deve ser alterada primeiro `Other Linux (64-bit)` para `Other 2.6.x Linux (64-bit)` ou, se disponível, `Debian GNU/Linux 9`. Recomendamos testar essas alterações em uma [instância de preparação](https://docs.github. om/pt/enterprise-server@2.22/admin/installation/setting-up-a-staging-instance) antes de ser executada em uma produção do GitHub Enterprise Server. {% comment %} https://github.com/github/ghes-infrastructure/issues/781 {% endcomment %} bugs: - - A página de stafftools de equipe para visualizar o colaborador pendente mostrou um `500 Internal Server Error` quando houve um convite de e-mail pendente. {% comment %} https://github.com/github/github/pull/150836 {% endcomment %} - - A verificação de integridade do repositório na stafftools pode gerar resultados incorretos em repositórios ocupados. {% comment %} https://github.com/github/github/pull/151160 {% endcomment %} - - Um usuário conectado que tenta aceitar um convite de e-mail poderia obter um erro `404 Not Found`. {% comment %} https://github.com/github/github/pull/150848 {% endcomment %} - - Se um usuário acessar um repositório cujo nome foi iniciado com "repositórios", ele será direcionado a aba "Repositórios" do proprietário em vez de chegar à página de visão geral do repositório. {% comment %} https://github.com/github/github/pull/149704 {% endcomment %} - - As etiquetas na linha do tempo do painel não têm contraste suficiente. {% comment %} https://github.com/github/github/pull/146749 {% endcomment %} + - 'A página de stafftools de equipe para visualizar o colaborador pendente mostrou um `500 Internal Server Error` quando houve um convite de e-mail pendente. {% comment %} https://github.com/github/github/pull/150836 {% endcomment %}' + - 'A verificação de integridade do repositório na stafftools pode gerar resultados incorretos em repositórios ocupados. {% comment %} https://github.com/github/github/pull/151160 {% endcomment %}' + - 'Um usuário conectado que tenta aceitar um convite de e-mail poderia obter um erro `404 Not Found`. {% comment %} https://github.com/github/github/pull/150848 {% endcomment %}' + - 'Se um usuário acessar um repositório cujo nome foi iniciado com "repositórios", ele será direcionado a aba "Repositórios" do proprietário em vez de chegar à página de visão geral do repositório. {% comment %} https://github.com/github/github/pull/149704 {% endcomment %}' + - 'As etiquetas na linha do tempo do painel não têm contraste suficiente. {% comment %} https://github.com/github/github/pull/146749 {% endcomment %}' deprecations: - - - heading: Próxima obsolescência do GitHub Enterprise Server 2.19 + - heading: Próxima obsolescência do GitHub Enterprise Server 2.19 notes: - '**GitHub Enterprise Server 2.19 irá tornar-se obsoleto a partir do dia 12 de novembro 2020**, o que significa que não serão feitas versões de patch, ainda que para problemas críticos de segurança, após esta data. Para obter um melhor desempenho, melhoria na segurança e novas funcionalidades, [atualize para a versão mais recente do GitHub Enterprise Server](https://help.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/) assim que possível.' - - - heading: Obsolescência de Eventos de Webhook de legado do aplicativo GitHub + - heading: Obsolescência de Eventos de Webhook de legado do aplicativo GitHub notes: - 'A partir da versão GitHub Enterprise Server 2.21.0 dois eventos legados de webhook relacionados aos aplicativos GitHub tornaram-se obsoletos e serão removidos do GitHub Enterprise Server 2.25.0. Os eventos obsoletos `integration_installation` e `integration_installation_repositories` têm eventos equivalentes que serão compatíveis. Mais informações estão disponíveis no [post do blogue do anúncio de obsolescência](https://developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events/). {% comment %} https://github.com/github/enterprise-web/pull/6419#issuecomment-668303461 {% endcomment %}' - - - heading: Obsolescência do ponto de extremidade de legado dos aplicativos GitHub + - heading: Obsolescência do ponto de extremidade de legado dos aplicativos GitHub notes: - 'Começando com o GitHub Enterprise Server 2.21.0, o ponto de extremidade de legado dos aplicativos GitHub para criar os tokens de acesso de instalação tornou-se obsoleto e será removido no GitHub Enterprise Server 2.25.0. Mais informações estão disponíveis no [post do blogue do anúncio de obsolescência](https://developer. ithub.com/changes/2020-04-15-replacing-create-installation-access-token-endpoint/). {% comment %} https://github.com/github/enterprise-web/pull/6419#issuecomment-668303461 {% endcomment %}' - - - heading: Obsolescência da API do aplicativo OAuth + - heading: Obsolescência da API do aplicativo OAuth notes: - - O GitHub não é mais compatível com pontos de extremidade do aplicativo OAuth que contêm `access_token` como um parâmetro de caminho. Nós introduzimos novos pontos de extremidade que permitem gerenciar com segurança tokens para aplicativos OAuth, movendo `access_token` para o texto da solicitação. Embora obsoletos, os pontos de extremidade ainda podem ser acessados nesta versão. Temos o objetivo de remover esses pontos de extremidades no GitHub Enterprise Server 3.4. Para obter mais informações, consulte [post do blogue de anúncio de obscolescência](https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/). + - 'O GitHub não é mais compatível com pontos de extremidade do aplicativo OAuth que contêm `access_token` como um parâmetro de caminho. Nós introduzimos novos pontos de extremidade que permitem gerenciar com segurança tokens para aplicativos OAuth, movendo `access_token` para o texto da solicitação. Embora obsoletos, os pontos de extremidade ainda podem ser acessados nesta versão. Temos o objetivo de remover esses pontos de extremidades no GitHub Enterprise Server 3.4. Para obter mais informações, consulte [post do blogue de anúncio de obscolescência](https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/).' backups: - - O GitHub Enterprise Server 2.22 exige, pelo menos, [Utilitários de Backup do GitHub Enterprise](https://github.com/github/backup-utils) 2.22.0 para [Backups e Recuperação de Desastre](https://help.github.com/enterprise/2.22/admin/guides/installation/backups-and-disaster-recovery/). + - 'O GitHub Enterprise Server 2.22 exige, pelo menos, [Utilitários de Backup do GitHub Enterprise](https://github.com/github/backup-utils) 2.22.0 para [Backups e Recuperação de Desastre](https://help.github.com/enterprise/2.22/admin/guides/installation/backups-and-disaster-recovery/).' known_issues: - - Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %} - - As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %} - - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %} - - Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %} - - Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %} - - O menu suspenso Formato do ID do nome no Console de Gerenciamento redefine como "não especificado" depois de definir a instância como "persistente". {% comment %} https://github.com/github/enterprise2/issues/13446 {% endcomment %} - - A página de configurações do repositório de um repositório para um usuário ou organização de sites do GitHub Pages irá falhar com a mensagem "500 Internal Server Error". {% comment %} https://github.com/github/github/issues/156183 {% endcomment %} - - Os usuários podem experimentar um desempenho mais lento de recuperação em uma instância com réplicas de alta disponibilidade devido às leituras serem encaminhadas para um nó diferente. {% comment %} https://github.com/github/spokesd/issues/746 {% endcomment %} + - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' + - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' + - 'Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %}' + - 'Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %}' + - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' + - 'O menu suspenso Formato do ID do nome no Console de Gerenciamento redefine como "não especificado" depois de definir a instância como "persistente". {% comment %} https://github.com/github/enterprise2/issues/13446 {% endcomment %}' + - 'A página de configurações do repositório de um repositório para um usuário ou organização de sites do GitHub Pages irá falhar com a mensagem "500 Internal Server Error". {% comment %} https://github.com/github/github/issues/156183 {% endcomment %}' + - 'Os usuários podem experimentar um desempenho mais lento de recuperação em uma instância com réplicas de alta disponibilidade devido às leituras serem encaminhadas para um nó diferente. {% comment %} https://github.com/github/spokesd/issues/746 {% endcomment %}' - 'O [Criar um aplicativo GitHub a partir de um manifesto](https://docs.github.com/en/enterprise/2.22/user/developers/apps/creating-a-github-app-from-a-manifest) falha. Para contornar esse problema, os usuários podem seguir as instruções manuais para [criar um aplicativo GitHub](https://docs. ithub.com/en/enterprise/2.22/user/developers/apps/creating-a-github-app). {% comment %} https://github.com/github/enterprise2/issues/22849 {% endcomment %}' - - Os nomes de usuário do GitHub podem alterar involuntariamente ao usar a autenticação de SAML, se o nome de usuário do GitHub não corresponder ao valor do atributo mapeado com o campo `username` no Console de gerenciamento. (atualizado 2020-10-08) {% comment %} https://github.com/github/external-identities/issues/335 {% endcomment %} - - Em uma instância nova com a configuração 2.22.0 ou após a atualização para 2.22.0, o feed de atividades no painel de uma organização não será mais atualizado. (atualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %} - - Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %} + - 'Os nomes de usuário do GitHub podem alterar involuntariamente ao usar a autenticação de SAML, se o nome de usuário do GitHub não corresponder ao valor do atributo mapeado com o campo `username` no Console de gerenciamento. (atualizado 2020-10-08) {% comment %} https://github.com/github/external-identities/issues/335 {% endcomment %}' + - 'Em uma instância nova com a configuração 2.22.0 ou após a atualização para 2.22.0, o feed de atividades no painel de uma organização não será mais atualizado. (atualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %}' + - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-22/1.yml b/translations/pt-BR/data/release-notes/2-22/1.yml index 198ef80c47..2027104a6f 100644 --- a/translations/pt-BR/data/release-notes/2-22/1.yml +++ b/translations/pt-BR/data/release-notes/2-22/1.yml @@ -1,5 +1,4 @@ ---- -date: '09-10-2020' +date: '2020-10-09' sections: security_fixes: - '**MÉDIO**: ImageMagick foi atualizado para o endereço [DSA-4715-1](https://www.debian.org/security/2020/dsa-4715). {% comment %} https://github.com/github/enterprise2/pull/22623, https://github.com/github/enterprise2/pull/22610 {% endcomment %}' @@ -56,16 +55,16 @@ sections: - | O nomes de usuário do GitHub foram alterados involuntariamente ao usar a autenticação do SAML, quando o nome de usuário do GitHub não correspondeu ao valor do atributo mapeado com o campo `username` no Console. {% comment %} https://github.com/github/github/pull/158131, https://github.com/github/github/pull/157936, https://github.com/github/external-identities/issues/335 {% endcomment %} changes: - - O suporte é adicionado ao tipo de instância do AWS EC2 `m5.16xlarge`. {% comment %} https://github.com/github/enterprise2/pull/22502, https://github.com/github/enterprise2/pull/22473 {% endcomment %} - - Remova o requisito de impressões digitais SSH nos arquivos "ghe-migrator", pois ele sempre pode ser computado. {% comment %} https://github.com/github/github/pull/156946, https://github.com/github/github/pull/155387 {% endcomment %} - - Os manifestos do aplicativo GitHub agora incluem o campo "request_oauth_on_install". {% comment %} https://github.com/github/github/pull/156991, https://github.com/github/github/pull/155010, https://github.com/github/ecosystem-apps/issues/1055 {% endcomment %} + - 'O suporte é adicionado ao tipo de instância do AWS EC2 `m5.16xlarge`. {% comment %} https://github.com/github/enterprise2/pull/22502, https://github.com/github/enterprise2/pull/22473 {% endcomment %}' + - 'Remova o requisito de impressões digitais SSH nos arquivos "ghe-migrator", pois ele sempre pode ser computado. {% comment %} https://github.com/github/github/pull/156946, https://github.com/github/github/pull/155387 {% endcomment %}' + - 'Os manifestos do aplicativo GitHub agora incluem o campo "request_oauth_on_install". {% comment %} https://github.com/github/github/pull/156991, https://github.com/github/github/pull/155010, https://github.com/github/ecosystem-apps/issues/1055 {% endcomment %}' known_issues: - - Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %} - - As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %} - - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %} - - Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %} - - Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %} - - As atualizações de configuração irão falhar ao restaurar os dados para uma instância habilitada pelo GitHub Actions se a fonte original de backup não tiver o recurso habilitado. {% comment %} https://github.com/github/c2c-actions-runtime/issues/915 {% endcomment %} - - O GitHub Actions pode falhar ao iniciar com sucesso se estiver previamente habilitado em uma instância com versão 2.22.0 e for atualizado para 2.22.1. (atualizado 2020-10-23) {% comment %} https://github.com/github/c2c-actions/issues/1680 {% endcomment %} - - Em uma instância nova com a configuração 2.22.1 ou após a atualização para 2.22.1, o feed de atividades no painel de uma organização não será mais atualizado. (atualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %} - - Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %} + - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' + - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' + - 'Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %}' + - 'Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %}' + - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' + - 'As atualizações de configuração irão falhar ao restaurar os dados para uma instância habilitada pelo GitHub Actions se a fonte original de backup não tiver o recurso habilitado. {% comment %} https://github.com/github/c2c-actions-runtime/issues/915 {% endcomment %}' + - 'O GitHub Actions pode falhar ao iniciar com sucesso se estiver previamente habilitado em uma instância com versão 2.22.0 e for atualizado para 2.22.1. (atualizado 2020-10-23) {% comment %} https://github.com/github/c2c-actions/issues/1680 {% endcomment %}' + - 'Em uma instância nova com a configuração 2.22.1 ou após a atualização para 2.22.1, o feed de atividades no painel de uma organização não será mais atualizado. (atualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %}' + - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-22/2.yml b/translations/pt-BR/data/release-notes/2-22/2.yml index 3f261222d5..54eebb54c5 100644 --- a/translations/pt-BR/data/release-notes/2-22/2.yml +++ b/translations/pt-BR/data/release-notes/2-22/2.yml @@ -1,8 +1,7 @@ ---- -date: '20-10-2020' +date: '2020-10-20' sections: security_fixes: - - Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23097, https://github.com/github/enterprise2/pull/23081 {% endcomment %} + - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23097, https://github.com/github/enterprise2/pull/23081 {% endcomment %}' bugs: - | Se as configurações da conta de armazenamento não conseguiram validar ao configurar as ações do GitHub, a execução de `ghe-actions-teardown` foi necessária antes de fazer uma nova tentativa. {% comment %} https://github.com/github/enterprise2/pull/23057, https://github.com/github/enterprise2/pull/22981 {% endcomment %} @@ -19,11 +18,11 @@ sections: - | Em certas solicitações acima de 100 MB, o buffer de Kafka pode ser sobre-alocado. {% comment %} https://github.com/github/kafka-lite/pull/286, https://github.com/github/kafka-lite/pull/285 {% endcomment %} known_issues: - - Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %} - - As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %} - - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %} - - Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %} - - Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %} - - O GitHub Actions pode falhar ao iniciar com sucesso se estiver previamente habilitado em uma instância com versão 2.22.0 e for atualizado para 2.22.2. (atualizado 2020-10-23) {% comment %} https://github.com/github/c2c-actions/issues/1680 {% endcomment %} - - Em uma instância nova com a configuração 2.22.2 ou após a atualização para 2.22.2, o feed de atividades no painel de uma organização não será mais atualizado. (atualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %} - - Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %} + - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' + - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' + - 'Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %}' + - 'Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %}' + - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' + - 'O GitHub Actions pode falhar ao iniciar com sucesso se estiver previamente habilitado em uma instância com versão 2.22.0 e for atualizado para 2.22.2. (atualizado 2020-10-23) {% comment %} https://github.com/github/c2c-actions/issues/1680 {% endcomment %}' + - 'Em uma instância nova com a configuração 2.22.2 ou após a atualização para 2.22.2, o feed de atividades no painel de uma organização não será mais atualizado. (atualizado 2020-10-27) {% comment %}https://github.com/github/enterprise2/issues/23050{% endcomment %}' + - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP de origem real. (atualizado 2020-11-02) {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-22/3.yml b/translations/pt-BR/data/release-notes/2-22/3.yml index 8911d6e8ad..d6edd0056a 100644 --- a/translations/pt-BR/data/release-notes/2-22/3.yml +++ b/translations/pt-BR/data/release-notes/2-22/3.yml @@ -1,5 +1,4 @@ ---- -date: '03-11-2020' +date: '2020-11-03' sections: security_fixes: - | @@ -9,15 +8,15 @@ sections: - | Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23540, https://github.com/github/enterprise2/pull/23171, https://github.com/github/enterprise2/pull/23693, https://github.com/github/enterprise2/pull/23677 {% endcomment %} bugs: - - O GitHub Actions pode falhar ao iniciar com êxito caso tenha sido habilitado previamente em uma instância com execução 2.22.0 e caso tenha sido atualizado para a 2.22.1 ou 2.22.2 {% comment %} https://github. om/github/enterprise2/pull/23622, https://github.com/github/enterprise2/pull/23490, https://github.com/github/c2c-actions/issues/1680 {% endcomment %} - - Os arquivos de configuração para o GitHub Actions não foram copiados para a réplica ao configurar as réplicas de alta disponibilidade, gerando, potencialmente erros durante `ghe-repl-promote`. {% comment %} https://github.com/github/enterprise2/pull/23703, https://github.com/github/enterprise2/pull/23683 {% endcomment %} - - Em uma nova instância com a configuração 2.22.1 ou 2.22.2 ou após a atualização para 2.22.1 ou 2.22.2, o feed de atividades no painel de uma organização não seria atualizado. {% comment %} https://github.com/github/github/pull/159376, https://github.com/github/github/pull/159235, https://github.com/github/enterprise2/issues/23050 {% endcomment %} - - Editar templates de problemas com nomes de arquivos que contenham caracteres diferentes de ASCII gerariam uma falha com um "500 Internal Server Error". {% comment %} https://github.com/github/github/pull/160588, https://github.com/github/github/pull/159747 {% endcomment %} - - Um método métrico de coleta em segundo plano para aumentar a utilização da CPU. (atualizado 2020-11-03) {% comment %} https://github.com/github/github/pull/160109 {% endcomment %} + - 'O GitHub Actions pode falhar ao iniciar com êxito caso tenha sido habilitado previamente em uma instância com execução 2.22.0 e caso tenha sido atualizado para a 2.22.1 ou 2.22.2 {% comment %} https://github. om/github/enterprise2/pull/23622, https://github.com/github/enterprise2/pull/23490, https://github.com/github/c2c-actions/issues/1680 {% endcomment %}' + - 'Os arquivos de configuração para o GitHub Actions não foram copiados para a réplica ao configurar as réplicas de alta disponibilidade, gerando, potencialmente erros durante `ghe-repl-promote`. {% comment %} https://github.com/github/enterprise2/pull/23703, https://github.com/github/enterprise2/pull/23683 {% endcomment %}' + - 'Em uma nova instância com a configuração 2.22.1 ou 2.22.2 ou após a atualização para 2.22.1 ou 2.22.2, o feed de atividades no painel de uma organização não seria atualizado. {% comment %} https://github.com/github/github/pull/159376, https://github.com/github/github/pull/159235, https://github.com/github/enterprise2/issues/23050 {% endcomment %}' + - 'Editar templates de problemas com nomes de arquivos que contenham caracteres diferentes de ASCII gerariam uma falha com um "500 Internal Server Error". {% comment %} https://github.com/github/github/pull/160588, https://github.com/github/github/pull/159747 {% endcomment %}' + - 'Um método métrico de coleta em segundo plano para aumentar a utilização da CPU. (atualizado 2020-11-03) {% comment %} https://github.com/github/github/pull/160109 {% endcomment %}' known_issues: - - Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %} - - As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %} - - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %} - - Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %} - - Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %} - - Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP da fonte real. {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %} + - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' + - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' + - 'Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %}' + - 'Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %}' + - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' + - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 ao invés do endereço IP da fonte real. {% comment %} https://github.com/github/enterprise2/issues/21514 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-22/4.yml b/translations/pt-BR/data/release-notes/2-22/4.yml index fdc35be19f..3458c0e073 100644 --- a/translations/pt-BR/data/release-notes/2-22/4.yml +++ b/translations/pt-BR/data/release-notes/2-22/4.yml @@ -1,16 +1,15 @@ ---- -date: '17-11-2020' +date: '2020-11-17' sections: security_fixes: - - Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23845, https://github.com/github/enterprise2/pull/23712 {% endcomment %} + - 'Os pacotes foram atualizados para as últimas versões de segurança. {% comment %} https://github.com/github/enterprise2/pull/23845, https://github.com/github/enterprise2/pull/23712 {% endcomment %}' bugs: - - Os logs de babeld não tinham um separador entre segundos e microssegundos. {% comment %} https://github.com/github/babeld/pull/1006, https://github.com/github/babeld/pull/1002 {% endcomment %} - - Após atualizar o GHES com um hotpatch, os comandos `ghe-actions-precheck` e `ghe-packages-precheck` falhariam com o erro `"docker load" accepts no arguments`. {% comment %} https://github.com/github/enterprise2/pull/23760, https://github.com/github/enterprise2/pull/23745 {% endcomment %} - - Quando a política de "alteração de visibilidade do repositório" na conta corporativa foi definida como "Habilitada", os proprietários da organização não conseguiram alterar a visibilidade dos repositórios na organização. {% comment %} https://github.com/github/github/pull/160920, https://github.com/github/github/pull/160773 {% endcomment %} - - Os logs de auditoria podem ser atribuídos a 127.0.0.1 em vez do endereço IP da fonte real. {% comment %} https://github.com/github/github/pull/162438, https://github.com/github/github/pull/161215 {% endcomment %} + - 'Os logs de babeld não tinham um separador entre segundos e microssegundos. {% comment %} https://github.com/github/babeld/pull/1006, https://github.com/github/babeld/pull/1002 {% endcomment %}' + - 'Após atualizar o GHES com um hotpatch, os comandos `ghe-actions-precheck` e `ghe-packages-precheck` falhariam com o erro `"docker load" accepts no arguments`. {% comment %} https://github.com/github/enterprise2/pull/23760, https://github.com/github/enterprise2/pull/23745 {% endcomment %}' + - 'Quando a política de "alteração de visibilidade do repositório" na conta corporativa foi definida como "Habilitada", os proprietários da organização não conseguiram alterar a visibilidade dos repositórios na organização. {% comment %} https://github.com/github/github/pull/160920, https://github.com/github/github/pull/160773 {% endcomment %}' + - 'Os logs de auditoria podem ser atribuídos a 127.0.0.1 em vez do endereço IP da fonte real. {% comment %} https://github.com/github/github/pull/162438, https://github.com/github/github/pull/161215 {% endcomment %}' known_issues: - - Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %} - - As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %} - - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %} - - Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %} - - Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %} + - 'Em uma nova configuração do GitHub Enterprise Server sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. {% comment %} https://github.com/github/enterprise2/issues/1889 {% endcomment %}' + - 'As regras personalizadas do firewall não são mantidas em um upgrade. {% comment %} https://github.com/github/enterprise2/issues/2823 {% endcomment %}' + - 'Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. {% comment %} https://github.com/github/github/issues/54684 {% endcomment %}' + - 'Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório em que o caminho do arquivo tem mais de 255 caracteres. {% comment %} https://github.com/github/github/issues/107731 {% endcomment %}' + - 'Quando "Usuários podem pesquisar no GitHub.com" está habilitado com o GitHub Connect, os problemas nos repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. {% comment %} https://github.com/github/admin-experience/issues/571 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-22/5.yml b/translations/pt-BR/data/release-notes/2-22/5.yml index 78e7cc4145..e3c61202be 100644 --- a/translations/pt-BR/data/release-notes/2-22/5.yml +++ b/translations/pt-BR/data/release-notes/2-22/5.yml @@ -1,5 +1,4 @@ ---- -date: '03-12-2020' +date: '2020-12-03' sections: bugs: - 'O serviço de autorização foi detectado como não saudável devido a uma condição de raça no bootstrap que gerou a reinicialização do serviço. {% comment %} https://github.com/github/authzd/pull/1275, https://github.com/github/authzd/pull/1274 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-22/6.yml b/translations/pt-BR/data/release-notes/2-22/6.yml index 514dcab76c..fa62449e96 100644 --- a/translations/pt-BR/data/release-notes/2-22/6.yml +++ b/translations/pt-BR/data/release-notes/2-22/6.yml @@ -1,5 +1,4 @@ ---- -date: '17-12-2020' +date: '2020-12-17' sections: security_fixes: - '**BAIXO:** Alto uso da CPU pode ser acionado por uma solicitação especialmente elaborada para a ponte SVN, o que resulta em em Negação de Serviço (DoS). {% comment %} https://github.com/github/slumlord/pull/1022, https://github.com/github/slumlord/pull/1017 {% endcomment %}' diff --git a/translations/pt-BR/data/release-notes/2-22/8.yml b/translations/pt-BR/data/release-notes/2-22/8.yml index a95151fd52..074e3600e6 100644 --- a/translations/pt-BR/data/release-notes/2-22/8.yml +++ b/translations/pt-BR/data/release-notes/2-22/8.yml @@ -1,5 +1,4 @@ ---- -date: '16-03-2021' +date: '2021-03-16' sections: security_fixes: - Os pacotes foram atualizados para as últimas versões de segurança. @@ -8,11 +7,11 @@ sections: - Um administrador do site poderia obter uma página de com a mensagem "500 error" ao tentar visualizar problemas referenciados em repositórios privados. - Importing of repository archives from GitHub Enterprise Server that are missing repository files would fail with an error. known_issues: - - On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user. + - 'On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user.' - As regras personalizadas de firewall não são mantidas durante uma atualização. - - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. + - 'Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta.' - Issues cannot be closed if they contain a permalink to a blob in the same repository where the file path is longer than 255 characters. - - Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. + - 'Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com.' - | Users may experience assets such as avatars not loading, or a failure to push/pull code. This may be caused by a PID mismatch in the `haproxy-cluster-proxy` service. To determine if you have an affected instance: diff --git a/translations/pt-BR/data/release-notes/3-0/0.yml b/translations/pt-BR/data/release-notes/3-0/0.yml index 8fc414546a..93c736f550 100644 --- a/translations/pt-BR/data/release-notes/3-0/0.yml +++ b/translations/pt-BR/data/release-notes/3-0/0.yml @@ -1,12 +1,10 @@ ---- -date: '16-02-2021' +date: '2021-02-16' intro: 'Os requisitos mínimos de infraestrutura aumentaram para {% data variables.product.prodname_ghe_server %} 3.0+. Para obter mais informações, consulte "[Sobre requisitos mínimos para o GitHub Enterprise Server 3.0 e posterior](/admin/enterprise-management/upgrading-github-enterprise-server#about-minimum-requirements-for-github-enterprise-server-30-and-later)."' sections: security_fixes: - '**HIGH:** A remote code execution vulnerability was identified in {% data variables.product.prodname_ghe_server %} that could be exploited when building a {% data variables.product.prodname_pages %} site. User-controlled configuration of the underlying parsers used by {% data variables.product.prodname_pages %} were not sufficiently restricted and made it possible to execute commands on the {% data variables.product.prodname_ghe_server %} instance. To exploit this vulnerability, an attacker would need permission to create and build a {% data variables.product.prodname_pages %} site on the {% data variables.product.prodname_ghe_server %} instance. This vulnerability has been assigned CVE-2020-10519 and was reported via the [GitHub Bug Bounty Program](https://bounty.github.com).' features: - - - heading: GitHub Actions + - heading: GitHub Actions notes: - | [{% data variables.product.prodname_actions %}] (https://github.com/features/actions) está disponível em {% data variables.product.prodname_ghe_server %} 3,0+. Crie, teste e implante seu código a partir de {% data variables.product.prodname_dotcom %}. Envie revisões de código, gerenciamento de branches e triagem de problemas da maneira que você desejar. @@ -27,8 +25,7 @@ sections: - [Modelos de fluxo de trabalho para uma organização](/enterprise-server@3.0/actions/learn-github-actions/sharing-workflows-with-your-organization) simplifica e promove as práticas recomendadas e a consistência em toda a sua organização. {% data variables.product.prodname_actions %} não é atualmente compatível para empresas que usam configurações de cluster. - - - heading: GitHub Package Registry + - heading: GitHub Package Registry notes: - | [{% data variables.product.prodname_registry %}](https://github.com/features/packages) é um serviço de hospedagem de pacotes, integrado nativamente às APIs, ações e webhooks do GitHub. Crie um [fluxo de trabalho de DevOps de ponta a ponta](/enterprise/3.0/admin/packages/configuring-packages-support-for-your-enterpris-enterprise) que inclui o seu código, integração contínua e soluções de implantação. @@ -38,53 +35,45 @@ sections: Ao publicar pacotes no NuGet, os usuários agora podem usar a opção `--api-key` para passar seu token de autenticação em vez de escrevê-lo em um arquivo. Para obter mais informações, consulte [Configurar CLI do dotnet para uso com o GitHub Packages](/enterprise-server@3.0/packages/guides/configuring-dotnet-cli-for-use-with-github-packages#publishing-a-package) {% data variables.product.prodname_registry %} não é atualmente compatível para empresas que usam configurações de cluster. - - - heading: GitHub Mobile beta + - heading: GitHub Mobile beta notes: - | O beta de [{% data variables.product.prodname_mobile %}](https://github.com/features/) permite que você faça triagem de notificações e gerencie problemas e pull requests a partir do seu dispositivo. Você pode estar conectado simultaneamente ao celular com uma conta de usuário em {% data variables.product.prodname_dotcom_the_website %} e uma conta de usuário em {% data variables.product.prodname_ghe_server %}. O beta de {% data variables.product.prodname_mobile %} agora está disponível para {% data variables.product.prodname_ghe_server %}. Efetue o login com os nossos aplicativos [Android](https://play.google.com/store/apps/details?id=com.github.android) e [iOS](https://apps.apple.com/app/github/id1477376905) para monitorar notificações e gerenciar problemas e pull requests em qualquer lugar. Os administradores podem desabilitar o suporte móvel para a sua Empresa usando o console de gerenciamento ou executando o comando `ghe-config app.mobile.enabled false`. - - - heading: Beta de varredura de segredo de segurança avançada + - heading: Beta de varredura de segredo de segurança avançada notes: - | [Varredura de segredo beta](https://github. um/recursos/segurança) faz a varredura de repositórios públicos e privados com relação a credenciais comprometidas, encontra segredos, e notifica o provedor do segredo ou administrador no momento em que são autorizados em um repositório. Os administradores que usam {% data variables.product.prodname_GH_advanced_security %} podem [habilitar e configurar](/enterprise-server@3. /admin/configuration/configuring-secret-scanning-for-your-appliance) a varredura de segredo de {% data variables.product.prodname_GH_advanced_security %}. Você pode revisar os [requisitos mínimos atualizados para sua plataforma](/enterprise/3.0/admin/installation/setting-up-a-github-enterprise-server-instance) antes de habilitar a varredura de segredo de {% data variables.product.prodname_GH_advanced_security %}. - - - heading: Varredura Avançada de Código de Segurança + - heading: Varredura Avançada de Código de Segurança notes: - | [A Varredura Avançada de Código de Segurança do GitHub](https://github.com/features/security) agora está geralmente disponível no GitHub Enterprise Server. As organizações que adquiriram Segurança Avançada podem usar este recurso para fazer testes de segurança de análise estática com seu código e evitar que vulnerabilidades cheguem ao código de produção usando CodeQL, o nosso mecanismo de análise semântica. Para obter mais informações, consulte "[Configurar a varredura de código no seu aplicativo](/en/enterprise-server@3.0/admin/configuration/configuring-code-scanning-for-your-appliance#running-code-scanning-using-github-actions)" changes: - - - heading: Alterações na administração + - heading: Alterações na administração notes: - - O sistema de entrega de eventos de webhook foi rearquitetado para rendimentos mais altos, entregas mais rápidas e menor atraso nas mensagens de erro.. Além disso, ele usa menos CPU e memória em {% data variables.product.prodname_ghe_server %} 3.0+. - - Os proprietários da organização e da empresa agora podem ver quando um integrante da equipe foi promovido ou rebaixado de ser um mantenedor de equipe no log de auditoria por meio os novos eventos de log de auditoria `team.promote_maintainer` e `team.demote_maintainer`. Para obter mais informações, consulte "[Ações auditadas](/enterprise-server@3.0/admin/user-management/audited-actions)." + - 'O sistema de entrega de eventos de webhook foi rearquitetado para rendimentos mais altos, entregas mais rápidas e menor atraso nas mensagens de erro.. Além disso, ele usa menos CPU e memória em {% data variables.product.prodname_ghe_server %} 3.0+.' + - 'Os proprietários da organização e da empresa agora podem ver quando um integrante da equipe foi promovido ou rebaixado de ser um mantenedor de equipe no log de auditoria por meio os novos eventos de log de auditoria `team.promote_maintainer` e `team.demote_maintainer`. Para obter mais informações, consulte "[Ações auditadas](/enterprise-server@3.0/admin/user-management/audited-actions)."' - 'Os mantenedores do repositório com os sites de {% data variables.product.prodname_pages %} existentes podem [atualizar facilmente o nome padrão anterior do branch](/enterprise-server@3.0/github/working-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites).' - - São necessários recursos adicionais de hardware para executar {% data variables.product.prodname_ghe_server %} com qualquer uma das Ações, Pacotes ou Segurança Avançada habilitadas. Para obter mais informações sobre os recursos mínimos necessários para cada plataforma compatível, consulte "[Configurar uma instância de {% data variables.product.prodname_ghe_server %}](/enterprise-server@3.0/admin/installation/setting-up-a-github-enterprise-server-instance)." - - Agora os administradores podem [publicar uma mensagem](/enterprise-server@3.0/admin/user-management/customizing-user-messages-for-your-enterprise), que todos os usuários devem aceitar. Isso pode ajudar a integrar novos usuários e supervisionar outras informações e políticas específicas da organização. - - - heading: Alterações de segurança + - 'São necessários recursos adicionais de hardware para executar {% data variables.product.prodname_ghe_server %} com qualquer uma das Ações, Pacotes ou Segurança Avançada habilitadas. Para obter mais informações sobre os recursos mínimos necessários para cada plataforma compatível, consulte "[Configurar uma instância de {% data variables.product.prodname_ghe_server %}](/enterprise-server@3.0/admin/installation/setting-up-a-github-enterprise-server-instance)."' + - 'Agora os administradores podem [publicar uma mensagem](/enterprise-server@3.0/admin/user-management/customizing-user-messages-for-your-enterprise), que todos os usuários devem aceitar. Isso pode ajudar a integrar novos usuários e supervisionar outras informações e políticas específicas da organização.' + - heading: Alterações de segurança notes: - - Os proprietários da organização agora podem desabilitar a publicação de sites de {% data variables.product.prodname_pages %} dos repositórios na organização. Desabilitar {% data variables.product.prodname_pages %} para a organização impedirá que os integrantes criem novos sites de páginas, mas não irá cancelar a publicação de sites existentes. Para obter mais informações, consulte "[Desabilitar a publicação de sites de {% data variables.product.prodname_pages %} para a sua organização](/enterprise-server@3.0/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)." + - 'Os proprietários da organização agora podem desabilitar a publicação de sites de {% data variables.product.prodname_pages %} dos repositórios na organização. Desabilitar {% data variables.product.prodname_pages %} para a organização impedirá que os integrantes criem novos sites de páginas, mas não irá cancelar a publicação de sites existentes. Para obter mais informações, consulte "[Desabilitar a publicação de sites de {% data variables.product.prodname_pages %} para a sua organização](/enterprise-server@3.0/github/setting-up-and-managing-organizations-and-teams/disabling-publication-of-github-pages-sites-for-your-organization)."' - Um centro de dados deve ser definido explicitamente em todos os nós antes de habilitar uma réplica ativa. - - Todo o uso de impressões digitais de SSH foi alterado para usar as impressões digitais de SHA256, pois são usadas com o OpenSSH desde a versão 6.8. Isto se aplica à interface web e também à API em que as impressões digitais são retornadas, como no GraphQL. As impressões digitais seguem o formato OpenSSH. + - 'Todo o uso de impressões digitais de SSH foi alterado para usar as impressões digitais de SHA256, pois são usadas com o OpenSSH desde a versão 6.8. Isto se aplica à interface web e também à API em que as impressões digitais são retornadas, como no GraphQL. As impressões digitais seguem o formato OpenSSH.' - Os cabeçalhos de assinatura SHA-1 e SHA-256 (dois cabeçalhos) são enviados em webhooks. - - - heading: Alterações de desenvolvedor + - heading: Alterações de desenvolvedor notes: - - A maioria dos serviços em execução em {% data variables.product.prodname_ghe_server %} 3.0 + estão agora nos contêineres, o que permite que o GitHub itere internamente e envie rapidamente versões de qualidade - - O sistema de entrega de eventos webhook foi rearquivado para melhor rendimento, entregas mais rápidas e menor atraso nas mensagens. - - - heading: Alterações de API + - 'A maioria dos serviços em execução em {% data variables.product.prodname_ghe_server %} 3.0 + estão agora nos contêineres, o que permite que o GitHub itere internamente e envie rapidamente versões de qualidade' + - 'O sistema de entrega de eventos webhook foi rearquivado para melhor rendimento, entregas mais rápidas e menor atraso nas mensagens.' + - heading: Alterações de API notes: - 'Os administradores agora podem configurar e gerenciar o anúncio do banner para todo o site através da API REST. Para obter mais informações, consulte os pontos de extremidade para "[Administração do GitHub Enterprise](/enterprise-server@3.0/rest/reference/enterprise-admin#annoucements)."' - 'Um novo ponto de extremidade da API permite o intercâmbio de um usuário para um token de servidor para um token de servidor com escopo definido para repositórios específicos. Para obter mais informações, consulte "[Apps](/enterprise-server@3.0/rest/reference/apps#create-a-scoped-access-token)" na documentação da API REST de {% data variables.product.prodname_dotcom %}' - - - heading: Renomeação do branch padrão + - heading: Renomeação do branch padrão notes: - | Os administradores da empresa e da organização agora podem definir o nome do branch padrão para novos repositórios. Os administradores das empresas também podem aplicar a sua escolha do nome do branch padrão em todas as organizações ou permitir que as organizações individuais escolham suas próprias. @@ -99,12 +88,10 @@ sections: Esta alteração é uma das muitas mudanças que o GitHub está realizando para ser compatível com projetos e mantenedores que desejam renomear seu branch padrão. Para saber mais sobre as mudanças que estamos criando, consulte [github/renaming](https://github.com/github/renaming). bugs: - - - heading: Fixes for known issues from Release Candidates + - heading: Fixes for known issues from Release Candidates notes: - - All known issues from Release Candidate 1 and Release Candidate 2 have been fixed, except those listed in the Known Issues section below. - - - heading: Correções para outros problemas + - 'All known issues from Release Candidate 1 and Release Candidate 2 have been fixed, except those listed in the Known Issues section below.' + - heading: Correções para outros problemas notes: - Foram corrigidos os problemas com migrações e melhorias para a versão 3.0.0. - O versionamento do Backup de Utilitários agora funciona para versões de candidato de versões. @@ -113,50 +100,44 @@ sections: - A caixa de seleção para habilitar o GitHub Actions no Console de Gerenciamento agora é visível com qualquer método de autenticação. - GitHub Actions could be enabled if the required storage was also configured. - '`ghe-repl-status` could silently fail if MSSQL replication was not configured.' - - O formato de vários arquivos de registro foram alterados, incluindo a adição de um PID para diferentes tipos de registro. Isso não afeta como o Suporte GitHub Enterprise usa pacotes de suporte para solucionar problemas. + - 'O formato de vários arquivos de registro foram alterados, incluindo a adição de um PID para diferentes tipos de registro. Isso não afeta como o Suporte GitHub Enterprise usa pacotes de suporte para solucionar problemas.' - Uma solicitação de PATCH para a API de configuração de webhook não apaga mais o segredo do webhook. - Certain types of pre-receive hooks were failing. - 'The Packages NuGet service now normalizes semantic versions on publish. An invalid semantic version (for example: v1.0.0.0.0.0) is not downloadable by NuGet clients and therefore a NuGet service is expected to normalize those versions (for example: v1.0.0.0.0.0 --> v1.0.0). Any original, non-normalized, version will be available in the `verbatimVersion` field. No changes to client configurations are required.' known_issues: - - Em uma nova configuração de {% data variables.product.prodname_ghe_server %} sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. + - 'Em uma nova configuração de {% data variables.product.prodname_ghe_server %} sem qualquer usuário, um invasor pode criar o primeiro usuário administrador.' - As regras personalizadas de firewall não são mantidas durante uma atualização. - - Arquivos rastreados pelo LFS do Git [carregados por meio da interface web](https://github.blog/2016-02-18-upload-files-to-your-repositories/) foram adicionados incorreta e diretamente ao repositório. - - Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. - - Quando o modo de manutenção está habilitado, alguns serviços continuam listados como "processos ativos". Espera-se que os serviços identificados sejam executados durante o modo de manutenção. Se você tiver este problema e não estiver seguro, entre em contato com {% data variables.contact.contact_ent_support %}. - - Quando o GitHub Actions estiver habilitado, use '`ghe-maintenance -u`' para cancelar a definição do modo de manutenção. + - 'Arquivos rastreados pelo LFS do Git [carregados por meio da interface web](https://github.blog/2016-02-18-upload-files-to-your-repositories/) foram adicionados incorreta e diretamente ao repositório.' + - 'Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com.' + - 'Quando o modo de manutenção está habilitado, alguns serviços continuam listados como "processos ativos". Espera-se que os serviços identificados sejam executados durante o modo de manutenção. Se você tiver este problema e não estiver seguro, entre em contato com {% data variables.contact.contact_ent_support %}.' + - 'Quando o GitHub Actions estiver habilitado, use ''`ghe-maintenance -u`'' para cancelar a definição do modo de manutenção.' - 'Duplicated logging to `/var/log/messages`, `/var/log/syslog`, and `/var/log/user.log` results in increased root volume utilization.' - Os usuários podem ignorar uma mensagem obrigatória sem marcar todas as caixas de seleção. - '[Pre-receive hook scripts](/admin/policies/enforcing-policy-with-pre-receive-hooks) cannot write temporary files, which may cause script execution to fail. Users who use pre-receive hooks should test in a staging environment to see if scripts require write access.' - - Repository [deploy keys](/developers/overview/managing-deploy-keys) are unable to be used with repositories containing LFS objects. + - 'Repository [deploy keys](/developers/overview/managing-deploy-keys) are unable to be used with repositories containing LFS objects.' - Jupyter Notebook rendering in the web UI may fail if the notebook includes non-ASCII UTF-8 characters. - reStructuredText (RST) rendering in the web UI may fail and instead display raw RST markup text. - - Dependency graph fails to parse `setup.py` Python manifest files, resulting in HTTP 500 errors in logs. This, combined with the duplicated logging issue, results in increased root volume utilization. + - 'Dependency graph fails to parse `setup.py` Python manifest files, resulting in HTTP 500 errors in logs. This, combined with the duplicated logging issue, results in increased root volume utilization.' - A race condition can cause dependency graph database migrations to appear to fail. - Instances with a custom timezone that were upgraded from an earlier release of GitHub Enterprise Server may have incorrect timestamps in the web UI. - - Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`). + - 'Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`).' deprecations: - - - heading: Depreciação do GitHub Enterprise Server 2.19 + - heading: Depreciação do GitHub Enterprise Server 2.19 notes: - '**{% data variables.product.prodname_ghe_server %} 2.19 estará obsoleto a partir de 12 de novembro de 2020**. Isso significa que não serão feitas versões de patch, mesmo para questões críticas de segurança, após esta data. Para obter um melhor desempenho, melhoria na segurança e novas funcionalidades, [atualize para a versão mais recente de {% data variables.product.prodname_ghe_server %}](https://help.github.com/enterprise/admin/guides/installation/upgrading-github-enterprise/) assim que possível.' - - - heading: Obsolescência de Eventos de Webhook de legado do aplicativo GitHub + - heading: Obsolescência de Eventos de Webhook de legado do aplicativo GitHub notes: - - Começando com {% data variables.product.prodname_ghe_server %} 2.21.0, dois eventos legados de webhook relacionados a aplicativos GitHub foram descontinuados e serão removidos em {% data variables.product.prodname_ghe_server %} 3.2.0. Os eventos obsoletos `integration_installation` e `integration_installation_repositories` têm eventos equivalentes que serão compatíveis. Mais informações estão disponíveis no [post do blogue de anúncio de obsolescência](https://developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events/). - - - heading: Obsolescência do ponto de extremidade de legado dos aplicativos GitHub + - 'Começando com {% data variables.product.prodname_ghe_server %} 2.21.0, dois eventos legados de webhook relacionados a aplicativos GitHub foram descontinuados e serão removidos em {% data variables.product.prodname_ghe_server %} 3.2.0. Os eventos obsoletos `integration_installation` e `integration_installation_repositories` têm eventos equivalentes que serão compatíveis. Mais informações estão disponíveis no [post do blogue de anúncio de obsolescência](https://developer.github.com/changes/2020-04-15-replacing-the-installation-and-installation-repositories-events/).' + - heading: Obsolescência do ponto de extremidade de legado dos aplicativos GitHub notes: - - Começando com {% data variables.product.prodname_ghe_server %} 2.21, o ponto de extremidade do legado dos aplicativos GitHub para a criação de tokens de acesso de instalação foi suspenso e será removido em {% data variables.product.prodname_ghe_server %} 3.2.0. Mais informações estão disponíveis no [post do blogue de anúncio de depreciação](https://developer.github.com/changes/2020-04-15-replacing-create-installation-access-token-endpoint/). - - - heading: Obsolescência da API do aplicativo OAuth + - 'Começando com {% data variables.product.prodname_ghe_server %} 2.21, o ponto de extremidade do legado dos aplicativos GitHub para a criação de tokens de acesso de instalação foi suspenso e será removido em {% data variables.product.prodname_ghe_server %} 3.2.0. Mais informações estão disponíveis no [post do blogue de anúncio de depreciação](https://developer.github.com/changes/2020-04-15-replacing-create-installation-access-token-endpoint/).' + - heading: Obsolescência da API do aplicativo OAuth notes: - - O GitHub não é compatível mais com os pontos de extremidade do aplicativo OAuth que contêm `access_token` como um parâmetro de caminho. Nós introduzimos novos pontos de extremidade que permitem que você gerencie, com segurança, tokens para aplicativos OAuth movendo `access_token` para o texto da solicitação. Embora obsoleto, os pontos de extremidade ainda podem ser acessados nesta versão. Queremos remover esses pontos de extremidade em {% data variables.product.prodname_ghe_server %} 3.4. Para obter mais informações, consulte [post do blogue de anúncio de depreciação](https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/). - - - heading: Depreciação de compatibilidade com o Semiotic + - 'O GitHub não é compatível mais com os pontos de extremidade do aplicativo OAuth que contêm `access_token` como um parâmetro de caminho. Nós introduzimos novos pontos de extremidade que permitem que você gerencie, com segurança, tokens para aplicativos OAuth movendo `access_token` para o texto da solicitação. Embora obsoleto, os pontos de extremidade ainda podem ser acessados nesta versão. Queremos remover esses pontos de extremidade em {% data variables.product.prodname_ghe_server %} 3.4. Para obter mais informações, consulte [post do blogue de anúncio de depreciação](https://developer.github.com/changes/2020-02-14-deprecating-oauth-app-endpoint/).' + - heading: Depreciação de compatibilidade com o Semiotic notes: - O serviço era compatível com uma experiência de "Encontrar por Símbolo" na vista de pull request que não era amplamente utilizada. - - - heading: Obsolescência de comandos de fluxo de trabalh + - heading: Obsolescência de comandos de fluxo de trabalh notes: - 'Os comandos do fluxo de trabalho `set-env` and `add-path` de {% data variables.product.prodname_actions %} tornaram-se obsoletos. Para obter mais informações, consulte o [changelog](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/).' backups: diff --git a/translations/pt-BR/data/release-notes/3-0/2.yml b/translations/pt-BR/data/release-notes/3-0/2.yml index e38d7b2624..98c723e739 100644 --- a/translations/pt-BR/data/release-notes/3-0/2.yml +++ b/translations/pt-BR/data/release-notes/3-0/2.yml @@ -1,36 +1,35 @@ ---- -date: '16-03-2021' +date: '2021-03-16' intro: 'Os requisitos mínimos de infraestrutura aumentaram para {% data variables.product.prodname_ghe_server %} 3.0+. Para obter mais informações, consulte "[Sobre requisitos mínimos para o GitHub Enterprise Server 3.0 e posterior](/admin/enterprise-management/upgrading-github-enterprise-server#about-minimum-requirements-for-github-enterprise-server-30-and-later)."' sections: security_fixes: - Os pacotes foram atualizados para as últimas versões de segurança. bugs: - - 'During a backup an error "Warning: One or more storage objects were not found on the source appliance." was occurring when attempting to clean up purgeable storage objects.' - - Ocorreu uma falha no gráfico de dependência ao analisar os arquivos de manifesto de JavaScript `yarn.lock`, gerando erros HTTP 500 nos registros. + - During a backup an error "Warning: One or more storage objects were not found on the source appliance." was occurring when attempting to clean up purgeable storage objects. + - 'Ocorreu uma falha no gráfico de dependência ao analisar os arquivos de manifesto de JavaScript `yarn.lock`, gerando erros HTTP 500 nos registros.' - Desabilitar o GitHub Actions às vezes gera falhas. - - Hooks pre-receive personalizados não foram autorizados a gravar em `/tmp`, impedindo que alguns scripts sejam executados corretamente. + - 'Hooks pre-receive personalizados não foram autorizados a gravar em `/tmp`, impedindo que alguns scripts sejam executados corretamente.' - Registros de jornais do Systemd foram duplicados em vários lugares. - - Um fuso horário definido no GitHub Enterprise 11.10.x ou anterior foi redefinido como fuso horário UTC depois de atualizar para 3.0, o que fez com que os carimbos de data fossem alterados em algumas instâncias. + - 'Um fuso horário definido no GitHub Enterprise 11.10.x ou anterior foi redefinido como fuso horário UTC depois de atualizar para 3.0, o que fez com que os carimbos de data fossem alterados em algumas instâncias.' - Clicar em "Publicar seu primeiro pacote" na barra lateral de pacotes no repositório leva a uma página vazia. - Um administrador do site poderia obter uma página de com a mensagem "500 error" ao tentar visualizar problemas referenciados em repositórios privados. - - Após desabilitar os pacotes do GitHub, algumas páginas da organização retornariam uma resposta de HTTP 500 error. + - 'Após desabilitar os pacotes do GitHub, algumas páginas da organização retornariam uma resposta de HTTP 500 error.' - Importing of repository archives from GitHub Enterprise Server that are missing repository files would fail with an error. - - Repository [deploy keys](/developers/overview/managing-deploy-keys) were unable to be used with repositories containing LFS objects. - - Na barra lateral de pacotes de um repositório, o ícone Docker era cinza e a dica da ferramenta exibia "This service is deprecated". + - 'Repository [deploy keys](/developers/overview/managing-deploy-keys) were unable to be used with repositories containing LFS objects.' + - 'Na barra lateral de pacotes de um repositório, o ícone Docker era cinza e a dica da ferramenta exibia "This service is deprecated".' - Os webhooks configurados com um tipo de conteúdo de `application/x-www-form-urlencoded` não receberam parâmetros de consulta no texto da solicitação POST. - Os usuários podem descartar uma mensagem obrigatória sem marcar todas as caixas de seleção. - - Em alguns casos, após a atualização de uma instância 2.22.X, os ativos de interface web estavam faltando e a página não seria renderizada corretamente. + - 'Em alguns casos, após a atualização de uma instância 2.22.X, os ativos de interface web estavam faltando e a página não seria renderizada corretamente.' - Running `ghe-config-apply` could time out with `Failure waiting for nomad jobs to apply` due to `'job' stanza not found`. known_issues: - - On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user. + - 'On a freshly set up GitHub Enterprise Server without any users, an attacker could create the first admin user.' - As regras personalizadas de firewall não são mantidas durante uma atualização. - - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. + - 'Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta.' - Issues cannot be closed if they contain a permalink to a blob in the same repository where the file path is longer than 255 characters. - - Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. - - When maintenance mode is enabled, some services continue to be listed as "active processes". The services identified are expected to run during maintenance mode. If you experience this issue and are unsure, contact [GitHub Enterprise Support](https://enterprise.githubsupport.com/hc/en-us) or [GitHub Premium Support](https://premium.githubsupport.com/). + - 'Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com.' + - 'When maintenance mode is enabled, some services continue to be listed as "active processes". The services identified are expected to run during maintenance mode. If you experience this issue and are unsure, contact [GitHub Enterprise Support](https://enterprise.githubsupport.com/hc/en-us) or [GitHub Premium Support](https://premium.githubsupport.com/).' - Jupyter Notebook rendering in the web UI may fail if the notebook includes non-ASCII UTF-8 characters. - reStructuredText (RST) rendering in the web UI may fail and instead display raw RST markup text. - - Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`). + - 'Old builds of Pages are not cleaned up, which could fill up the user disk (`/data/user/`).' - | Users may experience assets such as avatars not loading, or a failure to push/pull code. This may be caused by a PID mismatch in the `haproxy-cluster-proxy` service. To determine if you have an affected instance: diff --git a/translations/ru-RU/content/actions/creating-actions/about-actions.md b/translations/ru-RU/content/actions/creating-actions/about-actions.md index e2373929a2..7e7f73a7f7 100644 --- a/translations/ru-RU/content/actions/creating-actions/about-actions.md +++ b/translations/ru-RU/content/actions/creating-actions/about-actions.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'обзор' +type: overview topics: - - 'Action development' - - 'Fundamentals' + - Action development + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/creating-actions/creating-a-composite-run-steps-action.md b/translations/ru-RU/content/actions/creating-actions/creating-a-composite-run-steps-action.md index ef9ab2d468..0b55e2a358 100644 --- a/translations/ru-RU/content/actions/creating-actions/creating-a-composite-run-steps-action.md +++ b/translations/ru-RU/content/actions/creating-actions/creating-a-composite-run-steps-action.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Action development' + - Action development --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/creating-actions/creating-a-docker-container-action.md b/translations/ru-RU/content/actions/creating-actions/creating-a-docker-container-action.md index 2240afb12d..4cb3ded29f 100644 --- a/translations/ru-RU/content/actions/creating-actions/creating-a-docker-container-action.md +++ b/translations/ru-RU/content/actions/creating-actions/creating-a-docker-container-action.md @@ -1,6 +1,6 @@ --- title: Creating a Docker container action -intro: 'This guide shows you the minimal steps required to build a Docker container action.' +intro: This guide shows you the minimal steps required to build a Docker container action. product: '{% data reusables.gated-features.actions %}' redirect_from: - /articles/creating-a-docker-container-action @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Action development' - - 'Докер' + - Action development + - Докер --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/creating-actions/creating-a-javascript-action.md b/translations/ru-RU/content/actions/creating-actions/creating-a-javascript-action.md index 5b8697f208..45ab3945f7 100644 --- a/translations/ru-RU/content/actions/creating-actions/creating-a-javascript-action.md +++ b/translations/ru-RU/content/actions/creating-actions/creating-a-javascript-action.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Action development' - - 'JavaScript' + - Action development + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/ru-RU/content/actions/creating-actions/dockerfile-support-for-github-actions.md index 766bb16e0d..53b7356530 100644 --- a/translations/ru-RU/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/ru-RU/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -9,7 +9,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'ссылка' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/translations/ru-RU/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 7229f06ede..18d090f6b0 100644 --- a/translations/ru-RU/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/translations/ru-RU/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -12,7 +12,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'ссылка' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/about-continuous-integration.md b/translations/ru-RU/content/actions/guides/about-continuous-integration.md index 529379dd52..cd2f166950 100644 --- a/translations/ru-RU/content/actions/guides/about-continuous-integration.md +++ b/translations/ru-RU/content/actions/guides/about-continuous-integration.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'обзор' +type: overview topics: - - 'CI' - - 'CD' + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/about-packaging-with-github-actions.md b/translations/ru-RU/content/actions/guides/about-packaging-with-github-actions.md index 7c4ffdb960..fb57ef4b4d 100644 --- a/translations/ru-RU/content/actions/guides/about-packaging-with-github-actions.md +++ b/translations/ru-RU/content/actions/guides/about-packaging-with-github-actions.md @@ -9,9 +9,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'обзор' +type: overview topics: - - 'Упаковка' + - Упаковка --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/about-service-containers.md b/translations/ru-RU/content/actions/guides/about-service-containers.md index a132ed19d1..aa6344348e 100644 --- a/translations/ru-RU/content/actions/guides/about-service-containers.md +++ b/translations/ru-RU/content/actions/guides/about-service-containers.md @@ -9,10 +9,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'обзор' +type: overview topics: - - 'Containers' - - 'Докер' + - Containers + - Докер --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/adding-labels-to-issues.md b/translations/ru-RU/content/actions/guides/adding-labels-to-issues.md index fd903ea744..cf4673d1e3 100644 --- a/translations/ru-RU/content/actions/guides/adding-labels-to-issues.md +++ b/translations/ru-RU/content/actions/guides/adding-labels-to-issues.md @@ -1,15 +1,15 @@ --- title: Adding labels to issues -intro: You can use {% data variables.product.prodname_actions %} to automatically label issues. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically label issues.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/building-and-testing-java-with-ant.md b/translations/ru-RU/content/actions/guides/building-and-testing-java-with-ant.md index 043104f83e..20acbad44c 100644 --- a/translations/ru-RU/content/actions/guides/building-and-testing-java-with-ant.md +++ b/translations/ru-RU/content/actions/guides/building-and-testing-java-with-ant.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Ant' + - CI + - Java + - Ant --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/building-and-testing-java-with-gradle.md b/translations/ru-RU/content/actions/guides/building-and-testing-java-with-gradle.md index b502deafa4..df4cfe8c6b 100644 --- a/translations/ru-RU/content/actions/guides/building-and-testing-java-with-gradle.md +++ b/translations/ru-RU/content/actions/guides/building-and-testing-java-with-gradle.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Gradle' + - CI + - Java + - Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/building-and-testing-java-with-maven.md b/translations/ru-RU/content/actions/guides/building-and-testing-java-with-maven.md index 322eba6139..cd9c16964b 100644 --- a/translations/ru-RU/content/actions/guides/building-and-testing-java-with-maven.md +++ b/translations/ru-RU/content/actions/guides/building-and-testing-java-with-maven.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Maven' + - CI + - Java + - Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/building-and-testing-nodejs.md b/translations/ru-RU/content/actions/guides/building-and-testing-nodejs.md index f3a97bfde8..a18f0da38d 100644 --- a/translations/ru-RU/content/actions/guides/building-and-testing-nodejs.md +++ b/translations/ru-RU/content/actions/guides/building-and-testing-nodejs.md @@ -9,11 +9,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CI' - - 'Node' - - 'JavaScript' + - CI + - Node + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/building-and-testing-powershell.md b/translations/ru-RU/content/actions/guides/building-and-testing-powershell.md index cf26262e18..2a5ee5e15d 100644 --- a/translations/ru-RU/content/actions/guides/building-and-testing-powershell.md +++ b/translations/ru-RU/content/actions/guides/building-and-testing-powershell.md @@ -8,10 +8,10 @@ versions: github-ae: '*' authors: - potatoqualitee -type: 'руководство' +type: tutorial topics: - - 'CI' - - 'Powershell' + - CI + - Powershell --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/building-and-testing-python.md b/translations/ru-RU/content/actions/guides/building-and-testing-python.md index 9366fd3d89..4fe13263b0 100644 --- a/translations/ru-RU/content/actions/guides/building-and-testing-python.md +++ b/translations/ru-RU/content/actions/guides/building-and-testing-python.md @@ -8,10 +8,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CI' - - 'Python' + - CI + - Python --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/building-and-testing-ruby.md b/translations/ru-RU/content/actions/guides/building-and-testing-ruby.md index 47423e7399..71ff62efbf 100644 --- a/translations/ru-RU/content/actions/guides/building-and-testing-ruby.md +++ b/translations/ru-RU/content/actions/guides/building-and-testing-ruby.md @@ -6,10 +6,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CI' - - 'Ruby' + - CI + - Ruby --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/caching-dependencies-to-speed-up-workflows.md b/translations/ru-RU/content/actions/guides/caching-dependencies-to-speed-up-workflows.md index 7164aea511..a16b3c3fdf 100644 --- a/translations/ru-RU/content/actions/guides/caching-dependencies-to-speed-up-workflows.md +++ b/translations/ru-RU/content/actions/guides/caching-dependencies-to-speed-up-workflows.md @@ -9,9 +9,9 @@ redirect_from: - /actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows versions: free-pro-team: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' + - Workflows --- {% data reusables.actions.ae-beta %} diff --git a/translations/ru-RU/content/actions/guides/closing-inactive-issues.md b/translations/ru-RU/content/actions/guides/closing-inactive-issues.md index e9389e1e83..3c90e164ff 100644 --- a/translations/ru-RU/content/actions/guides/closing-inactive-issues.md +++ b/translations/ru-RU/content/actions/guides/closing-inactive-issues.md @@ -1,15 +1,15 @@ --- title: Closing inactive issues -intro: You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time. +intro: 'You can use {% data variables.product.prodname_actions %} to comment on or close issues that have been inactive for a certain period of time.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md b/translations/ru-RU/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md index f792bb8a6a..0b508458db 100644 --- a/translations/ru-RU/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md +++ b/translations/ru-RU/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md @@ -1,15 +1,15 @@ --- title: Commenting on an issue when a label is added -intro: You can use {% data variables.product.prodname_actions %} to automatically comment on issues when a specific label is applied. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically comment on issues when a specific label is applied.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/creating-postgresql-service-containers.md b/translations/ru-RU/content/actions/guides/creating-postgresql-service-containers.md index e295853eae..665165453f 100644 --- a/translations/ru-RU/content/actions/guides/creating-postgresql-service-containers.md +++ b/translations/ru-RU/content/actions/guides/creating-postgresql-service-containers.md @@ -10,10 +10,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Containers' - - 'Докер' + - Containers + - Докер --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/creating-redis-service-containers.md b/translations/ru-RU/content/actions/guides/creating-redis-service-containers.md index 9d2106d368..e03f61c62b 100644 --- a/translations/ru-RU/content/actions/guides/creating-redis-service-containers.md +++ b/translations/ru-RU/content/actions/guides/creating-redis-service-containers.md @@ -10,10 +10,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Containers' - - 'Докер' + - Containers + - Докер --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/deploying-to-amazon-elastic-container-service.md b/translations/ru-RU/content/actions/guides/deploying-to-amazon-elastic-container-service.md index 6afda4cd7f..5a2dd5ada0 100644 --- a/translations/ru-RU/content/actions/guides/deploying-to-amazon-elastic-container-service.md +++ b/translations/ru-RU/content/actions/guides/deploying-to-amazon-elastic-container-service.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Amazon ECS' + - CD + - Containers + - Amazon ECS --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/deploying-to-azure-app-service.md b/translations/ru-RU/content/actions/guides/deploying-to-azure-app-service.md index 41da11d34f..7fcc6ad3b4 100644 --- a/translations/ru-RU/content/actions/guides/deploying-to-azure-app-service.md +++ b/translations/ru-RU/content/actions/guides/deploying-to-azure-app-service.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Azure App Service' + - CD + - Containers + - Azure App Service --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/deploying-to-google-kubernetes-engine.md b/translations/ru-RU/content/actions/guides/deploying-to-google-kubernetes-engine.md index 3645c7e402..72477b8c64 100644 --- a/translations/ru-RU/content/actions/guides/deploying-to-google-kubernetes-engine.md +++ b/translations/ru-RU/content/actions/guides/deploying-to-google-kubernetes-engine.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Google Kubernetes Engine' + - CD + - Containers + - Google Kubernetes Engine --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md b/translations/ru-RU/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md index 3e4d6891e1..1fe04624a8 100644 --- a/translations/ru-RU/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md +++ b/translations/ru-RU/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md @@ -6,10 +6,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CI' - - 'Xcode' + - CI + - Xcode --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/moving-assigned-issues-on-project-boards.md b/translations/ru-RU/content/actions/guides/moving-assigned-issues-on-project-boards.md index 4740430167..340c0bb992 100644 --- a/translations/ru-RU/content/actions/guides/moving-assigned-issues-on-project-boards.md +++ b/translations/ru-RU/content/actions/guides/moving-assigned-issues-on-project-boards.md @@ -1,15 +1,15 @@ --- title: Moving assigned issues on project boards -intro: You can use {% data variables.product.prodname_actions %} to automatically move an issue to a specific column on a project board when the issue is assigned. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically move an issue to a specific column on a project board when the issue is assigned.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/publishing-docker-images.md b/translations/ru-RU/content/actions/guides/publishing-docker-images.md index adc17dfa11..cb520caf7b 100644 --- a/translations/ru-RU/content/actions/guides/publishing-docker-images.md +++ b/translations/ru-RU/content/actions/guides/publishing-docker-images.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Упаковка' - - 'Publishing' - - 'Докер' + - Упаковка + - Publishing + - Докер --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/publishing-java-packages-with-gradle.md b/translations/ru-RU/content/actions/guides/publishing-java-packages-with-gradle.md index 67555b5e3d..e772f5a2d3 100644 --- a/translations/ru-RU/content/actions/guides/publishing-java-packages-with-gradle.md +++ b/translations/ru-RU/content/actions/guides/publishing-java-packages-with-gradle.md @@ -8,12 +8,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Упаковка' - - 'Publishing' - - 'Java' - - 'Gradle' + - Упаковка + - Publishing + - Java + - Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/publishing-java-packages-with-maven.md b/translations/ru-RU/content/actions/guides/publishing-java-packages-with-maven.md index 7c1bec70c8..1914704db2 100644 --- a/translations/ru-RU/content/actions/guides/publishing-java-packages-with-maven.md +++ b/translations/ru-RU/content/actions/guides/publishing-java-packages-with-maven.md @@ -8,12 +8,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Упаковка' - - 'Publishing' - - 'Java' - - 'Maven' + - Упаковка + - Publishing + - Java + - Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/publishing-nodejs-packages.md b/translations/ru-RU/content/actions/guides/publishing-nodejs-packages.md index 265d8f6b8a..9ee28a5dd2 100644 --- a/translations/ru-RU/content/actions/guides/publishing-nodejs-packages.md +++ b/translations/ru-RU/content/actions/guides/publishing-nodejs-packages.md @@ -9,12 +9,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Упаковка' - - 'Publishing' - - 'Node' - - 'JavaScript' + - Упаковка + - Publishing + - Node + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md b/translations/ru-RU/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md index dcf96df5f2..07aea71cd8 100644 --- a/translations/ru-RU/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md +++ b/translations/ru-RU/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md @@ -1,15 +1,15 @@ --- title: Removing a label when a card is added to a project board column -intro: You can use {% data variables.product.prodname_actions %} to automatically remove a label when an issue or pull request is added to a specific column on a project board. +intro: 'You can use {% data variables.product.prodname_actions %} to automatically remove a label when an issue or pull request is added to a specific column on a project board.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/scheduling-issue-creation.md b/translations/ru-RU/content/actions/guides/scheduling-issue-creation.md index 205bef1450..af72f9fd58 100644 --- a/translations/ru-RU/content/actions/guides/scheduling-issue-creation.md +++ b/translations/ru-RU/content/actions/guides/scheduling-issue-creation.md @@ -1,15 +1,15 @@ --- title: Scheduling issue creation -intro: You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews. +intro: 'You can use {% data variables.product.prodname_actions %} to create an issue on a regular basis for things like daily meetings or quarterly reviews.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' - - 'Project management' + - Workflows + - Project management --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md b/translations/ru-RU/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md index 2520341f09..b9100c2834 100644 --- a/translations/ru-RU/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md +++ b/translations/ru-RU/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md @@ -12,10 +12,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' - - 'CI' + - Workflows + - CI --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/storing-workflow-data-as-artifacts.md b/translations/ru-RU/content/actions/guides/storing-workflow-data-as-artifacts.md index a038188dce..ec42acbf6d 100644 --- a/translations/ru-RU/content/actions/guides/storing-workflow-data-as-artifacts.md +++ b/translations/ru-RU/content/actions/guides/storing-workflow-data-as-artifacts.md @@ -12,9 +12,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Workflows' + - Workflows --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/guides/using-github-actions-for-project-management.md b/translations/ru-RU/content/actions/guides/using-github-actions-for-project-management.md index 1b8ab1b015..d1b1191979 100644 --- a/translations/ru-RU/content/actions/guides/using-github-actions-for-project-management.md +++ b/translations/ru-RU/content/actions/guides/using-github-actions-for-project-management.md @@ -1,14 +1,14 @@ --- title: Using GitHub Actions for project management -intro: You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks. +intro: 'You can use {% data variables.product.prodname_actions %} to automate many of your project management tasks.' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'обзор' +type: overview topics: - - 'Project management' + - Project management --- You can use {% data variables.product.prodname_actions %} to automate your project management tasks by creating workflows. Each workflow contains a series of tasks that are performed automatically every time the workflow runs. For example, you can create a workflow that runs every time an issue is created to add a label, leave a comment, and move the issue onto a project board. diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/ru-RU/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index d78af529c7..29622b04d5 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'обзор' +type: overview --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md b/translations/ru-RU/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md index ffb29ba520..697a86c796 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/adding-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/translations/ru-RU/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index 1f38152c85..cbfa198d10 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial defaultPlatform: linux --- diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/translations/ru-RU/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index 300f0dc1e3..2c09058474 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md b/translations/ru-RU/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md index 96b388edb4..7a553a77e7 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md @@ -9,7 +9,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial defaultPlatform: linux --- diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/translations/ru-RU/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md index 523f02182e..d56c4d03b4 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md b/translations/ru-RU/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md index d59a358c79..bfda487925 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md b/translations/ru-RU/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md index 128114fbe2..afe0afc78a 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md @@ -5,7 +5,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ru-RU/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md b/translations/ru-RU/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md index 2467189275..e67d3b62d6 100644 --- a/translations/ru-RU/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md +++ b/translations/ru-RU/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/ru-RU/content/actions/learn-github-actions/essential-features-of-github-actions.md b/translations/ru-RU/content/actions/learn-github-actions/essential-features-of-github-actions.md index cc5397d51f..8c81c8ded6 100644 --- a/translations/ru-RU/content/actions/learn-github-actions/essential-features-of-github-actions.md +++ b/translations/ru-RU/content/actions/learn-github-actions/essential-features-of-github-actions.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'обзор' +type: overview topics: - - 'Fundamentals' + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/learn-github-actions/introduction-to-github-actions.md b/translations/ru-RU/content/actions/learn-github-actions/introduction-to-github-actions.md index c577411fe0..65bd6f61c8 100644 --- a/translations/ru-RU/content/actions/learn-github-actions/introduction-to-github-actions.md +++ b/translations/ru-RU/content/actions/learn-github-actions/introduction-to-github-actions.md @@ -10,9 +10,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'обзор' +type: overview topics: - - 'Fundamentals' + - Fundamentals --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md index dbb8eaa939..27e5288030 100644 --- a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md +++ b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-azure-pipelines-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Azure Pipelines' - - 'Migration' - - 'CI' - - 'CD' + - Azure Pipelines + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md index 8d35afad02..7c87a322a0 100644 --- a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md +++ b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'CircleCI' - - 'Migration' - - 'CI' - - 'CD' + - CircleCI + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md index ed87381117..0013d4bf65 100644 --- a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md @@ -5,12 +5,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'GitLab' - - 'Migration' - - 'CI' - - 'CD' + - GitLab + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md index 3757777bd5..29977e4b77 100644 --- a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md +++ b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Jenkins' - - 'Migration' - - 'CI' - - 'CD' + - Jenkins + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md index c0e3c64534..5269453b5b 100644 --- a/translations/ru-RU/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/translations/ru-RU/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: 'руководство' +type: tutorial topics: - - 'Travis CI' - - 'Migration' - - 'CI' - - 'CD' + - Travis CI + - Migration + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/creating-actions/about-actions.md b/translations/zh-CN/content/actions/creating-actions/about-actions.md index 5bc74668f1..a78995dc86 100644 --- a/translations/zh-CN/content/actions/creating-actions/about-actions.md +++ b/translations/zh-CN/content/actions/creating-actions/about-actions.md @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概述' +type: overview topics: - - '操作开发' - - '基础' + - 操作开发 + - 基础 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/creating-actions/creating-a-composite-run-steps-action.md b/translations/zh-CN/content/actions/creating-actions/creating-a-composite-run-steps-action.md index 1cb95e4c2b..323e263e58 100644 --- a/translations/zh-CN/content/actions/creating-actions/creating-a-composite-run-steps-action.md +++ b/translations/zh-CN/content/actions/creating-actions/creating-a-composite-run-steps-action.md @@ -1,14 +1,14 @@ --- title: 创建组合运行步骤操作 -intro: '在本指南中,您将学习如何构建组合运行步骤操作。' +intro: 在本指南中,您将学习如何构建组合运行步骤操作。 product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '操作开发' + - 操作开发 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/creating-actions/creating-a-docker-container-action.md b/translations/zh-CN/content/actions/creating-actions/creating-a-docker-container-action.md index f94c52a715..fdda87309a 100644 --- a/translations/zh-CN/content/actions/creating-actions/creating-a-docker-container-action.md +++ b/translations/zh-CN/content/actions/creating-actions/creating-a-docker-container-action.md @@ -1,6 +1,6 @@ --- title: 创建 Docker 容器操作 -intro: '本指南向您展示构建 Docker 容器操作所需的最少步骤。' +intro: 本指南向您展示构建 Docker 容器操作所需的最少步骤。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /articles/creating-a-docker-container-action @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '操作开发' - - 'Docker' + - 操作开发 + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/creating-actions/creating-a-javascript-action.md b/translations/zh-CN/content/actions/creating-actions/creating-a-javascript-action.md index 17f61e7996..bbd71cb04a 100644 --- a/translations/zh-CN/content/actions/creating-actions/creating-a-javascript-action.md +++ b/translations/zh-CN/content/actions/creating-actions/creating-a-javascript-action.md @@ -1,6 +1,6 @@ --- title: 创建 JavaScript 操作 -intro: '在本指南中,您将了解如何使用操作工具包构建 JavaScript 操作。' +intro: 在本指南中,您将了解如何使用操作工具包构建 JavaScript 操作。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /articles/creating-a-javascript-action @@ -11,10 +11,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '操作开发' - - 'JavaScript' + - 操作开发 + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md index af3c907e4c..882bb4709c 100644 --- a/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md +++ b/translations/zh-CN/content/actions/creating-actions/dockerfile-support-for-github-actions.md @@ -1,7 +1,7 @@ --- title: Dockerfile 对 GitHub Actions 的支持 shortTitle: Docker -intro: '为 Docker 容器创建 `Dockerfile` 时, 您应该知道一些 Docker 指令如何与 GitHub Actions 及操作的元数据文件交互。' +intro: 为 Docker 容器创建 `Dockerfile` 时, 您应该知道一些 Docker 指令如何与 GitHub Actions 及操作的元数据文件交互。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /actions/building-actions/dockerfile-support-for-github-actions @@ -9,7 +9,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '引用' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/creating-actions/metadata-syntax-for-github-actions.md b/translations/zh-CN/content/actions/creating-actions/metadata-syntax-for-github-actions.md index 42b2be132c..dadb064a08 100644 --- a/translations/zh-CN/content/actions/creating-actions/metadata-syntax-for-github-actions.md +++ b/translations/zh-CN/content/actions/creating-actions/metadata-syntax-for-github-actions.md @@ -12,7 +12,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '引用' +type: reference --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/about-packaging-with-github-actions.md b/translations/zh-CN/content/actions/guides/about-packaging-with-github-actions.md index c0d4693e97..5ee706c56a 100644 --- a/translations/zh-CN/content/actions/guides/about-packaging-with-github-actions.md +++ b/translations/zh-CN/content/actions/guides/about-packaging-with-github-actions.md @@ -9,9 +9,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概述' +type: overview topics: - - '打包' + - 打包 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/about-service-containers.md b/translations/zh-CN/content/actions/guides/about-service-containers.md index eb0a4bf155..2265f4dec7 100644 --- a/translations/zh-CN/content/actions/guides/about-service-containers.md +++ b/translations/zh-CN/content/actions/guides/about-service-containers.md @@ -1,6 +1,6 @@ --- title: 关于服务容器 -intro: '您可以使用服务容器将数据库、网络服务、内存缓存及其他工具连接到您的工作流程。' +intro: 您可以使用服务容器将数据库、网络服务、内存缓存及其他工具连接到您的工作流程。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /actions/automating-your-workflow-with-github-actions/about-service-containers @@ -9,10 +9,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概述' +type: overview topics: - - 'Containers' - - 'Docker' + - Containers + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/adding-labels-to-issues.md b/translations/zh-CN/content/actions/guides/adding-labels-to-issues.md index b1b7dbb421..6903851ca3 100644 --- a/translations/zh-CN/content/actions/guides/adding-labels-to-issues.md +++ b/translations/zh-CN/content/actions/guides/adding-labels-to-issues.md @@ -1,15 +1,15 @@ --- title: 向议题添加标签 -intro: 您可以使用 {% data variables.product.prodname_actions %} 自动标记议题。 +intro: '您可以使用 {% data variables.product.prodname_actions %} 自动标记议题。' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '工作流程' - - '项目管理' + - 工作流程 + - 项目管理 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/building-and-testing-java-with-ant.md b/translations/zh-CN/content/actions/guides/building-and-testing-java-with-ant.md index bff8901b19..a58aee91aa 100644 --- a/translations/zh-CN/content/actions/guides/building-and-testing-java-with-ant.md +++ b/translations/zh-CN/content/actions/guides/building-and-testing-java-with-ant.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Ant' + - CI + - Java + - Ant --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/building-and-testing-java-with-gradle.md b/translations/zh-CN/content/actions/guides/building-and-testing-java-with-gradle.md index e850e0bdb4..f018dc6a00 100644 --- a/translations/zh-CN/content/actions/guides/building-and-testing-java-with-gradle.md +++ b/translations/zh-CN/content/actions/guides/building-and-testing-java-with-gradle.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Gradle' + - CI + - Java + - Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/building-and-testing-java-with-maven.md b/translations/zh-CN/content/actions/guides/building-and-testing-java-with-maven.md index 6b68e636a0..32c91afd41 100644 --- a/translations/zh-CN/content/actions/guides/building-and-testing-java-with-maven.md +++ b/translations/zh-CN/content/actions/guides/building-and-testing-java-with-maven.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CI' - - 'Java' - - 'Maven' + - CI + - Java + - Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/building-and-testing-nodejs.md b/translations/zh-CN/content/actions/guides/building-and-testing-nodejs.md index 2d56cafe6e..1aa2fb5168 100644 --- a/translations/zh-CN/content/actions/guides/building-and-testing-nodejs.md +++ b/translations/zh-CN/content/actions/guides/building-and-testing-nodejs.md @@ -9,11 +9,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CI' - - 'Node' - - 'JavaScript' + - CI + - Node + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/building-and-testing-powershell.md b/translations/zh-CN/content/actions/guides/building-and-testing-powershell.md index 7bf667d7a1..b5ed0d049a 100644 --- a/translations/zh-CN/content/actions/guides/building-and-testing-powershell.md +++ b/translations/zh-CN/content/actions/guides/building-and-testing-powershell.md @@ -8,10 +8,10 @@ versions: github-ae: '*' authors: - potatoqualitee -type: '教程' +type: tutorial topics: - - 'CI' - - 'Powershell' + - CI + - Powershell --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/building-and-testing-python.md b/translations/zh-CN/content/actions/guides/building-and-testing-python.md index dc48623298..46766392f2 100644 --- a/translations/zh-CN/content/actions/guides/building-and-testing-python.md +++ b/translations/zh-CN/content/actions/guides/building-and-testing-python.md @@ -8,10 +8,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CI' - - 'Python' + - CI + - Python --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/building-and-testing-ruby.md b/translations/zh-CN/content/actions/guides/building-and-testing-ruby.md index fad8f0bdf4..6893e41a07 100644 --- a/translations/zh-CN/content/actions/guides/building-and-testing-ruby.md +++ b/translations/zh-CN/content/actions/guides/building-and-testing-ruby.md @@ -6,10 +6,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CI' - - 'Ruby' + - CI + - Ruby --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/caching-dependencies-to-speed-up-workflows.md b/translations/zh-CN/content/actions/guides/caching-dependencies-to-speed-up-workflows.md index 2a1a38cc1d..2cf01cff0f 100644 --- a/translations/zh-CN/content/actions/guides/caching-dependencies-to-speed-up-workflows.md +++ b/translations/zh-CN/content/actions/guides/caching-dependencies-to-speed-up-workflows.md @@ -1,7 +1,7 @@ --- title: 缓存依赖项以加快工作流程 shortTitle: 缓存依赖项 -intro: '为了使工作流程更快、更高效,可以为依赖项及其他经常重复使用的文件创建和使用缓存。' +intro: 为了使工作流程更快、更高效,可以为依赖项及其他经常重复使用的文件创建和使用缓存。 product: '{% data reusables.gated-features.actions %}' redirect_from: - /github/automating-your-workflow-with-github-actions/caching-dependencies-to-speed-up-workflows @@ -9,9 +9,9 @@ redirect_from: - /actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows versions: free-pro-team: '*' -type: '教程' +type: tutorial topics: - - '工作流程' + - 工作流程 --- {% data reusables.actions.ae-beta %} diff --git a/translations/zh-CN/content/actions/guides/closing-inactive-issues.md b/translations/zh-CN/content/actions/guides/closing-inactive-issues.md index f646469914..578e3a14d5 100644 --- a/translations/zh-CN/content/actions/guides/closing-inactive-issues.md +++ b/translations/zh-CN/content/actions/guides/closing-inactive-issues.md @@ -1,15 +1,15 @@ --- title: 关闭不活跃的议题 -intro: 您可以使用 {% data variables.product.prodname_actions %} 评论或关闭在一定时间内未活动的议题。 +intro: '您可以使用 {% data variables.product.prodname_actions %} 评论或关闭在一定时间内未活动的议题。' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '工作流程' - - '项目管理' + - 工作流程 + - 项目管理 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md b/translations/zh-CN/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md index a911ab5912..69578db5d0 100644 --- a/translations/zh-CN/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md +++ b/translations/zh-CN/content/actions/guides/commenting-on-an-issue-when-a-label-is-added.md @@ -1,15 +1,15 @@ --- title: 添加标签时评论议题 -intro: 您可以使用 {% data variables.product.prodname_actions %} 在应用特定标签时自动评论议题。 +intro: '您可以使用 {% data variables.product.prodname_actions %} 在应用特定标签时自动评论议题。' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '工作流程' - - '项目管理' + - 工作流程 + - 项目管理 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/creating-postgresql-service-containers.md b/translations/zh-CN/content/actions/guides/creating-postgresql-service-containers.md index c622e4c343..8bd3d9335d 100644 --- a/translations/zh-CN/content/actions/guides/creating-postgresql-service-containers.md +++ b/translations/zh-CN/content/actions/guides/creating-postgresql-service-containers.md @@ -10,10 +10,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'Containers' - - 'Docker' + - Containers + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/creating-redis-service-containers.md b/translations/zh-CN/content/actions/guides/creating-redis-service-containers.md index 5948e2380e..7b7b551842 100644 --- a/translations/zh-CN/content/actions/guides/creating-redis-service-containers.md +++ b/translations/zh-CN/content/actions/guides/creating-redis-service-containers.md @@ -10,10 +10,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'Containers' - - 'Docker' + - Containers + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/deploying-to-amazon-elastic-container-service.md b/translations/zh-CN/content/actions/guides/deploying-to-amazon-elastic-container-service.md index ebd50be6ed..c2daf51adb 100644 --- a/translations/zh-CN/content/actions/guides/deploying-to-amazon-elastic-container-service.md +++ b/translations/zh-CN/content/actions/guides/deploying-to-amazon-elastic-container-service.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Amazon ECS' + - CD + - Containers + - Amazon ECS --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/deploying-to-azure-app-service.md b/translations/zh-CN/content/actions/guides/deploying-to-azure-app-service.md index ee90eecad9..71d79b5f6a 100644 --- a/translations/zh-CN/content/actions/guides/deploying-to-azure-app-service.md +++ b/translations/zh-CN/content/actions/guides/deploying-to-azure-app-service.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Azure App Service' + - CD + - Containers + - Azure App Service --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/deploying-to-google-kubernetes-engine.md b/translations/zh-CN/content/actions/guides/deploying-to-google-kubernetes-engine.md index 8de9bf2299..880d8a6e45 100644 --- a/translations/zh-CN/content/actions/guides/deploying-to-google-kubernetes-engine.md +++ b/translations/zh-CN/content/actions/guides/deploying-to-google-kubernetes-engine.md @@ -6,11 +6,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CD' - - 'Containers' - - 'Google Kubernetes Engine' + - CD + - Containers + - Google Kubernetes Engine --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md b/translations/zh-CN/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md index fbca8cac7c..3820b0efb2 100644 --- a/translations/zh-CN/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md +++ b/translations/zh-CN/content/actions/guides/installing-an-apple-certificate-on-macos-runners-for-xcode-development.md @@ -6,10 +6,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CI' - - 'Xcode' + - CI + - Xcode --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/moving-assigned-issues-on-project-boards.md b/translations/zh-CN/content/actions/guides/moving-assigned-issues-on-project-boards.md index f24e0201be..aae772364a 100644 --- a/translations/zh-CN/content/actions/guides/moving-assigned-issues-on-project-boards.md +++ b/translations/zh-CN/content/actions/guides/moving-assigned-issues-on-project-boards.md @@ -1,15 +1,15 @@ --- title: 在项目板上移动分配的议题 -intro: 您可以使用 {% data variables.product.prodname_actions %} 在议题被分配时自动将议题移到项目板上的特定列。 +intro: '您可以使用 {% data variables.product.prodname_actions %} 在议题被分配时自动将议题移到项目板上的特定列。' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '工作流程' - - '项目管理' + - 工作流程 + - 项目管理 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/publishing-docker-images.md b/translations/zh-CN/content/actions/guides/publishing-docker-images.md index 05aeb5f848..45f69baea5 100644 --- a/translations/zh-CN/content/actions/guides/publishing-docker-images.md +++ b/translations/zh-CN/content/actions/guides/publishing-docker-images.md @@ -8,11 +8,11 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '打包' - - '发布' - - 'Docker' + - 打包 + - 发布 + - Docker --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/publishing-java-packages-with-gradle.md b/translations/zh-CN/content/actions/guides/publishing-java-packages-with-gradle.md index 67a0c42347..2c27105f49 100644 --- a/translations/zh-CN/content/actions/guides/publishing-java-packages-with-gradle.md +++ b/translations/zh-CN/content/actions/guides/publishing-java-packages-with-gradle.md @@ -8,12 +8,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '打包' - - '发布' - - 'Java' - - 'Gradle' + - 打包 + - 发布 + - Java + - Gradle --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/publishing-java-packages-with-maven.md b/translations/zh-CN/content/actions/guides/publishing-java-packages-with-maven.md index 9f430d7da9..c5875fe0e5 100644 --- a/translations/zh-CN/content/actions/guides/publishing-java-packages-with-maven.md +++ b/translations/zh-CN/content/actions/guides/publishing-java-packages-with-maven.md @@ -8,12 +8,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '打包' - - '发布' - - 'Java' - - 'Maven' + - 打包 + - 发布 + - Java + - Maven --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/publishing-nodejs-packages.md b/translations/zh-CN/content/actions/guides/publishing-nodejs-packages.md index c01e9da6f0..2ee15e80fa 100644 --- a/translations/zh-CN/content/actions/guides/publishing-nodejs-packages.md +++ b/translations/zh-CN/content/actions/guides/publishing-nodejs-packages.md @@ -9,12 +9,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '打包' - - '发布' - - 'Node' - - 'JavaScript' + - 打包 + - 发布 + - Node + - JavaScript --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md b/translations/zh-CN/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md index b39906fcc7..01d30cf373 100644 --- a/translations/zh-CN/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md +++ b/translations/zh-CN/content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md @@ -1,15 +1,15 @@ --- title: 将卡片添加到项目板列时删除标签 -intro: 您可以使用 {% data variables.product.prodname_actions %} 在议题或拉取请求添加到项目板上的特定列时自动删除标签。 +intro: '您可以使用 {% data variables.product.prodname_actions %} 在议题或拉取请求添加到项目板上的特定列时自动删除标签。' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '工作流程' - - '项目管理' + - 工作流程 + - 项目管理 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/scheduling-issue-creation.md b/translations/zh-CN/content/actions/guides/scheduling-issue-creation.md index cbb20bf9ce..3546613d91 100644 --- a/translations/zh-CN/content/actions/guides/scheduling-issue-creation.md +++ b/translations/zh-CN/content/actions/guides/scheduling-issue-creation.md @@ -1,15 +1,15 @@ --- title: 计划议题的创建 -intro: 您可以使用 {% data variables.product.prodname_actions %} 定期为日常会议或季度审查等事项创建议题。 +intro: '您可以使用 {% data variables.product.prodname_actions %} 定期为日常会议或季度审查等事项创建议题。' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '工作流程' - - '项目管理' + - 工作流程 + - 项目管理 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md b/translations/zh-CN/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md index cede30f36c..3c4fbf8624 100644 --- a/translations/zh-CN/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md +++ b/translations/zh-CN/content/actions/guides/setting-up-continuous-integration-using-workflow-templates.md @@ -12,10 +12,10 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '工作流程' - - 'CI' + - 工作流程 + - CI --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/storing-workflow-data-as-artifacts.md b/translations/zh-CN/content/actions/guides/storing-workflow-data-as-artifacts.md index bf5562ead8..d593023f6e 100644 --- a/translations/zh-CN/content/actions/guides/storing-workflow-data-as-artifacts.md +++ b/translations/zh-CN/content/actions/guides/storing-workflow-data-as-artifacts.md @@ -12,9 +12,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - '工作流程' + - 工作流程 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/guides/using-github-actions-for-project-management.md b/translations/zh-CN/content/actions/guides/using-github-actions-for-project-management.md index 6ea1fb01e8..8551ea106e 100644 --- a/translations/zh-CN/content/actions/guides/using-github-actions-for-project-management.md +++ b/translations/zh-CN/content/actions/guides/using-github-actions-for-project-management.md @@ -1,14 +1,14 @@ --- title: 使用 GitHub Actions 进行项目管理 -intro: 您可以使用 {% data variables.product.prodname_actions %} 自动化许多项目管理任务。 +intro: '您可以使用 {% data variables.product.prodname_actions %} 自动化许多项目管理任务。' product: '{% data reusables.gated-features.actions %}' versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概述' +type: overview topics: - - '项目管理' + - 项目管理 --- 您可以创建工作流程以使用 {% data variables.product.prodname_actions %} 自动化项目管理任务。 每个工作流程都包含一系列任务,每当工作流程运行时都会自动执行。 例如,您可以创建一个工作流程,在每次创建议题时运行,以添加标签、 留下评论并将议题移动到项目板。 diff --git a/translations/zh-CN/content/actions/hosting-your-own-runners/about-self-hosted-runners.md b/translations/zh-CN/content/actions/hosting-your-own-runners/about-self-hosted-runners.md index cfdb1018b2..0dc0a62c51 100644 --- a/translations/zh-CN/content/actions/hosting-your-own-runners/about-self-hosted-runners.md +++ b/translations/zh-CN/content/actions/hosting-your-own-runners/about-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概述' +type: overview --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/zh-CN/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md b/translations/zh-CN/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md index 3bd60bcb92..a9bb648693 100644 --- a/translations/zh-CN/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md +++ b/translations/zh-CN/content/actions/hosting-your-own-runners/configuring-the-self-hosted-runner-application-as-a-service.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial defaultPlatform: linux --- diff --git a/translations/zh-CN/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md b/translations/zh-CN/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md index 75f34a9f56..9ec4cace60 100644 --- a/translations/zh-CN/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md +++ b/translations/zh-CN/content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/zh-CN/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md b/translations/zh-CN/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md index 655f913c54..aa465e5264 100644 --- a/translations/zh-CN/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md +++ b/translations/zh-CN/content/actions/hosting-your-own-runners/removing-self-hosted-runners.md @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/zh-CN/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md b/translations/zh-CN/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md index 0038132a07..11e3a28eea 100644 --- a/translations/zh-CN/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md +++ b/translations/zh-CN/content/actions/hosting-your-own-runners/using-a-proxy-server-with-self-hosted-runners.md @@ -7,7 +7,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/zh-CN/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md b/translations/zh-CN/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md index 9d832114a0..108b02aa7e 100644 --- a/translations/zh-CN/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md +++ b/translations/zh-CN/content/actions/hosting-your-own-runners/using-labels-with-self-hosted-runners.md @@ -5,7 +5,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/zh-CN/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md b/translations/zh-CN/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md index ec77881b31..fc3aeddd37 100644 --- a/translations/zh-CN/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md +++ b/translations/zh-CN/content/actions/hosting-your-own-runners/using-self-hosted-runners-in-a-workflow.md @@ -1,6 +1,6 @@ --- title: 在工作流程中使用自托管的运行器 -intro: '要在工作流程中使用自托管的运行器,您可以使用标签为作业指定运行器类型。' +intro: 要在工作流程中使用自托管的运行器,您可以使用标签为作业指定运行器类型。 redirect_from: - /github/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow - /actions/automating-your-workflow-with-github-actions/using-self-hosted-runners-in-a-workflow @@ -8,7 +8,7 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial --- {% data reusables.actions.ae-self-hosted-runners-notice %} diff --git a/translations/zh-CN/content/actions/learn-github-actions/essential-features-of-github-actions.md b/translations/zh-CN/content/actions/learn-github-actions/essential-features-of-github-actions.md index b7298617e2..694dac19c1 100644 --- a/translations/zh-CN/content/actions/learn-github-actions/essential-features-of-github-actions.md +++ b/translations/zh-CN/content/actions/learn-github-actions/essential-features-of-github-actions.md @@ -6,9 +6,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概述' +type: overview topics: - - '基础' + - 基础 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/learn-github-actions/introduction-to-github-actions.md b/translations/zh-CN/content/actions/learn-github-actions/introduction-to-github-actions.md index 59d79b5c69..3b9ff66fcd 100644 --- a/translations/zh-CN/content/actions/learn-github-actions/introduction-to-github-actions.md +++ b/translations/zh-CN/content/actions/learn-github-actions/introduction-to-github-actions.md @@ -10,9 +10,9 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '概述' +type: overview topics: - - '基础' + - 基础 --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md b/translations/zh-CN/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md index f2cdb918fe..f5a5fb86b8 100644 --- a/translations/zh-CN/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md +++ b/translations/zh-CN/content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md @@ -1,18 +1,18 @@ --- title: 从 CircleCI 迁移到 GitHub Actions -intro: 'GitHub Actions 和 CircleCI 在配置上具有若干相似之处,这使得迁移到 GitHub Actions 相对简单。' +intro: GitHub Actions 和 CircleCI 在配置上具有若干相似之处,这使得迁移到 GitHub Actions 相对简单。 redirect_from: - /actions/migrating-to-github-actions/migrating-from-circleci-to-github-actions versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'CircleCI' - - '迁移' - - 'CI' - - 'CD' + - CircleCI + - 迁移 + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md b/translations/zh-CN/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md index 68a3065138..35a6b3f855 100644 --- a/translations/zh-CN/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md +++ b/translations/zh-CN/content/actions/learn-github-actions/migrating-from-gitlab-cicd-to-github-actions.md @@ -5,12 +5,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'GitLab' - - '迁移' - - 'CI' - - 'CD' + - GitLab + - 迁移 + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md b/translations/zh-CN/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md index c4aac91cfb..c2255a62b7 100644 --- a/translations/zh-CN/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md +++ b/translations/zh-CN/content/actions/learn-github-actions/migrating-from-jenkins-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'Jenkins' - - '迁移' - - 'CI' - - 'CD' + - Jenkins + - 迁移 + - CI + - CD --- {% data reusables.actions.enterprise-beta %} diff --git a/translations/zh-CN/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md b/translations/zh-CN/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md index 8de496bb7a..1d0f5688c0 100644 --- a/translations/zh-CN/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md +++ b/translations/zh-CN/content/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions.md @@ -7,12 +7,12 @@ versions: free-pro-team: '*' enterprise-server: '>=2.22' github-ae: '*' -type: '教程' +type: tutorial topics: - - 'Travis CI' - - '迁移' - - 'CI' - - 'CD' + - Travis CI + - 迁移 + - CI + - CD --- {% data reusables.actions.enterprise-beta %}