Skip to content

Commit 6aa2286

Browse files
authored
Merge pull request #13987 from github/repo-sync
repo sync
2 parents c135dee + 6786406 commit 6aa2286

File tree

1,598 files changed

+39734
-43283
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,598 files changed

+39734
-43283
lines changed

tests/rendering/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ describe('URLs by language', () => {
778778
test('heading IDs and links on translated pages are in English', async () => {
779779
const $ = await getDOM('/ja/github/site-policy/github-terms-of-service')
780780
expect($.res.statusCode).toBe(200)
781-
expect($('h1')[0].children[0].data).toBe('GitHub Terms of Service')
781+
expect($('h1')[0].children[0].data).toBe('GitHub利用規約')
782782
expect($('h2 a[href="#summary"]').length).toBe(1)
783783
})
784784
})

translations/es-ES/content/account-and-profile/managing-subscriptions-and-notifications-on-github/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Managing subscriptions and notifications on GitHub
3-
intro: 'You can specify how to receive notifications, the repositories you are interested in, and the types of activity you want to hear about.'
2+
title: Administrar suscripciones y notificaciones en GitHub
3+
intro: 'Puedes especificar cómo recibir notificciones, los repositorios que te interesan y los tipos de actividad de la cual quieres tener noticias.'
44
redirect_from:
55
- /categories/76/articles
66
- /categories/notifications
@@ -17,6 +17,6 @@ children:
1717
- /setting-up-notifications
1818
- /viewing-and-triaging-notifications
1919
- /managing-subscriptions-for-activity-on-github
20-
shortTitle: Subscriptions & notifications
20+
shortTitle: Suscripciones & notificaciones
2121
---
2222

Lines changed: 32 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Managing your subscriptions
3-
intro: 'To help you manage your notifications efficiently, there are several ways to unsubscribe.'
2+
title: Administrar tus suscripciones
3+
intro: Hay varias maneras de darte de baja para ayudarte a administrar tus notificaciones de manera eficiente.
44
versions:
55
fpt: '*'
66
ghes: '*'
@@ -11,66 +11,63 @@ topics:
1111
redirect_from:
1212
- /github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions
1313
- /github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions
14-
shortTitle: Manage your subscriptions
14+
shortTitle: Administrar tus suscripciones
1515
---
16-
To help you understand your subscriptions and decide whether to unsubscribe, see "[Viewing your subscriptions](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions)."
16+
17+
Para ayudarte a entender tus suscripciones y decidir si quieres desuscribirte, consulta la sección "[Visualizar tus suscripciones](/github/managing-subscriptions-and-notifications-on-github/viewing-your-subscriptions)".
1718

1819
{% note %}
1920

20-
**Note:** Instead of unsubscribing, you have the option to ignore a repository. If you ignore a repository, you won't receive any notifications. We don't recommend ignoring repositories as you won't be notified if you're @mentioned. {% ifversion fpt or ghec %}If you're experiencing abuse and want to ignore a repository, please contact {% data variables.contact.contact_support %} so we can help. {% data reusables.policies.abuse %}{% endif %}
21+
**Nota:** En vez de desuscribirte, tienes la opción de ignorar un repositorio. Si ignoras un repositorio, no recibirás ninguna notificación. No recomendamos ignorar repositorios ya que no se te notificará si eres mencionado. {% ifversion fpt or ghec %}Si te encuentras con algún tipo de abuso y quieres ignorar un repositorio, por favor, contacta a {% data variables.contact.contact_support %} para que podamos ayudarte. {% data reusables.policies.abuse %}{% endif %}
2122

2223
{% endnote %}
2324

24-
## Choosing how to unsubscribe
25+
## Elegir cómo darte de baja
2526

26-
To unwatch (or unsubscribe from) repositories quickly, go to the "Watched repositories" page, where you can see all repositories you're watching. For more information, see "[Unwatch a repository](#unwatch-a-repository)."
27+
Para dejar de observar (o para desuscribirte de) un repositorio rápidamente, ve a la página de "Repositorios en observación", donde puedes ver todos los repositorios que estás observando. Para obtener más información, consulta la sección "[Dejar de observar un repositorio](#unwatch-a-repository)".
2728

28-
To unsubscribe from multiple notifications at the same time, you can unsubscribe using your inbox or on the subscriptions page. Both of these options offer more context about your subscriptions than the "Watched repositories" page.
29+
Para desuscribirte de varias notificaciones al mismo tiempo, puedes hacerlo utilizando tu bandeja de entrada o en la página de suscripciones. Ambas de estas opciones ofrecen más contexto acerca de tus suscripciones que la página de "Repositorios en observación".
2930

30-
### Benefits of unsubscribing from your inbox
31+
### Beneficios de darte de baja desde tu bandeja de entrada
3132

32-
When you unsubscribe from notifications in your inbox, you have several other triaging options and can filter your notifications by custom filters and discussion types. For more information, see "[Managing notifications from your inbox](/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox)."
33+
Cuando te desuscribes de las notificaciones en tu bandeja de entrada, tienes varias otras opciones de clasificación y puedes filtrar tus notificaciones con filtros personalizados y tipos de discusión. Para obtener más información, consulta la sección "[Administrar notificaciones desde tu bandeja de entrada](/github/managing-subscriptions-and-notifications-on-github/managing-notifications-from-your-inbox)".
3334

34-
### Benefits of unsubscribing from the subscriptions page
35+
### Beneficios de darte de baja desde la página de suscripciones
3536

36-
When you unsubscribe from notifications on the subscriptions page, you can see more of the notifications you're subscribed to and sort them by "Most recently subscribed" or "Least recently subscribed".
37+
Cuando te desuscribes de las notificaciones en la página de suscripciones, puedes ver más notificaciones a las que estés suscrito y clasificarlas por "Suscrito más recientemente" o "Suscrito más antiguamente".
3738

38-
The subscriptions page shows you all of the notifications that you're currently subscribed to, including notifications that you have marked as **Done** in your inbox.
39+
La página de suscripciones te muestra todas las notificaciones a las que estás actualmente suscrito, incluyendo aquellas que hayas marcado como **Listas** en tu bandeja de entrada.
3940

40-
You can only filter your subscriptions by repository and the reason you're receiving the notification.
41+
Solo puedes filtrar tus suscripciones por repositorio y por la razón que estás recibiendo la notificación.
4142

42-
## Unsubscribing from notifications in your inbox
43+
## Darte de baja de las notificaciones en tu bandeja de entrada
4344

44-
When you unsubscribe from notifications in your inbox, they will automatically disappear from your inbox.
45+
Cuando te desuscribes de las notificaciones en tu bandeja de entrada, desaparecerán automáticamente de ésta.
4546

4647
{% data reusables.notifications.access_notifications %}
47-
1. From the notifications inbox, select the notifications you want to unsubscribe to.
48-
2. Click **Unsubscribe.**
49-
![Unsubscribe option from main inbox](/assets/images/help/notifications-v2/unsubscribe-from-main-inbox.png)
48+
1. Desde la bandeja de notificaciones, selecciona aquellas de las cuales deseas darte de baja.
49+
2. Haz clic en **Desuscribirse.** ![Opción para darse de baja de una bandeja principal](/assets/images/help/notifications-v2/unsubscribe-from-main-inbox.png)
5050

51-
## Unsubscribing from notifications on the subscriptions page
51+
## Darse de baja de las notificaciones en la página de suscripciones
5252

5353
{% data reusables.notifications.access_notifications %}
54-
1. In the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click **Subscriptions**.
55-
![Manage notifications drop down menu options](/assets/images/help/notifications-v2/manage-notifications-options.png)
54+
1. En la barra lateral izquierda, bajo la lista de repositorios, utiliza el menú desplegable de "Administrar notificaciones" para dar clic en **Suscripciones**. ![Opciones del menú desplegable de administrar notificaciones](/assets/images/help/notifications-v2/manage-notifications-options.png)
5655

57-
2. Select the notifications you want to unsubscribe to. In the top right, click **Unsubscribe.**
58-
![Subscriptions page](/assets/images/help/notifications-v2/unsubscribe-from-subscriptions-page.png)
56+
2. Selecciona las notificaciones de las cuales quieres darte de baja. En la esquina superior derecha, da clic en **Darse de baja** ![Página de suscripciones](/assets/images/help/notifications-v2/unsubscribe-from-subscriptions-page.png)
5957

60-
## Unwatch a repository
58+
## Dejar de seguir un repositorio
6159

62-
When you unwatch a repository, you unsubscribe from future updates from that repository unless you participate in a conversation or are @mentioned.
60+
Cuando dejas de observar un repositorio, de desuscribes de notificaciones futuras del mismo, a menos de que participes en una conversación o te @mencionen.
6361

6462
{% data reusables.notifications.access_notifications %}
65-
1. In the left sidebar, under the list of repositories, use the "Manage notifications" drop-down to click **Watched repositories**.
66-
![Manage notifications drop down menu options](/assets/images/help/notifications-v2/manage-notifications-options.png)
67-
2. On the watched repositories page, after you've evaluated the repositories you're watching, choose whether to:
63+
1. En la barra lateral izquierda, bajo la lista de repositorios, utiliza el menú desplegable de "Administrar notificaciones" para dar clic en **Repositorios que sigues**. ![Opciones del menú desplegable de administrar notificaciones](/assets/images/help/notifications-v2/manage-notifications-options.png)
64+
2. En la página de repositorios que sigues, después de que hayas evaluado aquellos que estás siguiendo, decide si quieres:
6865
{% ifversion fpt or ghes > 3.0 or ghae or ghec %}
69-
- Unwatch a repository
70-
- Ignore all notifications for a repository
71-
- Customize the types of event you receive notifications for ({% data reusables.notifications-v2.custom-notification-types %}, if enabled)
66+
- Dejar de seguir un repositorio
67+
- Ignorar todas las notificaciones de un repositorio
68+
- Personaliza los tipos de evento para los cuales recibes notificaciones ({% data reusables.notifications-v2.custom-notification-types %}, en caso de que se haya habilitado)
7269
{% else %}
73-
- Unwatch a repository
74-
- Only watch releases for a repository
75-
- Ignore all notifications for a repository
70+
- Dejar de seguir un repositorio
71+
- Observar únicamente los lanzamientos de un repositorio
72+
- Ignorar todas las notificaciones de un repositorio
7673
{% endif %}

0 commit comments

Comments
 (0)