Skip to content

Commit aa74bae

Browse files
authored
Merge pull request github#22066 from github/repo-sync
repo sync
2 parents e7f5976 + bb89a20 commit aa74bae

File tree

4,624 files changed

+204577
-6
lines changed

Some content is hidden

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

4,624 files changed

+204577
-6
lines changed

.github/workflows/msft-create-translation-batch-pr.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747

4848
# We'll be ready to add the following languages in a future effort.
4949

50-
# - language: ru
51-
# language_dir: translations/ru-RU
52-
# language_repo: github/docs-internal.ru-ru
50+
- language: ru
51+
language_dir: translations/ru-RU
52+
language_repo: github/docs-internal.ru-ru
5353

5454
# - language: ko
5555
# language_dir: translations/ko-KR

.github/workflows/sync-search-elasticsearch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
# This needs to match the languages we support
39-
language: [en, ja, es, pt, cn]
39+
language: [en, ja, es, pt, cn, ru]
4040
steps:
4141
- if: ${{ env.FREEZE == 'true' }}
4242
run: |

lib/languages.js

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const possibleEnvVars = {
1111
'zh-CN': process.env.TRANSLATIONS_ROOT_ZH_CN,
1212
'ja-JP': process.env.TRANSLATIONS_ROOT_JA_JP,
1313
'pt-BR': process.env.TRANSLATIONS_ROOT_PT_BR,
14+
'ru-RU': process.env.TRANSLATIONS_ROOT_RU_RU,
1415
}
1516

1617
function getRoot(languageCode) {
@@ -69,6 +70,14 @@ const languages = {
6970
dir: getRoot('pt-BR'),
7071
wip: false,
7172
},
73+
ru: {
74+
name: 'Russian',
75+
nativeName: 'русский',
76+
code: 'ru',
77+
hreflang: 'ru',
78+
dir: getRoot('ru-RU'),
79+
wip: true,
80+
},
7281
}
7382

7483
if (process.env.ENABLED_LANGUAGES) {

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"scripts": {
182182
"browser-test": "cross-env BROWSER=1 NODE_OPTIONS=--experimental-vm-modules JEST_PUPPETEER_CONFIG=jest-puppeteer.config.cjs jest tests/browser/browser.js",
183183
"build": "next build",
184-
"debug": "cross-env NODE_ENV=development ENABLED_LANGUAGES='en,ja' nodemon --inspect server.js",
184+
"debug": "cross-env NODE_ENV=development ENABLED_LANGUAGES='en,ja,ru' nodemon --inspect server.js",
185185
"dev": "cross-env npm start",
186186
"index-test-fixtures": "node script/search/index-elasticsearch.js -l en -V ghae -V dotcom --index-prefix tests -- tests/content/fixtures/search-indexes",
187187
"lint": "eslint '**/*.{js,mjs,ts,tsx}'",
@@ -192,7 +192,7 @@
192192
"prevent-pushes-to-main": "node script/prevent-pushes-to-main.js",
193193
"rest-dev": "script/rest/update-files.js && npm run dev",
194194
"show-action-deps": "echo 'Action Dependencies:' && rg '^[\\s|-]*(uses:.*)$' .github -I -N --no-heading -r '$1$2' | sort | uniq | cut -c 7-",
195-
"start": "cross-env NODE_ENV=development ENABLED_LANGUAGES='en,ja' nodemon server.js",
195+
"start": "cross-env NODE_ENV=development ENABLED_LANGUAGES='en,ja,ru' nodemon server.js",
196196
"start-all-languages": "cross-env NODE_ENV=development nodemon server.js",
197197
"sync-search": "cross-env NODE_OPTIONS='--max_old_space_size=8192' start-server-and-test sync-search-server 4002 sync-search-indices",
198198
"sync-search-ghes-release": "cross-env GHES_RELEASE=1 start-server-and-test sync-search-server 4002 sync-search-indices",

translations/log/msft-ru-resets.csv

+1,271
Large diffs are not rendered by default.

translations/ru-RU/Placeholder.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Placeholder
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Учетная запись и профиль на GitHub
3+
shortTitle: Account and profile
4+
intro: 'Обеспечьте для себя максимальное удобство использования {% data variables.product.product_name %}, изменив параметры личной учетной записи, персонализировав страницу профиля и настроив уведомления о действиях на {% data variables.product.prodname_dotcom %}.'
5+
introLinks:
6+
quickstart: /get-started/onboarding/getting-started-with-your-github-account
7+
featuredLinks:
8+
guides:
9+
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/changing-your-github-username
10+
- '{% ifversion ghae %}/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/about-your-personal-dashboard{% endif %}'
11+
- /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme
12+
- '{% ifversion ghae %}/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile{% endif %}'
13+
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/about-notifications
14+
popular:
15+
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-your-theme-settings
16+
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/setting-your-commit-email-address
17+
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-access-to-your-personal-repositories/inviting-collaborators-to-a-personal-repository
18+
- /account-and-profile/managing-subscriptions-and-notifications-on-github/setting-up-notifications/configuring-notifications
19+
guideCards:
20+
- /account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile
21+
- /account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox
22+
- /account-and-profile/setting-up-and-managing-your-github-user-account/managing-email-preferences/blocking-command-line-pushes-that-expose-your-personal-email-address
23+
- '{% ifversion ghes or ghae %}/account-and-profile/setting-up-and-managing-your-github-user-account/managing-user-account-settings/managing-the-default-branch-name-for-your-repositories{% endif %}'
24+
changelog:
25+
label: 'profiles, github-themes, notifications'
26+
versions:
27+
fpt: '*'
28+
ghec: '*'
29+
layout: product-landing
30+
versions:
31+
fpt: '*'
32+
ghes: '*'
33+
ghae: '*'
34+
ghec: '*'
35+
topics:
36+
- Accounts
37+
- Profiles
38+
- Notifications
39+
children:
40+
- /setting-up-and-managing-your-personal-account-on-github
41+
- /setting-up-and-managing-your-github-profile
42+
- /managing-subscriptions-and-notifications-on-github
43+
ms.openlocfilehash: 922990e3a89a53f625e739650c3c3b329f1f497d
44+
ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a
45+
ms.translationtype: HT
46+
ms.contentlocale: ru-RU
47+
ms.lasthandoff: 09/10/2022
48+
ms.locfileid: '146200197'
49+
---
50+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Управление подписками и уведомлениями на GitHub
3+
intro: 'Вы можете указать, как получать уведомления, репозитории, которые вас интересуют, и типы действий, о которых вы хотите узнать.'
4+
redirect_from:
5+
- /categories/76/articles
6+
- /categories/notifications
7+
- /categories/receiving-notifications-about-activity-on-github
8+
- /github/managing-subscriptions-and-notifications-on-github
9+
versions:
10+
fpt: '*'
11+
ghes: '*'
12+
ghae: '*'
13+
ghec: '*'
14+
topics:
15+
- Notifications
16+
children:
17+
- /setting-up-notifications
18+
- /viewing-and-triaging-notifications
19+
- /managing-subscriptions-for-activity-on-github
20+
shortTitle: Subscriptions & notifications
21+
ms.openlocfilehash: 33c5c21db5feb48ca234e2ba45173f480fb53f8f
22+
ms.sourcegitcommit: 5f9527483381cfb1e41f2322f67c80554750a47d
23+
ms.translationtype: HT
24+
ms.contentlocale: ru-RU
25+
ms.lasthandoff: 09/11/2022
26+
ms.locfileid: '145113035'
27+
---
28+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Управление подписками для действий в GitHub
3+
intro: 'Чтобы обеспечить стабильность рабочих процессов уведомлений, изучите и регулярно просматривайте подписки.'
4+
redirect_from:
5+
- /github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github
6+
versions:
7+
fpt: '*'
8+
ghes: '*'
9+
ghae: '*'
10+
ghec: '*'
11+
topics:
12+
- Notifications
13+
children:
14+
- /viewing-your-subscriptions
15+
- /managing-your-subscriptions
16+
shortTitle: Manage subscriptions
17+
ms.openlocfilehash: e1457283f0027dd2b668d6096e2f04273e920a71
18+
ms.sourcegitcommit: fb047f9450b41b24afc43d9512a5db2a2b750a2a
19+
ms.translationtype: HT
20+
ms.contentlocale: ru-RU
21+
ms.lasthandoff: 09/11/2022
22+
ms.locfileid: '145088484'
23+
---
24+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
title: Managing your subscriptions
3+
intro: 'To help you manage your notifications efficiently, there are several ways to unsubscribe.'
4+
versions:
5+
fpt: '*'
6+
ghes: '*'
7+
ghae: '*'
8+
ghec: '*'
9+
topics:
10+
- Notifications
11+
redirect_from:
12+
- /github/managing-subscriptions-and-notifications-on-github/managing-your-subscriptions
13+
- /github/managing-subscriptions-and-notifications-on-github/managing-subscriptions-for-activity-on-github/managing-your-subscriptions
14+
shortTitle: Manage your subscriptions
15+
---
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)."
17+
18+
{% note %}
19+
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+
22+
{% endnote %}
23+
24+
## Choosing how to unsubscribe
25+
26+
To unwatch (or unsubscribe from) repositories quickly, navigate to [github.com/watching](https://github.com/watching) to see all the repositories you're following. For more information, see "[Unwatching repositories](#unwatching-repositories)."
27+
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+
30+
### Benefits of unsubscribing from your inbox
31+
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+
34+
### Benefits of unsubscribing from the subscriptions page
35+
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+
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+
40+
You can only filter your subscriptions by repository and the reason you're receiving the notification.
41+
42+
## Unsubscribing from notifications in your inbox
43+
44+
When you unsubscribe from notifications in your inbox, they will automatically disappear from your inbox.
45+
46+
{% 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)
50+
51+
## Unsubscribing from notifications on the subscriptions page
52+
53+
{% 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)
56+
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)
59+
60+
## Unwatching repositories
61+
62+
When you unwatch a repository, you unsubscribe from future updates from that repository unless you participate in a conversation or are @mentioned.
63+
64+
{% 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+
67+
![Manage notifications drop down menu options](/assets/images/help/notifications-v2/manage-notifications-options.png)
68+
69+
2. On the watched repositories page, after you've evaluated the repositories you're watching, choose whether to:
70+
71+
- Unwatch a repository
72+
- Ignore all notifications for a repository
73+
- If enabled, customize the types of event you receive notifications for ({% data reusables.notifications-v2.custom-notification-types %})
74+
75+
{%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %}
76+
1. Optionally, to unsubscribe from all repositories owned by a given user or organization, select the **Unwatch all** dropdown and click the organization whose repositories you'd like to unsubscribe from. The button to unwatch all repositories is only available if you are watching all activity or custom notifications on over 10 repositories.
77+
78+
![Screenshot of the Unwatch All button.](/assets/images/help/notifications-v2/unsubscribe-from-all-repos.png)
79+
80+
- Click **Unwatch** to confirm that you want to unwatch the repositories owned by the selected user or organization, or click **Cancel** to cancel.
81+
82+
![Screenshot of the unwatch all confirmation dialogue.](/assets/images/help/notifications-v2/unwatch-repo-dialog.png)
83+
84+
{% endif %}

0 commit comments

Comments
 (0)