You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add crowdin translations
* Run script/i18n/homogenize-frontmatter.js
* Run script/i18n/fix-translation-errors.js
* Run script/i18n/lint-translation-files.js --check parsing
* run script/i18n/reset-files-with-broken-liquid-tags.js --language=es
* run script/i18n/reset-known-broken-translation-files.js
Copy file name to clipboardExpand all lines: translations/es-ES/content/actions/using-workflows/workflow-commands-for-github-actions.md
+4-17Lines changed: 4 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -314,7 +314,9 @@ Durante la ejecución de un flujo de trabajo, el ejecutor genera archivos tempor
314
314
315
315
{% warning %}
316
316
317
-
**Advertencia:** en Windows, el PowerShell tradicional (`shell: powershell`) no utiliza el cifrado UTF-8 predeterminado. Asegúrate que escribes los archivos utilizando la codificación correcta. Por ejemplo, necesitas configurar la codificación UTF-8 cuando configuras la ruta:
317
+
**Advertencia:** en Windows, el PowerShell tradicional (`shell: powershell`) no utiliza el cifrado UTF-8 predeterminado.
318
+
319
+
When using `shell: powershell`, you must specify UTF-8 encoding. Por ejemplo:
O cambia a PowerShell Core, el cual tiene predeterminado el UTF-8:
329
-
330
-
```yaml
331
-
jobs:
332
-
modern-pwsh-example:
333
-
uses: windows-2019
334
-
steps:
335
-
- shell: pwsh
336
-
run: echo "mypath" | Out-File -FilePath $env:GITHUB_PATH -Append # no need for -Encoding utf8
337
-
```
338
-
339
-
Puedes obtener más detalles sobre el UTF-8 y PowerShell Core en esta genial [respuesta de Stack Overflow](https://stackoverflow.com/a/40098904/162694):
340
-
341
-
> ### Lectura opcional: La perspectiva multiplataforma: PowerShell _Core_:
342
-
>
343
-
> [PowerShell ahora es multiplataforma](https://blogs.msdn.microsoft.com/powershell/2016/08/18/powershell-on-linux-and-open-source-2/)a través de su edición **[PowerShell _Core_](https://github.com/PowerShell/PowerShell)**, cuyo cifrado ***se predetermina sensiblemente em ***BOM-less UTF-8****** en línea con las plataformas similares a las de Unix.
330
+
Alternatively, you can use PowerShell Core (`shell: pwsh`), which defaults to UTF-8.
Copy file name to clipboardExpand all lines: translations/es-ES/content/billing/managing-billing-for-github-codespaces/managing-spending-limits-for-codespaces.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,12 @@ Los propietarios de la empresa y gerentes de facturación pueden administrar el
54
54
{% data reusables.codespaces.exporting-changes %}
55
55
## Administrar las notificaciones de uso y límite de gastos
56
56
57
-
Las notificaciones por correo electrónico se envían a los propietarios de las cuentas y gerentes de facturación cuando el límite de gastos llega a 50%, 75%, y 90% del límite de gastos de tu cuenta.
57
+
Email notifications are sent to account owners and billing managers when spending reaches 50%, 75%, 90%, and 100% of your account's spending limit.
58
58
59
59
Puedes inhabilitar estas notificaciones en cualquier momento si navegas al final de la página del **Límite de Gastos**.
60
60
61
+

62
+
61
63
## Leer más
62
64
63
65
- "[Restringir el acceso a los tipos de máquina](/codespaces/managing-codespaces-for-your-organization/restricting-access-to-machine-types)"
Copy file name to clipboardExpand all lines: translations/es-ES/content/code-security/secret-scanning/defining-custom-patterns-for-secret-scanning.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,14 @@ Before defining a custom pattern, you must ensure that {% data variables.product
67
67
{% data reusables.repositories.navigate-to-security-and-analysis %}
68
68
{% data reusables.repositories.navigate-to-ghas-settings %}
69
69
{% data reusables.advanced-security.secret-scanning-new-custom-pattern %}
70
-
{% data reusables.advanced-security.secret-scanning-add-custom-pattern-details %}
70
+
{% data reusables.advanced-security.secret-scanning-add-custom-pattern-details %}{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5499 %}
71
+
1. When you're ready to test your new custom pattern, to identify matches in the repository without creating alerts, click **Save and dry run**.
72
+
1. When the dry run finishes, you'll see a sample of results (up to 1000) from the repository. Review the results and identify any false positive results.
73
+

74
+
1. Edit the new custom pattern to fix any problems with the results, then click **Save and dry run** to test your changes.
{% data reusables.advanced-security.secret-scanning-create-custom-pattern %}
71
78
72
79
After your pattern is created, {% data reusables.secret-scanning.secret-scanning-process %} For more information on viewing {% data variables.product.prodname_secret_scanning %} alerts, see "[Managing alerts from {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/managing-alerts-from-secret-scanning)."
73
80
@@ -116,6 +123,7 @@ Before defining a custom pattern, you must ensure that you enable {% data variab
116
123
{% data reusables.repositories.navigate-to-ghas-settings %}
117
124
{% data reusables.advanced-security.secret-scanning-new-custom-pattern %}
118
125
{% data reusables.advanced-security.secret-scanning-add-custom-pattern-details %}
126
+
{% data reusables.advanced-security.secret-scanning-create-custom-pattern %}
119
127
120
128
After your pattern is created, {% data variables.product.prodname_secret_scanning %} scans for any secrets in {% ifversion fpt or ghec %}private{% endif %} repositories in your organization, including their entire Git history on all branches. Organization owners and repository administrators will be alerted to any secrets found, and can review the alert in the repository where the secret is found. For more information on viewing {% data variables.product.prodname_secret_scanning %} alerts, see "[Managing alerts from {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/managing-alerts-from-secret-scanning)."
121
129
@@ -139,6 +147,7 @@ Before defining a custom pattern, you must ensure that you enable secret scannin
139
147
{% data reusables.enterprise-accounts.advanced-security-security-features %}
{% data reusables.advanced-security.secret-scanning-add-custom-pattern-details %}
150
+
{% data reusables.advanced-security.secret-scanning-create-custom-pattern %}
142
151
143
152
After your pattern is created, {% data variables.product.prodname_secret_scanning %} scans for any secrets in {% ifversion fpt or ghec %}private{% endif %} repositories within your enterprise's organizations with {% data variables.product.prodname_GH_advanced_security %} enabled, including their entire Git history on all branches. Organization owners and repository administrators will be alerted to any secrets found, and can review the alert in the repository where the secret is found. For more information on viewing {% data variables.product.prodname_secret_scanning %} alerts, see "[Managing alerts from {% data variables.product.prodname_secret_scanning %}](/code-security/secret-security/managing-alerts-from-secret-scanning)."
Copy file name to clipboardExpand all lines: translations/es-ES/data/reusables/advanced-security/secret-scanning-add-custom-pattern-details.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
1. Debes proporcionar por lo menos el nombre de tu patrón y una expresión regular para el formato de tu patrón secreto.
3
3
1. Puedes hacer clic en **{% octicon "chevron-down" aria-label="down" %} Más opciones** para proporcionar otro tipo de contenido circundante o requisitos de coincidencia adicionales para el formato de secreto.
4
4
1. Proporciona una secuencia de pruebas de muestra para asegurarte de que tu configuración empate con los patrones que esperas.
5
-
5
+
{% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5499 %}
6
6

7
-
1. Cuando estés satisfecho con tu patrón personalizado nuevo, haz clic en {% ifversion fpt or ghes > 3.2 or ghae or ghec %}**Crear patrón**{% elsif ghes = 3.2 %}**Crear patrón personalizado**{% endif %}.
7
+
{% else %}
8
+

1. When you're satisfied with your new custom pattern, click {% ifversion fpt or ghec or ghes > 3.4 or ghae-issue-5499 %}**Publish pattern**{% elsif ghes > 3.2 or ghae %}**Create pattern**{% elsif ghes = 3.2 %}**Create custom pattern**{% endif %}.
Las notificaciones por correo electrónico se envían a los propietarios de cuenta y gerentes de facturación cuando los gastos llegan a 50%, 75%, y 90% del uso incluido en tu cuenta y cuando llegan a 50%, 75%, y 90% del límite de gastos de la misma.
1
+
Email notifications are sent to account owners and billing managers when spending reaches 50%, 75%, 90% and 100% of your account's included usage and when spending reaches 50%, 75%, 90%, and 100% of your account's spending limit.
2
2
3
3
Puedes inhabilitar estas notificaciones en cualquier momento si navegas al final de la página del **Límite de Gastos**.
4
+
5
+

0 commit comments